From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: master ba5bc0e: Tramp: Disable paging with PAGER=cat. Date: Sun, 15 Feb 2015 19:31:34 -0500 Message-ID: References: <20150215095811.27056.94005@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1424046716 7089 80.91.229.3 (16 Feb 2015 00:31:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Feb 2015 00:31:56 +0000 (UTC) Cc: Michael Albinus To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 16 01:31:50 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YN9bJ-0003qM-0R for ged-emacs-devel@m.gmane.org; Mon, 16 Feb 2015 01:31:49 +0100 Original-Received: from localhost ([::1]:37069 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YN9bI-00078H-DZ for ged-emacs-devel@m.gmane.org; Sun, 15 Feb 2015 19:31:48 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YN9bA-00072T-MG for emacs-devel@gnu.org; Sun, 15 Feb 2015 19:31:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YN9b6-0006yQ-Js for emacs-devel@gnu.org; Sun, 15 Feb 2015 19:31:40 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:59884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YN9b6-0006yM-HU for emacs-devel@gnu.org; Sun, 15 Feb 2015 19:31:36 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1YN9b5-0006iD-1F; Sun, 15 Feb 2015 19:31:35 -0500 X-Spook: sweep Bruxelles bootleg Ron Brown Cohiba cracking Vickie X-Ran: Xax0cq+cV/{sK%ayy%\I3`UWPAOQOp%KHrdDW5I:RGo{OQYSM(b*QH,s>`4NK7|(1][/(' X-Hue: yellow X-Attribution: GM In-Reply-To: (Michael Albinus's message of "Sun, 15 Feb 2015 09:58:11 +0000") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:183132 Archived-At: It seems that you erased a bunch of existing ChangeLog entries? (Also, you later made the same change on the emacs-24 branch, but did not mark it as a backport. It's better to just make the change in that branch if appropriate.) Michael Albinus wrote: > branch: master > commit ba5bc0ee7c81f2122072bee162fcf1dbd8b2a8f2 > Author: J=C3=A9r=C3=A9my Compostella > Commit: Michael Albinus > --- a/lisp/ChangeLog > +++ b/lisp/ChangeLog > @@ -1,69 +1,14 @@ > -2015-02-14 Artur Malabarba > +2015-02-15 J=C3=A9r=C3=A9my Compostella >=20=20 > - * emacs-lisp/package.el (package-read-all-archive-contents): Don't > - build the compatibility table. > - (package-refresh-contents, package-initialize): Do build the > - compatibility table. > - (package--build-compatibility-table): New function. > - (describe-package-1): Describe why a package is incompatible. > - > -2015-02-14 Stefan Monnier > - > - * emacs-lisp/cl-preloaded.el (cl-struct-define): Register as children > - of the parent. > - (cl--assertion-failed): New function. > - (cl-assertion-failed): Move in from cl-lib.el. > - > - * emacs-lisp/cl-macs.el (cl-defstruct): Don't generate code to register > - as children of its parents. > - (cl--make-type-test, cl--compiler-macro-typep): Remove functions. > - (cl-typep): Reimplement using define-inline. > - (cl-assert): Use cl--assertion-failed. > - (cl-struct-slot-value): Use define-inline. > - > - * emacs-lisp/cl-lib.el: Move autoloaded code to cl-preload. > - > - * textmodes/flyspell.el (flyspell-word): Defvar (bug#19844). > - (flyspell-generic-check-word-p): Mark as obsolete. > - > -2015-02-13 Artur Malabarba > - > - * emacs-lisp/package.el (package--compatibility-table): New var. > - (package--add-to-compatibility-table): New function. > - (package-read-all-archive-contents): Populate compatibility table. > - (package--incompatible-p): Also look in dependencies. > - (describe-package-1): Fix "incompat" handling. > - > -2015-02-13 Lars Ingebrigtsen > - > - * net/rfc2104.el: Moved here from lisp/gnus. > - > -2015-02-13 Magnus Henoch > - > - * net/sasl-scram-rfc.el: New file. > - > - * net/sasl.el (sasl-mechanisms): Remove SCRAM-MD5. > - Add SCRAM-SHA-1 first. > - (sasl-mechanism-alist): Remove SCRAM-MD5 entry. Add SCRAM-SHA-1 > - entry (bug#17636). > - > -2015-02-13 Lars Ingebrigtsen > - > - * net/shr.el (shr-tag-li): Speed up rendering pages with lots of > -
    . > - > -2015-02-12 Oleh Krehel > - > - * progmodes/gdb-mi.el (gdb-display-io-nopopup): New defcustom. > - (gdb-inferior-filter): Don't pop up the buried output buffer when > - `gdb-display-io-nopopup' is non-nil. > + * net/tramp-sh.el (tramp-remote-process-environment): Disable paging > + with PAGER=3Dcat. (Bug#19870) >=20=20 > 2015-02-12 Fabi=C3=A1n Ezequiel Gallina >=20=20 > python.el: Allow killing shell buffer if process is dead. (Bug#19823) >=20=20 > - * progmodes/python.el (python-shell-font-lock-kill-buffer): > - Don't require a running process. > + * progmodes/python.el (python-shell-font-lock-kill-buffer): Don't > + require a running process.