Update dependencies in doc/misc/makefile.w32-in.
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
c995b26e
EZ
12012-12-22 Eli Zaretskii <eliz@gnu.org>
2
3 * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
4 doclicense.texi. Remove doclicense.texi from all targets that
5 mentioned it explicitly.
6 ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
7 $(emacsdir)/emacsver.texi.
8
08953d7f
GM
92012-12-21 Glenn Morris <rgm@gnu.org>
10
c545e313
GM
11 * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
12 Include emacsver.texi. Nuke hand-written node pointers.
13 * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
14 Depend on emacsver.texi.
15
0b1af106
GM
16 * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
17 * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
18 May as well just include doclicense.texi in everything.
19
20 * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
21 which @copying says is included.
22
6bf430d1
GM
23 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
24 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
25 * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
26 * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
27 * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
28 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
29 * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
30 * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
31 * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
32 * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
33 * widget.texi, wisent.texi, woman.texi: Do not mention buying
34 copies from the FSF, which does not publish these manuals.
35
08953d7f
GM
36 * erc.texi: No need to include gpl in this small manual.
37
257b2c7d
GM
38 * org.texi (copying): Include a copy of the GFDL.
39 (GNU Free Documentation License): New section.
40
a4b0cca1 412012-12-21 Bastien Guerry <bzg@gnu.org>
1e20eeb7
BG
42
43 * org.texi: Fix typos.
44
d2435ab9
PE
452012-12-16 Paul Eggert <eggert@cs.ucla.edu>
46
47 * calc.texi (ISO 8601): Rename from ISO-8601,
48 as it's typically spelled without a hyphen.
49
b9d8175e
JB
502012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
51
52 * calc.texi (ISO-8601): New section.
53 (Date Formatting Codes): Mention new codes.
54 (Standard Date Formats): Mention new formats.
55
f0bc0bf1
MA
562012-12-14 Michael Albinus <michael.albinus@gmx.de>
57
58 * tramp.texi (External methods): Move `adb' method here.
59
98c94021
GM
602012-12-13 Glenn Morris <rgm@gnu.org>
61
ba30c70f
GM
62 * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
63
bfe6ffb6
GM
64 * wisent.texi: Small edits. Set copyright to FSF, update license to
65 GFDL 1.3+.
66 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
67 (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
68 New targets.
69 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
70 ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
71
98c94021
GM
72 * bovine.texi: Small edits. Set copyright to FSF, update license to
73 GFDL 1.3+, remove empty index.
74 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
75 (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
76 New targets.
77 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
78 ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
79
cfa49c1e
EL
802012-12-13 Eric Ludlam <zappo@gnu.org>
81 David Ponce <david@dponce.com>
82 Richard Kim <emacs18@gmail.com>
83
9e7abd17 84 * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
cfa49c1e 85
727f9739 862012-12-13 Glenn Morris <rgm@gnu.org>
4c2dd4ee 87
9b97b143
GM
88 * flymake.texi (Customizable variables, Locating the buildfile):
89 Remove refs to flymake-buildfile-dirs, removed 2007-07-20. (Bug#13148)
90
4c2dd4ee
GM
91 * srecode.texi: Small edits. Set copyright to FSF, add explicit
92 GFDL 1.3+ license, fix up index.
93 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
94 (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
95 (srecode.pdf): New targets.
96 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
97 ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
98
727f9739 992012-12-13 Eric Ludlam <zappo@gnu.org>
ac1d9dde
EL
100
101 * srecode.texi: New file, imported from CEDET trunk.
102
727f9739 1032012-12-13 Bastien Guerry <bzg@gnu.org>
63aa0982
BG
104
105 * org.texi (Summary, Code block specific header arguments)
106 (Code block specific header arguments)
107 (Header arguments in function calls, var, noweb)
727f9739
GM
108 (Results of evaluation, Code evaluation security):
109 Small reformatting: add a blank line before some example.
63aa0982
BG
110
111 * org.texi (System-wide header arguments)
112 (Header arguments in Org mode properties, Conflicts)
727f9739
GM
113 (Dynamic blocks, Using the mapping API):
114 Fix indentation of Elisp code examples.
63aa0982
BG
115
116 * org.texi (Comment lines): Fix description of the comment syntax.
117
727f9739
GM
118 * org.texi (Installation): Mention "make test" in the correct section.
119
4288142b
PE
1202012-12-06 Paul Eggert <eggert@cs.ucla.edu>
121
122 * doclicense.texi, gpl.texi: Update to latest version from FSF.
123 These are just minor editorial changes.
124
61b835df
MA
1252012-12-04 Michael Albinus <michael.albinus@gmx.de>
126
127 * tramp.texi (History): Mention ADB.
128 (Inline methods): Add `adb' method.
129
c5bc2d1d 1302012-12-03 Michael Albinus <michael.albinus@gmx.de>
328dac0d
MA
131
132 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
133 (External methods): Fix typo.
134
c5bc2d1d 1352012-12-03 Glenn Morris <rgm@gnu.org>
f4f3b439
GM
136
137 * rcirc.texi (Notices): Fix typo.
138
d0457b57
BW
1392012-11-25 Bill Wohler <wohler@newt.com>
140
141 Release MH-E manual version 8.4.
142
143 * mh-e.texi: (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
144 Update for release 8.4.
145
551aaa66
BW
146 * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
147 (Junk): Add mh-whitelist-preserves-sequences-flag,
148 mh-blacklist-msg-hook, mh-whitelist-msg-hook,
149 mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
150
61d841dd
PE
1512012-11-25 Paul Eggert <eggert@cs.ucla.edu>
152
153 * mh-e.texi (Procmail): Fix two @ typos.
154
c07a6ded
PE
1552012-11-24 Paul Eggert <eggert@cs.ucla.edu>
156
157 * doclicense.texi, gpl.texi: Update to latest version from FSF.
158 These are just minor editorial changes.
159
678a34f4
JB
1602012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
161
162 * calc.texi (Date Formatting Codes): Mention the new beginning of
163 the date numbering system.
164
0e70ce93
PE
1652012-11-22 Paul Eggert <eggert@cs.ucla.edu>
166
167 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
168 (Date Forms): Correct off-by-one error in explanation of
169 Julian day numbers. Give Gregorian equivalent of its origin.
170
723da6aa
JB
1712012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
172
173 * doc/misc/calc.texi (Date Forms): Mention the customizable
174 Gregorian-Julian switch.
175 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
176
310e60d9
PE
1772012-11-17 Paul Eggert <eggert@cs.ucla.edu>
178
6f6b82d6
PE
179 Calc now uses the Gregorian calendar for all dates (Bug#12633).
180 It also uses January 1, 1 AD as its day number 1.
310e60d9
PE
181 * calc.texi (Date Forms): Document this.
182
e8693c96
GM
1832012-11-16 Glenn Morris <rgm@gnu.org>
184
185 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
186 (Obsolete Macros): Move example here from Function Bindings.
187
5c934f8b
GM
188 * erc.texi: Use @code{nil} rather than just "nil".
189 (Modules): Undocument obsolete "hecomplete".
6e5e9b70 190 Add "notifications".
f925b109 191 (Connecting): Add brief section on passwords.
274f5de6 192 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
6e5e9b70 193
f78ee6af 1942012-11-13 Glenn Morris <rgm@gnu.org>
24c38527
GM
195
196 * flymake.texi (Customizable variables)
197 (Highlighting erroneous lines): Mention flymake-error-bitmap,
198 flymake-warning-bitmap, and flymake-fringe-indicator-position.
199
1796ef98
VB
2002012-11-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
201
202 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
203 In all file place SES into @acronym{...}.
204 (Advanced Features): Add key index and function index for
205 ses-set-header-row. Add description for function
206 ses-rename-cell. Add description for function
207 ses-repair-cell-reference-all.
208 (Ranges in formulas): Add description for ses-range flags.
209
31f47fba
PE
2102012-11-12 Paul Eggert <eggert@cs.ucla.edu>
211
212 * texinfo.tex: Merge from gnulib.
213
6baf66d5 2142012-11-10 Chong Yidong <cyd@gnu.org>
5b637222
CY
215
216 * url.texi (Introduction): Move url-configuration-directory to
217 Customization node.
218 (Parsed URIs): Split into its own node.
219 (URI Encoding): New node.
220 (Defining New URLs): Remove empty chapter.
221 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
222 Improve docs for url-queue-*.
223 (Supported URL Types): Copyedits. Delete empty subnodes.
224
82f84fa3
CY
225 * url.texi (Introduction): Rename from Getting Started. Rewrite
226 the introduction.
227 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
228
6baf66d5 2292012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f
GM
230
231 * cl.texi (Obsolete Setf Customization):
232 Revert defsetf example to the more correct let rather than prog1.
bdd8064f
GM
233 Give define-modify-macro, defsetf, and define-setf-method
234 gv.el replacements.
2ee1d59f 235
2027b1b3 236 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
a358a44e 237 (Setf Extensions): Remove obsolete reference.
2027b1b3 238 (Obsolete Setf Customization):
651af8c6 239 Move note on lack of setf functions to lispref/variables.texi.
ab7f1c43 240 Undocument get-setf-method, since it no longer exists.
a358a44e 241 Mention simple defsetf replaced by gv-define-simple-setter.
651af8c6 242
c65b407b
GM
2432012-11-03 Glenn Morris <rgm@gnu.org>
244
245 * cl.texi: Further general copyedits.
685b0026
GM
246 (List Functions): Remove copy-tree, standard elisp for some time.
247 (Efficiency Concerns): Comment out examples that no longer apply.
248 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
249 (Creating Symbols, Random Numbers): De-emphasize internal
250 variables cl--gensym-counter and cl--random-state. (Bug#12788)
f58542e1
GM
251 (Naming Conventions, Type Predicates, Macros)
252 (Predicates on Numbers): No longer mention cl-floatp-safe.
c65b407b 253
a71e2379
G
2542012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
255
256 * gnus.texi (Mail Source Specifiers):
257 Document :leave keyword used for pop mail source.
258
df43dd53
GM
2592012-11-01 Glenn Morris <rgm@gnu.org>
260
261 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
262 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
263 (Macro Bindings, Blocks and Exits):
264 Acknowledge existence of lexical-binding.
265 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 266
69c1c2e6
GM
2672012-10-31 Glenn Morris <rgm@gnu.org>
268
dd90fd1a
GM
269 * ert.texi (Introduction, The @code{should} Macro):
270 Refer to "cl-assert" rather than "assert".
271
69c1c2e6
GM
272 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
273 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
274 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
275 Reword, and add details of flet and labels.
87b0d8b1 276 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 277
4ddedf94
GM
2782012-10-30 Glenn Morris <rgm@gnu.org>
279
280 * cl.texi (Modify Macros): Update for cl-letf changes.
281 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
282 (Setf Extensions): Partially restore note about cl-getf,
283 mainly moved to lispref/variables.texi.
284 (Property Lists): Fix cl-getf typos.
f43a5263 285 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 286
d3094168
GM
2872012-10-29 Glenn Morris <rgm@gnu.org>
288
289 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 290 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 291 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
292 (Modify Macros, Multiple Values, Other Clauses):
293 Remove mentions of obsolete features.
6a07d52e 294 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 295
3c0c6155
GM
2962012-10-28 Glenn Morris <rgm@gnu.org>
297
f94b04fc
GM
298 * cl.texi (Multiple Values, Common Lisp Compatibility):
299 More namespace updates.
300 (Obsolete Features): Copyedits.
301 (Obsolete Lexical Macros, Obsolete Setf Customization):
302 New subsections.
303
9c52d61d
GM
304 * cl.texi (Porting Common Lisp, Lexical Bindings):
305 Add some xrefs to the Elisp manual.
306
3c0c6155
GM
307 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
308 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
309 (Obsolete Features): New appendix. Move Lexical Bindings here.
310
5887564d
GM
3112012-10-27 Glenn Morris <rgm@gnu.org>
312
e1117425
GM
313 * cl.texi: Use defmac for macros rather than defspec.
314 (Efficiency Concerns): Related copyedit.
315
5887564d
GM
316 * cl.texi (Control Structure): Update for setf now being in core.
317 (Setf Extensions): Rename from Basic Setf. Move much of the
318 former content to lispref/variables.texi.
319 (Modify Macros): Move pop, push details to lispref/variables.texi.
320 (Customizing Setf): Copyedits for setf etc being in core.
321 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
322 Further namespaces updates.
323
bdebdb64
BG
3242012-10-26 Bastien Guerry <bzg@gnu.org>
325
326 * org.texi (Installation): Update the link to Org's ELPA. Also
327 don't mention org-install.el anymore as the replacement file
328 org-loaddefs.el is now loaded by org.el.
329
f956e59d
MA
3302012-10-25 Michael Albinus <michael.albinus@gmx.de>
331
332 * tramp.texi (Frequently Asked Questions): Mention
333 `tramp-completion-reread-directory-timeout' for performance
334 improvement.
335
a05cb6e3
GM
3362012-10-25 Glenn Morris <rgm@gnu.org>
337
338 * cl.texi: Don't mess with the TeX section number counter.
339 Use Texinfo recommended convention for quotes+punctuation.
340 (Overview, Sequence Functions): Rephrase for better line-breaking.
341 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
342 (Macro Bindings, Conditionals, Iteration, Loop Basics)
343 (Random Numbers, Mapping over Sequences, Structures)
344 (Porting Common Lisp): Further updates for cl-lib namespace.
345 (Modify Macros, Declarations, Macro Bindings, Structures):
346 Break long lines in examples.
347 (Dynamic Bindings): Update for changed progv behavior.
348 (Loop Examples, Efficiency Concerns): Markup fixes.
349 (Structures): Remove TeX margin change.
39ff2cf3 350 (Declarations): Fix typos.
a05cb6e3 351
39a58b5b
GM
3522012-10-24 Glenn Morris <rgm@gnu.org>
353
a6880551
GM
354 * cl.texi (Overview, Multiple Values, Creating Symbols)
355 (Numerical Functions): Say less/nothing about the original cl.el.
356 (Old CL Compatibility): Remove.
357 (Assertions): Remove ignore-errors (standard Elisp for some time).
358
39a58b5b
GM
359 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
360 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
361 (Efficiency Concerns, Efficiency Concerns)
362 (Common Lisp Compatibility, Old CL Compatibility):
363 Further updates for cl-lib namespace.
364
72ec96fb
PE
3652012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
366
367 Update manual for new time stamp format (Bug#12706).
368 * emacs-mime.texi (time-date): Update for new format.
369 Also, fix bogus time stamp and modernize a bit.
370
8d6510b9
GM
3712012-10-23 Glenn Morris <rgm@gnu.org>
372
373 * cl.texi: Include emacsver.texi. Use Emacs version number rather
374 than unchanging cl.el version number.
375 End all menu descriptions with a period.
376 Do not use @dfn{CL} for every instance of "CL".
377 (Overview): Remove no-runtime caveat, and note about foo* names.
378 (Usage): Use cl-lib rather than cl.
379 (Organization, Naming Conventions): Update for cl-lib.el.
380 (Installation): Remove long-irrelevant node.
381 (Program Structure, Predicates, Control Structure):
382 Start updating for cl-lib namespace.
8d6510b9
GM
383 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
384 Depend on emacsver.texi.
385
0a078f36
MA
3862012-10-09 Michael Albinus <michael.albinus@gmx.de>
387
388 * trampver.texi: Update release number.
389
a03bb33f
GM
3902012-10-06 Glenn Morris <rgm@gnu.org>
391
24636b26
GM
392 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
393 ERC version.
394 (Introduction): ERC is distributed with Emacs.
395 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
396 (Getting Started): Simplify.
397 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
398 (History): Mention ERC maintained as part of Emacs now.
399 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
400 Add dependency on emacsver.texi.
401
a03bb33f
GM
402 * erc.texi: Remove hand-written node pointers.
403
d259be38
GM
4042012-10-05 Glenn Morris <rgm@gnu.org>
405
406 * newsticker.texi (Overview, Requirements, Usage, Configuration):
407 Copyedits.
408
62a81506
CY
4092012-10-01 Eric Ludlam <zappo@gnu.org>
410
411 * ede.texi (Quick Start, Project Local Variables)
412 (Miscellaneous commands, ede-java-root, Development Overview)
413 (Detecting a Project): New nodes.
414 (Simple projects): Node deleted.
415
416 * eieio.texi (Building Classes): Some slot attributes cannot be
417 overridden.
418 (Slot Options): Remove an example.
419 (Method Invocation, Documentation): New nodes.
420
07f133bf
GM
4212012-10-01 Glenn Morris <rgm@gnu.org>
422
423 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
424 (reftex.pdf): Add dependency on emacsver.texi.
425 * reftex.texi: Don't include directory part for emacsver.texi;
426 the Makefile's -I handles it.
427
4f595e15
RA
4282012-09-30 Ralf Angeli <angeli@caeruleus.net>
429
430 Merge from standalone RefTeX repository.
431
432 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
433 with macros.
434 (Imprint): Mention Wolfgang in list of contributors.
435 (Creating Citations): Give a hint about how to
436 auto-revert the BibTeX database file when using external editors.
437 (Referencing Labels): Simplify section about reference macro
438 cycling.
439 (Options (Referencing Labels)): Adapt to new structure of
440 `reftex-ref-style-alist'.
441 (Referencing Labels, Reference Styles): Document changes in the
442 referencing functionality.
443 (Commands): Mention options for definition of header and footer in
444 BibTeX files.
445 (Options (Creating Citations)): Document
446 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
447 (Reference Styles): New section.
448 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
449 (Options (Referencing Labels)): Remove descriptions of deprecated
450 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
451 Add descriptions for `reftex-ref-style-alist' and
452 `reftex-ref-style-default-list'.
453 (Referencing Labels): Update regarding reference styles.
454 (Citation Styles): Mention support for ConTeXt.
455 (Options (Defining Label Environments)): Fix typo.
456 (Options (Creating Citations)): Document
457 `reftex-cite-key-separator'.
458
8223b1d2
BG
4592012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
460
461 * org.texi: Add description of ORG_ADD_CONTRIB to info
462 documentation. Add link to Worg for more details.
463
464 * org.texi: Clarify installation procedure. Provide link to the
465 build system description on Worg.
466
467 * org.texi: Remove reference to utils/, x11idle.c is now in
468 contrib/scripts.
469
470 * org.texi: Re-normalize to "Org mode" in manual.
471
472 * org.texi (Installation): Adapt documentation to new build
473 system. Mention GNU ELPA (since it needs to be handled like Emacs
474 built-in Org).
475
8223b1d2
BG
4762012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
477
478 * org.texi: Fix typo in description of the 'Hooks' section.
479
480 * org.texi: Add ID to the list of special properties.
481
4822012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
483
484 * org.texi (Moving subtrees): Document the ability to archive to a
485 datetree.
486
1e20eeb7 4872012-09-30 Bastien Guerry <bzg@gnu.org>
8223b1d2
BG
488
489 * org.texi (Installation, Feedback, Batch execution): Use
490 (add-to-list 'load-path ... t) for the contrib dir.
491
492 * org.texi (results): Update documentation for ":results drawer"
493 and ":results org".
494
495 * org.texi (Column width and alignment): Fix typo.
496
497 * org.texi (Activation): Point to the "Conflicts" section.
498
499 * org.texi (Conflicts): Mention filladapt.el in the list of
500 conflicting packages.
501
502 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
503 not needed for versions of Emacs > 22.1.
504
505 * org.texi (History and Acknowledgments): Fix typo.
506
507 * org.texi (History and Acknowledgments): Add my own
508 acknowledgments.
509
510 * org.texi (Agenda commands): Document the new command and the new
511 option.
512
513 * org.texi (Agenda commands): Delete `org-agenda-action' section.
514 (Agenda commands): Reorder. Document `*' to toggle persistent
515 marks.
516
517 * org.texi (Agenda dispatcher): Mention
518 `org-toggle-agenda-sticky'.
519 (Agenda commands, Exporting Agenda Views): Fix typo.
520
521 * org.texi (Templates in contexts, Setting Options): Update to
522 reflect changes in how contexts options are processed.
523
524 * org.texi (Templates in contexts): Document the new structure of
525 the variables `org-agenda-custom-commands-contexts' and
526 `org-capture-templates-contexts'.
527
528 * org.texi (Templates in contexts): Document the new option
529 `org-capture-templates-contexts'.
530 (Storing searches): Document the new option
531 `org-agenda-custom-commands-contexts'.
532
533 * org.texi (Formula syntax for Lisp): Reformat.
534
535 * org.texi (Special properties, Column attributes)
536 (Agenda column view): Document the new special property
537 CLOCKSUM_T.
538
539 * org.texi (Template expansion): Document the new %l template.
540
541 * org.texi (Fast access to TODO states): Fix documentation about
542 allowed characters for fast todo selection.
543
544 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
545 use in `org-agenda-to-appt'.
546
547 * org.texi (Comment lines): Update wrt comments.
548
549 * org.texi (Resolving idle time): Document new keybinding.
550
551 * org.texi (Clocking commands): Document the use of S-M-<up/down>
552 on clock timestamps.
553
554 * org.texi (Fast access to TODO states): Explicitely says only
555 letters are supported as fast TODO selection keys.
556
557 * org.texi (Link abbreviations): Illustrate the use of the "%h"
558 specifier. Document the new "%(my-function)" specifier.
559
560 * org.texi (Clocking commands): New cindex.
561 (Clocking commands): Update documentation for `org-clock-in'.
562 Document `org-clock-in-last'. Mention `org-clock-out' and
563 `org-clock-in-last' as commands that can be globally bound.
564 (Resolving idle time): Document continuous clocking.
565
566 * org.texi (Top, Introduction): Fix formatting.
567 (Activation): Add index entries.
568 (Conventions): Update section.
569 (Embedded @LaTeX{}): Fix formatting.
570
571 * org.texi (Visibility cycling): Document `show-children'.
572
573 * org.texi (Using capture): Mention the `org-capture-last-stored'
574 bookmark as a way to jump to the last stored capture.
575
576 * org.texi (Uploading files): Fix typo.
577
578 * org.texi (Using capture): Document `C-0' as a prefix argument
579 for `org-capture'.
580
581 * org.texi (Agenda commands): Document persistent marks.
582
583 * org.texi (Template expansion): Update doc to reflect change.
584
585 * org.texi (Radio tables): Document the :no-escape parameter.
586
587 * org.texi (Repeated tasks): Document repeat cookies for years,
588 months, weeks, days and hours.
589
590 * org.texi (Export options): State that you can use the d: option
591 by specifying a list of drawers.
592
593 * org.texi (HTML preamble and postamble): Small doc improvement.
594
5952012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
596
597 * org.texi: The sections in the Exporting section of the manual
598 left out articles in the description of the org-export-as-*
599 commands, among other places. This patch adds them, adds a few
600 missing prepositions, and switches instances of "an HTML" to "a
601 html" for internal consistency.
602
603 * org.texi: Alter several examples of headings with timestamps in
604 them to include the timestamps in the body instead of the heading.
605
6062012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
607
608 * org.texi (Agenda dispatcher): Document sticky agenda views and
609 the new key for them.
610
6112012-09-30 Charles <millarc@verizon.net> (tiny change)
612
613 * org.texi (Advanced features): Fix error in table.
614
6152012-09-30 Feng Shu <tumashu@gmail.com>
616
617 * org.texi (@LaTeX{} fragments): Document imagemagick as an
618 alternative to dvipng.
619
6202012-09-30 François Allisson <francois@allisson.co> (tiny change)
621
622 * org.texi: Remove extra curly bracket.
623
6242012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
625
626 * org.texi (org-clock-in-last and org-clock-cancel): Update the
627 defkeys.
628
6292012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
630
631 * org.texi (Agenda commands): Fix two typos by giving
632 corresponding function names, according to
633 `org-agenda-view-mode-dispatch'.
634
6352012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
636
637 * org.texi (The spreadsheet): Fix typo.
638
6392012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
640
641 * org.texi (Tracking your habits): Point to the "Tracking TODO
642 state changes" section.
643
6442012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
645
646 * org.texi (Literal examples): Remove reference to unknown
647 `org-export-latex-minted' variable. Also simplify footnote since
648 `org-export-latex-listings' documentation is exhaustive already.
649
650 * org.texi (Plain lists): Remove reference to now hard-coded
651 `bullet' automatic rule.
652
6532012-09-30 Toby S. Cubitt <tsc25@cantab.net>
654
655 * org.texi: Updated documentation accordingly.
656
5087f097
PE
6572012-09-13 Paul Eggert <eggert@cs.ucla.edu>
658
659 * texinfo.tex: Merge from gnulib.
660
20121a26
MA
6612012-09-12 Michael Albinus <michael.albinus@gmx.de>
662
663 Sync with Tramp 2.2.6.
664
665 * tramp.texi (Bug Reports): Cleanup caches before a test run.
666
667 * trampver.texi: Update release number.
668
44677e30
PE
6692012-09-12 Paul Eggert <eggert@cs.ucla.edu>
670
671 * texinfo.tex: Merge from gnulib.
672
5a4c42ba
AA
6732012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
674
675 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
676 (bug#12096).
677
8e7046c3
JB
6782012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
679
1dcac243
JB
680 * calc.texi (Simplification modes, Conversions)
681 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
682 (The Calc Mode Line): Mention the mode line display for Basic
683 simplification mode.
684 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
685 simplifications.
686 (Basic Simplifications): Rename from "Limited Simplifications"
687 Replace "limited" by "basic" throughout.
688 (Algebraic Simplifications): Indicate that the algebraic
689 simplifications are done by default.
690 (Unsafe Simplifications): Mention `m E'.
691 (Simplification of Units): Mention `m U'.
692 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
693 (Kinds of Declarations, Functions for Declarations): Mention
694 "algebraic simplifications" instead of `a s'.
1dcac243 695 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 696
d2bd74ff
JB
6972012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
698
699 * calc.texi (Getting Started, Tutorial): Change simulated
700 Calc output to match actual output.
701 (Simplifying Formulas): Mention that algebraic simplification is now
702 the default.
703
77472261
EZ
7042012-07-28 Eli Zaretskii <eliz@gnu.org>
705
706 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
707 (Bug#12073)
708
09ae5da1
PE
7092012-07-25 Paul Eggert <eggert@cs.ucla.edu>
710
711 Prefer typical American spelling for "acknowledgment".
712 * calc.texi (History and Acknowledgments): Rename from
713 History and Acknowledgements.
714 * idlwave.texi (Acknowledgments):
715 * ses.texi (Acknowledgments):
716 * woman.texi (Acknowledgments): Rename from Acknowledgements.
717
c4444d16
PE
7182012-07-09 Paul Eggert <eggert@cs.ucla.edu>
719
720 Rename configure.in to configure.ac (Bug#11603).
721 * ede.texi (Compiler and Linker objects, ede-proj-project)
722 (ede-step-project): Prefer the name configure.ac to configure.in.
723
ef091c97
MA
7242012-07-06 Michael Albinus <michael.albinus@gmx.de>
725
726 * tramp.texi (Multi-hops): Introduce
727 `tramp-restricted-shell-hosts-alist'.
728
89b163db
G
7292012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
730
731 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
732 methods, so don't mention smtpmail here.
733
7342012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
735
736 * gnus.texi (Picons): Document gnus-picon-properties.
737
7382012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
739
740 * gnus.texi: Remove mention of compilation, as that's no longer
741 supported.
742
7432012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
744
745 * gnus.texi (Archived Messages): Mention
746 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
747
7482012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
749
750 * gnus.texi (Various Summary Stuff):
751 Remove mention of `gnus-propagate-marks'.
752
7532012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
754
755 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
756 which no longer exist.
757
7582012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
759
760 * gnus.texi (Archived Messages):
761 Document gnus-gcc-self-resent-messages.
762
7632012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
764
765 * message.texi (Mail Variables):
766 Mention the optional user parameter for X-Message-SMTP-Method.
767
7682012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
769
770 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
771
772 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
773
7742012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
775
776 * gnus.texi (Key Index): Change encoding to utf-8.
777
ac1a0ce1 7782012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
779
780 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
781
71cca84d
G
7822012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
783
784 * gnus.texi (Group Timestamp): Mention where to find documentation for
785 the `gnus-tmp-' variables (bug#11601).
786
888a7fc0
MA
7872012-06-11 Michael Albinus <michael.albinus@gmx.de>
788
789 Sync with Tramp 2.2.6-pre.
790
791 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
792 where appropriate.
793 (Ad-hoc multi-hops): New section.
794 (Remote processes): New subsection "Running remote processes on
795 Windows hosts".
796 (History): Add remote commands on Windows, and ad-hoc multi-hop
797 methods.
798 (External methods): "ControlPersist" must be set to "no" for the
799 `scpc' method.
800 (Remote processes): Add a note about `auto-revert-tail-mode'.
801 (Frequently Asked Questions): Use "scpx" in combination with
802 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
803
804 * trampver.texi: Update release number.
805
31ca4639 8062012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
807
808 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
809 compilation for html-mono.
810
0e8bbf66
PE
8112012-06-08 Paul Eggert <eggert@cs.ucla.edu>
812
813 * texinfo.tex: Merge from gnulib.
814
b8f061b3
KY
8152012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
816
817 * Makefile.in (echo-info): Don't try to install info files named
818 just ".info".
819
16af873e
GM
8202012-05-28 Glenn Morris <rgm@gnu.org>
821
c1dabff0
GM
822 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
823
16af873e
GM
824 * sc.texi: Nuke hand-written node pointers.
825 Fix top-level menu to match actual node order.
826
1d5b82ef
GM
8272012-05-27 Glenn Morris <rgm@gnu.org>
828
829 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
830 Some associated fixes, including not messing with chapno in cl.texi.
831
33017faf 8322012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
833
834 * org.texi (Durations and time values): Fix typo.
835
d14b0029
JB
8362012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
837
33017faf 838 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
839 Mention `calc-ensure-consistent-units'.
840
2f4cadd1 8412012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 842
9879e263
AS
843 * cc-mode.texi: Avoid space before macro in 4th argument of cross
844 reference commands. (Bug#11461)
845
78e91d08
AS
846 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
847
3fe7cdc8
GM
8482012-05-12 Glenn Morris <rgm@gnu.org>
849
9598ef0b
GM
850 * Makefile.in (mostlyclean): Add more TeX intermediates.
851
7d326a29
GM
852 * Makefile.in: Make it look more like the other doc Makefiles.
853 Use explicit $srcdir in all dependencies.
854 Remove cd $srcdir from rules.
855 (VPATH): Remove.
856 (infodir): Set to an absolute path.
857 (INFO_TARGETS): Use short names.
858 (mkinfodir): infodir is now absolute.
859 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
860
c7f95930 861 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 862 (.SUFFIXES): Disable implicit rules.
c7f95930 863
3fe7cdc8
GM
864 * Makefile.in (MKDIR_P): New, set by configure.
865 (mkinfodir): Use $MKDIR_P.
866
6f0652af
GM
8672012-05-07 Glenn Morris <rgm@gnu.org>
868
869 * forms.texi (Long Example): Update for changed location of files.
870
8045b906
GM
8712012-05-04 Glenn Morris <rgm@gnu.org>
872
873 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
874 (INFO_TARGETS): Use $INFO_EXT.
875 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
876 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
877 (INFO_TARGETS): Use $INFO_EXT.
878 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
879
9e7a4bcf
GM
8802012-05-02 Glenn Morris <rgm@gnu.org>
881
9aa071df
GM
882 * Makefile.in (echo-info): New phony target, used by top-level.
883
9e7a4bcf
GM
884 * viper.texi: Make direntry shorter (also it is no longer "newest").
885
886 * emacs-gnutls.texi, ert.texi, org.texi:
887 Fix dircategory, direntry to match info/dir.
888
31cc861c
GM
889 * faq.texi: Convert @inforefs to @xrefs.
890 Fix some malformed cross-references.
f9e320bb
GM
891 (File-name conventions): Shorten section name to avoid overfull line.
892 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 893
723ea6b5
TZ
8942012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
895
896 * auth.texi (Help for users): Update for .gpg file being second.
897
a8e7d6d7 8982012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
899
900 * org.texi (Agenda commands): Fix two typos: give corresponding
901 function names, according to `org-agenda-view-mode-dispatch'.
902
a8e7d6d7 9032012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
904
905 * faq.texi (Major packages and programs): Remove section.
906 There is no point listing 6 packages (cf etc/MORE.STUFF).
907 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 908
dcbf5805
MA
9092012-04-22 Michael Albinus <michael.albinus@gmx.de>
910
911 * dbus.texi (Version): New node.
912 (Properties and Annotations): Mention the object manager
913 interface. Describe dbus-get-all-managed-objects.
914 (Type Conversion): Floating point numbers are allowed, if an
915 anteger does not fit Emacs's integer range.
916 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
917 (Asynchronous Methods): Fix description of
918 dbus-call-method-asynchronously.
919 (Receiving Method Calls): Fix some minor errors. Add
920 dbus-interface-emacs.
921 (Signals): Describe unicast signals and the new match rules.
922 (Alternative Buses): Add the PRIVATE optional argument to
923 dbus-init-bus. Describe its new return value. Add dbus-setenv.
924
adee4030
GM
9252012-04-20 Glenn Morris <rgm@gnu.org>
926
927 * faq.texi (New in Emacs 24): New section.
928 (Packages that do not come with Emacs): Mention M-x list-packages.
929
35dc09a1 9302012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
931
932 * cc-mode.texi (c-offsets-alist): Correct a typo.
933
35dc09a1 9342012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
935
936 * org.texi (Deadlines and scheduling): Fix the example: the
937 DEADLINE item should come right after the headline. We enforce
938 this convention, so it is a bug not to illustrate it correctly in
939 the manual.
940
35dc09a1 9412012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
942
943 * org.texi (Agenda commands): Fix documentation bug by swapping
944 the equivalent keybindings to `org-agenda-next-line' with the ones
945 to `org-agenda-previous-line'.
946
35dc09a1 9472012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
948
949 * Makefile.in: Replace non-portable use of $< in ordinary rules.
950
e2560ea8
EZ
9512012-04-09 Eli Zaretskii <eliz@gnu.org>
952
953 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
954 emacs-gnutls.
955 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
956
6b4f4a2d
TZ
9572012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
958
250b840e 959 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
960
961 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
962
ca2c89b6
TZ
9632012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
964
965 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 966 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 967
aebd5f1a
GM
9682012-04-04 Glenn Morris <rgm@gnu.org>
969
970 * auth.texi (Secret Service API): Copyedits.
971 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
972 (Help for users, Help for developers)
973 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 974
0317dd51
MA
9752012-04-04 Michael Albinus <michael.albinus@gmx.de>
976
977 * auth.texi (Secret Service API): Add the missing text.
978
3d439cd1
CY
9792012-04-04 Chong Yidong <cyd@gnu.org>
980
981 * message.texi (Using PGP/MIME): Note that epg is now the default.
982
983 * gnus.texi: Reduce references to obsolete pgg library.
984 (Security): Note that epg is now the default.
985
986 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
987
988 * nxml-mode.texi (Completion): C-RET is no longer bound to
989 nxml-complete.
990
153ae947
BG
9912012-04-01 Jambunathan K <kjambunathan@gmail.com>
992
993 * org.texi (Customizing tables in ODT export): Correct few errors.
994
9952012-04-01 Jambunathan K <kjambunathan@gmail.com>
996
997 * org.texi (Links in ODT export): Update.
998 (Labels and captions in ODT export): New node.
999
10002012-04-01 Jambunathan K <kjambunathan@gmail.com>
1001
1002 * org.texi (Literal examples in ODT export): htmlfontify.el in
1003 Emacs-24.1 now supports fontification. So ODT source blocks will
1004 be fontified by default.
1005
10062012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
1007
1008 * org.texi (Refiling notes): Remove duplicated keybinding.
1009
10102012-04-01 Eric Schulte <eric.schulte@gmx.com>
1011
1012 * org.texi (noweb): Documentation of this new option to the :noweb
1013 header argument.
1014
10152012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
1016
1017 * org.texi (Header and sectioning): Add example demonstrating how
1018 to use "LaTeX_CLASS_OPTIONS".
1019
10202012-04-01 Eric Schulte <eric.schulte@gmx.com>
1021
1022 * org.texi (Noweb reference syntax): Describe the ability to
1023 execute noweb references in the manual.
1024
10252012-04-01 Eric Schulte <eric.schulte@gmx.com>
1026
1027 * org.texi (cache): Improve cache documentation when session
1028 evaluation is used.
1029
10302012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1031
1032 * org.texi (Plain lists): Document removal.
1033
10342012-04-01 Michael Brand <michael.ch.brand@gmail.com>
1035
1036 * org.texi: Decapitalize file name in references to Calc manual.
1037
10382012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1039
1040 * org.texi (Plain lists): Document removal.
1041
10422012-04-01 Jambunathan K <kjambunathan@gmail.com>
1043
1044 * org.texi (Top, OpenDocument Text export)
1045 (ODT export commands, Extending ODT export)
1046 (Images in ODT export, Tables in ODT export)
1047 (Configuring a document converter): Add or Update.
1048
10492012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
1050
1051 * org.texi (MobileOrg): Change the wording to reflect that the
1052 Android Version is no longer just the little brother of the iOS
1053 version.
1054
10552012-04-01 Eric Schulte <eric.schulte@gmx.com>
1056
1057 * org.texi (Key bindings and useful functions): Updated babel key
1058 binding documentation in manual.
1059
10602012-04-01 Eric Schulte <eric.schulte@gmx.com>
1061
1062 * org.texi (noweb): Document new noweb header value.
1063
10642012-04-01 Eric Schulte <eric.schulte@gmx.com>
1065
1066 * org.texi (noweb-sep): Document new header argument.
1067
10682012-04-01 Eric Schulte <eric.schulte@gmx.com>
1069
1070 * org.texi (noweb-ref): Documentation of this new custom variable.
1071
10722012-04-01 Eric Schulte <eric.schulte@gmx.com>
1073
1074 * org.texi (wrap): Update the new :wrap documentation to match the
1075 current implementation.
1076
10772012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1078
1079 * org.texi: Added documentation for :wrap.
1080
10812012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1082
1083 * org.texi: #+RESULTS now user-configurable.
1084
10852012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1086
1087 * org.texi: Documented :noweb no-export.
1088
10892012-04-01 Thomas Dye <dk@poto.local>
1090
1091 * org.texi: Edit :noweb no header argument for correctness.
1092
1e20eeb7 10932012-04-01 Bastien Guerry <bzg@gnu.org>
153ae947
BG
1094
1095 * org.texi (Customization): Update the approximate number of Org
1096 variables.
1097
10982012-04-01 Thomas Dye <dk@poto.local>
1099
1100 * org.texi: The :results wrap produces a drawer instead of a
1101 begin_results block.
1102
005a89ff
G
11032012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
1104
1105 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
1106 reflect the new default.
1107
589ce070
EZ
11082012-03-10 Eli Zaretskii <eliz@gnu.org>
1109
1110 * info.texi (Expert Info): Move the index entry for "Texinfo" from
1111 "Getting Started" to this node. (Bug#10450)
1112
a5392527
CY
11132012-03-10 Chong Yidong <cyd@gnu.org>
1114
8ae818e4
CY
1115 * flymake.texi (Example -- Configuring a tool called via make):
1116 Mention the Automake COMPILE variable (Bug#8715).
1117
a5392527
CY
1118 * info.texi (Getting Started): Add an index entry (Bug#10450).
1119
d49902e4
MA
11202012-03-02 Michael Albinus <michael.albinus@gmx.de>
1121
1122 * dbus.texi (Signals): Known names will be mapped onto unique
1123 names, when registering for signals.
1124
53eced6d
GM
11252012-02-29 Glenn Morris <rgm@gnu.org>
1126
bcd6cd23
GM
1127 * url.texi: Fix quote usage in body text.
1128
775b55af
GM
1129 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
1130
53eced6d
GM
1131 * cl.texi: Use @code{} in menus when appropriate.
1132
44e97401
GM
11332012-02-28 Glenn Morris <rgm@gnu.org>
1134
1135 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
1136 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
1137 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
1138 * org.texi, sc.texi, vip.texi, viper.texi:
1139 Standardize possessive apostrophe usage.
1140
fa9a0855
CY
11412012-02-26 Chong Yidong <cyd@gnu.org>
1142
1143 * ediff.texi (Quick Help Commands): Add a couple of index entries
1144 (Bug#10834).
1145
0fd2c9a3
GM
11462012-02-17 Glenn Morris <rgm@gnu.org>
1147
1148 * gnus.texi (Posting Styles):
1149 * remember.texi (Org): Fix cross-refs to other manuals.
1150
9f26dc24
GM
11512012-02-15 Glenn Morris <rgm@gnu.org>
1152
1153 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
1154 (Encryption): New chapter, split out from previous.
1155
3d2af193
LI
11562012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1157
1158 * gnus.texi (Customizing the IMAP Connection): Mention
1159 nnimap-record-commands.
1160
b74c9672
GM
11612012-02-10 Glenn Morris <rgm@gnu.org>
1162
1163 * url.texi (Retrieving URLs): Update url-retrieve arguments.
1164 Mention url-queue-retrieve.
1165
2ebc3b94
GM
11662012-02-09 Glenn Morris <rgm@gnu.org>
1167
9fcfcdef
GM
1168 * sem-user.texi (Semantic mode user commands): Typo fix.
1169
2ebc3b94
GM
1170 * info.texi (Create Info buffer): Mention info-display-manual.
1171
7c4bbb69
LI
11722012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1173
1174 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
1175 example (modified from an example by Michael Albinus).
1176
debce7bc
G
11772012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1178
1179 * gnus.texi (Agent Basics): Fix outdated description of
1180 `gnus-agent-auto-agentize-methods'.
1181
b207a4ec
AS
11822012-01-28 Andreas Schwab <schwab@linux-m68k.org>
1183
1184 * cc-mode.texi: Always @defindex ss.
1185 (Config Basics): Fix argument of @itemize.
1186 (Macro Backslashes): Add @code around index entry.
1187
b8fe8712
GM
11882012-01-23 Glenn Morris <rgm@gnu.org>
1189
1190 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
1191
02dc2fd7
EH
11922012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
1193
1194 * tramp.texi (File): Tweak wording for the `scpc' option.
1195
e7719ea1
G
11962012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1197
1198 * gnus.texi (Group Parameters): Really note precedence.
1199
9937bef4
G
12002012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1201
1202 * gnus.texi (Group Parameters): Note precedence.
1203
e66ba1df
BG
12042012-01-03 Eric Schulte <eric.schulte@gmx.com>
1205
1206 * org.texi (Noweb reference syntax): Adding documentation of
1207 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1208 variable.
1209
12102012-01-03 Bastien Guerry <bzg@gnu.org>
1211
1212 * org.texi (Plain lists): Split the table to fix the display
1213 of items.
1214
12152012-01-03 Bastien Guerry <bzg@gnu.org>
1216
1217 * org.texi (Plain lists): Fix misplaced explanation.
1218
12192012-01-03 Bastien Guerry <bzg@gnu.org>
1220
1221 * org.texi (Plain lists, Agenda files): Add index entries.
1222
12232012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1224
1225 * org.texi: Use "Org mode" instead of alternatives like
1226 "Org-mode" or "org-mode".
1227
12282012-01-03 Bernt Hansen <bernt@norang.ca>
1229
1230 * org.texi (Agenda commands): Document
1231 `org-clock-report-include-clocking-task'.
1232
12332012-01-03 Bastien Guerry <bzg@gnu.org>
1234
1235 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1236 C-c' on checkboxes.
1237
12382012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1239
1240 * org.texi: End sentences with two spaces.
1241
12422012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1243
1244 * org.texi (External links): Document the link types file+sys
1245 and file+emacs, slightly narrow used page width.
1246
12472012-01-03 Eric Schulte <eric.schulte@gmx.com>
1248
1249 * org.texi (colnames): Note that colnames behavior may differ
1250 across languages.
1251
12522012-01-03 Bastien Guerry <bzg@gnu.org>
1253
1254 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1255
12562012-01-03 Thomas Dye <dk@poto.westell.com>
1257
1258 * org.texi: Augmented discussion of babel property
1259 inheritance. Put footnote outside sentence ending period.
1260
12612012-01-03 Eric Schulte <schulte.eric@gmail.com>
1262
1263 * org.texi (eval): Documenting the full range of :eval header
1264 argument values.
1265
12662012-01-03 Eric Schulte <schulte.eric@gmail.com>
1267
1268 * org.texi (eval): Documentation of the new :eval option.
1269
12702012-01-03 Thomas Dye <dk@poto.local>
1271
1272 * org.texi: Add accumulated properties.
1273
12742012-01-03 Thomas Dye <dk@poto.local>
1275
1276 * org.texi: Documented no spaces in name=assign, another
1277 correction to :var table.
1278
12792012-01-03 Thomas Dye <dk@poto.local>
1280
1281 * org.texi: Changed DATA to NAME in Working With Source Code
1282 section.
1283
12842012-01-03 Tom Dye <tsd@tsdye.com>
1285
1286 * org.texi: Minor change to :var table.
1287
12882012-01-03 Tom Dye <tsd@tsdye.com>
1289
1290 * org.texi: More changes to :var table (some examples were wrong).
1291
12922012-01-03 Tom Dye <tsd@tsdye.com>
1293
1294 * org.texi: Cleaned up :var table.
1295
12962012-01-03 Bastien Guerry <bzg@gnu.org>
1297
1298 * org.texi (Timestamps, Weekly/daily agenda)
1299 (Weekly/daily agenda): Add @cindex for "appointment".
1300
13012012-01-03 Eric Schulte <schulte.eric@gmail.com>
1302
1303 * org.texi (Literal examples): A new link to the template for
1304 inserting empty code blocks.
1305 (Structure of code blocks): A new link to the template for
1306 inserting empty code blocks.
1307
13082012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1309
1310 * org.texi (External links): Add footnote on how the behavior
1311 of the text search in Org files are controled by the variable
1312 `org-link-search-must-match-exact-headline'.
1313
13142012-01-03 Eric Schulte <schulte.eric@gmail.com>
1315
1316 * org.texi (Buffer-wide header arguments): Update
1317 documentation to reflect removal of #+PROPERTIES.
1318
13192012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1320
1321 * org.texi (The clock table): Mention that ACHIVED trees
1322 contribute to the clock table.
1323
13242012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1325
1326 * org.texi (Conflicts): Better yasnippet config info.
1327
13282012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1329
1330 * org.texi (Selective export): Explicitely mention the default
1331 values for `org-export-select-tags',
1332 `org-export-exclude-tags'.
1333
13342012-01-03 Tom Dye <tsd@tsdye.com>
1335
1336 * org.texi: Added a line to specify that header arguments are
1337 lowercase.
1338
13392012-01-03 Tom Dye <tsd@tsdye.com>
1340
1341 * org.texi: :var requires default value when declared.
1342
13432012-01-03 Bastien Guerry <bzg@gnu.org>
1344
1345 * org.texi (Handling links): Add a note about the
1346 `org-link-frame-setup' option.
1347
13482012-01-03 David Maus <dmaus@ictsoc.de>
1349
1350 * org.texi (Exporting Agenda Views, Extracting agenda
1351 information): Fix command line syntax, quote symbol parameter
1352 values.
1353
13542012-01-03 David Maus <dmaus@ictsoc.de>
1355
1356 * org.texi (Exporting Agenda Views): Fix command line syntax.
1357
8d80ef01
PE
13582011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1359
1360 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1361 Use octal notation for file permissions, which are normally
1362 thought of in octal.
1363 (Mail Back End Variables): Use more-plausible modes in example.
1364
47d42d81
AM
13652011-12-20 Alan Mackenzie <acm@muc.de>
1366
1367 * cc-mode.texi: Update version string 5.31 -> 5.32.
1368
a98edce9
JB
13692011-12-06 Juanma Barranquero <lekktu@gmail.com>
1370
1371 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1372
321decc8
GM
13732011-11-24 Glenn Morris <rgm@gnu.org>
1374
1375 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1376
f8107b79
JB
13772011-11-24 Juanma Barranquero <lekktu@gmail.com>
1378
1379 * makefile.w32-in: Update dependencies.
1380
f5a96a4f
GM
13812011-11-20 Glenn Morris <rgm@gnu.org>
1382
1383 * gnus.texi (Group Information):
1384 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1385
cd1181db
JB
13862011-11-20 Juanma Barranquero <lekktu@gmail.com>
1387
1388 * gnus-coding.texi (Gnus Maintenance Guide):
1389 Rename from "Gnus Maintainance Guide".
1390
1391 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1392 * eieio.texi (Customizing):
fe7a3057
JB
1393 * gnus.texi (Article Washing):
1394 * gnus-news.texi:
1395 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 1396
7877f373
JB
13972011-11-16 Juanma Barranquero <lekktu@gmail.com>
1398
1399 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1400
0d26e0b6
JB
14012011-11-15 Juanma Barranquero <lekktu@gmail.com>
1402
c7015153
JB
1403 * ede.texi (project-am-texinfo):
1404 * gnus.texi (Sending or Not Sending):
1405 * org.texi (Template elements): Fix typos.
0d26e0b6 1406
0b381c7e
JB
14072011-11-14 Juanma Barranquero <lekktu@gmail.com>
1408
1409 * ediff.texi (Hooks):
c7015153 1410 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 1411
40a8bdf6
JB
14122011-11-11 Juanma Barranquero <lekktu@gmail.com>
1413
1414 * semantic.texi (Tag handling): Fix typo.
1415
57dda3bb
KY
14162011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1417
1418 * gnus.texi (Other Gnus Versions): Remove.
1419
52bedd34
AM
14202011-10-28 Alan Mackenzie <acm@muc.de>
1421
1422 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1423 (Other Special Indentations): Add an xref to "Macros with ;".
1424 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1425 "Macros with ;".
1426 (Macros with ;): New page.
1427
00b77525
GM
1428 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1429 Document the new handling of nested scopes for movement by defuns.
52bedd34 1430
4a623313
MA
14312011-10-23 Michael Albinus <michael.albinus@gmx.de>
1432
1433 Sync with Tramp 2.2.3.
1434
1435 * trampver.texi: Update release number.
1436
466a320e
GM
14372011-10-14 Glenn Morris <rgm@gnu.org>
1438
1439 * ert.texi (Introduction, How to Run Tests)
1440 (Running Tests Interactively, Expected Failures)
1441 (Tests and Their Environment, Useful Techniques)
1442 (Interactive Debugging, Fixtures and Test Suites):
1443 Minor rephrasings.
1444 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1445 (Running Tests in Batch Mode): Simplify loading instructions.
1446 (Test Selectors): Clarify some selectors.
1447 (Expected Failures, Useful Techniques):
1448 Make examples fit in 80 columns.
1449
2be4956d
JB
14502011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1451
1452 * calc.texi (Basic Operations on Units): Discuss temperature
1453 conversion (`u t') alongside with other unit conversions ('u c').
1454
7359a765
GM
14552011-10-12 Glenn Morris <rgm@gnu.org>
1456
1457 * ert.texi: Whitespace trivia to make main menu items line up better.
1458
a0c52e5d
GM
14592011-10-08 Glenn Morris <rgm@gnu.org>
1460
1461 * Makefile.in: Fix ert rules.
1462
465d0300
G
14632011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1464
1465 * gnus.texi (Gnus Utility Functions): Add more references and
1466 explanations (bug#9683).
1467
a5166359
LMI
14682011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1469
1470 * gnus.texi (Archived Messages): Note the default (bug#9552).
1471
b523dc20
BW
14722011-09-21 Bill Wohler <wohler@newt.com>
1473
1474 Release MH-E manual version 8.3.
1475
58179cce 1476 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
1477 release 8.3.
1478 (Preface): Updated support information.
bd7239f5 1479 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
1480 historical quote, the tense should be correct in the time that it
1481 was written.
1482
0afb49a1
LMI
14832011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1484
1485 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1486 (Finding the News): Doc clarification.
1487 (Terminology): Mention naming.
1488
e21bac42
G
14892011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1490
1491 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1492 (Interactive): Document `quiet'.
1493
5b409b39 14942011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 1495
bd7239f5 1496 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 1497
5b409b39 14982011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1499
bd7239f5 1500 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
1501 scope for `org-map-entries'.
1502
5b409b39 15032011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1504
1505 * org.texi (Visibility cycling): Document `org-copy-visible'.
1506
5b409b39 15072011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1508
bd7239f5 1509 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
1510 proper order.
1511
5b409b39 15122011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1513
1514 * org.texi (eval): Expand discussion of the :eval header argument.
1515
5b409b39 15162011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1517
1518 * org.texi (Languages): Add Lilypond and Awk as supported
1519 languages.
1520
5b409b39 15212011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 1522
bd7239f5 1523 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
1524 LOG_INTO_DRAWER can be used to override the contents of variable
1525 org-clock-into-drawer (or if unset, org-log-into-drawer).
1526
bd7239f5 1527 * org.texi: Replace @xref->@pxref.
3ab2c837 1528
5b409b39 15292011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1530
1531 * org.texi (Evaluating code blocks): Documenting the new option
1532 for inline call lines.
1533
5b409b39 15342011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1535
1536 * org.texi (Results of evaluation): More explicit about the
1537 mechanism through which interactive evaluation of code is
1538 performed.
1539
5b409b39 15402011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1541
1542 * org.texi (noweb-ref): New header argument documentation.
1543
5b409b39 15442011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1545
1546 * org.texi (Extracting source code): Documentation of the new
1547 org-babel-tangle-named-block-combination variable.
1548
5b409b39 15492011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1550
bd7239f5 1551 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 1552 behavior of multiple blocks of the same name is undefined.
3ab2c837 1553
5b409b39 15542011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
1555
1556 * org.texi (TaskJuggler export): Modify the example to reflect the
1557 new effort durations.
1558
5b409b39 15592011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1560
1561 * org.texi (Images in LaTeX export): Escape curly brackets in
1562 LaTeX example.
1563
5b409b39 15642011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1565
1566 * org.texi (The clock table): Document the :properties and
1567 :inherit-props arguments for the clocktable.
1568
5b409b39 15692011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1570
1571 * org.texi (Tables in LaTeX export): Document specifying placement
1572 options for tables.
1573
5b409b39 15742011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1575
1576 * org.texi (Evaluating code blocks): More specific documentation
1577 about the different types of header arguments.
1578
5b409b39 15792011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
1580
1581 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1582
5b409b39 15832011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1584
1585 * org.texi (Built-in table editor): Document the table field
1586 follow mode.
1587
5b409b39 15882011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1589
1590 * org.texi (Easy Templates): Document new template.
1591
5b409b39 15922011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1593
1594 * org.texi (Literal examples): Add a cross-reference from "Literal
1595 Examples" to "Easy Templates."
1596
5b409b39 15972011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1598
1599 * org.texi (The clock table): Add link to match syntax.
1600
5b409b39 16012011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1602
1603 * org.texi (Agenda commands): Document clock consistency checks.
1604
5b409b39 16052011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1606
1607 * org.texi (Built-in table editor): Document that \vert represents
1608 a vertical bar in a table field.
1609
5b409b39 16102011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1611
1612 * org.texi (Literal examples): Link from "Markup" > "Literate
1613 Examples" to "Working with Source Code".
1614
5b409b39 16152011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1616
1617 * org.texi (Agenda commands): Doc for function option to bulk
1618 action.
1619
5b409b39 16202011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1621
1622 * org.texi (Template expansion): Document new %<...> template
1623 escape.
1624
5b409b39 16252011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1626
1627 * org.texi (Selective export): Document exclusion of any tasks
1628 from export.
1629
5b409b39 16302011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1631
1632 * org.texi (Selective export): Document how to exclude DONE tasks
1633 from export.
1634 (Publishing options): Document the properties to be used to turn off
1635 export of DONE tasks.
1636
5b409b39 16372011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1638
1639 * org.texi (The date/time prompt): Document date range protection.
1640
5b409b39 16412011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1642
1643 * org.texi (padline): Documentation of the new padline header
1644 argument.
1645
5b409b39 16462011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1647
1648 * org.texi (var): Adding "[" to list of characters triggering
1649 elisp evaluation.
1650
5b409b39 16512011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1652
1653 * org.texi (var): Documentation of Emacs Lisp evaluation during
1654 variable assignment.
1655
5b409b39 16562011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1657
1658 * org.texi (colnames): Reference indexing into variables, and note
1659 that colnames are *not* removed before indexing occurs.
1660 (rownames): Reference indexing into variables, and note that
1661 rownames are *not* removed before indexing occurs.
1662
5b409b39 16632011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1664
1665 * org.texi (var): Clarification of indexing into tabular
1666 variables.
1667
5b409b39 16682011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1669
1670 * org.texi (results): Documentation of the `:results wrap' header
1671 argument.
1672
5b409b39 16732011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1674
bd7239f5 1675 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
1676 of the LaTeX export: the org file has to be properly structured.
1677
5b409b39 16782011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1679
1680 * org.texi (Dynamic blocks, Structure editing): Mention
1681 the function `org-narrow-to-block'.
1682
5b409b39 16832011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1684
1685 * org.texi (Languages): Updating list of code block supported
1686 languages.
1687
5b409b39 16882011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1689
1690 * org.texi (Special properties): CATEGORY is a special property,
1691 but it may also used in the drawer.
1692
5b409b39 16932011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1694
1695 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1696
5b409b39 16972011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1698
1699 * org.texi (Include files): Document :lines.
1700
5b409b39 17012011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1702
1703 * org.texi (comments): Documentation of the ":comments noweb" code
1704 block header argument.
1705
5b409b39 17062011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1707
1708 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1709 added extra whitespace around functions to be consistent with the
1710 rest of the section.
1711
5b409b39 17122011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1713
0b381c7e 1714 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
1715 #+call: line syntax.
1716 (Header arguments in function calls): Expanded discussion of
1717 #+call: line syntax.
1718
5b409b39 17192011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1720
1721 * org.texi (Evaluating code blocks): More explicit about how to
1722 pass variables to #+call lines.
1723
5b409b39 17242011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1725
1726 * org.texi (Results of evaluation): Link to the :results header
1727 argument list from the "Results of evaluation" section.
1728
5b409b39 17292011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1730
1731 * org.texi (Conflicts): Adding additional information about
1732 resolving org/yasnippet conflicts.
1733
5b409b39 17342011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1735
1736 * org.texi (Publishing options): Document style-include-scripts
1737 publishing project property.
1738
5b409b39 17392011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1740
1741 * org.texi (Sparse trees): Document the next-error /
1742 previous-error functionality.
1743
5b409b39 17442011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1745
1746 * org.texi (cache): Improved documentation of code block caches.
1747
5b409b39 17482011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1749
1750 * org.texi (Code block specific header arguments): Documentation
1751 of multi-line header arguments.
1752
5b409b39 17532011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1754
1755 * org.texi (Code evaluation security): Add example for using a
1756 function.
1757
5b409b39 17582011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1759
1760 * org.texi (Tables in LaTeX export): Documentation of new
1761 attr_latex options for tables.
1762
5b409b39
BG
17632011-08-03 Michael Albinus <michael.albinus@gmx.de>
1764
1765 * trampver.texi: Update release number.
1766
17672011-07-30 Michael Albinus <michael.albinus@gmx.de>
1768
1769 Sync with Tramp 2.2.2.
1770
1771 * trampver.texi: Update release number.
1772
064e2d08
LMI
17732011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1774
1775 * flymake.texi (Example -- Configuring a tool called via make):
1776 Use /dev/null instead of the Windows "nul" (bug#8715).
1777
b8151e9c
LMI
17782011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1779
1780 * widget.texi (Setting Up the Buffer): Remove mention of the
1781 global keymap parent, which doesn't seem to be accurate
1782 (bug#7045).
1783
5b409b39
BG
17842011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1785
1786 * org.texi (Special agenda views): Fix double quoting (bug#3509).
1787
c0a8ae95
KR
17882010-07-10 Kevin Ryde <user42@zip.com.au>
1789
1790 * cl.texi (For Clauses): Add destructuring example processing an
1791 alist (bug#6596).
1792
ac6531ad
LMI
17932011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1794
1795 * ediff.texi (Major Entry Points): Remove mention of `require',
1796 since that's not pertinent in the installed Emacs (bug#9016).
1797
d30dd079
G
17982011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1799
1800 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
1801 (Filtering New Groups): Clarify how simple the "options -n" format is.
1802 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1803 is internal.
d30dd079 1804
862c0d68
MA
18052011-07-04 Michael Albinus <michael.albinus@gmx.de>
1806
1807 * tramp.texi (Cleanup remote connections): Add
1808 `tramp-cleanup-this-connection'.
1809
cd865a33
G
18102011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1811
1812 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1813 zombies.
1814 (Checking New Groups): Ditto (bug#8974).
7d1738f1 1815 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
1816
18172011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1818
1819 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1820 backups, and not actual vc (bug#8975).
1821
79414ae4
KR
18222011-07-03 Kevin Ryde <user42@zip.com.au>
1823
1824 * cl.texi (For Clauses): @items for hash-values and key-bindings
1825 to make them more visible when skimming. Add examples of `using'
1826 clause to them, examples being clearer than a description in
1827 words (bug#6599).
1828
847ccf7c
AM
18292011-07-01 Alan Mackenzie <acm@muc.de>
1830
1831 * cc-mode.texi (Guessing the Style): New page.
1832 (Styles): Add a short introduction to above.
1833
3da13bb9
DD
18342011-06-28 Deniz Dogan <deniz@dogan.se>
1835
1836 * rcirc.texi (Configuration): Bug-fix:
1837 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1838 Reported by Elias Pipping <pipping@exherbo.org>.
1839
60a0884e
G
18402011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1841
1842 * gnus.texi (Summary Mail Commands): Document
1843 `gnus-summary-reply-to-list-with-original'.
1844
0c7efc08
SM
18452011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1846
1847 * eshell.texi (Known problems): Fix typo.
1848
ea3596a2
MA
18492011-06-12 Michael Albinus <michael.albinus@gmx.de>
1850
0c7efc08 1851 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1852 (Password handling): `auth-source-debug' is good for debug messages.
1853
2da9c605
G
18542011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1855
1856 * gnus.texi (Store custom flags and keywords): Refer to
1857 `gnus-registry-article-marks-to-{chars,names}' instead of
1858 `gnus-registry-user-format-function-{M,M2}'.
1859
e61923c8
GM
18602011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1861
1862 * texinfo.tex: Merge from gnulib.
1863
627abcdd
TZ
18642011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1865
1866 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1867 (Store custom flags and keywords):
1868 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1869 `gnus-registry-user-format-function-M2'.
1870
a3c92bc1
EZ
18712011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1872
8f906c40 1873 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1874
85d870a9
GM
18752011-05-17 Glenn Morris <rgm@gnu.org>
1876
1877 * gnus.texi (Face): Fix typo.
1878
2cdee799
GM
18792011-05-14 Glenn Morris <rgm@gnu.org>
1880
1881 * dired-x.texi (Omitting Examples): Minor addition.
1882
79b70037
GM
18832011-05-10 Jim Meyering <meyering@redhat.com>
1884
1885 * ede.texi: Fix typo "or or -> or".
1886
a7111a62 18872011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1888
1889 * gnus.texi (Summary Buffer Lines):
1890 gnus-summary-user-date-format-alist does not exist.
1891 (Sorting the Summary Buffer): More about sorting threads.
1892
69026aba
MA
18932011-04-25 Michael Albinus <michael.albinus@gmx.de>
1894
1895 * trampver.texi: Update release number.
1896
9024ff79
MA
18972011-04-14 Michael Albinus <michael.albinus@gmx.de>
1898
1899 * tramp.texi (Frequently Asked Questions): New item for disabling
1900 Tramp in other packages.
1901
c3c65d73
TZ
19022011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1903
1904 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1905 (Fancy splitting to parent, Store arbitrary data):
1906 Updated gnus-registry docs.
c3c65d73 1907
9ec6a317
JB
19082011-04-13 Juanma Barranquero <lekktu@gmail.com>
1909
1910 * ede.texi: Fix typos.
1911
1e3b6001
G
19122011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1913
9ec6a317
JB
1914 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1915 It's @table @code.
1e3b6001 1916
a5954fa5
G
19172011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1918
ed9265fc 1919 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 1920
d71990a1
JB
19212011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1922
1923 * calc.texi (Logarithmic Units): Update the function names.
1924
1518e4f0
G
19252011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1926
1927 * message.texi (Various Commands): Document format specs in the
1928 ellipsis.
1929
a123622d
G
19302011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1931
1932 * message.texi (Insertion Variables): Document message-cite-style.
1933
19342011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1935
1936 * tramp.texi (Remote processes): New subsection "Running shell on
1937 a remote host".
1938
4248cca2
TZ
19392011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1940
1941 * auth.texi (Help for developers): Update docs to explain that the
1942 :save-function will only run the first time.
1943
54ce11a1
GM
19442011-03-12 Glenn Morris <rgm@gnu.org>
1945
1946 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1947 (emacs-faq.text): New target.
1948 (clean): Add emacs-faq.
1949
0c3b25f8
MA
19502011-03-12 Michael Albinus <michael.albinus@gmx.de>
1951
1952 Sync with Tramp 2.2.1.
1953
1954 * trampver.texi: Update release number.
1955
b740639e
GM
19562011-03-11 Glenn Morris <rgm@gnu.org>
1957
1958 * Makefile.in (HTML_TARGETS): New.
1959 (clean): Delete $HTML_TARGETS.
1960 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1961
733afdf4
TZ
19622011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1963
1964 * auth.texi (Help for developers): Show example of using
1965 `auth-source-search' with prompts and :save-function.
1966
33383987
JB
19672011-03-07 Chong Yidong <cyd@stupidchicken.com>
1968
1969 * Version 23.3 released.
1970
a5057546
G
19712011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1972
1973 * message.texi (Message Buffers): Update default value of
1974 message-generate-new-buffers.
1975
479a2c9b
JB
19762011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1977
1978 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1979 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1980 respectively.
05a29101
JB
1981 (Musical Notes): New section.
1982 (Customizing Calc): Mention the customizable variable
1983 calc-note-threshold.
479a2c9b 1984
e0535b76
GM
19852011-03-03 Glenn Morris <rgm@gnu.org>
1986
1987 * url.texi (Dealing with HTTP documents): Remove reference to
1988 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1989 (Configuration): Update url-configuration-directory description.
e0535b76 1990
2777ccbf
GM
19912011-03-02 Glenn Morris <rgm@gnu.org>
1992
1993 * dired-x.texi (Multiple Dired Directories): Remove mentions
1994 of dired-default-directory-alist and dired-default-directory.
1995 Move dired-smart-shell-command here...
1996 (Miscellaneous Commands): ... from here.
1997
257219bd
PE
19982011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1999
2000 * texinfo.tex: Update to version 2011-02-24.09.
2001
8889f4e2
GM
20022011-03-02 Glenn Morris <rgm@gnu.org>
2003
2004 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
2005 instead of the obsoleted dired-omit-here-always.
2006
5d41af19
MA
20072011-02-28 Michael Albinus <michael.albinus@gmx.de>
2008
2009 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
2010 supported systems.
2011
2b0c7330 20122011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 2013
61cf3a76
GM
2014 * dbus.texi (Type Conversion): Grammar fix.
2015
cce7d530 20162011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 2017
cce7d530
GM
2018 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
2019 "Debian GNU/Linux".
51a13bdd 2020
cce7d530
GM
2021 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
2022
817b48a7
GM
20232011-02-23 Glenn Morris <rgm@gnu.org>
2024
cce7d530
GM
2025 * dired-x.texi (Features): Minor rephrasing.
2026 (Local Variables): Fix typos.
47301027
GM
2027
2028 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
2029 Standardize some Emacs/XEmacs terminology.
2030
817b48a7
GM
2031 * dired-x.texi (Features): Don't advertise obsolete local variables.
2032 Simplify layout.
2033 (Omitting Variables): Update local variables example.
2034 (Local Variables): Say this is obsolete. Fix description of
2035 dired-enable-local-variables possible values.
2036
4a3988d5
G
20372011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
2038
2039 * auth.texi (Help for users): Mention ~/.netrc is also searched by
2040 default now.
2041
8e22bee0
G
20422011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2043
2044 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
2045
06b840e0
LI
20462011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2047
2048 * gnus.texi (Window Layout): Document layout names.
2049
67ab0163 20502011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
2051
2052 * ada-mode.texi: Sync @dircategory with ../../info/dir.
2053 * auth.texi: Sync @dircategory with ../../info/dir.
2054 * autotype.texi: Sync @dircategory with ../../info/dir.
2055 * calc.texi: Sync @dircategory with ../../info/dir.
2056 * cc-mode.texi: Sync @dircategory with ../../info/dir.
2057 * cl.texi: Sync @dircategory with ../../info/dir.
2058 * dbus.texi: Sync @dircategory with ../../info/dir.
2059 * dired-x.texi: Sync @dircategory with ../../info/dir.
2060 * ebrowse.texi: Sync @dircategory with ../../info/dir.
2061 * ede.texi: Sync @dircategory with ../../info/dir.
2062 * ediff.texi: Sync @dircategory with ../../info/dir.
2063 * edt.texi: Sync @dircategory with ../../info/dir.
2064 * eieio.texi: Sync @dircategory with ../../info/dir.
2065 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
2066 * epa.texi: Sync @dircategory with ../../info/dir.
2067 * erc.texi: Sync @dircategory with ../../info/dir.
2068 * eshell.texi: Sync @dircategory with ../../info/dir.
2069 * eudc.texi: Sync @dircategory with ../../info/dir.
2070 * flymake.texi: Sync @dircategory with ../../info/dir.
2071 * forms.texi: Sync @dircategory with ../../info/dir.
2072 * gnus.texi: Sync @dircategory with ../../info/dir.
2073 * idlwave.texi: Sync @dircategory with ../../info/dir.
2074 * mairix-el.texi: Sync @dircategory with ../../info/dir.
2075 * message.texi: Sync @dircategory with ../../info/dir.
2076 * mh-e.texi: Sync @dircategory with ../../info/dir.
2077 * newsticker.texi: Sync @dircategory with ../../info/dir.
2078 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
2079 * org.texi: Sync @dircategory with ../../info/dir.
2080 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
2081 * pgg.texi: Sync @dircategory with ../../info/dir.
2082 * rcirc.texi: Sync @dircategory with ../../info/dir.
2083 * reftex.texi: Sync @dircategory with ../../info/dir.
2084 * remember.texi: Sync @dircategory with ../../info/dir.
2085 * sasl.texi: Sync @dircategory with ../../info/dir.
2086 * sc.texi: Sync @dircategory with ../../info/dir.
2087 * semantic.texi: Sync @dircategory with ../../info/dir.
2088 * ses.texi: Sync @dircategory with ../../info/dir.
2089 * sieve.texi: Sync @dircategory with ../../info/dir.
2090 * smtpmail.texi: Sync @dircategory with ../../info/dir.
2091 * speedbar.texi: Sync @dircategory with ../../info/dir.
2092 * trampver.texi [emacs]: Set emacsname to "Emacs".
2093 * tramp.texi: Sync @dircategory with ../../info/dir.
2094 * url.texi: Sync @dircategory with ../../info/dir.
2095 * vip.texi: Sync @dircategory with ../../info/dir.
2096 * viper.texi: Sync @dircategory with ../../info/dir.
2097 * widget.texi: Sync @dircategory with ../../info/dir.
2098 * woman.texi: Sync @dircategory with ../../info/dir.
2099
30abce25
GM
21002011-02-19 Glenn Morris <rgm@gnu.org>
2101
0c7efc08
SM
2102 * dired-x.texi (Technical Details): No longer redefines
2103 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 2104 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 2105
f31f8469
GM
21062011-02-18 Glenn Morris <rgm@gnu.org>
2107
2108 * dired-x.texi (Optional Installation File At Point): Simplify.
2109
35123c04
TZ
21102011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2111
2112 * auth.texi (Help for users): Use :port instead of :protocol for all
2113 auth-source docs.
7ba93e94
G
2114 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
2115 to have two files in `auth-sources'.
35123c04 2116
da5e0ce4
GM
21172011-02-16 Glenn Morris <rgm@gnu.org>
2118
b322c9af
GM
2119 * dired-x.texi: Use emacsver.texi to get Emacs version.
2120 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
2121 Depend on emacsver.texi.
2122
07ca5555
GM
2123 * dired-x.texi: Drop meaningless version number.
2124 (Introduction): Remove old info.
2125 (Optional Installation Dired Jump): Autoload from dired-x.
2126 Remove incorrect info about loaddefs.el.
2127 (Bugs): Just refer to M-x report-emacs-bug.
2128
da5e0ce4
GM
2129 * dired-x.texi (Multiple Dired Directories): Update for rename of
2130 default-directory-alist.
2131 (Miscellaneous Commands): No longer mention very old VM version 4.
2132
bb55f713
PE
21332011-02-15 Paul Eggert <eggert@cs.ucla.edu>
2134
2135 Merge from gnulib.
2136 * texinfo.tex: Update to version 2011-02-14.11.
2137
5415d076
G
21382011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2139
da5e0ce4
GM
2140 * auth.texi (Help for users):
2141 Login collection is "Login" and not "login".
5415d076 2142
14029d4b
MA
21432011-02-13 Michael Albinus <michael.albinus@gmx.de>
2144
2145 * tramp.texi (History): Remove IMAP support.
2146 (External methods, Frequently Asked Questions): Remove `imap' and
2147 `imaps' methods.
2148 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
2149
2150 * trampver.texi: Remove default value of `emacsimap'.
2151
8a36c07f
GM
21522011-02-13 Glenn Morris <rgm@gnu.org>
2153
2154 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
2155 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
2156
165bc5a0
GM
21572011-02-12 Glenn Morris <rgm@gnu.org>
2158
2159 * sc.texi (Getting Connected): Remove old index entries.
2160
5415d076 21612011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
2162
2163 * url.texi: Remove duplicate @dircategory (Bug#7942).
2164
b8e0f0cd
G
21652011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
2166
8a36c07f
GM
2167 * auth.texi (Overview, Help for users, Help for developers):
2168 Update docs.
b8e0f0cd
G
2169 (Help for users): Talk about spaces.
2170
caf82551
PE
21712011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2172
2173 * texinfo.tex: Update to version 2011-02-07.16.
2174
1ff98217
MA
21752011-02-07 Michael Albinus <michael.albinus@gmx.de>
2176
2177 * dbus.texi (Bus names): Adapt descriptions for
2178 dbus-list-activatable-names and dbus-list-known-names.
2179
2e78df6b
JB
21802011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
2181
2182 * calc.texi (Logarithmic Units): New section.
2183
7fbf7cae
TZ
21842011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
2185
2186 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
2187 manuals use it now.
2188
0c7efc08 2189 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 2190
156ad271
KY
21912011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
2192
2193 * overrides.texi: Remove.
2194
2195 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2196 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2197
36539990
MA
21982011-02-05 Michael Albinus <michael.albinus@gmx.de>
2199
2200 * tramp.texi (Frequently Asked Questions): Mention problems with
2201 WinSSHD.
2202
2203 * trampver.texi: Update release number.
2204
22052011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
2206
2207 * tramp.texi:
2208 Replace "delimet" with "delimit" globally.
2209 Replace "explicite" with "explicit" globally.
2210 Replace "instead of" with "instead" where there was nothing after "of".
2211 Audit use of comma before interrogative pronoun, "that", or "which".
2212 Minor word order, spelling, wording changes.
2213
ec72bf63
G
22142011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2215
2216 * overrides.texi: New file to set or clear WEBHACKDEVEL.
2217
2218 * sieve.texi: Use WEBHACKDEVEL.
2219
2220 * sasl.texi: Use WEBHACKDEVEL.
2221
2222 * pgg.texi: Use WEBHACKDEVEL.
2223
2224 * message.texi: Use WEBHACKDEVEL.
2225
2226 * gnus.texi: Use WEBHACKDEVEL.
2227
2228 * emacs-mime.texi: Use WEBHACKDEVEL.
2229
2230 * auth.texi: Use WEBHACKDEVEL.
2231
2232 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2233 manuals.
2234
22352011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2236
2237 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2238
90b750f4
PE
22392011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2240
2241 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2242 which in turn is copied from ftp://tug.org/tex/.
2243
0e751a49
GM
22442011-02-03 Glenn Morris <rgm@gnu.org>
2245
2246 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2247 (Binding combinations of modifiers and function keys):
2248 Let's assume people reading this are not using Emacs 18.
2249
7f13c2e2
LI
22502011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2251
2252 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2253 since it's run automatically.
2254
d76c843e
LI
22552011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2256
2257 * gnus.texi (Customizing Articles): Fix typo.
2258
12e3ca0a
LI
22592011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2260
2261 * gnus.texi (Customizing Articles): Document the new way of customizing
2262 the date headers(s).
2263
fe72c8fa
LI
22642011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2265
2266 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2267 splitting example.
2268
bf3dae7e
EZ
22692011-01-29 Eli Zaretskii <eliz@gnu.org>
2270
2271 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2272 (MAKEINFO_OPTS): New variable.
2273 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2274 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2275 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2276 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2277 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2278 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2279 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2280 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2281 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2282 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2283 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2284 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2285 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2286 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2287 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2288 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2289 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2290 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2291
d6f13ac8
LI
22922011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2293
2294 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2295
c5ecc769
G
22962011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2297
2298 * message.texi (IDNA): Explain what it is.
2299
23002011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2301
2302 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2303
45eb2a5d
WL
23042011-01-23 Werner Lemberg <wl@gnu.org>
2305
2306 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2307 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2308 (ENVADD): Update.
45eb2a5d 2309
6872a814
GM
23102011-01-18 Glenn Morris <rgm@gnu.org>
2311
2312 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2313
77ab81d0 23142011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2315
2316 * nxml-mode.texi (Introduction): Fix file name typos.
2317
d221e780
CO
23182011-01-13 Christian Ohler <ohler@gnu.org>
2319
2320 * ert.texi: New file.
2321
2322 * Makefile.in:
2323 * makefile.w32-in: Add ert.texi.
2324
8c904d82
MA
23252011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2326
2327 * dbus.texi (Receiving Method Calls): New function
2328 dbus-register-service. Rearrange node.
2329
f56e0e7a
PE
23302011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2331
2332 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2333 which in turn is copied from ftp://tug.org/tex/.
2334
0fadf00e
MA
23352011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2336
2337 * dbus.texi (Receiving Method Calls): Describe new optional
2338 parameter dont-register-service of dbus-register-{method,property}.
2339
8b358e90
DU
23402010-12-17 Daiki Ueno <ueno@unixuser.org>
2341
0c7efc08
SM
2342 * epa.texi (Encrypting/decrypting *.gpg files):
2343 Mention epa-file-select-keys.
8b358e90 2344
549c9aed
G
23452010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2346
2347 * gnus.texi (Archived Messages): Remove outdated text.
2348
23492010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2350
0c7efc08 2351 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 2352
156e3f9c
G
23532010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2354
83f3eadc 2355 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 2356
8151d490
AC
23572010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2358
2359 * gnus.texi (The swish++ Engine): Add customizable parameters
2360 descriptions.
2361 (The swish-e Engine): Ditto.
2362
305bdd22
MA
23632010-12-14 Michael Albinus <michael.albinus@gmx.de>
2364
2365 * tramp.texi (Inline methods): Add "ksu" method.
2366 (Remote processes): Add example with remote `default-directory'.
2367
53aff12a
GM
23682010-12-14 Glenn Morris <rgm@gnu.org>
2369
2370 * faq.texi (Expanding aliases when sending mail):
2371 Now build-mail-aliases is interactive.
2372
8a1cdce5
AC
23732010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2374
2375 * gnus.texi: First pass at adding (rough) nnir documentation.
2376
7410c270
G
23772010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2378
53aff12a
GM
2379 * gnus.texi (Filtering New Groups):
2380 Mention gnus-auto-subscribed-categories.
2381 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
2382 removed.
2383
f49d1f52 23842010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
2385
2386 * cl.texi (For Clauses): Small fixes for frames and windows.
2387
acedf35c
CD
23882010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2389
2390 * org.texi (Using capture): Document using prefix arguments for
2391 finalizing capture.
2392 (Agenda commands): Document prefix argument for the bulk scatter
2393 command.
2394 (Beamer class export): Document that also overlay arguments can be
2395 passed to the column environment.
2396 (Template elements): Document the new entry type.
2397
23982010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2399
2400 * org.texi (Include files): Document :minlevel.
2401
24022010-12-11 Julien Danjou <julien@danjou.info>
2403
2404 * org.texi (Categories): Document category icons.
2405
24062010-12-11 Eric Schulte <schulte.eric@gmail.com>
2407
2408 * org.texi (noweb): Fix typo.
2409
516aa569
G
24102010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2411
2412 * gnus.texi (Server Commands): Point to the rest of the server
2413 commands.
2414
04db63bc
G
24152010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2416
2417 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2418 g'.
2419
ed797193
G
24202010-12-02 Julien Danjou <julien@danjou.info>
2421
2422 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2423
24242010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2425
2426 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2427 (Direct Functions): Note the STARTTLS upgrade.
2428
07976ae3 24292010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 2430 James Clark <none@example.com>
d3dfb185
GM
2431
2432 * nxml-mode.texi (Introduction): New section.
2433
59e75882
G
24342010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2435
2436 * gnus.texi (Server Commands): Document gnus-server-show-server.
2437
568a887f
MA
24382010-11-20 Michael Albinus <michael.albinus@gmx.de>
2439
2440 Sync with Tramp 2.2.0.
2441
2442 * trampver.texi: Update release number.
2443
1265829e
JB
24442010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2445
2446 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2447 Mention that the TeX specific units won't use the `tex' prefix
2448 in TeX mode.
2449
239661c0
KY
24502010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2451
2452 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2453
4a47c275 24542010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
2455
2456 * edt.texi: Remove information about Emacs 19.
2457
4a47c275 24582010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
2459
2460 * trampver.texi: Update release number.
2461
2f0e0dc8
KY
24622010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2463
2464 * gnus.texi (Article Washing): Fix typo.
2465
afe98dfa
CD
24662010-11-11 Noorul Islam <noorul@noorul.com>
2467
56f5a94e 2468 * org.texi: Fix typo.
afe98dfa
CD
2469
24702010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2471
2472 * org.texi (Using capture): Explain that refiling is
2473 sensitive to cursor position.
2474
24752010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2476
56f5a94e 2477 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
2478
24792010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2480
2481 * org.texi: Document the <c> cookie.
2482
24832010-11-11 Eric Schulte <schulte.eric@gmail.com>
2484
bd7239f5 2485 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 2486 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
2487
24882010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2489
56f5a94e 2490 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
2491
24922010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2493
56f5a94e 2494 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
2495
24962010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2497
2498 * org.texi (Setting up the staging area): Document that
2499 file names remain visible when encrypting the MobileOrg files.
2500
25012010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2502
2503 * org.texi (Setting up the staging area): Document which
2504 versions are needed for encryption.
2505
25062010-11-11 Eric Schulte <schulte.eric@gmail.com>
2507
56f5a94e
GM
2508 * org.texi (noweb): Update :noweb documentation to
2509 reflect the new "tangle" argument.
afe98dfa
CD
2510
25112010-11-11 Eric Schulte <schulte.eric@gmail.com>
2512
56f5a94e
GM
2513 * org.texi (Batch execution): Improve tangling script in
2514 documentation.
afe98dfa
CD
2515
25162010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2517
2518 * org.texi (Handling links):
2519 (In-buffer settings): Document inlining images on startup.
2520
25212010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2522
2523 * org.texi (Setting up the staging area): Document use of
2524 crypt password.
2525
25262010-11-11 David Maus <dmaus@ictsoc.de>
2527
56f5a94e 2528 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
2529
25302010-11-11 David Maus <dmaus@ictsoc.de>
2531
56f5a94e
GM
2532 * org.texi (Template expansion): Add mew in table for link type
2533 escapes.
afe98dfa
CD
2534
25352010-11-11 David Maus <dmaus@ictsoc.de>
2536
56f5a94e 2537 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
2538
25392010-11-11 Eric Schulte <schulte.eric@gmail.com>
2540
56f5a94e 2541 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
2542
25432010-11-11 Eric Schulte <schulte.eric@gmail.com>
2544
56f5a94e 2545 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
2546
25472010-11-11 Eric Schulte <schulte.eric@gmail.com>
2548
56f5a94e
GM
2549 * org.texi (Structure of code blocks):
2550 Update documentation to mention inline code block syntax.
afe98dfa
CD
2551
25522010-11-11 Eric Schulte <schulte.eric@gmail.com>
2553
56f5a94e 2554 * org.texi (comments): Improve wording.
afe98dfa
CD
2555
25562010-11-11 Eric Schulte <schulte.eric@gmail.com>
2557
56f5a94e 2558 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
2559
25602010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2561
2562 * org.texi (Installation): Remove the special
2563 installation instructions for XEmacs.
2564
25652010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2566
56f5a94e 2567 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
2568 insertion of empty structural elements.
2569
25702010-11-11 Noorul Islam <noorul@noorul.com>
2571
56f5a94e 2572 * org.texi: Fix doc.
afe98dfa
CD
2573
25742010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2575
2576 * org.texi (The date/time prompt): Document specification
2577 of time ranges.
2578
25792010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2580
2581 * org.texi (Internal links): Document the changes in
2582 internal links.
2583
25842010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2585
2586 * org.texi (Agenda commands): Document the limitation for
2587 the filter preset - it can only be used for an entire agenda
2588 view, not in an individual block in a block agenda.
2589
25902010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2591
2592 * org.texi (iCalendar export): Document alarm creation.
2593
6f8fc60c
MA
25942010-11-10 Michael Albinus <michael.albinus@gmx.de>
2595
2596 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2597
be3c11b3
LMI
25982010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2599
2600 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2601
d607b96b 26022010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 2603
d607b96b 2604 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 2605
181cb5fb
G
26062010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2607
2608 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2609 since that works by default.
2610
26112010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2612
2613 * gnus.texi (Customizing the IMAP Connection): Document
2614 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2615
36bc5d3b
MA
26162010-11-04 Michael Albinus <michael.albinus@gmx.de>
2617
2618 * tramp.texi (Remote shell setup): New item "Interactive shell
2619 prompt". Reported by Christian Millour <cm@abtela.com>.
2620 (Remote shell setup, Remote processes): Use @code{} for
2621 environment variables.
2622
cf503f7c
GM
26232010-11-03 Glenn Morris <rgm@gnu.org>
2624
537b04b9 2625 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 2626 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 2627
389b76fa
G
26282010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2629
2630 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2631
2699a554 26322010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
2633
2634 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2635
2699a554 26362010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
2637
2638 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2639
99e65b2d
G
26402010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2641
0c7efc08
SM
2642 * gnus.texi (Client-Side IMAP Splitting):
2643 Mention nnimap-unsplittable-articles.
99e65b2d
G
2644
26452010-10-29 Julien Danjou <julien@danjou.info>
2646
2647 * gnus.texi (Finding the News): Remove references to obsoletes
2648 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2649
aeeb3dcb
EZ
26502010-10-29 Eli Zaretskii <eliz@gnu.org>
2651
2652 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2653 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2654 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2655 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2656
8289f37b
GM
26572010-10-28 Glenn Morris <rgm@gnu.org>
2658
2659 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2660 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2661 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2662
d85d3b3a
DU
26632010-10-25 Daiki Ueno <ueno@unixuser.org>
2664
2665 * epa.texi (Mail-mode integration): Add alternative key bindings
2666 for epa-mail commands; escape comma.
c05c2b9b 2667 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 2668
9f534a47
JB
26692010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
2670
99e65b2d 2671 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 2672
5793a7bc 26732010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
2674
2675 * gnus.texi (Group Parameters, Buttons): Fix typos.
2676
280f417b
G
26772010-10-22 Tassilo Horn <tassilo@member.fsf.org>
2678
2679 * gnus.texi (Subscription Commands): Mention that you can also
2680 subscribe to new groups via the Server buffer, which is probably more
2681 convenient when subscribing to many groups.
2682
d806c872
G
26832010-10-21 Julien Danjou <julien@danjou.info>
2684
2685 * message.texi (Message Headers): Allow message-default-headers to be a
2686 function.
2687
d5798f68
LMI
26882010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2689
2690 * gnus-news.texi: Mention new archive defaults.
2691
b79bbef7
KY
26922010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2693
2694 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2695
2526f423
G
26962010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2697
2698 * gnus.texi (HTML): Document the function value of
2699 gnus-blocked-images.
2700 (Article Washing): shr and gnus-w3m, not the direct function names.
2701
ba91f05d
G
27022010-10-20 Julien Danjou <julien@danjou.info>
2703
2704 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2705 variable.
2706
da451787
LMI
27072010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2708
2709 * gnus.texi (Customizing the IMAP Connection): The port strings are
2710 strings.
c872595d 2711 (Document Groups): Mention git.
da451787 2712
7cad71ad
G
27132010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2714
2715 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2716 bzr/Gnus git sync.
2717
c56dfd36
EZ
27182010-10-15 Eli Zaretskii <eliz@gnu.org>
2719
2720 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2721 change.
2722
a1d16a7b
G
27232010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2724
2725 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2726 @item syntax for in-Emacs makeinfo.
2727
27282010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2729
2730 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2731 trim sentence.
2732
98e2b864
DU
27332010-10-12 Daiki Ueno <ueno@unixuser.org>
2734
2735 * epa.texi (Caching Passphrases):
0c7efc08
SM
2736 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2737 Clarify some configurations require to set up gpg-agent.
98e2b864 2738
c12e4a81
GM
27392010-10-11 Glenn Morris <rgm@gnu.org>
2740
2741 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2742
f7aa248a
G
27432010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2744
2745 * gnus.texi (Spam Package Introduction): Mention `$'.
2746
6513b232
EZ
27472010-10-09 Eli Zaretskii <eliz@gnu.org>
2748
2749 * makefile.w32-in (emacsdir): New variable.
2750 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2751 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2752
abd40fb4
GM
27532010-10-09 Glenn Morris <rgm@gnu.org>
2754
0f05450f
GM
2755 * Makefile.in (mostlyclean): Delete *.toc.
2756
d3a4ac46
GM
2757 * Makefile.in: Use $< in rules.
2758
aa9db089
GM
2759 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2760
abd40fb4
GM
2761 * Makefile.in ($(infodir)): Delete rule.
2762 (mkinfodir): New. Use it in all the info rules, rather than depending
2763 on infodir.
2764
ea274122
GM
27652010-10-09 Glenn Morris <rgm@gnu.org>
2766
6e90e2a8
GM
2767 * gnus.texi (Article Washing): Fix previous change.
2768
f7a31f11
GM
2769 * Makefile.in (emacsdir): New variable.
2770 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
2771 Depend on emacsver.texi.
2772
f7a31f11
GM
2773 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2774
ea274122
GM
2775 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2776
36d3245f
G
27772010-10-08 Julien Danjou <julien@danjou.info>
2778
f7a31f11 2779 * gnus.texi: Add mm-shr.
36d3245f
G
2780
27812010-10-08 Ludovic Courtès <ludo@gnu.org>
2782
2783 * gnus.texi (Finding the Parent, The Gnus Registry)
2784 (Registry Article Refer Method): Update docs for nnregistry.el.
2785
27862010-10-08 Daiki Ueno <ueno@unixuser.org>
2787
2788 * auth.texi (Help for users)
2789 (GnuPG and EasyPG Assistant Configuration): Update docs.
2790
12359245
GM
27912010-10-08 Glenn Morris <rgm@gnu.org>
2792
2793 * cl.texi (Organization, Installation, Old CL Compatibility):
2794 Deprecate cl-compat for new code.
4628bef1 2795 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
2796
2797 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2798
fcf2d385
KY
27992010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2800
2801 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2802
66627fa9
G
28032010-10-06 Julien Danjou <julien@danjou.info>
2804
fd9ba500
JD
2805 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2806
66627fa9
G
2807 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2808 broken link.
2809
2810 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2811
2812 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2813 to ReiserFS.
2814
2815 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2816 (FAQ 7-1): Fix getmail URL.
2817
65f54520
DU
28182010-10-06 Daiki Ueno <ueno@unixuser.org>
2819
2820 * epa.texi (Caching Passphrases): New section.
2821
4c83f6e1
GM
28222010-10-06 Glenn Morris <rgm@gnu.org>
2823
2824 * Makefile.in (SHELL): Set it.
2825 (info): Move the mkdir dependency to the individual info files.
2826 (mostlyclean): Tidy up.
2827 (clean): Only delete the specific dvi and pdf files.
2828 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 2829 ($(infodir)): Add parallel build workaround.
4c83f6e1 2830
71e691a5
G
28312010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2832
2833 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2834
a41c2e6d
G
28352010-10-03 Julien Danjou <julien@danjou.info>
2836
0c7efc08
SM
2837 * emacs-mime.texi (Display Customization):
2838 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
2839 mm-inline-large-images-proportion.
2840
37255945
MA
28412010-10-03 Michael Albinus <michael.albinus@gmx.de>
2842
0c7efc08
SM
2843 * tramp.texi (Frequently Asked Questions):
2844 Mention remote-file-name-inhibit-cache.
37255945 2845
11e4e7bd
LMI
28462010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2847
2848 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2849 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2850
cb83220a
KY
28512010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2852
0c7efc08
SM
2853 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2854 (Article Hiding): Add google banner example.
2855 Suggested by Benjamin Xu.
cb83220a 2856
6b958814
G
28572010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2858
0c7efc08
SM
2859 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2860 Remove nnimap-split-rule from examples.
6b958814
G
2861
28622010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2863
2864 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2865 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2866 Fishman.
2867 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2868
28692010-09-30 Julien Danjou <julien@danjou.info>
2870
2871 * gnus.texi (Gravatars): Fix documentation about
2872 gnu-gravatar-properties.
2873
b9476c04
DU
28742010-09-29 Daiki Ueno <ueno@unixuser.org>
2875
2876 * epa.texi (Bug Reports): New section.
2877
5f874327
GM
28782010-09-29 Glenn Morris <rgm@gnu.org>
2879
2880 * Makefile.in (top_srcdir): Remove unused variable.
2881
6b958814
G
28822010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2883
2884 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2885 (Client-Side IMAP Splitting): Document 'default.
2886
28872010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2888
0c7efc08
SM
2889 * gnus.texi (Customizing the IMAP Connection):
2890 Document nnimap-fetch-partial-articles.
6b958814 2891
82bccbfa
KY
28922010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2893
2894 * gnus-news.texi: Mention nnimap-inbox.
2895
2896 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2897
28982010-09-26 Julien Danjou <julien@danjou.info>
2899
47e08896 2900 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2901
29022010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2903
2904 * gnus.texi (Security): Remove gpg.el mention.
2905
29062010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2907
2908 * gnus.texi (Browse Foreign Server): New variable
2909 gnus-browse-subscribe-newsgroup-method.
2910
2911 * gnus-news.texi: Mention it.
2912
29132010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2914
0c7efc08 2915 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2916 (Startup Variables): No jingle.
2917
4c964351
UM
29182010-09-25 Ulrich Mueller <ulm@gentoo.org>
2919
2920 * woman.texi (Interface Options): xz compression is now supported.
2921
82bccbfa
KY
29222010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2923
2924 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2925 (Unavailable Servers): Document gnus-server-copy-server.
2926 (Using IMAP): Document the new nnimap.
2927
29282010-09-25 Julien Danjou <julien@danjou.info>
2929
47e08896 2930 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2931
18778f71
GM
29322010-09-24 Glenn Morris <rgm@gnu.org>
2933
2934 * url.texi (Disk Caching): Tweak previous change.
2935
9c766321
JD
29362010-09-24 Julien Danjou <julien@danjou.info>
2937
2938 * url.texi (Disk Caching): Mention url-cache-expire-time,
2939 url-cache-expired, and url-fetch-from-cache.
2940
82bccbfa
KY
29412010-09-24 Julien Danjou <julien@danjou.info>
2942
2943 * gnus.texi: Add Gravatars.
2944
29452010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2946
2947 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2948
592bdb9a
LMI
29492010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2950
2951 * gnus.texi (Expunging mailboxes): Update name of the expunging
2952 command.
2953
e4e22d29
KY
29542010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2955
2956 * emacs-mime.texi (rfc2047): Update description for
2957 rfc2047-encode-parameter.
2958
371d9801
MA
29592010-09-13 Michael Albinus <michael.albinus@gmx.de>
2960
2961 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2962 "fish" methods.
2963 (External methods): Remove "scp1_old" and "scp2_old" methods.
2964
31ae5827
MA
29652010-09-09 Michael Albinus <michael.albinus@gmx.de>
2966
2967 * tramp.texi: Remove Japanese manual. Fix typo.
2968
2969 * trampver.texi: Update release number. Remove japanesemanual.
2970
c0468714
GM
29712010-09-09 Glenn Morris <rgm@gnu.org>
2972
2973 * org.texi: Restore clobbered changes (copyright years, untabify).
2974
86441999
JD
29752010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2976
2977 * gnus.texi (Adaptive Scoring): Fix typo.
2978
25f28806
LMI
29792010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2980
2981 * gnus.texi (Article Display): Document gnus-html-show-images.
2982
45240125 29832010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2984
45240125
JD
2985 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2986
59d09f15
LMI
29872010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2988
2989 * gnus.texi (HTML): Document gnus-max-image-proportion.
2990
2cdd366f
KY
29912010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2992
51dee5ef
KY
2993 * gnus.texi (HTML): Document gnus-blocked-images.
2994
2cdd366f
KY
2995 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2996
b0e4f3fc
KY
29972010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2998
2999 * gnus.texi (Summary Mail Commands): Note that only the addresses from
3000 the first message are used for wide replies.
f02566ce
KY
3001 (Changing Servers): Remove documentation on gnus-change-server and
3002 friends, since it's been removed.
b0e4f3fc 3003
598451ed
KY
30042010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3005
3006 * gnus.texi (Drafts): Mention B DEL.
3007
e7842e69
KY
30082010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
3009
3010 * gnus.texi (Delayed Articles): Mention that the Date header is the
3011 original one, even if you delay.
3012
85115796
KY
30132010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3014
0c7efc08
SM
3015 * gnus.texi (Asynchronous Fetching):
3016 Document gnus-async-post-fetch-function.
85115796
KY
3017 (HTML): Made into its own section.
3018
f0b44bc0
MA
30192010-08-26 Michael Albinus <michael.albinus@gmx.de>
3020
3021 Sync with Tramp 2.1.19.
3022
217876c9 3023 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
3024 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
3025 Remove remark about doubled "-t" argument.
217876c9
MA
3026 (Auto-save and Backup): Remove reference to Emacs 21.
3027 (Filename Syntax): Describe port numbers.
3028 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
3029 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
3030 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
3031 errors with the backquotes.
3032 (External packages): File attributes cache flushing for asynchronous
3033 processes.
3034 (Traces and Profiles): Describe verbose level 9.
3035
f0b44bc0
MA
3036 * trampver.texi: Update release number.
3037
7457f7b6
MA
30382010-08-23 Michael Albinus <michael.albinus@gmx.de>
3039
3040 * dbus.texi (Alternative Buses): New chapter.
3041
b695beda
SM
30422010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3043
3044 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
3045
443c2c03
JB
30462010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3047
3048 * calc.texi (Customizing Calc): Rearrange description of new
3049 variables to match the presentation of other variables.
3050
7815fe19 30512010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
3052
3053 * org.texi (Footnotes, Tables in HTML export): Fix typos.
3054
2c695727
JB
30552010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3056
3057 * calc.texi (Making Selections, Selecting Subformulas)
3058 (Customizing Calc): Mention how to use faces to emphasize selected
3059 sub-formulas.
3060
bbb6ffa1
MA
30612010-08-05 Michael Albinus <michael.albinus@gmx.de>
3062
3063 * tramp.texi (External packages): File attributes cache flushing
3064 for asynchronous processes.
3065
5cee0a9c
AM
30662010-08-01 Alan Mackenzie <acm@muc.de>
3067
3068 Enhance the manual for the latest Java Mode.
3069
3070 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
3071 annotation-var-cont.
3072 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
3073 two new symbols.
3074
3f2afe32
MA
30752010-07-28 Michael Albinus <michael.albinus@gmx.de>
3076
3077 * tramp.texi (Traces and Profiles): Describe verbose level 9.
3078
0ed082fe 30792010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
3080
3081 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
3082
311f0356
JB
30832010-07-19 Juanma Barranquero <lekktu@gmail.com>
3084
3085 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
3086
86fbb8ca
CD
30872010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3088
3089 * org.texi: Add macros to get plain quotes in PDF output.
3090 List additional contributors.
3091 (Capture): New section, replaces the section about remember.
3092 (Working With Source Code): New chapter, focused on documenting Org
3093 Babel.
3094 (Code evaluation security): New section.
3095 (MobileOrg): Document DropBox support.
3096 (TaskJuggler export): Document taskjuggler and Gantt chart support.
3097 (Special symbols): Show how to display UTF8 characters for entities.
3098 (Global TODO list): Clarify the use of the "M" key and the differences
3099 to the "m" key.
3100 (RSS Feeds): Mention Atom feeds as well.
3101 (Setting tags): Remove paragraph about
3102 `org-complete-tags-always-offer-all-agenda-tags'.
3103
5732e8ed
MA
31042010-07-17 Michael Albinus <michael.albinus@gmx.de>
3105
3106 * tramp.texi (Inline methods): Remove remark about doubled "-t"
3107 argument.
3108 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
3109 echoing shells.
3110
ca1bb391
MA
31112010-07-10 Michael Albinus <michael.albinus@gmx.de>
3112
3113 * tramp.texi (Inline methods): Remove "kludgy" phrase.
3114 (Filename Syntax): Describe port numbers.
3115
5bd55c3c
MA
31162010-07-09 Michael Albinus <michael.albinus@gmx.de>
3117
3118 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
3119 forgotten.
3120 (Type Conversion): Precise conversion of natural numbers.
3121 (Errors and Events): Add "debugging" to concept index. Add variable
3122 `dbus-debug'.
3123
820ae8fe
MA
31242010-07-04 Michael Albinus <michael.albinus@gmx.de>
3125
3126 * dbus.texi (Receiving Method Calls): Add optional argument
3127 EMITS-SIGNAL to `dbus-register-property'.
3128
b6f9df0f
JB
31292010-06-27 Alex Schroeder <alex@gnu.org>
3130
3131 * nxml-mode.texi (Commands for locating a schema): Fix typo.
3132
62e034c2
GM
31332010-06-24 Glenn Morris <rgm@gnu.org>
3134
3135 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3136 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
3137 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3138 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
3139 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
3140 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
3141 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
3142 * woman.texi: Start direntry descriptions in column 32, per Texinfo
3143 convention. Make them end with a period.
3144
9360256a
GM
31452010-06-23 Glenn Morris <rgm@gnu.org>
3146
3147 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
3148 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
3149 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
3150 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
3151 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
3152 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 3153
04d3bb6c
GM
31542010-06-10 Glenn Morris <rgm@gnu.org>
3155
3156 * idlwave.texi (Load-Path Shadows):
3157 * org.texi (Handling links): Fix typos.
3158
5e7d4a75
KY
31592010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
3160
3161 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
3162
9841cb4f
MA
31632010-05-26 Michael Albinus <michael.albinus@gmx.de>
3164
3165 * eshell.texi (Built-ins): Describe, how to disable a built-in command
3166 by an alias. (Bug#6226)
3167
597517ef
JB
31682010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
3169
3170 * calc.texi (Manipulating Vectors): Mention that vectors can
3171 be used to determine bins for `calc-histogram'.
3172
14914c43
JB
31732010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
3174
597517ef 3175 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 3176
0235128c 31772010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
3178
3179 * url.texi (HTTP language/coding, Customization):
3180 * message.texi (Header Commands, Responses):
3181 * cl.texi (Argument Lists): Fix typos.
3182
0235128c 31832010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 3184
0235128c
SM
3185 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
3186 Note that Development menu is always available.
aa5789b5
CY
3187 (Creating a project): Fix terminology.
3188 (Add/Remove files): Fix typo.
3189
0235128c
SM
31902010-05-07 Chong Yidong <cyd@stupidchicken.com>
3191
3192 * Version 23.2 released.
3193
a628ad9d 31942010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
3195
3196 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3197
502269d6
MA
31982010-05-01 Michael Albinus <michael.albinus@gmx.de>
3199
0235128c
SM
3200 * tramp.texi (Inline methods, Default Method):
3201 Mention `tramp-inline-compress-start-size'.
502269d6 3202
6e104790 32032010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
3204
3205 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3206 the CVS repo. Put the Git repo in the news section.
3207
6e104790 3208 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
3209 Removed some mentions of CVS. Mention the new Git repo.
3210
6e104790 32112010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
3212
3213 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
3214 (Mail Group Commands): Add index entry.
3215
6e104790 32162010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
3217
3218 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3219
f8b91752
JB
32202010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3221
3222 * calc.texi (Radix modes): Mention that the option prefix will
3223 turn on twos-complement mode.
3224 (Inverse and Hyperbolic Flags): Mention the Option flag.
3225
ed21c5c8
CD
32262010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3227
3228 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 3229 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
3230 (Sectioning structure): Update.
3231 (References): New use case for field coordinates.
6e104790 3232 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
3233 (Setting up the staging area): Document the availability of
3234 encryption for MobileOrg.
3235 (Images and tables): Document how to reference labels.
3236 (Index entries): New section.
3237 (Generating an index): New section.
3238 (Column width and alignment): Document that <N> now
3239 means a fixed width, not a maximum width.
3240 (Publishing options): Document the :email option.
3241 (Beamer class export): Fix bug in the BEAMER example.
3242 (Refiling notes): Document refile logging.
3243 (In-buffer settings): Document refile logging keywords.
3244 (Drawers): Document `C-c C-z' command.
3245 (Agenda commands): Mention the alternative key `C-c C-z'.
3246 (Special properties): Document the BLOCKED property.
3247 (The spreadsheet): Mention the formula editor.
3248 (References): Document field coordinates.
3249 (Publishing action): Correct the documentation for the
3250 publishing function.
3251 (The date/time prompt): Document that we accept dates
3252 like month/day/year.
3253 (Cooperation): Document the changes in table.el support.
3254 (Faces for TODO keywords, Faces for TODO keywords)
3255 (Priorities): Document the easy colors.
3256 (Visibility cycling): Document the new double prefix
3257 arg for `org-reveal'.
3258 (Cooperation): Remember.el is part of Emacs.
3259 (Clean view): Mention that `wrap-prefix' is also set by
3260 org-indent-mode.
3261 (Agenda commands): Add information about prefix args to
3262 scheduling and deadline commands.
3263 (Search view): Point to the docstring of
3264 `org-search-view' for more details.
6e104790 3265 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3266 (Setting tags): Document variable
3267 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3268 (Column attributes): Cross-reference special properties.
ed21c5c8 3269
456b348e
MA
32702010-04-10 Michael Albinus <michael.albinus@gmx.de>
3271
3272 Synchronize with Tramp repository.
3273
3274 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3275 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3276 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3277 syntax, texi2dvi reports errors with the backquotes.
3278
3279 * trampver.texi: Update release number.
3280
357e2d8e
KY
32812010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3282
3283 * gnus.texi (Finding the News): Add pointers to the Server buffer
3284 because it's essential.
3285
1d4d7664
KY
32862010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3287
3288 * gnus.texi (MIME Commands): Update description of
3289 gnus-article-browse-html-article.
3290
bd3e840f
KY
32912010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3292
3293 * auth.texi (Secret Service API): Add TODO node.
3294 (Help for users): Explain the new source options for `auth-sources'.
3295
e867cb5d 32962010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3297
3298 * trampver.texi: Update release number.
3299
288f9fc0
CY
33002010-03-10 Chong Yidong <cyd@stupidchicken.com>
3301
3302 * Branch for 23.2.
3303
d99aaebd
CY
33042010-03-03 Chong Yidong <cyd@stupidchicken.com>
3305
3306 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3307 now enabled by default.
3308
5794c2a5
MA
33092010-02-28 Michael Albinus <michael.albinus@gmx.de>
3310
3311 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3312 when Emacs runs in interactive mode. (Bug#5645)
3313
40572be6
GM
33142010-02-16 Glenn Morris <rgm@gnu.org>
3315
3316 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3317
7bb8ed67
MH
33182010-02-05 Mark A. Hershberger <mah@everybody.org>
3319
3320 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3321
45a1423d 33222010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3323
3324 * gnus.texi (Score File Format): Fix typo.
3325
45a1423d 33262010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3327
3328 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3329
14f17fc8
JB
33302010-01-18 Juanma Barranquero <lekktu@gmail.com>
3331
3332 * ada-mode.texi (Project File Overview): Fix typo.
3333
607d4369
CY
33342010-01-17 Chong Yidong <cyd@stupidchicken.com>
3335
3336 * semantic.texi: Add Richard Y. Kim credit.
3337
3338 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3339
3d1bfa99
MA
33402010-01-17 Michael Albinus <michael.albinus@gmx.de>
3341
3342 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 3343 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 3344
6fbf7a75
GM
33452010-01-17 Glenn Morris <rgm@gnu.org>
3346
b9f978f0
GM
3347 * calc.texi (Reporting Bugs): Don't mention format of repository.
3348
f19bc38d
GM
3349 * woman.texi (Bugs): Make "Emacs repository" less specific,
3350 and the URL for same more specific.
3351
6fbf7a75
GM
3352 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3353
16c3428a
JB
33542010-01-17 Juanma Barranquero <lekktu@gmail.com>
3355
3356 * ede.texi (ede-step-project, ede-proj-target):
3357 * tramp.texi (Remote processes): Fix typos.
3358
045b9da7
ML
33592010-01-16 Mario Lang <mlang@delysid.org>
3360
3361 * ede.texi (ede-target):
3362 * org.texi (Refiling notes): Remove duplicated words.
3363
c57008f6
SM
33642010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3365
3366 * gnus.texi (Posting Styles): Use with-current-buffer.
3367 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3368
798c9eb5
KR
33692010-01-02 Kevin Ryde <user42@zip.com.au>
3370
3371 * eieio.texi (Naming Conventions): Correction to xref on elisp
3372 coding conventions, is "Tips" node not "Standards".
3373
4970fbfe
CY
33742009-12-24 Chong Yidong <cyd@stupidchicken.com>
3375
3376 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3377
3378 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3379
83828b06
KY
33802009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3381
3382 * gnus.texi (Direct Functions): Add missing port number to tls method.
3383
45a4a565
JB
33842009-12-15 Juanma Barranquero <lekktu@gmail.com>
3385
3386 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3387 ($(infodir)/edt, edt.dvi): New targets.
3388
698bfef7
GM
33892009-12-15 Glenn Morris <rgm@gnu.org>
3390
3391 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3392 (edt, $(infodir)/edt, edt.dvi): New targets.
3393 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3394
3395 * Makefile.in (PDF_TARGETS, pdf): New.
3396 (clean): Add *.pdf.
3397 Add pdf rules for all manuals.
3398
0e983327
JB
33992009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3400
3401 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3402
8e687433
CY
34032009-12-14 Chong Yidong <cyd@stupidchicken.com>
3404
3405 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3406 (Smart Jump, Analyzer Debug): Copyedits.
3407 (Semantic mode user commands): Link to new nodes.
3408 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3409 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3410 upstream Semantic manual.
3411
3412 * semantic.texi (Introduction): Minor fix to diagram.
3413
020335df
MA
34142009-12-09 Michael Albinus <michael.albinus@gmx.de>
3415
3416 * eshell.texi (History): Add the other built-in variables.
3417 (Built-ins): Explain built-ins, and how to apply the external commands.
3418 Add `history', `su' and `sudo'.
3419
3420 * tramp.texi (Remote processes): Add missing <RET> in the example.
3421
6ddf13e4
BW
34222009-12-01 Bill Wohler <wohler@newt.com>
3423
3424 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 3425 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
3426 excessively garrulous.
3427
07b6428c
MA
34282009-11-29 Michael Albinus <michael.albinus@gmx.de>
3429
3430 * tramp.texi (Remote processes): Improve eshell example with "su"
3431 and "sudo" commands.
3432
fd1cefda
CY
34332009-11-28 Chong Yidong <cyd@stupidchicken.com>
3434
3435 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3436
3437 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3438 Document semantic-complete-analyze-inline.
3439 (Semanticdb search debugging commands): Minor clarification.
3440 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 3441 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 3442 manual.
9d542758 3443 (Semantic mode): Link to Idle Scheduler.
fd1cefda 3444
159e3ad5
KR
34452009-11-28 Kevin Ryde <user42@zip.com.au>
3446
3447 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 3448 @pxref, now EIEIO is in Emacs.
159e3ad5 3449
c6d47315
KR
3450 * erc.texi (Development): Correction to git tutorial url.
3451
16f6287e
GM
34522009-11-26 Glenn Morris <rgm@gnu.org>
3453
3454 * faq.texi (Latest version of Emacs): Mention stability of development
3455 version.
3456 (Problems with very large files): Max buffer size increase in 23.2.
3457 (VM): VM has moved house again.
3458
5ea5dbc9
JB
34592009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3460
3461 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3462 notations.
3463
5dec9555
CD
34642009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3465
45a4a565 3466 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 3467
bd6f6833
CY
34682009-11-20 Chong Yidong <cyd@stupidchicken.com>
3469
3470 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
3471 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3472 (Idle Completions Mode): Numerous copyedits.
bd6f6833 3473
be479117
JB
34742009-11-17 Juanma Barranquero <lekktu@gmail.com>
3475
3476 * semantic.texi (Semantic Internals, Glossary):
3477 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3478 (Semanticdb search debugging commands): Fix typos.
3479
17291a1f
JB
34802009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3481
be479117 3482 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 3483
af42a9cc
JB
34842009-11-16 Juanma Barranquero <lekktu@gmail.com>
3485
3486 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3487 ($(infodir)/semantic, semantic.dvi): New targets.
3488
3149927d
CY
34892009-11-16 Chong Yidong <cyd@stupidchicken.com>
3490
3491 * Makefile.in: Build the Semantic manual.
3492
3493 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3494 repository.
3495
977640ed
MA
34962009-11-16 Michael Albinus <michael.albinus@gmx.de>
3497
3498 * dbus.texi (Receiving Method Calls): New defun
3499 `dbus-unregister-service'.
3500
17673adf
CD
35012009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3502
3503 * org.texi (Speed keys): New section.
3504
0ecd3c90
MA
35052009-11-13 Michael Albinus <michael.albinus@gmx.de>
3506
3507 * dbus.texi (Type Conversion): Fix typo.
3508 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3509 `dbus-registered-objects-table'.
0c7efc08
SM
3510 (Receiving Method Calls): New defun `dbus-register-property'.
3511 Move `dbus-unregister-object' here.
0ecd3c90 3512
8bfe682a
CD
35132009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3514
3515 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3516
35172009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3518
3519 * org.texi (Column attributes): Add the new age summary operators.
3520 Also, mention the fact you can only use one summary operator per
3521 property.
3522
35232009-11-13 John Wiegley <johnw@newartisans.com>
3524
0c7efc08 3525 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 3526 manual about how to track habits.
0c7efc08 3527 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
3528 dangling clocks are resolved.
3529
35302009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3531
3532 * org.texi (Agenda commands): Document the new `i' command.
3533 (Inserting deadline/schedule): Document logging changes
3534 of scheduling and deadline times stamps.
3535 (In-buffer settings): Document the in-buffer keywords for logging
3536 changes of scheduling and deadline times stamps.
3537 (Structure editing, Plain lists): Document indentation
3538 cycling in empty entries with TAB.
3539 (Archiving): Document the default archiving command.
3540 (Moving subtrees): Document the new keys for archiving.
3541 (Internal archiving): Fix incorrect key.
3542 (Agenda commands): Document the TODO set switching commands.
3543 (Agenda commands): Document the new archiving keys.
3544 (Clocking work time): Better description on how to save
3545 and restore a clock.
3546 (Resolving idle time): Mention the x11idle program to get true
3547 idleness also under X11.
3548 (Resolving idle time): Use @kbd instead of @key for normal
3549 letters, because this is how he rest of the manual does this.
3550 (Pushing to MobileOrg): Mention that `org-directory'
3551 should be set.
3552 (Agenda commands): Document that SPC is a filter for
3553 any tag.
0c7efc08 3554 (Search view): Rename from "Keyword search".
8bfe682a
CD
3555 (Capure): New chapter.
3556 (Markup): New chapter.
0c7efc08
SM
3557 (Links in HTML export, Images in HTML export):
3558 Extend the section titles.
8bfe682a
CD
3559 (Images in HTML export): Document the align option.
3560 (Text areas in HTML export): Extend the section title.
3561 (Images in LaTeX export): Explain image placement in LaTeX.
3562
693737cd
GM
35632009-11-10 Glenn Morris <rgm@gnu.org>
3564
3565 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3566
c7bd4ebe
MA
35672009-11-08 Michael Albinus <michael.albinus@gmx.de>
3568
3569 * tramp.texi (Auto-save and Backup): Disable backups just for a
3570 method.
3571
3572 * trampver.texi: Update release number.
3573
76c5acad
MA
35742009-11-07 Michael Albinus <michael.albinus@gmx.de>
3575
3576 Sync with Tramp 2.1.17.
3577
3578 * trampver.texi: Update release number.
3579
d9a57abf
GM
35802009-10-29 Glenn Morris <rgm@gnu.org>
3581
3582 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3583
637f4f0f
MA
35842009-10-23 Michael Albinus <michael.albinus@gmx.de>
3585
3586 * tramp.texi (External methods): Temporary files are kept for
3587 `rsync' and `rsyncc' methods.
3588
310dbb05
JB
35892009-10-09 Juanma Barranquero <lekktu@gmail.com>
3590
3591 * eieio.texi: Fix typos.
3592
09094f28
CY
35932009-10-07 Chong Yidong <cyd@stupidchicken.com>
3594
3595 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3596
216f299a
JB
35972009-10-07 Juanma Barranquero <lekktu@gmail.com>
3598
3599 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3600 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3601
966a6506
CY
36022009-10-07 Chong Yidong <cyd@stupidchicken.com>
3603
3604 * Makefile.in: Build EIEIO and EDE manuals.
3605
36062009-10-07 Eric Ludlam <zappo@gnu.org>
3607
3608 * eieio.texi:
3609 * ede.texi: New files.
3610
8842cd9b
MA
36112009-10-05 Michael Albinus <michael.albinus@gmx.de>
3612
3613 * tramp.texi (Remote processes): Association of a pty is not supported.
3614
7006d207
CD
36152009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3616
3617 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3618 (Processing LaTeX fragments): Document that the size of images can be
3619 changes using the variable `org-format-latex-options'.
3620 (The date/time prompt, Timestamps): Be more accurate over ISO format
3621 dates and times.
3622 (Visibility cycling): Document showeverything keyword.
3623 (In-buffer settings): Document showeverything keyword.
3624 (Setting up the staging area): Fix the example.
3625 (MobileOrg): New section.
3626 (Agenda commands, Exporting Agenda Views): Document exporting the
3627 agenda view to Org files.
3628
0e7b2867
MA
36292009-09-28 Michael Albinus <michael.albinus@gmx.de>
3630
3631 * tramp.texi (History): Add IMAP support.
3632 (External methods): Add `imap' and `imaps' methods.
3633 (GVFS based methods): Add indices for `davs'.
3634 (Password handling): Rename anchors. Add IMAP entries for
3635 ~/.authinfo.gpg.
3636
3637 * trampver.texi: Set default value of `emacsimap'.
3638
4146636e
KY
36392009-09-22 Daiki Ueno <ueno@unixuser.org>
3640
3641 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3642
d22f7ffa
CY
36432009-09-13 Chong Yidong <cyd@stupidchicken.com>
3644
0c7efc08
SM
3645 * dired-x.texi (Technical Details):
3646 Delete dired-up-directory (Bug#4292).
d22f7ffa 3647
66043531
MA
36482009-09-03 Michael Albinus <michael.albinus@gmx.de>
3649
216f299a 3650 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 3651
6eb02347
CD
36522009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3653
3654 * org.texi (Effort estimates): Document new effort setting commands.
3655 (Agenda commands): Document the new keys fro agenda time motion.
3656 Document entry text mode. Improve documentation of the keys to include
3657 inactive time stamps into the agenda view.
3658 (Feedback): Document the new bug report command.
0c7efc08 3659 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 3660
38dc51ba
KY
36612009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3662
3663 * auth.texi (Help for users): Corrected markup.
3664
e402f452
GM
36652009-09-02 Glenn Morris <rgm@gnu.org>
3666
3667 * emacs-mime.texi (time-date): Mention float-time.
3668
744256cf
JB
36692009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
3670
3671 * calc.texi (Simplifying Formulas): Improve the wording.
3672
b0b63450
MB
36732009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
3674
3675 * auth.texi: Rewritten for coverage and clarity.
3676
36772009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3678
0c7efc08
SM
3679 * gnus.texi (Expiring Mail):
3680 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
3681 (Various Various): Mention gnus-safe-html-newsgroups.
3682
3683 * gnus-news.texi: Mention
3684 gnus-mark-copied-or-moved-articles-as-expirable.
3685
3686 * emacs-mime.texi (Display Customization): Add xref to
3687 gnus-safe-html-newsgroups.
3688
b59329e0
MA
36892009-08-28 Michael Albinus <michael.albinus@gmx.de>
3690
3691 * tramp.texi (Version Control): Remove.
af42a9cc 3692 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
3693 reference.
3694 (External methods): Correct `scpc' concept index entries. New method
3695 `rsyncc'.
3696 (External packages): New subsections "Filename completion" and "File
3697 attributes cache".
3698
0ff2d6c2
JB
36992009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
3700
3701 * calc.texi (Rewrite Rules): Improve the example.
3702 (Simplifying Formulas): Explain use of the I and H flags for
3703 simplification.
3704
ecd3d54f
MA
37052009-08-25 Michael Albinus <michael.albinus@gmx.de>
3706
3707 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 3708 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
3709 (Synchronous Methods, Asynchronous Methods): Use English numeric format
3710 for timeout values.
78176e69
MA
3711 (Top): Remove footnote saying D-Bus is not enabled by
3712 default. (Bug#4256)
ecd3d54f 3713
0f215bca
DU
37142009-08-23 Daiki Ueno <ueno@unixuser.org>
3715
3716 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 3717 Reported by Jari Aalto (Bug#4211).
0f215bca 3718 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 3719 epa-global-mail-mode.
3b7ab45f
DU
3720 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3721 epa-setup.
0f215bca 3722
4f22e84d
MA
37232009-08-16 Michael Albinus <michael.albinus@gmx.de>
3724
3725 * dbus.texi (Asynchronous Methods): Allow nil handler.
3726
9ff0b02b 37272009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 3728
26b03ee3 3729 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 3730
26b03ee3 3731 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 3732
4c39f404
CY
37332009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3734
3735 * calc.texi (Date Forms): Fix typos.
3736
3bcfba17
GM
37372009-08-08 Glenn Morris <rgm@gnu.org>
3738
3739 * org.texi (Agenda commands): Restore clobbered change.
3740
66783bb4
EZ
37412009-08-07 Eli Zaretskii <eliz@gnu.org>
3742
3743 * calc.texi (Graphics, Devices): Update with the peculiarities of
3744 operation on MS-Windows.
3745
c8d0cf5c
CD
37462009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3747
3748 * org.texi (Publishing action): Improve documentation of file
3749 names when publishing to the source directory.
3750 (Clean view): Document `org-indent-mode'.
3751 (Clocking work time): Add documentation for the
3752 new :timetamp option when creating a clock report.
3753 (Paragraphs): Fix many typos.
3754 (Plain lists): Remove duplicate explanation about the
3755 `C-c *' command.
3756 (Literal examples): Update to reflect the new behavior
3757 of the -n -r -k switches when exporting source code examples.
3758 (Structure editing): Add information about `C-c *',
3759 converting a plain list into a list of Org items.
3760 (Remember): Small rephrasing of the paragraph
3761 describing remember.el. Also mentioned that remember.el is part
3762 of Emacs 23, not Emacs 22.
3763 (Clocking work time): Add documentation about
3764 displaying the current clocking time against the effort estimate.
3765 Also add a footnote about using `org-clock-in-prepare-hook' to add
3766 an effort estimate on the fly, just before clocking it.
3767 (Footnotes): Document automatic renumbering and
3768 sorting.
3769 (Agenda commands): Document new bulk commands.
3770 (Plain lists): Document new behavior of
3771 `org-cycle-include-plain-lists'.
4e2af782 3772 Hyphenation only in TeX.
c8d0cf5c
CD
3773 (Clocking work time): Document the key to update effort
3774 estimates.
3775 (Clocking work time): Document the clock time display.
3776 (Structure editing, TODO basics): Document new
3777 variables.
3778 (Column attributes): Document new colciew operators.
3779 (Publishing options): Document :xml-declaration.
3780 (Tracking TODO state changes): Document the
3781 LOG_INTO_DRAWER property.
3782 (Literal examples): Document the new implementation for
3783 editing source code.
3784 (Publishing action): Mention the new publishing
3785 function, to publish an Org source file.
3786 (Publishing links): Mention how to link to an Org source file.
3787 (Macro replacement): Document new macros.
3788 (Handling links): Document type-specific completion
3789 when inserting links.
3790 (Structure editing, Plain lists): Improve documentation
3791 on sorting.
3792 (Internal links): Document custom ids for links.
3793 (Handling links): Document custom ids for links.
3794 (CSS support): Document new class.
3795 (Refiling notes): Document the possibility to create new nodes
3796 during refiling.
3797 (Agenda commands): Document the "?" operator to find
3798 tasks without effort setting.
3799 (Exporting agenda information): Section moved.
3800 (RSS Feeds): New section.
3801 (Built-in table editor): Document M-e and M-a navigate
3802 inside table field.
3803 (Stuck projects): Docment that projects identified as
3804 un-stuck will still be searchd for stuck sub-projects.
3805 (Paragraphs): Document centering.
3806 (Creating timestamps, Agenda commands): Document new
3807 behavior when changing time stamps.
3808 (Structure editing): Document the new command
3809 `org-clone-subtree-with-time-shift'.
3810 (Publishing): Refresh this chapter.
3811 (Export options, Export options, In-buffer settings):
3812 Document the new keywords.
3813 (Matching tags and properties): Collect all
3814 documentation about tags/property matches here.
3815 (Setting tags): Document `org-tag-persistent-alist'.
3816 (Weekly/daily agenda): New section.
3817 (Orgstruct mode): Describe `orgstruct++-mode'.
3818 (Drawers): Mention the LOGBOOK drawer.
3819 (Export options, Sectioning structure): Document the
3820 #+LEATEX_HEADER in-buffer setting.
3821 (Bugs): Section removed.
3822 (Hooks): New section.
0c7efc08 3823 (Add-on packages): Move here from old location.
c8d0cf5c
CD
3824 (Context-sensitive commands): New section.
3825 (Setting tags): Document newline option.
3826 (Global TODO list, Matching tags and properties):
3827 Mention more variables.
3828 (Checkboxes): Update to changed command behavior.
81a5560e 3829
40d2791f
CY
38302009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3831
3832 * speedbar.texi (Basic Key Bindings): Fix typo.
3833
65d0154b
JB
38342009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3835
3836 * calc.texi (Vector/Matrix Functions): Add index entries for both
3837 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3838 affects matrices with more than one row.
b5bdfd9f 3839 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 3840
5a9e3ab7
JB
38412009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3842
3843 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 3844 `calc-transpose-lines'.
5a9e3ab7 3845
42fb7e61
MA
38462009-07-27 Michael Albinus <michael.albinus@gmx.de>
3847
3848 * dbus.texi (Receiving Method Calls): Describe special return value
3849 `:ignore'.
3850
574b69d5
AM
38512009-07-24 Alan Mackenzie <acm@muc.de>
3852
3853 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3854 initialization, any individual variable setting now takes precedence
3855 over one done via c-file-style/c-file-offsets.
3856
ec06459c
JB
38572009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3858
3859 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3860 truncated when Calc is quit.
3861 (Customizing Calc): Document `calc-undo-length'.
3862
4ce54f6b
CY
38632009-07-20 Chong Yidong <cyd@stupidchicken.com>
3864
3865 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3866
0e4f8ba5
GM
38672009-07-11 Kevin Ryde <user42@zip.com.au>
3868
3869 * pcl-cvs.texi (About PCL-CVS):
3870 * widget.texi (Basic Types):
3871 Fix cross-references.
3872
fa0f81b0
AS
38732009-07-01 Andreas Schwab <aschwab@redhat.com>
3874
3875 * dbus.texi (Type Conversion): Don't use literal control character.
3876
88a683c5
MA
38772009-07-01 Michael Albinus <michael.albinus@gmx.de>
3878
3879 * tramp.texi (GVFS based methods): New section.
3880 (Remote processes): Processes for GVFS based methods run locally.
3881
36c8febb
MA
38822009-06-30 Michael Albinus <michael.albinus@gmx.de>
3883
0c7efc08
SM
3884 * tramp.texi (Inline methods, External methods, Gateway methods):
3885 Avoid the words "kludge" and hack".
36c8febb
MA
3886 (External methods): Add `synce' method.
3887
3888 * trampver.texi: Update release number.
3889
d6b951bb
MA
38902009-06-22 Michael Albinus <michael.albinus@gmx.de>
3891
3892 Sync with Tramp 2.1.16.
3893
3894 * tramp.texi (History): Add GVFS support.
3895 (External methods): Precise `rsync' description. Add `dav', `davs' and
3896 `obex' methods. Add 'tramp-gvfs-methods' option.
3897 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3898 forms.
3899 (Remote Programs): Introduce `tramp-own-remote-path'.
3900 (Remote processes): New subsection "Running remote programs that create
3901 local X11 windows".
3902 (Frequently Asked Questions): Improve code for disabling vc.
3903
3904 * trampver.texi: Update release number. Set default value of
3905 `emacsgvfs'.
3906
70243478
CY
39072009-06-21 Chong Yidong <cyd@stupidchicken.com>
3908
3909 * Branch for 23.1.
3910
54b31cbf
GM
39112009-06-17 Glenn Morris <rgm@gnu.org>
3912
3913 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3914 (Latest version of Emacs): Mention source code repository.
3915
f6adc23c
GM
39162009-06-16 Glenn Morris <rgm@gnu.org>
3917
3918 * faq.texi (Top): Language tweak.
3919 (Extended commands): Most people have arrow keys.
3920 (Emacs manual): Say how to follow info links.
3921 (File-name conventions): Change title a bit. Explain about source
3922 versus installed. Condense etc description.
3923 (Guidelines for newsgroup postings): Mention Savannah list page.
3924 (Newsgroup archives): Simplify.
3925 (Contacting the FSF): Add contact URL.
3926 (Emacs Lisp documentation): Printed version not always available.
3927 (Installing Texinfo documentation): Explain how by hand installation is
3928 not normally needed. Use add-to-list. Remove duplicate reference.
3929 (Informational files for Emacs): Move info on Help menu here from
3930 "File-name conventions".
3931 (Help installing Emacs): Tweak uref.
3932 (Obtaining the FAQ): Mention repository.
3933 (Origin of the term Emacs): Explain "ITS".
3934 (Changing load-path): Use add-to-list.
3935 (Automatic indentation): Clarify this is for Text mode.
3936 Don't mention Indented Text mode.
3937 (Finding Emacs on the Internet): The FSF does not seem to offer a
3938 deluxe distribution on CD anymore.
3939
b59a8457
GM
39402009-06-16 Glenn Morris <rgm@gnu.org>
3941
3942 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3943 Recommend the latest release. Mention how to get older FAQs.
3944 Recommend the Emacs manual.
3945 (Guidelines for newsgroup postings): Discourage cross-posts.
3946 (Underlining paragraphs): Remove.
3947 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3948 (Bugs and problems): Update key-binding.
3949 (Problems with very large files): Mention 64-bit.
3950 (Shell process exits abnormally): Remove.
3951 (Problems with Shell Mode): Rename and update.
3952 (Spontaneous entry into isearch-mode)
3953 (Problems talking to certain hosts): Remove. This is old information,
3954 in etc/PROBLEMS if needed.
3955 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3956 (Dired claims that no file is on this line): Update.
3957 (Installing Emacs, Problems building Emacs): Simplify.
3958 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3959 information.
3960 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3961 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3962 (JDEE): "JDEE", not "JDE".
3963 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3964 Remove. This is old information, in etc/PROBLEMS if needed.
3965 (stty and Backspace key, Kanji and Chinese characters): Remove.
3966 (Right-to-left alphabets): Update section.
3967 (Changing the included text prefix): Gnus uses message-yank-prefix.
3968 Add cross-reference to Supercite manual.
3969 (Saving a copy of outgoing mail): Simplify output file description.
3970 (Expanding aliases when sending mail): Refer to Emacs manual.
3971 Remove old info about RFC822.
3972 Correct description of how to rebuild aliases.
3973 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3974 (MIME with Emacs mail packages)
3975 (Viewing articles with embedded underlining)
3976 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3977 Remove old sections.
3978 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3979 and is well-documented in the Gnus manual.
3980 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3981 (Making Gnus faster): Rename from "Starting Gnus faster".
3982 Merge "Catch-up is slow in Gnus" into here.
3983
0e6d12ca
GM
39842009-06-14 Glenn Morris <rgm@gnu.org>
3985
3986 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3987 (New in Emacs 23): New section.
3988 (Handling C-s and C-q with flow control): Add xref.
3989
2e17e05e
GM
39902009-06-13 Glenn Morris <rgm@gnu.org>
3991
3992 * faq.texi (Setting up a customization file): Grammar fix.
3993 Customize is no longer "new".
3994 (Displaying the current line or column): Line-number mode is on by
3995 default. Don't mention `column' package. Mention linum.el.
3996 (Turning on abbrevs by default): Explain how to do it for buffers,
3997 modes, and everywhere.
3998 (Associating modes with files): Use add-to-list. Don't mention Emacs
3999 19.
4000 (Highlighting a region): On by default since 23.1.
4001 (Replacing highlighted text): Update doc quote.
4002 (Working with unprintable characters): Don't mention search-quote-char.
4003 (Using an already running Emacs process): Gnuclient is probably not an
4004 enhancement these days.
4005 (Indenting switch statements): Remove mention of pre-Emacs 20.
4006 (Horizontal scrolling): Abbreviate Emacs 20 description.
4007 (Replacing text across multiple files): Fix name of dired command.
4008 (Disabling backups): Use require not load.
4f9d4de3 4009 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 4010
2a1cf2b9
BW
40112009-06-13 Bill Wohler <wohler@newt.com>
4012
4013 Release MH-E manual version 8.2.
4014
4015 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4016 release 8.2.
4017
85b438b7
GM
40182009-06-13 Glenn Morris <rgm@gnu.org>
4019
4020 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
4021 in this day and age the common meaning is "on the web".
4022 (copying): Use @copyright in all cases.
4023 (Basic keys): Remove reference to deleted manual node "Text Characters".
4024 (File-name conventions): Use GNU as an example rather than SERVICE.
4025 default.el lives in site-lisp. Update Info directory location.
4026 (Real meaning of copyleft): GPL actions have been brought, but all
4027 settled out of court.
4028 (Guidelines for newsgroup postings): Shorten section title.
4029 Simplify comp.emacs description.
4030 (Newsgroup archives): Change Google URL. Describe Gmane.
4031 (Unsubscribing from Emacs lists): Remove discussion of "distribution
4032 points". Mention List-Unsubscribe header.
4033 (Contacting the FSF): Update email and URLs.
4034 (Basic editing): Mention F1 for help.
4035 (Installing Texinfo documentation): Refer to Texinfo website rather
4036 than ftp server.
4037 (Printing a Texinfo file): Mention texi2pdf.
4038 (Informational files for Emacs): Don't describe FTP or SERVICE, they
4039 are just stubs nowadays.
4040 (Latest version of Emacs): Explain version numbers.
4041 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
4042 (Turning on syntax highlighting): No need to mention hilit19 any more.
4043 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
4044 (Modes for various languages): Remove section.
4045 (Major packages and programs): Remove most version and maintainer
4046 information - it's hard to keep up-to-date, and adds nothing.
4047 Similarly with direct links to mailing lists.
4048 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
4049 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
4050 years, and Emacs comes with tools for this now.
4051 (Patch): Remove section - this is a standard tool.
4052 (Using function keys under X): Remove section.
4053
93e2d996
GM
40542009-06-12 Glenn Morris <rgm@gnu.org>
4055
4056 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
4057 (Help installing Emacs): Remove reference to deleted X11 node.
4058 (Associating modes with files): Interpreter-mode-alist is no longer
4059 subservient to auto-mode-alist.
4060 (Installing Emacs): Change future Emacs version.
4061 (Linking with -lX11 fails): Remove old section.
4062 (Packages that do not come with Emacs): Update ELL location.
4063 Emacs Lisp archive is dead.
4064 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
4065 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
4066 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
4067 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
4068 (Removing flashing messages): Remove section about non-existent Gnus
4069 option.
4070
f0bf7708
GM
4071 * faq.texi (Top): Add @top command.
4072 Remove the optional arguments from all @node commands: makeinfo can
4073 generate these automatically, and it is easier to edit and rearrange
4074 nodes without them.
4075
30884d11
GM
40762009-06-11 Glenn Morris <rgm@gnu.org>
4077
4078 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
4079 (The LPF): Make the updated URL the sole reference point.
4080 (Learning how to do something): Update refcard price and format.
4081 (Getting a printed manual): Sources in doc/emacs/, not man/.
4082 Also available in PDF format. Since the page count varies, be less
4083 precise.
4084 (Informational files for Emacs): Remove references to deleted files
4085 LPF and SUN-SUPPORT, and to UUCP.
4086 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
4087 Remove many obsolete ways to get the FAQ, which now seems only to be
4088 distributed with Emacs.
4089 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
4090
deab46e0
CY
40912009-06-09 Chong Yidong <cyd@stupidchicken.com>
4092
223b43fa 4093 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 4094 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 4095
deab46e0
CY
4096 * ada-mode.texi (Installation, Compile commands)
4097 (Project File Overview, No project files, Set compiler options)
4098 (Use GNAT project file, Use multiple GNAT project files)
4099 (Identifier completion): Use @samp for menu items, and @kbd for key
4100 sequences (Bug#3504).
4101
71fbd643
DU
41022009-06-04 Daiki Ueno <ueno@unixuser.org>
4103
8c9bb6f5 4104 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 4105
f197085b
CY
41062009-06-04 Ryan Yeske <rcyeske@gmail.com>
4107
4108 * message.texi (Header Commands): Fix descriptions to match
4109 keybindings.
4110
7f3bc720
DU
41112009-04-22 Daiki Ueno <ueno@unixuser.org>
4112
4113 * gnus.texi (Security): Mention that EasyPG is the current default.
4114
4518068d
CY
41152009-04-13 Chong Yidong <cyd@stupidchicken.com>
4116
4117 * ediff.texi (Session Commands): Fix typo.
4118
d7ca410a
MB
41192009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
4120
4121 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
4122 news.software.readers. Reported by Florian Rehnisch.
4123
c6c76add
GM
41242009-04-02 Glenn Morris <rgm@gnu.org>
4125
4126 * auth.texi: Capitalize direntry.
4127
4128 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
4129 using a period in the entry name. (Bug#2797)
4130
35ed8e2e
JB
41312009-03-03 Juanma Barranquero <lekktu@gmail.com>
4132
4133 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
4134 ($(infodir)/auth, auth.dvi): New targets.
4135
e280480a
GM
41362009-03-03 Glenn Morris <rgm@gnu.org>
4137
4138 * auth.texi: Fix @setfilename.
4139
4140 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
4141 (auth, $(infodir)/auth, auth.dvi): New rules.
4142
8a76755b
GM
41432009-02-25 Glenn Morris <rgm@gnu.org>
4144
4145 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
4146
0038d478
MB
41472009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4148
4149 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
4150
41512009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4152
4153 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
4154 gnus-nocem-issuers, and gnus-nocem-verifyer.
4155
867d4bb3
JB
41562009-02-20 Juanma Barranquero <lekktu@gmail.com>
4157
4158 * ada-mode.texi (Project files, Automatic Casing):
4159 * dbus.texi (Signals):
4160 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
4161 * mh-e.texi (HTML):
4162 * nxml-mode.texi (Locating a schema)
4163 (Using the document's URI to locate a schema):
4164 * org.texi (Footnotes, Using the mapping API):
4165 * rcirc.texi (Channels): Remove duplicate words.
4166
3a44dc1f
GM
41672009-02-20 Glenn Morris <rgm@gnu.org>
4168
4169 * dired-x.texi (Miscellaneous Commands):
4170 * gnus.texi: Minor updates for mbox Rmail.
4171
5dc584b5
KB
41722009-02-16 Karl Berry <karl@gnu.org>
4173
b59a8457
GM
4174 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4175 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
4176 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4177 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
4178 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
4179 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
4180 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
4181 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4182 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
4183 Consistently use @insertcopying in the Top node,
5dc584b5 4184 @contents at the front (after @end titlepage),
b59a8457 4185 and @direntry after @copying. (Bug#1988)
5dc584b5 4186
9eb59592
MB
41872009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4188
4189 * auth.texi: New file documenting auth-source.
4190
d324fa76
CD
41912009-02-13 Carsten Dominik <dominik@science.uva.nl>
4192
4193 * org.texi (Org Plot): Fix link.
4194
7a603b73
DU
41952009-02-09 Daiki Ueno <ueno@unixuser.org>
4196
4197 * epa.texi (Mail-mode integration): Mention the way to do
4198 "encrypt-to-self". (Bug#1807)
4199
a626b338 42002009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
4201
4202 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
4203
3b36c17e
MB
42042009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
4205
4206 * gnus-news.texi: Print version about Incoming*.
4207
55033558
CD
42082009-02-02 Carsten Dominik <dominik@science.uva.nl>
4209
4210 * org.texi (Structure editing, Handling links)
4211 (Fast access to TODO states, Javascript support): Make standard docs
4212 correctly reflect default variable settings.
4213
ec712abb
GM
42142009-02-02 Glenn Morris <rgm@gnu.org>
4215
4216 * org.texi: Fix typos.
4217
7112648c
MA
42182009-02-01 Michael Albinus <michael.albinus@gmx.de>
4219
4220 Sync with Tramp 2.1.15.
4221
4222 * trampver.texi: Update release number.
4223
2e461fc1
CD
42242009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4225
4226 * org.texi (TODO dependencies): Document TODO dependencies on
4227 checkboxes.
4228
bc283609
CD
42292009-01-30 Carsten Dominik <dominik@science.uva.nl>
4230
4231 * org.texi (TODO dependencies): Document key binding for toggling
4232 ORDERED property.
4233
74fc5047
MA
42342009-01-28 Michael Albinus <michael.albinus@gmx.de>
4235
4236 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4237 of hook functions.
4238
d6685abc
CD
42392009-01-28 Carsten Dominik <dominik@science.uva.nl>
4240
4241 * org.texi (TODO dependencies): New section.
4242
65c439fd
CD
42432009-01-27 Carsten Dominik <dominik@science.uva.nl>
4244
4245 * org.texi (Plain lists, TODO basics, Priorities)
4246 (Multiple sets in one file, Conflicts): Document interaction with
4247 `shift-selection-mode'.
4248
5fafc247
JB
42492009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4250
4251 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4252 Make Calc the subject of sentences.
4253 (Rearranging Formulas using Selections): Discuss new options
4254 for `j *'.
4255
e7433508
MA
42562009-01-26 Michael Albinus <michael.albinus@gmx.de>
4257
4258 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4259
2096a1b6
GM
42602009-01-26 Glenn Morris <rgm@gnu.org>
4261
4262 * org.texi: Fix typos.
4263
0cb61492
BW
42642009-01-26 Bill Wohler <wohler@newt.com>
4265
2096a1b6 4266 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4267
0bd48b37
CD
42682009-01-25 Carsten Dominik <dominik@science.uva.nl>
4269
4270 * org.texi (References): Add information about remote references.
4271 (Built-in table editor): Document `C-c RET' in tables.
4272 (Math symbols, Quoting LaTeX code): Mention that simple
4273 LaTeX macros survive LaTeX export.
4274 (Images in LaTeX export): Show how to create a reference to a
4275 figure.
4276 (Sectioning structure): Document that the LaTeX class can be
4277 specified in a property.
4278 (Text areas in HTML export): New section.
4279 (External links): Add examples for text search and ID links.
4280 (Built-in table editor): Remove the descriptio of `C-c
4281 C-q', it not longer works.
4282 (Literal examples): Document that a space must follow
4283 the colon in short examples.
4284 (Relative timer): Document `org-timer-stop'.
4285 (Footnotes): New section.
4286 (Footnote markup): Shorten section and refer to new Footnote
4287 section.
4288 (Literal examples): Add documentation for line
4289 numbering in and references to code examples.
4290 (CSS support): Fix the description of default CSS styles.
4291 (Capturing column view): Document
4292 "file:path/to/file.org" as an allowed value for the ID property of
4293 a dynamic block copying column view.
4294
49dbbaf2
SE
42952009-01-23 Stephen Eglen <stephen@gnu.org>
4296
4297 * mh-e.texi (Getting Started): Describe $MH.
4298
193e6828
MA
42992009-01-21 Michael Albinus <michael.albinus@gmx.de>
4300
4301 * tramp.texi (all): Harmonize usage of "external method",
4302 "external transfer method" and "out-of-band method".
4303 (Connection types): Precise the differences of inline and external
4304 methods. Written by Adrian Phillips <a.phillips@met.no>.
4305
26b9f88d
MB
43062009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4307
4308 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4309 commands as described at the top. Reported by Allan Gottlieb
4310 <gottlieb@nyu.edu>.
4311
43122009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4313
4314 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4315 nnmail-pathname-coding-system.
4316
377952e0
GM
43172009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4318
4319 * org.texi (Relative timer): Fix typo.
4320
a20d3598
JB
43212009-01-15 Juanma Barranquero <lekktu@gmail.com>
4322
4323 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4324 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4325
a50253cc
GM
43262009-01-13 Glenn Morris <rgm@gnu.org>
4327
4328 * org.texi: Fix some more typos.
4329
07450bee
GM
43302009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4331
4332 * org.texi: Fix some typos.
4333
e3e955fe
MB
43342009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4335
4336 * gnus.texi (Group Parameters): Add note for local variables.
4337
43382009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4339
0c7efc08
SM
4340 * gnus.texi (Converting Kill Files): Fix URL.
4341 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
4342
43432009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4344
4345 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4346 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4347 (Paging the Article): Add index entry.
4348
71dd9983
JB
43492009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4350
4351 * ada-mode.texi (Examples): Delete redundant text.
4352
4a0cf14f
MA
43532009-01-03 Michael Albinus <michael.albinus@gmx.de>
4354
36c8febb 4355 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
4356
4357 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4358 addresses.
4359
aedac0f0
BW
43602009-01-03 Bill Wohler <wohler@newt.com>
4361
4362 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4363 kept empty.
4364
4c65b566
CD
43652008-12-20 Carsten Dominik <dominik@science.uva.nl>
4366
4367 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
4368 (HTML Export commands, LaTeX/PDF export commands):
4369 Improve documentation about transient-mark-mode.
e9fce1ac 4370 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
4371 to fields in the last table row.
4372
e1a78e1e
JL
43732008-12-19 Juri Linkov <juri@jurta.org>
4374
4375 * info.texi (Search Text): Remove mention of removed key binding M-s.
4376
17a0aa82
CD
43772008-12-18 Carsten Dominik <dominik@science.uva.nl>
4378
4379 * org.texi (References): Remove mentioning of @0 as reference for the
4380 last line, this has been reverted in the Lisp sources.
4381
4997d802
JB
43822008-12-17 Juanma Barranquero <lekktu@gmail.com>
4383
4384 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4385 (DVI_TARGETS): Remove duplicates. Add sasl.
4386 ($(infodir)/sasl, sasl.dvi): New targets.
4387
33306645
CD
43882008-12-17 Carsten Dominik <dominik@science.uva.nl>
4389
4390 * org.texi: Version number pushed to 6.15d.
4391
db55f368
CD
43922008-12-16 Carsten Dominik <dominik@science.uva.nl>
4393
a0bf4117 4394 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
4395 (Images in LaTeX export): New section.
4396 (Inlined images, Images in HTML export): Sections renamed.
4397
dae0a942
MB
43982008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4399
4400 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4401
9f5572e9
MB
44022008-12-04 David Engster <dengste@eml.cc>
4403
4404 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 4405 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 4406
bc23baaa
CD
44072008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4408
4409 * org.texi (Using the mapping API): Fix bug in mapping example.
4410 (Publishing options): Make the list of properties complete again, in
4411 correspondence to the variable `org-export-plist-vars'.
4412 (Property searches): Document new special values for time comparisons.
4413 (Tag inheritance): Refine the description of tag inheritance.
4414 (Project alist): Add info about the publishing sequence of components.
a0bf4117 4415 (Effort estimates): Document the new relative timer.
bc23baaa 4416
3bf8054f
JB
44172008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4418
4419 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4420 (Using Calc): Clarify use of `C-x * o'.
4421 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4422
ac134f2f
RS
44232008-11-28 Richard M Stallman <rms@gnu.org>
4424
4425 * dbus.texi (Receiving Method Calls): Clean up previous change.
4426
ace706d1
MA
44272008-11-26 Michael Albinus <michael.albinus@gmx.de>
4428
4429 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4430 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4431 `dbus-unescape-from-identifier'.
4432 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 4433 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
4434 (Signals): Use the constants in the example.
4435
d60b1ba1
CD
44362008-11-24 Carsten Dominik <dominik@science.uva.nl>
4437
b97439ce 4438 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 4439
ce4fdcb9
CD
44402008-11-23 Carsten Dominik <dominik@science.uva.nl>
4441
4442 * org.texi (Setting up Remember): Document `org-remember-mode'.
4443 (External links): Document that bbdb links can use a regular
4444 expression.
4445 (External links): Document that elisp links can contain interactive
4446 commands.
4447
c8548a00 44482008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
4449
4450 * viper.texi (viper-translate-all-ESC-keysequences):
4451 Description removed.
4452
6a2c4aec
GM
44532008-11-19 Glenn Morris <rgm@gnu.org>
4454
4455 * doclicense.texi: Change to FDL 1.3.
4456 Relicense all texi files under FDL 1.3 or later.
4457
59ee4113
JB
44582008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4459
4460 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4461
59bcbb98 44622008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 4463
0c7efc08 4464 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
4465
4466 * ediff.texi: Version/date change.
9f90198a 4467
8aa41c9b
CY
44682008-11-14 Chong Yidong <cyd@stupidchicken.com>
4469
4470 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4471
17587b1b
JB
44722008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4473
4474 * calc.texi (About This Manual): Comment out a mention of
4475 marginal notes.
4476
564c900e
CD
44772008-11-12 Carsten Dominik <dominik@science.uva.nl>
4478
4479 * org.texi (Clocking work time): Document the :formula property of
4480 clock tables.
4481 (Structure editing, Refiling notes): Document refiling regions.
4482 (Agenda commands): Document the double-prefix version
4483 of the `l' command in the agenda.
4484 (Handling links): Explain the effect of a double prefix
4485 arg to `C-c C-o'.
4486 (TODO basics): Add documentation for tag triggers.
4487
3c4be1f2
GM
44882008-10-23 Glenn Morris <rgm@gnu.org>
4489
4490 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4491 byte-compiling things like `+'.
4492
4493 * ns-emacs.texi: Merge copyright years of author now with assignment
4494 into FSF years.
4495 (VER): Use it for easier automatic updating. Use Emacs version rather
4496 than standalone Emacs.app version.
4497
a6520ff3
CD
44982008-10-12 Carsten Dominik <dominik@science.uva.nl>
4499
864c9740 4500 * org.texi: Lots of minor fixes.
a6520ff3
CD
4501 (Capture): New chapter.
4502 (Org Plot): New section.
4503
db7a4b66
MH
45042008-09-30 Magnus Henoch <mange@freemail.hu>
4505
4506 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4507
4043c194
JB
45082008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4509
4510 * calc.texi (User Defined Units): Mention how to enter optional display
4511 string.
4512
eef5ade7
MB
45132008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4514
0c7efc08 4515 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
4516 avoid the "y/n" wording.
4517
e52cac88
MB
45182008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4519
0c7efc08 4520 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
4521
45222008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4523
4524 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4525 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4526
00c55306
BW
45272008-09-22 Bill Wohler <wohler@newt.com>
4528
4529 Release MH-E manual version 8.1.
4530
4531 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4532 release 8.1.
4533
4534 * mh-e.texi: Retain dual license as agreed to by the FSF.
4535 However, bump GPL to Version 3.
4536 Use @include for license text.
4537
e52cac88 45382008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
4539
4540 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
4541 (Store custom flags and keywords, Store arbitrary data):
4542 Clean up markup.
64763fe3
MB
4543
45442008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4545
4546 * gnus.texi (The Gnus Registry): Document it.
4547
9e601b8d
MB
45482008-09-08 David Engster <dengste@eml.cc>
4549
88ee5b02
JB
4550 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4551 Clarify section about choosing back end servers.
9e601b8d 4552
247043f1
GM
45532008-08-23 Glenn Morris <rgm@gnu.org>
4554
4555 * dired-x.texi (Shell Command Guessing):
4556 Mention dired-guess-shell-case-fold-search. (Bug#417)
4557
2bfec7a0
MA
45582008-08-22 Michael Albinus <michael.albinus@gmx.de>
4559
4560 * trampver.texi: Update release number.
4561
247043f1 45622008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
4563
4564 * ns-emacs.texi: Update version.
4565 (Introduction): Correct menu location for options save.
4566 (Customization): Note that defaults are stored under org.gnu.Emacs.
4567
8c20bd92
BW
45682008-08-11 Bill Wohler <wohler@newt.com>
4569
4570 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4571 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4572 Henman) (closes SF #1768928).
4573
767a4d92
GM
45742008-08-10 Glenn Morris <rgm@gnu.org>
4575
4576 * ns-emacs.texi: Use @copying. Change copyright of authors with
4577 assignment to FSF. Change license to GFDL.
4578 (Top): Remove outdated references.
4579
6ecfe5c2
MB
45802008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4581
88ee5b02
JB
4582 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4583 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
4584 gnus-summary-sort-by-most-recent-date.
4585 (Summary Sorting): Explain prefix argument.
4586
45872008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4588
4589 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4590 gnus-summary-pipe-output.
4591
eb932e8a
MA
45922008-08-03 Michael Albinus <michael.albinus@gmx.de>
4593
4594 * dbus.texi (Receiving Method Calls): Document error handling of own
4595 D-Bus methods.
4596
bfe16263
BW
45972008-08-01 Bill Wohler <wohler@newt.com>
4598
4599 * mh-e.texi (Reading Mail)
9f90198a 4600 (Viewing Attachments): Describe new function
bfe16263
BW
4601 mh-show-preferred-alternative.
4602 (Sending Mail, Redistributing, Sending Message): Describe new hook
4603 mh-annotate-msg-hook.
4604
21956b56
MA
46052008-07-31 Michael Albinus <michael.albinus@gmx.de>
4606
4607 * dbus.texi (Arguments and Signatures): Fix example.
4608 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4609 (Asynchronous Methods): New node.
9f90198a
JB
4610 (Errors and Events): Describe extended layout of `dbus-event'.
4611 New defun `dbus-event-message-type'.
21956b56 4612
7c2fb837
DN
46132008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4614
4615 * ediff.texi: Remove VMS support.
4616
13662773
JB
46172008-07-29 Juanma Barranquero <lekktu@gmail.com>
4618
4619 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4620 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4621
ddde0b34
CY
46222008-07-29 Chong Yidong <cyd@stupidchicken.com>
4623
4624 * Makefile.in: Add mairix-el targets.
4625
46262008-07-29 David Engster <deng@randomsample.de>
4627
4628 * mairix-el.texi: New file.
4629
d5875b25
JB
46302008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4631
366b7d44
JB
4632 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4633 project files. Delete 'main_unit' project variable; not needed. Allow
4634 process environment variables wherever project variables are allowed.
4635 Add tutorial section on multiple GNAT project files.
d5875b25 4636
6cbab8ee
MA
46372008-07-27 Michael Albinus <michael.albinus@gmx.de>
4638
4639 Sync with Tramp 2.1.14.
4640
4641 * trampver.texi: Update release number.
4642
9e2a2647
DN
46432008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4644
4645 * ns-emacs.texi:
4646 * faq.texi: Remove mentions of Mac Carbon.
4647
d62672f3
MB
46482008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4649
4650 * gnus.texi (Saving Articles): Describe the 2nd argument of
4651 gnus-summary-save-in-pipe.
4652 (SpamAssassin): Use it.
4653
46542008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4655
4656 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4657
dd12e1c6
CD
46582008-07-25 Carsten Dominik <dominik@science.uva.nl>
4659
4660 * org.texi (Export options): Document the use of the creator flag.
4661
44ce9197
CD
46622008-07-24 Carsten Dominik <dominik@science.uva.nl>
4663
4664 * org.texi: New version 6.06a.
4665
ddd13c5d
JB
46662008-07-23 Juanma Barranquero <lekktu@gmail.com>
4667
4668 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4669 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4670
8dc6104d
JB
46712008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
4672
4673 * calc.texi (Editing Stack Entries):
4674 (Algebraic Entry): Rewrite introductory sentences so it can be used by
4675 Calc's help functions. Mention fixing typos.
4676 (Customizing Calc): Fix typo.
4677
46782008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
4679
4680 * calc.texi (summarykey): New macro. Use to correctly format keys in
4681 the summary.
4682
ddd13c5d 46832008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
4684
4685 * ns-emacs.texi (Customization): Corrected documentation on color
4686 specification formats.
4687
568beaa2
AS
46882008-07-19 Andreas Schwab <schwab@suse.de>
4689
db8ef699 4690 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
4691
4692 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4693 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4694
cd71b9ae
MA
46952008-07-18 Michael Albinus <michael.albinus@gmx.de>
4696
4697 * dbus.texi (Inspection): Rework, introduce submenus.
4698 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4699 (Properties and Annotations, Arguments and Signatures): New nodes.
4700
9b7993b4
MA
47012008-07-13 Michael Albinus <michael.albinus@gmx.de>
4702
4703 * dbus.texi (Receiving Method Calls): Fix description of
4704 `dbus-register-method'.
4705 (Signals): Allow also signal arguments for filtering in
4706 `dbus-register-signal'.
4707
241d447b
JB
47082008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4709
4710 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4711 `cnorm'.
4712 (Arithmetic Tutorial): Simplify the verification of prime factors.
4713
adb46650
MB
47142008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4715
4716 * gnus.texi (Saving Articles): Mention
4717 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4718
92e15881
JB
47192008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
4720
4721 * calc.texi: Adjust mode line throughout.
4722
ea597303
JB
47232008-06-28 Juanma Barranquero <lekktu@gmail.com>
4724
4725 * sasl.texi (Mechanisms): Fix typos.
4726
aee08080
JB
47272008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4728
4729 * calc.texi (Killing from the stack): Mention using normal Emacs
4730 copying.
4731
a06a4a12
MA
47322008-06-21 Michael Albinus <michael.albinus@gmx.de>
4733
0c7efc08 4734 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 4735 Add `auth-source' mechanism.
a06a4a12
MA
4736 (Connection caching): Tramp reopens the connection automatically,
4737 when the operating system on the remote host has been changed.
4738
7389398d
EZ
47392008-06-20 Eli Zaretskii <eliz@gnu.org>
4740
4741 * makefile.w32-in (distclean): Remove makefile.
4742
b349f79f
CD
47432008-06-17 Carsten Dominik <dominik@science.uva.nl>
4744
3f9b4c2b 4745 * org.texi (Using the mapping API): New section.
b349f79f 4746 (Agenda column view): New section.
3f9b4c2b 4747 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 4748 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 4749 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
4750
47512008-06-17 Jason Riedy <jason@acm.org>
4752
4753 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4754 function, and efmt may be a two-argument function.
4755 (Radio tables): Document multiple destinations.
4756
cd5c05d2
GM
47572008-06-16 Glenn Morris <rgm@gnu.org>
4758
4759 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4760 Add Cover-Texts.
4761
debf4439
GM
47622008-06-15 Glenn Morris <rgm@gnu.org>
4763
4764 * faq.texi (VER): Update to 23.0.60.
4765
4766 * mh-e.texi: Remove option of licensing under GPL.
4767 Add Cover-Texts to GFDL permissions notice.
4768 (GPL): Remove section.
4769 (GFDL): Include doclicense.texi rather than the actual text.
4770
4771 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4772 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4773
4774 * sasl.texi: Fix output file name.
4775
4776 * epa.texi, sasl.texi: Refer to license in Emacs manual.
4777
4778 * gnus-coding.texi: Refer to license in Gnus manual.
4779
4780 * idlwave.texi, sasl.texi: Use @copying.
4781
4782 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
4783
4784 * speedbar.texi: Update Back-Cover Text as per maintain.info.
4785
4786 * url.texi: Use @copying, @title, @subtitle, @author.
4787
4788 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4789 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4790 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4791 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4792 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4793 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4794 * widget.texi, woman.texi:
4795 Remove references to external license, since doclicense is included.
4796
4797 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4798 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4799 Remove references to non-existent Invariant Sections.
4800
091f8bc1
GM
48012008-06-14 Glenn Morris <rgm@gnu.org>
4802
4803 * faq.texi (Major packages and programs): Remove references to external
4804 Supercite, Calc, VIPER, since they have been included for some time.
4805 Update VM, AUCTeX, BBDB entries.
4806
47bcb4d3
UJ
48072008-06-14 Ulf Jasper <ulf.jasper@web.de>
4808
4809 * newsticker.texi: Updated to match latest newsticker changes.
4810
6f093307
GM
48112008-06-13 Glenn Morris <rgm@gnu.org>
4812
4813 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4814 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4815 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4816 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4817 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4818 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4819 * woman.texi:
4820 Update Back-Cover Text as per maintain.info.
4821
2b968687
MB
48222008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4823
4824 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4825
4826 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4827 (gnus-faq.xml): Update repository host.
4828
2b968687
MB
4829 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4830
48312008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4832
4833 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4834 Fix a typo.
4835
48362008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4837
4838 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 4839 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
4840 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4841
48422008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4843
4844 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4845 coding standards.
4846
48472008-06-14 David Engster <dengste@eml.cc>
4848
4849 * gnus.texi (nnmairix): Markup fixes.
4850
e6d2d263
MB
48512008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4852
2b968687 4853 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4854
48552008-06-05 David Engster <dengste@eml.cc>
4856
4857 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4858
48592008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4860
b344d29d 4861 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4862 (Searching, nnir, nnmairix): New stub nodes.
4863
ad231df6 48642008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4865
4866 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4867
f394fa25
MB
48682008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4869
4870 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4871
58333467
MB
48722008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4873
4874 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4875
67525fb9
JY
48762008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4877
4878 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4879
0549d8fc
JB
48802008-05-06 Juanma Barranquero <lekktu@gmail.com>
4881
4882 * info.texi (Top): Fix typo in xref.
4883
149a3837
KB
48842008-05-05 Karl Berry <karl@gnu.org>
4885
4886 * info.texi (Top): @xref to stand-alone manual.
4887
3a23a519
MB
48882008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4889
4890 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4891 (Various Summary Stuff): Fix typo in last xref.
4892
0a29fbf3
JB
48932008-05-02 Juanma Barranquero <lekktu@gmail.com>
4894
4895 * org.texi (Moving subtrees): Fix typo.
4896
586b90f1
MA
48972008-04-28 Michael Albinus <michael.albinus@gmx.de>
4898
4899 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4900 Tramp via `tramp-mode'.
4901
b5af9883
CD
49022008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4903
4904 * org.texi: Massive changes, in many parts of the file.
4905
d55fe5bb
MB
49062008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4907
4908 * gnus.texi (Oort Gnus): Add message-fill-column.
4909
49102008-04-12 Adrian Aichner <adrian@xemacs.org>
4911
4912 * gnus.texi (Mail Source Specifiers): Typo fix.
4913
49142008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4915
4916 * gnus.texi (Diary Headers Generation): Update key binding for
4917 `gnus-diary-check-message'.
4918
49192008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4920
4921 * gnus.texi (Emacsen): Addition.
4922
49232008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4924
4925 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4926
49272008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4928
4929 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4930
49312008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4932
4933 * gnus-news.texi: Update tool bar item.
4934
49352008-04-09 Sven Joachim <svenjoac@gmx.de>
4936
4937 * gnus-news.texi: Fix typos.
4938
76c109c3
JB
49392008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4940
222027f2 4941 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4942 Add mention of `kron'.
4943
d5fbd5a6
MO
49442008-04-01 Daiki Ueno <ueno@unixuser.org>
4945
0c7efc08
SM
4946 * epa.texi (Encrypting/decrypting *.gpg files):
4947 Document epa-file-name-regexp.
d5fbd5a6 4948
fbcbb58c
KY
49492008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4950
4951 * gnus.texi (Example Methods): Fix description about ssh-agent.
4952 (Indirect Functions): Fix the default value of nntp-telnet-command;
4953 remove link to connect.html.
4954
134ce16c
MA
49552008-03-30 Michael Albinus <michael.albinus@gmx.de>
4956
4957 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4958 dbus-call-method.
4959 (Receiving Method Calls): The timeout can be set by the calling client.
4960
da1975d7
MA
4961 * trampver.texi: Update release number.
4962
2e4089ab
RS
49632008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4964
4965 * gnus.texi (Top): Fix version. Add SASL.
4966
70cab5a9
MA
49672008-03-29 Michael Albinus <michael.albinus@gmx.de>
4968
4969 Sync with Tramp 2.1.13.
4970
4971 * trampver.texi: Update release number.
4972
5bc6ddff
MB
49732008-03-29 Chong Yidong <cyd@stupidchicken.com>
4974
4975 * org.texi: Update to new org-mode website.
4976
49772008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4978
4979 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4980
9b3ebcb6
MB
49812008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4982
4983 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4984 gnus-read-ephemeral-gmane-group-url,
4985 gnus-read-ephemeral-emacs-bug-group,
4986 gnus-read-ephemeral-debian-bug-group.
4987
49882008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4989
4990 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4991
4992 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4993 Add FIXMEs for Bookmarks and gnus-registry-marks.
4994
49952008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4996
4997 * gnus.texi (Smileys): Document `smiley-style'.
4998
49992008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5000
5001 * gnus.texi (Gnus Development): Clarify difference between ding and
5002 gnu.emacs.gnus.
5003 (MIME Commands, Using MIME, RSS): Fix markup.
5004
5005 * gnus-faq.texi ([8.4]): Ditto.
5006
50072008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5008
5009 * gnus.texi (Emacsen): Remove obsolete stuff.
5010
50112008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
5012
5013 * gnus.texi (Oort Gnus): Add version info WRT
5014 `mail-source-delete-incoming'.
5015
50162008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5017
5018 * gnus.texi (Top): Add "Other related manuals" and version info in
5019 `iftex' output.
5020 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
5021 gnus-balloon-face-0 and the corresponding format specifiers.
5022
608d6a81
MA
50232008-03-26 Michael Albinus <michael.albinus@gmx.de>
5024
5025 * tramp.texi (Filename completion): Remove footnote about let-bind
5026 of `partial-completion-mode'. It doesn't work this way.
5027
27a6f132
SM
50282008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5029
5030 * pcl-cvs.texi (Contributors): Update my email.
5031
4a7c4c40
MA
50322008-03-21 Michael Albinus <michael.albinus@gmx.de>
5033
5034 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
5035
2940c053
BW
50362008-03-17 Bill Wohler <wohler@newt.com>
5037
5038 * mh-e.texi (Viewing): Update URL for adding header fields to
5039 mh-invisible-header-fields-default.
5040
30864d5f
BW
50412008-03-16 Bill Wohler <wohler@newt.com>
5042
5043 * mh-e.texi (Preface): Add Gnus to requirements.
5044 (Forwarding): Note that forwarded MIME messages are now inline.
5045
31fe2b00
SM
50462008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5047
5048 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
5049 (Common Variables): Give precedence to the netcat methods over the
5050 telnet methods, and mention that they are more reliable.
31fe2b00 5051
5e97c626
CD
50522008-03-13 Carsten Dominik <dominik@science.uva.nl>
5053
5054 * org.texi (Exporting Agenda Views): Document agenda export to
5055 iCalendar.
5056 (Progress logging): Document the new progress logging stuff.
5057
37a68866
MB
50582008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5059
5060 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
5061 Update for change of `mail-source-delete-incoming'.
5062
5063 * gnus-news.texi: Ditto.
5064
8f7abae3
MB
50652008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5066
5067 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
5068 custom versions.
5069
af379c86
AM
50702008-03-07 Alan Mackenzie <acm@muc.de>
5071
5072 * cc-mode.texi (Limitations and Known Bugs): State that the number of
5073 parens/brackets in a k&r region is limited.
5074
3d0f8a67
MB
50752008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5076
5077 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
5078 using different Emacs versions.
5079
52151df0
GM
50802008-02-27 Glenn Morris <rgm@gnu.org>
5081
5082 * sc.texi: Remove a lot of old and obsolete info.
5083 (titlepage): Simplify.
5084 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
5085 (VM with any Emacsen, GNEWS with any Emacsen)
5086 (Overloading for Non-conforming MUAs, Version 3 Changes)
5087 (The Supercite Mailing List): Delete nodes.
5088 (Introduction): Remove info about old packages.
5089 (Getting Connected): Simplify. Remove info about old packages.
5090 (Citing Commands): Delete Emacs 19 info.
5091 (Hints to MUA Authors): Simplify.
5092 (Thanks and History): Merge in some info from the deleted node
5093 "Version 3 Changes".
5094
b03f96dc
MB
50952008-02-05 Juanma Barranquero <lekktu@gmail.com>
5096
5097 * org.texi (Setting tags, In-buffer settings):
5098 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
5099
52bec650
MB
51002008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
5101
5102 * gnus-news.texi: Mention that spaces and tabs are allowed in the
5103 installation directory name.
5104
34a3c587
RF
51052008-02-12 Romain Francoise <romain@orebokech.com>
5106
5107 * epa.texi (Overview): Fix typo.
5108
5a8d03e9
MO
51092008-02-11 Daiki Ueno <ueno@unixuser.org>
5110
5111 * epa.texi (Quick start): Remove the .emacs setting.
5112
f1914c40
MO
51132008-02-10 Daiki Ueno <ueno@unixuser.org>
5114
5115 * epa.texi (Quick start): Use the command `epa-enable' instead of
5116 loading `epa-setup'.
5117
bca98fc9
JB
51182008-02-08 Juanma Barranquero <lekktu@gmail.com>
5119
5120 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
5121 ($(infodir)/epa, epa.dvi): New targets.
5122
4b01af2e
MO
51232008-02-08 Daiki Ueno <ueno@unixuser.org>
5124
5125 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
5126
5127 * epa.texi: New manual documenting the EasyPG Assistant.
5128
06c0751a
MA
51292008-02-06 Michael Albinus <michael.albinus@gmx.de>
5130
5131 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
5132 (Inspection): New function dbus-ping.
5133
7dcccd7b
MA
51342008-02-05 Michael Albinus <michael.albinus@gmx.de>
5135
5136 * tramp.texi (Remote processes): Add `shell-command'.
5137
a1da1e37
MB
51382008-01-28 Michael Sperber <sperber@deinprogramm.de>
5139
5140 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
5141 (Group Parameters): Document `mail-source' parameter.
5142
c9d8f746
MA
51432008-01-27 Michael Albinus <michael.albinus@gmx.de>
5144
5145 * tramp.texi (Inline methods): The hostname of the su(do)? methods
5146 must be a local host.
5147
15db4a13
MO
51482008-01-26 Michael Olson <mwolson@gnu.org>
5149
5150 * erc.texi: Update version for ERC 5.3 release.
5151 (Obtaining ERC): Update extras URLs for 5.3.
5152 (Development): Write instructions for git, and remove those for Arch.
5153 (History): Mention the switch to git.
5154
2bc43980
KB
51552008-01-24 Karl Berry <karl@gnu.org>
5156
bca98fc9
JB
5157 * info.texi (Search Index, Search Text): Mention the command
5158 character in the section name, a la the (Go to node) node.
2bc43980 5159
d2e4a6c9
MA
51602008-01-21 Michael Albinus <michael.albinus@gmx.de>
5161
5162 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
5163
0b6799c3
MB
51642008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5165
5166 * gnus-news.texi: Mention gnus-article-describe-bindings.
5167
51682008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5169
5170 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
5171
db9c3fb1 51722008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 5173
7b4d0413 5174 * org.texi (Property inheritance): New section.
db9c3fb1 5175 (Conventions): New section.
7b4d0413 5176 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
5177 commands, and the new bindings for refiling.
5178 (Sparse trees): Document the new special command for sparse trees.
5179 (References): Be more clear about the counting of hilines.
5180 (Handling links): Document M-p/n for accessing links.
5181 (Fast access to TODO states): New section.
5182 (Per file keywords): New section.
5183 (Property inheritance): New section.
5184 (Column attributes): New summary types.
5185 (Capturing Column View): New section.
5186 (The date/time prompt): Cover the new features in the date/time prompt.
5187 Compactify the table of keys for the calendar remote control.
5188 (Clocking work time): Document the new :scope parameter.
5189 (Remember): Promoted to chapter.
5190 (Quoted examples): New section.
5191 (Enhancing text): New verbatim environments.
5192
6ed73f28
MA
51932008-01-14 Michael Albinus <michael.albinus@gmx.de>
5194
5195 * trampver.texi: Update release number.
5196
95838435
MB
51972008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5198
0c7efc08
SM
5199 * gnus.texi (Article Keymap):
5200 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
5201 gnus-article-reply-with-original and
5202 gnus-article-followup-with-original.
5203
20234d96
GM
52042008-01-09 Glenn Morris <rgm@gnu.org>
5205
5206 * nxml-mode.texi: Add @copying section.
5207
d82cf70b
MB
52082008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5209
5210 * message.texi (Mail Variables): Add some text from "(gnus)Posting
5211 Server". Add `message-send-mail-with-mailclient'.
5212
5213 * gnus.texi (Posting Server): Move some text to "(message)Mail
5214 Variables" and add a reference here.
5215
addb7f2e
MA
52162008-01-04 Michael Albinus <michael.albinus@gmx.de>
5217
5218 * dbus.texi (Receiving Method Calls): New chapter.
5219 (Errors and Events): Add serial number to events. Replace "signal" by
5220 "message". Introduce dbus-event-serial-number.
5221
4db2806c
MA
52222008-01-03 Michael Albinus <michael.albinus@gmx.de>
5223
5224 * dbus.texi (Type Conversion): Explain the type specification for empty
5225 arrays. Use another example.
5226
c9ecb5a7
MA
52272007-12-30 Michael Albinus <michael.albinus@gmx.de>
5228
5229 * dbus.texi (all): Replace "..." by @dots{}.
5230 (Type Conversion): Precise the value range for :byte types.
5231 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5232 Mention its return value.
5233 (Errors and Events): There is no D-Bus error propagation during event
5234 processing.
5235
702dbfd9
JB
52362007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5237
5238 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5239 New sections.
5240
87035689
MB
52412007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5242
5243 * gnus.texi (Group Parameters): Reorder the text and add a note about
5244 `gnus-parameters' near the beginning of the node.
5245
52462007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5247
5248 * gnus.texi (Score File Editing): Fix function name.
5249
5492f5ca
MA
52502007-12-23 Michael Albinus <michael.albinus@gmx.de>
5251
5252 Sync with Tramp 2.1.12.
5253
5254 * trampver.texi: Update release number.
5255
d4e67bc5
MA
52562007-12-22 Michael Albinus <michael.albinus@gmx.de>
5257
5258 * dbus.texi (Type Conversion): Correct input parameters mapping.
5259
6a31c819
MA
52602007-12-21 Michael Albinus <michael.albinus@gmx.de>
5261
5262 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5263 (Errors and Events): Mention wrong-type-argument error.
5264
99a3e35f
AS
52652007-12-21 Alex Schroeder <alex@gnu.org>
5266
5267 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5268 spaces. Fixed some typos.
99a3e35f
AS
5269 (Internet Relay Chat): Explain relay.
5270 (Getting started with rcirc): Change items to reflect prompts.
5271 Add more explanation to rcirc-track-minor-mode and added a comment to
5272 warn future maintainers that this section is a copy.
0c7efc08 5273 (People): Change /ignore example.
62b12a24 5274 (Keywords): Not keywords.
99a3e35f 5275
331e4d02
AS
52762007-12-20 Alex Schroeder <alex@gnu.org>
5277
5278 * rcirc.texi (Top): Fighting Information Overload chapter added.
5279 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5280 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5281 (Fighting Information Overload): New chapter documenting /keyword,
5282 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5283 (Configuration): Document rcirc-server-alist, remove
5284 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5285
cd71c3ef
MA
52862007-12-16 Michael Albinus <michael.albinus@gmx.de>
5287
5288 * dbus.texi (Signals): Fix example in dbus-register-signal.
5289
bbbe940b
MB
52902007-12-14 Sven Joachim <svenjoac@gmx.de>
5291
5292 * gnus.texi (Score Variables): Fix typo.
5293
0ce574ef
MA
52942007-12-07 Michael Albinus <michael.albinus@gmx.de>
5295
5296 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5297 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5298 (Errors and Events): Adapt dbus-event.
5299
b890d447
MB
53002007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5301
5302 * gnus.texi (Other Files): Add the yenc command.
5303
53042007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5305
5306 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5307 since 2004-08-06.
5308
53092007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5310
5311 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5312 on body.
5313
53142007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5315
5316 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5317 and rfc2047-allow-irregular-q-encoded-words; fix description of
5318 rfc2047-encode-encoded-words.
5319
53202007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5321
5322 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5323
3728bf03
MO
53242007-12-05 Michael Olson <mwolson@gnu.org>
5325
5326 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5327 Update documentation for `remember-diary-file'.
5328
a4397af9
MA
53292007-12-04 Michael Albinus <michael.albinus@gmx.de>
5330
5331 * dbus.texi (Signals): Precise `dbus-register-signal'.
5332 (Errors and Events): Rework events part, the internal structure of
5333 dbus-event has changed.
5334
1682490c
JB
53352007-12-03 Juanma Barranquero <lekktu@gmail.com>
5336
5337 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5338 ($(infodir)/dbus, dbus.dvi): New targets.
5339
7b13a0f2
MA
53402007-12-03 Michael Albinus <michael.albinus@gmx.de>
5341
5342 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5343 unconditionally.
5344
5345 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5346 emulation with @print{}.
5347
7ef92bc9
RS
53482007-12-02 Richard Stallman <rms@gnu.org>
5349
5350 * dbus.texi (Overview): Minor cleanup.
5351
22d8ac3a
MA
53522007-12-02 Michael Albinus <michael.albinus@gmx.de>
5353
d3a8e0df
MA
5354 * Makefile.in (INFO_TARGETS): Add dbus.
5355 (DVI_TARGETS): Add dbus.dvi.
5356 (dbus, dbus.dvi): New targets.
5357
22d8ac3a
MA
5358 * dbus.texi: New file.
5359
559764ab
RF
53602007-11-24 Romain Francoise <romain@orebokech.com>
5361
5362 * nxml-mode.texi: Add description in @direntry.
7aa579d9 5363 Fix file name to match @setfilename.
559764ab 5364
ac97a16b
MH
53652007-11-23 Mark A. Hershberger <mah@everybody.org>
5366
5367 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5368 ($(infodir)/nxml-mode): New rule.
5369
5370 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5371 ($(infodir)/nxml-mode): New rule.
5372 (clean): Add nxml-mode*.
5373
5374 * nxml-mode.texi: New file with nxml manual.
5375
404cd454
GM
53762007-11-18 Richard Stallman <rms@gnu.org>
5377
5378 * flymake.texi (Example -- Configuring a tool called directly):
5379 Update example.
5380
b048d478
MA
53812007-11-18 Michael Albinus <michael.albinus@gmx.de>
5382
5383 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 5384 double-slash behavior. Explain directory contents flushing.
b048d478 5385
346e8469
JB
53862007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5387
5388 * calc.texi (TeX and LaTeX Language Modes): Put in
5389 missing braces.
5390
404cd454
GM
53912007-11-15 Richard Stallman <rms@gnu.org>
5392
5393 * cl.texi (Equality Predicates): Delete `eql'.
5394 (Predicates, Naming Conventions, Top): Delete `eql'.
5395 (Common Lisp Compatibility): Delete `eql'.
5396 (Porting Common Lisp): Delete obsolete backquote info.
5397 Minor clarification about character constants.
5398 (Sequence Basics): Minor clarification.
5399
1f6af58b
JB
54002007-11-15 Juanma Barranquero <lekktu@gmail.com>
5401
dccb744b 5402 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
5403 * tramp.texi (Filename completion): Fix typos.
5404
3bc88bc9
JB
54052007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5406
5407 * calc.texi (Basic commands): Mention the menu.
5408
bc5300d3
MA
54092007-11-12 Michael Albinus <michael.albinus@gmx.de>
5410
5411 * tramp.texi (Connection caching): Tramp flushes connection
5412 properties when remote operating system has been changed.
5413
4d8a28ec
MB
54142007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5415
5416 * gnus-news.texi: Fix spelling.
5417 `message-insert-formatted-citation-line', not
5418 `message-insert-formated-citation-line'.
5419
404cd454
GM
5420 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5421
e1176b47
MA
54222007-11-07 Michael Albinus <michael.albinus@gmx.de>
5423
5424 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 5425 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
5426 (Frequently Asked Questions): Add code example for highlighting the
5427 mode line.
5428
6159985a
MO
54292007-11-03 Michael Olson <mwolson@gnu.org>
5430
5431 * remember.texi: Change mentions of remember-buffer to
5432 remember-finalize throughout.
5433
bec9b2f5
MO
54342007-10-30 Michael Olson <mwolson@gnu.org>
5435
5436 * remember.texi (Copying): Remove.
5437 (Mailbox): Update with non-BBDB instructions.
5438 (Diary, Org): Add.
5439 (Bibliography, Planner Page): Remove.
5440
b6173182
JB
54412007-10-30 Juanma Barranquero <lekktu@gmail.com>
5442
5443 * makefile.w32-in (INFO_TARGETS): Add remember.
5444 (DVI_TARGETS): Add remember.dvi.
5445 ($(infodir)/remember): New rule.
5446 (clean): Add remember*.
5447
15f3eb73
MO
54482007-10-30 Michael Olson <mwolson@gnu.org>
5449
70bdc930
MO
5450 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5451 ($(infodir)/remember): New rule that builds the Remember Manual.
5452
b6173182
JB
5453 * remember.texi: New file containing the Remember Mode Manual.
5454 Shuffle chapters around after initial import.
7d3f6f1a
MO
5455 (Function Reference): Split Keystrokes into separate chapter.
5456 (Keystrokes): Document C-c C-k.
51d24a12 5457 (Introduction): Fix typographical issue with "---".
15f3eb73 5458
404cd454
GM
54592007-10-29 Richard Stallman <rms@gnu.org>
5460
5461 * widget.texi (Introduction): Delete discussion of implementation
5462 internals.
5463
9bbb9638
MA
54642007-10-29 Michael Albinus <michael.albinus@gmx.de>
5465
5466 * tramp.texi (Connection caching): Host names must be different
5467 when tunneling.
5468
c7ff939a
RS
54692007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5470
5471 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5472 Gnus v5.13.
5473
01c52d31
MB
54742007-10-28 Miles Bader <miles@gnu.org>
5475
5476 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5477
01c52d31
MB
54782007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5479
0c7efc08
SM
5480 * gnus.texi (Sorting the Summary Buffer):
5481 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
5482
54832007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5484
5485 * gnus.texi (Non-ASCII Group Names): New node.
5486 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5487 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5488
c8763fb6 54892007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5490
5491 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5492 clean the output of the program `imap-shell-program'.
5493
54942007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5495
5496 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5497
54982007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5499
5500 * gnus.texi (Sticky Articles): Documentation for sticky article
5501 buffers.
5502
c8763fb6 55032007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5504
5505 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5506
55072007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5508
5509 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5510
55112007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5512
0c7efc08
SM
5513 * gnus.texi (Archived Messages):
5514 Document gnus-update-message-archive-method.
01c52d31
MB
5515
55162007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5517
5518 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5519
c8763fb6 55202007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 5521
0c7efc08
SM
5522 * gnus.texi (Group Maneuvering):
5523 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
5524
55252007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5526
0c7efc08
SM
5527 * gnus.texi (Really Various Summary Commands):
5528 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
5529
55302007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5531
5532 * gnus.texi, message.texi: Bump version number.
5533
55342007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5535
5536 * gnus.texi (Group Line Specification, Misc Group Stuff)
5537 (Server Commands): Parenthesize @pxref{Mail Spool}.
5538
55392007-10-28 Didier Verna <didier@xemacs.org>
5540
5541 New user option: message-signature-directory.
5542 * message.texi (Insertion Variables): Document it.
5543 * gnus.texi (Posting Styles): Ditto.
5544
55452007-10-28 Didier Verna <didier@xemacs.org>
5546
5547 * gnus.texi (Group Line Specification):
5548 * gnus.texi (Misc Group Stuff):
5549 * gnus.texi (Server Commands): Document the group compaction feature.
5550
55512007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5552
5553 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5554
5555 * message.texi (Various Message Variables): Add message-fill-column.
5556
55572007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5558
5559 * gnus.texi: Untabify.
5560
55612007-10-28 Didier Verna <didier@xemacs.org>
5562
5563 * gnus.texi (Group Parameters): Document the posting-style merging
5564 process in topic-mode.
5565
55662007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5567
5568 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5569
55702007-10-28 Romain Francoise <romain@orebokech.com>
5571
5572 * gnus.texi (Mail Spool): Fix typo.
5573 Update copyright.
5574
55752007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5576
5577 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5578
55792007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5580
5581 * gnus.texi (Summary Generation Commands):
5582 Add gnus-summary-insert-ticked-articles.
5583
55842007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5585
b2abec73
JB
5586 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5587 to spam-spamassassin-program.
01c52d31
MB
5588
55892007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5590
5591 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5592
55932007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5594
5595 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5596
55972007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5598
5599 * message.texi (Mail Headers): Document `opportunistic'.
5600
56012007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5602
5603 * emacs-mime.texi (Encoding Customization): Explain how to set
5604 mm-coding-system-priorities per hierarchy.
5605
56062007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5607
5608 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5609 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5610
56112007-10-28 Didier Verna <didier@xemacs.org>
5612
5613 * message.texi (Wide Reply): Update documentation of
5614 message-dont-reply-to-names (now allowing a list of regexps).
5615
56162007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5617
5618 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5619
56202007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5621
5622 * gnus.texi (SpamAssassin back end): Fix typo.
5623
5624 * sieve.texi (Examples): Fix grammar.
5625
56262007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5627
5628 * gnus.texi (Searching for Articles): Document M-S and M-R.
5629 (Limiting): Document / b.
5630
56312007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5632
5633 * gnus.texi (Thread Commands): T M-^.
5634
56352007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5636
5637 * message.texi (Mail Aliases): Document ecomplete.
5638 (Mail Aliases): Fix typo.
5639
56402007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5641
5642 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5643 fix typo.
5644
56452007-10-28 Romain Francoise <romain@orebokech.com>
5646
5647 * gnus.texi (Mail Spool): Grammar fix.
5648
56492007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5650
5651 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5652 string.
5653
56542007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5655
5656 * gnus.texi (Group Parameters): Fix description.
5657
56582007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5659
b2abec73
JB
5660 * gnus.texi (Gmane Spam Reporting):
5661 Fix spam-report-gmane-use-article-number.
5662 Add spam-report-user-mail-address.
01c52d31
MB
5663
56642007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5665
5666 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5667
56682007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5669
5670 * gnus.texi (Group Parameters): Add simplified sorting example based on
5671 example for `Sorting the Summary Buffer' from Jari Aalto
5672 <jari.aalto@cante.net>.
5673 (Example Methods): Add example for an indirect connection.
5674
56752007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5676
0c7efc08 5677 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
5678 (Agent Parameters): Updated parameter names to match code.
5679 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5680 'gnus-agent-summary-fetch-series'.
5681 (Agent and flags): New section providing a generalized discussion
5682 of flag handling.
0c7efc08
SM
5683 (Agent and IMAP): Remove flag discussion.
5684 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
5685
56862007-10-28 Romain Francoise <romain@orebokech.com>
5687
5688 * gnus.texi (Exiting the Summary Buffer): Add new function
5689 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5690
56912007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5692
5693 * gnus.texi (Conformity): Fix typo.
5694 (Customizing Articles): Document `first'.
5695
56962007-10-28 Jari Aalto <jari.aalto@cante.net>
5697
5698 * gnus.texi (Sorting the Summary Buffer):
5699 Add `gnus-thread-sort-by-date-reverse'. Add example
5700 host to different sorting in NNTP and RSS groups.
5701
57022007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5703
5704 * message.texi (Insertion): Describe prefix for
5705 message-mark-inserted-region and message-mark-insert-file.
5706
57072007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5708
5709 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5710 LaTeX documents. Describe "text/x-gnus-verbatim".
5711
57122007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5713
b2abec73 5714 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
5715 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5716 (spam-stat spam filtering, SpamOracle)
0c7efc08 5717 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
5718 clarity.
5719
57202007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5721
5722 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5723 gnus-article-delete-part and gnus-article-replace-part.
5724 (Using MIME): Add gnus-mime-replace-part.
5725
57262007-10-28 Romain Francoise <romain@orebokech.com>
5727
5728 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5729 requires `auto-compression-mode' to be enabled. Add new nnml
5730 variable `nnml-compressed-files-size-threshold'.
5731
57322007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5733
0c7efc08
SM
5734 * gnus.texi (Sorting the Summary Buffer):
5735 Add gnus-thread-sort-by-recipient.
01c52d31
MB
5736
57372007-10-28 Romain Francoise <romain@orebokech.com>
5738
5739 * message.texi (Insertion Variables): Mention new variable
5740 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5741 documentation accordingly.
5742
57432007-10-28 Romain Francoise <romain@orebokech.com>
5744
5745 * gnus.texi (To From Newsgroups): Mention new variables
5746 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5747
57482007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5749
5750 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5751 stuff; gnus-mime-inline-part does the automatic decompression.
5752
57532007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5754
5755 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 5756 "training.ham" should be "training.spam".
01c52d31
MB
5757
57582007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5759
5760 * message.texi (Mail Variables): Fix the default value for
5761 message-send-mail-function.
5762
57632007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5764
5765 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5766 always returns nil exceptionally.
5767
57682007-10-28 Simon Josefsson <jas@extundo.com>
5769
0c7efc08
SM
5770 * gnus.texi (Article Washing): Add libidn URL.
5771 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
5772
57732007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5774
5775 * gnus.texi (Topic Commands): Fix next/previous.
5776
57772007-10-28 Simon Josefsson <jas@extundo.com>
5778
5779 * gnus.texi (Article Washing): Mention `W i'.
5780
c8763fb6 57812007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
5782
5783 * gnus.texi (Group Parameters): Slight extension of sieve
5784 parameter description.
5785
57862007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5787
5788 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5789 matching score files as well.
5790 (Picons): Describe `gnus-picon-style'.
5791
57922007-10-28 Romain Francoise <romain@orebokech.com>
5793
5794 * message.texi (Message Headers): Mention that headers are hidden
5795 using narrowing, and how to expose them.
5796 Update copyright.
5797
57982007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5799
5800 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5801 `gnus-summary-sort-by-recipient'.
5802
58032007-10-28 Romain Francoise <romain@orebokech.com>
5804
5805 * gnus.texi (NNTP marks): New node.
5806 (NNTP): Move NNTP marks variables to the new node.
5807
58082007-10-28 Jesper Harder <harder@ifa.au.dk>
5809
b2abec73 5810 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
5811
5812 * gnus.texi (MIME Commands, Hashcash): Markup fix.
5813
58142007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5815
b2abec73 5816 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 5817 everywhere for consistency.
b2abec73
JB
5818 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5819 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
5820 Say "regular expression" instead of "regex." Admonish.
5821 Pick other words to sound better (s/so/thus/).
5822 (Spam ELisp Package Filtering of Incoming Mail):
5823 Mention statistical filters. Remove old TODO.
01c52d31 5824 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
5825 New section on sorting and displaying the spam score.
5826 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5827 backend but an alias to spam-use-BBDB.
5828 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
5829 new backend functionality.
5830
58312007-10-28 Simon Josefsson <jas@extundo.com>
5832
5833 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5834 nntp-marks-directory, from Romain Francoise
5835 <romain@orebokech.com>.
5836
58372007-10-28 Magnus Henoch <mange@freemail.hu>
5838
5839 * gnus.texi (Hashcash): New default value of
5840 hashcash-default-payment.
5841
58422007-10-28 Simon Josefsson <jas@extundo.com>
5843
5844 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5845 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5846
58472007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5848
0c7efc08 5849 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5850
58512007-10-28 Simon Josefsson <jas@extundo.com>
5852
5853 * gnus.texi (documentencoding): Add, to avoid warnings.
5854
58552007-10-28 Simon Josefsson <jas@extundo.com>
5856
5857 * message.texi (Mail Headers): Add.
5858
5859 * gnus.texi (Hashcash): Fix.
5860
58612007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5862
0c7efc08 5863 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5864 that payments can be verified and fix the name of the
b2abec73 5865 hashcash-path variable.
01c52d31
MB
5866
58672007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5868
b2abec73 5869 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5870
58712007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5872
5873 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5874
58752007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5876
5877 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5878 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5879 warning about ham processors in spam groups removed.
01c52d31
MB
5880
58812007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5882
0c7efc08 5883 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5884 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5885
58862007-10-28 Jesper Harder <harder@ifa.au.dk>
5887
5888 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5889 (Mailing List): Typo.
5890 (Customizing Articles): Add gnus-treat-ansi-sequences.
5891 (Article Washing): Index.
5892
5893 * message.texi: Use m-dash consistently.
5894
58952007-10-28 Jesper Harder <harder@ifa.au.dk>
5896
5897 * gnus.texi (GroupLens): Remove.
5898
58992007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5900
0c7efc08
SM
5901 * gnus.texi (Outgoing Messages, Agent Variables):
5902 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5903 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5904
59052007-10-28 Jesper Harder <harder@ifa.au.dk>
5906
5907 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5908
59092007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5910
5911 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5912
5913 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5914
59152007-10-28 Simon Josefsson <jas@extundo.com>
5916
5917 * gnus.texi (Top): Add SASL.
5918
404cd454
GM
59192007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5920
5921 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5922
59232007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5924
5925 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5926
0edd2970
JB
59272007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5928
5929 * calc.texi (Formulas, Composition Basics): Lower the
5930 precedence of negation.
5931
a9afba20
JY
59322007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5933
5934 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5935 Mention the new three-letter column identifiers.
5936 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5937 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5938 message when using `c' on an empty default with default printer.
5939 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5940 renamed to `ses--symbolic-formulas' some time ago.
5941
45b778a6
JB
59422007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5943
5944 * calc.texi (Default Simplifications, Making Selections)
5945 (Customizing Calc): Clarify associativity of multiplication.
5946
03b5bade
MA
59472007-10-23 Michael Albinus <michael.albinus@gmx.de>
5948
5949 * tramp.texi (Traces and Profiles): Simplify loop over
5950 `trace-function-background'.
5951
e658c8ee
JL
59522007-10-22 Juri Linkov <juri@jurta.org>
5953
5954 * dired-x.texi (Shell Command Guessing): Default values are now
5955 available by typing M-n instead of M-p.
5956
dd753688
MA
59572007-10-21 Michael Albinus <michael.albinus@gmx.de>
5958
5959 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5960 (Password caching): Remove `tramp-clear-passwd'.
5961 It's not a command anymore.
dd753688
MA
5962 (Bug Reports): Add `tramp-bug' to function index.
5963 (Function Index, Variable Index): New nodes.
5964 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5965
5966 * trampver.texi: Update release number.
5967
4bb49b43
JB
59682007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5969
8b296cdd 5970 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5971 about integer size into past tense.
5972 (Time Zones): Remove pointer to Calc author's address.
5973 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5974 and hyperbolic cotangent. Fix typo.
4bb49b43 5975
311dd93f
MA
59762007-10-10 Michael Albinus <michael.albinus@gmx.de>
5977
5978 Sync with Tramp 2.1.11.
5979
5980 * trampver.texi: Update release number.
5981
ea3fc256
MA
59822007-10-06 Michael Albinus <michael.albinus@gmx.de>
5983
5984 * tramp.texi (External packages): New section.
5985
1af74d06
MB
59862007-09-29 Juri Linkov <juri@jurta.org>
5987
5988 * info.texi (Help-Int): Document `L' (`Info-history').
5989
0e2806fa
SM
59902007-09-26 Carsten Dominik <dominik@science.uva.nl>
5991
5992 * org.texi: Change links to webpage and maintained email.
5993 (Remember): Promote to Chapter, significant changes.
5994 (Fast access to TODO states): New section.
5995 (Faces for TODO keywords): New section.
5996 (Export options): Example for #+DATE.
5997 (Progress logging): Section moved.
5998
567b9191
BW
59992007-09-26 Bill Wohler <wohler@newt.com>
6000
6001 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
6002 browse-url-at-mouse.
6003
1af74d06
MB
60042007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
6005
6006 * flymake.texi (Customizable variables): Face names don't end in -face.
6007 Fix flymake-err-line-patterns template.
6008 (Example -- Configuring a tool called directly): Fix init-function.
6009 (Highlighting erroneous lines): Face names don't end in -face.
6010
d60a4e3a 60112007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
6012
6013 * erc.texi (Special-Features): Fix small typo.
6014
7d7a3510
MA
60152007-09-14 Michael Albinus <michael.albinus@gmx.de>
6016
6017 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
6018 and "External transfer methods".
6019
285f0d3a
JB
60202007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
6021
6022 * calc.texi (Predefined Units): Add some history.
6023
526dc846
MO
60242007-09-08 Michael Olson <mwolson@gnu.org>
6025
87e04f16
JB
6026 * erc.texi (Copying): New section included from gpl.texi.
6027 This matches the look of the upstream ERC manual.
526dc846 6028
f10d0e80
JB
60292007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
6030
87e04f16 6031 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
6032 (Random Numbers): Clarify the distribution of `random'.
6033
4009494e
GM
60342007-09-06 Glenn Morris <rgm@gnu.org>
6035
f1fc42aa 6036 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 6037 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
6038 Change all setfilename commands to use ../../info.
6039 * Makefile.in: Move the parts of the old man/Makefile.in that do not
6040 refer to the Emacs manual here.
6041 (infodir): New variable.
6042 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
6043 (cc-mode.texi, faq.texi): Update references to source file locations.
6044 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
6045 do not refer to the Emacs manual here.
6046 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
6047
6048 * Makefile.in: Add `basename' versions of all info targets, for
6049 convenience when rebuilding just one manual.
6050 (../etc/GNU): Delete obsolete target.
6051 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
6052 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
6053 *.vrs *.toc here...
6054 (maintainer-clean): ...from here.
4009494e
GM
6055
6056 * makefile.w32-in (../etc/GNU): Delete obsolete target.
6057
2de53ca6
GM
60582007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
6059
6060 * calc.texi (Date Conversions): Clarify definition of
6061 Julian day numbering.
6062 (Date Forms): Clarify definition of Julian day numbering;
6063 add some history.
6064
60652007-08-30 Carsten Dominik <dominik@science.uva.nl>
6066
87e04f16 6067 * org.texi: Version 5.07.
2de53ca6
GM
6068
60692007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
6070
6071 * message.texi (MIME): Replace mml-attach with mml-attach-file.
6072
60732007-08-22 Carsten Dominik <dominik@science.uva.nl>
6074
6075 * org.texi (Adding hyperlink types): New section.
6076 (Embedded LaTeX): Chapter updated because of LaTeX export.
6077 (LaTeX export): New section.
6078 (Using links out): New section.
6079
60802007-08-22 Glenn Morris <rgm@gnu.org>
6081
6082 * faq.texi (Learning how to do something): Refcards now in
6083 etc/refcards/ directory.
6084
60852007-08-22 Michael Albinus <michael.albinus@gmx.de>
6086
6087 * tramp.texi (Remote Programs): Persistency file must be cleared when
6088 changing `tramp-remote-path'.
6089 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
6090 macro.
6091
60922007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
6093
6094 * calc.texi: Move contents to beginning of file.
6095 (Algebraic Entry): Fix the formatting of an example.
6096
60972007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
6098
6099 * calc.texi (Basic Operations on Units): Mention exact versus
6100 inexact conversions.
6101
61022007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
6103
6104 * calc.texi (Basic Operations on Units): Mention default
6105 values for new units.
6106 (Quick Calculator Mode): Mention that binary format will
6107 be displayed.
6108
61092007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
6110
6111 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
6112
61132007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
6114
6115 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
6116
61172007-08-08 Glenn Morris <rgm@gnu.org>
6118
6119 * gnus.texi, sieve.texi: Replace `iff'.
6120
61212007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
6122
6123 * calc.texi (Basic Graphics): Mention the graphing of error
6124 forms.
6125 (Graphics Options): Mention how `g s' handles error forms.
6126 (Curve Fitting): Mention plotting the curves.
6127 (Standard Nonlinear Models): Add additional models.
6128 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
6129 (Linear Fits): Correct result.
6130
61312007-08-01 Alan Mackenzie <acm@muc.de>
6132
6133 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
6134 to "--no-site-file".
6135
61362007-07-29 Michael Albinus <michael.albinus@gmx.de>
6137
6138 * tramp.texi (Frequently Asked Questions): Point to mode line
6139 extension in Emacs 23.1.
6140
6141 * trampver.texi: Update release number.
6142
61432007-07-27 Glenn Morris <rgm@gnu.org>
6144
6145 * calc.texi (Copying): Include license text from gpl.texi, rather than
6146 in-line.
6147
61482007-07-25 Glenn Morris <rgm@gnu.org>
6149
6150 * calc.texi (Copying): Replace license with GPLv3.
6151
6152 * Relicense all FSF files to GPLv3 or later.
6153
61542007-07-22 Michael Albinus <michael.albinus@gmx.de>
6155
6156 Sync with Tramp 2.1.10.
6157
6158 * tramp.texi (trampfn): Expand macro implementation in order to handle
6159 empty arguments.
6160 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 6161 occurrences by trampfn.
2de53ca6 6162 (Frequently Asked Questions): Extend example code for host
b2abec73 6163 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
6164 file names to be typed.
6165
6166 * trampver.texi: Update release number.
6167
61682007-07-17 Michael Albinus <michael.albinus@gmx.de>
6169
6170 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
6171 section. Reported by <poti@potis.org>.
6172 (Remote processes): Arguments of the program to be debugged are taken
6173 literally.
6174 (Frequently Asked Questions): Simplify recentf example.
6175
61762007-07-14 Karl Berry <karl@gnu.org>
6177
6178 * info.texi (@copying): New Back-Cover Text.
6179
6180 * info.texi (Quitting Info): Move to proper place in source.
6181 (Reported by Benno Schulenberg.)
6182
61832007-07-13 Eli Zaretskii <eliz@gnu.org>
6184
6185 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
6186
6187 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
6188
6189 * emacs-mime.texi: Add @documentencoding directive.
6190
61912007-07-12 Nick Roberts <nickrob@snap.net.nz>
6192
6193 * tramp.texi (Remote processes): Add an anchor to the subsection
6194 "Running a debugger on a remote host".
6195
61962007-07-12 Michael Albinus <michael.albinus@gmx.de>
6197
6198 * tramp.texi (Remote processes): Don't call it "experimental" any
6199 longer. Add subsection about running a debugger on a remote host.
6200
62012007-07-10 Carsten Dominik <dominik@science.uva.nl>
6202
6203 * org.texi (Properties and columns): Chapter rewritten.
6204
62052007-07-08 Michael Albinus <michael.albinus@gmx.de>
6206
6207 * tramp.texi:
6208 * trampver.texi: Migrate to Tramp 2.1.
6209
62102007-07-02 Carsten Dominik <dominik@science.uva.nl>
6211
6212 * org.texi (Properties): New chapter.
6213
62142007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6215
6216 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6217 Control Panel.
6218
6219 * gnus.texi (Misc Article): Add index entry for
6220 gnus-single-article-buffer.
6221
62222007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
6223
6224 * gnus.texi (Starting Up): Fix typo.
6225
62262007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
6227
6228 * gnus.texi (Asynchronous Fetching): Fix typo.
6229
62302007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6231
6232 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6233 (About This Manual): Remove redundant information.
6234 (Getting Started): Mention author.
6235 (Basic Arithmetic, Customizing Calc): Make description of the
6236 variable `calc-multiplication-has-precedence' match its new effect.
6237
62382007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6239
0c7efc08
SM
6240 * calc.texi (Basic Arithmetic, Customizing Calc):
6241 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
6242
62432007-06-19 Carsten Dominik <dominik@science.uva.nl>
6244
6245 * org.texi (Tag): Section swapped with node Timestamps.
6246 (Formula syntax for Lisp): Document new `L' flag.
6247
62482007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6249
6250 * gnus.texi (Misc Group Stuff, Summary Buffer)
6251 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6252
62532007-06-06 Juanma Barranquero <lekktu@gmail.com>
6254
6255 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6256 * gnus.texi (Article Buttons, Mail Source Customization)
6257 (Sending or Not Sending, Customizing NNDiary):
6258 * message.texi (Message Headers):
6259 * mh-e.texi (HTML): Fix typos.
6260
62612007-06-07 Michael Albinus <michael.albinus@gmx.de>
6262
6263 Sync with Tramp 2.0.56.
6264
6265 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6266 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6267
62682007-06-02 Chong Yidong <cyd@stupidchicken.com>
6269
6270 * Version 22.1 released.
6271
62722007-05-26 Michael Olson <mwolson@gnu.org>
6273
6274 * erc.texi (Modules): Fix references to completion modules.
6275
62762007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6277
6278 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6279
62802007-05-09 Didier Verna <didier@xemacs.org>
6281
6282 * gnus.texi (Email Based Diary): New. Proper documentation for the
6283 nndiary back end and the gnus-diary library.
6284
62852007-05-03 Karl Berry <karl@gnu.org>
6286
6287 * .cvsignore (*.pdf): New entry.
6288
6289 * texinfo.tex: Update from current version for better pdf generation.
6290
62912007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6292
6293 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6294
62952007-04-28 Glenn Morris <rgm@gnu.org>
6296
6297 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6298 consideration of legal status.
6299
63002007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6301
6302 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6303
63042007-04-24 Chong Yidong <cyd@stupidchicken.com>
6305
6306 * faq.texi (New in Emacs 22): python.el removed.
6307
63082007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6309
6310 * calc.texi (Reporting bugs): Update maintainer's address.
6311
63122007-04-22 Chong Yidong <cyd@stupidchicken.com>
6313
6314 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6315
63162007-04-15 Jay Belanger <belanger@truman.edu>
6317
6318 * calc.texi (Title page): Remove the date.
6319 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6320 (The Standard Calc Interface): Change trail title.
6321 (Floats): Mention that when non-decimal floats are entered, only
6322 approximations are stored.
6323 (Copying): Move to the appendices.
6324 (GNU Free Documentation License): Add as an appendix.
6325
63262007-04-15 Chong Yidong <cyd@stupidchicken.com>
6327
6328 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6329 * dired-x.texi, ebrowse.texi, ediff.texi:
6330 * emacs-mime.texi, erc.texi, eshell.texi:
6331 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6332 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6333 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6334 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6335 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6336 * woman.texi: Include GFDL.
6337
6338 * doclicense.texi: Remove node heading, so that it can be included by
6339 other files.
6340
6341 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6342
6343 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6344 than *.
6345
63462007-04-14 Carsten Dominik <dominik@science.uva.nl>
6347
6348 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6349 in Calc.
6350
63512007-04-09 Romain Francoise <romain@orebokech.com>
6352
6353 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6354 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6355 replace mouse-2.
6356
63572007-04-08 Chong Yidong <cyd@stupidchicken.com>
6358
6359 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6360 renamed to woman-use-topic-at-point. Document new behavior.
6361
63622007-04-08 Richard Stallman <rms@gnu.org>
6363
6364 * url.texi: Fix some indexing.
6365 (Disk Caching): Drop discussion of old/other Emacs versions.
6366
63672007-04-07 Chong Yidong <cyd@stupidchicken.com>
6368
6369 * url.texi (Disk Caching): Say Emacs 21 "and later".
6370
6371 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6372 on Font locking which now mentions JIT lock.
6373
63742007-04-01 Michael Olson <mwolson@gnu.org>
6375
6376 * erc.texi: Update for the ERC 5.2 release.
6377
63782007-03-31 David Kastrup <dak@gnu.org>
6379
6380 * woman.texi (Topic, Interface Options): Explain changes semantics of
6381 woman-manpath in order to consider MANPATH_MAP entries.
6382
63832007-03-31 Eli Zaretskii <eliz@gnu.org>
6384
6385 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6386
63872007-03-26 Richard Stallman <rms@gnu.org>
6388
6389 * pgg.texi (Caching passphrase): Clean up previous change.
6390
63912007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6392
6393 * gnus.texi (Setting Process Marks): Fix typo.
6394
63952007-03-25 Romain Francoise <romain@orebokech.com>
6396
6397 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6398 readability, and include various fixes by Daniel Brockman, Nick Roberts
6399 and Dieter Wilhelm.
6400
64012007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6402
6403 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6404
6405 * gnus.texi (Mail Source Specifiers): Fix typo.
6406
64072007-03-22 Ralf Angeli <angeli@caeruleus.net>
6408
6409 * reftex.texi (Imprint): Update maintainer information.
6410
64112007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6412
6413 * message.texi (Message Buffers): Update documentation for
6414 message-generate-new-buffers.
6415
64162007-03-15 Daiki Ueno <ueno@unixuser.org>
6417
6418 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6419
64202007-03-21 Glenn Morris <rgm@gnu.org>
6421
6422 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6423
64242007-03-19 Chong Yidong <cyd@stupidchicken.com>
6425
6426 * eshell.texi (Known problems): Emacs 21 -> 22.
6427
6428 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6429
64302007-03-18 Jay Belanger <belanger@truman.edu>
6431
6432 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6433
64342007-03-12 Glenn Morris <rgm@gnu.org>
6435
6436 * calc.texi (Time Zones): Switch to new North America DST rule.
6437
6438 * calc.texi: Replace "daylight savings" with "daylight
6439 saving" in text throughout.
6440
64412007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6442
6443 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6444 The variable now uses a list of symbols instead of just a symbol.
6445 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6446
64472007-03-06 Romain Francoise <romain@orebokech.com>
6448
6449 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6450 new packages, and mention Gnus update.
6451
64522007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6453
6454 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6455 nntp-open-connection-functions-never-echo-commands.
6456
64572007-02-27 Chong Yidong <cyd@stupidchicken.com>
6458
6459 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6460 problems on the console, and security risk in not using gpg-agent.
6461
64622007-02-25 Carsten Dominik <dominik@science.uva.nl>
6463
0c7efc08 6464 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
6465 Completely reorganized and rewritten.
6466 (CamelCase links): Section removed.
6467 (Repeating items): New section.
6468 (Tracking TODO state changes): New section.
6469 (Agenda views): Chapter reorganized and rewritten.
6470 (HTML export): Section rewritten.
6471 (Tables in arbitrary syntax): New section.
6472 (Summary): Better feature summary.
6473 (Activation): Document problem with cut-and-paste of Lisp code
6474 from PDF files.
6475 (Visibility cycling): Document indirect buffer use.
6476 (Structure editing): Document sorting.
6477 (Remember): Section rewritten.
6478 (Time stamps): Better description of time stamp types.
6479 (Tag searches): Document regular expression search for tags.
6480 (Stuck projects): New section.
6481 (In-buffer settings): New keywords.
6482 (History and Acknowledgments): Updated description.
6483
64842007-02-24 Alan Mackenzie <acm@muc.de>
6485
6486 * cc-mode.texi (Movement Commands): Insert two missing command names.
6487 (Getting Started): Slight wording correction (use conditional).
6488
64892007-02-22 Kim F. Storm <storm@cua.dk>
6490
6491 * widget.texi (User Interface, Basic Types): Document need to put some
6492 text before the %v escape in :format string in editable-field widget.
6493
64942007-02-18 Romain Francoise <romain@orebokech.com>
6495
6496 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6497 `cvs-mode-quit'.
6498
64992007-02-10 Markus Triska <markus.triska@gmx.at>
6500
6501 * widget.texi (Programming Example): Put constant strings in :format.
6502
65032007-02-07 Juanma Barranquero <lekktu@gmail.com>
6504
6505 * faq.texi (Fullscreen mode on MS-Windows): New node.
6506
65072007-02-04 David Kastrup <dak@gnu.org>
6508
6509 * faq.texi (AUCTeX): Update version number. Should probably be done
6510 for other packages as well.
6511
65122007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6513
6514 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6515 <tassilo@member.fsf.org>.
6516
65172007-01-27 Eli Zaretskii <eliz@gnu.org>
6518
6519 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6520 ls-lisp-use-localized-time-format.
6521
65222007-01-20 Markus Triska <markus.triska@gmx.at>
6523
6524 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6525
65262007-01-13 Michael Olson <mwolson@gnu.org>
6527
6528 * erc.texi (Modules): Mention capab-identify module.
6529
65302007-01-05 Michael Olson <mwolson@gnu.org>
6531
6532 * erc.texi (Getting Started): Update for /RECONNECT command.
6533
65342007-01-04 Richard Stallman <rms@gnu.org>
6535
6536 * ebrowse.texi: Change C-c b to C-c C-m.
6537
65382007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6539
6540 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6541 variables only in info to avoid redundant entries in the printed
6542 manual.
6543
65442007-01-02 Daiki Ueno <ueno@unixuser.org>
6545
6546 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6547
65482007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6549
6550 * message.texi (Security): Split into sub-nodes.
6551
65522007-01-01 Alan Mackenzie <acm@muc.de>
6553
6554 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6555 eval-after-load in Emacs <=21 and a workaround. Document that
6556 trigraphs are not supported.
6557
65582007-01-01 Alan Mackenzie <acm@muc.de>
6559
6560 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6561 c-context-line-break. When invoked within a string, preserve
6562 whitespace. Add a backslash only when also in a macro.
6563
65642007-01-01 Alan Mackenzie <acm@muc.de>
6565
6566 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6567
65682007-01-01 Alan Mackenzie <acm@muc.de>
6569
6570 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6571 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6572
65732007-01-01 Alan Mackenzie <acm@muc.de>
6574
6575 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6576 "Choosing a Style".
6577
6578 * cc-mode.texi ("Styles"): Add @dfn{style}.
6579
65802006-12-30 Michael Albinus <michael.albinus@gmx.de>
6581
6582 Sync with Tramp 2.0.55.
6583
6584 * trampver.texi: Update release number.
6585
65862006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6587
6588 * gnus.texi (Customizing Articles): Add index entries for all
6589 gnus-treat-* variables.
6590
c8763fb6 65912006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6592
6593 * gnus.texi (IMAP): Fix incorrect explanation of
6594 nnimap-search-uids-not-since-is-evil in documentation for
6595 nnimap-expunge-search-string.
6596
65972006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6598
6599 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6600 spam-ifile-database.
6601
66022006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6603
6604 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6605 rebind C-s.
6606
c8763fb6 66072006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6608
6609 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6610 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6611 "expiring mail".
6612 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6613 nnimap-nov-is-evil.
6614
66152006-12-25 Kevin Ryde <user42@zip.com.au>
6616
6617 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6618 about the key procedure being used heavily.
6619
66202006-12-24 Chong Yidong <cyd@stupidchicken.com>
6621
6622 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6623 to t.
6624 (Prerequisites): Add explanation about gpg-agent.
6625
66262006-12-22 Kevin Ryde <user42@zip.com.au>
6627
6628 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6629 "sort" instead of "sort*".
6630
66312006-12-19 Richard Stallman <rms@gnu.org>
6632
6633 * calc.texi (History and Acknowledgements): Recognize that Emacs
6634 now does have floating point.
6635
66362006-12-19 Michael Albinus <michael.albinus@gmx.de>
6637
6638 * tramp.texi (External transfer methods): Describe new method `scpc'.
6639
66402006-12-17 Sascha Wilde <wilde@sha-bang.de>
6641
6642 * pgg.texi: Added short note on gpg-agent to the introduction.
6643
66442006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6645
6646 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6647 also applies to Cc.
6648
66492006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6650
6651 * gnus.texi (X-Face): Clarify. Say which programs are required
6652 on Windows.
6653
66542006-12-08 Michael Olson <mwolson@gnu.org>
6655
6656 * erc.texi (Modules): Remove documentation for list module.
6657
c8763fb6 66582006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
6659
6660 * faq.texi (^M in the shell buffer): Ditto.
6661
66622006-11-20 Michael Olson <mwolson@gnu.org>
6663
6664 * erc.texi: Call this the 5.2 stable pre-release of ERC.
6665
66662006-11-17 Carsten Dominik <dominik@science.uva.nl>
6667
6668 * org.texi: Fix typos.
6669 (Agenda commands): Document `C-k'.
6670
66712006-11-16 Eli Zaretskii <eliz@gnu.org>
6672
6673 * url.texi (http/https): Fix a typo in the HTTP URL.
6674
66752006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6676
6677 * ada-mode.texi: Total rewrite.
6678
66792006-11-13 Carsten Dominik <dominik@science.uva.nl>
6680
6681 * org.texi: Minor typo fixes.
6682
66832006-11-13 Bill Wohler <wohler@newt.com>
6684
6685 Release MH-E manual version 8.0.3.
6686
6687 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6688 release 8.0.3.
6689
6690 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6691 to set MAILDIR.
6692 (Reading Mail): Document the customization of read-mail-command
6693 for MH-E.
6694 (Viewing Attachments): Document mm-discouraged-alternatives.
6695 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6696 (Junk): Add more information about the settings of mh-junk-background
6697 in a program. Add /usr/bin/mh to PATH in examples.
6698
66992006-11-12 Richard Stallman <rms@gnu.org>
6700
6701 * woman.texi: Update author address but say he no longer maintains it.
6702
67032006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6704
6705 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6706 archived trees.
6707 (Checkboxes): Section moved to chapter 5, and extended.
6708 (The date/time prompt): New section.
6709 (Link abbreviations): New section.
6710 (Presentation and sorting): New section.
6711 (Custom agenda views): Section completely rewritten.
6712 (Summary): Compare with Planner.
6713 (Feedback): More info about creating backtraces.
6714 (Plain lists): Modified example.
6715 (Breaking down tasks): New section.
6716 (Custom time format): New section.
6717 (Time stamps): Document inactive timestamps.
6718 (Setting tags): More details about fast tag selection.
6719 (Block agenda): New section.
6720 (Custom agenda views): Section rewritten.
6721 (Block agenda): New section.
6722
67232006-11-07 Michael Albinus <michael.albinus@gmx.de>
6724
6725 * tramp.texi (Configuration): scp is the default method.
6726 (Default Method): Use ssh as example for another method.
6727
67282006-10-27 Richard Stallman <rms@gnu.org>
6729
6730 * woman.texi: Downcase nroff/troff/roff.
6731 (Installation): Chapter deleted. Some xrefs deleted.
6732 (Background): woman doesn't advise man ;-).
6733
c8763fb6 67342006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6735
6736 * ada-mode.texi (Project files, Identifier completion)
6737 (Automatic Casing, Debugging, Using non-standard file names)
6738 (Working Remotely): Fix typos.
6739
67402006-10-20 Masatake YAMATO <jet@gyve.org>
6741
0c7efc08 6742 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
6743 sample code `my-c-initialization-hook'.
6744
67452006-10-19 Stuart D. Herring <herring@lanl.gov>
6746
6747 * widget.texi: Fix typos.
6748
67492006-10-19 Michael Albinus <michael.albinus@gmx.de>
6750
6751 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6752 "???". There have been no complaints for years, so the information
6753 must be appropriate.
6754
67552006-10-16 Richard Stallman <rms@gnu.org>
6756
6757 * widget.texi: Use @var instead of capitalization.
6758 Clarify many widget type descriptions.
6759
67602006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6761
6762 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6763 gnus-dired-attach.
6764 (Selecting a Group): Fix typo.
6765
c8763fb6 67662006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6767
6768 * widget.texi: Fix typos.
6769
67702006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
6771
6772 * gnus.texi (Image Enhancements): Update for Emacs 22.
6773
6774 * gnus-faq.texi ([1.3]): Update.
6775
67762006-10-06 Richard Stallman <rms@gnu.org>
6777
6778 * faq.texi (Displaying the current line or column):
6779 Delete "As of Emacs 20".
6780
67812006-10-06 Romain Francoise <romain@orebokech.com>
6782
6783 * faq.texi (VM): VM works with Emacs 22 too.
6784
67852006-10-06 Richard Stallman <rms@gnu.org>
6786
6787 * ebrowse.texi: Remove Emacs version "21" from title.
6788
67892006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
6790
6791 * gnus.texi (Foreign Groups): Say where change of editing commands are
6792 stored. Add reference to `gnus-parameters'.
6793
67942006-09-15 Jay Belanger <belanger@truman.edu>
6795
6796 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6797 Change "Library Public License" to "Lesser Public License"
6798 throughout. Use "yyyy" to represent year.
6799
68002006-09-15 Carsten Dominik <dominik@science.uva.nl>
6801
6802 * org.texi (Setting tags): Typo fix.
6803
68042006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
6805
6806 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6807
68082006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6809
6810 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6811
68122006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6813
6814 * faq.texi (Escape sequences in shell output): EMACS is now set
6815 to Emacs's absolute file name, not to "t".
6816 (^M in the shell buffer): Likewise.
6817 * misc.texi (Interactive Shell): Likewise.
6818
68192006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6820
6821 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6822 mails with pop3-leave-mail-on-server. Fix wording.
6823 (Limiting): Improve gnus-summary-limit-to-articles.
6824 (X-Face): Fix typo.
6825
68262006-09-11 Simon Josefsson <jas@extundo.com>
6827
6828 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6829 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6830
68312006-09-06 Simon Josefsson <jas@extundo.com>
6832
6833 * smtpmail.texi (Authentication): Mention SSL.
6834
68352006-09-01 Eli Zaretskii <eliz@gnu.org>
6836
6837 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6838 Don't use @indicateurl.
6839
6840 * cc-mode.texi (Subword Movement): Don't use @headitem.
6841 (Custom Braces, Clean-ups): Don't use @tie.
6842
68432006-08-29 Michael Albinus <michael.albinus@gmx.de>
6844
6845 Sync with Tramp 2.0.54.
6846
6847 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6848 Suggested by Adrian Phillips <a.phillips@met.no>.
6849
68502006-08-15 Carsten Dominik <dominik@science.uva.nl>
6851
6852 * org.texi (Installation, Activation): Split from Installation and
6853 Activation.
6854 (Clocking work time): Documented new features.
6855
68562006-08-13 Alex Schroeder <alex@gnu.org>
6857
6858 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6859 example.
6860
68612006-08-12 Eli Zaretskii <eliz@gnu.org>
6862
6863 * faq.texi (How to add fonts): New node.
6864
68652006-08-05 Romain Francoise <romain@orebokech.com>
6866
6867 * faq.texi (New in Emacs 22): Expand.
6868
68692006-08-03 Michael Olson <mwolson@gnu.org>
6870
6871 * erc.texi: Update for ERC 5.1.4.
6872
68732006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6874
6875 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6876 in .../site-lisp/gnus/ by default.
6877 [ From gnus-news.texi in the trunk. ]
6878
68792006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6880
6881 * gnus.texi (MIME Commands): Additions for yEnc.
6882
68832006-07-24 Richard Stallman <rms@gnu.org>
6884
6885 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6886 * faq.texi: Move periods and commas inside quotes.
6887
68882006-07-20 Jay Belanger <belanger@truman.edu>
6889
6890 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6891
68922006-07-18 Chong Yidong <cyd@stupidchicken.com>
6893
6894 * faq.texi (Security risks with Emacs): Document Emacs 22
6895 file-local-variable mechanism.
6896
68972006-07-12 Michael Olson <mwolson@gnu.org>
6898
6899 * erc.texi: Update for ERC 5.1.3.
6900
69012006-07-12 Alex Schroeder <alex@gnu.org>
6902
6903 * rcirc.texi: Fix typos.
6904 (Getting started with rcirc): New calling convention for M-x irc.
6905 Mention #rcirc. Removed channel tracking.
0c7efc08 6906 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6907 recently, eg. rcirc-server to rcirc-default-server. Added
6908 documentation for rcirc-authinfo, some background for Bitlbee, and
6909 rcirc-track-minor-mode.
0c7efc08 6910 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6911 Scrolling.
0c7efc08 6912 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6913 to match code changes.
6914
69152006-07-10 Nick Roberts <nickrob@snap.net.nz>
6916
6917 * gnus.texi, message.texi: Fix typos.
6918
69192006-07-07 Carsten Dominik <dominik@science.uva.nl>
6920
6921 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6922 commands.
6923 (Global TODO list): Document the use of the variables
6924 `org-agenda-todo-ignore-scheduled' and
6925 `org-agenda-todo-list-sublevels'.
6926
69272006-07-05 Richard Stallman <rms@gnu.org>
6928
6929 * faq.texi (Scrolling only one line): Fix xref.
6930
69312006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6932
6933 * faq.texi (Evaluating Emacs Lisp code):
6934 Throughout, replace eval-current-buffer with eval-buffer.
6935
69362006-07-03 Richard Stallman <rms@gnu.org>
6937
6938 * rcirc.texi (Scrolling conservatively): Fix xref.
6939
6940 * pcl-cvs.texi (Viewing differences): Usage fix.
6941
69422006-07-03 Carsten Dominik <dominik@science.uva.nl>
6943
6944 * org.texi (Agenda commands): Document `s' key to save all org-mode
6945 buffers.
6946
69472006-06-30 Ralf Angeli <angeli@caeruleus.net>
6948
6949 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6950 names. Mention `cvs-msg' face.
6951
69522006-06-29 Carsten Dominik <dominik@science.uva.nl>
6953
6954 * org.texi (Checkboxes): New section.
6955
69562006-06-28 Carsten Dominik <dominik@science.uva.nl>
6957
6958 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6959 throughout this chapter.
6960
69612006-06-27 Chong Yidong <cyd@stupidchicken.com>
6962
6963 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6964 text for standalone vs Emacs info.
6965 (Help): Clarify header line description. Use mouse-1 for clicks.
6966 (Help-P): Use mouse-1 for clicks.
6967 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6968 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6969 (Choose menu subtopic): Remove gratuitous Emacs command names.
6970 (Help-FOO): Put usual behavior first.
6971 (Help-Xref): Clicking on xrefs works in Emacs.
6972 (Search Text): Clarify what the default behavior is.
6973 (Create Info buffer): Fix Emacs window/X window confusion.
6974 (Emacs Info Variables): Fix for new Emacs init file behavior.
6975
69762006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6977
6978 * gnus.texi (Summary Buffer Lines): Fix typo.
6979
69802006-06-23 Carsten Dominik <dominik@science.uva.nl>
6981
6982 * org.texi (Embedded LaTeX): New chapter.
6983 (Archiving): Section rewritten.
6984 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6985
69862006-06-20 Bill Wohler <wohler@newt.com>
6987
6988 Release MH-E manual version 8.0.1.
6989
6990 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6991 release 8.0.1.
6992 (Preface): Depend on GNU mailutils 1.0 and higher.
6993
69942006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6995
6996 * message.texi (News Headers): Update message-syntax-checks section.
6997
69982006-06-19 Karl Berry <karl@gnu.org>
6999
7000 * info.texi (Advanced): Mention C-q, especially with ?.
7001
70022006-06-19 Carsten Dominik <dominik@science.uva.nl>
7003
7004 * org.texi (Publishing links): Document the `:link-validation-function'
7005 property.
7006 (Extensions and Hacking): New chapter, includes some sections of the
7007 "Miscellaneous" chapter.
7008
70092006-06-10 Carsten Dominik <dominik@science.uva.nl>
7010
7011 * org.texi (Progress logging): New section.
7012
2de53ca6
GM
70132006-06-06 Carsten Dominik <dominik@science.uva.nl>
7014
7015 * org.texi (ASCII export): Document indentation adaptation.
7016 (Setting tags): Document mutually-exclusive tags.
7017
70182006-06-05 Romain Francoise <romain@orebokech.com>
7019
7020 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
7021 Fix typo.
7022
7023 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
7024 channel (#gnus@irc.freenode.net).
7025 Fix typos. Update copyright notice.
7026
7027 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
7028 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
7029 (Line-Up Functions, Custom Macros):
7030 * ediff.texi (Window and Frame Configuration)
dccb744b 7031 (Highlighting Difference Regions):
2de53ca6
GM
7032 * emacs-mime.texi (Display Customization):
7033 * erc.texi (History):
7034 * eshell.texi (Known problems):
7035 * eudc.texi (Overview, BBDB):
7036 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
7037 (The problem of spam, SpamOracle, Extending the Spam package)
7038 (Conformity, Terminology):
dccb744b 7039 * idlwave.texi (Routine Info)
2de53ca6
GM
7040 (Class and Keyword Inheritance, Padding Operators)
7041 (Breakpoints and Stepping, Electric Debug Mode)
7042 (Examining Variables, Troubleshooting):
7043 * org.texi (Creating timestamps):
7044 * reftex.texi (Commands, Options, Changes):
7045 * tramp.texi (Inline methods, Password caching)
7046 (Auto-save and Backup, Issues):
7047 * vip.texi (Files, Commands in Insert Mode):
7048 * viper.texi (Emacs Preliminaries, States in Viper)
7049 (Packages that Change Keymaps, Viper Specials, Groundwork):
7050 Fix various typos.
7051
70522006-05-31 Michael Ernst <mernst@alum.mit.edu>
7053
7054 * ediff.texi: Fix typos.
7055
70562006-05-30 Carsten Dominik <dominik@science.uva.nl>
7057
7058 * org.texi: Small typo fixes.
7059
fff84c22
JB
70602006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7061
7062 * viper.texi (Viper Specials):
7063 * gnus.texi (Example Setup):
7064 * faq.texi (Backspace invokes help):
7065 * dired-x.texi (Optional Installation Dired Jump):
7066 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
7067 follow coding conventions.
7068
2de53ca6
GM
70692006-05-29 Michael Albinus <michael.albinus@gmx.de>
7070
7071 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
7072
70732006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7074
7075 * pcl-cvs.texi: Fix typos.
7076 (Customization): Say "us".
7077
70782006-05-26 Eli Zaretskii <eliz@gnu.org>
7079
7080 * org.texi: Remove bogus @setfilename.
7081
70822006-05-26 Carsten Dominik <dominik@science.uva.nl>
7083
7084 * org.texi (ASCII export): Omit command name.
7085 (HTML export): Add prefix to all lines in Local Variable example.
7086 (Acknowledgments): Typeset names in italics.
7087
70882006-05-24 Carsten Dominik <dominik@science.uva.nl>
7089
7090 * org.texi (Plain lists): Add new item navigation commands.
7091 (External links): Document elisp and info links.
7092 (Custom searches): New section.
7093 (Publishing): New chapter.
7094 (HTML export): Include a list of supported CSS classes.
7095 (Setting tags): Describe the fast-tag-setting interface.
7096
70972006-05-20 Luc Teirlinck <teirllm@auburn.edu>
7098
7099 * dired-x.texi: ifinfo -> ifnottex.
7100
71012006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
7102
7103 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
7104
71052006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
7106
7107 * message.texi (Interface): Add tool bar customization.
7108 (MIME): Index and text additions for mml-attach.
7109 (MIME): Describe mml-dnd-protocol-alist and
7110 mml-dnd-attach-options.
7111
7112 * gnus.texi (Oort Gnus): Reorder entries in sections.
7113 Fix some entries.
7114 (Starting Up): Add references to "Emacs for Heathens" and to
7115 "Finding the News". Add user-full-name and user-mail-address.
7116 (Group Buffer Format): Add tool bar customization and update.
7117 (Summary Buffer): Add tool bar customization.
7118 (Posting Styles): Add message-alternative-emails.
7119
71202006-05-09 Michael Albinus <michael.albinus@gmx.de>
7121
7122 * tramp.texi (Filename completion): Improve wording.
7123
71242006-05-07 Romain Francoise <romain@orebokech.com>
7125
7126 * faq.texi (Using regular expressions): Fix typo.
7127 (Packages that do not come with Emacs): Fix capitalization.
7128 (Replacing text across multiple files): Expand node to explain how
7129 to use `dired-do-query-replace-regexp' in more detail, based on
7130 suggestion by Eric Hanchrow <offby1@blarg.net>.
7131
71322006-05-06 Michael Albinus <michael.albinus@gmx.de>
7133
7134 * tramp.texi (Filename completion): Completion of remote files'
7135 method, user name and host name is active only in partial
7136 completion mode.
7137
71382006-05-06 Bill Wohler <wohler@newt.com>
7139
7140 Release MH-E manual version 8.0.
7141
7142 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7143 release 8.0.
7144
71452006-05-06 Bill Wohler <wohler@newt.com>
7146
7147 * mh-e.texi (MH-BOOK-HOME): Change from
7148 http://www.ics.uci.edu/~mh/book/mh to
7149 http://rand-mh.sourceforge.net/book/mh.
7150 Replace .htm suffix with .html for MH book files.
7151 (Using This Manual): Update key binding for getting relevant
7152 chapter in Info from command key.
7153 (Ranges): Fix itemx.
7154
71552006-05-05 Karl Berry <karl@gnu.org>
7156
7157 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
7158 (\fonttextsize): New user-level command to change text font size.
7159
71602006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
7161
7162 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
7163
71642006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7165
7166 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
7167
71682006-04-24 Bill Wohler <wohler@newt.com>
7169
7170 * mh-e.texi (Getting Started): Make it more explicit that you need
7171 to install MH. Add pointers to current MH implementations.
7172
71732006-04-21 Bill Wohler <wohler@newt.com>
7174
7175 Release MH-E manual version 7.94.
7176
7177 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7178 release 7.94.
7179
71802006-04-21 Carsten Dominik <dominik@science.uva.nl>
7181
7182 * org.texi: Many small fixes.
7183 (Handling links): Rename from "Managing links".
7184
71852006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
7186
7187 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
7188 (Splitting mail using spam-stat): Fix @xref.
7189
71902006-04-20 Chong Yidong <cyd@stupidchicken.com>
7191
7192 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 7193 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
7194
71952006-04-20 Carsten Dominik <dominik@science.uva.nl>
7196
7197 * org.texi (Time stamps): Better explanation of the purpose of
7198 different time stamps.
7199 (Structure editing, Plain lists): More details on how new items
7200 and headings are inserted.
7201
72022006-04-18 Carsten Dominik <dominik@science.uva.nl>
7203
7204 * org.texi (Formula syntax): Fix link to Calc Manual.
7205
72062006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7207
7208 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7209
72102006-04-17 Bill Wohler <wohler@newt.com>
7211
7212 * mh-e.texi (Folders): Update mh-before-quit-hook and
7213 mh-quit-hook example with code that removes the buffers rather
7214 than just bury them.
7215
72162006-04-17 Michael Albinus <michael.albinus@gmx.de>
7217
7218 Sync with Tramp 2.0.53.
7219
72202006-04-13 Carsten Dominik <dominik@science.uva.nl>
7221
7222 * org.texi (Updating settings): New section.
7223 (Visibility cycling): Better names for the startup folding
7224 options.
7225 (Exporting): Completely restructured.
7226 (The very busy C-c C-c key): New section.
7227 (Summary of in-buffer settings): New section.
7228
72292006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7230
7231 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7232
72332006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7234
7235 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7236 (Server Commands): Key `v' is reserved for users.
7237
72382006-04-11 Carsten Dominik <dominik@science.uva.nl>
7239
7240 * org.texi (Link format): New section, emphasis on bracket links.
7241 (External links): Document bracket links.
7242 (FAQ): Expand to cover shell links and the new link format.
7243
72442006-04-09 Kevin Ryde <user42@zip.com.au>
7245
7246 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7247
72482006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7249
7250 * gnus.texi (Summary Buffer Lines): Add `*'.
7251
c8763fb6 72522006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7253
7254 * gnus.texi (Group Parameters):
7255 Mention gnus-permanently-visible-groups.
7256
72572006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7258
7259 * gnus.texi (Face): Fix typo.
7260
72612006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7262
7263 * gnus.texi (X-Face): Clarify.
7264 (Face): Need Emacs with PNG support.
7265
72662006-04-06 Richard Stallman <rms@gnu.org>
7267
7268 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7269 Emacs".
7270
72712006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7272
7273 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7274 blocks not suitable for inclusion with Emacs using variable
7275 PARTOFEMACS.
7276
72772006-04-04 Simon Josefsson <jas@extundo.com>
7278
7279 * gnus.texi (Security): Improve.
7280
72812006-04-02 Bill Wohler <wohler@newt.com>
7282
7283 * mh-e.texi (Getting Started, Junk, Bug Reports)
7284 (MH FAQ and Support): Fix URLs.
7285
72862006-03-31 Romain Francoise <romain@orebokech.com>
7287
7288 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7289 to t, not nil (and has for the past eight years).
7290
72912006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7292
7293 * message.texi, gnus.texi: Bump version to 5.11.
7294
72952006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7296
7297 * gnus.texi (Top): Add comment about version line.
7298
7299 * message.texi (Top): Ditto. Change to take named versions into
7300 account.
7301
73022006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7303
7304 * gnus.texi (Posting Styles): Add x-face-file to example.
7305 (X-Face): Refer to posting styles.
7306
7307 * gnus-faq.texi ([5.8]): Add x-face-file.
7308 ([8.4]): Add links to gmane.emacs.gnus.user and
7309 gmane.emacs.gnus.general.
7310
73112006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7312
7313 * gnus-faq.texi: Use .invalid.
7314 ([5.4]): Fix gnus-posting-styles example.
7315
73162006-03-27 Romain Francoise <romain@orebokech.com>
7317
7318 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7319 Emacs/W3 needs a new maintainer.
7320 (Ispell): Update author and version info.
7321 (Mailcrypt): Mention PGG.
7322 (New in Emacs 22): Add PGG to the list of new packages.
7323 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7324 updating dead URLs.
7325
73262006-03-25 Karl Berry <karl@gnu.org>
7327
7328 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7329 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7330 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7331 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7332 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7333 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7334 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7335 (2) do not indent copyright year list (or anything else).
7336
73372006-03-21 Bill Wohler <wohler@newt.com>
7338
7339 * mh-e.texi (Folders): Various edits.
7340
73412006-03-20 Romain Francoise <romain@orebokech.com>
7342
7343 * gnus.texi (Mail Folders): Grammar fix.
7344
73452006-03-19 Bill Wohler <wohler@newt.com>
7346
7347 * mh-e.texi (Replying): Document Mail-Followup-To.
7348 Change manually-formatted table to multitable. Add debugging info.
7349 Move description of mh-reply-default-reply-to into paragraph
7350 that describes its values.
7351
73522006-03-17 Bill Wohler <wohler@newt.com>
7353
10d1d0af 7354 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
7355 (Sending Mail Tour): Update method of entering
7356 addresses and subject.
7357 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7358 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7359
73602006-03-15 Carsten Dominik <dominik@science.uva.nl>
7361
7362 * org.texi: Version number change only.
7363
73642006-03-14 Bill Wohler <wohler@newt.com>
7365
7366 * mh-e.texi: Add index entries around each paragraph rather than
7367 depend on entries from beginning of node. Doing so ensures that
7368 index entries are less likely to be forgotten if text is cut and
7369 pasted, and are necessary anyway if the references are on a
7370 separate page. It seems that makeinfo is now (v. 4.8) only
7371 producing one index entry per node, so there is no longer any
7372 excuse not to. Use subheading instead of heading. The incorrect
7373 use of heading produced very large fonts in Info--as large as the
7374 main heading.
7375 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7376 versions 6 and 7 appeared *around* the time of these Emacs releases.
7377
73782006-03-13 Carsten Dominik <dominik@science.uva.nl>
7379
7380 * org.texi (Clean view): Document new startup options.
7381
73822006-03-11 Bill Wohler <wohler@newt.com>
7383
7384 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7385 (Composing, Scan Line Formats): Fix @refs.
7386 (Getting Started): Define MH profile and MH profile components.
7387 (Incorporating Mail, Reading Mail, Viewing, Printing)
7388 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7389 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7390 for string constants.
7391 (Tool Bar): Remove spurious quote.
7392 (Junk): Use ``...'' instead of "...".
7393 (Scan Line Formats): Replace @samp with @kbd.
7394
73952006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7396
7397 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7398
73992006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7400
7401 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7402 easy to understand.
7403
74042006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7405
7406 * gnus.texi: Markup fix.
7407 (Fancy Mail Splitting): Specify new feature.
7408
74092006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7410
7411 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7412 partial-words matching.
7413
74142006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7415
7416 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7417
7418 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7419 (MIME Commands): Fix mm-discouraged-alternatives.
7420
74212006-03-07 Carsten Dominik <dominik@science.uva.nl>
7422
7423 * org.texi: Version number change only.
7424
74252006-03-06 Bill Wohler <wohler@newt.com>
7426
7427 * mh-e.texi: Move from SourceForge repository to Savannah.
7428 This is version 7.93, which is a total rewrite from the previous
7429 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7430 version 7.93.
7431
74322006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7433
7434 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7435
74362006-03-01 Carsten Dominik <dominik@science.uva.nl>
7437
7438 * org.texi (Interaction): Add item about `org-mouse.el' by
7439 Piotr Zielinski.
7440 (Managing links): Document that also mouse-1 can be used to
7441 activate a link.
7442 (Headlines, FAQ): Add entry about hiding leading stars.
7443 (Miscellaneous): Resort the sections in this chapter to a more
7444 logical sequence.
7445
74462006-02-27 Simon Josefsson <jas@extundo.com>
7447
7448 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7449 2004-01-27 from the trunk).
7450
74512006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7452
7453 * cc-mode.texi: Rename c-hungry-backspace to
7454 c-hungry-delete-backwards, at the request of RMS. Leave the old
7455 name as an alias.
7456
74572006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7458
7459 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7460 include the function header within the defun.
7461
74622006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7463
7464 * cc-mode.texi: Correct two typos.
7465
74662006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7467
7468 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7469 existing comment.
7470 (Electric Keys): Add a justification for electric indentation.
7471 (Hungry WS Deletion): Clear up the names and complications of the
7472 BACKSPACE and DELETE keys.
7473
74742006-02-23 Juri Linkov <juri@jurta.org>
7475
7476 * faq.texi (Common requests): Move `Turning on auto-fill by
7477 default' after `Wrapping words automatically'. Move `Working with
7478 unprintable characters' before `Searching for/replacing newlines'.
7479 Move `Replacing highlighted text' after `Highlighting a region'.
7480 Merge `Repeating commands' and `Repeating a command as many times
7481 as possible' into the former.
7482 (Packages that do not come with Emacs): Add refs to Gmane and
7483 etc/MORE.STUFF.
7484
74852006-02-23 Juri Linkov <juri@jurta.org>
7486
7487 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7488 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7489 Add xref to `(emacs)Reporting Bugs'.
7490 (Getting a printed manual): Add URL to other formats of the manual.
7491 (Common requests): Fix menu.
7492 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7493 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7494 (Inserting text at the beginning of each line): Add pxref to
7495 `Changing the included text prefix'.
7496 (Forcing the cursor to remain in the same column): Mention `track-eol'
7497 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7498 (Replacing text across multiple files): Add keybinding `Q' for
7499 `dired-do-query-replace'.
7500
75012006-02-22 Carsten Dominik <dominik@science.uva.nl>
7502
7503 * reftex.texi: Version number and date change only.
7504
7505 * org.texi (Internal Links): Rewrite to cover the modified
7506 linking system.
7507
75082006-02-17 Eli Zaretskii <eliz@gnu.org>
7509
7510 * faq.texi: Remove the coding cookie, it's not needed anymore.
7511
75122006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7513
7514 * faq.texi (Colors on a TTY): Mention Mac OS port.
7515
75162006-02-12 Karl Berry <karl@gnu.org>
7517
7518 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7519 8-bit accented a.
7520
75212006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7522
7523 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7524
75252006-02-08 Romain Francoise <romain@orebokech.com>
7526
7527 * faq.texi (Top): Remove paragraph about the FAQ being a
7528 transitional document, etc.
7529 (Searching for/replacing newlines): New node.
7530 (Yanking text in isearch): New node.
7531 (Inserting text at the beginning of each line): Rename and make
7532 more general, mention `M-;' in Message mode.
7533
75342006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7535
7536 * faq.texi (Meta key does not work in xterm)
7537 (Emacs does not display 8-bit characters)
7538 (Inputting eight-bit characters): Update xrefs.
7539
75402006-02-06 Romain Francoise <romain@orebokech.com>
7541
7542 * faq.texi (VM): VM now at version 7.19.
7543 Set myself as maintainer of this file.
7544
75452006-02-04 Michael Olson <mwolson@gnu.org>
7546
7547 * erc.texi (History): Note that ERC is now included with Emacs.
7548
75492006-01-31 Romain Francoise <romain@orebokech.com>
7550
7551 * message.texi (Message Headers): Explain what
7552 `message-alternative-emails' does in more detail.
7553 Update copyright year.
7554
75552006-01-30 Juanma Barranquero <lekktu@gmail.com>
7556
7557 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7558
75592006-01-29 Richard M. Stallman <rms@gnu.org>
7560
7561 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7562
75632006-01-29 Michael Olson <mwolson@gnu.org>
7564
7565 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7566
7567 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7568
7569 * faq.texi (New in Emacs 22): Mention ERC.
7570
75712006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7572
7573 * rcirc.texi: Capitalize dir entry for consistency with the entry
7574 in info/dir and other entries in the Emacs category.
7575 Fix typos. Delete trailing whitespace.
7576
c8763fb6 75772006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
7578
7579 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7580
75812006-01-27 Eli Zaretskii <eliz@gnu.org>
7582
7583 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7584 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7585
7586 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7587 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7588
75892006-01-27 Alex Schroeder <alex@gnu.org>
7590
7591 * rcirc.texi: New file.
7592
75932006-01-23 Juri Linkov <juri@jurta.org>
7594
7595 * widget.texi (User Interface): Add S-TAB for widget-backward.
7596
75972006-01-22 Michael Albinus <michael.albinus@gmx.de>
7598
7599 Sync with Tramp 2.0.52.
7600
7601 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7602 Add Tramp disabling item. New item for common connection problems.
7603 (various): Apply "ftp" as method for the download URL.
7604 (Bug Reports): Refer to FAQ for common problems.
7605
76062006-01-21 Eli Zaretskii <eliz@gnu.org>
7607
7608 * widget.texi (User Interface): Use @key for TAB.
7609
7610 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7611
7612 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7613 for TAB.
7614
7615 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7616
76172006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7618
7619 * gnus.texi: Update copyright.
7620
76212006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7622
7623 * gnus.texi (Article Washing): Additions.
7624
2de53ca6
GM
76252006-01-13 Carsten Dominik <dominik@science.uva.nl>
7626
7627 * org.texi (Agenda commands): Document tags command.
7628
76292006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7630
7631 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7632
76332006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7634
7635 * gnus.texi (RSS): Addition.
7636
76372005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7638
7639 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7640
76412005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7642
7643 * emacs-mime.texi (Display Customization): Add setting example to
7644 mm-discouraged-alternatives.
7645
76462006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7647
7648 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7649 version is the canonical version.
7650
76512006-01-08 Alex Schroeder <alex@gnu.org>
7652
7653 * pgg.texi (Caching passphrase): Rewording.
7654
76552006-01-06 Eli Zaretskii <eliz@gnu.org>
7656
7657 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7658 repository URL.
7659
76602006-01-06 Carsten Dominik <dominik@science.uva.nl>
7661
7662 * org.texi: Removed the accidentally re-added empty line in the
7663 direntry.
7664
76652006-01-05 Carsten Dominik <dominik@science.uva.nl>
7666
7667 * org.texi (Agenda Views): Chapter reorganized.
7668
76692005-12-29 Romain Francoise <romain@orebokech.com>
7670
7671 * faq.texi (Using Customize): New node.
7672
76732005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7674
7675 * org.texi: Remove blank line in @direntry. It is non-standard
7676 and recursively produces blank lines all over the dir file (when
7677 using Texinfo 4.8).
7678
76792005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7680
7681 * widget.texi (atoms): Delete obsolete remark about `file' widget.
7682
76832005-12-20 Carsten Dominik <dominik@science.uva.nl>
7684
7685 * org.texi (Tags): Boolean logic documented.
7686 (Agenda Views): Document custom commands.
7687
76882005-12-20 David Kastrup <dak@gnu.org>
7689
7690 * faq.texi (AUCTeX): Update version and mailing list info.
7691
76922005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7693
7694 * gnus.texi (MIME Commands): Mention addition of
7695 multipart/alternative to gnus-buttonized-mime-types and add xref
7696 to mm-discouraged-alternatives.
7697
7698 * emacs-mime.texi (Display Customization): Mention addition of
7699 "image/.*" and add xref to gnus-buttonized-mime-types in the
7700 mm-discouraged-alternatives section.
7701
77022005-12-16 Carsten Dominik <dominik@science.uva.nl>
7703
7704 * org.texi (Tags): New section.
7705 (Agenda Views): Chapter reorganized.
7706
77072005-12-16 Eli Zaretskii <eliz@gnu.org>
7708
7709 * org.texi (Internal Links): Add a missing comma after an @xref.
7710
77112005-12-14 Chong Yidong <cyd@stupidchicken.com>
7712
7713 * faq.texi (Filling paragraphs with a single space): No need to
7714 change sentence-end now.
7715
77162005-12-13 Romain Francoise <romain@orebokech.com>
7717
7718 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7719
77202005-12-12 Jay Belanger <belanger@truman.edu>
7721
7722 * faq.texi (Calc): Update version number.
7723
77242005-12-12 Carsten Dominik <dominik@science.uva.nl>
7725
7726 * org.texi (Progress Logging): New section.
7727
77282005-12-10 Romain Francoise <romain@orebokech.com>
7729
7730 Update the Emacs FAQ for the 22.1 release.
7731
7732 * faq.texi: Set VER to `22.1'.
7733 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
7734 Tutorial. Mention that `C-h r' displays the manual.
7735 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
7736 (Getting a printed manual): Point to the new locations of the
7737 manuals on the GNU Web site.
7738 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7739 available via Info (it was previously distributed separately).
7740 (Installing Texinfo documentation): The latest version of Texinfo
7741 is 4.8, not 4.0.
7742 (Informational files for Emacs): COPYING is the GNU General Public
7743 License, not the Emacs General Public License.
7744 (Informational files for Emacs): Delete obsolete link to the
7745 GNUinfo pages as they have been removed from the GNU Web site.
7746 (New in Emacs 22): New node.
7747 (Setting up a customization file): Say that most packages support
7748 Customize nowadays.
7749 (Colors on a TTY): Delete reference to instructions on how to
7750 enable syntax highlighting, it is now enabled by default.
7751 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7752 at startup automatically.
7753 (Controlling case sensitivity): Mention `M-c' in isearch.
7754 (Using an already running Emacs process): Emacs now creates the
7755 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7756 gnuserv. As emacsclient can now run Lisp code as well, delete a
7757 sentence praising gnuserv for that. Simplify description of how
7758 the client/server operation works.
7759 (Compiler error messages): Delete obsolete text (compile.el has
7760 been rewritten).
7761 (Indenting switch statements): Fix typo.
7762 (Matching parentheses): Simplify setup instructions, mention the
7763 menu bar item in the Options menu.
7764 (Repeating a command as many times as possible): Mention `C-x e'.
7765 (Going to a line by number): Mention new keymap and bindings
7766 `M-g M-g', `M-g M-p' and `M-g M-n'.
7767 (Turning on syntax highlighting): Now on by default. Simplify.
7768 (Replacing highlighted text): Use `1', not `t'.
7769 (Problems with very large files): The maximum size is now 256MB on
7770 32-bit machines.
7771 (^M in the shell buffer): Mention `comint-process-echoes'.
7772 (Emacs for Apple computers): Emacs 22 has native support for Mac
7773 OS X.
7774 (Translating names to IP addresses): Delete node.
7775 (Binding keys to commands): Fix typo.
7776 (SPC no longer completes file names): New node.
7777 (MIME with Emacs mail packages): Delete section about the Emacs
7778 MIME FAQ (it's not reachable anymore).
7779
77802005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7781
7782 * cc-mode.texi: The manual has been extensively revised: the
7783 information about using CC Mode has been separated from the larger
7784 and more difficult chapters about configuration. It has been
7785 updated for CC Mode 5.31.
7786
77872005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7788
7789 * pgg.texi (User Commands): Fix description of pgg-verify-region.
7790 (Selecting an implementation): Fix descriptions.
7791
77922005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7793
7794 * message.texi (Various Message Variables): Addition.
7795
77962005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7797
7798 * message.texi: Fix default values.
7799
78002005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7801
7802 * message.texi (Header Commands): Clarify descriptions of
7803 message-cross-post-followup-to, message-reduce-to-to-cc, and
7804 message-insert-wide-reply.
7805 (Various Commands): Fix kindex for message-kill-to-signature;
7806 clarify description of message-tab.
7807
78082005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7809
7810 * message.texi (Mailing Lists): Fix description about MFT.
7811
7812 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7813
78142005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7815
7816 * gnus.texi (Slow Terminal Connection): Replace old description
7817 with new one.
7818
78192005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7820
7821 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7822 replace X-Draft-Headers with X-Draft-From.
7823
78242005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7825
7826 * gnus.texi (Various Various): Fix the default value of
7827 nnheader-max-head-length.
7828 (Gnus Versions): Fix typo.
7829
78302005-12-08 Carsten Dominik <dominik@science.uva.nl>
7831
7832 * org.texi (Structure editing): Document new functionality of
7833 M-RET.
7834
78352005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7836
7837 * org.texi (Internal Links): Fix Texinfo usage.
7838
78392005-12-06 Carsten Dominik <dominik@science.uva.nl>
7840
7841 * org.texi (TODO basics): Document the global todo list.
7842 (TODO items): Documents sparse tree for specific TODO
7843 keywords.
7844
78452005-11-30 Carsten Dominik <dominik@science.uva.nl>
7846
7847 * org.texi (Plain Lists): Typos fixed.
7848
78492005-11-28 Jay Belanger <belanger@truman.edu>
7850
7851 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7852
78532005-11-24 Carsten Dominik <dominik@science.uva.nl>
7854
7855 * org.texi (Structure editing): New item moving commands added.
7856 (Plain Lists): New section.
7857
78582005-11-18 Carsten Dominik <dominik@science.uva.nl>
7859
7860 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7861 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7862 `org-agenda-file-to-front'.
2de53ca6
GM
7863 (Built-in table editor): Document `org-table-sort-lines'.
7864 (HTML formatting): Export of hand-formatted lists.
7865
78662005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7867
7868 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7869 new variable gnus-toolbar-thickness.
7870
78712005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7872
7873 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7874
78752005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7876
7877 * gnus.texi (X-Face): Fix description.
7878 (XVarious): Remove gnus-xmas-logo-color-alist and
7879 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7880
78812005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7882
7883 * gnus.texi (Group Parameters): Mention new variable
7884 gnus-parameters-case-fold-search.
7885 (Home Score File): Addition.
7886
78872005-11-04 Ulf Jasper <ulf.jasper@web.de>
7888
7889 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7890 (Overview): List supported feed types.
7891 (Installation): No installation necessary when using autoload.
7892 (Configuration): Rename "RSS" to "news".
7893
78942005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7895
7896 * pgg.texi (User Commands): Document additional passphrase
7897 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7898 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7899
79002005-11-04 Carsten Dominik <dominik@science.uva.nl>
7901
7902 * org.texi: Version number changed to 3.19.
7903
79042005-10-29 Sascha Wilde <wilde@sha-bang.de>
7905
7906 * pgg.texi (How to use): Update the example to add autoload of
7907 pgg-encrypt-symmetric-region.
7908 (User Commands): Document pgg-encrypt-symmetric-region.
7909 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7910
79112005-10-27 Jay Belanger <belanger@truman.edu>
7912
7913 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7914 mention other TeX-related units.
7915
79162005-10-23 Lars Hansen <larsh@soem.dk>
7917
0c7efc08
SM
7918 * dired-x.texi (Miscellaneous Commands):
7919 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7920 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7921
79222005-10-23 Jay Belanger <belanger@truman.edu>
7923
7924 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7925 constant.
7926
79272005-10-23 Michael Albinus <michael.albinus@gmx.de>
7928
0c7efc08
SM
7929 * faq.texi (Bugs and problems):
7930 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7931 `directory-listing-before-filename-regexp'.
7932
79332005-10-22 Eli Zaretskii <eliz@gnu.org>
7934
7935 * newsticker.texi (UPDATED): Set value.
7936
79372005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7938
7939 * gnus.texi (Document Groups): Remove duplicate item.
7940
79412005-10-21 Carsten Dominik <dominik@science.uva.nl>
7942
7943 * org.texi (Summary): Mention iCalendar support.
7944 (Exporting): Document iCalendar support.
7945
79462005-10-18 Romain Francoise <romain@orebokech.com>
7947
7948 * viper.texi (Viper Specials): Capitalize GNU.
7949
79502005-10-17 Juri Linkov <juri@jurta.org>
7951
7952 * info.texi (Getting Started, Search Index, Expert Info):
7953 Fix wording.
7954 (Search Text): Replace `echo area' with `mode line'.
7955 (Search Index): Both `i' and `,' find all index entries.
7956 Replace example `C-f' with `C-l' (which exists in index of Info
7957 manual) and delete spaces in its keyboard input sequence.
7958 Delete unnecessary explanations about literal characters.
7959
79602005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7961
7962 * gnus.texi (Document Server Internals): Addition.
7963
79642005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7965
7966 * gnus.texi (A note on namespaces): Fix RFC reference.
7967
79682005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7969
7970 * gnus.texi (RSS): Fix key description.
7971
79722005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7973
7974 * gnus.texi: Emacs/w3 -> Emacs/W3.
7975 (Browsing the Web): Fix description.
7976 (Web Searches): Ditto.
7977 (Customizing W3): Ditto.
7978
79792005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7980
7981 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7982
79832005-10-11 Jay Belanger <belanger@truman.edu>
7984
7985 * calc.texi (Integration): Mention using `a i' to compute definite
7986 integrals.
7987
79882005-10-11 Juri Linkov <juri@jurta.org>
7989
7990 * info.texi: Rearrange nodes.
7991 (Top): Update menu. Change ref `Info for Experts' to
7992 `Advanced Info Commands'.
7993 (Getting Started): Fix description of manual's parts.
7994 (Help-Int): Change xref `Info Search' to `Search Index', and
7995 `Expert Info' to `Advanced'.
7996 (Advanced): Move node one level up.
7997 (Search Text, Search Index): New nodes split out from `Info Search'.
7998 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7999 split out from `Advanced'.
8000 (Advanced, Emacs Info Variables): De-document editing an Info file
8001 in Info.
8002 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
8003 (Creating an Info File): Delete node and move its text to
8004 `Expert Info'.
8005
80062005-10-10 Carsten Dominik <dominik@science.uva.nl>
8007
8008 * org.texi (Workflow states): Documented that change in keywords
8009 becomes active only after restart of Emacs.
8010
80112005-10-08 Michael Albinus <michael.albinus@gmx.de>
8012
8013 Sync with Tramp 2.0.51.
8014
80152005-10-08 Nick Roberts <nickrob@snap.net.nz>
8016
8017 * speedbar.texi (Introduction): Describe new location of speedbar
8018 on menubar.
8019 (Basic Key Bindings): Remove descriptions of bindings that have
8020 been removed.
8021
80222005-10-05 Nick Roberts <nickrob@snap.net.nz>
8023
8024 * speedbar.texi (GDB): Describe use of watch expressions.
8025
80262005-09-28 Simon Josefsson <jas@extundo.com>
8027
8028 * message.texi (IDNA): Fix.
8029
80302005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8031
8032 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
8033 nntp-server-hook, and nntp-warn-about-losing-connection; fix
8034 description of nntp-open-connection-function.
8035 (Common Variables): Fix descriptions.
8036
80372005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
8038
8039 * gnus.texi (Server Buffer Format): Document the %a format spec.
8040
80412005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
8042
8043 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
8044
80452005-09-23 Carsten Dominik <dominik@science.uva.nl>
8046
8047 * org.texi Version 3.16.
8048
80492005-09-19 Miles Bader <miles@gnu.org>
8050
8051 * newsticker.texi: Get rid of CVS keywords.
8052
80532005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
8054
8055 * gnus.texi (Finding the Parent): Fix description of how Gnus
8056 finds article.
8057
80582005-09-14 Jari Aalto <jari.aalto@cante.net>
8059
8060 * gnus.texi (Advanced Scoring Examples): New examples to teach how
8061 to drop off non-answered articles.
8062
80632005-09-19 Juanma Barranquero <lekktu@gmail.com>
8064
8065 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
8066 braces (which are unsupported by NMAKE) for macro `srcdir'.
8067
80682005-09-17 Eli Zaretskii <eliz@gnu.org>
8069
8070 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
8071 (../info/newsticker, newsticker.dvi): New targets.
8072
80732005-09-17 Ulf Jasper <ulf.jasper@web.de>
8074
8075 * newsticker.texi: Replace @command with @code. Replace @example
8076 with @lisp.
0c7efc08
SM
8077 (Top): Add explanations to menu items.
8078 (GNU Free Documentation License): Remove.
2de53ca6
GM
8079
80802005-09-16 Romain Francoise <romain@orebokech.com>
8081
8082 Update all files to specify GFDL version 1.2.
8083
8084 * doclicense.texi (GNU Free Documentation License): Update to
8085 version 1.2.
8086
80872005-09-15 Richard M. Stallman <rms@gnu.org>
8088
8089 * newsticker.texi: Fix @setfilename.
8090
8091 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
8092 (../info/newsticker, newsticker.dvi): New targets.
8093
80942005-08-30 Carsten Dominik <dominik@science.uva.nl>
8095
8096 * org.texi: Version 3.15.
8097
80982005-08-29 Luc Teirlinck <teirllm@auburn.edu>
8099
8100 * ses.texi: Combine all three indices into one.
8101 Correct a few typos.
8102
81032005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
8104
8105 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
8106
81072005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8108
8109 * emacs-mime.texi (Handles): Remove duplicate item.
8110 (Encoding Customization): Fix the default value for
8111 mm-coding-system-priorities.
8112 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
8113 (Basic Functions): Fix reference.
8114
81152005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8116
8117 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
8118
81192005-08-18 Richard M. Stallman <rms@gnu.org>
8120
8121 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
8122 and web site.
8123
8124 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
8125 not keyboard-translate.
8126
81272005-08-11 Richard M. Stallman <rms@gnu.org>
8128
8129 * faq.texi (Using regular expressions): Fix xref.
8130
81312005-08-09 Juri Linkov <juri@jurta.org>
8132
8133 * info.texi (Help-P): Replace `Prev' with `Previous'.
8134 (Help-M, Help-Xref): Add S-TAB.
8135 (Help-FOO): Update `u' command.
8136 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
8137 Update info about visibility of xref parts.
8138 (Help-Int): Fix `m' command. Rename `Info-last' to
8139 `Info-history-back'. Add `Info-history-forward'.
8140 (Advanced): Fix `g*' and `M-n' commands.
8141 (Info Search): Add `index-apropos' in stand-alone browser.
8142 Add isearch commands.
8143 (Emacs Info Variables): Remove `Info-fontify'.
8144 Add `Info-mode-hook'. Update face names.
8145 Add `Info-fontify-maximum-menu-size',
8146 `Info-fontify-visited-nodes', `Info-isearch-search'.
8147
81482005-08-07 Michael Albinus <michael.albinus@gmx.de>
8149
8150 Sync with Tramp 2.0.50.
8151
8152 * tramp.texi: Use @option{} consequently for method names.
8153 (Inline methods, External transfer methods): Remove references to
8154 Cygwin.
8155 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
8156 implementation.
8157
81582005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8159
8160 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
8161 Mention that gnus-init-file is not read when Emacs is invoked with
8162 --no-init-file or -q.
8163
81642005-07-19 Carsten Dominik <dominik@science.uva.nl>
8165
8166 * org.texi: Version 3.14.
8167
81682005-07-04 Carsten Dominik <dominik@science.uva.nl>
8169
8170 * org.texi: Version 3.13.
8171
81722005-07-18 Juri Linkov <juri@jurta.org>
8173
8174 * calc.texi (Time Zones, Logical Operations):
8175 * cl.texi (Overview):
8176 * org.texi (TODO types):
8177 * sc.texi (Emacs 18 MUAs):
8178 * speedbar.texi (Top):
8179 * url.texi (History):
8180 Delete duplicate duplicate words.
8181
ce058493 81822005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
8183
8184 * cl.texi (Type Predicates): Document `atom' type.
8185
81862005-07-04 Lute Kamstra <lute@gnu.org>
8187
8188 Update FSF's address in GPL notices.
8189
8190 * calc.texi (Copying):
8191 * doclicense.texi (GNU Free Documentation License):
8192 * faq.texi (Contacting the FSF):
8193 * mh-e.texi (Copying): Update FSF's address.
8194
81952005-07-03 Richard M. Stallman <rms@gnu.org>
8196
8197 * flymake.texi (Example -- Configuring a tool called directly):
8198 Update name of flymake-build-relative-filename.
8199
82002005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8201
8202 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8203
82042005-06-29 Carsten Dominik <dominik@science.uva.nl>
8205
8206 * org.texi: Version 3.12.
8207
82082005-06-24 Eli Zaretskii <eliz@gnu.org>
8209
8210 * makefile.w32-in (MAKEINFO): Use --force.
8211 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8212 Makefile.in.
8213 (gnus.dvi): Use "..." to quote Sed args, so that it works with
8214 more shells.
8215
82162005-06-23 Richard M. Stallman <rms@gnu.org>
8217
8218 * speedbar.texi (Creating a display): Texinfo usage fixes.
8219
8220 * tramp.texi (Customizing Completion, Auto-save and Backup):
8221 Texinfo usage fixes.
8222
82232005-06-23 Juanma Barranquero <lekktu@gmail.com>
8224
8225 * dired-x.texi (Miscellaneous Commands):
8226 * ediff.texi (Miscellaneous):
8227 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8228 (Agent Variables):
8229 * info.texi (Help-Xref):
8230 * message.texi (Message Headers):
8231 * org.texi (Remember):
8232 * reftex.texi (Options (Defining Label Environments)):
8233 (Options (Index Support)):
8234 (Options (Viewing Cross-References)):
8235 (Options (Misc)):
8236 (Changes):
8237 * speedbar.texi (Creating a display):
8238 * tramp.texi (Customizing Completion, Auto-save and Backup):
8239 Texinfo usage fix.
8240
82412005-06-13 Carsten Dominik <dominik@science.uva.nl>
8242
8243 * org.texi: Version 3.11.
8244
82452005-06-12 Jay Belanger <belanger@truman.edu>
8246
8247 * calc.texi (Getting Started): Remove extra menu item.
8248
82492005-05-31 Jay Belanger <belanger@truman.edu>
8250
8251 * calc.texi (Notations Used in This Manual): Use @kbd for key
8252 sequence.
8253 (Demonstration of Calc): Mention another way of starting Calc.
8254 (Starting Calc): Mention long name of M-#.
8255 (Embedded Mode Overview): Remove unnecessary instruction.
8256 (Other M-# commands): Rephrase `M-# 0' explanation.
8257 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8258 reflect current behavior.
8259
82602005-05-30 Jay Belanger <belanger@truman.edu>
8261
8262 * calc.texi (Hooks): Change description of calc-window-hook and
8263 calc-trail-window-hook to match usage.
8264 (Computational Functions): Add more constant-generating functions.
8265 (Customizable Variables): Use defvar.
8266
82672005-05-28 Jay Belanger <belanger@truman.edu>
8268
8269 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8270 (Basic Embedded Mode): Explain behavior of arguments to
8271 calc-embedded-mode.
8272
82732005-05-27 Jay Belanger <belanger@truman.edu>
8274
8275 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8276 current behavior.
8277
82782005-05-25 Jay Belanger <belanger@truman.edu>
8279
8280 * calc.texi: Change Calc version number throughout.
8281 (Keypad Mode): Change location in info output.
8282 (Keypad mode overview): Move picture of keypad.
8283
82842005-05-21 Jay Belanger <belanger@truman.edu>
8285
8286 * calc.texi (Storing variables): Mention that only most variables
8287 are void to begin with.
8288
82892005-05-21 Kevin Ryde <user42@zip.com.au>
8290
8291 * widget.texi (Basic Types): Update cross ref from "Enabling
8292 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8293 lispref/text.texi change.
8294
82952005-05-20 Carsten Dominik <dominik@science.uva.nl>
8296
8297 * org.texi: Version 3.09.
8298
82992005-05-18 Carsten Dominik <dominik@science.uva.nl>
8300
8301 * reftex.texi: Version 4.28.
8302
83032005-05-16 Jay Belanger <belanger@truman.edu>
8304
8305 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8306
83072005-05-14 Jay Belanger <belanger@truman.edu>
8308
8309 * calc.texi (Default Simplifications): Insert missing ! (logical
8310 not operator).
8311
83122005-05-14 Michael Albinus <michael.albinus@gmx.de>
8313
8314 Sync with Tramp 2.0.49.
8315
83162005-05-10 Jay Belanger <belanger@truman.edu>
8317
8318 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8319 to 1.
8320
83212005-04-29 Carsten Dominik <dominik@science.uva.nl>
8322
8323 * org.texi: Version 3.08, structure reorganized.
8324
83252005-04-24 Richard M. Stallman <rms@gnu.org>
8326
8327 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8328
83292005-04-15 Carsten Dominik <dominik@science.uva.nl>
8330
8331 * org.texi: Update to version 3.06.
8332
83332005-04-13 Lute Kamstra <lute@gnu.org>
8334
8335 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8336
83372005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8338
8339 * cl.texi (Porting Common Lisp): Fix typo.
8340
83412005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8342
8343 * gnus.texi (RSS): Addition.
8344
83452005-04-04 Jay Belanger <belanger@truman.edu>
8346
8347 * calc.texi: Change Calc version number.
8348 (Customizable variables): Fix description of calc-language-alist.
8349 (Copying): Put in version 2 of GPL.
8350
83512005-04-01 Jay Belanger <belanger@truman.edu>
8352
8353 * calc.texi (Troubleshooting Commands): Remove comment about
8354 installation.
8355 (Installation): Remove section.
8356 (Customizable Variables): New section.
8357 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8358 (Graphical Devices): Add references to Customizable Variables.
8359
83602005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8361
8362 * emacs-mime.texi (Display Customization): Markup fixes.
8363 (rfc2047): Update.
8364
83652005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8366
8367 * gnus-faq.texi: Replaced with auto-generated version.
8368
83692005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8370
8371 * dired-x.texi (Multiple Dired Directories): default-directory was
8372 renamed to dired-default-directory.
8373
83742005-03-26 Jay Belanger <belanger@truman.edu>
8375
8376 * calc.texi (Simplifying Formulas, Rewrite Rules):
8377 Change description of top and bottom of fraction.
8378 (Modulo Forms): Move description of how to create modulo forms to
8379 earlier in the section.
8380 (Fraction Mode): Suggest using : to get a fraction by dividing.
8381 (Basic Arithmetic): Adjust placement of command name.
8382 (Truncating the Stack): Emphasize that "hidden" entries are still
8383 visible.
8384 (Installation): Move discussion of printing manual to "About This
8385 Manual".
8386 (About This Manual): Mention how to print the manual.
8387 (Reporting Bugs): Remove first person.
8388 (Building Vectors): Add algebraic version of append.
8389 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8390 (Grouping Digits): Fix typo.
8391
83922005-03-25 Werner Lemberg <wl@gnu.org>
8393
8394 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8395 Replace `legal' with `valid'.
8396
83972005-03-25 Werner Lemberg <wl@gnu.org>
8398
8399 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8400
84012005-03-24 Jay Belanger <belanger@truman.edu>
8402
8403 * calc.texi (General Mode Commands)
8404 (Mode Settings in Embedded Mode): Add some explanation of
8405 recording mode settings.
8406
84072005-03-24 Richard M. Stallman <rms@gnu.org>
8408
8409 * calc.texi: Remove praise of non-free software.
8410
8411 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8412 (Installation): Node deleted.
8413
84142005-03-23 Richard M. Stallman <rms@gnu.org>
8415
8416 * url.texi (HTTP language/coding): Improve last change.
8417
84182005-03-22 Jay Belanger <belanger@truman.edu>
8419
8420 * calc.texi (Embedded Mode): Add new information on changing
8421 modes.
8422
84232005-03-20 Michael Albinus <michael.albinus@gmx.de>
8424
8425 Sync with Tramp 2.0.48.
8426
8427 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8428
8429 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8430 "GNU/Linux". Change all addresses to .gnu.org.
8431 (Default Method): Offer shortened syntax for "su" and "sudo"
8432 methods.
8433
84342005-03-07 Richard M. Stallman <rms@gnu.org>
8435
8436 * url.texi: Fix usage of "e.g.".
8437 (HTTP language/coding): Explain the rules for these strings.
8438
84392005-03-06 Richard M. Stallman <rms@gnu.org>
8440
8441 * woman.texi (Introduction): Minor cleanups.
8442
8443 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8444
8445 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8446 (Installation): Node deleted.
8447
8448 * mh-e.texi (Preface): Get rid of "Emacs 21".
8449
8450 * eshell.texi (Installation): Delete node (for Emacs 20).
8451
84522005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8453
8454 * flymake.texi: Refill and tweak style in @lisp blocks.
8455
84562005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8457
8458 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8459
84602005-03-01 Jay Belanger <belanger@truman.edu>
8461
8462 * calc.texi (Trigonometric and Hyperbolic Functions):
8463 Mention additional functions.
8464 (Algebraic Simplifications): Mention additional simplifications.
8465
84662005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8467
8468 * ses.texi: Add concept/function/variable indices (this work was
8469 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8470 papers on file at FSF).
8471
84722005-02-10 Jay Belanger <belanger@truman.edu>
8473
8474 * calc.texi: Change @LaTeX to La@TeX throughout.
8475 Redefine @expr as @math for TeX output.
8476 Redefine @texline as a no-op for TeX output.
8477 Define @tfn, replace @t by @tfn throughout.
8478
84792005-02-09 Jay Belanger <belanger@truman.edu>
8480
8481 * calc.texi: Add macro for LaTeX for info output.
8482
84832005-02-08 Kim F. Storm <storm@cua.dk>
8484
8485 * texinfo.tex (LaTex): Add def.
8486
84872005-02-06 Jay Belanger <belanger@truman.edu>
8488
8489 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8490 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8491 throughout manual.
8492
84932005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8494
8495 * gnus.texi: Some edits based on comments from David Abrahams.
8496
84972005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8498
8499 * gnus.texi (RSS): Fix the keystroke.
8500
85012005-01-24 David Kastrup <dak@gnu.org>
8502
8503 * faq.texi: Update AUCTeX version info.
8504
85052005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8506
8507 * gnus-faq.texi ([4.1]): Typo.
8508
85092005-01-19 Jay Belanger <belanger@truman.edu>
8510
8511 * calc.texi (Keep Arguments): Mention that keeping arguments
8512 doesn't work with keyboard macros.
8513
85142005-01-16 Richard M. Stallman <rms@gnu.org>
8515
8516 * autotype.texi (Autoinserting): Fix small error.
8517
85182005-01-16 Michael Albinus <michael.albinus@gmx.de>
8519
8520 Sync with Tramp 2.0.47.
8521
8522 * tramp.texi (Compilation): New section, describing compilation of
8523 remote files.
8524
85252005-01-11 Kim F. Storm <storm@cua.dk>
8526
8527 * widget.texi (Basic Types): Add :follow-link keyword.
8528
85292005-01-09 Jay Belanger <belanger@truman.edu>
8530
8531 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8532
85332005-01-08 Jay Belanger <belanger@truman.edu>
8534
8535 * calc.texi: Change throughout to reflect new default value of
8536 calc-settings-file.
8537
85382005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8539
8540 * message.texi (Reply): `message-reply-to-function' should return
8541 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8542
85432005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8544
8545 * faq.texi (Changing load-path): Fix typo.
8546
85472005-01-05 Jay Belanger <belanger@truman.edu>
8548
8549 * calc.texi (Programming Tutorial): Replace kbd command by
8550 appropriate characters for a keyboard macro.
8551
85522005-01-04 Jay Belanger <belanger@truman.edu>
8553
8554 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8555 for Lucid Emacs.
8556 (Programming Tutorial): Mention that the user needs to be in the
8557 right mode to compute some functions.
8558
85592005-01-04 Jay Belanger <belanger@truman.edu>
8560
8561 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8562 no longer applicable.
8563
85642005-01-01 Jay Belanger <belanger@truman.edu>
8565
0c7efc08 8566 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
8567 edit keyboard macros to match current behavior.
8568
85692004-12-31 Jay Belanger <belanger@truman.edu>
8570
8571 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8572
85732004-12-20 Jay Belanger <belanger@truman.edu>
8574
8575 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8576 zero.
8577
85782004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8579
8580 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8581 @xref.
8582 (Font Locking): Avoid @strong{Note:}.
8583
85842004-12-17 Michael Albinus <michael.albinus@gmx.de>
8585
8586 Sync with Tramp 2.0.46.
8587
8588 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8589
85902004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8591
8592 * url.texi: Correct typos.
8593 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 8594 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
8595 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8596 (Dealing with HTTP documents): @inforef->@xref.
8597
85982004-12-15 Jay Belanger <belanger@truman.edu>
8599
8600 * calc.texi: Consistently capitalized all mode names.
8601 (Answers to Exercises): Mention that an answer can be a fraction
8602 when in Fraction mode.
8603
86042004-12-13 Jay Belanger <belanger@truman.edu>
8605
8606 * calc.texi: Fix some TeX definitions.
8607
86082004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8609
8610 * reftex.texi (Imprint): Remove erroneous @value's.
8611
86122004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8613
8614 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8615 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8616
86172004-12-08 Jay Belanger <belanger@truman.edu>
8618
8619 * calc.texi (Starting Calc): Remove comment about installation.
8620 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8621
86222004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8623
8624 * url.texi: Update @setfilename.
8625 (Getting Started): No need to worry about Gnus versions.
8626 (Dealing with HTTP documents): Use @inforef.
8627
8628 * org.texi: Fix @direntry file name.
8629
86302004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8631
8632 * url.texi: New file.
8633
8634 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8635
86362004-12-06 Jay Belanger <belanger@truman.edu>
8637
8638 * calc.texi (Using Calc): Remove paragraph about installation.
8639
86402004-12-06 Jay Belanger <belanger@truman.edu>
8641
8642 * calc.texi: Use more Texinfo macros and less TeX defs.
8643 Remove @refill's.
8644
86452004-12-06 Richard M. Stallman <rms@gnu.org>
8646
8647 * org.texi: New file.
8648
86492004-12-05 Richard M. Stallman <rms@gnu.org>
8650
8651 * Makefile.in (org.dvi, ../info/org): New targets.
8652 (INFO_TARGETS): Add ../info/org.
8653 (DVI_TARGETS): Add org.dvi.
8654 (maintainer-clean): Remove the info files in the info dir.
8655
86562004-11-26 Eli Zaretskii <eliz@gnu.org>
8657
8658 * idlwave.texi: Fix the setfilename directive to put the produced
8659 file in ../info.
8660 (Continued Statement Indentation): Resurrect Jan D.'s change from
8661 2004-11-03 that was lost when a newer version of idlwave.texi was
8662 imported.
8663
86642004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8665
0c7efc08 8666 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 8667
0c7efc08
SM
8668 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8669 Index `spam-initialize'.
2de53ca6
GM
8670
86712004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8672
8673 * message.texi (Various Message Variables): Mention that all mail
8674 file variables are derived from `message-directory'.
8675
8676 * gnus.texi (Splitting Mail): Clarify bogus group.
8677
86782004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8679
0c7efc08
SM
8680 * emacs-mime.texi (Encoding Customization):
8681 Fix mm-coding-system-priorities entry.
2de53ca6 8682
c8763fb6 86832004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
8684
8685 * idlwave.texi (Continued Statement Indentation):
8686 * reftex.texi (Options (Index Support)):
8687 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
8688 * speedbar.texi (Creating a display, Major Display Modes):
8689 Replace non-nil with non-@code{nil}.
2de53ca6
GM
8690
86912004-10-21 Jay Belanger <belanger@truman.edu>
8692
0c7efc08 8693 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
8694
86952004-10-18 Luc Teirlinck <teirllm@auburn.edu>
8696
8697 * calc.texi (Reporting Bugs): Double up `@'.
8698
86992004-10-18 Jay Belanger <belanger@truman.edu>
8700
0c7efc08 8701 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
8702 should be sent to.
8703
87042004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8705
8706 * gnus.texi (New Features): Add 5.11.
8707
8708 * message.texi (Resending): Remove wrong default value.
8709
8710 * gnus.texi (Mail Source Specifiers): Describe possible problems
8711 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
8712 `pop3-leave-mail-on-server' to the index.
8713
87142004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8715
8716 * message.texi (Canceling News): Add how to set a password.
8717
87182004-10-12 Jay Belanger <belanger@truman.edu>
8719
0c7efc08 8720 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
8721 calc-describe-function and calc-describe-variable to match their
8722 current behavior.
8723
87242004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8725
8726 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8727
87282004-10-12 Michael Albinus <michael.albinus@gmx.de>
8729
8730 Sync with Tramp 2.0.45.
8731
8732 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8733 plink link. The URL is outdated. Originator contacted for
8734 clarification.
8735
87362004-10-10 Juri Linkov <juri@jurta.org>
8737
8738 * gnus.texi (Top, Marking Articles): Join two menus in one node
8739 because a node can have only one menu.
8740
87412004-10-09 Juri Linkov <juri@jurta.org>
8742
8743 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8744 example of nnmail-split-fancy.
8745
87462004-10-06 Karl Berry <karl@gnu.org>
8747
8748 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8749 consistency with other uses of dashes.
8750
87512004-10-05 Karl Berry <karl@gnu.org>
8752
8753 * info.texi: Consistently use --- throughout, periods at end of
8754 menu descriptions, and a couple typos.
8755
87562004-09-26 Jesper Harder <harder@ifa.au.dk>
8757
8758 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8759 * pgg.texi (User Commands, Backend methods): Do.
8760 * gnus.texi: Markup fixes.
8761 (Setting Process Marks): Fix `M P a' entry.
8762 * emacs-mime.texi: Fixes.
8763
87642004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8765
8766 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8767 again.
8768 Use 5.10 instead of 5.10.0.
8769
87702004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8771
8772 * gnus.texi (Summary Mail Commands): S D e.
8773
87742004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
8775
8776 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8777 the gnus-article-mode-line-format section.
8778
87792004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
8780
8781 * gnus.texi (Various Summary Stuff): Fix the documentation for
8782 gnus-newsgroup-variables.
8783
87842004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8785
0c7efc08
SM
8786 * gnus.texi (MIME Commands):
8787 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
8788 gnus-mime-display-multipart-alternative-as-mixed,
8789 gnus-mime-display-multipart-related-as-mixed.
8790 (Mail Source Customization): Clarify `mail-source-directory'.
8791 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 8792 (SpamOracle): Fix typo.
2de53ca6
GM
8793
8794 * gnus-faq.texi: Untabify.
8795 ([6.3]): nnir.el is in contrib directory.
8796
8797 * message.texi (News Headers): Clarify how a unique ID is created.
8798
0c7efc08
SM
8799 * gnus.texi (Batching Agents): Fix typo in example.
8800 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 8801
b2abec73 88022004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 8803
0c7efc08 8804 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
8805
88062004-09-20 Florian Weimer <fw@deneb.enyo.de>
8807
8808 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8809
88102004-09-22 Jay Belanger <belanger@truman.edu>
8811
0c7efc08 8812 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
8813 might be hidden during part of the session.
8814
88152004-09-20 Jay Belanger <belanger@truman.edu>
8816
8817 * calc.texi (Notations Used in This Manual): Put in an earlier
8818 mention that DEL could be called Backspace.
8819
88202004-09-10 Simon Josefsson <jas@extundo.com>
8821
8822 * gnus.texi (IMAP): Add example. Suggested and partially written
8823 by Steinar Bang <sb@dod.no>.
8824
88252004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8826
8827 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8828 netrc syntax.
8829
88302004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8831
b2abec73
JB
8832 * gnus.texi (Spam ELisp Package Sequence of Events):
8833 Some clarifications.
2de53ca6
GM
8834 (Spam ELisp Package Global Variables): More clarifications.
8835
88362004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8837
8838 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8839 Mention spam-split does not modify incoming mail.
8840
88412004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8842
8843 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8844
88452004-09-10 Eli Zaretskii <eliz@gnu.org>
8846
8847 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8848
88492004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8850
8851 * makefile.w32-in (sieve, pgg): Use $(infodir).
8852
88532004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8854
8855 * makefile.w32-in: Fix PGG and Sieve entries.
8856
88572004-08-28 Eli Zaretskii <eliz@gnu.org>
8858
8859 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8860 Emacs and related programs.
8861
88622004-08-27 Richard M. Stallman <rms@gnu.org>
8863
8864 * faq.texi: Fix texinfo usage, esp. doublequotes.
8865 (Difference between Emacs and XEmacs): Some clarification.
8866
8867 * faq.texi (Difference between Emacs and XEmacs):
8868 Explain not to contrast XEmacs with GNU Emacs.
8869
88702004-08-26 Richard M. Stallman <rms@gnu.org>
8871
8872 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8873
88742004-08-22 David Kastrup <dak@gnu.org>
8875
8876 * reftex.texi (AUCTeX): Update links, section name.
8877
8878 * faq.texi (Calc): Update availability (included in 22.1).
8879 (AUCTeX): Update availability, information, versions, description.
8880
88812004-08-14 Eli Zaretskii <eliz@gnu.org>
8882
8883 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8884
88852004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8886
8887 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8888
88892004-08-10 Michael Albinus <michael.albinus@gmx.de>
8890
8891 Sync with Tramp 2.0.44.
8892
88932004-08-05 Lars Hansen <larsh@math.ku.dk>
8894
8895 * widget.texi (User Interface): Update how to separate the
8896 editable field of an editable-field widget from other widgets.
8897 (Programming Example): Add text after field.
8898
88992004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8900
8901 * emacs-mime.texi (Encoding Customization): Add a note to the
8902 mm-content-transfer-encoding-defaults entry.
8903 (rfc2047): Update.
8904
0c7efc08
SM
8905 * gnus.texi (Article Highlighting):
8906 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8907 (POP before SMTP): New node.
8908 (Posting Styles): Addition.
8909 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8910 (Fancy Mail Splitting): Ditto.
8911 (X-Face): Add gnus-x-face.
8912
89132004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8914
8915 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8916 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8917
89182004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8919
0c7efc08
SM
8920 * gnus.texi (Mail Source Specifiers):
8921 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8922
89232004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8924
8925 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8926
8927 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8928 repository. Change setfilename.
8929
8930 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8931
89322004-07-02 Juri Linkov <juri@jurta.org>
8933
8934 * pcl-cvs.texi (Viewing differences): Add `d r'.
8935
89362004-06-29 Jesper Harder <harder@ifa.au.dk>
8937
8938 * ses.texi, viper.texi, flymake.texi, faq.texi:
8939 * eshell.texi, ediff.texi: Markup fixes.
8940
89412004-06-21 Karl Berry <karl@gnu.org>
8942
8943 * info.texi (Top): Mention that only Emacs has mouse support.
8944 (Getting Started): Mention this in a few other places.
8945
89462004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8947
0c7efc08
SM
8948 * autotype.texi (Copyrights, Timestamps):
8949 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8950
89512004-06-13 Lars Hansen <larsh@math.ku.dk>
8952
8953 * dired-x.texi (dired-mark-omitted): Update keybinding.
8954
89552004-06-10 Kim F. Storm <storm@cua.dk>
8956
8957 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8958
89592004-06-05 Lars Hansen <larsh@math.ku.dk>
8960
8961 * dired-x.texi (variable dired-omit-mode): Rename from
8962 dired-omit-files-p.
8963 (function dired-omit-mode): Rename from dired-omit-toggle.
8964 Call dired-omit-mode rather than set dired-omit-files-p.
8965 (dired-mark-omitted): Describe command.
8966
89672004-05-29 Michael Albinus <michael.albinus@gmx.de>
8968
8969 Version 2.0.41 of Tramp released.
8970
89712004-05-29 Juanma Barranquero <lektu@terra.es>
8972
8973 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8974 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8975
89762004-05-29 Richard M. Stallman <rms@gnu.org>
8977
8978 * cl.texi (Top): Call this chapter `Introduction'.
8979 (Overview): In TeX, no section heading here.
8980
8981 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8982
89832004-05-29 Eli Zaretskii <eliz@gnu.org>
8984
8985 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8986 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8987
89882004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8989
8990 * flymake.texi: New file.
8991
89922004-05-28 Simon Josefsson <jas@extundo.com>
8993
8994 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8995
b344d29d 89962004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8997
8998 Version 2.0.40 of Tramp released.
8999
90002004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
9001
9002 Complete rework, based on review by Karl Berry <karl@gnu.org>.
9003
9004 * tramp.texi (Auto-save and Backup): Explain exploitation of new
9005 variables `tramp-backup-directory-alist' and
9006 `tramp-bkup-backup-directory-info'.
9007 (Overview, Connection types)
9008 (External transfer methods, Default Method)
9009 (Windows setup hints): Remove restriction of password entering
9010 with external methods.
9011 (Auto-save and Backup): Make file name example
9012 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
9013 and `auto-save-directory' must be used.
9014 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
9015 only "NT"). Remove doubled entry "What kinds of systems does
9016 @tramp{} work on".
9017 (tramp): Macro removed.
9018 (Obtaining Tramp): Flag removed from title.
9019 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
9020 and `trampver' used properly. Flag `tramp-inst' replaced by
9021 `installchapter'. Installation related text adapted.
9022
90232004-04-28 Masatake YAMATO <jet@gyve.org>
9024
9025 * widget.texi (Programming Example): Remove overlays.
9026
90272004-04-27 Jesper Harder <harder@ifa.au.dk>
9028
9029 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
9030
90312004-04-23 Juanma Barranquero <lektu@terra.es>
9032
9033 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9034
90352004-04-05 Jesper Harder <harder@ifa.au.dk>
9036
9037 * info.texi (Info Search): Add info-apropos.
9038
90392004-03-22 Juri Linkov <juri@jurta.org>
9040
9041 * faq.texi: Fix help key bindings.
9042
90432004-03-17 Luc Teirlinck <teirllm@auburn.edu>
9044
9045 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
9046 (as suggested by Karl Berry). Update information about colored
9047 stars in menus. Add new subheading describing M-n.
9048
90492004-03-12 Richard M. Stallman <rms@gnu.org>
9050
9051 * cl.texi (Top): Rename top node's title.
9052
90532004-03-08 Karl Berry <karl@gnu.org>
9054
9055 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
9056 problems making the texinfo distribution.
9057
90582004-02-29 Simon Josefsson <jas@extundo.com>
9059
0c7efc08 9060 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
9061 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
9062 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
9063 <voegelas@gmx.net>.
9064
90652004-02-29 Juanma Barranquero <lektu@terra.es>
9066
9067 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9068 Use $(DEL) instead of rm, and ignore exit code.
9069
b344d29d 90702004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
9071
9072 Tramp version 2.0.39 released.
9073
90742004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
9075
9076 * tramp.texi (Customizing Completion): Explain new functions
9077 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
9078 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
9079 (Top): Refer to Savannah mailing list as the major one.
9080 Mention older mailing lists in HTML mode only.
2de53ca6
GM
9081 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
9082 (Frequently Asked Questions): Remote hosts must not be Unix-like
9083 for "smb" method.
9084 (Password caching): New node.
9085 (External transfer methods): Refer to password caching for "smb"
9086 method.
9087
90882004-02-17 Karl Berry <karl@gnu.org>
9089
9090 * info.texi (Help-Int): Mention the new line number feature.
9091
90922004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
9093
9094 * ses.texi (Advanced Features): New functionality for
9095 ses-set-header-row (defaults to current row unless C-u used).
9096 (Acknowledgements): Add Stefan Monnier.
9097
90982003-12-29 Kevin Ryde <user42@zip.com.au>
9099
9100 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
9101
b344d29d 91022003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9103
9104 Tramp version 2.0.38 released.
9105
9106 * tramp.texi (Remote shell setup): Warn of environment variables
9107 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
9108 <sven.gabriel@imk.fzk.de>.
9109 (Configuration): Tramp now chooses base64/uuencode
9110 automatically. Update wording accordingly.
9111 (Top): More description for the `Default Method' menu entry.
9112 (Default Method): Use @code, not @var, for Lisp variables.
9113 (Default Method): New subsection `Which method is the right one
9114 for me?' Suggested by Christian Kirsch.
9115 (Configuration): Pointer to new subsection added.
9116 (Default Method): Too many "use" in one sentence.
9117 Rephrase. Reported by Christian Kirsch.
9118 (Filename Syntax): Old `su' example is probably a left-over from
9119 the sm/su method naming. Replace with `ssh', instead.
9120 (External transfer methods, Auto-save and Backup):
9121 Typo fixes.
9122
91232003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
9124
183080b6 9125 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
9126 (Top): Mention japanese manual only if flag `jamanual' is set.
9127 Insert section `Japanese manual' in menu.
9128
91292003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9130
9131 * eshell.texi (Known Problems): Add doc item.
9132
91332003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9134
9135 * cc-mode.texi: Update for CC Mode 5.30.
9136
9137 Note: Please refrain from doing purely cosmetic changes like
9138 removing trailing whitespace in this manual; it clobbers cvs
9139 merging for no good reason.
9140
91412003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9142
9143 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
9144 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
9145 @acronym{ASCII}.
9146
91472003-10-26 Karl Berry <karl@gnu.org>
9148
9149 * info.texi (Info Search): Echo area, not echo are. From Debian
9150 diff.
9151
91522003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
9153
10d1d0af 9154 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
9155 :buttons and :children keywords.
9156
91572003-10-22 Miles Bader <miles@gnu.org>
9158
9159 * Makefile.in (info): Move before $(top_srcdir)/info.
9160
91612003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
9162
9163 * tramp.texi (Inline methods): Small grammar fix.
9164 (External transfer methods): Likewise.
9165
91662003-10-08 Nick Roberts <nick@nick.uklinux.net>
9167
9168 * speedbar.texi: Remove paragraph for GUD that is no longer true.
9169
91702003-10-06 Luc Teirlinck <teirllm@auburn.edu>
9171
9172 * texinfo.tex: Replace `%' in arch tagline by @ignore.
9173
91742003-09-30 Richard M. Stallman <rms@gnu.org>
9175
9176 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
9177
9178 * widget.texi (User Interface): Fix typos.
9179
9180 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
9181
91822003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
9183
9184 * pcl-cvs.texi (Selected Files): Fix typo.
9185
91862003-09-21 Karl Berry <karl@gnu.org>
9187
9188 * info.texi (] and [ commands): No period at end of section title.
9189
91902003-09-04 Miles Bader <miles@gnu.org>
9191
9192 * Makefile.in (top_srcdir): New variable.
9193 ($(top_srcdir)/info): New rule.
9194 (info): Depend on it.
9195
91962003-09-03 Peter Runestig <peter@runestig.com>
9197
9198 * makefile.w32-in: New file.
9199
92002003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
9201
9202 * widget.texi (User Interface): Explain the need of static text
9203 around an editable field.
9204
92052003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9206
9207 * widget.texi (Basic Types): The argument to `:help-echo' can now
9208 be a form that evaluates to a string.
9209
92102003-08-18 Kim F. Storm <storm@cua.dk>
9211
9212 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9213
92142003-08-16 Richard M. Stallman <rms@gnu.org>
9215
9216 * dired-x.texi (Shell Command Guessing): Explain *.
9217
92182003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
9219
9220 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9221 log-edit-insert-changelog.
9222
92232003-08-03 Karl Berry <karl@gnu.org>
9224
9225 * info.texi: Need @contents.
9226
c8763fb6 92272003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9228
9229 Tramp version 2.0.36 released.
9230
9231 * tramp.texi (Remote shell setup): Explain about problems with
9232 non-Bourne commands in ~/.profile and ~/.shrc.
9233
92342003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9235
9236 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9237 renaming of `vis-mode' to `visible-mode'.
9238
92392003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9240
9241 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9242 next, prev and up pointers.
9243
92442003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9245
9246 * info.texi (Help): Mention existence of Emacs and stand-alone
9247 Info at the very beginning of the tutorial.
9248 (Help-Inv): New node.
9249 (Help-]): New node.
9250 (Help-M): Systematically point out the differences between default
9251 Emacs and stand-alone versions. Delete second menu.
9252 (Help-Xref): Systematically point out the differences between
9253 default Emacs and stand-alone versions.
9254 (Help-Int): Change `l' example.
9255 (Expert Info): Fix typos.
9256 (Emacs Info Variables): Mention `Info-hide-note-references' and
9257 new default for `Info-scroll-prefer-subnodes'.
9258
c8763fb6 92592003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9260
9261 Version 2.0.35 of Tramp released.
9262
9263 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9264 (Inline methods): Add methods `remsh' and `plink1'.
9265 (External transfer methods): Add method `remcp'.
9266 (Multi-hop Methods): Add method `remsh'.
9267 Small patch from Adrian Aichner <adrian@xemacs.org>:
9268 Fix minor typos.
0c7efc08 9269 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9270 `Info-index'.
9271 (Version Control): Add cindex entry.
9272
c8763fb6 92732003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9274
9275 * trampver.texi: Version 2.0.34 released.
9276
92772003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9278
9279 * faq.texi: Improve previous changes.
9280
92812003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9282
9283 * faq.texi: Update copyright and maintenance details.
9284 Update some package URLs, versions, and maintainers.
9285 Remove many references to the Emacs Lisp Archive.
9286
92872003-04-23 Simon Josefsson <jas@extundo.com>
9288
9289 * smtpmail.texi: Fix license (the invariant sections mentioned has
9290 never been part of the smtp manual). Align info dir entry with
9291 other emacs packages.
9292
92932003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9294
9295 * tramp.texi: Version 2.0.33 released.
9296 Remove installation chapter. Remove XEmacs specifics.
9297
92982003-03-29 Richard M. Stallman <rms@gnu.org>
9299
9300 * tramp.texi (Top): Undo the previous renaming.
9301 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9302
c8763fb6 93032003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9304
9305 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9306 version of manual.
9307
9308 * tramp.texi (Auto-save and Backup): New node.
9309
93102003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9311
9312 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9313 Emacs" in order to have better differentiation to "XEmacs".
9314 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9315 are new macros in order to point to the other Emacs flavor where
9316 appropriate. In info case, point to node `Installation' in order
9317 to explain how to generate the other way. In html case, make a
9318 link to the other html file.
0c7efc08 9319 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9320 after CVS checkout/update.
9321 (Installation): Completely rewritten.
9322 (Installation parameters, Load paths): New sections under
9323 `Installation'.
9324
c8763fb6 93252003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9326
9327 * tramp.texi: Version 2.0.30 released.
9328 Replace word "path" with "localname" where used as a component of
9329 a Tramp file name.
9330
93312003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9332
9333 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9334 introduced.
9335 (Installation): Explain what to do if files from the tramp/contrib
9336 directory are needed.
9337
93382003-02-23 Alex Schroeder <alex@emacswiki.org>
9339
9340 * smtpmail.texi (How Mail Works): New.
9341
93422003-02-22 Alex Schroeder <alex@emacswiki.org>
9343
9344 * smtpmail.texi: New file.
9345
9346 * Makefile.in: Build SMTP manual.
9347
c8763fb6 93482003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9349
9350 * tramp.texi: Version 2.0.29 released.
9351 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9352 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9353
93542003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9355
9356 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 9357 another package loads accidentally Ange-FTP.
2de53ca6
GM
9358
93592003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9360
9361 * tramp.texi (Customizing Completion): Add function
9362 `tramp-parse-sconfig'. Change example of
9363 `tramp-set-completion-function', because parsing of ssh config
9364 files looks more natural.
9365
93662003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9367
9368 * gnus.texi: Do not use `path' in several locations.
9369
c8763fb6 93702002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 9371
0c7efc08
SM
9372 * tramp.texi (External transfer methods): New method `smb'.
9373 From Michael Albinus.
2de53ca6
GM
9374
93752002-11-05 Karl Berry <karl@gnu.org>
9376
9377 * info.texi (Info-fontify): Reorder face list to avoid bad line
9378 breaks.
9379
c8763fb6 93802002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 9381
0c7efc08
SM
9382 * tramp.texi: Move @copying to standard place.
9383 Use @insertcopying.
2de53ca6
GM
9384
93852002-10-02 Karl Berry <karl@gnu.org>
9386
9387 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9388 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9389 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9390 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9391 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9392 Per rms, update all manuals to use @copying instead of @ifinfo.
9393 Also use @ifnottex instead of @ifinfo around the top node, where
9394 needed for the sake of the HTML output.
9395 (The Gnus manual is not fixed since it's not clear to me how it
9396 works; and the Tramp manual already uses @copying, although in an
9397 unusual way. All others were changed.)
9398
93992002-09-10 Jonathan Yavner <jyavner@engineer.com>
9400
9401 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9402 (../info/ses, ses.dvi): New targets.
9403 * ses.texi: New file.
9404
c8763fb6 94052002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
9406
9407 * texinfo.tex: Update to texinfo 4.2.
9408
94092002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9410
9411 * reftex.texi: Update to RefTeX 4.19.
9412
c8763fb6 94132002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
9414
9415 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9416 (../info/tramp, tramp.dvi): New targets.
9417
94182002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9419
9420 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9421 (calc.dvi): Uncomment.
9422
94232001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9424
9425 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9426 (../info/calc): New target.
9427
94282001-10-20 Gerd Moellmann <gerd@gnu.org>
9429
9430 * (Version 21.1 released.)
9431
94322001-10-05 Gerd Moellmann <gerd@gnu.org>
9433
9434 * Branch for 21.1.
9435
94362001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9437
9438 * Makefile.in (../info/info): Use an explicit -o switch to
9439 makeinfo.
9440
94412001-03-05 Gerd Moellmann <gerd@gnu.org>
9442
9443 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9444
94452000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9446
9447 * Makefile.in (../info/idlwave): Use --no-split.
9448
94492000-12-14 Dave Love <fx@gnu.org>
9450
c4cc8b9a 9451 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
9452 (gnus.dvi): Change rule to remove @latex stuff.
9453
94542000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9455
9456 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9457
94582000-10-13 John Wiegley <johnw@gnu.org>
9459
9460 * Makefile.in: Add build targets for eshell.texi.
9461
94622000-09-25 Gerd Moellmann <gerd@gnu.org>
9463
9464 * Makefile.in: Remove/comment speedbar stuff.
9465
94662000-09-22 Dave Love <fx@gnu.org>
9467
9468 * Makefile.in: Add emacs-mime.
9469
94702000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9471
9472 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9473 (DVI_TARGETS): Add woman.dvi.
9474 (../info/woman, woman.dvi): New targets.
9475
94762000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9477
9478 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9479
9480 * pcl-cvs.texi: New file.
9481 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9482 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9483
94842000-05-11 Gerd Moellmann <gerd@gnu.org>
9485
9486 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9487 (../info/ebrowse, ebrowse.dvi): New targets.
9488
94892000-01-13 Gerd Moellmann <gerd@gnu.org>
9490
9491 * Makefile.in (INFO_TARGETS): Add eudc.
9492 (DVI_TARGETS): Add eudc.dvi.
9493 (../info/eudc, eudc.dvi): New targets.
9494
94952000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9496
9497 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9498 compatibility with 8+3 filesystems).
9499 (../info/efaq): Rename from emacs-faq.
9500
95012000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9502
9503 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9504 (../info/idlwave, idlwave.dvi): New targets.
9505
95061999-10-23 Dave Love <fx@gnu.org>
9507
9508 * Makefile.in: Use autotype.texi.
9509
95101999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9511
9512 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9513 faq.texi file) rather than ../info/faq.
9514
95151999-10-07 Gerd Moellmann <gerd@gnu.org>
9516
9517 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9518 (../info/ada-mode, ada-mode.dvi): New targets.
9519
95201999-09-01 Dave Love <fx@gnu.org>
9521
9522 * Makefile.in: Add faq.
9523
95241999-07-12 Richard Stallman <rms@gnu.org>
9525
9526 * Version 20.4 released.
9527
95281998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9529
9530 * Version 20.3 released.
9531
95321998-04-06 Andreas Schwab <schwab@gnu.org>
9533
768c0c0f
JB
9534 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9535 Use it in dvi targets.
2de53ca6
GM
9536 (../etc/GNU): Change to $(srcdir) first.
9537
95381998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9539
9540 * reftex.texi: Update for RefTeX version 3.22.
9541
95421998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9543
9544 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9545 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9546
95471997-09-23 Paul Eggert <eggert@twinsun.com>
9548
9549 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9550 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9551
95521997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9553
9554 * Version 20.2 released.
9555
95561997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9557
9558 * Version 20.1 released.
9559
95601997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9561
9562 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9563
95641996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9565
9566 * Version 19.33 released.
9567
95681996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9569
9570 * Version 19.32 released.
9571
95721996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9573
9574 * Makefile.in: Add rules for the Message manual.
9575
95761996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9577
9578 * gnus.texi: New version.
9579
9580 * message.texi: New manual.
9581
95821996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9583
9584 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9585
95861996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9587
9588 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9589 Specify -I option.
9590 (All dvi targets): Set the TEXINPUTS variable.
9591
95921996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9593
9594 * Version 19.31 released.
9595
95961996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9597
9598 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9599 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9600
96011995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9602
9603 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9604 (INFO_TARGETS): Add ../info/cc-mode.
9605 (DVI_TARGETS): Add cc-mode.dvi.
9606
2de53ca6
GM
96071995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9608
9609 * Version 19.30 released.
9610
96111995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9612
9613 * gnus.texi: New file.
9614
96151995-11-04 Erik Naggum <erik@naggum.no>
9616
9617 * gnus.texi: File deleted.
9618
96191995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9620
9621 * mh-e.texi: "Function Index" -> "Command Index" to work with
9622 Emacs 19.30 C-h C-k support of separately-documented commands.
9623
96241995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9625
9626 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9627 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9628
96291995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9630
9631 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9632 (../info/viper, viper.dvi): New targets.
9633
96341995-04-20 Kevin Rodgers <kevinr@ihs.com>
9635
9636 * dired-x.texi (Installation): Change the example to set
9637 buffer-local variables like dired-omit-files-p in
9638 dired-mode-hook.
9639
96401995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9641
9642 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9643 (../info/mh-e, mh-e.dvi): New targets.
9644
96451995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9646
9647 * Makefile.in (maintainer-clean): Rename from realclean.
9648
96491994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9650
9651 * Makefile.in: New file.
9652 * Makefile: File deleted.
9653
96541994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9655
9656 * Makefile (TEXINDEX_OBJS): Variable deleted.
9657 (texindex, texindex.o, getopt.o): Rules deleted.
9658 All deps on texindex deleted.
9659 (distclean): Don't delete texindex.
9660 (mostlyclean): Don't delete *.o.
9661 * texindex.c, getopt.c: Files deleted.
9662
96631994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9664
9665 * Version 19.26 released.
9666
96671994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9668
9669 * Version 19.25 released.
9670
96711994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9672
9673 * Version 19.24 released.
9674
96751994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9676
9677 * Version 19.23 released.
9678
96791994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9680
9681 * Makefile: Delete spurious tab.
9682
96831994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9684
9685 * Makefile (.SUFFIXES): New rule.
9686
96871994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9688
9689 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9690 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9691
96921994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9693
9694 * Makefile (../info/sc): Rename from sc.info.
9695 (../info/cl): Likewise.
9696 (INFO_TARGETS): Use new names.
9697
96981993-12-04 Richard Stallman (rms@srarc2)
9699
9700 * getopt.c: New file.
9701 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9702 (getopt.o): New rule.
9703 (dvi): Don't depend on texindex.
9704 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9705 Depend on texindex.
9706
97071993-12-03 Richard Stallman (rms@srarc2)
9708
9709 * Makefile (../info/sc.info): Rename from ../info/sc.
9710 (TEXI2DVI): New variable.
9711 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9712 Add explicit commands.
9713 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9714
97151993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9716
9717 * Version 19.22 released.
9718
97191993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9720
9721 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9722
97231993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9724
9725 * Version 19.21 released.
9726
97271993-11-15 Paul Eggert (eggert@twinsun.com)
9728
9729 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9730
97311993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9732
9733 * Makefile (../etc/GNU): New target.
9734 (EMACSSOURCES): Add gnu1.texi.
9735
97361993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9737
9738 * Makefile (realclean): Don't delete the Info files.
9739
f0131492 97401993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
9741
9742 * forms.texi: Fix forms.texi so that it will format correctly.
9743 Add missing `@end iftex', fix bad reference.
9744
9745 * info.texi, info-stn.texi: New files implement texinfo version of
9746 `info' file.
9747
f0131492 97481993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
9749
9750 * Makefile: Fix targets for texindex, new info.texi files.
9751 * info-stnd.texi: New file implements info for standalone info
9752 reader.
9753 * info.texi: Update to include recent changes to "../info/info".
9754 New source file for ../info/info; includes info-stnd.texi.
9755
9756 * texindex.c: Include "../src/config.h" if building in emacs.
9757
9758 * Makefile: Change all files to FILENAME.texi, force all targets
9759 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9760 vip.texinfo, forms.texinfo, cl.texinfo.
9761 Add target to build texindex.c, defining `emacs'.
9762
9763 * forms.texi: Install new file to match version 2.3 of forms.el.
9764
97651993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9766
9767 * Version 19.19 released.
9768
97691993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
9770
9771 * sc.texinfo: Fix info file name.
9772
9773 * Makefile (info): Add gnus and sc.
9774 (dvi): Add gnus.dvi and sc.dvi.
9775 (../info/sc, sc.dvi): New targets.
9776
97771993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9778
9779 * Version 19.18 released.
9780
97811993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9782
9783 * Makefile: Fix source file names of the separate manuals.
9784 (gnus.dvi, ../info/gnus): New targets.
9785
97861993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9787
9788 * Version 19.17 released.
9789
97901993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9791
9792 * split-man: Fix typos in last change.
9793
97941993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9795
9796 * Version 19.16 released.
9797
97981993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9799
9800 * version 19.15 released.
9801
98021993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9803
9804 * Makefile (distclean): It's rm, not rf.
9805
98061993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9807
9808 * Version 19.14 released.
9809
98101993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9811
9812 * Makefile: New file.
9813
98141993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9815
9816 * Version 19.13 released.
9817
98181993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9819
9820 * Version 19.9 released.
9821
98221993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9823
9824 * Version 19.8 released.
9825
98261993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9827
9828 * Version 19.7 released.
9829
98301990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9831
9832 * gnus.texinfo: New file. Removed installation instructions.
9833
98341990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9835
9836 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9837
98381989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9839
9840 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
9841 then define `\sc' as the command for smallcaps in Texinfo.
9842 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
9843 made the corresponding change to makeinfo and texinfm.el.
9844
98451988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9846
9847 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9848 Customization since the menu entry did not point to anything.
9849 Also add an @finalout command to remove overfull hboxes from the
9850 printed output.
9851
9852 * cl.texinfo: Add @bye, \input line and @settitle to file.
9853 This file is clearly intended to be a chapter of some other work,
9854 but the other work does not yet exist.
9855
98561988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9857
9858 * texinfo.texinfo: Three typos corrected.
9859
4009494e 9860;; Local Variables:
c8763fb6 9861;; coding: utf-8
4009494e
GM
9862;; End:
9863
3fe7cdc8 9864 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9865
9866 This file is part of GNU Emacs.
9867
97c0352c 9868 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9869 it under the terms of the GNU General Public License as published by
97c0352c
GM
9870 the Free Software Foundation, either version 3 of the License, or
9871 (at your option) any later version.
4009494e
GM
9872
9873 GNU Emacs is distributed in the hope that it will be useful,
9874 but WITHOUT ANY WARRANTY; without even the implied warranty of
9875 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9876 GNU General Public License for more details.
9877
9878 You should have received a copy of the GNU General Public License
97c0352c 9879 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.