From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bill Wohler Newsgroups: gmane.mail.mh-e.devel,gmane.emacs.devel Subject: Re: Emacs 24.4 freeze and very minor MH-E update Date: Sun, 23 Feb 2014 18:12:58 -0800 Organization: Newt Software Message-ID: <23558.1393207978@olgas.newt.com> References: <23718.1392582859@olgas.newt.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1393207986 17783 80.91.229.3 (24 Feb 2014 02:13:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Feb 2014 02:13:06 +0000 (UTC) Cc: mh-e-devel@lists.sourceforge.net, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: mh-e-devel-bounces@lists.sourceforge.net Mon Feb 24 03:13:13 2014 Return-path: Envelope-to: gmmd-mh-e-devel@m.gmane.org Original-Received: from lists.sourceforge.net ([216.34.181.88]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WHl2e-0003eC-NT for gmmd-mh-e-devel@m.gmane.org; Mon, 24 Feb 2014 03:13:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=sfs-ml-1.v29.ch3.sourceforge.com) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1WHl2b-0002EY-CE; Mon, 24 Feb 2014 02:13:09 +0000 Original-Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193] helo=mx.sourceforge.net) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1WHl2Z-0002ES-OG for mh-e-devel@lists.sourceforge.net; Mon, 24 Feb 2014 02:13:07 +0000 X-ACL-Warn: Original-Received: from tassie.newt.com ([66.135.33.59]) by sog-mx-3.v43.ch3.sourceforge.com with esmtp (Exim 4.76) id 1WHl2X-0001eO-MW for mh-e-devel@lists.sourceforge.net; Mon, 24 Feb 2014 02:13:07 +0000 Original-Received: from olgas.newt.com (c-24-6-53-16.hsd1.ca.comcast.net [24.6.53.16]) by tassie.newt.com (Postfix) with ESMTPSA id 2B56D681377; Sun, 23 Feb 2014 18:13:00 -0800 (PST) Original-Received: by olgas.newt.com (Postfix, from userid 1000) id C37AA156120; Sun, 23 Feb 2014 18:12:58 -0800 (PST) Original-Received: from olgas.newt.com (localhost [127.0.0.1]) by olgas.newt.com (Postfix) with ESMTP id A82DC156090; Sun, 23 Feb 2014 18:12:58 -0800 (PST) In-reply-to: Comments: In-reply-to Stefan Monnier message dated "Sun, 16 Feb 2014 21:55:29 -0500." X-Mailer: MH-E 8.5+bzr; nmh 1.5; GNU Emacs 23.4.1 X-Image-URL: http://www.newt.com/wohler/images/bill-diving.png Mail-Followup-To: emacs-devel@gnu.org, mh-e-devel@lists.sourceforge.net X-Spam-Score: -0.5 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -0.5 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain X-Headers-End: 1WHl2X-0001eO-MW X-BeenThere: mh-e-devel@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: Forum for the MH-E developers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: mh-e-devel-bounces@lists.sourceforge.net Xref: news.gmane.org gmane.mail.mh-e.devel:13641 gmane.emacs.devel:169824 Archived-At: Stefan Monnier wrote: > > Shall I merge the changes into trunk now, or shall I wait until 24.4 is > > released? > > What kind of changes are we talking about? The diffs are small enough to include here. The only code-related change fixes a problem with GNU Mailutils. === modified file 'lisp/mh-e/ChangeLog' --- lisp/mh-e/ChangeLog 2014-01-26 00:47:40 +0000 +++ lisp/mh-e/ChangeLog 2014-02-24 02:10:09 +0000 @@ -1,3 +1,8 @@ +2014-02-24 Bill Wohler + + * mh-folder.el (mh-regenerate-headers): Fix scan: bad message list + `unseen' error (closes SF #471). + 2013-11-05 Stefan Monnier * mh-print.el (mh-ps-print-preprint): Don't use dynamic-var @@ -26,6 +31,10 @@ * mh-comp.el (mh-regexp-in-field-p): Minor simplification. +2013-03-03 Bill Wohler + + * mh-e.el (mh-version): Add +bzr to version. + 2013-03-02 Bill Wohler Release MH-E version 8.5. === modified file 'lisp/mh-e/mh-e.el' --- lisp/mh-e/mh-e.el 2014-01-01 07:43:34 +0000 +++ lisp/mh-e/mh-e.el 2014-02-24 02:10:09 +0000 @@ -5,7 +5,7 @@ ;; Author: Bill Wohler ;; Maintainer: Bill Wohler -;; Version: 8.5 +;; Version: 8.5+bzr ;; Keywords: mail ;; This file is part of GNU Emacs. @@ -127,7 +127,7 @@ ;; Try to keep variables local to a single file. Provide accessors if ;; variables are shared. Use this section as a last resort. -(defconst mh-version "8.5" "Version number of MH-E.") +(defconst mh-version "8.5+bzr" "Version number of MH-E.") ;; Variants === modified file 'lisp/mh-e/mh-folder.el' --- lisp/mh-e/mh-folder.el 2014-01-01 07:43:34 +0000 +++ lisp/mh-e/mh-folder.el 2014-02-24 02:10:09 +0000 @@ -1817,15 +1817,13 @@ "-width" (window-width) folder range) (goto-char scan-start) - (cond ((looking-at "scan: no messages in") - (keep-lines mh-scan-valid-regexp)) ; Flush random scan lines - ((looking-at (if (mh-variant-p 'gnu-mh) - "scan: message set .* does not exist" - "scan: bad message list ")) - (keep-lines mh-scan-valid-regexp)) - ((looking-at "scan: ")) ; Keep error messages + (cond ((or (looking-at "scan: no messages in") + (looking-at "scan: message set .* does not exist") + (looking-at "scan: bad message list ")) + (keep-lines mh-scan-valid-regexp)) ; flush common scan output + ((looking-at "scan: ")) ; keep unexpected error messages (t - (keep-lines mh-scan-valid-regexp))) ; Flush random scan lines + (keep-lines mh-scan-valid-regexp))) ; flush random scan output (setq mh-seq-list (mh-read-folder-sequences folder nil)) (mh-notate-user-sequences) (or update === modified file 'lisp/mh-e/mh-thread.el' --- lisp/mh-e/mh-thread.el 2014-01-01 07:43:34 +0000 +++ lisp/mh-e/mh-thread.el 2014-02-24 02:10:09 +0000 @@ -27,9 +27,11 @@ ;; The threading portion of this files tries to implement the ;; algorithm described at: ;; http://www.jwz.org/doc/threading.html -;; It also begins to implement the IMAP Threading extension RFC. The -;; implementation lacks the reference and subject canonicalization of -;; the RFC. +;; It also begins to implement the threading section of the IMAP - +;; SORT and THREAD Extensions RFC at: +;; http://tools.ietf.org/html/rfc5256 +;; The implementation lacks the reference and subject canonicalization +;; of the RFC. ;; In the presentation buffer, children messages are shown indented ;; with either [ ] or < > around them. Square brackets ([ ]) denote > > > Stefan > > ------------------------------------------------------------------------------ > Android apps run on BlackBerry 10 > Introducing the new BlackBerry 10.2.1 Runtime for Android apps. > Now with support for Jelly Bean, Bluetooth, Mapview and more. > Get your Android app in front of a whole new audience. Start now. > http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk > _______________________________________________ > mh-e-devel mailing list > mh-e-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/mh-e-devel > -- Bill Wohler aka http://www.newt.com/wohler/ GnuPG ID:610BD9AD ------------------------------------------------------------------------------ Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer Customize your own dashboards, set traffic alerts and generate reports. Network behavioral analysis & security monitoring. All-in-one tool. http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk