aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc/ChangeLog')
-rw-r--r--doc/misc/ChangeLog167
1 files changed, 166 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 7f5c70e07e3..22148deace0 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,168 @@
12013-08-28 Paul Eggert <eggert@cs.ucla.edu>
2
3 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
4 for portability to hosts where /bin/sh has problems.
5
62013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 Try to reduce redundancy in doc/misc/Makefile.in.
9 * Makefile.in (DOCMISC_W32): New var to replace DOCMISC_*_W32.
10 (TARGETS): New intermediate variable.
11 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS): Use it.
12
132013-08-27 Glenn Morris <rgm@gnu.org>
14
15 * efaq.texi (Emacs for MS-Windows): Update location of MS FAQ.
16
17 * efaq.texi: Rename from faq.texi, to match its output files.
18 * Makefile.in: Update for faq.texi name change.
19
20 * efaq-w32.texi (EMACSVER): Get it from emacsver.texi.
21
22 * Makefile.in (webhack): Remove; it's nothing to do with Emacs.
23
24 * efaq-w32.texi: Move here from the web-pages repository.
25 * Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
26 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables.
27 (INFO_COMMON, INFO_INSTALL): New derivations of INFO_TARGETS.
28 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
29 Add DOCMISC_*_W32 variables.
30 (echo-info): Use INFO_INSTALL rather than INFO_TARGETS.
31 (efaq_w32_deps): New variable.
32 (efaq-w32, $(buildinfodir)/efaq-w32$(INFO_EXT), efaq-w32.dvi)
33 (efaq-w32.pdf, efaq-w32.html): New rules.
34 (clean): Remove efaq-w32 products.
35
362013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
37
38 * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and
39 shift_jis from the default value set to mm-coding-system-priorities for
40 Japanese users.
41
422013-08-13 Glenn Morris <rgm@gnu.org>
43
44 * reftex.texi (LaTeX xr Package, Options - Table of Contents)
45 (Options - Defining Label Environments, Options - Creating Labels)
46 (Options - Referencing Labels, Options - Creating Citations)
47 (Options - Index Support, Options - Viewing Cross-References)
48 (Options - Finding Files, Options - Optimizations)
49 (Options - Fontification, Options - Misc):
50 * cc-mode.texi (Sample Init File):
51 * edt.texi (Init file):
52 * epa.texi (Encrypting/decrypting gpg files):
53 * mairix-el.texi (About, Setting up the mairix interface, Using)
54 (Extending):
55 Rename nodes to avoid characters that can cause Texinfo problems.
56
572013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
58
59 * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave.
60
612013-08-12 Glenn Morris <rgm@gnu.org>
62
63 * Makefile.in (ada_mode_deps, auth_deps, autotype_deps)
64 (bovine_deps, calc_deps, ccmode_deps, cl_deps, dbus_deps)
65 (dired_x_deps, ebrowse_deps, ede_deps, ediff_deps, edt_deps)
66 (eieio_deps, emacs_gnutls_deps, emacs_mime_deps, epa_deps)
67 (erc_deps, ert_deps, eshell_deps, eudc_deps, faq_deps)
68 (flymake_deps, forms_deps, gnus_deps, htmlfontify_deps)
69 (idlwave_deps, ido_deps, info_deps, mairix_el_deps, message_deps)
70 (mh_e_deps, newsticker_deps, nxml_mode_deps, org_deps)
71 (pcl_cvs_deps, pgg_deps, rcirc_deps, reftex_deps, remember_deps)
72 (sasl_deps, sc_deps, semantic_deps, ses_deps, sieve_deps)
73 (smtpmail_deps, speedbar_deps, srecode_deps, todo_mode_deps)
74 (tramp_deps, url_deps, vip_deps, viper_deps, widget_deps)
75 (wisent_deps, woman_deps): New variables. Use to reduce duplication.
76
77 * woman.texi (Top): Avoid mailto: in html output.
78
79 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
80 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
81 (INSTALL_DATA): New, set by configure.
82 (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
83 (.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
84 install-ps ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
85 uninstall-ps, and uninstall-doc.
86 (.SUFFIXES): Add .ps and .dvi.
87 (.dvi.ps): New suffix rule.
88 (html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
89 (calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
90 (ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
91 (emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
92 (ert.html, eshell.html, eudc.html, faq.html, flymake.html)
93 (forms.html, gnus.html, htmlfontify.html, idlwave.html)
94 (ido.html, mairix-el.html, message.html, mh-e.html)
95 (newsticker.html, nxml-mode.html, org.html, pgg.html)
96 (rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
97 (semantic.html, sieve.html, smtpmail.html, speedbar.html)
98 (srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
99 (viper.html, widget.html, wisent.html, woman.html, install-dvi)
100 (install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
101 (uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
102 New rules.
103 (clean): Remove HTML_TARGETS and PS_TARGETS.
104
1052013-08-10 Xue Fuqiao <xfq.free@gmail.com>
106
107 * ido.texi (Working Directories):
108 (Flexible Matching, Regexp Matching, Find File At Point)
109 (Ignoring, Misc Customization): Use @defopt for user options.
110
1112013-08-09 Xue Fuqiao <xfq.free@gmail.com>
112
113 * htmlfontify.texi (Customization): Remove documentation of
114 `hfy-fast-lock-save'. Minor fixes.
115
1162013-08-08 Xue Fuqiao <xfq.free@gmail.com>
117
118 * ido.texi (Top): Insert node "Working Directories" in menu.
119 (Working Directories): New node.
120 (Misc Customization): Add documentation of
121 `ido-confirm-unique-completion' and some other user options.
122
1232013-08-07 Eli Zaretskii <eliz@gnu.org>
124
125 * todo-mode.texi: Update @dircategory.
126 (Overview, Todo Items as Diary Entries, Todo Mode Entry Points)
127 (File Editing, Marked Items, Item Prefix): Fix usage of @xref and
128 @ref.
129
1302013-08-07 Xue Fuqiao <xfq.free@gmail.com>
131
132 * sc.texi (Introduction): Fix index.
133 (Usage Overview):
134 (Citations, Citation Elements, Recognizing Citations)
135 (Information Keys and the Info Alist, Reference Headers)
136 (The Built-in Header Rewrite Functions)
137 (Electric References, Reply Buffer Initialization)
138 (Filling Cited Text, Selecting an Attribution)
139 (Attribution Preferences)
140 (Anonymous Attributions, Author Names)
141 (Using Regi, Post-yank Formatting Commands)
142 (Citing Commands, Insertion Commands)
143 (Mail Field Commands)
144 (Hints to MUA Authors, Thanks and History): Change from one space
145 between sentences to two.
146 (What Supercite Does): Typo fix.
147
148 * newsticker.texi (Usage): Use @key for RET.
149
150 * cl.texi (Argument Lists):
151 (For Clauses):
152 (Macros): Add indexes.
153
1542013-08-05 Xue Fuqiao <xfq.free@gmail.com>
155
156 * cl.texi (Blocks and Exits): Add an index.
157
1582013-08-04 Stephen Berman <stephen.berman@gmx.net>
159
160 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
161 (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT)):
162 (todo-mode.dvi, todo-mode.pdf): New rules.
163
164 * todo-mode.texi: New file.
165
12013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org> 1662013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 167
3 * gnus.texi (Basic Usage): Mention that warp means jump here. 168 * gnus.texi (Basic Usage): Mention that warp means jump here.
@@ -185,7 +350,7 @@
185 350
1862013-05-25 Xue Fuqiao <xfq.free@gmail.com> 3512013-05-25 Xue Fuqiao <xfq.free@gmail.com>
187 352
188 * flymake.texi: Changing from one space between sentences to two. 353 * flymake.texi: Change from one space between sentences to two.
189 354
1902013-05-04 Stefan Monnier <monnier@iro.umontreal.ca> 3552013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
191 356