Add build, install, uninstall rules for all dvi, html, pdf, ps manuals
[bpt/emacs.git] / doc / emacs / ChangeLog
index 4531fed..3951150 100644 (file)
-2013-02-27  Bastien Guerry  <bzg@gnu.org>
+2013-08-12  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
+       (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
+       (INSTALL_DATA): New, set by configure.
+       (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
+       New variables.
+       (.SUFFIXES): Add .ps and .dvi.
+       (.dvi.ps): New suffix rule.
+       (dvi, html, pdf, ps): Use *_TARGETS variables.
+       (emacs.ps, emacs-xtra.ps): Remove explicit rules.
+       (emacs.html): Use HTML_OPTS.
+       (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
+       (.PHONY): install-dvi, install-html, install-pdf, install-ps
+       ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
+       uninstall-ps, and uninstall-doc.
+       (install-dvi, install-html, install-pdf, install-ps, install-doc)
+       (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
+       (uninstall-doc): New rules.
+
+2013-07-31  Eli Zaretskii  <eliz@gnu.org>
+
+       * emacs.texi (Top): Remove menu item for the removed "Disabling
+       Multibyte" node.
+
+2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * rmail.texi (Rmail Coding): Move here from mule.texi.
+
+       * custom.texi (Specifying File Variables): Fix cross-references.
+
+       * mule.texi (Unibyte Mode): Fix cross-references.
+       (Disabling Multibyte): Remove.
+
+       * macos.texi (Mac / GNUstep Basics): Mention `ns-alternate-modifier'.
+
+       * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
+       (Mayan Calendar): Move here from calendar.texi.
+       * emacs.texi (Top): Update menu.
+
+2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * emacs.texi (Top): Add menu entry.
+
+       * maintaining.texi (VC Ignore): New node.  Document vc-ignore.
+       (VC Directory Commands): Add vc-dir-ignore.
+
+2013-07-28  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * glossary.texi (Glossary): Add some entries.
+
+2013-07-27  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * maintaining.texi (VC Directory Commands): Mention `D' and `L' in
+       vc-dir.  (Bug#14948)
+
+2013-07-26  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Fringes): Document the variable fringe-mode.
+       (Bug#14946)
+
+2013-07-03  Glenn Morris  <rgm@gnu.org>
+
+       * maintaining.texi (EDE): Fix cross-reference.
+
+       * programs.texi (Program Modes): Fix emacs-xtra reference.
+
+       * help.texi (Misc Help): Index describe-syntax.
+
+2013-06-29  Eli Zaretskii  <eliz@gnu.org>
+
+       * basic.texi (Moving Point): Document visual-order-cursor-movement
+       and its effect on right-char and left-char.
+
+2013-06-28  Glenn Morris  <rgm@gnu.org>
+
+       * ack.texi (Acknowledgments): Small update.
+
+2013-06-19  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (dist): Edit more configure variables.
+       Try to check that we do not miss any in future.
+
+2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * vc1-xtra.texi (Revision Tags): Add a cross reference.
+       (CVS Options): Fix the default value of `vc-cvs-stay-local'.
+
+2013-06-11  Glenn Morris  <rgm@gnu.org>
+
+       * maintaining.texi (VC Directory Commands): Copyedit.
+       (Branches): Put back milder version of pre 2013-06-07 text.
+
+2013-06-07  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * maintaining.texi (Branches): Remove text copied from other sources.
+
+2013-06-05  Alan Mackenzie  <acm@muc.de>
+
+       * search.texi (Isearch Scroll): Rename to "Not Exiting Isearch".
+       (Not Exiting Isearch): Document new user option
+       `isearch-allow-prefix'.  (Bug#9706)
+
+2013-06-03  Juri Linkov  <juri@jurta.org>
+
+       * display.texi (Highlight Interactively): Add global keybindings
+       with the key prefix `M-s h'.  Document old command `highlight-phrase'.
+       Document new command `highlight-symbol-at-point'.
+
+2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * maintaining.texi (Branches): Add motivations for branching.
+       (VC Mode Line): Fix typo.
+       (VC Directory Commands): Mention `vc-dir-hide-up-to-date' with
+       prefix argument.
+
+2013-06-02  Michael Albinus  <michael.albinus@gmx.de>
+
+       * cmdargs.texi (General Variables): Use "unix:path=/dev/null" as
+       dummy value for $DBUS_SESSION_BUS_ADDRESS.  It also suppresses
+       autolaunching of the D-Bus session bus.
+
+2013-06-01  Glenn Morris  <rgm@gnu.org>
+
+       * programs.texi (Semantic): Fix typo.
+
+2013-05-30  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * maintaining.texi (Types of Log File): Supplement some
+       information of change log files.
+
+2013-05-15  Juri Linkov  <juri@jurta.org>
+
+       * search.texi (Repeat Isearch): Mention key `RET' to finish
+       editing the string.  (Bug#13348)
+
+2013-05-14  Glenn Morris  <rgm@gnu.org>
+
+       * ack.texi (Acknowledgments): Don't mention obsolete sup-mouse.el.
+
+2013-05-09  Glenn Morris  <rgm@gnu.org>
+
+       * sending.texi (Mail Sending): Fix typo.
+
+       * windows.texi (Change Window): Fix typo.
+
+       * custom.texi (Changing a Variable): Fix typo.
+
+       * trouble.texi (Contributing): Remove obsolete info re pretesters.
+
+2013-05-05  Paul Eggert  <eggert@cs.ucla.edu>
+
+       `write-region-inhibit-fsync' defaults to noninteractive (Bug#14273).
+       * cmdargs.texi (Initial Options):
+       * files.texi (Customize Save): Document this.
+
+2013-05-04  Glenn Morris  <rgm@gnu.org>
+
+       * calendar.texi (Importing Diary): Mention diary-from-outlook-function.
+
+2013-03-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       doc: convert some TeX accents to UTF-8
+       * ack.texi (Acknowledgments):
+       * emacs.texi (Acknowledgments):
+       Convert some TeX accents (e.g., '@l{}') to UTF-8 (e.g., 'ł').
+       Apparently the TeX accents cause problems when generating gnu.org
+       web pages, e.g., @l{} is rendered as '/l' on
+       <http://www.gnu.org/software/emacs/manual/html_node/
+       emacs/Acknowledgments.html>.
+
+2013-03-16  Glenn Morris  <rgm@gnu.org>
+
+       * emacs.texi (Top): Add some stuff specific to www.gnu.org.
+
+2013-03-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Prefer UTF-8 for documentation.
+       With GNU Texinfo 5.0, this generates nicer-looking info files,
+       since they can use curly quotes.  With older Texinfo it doesn't matter.
+       * ack.texi, cal-xtra.texi, calendar.texi, emacs-xtra.texi, emacs.texi:
+       Switch from Latin-1 to UTF-8.
+
+2013-02-28  Bastien Guerry  <bzg@gnu.org>
 
        * xresources.texi (GTK resources): Fix broken link.
 
+2013-02-25  Eli Zaretskii  <eliz@gnu.org>
+
+       * files.texi (Interlocking): Don't refer to symlinks as the
+       exclusive means of locking files.
+
 2013-02-22  Glenn Morris  <rgm@gnu.org>
 
        * ack.texi (Acknowledgments):
        * emacs.texi (Acknowledgments): Small updates.
 
+2013-02-21  Glenn Morris  <rgm@gnu.org>
+
+       * files.texi (File Conveniences): Not just GIFs can be animated.
+
+2013-02-13  Glenn Morris  <rgm@gnu.org>
+
+       * ack.texi (Acknowledgments): Don't mention yow any more.
+
+2013-02-13  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * cmdargs.texi (General Variables):
+       Fix TMPDIR documentation to match the code's behavior.
+
 2013-02-10  Glenn Morris  <rgm@gnu.org>
 
        * trouble.texi (Checklist): Update bug keybinding.
 
-2013-01-18  Glenn Morris  <rgm@gnu.org>
+2013-02-09  Eli Zaretskii  <eliz@gnu.org>
 
-       * custom.texi (Directory Variables): Fix paren typo.
+       * msdog.texi (Text and Binary): Delete the description of
+       file-name-buffer-file-type-alist.
+
+2013-01-19  Paul Eggert  <eggert@cs.ucla.edu>
 
-2013-01-16  Glenn Morris  <rgm@gnu.org>
+       * trouble.texi (Crashing): Suggest -p for newer addr2line.  (Bug#13445)
+       Without it, I don't see function names.  Older addr2line
+       implementations will die out sooner or later, so tailor the
+       first suggestion to recent addr2line, with a followup about
+       older ones.
+
+2013-01-19  Glenn Morris  <rgm@gnu.org>
+
+       * custom.texi (Directory Variables): Fix paren typo.
 
        * trouble.texi (Crashing): Not all addr2line have -p.  (Bug#13445)
 
        * custom.texi (Custom Themes): Fix typo.
 
+2013-01-07  Bastien Guerry  <bzg@gnu.org>
+
+       * help.texi (Apropos): Document `apropos-user-option' and update
+       the doc for `apropos-variable'.
+
 2013-01-05  Glenn Morris  <rgm@gnu.org>
 
        * text.texi (HTML Mode): Remove deleted nxml C-RET binding.
        * frames.texi (Mouse Commands): Fix description of the effect of
        mouse dragging (Bug#13049).
 
-2012-12-08  Dani Moncayo  <dmoncayo@gmail.com>
+2012-12-15  Juri Linkov  <juri@jurta.org>
+
+       * misc.texi (Recursive Edit): Add a link to "Query Replace".
+       (Bug#13181)
+
+2012-12-10  Dani Moncayo  <dmoncayo@gmail.com>
 
        * killing.texi (Deletion): Doc fix (Bug#12748).
 
-2012-12-03  Juanma Barranquero  <lekktu@gmail.com>
+2012-12-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * doclicense.texi, gpl.texi: Update to latest version from FSF.
+       These are just minor editorial changes.
+
+2012-12-06  Juanma Barranquero  <lekktu@gmail.com>
 
        * vc1-xtra.texi (General VC Options): Remove obsolete reference
        to `vc-path'.
 
-2012-12-02  Chong Yidong  <cyd@gnu.org>
+2012-12-03  Chong Yidong  <cyd@gnu.org>
 
        * custom.texi (Init Rebinding): kbd is now a function (Bug#13052).
 
-2012-11-18  Dani Moncayo  <dmoncayo@gmail.com>
+2012-12-02  Kevin Ryde  <user42@zip.com.au>
+
+       * maintaining.texi (Tag Syntax): Mention (defvar foo) handling.
+
+2012-12-01  Kevin Ryde  <user42@zip.com.au>
+
+       * maintaining.texi (Tag Syntax): Mention Perl's "use constant".
+
+2012-11-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * doclicense.texi, gpl.texi: Update to latest version from FSF.
+       These are just minor editorial changes.
+
+2012-11-21  Dani Moncayo  <dmoncayo@gmail.com>
 
        * display.texi (Auto Scrolling): Fix some inaccuracies, plus
        clarifications (Bug#12865).
        (Horizontal Scrolling): Clarifications.
 
-2012-11-17  Dani Moncayo  <dmoncayo@gmail.com>
+2012-11-18  Dani Moncayo  <dmoncayo@gmail.com>
 
        * mark.texi (Disabled Transient Mark): Doc fixes (Bug#12746).
 
-2012-11-12  Chong Yidong  <cyd@gnu.org>
+2012-11-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * trouble.texi (Crashing): Add information about MS-Windows and
+       the emacs_backtrace.txt file.  (Bug#12908)
+
+2012-11-13  Chong Yidong  <cyd@gnu.org>
 
        * building.texi (Multithreaded Debugging): gdb-stopped-hooks is
        actually named gdb-stopped-functions.
 
-2012-11-12  Glenn Morris  <rgm@gnu.org>
+2012-11-13  Glenn Morris  <rgm@gnu.org>
 
        * misc.texi (Single Shell): Mention async-shell-command-buffer.
 
 
        * misc.texi (Terminal emulator): Rename `term-face' to `term'.
 
-2012-11-09  Glenn Morris  <rgm@gnu.org>
-
        * emacs.texi (Acknowledgments): Add profiler author.
        * ack.texi (Acknowledgments): Add some recent contributions.
 
-2012-11-08  Chong Yidong  <cyd@gnu.org>
+2012-11-10  Chong Yidong  <cyd@gnu.org>
 
        * files.texi (Diff Mode): Doc fixes for
        diff-delete-trailing-whitespace (Bug#12831).
 
        * trouble.texi (Crashing): Copyedits.
 
-2012-11-08  Glenn Morris  <rgm@gnu.org>
+2012-11-10  Glenn Morris  <rgm@gnu.org>
 
        * files.texi (Diff Mode): Trailing whitespace updates.
 
-2012-11-07  Chong Yidong  <cyd@gnu.org>
+2012-11-10  Chong Yidong  <cyd@gnu.org>
 
        * misc.texi (Terminal emulator): Document Term mode faces.
 
 
        * trouble.texi (Memory Full): Capitalize Buffer Menu.
 
-2012-11-05  Eli Zaretskii  <eliz@gnu.org>
+2012-11-10  Eli Zaretskii  <eliz@gnu.org>
 
        * display.texi (Auto Scrolling): Clarify that scroll-step is
        ignored when scroll-conservatively is set to a non-zero value.
        (Bug#12801)
 
-2012-11-05  Chong Yidong  <cyd@gnu.org>
+2012-11-10  Chong Yidong  <cyd@gnu.org>
 
        * dired.texi (Dired Updating): Doc fix (Bug#11744).