diff -Nru with-editor-2.7.3/debian/changelog with-editor-2.7.4/debian/changelog --- with-editor-2.7.3/debian/changelog 2018-06-09 16:43:43.000000000 +0000 +++ with-editor-2.7.4/debian/changelog 2018-07-29 09:47:15.000000000 +0000 @@ -1,3 +1,11 @@ +with-editor (2.7.4-1) unstable; urgency=medium + + * New upstream version + * Update version in debhelper depends + * Remove unnecessary dh argument --parallel + + -- Rémi Vanicat Sun, 29 Jul 2018 11:47:15 +0200 + with-editor (2.7.3-1) unstable; urgency=medium * New upstream version diff -Nru with-editor-2.7.3/debian/control with-editor-2.7.4/debian/control --- with-editor-2.7.3/debian/control 2018-06-09 16:42:36.000000000 +0000 +++ with-editor-2.7.4/debian/control 2018-07-29 09:28:23.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Emacs addons team Uploaders: Rémi Vanicat -Build-Depends: debhelper (>= 9), dh-elpa (>= 1.7), +Build-Depends: debhelper (>= 11), dh-elpa (>= 1.7), install-info, texinfo Standards-Version: 4.1.4 Homepage: https://magit.vc/ diff -Nru with-editor-2.7.3/debian/rules with-editor-2.7.4/debian/rules --- with-editor-2.7.3/debian/rules 2018-02-13 20:34:08.000000000 +0000 +++ with-editor-2.7.4/debian/rules 2018-07-29 09:29:31.000000000 +0000 @@ -7,7 +7,7 @@ TAR ?= tar %: - dh $@ --with elpa --parallel + dh $@ --with elpa override_dh_auto_build: with-editor-$(VERSION).tar @echo with-editor-$(VERSION).tar > debian/elpa-with-editor.elpa diff -Nru with-editor-2.7.3/with-editor.org with-editor-2.7.4/with-editor.org --- with-editor-2.7.3/with-editor.org 2018-04-14 14:57:17.000000000 +0000 +++ with-editor-2.7.4/with-editor.org 2018-07-26 20:44:34.000000000 +0000 @@ -1,4 +1,5 @@ #+TITLE: With-Editor User Manual +:PREAMBLE: #+AUTHOR: Jonas Bernoulli #+EMAIL: jonas@bernoul.li #+DATE: 2015-2018 @@ -7,7 +8,7 @@ #+TEXINFO_DIR_CATEGORY: Emacs #+TEXINFO_DIR_TITLE: With-Editor: (with-editor). #+TEXINFO_DIR_DESC: Using the Emacsclient as $EDITOR -#+SUBTITLE: for version 2.7.1 +#+SUBTITLE: for version 2.7.4 #+BIND: ox-texinfo+-before-export-hook ox-texinfo+-update-version-strings #+TEXINFO_DEFFN: t @@ -29,7 +30,7 @@ don't use Magit or another package which uses it internally. #+TEXINFO: @noindent -This manual is for With-Editor version 2.7.1. +This manual is for With-Editor version 2.7.4. #+BEGIN_QUOTE Copyright (C) 2015-2018 Jonas Bernoulli @@ -44,7 +45,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. #+END_QUOTE - +:END: * Using the With-Editor package The ~With-Editor~ package is used internally by Magit when editing diff -Nru with-editor-2.7.3/with-editor.texi with-editor-2.7.4/with-editor.texi --- with-editor-2.7.3/with-editor.texi 2018-04-14 14:57:17.000000000 +0000 +++ with-editor-2.7.4/with-editor.texi 2018-07-26 20:44:34.000000000 +0000 @@ -17,7 +17,7 @@ This document is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE@. See the GNU General Public License for more details. @end quotation @end copying @@ -30,7 +30,7 @@ @finalout @titlepage @title With-Editor User Manual -@subtitle for version 2.7.1 +@subtitle for version 2.7.4 @author Jonas Bernoulli @page @vskip 0pt plus 1filll @@ -59,7 +59,7 @@ don't use Magit or another package which uses it internally. @noindent -This manual is for With-Editor version 2.7.1. +This manual is for With-Editor version 2.7.4. @quotation Copyright (C) 2015-2018 Jonas Bernoulli @@ -71,7 +71,7 @@ This document is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE@. See the GNU General Public License for more details. @end quotation @end ifnottex @@ -315,7 +315,7 @@ This is essentially done by establishing a local binding for @code{process-environment} and changing the value of the @code{$EDITOR} environment variable in that scope. This affects all asynchronous -processes started by forms (dynamically) inside BODY. +processes started by forms (dynamically) inside BODY@. @end defmac @defun with-editor-set-process-filter process filter @@ -324,7 +324,7 @@ new FILTER does not remove the @code{with-editor-process-filter}. This is done by wrapping the two filter functions using a lambda, which becomes the actual filter. It calls @code{with-editor-process-filter} -first, passing @code{t} as NO-STANDARD-FILTER. Then it calls FILTER. +first, passing @code{t} as NO-STANDARD-FILTER@. Then it calls FILTER@. @end defun @node Debugging