From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Documentation Date: Sat, 11 Oct 2008 17:42:06 -0400 Message-ID: <87myhag66p.fsf@cyd.mit.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1223761231 24084 80.91.229.12 (11 Oct 2008 21:40:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 11 Oct 2008 21:40:31 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: ams@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 11 23:41:29 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KomDB-0000Yc-7v for ged-emacs-devel@m.gmane.org; Sat, 11 Oct 2008 23:41:21 +0200 Original-Received: from localhost ([127.0.0.1]:45392 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KomC7-0005zo-2y for ged-emacs-devel@m.gmane.org; Sat, 11 Oct 2008 17:40:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KomC1-0005zW-TH for emacs-devel@gnu.org; Sat, 11 Oct 2008 17:40:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KomC1-0005zK-CC for emacs-devel@gnu.org; Sat, 11 Oct 2008 17:40:09 -0400 Original-Received: from [199.232.76.173] (port=54338 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KomC1-0005zC-9j for emacs-devel@gnu.org; Sat, 11 Oct 2008 17:40:09 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:40247) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KomBz-0000sF-Sx; Sat, 11 Oct 2008 17:40:07 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id B1CB957E0BD; Sat, 11 Oct 2008 17:42:06 -0400 (EDT) In-Reply-To: (Alfred M. Szmidt's message of "Sat, 11 Oct 2008 16:05:48 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:104483 Archived-At: "Alfred M. Szmidt" writes: > Don't forget the NEWS file, seems that there are quite huge changes > that have not been noted there. For example, I opned a .pdf file > today, and to my suprise I was welcomed not by gibberish, but by an > PNG file rendered in splendid colour! This is already in NEWS: ** Doc View Mode allows viewing of PDF, PostScript and DVI documents. One can also search for a regular expression in the document. For details, see the commentary in doc-view.el. This didn't mention that Doc View mode is used by default now for PS, PDF, and DVI files. I just added a note to that effect.