+2014-01-15 Glenn Morris <rgm@gnu.org>
+
+ * files.texi (File Conveniences):
+ * misc.texi (EWW): Copyedits.
+
2014-01-10 Glenn Morris <rgm@gnu.org>
* emacs.texi (Distrib): Add donate URL. Add anchor.
(@code{image-previous-frame}) you can step through the individual
frames. Both commands accept a numeric prefix to step through several
frames at once. You can go to a specific frame with @kbd{F}
-(@code{image-goto-frame}). The speed of the animation can be
-increased by pressing @kbd{a +} (@code{image-increase-speed}) and
-decreased by pressing @kbd{a -} (@code{image-decrease-speed}). With
-@kbd{a r} (@code{image-reverse-speed}) the speed is reversed. You can
-reset the speed with @kbd{a 0} (@code{image-reset-speed}).
+(@code{image-goto-frame}). Typing @kbd{a +}
+(@code{image-increase-speed}) increases the speed of the animation,
+@kbd{a -} (@code{image-decrease-speed}) decreases it, and @kbd{a r}
+(@code{image-reverse-speed}) reverses it. The command @kbd{a 0}
+(@code{image-reset-speed}) resets the speed to the original value.
@cindex ImageMagick support
@vindex imagemagick-enabled-types
@findex eww-open-file
@dfn{EWW}, the Emacs Web Wowser, is a web browser package for Emacs.
It allows browsing URLs within an Emacs buffer. The command @kbd{M-x
-eww} can be used to open a URL or search the web. A file can be
-opened using the command @kbd{M-x eww-open-file}. EWW can be used as
-web browser for @code{browse-url}, see @ref{Browse-URL}. For full
-details, see @ref{Top, EWW,, eww, The Emacs Web Wowser Manual}.
+eww} will open a URL or search the web. You can open a file
+using the command @kbd{M-x eww-open-file}. You can use EWW as the
+web browser for @code{browse-url}, @pxref{Browse-URL}. For full
+details, @pxref{Top, EWW,, eww, The Emacs Web Wowser Manual}.
@node Shell
@section Running Shell Commands from Emacs
+2014-01-15 Glenn Morris <rgm@gnu.org>
+
+ * Makefile.in (eww_deps): Does not depend on emacsver.texi.
+
2014-01-12 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (all): Doc fix according to GNU Coding Standards.
eudc.html: $(eudc_deps)
$(MAKEINFO) $(MAKEINFO_OPTS) $(HTML_OPTS) -o $@ ${srcdir}/eudc.texi
-eww_deps = ${srcdir}/eww.texi $(emacsdir)/emacsver.texi ${gfdl}
+eww_deps = ${srcdir}/eww.texi ${gfdl}
eww : $(buildinfodir)/eww$(INFO_EXT)
$(buildinfodir)/eww$(INFO_EXT): $(eww_deps)
$(mkinfodir)
@setfilename ../../info/eww
@settitle Emacs Web Wowser
@documentencoding UTF-8
-@c @include emacsver.texi
@c %**end of header
@copying