* doclicense.texi, gpl.texi: Update to latest version from FSF.
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
c07a6ded
PE
12012-11-24 Paul Eggert <eggert@cs.ucla.edu>
2
3 * doclicense.texi, gpl.texi: Update to latest version from FSF.
4 These are just minor editorial changes.
5
678a34f4
JB
62012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
7
8 * calc.texi (Date Formatting Codes): Mention the new beginning of
9 the date numbering system.
10
0e70ce93
PE
112012-11-22 Paul Eggert <eggert@cs.ucla.edu>
12
13 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
14 (Date Forms): Correct off-by-one error in explanation of
15 Julian day numbers. Give Gregorian equivalent of its origin.
16
723da6aa
JB
172012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
18
19 * doc/misc/calc.texi (Date Forms): Mention the customizable
20 Gregorian-Julian switch.
21 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
22
310e60d9
PE
232012-11-17 Paul Eggert <eggert@cs.ucla.edu>
24
6f6b82d6
PE
25 Calc now uses the Gregorian calendar for all dates (Bug#12633).
26 It also uses January 1, 1 AD as its day number 1.
310e60d9
PE
27 * calc.texi (Date Forms): Document this.
28
e8693c96
GM
292012-11-16 Glenn Morris <rgm@gnu.org>
30
31 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
32 (Obsolete Macros): Move example here from Function Bindings.
33
5c934f8b
GM
34 * erc.texi: Use @code{nil} rather than just "nil".
35 (Modules): Undocument obsolete "hecomplete".
6e5e9b70 36 Add "notifications".
f925b109 37 (Connecting): Add brief section on passwords.
274f5de6 38 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
6e5e9b70 39
f78ee6af 402012-11-13 Glenn Morris <rgm@gnu.org>
24c38527
GM
41
42 * flymake.texi (Customizable variables)
43 (Highlighting erroneous lines): Mention flymake-error-bitmap,
44 flymake-warning-bitmap, and flymake-fringe-indicator-position.
45
1796ef98
VB
462012-11-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
47
48 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
49 In all file place SES into @acronym{...}.
50 (Advanced Features): Add key index and function index for
51 ses-set-header-row. Add description for function
52 ses-rename-cell. Add description for function
53 ses-repair-cell-reference-all.
54 (Ranges in formulas): Add description for ses-range flags.
55
31f47fba
PE
562012-11-12 Paul Eggert <eggert@cs.ucla.edu>
57
58 * texinfo.tex: Merge from gnulib.
59
6baf66d5 602012-11-10 Chong Yidong <cyd@gnu.org>
5b637222
CY
61
62 * url.texi (Introduction): Move url-configuration-directory to
63 Customization node.
64 (Parsed URIs): Split into its own node.
65 (URI Encoding): New node.
66 (Defining New URLs): Remove empty chapter.
67 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
68 Improve docs for url-queue-*.
69 (Supported URL Types): Copyedits. Delete empty subnodes.
70
82f84fa3
CY
71 * url.texi (Introduction): Rename from Getting Started. Rewrite
72 the introduction.
73 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
74
6baf66d5 752012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f
GM
76
77 * cl.texi (Obsolete Setf Customization):
78 Revert defsetf example to the more correct let rather than prog1.
bdd8064f
GM
79 Give define-modify-macro, defsetf, and define-setf-method
80 gv.el replacements.
2ee1d59f 81
2027b1b3 82 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
a358a44e 83 (Setf Extensions): Remove obsolete reference.
2027b1b3 84 (Obsolete Setf Customization):
651af8c6 85 Move note on lack of setf functions to lispref/variables.texi.
ab7f1c43 86 Undocument get-setf-method, since it no longer exists.
a358a44e 87 Mention simple defsetf replaced by gv-define-simple-setter.
651af8c6 88
c65b407b
GM
892012-11-03 Glenn Morris <rgm@gnu.org>
90
91 * cl.texi: Further general copyedits.
685b0026
GM
92 (List Functions): Remove copy-tree, standard elisp for some time.
93 (Efficiency Concerns): Comment out examples that no longer apply.
94 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
95 (Creating Symbols, Random Numbers): De-emphasize internal
96 variables cl--gensym-counter and cl--random-state. (Bug#12788)
f58542e1
GM
97 (Naming Conventions, Type Predicates, Macros)
98 (Predicates on Numbers): No longer mention cl-floatp-safe.
c65b407b 99
a71e2379
G
1002012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
101
102 * gnus.texi (Mail Source Specifiers):
103 Document :leave keyword used for pop mail source.
104
df43dd53
GM
1052012-11-01 Glenn Morris <rgm@gnu.org>
106
107 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
108 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
109 (Macro Bindings, Blocks and Exits):
110 Acknowledge existence of lexical-binding.
111 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 112
69c1c2e6
GM
1132012-10-31 Glenn Morris <rgm@gnu.org>
114
dd90fd1a
GM
115 * ert.texi (Introduction, The @code{should} Macro):
116 Refer to "cl-assert" rather than "assert".
117
69c1c2e6
GM
118 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
119 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
120 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
121 Reword, and add details of flet and labels.
87b0d8b1 122 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 123
4ddedf94
GM
1242012-10-30 Glenn Morris <rgm@gnu.org>
125
126 * cl.texi (Modify Macros): Update for cl-letf changes.
127 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
128 (Setf Extensions): Partially restore note about cl-getf,
129 mainly moved to lispref/variables.texi.
130 (Property Lists): Fix cl-getf typos.
f43a5263 131 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 132
d3094168
GM
1332012-10-29 Glenn Morris <rgm@gnu.org>
134
135 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 136 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 137 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
138 (Modify Macros, Multiple Values, Other Clauses):
139 Remove mentions of obsolete features.
6a07d52e 140 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 141
3c0c6155
GM
1422012-10-28 Glenn Morris <rgm@gnu.org>
143
f94b04fc
GM
144 * cl.texi (Multiple Values, Common Lisp Compatibility):
145 More namespace updates.
146 (Obsolete Features): Copyedits.
147 (Obsolete Lexical Macros, Obsolete Setf Customization):
148 New subsections.
149
9c52d61d
GM
150 * cl.texi (Porting Common Lisp, Lexical Bindings):
151 Add some xrefs to the Elisp manual.
152
3c0c6155
GM
153 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
154 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
155 (Obsolete Features): New appendix. Move Lexical Bindings here.
156
5887564d
GM
1572012-10-27 Glenn Morris <rgm@gnu.org>
158
e1117425
GM
159 * cl.texi: Use defmac for macros rather than defspec.
160 (Efficiency Concerns): Related copyedit.
161
5887564d
GM
162 * cl.texi (Control Structure): Update for setf now being in core.
163 (Setf Extensions): Rename from Basic Setf. Move much of the
164 former content to lispref/variables.texi.
165 (Modify Macros): Move pop, push details to lispref/variables.texi.
166 (Customizing Setf): Copyedits for setf etc being in core.
167 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
168 Further namespaces updates.
169
bdebdb64
BG
1702012-10-26 Bastien Guerry <bzg@gnu.org>
171
172 * org.texi (Installation): Update the link to Org's ELPA. Also
173 don't mention org-install.el anymore as the replacement file
174 org-loaddefs.el is now loaded by org.el.
175
f956e59d
MA
1762012-10-25 Michael Albinus <michael.albinus@gmx.de>
177
178 * tramp.texi (Frequently Asked Questions): Mention
179 `tramp-completion-reread-directory-timeout' for performance
180 improvement.
181
a05cb6e3
GM
1822012-10-25 Glenn Morris <rgm@gnu.org>
183
184 * cl.texi: Don't mess with the TeX section number counter.
185 Use Texinfo recommended convention for quotes+punctuation.
186 (Overview, Sequence Functions): Rephrase for better line-breaking.
187 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
188 (Macro Bindings, Conditionals, Iteration, Loop Basics)
189 (Random Numbers, Mapping over Sequences, Structures)
190 (Porting Common Lisp): Further updates for cl-lib namespace.
191 (Modify Macros, Declarations, Macro Bindings, Structures):
192 Break long lines in examples.
193 (Dynamic Bindings): Update for changed progv behavior.
194 (Loop Examples, Efficiency Concerns): Markup fixes.
195 (Structures): Remove TeX margin change.
39ff2cf3 196 (Declarations): Fix typos.
a05cb6e3 197
39a58b5b
GM
1982012-10-24 Glenn Morris <rgm@gnu.org>
199
a6880551
GM
200 * cl.texi (Overview, Multiple Values, Creating Symbols)
201 (Numerical Functions): Say less/nothing about the original cl.el.
202 (Old CL Compatibility): Remove.
203 (Assertions): Remove ignore-errors (standard Elisp for some time).
204
39a58b5b
GM
205 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
206 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
207 (Efficiency Concerns, Efficiency Concerns)
208 (Common Lisp Compatibility, Old CL Compatibility):
209 Further updates for cl-lib namespace.
210
72ec96fb
PE
2112012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
212
213 Update manual for new time stamp format (Bug#12706).
214 * emacs-mime.texi (time-date): Update for new format.
215 Also, fix bogus time stamp and modernize a bit.
216
8d6510b9
GM
2172012-10-23 Glenn Morris <rgm@gnu.org>
218
219 * cl.texi: Include emacsver.texi. Use Emacs version number rather
220 than unchanging cl.el version number.
221 End all menu descriptions with a period.
222 Do not use @dfn{CL} for every instance of "CL".
223 (Overview): Remove no-runtime caveat, and note about foo* names.
224 (Usage): Use cl-lib rather than cl.
225 (Organization, Naming Conventions): Update for cl-lib.el.
226 (Installation): Remove long-irrelevant node.
227 (Program Structure, Predicates, Control Structure):
228 Start updating for cl-lib namespace.
8d6510b9
GM
229 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
230 Depend on emacsver.texi.
231
0a078f36
MA
2322012-10-09 Michael Albinus <michael.albinus@gmx.de>
233
234 * trampver.texi: Update release number.
235
a03bb33f
GM
2362012-10-06 Glenn Morris <rgm@gnu.org>
237
24636b26
GM
238 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
239 ERC version.
240 (Introduction): ERC is distributed with Emacs.
241 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
242 (Getting Started): Simplify.
243 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
244 (History): Mention ERC maintained as part of Emacs now.
245 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
246 Add dependency on emacsver.texi.
247
a03bb33f
GM
248 * erc.texi: Remove hand-written node pointers.
249
d259be38
GM
2502012-10-05 Glenn Morris <rgm@gnu.org>
251
252 * newsticker.texi (Overview, Requirements, Usage, Configuration):
253 Copyedits.
254
62a81506
CY
2552012-10-01 Eric Ludlam <zappo@gnu.org>
256
257 * ede.texi (Quick Start, Project Local Variables)
258 (Miscellaneous commands, ede-java-root, Development Overview)
259 (Detecting a Project): New nodes.
260 (Simple projects): Node deleted.
261
262 * eieio.texi (Building Classes): Some slot attributes cannot be
263 overridden.
264 (Slot Options): Remove an example.
265 (Method Invocation, Documentation): New nodes.
266
07f133bf
GM
2672012-10-01 Glenn Morris <rgm@gnu.org>
268
269 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
270 (reftex.pdf): Add dependency on emacsver.texi.
271 * reftex.texi: Don't include directory part for emacsver.texi;
272 the Makefile's -I handles it.
273
4f595e15
RA
2742012-09-30 Ralf Angeli <angeli@caeruleus.net>
275
276 Merge from standalone RefTeX repository.
277
278 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
279 with macros.
280 (Imprint): Mention Wolfgang in list of contributors.
281 (Creating Citations): Give a hint about how to
282 auto-revert the BibTeX database file when using external editors.
283 (Referencing Labels): Simplify section about reference macro
284 cycling.
285 (Options (Referencing Labels)): Adapt to new structure of
286 `reftex-ref-style-alist'.
287 (Referencing Labels, Reference Styles): Document changes in the
288 referencing functionality.
289 (Commands): Mention options for definition of header and footer in
290 BibTeX files.
291 (Options (Creating Citations)): Document
292 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
293 (Reference Styles): New section.
294 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
295 (Options (Referencing Labels)): Remove descriptions of deprecated
296 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
297 Add descriptions for `reftex-ref-style-alist' and
298 `reftex-ref-style-default-list'.
299 (Referencing Labels): Update regarding reference styles.
300 (Citation Styles): Mention support for ConTeXt.
301 (Options (Defining Label Environments)): Fix typo.
302 (Options (Creating Citations)): Document
303 `reftex-cite-key-separator'.
304
8223b1d2
BG
3052012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
306
307 * org.texi: Add description of ORG_ADD_CONTRIB to info
308 documentation. Add link to Worg for more details.
309
310 * org.texi: Clarify installation procedure. Provide link to the
311 build system description on Worg.
312
313 * org.texi: Remove reference to utils/, x11idle.c is now in
314 contrib/scripts.
315
316 * org.texi: Re-normalize to "Org mode" in manual.
317
318 * org.texi (Installation): Adapt documentation to new build
319 system. Mention GNU ELPA (since it needs to be handled like Emacs
320 built-in Org).
321
8223b1d2
BG
3222012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
323
324 * org.texi: Fix typo in description of the 'Hooks' section.
325
326 * org.texi: Add ID to the list of special properties.
327
3282012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
329
330 * org.texi (Moving subtrees): Document the ability to archive to a
331 datetree.
332
3332012-09-30 Bastien Guerry <bzg@altern.org>
334
335 * org.texi (Installation, Feedback, Batch execution): Use
336 (add-to-list 'load-path ... t) for the contrib dir.
337
338 * org.texi (results): Update documentation for ":results drawer"
339 and ":results org".
340
341 * org.texi (Column width and alignment): Fix typo.
342
343 * org.texi (Activation): Point to the "Conflicts" section.
344
345 * org.texi (Conflicts): Mention filladapt.el in the list of
346 conflicting packages.
347
348 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
349 not needed for versions of Emacs > 22.1.
350
351 * org.texi (History and Acknowledgments): Fix typo.
352
353 * org.texi (History and Acknowledgments): Add my own
354 acknowledgments.
355
356 * org.texi (Agenda commands): Document the new command and the new
357 option.
358
359 * org.texi (Agenda commands): Delete `org-agenda-action' section.
360 (Agenda commands): Reorder. Document `*' to toggle persistent
361 marks.
362
363 * org.texi (Agenda dispatcher): Mention
364 `org-toggle-agenda-sticky'.
365 (Agenda commands, Exporting Agenda Views): Fix typo.
366
367 * org.texi (Templates in contexts, Setting Options): Update to
368 reflect changes in how contexts options are processed.
369
370 * org.texi (Templates in contexts): Document the new structure of
371 the variables `org-agenda-custom-commands-contexts' and
372 `org-capture-templates-contexts'.
373
374 * org.texi (Templates in contexts): Document the new option
375 `org-capture-templates-contexts'.
376 (Storing searches): Document the new option
377 `org-agenda-custom-commands-contexts'.
378
379 * org.texi (Formula syntax for Lisp): Reformat.
380
381 * org.texi (Special properties, Column attributes)
382 (Agenda column view): Document the new special property
383 CLOCKSUM_T.
384
385 * org.texi (Template expansion): Document the new %l template.
386
387 * org.texi (Fast access to TODO states): Fix documentation about
388 allowed characters for fast todo selection.
389
390 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
391 use in `org-agenda-to-appt'.
392
393 * org.texi (Comment lines): Update wrt comments.
394
395 * org.texi (Resolving idle time): Document new keybinding.
396
397 * org.texi (Clocking commands): Document the use of S-M-<up/down>
398 on clock timestamps.
399
400 * org.texi (Fast access to TODO states): Explicitely says only
401 letters are supported as fast TODO selection keys.
402
403 * org.texi (Link abbreviations): Illustrate the use of the "%h"
404 specifier. Document the new "%(my-function)" specifier.
405
406 * org.texi (Clocking commands): New cindex.
407 (Clocking commands): Update documentation for `org-clock-in'.
408 Document `org-clock-in-last'. Mention `org-clock-out' and
409 `org-clock-in-last' as commands that can be globally bound.
410 (Resolving idle time): Document continuous clocking.
411
412 * org.texi (Top, Introduction): Fix formatting.
413 (Activation): Add index entries.
414 (Conventions): Update section.
415 (Embedded @LaTeX{}): Fix formatting.
416
417 * org.texi (Visibility cycling): Document `show-children'.
418
419 * org.texi (Using capture): Mention the `org-capture-last-stored'
420 bookmark as a way to jump to the last stored capture.
421
422 * org.texi (Uploading files): Fix typo.
423
424 * org.texi (Using capture): Document `C-0' as a prefix argument
425 for `org-capture'.
426
427 * org.texi (Agenda commands): Document persistent marks.
428
429 * org.texi (Template expansion): Update doc to reflect change.
430
431 * org.texi (Radio tables): Document the :no-escape parameter.
432
433 * org.texi (Repeated tasks): Document repeat cookies for years,
434 months, weeks, days and hours.
435
436 * org.texi (Export options): State that you can use the d: option
437 by specifying a list of drawers.
438
439 * org.texi (HTML preamble and postamble): Small doc improvement.
440
4412012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
442
443 * org.texi: The sections in the Exporting section of the manual
444 left out articles in the description of the org-export-as-*
445 commands, among other places. This patch adds them, adds a few
446 missing prepositions, and switches instances of "an HTML" to "a
447 html" for internal consistency.
448
449 * org.texi: Alter several examples of headings with timestamps in
450 them to include the timestamps in the body instead of the heading.
451
4522012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
453
454 * org.texi (Agenda dispatcher): Document sticky agenda views and
455 the new key for them.
456
4572012-09-30 Charles <millarc@verizon.net> (tiny change)
458
459 * org.texi (Advanced features): Fix error in table.
460
4612012-09-30 Feng Shu <tumashu@gmail.com>
462
463 * org.texi (@LaTeX{} fragments): Document imagemagick as an
464 alternative to dvipng.
465
4662012-09-30 François Allisson <francois@allisson.co> (tiny change)
467
468 * org.texi: Remove extra curly bracket.
469
4702012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
471
472 * org.texi (org-clock-in-last and org-clock-cancel): Update the
473 defkeys.
474
4752012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
476
477 * org.texi (Agenda commands): Fix two typos by giving
478 corresponding function names, according to
479 `org-agenda-view-mode-dispatch'.
480
4812012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
482
483 * org.texi (The spreadsheet): Fix typo.
484
4852012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
486
487 * org.texi (Tracking your habits): Point to the "Tracking TODO
488 state changes" section.
489
4902012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
491
492 * org.texi (Literal examples): Remove reference to unknown
493 `org-export-latex-minted' variable. Also simplify footnote since
494 `org-export-latex-listings' documentation is exhaustive already.
495
496 * org.texi (Plain lists): Remove reference to now hard-coded
497 `bullet' automatic rule.
498
4992012-09-30 Toby S. Cubitt <tsc25@cantab.net>
500
501 * org.texi: Updated documentation accordingly.
502
5087f097
PE
5032012-09-13 Paul Eggert <eggert@cs.ucla.edu>
504
505 * texinfo.tex: Merge from gnulib.
506
20121a26
MA
5072012-09-12 Michael Albinus <michael.albinus@gmx.de>
508
509 Sync with Tramp 2.2.6.
510
511 * tramp.texi (Bug Reports): Cleanup caches before a test run.
512
513 * trampver.texi: Update release number.
514
44677e30
PE
5152012-09-12 Paul Eggert <eggert@cs.ucla.edu>
516
517 * texinfo.tex: Merge from gnulib.
518
5a4c42ba
AA
5192012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
520
521 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
522 (bug#12096).
523
8e7046c3
JB
5242012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
525
1dcac243
JB
526 * calc.texi (Simplification modes, Conversions)
527 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
528 (The Calc Mode Line): Mention the mode line display for Basic
529 simplification mode.
530 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
531 simplifications.
532 (Basic Simplifications): Rename from "Limited Simplifications"
533 Replace "limited" by "basic" throughout.
534 (Algebraic Simplifications): Indicate that the algebraic
535 simplifications are done by default.
536 (Unsafe Simplifications): Mention `m E'.
537 (Simplification of Units): Mention `m U'.
538 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
539 (Kinds of Declarations, Functions for Declarations): Mention
540 "algebraic simplifications" instead of `a s'.
1dcac243 541 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 542
d2bd74ff
JB
5432012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
544
545 * calc.texi (Getting Started, Tutorial): Change simulated
546 Calc output to match actual output.
547 (Simplifying Formulas): Mention that algebraic simplification is now
548 the default.
549
77472261
EZ
5502012-07-28 Eli Zaretskii <eliz@gnu.org>
551
552 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
553 (Bug#12073)
554
09ae5da1
PE
5552012-07-25 Paul Eggert <eggert@cs.ucla.edu>
556
557 Prefer typical American spelling for "acknowledgment".
558 * calc.texi (History and Acknowledgments): Rename from
559 History and Acknowledgements.
560 * idlwave.texi (Acknowledgments):
561 * ses.texi (Acknowledgments):
562 * woman.texi (Acknowledgments): Rename from Acknowledgements.
563
c4444d16
PE
5642012-07-09 Paul Eggert <eggert@cs.ucla.edu>
565
566 Rename configure.in to configure.ac (Bug#11603).
567 * ede.texi (Compiler and Linker objects, ede-proj-project)
568 (ede-step-project): Prefer the name configure.ac to configure.in.
569
ef091c97
MA
5702012-07-06 Michael Albinus <michael.albinus@gmx.de>
571
572 * tramp.texi (Multi-hops): Introduce
573 `tramp-restricted-shell-hosts-alist'.
574
89b163db
G
5752012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
576
577 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
578 methods, so don't mention smtpmail here.
579
5802012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
581
582 * gnus.texi (Picons): Document gnus-picon-properties.
583
5842012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
585
586 * gnus.texi: Remove mention of compilation, as that's no longer
587 supported.
588
5892012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
590
591 * gnus.texi (Archived Messages): Mention
592 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
593
5942012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
595
596 * gnus.texi (Various Summary Stuff):
597 Remove mention of `gnus-propagate-marks'.
598
5992012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
600
601 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
602 which no longer exist.
603
6042012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
605
606 * gnus.texi (Archived Messages):
607 Document gnus-gcc-self-resent-messages.
608
6092012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
610
611 * message.texi (Mail Variables):
612 Mention the optional user parameter for X-Message-SMTP-Method.
613
6142012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
615
616 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
617
618 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
619
6202012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
621
622 * gnus.texi (Key Index): Change encoding to utf-8.
623
ac1a0ce1 6242012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
625
626 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
627
71cca84d
G
6282012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
629
630 * gnus.texi (Group Timestamp): Mention where to find documentation for
631 the `gnus-tmp-' variables (bug#11601).
632
888a7fc0
MA
6332012-06-11 Michael Albinus <michael.albinus@gmx.de>
634
635 Sync with Tramp 2.2.6-pre.
636
637 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
638 where appropriate.
639 (Ad-hoc multi-hops): New section.
640 (Remote processes): New subsection "Running remote processes on
641 Windows hosts".
642 (History): Add remote commands on Windows, and ad-hoc multi-hop
643 methods.
644 (External methods): "ControlPersist" must be set to "no" for the
645 `scpc' method.
646 (Remote processes): Add a note about `auto-revert-tail-mode'.
647 (Frequently Asked Questions): Use "scpx" in combination with
648 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
649
650 * trampver.texi: Update release number.
651
31ca4639 6522012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
653
654 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
655 compilation for html-mono.
656
0e8bbf66
PE
6572012-06-08 Paul Eggert <eggert@cs.ucla.edu>
658
659 * texinfo.tex: Merge from gnulib.
660
b8f061b3
KY
6612012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
662
663 * Makefile.in (echo-info): Don't try to install info files named
664 just ".info".
665
16af873e
GM
6662012-05-28 Glenn Morris <rgm@gnu.org>
667
c1dabff0
GM
668 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
669
16af873e
GM
670 * sc.texi: Nuke hand-written node pointers.
671 Fix top-level menu to match actual node order.
672
1d5b82ef
GM
6732012-05-27 Glenn Morris <rgm@gnu.org>
674
675 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
676 Some associated fixes, including not messing with chapno in cl.texi.
677
33017faf 6782012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
679
680 * org.texi (Durations and time values): Fix typo.
681
d14b0029
JB
6822012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
683
33017faf 684 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
685 Mention `calc-ensure-consistent-units'.
686
2f4cadd1 6872012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 688
9879e263
AS
689 * cc-mode.texi: Avoid space before macro in 4th argument of cross
690 reference commands. (Bug#11461)
691
78e91d08
AS
692 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
693
3fe7cdc8
GM
6942012-05-12 Glenn Morris <rgm@gnu.org>
695
9598ef0b
GM
696 * Makefile.in (mostlyclean): Add more TeX intermediates.
697
7d326a29
GM
698 * Makefile.in: Make it look more like the other doc Makefiles.
699 Use explicit $srcdir in all dependencies.
700 Remove cd $srcdir from rules.
701 (VPATH): Remove.
702 (infodir): Set to an absolute path.
703 (INFO_TARGETS): Use short names.
704 (mkinfodir): infodir is now absolute.
705 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
706
c7f95930 707 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 708 (.SUFFIXES): Disable implicit rules.
c7f95930 709
3fe7cdc8
GM
710 * Makefile.in (MKDIR_P): New, set by configure.
711 (mkinfodir): Use $MKDIR_P.
712
6f0652af
GM
7132012-05-07 Glenn Morris <rgm@gnu.org>
714
715 * forms.texi (Long Example): Update for changed location of files.
716
8045b906
GM
7172012-05-04 Glenn Morris <rgm@gnu.org>
718
719 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
720 (INFO_TARGETS): Use $INFO_EXT.
721 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
722 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
723 (INFO_TARGETS): Use $INFO_EXT.
724 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
725
9e7a4bcf
GM
7262012-05-02 Glenn Morris <rgm@gnu.org>
727
9aa071df
GM
728 * Makefile.in (echo-info): New phony target, used by top-level.
729
9e7a4bcf
GM
730 * viper.texi: Make direntry shorter (also it is no longer "newest").
731
732 * emacs-gnutls.texi, ert.texi, org.texi:
733 Fix dircategory, direntry to match info/dir.
734
31cc861c
GM
735 * faq.texi: Convert @inforefs to @xrefs.
736 Fix some malformed cross-references.
f9e320bb
GM
737 (File-name conventions): Shorten section name to avoid overfull line.
738 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 739
723ea6b5
TZ
7402012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
741
742 * auth.texi (Help for users): Update for .gpg file being second.
743
a8e7d6d7 7442012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
745
746 * org.texi (Agenda commands): Fix two typos: give corresponding
747 function names, according to `org-agenda-view-mode-dispatch'.
748
a8e7d6d7 7492012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
750
751 * faq.texi (Major packages and programs): Remove section.
752 There is no point listing 6 packages (cf etc/MORE.STUFF).
753 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 754
dcbf5805
MA
7552012-04-22 Michael Albinus <michael.albinus@gmx.de>
756
757 * dbus.texi (Version): New node.
758 (Properties and Annotations): Mention the object manager
759 interface. Describe dbus-get-all-managed-objects.
760 (Type Conversion): Floating point numbers are allowed, if an
761 anteger does not fit Emacs's integer range.
762 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
763 (Asynchronous Methods): Fix description of
764 dbus-call-method-asynchronously.
765 (Receiving Method Calls): Fix some minor errors. Add
766 dbus-interface-emacs.
767 (Signals): Describe unicast signals and the new match rules.
768 (Alternative Buses): Add the PRIVATE optional argument to
769 dbus-init-bus. Describe its new return value. Add dbus-setenv.
770
adee4030
GM
7712012-04-20 Glenn Morris <rgm@gnu.org>
772
773 * faq.texi (New in Emacs 24): New section.
774 (Packages that do not come with Emacs): Mention M-x list-packages.
775
35dc09a1 7762012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
777
778 * cc-mode.texi (c-offsets-alist): Correct a typo.
779
35dc09a1 7802012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
781
782 * org.texi (Deadlines and scheduling): Fix the example: the
783 DEADLINE item should come right after the headline. We enforce
784 this convention, so it is a bug not to illustrate it correctly in
785 the manual.
786
35dc09a1 7872012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
788
789 * org.texi (Agenda commands): Fix documentation bug by swapping
790 the equivalent keybindings to `org-agenda-next-line' with the ones
791 to `org-agenda-previous-line'.
792
35dc09a1 7932012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
794
795 * Makefile.in: Replace non-portable use of $< in ordinary rules.
796
e2560ea8
EZ
7972012-04-09 Eli Zaretskii <eliz@gnu.org>
798
799 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
800 emacs-gnutls.
801 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
802
6b4f4a2d
TZ
8032012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
804
250b840e 805 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
806
807 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
808
ca2c89b6
TZ
8092012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
810
811 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 812 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 813
aebd5f1a
GM
8142012-04-04 Glenn Morris <rgm@gnu.org>
815
816 * auth.texi (Secret Service API): Copyedits.
817 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
818 (Help for users, Help for developers)
819 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 820
0317dd51
MA
8212012-04-04 Michael Albinus <michael.albinus@gmx.de>
822
823 * auth.texi (Secret Service API): Add the missing text.
824
3d439cd1
CY
8252012-04-04 Chong Yidong <cyd@gnu.org>
826
827 * message.texi (Using PGP/MIME): Note that epg is now the default.
828
829 * gnus.texi: Reduce references to obsolete pgg library.
830 (Security): Note that epg is now the default.
831
832 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
833
834 * nxml-mode.texi (Completion): C-RET is no longer bound to
835 nxml-complete.
836
153ae947
BG
8372012-04-01 Jambunathan K <kjambunathan@gmail.com>
838
839 * org.texi (Customizing tables in ODT export): Correct few errors.
840
8412012-04-01 Jambunathan K <kjambunathan@gmail.com>
842
843 * org.texi (Links in ODT export): Update.
844 (Labels and captions in ODT export): New node.
845
8462012-04-01 Jambunathan K <kjambunathan@gmail.com>
847
848 * org.texi (Literal examples in ODT export): htmlfontify.el in
849 Emacs-24.1 now supports fontification. So ODT source blocks will
850 be fontified by default.
851
8522012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
853
854 * org.texi (Refiling notes): Remove duplicated keybinding.
855
8562012-04-01 Eric Schulte <eric.schulte@gmx.com>
857
858 * org.texi (noweb): Documentation of this new option to the :noweb
859 header argument.
860
8612012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
862
863 * org.texi (Header and sectioning): Add example demonstrating how
864 to use "LaTeX_CLASS_OPTIONS".
865
8662012-04-01 Eric Schulte <eric.schulte@gmx.com>
867
868 * org.texi (Noweb reference syntax): Describe the ability to
869 execute noweb references in the manual.
870
8712012-04-01 Eric Schulte <eric.schulte@gmx.com>
872
873 * org.texi (cache): Improve cache documentation when session
874 evaluation is used.
875
8762012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
877
878 * org.texi (Plain lists): Document removal.
879
8802012-04-01 Michael Brand <michael.ch.brand@gmail.com>
881
882 * org.texi: Decapitalize file name in references to Calc manual.
883
8842012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
885
886 * org.texi (Plain lists): Document removal.
887
8882012-04-01 Jambunathan K <kjambunathan@gmail.com>
889
890 * org.texi (Top, OpenDocument Text export)
891 (ODT export commands, Extending ODT export)
892 (Images in ODT export, Tables in ODT export)
893 (Configuring a document converter): Add or Update.
894
8952012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
896
897 * org.texi (MobileOrg): Change the wording to reflect that the
898 Android Version is no longer just the little brother of the iOS
899 version.
900
9012012-04-01 Eric Schulte <eric.schulte@gmx.com>
902
903 * org.texi (Key bindings and useful functions): Updated babel key
904 binding documentation in manual.
905
9062012-04-01 Eric Schulte <eric.schulte@gmx.com>
907
908 * org.texi (noweb): Document new noweb header value.
909
9102012-04-01 Eric Schulte <eric.schulte@gmx.com>
911
912 * org.texi (noweb-sep): Document new header argument.
913
9142012-04-01 Eric Schulte <eric.schulte@gmx.com>
915
916 * org.texi (noweb-ref): Documentation of this new custom variable.
917
9182012-04-01 Eric Schulte <eric.schulte@gmx.com>
919
920 * org.texi (wrap): Update the new :wrap documentation to match the
921 current implementation.
922
9232012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
924
925 * org.texi: Added documentation for :wrap.
926
9272012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
928
929 * org.texi: #+RESULTS now user-configurable.
930
9312012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
932
933 * org.texi: Documented :noweb no-export.
934
9352012-04-01 Thomas Dye <dk@poto.local>
936
937 * org.texi: Edit :noweb no header argument for correctness.
938
9392012-04-01 Bastien Guerry <bzg@altern.org>
940
941 * org.texi (Customization): Update the approximate number of Org
942 variables.
943
9442012-04-01 Thomas Dye <dk@poto.local>
945
946 * org.texi: The :results wrap produces a drawer instead of a
947 begin_results block.
948
005a89ff
G
9492012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
950
951 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
952 reflect the new default.
953
589ce070
EZ
9542012-03-10 Eli Zaretskii <eliz@gnu.org>
955
956 * info.texi (Expert Info): Move the index entry for "Texinfo" from
957 "Getting Started" to this node. (Bug#10450)
958
a5392527
CY
9592012-03-10 Chong Yidong <cyd@gnu.org>
960
8ae818e4
CY
961 * flymake.texi (Example -- Configuring a tool called via make):
962 Mention the Automake COMPILE variable (Bug#8715).
963
a5392527
CY
964 * info.texi (Getting Started): Add an index entry (Bug#10450).
965
d49902e4
MA
9662012-03-02 Michael Albinus <michael.albinus@gmx.de>
967
968 * dbus.texi (Signals): Known names will be mapped onto unique
969 names, when registering for signals.
970
53eced6d
GM
9712012-02-29 Glenn Morris <rgm@gnu.org>
972
bcd6cd23
GM
973 * url.texi: Fix quote usage in body text.
974
775b55af
GM
975 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
976
53eced6d
GM
977 * cl.texi: Use @code{} in menus when appropriate.
978
44e97401
GM
9792012-02-28 Glenn Morris <rgm@gnu.org>
980
981 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
982 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
983 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
984 * org.texi, sc.texi, vip.texi, viper.texi:
985 Standardize possessive apostrophe usage.
986
fa9a0855
CY
9872012-02-26 Chong Yidong <cyd@gnu.org>
988
989 * ediff.texi (Quick Help Commands): Add a couple of index entries
990 (Bug#10834).
991
0fd2c9a3
GM
9922012-02-17 Glenn Morris <rgm@gnu.org>
993
994 * gnus.texi (Posting Styles):
995 * remember.texi (Org): Fix cross-refs to other manuals.
996
9f26dc24
GM
9972012-02-15 Glenn Morris <rgm@gnu.org>
998
999 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
1000 (Encryption): New chapter, split out from previous.
1001
3d2af193
LI
10022012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1003
1004 * gnus.texi (Customizing the IMAP Connection): Mention
1005 nnimap-record-commands.
1006
b74c9672
GM
10072012-02-10 Glenn Morris <rgm@gnu.org>
1008
1009 * url.texi (Retrieving URLs): Update url-retrieve arguments.
1010 Mention url-queue-retrieve.
1011
2ebc3b94
GM
10122012-02-09 Glenn Morris <rgm@gnu.org>
1013
9fcfcdef
GM
1014 * sem-user.texi (Semantic mode user commands): Typo fix.
1015
2ebc3b94
GM
1016 * info.texi (Create Info buffer): Mention info-display-manual.
1017
7c4bbb69
LI
10182012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1019
1020 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
1021 example (modified from an example by Michael Albinus).
1022
debce7bc
G
10232012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1024
1025 * gnus.texi (Agent Basics): Fix outdated description of
1026 `gnus-agent-auto-agentize-methods'.
1027
b207a4ec
AS
10282012-01-28 Andreas Schwab <schwab@linux-m68k.org>
1029
1030 * cc-mode.texi: Always @defindex ss.
1031 (Config Basics): Fix argument of @itemize.
1032 (Macro Backslashes): Add @code around index entry.
1033
b8fe8712
GM
10342012-01-23 Glenn Morris <rgm@gnu.org>
1035
1036 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
1037
02dc2fd7
EH
10382012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
1039
1040 * tramp.texi (File): Tweak wording for the `scpc' option.
1041
e7719ea1
G
10422012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1043
1044 * gnus.texi (Group Parameters): Really note precedence.
1045
9937bef4
G
10462012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1047
1048 * gnus.texi (Group Parameters): Note precedence.
1049
e66ba1df
BG
10502012-01-03 Eric Schulte <eric.schulte@gmx.com>
1051
1052 * org.texi (Noweb reference syntax): Adding documentation of
1053 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1054 variable.
1055
10562012-01-03 Bastien Guerry <bzg@gnu.org>
1057
1058 * org.texi (Plain lists): Split the table to fix the display
1059 of items.
1060
10612012-01-03 Bastien Guerry <bzg@gnu.org>
1062
1063 * org.texi (Plain lists): Fix misplaced explanation.
1064
10652012-01-03 Bastien Guerry <bzg@gnu.org>
1066
1067 * org.texi (Plain lists, Agenda files): Add index entries.
1068
10692012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1070
1071 * org.texi: Use "Org mode" instead of alternatives like
1072 "Org-mode" or "org-mode".
1073
10742012-01-03 Bernt Hansen <bernt@norang.ca>
1075
1076 * org.texi (Agenda commands): Document
1077 `org-clock-report-include-clocking-task'.
1078
10792012-01-03 Bastien Guerry <bzg@gnu.org>
1080
1081 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1082 C-c' on checkboxes.
1083
10842012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1085
1086 * org.texi: End sentences with two spaces.
1087
10882012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1089
1090 * org.texi (External links): Document the link types file+sys
1091 and file+emacs, slightly narrow used page width.
1092
10932012-01-03 Eric Schulte <eric.schulte@gmx.com>
1094
1095 * org.texi (colnames): Note that colnames behavior may differ
1096 across languages.
1097
10982012-01-03 Bastien Guerry <bzg@gnu.org>
1099
1100 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1101
11022012-01-03 Thomas Dye <dk@poto.westell.com>
1103
1104 * org.texi: Augmented discussion of babel property
1105 inheritance. Put footnote outside sentence ending period.
1106
11072012-01-03 Eric Schulte <schulte.eric@gmail.com>
1108
1109 * org.texi (eval): Documenting the full range of :eval header
1110 argument values.
1111
11122012-01-03 Eric Schulte <schulte.eric@gmail.com>
1113
1114 * org.texi (eval): Documentation of the new :eval option.
1115
11162012-01-03 Thomas Dye <dk@poto.local>
1117
1118 * org.texi: Add accumulated properties.
1119
11202012-01-03 Thomas Dye <dk@poto.local>
1121
1122 * org.texi: Documented no spaces in name=assign, another
1123 correction to :var table.
1124
11252012-01-03 Thomas Dye <dk@poto.local>
1126
1127 * org.texi: Changed DATA to NAME in Working With Source Code
1128 section.
1129
11302012-01-03 Tom Dye <tsd@tsdye.com>
1131
1132 * org.texi: Minor change to :var table.
1133
11342012-01-03 Tom Dye <tsd@tsdye.com>
1135
1136 * org.texi: More changes to :var table (some examples were wrong).
1137
11382012-01-03 Tom Dye <tsd@tsdye.com>
1139
1140 * org.texi: Cleaned up :var table.
1141
11422012-01-03 Bastien Guerry <bzg@gnu.org>
1143
1144 * org.texi (Timestamps, Weekly/daily agenda)
1145 (Weekly/daily agenda): Add @cindex for "appointment".
1146
11472012-01-03 Eric Schulte <schulte.eric@gmail.com>
1148
1149 * org.texi (Literal examples): A new link to the template for
1150 inserting empty code blocks.
1151 (Structure of code blocks): A new link to the template for
1152 inserting empty code blocks.
1153
11542012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1155
1156 * org.texi (External links): Add footnote on how the behavior
1157 of the text search in Org files are controled by the variable
1158 `org-link-search-must-match-exact-headline'.
1159
11602012-01-03 Eric Schulte <schulte.eric@gmail.com>
1161
1162 * org.texi (Buffer-wide header arguments): Update
1163 documentation to reflect removal of #+PROPERTIES.
1164
11652012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1166
1167 * org.texi (The clock table): Mention that ACHIVED trees
1168 contribute to the clock table.
1169
11702012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1171
1172 * org.texi (Conflicts): Better yasnippet config info.
1173
11742012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1175
1176 * org.texi (Selective export): Explicitely mention the default
1177 values for `org-export-select-tags',
1178 `org-export-exclude-tags'.
1179
11802012-01-03 Tom Dye <tsd@tsdye.com>
1181
1182 * org.texi: Added a line to specify that header arguments are
1183 lowercase.
1184
11852012-01-03 Tom Dye <tsd@tsdye.com>
1186
1187 * org.texi: :var requires default value when declared.
1188
11892012-01-03 Bastien Guerry <bzg@gnu.org>
1190
1191 * org.texi (Handling links): Add a note about the
1192 `org-link-frame-setup' option.
1193
11942012-01-03 David Maus <dmaus@ictsoc.de>
1195
1196 * org.texi (Exporting Agenda Views, Extracting agenda
1197 information): Fix command line syntax, quote symbol parameter
1198 values.
1199
12002012-01-03 David Maus <dmaus@ictsoc.de>
1201
1202 * org.texi (Exporting Agenda Views): Fix command line syntax.
1203
8d80ef01
PE
12042011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1205
1206 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1207 Use octal notation for file permissions, which are normally
1208 thought of in octal.
1209 (Mail Back End Variables): Use more-plausible modes in example.
1210
47d42d81
AM
12112011-12-20 Alan Mackenzie <acm@muc.de>
1212
1213 * cc-mode.texi: Update version string 5.31 -> 5.32.
1214
a98edce9
JB
12152011-12-06 Juanma Barranquero <lekktu@gmail.com>
1216
1217 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1218
321decc8
GM
12192011-11-24 Glenn Morris <rgm@gnu.org>
1220
1221 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1222
f8107b79
JB
12232011-11-24 Juanma Barranquero <lekktu@gmail.com>
1224
1225 * makefile.w32-in: Update dependencies.
1226
f5a96a4f
GM
12272011-11-20 Glenn Morris <rgm@gnu.org>
1228
1229 * gnus.texi (Group Information):
1230 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1231
cd1181db
JB
12322011-11-20 Juanma Barranquero <lekktu@gmail.com>
1233
1234 * gnus-coding.texi (Gnus Maintenance Guide):
1235 Rename from "Gnus Maintainance Guide".
1236
1237 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1238 * eieio.texi (Customizing):
fe7a3057
JB
1239 * gnus.texi (Article Washing):
1240 * gnus-news.texi:
1241 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 1242
7877f373
JB
12432011-11-16 Juanma Barranquero <lekktu@gmail.com>
1244
1245 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1246
0d26e0b6
JB
12472011-11-15 Juanma Barranquero <lekktu@gmail.com>
1248
c7015153
JB
1249 * ede.texi (project-am-texinfo):
1250 * gnus.texi (Sending or Not Sending):
1251 * org.texi (Template elements): Fix typos.
0d26e0b6 1252
0b381c7e
JB
12532011-11-14 Juanma Barranquero <lekktu@gmail.com>
1254
1255 * ediff.texi (Hooks):
c7015153 1256 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 1257
40a8bdf6
JB
12582011-11-11 Juanma Barranquero <lekktu@gmail.com>
1259
1260 * semantic.texi (Tag handling): Fix typo.
1261
57dda3bb
KY
12622011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1263
1264 * gnus.texi (Other Gnus Versions): Remove.
1265
52bedd34
AM
12662011-10-28 Alan Mackenzie <acm@muc.de>
1267
1268 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1269 (Other Special Indentations): Add an xref to "Macros with ;".
1270 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1271 "Macros with ;".
1272 (Macros with ;): New page.
1273
00b77525
GM
1274 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1275 Document the new handling of nested scopes for movement by defuns.
52bedd34 1276
4a623313
MA
12772011-10-23 Michael Albinus <michael.albinus@gmx.de>
1278
1279 Sync with Tramp 2.2.3.
1280
1281 * trampver.texi: Update release number.
1282
466a320e
GM
12832011-10-14 Glenn Morris <rgm@gnu.org>
1284
1285 * ert.texi (Introduction, How to Run Tests)
1286 (Running Tests Interactively, Expected Failures)
1287 (Tests and Their Environment, Useful Techniques)
1288 (Interactive Debugging, Fixtures and Test Suites):
1289 Minor rephrasings.
1290 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1291 (Running Tests in Batch Mode): Simplify loading instructions.
1292 (Test Selectors): Clarify some selectors.
1293 (Expected Failures, Useful Techniques):
1294 Make examples fit in 80 columns.
1295
2be4956d
JB
12962011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1297
1298 * calc.texi (Basic Operations on Units): Discuss temperature
1299 conversion (`u t') alongside with other unit conversions ('u c').
1300
7359a765
GM
13012011-10-12 Glenn Morris <rgm@gnu.org>
1302
1303 * ert.texi: Whitespace trivia to make main menu items line up better.
1304
a0c52e5d
GM
13052011-10-08 Glenn Morris <rgm@gnu.org>
1306
1307 * Makefile.in: Fix ert rules.
1308
465d0300
G
13092011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1310
1311 * gnus.texi (Gnus Utility Functions): Add more references and
1312 explanations (bug#9683).
1313
a5166359
LMI
13142011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1315
1316 * gnus.texi (Archived Messages): Note the default (bug#9552).
1317
b523dc20
BW
13182011-09-21 Bill Wohler <wohler@newt.com>
1319
1320 Release MH-E manual version 8.3.
1321
58179cce 1322 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
1323 release 8.3.
1324 (Preface): Updated support information.
bd7239f5 1325 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
1326 historical quote, the tense should be correct in the time that it
1327 was written.
1328
0afb49a1
LMI
13292011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1330
1331 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1332 (Finding the News): Doc clarification.
1333 (Terminology): Mention naming.
1334
e21bac42
G
13352011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1336
1337 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1338 (Interactive): Document `quiet'.
1339
5b409b39 13402011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 1341
bd7239f5 1342 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 1343
5b409b39 13442011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1345
bd7239f5 1346 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
1347 scope for `org-map-entries'.
1348
5b409b39 13492011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1350
1351 * org.texi (Visibility cycling): Document `org-copy-visible'.
1352
5b409b39 13532011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1354
bd7239f5 1355 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
1356 proper order.
1357
5b409b39 13582011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1359
1360 * org.texi (eval): Expand discussion of the :eval header argument.
1361
5b409b39 13622011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1363
1364 * org.texi (Languages): Add Lilypond and Awk as supported
1365 languages.
1366
5b409b39 13672011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 1368
bd7239f5 1369 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
1370 LOG_INTO_DRAWER can be used to override the contents of variable
1371 org-clock-into-drawer (or if unset, org-log-into-drawer).
1372
bd7239f5 1373 * org.texi: Replace @xref->@pxref.
3ab2c837 1374
5b409b39 13752011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1376
1377 * org.texi (Evaluating code blocks): Documenting the new option
1378 for inline call lines.
1379
5b409b39 13802011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1381
1382 * org.texi (Results of evaluation): More explicit about the
1383 mechanism through which interactive evaluation of code is
1384 performed.
1385
5b409b39 13862011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1387
1388 * org.texi (noweb-ref): New header argument documentation.
1389
5b409b39 13902011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1391
1392 * org.texi (Extracting source code): Documentation of the new
1393 org-babel-tangle-named-block-combination variable.
1394
5b409b39 13952011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1396
bd7239f5 1397 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 1398 behavior of multiple blocks of the same name is undefined.
3ab2c837 1399
5b409b39 14002011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
1401
1402 * org.texi (TaskJuggler export): Modify the example to reflect the
1403 new effort durations.
1404
5b409b39 14052011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1406
1407 * org.texi (Images in LaTeX export): Escape curly brackets in
1408 LaTeX example.
1409
5b409b39 14102011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1411
1412 * org.texi (The clock table): Document the :properties and
1413 :inherit-props arguments for the clocktable.
1414
5b409b39 14152011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1416
1417 * org.texi (Tables in LaTeX export): Document specifying placement
1418 options for tables.
1419
5b409b39 14202011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1421
1422 * org.texi (Evaluating code blocks): More specific documentation
1423 about the different types of header arguments.
1424
5b409b39 14252011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
1426
1427 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1428
5b409b39 14292011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1430
1431 * org.texi (Built-in table editor): Document the table field
1432 follow mode.
1433
5b409b39 14342011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1435
1436 * org.texi (Easy Templates): Document new template.
1437
5b409b39 14382011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1439
1440 * org.texi (Literal examples): Add a cross-reference from "Literal
1441 Examples" to "Easy Templates."
1442
5b409b39 14432011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1444
1445 * org.texi (The clock table): Add link to match syntax.
1446
5b409b39 14472011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1448
1449 * org.texi (Agenda commands): Document clock consistency checks.
1450
5b409b39 14512011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1452
1453 * org.texi (Built-in table editor): Document that \vert represents
1454 a vertical bar in a table field.
1455
5b409b39 14562011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1457
1458 * org.texi (Literal examples): Link from "Markup" > "Literate
1459 Examples" to "Working with Source Code".
1460
5b409b39 14612011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1462
1463 * org.texi (Agenda commands): Doc for function option to bulk
1464 action.
1465
5b409b39 14662011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1467
1468 * org.texi (Template expansion): Document new %<...> template
1469 escape.
1470
5b409b39 14712011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1472
1473 * org.texi (Selective export): Document exclusion of any tasks
1474 from export.
1475
5b409b39 14762011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1477
1478 * org.texi (Selective export): Document how to exclude DONE tasks
1479 from export.
1480 (Publishing options): Document the properties to be used to turn off
1481 export of DONE tasks.
1482
5b409b39 14832011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1484
1485 * org.texi (The date/time prompt): Document date range protection.
1486
5b409b39 14872011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1488
1489 * org.texi (padline): Documentation of the new padline header
1490 argument.
1491
5b409b39 14922011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1493
1494 * org.texi (var): Adding "[" to list of characters triggering
1495 elisp evaluation.
1496
5b409b39 14972011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1498
1499 * org.texi (var): Documentation of Emacs Lisp evaluation during
1500 variable assignment.
1501
5b409b39 15022011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1503
1504 * org.texi (colnames): Reference indexing into variables, and note
1505 that colnames are *not* removed before indexing occurs.
1506 (rownames): Reference indexing into variables, and note that
1507 rownames are *not* removed before indexing occurs.
1508
5b409b39 15092011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1510
1511 * org.texi (var): Clarification of indexing into tabular
1512 variables.
1513
5b409b39 15142011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1515
1516 * org.texi (results): Documentation of the `:results wrap' header
1517 argument.
1518
5b409b39 15192011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1520
bd7239f5 1521 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
1522 of the LaTeX export: the org file has to be properly structured.
1523
5b409b39 15242011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1525
1526 * org.texi (Dynamic blocks, Structure editing): Mention
1527 the function `org-narrow-to-block'.
1528
5b409b39 15292011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1530
1531 * org.texi (Languages): Updating list of code block supported
1532 languages.
1533
5b409b39 15342011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1535
1536 * org.texi (Special properties): CATEGORY is a special property,
1537 but it may also used in the drawer.
1538
5b409b39 15392011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1540
1541 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1542
5b409b39 15432011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1544
1545 * org.texi (Include files): Document :lines.
1546
5b409b39 15472011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1548
1549 * org.texi (comments): Documentation of the ":comments noweb" code
1550 block header argument.
1551
5b409b39 15522011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1553
1554 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1555 added extra whitespace around functions to be consistent with the
1556 rest of the section.
1557
5b409b39 15582011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1559
0b381c7e 1560 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
1561 #+call: line syntax.
1562 (Header arguments in function calls): Expanded discussion of
1563 #+call: line syntax.
1564
5b409b39 15652011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1566
1567 * org.texi (Evaluating code blocks): More explicit about how to
1568 pass variables to #+call lines.
1569
5b409b39 15702011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1571
1572 * org.texi (Results of evaluation): Link to the :results header
1573 argument list from the "Results of evaluation" section.
1574
5b409b39 15752011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1576
1577 * org.texi (Conflicts): Adding additional information about
1578 resolving org/yasnippet conflicts.
1579
5b409b39 15802011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1581
1582 * org.texi (Publishing options): Document style-include-scripts
1583 publishing project property.
1584
5b409b39 15852011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1586
1587 * org.texi (Sparse trees): Document the next-error /
1588 previous-error functionality.
1589
5b409b39 15902011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1591
1592 * org.texi (cache): Improved documentation of code block caches.
1593
5b409b39 15942011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1595
1596 * org.texi (Code block specific header arguments): Documentation
1597 of multi-line header arguments.
1598
5b409b39 15992011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1600
1601 * org.texi (Code evaluation security): Add example for using a
1602 function.
1603
5b409b39 16042011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1605
1606 * org.texi (Tables in LaTeX export): Documentation of new
1607 attr_latex options for tables.
1608
5b409b39
BG
16092011-08-03 Michael Albinus <michael.albinus@gmx.de>
1610
1611 * trampver.texi: Update release number.
1612
16132011-07-30 Michael Albinus <michael.albinus@gmx.de>
1614
1615 Sync with Tramp 2.2.2.
1616
1617 * trampver.texi: Update release number.
1618
064e2d08
LMI
16192011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1620
1621 * flymake.texi (Example -- Configuring a tool called via make):
1622 Use /dev/null instead of the Windows "nul" (bug#8715).
1623
b8151e9c
LMI
16242011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1625
1626 * widget.texi (Setting Up the Buffer): Remove mention of the
1627 global keymap parent, which doesn't seem to be accurate
1628 (bug#7045).
1629
5b409b39
BG
16302011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1631
1632 * org.texi (Special agenda views): Fix double quoting (bug#3509).
1633
c0a8ae95
KR
16342010-07-10 Kevin Ryde <user42@zip.com.au>
1635
1636 * cl.texi (For Clauses): Add destructuring example processing an
1637 alist (bug#6596).
1638
ac6531ad
LMI
16392011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1640
1641 * ediff.texi (Major Entry Points): Remove mention of `require',
1642 since that's not pertinent in the installed Emacs (bug#9016).
1643
d30dd079
G
16442011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1645
1646 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
1647 (Filtering New Groups): Clarify how simple the "options -n" format is.
1648 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1649 is internal.
d30dd079 1650
862c0d68
MA
16512011-07-04 Michael Albinus <michael.albinus@gmx.de>
1652
1653 * tramp.texi (Cleanup remote connections): Add
1654 `tramp-cleanup-this-connection'.
1655
cd865a33
G
16562011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1657
1658 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1659 zombies.
1660 (Checking New Groups): Ditto (bug#8974).
7d1738f1 1661 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
1662
16632011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1664
1665 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1666 backups, and not actual vc (bug#8975).
1667
79414ae4
KR
16682011-07-03 Kevin Ryde <user42@zip.com.au>
1669
1670 * cl.texi (For Clauses): @items for hash-values and key-bindings
1671 to make them more visible when skimming. Add examples of `using'
1672 clause to them, examples being clearer than a description in
1673 words (bug#6599).
1674
847ccf7c
AM
16752011-07-01 Alan Mackenzie <acm@muc.de>
1676
1677 * cc-mode.texi (Guessing the Style): New page.
1678 (Styles): Add a short introduction to above.
1679
3da13bb9
DD
16802011-06-28 Deniz Dogan <deniz@dogan.se>
1681
1682 * rcirc.texi (Configuration): Bug-fix:
1683 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1684 Reported by Elias Pipping <pipping@exherbo.org>.
1685
60a0884e
G
16862011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1687
1688 * gnus.texi (Summary Mail Commands): Document
1689 `gnus-summary-reply-to-list-with-original'.
1690
0c7efc08
SM
16912011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1692
1693 * eshell.texi (Known problems): Fix typo.
1694
ea3596a2
MA
16952011-06-12 Michael Albinus <michael.albinus@gmx.de>
1696
0c7efc08 1697 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1698 (Password handling): `auth-source-debug' is good for debug messages.
1699
2da9c605
G
17002011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1701
1702 * gnus.texi (Store custom flags and keywords): Refer to
1703 `gnus-registry-article-marks-to-{chars,names}' instead of
1704 `gnus-registry-user-format-function-{M,M2}'.
1705
e61923c8
GM
17062011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1707
1708 * texinfo.tex: Merge from gnulib.
1709
627abcdd
TZ
17102011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1711
1712 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1713 (Store custom flags and keywords):
1714 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1715 `gnus-registry-user-format-function-M2'.
1716
a3c92bc1
EZ
17172011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1718
8f906c40 1719 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1720
85d870a9
GM
17212011-05-17 Glenn Morris <rgm@gnu.org>
1722
1723 * gnus.texi (Face): Fix typo.
1724
2cdee799
GM
17252011-05-14 Glenn Morris <rgm@gnu.org>
1726
1727 * dired-x.texi (Omitting Examples): Minor addition.
1728
79b70037
GM
17292011-05-10 Jim Meyering <meyering@redhat.com>
1730
1731 * ede.texi: Fix typo "or or -> or".
1732
a7111a62 17332011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1734
1735 * gnus.texi (Summary Buffer Lines):
1736 gnus-summary-user-date-format-alist does not exist.
1737 (Sorting the Summary Buffer): More about sorting threads.
1738
69026aba
MA
17392011-04-25 Michael Albinus <michael.albinus@gmx.de>
1740
1741 * trampver.texi: Update release number.
1742
9024ff79
MA
17432011-04-14 Michael Albinus <michael.albinus@gmx.de>
1744
1745 * tramp.texi (Frequently Asked Questions): New item for disabling
1746 Tramp in other packages.
1747
c3c65d73
TZ
17482011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1749
1750 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1751 (Fancy splitting to parent, Store arbitrary data):
1752 Updated gnus-registry docs.
c3c65d73 1753
9ec6a317
JB
17542011-04-13 Juanma Barranquero <lekktu@gmail.com>
1755
1756 * ede.texi: Fix typos.
1757
1e3b6001
G
17582011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1759
9ec6a317
JB
1760 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1761 It's @table @code.
1e3b6001 1762
a5954fa5
G
17632011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1764
ed9265fc 1765 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 1766
d71990a1
JB
17672011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1768
1769 * calc.texi (Logarithmic Units): Update the function names.
1770
1518e4f0
G
17712011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1772
1773 * message.texi (Various Commands): Document format specs in the
1774 ellipsis.
1775
a123622d
G
17762011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1777
1778 * message.texi (Insertion Variables): Document message-cite-style.
1779
17802011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1781
1782 * tramp.texi (Remote processes): New subsection "Running shell on
1783 a remote host".
1784
4248cca2
TZ
17852011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1786
1787 * auth.texi (Help for developers): Update docs to explain that the
1788 :save-function will only run the first time.
1789
54ce11a1
GM
17902011-03-12 Glenn Morris <rgm@gnu.org>
1791
1792 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1793 (emacs-faq.text): New target.
1794 (clean): Add emacs-faq.
1795
0c3b25f8
MA
17962011-03-12 Michael Albinus <michael.albinus@gmx.de>
1797
1798 Sync with Tramp 2.2.1.
1799
1800 * trampver.texi: Update release number.
1801
b740639e
GM
18022011-03-11 Glenn Morris <rgm@gnu.org>
1803
1804 * Makefile.in (HTML_TARGETS): New.
1805 (clean): Delete $HTML_TARGETS.
1806 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1807
733afdf4
TZ
18082011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1809
1810 * auth.texi (Help for developers): Show example of using
1811 `auth-source-search' with prompts and :save-function.
1812
33383987
JB
18132011-03-07 Chong Yidong <cyd@stupidchicken.com>
1814
1815 * Version 23.3 released.
1816
a5057546
G
18172011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1818
1819 * message.texi (Message Buffers): Update default value of
1820 message-generate-new-buffers.
1821
479a2c9b
JB
18222011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1823
1824 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1825 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1826 respectively.
05a29101
JB
1827 (Musical Notes): New section.
1828 (Customizing Calc): Mention the customizable variable
1829 calc-note-threshold.
479a2c9b 1830
e0535b76
GM
18312011-03-03 Glenn Morris <rgm@gnu.org>
1832
1833 * url.texi (Dealing with HTTP documents): Remove reference to
1834 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1835 (Configuration): Update url-configuration-directory description.
e0535b76 1836
2777ccbf
GM
18372011-03-02 Glenn Morris <rgm@gnu.org>
1838
1839 * dired-x.texi (Multiple Dired Directories): Remove mentions
1840 of dired-default-directory-alist and dired-default-directory.
1841 Move dired-smart-shell-command here...
1842 (Miscellaneous Commands): ... from here.
1843
257219bd
PE
18442011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1845
1846 * texinfo.tex: Update to version 2011-02-24.09.
1847
8889f4e2
GM
18482011-03-02 Glenn Morris <rgm@gnu.org>
1849
1850 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1851 instead of the obsoleted dired-omit-here-always.
1852
5d41af19
MA
18532011-02-28 Michael Albinus <michael.albinus@gmx.de>
1854
1855 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1856 supported systems.
1857
2b0c7330 18582011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1859
61cf3a76
GM
1860 * dbus.texi (Type Conversion): Grammar fix.
1861
cce7d530 18622011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1863
cce7d530
GM
1864 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1865 "Debian GNU/Linux".
51a13bdd 1866
cce7d530
GM
1867 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1868
817b48a7
GM
18692011-02-23 Glenn Morris <rgm@gnu.org>
1870
cce7d530
GM
1871 * dired-x.texi (Features): Minor rephrasing.
1872 (Local Variables): Fix typos.
47301027
GM
1873
1874 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1875 Standardize some Emacs/XEmacs terminology.
1876
817b48a7
GM
1877 * dired-x.texi (Features): Don't advertise obsolete local variables.
1878 Simplify layout.
1879 (Omitting Variables): Update local variables example.
1880 (Local Variables): Say this is obsolete. Fix description of
1881 dired-enable-local-variables possible values.
1882
4a3988d5
G
18832011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1884
1885 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1886 default now.
1887
8e22bee0
G
18882011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1889
1890 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1891
06b840e0
LI
18922011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1893
1894 * gnus.texi (Window Layout): Document layout names.
1895
67ab0163 18962011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1897
1898 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1899 * auth.texi: Sync @dircategory with ../../info/dir.
1900 * autotype.texi: Sync @dircategory with ../../info/dir.
1901 * calc.texi: Sync @dircategory with ../../info/dir.
1902 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1903 * cl.texi: Sync @dircategory with ../../info/dir.
1904 * dbus.texi: Sync @dircategory with ../../info/dir.
1905 * dired-x.texi: Sync @dircategory with ../../info/dir.
1906 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1907 * ede.texi: Sync @dircategory with ../../info/dir.
1908 * ediff.texi: Sync @dircategory with ../../info/dir.
1909 * edt.texi: Sync @dircategory with ../../info/dir.
1910 * eieio.texi: Sync @dircategory with ../../info/dir.
1911 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1912 * epa.texi: Sync @dircategory with ../../info/dir.
1913 * erc.texi: Sync @dircategory with ../../info/dir.
1914 * eshell.texi: Sync @dircategory with ../../info/dir.
1915 * eudc.texi: Sync @dircategory with ../../info/dir.
1916 * flymake.texi: Sync @dircategory with ../../info/dir.
1917 * forms.texi: Sync @dircategory with ../../info/dir.
1918 * gnus.texi: Sync @dircategory with ../../info/dir.
1919 * idlwave.texi: Sync @dircategory with ../../info/dir.
1920 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1921 * message.texi: Sync @dircategory with ../../info/dir.
1922 * mh-e.texi: Sync @dircategory with ../../info/dir.
1923 * newsticker.texi: Sync @dircategory with ../../info/dir.
1924 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1925 * org.texi: Sync @dircategory with ../../info/dir.
1926 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1927 * pgg.texi: Sync @dircategory with ../../info/dir.
1928 * rcirc.texi: Sync @dircategory with ../../info/dir.
1929 * reftex.texi: Sync @dircategory with ../../info/dir.
1930 * remember.texi: Sync @dircategory with ../../info/dir.
1931 * sasl.texi: Sync @dircategory with ../../info/dir.
1932 * sc.texi: Sync @dircategory with ../../info/dir.
1933 * semantic.texi: Sync @dircategory with ../../info/dir.
1934 * ses.texi: Sync @dircategory with ../../info/dir.
1935 * sieve.texi: Sync @dircategory with ../../info/dir.
1936 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1937 * speedbar.texi: Sync @dircategory with ../../info/dir.
1938 * trampver.texi [emacs]: Set emacsname to "Emacs".
1939 * tramp.texi: Sync @dircategory with ../../info/dir.
1940 * url.texi: Sync @dircategory with ../../info/dir.
1941 * vip.texi: Sync @dircategory with ../../info/dir.
1942 * viper.texi: Sync @dircategory with ../../info/dir.
1943 * widget.texi: Sync @dircategory with ../../info/dir.
1944 * woman.texi: Sync @dircategory with ../../info/dir.
1945
30abce25
GM
19462011-02-19 Glenn Morris <rgm@gnu.org>
1947
0c7efc08
SM
1948 * dired-x.texi (Technical Details): No longer redefines
1949 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1950 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1951
f31f8469
GM
19522011-02-18 Glenn Morris <rgm@gnu.org>
1953
1954 * dired-x.texi (Optional Installation File At Point): Simplify.
1955
35123c04
TZ
19562011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1957
1958 * auth.texi (Help for users): Use :port instead of :protocol for all
1959 auth-source docs.
7ba93e94
G
1960 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1961 to have two files in `auth-sources'.
35123c04 1962
da5e0ce4
GM
19632011-02-16 Glenn Morris <rgm@gnu.org>
1964
b322c9af
GM
1965 * dired-x.texi: Use emacsver.texi to get Emacs version.
1966 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1967 Depend on emacsver.texi.
1968
07ca5555
GM
1969 * dired-x.texi: Drop meaningless version number.
1970 (Introduction): Remove old info.
1971 (Optional Installation Dired Jump): Autoload from dired-x.
1972 Remove incorrect info about loaddefs.el.
1973 (Bugs): Just refer to M-x report-emacs-bug.
1974
da5e0ce4
GM
1975 * dired-x.texi (Multiple Dired Directories): Update for rename of
1976 default-directory-alist.
1977 (Miscellaneous Commands): No longer mention very old VM version 4.
1978
bb55f713
PE
19792011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1980
1981 Merge from gnulib.
1982 * texinfo.tex: Update to version 2011-02-14.11.
1983
5415d076
G
19842011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1985
da5e0ce4
GM
1986 * auth.texi (Help for users):
1987 Login collection is "Login" and not "login".
5415d076 1988
14029d4b
MA
19892011-02-13 Michael Albinus <michael.albinus@gmx.de>
1990
1991 * tramp.texi (History): Remove IMAP support.
1992 (External methods, Frequently Asked Questions): Remove `imap' and
1993 `imaps' methods.
1994 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1995
1996 * trampver.texi: Remove default value of `emacsimap'.
1997
8a36c07f
GM
19982011-02-13 Glenn Morris <rgm@gnu.org>
1999
2000 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
2001 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
2002
165bc5a0
GM
20032011-02-12 Glenn Morris <rgm@gnu.org>
2004
2005 * sc.texi (Getting Connected): Remove old index entries.
2006
5415d076 20072011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
2008
2009 * url.texi: Remove duplicate @dircategory (Bug#7942).
2010
b8e0f0cd
G
20112011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
2012
8a36c07f
GM
2013 * auth.texi (Overview, Help for users, Help for developers):
2014 Update docs.
b8e0f0cd
G
2015 (Help for users): Talk about spaces.
2016
caf82551
PE
20172011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2018
2019 * texinfo.tex: Update to version 2011-02-07.16.
2020
1ff98217
MA
20212011-02-07 Michael Albinus <michael.albinus@gmx.de>
2022
2023 * dbus.texi (Bus names): Adapt descriptions for
2024 dbus-list-activatable-names and dbus-list-known-names.
2025
2e78df6b
JB
20262011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
2027
2028 * calc.texi (Logarithmic Units): New section.
2029
7fbf7cae
TZ
20302011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
2031
2032 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
2033 manuals use it now.
2034
0c7efc08 2035 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 2036
156ad271
KY
20372011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
2038
2039 * overrides.texi: Remove.
2040
2041 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2042 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2043
36539990
MA
20442011-02-05 Michael Albinus <michael.albinus@gmx.de>
2045
2046 * tramp.texi (Frequently Asked Questions): Mention problems with
2047 WinSSHD.
2048
2049 * trampver.texi: Update release number.
2050
20512011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
2052
2053 * tramp.texi:
2054 Replace "delimet" with "delimit" globally.
2055 Replace "explicite" with "explicit" globally.
2056 Replace "instead of" with "instead" where there was nothing after "of".
2057 Audit use of comma before interrogative pronoun, "that", or "which".
2058 Minor word order, spelling, wording changes.
2059
ec72bf63
G
20602011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2061
2062 * overrides.texi: New file to set or clear WEBHACKDEVEL.
2063
2064 * sieve.texi: Use WEBHACKDEVEL.
2065
2066 * sasl.texi: Use WEBHACKDEVEL.
2067
2068 * pgg.texi: Use WEBHACKDEVEL.
2069
2070 * message.texi: Use WEBHACKDEVEL.
2071
2072 * gnus.texi: Use WEBHACKDEVEL.
2073
2074 * emacs-mime.texi: Use WEBHACKDEVEL.
2075
2076 * auth.texi: Use WEBHACKDEVEL.
2077
2078 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2079 manuals.
2080
20812011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2082
2083 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2084
90b750f4
PE
20852011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2086
2087 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2088 which in turn is copied from ftp://tug.org/tex/.
2089
0e751a49
GM
20902011-02-03 Glenn Morris <rgm@gnu.org>
2091
2092 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2093 (Binding combinations of modifiers and function keys):
2094 Let's assume people reading this are not using Emacs 18.
2095
7f13c2e2
LI
20962011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2097
2098 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2099 since it's run automatically.
2100
d76c843e
LI
21012011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2102
2103 * gnus.texi (Customizing Articles): Fix typo.
2104
12e3ca0a
LI
21052011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2106
2107 * gnus.texi (Customizing Articles): Document the new way of customizing
2108 the date headers(s).
2109
fe72c8fa
LI
21102011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2111
2112 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2113 splitting example.
2114
bf3dae7e
EZ
21152011-01-29 Eli Zaretskii <eliz@gnu.org>
2116
2117 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2118 (MAKEINFO_OPTS): New variable.
2119 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2120 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2121 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2122 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2123 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2124 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2125 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2126 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2127 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2128 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2129 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2130 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2131 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2132 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2133 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2134 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2135 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2136 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2137
d6f13ac8
LI
21382011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2139
2140 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2141
c5ecc769
G
21422011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2143
2144 * message.texi (IDNA): Explain what it is.
2145
21462011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2147
2148 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2149
45eb2a5d
WL
21502011-01-23 Werner Lemberg <wl@gnu.org>
2151
2152 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2153 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2154 (ENVADD): Update.
45eb2a5d 2155
6872a814
GM
21562011-01-18 Glenn Morris <rgm@gnu.org>
2157
2158 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2159
77ab81d0 21602011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2161
2162 * nxml-mode.texi (Introduction): Fix file name typos.
2163
d221e780
CO
21642011-01-13 Christian Ohler <ohler@gnu.org>
2165
2166 * ert.texi: New file.
2167
2168 * Makefile.in:
2169 * makefile.w32-in: Add ert.texi.
2170
8c904d82
MA
21712011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2172
2173 * dbus.texi (Receiving Method Calls): New function
2174 dbus-register-service. Rearrange node.
2175
f56e0e7a
PE
21762011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2177
2178 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2179 which in turn is copied from ftp://tug.org/tex/.
2180
0fadf00e
MA
21812011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2182
2183 * dbus.texi (Receiving Method Calls): Describe new optional
2184 parameter dont-register-service of dbus-register-{method,property}.
2185
8b358e90
DU
21862010-12-17 Daiki Ueno <ueno@unixuser.org>
2187
0c7efc08
SM
2188 * epa.texi (Encrypting/decrypting *.gpg files):
2189 Mention epa-file-select-keys.
8b358e90 2190
549c9aed
G
21912010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2192
2193 * gnus.texi (Archived Messages): Remove outdated text.
2194
21952010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2196
0c7efc08 2197 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 2198
156e3f9c
G
21992010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2200
83f3eadc 2201 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 2202
8151d490
AC
22032010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2204
2205 * gnus.texi (The swish++ Engine): Add customizable parameters
2206 descriptions.
2207 (The swish-e Engine): Ditto.
2208
305bdd22
MA
22092010-12-14 Michael Albinus <michael.albinus@gmx.de>
2210
2211 * tramp.texi (Inline methods): Add "ksu" method.
2212 (Remote processes): Add example with remote `default-directory'.
2213
53aff12a
GM
22142010-12-14 Glenn Morris <rgm@gnu.org>
2215
2216 * faq.texi (Expanding aliases when sending mail):
2217 Now build-mail-aliases is interactive.
2218
8a1cdce5
AC
22192010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2220
2221 * gnus.texi: First pass at adding (rough) nnir documentation.
2222
7410c270
G
22232010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2224
53aff12a
GM
2225 * gnus.texi (Filtering New Groups):
2226 Mention gnus-auto-subscribed-categories.
2227 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
2228 removed.
2229
f49d1f52 22302010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
2231
2232 * cl.texi (For Clauses): Small fixes for frames and windows.
2233
acedf35c
CD
22342010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2235
2236 * org.texi (Using capture): Document using prefix arguments for
2237 finalizing capture.
2238 (Agenda commands): Document prefix argument for the bulk scatter
2239 command.
2240 (Beamer class export): Document that also overlay arguments can be
2241 passed to the column environment.
2242 (Template elements): Document the new entry type.
2243
22442010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2245
2246 * org.texi (Include files): Document :minlevel.
2247
22482010-12-11 Julien Danjou <julien@danjou.info>
2249
2250 * org.texi (Categories): Document category icons.
2251
22522010-12-11 Eric Schulte <schulte.eric@gmail.com>
2253
2254 * org.texi (noweb): Fix typo.
2255
516aa569
G
22562010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2257
2258 * gnus.texi (Server Commands): Point to the rest of the server
2259 commands.
2260
04db63bc
G
22612010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2262
2263 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2264 g'.
2265
ed797193
G
22662010-12-02 Julien Danjou <julien@danjou.info>
2267
2268 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2269
22702010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2271
2272 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2273 (Direct Functions): Note the STARTTLS upgrade.
2274
07976ae3 22752010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 2276 James Clark <none@example.com>
d3dfb185
GM
2277
2278 * nxml-mode.texi (Introduction): New section.
2279
59e75882
G
22802010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2281
2282 * gnus.texi (Server Commands): Document gnus-server-show-server.
2283
568a887f
MA
22842010-11-20 Michael Albinus <michael.albinus@gmx.de>
2285
2286 Sync with Tramp 2.2.0.
2287
2288 * trampver.texi: Update release number.
2289
1265829e
JB
22902010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2291
2292 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2293 Mention that the TeX specific units won't use the `tex' prefix
2294 in TeX mode.
2295
239661c0
KY
22962010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2297
2298 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2299
4a47c275 23002010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
2301
2302 * edt.texi: Remove information about Emacs 19.
2303
4a47c275 23042010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
2305
2306 * trampver.texi: Update release number.
2307
2f0e0dc8
KY
23082010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2309
2310 * gnus.texi (Article Washing): Fix typo.
2311
afe98dfa
CD
23122010-11-11 Noorul Islam <noorul@noorul.com>
2313
56f5a94e 2314 * org.texi: Fix typo.
afe98dfa
CD
2315
23162010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2317
2318 * org.texi (Using capture): Explain that refiling is
2319 sensitive to cursor position.
2320
23212010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2322
56f5a94e 2323 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
2324
23252010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2326
2327 * org.texi: Document the <c> cookie.
2328
23292010-11-11 Eric Schulte <schulte.eric@gmail.com>
2330
bd7239f5 2331 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 2332 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
2333
23342010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2335
56f5a94e 2336 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
2337
23382010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2339
56f5a94e 2340 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
2341
23422010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2343
2344 * org.texi (Setting up the staging area): Document that
2345 file names remain visible when encrypting the MobileOrg files.
2346
23472010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2348
2349 * org.texi (Setting up the staging area): Document which
2350 versions are needed for encryption.
2351
23522010-11-11 Eric Schulte <schulte.eric@gmail.com>
2353
56f5a94e
GM
2354 * org.texi (noweb): Update :noweb documentation to
2355 reflect the new "tangle" argument.
afe98dfa
CD
2356
23572010-11-11 Eric Schulte <schulte.eric@gmail.com>
2358
56f5a94e
GM
2359 * org.texi (Batch execution): Improve tangling script in
2360 documentation.
afe98dfa
CD
2361
23622010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2363
2364 * org.texi (Handling links):
2365 (In-buffer settings): Document inlining images on startup.
2366
23672010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2368
2369 * org.texi (Setting up the staging area): Document use of
2370 crypt password.
2371
23722010-11-11 David Maus <dmaus@ictsoc.de>
2373
56f5a94e 2374 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
2375
23762010-11-11 David Maus <dmaus@ictsoc.de>
2377
56f5a94e
GM
2378 * org.texi (Template expansion): Add mew in table for link type
2379 escapes.
afe98dfa
CD
2380
23812010-11-11 David Maus <dmaus@ictsoc.de>
2382
56f5a94e 2383 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
2384
23852010-11-11 Eric Schulte <schulte.eric@gmail.com>
2386
56f5a94e 2387 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
2388
23892010-11-11 Eric Schulte <schulte.eric@gmail.com>
2390
56f5a94e 2391 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
2392
23932010-11-11 Eric Schulte <schulte.eric@gmail.com>
2394
56f5a94e
GM
2395 * org.texi (Structure of code blocks):
2396 Update documentation to mention inline code block syntax.
afe98dfa
CD
2397
23982010-11-11 Eric Schulte <schulte.eric@gmail.com>
2399
56f5a94e 2400 * org.texi (comments): Improve wording.
afe98dfa
CD
2401
24022010-11-11 Eric Schulte <schulte.eric@gmail.com>
2403
56f5a94e 2404 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
2405
24062010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2407
2408 * org.texi (Installation): Remove the special
2409 installation instructions for XEmacs.
2410
24112010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2412
56f5a94e 2413 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
2414 insertion of empty structural elements.
2415
24162010-11-11 Noorul Islam <noorul@noorul.com>
2417
56f5a94e 2418 * org.texi: Fix doc.
afe98dfa
CD
2419
24202010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2421
2422 * org.texi (The date/time prompt): Document specification
2423 of time ranges.
2424
24252010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2426
2427 * org.texi (Internal links): Document the changes in
2428 internal links.
2429
24302010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2431
2432 * org.texi (Agenda commands): Document the limitation for
2433 the filter preset - it can only be used for an entire agenda
2434 view, not in an individual block in a block agenda.
2435
24362010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2437
2438 * org.texi (iCalendar export): Document alarm creation.
2439
6f8fc60c
MA
24402010-11-10 Michael Albinus <michael.albinus@gmx.de>
2441
2442 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2443
be3c11b3
LMI
24442010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2445
2446 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2447
d607b96b 24482010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 2449
d607b96b 2450 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 2451
181cb5fb
G
24522010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2453
2454 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2455 since that works by default.
2456
24572010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2458
2459 * gnus.texi (Customizing the IMAP Connection): Document
2460 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2461
36bc5d3b
MA
24622010-11-04 Michael Albinus <michael.albinus@gmx.de>
2463
2464 * tramp.texi (Remote shell setup): New item "Interactive shell
2465 prompt". Reported by Christian Millour <cm@abtela.com>.
2466 (Remote shell setup, Remote processes): Use @code{} for
2467 environment variables.
2468
cf503f7c
GM
24692010-11-03 Glenn Morris <rgm@gnu.org>
2470
537b04b9 2471 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 2472 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 2473
389b76fa
G
24742010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2475
2476 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2477
2699a554 24782010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
2479
2480 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2481
2699a554 24822010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
2483
2484 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2485
99e65b2d
G
24862010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2487
0c7efc08
SM
2488 * gnus.texi (Client-Side IMAP Splitting):
2489 Mention nnimap-unsplittable-articles.
99e65b2d
G
2490
24912010-10-29 Julien Danjou <julien@danjou.info>
2492
2493 * gnus.texi (Finding the News): Remove references to obsoletes
2494 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2495
aeeb3dcb
EZ
24962010-10-29 Eli Zaretskii <eliz@gnu.org>
2497
2498 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2499 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2500 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2501 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2502
8289f37b
GM
25032010-10-28 Glenn Morris <rgm@gnu.org>
2504
2505 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2506 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2507 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2508
d85d3b3a
DU
25092010-10-25 Daiki Ueno <ueno@unixuser.org>
2510
2511 * epa.texi (Mail-mode integration): Add alternative key bindings
2512 for epa-mail commands; escape comma.
c05c2b9b 2513 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 2514
9f534a47
JB
25152010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
2516
99e65b2d 2517 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 2518
5793a7bc 25192010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
2520
2521 * gnus.texi (Group Parameters, Buttons): Fix typos.
2522
280f417b
G
25232010-10-22 Tassilo Horn <tassilo@member.fsf.org>
2524
2525 * gnus.texi (Subscription Commands): Mention that you can also
2526 subscribe to new groups via the Server buffer, which is probably more
2527 convenient when subscribing to many groups.
2528
d806c872
G
25292010-10-21 Julien Danjou <julien@danjou.info>
2530
2531 * message.texi (Message Headers): Allow message-default-headers to be a
2532 function.
2533
d5798f68
LMI
25342010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2535
2536 * gnus-news.texi: Mention new archive defaults.
2537
b79bbef7
KY
25382010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2539
2540 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2541
2526f423
G
25422010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2543
2544 * gnus.texi (HTML): Document the function value of
2545 gnus-blocked-images.
2546 (Article Washing): shr and gnus-w3m, not the direct function names.
2547
ba91f05d
G
25482010-10-20 Julien Danjou <julien@danjou.info>
2549
2550 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2551 variable.
2552
da451787
LMI
25532010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2554
2555 * gnus.texi (Customizing the IMAP Connection): The port strings are
2556 strings.
c872595d 2557 (Document Groups): Mention git.
da451787 2558
7cad71ad
G
25592010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2560
2561 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2562 bzr/Gnus git sync.
2563
c56dfd36
EZ
25642010-10-15 Eli Zaretskii <eliz@gnu.org>
2565
2566 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2567 change.
2568
a1d16a7b
G
25692010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2570
2571 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2572 @item syntax for in-Emacs makeinfo.
2573
25742010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2575
2576 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2577 trim sentence.
2578
98e2b864
DU
25792010-10-12 Daiki Ueno <ueno@unixuser.org>
2580
2581 * epa.texi (Caching Passphrases):
0c7efc08
SM
2582 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2583 Clarify some configurations require to set up gpg-agent.
98e2b864 2584
c12e4a81
GM
25852010-10-11 Glenn Morris <rgm@gnu.org>
2586
2587 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2588
f7aa248a
G
25892010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2590
2591 * gnus.texi (Spam Package Introduction): Mention `$'.
2592
6513b232
EZ
25932010-10-09 Eli Zaretskii <eliz@gnu.org>
2594
2595 * makefile.w32-in (emacsdir): New variable.
2596 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2597 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2598
abd40fb4
GM
25992010-10-09 Glenn Morris <rgm@gnu.org>
2600
0f05450f
GM
2601 * Makefile.in (mostlyclean): Delete *.toc.
2602
d3a4ac46
GM
2603 * Makefile.in: Use $< in rules.
2604
aa9db089
GM
2605 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2606
abd40fb4
GM
2607 * Makefile.in ($(infodir)): Delete rule.
2608 (mkinfodir): New. Use it in all the info rules, rather than depending
2609 on infodir.
2610
ea274122
GM
26112010-10-09 Glenn Morris <rgm@gnu.org>
2612
6e90e2a8
GM
2613 * gnus.texi (Article Washing): Fix previous change.
2614
f7a31f11
GM
2615 * Makefile.in (emacsdir): New variable.
2616 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
2617 Depend on emacsver.texi.
2618
f7a31f11
GM
2619 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2620
ea274122
GM
2621 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2622
36d3245f
G
26232010-10-08 Julien Danjou <julien@danjou.info>
2624
f7a31f11 2625 * gnus.texi: Add mm-shr.
36d3245f
G
2626
26272010-10-08 Ludovic Courtès <ludo@gnu.org>
2628
2629 * gnus.texi (Finding the Parent, The Gnus Registry)
2630 (Registry Article Refer Method): Update docs for nnregistry.el.
2631
26322010-10-08 Daiki Ueno <ueno@unixuser.org>
2633
2634 * auth.texi (Help for users)
2635 (GnuPG and EasyPG Assistant Configuration): Update docs.
2636
12359245
GM
26372010-10-08 Glenn Morris <rgm@gnu.org>
2638
2639 * cl.texi (Organization, Installation, Old CL Compatibility):
2640 Deprecate cl-compat for new code.
4628bef1 2641 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
2642
2643 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2644
fcf2d385
KY
26452010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2646
2647 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2648
66627fa9
G
26492010-10-06 Julien Danjou <julien@danjou.info>
2650
fd9ba500
JD
2651 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2652
66627fa9
G
2653 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2654 broken link.
2655
2656 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2657
2658 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2659 to ReiserFS.
2660
2661 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2662 (FAQ 7-1): Fix getmail URL.
2663
65f54520
DU
26642010-10-06 Daiki Ueno <ueno@unixuser.org>
2665
2666 * epa.texi (Caching Passphrases): New section.
2667
4c83f6e1
GM
26682010-10-06 Glenn Morris <rgm@gnu.org>
2669
2670 * Makefile.in (SHELL): Set it.
2671 (info): Move the mkdir dependency to the individual info files.
2672 (mostlyclean): Tidy up.
2673 (clean): Only delete the specific dvi and pdf files.
2674 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 2675 ($(infodir)): Add parallel build workaround.
4c83f6e1 2676
71e691a5
G
26772010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2678
2679 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2680
a41c2e6d
G
26812010-10-03 Julien Danjou <julien@danjou.info>
2682
0c7efc08
SM
2683 * emacs-mime.texi (Display Customization):
2684 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
2685 mm-inline-large-images-proportion.
2686
37255945
MA
26872010-10-03 Michael Albinus <michael.albinus@gmx.de>
2688
0c7efc08
SM
2689 * tramp.texi (Frequently Asked Questions):
2690 Mention remote-file-name-inhibit-cache.
37255945 2691
11e4e7bd
LMI
26922010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2693
2694 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2695 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2696
cb83220a
KY
26972010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2698
0c7efc08
SM
2699 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2700 (Article Hiding): Add google banner example.
2701 Suggested by Benjamin Xu.
cb83220a 2702
6b958814
G
27032010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2704
0c7efc08
SM
2705 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2706 Remove nnimap-split-rule from examples.
6b958814
G
2707
27082010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2709
2710 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2711 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2712 Fishman.
2713 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2714
27152010-09-30 Julien Danjou <julien@danjou.info>
2716
2717 * gnus.texi (Gravatars): Fix documentation about
2718 gnu-gravatar-properties.
2719
b9476c04
DU
27202010-09-29 Daiki Ueno <ueno@unixuser.org>
2721
2722 * epa.texi (Bug Reports): New section.
2723
5f874327
GM
27242010-09-29 Glenn Morris <rgm@gnu.org>
2725
2726 * Makefile.in (top_srcdir): Remove unused variable.
2727
6b958814
G
27282010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2729
2730 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2731 (Client-Side IMAP Splitting): Document 'default.
2732
27332010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2734
0c7efc08
SM
2735 * gnus.texi (Customizing the IMAP Connection):
2736 Document nnimap-fetch-partial-articles.
6b958814 2737
82bccbfa
KY
27382010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2739
2740 * gnus-news.texi: Mention nnimap-inbox.
2741
2742 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2743
27442010-09-26 Julien Danjou <julien@danjou.info>
2745
47e08896 2746 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2747
27482010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2749
2750 * gnus.texi (Security): Remove gpg.el mention.
2751
27522010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2753
2754 * gnus.texi (Browse Foreign Server): New variable
2755 gnus-browse-subscribe-newsgroup-method.
2756
2757 * gnus-news.texi: Mention it.
2758
27592010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2760
0c7efc08 2761 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2762 (Startup Variables): No jingle.
2763
4c964351
UM
27642010-09-25 Ulrich Mueller <ulm@gentoo.org>
2765
2766 * woman.texi (Interface Options): xz compression is now supported.
2767
82bccbfa
KY
27682010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2769
2770 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2771 (Unavailable Servers): Document gnus-server-copy-server.
2772 (Using IMAP): Document the new nnimap.
2773
27742010-09-25 Julien Danjou <julien@danjou.info>
2775
47e08896 2776 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2777
18778f71
GM
27782010-09-24 Glenn Morris <rgm@gnu.org>
2779
2780 * url.texi (Disk Caching): Tweak previous change.
2781
9c766321
JD
27822010-09-24 Julien Danjou <julien@danjou.info>
2783
2784 * url.texi (Disk Caching): Mention url-cache-expire-time,
2785 url-cache-expired, and url-fetch-from-cache.
2786
82bccbfa
KY
27872010-09-24 Julien Danjou <julien@danjou.info>
2788
2789 * gnus.texi: Add Gravatars.
2790
27912010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2792
2793 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2794
592bdb9a
LMI
27952010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2796
2797 * gnus.texi (Expunging mailboxes): Update name of the expunging
2798 command.
2799
e4e22d29
KY
28002010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2801
2802 * emacs-mime.texi (rfc2047): Update description for
2803 rfc2047-encode-parameter.
2804
371d9801
MA
28052010-09-13 Michael Albinus <michael.albinus@gmx.de>
2806
2807 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2808 "fish" methods.
2809 (External methods): Remove "scp1_old" and "scp2_old" methods.
2810
31ae5827
MA
28112010-09-09 Michael Albinus <michael.albinus@gmx.de>
2812
2813 * tramp.texi: Remove Japanese manual. Fix typo.
2814
2815 * trampver.texi: Update release number. Remove japanesemanual.
2816
c0468714
GM
28172010-09-09 Glenn Morris <rgm@gnu.org>
2818
2819 * org.texi: Restore clobbered changes (copyright years, untabify).
2820
86441999
JD
28212010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2822
2823 * gnus.texi (Adaptive Scoring): Fix typo.
2824
25f28806
LMI
28252010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2826
2827 * gnus.texi (Article Display): Document gnus-html-show-images.
2828
45240125 28292010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2830
45240125
JD
2831 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2832
59d09f15
LMI
28332010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2834
2835 * gnus.texi (HTML): Document gnus-max-image-proportion.
2836
2cdd366f
KY
28372010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2838
51dee5ef
KY
2839 * gnus.texi (HTML): Document gnus-blocked-images.
2840
2cdd366f
KY
2841 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2842
b0e4f3fc
KY
28432010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2844
2845 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2846 the first message are used for wide replies.
f02566ce
KY
2847 (Changing Servers): Remove documentation on gnus-change-server and
2848 friends, since it's been removed.
b0e4f3fc 2849
598451ed
KY
28502010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2851
2852 * gnus.texi (Drafts): Mention B DEL.
2853
e7842e69
KY
28542010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2855
2856 * gnus.texi (Delayed Articles): Mention that the Date header is the
2857 original one, even if you delay.
2858
85115796
KY
28592010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2860
0c7efc08
SM
2861 * gnus.texi (Asynchronous Fetching):
2862 Document gnus-async-post-fetch-function.
85115796
KY
2863 (HTML): Made into its own section.
2864
f0b44bc0
MA
28652010-08-26 Michael Albinus <michael.albinus@gmx.de>
2866
2867 Sync with Tramp 2.1.19.
2868
217876c9 2869 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2870 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2871 Remove remark about doubled "-t" argument.
217876c9
MA
2872 (Auto-save and Backup): Remove reference to Emacs 21.
2873 (Filename Syntax): Describe port numbers.
2874 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2875 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2876 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2877 errors with the backquotes.
2878 (External packages): File attributes cache flushing for asynchronous
2879 processes.
2880 (Traces and Profiles): Describe verbose level 9.
2881
f0b44bc0
MA
2882 * trampver.texi: Update release number.
2883
7457f7b6
MA
28842010-08-23 Michael Albinus <michael.albinus@gmx.de>
2885
2886 * dbus.texi (Alternative Buses): New chapter.
2887
b695beda
SM
28882010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2889
2890 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2891
443c2c03
JB
28922010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2893
2894 * calc.texi (Customizing Calc): Rearrange description of new
2895 variables to match the presentation of other variables.
2896
7815fe19 28972010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2898
2899 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2900
2c695727
JB
29012010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2902
2903 * calc.texi (Making Selections, Selecting Subformulas)
2904 (Customizing Calc): Mention how to use faces to emphasize selected
2905 sub-formulas.
2906
bbb6ffa1
MA
29072010-08-05 Michael Albinus <michael.albinus@gmx.de>
2908
2909 * tramp.texi (External packages): File attributes cache flushing
2910 for asynchronous processes.
2911
5cee0a9c
AM
29122010-08-01 Alan Mackenzie <acm@muc.de>
2913
2914 Enhance the manual for the latest Java Mode.
2915
2916 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2917 annotation-var-cont.
2918 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2919 two new symbols.
2920
3f2afe32
MA
29212010-07-28 Michael Albinus <michael.albinus@gmx.de>
2922
2923 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2924
0ed082fe 29252010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2926
2927 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2928
311f0356
JB
29292010-07-19 Juanma Barranquero <lekktu@gmail.com>
2930
2931 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2932
86fbb8ca
CD
29332010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2934
2935 * org.texi: Add macros to get plain quotes in PDF output.
2936 List additional contributors.
2937 (Capture): New section, replaces the section about remember.
2938 (Working With Source Code): New chapter, focused on documenting Org
2939 Babel.
2940 (Code evaluation security): New section.
2941 (MobileOrg): Document DropBox support.
2942 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2943 (Special symbols): Show how to display UTF8 characters for entities.
2944 (Global TODO list): Clarify the use of the "M" key and the differences
2945 to the "m" key.
2946 (RSS Feeds): Mention Atom feeds as well.
2947 (Setting tags): Remove paragraph about
2948 `org-complete-tags-always-offer-all-agenda-tags'.
2949
5732e8ed
MA
29502010-07-17 Michael Albinus <michael.albinus@gmx.de>
2951
2952 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2953 argument.
2954 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2955 echoing shells.
2956
ca1bb391
MA
29572010-07-10 Michael Albinus <michael.albinus@gmx.de>
2958
2959 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2960 (Filename Syntax): Describe port numbers.
2961
5bd55c3c
MA
29622010-07-09 Michael Albinus <michael.albinus@gmx.de>
2963
2964 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2965 forgotten.
2966 (Type Conversion): Precise conversion of natural numbers.
2967 (Errors and Events): Add "debugging" to concept index. Add variable
2968 `dbus-debug'.
2969
820ae8fe
MA
29702010-07-04 Michael Albinus <michael.albinus@gmx.de>
2971
2972 * dbus.texi (Receiving Method Calls): Add optional argument
2973 EMITS-SIGNAL to `dbus-register-property'.
2974
b6f9df0f
JB
29752010-06-27 Alex Schroeder <alex@gnu.org>
2976
2977 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2978
62e034c2
GM
29792010-06-24 Glenn Morris <rgm@gnu.org>
2980
2981 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2982 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2983 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2984 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2985 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2986 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2987 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2988 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2989 convention. Make them end with a period.
2990
9360256a
GM
29912010-06-23 Glenn Morris <rgm@gnu.org>
2992
2993 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
2994 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2995 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2996 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2997 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2998 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 2999
04d3bb6c
GM
30002010-06-10 Glenn Morris <rgm@gnu.org>
3001
3002 * idlwave.texi (Load-Path Shadows):
3003 * org.texi (Handling links): Fix typos.
3004
5e7d4a75
KY
30052010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
3006
3007 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
3008
9841cb4f
MA
30092010-05-26 Michael Albinus <michael.albinus@gmx.de>
3010
3011 * eshell.texi (Built-ins): Describe, how to disable a built-in command
3012 by an alias. (Bug#6226)
3013
597517ef
JB
30142010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
3015
3016 * calc.texi (Manipulating Vectors): Mention that vectors can
3017 be used to determine bins for `calc-histogram'.
3018
14914c43
JB
30192010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
3020
597517ef 3021 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 3022
0235128c 30232010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
3024
3025 * url.texi (HTTP language/coding, Customization):
3026 * message.texi (Header Commands, Responses):
3027 * cl.texi (Argument Lists): Fix typos.
3028
0235128c 30292010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 3030
0235128c
SM
3031 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
3032 Note that Development menu is always available.
aa5789b5
CY
3033 (Creating a project): Fix terminology.
3034 (Add/Remove files): Fix typo.
3035
0235128c
SM
30362010-05-07 Chong Yidong <cyd@stupidchicken.com>
3037
3038 * Version 23.2 released.
3039
a628ad9d 30402010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
3041
3042 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3043
502269d6
MA
30442010-05-01 Michael Albinus <michael.albinus@gmx.de>
3045
0235128c
SM
3046 * tramp.texi (Inline methods, Default Method):
3047 Mention `tramp-inline-compress-start-size'.
502269d6 3048
6e104790 30492010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
3050
3051 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3052 the CVS repo. Put the Git repo in the news section.
3053
6e104790 3054 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
3055 Removed some mentions of CVS. Mention the new Git repo.
3056
6e104790 30572010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
3058
3059 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
3060 (Mail Group Commands): Add index entry.
3061
6e104790 30622010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
3063
3064 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3065
f8b91752
JB
30662010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3067
3068 * calc.texi (Radix modes): Mention that the option prefix will
3069 turn on twos-complement mode.
3070 (Inverse and Hyperbolic Flags): Mention the Option flag.
3071
ed21c5c8
CD
30722010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3073
3074 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 3075 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
3076 (Sectioning structure): Update.
3077 (References): New use case for field coordinates.
6e104790 3078 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
3079 (Setting up the staging area): Document the availability of
3080 encryption for MobileOrg.
3081 (Images and tables): Document how to reference labels.
3082 (Index entries): New section.
3083 (Generating an index): New section.
3084 (Column width and alignment): Document that <N> now
3085 means a fixed width, not a maximum width.
3086 (Publishing options): Document the :email option.
3087 (Beamer class export): Fix bug in the BEAMER example.
3088 (Refiling notes): Document refile logging.
3089 (In-buffer settings): Document refile logging keywords.
3090 (Drawers): Document `C-c C-z' command.
3091 (Agenda commands): Mention the alternative key `C-c C-z'.
3092 (Special properties): Document the BLOCKED property.
3093 (The spreadsheet): Mention the formula editor.
3094 (References): Document field coordinates.
3095 (Publishing action): Correct the documentation for the
3096 publishing function.
3097 (The date/time prompt): Document that we accept dates
3098 like month/day/year.
3099 (Cooperation): Document the changes in table.el support.
3100 (Faces for TODO keywords, Faces for TODO keywords)
3101 (Priorities): Document the easy colors.
3102 (Visibility cycling): Document the new double prefix
3103 arg for `org-reveal'.
3104 (Cooperation): Remember.el is part of Emacs.
3105 (Clean view): Mention that `wrap-prefix' is also set by
3106 org-indent-mode.
3107 (Agenda commands): Add information about prefix args to
3108 scheduling and deadline commands.
3109 (Search view): Point to the docstring of
3110 `org-search-view' for more details.
6e104790 3111 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3112 (Setting tags): Document variable
3113 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3114 (Column attributes): Cross-reference special properties.
ed21c5c8 3115
456b348e
MA
31162010-04-10 Michael Albinus <michael.albinus@gmx.de>
3117
3118 Synchronize with Tramp repository.
3119
3120 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3121 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3122 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3123 syntax, texi2dvi reports errors with the backquotes.
3124
3125 * trampver.texi: Update release number.
3126
357e2d8e
KY
31272010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3128
3129 * gnus.texi (Finding the News): Add pointers to the Server buffer
3130 because it's essential.
3131
1d4d7664
KY
31322010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3133
3134 * gnus.texi (MIME Commands): Update description of
3135 gnus-article-browse-html-article.
3136
bd3e840f
KY
31372010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3138
3139 * auth.texi (Secret Service API): Add TODO node.
3140 (Help for users): Explain the new source options for `auth-sources'.
3141
e867cb5d 31422010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3143
3144 * trampver.texi: Update release number.
3145
288f9fc0
CY
31462010-03-10 Chong Yidong <cyd@stupidchicken.com>
3147
3148 * Branch for 23.2.
3149
d99aaebd
CY
31502010-03-03 Chong Yidong <cyd@stupidchicken.com>
3151
3152 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3153 now enabled by default.
3154
5794c2a5
MA
31552010-02-28 Michael Albinus <michael.albinus@gmx.de>
3156
3157 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3158 when Emacs runs in interactive mode. (Bug#5645)
3159
40572be6
GM
31602010-02-16 Glenn Morris <rgm@gnu.org>
3161
3162 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3163
7bb8ed67
MH
31642010-02-05 Mark A. Hershberger <mah@everybody.org>
3165
3166 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3167
45a1423d 31682010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3169
3170 * gnus.texi (Score File Format): Fix typo.
3171
45a1423d 31722010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3173
3174 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3175
14f17fc8
JB
31762010-01-18 Juanma Barranquero <lekktu@gmail.com>
3177
3178 * ada-mode.texi (Project File Overview): Fix typo.
3179
607d4369
CY
31802010-01-17 Chong Yidong <cyd@stupidchicken.com>
3181
3182 * semantic.texi: Add Richard Y. Kim credit.
3183
3184 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3185
3d1bfa99
MA
31862010-01-17 Michael Albinus <michael.albinus@gmx.de>
3187
3188 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 3189 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 3190
6fbf7a75
GM
31912010-01-17 Glenn Morris <rgm@gnu.org>
3192
b9f978f0
GM
3193 * calc.texi (Reporting Bugs): Don't mention format of repository.
3194
f19bc38d
GM
3195 * woman.texi (Bugs): Make "Emacs repository" less specific,
3196 and the URL for same more specific.
3197
6fbf7a75
GM
3198 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3199
16c3428a
JB
32002010-01-17 Juanma Barranquero <lekktu@gmail.com>
3201
3202 * ede.texi (ede-step-project, ede-proj-target):
3203 * tramp.texi (Remote processes): Fix typos.
3204
045b9da7
ML
32052010-01-16 Mario Lang <mlang@delysid.org>
3206
3207 * ede.texi (ede-target):
3208 * org.texi (Refiling notes): Remove duplicated words.
3209
c57008f6
SM
32102010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3211
3212 * gnus.texi (Posting Styles): Use with-current-buffer.
3213 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3214
798c9eb5
KR
32152010-01-02 Kevin Ryde <user42@zip.com.au>
3216
3217 * eieio.texi (Naming Conventions): Correction to xref on elisp
3218 coding conventions, is "Tips" node not "Standards".
3219
4970fbfe
CY
32202009-12-24 Chong Yidong <cyd@stupidchicken.com>
3221
3222 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3223
3224 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3225
83828b06
KY
32262009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3227
3228 * gnus.texi (Direct Functions): Add missing port number to tls method.
3229
45a4a565
JB
32302009-12-15 Juanma Barranquero <lekktu@gmail.com>
3231
3232 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3233 ($(infodir)/edt, edt.dvi): New targets.
3234
698bfef7
GM
32352009-12-15 Glenn Morris <rgm@gnu.org>
3236
3237 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3238 (edt, $(infodir)/edt, edt.dvi): New targets.
3239 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3240
3241 * Makefile.in (PDF_TARGETS, pdf): New.
3242 (clean): Add *.pdf.
3243 Add pdf rules for all manuals.
3244
0e983327
JB
32452009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3246
3247 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3248
8e687433
CY
32492009-12-14 Chong Yidong <cyd@stupidchicken.com>
3250
3251 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3252 (Smart Jump, Analyzer Debug): Copyedits.
3253 (Semantic mode user commands): Link to new nodes.
3254 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3255 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3256 upstream Semantic manual.
3257
3258 * semantic.texi (Introduction): Minor fix to diagram.
3259
020335df
MA
32602009-12-09 Michael Albinus <michael.albinus@gmx.de>
3261
3262 * eshell.texi (History): Add the other built-in variables.
3263 (Built-ins): Explain built-ins, and how to apply the external commands.
3264 Add `history', `su' and `sudo'.
3265
3266 * tramp.texi (Remote processes): Add missing <RET> in the example.
3267
6ddf13e4
BW
32682009-12-01 Bill Wohler <wohler@newt.com>
3269
3270 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 3271 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
3272 excessively garrulous.
3273
07b6428c
MA
32742009-11-29 Michael Albinus <michael.albinus@gmx.de>
3275
3276 * tramp.texi (Remote processes): Improve eshell example with "su"
3277 and "sudo" commands.
3278
fd1cefda
CY
32792009-11-28 Chong Yidong <cyd@stupidchicken.com>
3280
3281 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3282
3283 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3284 Document semantic-complete-analyze-inline.
3285 (Semanticdb search debugging commands): Minor clarification.
3286 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 3287 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 3288 manual.
9d542758 3289 (Semantic mode): Link to Idle Scheduler.
fd1cefda 3290
159e3ad5
KR
32912009-11-28 Kevin Ryde <user42@zip.com.au>
3292
3293 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 3294 @pxref, now EIEIO is in Emacs.
159e3ad5 3295
c6d47315
KR
3296 * erc.texi (Development): Correction to git tutorial url.
3297
16f6287e
GM
32982009-11-26 Glenn Morris <rgm@gnu.org>
3299
3300 * faq.texi (Latest version of Emacs): Mention stability of development
3301 version.
3302 (Problems with very large files): Max buffer size increase in 23.2.
3303 (VM): VM has moved house again.
3304
5ea5dbc9
JB
33052009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3306
3307 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3308 notations.
3309
5dec9555
CD
33102009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3311
45a4a565 3312 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 3313
bd6f6833
CY
33142009-11-20 Chong Yidong <cyd@stupidchicken.com>
3315
3316 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
3317 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3318 (Idle Completions Mode): Numerous copyedits.
bd6f6833 3319
be479117
JB
33202009-11-17 Juanma Barranquero <lekktu@gmail.com>
3321
3322 * semantic.texi (Semantic Internals, Glossary):
3323 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3324 (Semanticdb search debugging commands): Fix typos.
3325
17291a1f
JB
33262009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3327
be479117 3328 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 3329
af42a9cc
JB
33302009-11-16 Juanma Barranquero <lekktu@gmail.com>
3331
3332 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3333 ($(infodir)/semantic, semantic.dvi): New targets.
3334
3149927d
CY
33352009-11-16 Chong Yidong <cyd@stupidchicken.com>
3336
3337 * Makefile.in: Build the Semantic manual.
3338
3339 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3340 repository.
3341
977640ed
MA
33422009-11-16 Michael Albinus <michael.albinus@gmx.de>
3343
3344 * dbus.texi (Receiving Method Calls): New defun
3345 `dbus-unregister-service'.
3346
17673adf
CD
33472009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3348
3349 * org.texi (Speed keys): New section.
3350
0ecd3c90
MA
33512009-11-13 Michael Albinus <michael.albinus@gmx.de>
3352
3353 * dbus.texi (Type Conversion): Fix typo.
3354 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3355 `dbus-registered-objects-table'.
0c7efc08
SM
3356 (Receiving Method Calls): New defun `dbus-register-property'.
3357 Move `dbus-unregister-object' here.
0ecd3c90 3358
8bfe682a
CD
33592009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3360
3361 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3362
33632009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3364
3365 * org.texi (Column attributes): Add the new age summary operators.
3366 Also, mention the fact you can only use one summary operator per
3367 property.
3368
33692009-11-13 John Wiegley <johnw@newartisans.com>
3370
0c7efc08 3371 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 3372 manual about how to track habits.
0c7efc08 3373 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
3374 dangling clocks are resolved.
3375
33762009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3377
3378 * org.texi (Agenda commands): Document the new `i' command.
3379 (Inserting deadline/schedule): Document logging changes
3380 of scheduling and deadline times stamps.
3381 (In-buffer settings): Document the in-buffer keywords for logging
3382 changes of scheduling and deadline times stamps.
3383 (Structure editing, Plain lists): Document indentation
3384 cycling in empty entries with TAB.
3385 (Archiving): Document the default archiving command.
3386 (Moving subtrees): Document the new keys for archiving.
3387 (Internal archiving): Fix incorrect key.
3388 (Agenda commands): Document the TODO set switching commands.
3389 (Agenda commands): Document the new archiving keys.
3390 (Clocking work time): Better description on how to save
3391 and restore a clock.
3392 (Resolving idle time): Mention the x11idle program to get true
3393 idleness also under X11.
3394 (Resolving idle time): Use @kbd instead of @key for normal
3395 letters, because this is how he rest of the manual does this.
3396 (Pushing to MobileOrg): Mention that `org-directory'
3397 should be set.
3398 (Agenda commands): Document that SPC is a filter for
3399 any tag.
0c7efc08 3400 (Search view): Rename from "Keyword search".
8bfe682a
CD
3401 (Capure): New chapter.
3402 (Markup): New chapter.
0c7efc08
SM
3403 (Links in HTML export, Images in HTML export):
3404 Extend the section titles.
8bfe682a
CD
3405 (Images in HTML export): Document the align option.
3406 (Text areas in HTML export): Extend the section title.
3407 (Images in LaTeX export): Explain image placement in LaTeX.
3408
693737cd
GM
34092009-11-10 Glenn Morris <rgm@gnu.org>
3410
3411 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3412
c7bd4ebe
MA
34132009-11-08 Michael Albinus <michael.albinus@gmx.de>
3414
3415 * tramp.texi (Auto-save and Backup): Disable backups just for a
3416 method.
3417
3418 * trampver.texi: Update release number.
3419
76c5acad
MA
34202009-11-07 Michael Albinus <michael.albinus@gmx.de>
3421
3422 Sync with Tramp 2.1.17.
3423
3424 * trampver.texi: Update release number.
3425
d9a57abf
GM
34262009-10-29 Glenn Morris <rgm@gnu.org>
3427
3428 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3429
637f4f0f
MA
34302009-10-23 Michael Albinus <michael.albinus@gmx.de>
3431
3432 * tramp.texi (External methods): Temporary files are kept for
3433 `rsync' and `rsyncc' methods.
3434
310dbb05
JB
34352009-10-09 Juanma Barranquero <lekktu@gmail.com>
3436
3437 * eieio.texi: Fix typos.
3438
09094f28
CY
34392009-10-07 Chong Yidong <cyd@stupidchicken.com>
3440
3441 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3442
216f299a
JB
34432009-10-07 Juanma Barranquero <lekktu@gmail.com>
3444
3445 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3446 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3447
966a6506
CY
34482009-10-07 Chong Yidong <cyd@stupidchicken.com>
3449
3450 * Makefile.in: Build EIEIO and EDE manuals.
3451
34522009-10-07 Eric Ludlam <zappo@gnu.org>
3453
3454 * eieio.texi:
3455 * ede.texi: New files.
3456
8842cd9b
MA
34572009-10-05 Michael Albinus <michael.albinus@gmx.de>
3458
3459 * tramp.texi (Remote processes): Association of a pty is not supported.
3460
7006d207
CD
34612009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3462
3463 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3464 (Processing LaTeX fragments): Document that the size of images can be
3465 changes using the variable `org-format-latex-options'.
3466 (The date/time prompt, Timestamps): Be more accurate over ISO format
3467 dates and times.
3468 (Visibility cycling): Document showeverything keyword.
3469 (In-buffer settings): Document showeverything keyword.
3470 (Setting up the staging area): Fix the example.
3471 (MobileOrg): New section.
3472 (Agenda commands, Exporting Agenda Views): Document exporting the
3473 agenda view to Org files.
3474
0e7b2867
MA
34752009-09-28 Michael Albinus <michael.albinus@gmx.de>
3476
3477 * tramp.texi (History): Add IMAP support.
3478 (External methods): Add `imap' and `imaps' methods.
3479 (GVFS based methods): Add indices for `davs'.
3480 (Password handling): Rename anchors. Add IMAP entries for
3481 ~/.authinfo.gpg.
3482
3483 * trampver.texi: Set default value of `emacsimap'.
3484
4146636e
KY
34852009-09-22 Daiki Ueno <ueno@unixuser.org>
3486
3487 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3488
d22f7ffa
CY
34892009-09-13 Chong Yidong <cyd@stupidchicken.com>
3490
0c7efc08
SM
3491 * dired-x.texi (Technical Details):
3492 Delete dired-up-directory (Bug#4292).
d22f7ffa 3493
66043531
MA
34942009-09-03 Michael Albinus <michael.albinus@gmx.de>
3495
216f299a 3496 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 3497
6eb02347
CD
34982009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3499
3500 * org.texi (Effort estimates): Document new effort setting commands.
3501 (Agenda commands): Document the new keys fro agenda time motion.
3502 Document entry text mode. Improve documentation of the keys to include
3503 inactive time stamps into the agenda view.
3504 (Feedback): Document the new bug report command.
0c7efc08 3505 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 3506
38dc51ba
KY
35072009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3508
3509 * auth.texi (Help for users): Corrected markup.
3510
e402f452
GM
35112009-09-02 Glenn Morris <rgm@gnu.org>
3512
3513 * emacs-mime.texi (time-date): Mention float-time.
3514
744256cf
JB
35152009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
3516
3517 * calc.texi (Simplifying Formulas): Improve the wording.
3518
b0b63450
MB
35192009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
3520
3521 * auth.texi: Rewritten for coverage and clarity.
3522
35232009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3524
0c7efc08
SM
3525 * gnus.texi (Expiring Mail):
3526 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
3527 (Various Various): Mention gnus-safe-html-newsgroups.
3528
3529 * gnus-news.texi: Mention
3530 gnus-mark-copied-or-moved-articles-as-expirable.
3531
3532 * emacs-mime.texi (Display Customization): Add xref to
3533 gnus-safe-html-newsgroups.
3534
b59329e0
MA
35352009-08-28 Michael Albinus <michael.albinus@gmx.de>
3536
3537 * tramp.texi (Version Control): Remove.
af42a9cc 3538 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
3539 reference.
3540 (External methods): Correct `scpc' concept index entries. New method
3541 `rsyncc'.
3542 (External packages): New subsections "Filename completion" and "File
3543 attributes cache".
3544
0ff2d6c2
JB
35452009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
3546
3547 * calc.texi (Rewrite Rules): Improve the example.
3548 (Simplifying Formulas): Explain use of the I and H flags for
3549 simplification.
3550
ecd3d54f
MA
35512009-08-25 Michael Albinus <michael.albinus@gmx.de>
3552
3553 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 3554 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
3555 (Synchronous Methods, Asynchronous Methods): Use English numeric format
3556 for timeout values.
78176e69
MA
3557 (Top): Remove footnote saying D-Bus is not enabled by
3558 default. (Bug#4256)
ecd3d54f 3559
0f215bca
DU
35602009-08-23 Daiki Ueno <ueno@unixuser.org>
3561
3562 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 3563 Reported by Jari Aalto (Bug#4211).
0f215bca 3564 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 3565 epa-global-mail-mode.
3b7ab45f
DU
3566 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3567 epa-setup.
0f215bca 3568
4f22e84d
MA
35692009-08-16 Michael Albinus <michael.albinus@gmx.de>
3570
3571 * dbus.texi (Asynchronous Methods): Allow nil handler.
3572
9ff0b02b 35732009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 3574
26b03ee3 3575 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 3576
26b03ee3 3577 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 3578
4c39f404
CY
35792009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3580
3581 * calc.texi (Date Forms): Fix typos.
3582
3bcfba17
GM
35832009-08-08 Glenn Morris <rgm@gnu.org>
3584
3585 * org.texi (Agenda commands): Restore clobbered change.
3586
66783bb4
EZ
35872009-08-07 Eli Zaretskii <eliz@gnu.org>
3588
3589 * calc.texi (Graphics, Devices): Update with the peculiarities of
3590 operation on MS-Windows.
3591
c8d0cf5c
CD
35922009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3593
3594 * org.texi (Publishing action): Improve documentation of file
3595 names when publishing to the source directory.
3596 (Clean view): Document `org-indent-mode'.
3597 (Clocking work time): Add documentation for the
3598 new :timetamp option when creating a clock report.
3599 (Paragraphs): Fix many typos.
3600 (Plain lists): Remove duplicate explanation about the
3601 `C-c *' command.
3602 (Literal examples): Update to reflect the new behavior
3603 of the -n -r -k switches when exporting source code examples.
3604 (Structure editing): Add information about `C-c *',
3605 converting a plain list into a list of Org items.
3606 (Remember): Small rephrasing of the paragraph
3607 describing remember.el. Also mentioned that remember.el is part
3608 of Emacs 23, not Emacs 22.
3609 (Clocking work time): Add documentation about
3610 displaying the current clocking time against the effort estimate.
3611 Also add a footnote about using `org-clock-in-prepare-hook' to add
3612 an effort estimate on the fly, just before clocking it.
3613 (Footnotes): Document automatic renumbering and
3614 sorting.
3615 (Agenda commands): Document new bulk commands.
3616 (Plain lists): Document new behavior of
3617 `org-cycle-include-plain-lists'.
4e2af782 3618 Hyphenation only in TeX.
c8d0cf5c
CD
3619 (Clocking work time): Document the key to update effort
3620 estimates.
3621 (Clocking work time): Document the clock time display.
3622 (Structure editing, TODO basics): Document new
3623 variables.
3624 (Column attributes): Document new colciew operators.
3625 (Publishing options): Document :xml-declaration.
3626 (Tracking TODO state changes): Document the
3627 LOG_INTO_DRAWER property.
3628 (Literal examples): Document the new implementation for
3629 editing source code.
3630 (Publishing action): Mention the new publishing
3631 function, to publish an Org source file.
3632 (Publishing links): Mention how to link to an Org source file.
3633 (Macro replacement): Document new macros.
3634 (Handling links): Document type-specific completion
3635 when inserting links.
3636 (Structure editing, Plain lists): Improve documentation
3637 on sorting.
3638 (Internal links): Document custom ids for links.
3639 (Handling links): Document custom ids for links.
3640 (CSS support): Document new class.
3641 (Refiling notes): Document the possibility to create new nodes
3642 during refiling.
3643 (Agenda commands): Document the "?" operator to find
3644 tasks without effort setting.
3645 (Exporting agenda information): Section moved.
3646 (RSS Feeds): New section.
3647 (Built-in table editor): Document M-e and M-a navigate
3648 inside table field.
3649 (Stuck projects): Docment that projects identified as
3650 un-stuck will still be searchd for stuck sub-projects.
3651 (Paragraphs): Document centering.
3652 (Creating timestamps, Agenda commands): Document new
3653 behavior when changing time stamps.
3654 (Structure editing): Document the new command
3655 `org-clone-subtree-with-time-shift'.
3656 (Publishing): Refresh this chapter.
3657 (Export options, Export options, In-buffer settings):
3658 Document the new keywords.
3659 (Matching tags and properties): Collect all
3660 documentation about tags/property matches here.
3661 (Setting tags): Document `org-tag-persistent-alist'.
3662 (Weekly/daily agenda): New section.
3663 (Orgstruct mode): Describe `orgstruct++-mode'.
3664 (Drawers): Mention the LOGBOOK drawer.
3665 (Export options, Sectioning structure): Document the
3666 #+LEATEX_HEADER in-buffer setting.
3667 (Bugs): Section removed.
3668 (Hooks): New section.
0c7efc08 3669 (Add-on packages): Move here from old location.
c8d0cf5c
CD
3670 (Context-sensitive commands): New section.
3671 (Setting tags): Document newline option.
3672 (Global TODO list, Matching tags and properties):
3673 Mention more variables.
3674 (Checkboxes): Update to changed command behavior.
81a5560e 3675
40d2791f
CY
36762009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3677
3678 * speedbar.texi (Basic Key Bindings): Fix typo.
3679
65d0154b
JB
36802009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3681
3682 * calc.texi (Vector/Matrix Functions): Add index entries for both
3683 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3684 affects matrices with more than one row.
b5bdfd9f 3685 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 3686
5a9e3ab7
JB
36872009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3688
3689 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 3690 `calc-transpose-lines'.
5a9e3ab7 3691
42fb7e61
MA
36922009-07-27 Michael Albinus <michael.albinus@gmx.de>
3693
3694 * dbus.texi (Receiving Method Calls): Describe special return value
3695 `:ignore'.
3696
574b69d5
AM
36972009-07-24 Alan Mackenzie <acm@muc.de>
3698
3699 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3700 initialization, any individual variable setting now takes precedence
3701 over one done via c-file-style/c-file-offsets.
3702
ec06459c
JB
37032009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3704
3705 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3706 truncated when Calc is quit.
3707 (Customizing Calc): Document `calc-undo-length'.
3708
4ce54f6b
CY
37092009-07-20 Chong Yidong <cyd@stupidchicken.com>
3710
3711 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3712
0e4f8ba5
GM
37132009-07-11 Kevin Ryde <user42@zip.com.au>
3714
3715 * pcl-cvs.texi (About PCL-CVS):
3716 * widget.texi (Basic Types):
3717 Fix cross-references.
3718
fa0f81b0
AS
37192009-07-01 Andreas Schwab <aschwab@redhat.com>
3720
3721 * dbus.texi (Type Conversion): Don't use literal control character.
3722
88a683c5
MA
37232009-07-01 Michael Albinus <michael.albinus@gmx.de>
3724
3725 * tramp.texi (GVFS based methods): New section.
3726 (Remote processes): Processes for GVFS based methods run locally.
3727
36c8febb
MA
37282009-06-30 Michael Albinus <michael.albinus@gmx.de>
3729
0c7efc08
SM
3730 * tramp.texi (Inline methods, External methods, Gateway methods):
3731 Avoid the words "kludge" and hack".
36c8febb
MA
3732 (External methods): Add `synce' method.
3733
3734 * trampver.texi: Update release number.
3735
d6b951bb
MA
37362009-06-22 Michael Albinus <michael.albinus@gmx.de>
3737
3738 Sync with Tramp 2.1.16.
3739
3740 * tramp.texi (History): Add GVFS support.
3741 (External methods): Precise `rsync' description. Add `dav', `davs' and
3742 `obex' methods. Add 'tramp-gvfs-methods' option.
3743 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3744 forms.
3745 (Remote Programs): Introduce `tramp-own-remote-path'.
3746 (Remote processes): New subsection "Running remote programs that create
3747 local X11 windows".
3748 (Frequently Asked Questions): Improve code for disabling vc.
3749
3750 * trampver.texi: Update release number. Set default value of
3751 `emacsgvfs'.
3752
70243478
CY
37532009-06-21 Chong Yidong <cyd@stupidchicken.com>
3754
3755 * Branch for 23.1.
3756
54b31cbf
GM
37572009-06-17 Glenn Morris <rgm@gnu.org>
3758
3759 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3760 (Latest version of Emacs): Mention source code repository.
3761
f6adc23c
GM
37622009-06-16 Glenn Morris <rgm@gnu.org>
3763
3764 * faq.texi (Top): Language tweak.
3765 (Extended commands): Most people have arrow keys.
3766 (Emacs manual): Say how to follow info links.
3767 (File-name conventions): Change title a bit. Explain about source
3768 versus installed. Condense etc description.
3769 (Guidelines for newsgroup postings): Mention Savannah list page.
3770 (Newsgroup archives): Simplify.
3771 (Contacting the FSF): Add contact URL.
3772 (Emacs Lisp documentation): Printed version not always available.
3773 (Installing Texinfo documentation): Explain how by hand installation is
3774 not normally needed. Use add-to-list. Remove duplicate reference.
3775 (Informational files for Emacs): Move info on Help menu here from
3776 "File-name conventions".
3777 (Help installing Emacs): Tweak uref.
3778 (Obtaining the FAQ): Mention repository.
3779 (Origin of the term Emacs): Explain "ITS".
3780 (Changing load-path): Use add-to-list.
3781 (Automatic indentation): Clarify this is for Text mode.
3782 Don't mention Indented Text mode.
3783 (Finding Emacs on the Internet): The FSF does not seem to offer a
3784 deluxe distribution on CD anymore.
3785
b59a8457
GM
37862009-06-16 Glenn Morris <rgm@gnu.org>
3787
3788 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3789 Recommend the latest release. Mention how to get older FAQs.
3790 Recommend the Emacs manual.
3791 (Guidelines for newsgroup postings): Discourage cross-posts.
3792 (Underlining paragraphs): Remove.
3793 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3794 (Bugs and problems): Update key-binding.
3795 (Problems with very large files): Mention 64-bit.
3796 (Shell process exits abnormally): Remove.
3797 (Problems with Shell Mode): Rename and update.
3798 (Spontaneous entry into isearch-mode)
3799 (Problems talking to certain hosts): Remove. This is old information,
3800 in etc/PROBLEMS if needed.
3801 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3802 (Dired claims that no file is on this line): Update.
3803 (Installing Emacs, Problems building Emacs): Simplify.
3804 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3805 information.
3806 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3807 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3808 (JDEE): "JDEE", not "JDE".
3809 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3810 Remove. This is old information, in etc/PROBLEMS if needed.
3811 (stty and Backspace key, Kanji and Chinese characters): Remove.
3812 (Right-to-left alphabets): Update section.
3813 (Changing the included text prefix): Gnus uses message-yank-prefix.
3814 Add cross-reference to Supercite manual.
3815 (Saving a copy of outgoing mail): Simplify output file description.
3816 (Expanding aliases when sending mail): Refer to Emacs manual.
3817 Remove old info about RFC822.
3818 Correct description of how to rebuild aliases.
3819 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3820 (MIME with Emacs mail packages)
3821 (Viewing articles with embedded underlining)
3822 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3823 Remove old sections.
3824 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3825 and is well-documented in the Gnus manual.
3826 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3827 (Making Gnus faster): Rename from "Starting Gnus faster".
3828 Merge "Catch-up is slow in Gnus" into here.
3829
0e6d12ca
GM
38302009-06-14 Glenn Morris <rgm@gnu.org>
3831
3832 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3833 (New in Emacs 23): New section.
3834 (Handling C-s and C-q with flow control): Add xref.
3835
2e17e05e
GM
38362009-06-13 Glenn Morris <rgm@gnu.org>
3837
3838 * faq.texi (Setting up a customization file): Grammar fix.
3839 Customize is no longer "new".
3840 (Displaying the current line or column): Line-number mode is on by
3841 default. Don't mention `column' package. Mention linum.el.
3842 (Turning on abbrevs by default): Explain how to do it for buffers,
3843 modes, and everywhere.
3844 (Associating modes with files): Use add-to-list. Don't mention Emacs
3845 19.
3846 (Highlighting a region): On by default since 23.1.
3847 (Replacing highlighted text): Update doc quote.
3848 (Working with unprintable characters): Don't mention search-quote-char.
3849 (Using an already running Emacs process): Gnuclient is probably not an
3850 enhancement these days.
3851 (Indenting switch statements): Remove mention of pre-Emacs 20.
3852 (Horizontal scrolling): Abbreviate Emacs 20 description.
3853 (Replacing text across multiple files): Fix name of dired command.
3854 (Disabling backups): Use require not load.
4f9d4de3 3855 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3856
2a1cf2b9
BW
38572009-06-13 Bill Wohler <wohler@newt.com>
3858
3859 Release MH-E manual version 8.2.
3860
3861 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3862 release 8.2.
3863
85b438b7
GM
38642009-06-13 Glenn Morris <rgm@gnu.org>
3865
3866 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3867 in this day and age the common meaning is "on the web".
3868 (copying): Use @copyright in all cases.
3869 (Basic keys): Remove reference to deleted manual node "Text Characters".
3870 (File-name conventions): Use GNU as an example rather than SERVICE.
3871 default.el lives in site-lisp. Update Info directory location.
3872 (Real meaning of copyleft): GPL actions have been brought, but all
3873 settled out of court.
3874 (Guidelines for newsgroup postings): Shorten section title.
3875 Simplify comp.emacs description.
3876 (Newsgroup archives): Change Google URL. Describe Gmane.
3877 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3878 points". Mention List-Unsubscribe header.
3879 (Contacting the FSF): Update email and URLs.
3880 (Basic editing): Mention F1 for help.
3881 (Installing Texinfo documentation): Refer to Texinfo website rather
3882 than ftp server.
3883 (Printing a Texinfo file): Mention texi2pdf.
3884 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3885 are just stubs nowadays.
3886 (Latest version of Emacs): Explain version numbers.
3887 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3888 (Turning on syntax highlighting): No need to mention hilit19 any more.
3889 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3890 (Modes for various languages): Remove section.
3891 (Major packages and programs): Remove most version and maintainer
3892 information - it's hard to keep up-to-date, and adds nothing.
3893 Similarly with direct links to mailing lists.
3894 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3895 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3896 years, and Emacs comes with tools for this now.
3897 (Patch): Remove section - this is a standard tool.
3898 (Using function keys under X): Remove section.
3899
93e2d996
GM
39002009-06-12 Glenn Morris <rgm@gnu.org>
3901
3902 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3903 (Help installing Emacs): Remove reference to deleted X11 node.
3904 (Associating modes with files): Interpreter-mode-alist is no longer
3905 subservient to auto-mode-alist.
3906 (Installing Emacs): Change future Emacs version.
3907 (Linking with -lX11 fails): Remove old section.
3908 (Packages that do not come with Emacs): Update ELL location.
3909 Emacs Lisp archive is dead.
3910 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3911 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3912 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3913 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3914 (Removing flashing messages): Remove section about non-existent Gnus
3915 option.
3916
f0bf7708
GM
3917 * faq.texi (Top): Add @top command.
3918 Remove the optional arguments from all @node commands: makeinfo can
3919 generate these automatically, and it is easier to edit and rearrange
3920 nodes without them.
3921
30884d11
GM
39222009-06-11 Glenn Morris <rgm@gnu.org>
3923
3924 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3925 (The LPF): Make the updated URL the sole reference point.
3926 (Learning how to do something): Update refcard price and format.
3927 (Getting a printed manual): Sources in doc/emacs/, not man/.
3928 Also available in PDF format. Since the page count varies, be less
3929 precise.
3930 (Informational files for Emacs): Remove references to deleted files
3931 LPF and SUN-SUPPORT, and to UUCP.
3932 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3933 Remove many obsolete ways to get the FAQ, which now seems only to be
3934 distributed with Emacs.
3935 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3936
deab46e0
CY
39372009-06-09 Chong Yidong <cyd@stupidchicken.com>
3938
223b43fa 3939 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3940 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3941
deab46e0
CY
3942 * ada-mode.texi (Installation, Compile commands)
3943 (Project File Overview, No project files, Set compiler options)
3944 (Use GNAT project file, Use multiple GNAT project files)
3945 (Identifier completion): Use @samp for menu items, and @kbd for key
3946 sequences (Bug#3504).
3947
71fbd643
DU
39482009-06-04 Daiki Ueno <ueno@unixuser.org>
3949
8c9bb6f5 3950 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3951
f197085b
CY
39522009-06-04 Ryan Yeske <rcyeske@gmail.com>
3953
3954 * message.texi (Header Commands): Fix descriptions to match
3955 keybindings.
3956
7f3bc720
DU
39572009-04-22 Daiki Ueno <ueno@unixuser.org>
3958
3959 * gnus.texi (Security): Mention that EasyPG is the current default.
3960
4518068d
CY
39612009-04-13 Chong Yidong <cyd@stupidchicken.com>
3962
3963 * ediff.texi (Session Commands): Fix typo.
3964
d7ca410a
MB
39652009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3966
3967 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3968 news.software.readers. Reported by Florian Rehnisch.
3969
c6c76add
GM
39702009-04-02 Glenn Morris <rgm@gnu.org>
3971
3972 * auth.texi: Capitalize direntry.
3973
3974 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3975 using a period in the entry name. (Bug#2797)
3976
35ed8e2e
JB
39772009-03-03 Juanma Barranquero <lekktu@gmail.com>
3978
3979 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3980 ($(infodir)/auth, auth.dvi): New targets.
3981
e280480a
GM
39822009-03-03 Glenn Morris <rgm@gnu.org>
3983
3984 * auth.texi: Fix @setfilename.
3985
3986 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3987 (auth, $(infodir)/auth, auth.dvi): New rules.
3988
8a76755b
GM
39892009-02-25 Glenn Morris <rgm@gnu.org>
3990
3991 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
3992
0038d478
MB
39932009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3994
3995 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3996
39972009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3998
3999 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
4000 gnus-nocem-issuers, and gnus-nocem-verifyer.
4001
867d4bb3
JB
40022009-02-20 Juanma Barranquero <lekktu@gmail.com>
4003
4004 * ada-mode.texi (Project files, Automatic Casing):
4005 * dbus.texi (Signals):
4006 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
4007 * mh-e.texi (HTML):
4008 * nxml-mode.texi (Locating a schema)
4009 (Using the document's URI to locate a schema):
4010 * org.texi (Footnotes, Using the mapping API):
4011 * rcirc.texi (Channels): Remove duplicate words.
4012
3a44dc1f
GM
40132009-02-20 Glenn Morris <rgm@gnu.org>
4014
4015 * dired-x.texi (Miscellaneous Commands):
4016 * gnus.texi: Minor updates for mbox Rmail.
4017
5dc584b5
KB
40182009-02-16 Karl Berry <karl@gnu.org>
4019
b59a8457
GM
4020 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4021 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
4022 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4023 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
4024 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
4025 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
4026 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
4027 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4028 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
4029 Consistently use @insertcopying in the Top node,
5dc584b5 4030 @contents at the front (after @end titlepage),
b59a8457 4031 and @direntry after @copying. (Bug#1988)
5dc584b5 4032
9eb59592
MB
40332009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4034
4035 * auth.texi: New file documenting auth-source.
4036
d324fa76
CD
40372009-02-13 Carsten Dominik <dominik@science.uva.nl>
4038
4039 * org.texi (Org Plot): Fix link.
4040
7a603b73
DU
40412009-02-09 Daiki Ueno <ueno@unixuser.org>
4042
4043 * epa.texi (Mail-mode integration): Mention the way to do
4044 "encrypt-to-self". (Bug#1807)
4045
a626b338 40462009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
4047
4048 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
4049
3b36c17e
MB
40502009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
4051
4052 * gnus-news.texi: Print version about Incoming*.
4053
55033558
CD
40542009-02-02 Carsten Dominik <dominik@science.uva.nl>
4055
4056 * org.texi (Structure editing, Handling links)
4057 (Fast access to TODO states, Javascript support): Make standard docs
4058 correctly reflect default variable settings.
4059
ec712abb
GM
40602009-02-02 Glenn Morris <rgm@gnu.org>
4061
4062 * org.texi: Fix typos.
4063
7112648c
MA
40642009-02-01 Michael Albinus <michael.albinus@gmx.de>
4065
4066 Sync with Tramp 2.1.15.
4067
4068 * trampver.texi: Update release number.
4069
2e461fc1
CD
40702009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4071
4072 * org.texi (TODO dependencies): Document TODO dependencies on
4073 checkboxes.
4074
bc283609
CD
40752009-01-30 Carsten Dominik <dominik@science.uva.nl>
4076
4077 * org.texi (TODO dependencies): Document key binding for toggling
4078 ORDERED property.
4079
74fc5047
MA
40802009-01-28 Michael Albinus <michael.albinus@gmx.de>
4081
4082 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4083 of hook functions.
4084
d6685abc
CD
40852009-01-28 Carsten Dominik <dominik@science.uva.nl>
4086
4087 * org.texi (TODO dependencies): New section.
4088
65c439fd
CD
40892009-01-27 Carsten Dominik <dominik@science.uva.nl>
4090
4091 * org.texi (Plain lists, TODO basics, Priorities)
4092 (Multiple sets in one file, Conflicts): Document interaction with
4093 `shift-selection-mode'.
4094
5fafc247
JB
40952009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4096
4097 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4098 Make Calc the subject of sentences.
4099 (Rearranging Formulas using Selections): Discuss new options
4100 for `j *'.
4101
e7433508
MA
41022009-01-26 Michael Albinus <michael.albinus@gmx.de>
4103
4104 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4105
2096a1b6
GM
41062009-01-26 Glenn Morris <rgm@gnu.org>
4107
4108 * org.texi: Fix typos.
4109
0cb61492
BW
41102009-01-26 Bill Wohler <wohler@newt.com>
4111
2096a1b6 4112 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4113
0bd48b37
CD
41142009-01-25 Carsten Dominik <dominik@science.uva.nl>
4115
4116 * org.texi (References): Add information about remote references.
4117 (Built-in table editor): Document `C-c RET' in tables.
4118 (Math symbols, Quoting LaTeX code): Mention that simple
4119 LaTeX macros survive LaTeX export.
4120 (Images in LaTeX export): Show how to create a reference to a
4121 figure.
4122 (Sectioning structure): Document that the LaTeX class can be
4123 specified in a property.
4124 (Text areas in HTML export): New section.
4125 (External links): Add examples for text search and ID links.
4126 (Built-in table editor): Remove the descriptio of `C-c
4127 C-q', it not longer works.
4128 (Literal examples): Document that a space must follow
4129 the colon in short examples.
4130 (Relative timer): Document `org-timer-stop'.
4131 (Footnotes): New section.
4132 (Footnote markup): Shorten section and refer to new Footnote
4133 section.
4134 (Literal examples): Add documentation for line
4135 numbering in and references to code examples.
4136 (CSS support): Fix the description of default CSS styles.
4137 (Capturing column view): Document
4138 "file:path/to/file.org" as an allowed value for the ID property of
4139 a dynamic block copying column view.
4140
49dbbaf2
SE
41412009-01-23 Stephen Eglen <stephen@gnu.org>
4142
4143 * mh-e.texi (Getting Started): Describe $MH.
4144
193e6828
MA
41452009-01-21 Michael Albinus <michael.albinus@gmx.de>
4146
4147 * tramp.texi (all): Harmonize usage of "external method",
4148 "external transfer method" and "out-of-band method".
4149 (Connection types): Precise the differences of inline and external
4150 methods. Written by Adrian Phillips <a.phillips@met.no>.
4151
26b9f88d
MB
41522009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4153
4154 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4155 commands as described at the top. Reported by Allan Gottlieb
4156 <gottlieb@nyu.edu>.
4157
41582009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4159
4160 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4161 nnmail-pathname-coding-system.
4162
377952e0
GM
41632009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4164
4165 * org.texi (Relative timer): Fix typo.
4166
a20d3598
JB
41672009-01-15 Juanma Barranquero <lekktu@gmail.com>
4168
4169 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4170 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4171
a50253cc
GM
41722009-01-13 Glenn Morris <rgm@gnu.org>
4173
4174 * org.texi: Fix some more typos.
4175
07450bee
GM
41762009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4177
4178 * org.texi: Fix some typos.
4179
e3e955fe
MB
41802009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4181
4182 * gnus.texi (Group Parameters): Add note for local variables.
4183
41842009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4185
0c7efc08
SM
4186 * gnus.texi (Converting Kill Files): Fix URL.
4187 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
4188
41892009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4190
4191 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4192 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4193 (Paging the Article): Add index entry.
4194
71dd9983
JB
41952009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4196
4197 * ada-mode.texi (Examples): Delete redundant text.
4198
4a0cf14f
MA
41992009-01-03 Michael Albinus <michael.albinus@gmx.de>
4200
36c8febb 4201 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
4202
4203 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4204 addresses.
4205
aedac0f0
BW
42062009-01-03 Bill Wohler <wohler@newt.com>
4207
4208 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4209 kept empty.
4210
4c65b566
CD
42112008-12-20 Carsten Dominik <dominik@science.uva.nl>
4212
4213 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
4214 (HTML Export commands, LaTeX/PDF export commands):
4215 Improve documentation about transient-mark-mode.
e9fce1ac 4216 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
4217 to fields in the last table row.
4218
e1a78e1e
JL
42192008-12-19 Juri Linkov <juri@jurta.org>
4220
4221 * info.texi (Search Text): Remove mention of removed key binding M-s.
4222
17a0aa82
CD
42232008-12-18 Carsten Dominik <dominik@science.uva.nl>
4224
4225 * org.texi (References): Remove mentioning of @0 as reference for the
4226 last line, this has been reverted in the Lisp sources.
4227
4997d802
JB
42282008-12-17 Juanma Barranquero <lekktu@gmail.com>
4229
4230 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4231 (DVI_TARGETS): Remove duplicates. Add sasl.
4232 ($(infodir)/sasl, sasl.dvi): New targets.
4233
33306645
CD
42342008-12-17 Carsten Dominik <dominik@science.uva.nl>
4235
4236 * org.texi: Version number pushed to 6.15d.
4237
db55f368
CD
42382008-12-16 Carsten Dominik <dominik@science.uva.nl>
4239
a0bf4117 4240 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
4241 (Images in LaTeX export): New section.
4242 (Inlined images, Images in HTML export): Sections renamed.
4243
dae0a942
MB
42442008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4245
4246 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4247
9f5572e9
MB
42482008-12-04 David Engster <dengste@eml.cc>
4249
4250 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 4251 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 4252
bc23baaa
CD
42532008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4254
4255 * org.texi (Using the mapping API): Fix bug in mapping example.
4256 (Publishing options): Make the list of properties complete again, in
4257 correspondence to the variable `org-export-plist-vars'.
4258 (Property searches): Document new special values for time comparisons.
4259 (Tag inheritance): Refine the description of tag inheritance.
4260 (Project alist): Add info about the publishing sequence of components.
a0bf4117 4261 (Effort estimates): Document the new relative timer.
bc23baaa 4262
3bf8054f
JB
42632008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4264
4265 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4266 (Using Calc): Clarify use of `C-x * o'.
4267 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4268
ac134f2f
RS
42692008-11-28 Richard M Stallman <rms@gnu.org>
4270
4271 * dbus.texi (Receiving Method Calls): Clean up previous change.
4272
ace706d1
MA
42732008-11-26 Michael Albinus <michael.albinus@gmx.de>
4274
4275 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4276 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4277 `dbus-unescape-from-identifier'.
4278 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 4279 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
4280 (Signals): Use the constants in the example.
4281
d60b1ba1
CD
42822008-11-24 Carsten Dominik <dominik@science.uva.nl>
4283
b97439ce 4284 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 4285
ce4fdcb9
CD
42862008-11-23 Carsten Dominik <dominik@science.uva.nl>
4287
4288 * org.texi (Setting up Remember): Document `org-remember-mode'.
4289 (External links): Document that bbdb links can use a regular
4290 expression.
4291 (External links): Document that elisp links can contain interactive
4292 commands.
4293
c8548a00 42942008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
4295
4296 * viper.texi (viper-translate-all-ESC-keysequences):
4297 Description removed.
4298
6a2c4aec
GM
42992008-11-19 Glenn Morris <rgm@gnu.org>
4300
4301 * doclicense.texi: Change to FDL 1.3.
4302 Relicense all texi files under FDL 1.3 or later.
4303
59ee4113
JB
43042008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4305
4306 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4307
59bcbb98 43082008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 4309
0c7efc08 4310 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
4311
4312 * ediff.texi: Version/date change.
9f90198a 4313
8aa41c9b
CY
43142008-11-14 Chong Yidong <cyd@stupidchicken.com>
4315
4316 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4317
17587b1b
JB
43182008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4319
4320 * calc.texi (About This Manual): Comment out a mention of
4321 marginal notes.
4322
564c900e
CD
43232008-11-12 Carsten Dominik <dominik@science.uva.nl>
4324
4325 * org.texi (Clocking work time): Document the :formula property of
4326 clock tables.
4327 (Structure editing, Refiling notes): Document refiling regions.
4328 (Agenda commands): Document the double-prefix version
4329 of the `l' command in the agenda.
4330 (Handling links): Explain the effect of a double prefix
4331 arg to `C-c C-o'.
4332 (TODO basics): Add documentation for tag triggers.
4333
3c4be1f2
GM
43342008-10-23 Glenn Morris <rgm@gnu.org>
4335
4336 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4337 byte-compiling things like `+'.
4338
4339 * ns-emacs.texi: Merge copyright years of author now with assignment
4340 into FSF years.
4341 (VER): Use it for easier automatic updating. Use Emacs version rather
4342 than standalone Emacs.app version.
4343
a6520ff3
CD
43442008-10-12 Carsten Dominik <dominik@science.uva.nl>
4345
864c9740 4346 * org.texi: Lots of minor fixes.
a6520ff3
CD
4347 (Capture): New chapter.
4348 (Org Plot): New section.
4349
db7a4b66
MH
43502008-09-30 Magnus Henoch <mange@freemail.hu>
4351
4352 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4353
4043c194
JB
43542008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4355
4356 * calc.texi (User Defined Units): Mention how to enter optional display
4357 string.
4358
eef5ade7
MB
43592008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4360
0c7efc08 4361 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
4362 avoid the "y/n" wording.
4363
e52cac88
MB
43642008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4365
0c7efc08 4366 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
4367
43682008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4369
4370 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4371 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4372
00c55306
BW
43732008-09-22 Bill Wohler <wohler@newt.com>
4374
4375 Release MH-E manual version 8.1.
4376
4377 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4378 release 8.1.
4379
4380 * mh-e.texi: Retain dual license as agreed to by the FSF.
4381 However, bump GPL to Version 3.
4382 Use @include for license text.
4383
e52cac88 43842008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
4385
4386 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
4387 (Store custom flags and keywords, Store arbitrary data):
4388 Clean up markup.
64763fe3
MB
4389
43902008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4391
4392 * gnus.texi (The Gnus Registry): Document it.
4393
9e601b8d
MB
43942008-09-08 David Engster <dengste@eml.cc>
4395
88ee5b02
JB
4396 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4397 Clarify section about choosing back end servers.
9e601b8d 4398
247043f1
GM
43992008-08-23 Glenn Morris <rgm@gnu.org>
4400
4401 * dired-x.texi (Shell Command Guessing):
4402 Mention dired-guess-shell-case-fold-search. (Bug#417)
4403
2bfec7a0
MA
44042008-08-22 Michael Albinus <michael.albinus@gmx.de>
4405
4406 * trampver.texi: Update release number.
4407
247043f1 44082008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
4409
4410 * ns-emacs.texi: Update version.
4411 (Introduction): Correct menu location for options save.
4412 (Customization): Note that defaults are stored under org.gnu.Emacs.
4413
8c20bd92
BW
44142008-08-11 Bill Wohler <wohler@newt.com>
4415
4416 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4417 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4418 Henman) (closes SF #1768928).
4419
767a4d92
GM
44202008-08-10 Glenn Morris <rgm@gnu.org>
4421
4422 * ns-emacs.texi: Use @copying. Change copyright of authors with
4423 assignment to FSF. Change license to GFDL.
4424 (Top): Remove outdated references.
4425
6ecfe5c2
MB
44262008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4427
88ee5b02
JB
4428 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4429 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
4430 gnus-summary-sort-by-most-recent-date.
4431 (Summary Sorting): Explain prefix argument.
4432
44332008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4434
4435 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4436 gnus-summary-pipe-output.
4437
eb932e8a
MA
44382008-08-03 Michael Albinus <michael.albinus@gmx.de>
4439
4440 * dbus.texi (Receiving Method Calls): Document error handling of own
4441 D-Bus methods.
4442
bfe16263
BW
44432008-08-01 Bill Wohler <wohler@newt.com>
4444
4445 * mh-e.texi (Reading Mail)
9f90198a 4446 (Viewing Attachments): Describe new function
bfe16263
BW
4447 mh-show-preferred-alternative.
4448 (Sending Mail, Redistributing, Sending Message): Describe new hook
4449 mh-annotate-msg-hook.
4450
21956b56
MA
44512008-07-31 Michael Albinus <michael.albinus@gmx.de>
4452
4453 * dbus.texi (Arguments and Signatures): Fix example.
4454 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4455 (Asynchronous Methods): New node.
9f90198a
JB
4456 (Errors and Events): Describe extended layout of `dbus-event'.
4457 New defun `dbus-event-message-type'.
21956b56 4458
7c2fb837
DN
44592008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4460
4461 * ediff.texi: Remove VMS support.
4462
13662773
JB
44632008-07-29 Juanma Barranquero <lekktu@gmail.com>
4464
4465 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4466 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4467
ddde0b34
CY
44682008-07-29 Chong Yidong <cyd@stupidchicken.com>
4469
4470 * Makefile.in: Add mairix-el targets.
4471
44722008-07-29 David Engster <deng@randomsample.de>
4473
4474 * mairix-el.texi: New file.
4475
d5875b25
JB
44762008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4477
366b7d44
JB
4478 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4479 project files. Delete 'main_unit' project variable; not needed. Allow
4480 process environment variables wherever project variables are allowed.
4481 Add tutorial section on multiple GNAT project files.
d5875b25 4482
6cbab8ee
MA
44832008-07-27 Michael Albinus <michael.albinus@gmx.de>
4484
4485 Sync with Tramp 2.1.14.
4486
4487 * trampver.texi: Update release number.
4488
9e2a2647
DN
44892008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4490
4491 * ns-emacs.texi:
4492 * faq.texi: Remove mentions of Mac Carbon.
4493
d62672f3
MB
44942008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4495
4496 * gnus.texi (Saving Articles): Describe the 2nd argument of
4497 gnus-summary-save-in-pipe.
4498 (SpamAssassin): Use it.
4499
45002008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4501
4502 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4503
dd12e1c6
CD
45042008-07-25 Carsten Dominik <dominik@science.uva.nl>
4505
4506 * org.texi (Export options): Document the use of the creator flag.
4507
44ce9197
CD
45082008-07-24 Carsten Dominik <dominik@science.uva.nl>
4509
4510 * org.texi: New version 6.06a.
4511
ddd13c5d
JB
45122008-07-23 Juanma Barranquero <lekktu@gmail.com>
4513
4514 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4515 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4516
8dc6104d
JB
45172008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
4518
4519 * calc.texi (Editing Stack Entries):
4520 (Algebraic Entry): Rewrite introductory sentences so it can be used by
4521 Calc's help functions. Mention fixing typos.
4522 (Customizing Calc): Fix typo.
4523
45242008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
4525
4526 * calc.texi (summarykey): New macro. Use to correctly format keys in
4527 the summary.
4528
ddd13c5d 45292008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
4530
4531 * ns-emacs.texi (Customization): Corrected documentation on color
4532 specification formats.
4533
568beaa2
AS
45342008-07-19 Andreas Schwab <schwab@suse.de>
4535
db8ef699 4536 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
4537
4538 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4539 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4540
cd71b9ae
MA
45412008-07-18 Michael Albinus <michael.albinus@gmx.de>
4542
4543 * dbus.texi (Inspection): Rework, introduce submenus.
4544 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4545 (Properties and Annotations, Arguments and Signatures): New nodes.
4546
9b7993b4
MA
45472008-07-13 Michael Albinus <michael.albinus@gmx.de>
4548
4549 * dbus.texi (Receiving Method Calls): Fix description of
4550 `dbus-register-method'.
4551 (Signals): Allow also signal arguments for filtering in
4552 `dbus-register-signal'.
4553
241d447b
JB
45542008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4555
4556 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4557 `cnorm'.
4558 (Arithmetic Tutorial): Simplify the verification of prime factors.
4559
adb46650
MB
45602008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4561
4562 * gnus.texi (Saving Articles): Mention
4563 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4564
92e15881
JB
45652008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
4566
4567 * calc.texi: Adjust mode line throughout.
4568
ea597303
JB
45692008-06-28 Juanma Barranquero <lekktu@gmail.com>
4570
4571 * sasl.texi (Mechanisms): Fix typos.
4572
aee08080
JB
45732008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4574
4575 * calc.texi (Killing from the stack): Mention using normal Emacs
4576 copying.
4577
a06a4a12
MA
45782008-06-21 Michael Albinus <michael.albinus@gmx.de>
4579
0c7efc08 4580 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 4581 Add `auth-source' mechanism.
a06a4a12
MA
4582 (Connection caching): Tramp reopens the connection automatically,
4583 when the operating system on the remote host has been changed.
4584
7389398d
EZ
45852008-06-20 Eli Zaretskii <eliz@gnu.org>
4586
4587 * makefile.w32-in (distclean): Remove makefile.
4588
b349f79f
CD
45892008-06-17 Carsten Dominik <dominik@science.uva.nl>
4590
3f9b4c2b 4591 * org.texi (Using the mapping API): New section.
b349f79f 4592 (Agenda column view): New section.
3f9b4c2b 4593 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 4594 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 4595 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
4596
45972008-06-17 Jason Riedy <jason@acm.org>
4598
4599 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4600 function, and efmt may be a two-argument function.
4601 (Radio tables): Document multiple destinations.
4602
cd5c05d2
GM
46032008-06-16 Glenn Morris <rgm@gnu.org>
4604
4605 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4606 Add Cover-Texts.
4607
debf4439
GM
46082008-06-15 Glenn Morris <rgm@gnu.org>
4609
4610 * faq.texi (VER): Update to 23.0.60.
4611
4612 * mh-e.texi: Remove option of licensing under GPL.
4613 Add Cover-Texts to GFDL permissions notice.
4614 (GPL): Remove section.
4615 (GFDL): Include doclicense.texi rather than the actual text.
4616
4617 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4618 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4619
4620 * sasl.texi: Fix output file name.
4621
4622 * epa.texi, sasl.texi: Refer to license in Emacs manual.
4623
4624 * gnus-coding.texi: Refer to license in Gnus manual.
4625
4626 * idlwave.texi, sasl.texi: Use @copying.
4627
4628 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
4629
4630 * speedbar.texi: Update Back-Cover Text as per maintain.info.
4631
4632 * url.texi: Use @copying, @title, @subtitle, @author.
4633
4634 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4635 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4636 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4637 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4638 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4639 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4640 * widget.texi, woman.texi:
4641 Remove references to external license, since doclicense is included.
4642
4643 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4644 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4645 Remove references to non-existent Invariant Sections.
4646
091f8bc1
GM
46472008-06-14 Glenn Morris <rgm@gnu.org>
4648
4649 * faq.texi (Major packages and programs): Remove references to external
4650 Supercite, Calc, VIPER, since they have been included for some time.
4651 Update VM, AUCTeX, BBDB entries.
4652
47bcb4d3
UJ
46532008-06-14 Ulf Jasper <ulf.jasper@web.de>
4654
4655 * newsticker.texi: Updated to match latest newsticker changes.
4656
6f093307
GM
46572008-06-13 Glenn Morris <rgm@gnu.org>
4658
4659 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4660 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4661 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4662 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4663 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4664 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4665 * woman.texi:
4666 Update Back-Cover Text as per maintain.info.
4667
2b968687
MB
46682008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4669
4670 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4671
4672 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4673 (gnus-faq.xml): Update repository host.
4674
2b968687
MB
4675 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4676
46772008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4678
4679 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4680 Fix a typo.
4681
46822008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4683
4684 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 4685 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
4686 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4687
46882008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4689
4690 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4691 coding standards.
4692
46932008-06-14 David Engster <dengste@eml.cc>
4694
4695 * gnus.texi (nnmairix): Markup fixes.
4696
e6d2d263
MB
46972008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4698
2b968687 4699 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4700
47012008-06-05 David Engster <dengste@eml.cc>
4702
4703 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4704
47052008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4706
b344d29d 4707 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4708 (Searching, nnir, nnmairix): New stub nodes.
4709
ad231df6 47102008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4711
4712 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4713
f394fa25
MB
47142008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4715
4716 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4717
58333467
MB
47182008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4719
4720 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4721
67525fb9
JY
47222008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4723
4724 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4725
0549d8fc
JB
47262008-05-06 Juanma Barranquero <lekktu@gmail.com>
4727
4728 * info.texi (Top): Fix typo in xref.
4729
149a3837
KB
47302008-05-05 Karl Berry <karl@gnu.org>
4731
4732 * info.texi (Top): @xref to stand-alone manual.
4733
3a23a519
MB
47342008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4735
4736 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4737 (Various Summary Stuff): Fix typo in last xref.
4738
0a29fbf3
JB
47392008-05-02 Juanma Barranquero <lekktu@gmail.com>
4740
4741 * org.texi (Moving subtrees): Fix typo.
4742
586b90f1
MA
47432008-04-28 Michael Albinus <michael.albinus@gmx.de>
4744
4745 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4746 Tramp via `tramp-mode'.
4747
b5af9883
CD
47482008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4749
4750 * org.texi: Massive changes, in many parts of the file.
4751
d55fe5bb
MB
47522008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4753
4754 * gnus.texi (Oort Gnus): Add message-fill-column.
4755
47562008-04-12 Adrian Aichner <adrian@xemacs.org>
4757
4758 * gnus.texi (Mail Source Specifiers): Typo fix.
4759
47602008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4761
4762 * gnus.texi (Diary Headers Generation): Update key binding for
4763 `gnus-diary-check-message'.
4764
47652008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4766
4767 * gnus.texi (Emacsen): Addition.
4768
47692008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4770
4771 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4772
47732008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4774
4775 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4776
47772008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4778
4779 * gnus-news.texi: Update tool bar item.
4780
47812008-04-09 Sven Joachim <svenjoac@gmx.de>
4782
4783 * gnus-news.texi: Fix typos.
4784
76c109c3
JB
47852008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4786
222027f2 4787 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4788 Add mention of `kron'.
4789
d5fbd5a6
MO
47902008-04-01 Daiki Ueno <ueno@unixuser.org>
4791
0c7efc08
SM
4792 * epa.texi (Encrypting/decrypting *.gpg files):
4793 Document epa-file-name-regexp.
d5fbd5a6 4794
fbcbb58c
KY
47952008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4796
4797 * gnus.texi (Example Methods): Fix description about ssh-agent.
4798 (Indirect Functions): Fix the default value of nntp-telnet-command;
4799 remove link to connect.html.
4800
134ce16c
MA
48012008-03-30 Michael Albinus <michael.albinus@gmx.de>
4802
4803 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4804 dbus-call-method.
4805 (Receiving Method Calls): The timeout can be set by the calling client.
4806
da1975d7
MA
4807 * trampver.texi: Update release number.
4808
2e4089ab
RS
48092008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4810
4811 * gnus.texi (Top): Fix version. Add SASL.
4812
70cab5a9
MA
48132008-03-29 Michael Albinus <michael.albinus@gmx.de>
4814
4815 Sync with Tramp 2.1.13.
4816
4817 * trampver.texi: Update release number.
4818
5bc6ddff
MB
48192008-03-29 Chong Yidong <cyd@stupidchicken.com>
4820
4821 * org.texi: Update to new org-mode website.
4822
48232008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4824
4825 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4826
9b3ebcb6
MB
48272008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4828
4829 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4830 gnus-read-ephemeral-gmane-group-url,
4831 gnus-read-ephemeral-emacs-bug-group,
4832 gnus-read-ephemeral-debian-bug-group.
4833
48342008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4835
4836 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4837
4838 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4839 Add FIXMEs for Bookmarks and gnus-registry-marks.
4840
48412008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4842
4843 * gnus.texi (Smileys): Document `smiley-style'.
4844
48452008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4846
4847 * gnus.texi (Gnus Development): Clarify difference between ding and
4848 gnu.emacs.gnus.
4849 (MIME Commands, Using MIME, RSS): Fix markup.
4850
4851 * gnus-faq.texi ([8.4]): Ditto.
4852
48532008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4854
4855 * gnus.texi (Emacsen): Remove obsolete stuff.
4856
48572008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4858
4859 * gnus.texi (Oort Gnus): Add version info WRT
4860 `mail-source-delete-incoming'.
4861
48622008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4863
4864 * gnus.texi (Top): Add "Other related manuals" and version info in
4865 `iftex' output.
4866 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4867 gnus-balloon-face-0 and the corresponding format specifiers.
4868
608d6a81
MA
48692008-03-26 Michael Albinus <michael.albinus@gmx.de>
4870
4871 * tramp.texi (Filename completion): Remove footnote about let-bind
4872 of `partial-completion-mode'. It doesn't work this way.
4873
27a6f132
SM
48742008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4875
4876 * pcl-cvs.texi (Contributors): Update my email.
4877
4a7c4c40
MA
48782008-03-21 Michael Albinus <michael.albinus@gmx.de>
4879
4880 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4881
2940c053
BW
48822008-03-17 Bill Wohler <wohler@newt.com>
4883
4884 * mh-e.texi (Viewing): Update URL for adding header fields to
4885 mh-invisible-header-fields-default.
4886
30864d5f
BW
48872008-03-16 Bill Wohler <wohler@newt.com>
4888
4889 * mh-e.texi (Preface): Add Gnus to requirements.
4890 (Forwarding): Note that forwarded MIME messages are now inline.
4891
31fe2b00
SM
48922008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4893
4894 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4895 (Common Variables): Give precedence to the netcat methods over the
4896 telnet methods, and mention that they are more reliable.
31fe2b00 4897
5e97c626
CD
48982008-03-13 Carsten Dominik <dominik@science.uva.nl>
4899
4900 * org.texi (Exporting Agenda Views): Document agenda export to
4901 iCalendar.
4902 (Progress logging): Document the new progress logging stuff.
4903
37a68866
MB
49042008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4905
4906 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4907 Update for change of `mail-source-delete-incoming'.
4908
4909 * gnus-news.texi: Ditto.
4910
8f7abae3
MB
49112008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4912
4913 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4914 custom versions.
4915
af379c86
AM
49162008-03-07 Alan Mackenzie <acm@muc.de>
4917
4918 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4919 parens/brackets in a k&r region is limited.
4920
3d0f8a67
MB
49212008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4922
4923 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4924 using different Emacs versions.
4925
52151df0
GM
49262008-02-27 Glenn Morris <rgm@gnu.org>
4927
4928 * sc.texi: Remove a lot of old and obsolete info.
4929 (titlepage): Simplify.
4930 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4931 (VM with any Emacsen, GNEWS with any Emacsen)
4932 (Overloading for Non-conforming MUAs, Version 3 Changes)
4933 (The Supercite Mailing List): Delete nodes.
4934 (Introduction): Remove info about old packages.
4935 (Getting Connected): Simplify. Remove info about old packages.
4936 (Citing Commands): Delete Emacs 19 info.
4937 (Hints to MUA Authors): Simplify.
4938 (Thanks and History): Merge in some info from the deleted node
4939 "Version 3 Changes".
4940
b03f96dc
MB
49412008-02-05 Juanma Barranquero <lekktu@gmail.com>
4942
4943 * org.texi (Setting tags, In-buffer settings):
4944 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4945
52bec650
MB
49462008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4947
4948 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4949 installation directory name.
4950
34a3c587
RF
49512008-02-12 Romain Francoise <romain@orebokech.com>
4952
4953 * epa.texi (Overview): Fix typo.
4954
5a8d03e9
MO
49552008-02-11 Daiki Ueno <ueno@unixuser.org>
4956
4957 * epa.texi (Quick start): Remove the .emacs setting.
4958
f1914c40
MO
49592008-02-10 Daiki Ueno <ueno@unixuser.org>
4960
4961 * epa.texi (Quick start): Use the command `epa-enable' instead of
4962 loading `epa-setup'.
4963
bca98fc9
JB
49642008-02-08 Juanma Barranquero <lekktu@gmail.com>
4965
4966 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4967 ($(infodir)/epa, epa.dvi): New targets.
4968
4b01af2e
MO
49692008-02-08 Daiki Ueno <ueno@unixuser.org>
4970
4971 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4972
4973 * epa.texi: New manual documenting the EasyPG Assistant.
4974
06c0751a
MA
49752008-02-06 Michael Albinus <michael.albinus@gmx.de>
4976
4977 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4978 (Inspection): New function dbus-ping.
4979
7dcccd7b
MA
49802008-02-05 Michael Albinus <michael.albinus@gmx.de>
4981
4982 * tramp.texi (Remote processes): Add `shell-command'.
4983
a1da1e37
MB
49842008-01-28 Michael Sperber <sperber@deinprogramm.de>
4985
4986 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4987 (Group Parameters): Document `mail-source' parameter.
4988
c9d8f746
MA
49892008-01-27 Michael Albinus <michael.albinus@gmx.de>
4990
4991 * tramp.texi (Inline methods): The hostname of the su(do)? methods
4992 must be a local host.
4993
15db4a13
MO
49942008-01-26 Michael Olson <mwolson@gnu.org>
4995
4996 * erc.texi: Update version for ERC 5.3 release.
4997 (Obtaining ERC): Update extras URLs for 5.3.
4998 (Development): Write instructions for git, and remove those for Arch.
4999 (History): Mention the switch to git.
5000
2bc43980
KB
50012008-01-24 Karl Berry <karl@gnu.org>
5002
bca98fc9
JB
5003 * info.texi (Search Index, Search Text): Mention the command
5004 character in the section name, a la the (Go to node) node.
2bc43980 5005
d2e4a6c9
MA
50062008-01-21 Michael Albinus <michael.albinus@gmx.de>
5007
5008 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
5009
0b6799c3
MB
50102008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5011
5012 * gnus-news.texi: Mention gnus-article-describe-bindings.
5013
50142008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5015
5016 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
5017
db9c3fb1 50182008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 5019
7b4d0413 5020 * org.texi (Property inheritance): New section.
db9c3fb1 5021 (Conventions): New section.
7b4d0413 5022 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
5023 commands, and the new bindings for refiling.
5024 (Sparse trees): Document the new special command for sparse trees.
5025 (References): Be more clear about the counting of hilines.
5026 (Handling links): Document M-p/n for accessing links.
5027 (Fast access to TODO states): New section.
5028 (Per file keywords): New section.
5029 (Property inheritance): New section.
5030 (Column attributes): New summary types.
5031 (Capturing Column View): New section.
5032 (The date/time prompt): Cover the new features in the date/time prompt.
5033 Compactify the table of keys for the calendar remote control.
5034 (Clocking work time): Document the new :scope parameter.
5035 (Remember): Promoted to chapter.
5036 (Quoted examples): New section.
5037 (Enhancing text): New verbatim environments.
5038
6ed73f28
MA
50392008-01-14 Michael Albinus <michael.albinus@gmx.de>
5040
5041 * trampver.texi: Update release number.
5042
95838435
MB
50432008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5044
0c7efc08
SM
5045 * gnus.texi (Article Keymap):
5046 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
5047 gnus-article-reply-with-original and
5048 gnus-article-followup-with-original.
5049
20234d96
GM
50502008-01-09 Glenn Morris <rgm@gnu.org>
5051
5052 * nxml-mode.texi: Add @copying section.
5053
d82cf70b
MB
50542008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5055
5056 * message.texi (Mail Variables): Add some text from "(gnus)Posting
5057 Server". Add `message-send-mail-with-mailclient'.
5058
5059 * gnus.texi (Posting Server): Move some text to "(message)Mail
5060 Variables" and add a reference here.
5061
addb7f2e
MA
50622008-01-04 Michael Albinus <michael.albinus@gmx.de>
5063
5064 * dbus.texi (Receiving Method Calls): New chapter.
5065 (Errors and Events): Add serial number to events. Replace "signal" by
5066 "message". Introduce dbus-event-serial-number.
5067
4db2806c
MA
50682008-01-03 Michael Albinus <michael.albinus@gmx.de>
5069
5070 * dbus.texi (Type Conversion): Explain the type specification for empty
5071 arrays. Use another example.
5072
c9ecb5a7
MA
50732007-12-30 Michael Albinus <michael.albinus@gmx.de>
5074
5075 * dbus.texi (all): Replace "..." by @dots{}.
5076 (Type Conversion): Precise the value range for :byte types.
5077 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5078 Mention its return value.
5079 (Errors and Events): There is no D-Bus error propagation during event
5080 processing.
5081
702dbfd9
JB
50822007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5083
5084 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5085 New sections.
5086
87035689
MB
50872007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5088
5089 * gnus.texi (Group Parameters): Reorder the text and add a note about
5090 `gnus-parameters' near the beginning of the node.
5091
50922007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5093
5094 * gnus.texi (Score File Editing): Fix function name.
5095
5492f5ca
MA
50962007-12-23 Michael Albinus <michael.albinus@gmx.de>
5097
5098 Sync with Tramp 2.1.12.
5099
5100 * trampver.texi: Update release number.
5101
d4e67bc5
MA
51022007-12-22 Michael Albinus <michael.albinus@gmx.de>
5103
5104 * dbus.texi (Type Conversion): Correct input parameters mapping.
5105
6a31c819
MA
51062007-12-21 Michael Albinus <michael.albinus@gmx.de>
5107
5108 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5109 (Errors and Events): Mention wrong-type-argument error.
5110
99a3e35f
AS
51112007-12-21 Alex Schroeder <alex@gnu.org>
5112
5113 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5114 spaces. Fixed some typos.
99a3e35f
AS
5115 (Internet Relay Chat): Explain relay.
5116 (Getting started with rcirc): Change items to reflect prompts.
5117 Add more explanation to rcirc-track-minor-mode and added a comment to
5118 warn future maintainers that this section is a copy.
0c7efc08 5119 (People): Change /ignore example.
62b12a24 5120 (Keywords): Not keywords.
99a3e35f 5121
331e4d02
AS
51222007-12-20 Alex Schroeder <alex@gnu.org>
5123
5124 * rcirc.texi (Top): Fighting Information Overload chapter added.
5125 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5126 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5127 (Fighting Information Overload): New chapter documenting /keyword,
5128 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5129 (Configuration): Document rcirc-server-alist, remove
5130 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5131
cd71c3ef
MA
51322007-12-16 Michael Albinus <michael.albinus@gmx.de>
5133
5134 * dbus.texi (Signals): Fix example in dbus-register-signal.
5135
bbbe940b
MB
51362007-12-14 Sven Joachim <svenjoac@gmx.de>
5137
5138 * gnus.texi (Score Variables): Fix typo.
5139
0ce574ef
MA
51402007-12-07 Michael Albinus <michael.albinus@gmx.de>
5141
5142 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5143 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5144 (Errors and Events): Adapt dbus-event.
5145
b890d447
MB
51462007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5147
5148 * gnus.texi (Other Files): Add the yenc command.
5149
51502007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5151
5152 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5153 since 2004-08-06.
5154
51552007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5156
5157 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5158 on body.
5159
51602007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5161
5162 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5163 and rfc2047-allow-irregular-q-encoded-words; fix description of
5164 rfc2047-encode-encoded-words.
5165
51662007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5167
5168 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5169
3728bf03
MO
51702007-12-05 Michael Olson <mwolson@gnu.org>
5171
5172 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5173 Update documentation for `remember-diary-file'.
5174
a4397af9
MA
51752007-12-04 Michael Albinus <michael.albinus@gmx.de>
5176
5177 * dbus.texi (Signals): Precise `dbus-register-signal'.
5178 (Errors and Events): Rework events part, the internal structure of
5179 dbus-event has changed.
5180
1682490c
JB
51812007-12-03 Juanma Barranquero <lekktu@gmail.com>
5182
5183 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5184 ($(infodir)/dbus, dbus.dvi): New targets.
5185
7b13a0f2
MA
51862007-12-03 Michael Albinus <michael.albinus@gmx.de>
5187
5188 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5189 unconditionally.
5190
5191 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5192 emulation with @print{}.
5193
7ef92bc9
RS
51942007-12-02 Richard Stallman <rms@gnu.org>
5195
5196 * dbus.texi (Overview): Minor cleanup.
5197
22d8ac3a
MA
51982007-12-02 Michael Albinus <michael.albinus@gmx.de>
5199
d3a8e0df
MA
5200 * Makefile.in (INFO_TARGETS): Add dbus.
5201 (DVI_TARGETS): Add dbus.dvi.
5202 (dbus, dbus.dvi): New targets.
5203
22d8ac3a
MA
5204 * dbus.texi: New file.
5205
559764ab
RF
52062007-11-24 Romain Francoise <romain@orebokech.com>
5207
5208 * nxml-mode.texi: Add description in @direntry.
7aa579d9 5209 Fix file name to match @setfilename.
559764ab 5210
ac97a16b
MH
52112007-11-23 Mark A. Hershberger <mah@everybody.org>
5212
5213 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5214 ($(infodir)/nxml-mode): New rule.
5215
5216 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5217 ($(infodir)/nxml-mode): New rule.
5218 (clean): Add nxml-mode*.
5219
5220 * nxml-mode.texi: New file with nxml manual.
5221
404cd454
GM
52222007-11-18 Richard Stallman <rms@gnu.org>
5223
5224 * flymake.texi (Example -- Configuring a tool called directly):
5225 Update example.
5226
b048d478
MA
52272007-11-18 Michael Albinus <michael.albinus@gmx.de>
5228
5229 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 5230 double-slash behavior. Explain directory contents flushing.
b048d478 5231
346e8469
JB
52322007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5233
5234 * calc.texi (TeX and LaTeX Language Modes): Put in
5235 missing braces.
5236
404cd454
GM
52372007-11-15 Richard Stallman <rms@gnu.org>
5238
5239 * cl.texi (Equality Predicates): Delete `eql'.
5240 (Predicates, Naming Conventions, Top): Delete `eql'.
5241 (Common Lisp Compatibility): Delete `eql'.
5242 (Porting Common Lisp): Delete obsolete backquote info.
5243 Minor clarification about character constants.
5244 (Sequence Basics): Minor clarification.
5245
1f6af58b
JB
52462007-11-15 Juanma Barranquero <lekktu@gmail.com>
5247
dccb744b 5248 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
5249 * tramp.texi (Filename completion): Fix typos.
5250
3bc88bc9
JB
52512007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5252
5253 * calc.texi (Basic commands): Mention the menu.
5254
bc5300d3
MA
52552007-11-12 Michael Albinus <michael.albinus@gmx.de>
5256
5257 * tramp.texi (Connection caching): Tramp flushes connection
5258 properties when remote operating system has been changed.
5259
4d8a28ec
MB
52602007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5261
5262 * gnus-news.texi: Fix spelling.
5263 `message-insert-formatted-citation-line', not
5264 `message-insert-formated-citation-line'.
5265
404cd454
GM
5266 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5267
e1176b47
MA
52682007-11-07 Michael Albinus <michael.albinus@gmx.de>
5269
5270 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 5271 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
5272 (Frequently Asked Questions): Add code example for highlighting the
5273 mode line.
5274
6159985a
MO
52752007-11-03 Michael Olson <mwolson@gnu.org>
5276
5277 * remember.texi: Change mentions of remember-buffer to
5278 remember-finalize throughout.
5279
bec9b2f5
MO
52802007-10-30 Michael Olson <mwolson@gnu.org>
5281
5282 * remember.texi (Copying): Remove.
5283 (Mailbox): Update with non-BBDB instructions.
5284 (Diary, Org): Add.
5285 (Bibliography, Planner Page): Remove.
5286
b6173182
JB
52872007-10-30 Juanma Barranquero <lekktu@gmail.com>
5288
5289 * makefile.w32-in (INFO_TARGETS): Add remember.
5290 (DVI_TARGETS): Add remember.dvi.
5291 ($(infodir)/remember): New rule.
5292 (clean): Add remember*.
5293
15f3eb73
MO
52942007-10-30 Michael Olson <mwolson@gnu.org>
5295
70bdc930
MO
5296 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5297 ($(infodir)/remember): New rule that builds the Remember Manual.
5298
b6173182
JB
5299 * remember.texi: New file containing the Remember Mode Manual.
5300 Shuffle chapters around after initial import.
7d3f6f1a
MO
5301 (Function Reference): Split Keystrokes into separate chapter.
5302 (Keystrokes): Document C-c C-k.
51d24a12 5303 (Introduction): Fix typographical issue with "---".
15f3eb73 5304
404cd454
GM
53052007-10-29 Richard Stallman <rms@gnu.org>
5306
5307 * widget.texi (Introduction): Delete discussion of implementation
5308 internals.
5309
9bbb9638
MA
53102007-10-29 Michael Albinus <michael.albinus@gmx.de>
5311
5312 * tramp.texi (Connection caching): Host names must be different
5313 when tunneling.
5314
c7ff939a
RS
53152007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5316
5317 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5318 Gnus v5.13.
5319
01c52d31
MB
53202007-10-28 Miles Bader <miles@gnu.org>
5321
5322 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5323
01c52d31
MB
53242007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5325
0c7efc08
SM
5326 * gnus.texi (Sorting the Summary Buffer):
5327 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
5328
53292007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5330
5331 * gnus.texi (Non-ASCII Group Names): New node.
5332 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5333 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5334
c8763fb6 53352007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5336
5337 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5338 clean the output of the program `imap-shell-program'.
5339
53402007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5341
5342 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5343
53442007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5345
5346 * gnus.texi (Sticky Articles): Documentation for sticky article
5347 buffers.
5348
c8763fb6 53492007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5350
5351 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5352
53532007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5354
5355 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5356
53572007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5358
0c7efc08
SM
5359 * gnus.texi (Archived Messages):
5360 Document gnus-update-message-archive-method.
01c52d31
MB
5361
53622007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5363
5364 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5365
c8763fb6 53662007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 5367
0c7efc08
SM
5368 * gnus.texi (Group Maneuvering):
5369 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
5370
53712007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5372
0c7efc08
SM
5373 * gnus.texi (Really Various Summary Commands):
5374 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
5375
53762007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5377
5378 * gnus.texi, message.texi: Bump version number.
5379
53802007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5381
5382 * gnus.texi (Group Line Specification, Misc Group Stuff)
5383 (Server Commands): Parenthesize @pxref{Mail Spool}.
5384
53852007-10-28 Didier Verna <didier@xemacs.org>
5386
5387 New user option: message-signature-directory.
5388 * message.texi (Insertion Variables): Document it.
5389 * gnus.texi (Posting Styles): Ditto.
5390
53912007-10-28 Didier Verna <didier@xemacs.org>
5392
5393 * gnus.texi (Group Line Specification):
5394 * gnus.texi (Misc Group Stuff):
5395 * gnus.texi (Server Commands): Document the group compaction feature.
5396
53972007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5398
5399 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5400
5401 * message.texi (Various Message Variables): Add message-fill-column.
5402
54032007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5404
5405 * gnus.texi: Untabify.
5406
54072007-10-28 Didier Verna <didier@xemacs.org>
5408
5409 * gnus.texi (Group Parameters): Document the posting-style merging
5410 process in topic-mode.
5411
54122007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5413
5414 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5415
54162007-10-28 Romain Francoise <romain@orebokech.com>
5417
5418 * gnus.texi (Mail Spool): Fix typo.
5419 Update copyright.
5420
54212007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5422
5423 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5424
54252007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5426
5427 * gnus.texi (Summary Generation Commands):
5428 Add gnus-summary-insert-ticked-articles.
5429
54302007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5431
b2abec73
JB
5432 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5433 to spam-spamassassin-program.
01c52d31
MB
5434
54352007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5436
5437 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5438
54392007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5440
5441 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5442
54432007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5444
5445 * message.texi (Mail Headers): Document `opportunistic'.
5446
54472007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5448
5449 * emacs-mime.texi (Encoding Customization): Explain how to set
5450 mm-coding-system-priorities per hierarchy.
5451
54522007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5453
5454 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5455 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5456
54572007-10-28 Didier Verna <didier@xemacs.org>
5458
5459 * message.texi (Wide Reply): Update documentation of
5460 message-dont-reply-to-names (now allowing a list of regexps).
5461
54622007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5463
5464 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5465
54662007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5467
5468 * gnus.texi (SpamAssassin back end): Fix typo.
5469
5470 * sieve.texi (Examples): Fix grammar.
5471
54722007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5473
5474 * gnus.texi (Searching for Articles): Document M-S and M-R.
5475 (Limiting): Document / b.
5476
54772007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5478
5479 * gnus.texi (Thread Commands): T M-^.
5480
54812007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5482
5483 * message.texi (Mail Aliases): Document ecomplete.
5484 (Mail Aliases): Fix typo.
5485
54862007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5487
5488 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5489 fix typo.
5490
54912007-10-28 Romain Francoise <romain@orebokech.com>
5492
5493 * gnus.texi (Mail Spool): Grammar fix.
5494
54952007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5496
5497 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5498 string.
5499
55002007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5501
5502 * gnus.texi (Group Parameters): Fix description.
5503
55042007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5505
b2abec73
JB
5506 * gnus.texi (Gmane Spam Reporting):
5507 Fix spam-report-gmane-use-article-number.
5508 Add spam-report-user-mail-address.
01c52d31
MB
5509
55102007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5511
5512 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5513
55142007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5515
5516 * gnus.texi (Group Parameters): Add simplified sorting example based on
5517 example for `Sorting the Summary Buffer' from Jari Aalto
5518 <jari.aalto@cante.net>.
5519 (Example Methods): Add example for an indirect connection.
5520
55212007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5522
0c7efc08 5523 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
5524 (Agent Parameters): Updated parameter names to match code.
5525 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5526 'gnus-agent-summary-fetch-series'.
5527 (Agent and flags): New section providing a generalized discussion
5528 of flag handling.
0c7efc08
SM
5529 (Agent and IMAP): Remove flag discussion.
5530 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
5531
55322007-10-28 Romain Francoise <romain@orebokech.com>
5533
5534 * gnus.texi (Exiting the Summary Buffer): Add new function
5535 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5536
55372007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5538
5539 * gnus.texi (Conformity): Fix typo.
5540 (Customizing Articles): Document `first'.
5541
55422007-10-28 Jari Aalto <jari.aalto@cante.net>
5543
5544 * gnus.texi (Sorting the Summary Buffer):
5545 Add `gnus-thread-sort-by-date-reverse'. Add example
5546 host to different sorting in NNTP and RSS groups.
5547
55482007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5549
5550 * message.texi (Insertion): Describe prefix for
5551 message-mark-inserted-region and message-mark-insert-file.
5552
55532007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5554
5555 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5556 LaTeX documents. Describe "text/x-gnus-verbatim".
5557
55582007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5559
b2abec73 5560 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
5561 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5562 (spam-stat spam filtering, SpamOracle)
0c7efc08 5563 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
5564 clarity.
5565
55662007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5567
5568 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5569 gnus-article-delete-part and gnus-article-replace-part.
5570 (Using MIME): Add gnus-mime-replace-part.
5571
55722007-10-28 Romain Francoise <romain@orebokech.com>
5573
5574 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5575 requires `auto-compression-mode' to be enabled. Add new nnml
5576 variable `nnml-compressed-files-size-threshold'.
5577
55782007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5579
0c7efc08
SM
5580 * gnus.texi (Sorting the Summary Buffer):
5581 Add gnus-thread-sort-by-recipient.
01c52d31
MB
5582
55832007-10-28 Romain Francoise <romain@orebokech.com>
5584
5585 * message.texi (Insertion Variables): Mention new variable
5586 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5587 documentation accordingly.
5588
55892007-10-28 Romain Francoise <romain@orebokech.com>
5590
5591 * gnus.texi (To From Newsgroups): Mention new variables
5592 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5593
55942007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5595
5596 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5597 stuff; gnus-mime-inline-part does the automatic decompression.
5598
55992007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5600
5601 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 5602 "training.ham" should be "training.spam".
01c52d31
MB
5603
56042007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5605
5606 * message.texi (Mail Variables): Fix the default value for
5607 message-send-mail-function.
5608
56092007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5610
5611 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5612 always returns nil exceptionally.
5613
56142007-10-28 Simon Josefsson <jas@extundo.com>
5615
0c7efc08
SM
5616 * gnus.texi (Article Washing): Add libidn URL.
5617 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
5618
56192007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5620
5621 * gnus.texi (Topic Commands): Fix next/previous.
5622
56232007-10-28 Simon Josefsson <jas@extundo.com>
5624
5625 * gnus.texi (Article Washing): Mention `W i'.
5626
c8763fb6 56272007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
5628
5629 * gnus.texi (Group Parameters): Slight extension of sieve
5630 parameter description.
5631
56322007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5633
5634 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5635 matching score files as well.
5636 (Picons): Describe `gnus-picon-style'.
5637
56382007-10-28 Romain Francoise <romain@orebokech.com>
5639
5640 * message.texi (Message Headers): Mention that headers are hidden
5641 using narrowing, and how to expose them.
5642 Update copyright.
5643
56442007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5645
5646 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5647 `gnus-summary-sort-by-recipient'.
5648
56492007-10-28 Romain Francoise <romain@orebokech.com>
5650
5651 * gnus.texi (NNTP marks): New node.
5652 (NNTP): Move NNTP marks variables to the new node.
5653
56542007-10-28 Jesper Harder <harder@ifa.au.dk>
5655
b2abec73 5656 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
5657
5658 * gnus.texi (MIME Commands, Hashcash): Markup fix.
5659
56602007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5661
b2abec73 5662 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 5663 everywhere for consistency.
b2abec73
JB
5664 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5665 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
5666 Say "regular expression" instead of "regex." Admonish.
5667 Pick other words to sound better (s/so/thus/).
5668 (Spam ELisp Package Filtering of Incoming Mail):
5669 Mention statistical filters. Remove old TODO.
01c52d31 5670 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
5671 New section on sorting and displaying the spam score.
5672 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5673 backend but an alias to spam-use-BBDB.
5674 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
5675 new backend functionality.
5676
56772007-10-28 Simon Josefsson <jas@extundo.com>
5678
5679 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5680 nntp-marks-directory, from Romain Francoise
5681 <romain@orebokech.com>.
5682
56832007-10-28 Magnus Henoch <mange@freemail.hu>
5684
5685 * gnus.texi (Hashcash): New default value of
5686 hashcash-default-payment.
5687
56882007-10-28 Simon Josefsson <jas@extundo.com>
5689
5690 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5691 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5692
56932007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5694
0c7efc08 5695 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5696
56972007-10-28 Simon Josefsson <jas@extundo.com>
5698
5699 * gnus.texi (documentencoding): Add, to avoid warnings.
5700
57012007-10-28 Simon Josefsson <jas@extundo.com>
5702
5703 * message.texi (Mail Headers): Add.
5704
5705 * gnus.texi (Hashcash): Fix.
5706
57072007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5708
0c7efc08 5709 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5710 that payments can be verified and fix the name of the
b2abec73 5711 hashcash-path variable.
01c52d31
MB
5712
57132007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5714
b2abec73 5715 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5716
57172007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5718
5719 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5720
57212007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5722
5723 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5724 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5725 warning about ham processors in spam groups removed.
01c52d31
MB
5726
57272007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5728
0c7efc08 5729 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5730 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5731
57322007-10-28 Jesper Harder <harder@ifa.au.dk>
5733
5734 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5735 (Mailing List): Typo.
5736 (Customizing Articles): Add gnus-treat-ansi-sequences.
5737 (Article Washing): Index.
5738
5739 * message.texi: Use m-dash consistently.
5740
57412007-10-28 Jesper Harder <harder@ifa.au.dk>
5742
5743 * gnus.texi (GroupLens): Remove.
5744
57452007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5746
0c7efc08
SM
5747 * gnus.texi (Outgoing Messages, Agent Variables):
5748 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5749 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5750
57512007-10-28 Jesper Harder <harder@ifa.au.dk>
5752
5753 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5754
57552007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5756
5757 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5758
5759 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5760
57612007-10-28 Simon Josefsson <jas@extundo.com>
5762
5763 * gnus.texi (Top): Add SASL.
5764
404cd454
GM
57652007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5766
5767 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5768
57692007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5770
5771 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5772
0edd2970
JB
57732007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5774
5775 * calc.texi (Formulas, Composition Basics): Lower the
5776 precedence of negation.
5777
a9afba20
JY
57782007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5779
5780 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5781 Mention the new three-letter column identifiers.
5782 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5783 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5784 message when using `c' on an empty default with default printer.
5785 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5786 renamed to `ses--symbolic-formulas' some time ago.
5787
45b778a6
JB
57882007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5789
5790 * calc.texi (Default Simplifications, Making Selections)
5791 (Customizing Calc): Clarify associativity of multiplication.
5792
03b5bade
MA
57932007-10-23 Michael Albinus <michael.albinus@gmx.de>
5794
5795 * tramp.texi (Traces and Profiles): Simplify loop over
5796 `trace-function-background'.
5797
e658c8ee
JL
57982007-10-22 Juri Linkov <juri@jurta.org>
5799
5800 * dired-x.texi (Shell Command Guessing): Default values are now
5801 available by typing M-n instead of M-p.
5802
dd753688
MA
58032007-10-21 Michael Albinus <michael.albinus@gmx.de>
5804
5805 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5806 (Password caching): Remove `tramp-clear-passwd'.
5807 It's not a command anymore.
dd753688
MA
5808 (Bug Reports): Add `tramp-bug' to function index.
5809 (Function Index, Variable Index): New nodes.
5810 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5811
5812 * trampver.texi: Update release number.
5813
4bb49b43
JB
58142007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5815
8b296cdd 5816 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5817 about integer size into past tense.
5818 (Time Zones): Remove pointer to Calc author's address.
5819 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5820 and hyperbolic cotangent. Fix typo.
4bb49b43 5821
311dd93f
MA
58222007-10-10 Michael Albinus <michael.albinus@gmx.de>
5823
5824 Sync with Tramp 2.1.11.
5825
5826 * trampver.texi: Update release number.
5827
ea3fc256
MA
58282007-10-06 Michael Albinus <michael.albinus@gmx.de>
5829
5830 * tramp.texi (External packages): New section.
5831
1af74d06
MB
58322007-09-29 Juri Linkov <juri@jurta.org>
5833
5834 * info.texi (Help-Int): Document `L' (`Info-history').
5835
0e2806fa
SM
58362007-09-26 Carsten Dominik <dominik@science.uva.nl>
5837
5838 * org.texi: Change links to webpage and maintained email.
5839 (Remember): Promote to Chapter, significant changes.
5840 (Fast access to TODO states): New section.
5841 (Faces for TODO keywords): New section.
5842 (Export options): Example for #+DATE.
5843 (Progress logging): Section moved.
5844
567b9191
BW
58452007-09-26 Bill Wohler <wohler@newt.com>
5846
5847 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5848 browse-url-at-mouse.
5849
1af74d06
MB
58502007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5851
5852 * flymake.texi (Customizable variables): Face names don't end in -face.
5853 Fix flymake-err-line-patterns template.
5854 (Example -- Configuring a tool called directly): Fix init-function.
5855 (Highlighting erroneous lines): Face names don't end in -face.
5856
d60a4e3a 58572007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5858
5859 * erc.texi (Special-Features): Fix small typo.
5860
7d7a3510
MA
58612007-09-14 Michael Albinus <michael.albinus@gmx.de>
5862
5863 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5864 and "External transfer methods".
5865
285f0d3a
JB
58662007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5867
5868 * calc.texi (Predefined Units): Add some history.
5869
526dc846
MO
58702007-09-08 Michael Olson <mwolson@gnu.org>
5871
87e04f16
JB
5872 * erc.texi (Copying): New section included from gpl.texi.
5873 This matches the look of the upstream ERC manual.
526dc846 5874
f10d0e80
JB
58752007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5876
87e04f16 5877 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5878 (Random Numbers): Clarify the distribution of `random'.
5879
4009494e
GM
58802007-09-06 Glenn Morris <rgm@gnu.org>
5881
f1fc42aa 5882 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5883 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5884 Change all setfilename commands to use ../../info.
5885 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5886 refer to the Emacs manual here.
5887 (infodir): New variable.
5888 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5889 (cc-mode.texi, faq.texi): Update references to source file locations.
5890 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5891 do not refer to the Emacs manual here.
5892 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5893
5894 * Makefile.in: Add `basename' versions of all info targets, for
5895 convenience when rebuilding just one manual.
5896 (../etc/GNU): Delete obsolete target.
5897 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5898 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5899 *.vrs *.toc here...
5900 (maintainer-clean): ...from here.
4009494e
GM
5901
5902 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5903
2de53ca6
GM
59042007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5905
5906 * calc.texi (Date Conversions): Clarify definition of
5907 Julian day numbering.
5908 (Date Forms): Clarify definition of Julian day numbering;
5909 add some history.
5910
59112007-08-30 Carsten Dominik <dominik@science.uva.nl>
5912
87e04f16 5913 * org.texi: Version 5.07.
2de53ca6
GM
5914
59152007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5916
5917 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5918
59192007-08-22 Carsten Dominik <dominik@science.uva.nl>
5920
5921 * org.texi (Adding hyperlink types): New section.
5922 (Embedded LaTeX): Chapter updated because of LaTeX export.
5923 (LaTeX export): New section.
5924 (Using links out): New section.
5925
59262007-08-22 Glenn Morris <rgm@gnu.org>
5927
5928 * faq.texi (Learning how to do something): Refcards now in
5929 etc/refcards/ directory.
5930
59312007-08-22 Michael Albinus <michael.albinus@gmx.de>
5932
5933 * tramp.texi (Remote Programs): Persistency file must be cleared when
5934 changing `tramp-remote-path'.
5935 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5936 macro.
5937
59382007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5939
5940 * calc.texi: Move contents to beginning of file.
5941 (Algebraic Entry): Fix the formatting of an example.
5942
59432007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5944
5945 * calc.texi (Basic Operations on Units): Mention exact versus
5946 inexact conversions.
5947
59482007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5949
5950 * calc.texi (Basic Operations on Units): Mention default
5951 values for new units.
5952 (Quick Calculator Mode): Mention that binary format will
5953 be displayed.
5954
59552007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5956
5957 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5958
59592007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5960
5961 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5962
59632007-08-08 Glenn Morris <rgm@gnu.org>
5964
5965 * gnus.texi, sieve.texi: Replace `iff'.
5966
59672007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5968
5969 * calc.texi (Basic Graphics): Mention the graphing of error
5970 forms.
5971 (Graphics Options): Mention how `g s' handles error forms.
5972 (Curve Fitting): Mention plotting the curves.
5973 (Standard Nonlinear Models): Add additional models.
5974 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5975 (Linear Fits): Correct result.
5976
59772007-08-01 Alan Mackenzie <acm@muc.de>
5978
5979 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5980 to "--no-site-file".
5981
59822007-07-29 Michael Albinus <michael.albinus@gmx.de>
5983
5984 * tramp.texi (Frequently Asked Questions): Point to mode line
5985 extension in Emacs 23.1.
5986
5987 * trampver.texi: Update release number.
5988
59892007-07-27 Glenn Morris <rgm@gnu.org>
5990
5991 * calc.texi (Copying): Include license text from gpl.texi, rather than
5992 in-line.
5993
59942007-07-25 Glenn Morris <rgm@gnu.org>
5995
5996 * calc.texi (Copying): Replace license with GPLv3.
5997
5998 * Relicense all FSF files to GPLv3 or later.
5999
60002007-07-22 Michael Albinus <michael.albinus@gmx.de>
6001
6002 Sync with Tramp 2.1.10.
6003
6004 * tramp.texi (trampfn): Expand macro implementation in order to handle
6005 empty arguments.
6006 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 6007 occurrences by trampfn.
2de53ca6 6008 (Frequently Asked Questions): Extend example code for host
b2abec73 6009 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
6010 file names to be typed.
6011
6012 * trampver.texi: Update release number.
6013
60142007-07-17 Michael Albinus <michael.albinus@gmx.de>
6015
6016 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
6017 section. Reported by <poti@potis.org>.
6018 (Remote processes): Arguments of the program to be debugged are taken
6019 literally.
6020 (Frequently Asked Questions): Simplify recentf example.
6021
60222007-07-14 Karl Berry <karl@gnu.org>
6023
6024 * info.texi (@copying): New Back-Cover Text.
6025
6026 * info.texi (Quitting Info): Move to proper place in source.
6027 (Reported by Benno Schulenberg.)
6028
60292007-07-13 Eli Zaretskii <eliz@gnu.org>
6030
6031 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
6032
6033 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
6034
6035 * emacs-mime.texi: Add @documentencoding directive.
6036
60372007-07-12 Nick Roberts <nickrob@snap.net.nz>
6038
6039 * tramp.texi (Remote processes): Add an anchor to the subsection
6040 "Running a debugger on a remote host".
6041
60422007-07-12 Michael Albinus <michael.albinus@gmx.de>
6043
6044 * tramp.texi (Remote processes): Don't call it "experimental" any
6045 longer. Add subsection about running a debugger on a remote host.
6046
60472007-07-10 Carsten Dominik <dominik@science.uva.nl>
6048
6049 * org.texi (Properties and columns): Chapter rewritten.
6050
60512007-07-08 Michael Albinus <michael.albinus@gmx.de>
6052
6053 * tramp.texi:
6054 * trampver.texi: Migrate to Tramp 2.1.
6055
60562007-07-02 Carsten Dominik <dominik@science.uva.nl>
6057
6058 * org.texi (Properties): New chapter.
6059
60602007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6061
6062 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6063 Control Panel.
6064
6065 * gnus.texi (Misc Article): Add index entry for
6066 gnus-single-article-buffer.
6067
60682007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
6069
6070 * gnus.texi (Starting Up): Fix typo.
6071
60722007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
6073
6074 * gnus.texi (Asynchronous Fetching): Fix typo.
6075
60762007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6077
6078 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6079 (About This Manual): Remove redundant information.
6080 (Getting Started): Mention author.
6081 (Basic Arithmetic, Customizing Calc): Make description of the
6082 variable `calc-multiplication-has-precedence' match its new effect.
6083
60842007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6085
0c7efc08
SM
6086 * calc.texi (Basic Arithmetic, Customizing Calc):
6087 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
6088
60892007-06-19 Carsten Dominik <dominik@science.uva.nl>
6090
6091 * org.texi (Tag): Section swapped with node Timestamps.
6092 (Formula syntax for Lisp): Document new `L' flag.
6093
60942007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6095
6096 * gnus.texi (Misc Group Stuff, Summary Buffer)
6097 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6098
60992007-06-06 Juanma Barranquero <lekktu@gmail.com>
6100
6101 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6102 * gnus.texi (Article Buttons, Mail Source Customization)
6103 (Sending or Not Sending, Customizing NNDiary):
6104 * message.texi (Message Headers):
6105 * mh-e.texi (HTML): Fix typos.
6106
61072007-06-07 Michael Albinus <michael.albinus@gmx.de>
6108
6109 Sync with Tramp 2.0.56.
6110
6111 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6112 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6113
61142007-06-02 Chong Yidong <cyd@stupidchicken.com>
6115
6116 * Version 22.1 released.
6117
61182007-05-26 Michael Olson <mwolson@gnu.org>
6119
6120 * erc.texi (Modules): Fix references to completion modules.
6121
61222007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6123
6124 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6125
61262007-05-09 Didier Verna <didier@xemacs.org>
6127
6128 * gnus.texi (Email Based Diary): New. Proper documentation for the
6129 nndiary back end and the gnus-diary library.
6130
61312007-05-03 Karl Berry <karl@gnu.org>
6132
6133 * .cvsignore (*.pdf): New entry.
6134
6135 * texinfo.tex: Update from current version for better pdf generation.
6136
61372007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6138
6139 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6140
61412007-04-28 Glenn Morris <rgm@gnu.org>
6142
6143 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6144 consideration of legal status.
6145
61462007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6147
6148 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6149
61502007-04-24 Chong Yidong <cyd@stupidchicken.com>
6151
6152 * faq.texi (New in Emacs 22): python.el removed.
6153
61542007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6155
6156 * calc.texi (Reporting bugs): Update maintainer's address.
6157
61582007-04-22 Chong Yidong <cyd@stupidchicken.com>
6159
6160 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6161
61622007-04-15 Jay Belanger <belanger@truman.edu>
6163
6164 * calc.texi (Title page): Remove the date.
6165 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6166 (The Standard Calc Interface): Change trail title.
6167 (Floats): Mention that when non-decimal floats are entered, only
6168 approximations are stored.
6169 (Copying): Move to the appendices.
6170 (GNU Free Documentation License): Add as an appendix.
6171
61722007-04-15 Chong Yidong <cyd@stupidchicken.com>
6173
6174 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6175 * dired-x.texi, ebrowse.texi, ediff.texi:
6176 * emacs-mime.texi, erc.texi, eshell.texi:
6177 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6178 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6179 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6180 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6181 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6182 * woman.texi: Include GFDL.
6183
6184 * doclicense.texi: Remove node heading, so that it can be included by
6185 other files.
6186
6187 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6188
6189 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6190 than *.
6191
61922007-04-14 Carsten Dominik <dominik@science.uva.nl>
6193
6194 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6195 in Calc.
6196
61972007-04-09 Romain Francoise <romain@orebokech.com>
6198
6199 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6200 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6201 replace mouse-2.
6202
62032007-04-08 Chong Yidong <cyd@stupidchicken.com>
6204
6205 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6206 renamed to woman-use-topic-at-point. Document new behavior.
6207
62082007-04-08 Richard Stallman <rms@gnu.org>
6209
6210 * url.texi: Fix some indexing.
6211 (Disk Caching): Drop discussion of old/other Emacs versions.
6212
62132007-04-07 Chong Yidong <cyd@stupidchicken.com>
6214
6215 * url.texi (Disk Caching): Say Emacs 21 "and later".
6216
6217 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6218 on Font locking which now mentions JIT lock.
6219
62202007-04-01 Michael Olson <mwolson@gnu.org>
6221
6222 * erc.texi: Update for the ERC 5.2 release.
6223
62242007-03-31 David Kastrup <dak@gnu.org>
6225
6226 * woman.texi (Topic, Interface Options): Explain changes semantics of
6227 woman-manpath in order to consider MANPATH_MAP entries.
6228
62292007-03-31 Eli Zaretskii <eliz@gnu.org>
6230
6231 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6232
62332007-03-26 Richard Stallman <rms@gnu.org>
6234
6235 * pgg.texi (Caching passphrase): Clean up previous change.
6236
62372007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6238
6239 * gnus.texi (Setting Process Marks): Fix typo.
6240
62412007-03-25 Romain Francoise <romain@orebokech.com>
6242
6243 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6244 readability, and include various fixes by Daniel Brockman, Nick Roberts
6245 and Dieter Wilhelm.
6246
62472007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6248
6249 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6250
6251 * gnus.texi (Mail Source Specifiers): Fix typo.
6252
62532007-03-22 Ralf Angeli <angeli@caeruleus.net>
6254
6255 * reftex.texi (Imprint): Update maintainer information.
6256
62572007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6258
6259 * message.texi (Message Buffers): Update documentation for
6260 message-generate-new-buffers.
6261
62622007-03-15 Daiki Ueno <ueno@unixuser.org>
6263
6264 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6265
62662007-03-21 Glenn Morris <rgm@gnu.org>
6267
6268 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6269
62702007-03-19 Chong Yidong <cyd@stupidchicken.com>
6271
6272 * eshell.texi (Known problems): Emacs 21 -> 22.
6273
6274 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6275
62762007-03-18 Jay Belanger <belanger@truman.edu>
6277
6278 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6279
62802007-03-12 Glenn Morris <rgm@gnu.org>
6281
6282 * calc.texi (Time Zones): Switch to new North America DST rule.
6283
6284 * calc.texi: Replace "daylight savings" with "daylight
6285 saving" in text throughout.
6286
62872007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6288
6289 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6290 The variable now uses a list of symbols instead of just a symbol.
6291 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6292
62932007-03-06 Romain Francoise <romain@orebokech.com>
6294
6295 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6296 new packages, and mention Gnus update.
6297
62982007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6299
6300 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6301 nntp-open-connection-functions-never-echo-commands.
6302
63032007-02-27 Chong Yidong <cyd@stupidchicken.com>
6304
6305 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6306 problems on the console, and security risk in not using gpg-agent.
6307
63082007-02-25 Carsten Dominik <dominik@science.uva.nl>
6309
0c7efc08 6310 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
6311 Completely reorganized and rewritten.
6312 (CamelCase links): Section removed.
6313 (Repeating items): New section.
6314 (Tracking TODO state changes): New section.
6315 (Agenda views): Chapter reorganized and rewritten.
6316 (HTML export): Section rewritten.
6317 (Tables in arbitrary syntax): New section.
6318 (Summary): Better feature summary.
6319 (Activation): Document problem with cut-and-paste of Lisp code
6320 from PDF files.
6321 (Visibility cycling): Document indirect buffer use.
6322 (Structure editing): Document sorting.
6323 (Remember): Section rewritten.
6324 (Time stamps): Better description of time stamp types.
6325 (Tag searches): Document regular expression search for tags.
6326 (Stuck projects): New section.
6327 (In-buffer settings): New keywords.
6328 (History and Acknowledgments): Updated description.
6329
63302007-02-24 Alan Mackenzie <acm@muc.de>
6331
6332 * cc-mode.texi (Movement Commands): Insert two missing command names.
6333 (Getting Started): Slight wording correction (use conditional).
6334
63352007-02-22 Kim F. Storm <storm@cua.dk>
6336
6337 * widget.texi (User Interface, Basic Types): Document need to put some
6338 text before the %v escape in :format string in editable-field widget.
6339
63402007-02-18 Romain Francoise <romain@orebokech.com>
6341
6342 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6343 `cvs-mode-quit'.
6344
63452007-02-10 Markus Triska <markus.triska@gmx.at>
6346
6347 * widget.texi (Programming Example): Put constant strings in :format.
6348
63492007-02-07 Juanma Barranquero <lekktu@gmail.com>
6350
6351 * faq.texi (Fullscreen mode on MS-Windows): New node.
6352
63532007-02-04 David Kastrup <dak@gnu.org>
6354
6355 * faq.texi (AUCTeX): Update version number. Should probably be done
6356 for other packages as well.
6357
63582007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6359
6360 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6361 <tassilo@member.fsf.org>.
6362
63632007-01-27 Eli Zaretskii <eliz@gnu.org>
6364
6365 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6366 ls-lisp-use-localized-time-format.
6367
63682007-01-20 Markus Triska <markus.triska@gmx.at>
6369
6370 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6371
63722007-01-13 Michael Olson <mwolson@gnu.org>
6373
6374 * erc.texi (Modules): Mention capab-identify module.
6375
63762007-01-05 Michael Olson <mwolson@gnu.org>
6377
6378 * erc.texi (Getting Started): Update for /RECONNECT command.
6379
63802007-01-04 Richard Stallman <rms@gnu.org>
6381
6382 * ebrowse.texi: Change C-c b to C-c C-m.
6383
63842007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6385
6386 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6387 variables only in info to avoid redundant entries in the printed
6388 manual.
6389
63902007-01-02 Daiki Ueno <ueno@unixuser.org>
6391
6392 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6393
63942007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6395
6396 * message.texi (Security): Split into sub-nodes.
6397
63982007-01-01 Alan Mackenzie <acm@muc.de>
6399
6400 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6401 eval-after-load in Emacs <=21 and a workaround. Document that
6402 trigraphs are not supported.
6403
64042007-01-01 Alan Mackenzie <acm@muc.de>
6405
6406 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6407 c-context-line-break. When invoked within a string, preserve
6408 whitespace. Add a backslash only when also in a macro.
6409
64102007-01-01 Alan Mackenzie <acm@muc.de>
6411
6412 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6413
64142007-01-01 Alan Mackenzie <acm@muc.de>
6415
6416 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6417 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6418
64192007-01-01 Alan Mackenzie <acm@muc.de>
6420
6421 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6422 "Choosing a Style".
6423
6424 * cc-mode.texi ("Styles"): Add @dfn{style}.
6425
64262006-12-30 Michael Albinus <michael.albinus@gmx.de>
6427
6428 Sync with Tramp 2.0.55.
6429
6430 * trampver.texi: Update release number.
6431
64322006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6433
6434 * gnus.texi (Customizing Articles): Add index entries for all
6435 gnus-treat-* variables.
6436
c8763fb6 64372006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6438
6439 * gnus.texi (IMAP): Fix incorrect explanation of
6440 nnimap-search-uids-not-since-is-evil in documentation for
6441 nnimap-expunge-search-string.
6442
64432006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6444
6445 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6446 spam-ifile-database.
6447
64482006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6449
6450 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6451 rebind C-s.
6452
c8763fb6 64532006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6454
6455 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6456 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6457 "expiring mail".
6458 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6459 nnimap-nov-is-evil.
6460
64612006-12-25 Kevin Ryde <user42@zip.com.au>
6462
6463 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6464 about the key procedure being used heavily.
6465
64662006-12-24 Chong Yidong <cyd@stupidchicken.com>
6467
6468 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6469 to t.
6470 (Prerequisites): Add explanation about gpg-agent.
6471
64722006-12-22 Kevin Ryde <user42@zip.com.au>
6473
6474 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6475 "sort" instead of "sort*".
6476
64772006-12-19 Richard Stallman <rms@gnu.org>
6478
6479 * calc.texi (History and Acknowledgements): Recognize that Emacs
6480 now does have floating point.
6481
64822006-12-19 Michael Albinus <michael.albinus@gmx.de>
6483
6484 * tramp.texi (External transfer methods): Describe new method `scpc'.
6485
64862006-12-17 Sascha Wilde <wilde@sha-bang.de>
6487
6488 * pgg.texi: Added short note on gpg-agent to the introduction.
6489
64902006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6491
6492 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6493 also applies to Cc.
6494
64952006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6496
6497 * gnus.texi (X-Face): Clarify. Say which programs are required
6498 on Windows.
6499
65002006-12-08 Michael Olson <mwolson@gnu.org>
6501
6502 * erc.texi (Modules): Remove documentation for list module.
6503
c8763fb6 65042006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
6505
6506 * faq.texi (^M in the shell buffer): Ditto.
6507
65082006-11-20 Michael Olson <mwolson@gnu.org>
6509
6510 * erc.texi: Call this the 5.2 stable pre-release of ERC.
6511
65122006-11-17 Carsten Dominik <dominik@science.uva.nl>
6513
6514 * org.texi: Fix typos.
6515 (Agenda commands): Document `C-k'.
6516
65172006-11-16 Eli Zaretskii <eliz@gnu.org>
6518
6519 * url.texi (http/https): Fix a typo in the HTTP URL.
6520
65212006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6522
6523 * ada-mode.texi: Total rewrite.
6524
65252006-11-13 Carsten Dominik <dominik@science.uva.nl>
6526
6527 * org.texi: Minor typo fixes.
6528
65292006-11-13 Bill Wohler <wohler@newt.com>
6530
6531 Release MH-E manual version 8.0.3.
6532
6533 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6534 release 8.0.3.
6535
6536 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6537 to set MAILDIR.
6538 (Reading Mail): Document the customization of read-mail-command
6539 for MH-E.
6540 (Viewing Attachments): Document mm-discouraged-alternatives.
6541 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6542 (Junk): Add more information about the settings of mh-junk-background
6543 in a program. Add /usr/bin/mh to PATH in examples.
6544
65452006-11-12 Richard Stallman <rms@gnu.org>
6546
6547 * woman.texi: Update author address but say he no longer maintains it.
6548
65492006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6550
6551 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6552 archived trees.
6553 (Checkboxes): Section moved to chapter 5, and extended.
6554 (The date/time prompt): New section.
6555 (Link abbreviations): New section.
6556 (Presentation and sorting): New section.
6557 (Custom agenda views): Section completely rewritten.
6558 (Summary): Compare with Planner.
6559 (Feedback): More info about creating backtraces.
6560 (Plain lists): Modified example.
6561 (Breaking down tasks): New section.
6562 (Custom time format): New section.
6563 (Time stamps): Document inactive timestamps.
6564 (Setting tags): More details about fast tag selection.
6565 (Block agenda): New section.
6566 (Custom agenda views): Section rewritten.
6567 (Block agenda): New section.
6568
65692006-11-07 Michael Albinus <michael.albinus@gmx.de>
6570
6571 * tramp.texi (Configuration): scp is the default method.
6572 (Default Method): Use ssh as example for another method.
6573
65742006-10-27 Richard Stallman <rms@gnu.org>
6575
6576 * woman.texi: Downcase nroff/troff/roff.
6577 (Installation): Chapter deleted. Some xrefs deleted.
6578 (Background): woman doesn't advise man ;-).
6579
c8763fb6 65802006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6581
6582 * ada-mode.texi (Project files, Identifier completion)
6583 (Automatic Casing, Debugging, Using non-standard file names)
6584 (Working Remotely): Fix typos.
6585
65862006-10-20 Masatake YAMATO <jet@gyve.org>
6587
0c7efc08 6588 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
6589 sample code `my-c-initialization-hook'.
6590
65912006-10-19 Stuart D. Herring <herring@lanl.gov>
6592
6593 * widget.texi: Fix typos.
6594
65952006-10-19 Michael Albinus <michael.albinus@gmx.de>
6596
6597 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6598 "???". There have been no complaints for years, so the information
6599 must be appropriate.
6600
66012006-10-16 Richard Stallman <rms@gnu.org>
6602
6603 * widget.texi: Use @var instead of capitalization.
6604 Clarify many widget type descriptions.
6605
66062006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6607
6608 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6609 gnus-dired-attach.
6610 (Selecting a Group): Fix typo.
6611
c8763fb6 66122006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6613
6614 * widget.texi: Fix typos.
6615
66162006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
6617
6618 * gnus.texi (Image Enhancements): Update for Emacs 22.
6619
6620 * gnus-faq.texi ([1.3]): Update.
6621
66222006-10-06 Richard Stallman <rms@gnu.org>
6623
6624 * faq.texi (Displaying the current line or column):
6625 Delete "As of Emacs 20".
6626
66272006-10-06 Romain Francoise <romain@orebokech.com>
6628
6629 * faq.texi (VM): VM works with Emacs 22 too.
6630
66312006-10-06 Richard Stallman <rms@gnu.org>
6632
6633 * ebrowse.texi: Remove Emacs version "21" from title.
6634
66352006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
6636
6637 * gnus.texi (Foreign Groups): Say where change of editing commands are
6638 stored. Add reference to `gnus-parameters'.
6639
66402006-09-15 Jay Belanger <belanger@truman.edu>
6641
6642 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6643 Change "Library Public License" to "Lesser Public License"
6644 throughout. Use "yyyy" to represent year.
6645
66462006-09-15 Carsten Dominik <dominik@science.uva.nl>
6647
6648 * org.texi (Setting tags): Typo fix.
6649
66502006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
6651
6652 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6653
66542006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6655
6656 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6657
66582006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6659
6660 * faq.texi (Escape sequences in shell output): EMACS is now set
6661 to Emacs's absolute file name, not to "t".
6662 (^M in the shell buffer): Likewise.
6663 * misc.texi (Interactive Shell): Likewise.
6664
66652006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6666
6667 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6668 mails with pop3-leave-mail-on-server. Fix wording.
6669 (Limiting): Improve gnus-summary-limit-to-articles.
6670 (X-Face): Fix typo.
6671
66722006-09-11 Simon Josefsson <jas@extundo.com>
6673
6674 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6675 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6676
66772006-09-06 Simon Josefsson <jas@extundo.com>
6678
6679 * smtpmail.texi (Authentication): Mention SSL.
6680
66812006-09-01 Eli Zaretskii <eliz@gnu.org>
6682
6683 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6684 Don't use @indicateurl.
6685
6686 * cc-mode.texi (Subword Movement): Don't use @headitem.
6687 (Custom Braces, Clean-ups): Don't use @tie.
6688
66892006-08-29 Michael Albinus <michael.albinus@gmx.de>
6690
6691 Sync with Tramp 2.0.54.
6692
6693 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6694 Suggested by Adrian Phillips <a.phillips@met.no>.
6695
66962006-08-15 Carsten Dominik <dominik@science.uva.nl>
6697
6698 * org.texi (Installation, Activation): Split from Installation and
6699 Activation.
6700 (Clocking work time): Documented new features.
6701
67022006-08-13 Alex Schroeder <alex@gnu.org>
6703
6704 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6705 example.
6706
67072006-08-12 Eli Zaretskii <eliz@gnu.org>
6708
6709 * faq.texi (How to add fonts): New node.
6710
67112006-08-05 Romain Francoise <romain@orebokech.com>
6712
6713 * faq.texi (New in Emacs 22): Expand.
6714
67152006-08-03 Michael Olson <mwolson@gnu.org>
6716
6717 * erc.texi: Update for ERC 5.1.4.
6718
67192006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6720
6721 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6722 in .../site-lisp/gnus/ by default.
6723 [ From gnus-news.texi in the trunk. ]
6724
67252006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6726
6727 * gnus.texi (MIME Commands): Additions for yEnc.
6728
67292006-07-24 Richard Stallman <rms@gnu.org>
6730
6731 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6732 * faq.texi: Move periods and commas inside quotes.
6733
67342006-07-20 Jay Belanger <belanger@truman.edu>
6735
6736 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6737
67382006-07-18 Chong Yidong <cyd@stupidchicken.com>
6739
6740 * faq.texi (Security risks with Emacs): Document Emacs 22
6741 file-local-variable mechanism.
6742
67432006-07-12 Michael Olson <mwolson@gnu.org>
6744
6745 * erc.texi: Update for ERC 5.1.3.
6746
67472006-07-12 Alex Schroeder <alex@gnu.org>
6748
6749 * rcirc.texi: Fix typos.
6750 (Getting started with rcirc): New calling convention for M-x irc.
6751 Mention #rcirc. Removed channel tracking.
0c7efc08 6752 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6753 recently, eg. rcirc-server to rcirc-default-server. Added
6754 documentation for rcirc-authinfo, some background for Bitlbee, and
6755 rcirc-track-minor-mode.
0c7efc08 6756 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6757 Scrolling.
0c7efc08 6758 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6759 to match code changes.
6760
67612006-07-10 Nick Roberts <nickrob@snap.net.nz>
6762
6763 * gnus.texi, message.texi: Fix typos.
6764
67652006-07-07 Carsten Dominik <dominik@science.uva.nl>
6766
6767 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6768 commands.
6769 (Global TODO list): Document the use of the variables
6770 `org-agenda-todo-ignore-scheduled' and
6771 `org-agenda-todo-list-sublevels'.
6772
67732006-07-05 Richard Stallman <rms@gnu.org>
6774
6775 * faq.texi (Scrolling only one line): Fix xref.
6776
67772006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6778
6779 * faq.texi (Evaluating Emacs Lisp code):
6780 Throughout, replace eval-current-buffer with eval-buffer.
6781
67822006-07-03 Richard Stallman <rms@gnu.org>
6783
6784 * rcirc.texi (Scrolling conservatively): Fix xref.
6785
6786 * pcl-cvs.texi (Viewing differences): Usage fix.
6787
67882006-07-03 Carsten Dominik <dominik@science.uva.nl>
6789
6790 * org.texi (Agenda commands): Document `s' key to save all org-mode
6791 buffers.
6792
67932006-06-30 Ralf Angeli <angeli@caeruleus.net>
6794
6795 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6796 names. Mention `cvs-msg' face.
6797
67982006-06-29 Carsten Dominik <dominik@science.uva.nl>
6799
6800 * org.texi (Checkboxes): New section.
6801
68022006-06-28 Carsten Dominik <dominik@science.uva.nl>
6803
6804 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6805 throughout this chapter.
6806
68072006-06-27 Chong Yidong <cyd@stupidchicken.com>
6808
6809 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6810 text for standalone vs Emacs info.
6811 (Help): Clarify header line description. Use mouse-1 for clicks.
6812 (Help-P): Use mouse-1 for clicks.
6813 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6814 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6815 (Choose menu subtopic): Remove gratuitous Emacs command names.
6816 (Help-FOO): Put usual behavior first.
6817 (Help-Xref): Clicking on xrefs works in Emacs.
6818 (Search Text): Clarify what the default behavior is.
6819 (Create Info buffer): Fix Emacs window/X window confusion.
6820 (Emacs Info Variables): Fix for new Emacs init file behavior.
6821
68222006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6823
6824 * gnus.texi (Summary Buffer Lines): Fix typo.
6825
68262006-06-23 Carsten Dominik <dominik@science.uva.nl>
6827
6828 * org.texi (Embedded LaTeX): New chapter.
6829 (Archiving): Section rewritten.
6830 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6831
68322006-06-20 Bill Wohler <wohler@newt.com>
6833
6834 Release MH-E manual version 8.0.1.
6835
6836 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6837 release 8.0.1.
6838 (Preface): Depend on GNU mailutils 1.0 and higher.
6839
68402006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6841
6842 * message.texi (News Headers): Update message-syntax-checks section.
6843
68442006-06-19 Karl Berry <karl@gnu.org>
6845
6846 * info.texi (Advanced): Mention C-q, especially with ?.
6847
68482006-06-19 Carsten Dominik <dominik@science.uva.nl>
6849
6850 * org.texi (Publishing links): Document the `:link-validation-function'
6851 property.
6852 (Extensions and Hacking): New chapter, includes some sections of the
6853 "Miscellaneous" chapter.
6854
68552006-06-10 Carsten Dominik <dominik@science.uva.nl>
6856
6857 * org.texi (Progress logging): New section.
6858
2de53ca6
GM
68592006-06-06 Carsten Dominik <dominik@science.uva.nl>
6860
6861 * org.texi (ASCII export): Document indentation adaptation.
6862 (Setting tags): Document mutually-exclusive tags.
6863
68642006-06-05 Romain Francoise <romain@orebokech.com>
6865
6866 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6867 Fix typo.
6868
6869 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6870 channel (#gnus@irc.freenode.net).
6871 Fix typos. Update copyright notice.
6872
6873 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6874 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6875 (Line-Up Functions, Custom Macros):
6876 * ediff.texi (Window and Frame Configuration)
dccb744b 6877 (Highlighting Difference Regions):
2de53ca6
GM
6878 * emacs-mime.texi (Display Customization):
6879 * erc.texi (History):
6880 * eshell.texi (Known problems):
6881 * eudc.texi (Overview, BBDB):
6882 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6883 (The problem of spam, SpamOracle, Extending the Spam package)
6884 (Conformity, Terminology):
dccb744b 6885 * idlwave.texi (Routine Info)
2de53ca6
GM
6886 (Class and Keyword Inheritance, Padding Operators)
6887 (Breakpoints and Stepping, Electric Debug Mode)
6888 (Examining Variables, Troubleshooting):
6889 * org.texi (Creating timestamps):
6890 * reftex.texi (Commands, Options, Changes):
6891 * tramp.texi (Inline methods, Password caching)
6892 (Auto-save and Backup, Issues):
6893 * vip.texi (Files, Commands in Insert Mode):
6894 * viper.texi (Emacs Preliminaries, States in Viper)
6895 (Packages that Change Keymaps, Viper Specials, Groundwork):
6896 Fix various typos.
6897
68982006-05-31 Michael Ernst <mernst@alum.mit.edu>
6899
6900 * ediff.texi: Fix typos.
6901
69022006-05-30 Carsten Dominik <dominik@science.uva.nl>
6903
6904 * org.texi: Small typo fixes.
6905
fff84c22
JB
69062006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6907
6908 * viper.texi (Viper Specials):
6909 * gnus.texi (Example Setup):
6910 * faq.texi (Backspace invokes help):
6911 * dired-x.texi (Optional Installation Dired Jump):
6912 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6913 follow coding conventions.
6914
2de53ca6
GM
69152006-05-29 Michael Albinus <michael.albinus@gmx.de>
6916
6917 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6918
69192006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6920
6921 * pcl-cvs.texi: Fix typos.
6922 (Customization): Say "us".
6923
69242006-05-26 Eli Zaretskii <eliz@gnu.org>
6925
6926 * org.texi: Remove bogus @setfilename.
6927
69282006-05-26 Carsten Dominik <dominik@science.uva.nl>
6929
6930 * org.texi (ASCII export): Omit command name.
6931 (HTML export): Add prefix to all lines in Local Variable example.
6932 (Acknowledgments): Typeset names in italics.
6933
69342006-05-24 Carsten Dominik <dominik@science.uva.nl>
6935
6936 * org.texi (Plain lists): Add new item navigation commands.
6937 (External links): Document elisp and info links.
6938 (Custom searches): New section.
6939 (Publishing): New chapter.
6940 (HTML export): Include a list of supported CSS classes.
6941 (Setting tags): Describe the fast-tag-setting interface.
6942
69432006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6944
6945 * dired-x.texi: ifinfo -> ifnottex.
6946
69472006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6948
6949 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6950
69512006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6952
6953 * message.texi (Interface): Add tool bar customization.
6954 (MIME): Index and text additions for mml-attach.
6955 (MIME): Describe mml-dnd-protocol-alist and
6956 mml-dnd-attach-options.
6957
6958 * gnus.texi (Oort Gnus): Reorder entries in sections.
6959 Fix some entries.
6960 (Starting Up): Add references to "Emacs for Heathens" and to
6961 "Finding the News". Add user-full-name and user-mail-address.
6962 (Group Buffer Format): Add tool bar customization and update.
6963 (Summary Buffer): Add tool bar customization.
6964 (Posting Styles): Add message-alternative-emails.
6965
69662006-05-09 Michael Albinus <michael.albinus@gmx.de>
6967
6968 * tramp.texi (Filename completion): Improve wording.
6969
69702006-05-07 Romain Francoise <romain@orebokech.com>
6971
6972 * faq.texi (Using regular expressions): Fix typo.
6973 (Packages that do not come with Emacs): Fix capitalization.
6974 (Replacing text across multiple files): Expand node to explain how
6975 to use `dired-do-query-replace-regexp' in more detail, based on
6976 suggestion by Eric Hanchrow <offby1@blarg.net>.
6977
69782006-05-06 Michael Albinus <michael.albinus@gmx.de>
6979
6980 * tramp.texi (Filename completion): Completion of remote files'
6981 method, user name and host name is active only in partial
6982 completion mode.
6983
69842006-05-06 Bill Wohler <wohler@newt.com>
6985
6986 Release MH-E manual version 8.0.
6987
6988 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6989 release 8.0.
6990
69912006-05-06 Bill Wohler <wohler@newt.com>
6992
6993 * mh-e.texi (MH-BOOK-HOME): Change from
6994 http://www.ics.uci.edu/~mh/book/mh to
6995 http://rand-mh.sourceforge.net/book/mh.
6996 Replace .htm suffix with .html for MH book files.
6997 (Using This Manual): Update key binding for getting relevant
6998 chapter in Info from command key.
6999 (Ranges): Fix itemx.
7000
70012006-05-05 Karl Berry <karl@gnu.org>
7002
7003 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
7004 (\fonttextsize): New user-level command to change text font size.
7005
70062006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
7007
7008 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
7009
70102006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7011
7012 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
7013
70142006-04-24 Bill Wohler <wohler@newt.com>
7015
7016 * mh-e.texi (Getting Started): Make it more explicit that you need
7017 to install MH. Add pointers to current MH implementations.
7018
70192006-04-21 Bill Wohler <wohler@newt.com>
7020
7021 Release MH-E manual version 7.94.
7022
7023 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7024 release 7.94.
7025
70262006-04-21 Carsten Dominik <dominik@science.uva.nl>
7027
7028 * org.texi: Many small fixes.
7029 (Handling links): Rename from "Managing links".
7030
70312006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
7032
7033 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
7034 (Splitting mail using spam-stat): Fix @xref.
7035
70362006-04-20 Chong Yidong <cyd@stupidchicken.com>
7037
7038 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 7039 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
7040
70412006-04-20 Carsten Dominik <dominik@science.uva.nl>
7042
7043 * org.texi (Time stamps): Better explanation of the purpose of
7044 different time stamps.
7045 (Structure editing, Plain lists): More details on how new items
7046 and headings are inserted.
7047
70482006-04-18 Carsten Dominik <dominik@science.uva.nl>
7049
7050 * org.texi (Formula syntax): Fix link to Calc Manual.
7051
70522006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7053
7054 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7055
70562006-04-17 Bill Wohler <wohler@newt.com>
7057
7058 * mh-e.texi (Folders): Update mh-before-quit-hook and
7059 mh-quit-hook example with code that removes the buffers rather
7060 than just bury them.
7061
70622006-04-17 Michael Albinus <michael.albinus@gmx.de>
7063
7064 Sync with Tramp 2.0.53.
7065
70662006-04-13 Carsten Dominik <dominik@science.uva.nl>
7067
7068 * org.texi (Updating settings): New section.
7069 (Visibility cycling): Better names for the startup folding
7070 options.
7071 (Exporting): Completely restructured.
7072 (The very busy C-c C-c key): New section.
7073 (Summary of in-buffer settings): New section.
7074
70752006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7076
7077 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7078
70792006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7080
7081 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7082 (Server Commands): Key `v' is reserved for users.
7083
70842006-04-11 Carsten Dominik <dominik@science.uva.nl>
7085
7086 * org.texi (Link format): New section, emphasis on bracket links.
7087 (External links): Document bracket links.
7088 (FAQ): Expand to cover shell links and the new link format.
7089
70902006-04-09 Kevin Ryde <user42@zip.com.au>
7091
7092 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7093
70942006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7095
7096 * gnus.texi (Summary Buffer Lines): Add `*'.
7097
c8763fb6 70982006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7099
7100 * gnus.texi (Group Parameters):
7101 Mention gnus-permanently-visible-groups.
7102
71032006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7104
7105 * gnus.texi (Face): Fix typo.
7106
71072006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7108
7109 * gnus.texi (X-Face): Clarify.
7110 (Face): Need Emacs with PNG support.
7111
71122006-04-06 Richard Stallman <rms@gnu.org>
7113
7114 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7115 Emacs".
7116
71172006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7118
7119 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7120 blocks not suitable for inclusion with Emacs using variable
7121 PARTOFEMACS.
7122
71232006-04-04 Simon Josefsson <jas@extundo.com>
7124
7125 * gnus.texi (Security): Improve.
7126
71272006-04-02 Bill Wohler <wohler@newt.com>
7128
7129 * mh-e.texi (Getting Started, Junk, Bug Reports)
7130 (MH FAQ and Support): Fix URLs.
7131
71322006-03-31 Romain Francoise <romain@orebokech.com>
7133
7134 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7135 to t, not nil (and has for the past eight years).
7136
71372006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7138
7139 * message.texi, gnus.texi: Bump version to 5.11.
7140
71412006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7142
7143 * gnus.texi (Top): Add comment about version line.
7144
7145 * message.texi (Top): Ditto. Change to take named versions into
7146 account.
7147
71482006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7149
7150 * gnus.texi (Posting Styles): Add x-face-file to example.
7151 (X-Face): Refer to posting styles.
7152
7153 * gnus-faq.texi ([5.8]): Add x-face-file.
7154 ([8.4]): Add links to gmane.emacs.gnus.user and
7155 gmane.emacs.gnus.general.
7156
71572006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7158
7159 * gnus-faq.texi: Use .invalid.
7160 ([5.4]): Fix gnus-posting-styles example.
7161
71622006-03-27 Romain Francoise <romain@orebokech.com>
7163
7164 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7165 Emacs/W3 needs a new maintainer.
7166 (Ispell): Update author and version info.
7167 (Mailcrypt): Mention PGG.
7168 (New in Emacs 22): Add PGG to the list of new packages.
7169 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7170 updating dead URLs.
7171
71722006-03-25 Karl Berry <karl@gnu.org>
7173
7174 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7175 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7176 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7177 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7178 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7179 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7180 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7181 (2) do not indent copyright year list (or anything else).
7182
71832006-03-21 Bill Wohler <wohler@newt.com>
7184
7185 * mh-e.texi (Folders): Various edits.
7186
71872006-03-20 Romain Francoise <romain@orebokech.com>
7188
7189 * gnus.texi (Mail Folders): Grammar fix.
7190
71912006-03-19 Bill Wohler <wohler@newt.com>
7192
7193 * mh-e.texi (Replying): Document Mail-Followup-To.
7194 Change manually-formatted table to multitable. Add debugging info.
7195 Move description of mh-reply-default-reply-to into paragraph
7196 that describes its values.
7197
71982006-03-17 Bill Wohler <wohler@newt.com>
7199
10d1d0af 7200 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
7201 (Sending Mail Tour): Update method of entering
7202 addresses and subject.
7203 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7204 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7205
72062006-03-15 Carsten Dominik <dominik@science.uva.nl>
7207
7208 * org.texi: Version number change only.
7209
72102006-03-14 Bill Wohler <wohler@newt.com>
7211
7212 * mh-e.texi: Add index entries around each paragraph rather than
7213 depend on entries from beginning of node. Doing so ensures that
7214 index entries are less likely to be forgotten if text is cut and
7215 pasted, and are necessary anyway if the references are on a
7216 separate page. It seems that makeinfo is now (v. 4.8) only
7217 producing one index entry per node, so there is no longer any
7218 excuse not to. Use subheading instead of heading. The incorrect
7219 use of heading produced very large fonts in Info--as large as the
7220 main heading.
7221 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7222 versions 6 and 7 appeared *around* the time of these Emacs releases.
7223
72242006-03-13 Carsten Dominik <dominik@science.uva.nl>
7225
7226 * org.texi (Clean view): Document new startup options.
7227
72282006-03-11 Bill Wohler <wohler@newt.com>
7229
7230 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7231 (Composing, Scan Line Formats): Fix @refs.
7232 (Getting Started): Define MH profile and MH profile components.
7233 (Incorporating Mail, Reading Mail, Viewing, Printing)
7234 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7235 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7236 for string constants.
7237 (Tool Bar): Remove spurious quote.
7238 (Junk): Use ``...'' instead of "...".
7239 (Scan Line Formats): Replace @samp with @kbd.
7240
72412006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7242
7243 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7244
72452006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7246
7247 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7248 easy to understand.
7249
72502006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7251
7252 * gnus.texi: Markup fix.
7253 (Fancy Mail Splitting): Specify new feature.
7254
72552006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7256
7257 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7258 partial-words matching.
7259
72602006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7261
7262 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7263
7264 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7265 (MIME Commands): Fix mm-discouraged-alternatives.
7266
72672006-03-07 Carsten Dominik <dominik@science.uva.nl>
7268
7269 * org.texi: Version number change only.
7270
72712006-03-06 Bill Wohler <wohler@newt.com>
7272
7273 * mh-e.texi: Move from SourceForge repository to Savannah.
7274 This is version 7.93, which is a total rewrite from the previous
7275 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7276 version 7.93.
7277
72782006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7279
7280 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7281
72822006-03-01 Carsten Dominik <dominik@science.uva.nl>
7283
7284 * org.texi (Interaction): Add item about `org-mouse.el' by
7285 Piotr Zielinski.
7286 (Managing links): Document that also mouse-1 can be used to
7287 activate a link.
7288 (Headlines, FAQ): Add entry about hiding leading stars.
7289 (Miscellaneous): Resort the sections in this chapter to a more
7290 logical sequence.
7291
72922006-02-27 Simon Josefsson <jas@extundo.com>
7293
7294 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7295 2004-01-27 from the trunk).
7296
72972006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7298
7299 * cc-mode.texi: Rename c-hungry-backspace to
7300 c-hungry-delete-backwards, at the request of RMS. Leave the old
7301 name as an alias.
7302
73032006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7304
7305 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7306 include the function header within the defun.
7307
73082006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7309
7310 * cc-mode.texi: Correct two typos.
7311
73122006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7313
7314 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7315 existing comment.
7316 (Electric Keys): Add a justification for electric indentation.
7317 (Hungry WS Deletion): Clear up the names and complications of the
7318 BACKSPACE and DELETE keys.
7319
73202006-02-23 Juri Linkov <juri@jurta.org>
7321
7322 * faq.texi (Common requests): Move `Turning on auto-fill by
7323 default' after `Wrapping words automatically'. Move `Working with
7324 unprintable characters' before `Searching for/replacing newlines'.
7325 Move `Replacing highlighted text' after `Highlighting a region'.
7326 Merge `Repeating commands' and `Repeating a command as many times
7327 as possible' into the former.
7328 (Packages that do not come with Emacs): Add refs to Gmane and
7329 etc/MORE.STUFF.
7330
73312006-02-23 Juri Linkov <juri@jurta.org>
7332
7333 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7334 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7335 Add xref to `(emacs)Reporting Bugs'.
7336 (Getting a printed manual): Add URL to other formats of the manual.
7337 (Common requests): Fix menu.
7338 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7339 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7340 (Inserting text at the beginning of each line): Add pxref to
7341 `Changing the included text prefix'.
7342 (Forcing the cursor to remain in the same column): Mention `track-eol'
7343 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7344 (Replacing text across multiple files): Add keybinding `Q' for
7345 `dired-do-query-replace'.
7346
73472006-02-22 Carsten Dominik <dominik@science.uva.nl>
7348
7349 * reftex.texi: Version number and date change only.
7350
7351 * org.texi (Internal Links): Rewrite to cover the modified
7352 linking system.
7353
73542006-02-17 Eli Zaretskii <eliz@gnu.org>
7355
7356 * faq.texi: Remove the coding cookie, it's not needed anymore.
7357
73582006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7359
7360 * faq.texi (Colors on a TTY): Mention Mac OS port.
7361
73622006-02-12 Karl Berry <karl@gnu.org>
7363
7364 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7365 8-bit accented a.
7366
73672006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7368
7369 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7370
73712006-02-08 Romain Francoise <romain@orebokech.com>
7372
7373 * faq.texi (Top): Remove paragraph about the FAQ being a
7374 transitional document, etc.
7375 (Searching for/replacing newlines): New node.
7376 (Yanking text in isearch): New node.
7377 (Inserting text at the beginning of each line): Rename and make
7378 more general, mention `M-;' in Message mode.
7379
73802006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7381
7382 * faq.texi (Meta key does not work in xterm)
7383 (Emacs does not display 8-bit characters)
7384 (Inputting eight-bit characters): Update xrefs.
7385
73862006-02-06 Romain Francoise <romain@orebokech.com>
7387
7388 * faq.texi (VM): VM now at version 7.19.
7389 Set myself as maintainer of this file.
7390
73912006-02-04 Michael Olson <mwolson@gnu.org>
7392
7393 * erc.texi (History): Note that ERC is now included with Emacs.
7394
73952006-01-31 Romain Francoise <romain@orebokech.com>
7396
7397 * message.texi (Message Headers): Explain what
7398 `message-alternative-emails' does in more detail.
7399 Update copyright year.
7400
74012006-01-30 Juanma Barranquero <lekktu@gmail.com>
7402
7403 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7404
74052006-01-29 Richard M. Stallman <rms@gnu.org>
7406
7407 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7408
74092006-01-29 Michael Olson <mwolson@gnu.org>
7410
7411 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7412
7413 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7414
7415 * faq.texi (New in Emacs 22): Mention ERC.
7416
74172006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7418
7419 * rcirc.texi: Capitalize dir entry for consistency with the entry
7420 in info/dir and other entries in the Emacs category.
7421 Fix typos. Delete trailing whitespace.
7422
c8763fb6 74232006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
7424
7425 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7426
74272006-01-27 Eli Zaretskii <eliz@gnu.org>
7428
7429 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7430 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7431
7432 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7433 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7434
74352006-01-27 Alex Schroeder <alex@gnu.org>
7436
7437 * rcirc.texi: New file.
7438
74392006-01-23 Juri Linkov <juri@jurta.org>
7440
7441 * widget.texi (User Interface): Add S-TAB for widget-backward.
7442
74432006-01-22 Michael Albinus <michael.albinus@gmx.de>
7444
7445 Sync with Tramp 2.0.52.
7446
7447 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7448 Add Tramp disabling item. New item for common connection problems.
7449 (various): Apply "ftp" as method for the download URL.
7450 (Bug Reports): Refer to FAQ for common problems.
7451
74522006-01-21 Eli Zaretskii <eliz@gnu.org>
7453
7454 * widget.texi (User Interface): Use @key for TAB.
7455
7456 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7457
7458 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7459 for TAB.
7460
7461 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7462
74632006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7464
7465 * gnus.texi: Update copyright.
7466
74672006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7468
7469 * gnus.texi (Article Washing): Additions.
7470
2de53ca6
GM
74712006-01-13 Carsten Dominik <dominik@science.uva.nl>
7472
7473 * org.texi (Agenda commands): Document tags command.
7474
74752006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7476
7477 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7478
74792006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7480
7481 * gnus.texi (RSS): Addition.
7482
74832005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7484
7485 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7486
74872005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7488
7489 * emacs-mime.texi (Display Customization): Add setting example to
7490 mm-discouraged-alternatives.
7491
74922006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7493
7494 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7495 version is the canonical version.
7496
74972006-01-08 Alex Schroeder <alex@gnu.org>
7498
7499 * pgg.texi (Caching passphrase): Rewording.
7500
75012006-01-06 Eli Zaretskii <eliz@gnu.org>
7502
7503 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7504 repository URL.
7505
75062006-01-06 Carsten Dominik <dominik@science.uva.nl>
7507
7508 * org.texi: Removed the accidentally re-added empty line in the
7509 direntry.
7510
75112006-01-05 Carsten Dominik <dominik@science.uva.nl>
7512
7513 * org.texi (Agenda Views): Chapter reorganized.
7514
75152005-12-29 Romain Francoise <romain@orebokech.com>
7516
7517 * faq.texi (Using Customize): New node.
7518
75192005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7520
7521 * org.texi: Remove blank line in @direntry. It is non-standard
7522 and recursively produces blank lines all over the dir file (when
7523 using Texinfo 4.8).
7524
75252005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7526
7527 * widget.texi (atoms): Delete obsolete remark about `file' widget.
7528
75292005-12-20 Carsten Dominik <dominik@science.uva.nl>
7530
7531 * org.texi (Tags): Boolean logic documented.
7532 (Agenda Views): Document custom commands.
7533
75342005-12-20 David Kastrup <dak@gnu.org>
7535
7536 * faq.texi (AUCTeX): Update version and mailing list info.
7537
75382005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7539
7540 * gnus.texi (MIME Commands): Mention addition of
7541 multipart/alternative to gnus-buttonized-mime-types and add xref
7542 to mm-discouraged-alternatives.
7543
7544 * emacs-mime.texi (Display Customization): Mention addition of
7545 "image/.*" and add xref to gnus-buttonized-mime-types in the
7546 mm-discouraged-alternatives section.
7547
75482005-12-16 Carsten Dominik <dominik@science.uva.nl>
7549
7550 * org.texi (Tags): New section.
7551 (Agenda Views): Chapter reorganized.
7552
75532005-12-16 Eli Zaretskii <eliz@gnu.org>
7554
7555 * org.texi (Internal Links): Add a missing comma after an @xref.
7556
75572005-12-14 Chong Yidong <cyd@stupidchicken.com>
7558
7559 * faq.texi (Filling paragraphs with a single space): No need to
7560 change sentence-end now.
7561
75622005-12-13 Romain Francoise <romain@orebokech.com>
7563
7564 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7565
75662005-12-12 Jay Belanger <belanger@truman.edu>
7567
7568 * faq.texi (Calc): Update version number.
7569
75702005-12-12 Carsten Dominik <dominik@science.uva.nl>
7571
7572 * org.texi (Progress Logging): New section.
7573
75742005-12-10 Romain Francoise <romain@orebokech.com>
7575
7576 Update the Emacs FAQ for the 22.1 release.
7577
7578 * faq.texi: Set VER to `22.1'.
7579 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
7580 Tutorial. Mention that `C-h r' displays the manual.
7581 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
7582 (Getting a printed manual): Point to the new locations of the
7583 manuals on the GNU Web site.
7584 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7585 available via Info (it was previously distributed separately).
7586 (Installing Texinfo documentation): The latest version of Texinfo
7587 is 4.8, not 4.0.
7588 (Informational files for Emacs): COPYING is the GNU General Public
7589 License, not the Emacs General Public License.
7590 (Informational files for Emacs): Delete obsolete link to the
7591 GNUinfo pages as they have been removed from the GNU Web site.
7592 (New in Emacs 22): New node.
7593 (Setting up a customization file): Say that most packages support
7594 Customize nowadays.
7595 (Colors on a TTY): Delete reference to instructions on how to
7596 enable syntax highlighting, it is now enabled by default.
7597 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7598 at startup automatically.
7599 (Controlling case sensitivity): Mention `M-c' in isearch.
7600 (Using an already running Emacs process): Emacs now creates the
7601 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7602 gnuserv. As emacsclient can now run Lisp code as well, delete a
7603 sentence praising gnuserv for that. Simplify description of how
7604 the client/server operation works.
7605 (Compiler error messages): Delete obsolete text (compile.el has
7606 been rewritten).
7607 (Indenting switch statements): Fix typo.
7608 (Matching parentheses): Simplify setup instructions, mention the
7609 menu bar item in the Options menu.
7610 (Repeating a command as many times as possible): Mention `C-x e'.
7611 (Going to a line by number): Mention new keymap and bindings
7612 `M-g M-g', `M-g M-p' and `M-g M-n'.
7613 (Turning on syntax highlighting): Now on by default. Simplify.
7614 (Replacing highlighted text): Use `1', not `t'.
7615 (Problems with very large files): The maximum size is now 256MB on
7616 32-bit machines.
7617 (^M in the shell buffer): Mention `comint-process-echoes'.
7618 (Emacs for Apple computers): Emacs 22 has native support for Mac
7619 OS X.
7620 (Translating names to IP addresses): Delete node.
7621 (Binding keys to commands): Fix typo.
7622 (SPC no longer completes file names): New node.
7623 (MIME with Emacs mail packages): Delete section about the Emacs
7624 MIME FAQ (it's not reachable anymore).
7625
76262005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7627
7628 * cc-mode.texi: The manual has been extensively revised: the
7629 information about using CC Mode has been separated from the larger
7630 and more difficult chapters about configuration. It has been
7631 updated for CC Mode 5.31.
7632
76332005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7634
7635 * pgg.texi (User Commands): Fix description of pgg-verify-region.
7636 (Selecting an implementation): Fix descriptions.
7637
76382005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7639
7640 * message.texi (Various Message Variables): Addition.
7641
76422005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7643
7644 * message.texi: Fix default values.
7645
76462005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7647
7648 * message.texi (Header Commands): Clarify descriptions of
7649 message-cross-post-followup-to, message-reduce-to-to-cc, and
7650 message-insert-wide-reply.
7651 (Various Commands): Fix kindex for message-kill-to-signature;
7652 clarify description of message-tab.
7653
76542005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7655
7656 * message.texi (Mailing Lists): Fix description about MFT.
7657
7658 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7659
76602005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7661
7662 * gnus.texi (Slow Terminal Connection): Replace old description
7663 with new one.
7664
76652005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7666
7667 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7668 replace X-Draft-Headers with X-Draft-From.
7669
76702005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7671
7672 * gnus.texi (Various Various): Fix the default value of
7673 nnheader-max-head-length.
7674 (Gnus Versions): Fix typo.
7675
76762005-12-08 Carsten Dominik <dominik@science.uva.nl>
7677
7678 * org.texi (Structure editing): Document new functionality of
7679 M-RET.
7680
76812005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7682
7683 * org.texi (Internal Links): Fix Texinfo usage.
7684
76852005-12-06 Carsten Dominik <dominik@science.uva.nl>
7686
7687 * org.texi (TODO basics): Document the global todo list.
7688 (TODO items): Documents sparse tree for specific TODO
7689 keywords.
7690
76912005-11-30 Carsten Dominik <dominik@science.uva.nl>
7692
7693 * org.texi (Plain Lists): Typos fixed.
7694
76952005-11-28 Jay Belanger <belanger@truman.edu>
7696
7697 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7698
76992005-11-24 Carsten Dominik <dominik@science.uva.nl>
7700
7701 * org.texi (Structure editing): New item moving commands added.
7702 (Plain Lists): New section.
7703
77042005-11-18 Carsten Dominik <dominik@science.uva.nl>
7705
7706 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7707 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7708 `org-agenda-file-to-front'.
2de53ca6
GM
7709 (Built-in table editor): Document `org-table-sort-lines'.
7710 (HTML formatting): Export of hand-formatted lists.
7711
77122005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7713
7714 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7715 new variable gnus-toolbar-thickness.
7716
77172005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7718
7719 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7720
77212005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7722
7723 * gnus.texi (X-Face): Fix description.
7724 (XVarious): Remove gnus-xmas-logo-color-alist and
7725 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7726
77272005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7728
7729 * gnus.texi (Group Parameters): Mention new variable
7730 gnus-parameters-case-fold-search.
7731 (Home Score File): Addition.
7732
77332005-11-04 Ulf Jasper <ulf.jasper@web.de>
7734
7735 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7736 (Overview): List supported feed types.
7737 (Installation): No installation necessary when using autoload.
7738 (Configuration): Rename "RSS" to "news".
7739
77402005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7741
7742 * pgg.texi (User Commands): Document additional passphrase
7743 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7744 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7745
77462005-11-04 Carsten Dominik <dominik@science.uva.nl>
7747
7748 * org.texi: Version number changed to 3.19.
7749
77502005-10-29 Sascha Wilde <wilde@sha-bang.de>
7751
7752 * pgg.texi (How to use): Update the example to add autoload of
7753 pgg-encrypt-symmetric-region.
7754 (User Commands): Document pgg-encrypt-symmetric-region.
7755 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7756
77572005-10-27 Jay Belanger <belanger@truman.edu>
7758
7759 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7760 mention other TeX-related units.
7761
77622005-10-23 Lars Hansen <larsh@soem.dk>
7763
0c7efc08
SM
7764 * dired-x.texi (Miscellaneous Commands):
7765 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7766 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7767
77682005-10-23 Jay Belanger <belanger@truman.edu>
7769
7770 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7771 constant.
7772
77732005-10-23 Michael Albinus <michael.albinus@gmx.de>
7774
0c7efc08
SM
7775 * faq.texi (Bugs and problems):
7776 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7777 `directory-listing-before-filename-regexp'.
7778
77792005-10-22 Eli Zaretskii <eliz@gnu.org>
7780
7781 * newsticker.texi (UPDATED): Set value.
7782
77832005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7784
7785 * gnus.texi (Document Groups): Remove duplicate item.
7786
77872005-10-21 Carsten Dominik <dominik@science.uva.nl>
7788
7789 * org.texi (Summary): Mention iCalendar support.
7790 (Exporting): Document iCalendar support.
7791
77922005-10-18 Romain Francoise <romain@orebokech.com>
7793
7794 * viper.texi (Viper Specials): Capitalize GNU.
7795
77962005-10-17 Juri Linkov <juri@jurta.org>
7797
7798 * info.texi (Getting Started, Search Index, Expert Info):
7799 Fix wording.
7800 (Search Text): Replace `echo area' with `mode line'.
7801 (Search Index): Both `i' and `,' find all index entries.
7802 Replace example `C-f' with `C-l' (which exists in index of Info
7803 manual) and delete spaces in its keyboard input sequence.
7804 Delete unnecessary explanations about literal characters.
7805
78062005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7807
7808 * gnus.texi (Document Server Internals): Addition.
7809
78102005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7811
7812 * gnus.texi (A note on namespaces): Fix RFC reference.
7813
78142005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7815
7816 * gnus.texi (RSS): Fix key description.
7817
78182005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7819
7820 * gnus.texi: Emacs/w3 -> Emacs/W3.
7821 (Browsing the Web): Fix description.
7822 (Web Searches): Ditto.
7823 (Customizing W3): Ditto.
7824
78252005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7826
7827 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7828
78292005-10-11 Jay Belanger <belanger@truman.edu>
7830
7831 * calc.texi (Integration): Mention using `a i' to compute definite
7832 integrals.
7833
78342005-10-11 Juri Linkov <juri@jurta.org>
7835
7836 * info.texi: Rearrange nodes.
7837 (Top): Update menu. Change ref `Info for Experts' to
7838 `Advanced Info Commands'.
7839 (Getting Started): Fix description of manual's parts.
7840 (Help-Int): Change xref `Info Search' to `Search Index', and
7841 `Expert Info' to `Advanced'.
7842 (Advanced): Move node one level up.
7843 (Search Text, Search Index): New nodes split out from `Info Search'.
7844 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7845 split out from `Advanced'.
7846 (Advanced, Emacs Info Variables): De-document editing an Info file
7847 in Info.
7848 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7849 (Creating an Info File): Delete node and move its text to
7850 `Expert Info'.
7851
78522005-10-10 Carsten Dominik <dominik@science.uva.nl>
7853
7854 * org.texi (Workflow states): Documented that change in keywords
7855 becomes active only after restart of Emacs.
7856
78572005-10-08 Michael Albinus <michael.albinus@gmx.de>
7858
7859 Sync with Tramp 2.0.51.
7860
78612005-10-08 Nick Roberts <nickrob@snap.net.nz>
7862
7863 * speedbar.texi (Introduction): Describe new location of speedbar
7864 on menubar.
7865 (Basic Key Bindings): Remove descriptions of bindings that have
7866 been removed.
7867
78682005-10-05 Nick Roberts <nickrob@snap.net.nz>
7869
7870 * speedbar.texi (GDB): Describe use of watch expressions.
7871
78722005-09-28 Simon Josefsson <jas@extundo.com>
7873
7874 * message.texi (IDNA): Fix.
7875
78762005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7877
7878 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7879 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7880 description of nntp-open-connection-function.
7881 (Common Variables): Fix descriptions.
7882
78832005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7884
7885 * gnus.texi (Server Buffer Format): Document the %a format spec.
7886
78872005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7888
7889 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7890
78912005-09-23 Carsten Dominik <dominik@science.uva.nl>
7892
7893 * org.texi Version 3.16.
7894
78952005-09-19 Miles Bader <miles@gnu.org>
7896
7897 * newsticker.texi: Get rid of CVS keywords.
7898
78992005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7900
7901 * gnus.texi (Finding the Parent): Fix description of how Gnus
7902 finds article.
7903
79042005-09-14 Jari Aalto <jari.aalto@cante.net>
7905
7906 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7907 to drop off non-answered articles.
7908
79092005-09-19 Juanma Barranquero <lekktu@gmail.com>
7910
7911 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7912 braces (which are unsupported by NMAKE) for macro `srcdir'.
7913
79142005-09-17 Eli Zaretskii <eliz@gnu.org>
7915
7916 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7917 (../info/newsticker, newsticker.dvi): New targets.
7918
79192005-09-17 Ulf Jasper <ulf.jasper@web.de>
7920
7921 * newsticker.texi: Replace @command with @code. Replace @example
7922 with @lisp.
0c7efc08
SM
7923 (Top): Add explanations to menu items.
7924 (GNU Free Documentation License): Remove.
2de53ca6
GM
7925
79262005-09-16 Romain Francoise <romain@orebokech.com>
7927
7928 Update all files to specify GFDL version 1.2.
7929
7930 * doclicense.texi (GNU Free Documentation License): Update to
7931 version 1.2.
7932
79332005-09-15 Richard M. Stallman <rms@gnu.org>
7934
7935 * newsticker.texi: Fix @setfilename.
7936
7937 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7938 (../info/newsticker, newsticker.dvi): New targets.
7939
79402005-08-30 Carsten Dominik <dominik@science.uva.nl>
7941
7942 * org.texi: Version 3.15.
7943
79442005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7945
7946 * ses.texi: Combine all three indices into one.
7947 Correct a few typos.
7948
79492005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7950
7951 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7952
79532005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7954
7955 * emacs-mime.texi (Handles): Remove duplicate item.
7956 (Encoding Customization): Fix the default value for
7957 mm-coding-system-priorities.
7958 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7959 (Basic Functions): Fix reference.
7960
79612005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7962
7963 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7964
79652005-08-18 Richard M. Stallman <rms@gnu.org>
7966
7967 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7968 and web site.
7969
7970 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7971 not keyboard-translate.
7972
79732005-08-11 Richard M. Stallman <rms@gnu.org>
7974
7975 * faq.texi (Using regular expressions): Fix xref.
7976
79772005-08-09 Juri Linkov <juri@jurta.org>
7978
7979 * info.texi (Help-P): Replace `Prev' with `Previous'.
7980 (Help-M, Help-Xref): Add S-TAB.
7981 (Help-FOO): Update `u' command.
7982 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7983 Update info about visibility of xref parts.
7984 (Help-Int): Fix `m' command. Rename `Info-last' to
7985 `Info-history-back'. Add `Info-history-forward'.
7986 (Advanced): Fix `g*' and `M-n' commands.
7987 (Info Search): Add `index-apropos' in stand-alone browser.
7988 Add isearch commands.
7989 (Emacs Info Variables): Remove `Info-fontify'.
7990 Add `Info-mode-hook'. Update face names.
7991 Add `Info-fontify-maximum-menu-size',
7992 `Info-fontify-visited-nodes', `Info-isearch-search'.
7993
79942005-08-07 Michael Albinus <michael.albinus@gmx.de>
7995
7996 Sync with Tramp 2.0.50.
7997
7998 * tramp.texi: Use @option{} consequently for method names.
7999 (Inline methods, External transfer methods): Remove references to
8000 Cygwin.
8001 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
8002 implementation.
8003
80042005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8005
8006 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
8007 Mention that gnus-init-file is not read when Emacs is invoked with
8008 --no-init-file or -q.
8009
80102005-07-19 Carsten Dominik <dominik@science.uva.nl>
8011
8012 * org.texi: Version 3.14.
8013
80142005-07-04 Carsten Dominik <dominik@science.uva.nl>
8015
8016 * org.texi: Version 3.13.
8017
80182005-07-18 Juri Linkov <juri@jurta.org>
8019
8020 * calc.texi (Time Zones, Logical Operations):
8021 * cl.texi (Overview):
8022 * org.texi (TODO types):
8023 * sc.texi (Emacs 18 MUAs):
8024 * speedbar.texi (Top):
8025 * url.texi (History):
8026 Delete duplicate duplicate words.
8027
ce058493 80282005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
8029
8030 * cl.texi (Type Predicates): Document `atom' type.
8031
80322005-07-04 Lute Kamstra <lute@gnu.org>
8033
8034 Update FSF's address in GPL notices.
8035
8036 * calc.texi (Copying):
8037 * doclicense.texi (GNU Free Documentation License):
8038 * faq.texi (Contacting the FSF):
8039 * mh-e.texi (Copying): Update FSF's address.
8040
80412005-07-03 Richard M. Stallman <rms@gnu.org>
8042
8043 * flymake.texi (Example -- Configuring a tool called directly):
8044 Update name of flymake-build-relative-filename.
8045
80462005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8047
8048 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8049
80502005-06-29 Carsten Dominik <dominik@science.uva.nl>
8051
8052 * org.texi: Version 3.12.
8053
80542005-06-24 Eli Zaretskii <eliz@gnu.org>
8055
8056 * makefile.w32-in (MAKEINFO): Use --force.
8057 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8058 Makefile.in.
8059 (gnus.dvi): Use "..." to quote Sed args, so that it works with
8060 more shells.
8061
80622005-06-23 Richard M. Stallman <rms@gnu.org>
8063
8064 * speedbar.texi (Creating a display): Texinfo usage fixes.
8065
8066 * tramp.texi (Customizing Completion, Auto-save and Backup):
8067 Texinfo usage fixes.
8068
80692005-06-23 Juanma Barranquero <lekktu@gmail.com>
8070
8071 * dired-x.texi (Miscellaneous Commands):
8072 * ediff.texi (Miscellaneous):
8073 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8074 (Agent Variables):
8075 * info.texi (Help-Xref):
8076 * message.texi (Message Headers):
8077 * org.texi (Remember):
8078 * reftex.texi (Options (Defining Label Environments)):
8079 (Options (Index Support)):
8080 (Options (Viewing Cross-References)):
8081 (Options (Misc)):
8082 (Changes):
8083 * speedbar.texi (Creating a display):
8084 * tramp.texi (Customizing Completion, Auto-save and Backup):
8085 Texinfo usage fix.
8086
80872005-06-13 Carsten Dominik <dominik@science.uva.nl>
8088
8089 * org.texi: Version 3.11.
8090
80912005-06-12 Jay Belanger <belanger@truman.edu>
8092
8093 * calc.texi (Getting Started): Remove extra menu item.
8094
80952005-05-31 Jay Belanger <belanger@truman.edu>
8096
8097 * calc.texi (Notations Used in This Manual): Use @kbd for key
8098 sequence.
8099 (Demonstration of Calc): Mention another way of starting Calc.
8100 (Starting Calc): Mention long name of M-#.
8101 (Embedded Mode Overview): Remove unnecessary instruction.
8102 (Other M-# commands): Rephrase `M-# 0' explanation.
8103 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8104 reflect current behavior.
8105
81062005-05-30 Jay Belanger <belanger@truman.edu>
8107
8108 * calc.texi (Hooks): Change description of calc-window-hook and
8109 calc-trail-window-hook to match usage.
8110 (Computational Functions): Add more constant-generating functions.
8111 (Customizable Variables): Use defvar.
8112
81132005-05-28 Jay Belanger <belanger@truman.edu>
8114
8115 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8116 (Basic Embedded Mode): Explain behavior of arguments to
8117 calc-embedded-mode.
8118
81192005-05-27 Jay Belanger <belanger@truman.edu>
8120
8121 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8122 current behavior.
8123
81242005-05-25 Jay Belanger <belanger@truman.edu>
8125
8126 * calc.texi: Change Calc version number throughout.
8127 (Keypad Mode): Change location in info output.
8128 (Keypad mode overview): Move picture of keypad.
8129
81302005-05-21 Jay Belanger <belanger@truman.edu>
8131
8132 * calc.texi (Storing variables): Mention that only most variables
8133 are void to begin with.
8134
81352005-05-21 Kevin Ryde <user42@zip.com.au>
8136
8137 * widget.texi (Basic Types): Update cross ref from "Enabling
8138 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8139 lispref/text.texi change.
8140
81412005-05-20 Carsten Dominik <dominik@science.uva.nl>
8142
8143 * org.texi: Version 3.09.
8144
81452005-05-18 Carsten Dominik <dominik@science.uva.nl>
8146
8147 * reftex.texi: Version 4.28.
8148
81492005-05-16 Jay Belanger <belanger@truman.edu>
8150
8151 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8152
81532005-05-14 Jay Belanger <belanger@truman.edu>
8154
8155 * calc.texi (Default Simplifications): Insert missing ! (logical
8156 not operator).
8157
81582005-05-14 Michael Albinus <michael.albinus@gmx.de>
8159
8160 Sync with Tramp 2.0.49.
8161
81622005-05-10 Jay Belanger <belanger@truman.edu>
8163
8164 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8165 to 1.
8166
81672005-04-29 Carsten Dominik <dominik@science.uva.nl>
8168
8169 * org.texi: Version 3.08, structure reorganized.
8170
81712005-04-24 Richard M. Stallman <rms@gnu.org>
8172
8173 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8174
81752005-04-15 Carsten Dominik <dominik@science.uva.nl>
8176
8177 * org.texi: Update to version 3.06.
8178
81792005-04-13 Lute Kamstra <lute@gnu.org>
8180
8181 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8182
81832005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8184
8185 * cl.texi (Porting Common Lisp): Fix typo.
8186
81872005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8188
8189 * gnus.texi (RSS): Addition.
8190
81912005-04-04 Jay Belanger <belanger@truman.edu>
8192
8193 * calc.texi: Change Calc version number.
8194 (Customizable variables): Fix description of calc-language-alist.
8195 (Copying): Put in version 2 of GPL.
8196
81972005-04-01 Jay Belanger <belanger@truman.edu>
8198
8199 * calc.texi (Troubleshooting Commands): Remove comment about
8200 installation.
8201 (Installation): Remove section.
8202 (Customizable Variables): New section.
8203 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8204 (Graphical Devices): Add references to Customizable Variables.
8205
82062005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8207
8208 * emacs-mime.texi (Display Customization): Markup fixes.
8209 (rfc2047): Update.
8210
82112005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8212
8213 * gnus-faq.texi: Replaced with auto-generated version.
8214
82152005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8216
8217 * dired-x.texi (Multiple Dired Directories): default-directory was
8218 renamed to dired-default-directory.
8219
82202005-03-26 Jay Belanger <belanger@truman.edu>
8221
8222 * calc.texi (Simplifying Formulas, Rewrite Rules):
8223 Change description of top and bottom of fraction.
8224 (Modulo Forms): Move description of how to create modulo forms to
8225 earlier in the section.
8226 (Fraction Mode): Suggest using : to get a fraction by dividing.
8227 (Basic Arithmetic): Adjust placement of command name.
8228 (Truncating the Stack): Emphasize that "hidden" entries are still
8229 visible.
8230 (Installation): Move discussion of printing manual to "About This
8231 Manual".
8232 (About This Manual): Mention how to print the manual.
8233 (Reporting Bugs): Remove first person.
8234 (Building Vectors): Add algebraic version of append.
8235 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8236 (Grouping Digits): Fix typo.
8237
82382005-03-25 Werner Lemberg <wl@gnu.org>
8239
8240 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8241 Replace `legal' with `valid'.
8242
82432005-03-25 Werner Lemberg <wl@gnu.org>
8244
8245 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8246
82472005-03-24 Jay Belanger <belanger@truman.edu>
8248
8249 * calc.texi (General Mode Commands)
8250 (Mode Settings in Embedded Mode): Add some explanation of
8251 recording mode settings.
8252
82532005-03-24 Richard M. Stallman <rms@gnu.org>
8254
8255 * calc.texi: Remove praise of non-free software.
8256
8257 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8258 (Installation): Node deleted.
8259
82602005-03-23 Richard M. Stallman <rms@gnu.org>
8261
8262 * url.texi (HTTP language/coding): Improve last change.
8263
82642005-03-22 Jay Belanger <belanger@truman.edu>
8265
8266 * calc.texi (Embedded Mode): Add new information on changing
8267 modes.
8268
82692005-03-20 Michael Albinus <michael.albinus@gmx.de>
8270
8271 Sync with Tramp 2.0.48.
8272
8273 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8274
8275 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8276 "GNU/Linux". Change all addresses to .gnu.org.
8277 (Default Method): Offer shortened syntax for "su" and "sudo"
8278 methods.
8279
82802005-03-07 Richard M. Stallman <rms@gnu.org>
8281
8282 * url.texi: Fix usage of "e.g.".
8283 (HTTP language/coding): Explain the rules for these strings.
8284
82852005-03-06 Richard M. Stallman <rms@gnu.org>
8286
8287 * woman.texi (Introduction): Minor cleanups.
8288
8289 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8290
8291 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8292 (Installation): Node deleted.
8293
8294 * mh-e.texi (Preface): Get rid of "Emacs 21".
8295
8296 * eshell.texi (Installation): Delete node (for Emacs 20).
8297
82982005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8299
8300 * flymake.texi: Refill and tweak style in @lisp blocks.
8301
83022005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8303
8304 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8305
83062005-03-01 Jay Belanger <belanger@truman.edu>
8307
8308 * calc.texi (Trigonometric and Hyperbolic Functions):
8309 Mention additional functions.
8310 (Algebraic Simplifications): Mention additional simplifications.
8311
83122005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8313
8314 * ses.texi: Add concept/function/variable indices (this work was
8315 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8316 papers on file at FSF).
8317
83182005-02-10 Jay Belanger <belanger@truman.edu>
8319
8320 * calc.texi: Change @LaTeX to La@TeX throughout.
8321 Redefine @expr as @math for TeX output.
8322 Redefine @texline as a no-op for TeX output.
8323 Define @tfn, replace @t by @tfn throughout.
8324
83252005-02-09 Jay Belanger <belanger@truman.edu>
8326
8327 * calc.texi: Add macro for LaTeX for info output.
8328
83292005-02-08 Kim F. Storm <storm@cua.dk>
8330
8331 * texinfo.tex (LaTex): Add def.
8332
83332005-02-06 Jay Belanger <belanger@truman.edu>
8334
8335 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8336 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8337 throughout manual.
8338
83392005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8340
8341 * gnus.texi: Some edits based on comments from David Abrahams.
8342
83432005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8344
8345 * gnus.texi (RSS): Fix the keystroke.
8346
83472005-01-24 David Kastrup <dak@gnu.org>
8348
8349 * faq.texi: Update AUCTeX version info.
8350
83512005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8352
8353 * gnus-faq.texi ([4.1]): Typo.
8354
83552005-01-19 Jay Belanger <belanger@truman.edu>
8356
8357 * calc.texi (Keep Arguments): Mention that keeping arguments
8358 doesn't work with keyboard macros.
8359
83602005-01-16 Richard M. Stallman <rms@gnu.org>
8361
8362 * autotype.texi (Autoinserting): Fix small error.
8363
83642005-01-16 Michael Albinus <michael.albinus@gmx.de>
8365
8366 Sync with Tramp 2.0.47.
8367
8368 * tramp.texi (Compilation): New section, describing compilation of
8369 remote files.
8370
83712005-01-11 Kim F. Storm <storm@cua.dk>
8372
8373 * widget.texi (Basic Types): Add :follow-link keyword.
8374
83752005-01-09 Jay Belanger <belanger@truman.edu>
8376
8377 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8378
83792005-01-08 Jay Belanger <belanger@truman.edu>
8380
8381 * calc.texi: Change throughout to reflect new default value of
8382 calc-settings-file.
8383
83842005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8385
8386 * message.texi (Reply): `message-reply-to-function' should return
8387 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8388
83892005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8390
8391 * faq.texi (Changing load-path): Fix typo.
8392
83932005-01-05 Jay Belanger <belanger@truman.edu>
8394
8395 * calc.texi (Programming Tutorial): Replace kbd command by
8396 appropriate characters for a keyboard macro.
8397
83982005-01-04 Jay Belanger <belanger@truman.edu>
8399
8400 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8401 for Lucid Emacs.
8402 (Programming Tutorial): Mention that the user needs to be in the
8403 right mode to compute some functions.
8404
84052005-01-04 Jay Belanger <belanger@truman.edu>
8406
8407 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8408 no longer applicable.
8409
84102005-01-01 Jay Belanger <belanger@truman.edu>
8411
0c7efc08 8412 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
8413 edit keyboard macros to match current behavior.
8414
84152004-12-31 Jay Belanger <belanger@truman.edu>
8416
8417 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8418
84192004-12-20 Jay Belanger <belanger@truman.edu>
8420
8421 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8422 zero.
8423
84242004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8425
8426 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8427 @xref.
8428 (Font Locking): Avoid @strong{Note:}.
8429
84302004-12-17 Michael Albinus <michael.albinus@gmx.de>
8431
8432 Sync with Tramp 2.0.46.
8433
8434 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8435
84362004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8437
8438 * url.texi: Correct typos.
8439 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 8440 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
8441 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8442 (Dealing with HTTP documents): @inforef->@xref.
8443
84442004-12-15 Jay Belanger <belanger@truman.edu>
8445
8446 * calc.texi: Consistently capitalized all mode names.
8447 (Answers to Exercises): Mention that an answer can be a fraction
8448 when in Fraction mode.
8449
84502004-12-13 Jay Belanger <belanger@truman.edu>
8451
8452 * calc.texi: Fix some TeX definitions.
8453
84542004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8455
8456 * reftex.texi (Imprint): Remove erroneous @value's.
8457
84582004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8459
8460 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8461 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8462
84632004-12-08 Jay Belanger <belanger@truman.edu>
8464
8465 * calc.texi (Starting Calc): Remove comment about installation.
8466 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8467
84682004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8469
8470 * url.texi: Update @setfilename.
8471 (Getting Started): No need to worry about Gnus versions.
8472 (Dealing with HTTP documents): Use @inforef.
8473
8474 * org.texi: Fix @direntry file name.
8475
84762004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8477
8478 * url.texi: New file.
8479
8480 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8481
84822004-12-06 Jay Belanger <belanger@truman.edu>
8483
8484 * calc.texi (Using Calc): Remove paragraph about installation.
8485
84862004-12-06 Jay Belanger <belanger@truman.edu>
8487
8488 * calc.texi: Use more Texinfo macros and less TeX defs.
8489 Remove @refill's.
8490
84912004-12-06 Richard M. Stallman <rms@gnu.org>
8492
8493 * org.texi: New file.
8494
84952004-12-05 Richard M. Stallman <rms@gnu.org>
8496
8497 * Makefile.in (org.dvi, ../info/org): New targets.
8498 (INFO_TARGETS): Add ../info/org.
8499 (DVI_TARGETS): Add org.dvi.
8500 (maintainer-clean): Remove the info files in the info dir.
8501
85022004-11-26 Eli Zaretskii <eliz@gnu.org>
8503
8504 * idlwave.texi: Fix the setfilename directive to put the produced
8505 file in ../info.
8506 (Continued Statement Indentation): Resurrect Jan D.'s change from
8507 2004-11-03 that was lost when a newer version of idlwave.texi was
8508 imported.
8509
85102004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8511
0c7efc08 8512 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 8513
0c7efc08
SM
8514 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8515 Index `spam-initialize'.
2de53ca6
GM
8516
85172004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8518
8519 * message.texi (Various Message Variables): Mention that all mail
8520 file variables are derived from `message-directory'.
8521
8522 * gnus.texi (Splitting Mail): Clarify bogus group.
8523
85242004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8525
0c7efc08
SM
8526 * emacs-mime.texi (Encoding Customization):
8527 Fix mm-coding-system-priorities entry.
2de53ca6 8528
c8763fb6 85292004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
8530
8531 * idlwave.texi (Continued Statement Indentation):
8532 * reftex.texi (Options (Index Support)):
8533 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
8534 * speedbar.texi (Creating a display, Major Display Modes):
8535 Replace non-nil with non-@code{nil}.
2de53ca6
GM
8536
85372004-10-21 Jay Belanger <belanger@truman.edu>
8538
0c7efc08 8539 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
8540
85412004-10-18 Luc Teirlinck <teirllm@auburn.edu>
8542
8543 * calc.texi (Reporting Bugs): Double up `@'.
8544
85452004-10-18 Jay Belanger <belanger@truman.edu>
8546
0c7efc08 8547 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
8548 should be sent to.
8549
85502004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8551
8552 * gnus.texi (New Features): Add 5.11.
8553
8554 * message.texi (Resending): Remove wrong default value.
8555
8556 * gnus.texi (Mail Source Specifiers): Describe possible problems
8557 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
8558 `pop3-leave-mail-on-server' to the index.
8559
85602004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8561
8562 * message.texi (Canceling News): Add how to set a password.
8563
85642004-10-12 Jay Belanger <belanger@truman.edu>
8565
0c7efc08 8566 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
8567 calc-describe-function and calc-describe-variable to match their
8568 current behavior.
8569
85702004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8571
8572 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8573
85742004-10-12 Michael Albinus <michael.albinus@gmx.de>
8575
8576 Sync with Tramp 2.0.45.
8577
8578 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8579 plink link. The URL is outdated. Originator contacted for
8580 clarification.
8581
85822004-10-10 Juri Linkov <juri@jurta.org>
8583
8584 * gnus.texi (Top, Marking Articles): Join two menus in one node
8585 because a node can have only one menu.
8586
85872004-10-09 Juri Linkov <juri@jurta.org>
8588
8589 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8590 example of nnmail-split-fancy.
8591
85922004-10-06 Karl Berry <karl@gnu.org>
8593
8594 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8595 consistency with other uses of dashes.
8596
85972004-10-05 Karl Berry <karl@gnu.org>
8598
8599 * info.texi: Consistently use --- throughout, periods at end of
8600 menu descriptions, and a couple typos.
8601
86022004-09-26 Jesper Harder <harder@ifa.au.dk>
8603
8604 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8605 * pgg.texi (User Commands, Backend methods): Do.
8606 * gnus.texi: Markup fixes.
8607 (Setting Process Marks): Fix `M P a' entry.
8608 * emacs-mime.texi: Fixes.
8609
86102004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8611
8612 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8613 again.
8614 Use 5.10 instead of 5.10.0.
8615
86162004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8617
8618 * gnus.texi (Summary Mail Commands): S D e.
8619
86202004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
8621
8622 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8623 the gnus-article-mode-line-format section.
8624
86252004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
8626
8627 * gnus.texi (Various Summary Stuff): Fix the documentation for
8628 gnus-newsgroup-variables.
8629
86302004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8631
0c7efc08
SM
8632 * gnus.texi (MIME Commands):
8633 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
8634 gnus-mime-display-multipart-alternative-as-mixed,
8635 gnus-mime-display-multipart-related-as-mixed.
8636 (Mail Source Customization): Clarify `mail-source-directory'.
8637 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 8638 (SpamOracle): Fix typo.
2de53ca6
GM
8639
8640 * gnus-faq.texi: Untabify.
8641 ([6.3]): nnir.el is in contrib directory.
8642
8643 * message.texi (News Headers): Clarify how a unique ID is created.
8644
0c7efc08
SM
8645 * gnus.texi (Batching Agents): Fix typo in example.
8646 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 8647
b2abec73 86482004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 8649
0c7efc08 8650 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
8651
86522004-09-20 Florian Weimer <fw@deneb.enyo.de>
8653
8654 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8655
86562004-09-22 Jay Belanger <belanger@truman.edu>
8657
0c7efc08 8658 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
8659 might be hidden during part of the session.
8660
86612004-09-20 Jay Belanger <belanger@truman.edu>
8662
8663 * calc.texi (Notations Used in This Manual): Put in an earlier
8664 mention that DEL could be called Backspace.
8665
86662004-09-10 Simon Josefsson <jas@extundo.com>
8667
8668 * gnus.texi (IMAP): Add example. Suggested and partially written
8669 by Steinar Bang <sb@dod.no>.
8670
86712004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8672
8673 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8674 netrc syntax.
8675
86762004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8677
b2abec73
JB
8678 * gnus.texi (Spam ELisp Package Sequence of Events):
8679 Some clarifications.
2de53ca6
GM
8680 (Spam ELisp Package Global Variables): More clarifications.
8681
86822004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8683
8684 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8685 Mention spam-split does not modify incoming mail.
8686
86872004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8688
8689 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8690
86912004-09-10 Eli Zaretskii <eliz@gnu.org>
8692
8693 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8694
86952004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8696
8697 * makefile.w32-in (sieve, pgg): Use $(infodir).
8698
86992004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8700
8701 * makefile.w32-in: Fix PGG and Sieve entries.
8702
87032004-08-28 Eli Zaretskii <eliz@gnu.org>
8704
8705 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8706 Emacs and related programs.
8707
87082004-08-27 Richard M. Stallman <rms@gnu.org>
8709
8710 * faq.texi: Fix texinfo usage, esp. doublequotes.
8711 (Difference between Emacs and XEmacs): Some clarification.
8712
8713 * faq.texi (Difference between Emacs and XEmacs):
8714 Explain not to contrast XEmacs with GNU Emacs.
8715
87162004-08-26 Richard M. Stallman <rms@gnu.org>
8717
8718 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8719
87202004-08-22 David Kastrup <dak@gnu.org>
8721
8722 * reftex.texi (AUCTeX): Update links, section name.
8723
8724 * faq.texi (Calc): Update availability (included in 22.1).
8725 (AUCTeX): Update availability, information, versions, description.
8726
87272004-08-14 Eli Zaretskii <eliz@gnu.org>
8728
8729 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8730
87312004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8732
8733 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8734
87352004-08-10 Michael Albinus <michael.albinus@gmx.de>
8736
8737 Sync with Tramp 2.0.44.
8738
87392004-08-05 Lars Hansen <larsh@math.ku.dk>
8740
8741 * widget.texi (User Interface): Update how to separate the
8742 editable field of an editable-field widget from other widgets.
8743 (Programming Example): Add text after field.
8744
87452004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8746
8747 * emacs-mime.texi (Encoding Customization): Add a note to the
8748 mm-content-transfer-encoding-defaults entry.
8749 (rfc2047): Update.
8750
0c7efc08
SM
8751 * gnus.texi (Article Highlighting):
8752 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8753 (POP before SMTP): New node.
8754 (Posting Styles): Addition.
8755 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8756 (Fancy Mail Splitting): Ditto.
8757 (X-Face): Add gnus-x-face.
8758
87592004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8760
8761 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8762 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8763
87642004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8765
0c7efc08
SM
8766 * gnus.texi (Mail Source Specifiers):
8767 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8768
87692004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8770
8771 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8772
8773 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8774 repository. Change setfilename.
8775
8776 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8777
87782004-07-02 Juri Linkov <juri@jurta.org>
8779
8780 * pcl-cvs.texi (Viewing differences): Add `d r'.
8781
87822004-06-29 Jesper Harder <harder@ifa.au.dk>
8783
8784 * ses.texi, viper.texi, flymake.texi, faq.texi:
8785 * eshell.texi, ediff.texi: Markup fixes.
8786
87872004-06-21 Karl Berry <karl@gnu.org>
8788
8789 * info.texi (Top): Mention that only Emacs has mouse support.
8790 (Getting Started): Mention this in a few other places.
8791
87922004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8793
0c7efc08
SM
8794 * autotype.texi (Copyrights, Timestamps):
8795 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8796
87972004-06-13 Lars Hansen <larsh@math.ku.dk>
8798
8799 * dired-x.texi (dired-mark-omitted): Update keybinding.
8800
88012004-06-10 Kim F. Storm <storm@cua.dk>
8802
8803 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8804
88052004-06-05 Lars Hansen <larsh@math.ku.dk>
8806
8807 * dired-x.texi (variable dired-omit-mode): Rename from
8808 dired-omit-files-p.
8809 (function dired-omit-mode): Rename from dired-omit-toggle.
8810 Call dired-omit-mode rather than set dired-omit-files-p.
8811 (dired-mark-omitted): Describe command.
8812
88132004-05-29 Michael Albinus <michael.albinus@gmx.de>
8814
8815 Version 2.0.41 of Tramp released.
8816
88172004-05-29 Juanma Barranquero <lektu@terra.es>
8818
8819 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8820 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8821
88222004-05-29 Richard M. Stallman <rms@gnu.org>
8823
8824 * cl.texi (Top): Call this chapter `Introduction'.
8825 (Overview): In TeX, no section heading here.
8826
8827 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8828
88292004-05-29 Eli Zaretskii <eliz@gnu.org>
8830
8831 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8832 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8833
88342004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8835
8836 * flymake.texi: New file.
8837
88382004-05-28 Simon Josefsson <jas@extundo.com>
8839
8840 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8841
b344d29d 88422004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8843
8844 Version 2.0.40 of Tramp released.
8845
88462004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8847
8848 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8849
8850 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8851 variables `tramp-backup-directory-alist' and
8852 `tramp-bkup-backup-directory-info'.
8853 (Overview, Connection types)
8854 (External transfer methods, Default Method)
8855 (Windows setup hints): Remove restriction of password entering
8856 with external methods.
8857 (Auto-save and Backup): Make file name example
8858 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8859 and `auto-save-directory' must be used.
8860 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8861 only "NT"). Remove doubled entry "What kinds of systems does
8862 @tramp{} work on".
8863 (tramp): Macro removed.
8864 (Obtaining Tramp): Flag removed from title.
8865 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8866 and `trampver' used properly. Flag `tramp-inst' replaced by
8867 `installchapter'. Installation related text adapted.
8868
88692004-04-28 Masatake YAMATO <jet@gyve.org>
8870
8871 * widget.texi (Programming Example): Remove overlays.
8872
88732004-04-27 Jesper Harder <harder@ifa.au.dk>
8874
8875 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8876
88772004-04-23 Juanma Barranquero <lektu@terra.es>
8878
8879 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8880
88812004-04-05 Jesper Harder <harder@ifa.au.dk>
8882
8883 * info.texi (Info Search): Add info-apropos.
8884
88852004-03-22 Juri Linkov <juri@jurta.org>
8886
8887 * faq.texi: Fix help key bindings.
8888
88892004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8890
8891 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8892 (as suggested by Karl Berry). Update information about colored
8893 stars in menus. Add new subheading describing M-n.
8894
88952004-03-12 Richard M. Stallman <rms@gnu.org>
8896
8897 * cl.texi (Top): Rename top node's title.
8898
88992004-03-08 Karl Berry <karl@gnu.org>
8900
8901 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8902 problems making the texinfo distribution.
8903
89042004-02-29 Simon Josefsson <jas@extundo.com>
8905
0c7efc08 8906 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8907 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8908 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8909 <voegelas@gmx.net>.
8910
89112004-02-29 Juanma Barranquero <lektu@terra.es>
8912
8913 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8914 Use $(DEL) instead of rm, and ignore exit code.
8915
b344d29d 89162004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8917
8918 Tramp version 2.0.39 released.
8919
89202004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8921
8922 * tramp.texi (Customizing Completion): Explain new functions
8923 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8924 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8925 (Top): Refer to Savannah mailing list as the major one.
8926 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8927 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8928 (Frequently Asked Questions): Remote hosts must not be Unix-like
8929 for "smb" method.
8930 (Password caching): New node.
8931 (External transfer methods): Refer to password caching for "smb"
8932 method.
8933
89342004-02-17 Karl Berry <karl@gnu.org>
8935
8936 * info.texi (Help-Int): Mention the new line number feature.
8937
89382004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8939
8940 * ses.texi (Advanced Features): New functionality for
8941 ses-set-header-row (defaults to current row unless C-u used).
8942 (Acknowledgements): Add Stefan Monnier.
8943
89442003-12-29 Kevin Ryde <user42@zip.com.au>
8945
8946 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8947
b344d29d 89482003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8949
8950 Tramp version 2.0.38 released.
8951
8952 * tramp.texi (Remote shell setup): Warn of environment variables
8953 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8954 <sven.gabriel@imk.fzk.de>.
8955 (Configuration): Tramp now chooses base64/uuencode
8956 automatically. Update wording accordingly.
8957 (Top): More description for the `Default Method' menu entry.
8958 (Default Method): Use @code, not @var, for Lisp variables.
8959 (Default Method): New subsection `Which method is the right one
8960 for me?' Suggested by Christian Kirsch.
8961 (Configuration): Pointer to new subsection added.
8962 (Default Method): Too many "use" in one sentence.
8963 Rephrase. Reported by Christian Kirsch.
8964 (Filename Syntax): Old `su' example is probably a left-over from
8965 the sm/su method naming. Replace with `ssh', instead.
8966 (External transfer methods, Auto-save and Backup):
8967 Typo fixes.
8968
89692003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8970
183080b6 8971 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
8972 (Top): Mention japanese manual only if flag `jamanual' is set.
8973 Insert section `Japanese manual' in menu.
8974
89752003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8976
8977 * eshell.texi (Known Problems): Add doc item.
8978
89792003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8980
8981 * cc-mode.texi: Update for CC Mode 5.30.
8982
8983 Note: Please refrain from doing purely cosmetic changes like
8984 removing trailing whitespace in this manual; it clobbers cvs
8985 merging for no good reason.
8986
89872003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8988
8989 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8990 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8991 @acronym{ASCII}.
8992
89932003-10-26 Karl Berry <karl@gnu.org>
8994
8995 * info.texi (Info Search): Echo area, not echo are. From Debian
8996 diff.
8997
89982003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
8999
10d1d0af 9000 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
9001 :buttons and :children keywords.
9002
90032003-10-22 Miles Bader <miles@gnu.org>
9004
9005 * Makefile.in (info): Move before $(top_srcdir)/info.
9006
90072003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
9008
9009 * tramp.texi (Inline methods): Small grammar fix.
9010 (External transfer methods): Likewise.
9011
90122003-10-08 Nick Roberts <nick@nick.uklinux.net>
9013
9014 * speedbar.texi: Remove paragraph for GUD that is no longer true.
9015
90162003-10-06 Luc Teirlinck <teirllm@auburn.edu>
9017
9018 * texinfo.tex: Replace `%' in arch tagline by @ignore.
9019
90202003-09-30 Richard M. Stallman <rms@gnu.org>
9021
9022 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
9023
9024 * widget.texi (User Interface): Fix typos.
9025
9026 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
9027
90282003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
9029
9030 * pcl-cvs.texi (Selected Files): Fix typo.
9031
90322003-09-21 Karl Berry <karl@gnu.org>
9033
9034 * info.texi (] and [ commands): No period at end of section title.
9035
90362003-09-04 Miles Bader <miles@gnu.org>
9037
9038 * Makefile.in (top_srcdir): New variable.
9039 ($(top_srcdir)/info): New rule.
9040 (info): Depend on it.
9041
90422003-09-03 Peter Runestig <peter@runestig.com>
9043
9044 * makefile.w32-in: New file.
9045
90462003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
9047
9048 * widget.texi (User Interface): Explain the need of static text
9049 around an editable field.
9050
90512003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9052
9053 * widget.texi (Basic Types): The argument to `:help-echo' can now
9054 be a form that evaluates to a string.
9055
90562003-08-18 Kim F. Storm <storm@cua.dk>
9057
9058 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9059
90602003-08-16 Richard M. Stallman <rms@gnu.org>
9061
9062 * dired-x.texi (Shell Command Guessing): Explain *.
9063
90642003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
9065
9066 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9067 log-edit-insert-changelog.
9068
90692003-08-03 Karl Berry <karl@gnu.org>
9070
9071 * info.texi: Need @contents.
9072
c8763fb6 90732003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9074
9075 Tramp version 2.0.36 released.
9076
9077 * tramp.texi (Remote shell setup): Explain about problems with
9078 non-Bourne commands in ~/.profile and ~/.shrc.
9079
90802003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9081
9082 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9083 renaming of `vis-mode' to `visible-mode'.
9084
90852003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9086
9087 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9088 next, prev and up pointers.
9089
90902003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9091
9092 * info.texi (Help): Mention existence of Emacs and stand-alone
9093 Info at the very beginning of the tutorial.
9094 (Help-Inv): New node.
9095 (Help-]): New node.
9096 (Help-M): Systematically point out the differences between default
9097 Emacs and stand-alone versions. Delete second menu.
9098 (Help-Xref): Systematically point out the differences between
9099 default Emacs and stand-alone versions.
9100 (Help-Int): Change `l' example.
9101 (Expert Info): Fix typos.
9102 (Emacs Info Variables): Mention `Info-hide-note-references' and
9103 new default for `Info-scroll-prefer-subnodes'.
9104
c8763fb6 91052003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9106
9107 Version 2.0.35 of Tramp released.
9108
9109 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9110 (Inline methods): Add methods `remsh' and `plink1'.
9111 (External transfer methods): Add method `remcp'.
9112 (Multi-hop Methods): Add method `remsh'.
9113 Small patch from Adrian Aichner <adrian@xemacs.org>:
9114 Fix minor typos.
0c7efc08 9115 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9116 `Info-index'.
9117 (Version Control): Add cindex entry.
9118
c8763fb6 91192003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9120
9121 * trampver.texi: Version 2.0.34 released.
9122
91232003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9124
9125 * faq.texi: Improve previous changes.
9126
91272003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9128
9129 * faq.texi: Update copyright and maintenance details.
9130 Update some package URLs, versions, and maintainers.
9131 Remove many references to the Emacs Lisp Archive.
9132
91332003-04-23 Simon Josefsson <jas@extundo.com>
9134
9135 * smtpmail.texi: Fix license (the invariant sections mentioned has
9136 never been part of the smtp manual). Align info dir entry with
9137 other emacs packages.
9138
91392003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9140
9141 * tramp.texi: Version 2.0.33 released.
9142 Remove installation chapter. Remove XEmacs specifics.
9143
91442003-03-29 Richard M. Stallman <rms@gnu.org>
9145
9146 * tramp.texi (Top): Undo the previous renaming.
9147 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9148
c8763fb6 91492003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9150
9151 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9152 version of manual.
9153
9154 * tramp.texi (Auto-save and Backup): New node.
9155
91562003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9157
9158 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9159 Emacs" in order to have better differentiation to "XEmacs".
9160 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9161 are new macros in order to point to the other Emacs flavor where
9162 appropriate. In info case, point to node `Installation' in order
9163 to explain how to generate the other way. In html case, make a
9164 link to the other html file.
0c7efc08 9165 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9166 after CVS checkout/update.
9167 (Installation): Completely rewritten.
9168 (Installation parameters, Load paths): New sections under
9169 `Installation'.
9170
c8763fb6 91712003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9172
9173 * tramp.texi: Version 2.0.30 released.
9174 Replace word "path" with "localname" where used as a component of
9175 a Tramp file name.
9176
91772003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9178
9179 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9180 introduced.
9181 (Installation): Explain what to do if files from the tramp/contrib
9182 directory are needed.
9183
91842003-02-23 Alex Schroeder <alex@emacswiki.org>
9185
9186 * smtpmail.texi (How Mail Works): New.
9187
91882003-02-22 Alex Schroeder <alex@emacswiki.org>
9189
9190 * smtpmail.texi: New file.
9191
9192 * Makefile.in: Build SMTP manual.
9193
c8763fb6 91942003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9195
9196 * tramp.texi: Version 2.0.29 released.
9197 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9198 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9199
92002003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9201
9202 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 9203 another package loads accidentally Ange-FTP.
2de53ca6
GM
9204
92052003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9206
9207 * tramp.texi (Customizing Completion): Add function
9208 `tramp-parse-sconfig'. Change example of
9209 `tramp-set-completion-function', because parsing of ssh config
9210 files looks more natural.
9211
92122003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9213
9214 * gnus.texi: Do not use `path' in several locations.
9215
c8763fb6 92162002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 9217
0c7efc08
SM
9218 * tramp.texi (External transfer methods): New method `smb'.
9219 From Michael Albinus.
2de53ca6
GM
9220
92212002-11-05 Karl Berry <karl@gnu.org>
9222
9223 * info.texi (Info-fontify): Reorder face list to avoid bad line
9224 breaks.
9225
c8763fb6 92262002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 9227
0c7efc08
SM
9228 * tramp.texi: Move @copying to standard place.
9229 Use @insertcopying.
2de53ca6
GM
9230
92312002-10-02 Karl Berry <karl@gnu.org>
9232
9233 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9234 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9235 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9236 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9237 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9238 Per rms, update all manuals to use @copying instead of @ifinfo.
9239 Also use @ifnottex instead of @ifinfo around the top node, where
9240 needed for the sake of the HTML output.
9241 (The Gnus manual is not fixed since it's not clear to me how it
9242 works; and the Tramp manual already uses @copying, although in an
9243 unusual way. All others were changed.)
9244
92452002-09-10 Jonathan Yavner <jyavner@engineer.com>
9246
9247 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9248 (../info/ses, ses.dvi): New targets.
9249 * ses.texi: New file.
9250
c8763fb6 92512002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
9252
9253 * texinfo.tex: Update to texinfo 4.2.
9254
92552002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9256
9257 * reftex.texi: Update to RefTeX 4.19.
9258
c8763fb6 92592002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
9260
9261 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9262 (../info/tramp, tramp.dvi): New targets.
9263
92642002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9265
9266 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9267 (calc.dvi): Uncomment.
9268
92692001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9270
9271 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9272 (../info/calc): New target.
9273
92742001-10-20 Gerd Moellmann <gerd@gnu.org>
9275
9276 * (Version 21.1 released.)
9277
92782001-10-05 Gerd Moellmann <gerd@gnu.org>
9279
9280 * Branch for 21.1.
9281
92822001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9283
9284 * Makefile.in (../info/info): Use an explicit -o switch to
9285 makeinfo.
9286
92872001-03-05 Gerd Moellmann <gerd@gnu.org>
9288
9289 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9290
92912000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9292
9293 * Makefile.in (../info/idlwave): Use --no-split.
9294
92952000-12-14 Dave Love <fx@gnu.org>
9296
c4cc8b9a 9297 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
9298 (gnus.dvi): Change rule to remove @latex stuff.
9299
93002000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9301
9302 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9303
93042000-10-13 John Wiegley <johnw@gnu.org>
9305
9306 * Makefile.in: Add build targets for eshell.texi.
9307
93082000-09-25 Gerd Moellmann <gerd@gnu.org>
9309
9310 * Makefile.in: Remove/comment speedbar stuff.
9311
93122000-09-22 Dave Love <fx@gnu.org>
9313
9314 * Makefile.in: Add emacs-mime.
9315
93162000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9317
9318 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9319 (DVI_TARGETS): Add woman.dvi.
9320 (../info/woman, woman.dvi): New targets.
9321
93222000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9323
9324 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9325
9326 * pcl-cvs.texi: New file.
9327 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9328 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9329
93302000-05-11 Gerd Moellmann <gerd@gnu.org>
9331
9332 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9333 (../info/ebrowse, ebrowse.dvi): New targets.
9334
93352000-01-13 Gerd Moellmann <gerd@gnu.org>
9336
9337 * Makefile.in (INFO_TARGETS): Add eudc.
9338 (DVI_TARGETS): Add eudc.dvi.
9339 (../info/eudc, eudc.dvi): New targets.
9340
93412000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9342
9343 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9344 compatibility with 8+3 filesystems).
9345 (../info/efaq): Rename from emacs-faq.
9346
93472000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9348
9349 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9350 (../info/idlwave, idlwave.dvi): New targets.
9351
93521999-10-23 Dave Love <fx@gnu.org>
9353
9354 * Makefile.in: Use autotype.texi.
9355
93561999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9357
9358 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9359 faq.texi file) rather than ../info/faq.
9360
93611999-10-07 Gerd Moellmann <gerd@gnu.org>
9362
9363 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9364 (../info/ada-mode, ada-mode.dvi): New targets.
9365
93661999-09-01 Dave Love <fx@gnu.org>
9367
9368 * Makefile.in: Add faq.
9369
93701999-07-12 Richard Stallman <rms@gnu.org>
9371
9372 * Version 20.4 released.
9373
93741998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9375
9376 * Version 20.3 released.
9377
93781998-04-06 Andreas Schwab <schwab@gnu.org>
9379
768c0c0f
JB
9380 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9381 Use it in dvi targets.
2de53ca6
GM
9382 (../etc/GNU): Change to $(srcdir) first.
9383
93841998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9385
9386 * reftex.texi: Update for RefTeX version 3.22.
9387
93881998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9389
9390 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9391 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9392
93931997-09-23 Paul Eggert <eggert@twinsun.com>
9394
9395 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9396 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9397
93981997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9399
9400 * Version 20.2 released.
9401
94021997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9403
9404 * Version 20.1 released.
9405
94061997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9407
9408 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9409
94101996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9411
9412 * Version 19.33 released.
9413
94141996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9415
9416 * Version 19.32 released.
9417
94181996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9419
9420 * Makefile.in: Add rules for the Message manual.
9421
94221996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9423
9424 * gnus.texi: New version.
9425
9426 * message.texi: New manual.
9427
94281996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9429
9430 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9431
94321996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9433
9434 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9435 Specify -I option.
9436 (All dvi targets): Set the TEXINPUTS variable.
9437
94381996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9439
9440 * Version 19.31 released.
9441
94421996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9443
9444 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9445 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9446
94471995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9448
9449 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9450 (INFO_TARGETS): Add ../info/cc-mode.
9451 (DVI_TARGETS): Add cc-mode.dvi.
9452
2de53ca6
GM
94531995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9454
9455 * Version 19.30 released.
9456
94571995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9458
9459 * gnus.texi: New file.
9460
94611995-11-04 Erik Naggum <erik@naggum.no>
9462
9463 * gnus.texi: File deleted.
9464
94651995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9466
9467 * mh-e.texi: "Function Index" -> "Command Index" to work with
9468 Emacs 19.30 C-h C-k support of separately-documented commands.
9469
94701995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9471
9472 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9473 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9474
94751995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9476
9477 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9478 (../info/viper, viper.dvi): New targets.
9479
94801995-04-20 Kevin Rodgers <kevinr@ihs.com>
9481
9482 * dired-x.texi (Installation): Change the example to set
9483 buffer-local variables like dired-omit-files-p in
9484 dired-mode-hook.
9485
94861995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9487
9488 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9489 (../info/mh-e, mh-e.dvi): New targets.
9490
94911995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9492
9493 * Makefile.in (maintainer-clean): Rename from realclean.
9494
94951994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9496
9497 * Makefile.in: New file.
9498 * Makefile: File deleted.
9499
95001994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9501
9502 * Makefile (TEXINDEX_OBJS): Variable deleted.
9503 (texindex, texindex.o, getopt.o): Rules deleted.
9504 All deps on texindex deleted.
9505 (distclean): Don't delete texindex.
9506 (mostlyclean): Don't delete *.o.
9507 * texindex.c, getopt.c: Files deleted.
9508
95091994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9510
9511 * Version 19.26 released.
9512
95131994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9514
9515 * Version 19.25 released.
9516
95171994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9518
9519 * Version 19.24 released.
9520
95211994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9522
9523 * Version 19.23 released.
9524
95251994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9526
9527 * Makefile: Delete spurious tab.
9528
95291994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9530
9531 * Makefile (.SUFFIXES): New rule.
9532
95331994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9534
9535 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9536 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9537
95381994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9539
9540 * Makefile (../info/sc): Rename from sc.info.
9541 (../info/cl): Likewise.
9542 (INFO_TARGETS): Use new names.
9543
95441993-12-04 Richard Stallman (rms@srarc2)
9545
9546 * getopt.c: New file.
9547 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9548 (getopt.o): New rule.
9549 (dvi): Don't depend on texindex.
9550 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9551 Depend on texindex.
9552
95531993-12-03 Richard Stallman (rms@srarc2)
9554
9555 * Makefile (../info/sc.info): Rename from ../info/sc.
9556 (TEXI2DVI): New variable.
9557 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9558 Add explicit commands.
9559 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9560
95611993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9562
9563 * Version 19.22 released.
9564
95651993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9566
9567 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9568
95691993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9570
9571 * Version 19.21 released.
9572
95731993-11-15 Paul Eggert (eggert@twinsun.com)
9574
9575 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9576
95771993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9578
9579 * Makefile (../etc/GNU): New target.
9580 (EMACSSOURCES): Add gnu1.texi.
9581
95821993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9583
9584 * Makefile (realclean): Don't delete the Info files.
9585
f0131492 95861993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
9587
9588 * forms.texi: Fix forms.texi so that it will format correctly.
9589 Add missing `@end iftex', fix bad reference.
9590
9591 * info.texi, info-stn.texi: New files implement texinfo version of
9592 `info' file.
9593
f0131492 95941993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
9595
9596 * Makefile: Fix targets for texindex, new info.texi files.
9597 * info-stnd.texi: New file implements info for standalone info
9598 reader.
9599 * info.texi: Update to include recent changes to "../info/info".
9600 New source file for ../info/info; includes info-stnd.texi.
9601
9602 * texindex.c: Include "../src/config.h" if building in emacs.
9603
9604 * Makefile: Change all files to FILENAME.texi, force all targets
9605 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9606 vip.texinfo, forms.texinfo, cl.texinfo.
9607 Add target to build texindex.c, defining `emacs'.
9608
9609 * forms.texi: Install new file to match version 2.3 of forms.el.
9610
96111993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9612
9613 * Version 19.19 released.
9614
96151993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
9616
9617 * sc.texinfo: Fix info file name.
9618
9619 * Makefile (info): Add gnus and sc.
9620 (dvi): Add gnus.dvi and sc.dvi.
9621 (../info/sc, sc.dvi): New targets.
9622
96231993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9624
9625 * Version 19.18 released.
9626
96271993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9628
9629 * Makefile: Fix source file names of the separate manuals.
9630 (gnus.dvi, ../info/gnus): New targets.
9631
96321993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9633
9634 * Version 19.17 released.
9635
96361993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9637
9638 * split-man: Fix typos in last change.
9639
96401993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9641
9642 * Version 19.16 released.
9643
96441993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9645
9646 * version 19.15 released.
9647
96481993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9649
9650 * Makefile (distclean): It's rm, not rf.
9651
96521993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9653
9654 * Version 19.14 released.
9655
96561993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9657
9658 * Makefile: New file.
9659
96601993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9661
9662 * Version 19.13 released.
9663
96641993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9665
9666 * Version 19.9 released.
9667
96681993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9669
9670 * Version 19.8 released.
9671
96721993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9673
9674 * Version 19.7 released.
9675
96761990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9677
9678 * gnus.texinfo: New file. Removed installation instructions.
9679
96801990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9681
9682 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9683
96841989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9685
9686 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
9687 then define `\sc' as the command for smallcaps in Texinfo.
9688 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
9689 made the corresponding change to makeinfo and texinfm.el.
9690
96911988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9692
9693 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9694 Customization since the menu entry did not point to anything.
9695 Also add an @finalout command to remove overfull hboxes from the
9696 printed output.
9697
9698 * cl.texinfo: Add @bye, \input line and @settitle to file.
9699 This file is clearly intended to be a chapter of some other work,
9700 but the other work does not yet exist.
9701
97021988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9703
9704 * texinfo.texinfo: Three typos corrected.
9705
4009494e 9706;; Local Variables:
c8763fb6 9707;; coding: utf-8
4009494e
GM
9708;; End:
9709
3fe7cdc8 9710 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9711
9712 This file is part of GNU Emacs.
9713
97c0352c 9714 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9715 it under the terms of the GNU General Public License as published by
97c0352c
GM
9716 the Free Software Foundation, either version 3 of the License, or
9717 (at your option) any later version.
4009494e
GM
9718
9719 GNU Emacs is distributed in the hope that it will be useful,
9720 but WITHOUT ANY WARRANTY; without even the implied warranty of
9721 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9722 GNU General Public License for more details.
9723
9724 You should have received a copy of the GNU General Public License
97c0352c 9725 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.