Merge from emacs-24; up to 2012-12-02T06:22:32Z!cyd@gnu.org
authorGlenn Morris <rgm@gnu.org>
Sat, 22 Dec 2012 19:09:52 +0000 (11:09 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 22 Dec 2012 19:09:52 +0000 (11:09 -0800)
21 files changed:
1  2 
doc/lispintro/ChangeLog
doc/lispintro/emacs-lisp-intro.texi
doc/lispref/ChangeLog
doc/lispref/elisp.texi
doc/lispref/os.texi
doc/lispref/windows.texi
doc/misc/ChangeLog
doc/misc/Makefile.in
doc/misc/calc.texi
doc/misc/cl.texi
doc/misc/erc.texi
doc/misc/gnus.texi
doc/misc/mh-e.texi
doc/misc/ses.texi
doc/misc/srecode.texi
doc/misc/tramp.texi
doc/misc/url.texi
doc/misc/wisent.texi
doc/misc/woman.texi
src/ChangeLog
src/window.c

@@@ -1,19 -1,9 +1,26 @@@
+ 2012-12-22  Glenn Morris  <rgm@gnu.org>
+       * Makefile.in (srcs): New variable, adding doclicense.texi.
+       (${buildinfodir}/eintr$(INFO_EXT), emacs-lisp-intro.dvi)
+       (emacs-lisp-intro.pdf, emacs-lisp-intro.html):
+       Use $srcs for dependencies.
++
 +2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      Fix permissions bugs with setgid directories etc. (Bug#13125)
 +      * emacs-lisp-intro.texi (Files List):
 +      directory-files-and-attributes now outputs t for attribute that's
 +      now a placeholder.
 +
 +2012-12-06  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      * doclicense.texi: Update to latest version from FSF.
 +      These are just minor editorial changes.
 +
 +2012-11-24  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      * doclicense.texi: Update to latest version from FSF.
 +      These are just minor editorial changes.
  
  2012-10-24  Paul Eggert  <eggert@penguin.cs.ucla.edu>
  
Simple merge
@@@ -1,9 -1,8 +1,14 @@@
+ 2012-12-22  Martin Rudalics  <rudalics@gmx.at>
+       * windows.texi (Selecting Windows): Reword description of
+       select-window (Bug#13248).
 +2012-12-22  Eli Zaretskii  <eliz@gnu.org>
 +
 +      * files.texi (File Attributes, Changing Files): Remove the details
 +      about the text returned by file-acl.  Instead, just document that
 +      it is an opaque string meant to be used by set-file-acl.
 +
  2012-12-21  Chong Yidong  <cyd@gnu.org>
  
        * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -684,12 -688,12 +687,12 @@@ wisent.pdf: ${srcdir}/wisent.texi ${gfd
        $(ENVADD) $(TEXI2PDF) ${srcdir}/wisent.texi
  
  woman : $(buildinfodir)/woman$(INFO_EXT)
- $(buildinfodir)/woman$(INFO_EXT): ${srcdir}/woman.texi $(emacsdir)/emacsver.texi
 -$(buildinfodir)/woman$(INFO_EXT): ${srcdir}/woman.texi ${gfdl}
++$(buildinfodir)/woman$(INFO_EXT): ${srcdir}/woman.texi $(emacsdir)/emacsver.texi ${gfdl}
        $(mkinfodir)
        $(MAKEINFO) $(MAKEINFO_OPTS) $(INFO_OPTS) -o $@ ${srcdir}/woman.texi
- woman.dvi: ${srcdir}/woman.texi $(emacsdir)/emacsver.texi
 -woman.dvi: ${srcdir}/woman.texi ${gfdl}
++woman.dvi: ${srcdir}/woman.texi $(emacsdir)/emacsver.texi ${gfdl}
        $(ENVADD) $(TEXI2DVI) ${srcdir}/woman.texi
- woman.pdf: ${srcdir}/woman.texi $(emacsdir)/emacsver.texi
 -woman.pdf: ${srcdir}/woman.texi ${gfdl}
++woman.pdf: ${srcdir}/woman.texi $(emacsdir)/emacsver.texi ${gfdl}
        $(ENVADD) $(TEXI2PDF) ${srcdir}/woman.texi
  
  
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -211,10 -212,10 +212,10 @@@ more niceties about GNU Emacs and MH@. 
  them.
  
  The MH-E package is distributed with Emacs@footnote{Version
 -@value{VERSION} of MH-E appeared in Emacs 24.1. It is supported in GNU
 +@value{VERSION} of MH-E appeared in Emacs 24.4. It is supported in GNU
  Emacs 23 and higher, as well as XEmacs 21.4.22 and 21.5.31. MH-E is
  known not to work with GNU Emacs versions 20 and below, and XEmacs
- version 21.5.9 - 21.5.16. It is compatible with MH versions 6.8.4 and
+ version 21.5.9--21.5.16. It is compatible with MH versions 6.8.4 and
  higher, all versions of nmh, and GNU mailutils 1.0 and higher}, so you
  shouldn't have to do anything special to use it. Gnus is also
  required; version 5.10 or higher is recommended. This manual covers
@@@ -9,9 -9,9 +9,9 @@@
  @c %**end of header
  
  @copying
 -This file documents SES: the Simple Emacs Spreadsheet.
 +This file documents @acronym{SES}: the Simple Emacs Spreadsheet.
  
- Copyright @copyright{} 2002-2012 Free Software Foundation, Inc.
+ Copyright @copyright{} 2002--2012 Free Software Foundation, Inc.
  
  @quotation
  Permission is granted to copy, distribute and/or modify this document
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc src/ChangeLog
@@@ -1,8 -1,7 +1,12 @@@
+ 2012-12-22  Martin Rudalics  <rudalics@gmx.at>
+       * window.c (Fselect_window): Reword doc-string (Bug#13248).
 +2012-12-22  Eli Zaretskii  <eliz@gnu.org>
 +
 +      * w32term.c (w32fullscreen_hook): New function.
 +      (w32_create_terminal): Plug it into the terminal's fullscreen_hook.
 +
  2012-12-21  Eli Zaretskii  <eliz@gnu.org>
  
        * fileio.c (Finsert_file_contents): Doc fix.
diff --cc src/window.c
Simple merge