]> code.delx.au - gnu-emacs/blob - doc/misc/ChangeLog
Small doc updates for generalized variables
[gnu-emacs] / doc / misc / ChangeLog
1 2012-11-07 Glenn Morris <rgm@gnu.org>
2
3 * cl.texi (Obsolete Setf Customization):
4 Revert defsetf example to the more correct let rather than prog1.
5
6 2012-11-06 Glenn Morris <rgm@gnu.org>
7
8 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
9 (Setf Extensions): Remove obsolete reference.
10 (Obsolete Setf Customization):
11 Move note on lack of setf functions to lispref/variables.texi.
12 Undocument get-setf-method, since it no longer exists.
13 Mention simple defsetf replaced by gv-define-simple-setter.
14
15 2012-11-03 Glenn Morris <rgm@gnu.org>
16
17 * cl.texi: Further general copyedits.
18 (List Functions): Remove copy-tree, standard elisp for some time.
19 (Efficiency Concerns): Comment out examples that no longer apply.
20 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
21 (Creating Symbols, Random Numbers): De-emphasize internal
22 variables cl--gensym-counter and cl--random-state. (Bug#12788)
23
24 2012-11-02 Glenn Morris <rgm@gnu.org>
25
26 * cl.texi (Naming Conventions, Type Predicates, Macros)
27 (Predicates on Numbers): No longer mention cl-floatp-safe.
28
29 2012-11-01 Glenn Morris <rgm@gnu.org>
30
31 * cl.texi: General copyedits for style, line-breaks, etc.
32 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
33 (Macro Bindings, Blocks and Exits):
34 Acknowledge existence of lexical-binding.
35 (Iteration): Mainly defer to doc of standard dolist, dotimes.
36
37 2012-10-31 Glenn Morris <rgm@gnu.org>
38
39 * ert.texi (Introduction, The @code{should} Macro):
40 Refer to "cl-assert" rather than "assert".
41
42 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
43 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
44 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
45 Reword, and add details of flet and labels.
46 (Modify Macros, Function Bindings): Add some xrefs.
47
48 2012-10-30 Glenn Morris <rgm@gnu.org>
49
50 * cl.texi (Modify Macros): Update for cl-letf changes.
51 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
52 (Setf Extensions): Partially restore note about cl-getf,
53 mainly moved to lispref/variables.texi.
54 (Property Lists): Fix cl-getf typos.
55 (Mapping over Sequences): Mention cl-mapc naming oddity.
56
57 2012-10-29 Glenn Morris <rgm@gnu.org>
58
59 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
60 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
61 (Customizing Setf): Move contents to "Obsolete Setf Customization".
62 (Modify Macros, Multiple Values, Other Clauses):
63 Remove mentions of obsolete features.
64 (Obsolete Setf Customization): Don't mention `apply' setf.
65
66 2012-10-28 Glenn Morris <rgm@gnu.org>
67
68 * cl.texi (Multiple Values, Common Lisp Compatibility):
69 More namespace updates.
70 (Obsolete Features): Copyedits.
71 (Obsolete Lexical Macros, Obsolete Setf Customization):
72 New subsections.
73
74 * cl.texi (Porting Common Lisp, Lexical Bindings):
75 Add some xrefs to the Elisp manual.
76
77 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
78 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
79 (Obsolete Features): New appendix. Move Lexical Bindings here.
80
81 2012-10-27 Glenn Morris <rgm@gnu.org>
82
83 * cl.texi: Use defmac for macros rather than defspec.
84 (Efficiency Concerns): Related copyedit.
85
86 * cl.texi (Control Structure): Update for setf now being in core.
87 (Setf Extensions): Rename from Basic Setf. Move much of the
88 former content to lispref/variables.texi.
89 (Modify Macros): Move pop, push details to lispref/variables.texi.
90 (Customizing Setf): Copyedits for setf etc being in core.
91 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
92 Further namespaces updates.
93
94 2012-10-26 Bastien Guerry <bzg@gnu.org>
95
96 * org.texi (Installation): Update the link to Org's ELPA. Also
97 don't mention org-install.el anymore as the replacement file
98 org-loaddefs.el is now loaded by org.el.
99
100 2012-10-25 Michael Albinus <michael.albinus@gmx.de>
101
102 * tramp.texi (Frequently Asked Questions): Mention
103 `tramp-completion-reread-directory-timeout' for performance
104 improvement.
105
106 2012-10-25 Glenn Morris <rgm@gnu.org>
107
108 * cl.texi: Don't mess with the TeX section number counter.
109 Use Texinfo recommended convention for quotes+punctuation.
110 (Overview, Sequence Functions): Rephrase for better line-breaking.
111 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
112 (Macro Bindings, Conditionals, Iteration, Loop Basics)
113 (Random Numbers, Mapping over Sequences, Structures)
114 (Porting Common Lisp): Further updates for cl-lib namespace.
115 (Modify Macros, Declarations, Macro Bindings, Structures):
116 Break long lines in examples.
117 (Dynamic Bindings): Update for changed progv behavior.
118 (Loop Examples, Efficiency Concerns): Markup fixes.
119 (Structures): Remove TeX margin change.
120 (Declarations): Fix typos.
121
122 2012-10-24 Glenn Morris <rgm@gnu.org>
123
124 * cl.texi (Overview, Multiple Values, Creating Symbols)
125 (Numerical Functions): Say less/nothing about the original cl.el.
126 (Old CL Compatibility): Remove.
127 (Assertions): Remove ignore-errors (standard Elisp for some time).
128
129 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
130 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
131 (Efficiency Concerns, Efficiency Concerns)
132 (Common Lisp Compatibility, Old CL Compatibility):
133 Further updates for cl-lib namespace.
134
135 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
136
137 Update manual for new time stamp format (Bug#12706).
138 * emacs-mime.texi (time-date): Update for new format.
139 Also, fix bogus time stamp and modernize a bit.
140
141 2012-10-23 Glenn Morris <rgm@gnu.org>
142
143 * cl.texi: Include emacsver.texi. Use Emacs version number rather
144 than unchanging cl.el version number.
145 End all menu descriptions with a period.
146 Do not use @dfn{CL} for every instance of "CL".
147 (Overview): Remove no-runtime caveat, and note about foo* names.
148 (Usage): Use cl-lib rather than cl.
149 (Organization, Naming Conventions): Update for cl-lib.el.
150 (Installation): Remove long-irrelevant node.
151 (Program Structure, Predicates, Control Structure):
152 Start updating for cl-lib namespace.
153 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
154 Depend on emacsver.texi.
155
156 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
157
158 * trampver.texi: Update release number.
159
160 2012-10-06 Glenn Morris <rgm@gnu.org>
161
162 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
163 ERC version.
164 (Introduction): ERC is distributed with Emacs.
165 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
166 (Getting Started): Simplify.
167 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
168 (History): Mention ERC maintained as part of Emacs now.
169 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
170 Add dependency on emacsver.texi.
171
172 * erc.texi: Remove hand-written node pointers.
173
174 2012-10-05 Glenn Morris <rgm@gnu.org>
175
176 * newsticker.texi (Overview, Requirements, Usage, Configuration):
177 Copyedits.
178
179 2012-10-01 Eric Ludlam <zappo@gnu.org>
180
181 * ede.texi (Quick Start, Project Local Variables)
182 (Miscellaneous commands, ede-java-root, Development Overview)
183 (Detecting a Project): New nodes.
184 (Simple projects): Node deleted.
185
186 * eieio.texi (Building Classes): Some slot attributes cannot be
187 overridden.
188 (Slot Options): Remove an example.
189 (Method Invocation, Documentation): New nodes.
190
191 2012-10-01 Glenn Morris <rgm@gnu.org>
192
193 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
194 (reftex.pdf): Add dependency on emacsver.texi.
195 * reftex.texi: Don't include directory part for emacsver.texi;
196 the Makefile's -I handles it.
197
198 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
199
200 Merge from standalone RefTeX repository.
201
202 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
203 with macros.
204 (Imprint): Mention Wolfgang in list of contributors.
205 (Creating Citations): Give a hint about how to
206 auto-revert the BibTeX database file when using external editors.
207 (Referencing Labels): Simplify section about reference macro
208 cycling.
209 (Options (Referencing Labels)): Adapt to new structure of
210 `reftex-ref-style-alist'.
211 (Referencing Labels, Reference Styles): Document changes in the
212 referencing functionality.
213 (Commands): Mention options for definition of header and footer in
214 BibTeX files.
215 (Options (Creating Citations)): Document
216 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
217 (Reference Styles): New section.
218 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
219 (Options (Referencing Labels)): Remove descriptions of deprecated
220 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
221 Add descriptions for `reftex-ref-style-alist' and
222 `reftex-ref-style-default-list'.
223 (Referencing Labels): Update regarding reference styles.
224 (Citation Styles): Mention support for ConTeXt.
225 (Options (Defining Label Environments)): Fix typo.
226 (Options (Creating Citations)): Document
227 `reftex-cite-key-separator'.
228
229 2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
230
231 * org.texi: Add description of ORG_ADD_CONTRIB to info
232 documentation. Add link to Worg for more details.
233
234 * org.texi: Clarify installation procedure. Provide link to the
235 build system description on Worg.
236
237 * org.texi: Remove reference to utils/, x11idle.c is now in
238 contrib/scripts.
239
240 * org.texi: Re-normalize to "Org mode" in manual.
241
242 * org.texi (Installation): Adapt documentation to new build
243 system. Mention GNU ELPA (since it needs to be handled like Emacs
244 built-in Org).
245
246 2012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
247
248 * org.texi: Fix typo in description of the 'Hooks' section.
249
250 * org.texi: Add ID to the list of special properties.
251
252 2012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
253
254 * org.texi (Moving subtrees): Document the ability to archive to a
255 datetree.
256
257 2012-09-30 Bastien Guerry <bzg@altern.org>
258
259 * org.texi (Installation, Feedback, Batch execution): Use
260 (add-to-list 'load-path ... t) for the contrib dir.
261
262 * org.texi (results): Update documentation for ":results drawer"
263 and ":results org".
264
265 * org.texi (Column width and alignment): Fix typo.
266
267 * org.texi (Activation): Point to the "Conflicts" section.
268
269 * org.texi (Conflicts): Mention filladapt.el in the list of
270 conflicting packages.
271
272 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
273 not needed for versions of Emacs > 22.1.
274
275 * org.texi (History and Acknowledgments): Fix typo.
276
277 * org.texi (History and Acknowledgments): Add my own
278 acknowledgments.
279
280 * org.texi (Agenda commands): Document the new command and the new
281 option.
282
283 * org.texi (Agenda commands): Delete `org-agenda-action' section.
284 (Agenda commands): Reorder. Document `*' to toggle persistent
285 marks.
286
287 * org.texi (Agenda dispatcher): Mention
288 `org-toggle-agenda-sticky'.
289 (Agenda commands, Exporting Agenda Views): Fix typo.
290
291 * org.texi (Templates in contexts, Setting Options): Update to
292 reflect changes in how contexts options are processed.
293
294 * org.texi (Templates in contexts): Document the new structure of
295 the variables `org-agenda-custom-commands-contexts' and
296 `org-capture-templates-contexts'.
297
298 * org.texi (Templates in contexts): Document the new option
299 `org-capture-templates-contexts'.
300 (Storing searches): Document the new option
301 `org-agenda-custom-commands-contexts'.
302
303 * org.texi (Formula syntax for Lisp): Reformat.
304
305 * org.texi (Special properties, Column attributes)
306 (Agenda column view): Document the new special property
307 CLOCKSUM_T.
308
309 * org.texi (Template expansion): Document the new %l template.
310
311 * org.texi (Fast access to TODO states): Fix documentation about
312 allowed characters for fast todo selection.
313
314 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
315 use in `org-agenda-to-appt'.
316
317 * org.texi (Comment lines): Update wrt comments.
318
319 * org.texi (Resolving idle time): Document new keybinding.
320
321 * org.texi (Clocking commands): Document the use of S-M-<up/down>
322 on clock timestamps.
323
324 * org.texi (Fast access to TODO states): Explicitely says only
325 letters are supported as fast TODO selection keys.
326
327 * org.texi (Link abbreviations): Illustrate the use of the "%h"
328 specifier. Document the new "%(my-function)" specifier.
329
330 * org.texi (Clocking commands): New cindex.
331 (Clocking commands): Update documentation for `org-clock-in'.
332 Document `org-clock-in-last'. Mention `org-clock-out' and
333 `org-clock-in-last' as commands that can be globally bound.
334 (Resolving idle time): Document continuous clocking.
335
336 * org.texi (Top, Introduction): Fix formatting.
337 (Activation): Add index entries.
338 (Conventions): Update section.
339 (Embedded @LaTeX{}): Fix formatting.
340
341 * org.texi (Visibility cycling): Document `show-children'.
342
343 * org.texi (Using capture): Mention the `org-capture-last-stored'
344 bookmark as a way to jump to the last stored capture.
345
346 * org.texi (Uploading files): Fix typo.
347
348 * org.texi (Using capture): Document `C-0' as a prefix argument
349 for `org-capture'.
350
351 * org.texi (Agenda commands): Document persistent marks.
352
353 * org.texi (Template expansion): Update doc to reflect change.
354
355 * org.texi (Radio tables): Document the :no-escape parameter.
356
357 * org.texi (Repeated tasks): Document repeat cookies for years,
358 months, weeks, days and hours.
359
360 * org.texi (Export options): State that you can use the d: option
361 by specifying a list of drawers.
362
363 * org.texi (HTML preamble and postamble): Small doc improvement.
364
365 2012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
366
367 * org.texi: The sections in the Exporting section of the manual
368 left out articles in the description of the org-export-as-*
369 commands, among other places. This patch adds them, adds a few
370 missing prepositions, and switches instances of "an HTML" to "a
371 html" for internal consistency.
372
373 * org.texi: Alter several examples of headings with timestamps in
374 them to include the timestamps in the body instead of the heading.
375
376 2012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
377
378 * org.texi (Agenda dispatcher): Document sticky agenda views and
379 the new key for them.
380
381 2012-09-30 Charles <millarc@verizon.net> (tiny change)
382
383 * org.texi (Advanced features): Fix error in table.
384
385 2012-09-30 Feng Shu <tumashu@gmail.com>
386
387 * org.texi (@LaTeX{} fragments): Document imagemagick as an
388 alternative to dvipng.
389
390 2012-09-30 François Allisson <francois@allisson.co> (tiny change)
391
392 * org.texi: Remove extra curly bracket.
393
394 2012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
395
396 * org.texi (org-clock-in-last and org-clock-cancel): Update the
397 defkeys.
398
399 2012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
400
401 * org.texi (Agenda commands): Fix two typos by giving
402 corresponding function names, according to
403 `org-agenda-view-mode-dispatch'.
404
405 2012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
406
407 * org.texi (The spreadsheet): Fix typo.
408
409 2012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
410
411 * org.texi (Tracking your habits): Point to the "Tracking TODO
412 state changes" section.
413
414 2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
415
416 * org.texi (Literal examples): Remove reference to unknown
417 `org-export-latex-minted' variable. Also simplify footnote since
418 `org-export-latex-listings' documentation is exhaustive already.
419
420 * org.texi (Plain lists): Remove reference to now hard-coded
421 `bullet' automatic rule.
422
423 2012-09-30 Toby S. Cubitt <tsc25@cantab.net>
424
425 * org.texi: Updated documentation accordingly.
426
427 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
428
429 * texinfo.tex: Merge from gnulib.
430
431 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
432
433 Sync with Tramp 2.2.6.
434
435 * tramp.texi (Bug Reports): Cleanup caches before a test run.
436
437 * trampver.texi: Update release number.
438
439 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
440
441 * texinfo.tex: Merge from gnulib.
442
443 2012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
444
445 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
446 (bug#12096).
447
448 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
449
450 * calc.texi (Simplification modes, Conversions)
451 (Operating on Selections): Mention "basic" simplification.
452 (The Calc Mode Line): Mention the mode line display for Basic
453 simplification mode.
454 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
455 simplifications.
456 (Basic Simplifications): Rename from "Limited Simplifications"
457 Replace "limited" by "basic" throughout.
458 (Algebraic Simplifications): Indicate that the algebraic
459 simplifications are done by default.
460 (Unsafe Simplifications): Mention `m E'.
461 (Simplification of Units): Mention `m U'.
462 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
463 (Kinds of Declarations, Functions for Declarations): Mention
464 "algebraic simplifications" instead of `a s'.
465 (Algebraic Entry): Remove mention of default simplifications.
466
467 2012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
468
469 * calc.texi (Getting Started, Tutorial): Change simulated
470 Calc output to match actual output.
471 (Simplifying Formulas): Mention that algebraic simplification is now
472 the default.
473
474 2012-07-28 Eli Zaretskii <eliz@gnu.org>
475
476 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
477 (Bug#12073)
478
479 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
480
481 Prefer typical American spelling for "acknowledgment".
482 * calc.texi (History and Acknowledgments): Rename from
483 History and Acknowledgements.
484 * idlwave.texi (Acknowledgments):
485 * ses.texi (Acknowledgments):
486 * woman.texi (Acknowledgments): Rename from Acknowledgements.
487
488 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
489
490 Rename configure.in to configure.ac (Bug#11603).
491 * ede.texi (Compiler and Linker objects, ede-proj-project)
492 (ede-step-project): Prefer the name configure.ac to configure.in.
493
494 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
495
496 * tramp.texi (Multi-hops): Introduce
497 `tramp-restricted-shell-hosts-alist'.
498
499 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
500
501 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
502 methods, so don't mention smtpmail here.
503
504 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
505
506 * gnus.texi (Picons): Document gnus-picon-properties.
507
508 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
509
510 * gnus.texi: Remove mention of compilation, as that's no longer
511 supported.
512
513 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
514
515 * gnus.texi (Archived Messages): Mention
516 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
517
518 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
519
520 * gnus.texi (Various Summary Stuff):
521 Remove mention of `gnus-propagate-marks'.
522
523 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
524
525 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
526 which no longer exist.
527
528 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
529
530 * gnus.texi (Archived Messages):
531 Document gnus-gcc-self-resent-messages.
532
533 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
534
535 * message.texi (Mail Variables):
536 Mention the optional user parameter for X-Message-SMTP-Method.
537
538 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
539
540 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
541
542 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
543
544 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
545
546 * gnus.texi (Key Index): Change encoding to utf-8.
547
548 2012-06-21 Glenn Morris <rgm@gnu.org>
549
550 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
551
552 2012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
553
554 * gnus.texi (Group Timestamp): Mention where to find documentation for
555 the `gnus-tmp-' variables (bug#11601).
556
557 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
558
559 Sync with Tramp 2.2.6-pre.
560
561 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
562 where appropriate.
563 (Ad-hoc multi-hops): New section.
564 (Remote processes): New subsection "Running remote processes on
565 Windows hosts".
566 (History): Add remote commands on Windows, and ad-hoc multi-hop
567 methods.
568 (External methods): "ControlPersist" must be set to "no" for the
569 `scpc' method.
570 (Remote processes): Add a note about `auto-revert-tail-mode'.
571 (Frequently Asked Questions): Use "scpx" in combination with
572 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
573
574 * trampver.texi: Update release number.
575
576 2012-06-10 Chong Yidong <cyd@gnu.org>
577
578 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
579 compilation for html-mono.
580
581 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
582
583 * texinfo.tex: Merge from gnulib.
584
585 2012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
586
587 * Makefile.in (echo-info): Don't try to install info files named
588 just ".info".
589
590 2012-05-28 Glenn Morris <rgm@gnu.org>
591
592 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
593
594 * sc.texi: Nuke hand-written node pointers.
595 Fix top-level menu to match actual node order.
596
597 2012-05-27 Glenn Morris <rgm@gnu.org>
598
599 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
600 Some associated fixes, including not messing with chapno in cl.texi.
601
602 2012-05-27 Bastien Guerry <bzg@gnu.org>
603
604 * org.texi (Durations and time values): Fix typo.
605
606 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
607
608 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
609 Mention `calc-ensure-consistent-units'.
610
611 2012-05-14 Andreas Schwab <schwab@linux-m68k.org>
612
613 * cc-mode.texi: Avoid space before macro in 4th argument of cross
614 reference commands. (Bug#11461)
615
616 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
617
618 2012-05-12 Glenn Morris <rgm@gnu.org>
619
620 * Makefile.in (mostlyclean): Add more TeX intermediates.
621
622 * Makefile.in: Make it look more like the other doc Makefiles.
623 Use explicit $srcdir in all dependencies.
624 Remove cd $srcdir from rules.
625 (VPATH): Remove.
626 (infodir): Set to an absolute path.
627 (INFO_TARGETS): Use short names.
628 (mkinfodir): infodir is now absolute.
629 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
630
631 * Makefile.in (info.info): Rename from info, to avoid duplication.
632 (.SUFFIXES): Disable implicit rules.
633
634 * Makefile.in (MKDIR_P): New, set by configure.
635 (mkinfodir): Use $MKDIR_P.
636
637 2012-05-07 Glenn Morris <rgm@gnu.org>
638
639 * forms.texi (Long Example): Update for changed location of files.
640
641 2012-05-04 Glenn Morris <rgm@gnu.org>
642
643 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
644 (INFO_TARGETS): Use $INFO_EXT.
645 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
646 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
647 (INFO_TARGETS): Use $INFO_EXT.
648 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
649
650 2012-05-02 Glenn Morris <rgm@gnu.org>
651
652 * Makefile.in (echo-info): New phony target, used by top-level.
653
654 * viper.texi: Make direntry shorter (also it is no longer "newest").
655
656 * emacs-gnutls.texi, ert.texi, org.texi:
657 Fix dircategory, direntry to match info/dir.
658
659 * faq.texi: Convert @inforefs to @xrefs.
660 Fix some malformed cross-references.
661 (File-name conventions): Shorten section name to avoid overfull line.
662 (How to add fonts): Use smallexample to avoid overfull lines.
663
664 2012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
665
666 * auth.texi (Help for users): Update for .gpg file being second.
667
668 2012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
669
670 * org.texi (Agenda commands): Fix two typos: give corresponding
671 function names, according to `org-agenda-view-mode-dispatch'.
672
673 2012-04-27 Glenn Morris <rgm@gnu.org>
674
675 * faq.texi (Major packages and programs): Remove section.
676 There is no point listing 6 packages (cf etc/MORE.STUFF).
677 (Finding Emacs and related packages): Move "Spell-checkers" here.
678
679 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
680
681 * dbus.texi (Version): New node.
682 (Properties and Annotations): Mention the object manager
683 interface. Describe dbus-get-all-managed-objects.
684 (Type Conversion): Floating point numbers are allowed, if an
685 anteger does not fit Emacs's integer range.
686 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
687 (Asynchronous Methods): Fix description of
688 dbus-call-method-asynchronously.
689 (Receiving Method Calls): Fix some minor errors. Add
690 dbus-interface-emacs.
691 (Signals): Describe unicast signals and the new match rules.
692 (Alternative Buses): Add the PRIVATE optional argument to
693 dbus-init-bus. Describe its new return value. Add dbus-setenv.
694
695 2012-04-20 Glenn Morris <rgm@gnu.org>
696
697 * faq.texi (New in Emacs 24): New section.
698 (Packages that do not come with Emacs): Mention M-x list-packages.
699
700 2012-04-14 Alan Mackenzie <acm@muc.de>
701
702 * cc-mode.texi (c-offsets-alist): Correct a typo.
703
704 2012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
705
706 * org.texi (Deadlines and scheduling): Fix the example: the
707 DEADLINE item should come right after the headline. We enforce
708 this convention, so it is a bug not to illustrate it correctly in
709 the manual.
710
711 2012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
712
713 * org.texi (Agenda commands): Fix documentation bug by swapping
714 the equivalent keybindings to `org-agenda-next-line' with the ones
715 to `org-agenda-previous-line'.
716
717 2012-04-14 Glenn Morris <rgm@gnu.org>
718
719 * Makefile.in: Replace non-portable use of $< in ordinary rules.
720
721 2012-04-09 Eli Zaretskii <eliz@gnu.org>
722
723 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
724 emacs-gnutls.
725 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
726
727 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
728
729 * Makefile.in: Add emacs-gnutls.texi to build.
730
731 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
732
733 2012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
734
735 * auth.texi (Secret Service API): Edit further and give examples.
736 (Secret Service API): Adjust @samp to @code for collection names.
737
738 2012-04-04 Glenn Morris <rgm@gnu.org>
739
740 * auth.texi (Secret Service API): Copyedits.
741 (Help for developers): Fill in some missing function doc-strings.
742 (Help for users, Help for developers)
743 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
744
745 2012-04-04 Michael Albinus <michael.albinus@gmx.de>
746
747 * auth.texi (Secret Service API): Add the missing text.
748
749 2012-04-04 Chong Yidong <cyd@gnu.org>
750
751 * message.texi (Using PGP/MIME): Note that epg is now the default.
752
753 * gnus.texi: Reduce references to obsolete pgg library.
754 (Security): Note that epg is now the default.
755
756 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
757
758 * nxml-mode.texi (Completion): C-RET is no longer bound to
759 nxml-complete.
760
761 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
762
763 * org.texi (Customizing tables in ODT export): Correct few errors.
764
765 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
766
767 * org.texi (Links in ODT export): Update.
768 (Labels and captions in ODT export): New node.
769
770 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
771
772 * org.texi (Literal examples in ODT export): htmlfontify.el in
773 Emacs-24.1 now supports fontification. So ODT source blocks will
774 be fontified by default.
775
776 2012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
777
778 * org.texi (Refiling notes): Remove duplicated keybinding.
779
780 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
781
782 * org.texi (noweb): Documentation of this new option to the :noweb
783 header argument.
784
785 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
786
787 * org.texi (Header and sectioning): Add example demonstrating how
788 to use "LaTeX_CLASS_OPTIONS".
789
790 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
791
792 * org.texi (Noweb reference syntax): Describe the ability to
793 execute noweb references in the manual.
794
795 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
796
797 * org.texi (cache): Improve cache documentation when session
798 evaluation is used.
799
800 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
801
802 * org.texi (Plain lists): Document removal.
803
804 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
805
806 * org.texi: Decapitalize file name in references to Calc manual.
807
808 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
809
810 * org.texi (Plain lists): Document removal.
811
812 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
813
814 * org.texi (Top, OpenDocument Text export)
815 (ODT export commands, Extending ODT export)
816 (Images in ODT export, Tables in ODT export)
817 (Configuring a document converter): Add or Update.
818
819 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
820
821 * org.texi (MobileOrg): Change the wording to reflect that the
822 Android Version is no longer just the little brother of the iOS
823 version.
824
825 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
826
827 * org.texi (Key bindings and useful functions): Updated babel key
828 binding documentation in manual.
829
830 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
831
832 * org.texi (noweb): Document new noweb header value.
833
834 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
835
836 * org.texi (noweb-sep): Document new header argument.
837
838 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
839
840 * org.texi (noweb-ref): Documentation of this new custom variable.
841
842 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
843
844 * org.texi (wrap): Update the new :wrap documentation to match the
845 current implementation.
846
847 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
848
849 * org.texi: Added documentation for :wrap.
850
851 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
852
853 * org.texi: #+RESULTS now user-configurable.
854
855 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
856
857 * org.texi: Documented :noweb no-export.
858
859 2012-04-01 Thomas Dye <dk@poto.local>
860
861 * org.texi: Edit :noweb no header argument for correctness.
862
863 2012-04-01 Bastien Guerry <bzg@altern.org>
864
865 * org.texi (Customization): Update the approximate number of Org
866 variables.
867
868 2012-04-01 Thomas Dye <dk@poto.local>
869
870 * org.texi: The :results wrap produces a drawer instead of a
871 begin_results block.
872
873 2012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
874
875 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
876 reflect the new default.
877
878 2012-03-10 Eli Zaretskii <eliz@gnu.org>
879
880 * info.texi (Expert Info): Move the index entry for "Texinfo" from
881 "Getting Started" to this node. (Bug#10450)
882
883 2012-03-10 Chong Yidong <cyd@gnu.org>
884
885 * flymake.texi (Example -- Configuring a tool called via make):
886 Mention the Automake COMPILE variable (Bug#8715).
887
888 * info.texi (Getting Started): Add an index entry (Bug#10450).
889
890 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
891
892 * dbus.texi (Signals): Known names will be mapped onto unique
893 names, when registering for signals.
894
895 2012-02-29 Glenn Morris <rgm@gnu.org>
896
897 * url.texi: Fix quote usage in body text.
898
899 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
900
901 * cl.texi: Use @code{} in menus when appropriate.
902
903 2012-02-28 Glenn Morris <rgm@gnu.org>
904
905 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
906 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
907 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
908 * org.texi, sc.texi, vip.texi, viper.texi:
909 Standardize possessive apostrophe usage.
910
911 2012-02-26 Chong Yidong <cyd@gnu.org>
912
913 * ediff.texi (Quick Help Commands): Add a couple of index entries
914 (Bug#10834).
915
916 2012-02-17 Glenn Morris <rgm@gnu.org>
917
918 * gnus.texi (Posting Styles):
919 * remember.texi (Org): Fix cross-refs to other manuals.
920
921 2012-02-15 Glenn Morris <rgm@gnu.org>
922
923 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
924 (Encryption): New chapter, split out from previous.
925
926 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
927
928 * gnus.texi (Customizing the IMAP Connection): Mention
929 nnimap-record-commands.
930
931 2012-02-10 Glenn Morris <rgm@gnu.org>
932
933 * url.texi (Retrieving URLs): Update url-retrieve arguments.
934 Mention url-queue-retrieve.
935
936 2012-02-09 Glenn Morris <rgm@gnu.org>
937
938 * sem-user.texi (Semantic mode user commands): Typo fix.
939
940 * info.texi (Create Info buffer): Mention info-display-manual.
941
942 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
943
944 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
945 example (modified from an example by Michael Albinus).
946
947 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
948
949 * gnus.texi (Agent Basics): Fix outdated description of
950 `gnus-agent-auto-agentize-methods'.
951
952 2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
953
954 * cc-mode.texi: Always @defindex ss.
955 (Config Basics): Fix argument of @itemize.
956 (Macro Backslashes): Add @code around index entry.
957
958 2012-01-23 Glenn Morris <rgm@gnu.org>
959
960 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
961
962 2012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
963
964 * tramp.texi (File): Tweak wording for the `scpc' option.
965
966 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
967
968 * gnus.texi (Group Parameters): Really note precedence.
969
970 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
971
972 * gnus.texi (Group Parameters): Note precedence.
973
974 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
975
976 * org.texi (Noweb reference syntax): Adding documentation of
977 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
978 variable.
979
980 2012-01-03 Bastien Guerry <bzg@gnu.org>
981
982 * org.texi (Plain lists): Split the table to fix the display
983 of items.
984
985 2012-01-03 Bastien Guerry <bzg@gnu.org>
986
987 * org.texi (Plain lists): Fix misplaced explanation.
988
989 2012-01-03 Bastien Guerry <bzg@gnu.org>
990
991 * org.texi (Plain lists, Agenda files): Add index entries.
992
993 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
994
995 * org.texi: Use "Org mode" instead of alternatives like
996 "Org-mode" or "org-mode".
997
998 2012-01-03 Bernt Hansen <bernt@norang.ca>
999
1000 * org.texi (Agenda commands): Document
1001 `org-clock-report-include-clocking-task'.
1002
1003 2012-01-03 Bastien Guerry <bzg@gnu.org>
1004
1005 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1006 C-c' on checkboxes.
1007
1008 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1009
1010 * org.texi: End sentences with two spaces.
1011
1012 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1013
1014 * org.texi (External links): Document the link types file+sys
1015 and file+emacs, slightly narrow used page width.
1016
1017 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
1018
1019 * org.texi (colnames): Note that colnames behavior may differ
1020 across languages.
1021
1022 2012-01-03 Bastien Guerry <bzg@gnu.org>
1023
1024 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1025
1026 2012-01-03 Thomas Dye <dk@poto.westell.com>
1027
1028 * org.texi: Augmented discussion of babel property
1029 inheritance. Put footnote outside sentence ending period.
1030
1031 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
1032
1033 * org.texi (eval): Documenting the full range of :eval header
1034 argument values.
1035
1036 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
1037
1038 * org.texi (eval): Documentation of the new :eval option.
1039
1040 2012-01-03 Thomas Dye <dk@poto.local>
1041
1042 * org.texi: Add accumulated properties.
1043
1044 2012-01-03 Thomas Dye <dk@poto.local>
1045
1046 * org.texi: Documented no spaces in name=assign, another
1047 correction to :var table.
1048
1049 2012-01-03 Thomas Dye <dk@poto.local>
1050
1051 * org.texi: Changed DATA to NAME in Working With Source Code
1052 section.
1053
1054 2012-01-03 Tom Dye <tsd@tsdye.com>
1055
1056 * org.texi: Minor change to :var table.
1057
1058 2012-01-03 Tom Dye <tsd@tsdye.com>
1059
1060 * org.texi: More changes to :var table (some examples were wrong).
1061
1062 2012-01-03 Tom Dye <tsd@tsdye.com>
1063
1064 * org.texi: Cleaned up :var table.
1065
1066 2012-01-03 Bastien Guerry <bzg@gnu.org>
1067
1068 * org.texi (Timestamps, Weekly/daily agenda)
1069 (Weekly/daily agenda): Add @cindex for "appointment".
1070
1071 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
1072
1073 * org.texi (Literal examples): A new link to the template for
1074 inserting empty code blocks.
1075 (Structure of code blocks): A new link to the template for
1076 inserting empty code blocks.
1077
1078 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1079
1080 * org.texi (External links): Add footnote on how the behavior
1081 of the text search in Org files are controled by the variable
1082 `org-link-search-must-match-exact-headline'.
1083
1084 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
1085
1086 * org.texi (Buffer-wide header arguments): Update
1087 documentation to reflect removal of #+PROPERTIES.
1088
1089 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1090
1091 * org.texi (The clock table): Mention that ACHIVED trees
1092 contribute to the clock table.
1093
1094 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1095
1096 * org.texi (Conflicts): Better yasnippet config info.
1097
1098 2012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1099
1100 * org.texi (Selective export): Explicitely mention the default
1101 values for `org-export-select-tags',
1102 `org-export-exclude-tags'.
1103
1104 2012-01-03 Tom Dye <tsd@tsdye.com>
1105
1106 * org.texi: Added a line to specify that header arguments are
1107 lowercase.
1108
1109 2012-01-03 Tom Dye <tsd@tsdye.com>
1110
1111 * org.texi: :var requires default value when declared.
1112
1113 2012-01-03 Bastien Guerry <bzg@gnu.org>
1114
1115 * org.texi (Handling links): Add a note about the
1116 `org-link-frame-setup' option.
1117
1118 2012-01-03 David Maus <dmaus@ictsoc.de>
1119
1120 * org.texi (Exporting Agenda Views, Extracting agenda
1121 information): Fix command line syntax, quote symbol parameter
1122 values.
1123
1124 2012-01-03 David Maus <dmaus@ictsoc.de>
1125
1126 * org.texi (Exporting Agenda Views): Fix command line syntax.
1127
1128 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1129
1130 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1131 Use octal notation for file permissions, which are normally
1132 thought of in octal.
1133 (Mail Back End Variables): Use more-plausible modes in example.
1134
1135 2011-12-20 Alan Mackenzie <acm@muc.de>
1136
1137 * cc-mode.texi: Update version string 5.31 -> 5.32.
1138
1139 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
1140
1141 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1142
1143 2011-11-24 Glenn Morris <rgm@gnu.org>
1144
1145 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1146
1147 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
1148
1149 * makefile.w32-in: Update dependencies.
1150
1151 2011-11-20 Glenn Morris <rgm@gnu.org>
1152
1153 * gnus.texi (Group Information):
1154 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1155
1156 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1157
1158 * gnus-coding.texi (Gnus Maintenance Guide):
1159 Rename from "Gnus Maintainance Guide".
1160
1161 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1162 * eieio.texi (Customizing):
1163 * gnus.texi (Article Washing):
1164 * gnus-news.texi:
1165 * sem-user.texi (Smart Jump): Fix typos.
1166
1167 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
1168
1169 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1170
1171 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
1172
1173 * ede.texi (project-am-texinfo):
1174 * gnus.texi (Sending or Not Sending):
1175 * org.texi (Template elements): Fix typos.
1176
1177 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
1178
1179 * ediff.texi (Hooks):
1180 * sem-user.texi (Semanticdb Roots): Fix typos.
1181
1182 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
1183
1184 * semantic.texi (Tag handling): Fix typo.
1185
1186 2011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1187
1188 * gnus.texi (Other Gnus Versions): Remove.
1189
1190 2011-10-28 Alan Mackenzie <acm@muc.de>
1191
1192 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1193 (Other Special Indentations): Add an xref to "Macros with ;".
1194 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1195 "Macros with ;".
1196 (Macros with ;): New page.
1197
1198 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1199 Document the new handling of nested scopes for movement by defuns.
1200
1201 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
1202
1203 Sync with Tramp 2.2.3.
1204
1205 * trampver.texi: Update release number.
1206
1207 2011-10-14 Glenn Morris <rgm@gnu.org>
1208
1209 * ert.texi (Introduction, How to Run Tests)
1210 (Running Tests Interactively, Expected Failures)
1211 (Tests and Their Environment, Useful Techniques)
1212 (Interactive Debugging, Fixtures and Test Suites):
1213 Minor rephrasings.
1214 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1215 (Running Tests in Batch Mode): Simplify loading instructions.
1216 (Test Selectors): Clarify some selectors.
1217 (Expected Failures, Useful Techniques):
1218 Make examples fit in 80 columns.
1219
1220 2011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1221
1222 * calc.texi (Basic Operations on Units): Discuss temperature
1223 conversion (`u t') alongside with other unit conversions ('u c').
1224
1225 2011-10-12 Glenn Morris <rgm@gnu.org>
1226
1227 * ert.texi: Whitespace trivia to make main menu items line up better.
1228
1229 2011-10-08 Glenn Morris <rgm@gnu.org>
1230
1231 * Makefile.in: Fix ert rules.
1232
1233 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1234
1235 * gnus.texi (Gnus Utility Functions): Add more references and
1236 explanations (bug#9683).
1237
1238 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1239
1240 * gnus.texi (Archived Messages): Note the default (bug#9552).
1241
1242 2011-09-21 Bill Wohler <wohler@newt.com>
1243
1244 Release MH-E manual version 8.3.
1245
1246 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1247 release 8.3.
1248 (Preface): Updated support information.
1249 (From Bill Wohler): Reset text to original version. As a
1250 historical quote, the tense should be correct in the time that it
1251 was written.
1252
1253 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1254
1255 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1256 (Finding the News): Doc clarification.
1257 (Terminology): Mention naming.
1258
1259 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1260
1261 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1262 (Interactive): Document `quiet'.
1263
1264 2011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
1265
1266 * org.texi (Images in LaTeX export): Rewrite.
1267
1268 2011-08-15 Bastien Guerry <bzg@gnu.org>
1269
1270 * org.texi (Using the mapping API): Mention 'region as a possible
1271 scope for `org-map-entries'.
1272
1273 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1274
1275 * org.texi (Visibility cycling): Document `org-copy-visible'.
1276
1277 2011-08-15 Bastien Guerry <bzg@gnu.org>
1278
1279 * org.texi (Template expansion): Order template sequences in the
1280 proper order.
1281
1282 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1283
1284 * org.texi (eval): Expand discussion of the :eval header argument.
1285
1286 2011-08-15 Bastien Guerry <bzg@gnu.org>
1287
1288 * org.texi (Languages): Add Lilypond and Awk as supported
1289 languages.
1290
1291 2011-08-15 Achim Gratz <stromeko@nexgo.de>
1292
1293 * org.texi: Document that both CLOCK_INTO_DRAWER and
1294 LOG_INTO_DRAWER can be used to override the contents of variable
1295 org-clock-into-drawer (or if unset, org-log-into-drawer).
1296
1297 * org.texi: Replace @xref->@pxref.
1298
1299 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1300
1301 * org.texi (Evaluating code blocks): Documenting the new option
1302 for inline call lines.
1303
1304 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1305
1306 * org.texi (Results of evaluation): More explicit about the
1307 mechanism through which interactive evaluation of code is
1308 performed.
1309
1310 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1311
1312 * org.texi (noweb-ref): New header argument documentation.
1313
1314 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1315
1316 * org.texi (Extracting source code): Documentation of the new
1317 org-babel-tangle-named-block-combination variable.
1318
1319 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1320
1321 * org.texi (Structure of code blocks): Explicitly state that the
1322 behavior of multiple blocks of the same name is undefined.
1323
1324 2011-08-15 Christian Egli <christian.egli@sbszh.ch>
1325
1326 * org.texi (TaskJuggler export): Modify the example to reflect the
1327 new effort durations.
1328
1329 2011-08-15 David Maus <dmaus@ictsoc.de>
1330
1331 * org.texi (Images in LaTeX export): Escape curly brackets in
1332 LaTeX example.
1333
1334 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1335
1336 * org.texi (The clock table): Document the :properties and
1337 :inherit-props arguments for the clocktable.
1338
1339 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1340
1341 * org.texi (Tables in LaTeX export): Document specifying placement
1342 options for tables.
1343
1344 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1345
1346 * org.texi (Evaluating code blocks): More specific documentation
1347 about the different types of header arguments.
1348
1349 2011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
1350
1351 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1352
1353 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1354
1355 * org.texi (Built-in table editor): Document the table field
1356 follow mode.
1357
1358 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
1359
1360 * org.texi (Easy Templates): Document new template.
1361
1362 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
1363
1364 * org.texi (Literal examples): Add a cross-reference from "Literal
1365 Examples" to "Easy Templates."
1366
1367 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1368
1369 * org.texi (The clock table): Add link to match syntax.
1370
1371 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1372
1373 * org.texi (Agenda commands): Document clock consistency checks.
1374
1375 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1376
1377 * org.texi (Built-in table editor): Document that \vert represents
1378 a vertical bar in a table field.
1379
1380 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1381
1382 * org.texi (Literal examples): Link from "Markup" > "Literate
1383 Examples" to "Working with Source Code".
1384
1385 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
1386
1387 * org.texi (Agenda commands): Doc for function option to bulk
1388 action.
1389
1390 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1391
1392 * org.texi (Template expansion): Document new %<...> template
1393 escape.
1394
1395 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1396
1397 * org.texi (Selective export): Document exclusion of any tasks
1398 from export.
1399
1400 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1401
1402 * org.texi (Selective export): Document how to exclude DONE tasks
1403 from export.
1404 (Publishing options): Document the properties to be used to turn off
1405 export of DONE tasks.
1406
1407 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1408
1409 * org.texi (The date/time prompt): Document date range protection.
1410
1411 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1412
1413 * org.texi (padline): Documentation of the new padline header
1414 argument.
1415
1416 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1417
1418 * org.texi (var): Adding "[" to list of characters triggering
1419 elisp evaluation.
1420
1421 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1422
1423 * org.texi (var): Documentation of Emacs Lisp evaluation during
1424 variable assignment.
1425
1426 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1427
1428 * org.texi (colnames): Reference indexing into variables, and note
1429 that colnames are *not* removed before indexing occurs.
1430 (rownames): Reference indexing into variables, and note that
1431 rownames are *not* removed before indexing occurs.
1432
1433 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1434
1435 * org.texi (var): Clarification of indexing into tabular
1436 variables.
1437
1438 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1439
1440 * org.texi (results): Documentation of the `:results wrap' header
1441 argument.
1442
1443 2011-08-15 Bastien Guerry <bzg@gnu.org>
1444
1445 * org.texi (LaTeX and PDF export): Add a note about a limitation
1446 of the LaTeX export: the org file has to be properly structured.
1447
1448 2011-08-15 Bastien Guerry <bzg@gnu.org>
1449
1450 * org.texi (Dynamic blocks, Structure editing): Mention
1451 the function `org-narrow-to-block'.
1452
1453 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1454
1455 * org.texi (Languages): Updating list of code block supported
1456 languages.
1457
1458 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1459
1460 * org.texi (Special properties): CATEGORY is a special property,
1461 but it may also used in the drawer.
1462
1463 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1464
1465 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1466
1467 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
1468
1469 * org.texi (Include files): Document :lines.
1470
1471 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1472
1473 * org.texi (comments): Documentation of the ":comments noweb" code
1474 block header argument.
1475
1476 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1477
1478 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1479 added extra whitespace around functions to be consistent with the
1480 rest of the section.
1481
1482 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1483
1484 * org.texi (Evaluating code blocks): Expanded discussion of
1485 #+call: line syntax.
1486 (Header arguments in function calls): Expanded discussion of
1487 #+call: line syntax.
1488
1489 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1490
1491 * org.texi (Evaluating code blocks): More explicit about how to
1492 pass variables to #+call lines.
1493
1494 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1495
1496 * org.texi (Results of evaluation): Link to the :results header
1497 argument list from the "Results of evaluation" section.
1498
1499 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1500
1501 * org.texi (Conflicts): Adding additional information about
1502 resolving org/yasnippet conflicts.
1503
1504 2011-08-15 David Maus <dmaus@ictsoc.de>
1505
1506 * org.texi (Publishing options): Document style-include-scripts
1507 publishing project property.
1508
1509 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1510
1511 * org.texi (Sparse trees): Document the next-error /
1512 previous-error functionality.
1513
1514 2011-08-15 Tom Dye <tsd@tsdye.com>
1515
1516 * org.texi (cache): Improved documentation of code block caches.
1517
1518 2011-08-15 Tom Dye <tsd@tsdye.com>
1519
1520 * org.texi (Code block specific header arguments): Documentation
1521 of multi-line header arguments.
1522
1523 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1524
1525 * org.texi (Code evaluation security): Add example for using a
1526 function.
1527
1528 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1529
1530 * org.texi (Tables in LaTeX export): Documentation of new
1531 attr_latex options for tables.
1532
1533 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
1534
1535 * trampver.texi: Update release number.
1536
1537 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
1538
1539 Sync with Tramp 2.2.2.
1540
1541 * trampver.texi: Update release number.
1542
1543 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1544
1545 * flymake.texi (Example -- Configuring a tool called via make):
1546 Use /dev/null instead of the Windows "nul" (bug#8715).
1547
1548 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1549
1550 * widget.texi (Setting Up the Buffer): Remove mention of the
1551 global keymap parent, which doesn't seem to be accurate
1552 (bug#7045).
1553
1554 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1555
1556 * org.texi (Special agenda views): Fix double quoting (bug#3509).
1557
1558 2010-07-10 Kevin Ryde <user42@zip.com.au>
1559
1560 * cl.texi (For Clauses): Add destructuring example processing an
1561 alist (bug#6596).
1562
1563 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1564
1565 * ediff.texi (Major Entry Points): Remove mention of `require',
1566 since that's not pertinent in the installed Emacs (bug#9016).
1567
1568 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1569
1570 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
1571 (Filtering New Groups): Clarify how simple the "options -n" format is.
1572 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1573 is internal.
1574
1575 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
1576
1577 * tramp.texi (Cleanup remote connections): Add
1578 `tramp-cleanup-this-connection'.
1579
1580 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1581
1582 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1583 zombies.
1584 (Checking New Groups): Ditto (bug#8974).
1585 (Checking New Groups): Moved the reference to the right place.
1586
1587 2011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1588
1589 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1590 backups, and not actual vc (bug#8975).
1591
1592 2011-07-03 Kevin Ryde <user42@zip.com.au>
1593
1594 * cl.texi (For Clauses): @items for hash-values and key-bindings
1595 to make them more visible when skimming. Add examples of `using'
1596 clause to them, examples being clearer than a description in
1597 words (bug#6599).
1598
1599 2011-07-01 Alan Mackenzie <acm@muc.de>
1600
1601 * cc-mode.texi (Guessing the Style): New page.
1602 (Styles): Add a short introduction to above.
1603
1604 2011-06-28 Deniz Dogan <deniz@dogan.se>
1605
1606 * rcirc.texi (Configuration): Bug-fix:
1607 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1608 Reported by Elias Pipping <pipping@exherbo.org>.
1609
1610 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1611
1612 * gnus.texi (Summary Mail Commands): Document
1613 `gnus-summary-reply-to-list-with-original'.
1614
1615 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1616
1617 * eshell.texi (Known problems): Fix typo.
1618
1619 2011-06-12 Michael Albinus <michael.albinus@gmx.de>
1620
1621 * tramp.texi (Customizing Completion): Mention authinfo-style files.
1622 (Password handling): `auth-source-debug' is good for debug messages.
1623
1624 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1625
1626 * gnus.texi (Store custom flags and keywords): Refer to
1627 `gnus-registry-article-marks-to-{chars,names}' instead of
1628 `gnus-registry-user-format-function-{M,M2}'.
1629
1630 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1631
1632 * texinfo.tex: Merge from gnulib.
1633
1634 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1635
1636 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
1637 (Store custom flags and keywords):
1638 Mention `gnus-registry-user-format-function-M' and
1639 `gnus-registry-user-format-function-M2'.
1640
1641 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1642
1643 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
1644
1645 2011-05-17 Glenn Morris <rgm@gnu.org>
1646
1647 * gnus.texi (Face): Fix typo.
1648
1649 2011-05-14 Glenn Morris <rgm@gnu.org>
1650
1651 * dired-x.texi (Omitting Examples): Minor addition.
1652
1653 2011-05-10 Jim Meyering <meyering@redhat.com>
1654
1655 * ede.texi: Fix typo "or or -> or".
1656
1657 2011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
1658
1659 * gnus.texi (Summary Buffer Lines):
1660 gnus-summary-user-date-format-alist does not exist.
1661 (Sorting the Summary Buffer): More about sorting threads.
1662
1663 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
1664
1665 * trampver.texi: Update release number.
1666
1667 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
1668
1669 * tramp.texi (Frequently Asked Questions): New item for disabling
1670 Tramp in other packages.
1671
1672 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1673
1674 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
1675 (Fancy splitting to parent, Store arbitrary data):
1676 Updated gnus-registry docs.
1677
1678 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
1679
1680 * ede.texi: Fix typos.
1681
1682 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1683
1684 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1685 It's @table @code.
1686
1687 2011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1688
1689 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
1690
1691 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1692
1693 * calc.texi (Logarithmic Units): Update the function names.
1694
1695 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1696
1697 * message.texi (Various Commands): Document format specs in the
1698 ellipsis.
1699
1700 2011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1701
1702 * message.texi (Insertion Variables): Document message-cite-style.
1703
1704 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
1705
1706 * tramp.texi (Remote processes): New subsection "Running shell on
1707 a remote host".
1708
1709 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1710
1711 * auth.texi (Help for developers): Update docs to explain that the
1712 :save-function will only run the first time.
1713
1714 2011-03-12 Glenn Morris <rgm@gnu.org>
1715
1716 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1717 (emacs-faq.text): New target.
1718 (clean): Add emacs-faq.
1719
1720 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
1721
1722 Sync with Tramp 2.2.1.
1723
1724 * trampver.texi: Update release number.
1725
1726 2011-03-11 Glenn Morris <rgm@gnu.org>
1727
1728 * Makefile.in (HTML_TARGETS): New.
1729 (clean): Delete $HTML_TARGETS.
1730 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1731
1732 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1733
1734 * auth.texi (Help for developers): Show example of using
1735 `auth-source-search' with prompts and :save-function.
1736
1737 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
1738
1739 * Version 23.3 released.
1740
1741 2011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1742
1743 * message.texi (Message Buffers): Update default value of
1744 message-generate-new-buffers.
1745
1746 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1747
1748 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1749 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1750 respectively.
1751 (Musical Notes): New section.
1752 (Customizing Calc): Mention the customizable variable
1753 calc-note-threshold.
1754
1755 2011-03-03 Glenn Morris <rgm@gnu.org>
1756
1757 * url.texi (Dealing with HTTP documents): Remove reference to
1758 function url-decode-text-part; never seems to have existed. (Bug#6038)
1759 (Configuration): Update url-configuration-directory description.
1760
1761 2011-03-02 Glenn Morris <rgm@gnu.org>
1762
1763 * dired-x.texi (Multiple Dired Directories): Remove mentions
1764 of dired-default-directory-alist and dired-default-directory.
1765 Move dired-smart-shell-command here...
1766 (Miscellaneous Commands): ... from here.
1767
1768 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1769
1770 * texinfo.tex: Update to version 2011-02-24.09.
1771
1772 2011-03-02 Glenn Morris <rgm@gnu.org>
1773
1774 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1775 instead of the obsoleted dired-omit-here-always.
1776
1777 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
1778
1779 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1780 supported systems.
1781
1782 2011-02-28 Glenn Morris <rgm@gnu.org>
1783
1784 * dbus.texi (Type Conversion): Grammar fix.
1785
1786 2011-02-23 Michael Albinus <michael.albinus@gmx.de>
1787
1788 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1789 "Debian GNU/Linux".
1790
1791 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1792
1793 2011-02-23 Glenn Morris <rgm@gnu.org>
1794
1795 * dired-x.texi (Features): Minor rephrasing.
1796 (Local Variables): Fix typos.
1797
1798 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1799 Standardize some Emacs/XEmacs terminology.
1800
1801 * dired-x.texi (Features): Don't advertise obsolete local variables.
1802 Simplify layout.
1803 (Omitting Variables): Update local variables example.
1804 (Local Variables): Say this is obsolete. Fix description of
1805 dired-enable-local-variables possible values.
1806
1807 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1808
1809 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1810 default now.
1811
1812 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1813
1814 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1815
1816 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1817
1818 * gnus.texi (Window Layout): Document layout names.
1819
1820 2011-02-19 Eli Zaretskii <eliz@gnu.org>
1821
1822 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1823 * auth.texi: Sync @dircategory with ../../info/dir.
1824 * autotype.texi: Sync @dircategory with ../../info/dir.
1825 * calc.texi: Sync @dircategory with ../../info/dir.
1826 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1827 * cl.texi: Sync @dircategory with ../../info/dir.
1828 * dbus.texi: Sync @dircategory with ../../info/dir.
1829 * dired-x.texi: Sync @dircategory with ../../info/dir.
1830 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1831 * ede.texi: Sync @dircategory with ../../info/dir.
1832 * ediff.texi: Sync @dircategory with ../../info/dir.
1833 * edt.texi: Sync @dircategory with ../../info/dir.
1834 * eieio.texi: Sync @dircategory with ../../info/dir.
1835 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1836 * epa.texi: Sync @dircategory with ../../info/dir.
1837 * erc.texi: Sync @dircategory with ../../info/dir.
1838 * eshell.texi: Sync @dircategory with ../../info/dir.
1839 * eudc.texi: Sync @dircategory with ../../info/dir.
1840 * flymake.texi: Sync @dircategory with ../../info/dir.
1841 * forms.texi: Sync @dircategory with ../../info/dir.
1842 * gnus.texi: Sync @dircategory with ../../info/dir.
1843 * idlwave.texi: Sync @dircategory with ../../info/dir.
1844 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1845 * message.texi: Sync @dircategory with ../../info/dir.
1846 * mh-e.texi: Sync @dircategory with ../../info/dir.
1847 * newsticker.texi: Sync @dircategory with ../../info/dir.
1848 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1849 * org.texi: Sync @dircategory with ../../info/dir.
1850 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1851 * pgg.texi: Sync @dircategory with ../../info/dir.
1852 * rcirc.texi: Sync @dircategory with ../../info/dir.
1853 * reftex.texi: Sync @dircategory with ../../info/dir.
1854 * remember.texi: Sync @dircategory with ../../info/dir.
1855 * sasl.texi: Sync @dircategory with ../../info/dir.
1856 * sc.texi: Sync @dircategory with ../../info/dir.
1857 * semantic.texi: Sync @dircategory with ../../info/dir.
1858 * ses.texi: Sync @dircategory with ../../info/dir.
1859 * sieve.texi: Sync @dircategory with ../../info/dir.
1860 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1861 * speedbar.texi: Sync @dircategory with ../../info/dir.
1862 * trampver.texi [emacs]: Set emacsname to "Emacs".
1863 * tramp.texi: Sync @dircategory with ../../info/dir.
1864 * url.texi: Sync @dircategory with ../../info/dir.
1865 * vip.texi: Sync @dircategory with ../../info/dir.
1866 * viper.texi: Sync @dircategory with ../../info/dir.
1867 * widget.texi: Sync @dircategory with ../../info/dir.
1868 * woman.texi: Sync @dircategory with ../../info/dir.
1869
1870 2011-02-19 Glenn Morris <rgm@gnu.org>
1871
1872 * dired-x.texi (Technical Details): No longer redefines
1873 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
1874 dired-read-shell-command, or dired-find-buffer-nocreate.
1875
1876 2011-02-18 Glenn Morris <rgm@gnu.org>
1877
1878 * dired-x.texi (Optional Installation File At Point): Simplify.
1879
1880 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1881
1882 * auth.texi (Help for users): Use :port instead of :protocol for all
1883 auth-source docs.
1884 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1885 to have two files in `auth-sources'.
1886
1887 2011-02-16 Glenn Morris <rgm@gnu.org>
1888
1889 * dired-x.texi: Use emacsver.texi to get Emacs version.
1890 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1891 Depend on emacsver.texi.
1892
1893 * dired-x.texi: Drop meaningless version number.
1894 (Introduction): Remove old info.
1895 (Optional Installation Dired Jump): Autoload from dired-x.
1896 Remove incorrect info about loaddefs.el.
1897 (Bugs): Just refer to M-x report-emacs-bug.
1898
1899 * dired-x.texi (Multiple Dired Directories): Update for rename of
1900 default-directory-alist.
1901 (Miscellaneous Commands): No longer mention very old VM version 4.
1902
1903 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1904
1905 Merge from gnulib.
1906 * texinfo.tex: Update to version 2011-02-14.11.
1907
1908 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1909
1910 * auth.texi (Help for users):
1911 Login collection is "Login" and not "login".
1912
1913 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
1914
1915 * tramp.texi (History): Remove IMAP support.
1916 (External methods, Frequently Asked Questions): Remove `imap' and
1917 `imaps' methods.
1918 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1919
1920 * trampver.texi: Remove default value of `emacsimap'.
1921
1922 2011-02-13 Glenn Morris <rgm@gnu.org>
1923
1924 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1925 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1926
1927 2011-02-12 Glenn Morris <rgm@gnu.org>
1928
1929 * sc.texi (Getting Connected): Remove old index entries.
1930
1931 2011-02-12 Ulrich Mueller <ulm@gentoo.org>
1932
1933 * url.texi: Remove duplicate @dircategory (Bug#7942).
1934
1935 2011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
1936
1937 * auth.texi (Overview, Help for users, Help for developers):
1938 Update docs.
1939 (Help for users): Talk about spaces.
1940
1941 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1942
1943 * texinfo.tex: Update to version 2011-02-07.16.
1944
1945 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
1946
1947 * dbus.texi (Bus names): Adapt descriptions for
1948 dbus-list-activatable-names and dbus-list-known-names.
1949
1950 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1951
1952 * calc.texi (Logarithmic Units): New section.
1953
1954 2011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
1955
1956 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1957 manuals use it now.
1958
1959 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
1960
1961 2011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
1962
1963 * overrides.texi: Remove.
1964
1965 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
1966 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
1967
1968 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
1969
1970 * tramp.texi (Frequently Asked Questions): Mention problems with
1971 WinSSHD.
1972
1973 * trampver.texi: Update release number.
1974
1975 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1976
1977 * tramp.texi:
1978 Replace "delimet" with "delimit" globally.
1979 Replace "explicite" with "explicit" globally.
1980 Replace "instead of" with "instead" where there was nothing after "of".
1981 Audit use of comma before interrogative pronoun, "that", or "which".
1982 Minor word order, spelling, wording changes.
1983
1984 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1985
1986 * overrides.texi: New file to set or clear WEBHACKDEVEL.
1987
1988 * sieve.texi: Use WEBHACKDEVEL.
1989
1990 * sasl.texi: Use WEBHACKDEVEL.
1991
1992 * pgg.texi: Use WEBHACKDEVEL.
1993
1994 * message.texi: Use WEBHACKDEVEL.
1995
1996 * gnus.texi: Use WEBHACKDEVEL.
1997
1998 * emacs-mime.texi: Use WEBHACKDEVEL.
1999
2000 * auth.texi: Use WEBHACKDEVEL.
2001
2002 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2003 manuals.
2004
2005 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2006
2007 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2008
2009 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2010
2011 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2012 which in turn is copied from ftp://tug.org/tex/.
2013
2014 2011-02-03 Glenn Morris <rgm@gnu.org>
2015
2016 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2017 (Binding combinations of modifiers and function keys):
2018 Let's assume people reading this are not using Emacs 18.
2019
2020 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2021
2022 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2023 since it's run automatically.
2024
2025 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2026
2027 * gnus.texi (Customizing Articles): Fix typo.
2028
2029 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2030
2031 * gnus.texi (Customizing Articles): Document the new way of customizing
2032 the date headers(s).
2033
2034 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2035
2036 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2037 splitting example.
2038
2039 2011-01-29 Eli Zaretskii <eliz@gnu.org>
2040
2041 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2042 (MAKEINFO_OPTS): New variable.
2043 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2044 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2045 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2046 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2047 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2048 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2049 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2050 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2051 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2052 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2053 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2054 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2055 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2056 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2057 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2058 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2059 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2060 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2061
2062 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2063
2064 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2065
2066 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2067
2068 * message.texi (IDNA): Explain what it is.
2069
2070 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2071
2072 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2073
2074 2011-01-23 Werner Lemberg <wl@gnu.org>
2075
2076 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2077 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2078 (ENVADD): Update.
2079
2080 2011-01-18 Glenn Morris <rgm@gnu.org>
2081
2082 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2083
2084 2011-01-14 Eduard Wiebe <usenet@pusto.de>
2085
2086 * nxml-mode.texi (Introduction): Fix file name typos.
2087
2088 2011-01-13 Christian Ohler <ohler@gnu.org>
2089
2090 * ert.texi: New file.
2091
2092 * Makefile.in:
2093 * makefile.w32-in: Add ert.texi.
2094
2095 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2096
2097 * dbus.texi (Receiving Method Calls): New function
2098 dbus-register-service. Rearrange node.
2099
2100 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2101
2102 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2103 which in turn is copied from ftp://tug.org/tex/.
2104
2105 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2106
2107 * dbus.texi (Receiving Method Calls): Describe new optional
2108 parameter dont-register-service of dbus-register-{method,property}.
2109
2110 2010-12-17 Daiki Ueno <ueno@unixuser.org>
2111
2112 * epa.texi (Encrypting/decrypting *.gpg files):
2113 Mention epa-file-select-keys.
2114
2115 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2116
2117 * gnus.texi (Archived Messages): Remove outdated text.
2118
2119 2010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2120
2121 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
2122
2123 2010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2124
2125 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
2126
2127 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2128
2129 * gnus.texi (The swish++ Engine): Add customizable parameters
2130 descriptions.
2131 (The swish-e Engine): Ditto.
2132
2133 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
2134
2135 * tramp.texi (Inline methods): Add "ksu" method.
2136 (Remote processes): Add example with remote `default-directory'.
2137
2138 2010-12-14 Glenn Morris <rgm@gnu.org>
2139
2140 * faq.texi (Expanding aliases when sending mail):
2141 Now build-mail-aliases is interactive.
2142
2143 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2144
2145 * gnus.texi: First pass at adding (rough) nnir documentation.
2146
2147 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2148
2149 * gnus.texi (Filtering New Groups):
2150 Mention gnus-auto-subscribed-categories.
2151 (The First Time): Remove, since default-subscribed-newsgroups has been
2152 removed.
2153
2154 2010-12-13 Glenn Morris <rgm@gnu.org>
2155
2156 * cl.texi (For Clauses): Small fixes for frames and windows.
2157
2158 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2159
2160 * org.texi (Using capture): Document using prefix arguments for
2161 finalizing capture.
2162 (Agenda commands): Document prefix argument for the bulk scatter
2163 command.
2164 (Beamer class export): Document that also overlay arguments can be
2165 passed to the column environment.
2166 (Template elements): Document the new entry type.
2167
2168 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2169
2170 * org.texi (Include files): Document :minlevel.
2171
2172 2010-12-11 Julien Danjou <julien@danjou.info>
2173
2174 * org.texi (Categories): Document category icons.
2175
2176 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
2177
2178 * org.texi (noweb): Fix typo.
2179
2180 2010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2181
2182 * gnus.texi (Server Commands): Point to the rest of the server
2183 commands.
2184
2185 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2186
2187 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2188 g'.
2189
2190 2010-12-02 Julien Danjou <julien@danjou.info>
2191
2192 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2193
2194 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2195
2196 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2197 (Direct Functions): Note the STARTTLS upgrade.
2198
2199 2010-11-27 Glenn Morris <rgm@gnu.org>
2200 James Clark <none@example.com>
2201
2202 * nxml-mode.texi (Introduction): New section.
2203
2204 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2205
2206 * gnus.texi (Server Commands): Document gnus-server-show-server.
2207
2208 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
2209
2210 Sync with Tramp 2.2.0.
2211
2212 * trampver.texi: Update release number.
2213
2214 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2215
2216 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2217 Mention that the TeX specific units won't use the `tex' prefix
2218 in TeX mode.
2219
2220 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2221
2222 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2223
2224 2010-11-17 Glenn Morris <rgm@gnu.org>
2225
2226 * edt.texi: Remove information about Emacs 19.
2227
2228 2010-11-17 Michael Albinus <michael.albinus@gmx.de>
2229
2230 * trampver.texi: Update release number.
2231
2232 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2233
2234 * gnus.texi (Article Washing): Fix typo.
2235
2236 2010-11-11 Noorul Islam <noorul@noorul.com>
2237
2238 * org.texi: Fix typo.
2239
2240 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2241
2242 * org.texi (Using capture): Explain that refiling is
2243 sensitive to cursor position.
2244
2245 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2246
2247 * org.texi (Images and tables): Add cross reference to link section.
2248
2249 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2250
2251 * org.texi: Document the <c> cookie.
2252
2253 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2254
2255 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
2256 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
2257
2258 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2259
2260 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
2261
2262 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2263
2264 * org.texi (Project alist): Mention that this is a property list.
2265
2266 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2267
2268 * org.texi (Setting up the staging area): Document that
2269 file names remain visible when encrypting the MobileOrg files.
2270
2271 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2272
2273 * org.texi (Setting up the staging area): Document which
2274 versions are needed for encryption.
2275
2276 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2277
2278 * org.texi (noweb): Update :noweb documentation to
2279 reflect the new "tangle" argument.
2280
2281 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2282
2283 * org.texi (Batch execution): Improve tangling script in
2284 documentation.
2285
2286 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2287
2288 * org.texi (Handling links):
2289 (In-buffer settings): Document inlining images on startup.
2290
2291 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2292
2293 * org.texi (Setting up the staging area): Document use of
2294 crypt password.
2295
2296 2010-11-11 David Maus <dmaus@ictsoc.de>
2297
2298 * org.texi (Template expansion): Add date related link type escapes.
2299
2300 2010-11-11 David Maus <dmaus@ictsoc.de>
2301
2302 * org.texi (Template expansion): Add mew in table for link type
2303 escapes.
2304
2305 2010-11-11 David Maus <dmaus@ictsoc.de>
2306
2307 * org.texi (Template expansion): Fix typo in link type escapes.
2308
2309 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2310
2311 * org.texi (Structure of code blocks): Another documentation tweak.
2312
2313 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2314
2315 * org.texi (Structure of code blocks): Documentation tweak.
2316
2317 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2318
2319 * org.texi (Structure of code blocks):
2320 Update documentation to mention inline code block syntax.
2321
2322 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2323
2324 * org.texi (comments): Improve wording.
2325
2326 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2327
2328 * org.texi (comments): Document the new :comments header arguments.
2329
2330 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2331
2332 * org.texi (Installation): Remove the special
2333 installation instructions for XEmacs.
2334
2335 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2336
2337 * org.texi (Easy Templates): New section. Documents quick
2338 insertion of empty structural elements.
2339
2340 2010-11-11 Noorul Islam <noorul@noorul.com>
2341
2342 * org.texi: Fix doc.
2343
2344 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2345
2346 * org.texi (The date/time prompt): Document specification
2347 of time ranges.
2348
2349 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2350
2351 * org.texi (Internal links): Document the changes in
2352 internal links.
2353
2354 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2355
2356 * org.texi (Agenda commands): Document the limitation for
2357 the filter preset - it can only be used for an entire agenda
2358 view, not in an individual block in a block agenda.
2359
2360 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2361
2362 * org.texi (iCalendar export): Document alarm creation.
2363
2364 2010-11-10 Michael Albinus <michael.albinus@gmx.de>
2365
2366 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2367
2368 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2369
2370 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2371
2372 2010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
2373
2374 * calc.texi: Use emacsver.texi to determine Emacs version.
2375
2376 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2377
2378 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2379 since that works by default.
2380
2381 2010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2382
2383 * gnus.texi (Customizing the IMAP Connection): Document
2384 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2385
2386 2010-11-04 Michael Albinus <michael.albinus@gmx.de>
2387
2388 * tramp.texi (Remote shell setup): New item "Interactive shell
2389 prompt". Reported by Christian Millour <cm@abtela.com>.
2390 (Remote shell setup, Remote processes): Use @code{} for
2391 environment variables.
2392
2393 2010-11-03 Glenn Morris <rgm@gnu.org>
2394
2395 * ediff.texi (Quick Help Commands, Miscellaneous):
2396 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
2397
2398 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2399
2400 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2401
2402 2010-10-31 Glenn Morris <rgm@gnu.org>
2403
2404 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2405
2406 2010-10-31 Glenn Morris <rgm@gnu.org>
2407
2408 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2409
2410 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2411
2412 * gnus.texi (Client-Side IMAP Splitting):
2413 Mention nnimap-unsplittable-articles.
2414
2415 2010-10-29 Julien Danjou <julien@danjou.info>
2416
2417 * gnus.texi (Finding the News): Remove references to obsoletes
2418 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2419
2420 2010-10-29 Eli Zaretskii <eliz@gnu.org>
2421
2422 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2423 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2424 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2425 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2426
2427 2010-10-28 Glenn Morris <rgm@gnu.org>
2428
2429 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2430 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2431 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2432
2433 2010-10-25 Daiki Ueno <ueno@unixuser.org>
2434
2435 * epa.texi (Mail-mode integration): Add alternative key bindings
2436 for epa-mail commands; escape comma.
2437 Don't use the word "PGP", since it is a non-free program.
2438
2439 2010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
2440
2441 * calc.texi: Use emacsver.texi to determine Emacs version.
2442
2443 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
2444
2445 * gnus.texi (Group Parameters, Buttons): Fix typos.
2446
2447 2010-10-22 Tassilo Horn <tassilo@member.fsf.org>
2448
2449 * gnus.texi (Subscription Commands): Mention that you can also
2450 subscribe to new groups via the Server buffer, which is probably more
2451 convenient when subscribing to many groups.
2452
2453 2010-10-21 Julien Danjou <julien@danjou.info>
2454
2455 * message.texi (Message Headers): Allow message-default-headers to be a
2456 function.
2457
2458 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2459
2460 * gnus-news.texi: Mention new archive defaults.
2461
2462 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2463
2464 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2465
2466 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2467
2468 * gnus.texi (HTML): Document the function value of
2469 gnus-blocked-images.
2470 (Article Washing): shr and gnus-w3m, not the direct function names.
2471
2472 2010-10-20 Julien Danjou <julien@danjou.info>
2473
2474 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2475 variable.
2476
2477 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2478
2479 * gnus.texi (Customizing the IMAP Connection): The port strings are
2480 strings.
2481 (Document Groups): Mention git.
2482
2483 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2484
2485 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2486 bzr/Gnus git sync.
2487
2488 2010-10-15 Eli Zaretskii <eliz@gnu.org>
2489
2490 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2491 change.
2492
2493 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2494
2495 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2496 @item syntax for in-Emacs makeinfo.
2497
2498 2010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2499
2500 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2501 trim sentence.
2502
2503 2010-10-12 Daiki Ueno <ueno@unixuser.org>
2504
2505 * epa.texi (Caching Passphrases):
2506 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2507 Clarify some configurations require to set up gpg-agent.
2508
2509 2010-10-11 Glenn Morris <rgm@gnu.org>
2510
2511 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2512
2513 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2514
2515 * gnus.texi (Spam Package Introduction): Mention `$'.
2516
2517 2010-10-09 Eli Zaretskii <eliz@gnu.org>
2518
2519 * makefile.w32-in (emacsdir): New variable.
2520 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2521 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2522
2523 2010-10-09 Glenn Morris <rgm@gnu.org>
2524
2525 * Makefile.in (mostlyclean): Delete *.toc.
2526
2527 * Makefile.in: Use $< in rules.
2528
2529 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2530
2531 * Makefile.in ($(infodir)): Delete rule.
2532 (mkinfodir): New. Use it in all the info rules, rather than depending
2533 on infodir.
2534
2535 2010-10-09 Glenn Morris <rgm@gnu.org>
2536
2537 * gnus.texi (Article Washing): Fix previous change.
2538
2539 * Makefile.in (emacsdir): New variable.
2540 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
2541 Depend on emacsver.texi.
2542
2543 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2544
2545 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2546
2547 2010-10-08 Julien Danjou <julien@danjou.info>
2548
2549 * gnus.texi: Add mm-shr.
2550
2551 2010-10-08 Ludovic Courtès <ludo@gnu.org>
2552
2553 * gnus.texi (Finding the Parent, The Gnus Registry)
2554 (Registry Article Refer Method): Update docs for nnregistry.el.
2555
2556 2010-10-08 Daiki Ueno <ueno@unixuser.org>
2557
2558 * auth.texi (Help for users)
2559 (GnuPG and EasyPG Assistant Configuration): Update docs.
2560
2561 2010-10-08 Glenn Morris <rgm@gnu.org>
2562
2563 * cl.texi (Organization, Installation, Old CL Compatibility):
2564 Deprecate cl-compat for new code.
2565 (Usage, Installation): Remove outdated information.
2566
2567 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2568
2569 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2570
2571 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2572
2573 2010-10-06 Julien Danjou <julien@danjou.info>
2574
2575 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2576
2577 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2578 broken link.
2579
2580 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2581
2582 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2583 to ReiserFS.
2584
2585 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2586 (FAQ 7-1): Fix getmail URL.
2587
2588 2010-10-06 Daiki Ueno <ueno@unixuser.org>
2589
2590 * epa.texi (Caching Passphrases): New section.
2591
2592 2010-10-06 Glenn Morris <rgm@gnu.org>
2593
2594 * Makefile.in (SHELL): Set it.
2595 (info): Move the mkdir dependency to the individual info files.
2596 (mostlyclean): Tidy up.
2597 (clean): Only delete the specific dvi and pdf files.
2598 (maintainer-clean): Be more restrictive in what we delete.
2599 ($(infodir)): Add parallel build workaround.
2600
2601 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2602
2603 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2604
2605 2010-10-03 Julien Danjou <julien@danjou.info>
2606
2607 * emacs-mime.texi (Display Customization):
2608 Update mm-inline-large-images documentation and add documentation for
2609 mm-inline-large-images-proportion.
2610
2611 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
2612
2613 * tramp.texi (Frequently Asked Questions):
2614 Mention remote-file-name-inhibit-cache.
2615
2616 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2617
2618 * gnus.texi (Splitting Mail): Fix @xref syntax.
2619 (Splitting Mail): Really fix the @ref syntax.
2620
2621 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2622
2623 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2624 (Article Hiding): Add google banner example.
2625 Suggested by Benjamin Xu.
2626
2627 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2628
2629 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2630 Remove nnimap-split-rule from examples.
2631
2632 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2633
2634 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2635 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2636 Fishman.
2637 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2638
2639 2010-09-30 Julien Danjou <julien@danjou.info>
2640
2641 * gnus.texi (Gravatars): Fix documentation about
2642 gnu-gravatar-properties.
2643
2644 2010-09-29 Daiki Ueno <ueno@unixuser.org>
2645
2646 * epa.texi (Bug Reports): New section.
2647
2648 2010-09-29 Glenn Morris <rgm@gnu.org>
2649
2650 * Makefile.in (top_srcdir): Remove unused variable.
2651
2652 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2653
2654 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2655 (Client-Side IMAP Splitting): Document 'default.
2656
2657 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2658
2659 * gnus.texi (Customizing the IMAP Connection):
2660 Document nnimap-fetch-partial-articles.
2661
2662 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2663
2664 * gnus-news.texi: Mention nnimap-inbox.
2665
2666 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2667
2668 2010-09-26 Julien Danjou <julien@danjou.info>
2669
2670 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
2671
2672 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2673
2674 * gnus.texi (Security): Remove gpg.el mention.
2675
2676 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2677
2678 * gnus.texi (Browse Foreign Server): New variable
2679 gnus-browse-subscribe-newsgroup-method.
2680
2681 * gnus-news.texi: Mention it.
2682
2683 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2684
2685 * gnus.texi (NoCeM): Remove.
2686 (Startup Variables): No jingle.
2687
2688 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
2689
2690 * woman.texi (Interface Options): xz compression is now supported.
2691
2692 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2693
2694 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2695 (Unavailable Servers): Document gnus-server-copy-server.
2696 (Using IMAP): Document the new nnimap.
2697
2698 2010-09-25 Julien Danjou <julien@danjou.info>
2699
2700 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
2701
2702 2010-09-24 Glenn Morris <rgm@gnu.org>
2703
2704 * url.texi (Disk Caching): Tweak previous change.
2705
2706 2010-09-24 Julien Danjou <julien@danjou.info>
2707
2708 * url.texi (Disk Caching): Mention url-cache-expire-time,
2709 url-cache-expired, and url-fetch-from-cache.
2710
2711 2010-09-24 Julien Danjou <julien@danjou.info>
2712
2713 * gnus.texi: Add Gravatars.
2714
2715 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2716
2717 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2718
2719 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2720
2721 * gnus.texi (Expunging mailboxes): Update name of the expunging
2722 command.
2723
2724 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2725
2726 * emacs-mime.texi (rfc2047): Update description for
2727 rfc2047-encode-parameter.
2728
2729 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
2730
2731 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2732 "fish" methods.
2733 (External methods): Remove "scp1_old" and "scp2_old" methods.
2734
2735 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
2736
2737 * tramp.texi: Remove Japanese manual. Fix typo.
2738
2739 * trampver.texi: Update release number. Remove japanesemanual.
2740
2741 2010-09-09 Glenn Morris <rgm@gnu.org>
2742
2743 * org.texi: Restore clobbered changes (copyright years, untabify).
2744
2745 2010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2746
2747 * gnus.texi (Adaptive Scoring): Fix typo.
2748
2749 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2750
2751 * gnus.texi (Article Display): Document gnus-html-show-images.
2752
2753 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2754
2755 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2756
2757 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2758
2759 * gnus.texi (HTML): Document gnus-max-image-proportion.
2760
2761 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2762
2763 * gnus.texi (HTML): Document gnus-blocked-images.
2764
2765 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2766
2767 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2768
2769 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2770 the first message are used for wide replies.
2771 (Changing Servers): Remove documentation on gnus-change-server and
2772 friends, since it's been removed.
2773
2774 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2775
2776 * gnus.texi (Drafts): Mention B DEL.
2777
2778 2010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2779
2780 * gnus.texi (Delayed Articles): Mention that the Date header is the
2781 original one, even if you delay.
2782
2783 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2784
2785 * gnus.texi (Asynchronous Fetching):
2786 Document gnus-async-post-fetch-function.
2787 (HTML): Made into its own section.
2788
2789 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
2790
2791 Sync with Tramp 2.1.19.
2792
2793 * tramp.texi (Inline methods, Default Method): Mention
2794 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2795 Remove remark about doubled "-t" argument.
2796 (Auto-save and Backup): Remove reference to Emacs 21.
2797 (Filename Syntax): Describe port numbers.
2798 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2799 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2800 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2801 errors with the backquotes.
2802 (External packages): File attributes cache flushing for asynchronous
2803 processes.
2804 (Traces and Profiles): Describe verbose level 9.
2805
2806 * trampver.texi: Update release number.
2807
2808 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
2809
2810 * dbus.texi (Alternative Buses): New chapter.
2811
2812 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2813
2814 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2815
2816 2010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2817
2818 * calc.texi (Customizing Calc): Rearrange description of new
2819 variables to match the presentation of other variables.
2820
2821 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2822
2823 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2824
2825 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2826
2827 * calc.texi (Making Selections, Selecting Subformulas)
2828 (Customizing Calc): Mention how to use faces to emphasize selected
2829 sub-formulas.
2830
2831 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
2832
2833 * tramp.texi (External packages): File attributes cache flushing
2834 for asynchronous processes.
2835
2836 2010-08-01 Alan Mackenzie <acm@muc.de>
2837
2838 Enhance the manual for the latest Java Mode.
2839
2840 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2841 annotation-var-cont.
2842 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2843 two new symbols.
2844
2845 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
2846
2847 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2848
2849 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
2850
2851 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2852
2853 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
2854
2855 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2856
2857 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2858
2859 * org.texi: Add macros to get plain quotes in PDF output.
2860 List additional contributors.
2861 (Capture): New section, replaces the section about remember.
2862 (Working With Source Code): New chapter, focused on documenting Org
2863 Babel.
2864 (Code evaluation security): New section.
2865 (MobileOrg): Document DropBox support.
2866 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2867 (Special symbols): Show how to display UTF8 characters for entities.
2868 (Global TODO list): Clarify the use of the "M" key and the differences
2869 to the "m" key.
2870 (RSS Feeds): Mention Atom feeds as well.
2871 (Setting tags): Remove paragraph about
2872 `org-complete-tags-always-offer-all-agenda-tags'.
2873
2874 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
2875
2876 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2877 argument.
2878 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2879 echoing shells.
2880
2881 2010-07-10 Michael Albinus <michael.albinus@gmx.de>
2882
2883 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2884 (Filename Syntax): Describe port numbers.
2885
2886 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
2887
2888 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2889 forgotten.
2890 (Type Conversion): Precise conversion of natural numbers.
2891 (Errors and Events): Add "debugging" to concept index. Add variable
2892 `dbus-debug'.
2893
2894 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
2895
2896 * dbus.texi (Receiving Method Calls): Add optional argument
2897 EMITS-SIGNAL to `dbus-register-property'.
2898
2899 2010-06-27 Alex Schroeder <alex@gnu.org>
2900
2901 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2902
2903 2010-06-24 Glenn Morris <rgm@gnu.org>
2904
2905 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2906 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2907 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2908 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2909 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2910 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2911 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2912 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2913 convention. Make them end with a period.
2914
2915 2010-06-23 Glenn Morris <rgm@gnu.org>
2916
2917 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
2918 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2919 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2920 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2921 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2922 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
2923
2924 2010-06-10 Glenn Morris <rgm@gnu.org>
2925
2926 * idlwave.texi (Load-Path Shadows):
2927 * org.texi (Handling links): Fix typos.
2928
2929 2010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
2930
2931 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2932
2933 2010-05-26 Michael Albinus <michael.albinus@gmx.de>
2934
2935 * eshell.texi (Built-ins): Describe, how to disable a built-in command
2936 by an alias. (Bug#6226)
2937
2938 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2939
2940 * calc.texi (Manipulating Vectors): Mention that vectors can
2941 be used to determine bins for `calc-histogram'.
2942
2943 2010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2944
2945 * calc.texi: Remove "\turnoffactive" commands throughout.
2946
2947 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
2948
2949 * url.texi (HTTP language/coding, Customization):
2950 * message.texi (Header Commands, Responses):
2951 * cl.texi (Argument Lists): Fix typos.
2952
2953 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2954
2955 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2956 Note that Development menu is always available.
2957 (Creating a project): Fix terminology.
2958 (Add/Remove files): Fix typo.
2959
2960 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2961
2962 * Version 23.2 released.
2963
2964 2010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
2965
2966 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
2967
2968 2010-05-01 Michael Albinus <michael.albinus@gmx.de>
2969
2970 * tramp.texi (Inline methods, Default Method):
2971 Mention `tramp-inline-compress-start-size'.
2972
2973 2010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
2974
2975 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
2976 the CVS repo. Put the Git repo in the news section.
2977
2978 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
2979 Removed some mentions of CVS. Mention the new Git repo.
2980
2981 2010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
2982
2983 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
2984 (Mail Group Commands): Add index entry.
2985
2986 2010-04-18 Glenn Morris <rgm@gnu.org>
2987
2988 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
2989
2990 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
2991
2992 * calc.texi (Radix modes): Mention that the option prefix will
2993 turn on twos-complement mode.
2994 (Inverse and Hyperbolic Flags): Mention the Option flag.
2995
2996 2010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
2997
2998 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
2999 (LaTeX/PDF export commands): Rename and Move section.
3000 (Sectioning structure): Update.
3001 (References): New use case for field coordinates.
3002 (The export dispatcher): Rename from ASCII export.
3003 (Setting up the staging area): Document the availability of
3004 encryption for MobileOrg.
3005 (Images and tables): Document how to reference labels.
3006 (Index entries): New section.
3007 (Generating an index): New section.
3008 (Column width and alignment): Document that <N> now
3009 means a fixed width, not a maximum width.
3010 (Publishing options): Document the :email option.
3011 (Beamer class export): Fix bug in the BEAMER example.
3012 (Refiling notes): Document refile logging.
3013 (In-buffer settings): Document refile logging keywords.
3014 (Drawers): Document `C-c C-z' command.
3015 (Agenda commands): Mention the alternative key `C-c C-z'.
3016 (Special properties): Document the BLOCKED property.
3017 (The spreadsheet): Mention the formula editor.
3018 (References): Document field coordinates.
3019 (Publishing action): Correct the documentation for the
3020 publishing function.
3021 (The date/time prompt): Document that we accept dates
3022 like month/day/year.
3023 (Cooperation): Document the changes in table.el support.
3024 (Faces for TODO keywords, Faces for TODO keywords)
3025 (Priorities): Document the easy colors.
3026 (Visibility cycling): Document the new double prefix
3027 arg for `org-reveal'.
3028 (Cooperation): Remember.el is part of Emacs.
3029 (Clean view): Mention that `wrap-prefix' is also set by
3030 org-indent-mode.
3031 (Agenda commands): Add information about prefix args to
3032 scheduling and deadline commands.
3033 (Search view): Point to the docstring of
3034 `org-search-view' for more details.
3035 (Agenda commands): Document that `>' prompts for a date.
3036 (Setting tags): Document variable
3037 org-complete-tags-always-offer-all-agenda-tags.
3038 (Column attributes): Cross-reference special properties.
3039
3040 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3041
3042 Synchronize with Tramp repository.
3043
3044 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
3045 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3046 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
3047 syntax, texi2dvi reports errors with the backquotes.
3048
3049 * trampver.texi: Update release number.
3050
3051 2010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3052
3053 * gnus.texi (Finding the News): Add pointers to the Server buffer
3054 because it's essential.
3055
3056 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3057
3058 * gnus.texi (MIME Commands): Update description of
3059 gnus-article-browse-html-article.
3060
3061 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3062
3063 * auth.texi (Secret Service API): Add TODO node.
3064 (Help for users): Explain the new source options for `auth-sources'.
3065
3066 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
3067
3068 * trampver.texi: Update release number.
3069
3070 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
3071
3072 * Branch for 23.2.
3073
3074 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
3075
3076 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3077 now enabled by default.
3078
3079 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
3080
3081 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3082 when Emacs runs in interactive mode. (Bug#5645)
3083
3084 2010-02-16 Glenn Morris <rgm@gnu.org>
3085
3086 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3087
3088 2010-02-05 Mark A. Hershberger <mah@everybody.org>
3089
3090 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3091
3092 2010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
3093
3094 * gnus.texi (Score File Format): Fix typo.
3095
3096 2010-01-19 Mark A. Hershberger <mah@everybody.org>
3097
3098 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3099
3100 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
3101
3102 * ada-mode.texi (Project File Overview): Fix typo.
3103
3104 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3105
3106 * semantic.texi: Add Richard Y. Kim credit.
3107
3108 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3109
3110 2010-01-17 Michael Albinus <michael.albinus@gmx.de>
3111
3112 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
3113 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3114
3115 2010-01-17 Glenn Morris <rgm@gnu.org>
3116
3117 * calc.texi (Reporting Bugs): Don't mention format of repository.
3118
3119 * woman.texi (Bugs): Make "Emacs repository" less specific,
3120 and the URL for same more specific.
3121
3122 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3123
3124 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3125
3126 * ede.texi (ede-step-project, ede-proj-target):
3127 * tramp.texi (Remote processes): Fix typos.
3128
3129 2010-01-16 Mario Lang <mlang@delysid.org>
3130
3131 * ede.texi (ede-target):
3132 * org.texi (Refiling notes): Remove duplicated words.
3133
3134 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3135
3136 * gnus.texi (Posting Styles): Use with-current-buffer.
3137 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3138
3139 2010-01-02 Kevin Ryde <user42@zip.com.au>
3140
3141 * eieio.texi (Naming Conventions): Correction to xref on elisp
3142 coding conventions, is "Tips" node not "Standards".
3143
3144 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
3145
3146 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3147
3148 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3149
3150 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3151
3152 * gnus.texi (Direct Functions): Add missing port number to tls method.
3153
3154 2009-12-15 Juanma Barranquero <lekktu@gmail.com>
3155
3156 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3157 ($(infodir)/edt, edt.dvi): New targets.
3158
3159 2009-12-15 Glenn Morris <rgm@gnu.org>
3160
3161 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3162 (edt, $(infodir)/edt, edt.dvi): New targets.
3163 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3164
3165 * Makefile.in (PDF_TARGETS, pdf): New.
3166 (clean): Add *.pdf.
3167 Add pdf rules for all manuals.
3168
3169 2009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3170
3171 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3172
3173 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3174
3175 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3176 (Smart Jump, Analyzer Debug): Copyedits.
3177 (Semantic mode user commands): Link to new nodes.
3178 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3179 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3180 upstream Semantic manual.
3181
3182 * semantic.texi (Introduction): Minor fix to diagram.
3183
3184 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
3185
3186 * eshell.texi (History): Add the other built-in variables.
3187 (Built-ins): Explain built-ins, and how to apply the external commands.
3188 Add `history', `su' and `sudo'.
3189
3190 * tramp.texi (Remote processes): Add missing <RET> in the example.
3191
3192 2009-12-01 Bill Wohler <wohler@newt.com>
3193
3194 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
3195 path for mairix example. Specify -q in namazu example since namazu is
3196 excessively garrulous.
3197
3198 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
3199
3200 * tramp.texi (Remote processes): Improve eshell example with "su"
3201 and "sudo" commands.
3202
3203 2009-11-28 Chong Yidong <cyd@stupidchicken.com>
3204
3205 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3206
3207 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3208 Document semantic-complete-analyze-inline.
3209 (Semanticdb search debugging commands): Minor clarification.
3210 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
3211 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
3212 manual.
3213 (Semantic mode): Link to Idle Scheduler.
3214
3215 2009-11-28 Kevin Ryde <user42@zip.com.au>
3216
3217 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
3218 @pxref, now EIEIO is in Emacs.
3219
3220 * erc.texi (Development): Correction to git tutorial url.
3221
3222 2009-11-26 Glenn Morris <rgm@gnu.org>
3223
3224 * faq.texi (Latest version of Emacs): Mention stability of development
3225 version.
3226 (Problems with very large files): Max buffer size increase in 23.2.
3227 (VM): VM has moved house again.
3228
3229 2009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3230
3231 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3232 notations.
3233
3234 2009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3235
3236 * org.texi (Column attributes): Fix documentation of new operators.
3237
3238 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3239
3240 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
3241 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3242 (Idle Completions Mode): Numerous copyedits.
3243
3244 2009-11-17 Juanma Barranquero <lekktu@gmail.com>
3245
3246 * semantic.texi (Semantic Internals, Glossary):
3247 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3248 (Semanticdb search debugging commands): Fix typos.
3249
3250 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3251
3252 * calc.texi (Radix modes): Mention twos-complement notation.
3253
3254 2009-11-16 Juanma Barranquero <lekktu@gmail.com>
3255
3256 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3257 ($(infodir)/semantic, semantic.dvi): New targets.
3258
3259 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
3260
3261 * Makefile.in: Build the Semantic manual.
3262
3263 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3264 repository.
3265
3266 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3267
3268 * dbus.texi (Receiving Method Calls): New defun
3269 `dbus-unregister-service'.
3270
3271 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3272
3273 * org.texi (Speed keys): New section.
3274
3275 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3276
3277 * dbus.texi (Type Conversion): Fix typo.
3278 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3279 `dbus-registered-objects-table'.
3280 (Receiving Method Calls): New defun `dbus-register-property'.
3281 Move `dbus-unregister-object' here.
3282
3283 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3284
3285 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3286
3287 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3288
3289 * org.texi (Column attributes): Add the new age summary operators.
3290 Also, mention the fact you can only use one summary operator per
3291 property.
3292
3293 2009-11-13 John Wiegley <johnw@newartisans.com>
3294
3295 * org.texi (Tracking your habits): Add a new section in the
3296 manual about how to track habits.
3297 (Resolving idle time): Add a section on how idle and
3298 dangling clocks are resolved.
3299
3300 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3301
3302 * org.texi (Agenda commands): Document the new `i' command.
3303 (Inserting deadline/schedule): Document logging changes
3304 of scheduling and deadline times stamps.
3305 (In-buffer settings): Document the in-buffer keywords for logging
3306 changes of scheduling and deadline times stamps.
3307 (Structure editing, Plain lists): Document indentation
3308 cycling in empty entries with TAB.
3309 (Archiving): Document the default archiving command.
3310 (Moving subtrees): Document the new keys for archiving.
3311 (Internal archiving): Fix incorrect key.
3312 (Agenda commands): Document the TODO set switching commands.
3313 (Agenda commands): Document the new archiving keys.
3314 (Clocking work time): Better description on how to save
3315 and restore a clock.
3316 (Resolving idle time): Mention the x11idle program to get true
3317 idleness also under X11.
3318 (Resolving idle time): Use @kbd instead of @key for normal
3319 letters, because this is how he rest of the manual does this.
3320 (Pushing to MobileOrg): Mention that `org-directory'
3321 should be set.
3322 (Agenda commands): Document that SPC is a filter for
3323 any tag.
3324 (Search view): Rename from "Keyword search".
3325 (Capure): New chapter.
3326 (Markup): New chapter.
3327 (Links in HTML export, Images in HTML export):
3328 Extend the section titles.
3329 (Images in HTML export): Document the align option.
3330 (Text areas in HTML export): Extend the section title.
3331 (Images in LaTeX export): Explain image placement in LaTeX.
3332
3333 2009-11-10 Glenn Morris <rgm@gnu.org>
3334
3335 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3336
3337 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
3338
3339 * tramp.texi (Auto-save and Backup): Disable backups just for a
3340 method.
3341
3342 * trampver.texi: Update release number.
3343
3344 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
3345
3346 Sync with Tramp 2.1.17.
3347
3348 * trampver.texi: Update release number.
3349
3350 2009-10-29 Glenn Morris <rgm@gnu.org>
3351
3352 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3353
3354 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
3355
3356 * tramp.texi (External methods): Temporary files are kept for
3357 `rsync' and `rsyncc' methods.
3358
3359 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
3360
3361 * eieio.texi: Fix typos.
3362
3363 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
3364
3365 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3366
3367 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
3368
3369 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3370 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3371
3372 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
3373
3374 * Makefile.in: Build EIEIO and EDE manuals.
3375
3376 2009-10-07 Eric Ludlam <zappo@gnu.org>
3377
3378 * eieio.texi:
3379 * ede.texi: New files.
3380
3381 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
3382
3383 * tramp.texi (Remote processes): Association of a pty is not supported.
3384
3385 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3386
3387 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3388 (Processing LaTeX fragments): Document that the size of images can be
3389 changes using the variable `org-format-latex-options'.
3390 (The date/time prompt, Timestamps): Be more accurate over ISO format
3391 dates and times.
3392 (Visibility cycling): Document showeverything keyword.
3393 (In-buffer settings): Document showeverything keyword.
3394 (Setting up the staging area): Fix the example.
3395 (MobileOrg): New section.
3396 (Agenda commands, Exporting Agenda Views): Document exporting the
3397 agenda view to Org files.
3398
3399 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
3400
3401 * tramp.texi (History): Add IMAP support.
3402 (External methods): Add `imap' and `imaps' methods.
3403 (GVFS based methods): Add indices for `davs'.
3404 (Password handling): Rename anchors. Add IMAP entries for
3405 ~/.authinfo.gpg.
3406
3407 * trampver.texi: Set default value of `emacsimap'.
3408
3409 2009-09-22 Daiki Ueno <ueno@unixuser.org>
3410
3411 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3412
3413 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
3414
3415 * dired-x.texi (Technical Details):
3416 Delete dired-up-directory (Bug#4292).
3417
3418 2009-09-03 Michael Albinus <michael.albinus@gmx.de>
3419
3420 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
3421
3422 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3423
3424 * org.texi (Effort estimates): Document new effort setting commands.
3425 (Agenda commands): Document the new keys fro agenda time motion.
3426 Document entry text mode. Improve documentation of the keys to include
3427 inactive time stamps into the agenda view.
3428 (Feedback): Document the new bug report command.
3429 (Structure editing): Add an index entry for the sorting of subtrees.
3430
3431 2009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3432
3433 * auth.texi (Help for users): Corrected markup.
3434
3435 2009-09-02 Glenn Morris <rgm@gnu.org>
3436
3437 * emacs-mime.texi (time-date): Mention float-time.
3438
3439 2009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
3440
3441 * calc.texi (Simplifying Formulas): Improve the wording.
3442
3443 2009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
3444
3445 * auth.texi: Rewritten for coverage and clarity.
3446
3447 2009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3448
3449 * gnus.texi (Expiring Mail):
3450 Mention gnus-mark-copied-or-moved-articles-as-expirable.
3451 (Various Various): Mention gnus-safe-html-newsgroups.
3452
3453 * gnus-news.texi: Mention
3454 gnus-mark-copied-or-moved-articles-as-expirable.
3455
3456 * emacs-mime.texi (Display Customization): Add xref to
3457 gnus-safe-html-newsgroups.
3458
3459 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
3460
3461 * tramp.texi (Version Control): Remove.
3462 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
3463 reference.
3464 (External methods): Correct `scpc' concept index entries. New method
3465 `rsyncc'.
3466 (External packages): New subsections "Filename completion" and "File
3467 attributes cache".
3468
3469 2009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
3470
3471 * calc.texi (Rewrite Rules): Improve the example.
3472 (Simplifying Formulas): Explain use of the I and H flags for
3473 simplification.
3474
3475 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
3476
3477 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
3478 Describe autostart behavior of dbus-ping.
3479 (Synchronous Methods, Asynchronous Methods): Use English numeric format
3480 for timeout values.
3481 (Top): Remove footnote saying D-Bus is not enabled by
3482 default. (Bug#4256)
3483
3484 2009-08-23 Daiki Ueno <ueno@unixuser.org>
3485
3486 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
3487 Reported by Jari Aalto (Bug#4211).
3488 (Mail-mode integration): Mention epa-mail-mode and
3489 epa-global-mail-mode.
3490 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3491 epa-setup.
3492
3493 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
3494
3495 * dbus.texi (Asynchronous Methods): Allow nil handler.
3496
3497 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
3498
3499 * ediff.texi (ediff-current-file): Add information about this new function.
3500
3501 * viper.texi: Add information about C-s in viper's search command.
3502
3503 2009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3504
3505 * calc.texi (Date Forms): Fix typos.
3506
3507 2009-08-08 Glenn Morris <rgm@gnu.org>
3508
3509 * org.texi (Agenda commands): Restore clobbered change.
3510
3511 2009-08-07 Eli Zaretskii <eliz@gnu.org>
3512
3513 * calc.texi (Graphics, Devices): Update with the peculiarities of
3514 operation on MS-Windows.
3515
3516 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3517
3518 * org.texi (Publishing action): Improve documentation of file
3519 names when publishing to the source directory.
3520 (Clean view): Document `org-indent-mode'.
3521 (Clocking work time): Add documentation for the
3522 new :timetamp option when creating a clock report.
3523 (Paragraphs): Fix many typos.
3524 (Plain lists): Remove duplicate explanation about the
3525 `C-c *' command.
3526 (Literal examples): Update to reflect the new behavior
3527 of the -n -r -k switches when exporting source code examples.
3528 (Structure editing): Add information about `C-c *',
3529 converting a plain list into a list of Org items.
3530 (Remember): Small rephrasing of the paragraph
3531 describing remember.el. Also mentioned that remember.el is part
3532 of Emacs 23, not Emacs 22.
3533 (Clocking work time): Add documentation about
3534 displaying the current clocking time against the effort estimate.
3535 Also add a footnote about using `org-clock-in-prepare-hook' to add
3536 an effort estimate on the fly, just before clocking it.
3537 (Footnotes): Document automatic renumbering and
3538 sorting.
3539 (Agenda commands): Document new bulk commands.
3540 (Plain lists): Document new behavior of
3541 `org-cycle-include-plain-lists'.
3542 Hyphenation only in TeX.
3543 (Clocking work time): Document the key to update effort
3544 estimates.
3545 (Clocking work time): Document the clock time display.
3546 (Structure editing, TODO basics): Document new
3547 variables.
3548 (Column attributes): Document new colciew operators.
3549 (Publishing options): Document :xml-declaration.
3550 (Tracking TODO state changes): Document the
3551 LOG_INTO_DRAWER property.
3552 (Literal examples): Document the new implementation for
3553 editing source code.
3554 (Publishing action): Mention the new publishing
3555 function, to publish an Org source file.
3556 (Publishing links): Mention how to link to an Org source file.
3557 (Macro replacement): Document new macros.
3558 (Handling links): Document type-specific completion
3559 when inserting links.
3560 (Structure editing, Plain lists): Improve documentation
3561 on sorting.
3562 (Internal links): Document custom ids for links.
3563 (Handling links): Document custom ids for links.
3564 (CSS support): Document new class.
3565 (Refiling notes): Document the possibility to create new nodes
3566 during refiling.
3567 (Agenda commands): Document the "?" operator to find
3568 tasks without effort setting.
3569 (Exporting agenda information): Section moved.
3570 (RSS Feeds): New section.
3571 (Built-in table editor): Document M-e and M-a navigate
3572 inside table field.
3573 (Stuck projects): Docment that projects identified as
3574 un-stuck will still be searchd for stuck sub-projects.
3575 (Paragraphs): Document centering.
3576 (Creating timestamps, Agenda commands): Document new
3577 behavior when changing time stamps.
3578 (Structure editing): Document the new command
3579 `org-clone-subtree-with-time-shift'.
3580 (Publishing): Refresh this chapter.
3581 (Export options, Export options, In-buffer settings):
3582 Document the new keywords.
3583 (Matching tags and properties): Collect all
3584 documentation about tags/property matches here.
3585 (Setting tags): Document `org-tag-persistent-alist'.
3586 (Weekly/daily agenda): New section.
3587 (Orgstruct mode): Describe `orgstruct++-mode'.
3588 (Drawers): Mention the LOGBOOK drawer.
3589 (Export options, Sectioning structure): Document the
3590 #+LEATEX_HEADER in-buffer setting.
3591 (Bugs): Section removed.
3592 (Hooks): New section.
3593 (Add-on packages): Move here from old location.
3594 (Context-sensitive commands): New section.
3595 (Setting tags): Document newline option.
3596 (Global TODO list, Matching tags and properties):
3597 Mention more variables.
3598 (Checkboxes): Update to changed command behavior.
3599
3600 2009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3601
3602 * speedbar.texi (Basic Key Bindings): Fix typo.
3603
3604 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3605
3606 * calc.texi (Vector/Matrix Functions): Add index entries for both
3607 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3608 affects matrices with more than one row.
3609 (Help Commands): Add index entries for "prefix ?" key bindings.
3610
3611 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3612
3613 * calc.texi (Stack Manipulation Commands): Add documentation for
3614 `calc-transpose-lines'.
3615
3616 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
3617
3618 * dbus.texi (Receiving Method Calls): Describe special return value
3619 `:ignore'.
3620
3621 2009-07-24 Alan Mackenzie <acm@muc.de>
3622
3623 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3624 initialization, any individual variable setting now takes precedence
3625 over one done via c-file-style/c-file-offsets.
3626
3627 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3628
3629 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3630 truncated when Calc is quit.
3631 (Customizing Calc): Document `calc-undo-length'.
3632
3633 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
3634
3635 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3636
3637 2009-07-11 Kevin Ryde <user42@zip.com.au>
3638
3639 * pcl-cvs.texi (About PCL-CVS):
3640 * widget.texi (Basic Types):
3641 Fix cross-references.
3642
3643 2009-07-01 Andreas Schwab <aschwab@redhat.com>
3644
3645 * dbus.texi (Type Conversion): Don't use literal control character.
3646
3647 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
3648
3649 * tramp.texi (GVFS based methods): New section.
3650 (Remote processes): Processes for GVFS based methods run locally.
3651
3652 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
3653
3654 * tramp.texi (Inline methods, External methods, Gateway methods):
3655 Avoid the words "kludge" and hack".
3656 (External methods): Add `synce' method.
3657
3658 * trampver.texi: Update release number.
3659
3660 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
3661
3662 Sync with Tramp 2.1.16.
3663
3664 * tramp.texi (History): Add GVFS support.
3665 (External methods): Precise `rsync' description. Add `dav', `davs' and
3666 `obex' methods. Add 'tramp-gvfs-methods' option.
3667 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3668 forms.
3669 (Remote Programs): Introduce `tramp-own-remote-path'.
3670 (Remote processes): New subsection "Running remote programs that create
3671 local X11 windows".
3672 (Frequently Asked Questions): Improve code for disabling vc.
3673
3674 * trampver.texi: Update release number. Set default value of
3675 `emacsgvfs'.
3676
3677 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3678
3679 * Branch for 23.1.
3680
3681 2009-06-17 Glenn Morris <rgm@gnu.org>
3682
3683 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3684 (Latest version of Emacs): Mention source code repository.
3685
3686 2009-06-16 Glenn Morris <rgm@gnu.org>
3687
3688 * faq.texi (Top): Language tweak.
3689 (Extended commands): Most people have arrow keys.
3690 (Emacs manual): Say how to follow info links.
3691 (File-name conventions): Change title a bit. Explain about source
3692 versus installed. Condense etc description.
3693 (Guidelines for newsgroup postings): Mention Savannah list page.
3694 (Newsgroup archives): Simplify.
3695 (Contacting the FSF): Add contact URL.
3696 (Emacs Lisp documentation): Printed version not always available.
3697 (Installing Texinfo documentation): Explain how by hand installation is
3698 not normally needed. Use add-to-list. Remove duplicate reference.
3699 (Informational files for Emacs): Move info on Help menu here from
3700 "File-name conventions".
3701 (Help installing Emacs): Tweak uref.
3702 (Obtaining the FAQ): Mention repository.
3703 (Origin of the term Emacs): Explain "ITS".
3704 (Changing load-path): Use add-to-list.
3705 (Automatic indentation): Clarify this is for Text mode.
3706 Don't mention Indented Text mode.
3707 (Finding Emacs on the Internet): The FSF does not seem to offer a
3708 deluxe distribution on CD anymore.
3709
3710 2009-06-16 Glenn Morris <rgm@gnu.org>
3711
3712 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3713 Recommend the latest release. Mention how to get older FAQs.
3714 Recommend the Emacs manual.
3715 (Guidelines for newsgroup postings): Discourage cross-posts.
3716 (Underlining paragraphs): Remove.
3717 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3718 (Bugs and problems): Update key-binding.
3719 (Problems with very large files): Mention 64-bit.
3720 (Shell process exits abnormally): Remove.
3721 (Problems with Shell Mode): Rename and update.
3722 (Spontaneous entry into isearch-mode)
3723 (Problems talking to certain hosts): Remove. This is old information,
3724 in etc/PROBLEMS if needed.
3725 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3726 (Dired claims that no file is on this line): Update.
3727 (Installing Emacs, Problems building Emacs): Simplify.
3728 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3729 information.
3730 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3731 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3732 (JDEE): "JDEE", not "JDE".
3733 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3734 Remove. This is old information, in etc/PROBLEMS if needed.
3735 (stty and Backspace key, Kanji and Chinese characters): Remove.
3736 (Right-to-left alphabets): Update section.
3737 (Changing the included text prefix): Gnus uses message-yank-prefix.
3738 Add cross-reference to Supercite manual.
3739 (Saving a copy of outgoing mail): Simplify output file description.
3740 (Expanding aliases when sending mail): Refer to Emacs manual.
3741 Remove old info about RFC822.
3742 Correct description of how to rebuild aliases.
3743 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3744 (MIME with Emacs mail packages)
3745 (Viewing articles with embedded underlining)
3746 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3747 Remove old sections.
3748 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3749 and is well-documented in the Gnus manual.
3750 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3751 (Making Gnus faster): Rename from "Starting Gnus faster".
3752 Merge "Catch-up is slow in Gnus" into here.
3753
3754 2009-06-14 Glenn Morris <rgm@gnu.org>
3755
3756 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3757 (New in Emacs 23): New section.
3758 (Handling C-s and C-q with flow control): Add xref.
3759
3760 2009-06-13 Glenn Morris <rgm@gnu.org>
3761
3762 * faq.texi (Setting up a customization file): Grammar fix.
3763 Customize is no longer "new".
3764 (Displaying the current line or column): Line-number mode is on by
3765 default. Don't mention `column' package. Mention linum.el.
3766 (Turning on abbrevs by default): Explain how to do it for buffers,
3767 modes, and everywhere.
3768 (Associating modes with files): Use add-to-list. Don't mention Emacs
3769 19.
3770 (Highlighting a region): On by default since 23.1.
3771 (Replacing highlighted text): Update doc quote.
3772 (Working with unprintable characters): Don't mention search-quote-char.
3773 (Using an already running Emacs process): Gnuclient is probably not an
3774 enhancement these days.
3775 (Indenting switch statements): Remove mention of pre-Emacs 20.
3776 (Horizontal scrolling): Abbreviate Emacs 20 description.
3777 (Replacing text across multiple files): Fix name of dired command.
3778 (Disabling backups): Use require not load.
3779 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
3780
3781 2009-06-13 Bill Wohler <wohler@newt.com>
3782
3783 Release MH-E manual version 8.2.
3784
3785 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3786 release 8.2.
3787
3788 2009-06-13 Glenn Morris <rgm@gnu.org>
3789
3790 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3791 in this day and age the common meaning is "on the web".
3792 (copying): Use @copyright in all cases.
3793 (Basic keys): Remove reference to deleted manual node "Text Characters".
3794 (File-name conventions): Use GNU as an example rather than SERVICE.
3795 default.el lives in site-lisp. Update Info directory location.
3796 (Real meaning of copyleft): GPL actions have been brought, but all
3797 settled out of court.
3798 (Guidelines for newsgroup postings): Shorten section title.
3799 Simplify comp.emacs description.
3800 (Newsgroup archives): Change Google URL. Describe Gmane.
3801 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3802 points". Mention List-Unsubscribe header.
3803 (Contacting the FSF): Update email and URLs.
3804 (Basic editing): Mention F1 for help.
3805 (Installing Texinfo documentation): Refer to Texinfo website rather
3806 than ftp server.
3807 (Printing a Texinfo file): Mention texi2pdf.
3808 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3809 are just stubs nowadays.
3810 (Latest version of Emacs): Explain version numbers.
3811 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3812 (Turning on syntax highlighting): No need to mention hilit19 any more.
3813 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3814 (Modes for various languages): Remove section.
3815 (Major packages and programs): Remove most version and maintainer
3816 information - it's hard to keep up-to-date, and adds nothing.
3817 Similarly with direct links to mailing lists.
3818 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3819 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3820 years, and Emacs comes with tools for this now.
3821 (Patch): Remove section - this is a standard tool.
3822 (Using function keys under X): Remove section.
3823
3824 2009-06-12 Glenn Morris <rgm@gnu.org>
3825
3826 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3827 (Help installing Emacs): Remove reference to deleted X11 node.
3828 (Associating modes with files): Interpreter-mode-alist is no longer
3829 subservient to auto-mode-alist.
3830 (Installing Emacs): Change future Emacs version.
3831 (Linking with -lX11 fails): Remove old section.
3832 (Packages that do not come with Emacs): Update ELL location.
3833 Emacs Lisp archive is dead.
3834 (Emacs for Windows): Remove reference to old CE port.
3835 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3836 (Emacs for VMS and DECwindows): Remove old ports.
3837 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3838 (Removing flashing messages): Remove section about non-existent Gnus
3839 option.
3840
3841 * faq.texi (Top): Add @top command.
3842 Remove the optional arguments from all @node commands: makeinfo can
3843 generate these automatically, and it is easier to edit and rearrange
3844 nodes without them.
3845
3846 2009-06-11 Glenn Morris <rgm@gnu.org>
3847
3848 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3849 (The LPF): Make the updated URL the sole reference point.
3850 (Learning how to do something): Update refcard price and format.
3851 (Getting a printed manual): Sources in doc/emacs/, not man/.
3852 Also available in PDF format. Since the page count varies, be less
3853 precise.
3854 (Informational files for Emacs): Remove references to deleted files
3855 LPF and SUN-SUPPORT, and to UUCP.
3856 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3857 Remove many obsolete ways to get the FAQ, which now seems only to be
3858 distributed with Emacs.
3859 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3860
3861 2009-06-09 Chong Yidong <cyd@stupidchicken.com>
3862
3863 * org.texi (Org Plot): Fix tags (Bug#3507).
3864 (Workflow states, Agenda commands): Fix tags (Bug#3508).
3865
3866 * ada-mode.texi (Installation, Compile commands)
3867 (Project File Overview, No project files, Set compiler options)
3868 (Use GNAT project file, Use multiple GNAT project files)
3869 (Identifier completion): Use @samp for menu items, and @kbd for key
3870 sequences (Bug#3504).
3871
3872 2009-06-04 Daiki Ueno <ueno@unixuser.org>
3873
3874 * gnus.texi (Security): Fix wording; add a link to epa.info.
3875
3876 2009-06-04 Ryan Yeske <rcyeske@gmail.com>
3877
3878 * message.texi (Header Commands): Fix descriptions to match
3879 keybindings.
3880
3881 2009-04-22 Daiki Ueno <ueno@unixuser.org>
3882
3883 * gnus.texi (Security): Mention that EasyPG is the current default.
3884
3885 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
3886
3887 * ediff.texi (Session Commands): Fix typo.
3888
3889 2009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3890
3891 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3892 news.software.readers. Reported by Florian Rehnisch.
3893
3894 2009-04-02 Glenn Morris <rgm@gnu.org>
3895
3896 * auth.texi: Capitalize direntry.
3897
3898 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3899 using a period in the entry name. (Bug#2797)
3900
3901 2009-03-03 Juanma Barranquero <lekktu@gmail.com>
3902
3903 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3904 ($(infodir)/auth, auth.dvi): New targets.
3905
3906 2009-03-03 Glenn Morris <rgm@gnu.org>
3907
3908 * auth.texi: Fix @setfilename.
3909
3910 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3911 (auth, $(infodir)/auth, auth.dvi): New rules.
3912
3913 2009-02-25 Glenn Morris <rgm@gnu.org>
3914
3915 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
3916
3917 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3918
3919 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3920
3921 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3922
3923 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3924 gnus-nocem-issuers, and gnus-nocem-verifyer.
3925
3926 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
3927
3928 * ada-mode.texi (Project files, Automatic Casing):
3929 * dbus.texi (Signals):
3930 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3931 * mh-e.texi (HTML):
3932 * nxml-mode.texi (Locating a schema)
3933 (Using the document's URI to locate a schema):
3934 * org.texi (Footnotes, Using the mapping API):
3935 * rcirc.texi (Channels): Remove duplicate words.
3936
3937 2009-02-20 Glenn Morris <rgm@gnu.org>
3938
3939 * dired-x.texi (Miscellaneous Commands):
3940 * gnus.texi: Minor updates for mbox Rmail.
3941
3942 2009-02-16 Karl Berry <karl@gnu.org>
3943
3944 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3945 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3946 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3947 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3948 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3949 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3950 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3951 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3952 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3953 Consistently use @insertcopying in the Top node,
3954 @contents at the front (after @end titlepage),
3955 and @direntry after @copying. (Bug#1988)
3956
3957 2009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3958
3959 * auth.texi: New file documenting auth-source.
3960
3961 2009-02-13 Carsten Dominik <dominik@science.uva.nl>
3962
3963 * org.texi (Org Plot): Fix link.
3964
3965 2009-02-09 Daiki Ueno <ueno@unixuser.org>
3966
3967 * epa.texi (Mail-mode integration): Mention the way to do
3968 "encrypt-to-self". (Bug#1807)
3969
3970 2009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
3971
3972 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
3973
3974 2009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
3975
3976 * gnus-news.texi: Print version about Incoming*.
3977
3978 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
3979
3980 * org.texi (Structure editing, Handling links)
3981 (Fast access to TODO states, Javascript support): Make standard docs
3982 correctly reflect default variable settings.
3983
3984 2009-02-02 Glenn Morris <rgm@gnu.org>
3985
3986 * org.texi: Fix typos.
3987
3988 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
3989
3990 Sync with Tramp 2.1.15.
3991
3992 * trampver.texi: Update release number.
3993
3994 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
3995
3996 * org.texi (TODO dependencies): Document TODO dependencies on
3997 checkboxes.
3998
3999 2009-01-30 Carsten Dominik <dominik@science.uva.nl>
4000
4001 * org.texi (TODO dependencies): Document key binding for toggling
4002 ORDERED property.
4003
4004 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
4005
4006 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4007 of hook functions.
4008
4009 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
4010
4011 * org.texi (TODO dependencies): New section.
4012
4013 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
4014
4015 * org.texi (Plain lists, TODO basics, Priorities)
4016 (Multiple sets in one file, Conflicts): Document interaction with
4017 `shift-selection-mode'.
4018
4019 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4020
4021 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4022 Make Calc the subject of sentences.
4023 (Rearranging Formulas using Selections): Discuss new options
4024 for `j *'.
4025
4026 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
4027
4028 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4029
4030 2009-01-26 Glenn Morris <rgm@gnu.org>
4031
4032 * org.texi: Fix typos.
4033
4034 2009-01-26 Bill Wohler <wohler@newt.com>
4035
4036 * mh-e.texi (EDITION, UPDATED): Update.
4037
4038 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
4039
4040 * org.texi (References): Add information about remote references.
4041 (Built-in table editor): Document `C-c RET' in tables.
4042 (Math symbols, Quoting LaTeX code): Mention that simple
4043 LaTeX macros survive LaTeX export.
4044 (Images in LaTeX export): Show how to create a reference to a
4045 figure.
4046 (Sectioning structure): Document that the LaTeX class can be
4047 specified in a property.
4048 (Text areas in HTML export): New section.
4049 (External links): Add examples for text search and ID links.
4050 (Built-in table editor): Remove the descriptio of `C-c
4051 C-q', it not longer works.
4052 (Literal examples): Document that a space must follow
4053 the colon in short examples.
4054 (Relative timer): Document `org-timer-stop'.
4055 (Footnotes): New section.
4056 (Footnote markup): Shorten section and refer to new Footnote
4057 section.
4058 (Literal examples): Add documentation for line
4059 numbering in and references to code examples.
4060 (CSS support): Fix the description of default CSS styles.
4061 (Capturing column view): Document
4062 "file:path/to/file.org" as an allowed value for the ID property of
4063 a dynamic block copying column view.
4064
4065 2009-01-23 Stephen Eglen <stephen@gnu.org>
4066
4067 * mh-e.texi (Getting Started): Describe $MH.
4068
4069 2009-01-21 Michael Albinus <michael.albinus@gmx.de>
4070
4071 * tramp.texi (all): Harmonize usage of "external method",
4072 "external transfer method" and "out-of-band method".
4073 (Connection types): Precise the differences of inline and external
4074 methods. Written by Adrian Phillips <a.phillips@met.no>.
4075
4076 2009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4077
4078 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4079 commands as described at the top. Reported by Allan Gottlieb
4080 <gottlieb@nyu.edu>.
4081
4082 2009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4083
4084 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4085 nnmail-pathname-coding-system.
4086
4087 2009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4088
4089 * org.texi (Relative timer): Fix typo.
4090
4091 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
4092
4093 * org.texi (Clocking work time): Fix typo.
4094 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
4095
4096 2009-01-13 Glenn Morris <rgm@gnu.org>
4097
4098 * org.texi: Fix some more typos.
4099
4100 2009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4101
4102 * org.texi: Fix some typos.
4103
4104 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4105
4106 * gnus.texi (Group Parameters): Add note for local variables.
4107
4108 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4109
4110 * gnus.texi (Converting Kill Files): Fix URL.
4111 Include gnus-kill-to-score.el in contrib directory.
4112
4113 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4114
4115 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4116 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4117 (Paging the Article): Add index entry.
4118
4119 2009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4120
4121 * ada-mode.texi (Examples): Delete redundant text.
4122
4123 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
4124
4125 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4126
4127 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4128 addresses.
4129
4130 2009-01-03 Bill Wohler <wohler@newt.com>
4131
4132 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4133 kept empty.
4134
4135 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
4136
4137 * org.texi (Activation, Exporting, ASCII export, HTML export)
4138 (HTML Export commands, LaTeX/PDF export commands):
4139 Improve documentation about transient-mark-mode.
4140 (References): Document the use of special names like $LR1 to reference
4141 to fields in the last table row.
4142
4143 2008-12-19 Juri Linkov <juri@jurta.org>
4144
4145 * info.texi (Search Text): Remove mention of removed key binding M-s.
4146
4147 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
4148
4149 * org.texi (References): Remove mentioning of @0 as reference for the
4150 last line, this has been reverted in the Lisp sources.
4151
4152 2008-12-17 Juanma Barranquero <lekktu@gmail.com>
4153
4154 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4155 (DVI_TARGETS): Remove duplicates. Add sasl.
4156 ($(infodir)/sasl, sasl.dvi): New targets.
4157
4158 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
4159
4160 * org.texi: Version number pushed to 6.15d.
4161
4162 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
4163
4164 * org.texi (Tables in LaTeX export): New section.
4165 (Images in LaTeX export): New section.
4166 (Inlined images, Images in HTML export): Sections renamed.
4167
4168 2008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4169
4170 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4171
4172 2008-12-04 David Engster <dengste@eml.cc>
4173
4174 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
4175 of nnml-get-new-mail. Change URL for mairix patch.
4176
4177 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4178
4179 * org.texi (Using the mapping API): Fix bug in mapping example.
4180 (Publishing options): Make the list of properties complete again, in
4181 correspondence to the variable `org-export-plist-vars'.
4182 (Property searches): Document new special values for time comparisons.
4183 (Tag inheritance): Refine the description of tag inheritance.
4184 (Project alist): Add info about the publishing sequence of components.
4185 (Effort estimates): Document the new relative timer.
4186
4187 2008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4188
4189 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4190 (Using Calc): Clarify use of `C-x * o'.
4191 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4192
4193 2008-11-28 Richard M Stallman <rms@gnu.org>
4194
4195 * dbus.texi (Receiving Method Calls): Clean up previous change.
4196
4197 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
4198
4199 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4200 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4201 `dbus-unescape-from-identifier'.
4202 (Receiving Method Calls): New constants `dbus-service-emacs' and
4203 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
4204 (Signals): Use the constants in the example.
4205
4206 2008-11-24 Carsten Dominik <dominik@science.uva.nl>
4207
4208 * org.texi: Re-apply change to FDL 1.3.
4209
4210 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
4211
4212 * org.texi (Setting up Remember): Document `org-remember-mode'.
4213 (External links): Document that bbdb links can use a regular
4214 expression.
4215 (External links): Document that elisp links can contain interactive
4216 commands.
4217
4218 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4219
4220 * viper.texi (viper-translate-all-ESC-keysequences):
4221 Description removed.
4222
4223 2008-11-19 Glenn Morris <rgm@gnu.org>
4224
4225 * doclicense.texi: Change to FDL 1.3.
4226 Relicense all texi files under FDL 1.3 or later.
4227
4228 2008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4229
4230 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4231
4232 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
4233
4234 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
4235
4236 * ediff.texi: Version/date change.
4237
4238 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
4239
4240 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4241
4242 2008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4243
4244 * calc.texi (About This Manual): Comment out a mention of
4245 marginal notes.
4246
4247 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
4248
4249 * org.texi (Clocking work time): Document the :formula property of
4250 clock tables.
4251 (Structure editing, Refiling notes): Document refiling regions.
4252 (Agenda commands): Document the double-prefix version
4253 of the `l' command in the agenda.
4254 (Handling links): Explain the effect of a double prefix
4255 arg to `C-c C-o'.
4256 (TODO basics): Add documentation for tag triggers.
4257
4258 2008-10-23 Glenn Morris <rgm@gnu.org>
4259
4260 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4261 byte-compiling things like `+'.
4262
4263 * ns-emacs.texi: Merge copyright years of author now with assignment
4264 into FSF years.
4265 (VER): Use it for easier automatic updating. Use Emacs version rather
4266 than standalone Emacs.app version.
4267
4268 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
4269
4270 * org.texi: Lots of minor fixes.
4271 (Capture): New chapter.
4272 (Org Plot): New section.
4273
4274 2008-09-30 Magnus Henoch <mange@freemail.hu>
4275
4276 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4277
4278 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4279
4280 * calc.texi (User Defined Units): Mention how to enter optional display
4281 string.
4282
4283 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4284
4285 * message.texi (Sending Variables): Fix variable documentation to
4286 avoid the "y/n" wording.
4287
4288 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4289
4290 * message.texi (Sending Variables): Add `message-confirm-send' doc.
4291
4292 2008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4293
4294 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4295 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4296
4297 2008-09-22 Bill Wohler <wohler@newt.com>
4298
4299 Release MH-E manual version 8.1.
4300
4301 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4302 release 8.1.
4303
4304 * mh-e.texi: Retain dual license as agreed to by the FSF.
4305 However, bump GPL to Version 3.
4306 Use @include for license text.
4307
4308 2008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
4309
4310 * gnus.texi (Top, Setup, Fancy splitting to parent)
4311 (Store custom flags and keywords, Store arbitrary data):
4312 Clean up markup.
4313
4314 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4315
4316 * gnus.texi (The Gnus Registry): Document it.
4317
4318 2008-09-08 David Engster <dengste@eml.cc>
4319
4320 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4321 Clarify section about choosing back end servers.
4322
4323 2008-08-23 Glenn Morris <rgm@gnu.org>
4324
4325 * dired-x.texi (Shell Command Guessing):
4326 Mention dired-guess-shell-case-fold-search. (Bug#417)
4327
4328 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
4329
4330 * trampver.texi: Update release number.
4331
4332 2008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
4333
4334 * ns-emacs.texi: Update version.
4335 (Introduction): Correct menu location for options save.
4336 (Customization): Note that defaults are stored under org.gnu.Emacs.
4337
4338 2008-08-11 Bill Wohler <wohler@newt.com>
4339
4340 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4341 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4342 Henman) (closes SF #1768928).
4343
4344 2008-08-10 Glenn Morris <rgm@gnu.org>
4345
4346 * ns-emacs.texi: Use @copying. Change copyright of authors with
4347 assignment to FSF. Change license to GFDL.
4348 (Top): Remove outdated references.
4349
4350 2008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4351
4352 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4353 Add gnus-summary-sort-by-most-recent-number and
4354 gnus-summary-sort-by-most-recent-date.
4355 (Summary Sorting): Explain prefix argument.
4356
4357 2008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4358
4359 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4360 gnus-summary-pipe-output.
4361
4362 2008-08-03 Michael Albinus <michael.albinus@gmx.de>
4363
4364 * dbus.texi (Receiving Method Calls): Document error handling of own
4365 D-Bus methods.
4366
4367 2008-08-01 Bill Wohler <wohler@newt.com>
4368
4369 * mh-e.texi (Reading Mail)
4370 (Viewing Attachments): Describe new function
4371 mh-show-preferred-alternative.
4372 (Sending Mail, Redistributing, Sending Message): Describe new hook
4373 mh-annotate-msg-hook.
4374
4375 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
4376
4377 * dbus.texi (Arguments and Signatures): Fix example.
4378 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4379 (Asynchronous Methods): New node.
4380 (Errors and Events): Describe extended layout of `dbus-event'.
4381 New defun `dbus-event-message-type'.
4382
4383 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4384
4385 * ediff.texi: Remove VMS support.
4386
4387 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
4388
4389 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4390 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4391
4392 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
4393
4394 * Makefile.in: Add mairix-el targets.
4395
4396 2008-07-29 David Engster <deng@randomsample.de>
4397
4398 * mairix-el.texi: New file.
4399
4400 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4401
4402 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4403 project files. Delete 'main_unit' project variable; not needed. Allow
4404 process environment variables wherever project variables are allowed.
4405 Add tutorial section on multiple GNAT project files.
4406
4407 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
4408
4409 Sync with Tramp 2.1.14.
4410
4411 * trampver.texi: Update release number.
4412
4413 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4414
4415 * ns-emacs.texi:
4416 * faq.texi: Remove mentions of Mac Carbon.
4417
4418 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4419
4420 * gnus.texi (Saving Articles): Describe the 2nd argument of
4421 gnus-summary-save-in-pipe.
4422 (SpamAssassin): Use it.
4423
4424 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4425
4426 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4427
4428 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
4429
4430 * org.texi (Export options): Document the use of the creator flag.
4431
4432 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
4433
4434 * org.texi: New version 6.06a.
4435
4436 2008-07-23 Juanma Barranquero <lekktu@gmail.com>
4437
4438 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4439 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4440
4441 2008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
4442
4443 * calc.texi (Editing Stack Entries):
4444 (Algebraic Entry): Rewrite introductory sentences so it can be used by
4445 Calc's help functions. Mention fixing typos.
4446 (Customizing Calc): Fix typo.
4447
4448 2008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
4449
4450 * calc.texi (summarykey): New macro. Use to correctly format keys in
4451 the summary.
4452
4453 2008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
4454
4455 * ns-emacs.texi (Customization): Corrected documentation on color
4456 specification formats.
4457
4458 2008-07-19 Andreas Schwab <schwab@suse.de>
4459
4460 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
4461
4462 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4463 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4464
4465 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
4466
4467 * dbus.texi (Inspection): Rework, introduce submenus.
4468 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4469 (Properties and Annotations, Arguments and Signatures): New nodes.
4470
4471 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
4472
4473 * dbus.texi (Receiving Method Calls): Fix description of
4474 `dbus-register-method'.
4475 (Signals): Allow also signal arguments for filtering in
4476 `dbus-register-signal'.
4477
4478 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4479
4480 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4481 `cnorm'.
4482 (Arithmetic Tutorial): Simplify the verification of prime factors.
4483
4484 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4485
4486 * gnus.texi (Saving Articles): Mention
4487 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4488
4489 2008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
4490
4491 * calc.texi: Adjust mode line throughout.
4492
4493 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
4494
4495 * sasl.texi (Mechanisms): Fix typos.
4496
4497 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4498
4499 * calc.texi (Killing from the stack): Mention using normal Emacs
4500 copying.
4501
4502 2008-06-21 Michael Albinus <michael.albinus@gmx.de>
4503
4504 * tramp.texi (Password handling): Rename from "Password caching".
4505 Add `auth-source' mechanism.
4506 (Connection caching): Tramp reopens the connection automatically,
4507 when the operating system on the remote host has been changed.
4508
4509 2008-06-20 Eli Zaretskii <eliz@gnu.org>
4510
4511 * makefile.w32-in (distclean): Remove makefile.
4512
4513 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
4514
4515 * org.texi (Using the mapping API): New section.
4516 (Agenda column view): New section.
4517 (Moving subtrees): Document archiving to the archive sibling.
4518 (Agenda commands): Document columns view in the agenda.
4519 (Using the property API): Document the API for multi-valued properties.
4520
4521 2008-06-17 Jason Riedy <jason@acm.org>
4522
4523 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4524 function, and efmt may be a two-argument function.
4525 (Radio tables): Document multiple destinations.
4526
4527 2008-06-16 Glenn Morris <rgm@gnu.org>
4528
4529 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4530 Add Cover-Texts.
4531
4532 2008-06-15 Glenn Morris <rgm@gnu.org>
4533
4534 * faq.texi (VER): Update to 23.0.60.
4535
4536 * mh-e.texi: Remove option of licensing under GPL.
4537 Add Cover-Texts to GFDL permissions notice.
4538 (GPL): Remove section.
4539 (GFDL): Include doclicense.texi rather than the actual text.
4540
4541 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4542 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4543
4544 * sasl.texi: Fix output file name.
4545
4546 * epa.texi, sasl.texi: Refer to license in Emacs manual.
4547
4548 * gnus-coding.texi: Refer to license in Gnus manual.
4549
4550 * idlwave.texi, sasl.texi: Use @copying.
4551
4552 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
4553
4554 * speedbar.texi: Update Back-Cover Text as per maintain.info.
4555
4556 * url.texi: Use @copying, @title, @subtitle, @author.
4557
4558 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4559 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4560 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4561 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4562 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4563 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4564 * widget.texi, woman.texi:
4565 Remove references to external license, since doclicense is included.
4566
4567 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4568 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4569 Remove references to non-existent Invariant Sections.
4570
4571 2008-06-14 Glenn Morris <rgm@gnu.org>
4572
4573 * faq.texi (Major packages and programs): Remove references to external
4574 Supercite, Calc, VIPER, since they have been included for some time.
4575 Update VM, AUCTeX, BBDB entries.
4576
4577 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
4578
4579 * newsticker.texi: Updated to match latest newsticker changes.
4580
4581 2008-06-13 Glenn Morris <rgm@gnu.org>
4582
4583 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4584 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4585 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4586 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4587 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4588 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4589 * woman.texi:
4590 Update Back-Cover Text as per maintain.info.
4591
4592 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4593
4594 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4595
4596 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4597 (gnus-faq.xml): Update repository host.
4598
4599 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4600
4601 2008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4602
4603 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4604 Fix a typo.
4605
4606 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4607
4608 * gnus.texi (Mail Source Customization): Correct values of
4609 `mail-source-delete-incoming'. Reported by Tassilo Horn.
4610 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4611
4612 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4613
4614 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4615 coding standards.
4616
4617 2008-06-14 David Engster <dengste@eml.cc>
4618
4619 * gnus.texi (nnmairix): Markup fixes.
4620
4621 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4622
4623 * gnus.texi (nnmairix): Markup and other minor fixes.
4624
4625 2008-06-05 David Engster <dengste@eml.cc>
4626
4627 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4628
4629 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4630
4631 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
4632 (Searching, nnir, nnmairix): New stub nodes.
4633
4634 2008-05-30 Felix Lee <felix.1@canids.net>
4635
4636 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4637
4638 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4639
4640 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4641
4642 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4643
4644 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4645
4646 2008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4647
4648 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4649
4650 2008-05-06 Juanma Barranquero <lekktu@gmail.com>
4651
4652 * info.texi (Top): Fix typo in xref.
4653
4654 2008-05-05 Karl Berry <karl@gnu.org>
4655
4656 * info.texi (Top): @xref to stand-alone manual.
4657
4658 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4659
4660 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4661 (Various Summary Stuff): Fix typo in last xref.
4662
4663 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
4664
4665 * org.texi (Moving subtrees): Fix typo.
4666
4667 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
4668
4669 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4670 Tramp via `tramp-mode'.
4671
4672 2008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4673
4674 * org.texi: Massive changes, in many parts of the file.
4675
4676 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4677
4678 * gnus.texi (Oort Gnus): Add message-fill-column.
4679
4680 2008-04-12 Adrian Aichner <adrian@xemacs.org>
4681
4682 * gnus.texi (Mail Source Specifiers): Typo fix.
4683
4684 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4685
4686 * gnus.texi (Diary Headers Generation): Update key binding for
4687 `gnus-diary-check-message'.
4688
4689 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4690
4691 * gnus.texi (Emacsen): Addition.
4692
4693 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4694
4695 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4696
4697 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4698
4699 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4700
4701 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4702
4703 * gnus-news.texi: Update tool bar item.
4704
4705 2008-04-09 Sven Joachim <svenjoac@gmx.de>
4706
4707 * gnus-news.texi: Fix typos.
4708
4709 2008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4710
4711 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
4712 Add mention of `kron'.
4713
4714 2008-04-01 Daiki Ueno <ueno@unixuser.org>
4715
4716 * epa.texi (Encrypting/decrypting *.gpg files):
4717 Document epa-file-name-regexp.
4718
4719 2008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4720
4721 * gnus.texi (Example Methods): Fix description about ssh-agent.
4722 (Indirect Functions): Fix the default value of nntp-telnet-command;
4723 remove link to connect.html.
4724
4725 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
4726
4727 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4728 dbus-call-method.
4729 (Receiving Method Calls): The timeout can be set by the calling client.
4730
4731 * trampver.texi: Update release number.
4732
4733 2008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4734
4735 * gnus.texi (Top): Fix version. Add SASL.
4736
4737 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
4738
4739 Sync with Tramp 2.1.13.
4740
4741 * trampver.texi: Update release number.
4742
4743 2008-03-29 Chong Yidong <cyd@stupidchicken.com>
4744
4745 * org.texi: Update to new org-mode website.
4746
4747 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4748
4749 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4750
4751 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4752
4753 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4754 gnus-read-ephemeral-gmane-group-url,
4755 gnus-read-ephemeral-emacs-bug-group,
4756 gnus-read-ephemeral-debian-bug-group.
4757
4758 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4759
4760 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4761
4762 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4763 Add FIXMEs for Bookmarks and gnus-registry-marks.
4764
4765 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4766
4767 * gnus.texi (Smileys): Document `smiley-style'.
4768
4769 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4770
4771 * gnus.texi (Gnus Development): Clarify difference between ding and
4772 gnu.emacs.gnus.
4773 (MIME Commands, Using MIME, RSS): Fix markup.
4774
4775 * gnus-faq.texi ([8.4]): Ditto.
4776
4777 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4778
4779 * gnus.texi (Emacsen): Remove obsolete stuff.
4780
4781 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4782
4783 * gnus.texi (Oort Gnus): Add version info WRT
4784 `mail-source-delete-incoming'.
4785
4786 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4787
4788 * gnus.texi (Top): Add "Other related manuals" and version info in
4789 `iftex' output.
4790 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4791 gnus-balloon-face-0 and the corresponding format specifiers.
4792
4793 2008-03-26 Michael Albinus <michael.albinus@gmx.de>
4794
4795 * tramp.texi (Filename completion): Remove footnote about let-bind
4796 of `partial-completion-mode'. It doesn't work this way.
4797
4798 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4799
4800 * pcl-cvs.texi (Contributors): Update my email.
4801
4802 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
4803
4804 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4805
4806 2008-03-17 Bill Wohler <wohler@newt.com>
4807
4808 * mh-e.texi (Viewing): Update URL for adding header fields to
4809 mh-invisible-header-fields-default.
4810
4811 2008-03-16 Bill Wohler <wohler@newt.com>
4812
4813 * mh-e.texi (Preface): Add Gnus to requirements.
4814 (Forwarding): Note that forwarded MIME messages are now inline.
4815
4816 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4817
4818 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
4819 (Common Variables): Give precedence to the netcat methods over the
4820 telnet methods, and mention that they are more reliable.
4821
4822 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
4823
4824 * org.texi (Exporting Agenda Views): Document agenda export to
4825 iCalendar.
4826 (Progress logging): Document the new progress logging stuff.
4827
4828 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4829
4830 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4831 Update for change of `mail-source-delete-incoming'.
4832
4833 * gnus-news.texi: Ditto.
4834
4835 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4836
4837 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4838 custom versions.
4839
4840 2008-03-07 Alan Mackenzie <acm@muc.de>
4841
4842 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4843 parens/brackets in a k&r region is limited.
4844
4845 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4846
4847 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4848 using different Emacs versions.
4849
4850 2008-02-27 Glenn Morris <rgm@gnu.org>
4851
4852 * sc.texi: Remove a lot of old and obsolete info.
4853 (titlepage): Simplify.
4854 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4855 (VM with any Emacsen, GNEWS with any Emacsen)
4856 (Overloading for Non-conforming MUAs, Version 3 Changes)
4857 (The Supercite Mailing List): Delete nodes.
4858 (Introduction): Remove info about old packages.
4859 (Getting Connected): Simplify. Remove info about old packages.
4860 (Citing Commands): Delete Emacs 19 info.
4861 (Hints to MUA Authors): Simplify.
4862 (Thanks and History): Merge in some info from the deleted node
4863 "Version 3 Changes".
4864
4865 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
4866
4867 * org.texi (Setting tags, In-buffer settings):
4868 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4869
4870 2008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4871
4872 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4873 installation directory name.
4874
4875 2008-02-12 Romain Francoise <romain@orebokech.com>
4876
4877 * epa.texi (Overview): Fix typo.
4878
4879 2008-02-11 Daiki Ueno <ueno@unixuser.org>
4880
4881 * epa.texi (Quick start): Remove the .emacs setting.
4882
4883 2008-02-10 Daiki Ueno <ueno@unixuser.org>
4884
4885 * epa.texi (Quick start): Use the command `epa-enable' instead of
4886 loading `epa-setup'.
4887
4888 2008-02-08 Juanma Barranquero <lekktu@gmail.com>
4889
4890 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4891 ($(infodir)/epa, epa.dvi): New targets.
4892
4893 2008-02-08 Daiki Ueno <ueno@unixuser.org>
4894
4895 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4896
4897 * epa.texi: New manual documenting the EasyPG Assistant.
4898
4899 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
4900
4901 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4902 (Inspection): New function dbus-ping.
4903
4904 2008-02-05 Michael Albinus <michael.albinus@gmx.de>
4905
4906 * tramp.texi (Remote processes): Add `shell-command'.
4907
4908 2008-01-28 Michael Sperber <sperber@deinprogramm.de>
4909
4910 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4911 (Group Parameters): Document `mail-source' parameter.
4912
4913 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
4914
4915 * tramp.texi (Inline methods): The hostname of the su(do)? methods
4916 must be a local host.
4917
4918 2008-01-26 Michael Olson <mwolson@gnu.org>
4919
4920 * erc.texi: Update version for ERC 5.3 release.
4921 (Obtaining ERC): Update extras URLs for 5.3.
4922 (Development): Write instructions for git, and remove those for Arch.
4923 (History): Mention the switch to git.
4924
4925 2008-01-24 Karl Berry <karl@gnu.org>
4926
4927 * info.texi (Search Index, Search Text): Mention the command
4928 character in the section name, a la the (Go to node) node.
4929
4930 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
4931
4932 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4933
4934 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4935
4936 * gnus-news.texi: Mention gnus-article-describe-bindings.
4937
4938 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4939
4940 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4941
4942 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
4943
4944 * org.texi (Property inheritance): New section.
4945 (Conventions): New section.
4946 (Structure editing): Document C-RET, the prefix arg to the cut/copy
4947 commands, and the new bindings for refiling.
4948 (Sparse trees): Document the new special command for sparse trees.
4949 (References): Be more clear about the counting of hilines.
4950 (Handling links): Document M-p/n for accessing links.
4951 (Fast access to TODO states): New section.
4952 (Per file keywords): New section.
4953 (Property inheritance): New section.
4954 (Column attributes): New summary types.
4955 (Capturing Column View): New section.
4956 (The date/time prompt): Cover the new features in the date/time prompt.
4957 Compactify the table of keys for the calendar remote control.
4958 (Clocking work time): Document the new :scope parameter.
4959 (Remember): Promoted to chapter.
4960 (Quoted examples): New section.
4961 (Enhancing text): New verbatim environments.
4962
4963 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
4964
4965 * trampver.texi: Update release number.
4966
4967 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4968
4969 * gnus.texi (Article Keymap):
4970 Add gnus-article-wide-reply-with-original; fix descriptions of
4971 gnus-article-reply-with-original and
4972 gnus-article-followup-with-original.
4973
4974 2008-01-09 Glenn Morris <rgm@gnu.org>
4975
4976 * nxml-mode.texi: Add @copying section.
4977
4978 2008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4979
4980 * message.texi (Mail Variables): Add some text from "(gnus)Posting
4981 Server". Add `message-send-mail-with-mailclient'.
4982
4983 * gnus.texi (Posting Server): Move some text to "(message)Mail
4984 Variables" and add a reference here.
4985
4986 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
4987
4988 * dbus.texi (Receiving Method Calls): New chapter.
4989 (Errors and Events): Add serial number to events. Replace "signal" by
4990 "message". Introduce dbus-event-serial-number.
4991
4992 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
4993
4994 * dbus.texi (Type Conversion): Explain the type specification for empty
4995 arrays. Use another example.
4996
4997 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
4998
4999 * dbus.texi (all): Replace "..." by @dots{}.
5000 (Type Conversion): Precise the value range for :byte types.
5001 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5002 Mention its return value.
5003 (Errors and Events): There is no D-Bus error propagation during event
5004 processing.
5005
5006 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5007
5008 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5009 New sections.
5010
5011 2007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5012
5013 * gnus.texi (Group Parameters): Reorder the text and add a note about
5014 `gnus-parameters' near the beginning of the node.
5015
5016 2007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5017
5018 * gnus.texi (Score File Editing): Fix function name.
5019
5020 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
5021
5022 Sync with Tramp 2.1.12.
5023
5024 * trampver.texi: Update release number.
5025
5026 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
5027
5028 * dbus.texi (Type Conversion): Correct input parameters mapping.
5029
5030 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
5031
5032 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5033 (Errors and Events): Mention wrong-type-argument error.
5034
5035 2007-12-21 Alex Schroeder <alex@gnu.org>
5036
5037 * rcirc.texi: Changed single spaces after sentence end to double
5038 spaces. Fixed some typos.
5039 (Internet Relay Chat): Explain relay.
5040 (Getting started with rcirc): Change items to reflect prompts.
5041 Add more explanation to rcirc-track-minor-mode and added a comment to
5042 warn future maintainers that this section is a copy.
5043 (People): Change /ignore example.
5044 (Keywords): Not keywords.
5045
5046 2007-12-20 Alex Schroeder <alex@gnu.org>
5047
5048 * rcirc.texi (Top): Fighting Information Overload chapter added.
5049 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
5050 (rcirc commands): Move /ignore command to the new chapter.
5051 (Fighting Information Overload): New chapter documenting /keyword,
5052 /bright, /dim, channel ignore, and low priority channels.
5053 (Configuration): Document rcirc-server-alist, remove
5054 rcirc-startup-channels-alist and rcirc-default-server.
5055
5056 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
5057
5058 * dbus.texi (Signals): Fix example in dbus-register-signal.
5059
5060 2007-12-14 Sven Joachim <svenjoac@gmx.de>
5061
5062 * gnus.texi (Score Variables): Fix typo.
5063
5064 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
5065
5066 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5067 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5068 (Errors and Events): Adapt dbus-event.
5069
5070 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5071
5072 * gnus.texi (Other Files): Add the yenc command.
5073
5074 2007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5075
5076 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5077 since 2004-08-06.
5078
5079 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5080
5081 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5082 on body.
5083
5084 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5085
5086 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5087 and rfc2047-allow-irregular-q-encoded-words; fix description of
5088 rfc2047-encode-encoded-words.
5089
5090 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5091
5092 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5093
5094 2007-12-05 Michael Olson <mwolson@gnu.org>
5095
5096 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5097 Update documentation for `remember-diary-file'.
5098
5099 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
5100
5101 * dbus.texi (Signals): Precise `dbus-register-signal'.
5102 (Errors and Events): Rework events part, the internal structure of
5103 dbus-event has changed.
5104
5105 2007-12-03 Juanma Barranquero <lekktu@gmail.com>
5106
5107 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5108 ($(infodir)/dbus, dbus.dvi): New targets.
5109
5110 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
5111
5112 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5113 unconditionally.
5114
5115 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5116 emulation with @print{}.
5117
5118 2007-12-02 Richard Stallman <rms@gnu.org>
5119
5120 * dbus.texi (Overview): Minor cleanup.
5121
5122 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
5123
5124 * Makefile.in (INFO_TARGETS): Add dbus.
5125 (DVI_TARGETS): Add dbus.dvi.
5126 (dbus, dbus.dvi): New targets.
5127
5128 * dbus.texi: New file.
5129
5130 2007-11-24 Romain Francoise <romain@orebokech.com>
5131
5132 * nxml-mode.texi: Add description in @direntry.
5133 Fix file name to match @setfilename.
5134
5135 2007-11-23 Mark A. Hershberger <mah@everybody.org>
5136
5137 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5138 ($(infodir)/nxml-mode): New rule.
5139
5140 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5141 ($(infodir)/nxml-mode): New rule.
5142 (clean): Add nxml-mode*.
5143
5144 * nxml-mode.texi: New file with nxml manual.
5145
5146 2007-11-18 Richard Stallman <rms@gnu.org>
5147
5148 * flymake.texi (Example -- Configuring a tool called directly):
5149 Update example.
5150
5151 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
5152
5153 * tramp.texi (Filename completion): Simplify explanation of
5154 double-slash behavior. Explain directory contents flushing.
5155
5156 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5157
5158 * calc.texi (TeX and LaTeX Language Modes): Put in
5159 missing braces.
5160
5161 2007-11-15 Richard Stallman <rms@gnu.org>
5162
5163 * cl.texi (Equality Predicates): Delete `eql'.
5164 (Predicates, Naming Conventions, Top): Delete `eql'.
5165 (Common Lisp Compatibility): Delete `eql'.
5166 (Porting Common Lisp): Delete obsolete backquote info.
5167 Minor clarification about character constants.
5168 (Sequence Basics): Minor clarification.
5169
5170 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
5171
5172 * cc-mode.texi (Electric Keys, Custom Macros):
5173 * tramp.texi (Filename completion): Fix typos.
5174
5175 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5176
5177 * calc.texi (Basic commands): Mention the menu.
5178
5179 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
5180
5181 * tramp.texi (Connection caching): Tramp flushes connection
5182 properties when remote operating system has been changed.
5183
5184 2007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5185
5186 * gnus-news.texi: Fix spelling.
5187 `message-insert-formatted-citation-line', not
5188 `message-insert-formated-citation-line'.
5189
5190 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5191
5192 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
5193
5194 * tramp.texi (Overview): Mention also the PuTTY integration under
5195 w32. Remove paragraphs about Tramp's experimental status.
5196 (Frequently Asked Questions): Add code example for highlighting the
5197 mode line.
5198
5199 2007-11-03 Michael Olson <mwolson@gnu.org>
5200
5201 * remember.texi: Change mentions of remember-buffer to
5202 remember-finalize throughout.
5203
5204 2007-10-30 Michael Olson <mwolson@gnu.org>
5205
5206 * remember.texi (Copying): Remove.
5207 (Mailbox): Update with non-BBDB instructions.
5208 (Diary, Org): Add.
5209 (Bibliography, Planner Page): Remove.
5210
5211 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
5212
5213 * makefile.w32-in (INFO_TARGETS): Add remember.
5214 (DVI_TARGETS): Add remember.dvi.
5215 ($(infodir)/remember): New rule.
5216 (clean): Add remember*.
5217
5218 2007-10-30 Michael Olson <mwolson@gnu.org>
5219
5220 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5221 ($(infodir)/remember): New rule that builds the Remember Manual.
5222
5223 * remember.texi: New file containing the Remember Mode Manual.
5224 Shuffle chapters around after initial import.
5225 (Function Reference): Split Keystrokes into separate chapter.
5226 (Keystrokes): Document C-c C-k.
5227 (Introduction): Fix typographical issue with "---".
5228
5229 2007-10-29 Richard Stallman <rms@gnu.org>
5230
5231 * widget.texi (Introduction): Delete discussion of implementation
5232 internals.
5233
5234 2007-10-29 Michael Albinus <michael.albinus@gmx.de>
5235
5236 * tramp.texi (Connection caching): Host names must be different
5237 when tunneling.
5238
5239 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5240
5241 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5242 Gnus v5.13.
5243
5244 2007-10-28 Miles Bader <miles@gnu.org>
5245
5246 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5247
5248 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5249
5250 * gnus.texi (Sorting the Summary Buffer):
5251 Remove gnus-article-sort-by-date-reverse.
5252
5253 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5254
5255 * gnus.texi (Non-ASCII Group Names): New node.
5256 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5257 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5258
5259 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
5260
5261 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5262 clean the output of the program `imap-shell-program'.
5263
5264 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5265
5266 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5267
5268 2007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5269
5270 * gnus.texi (Sticky Articles): Documentation for sticky article
5271 buffers.
5272
5273 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
5274
5275 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5276
5277 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5278
5279 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5280
5281 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5282
5283 * gnus.texi (Archived Messages):
5284 Document gnus-update-message-archive-method.
5285
5286 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5287
5288 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5289
5290 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
5291
5292 * gnus.texi (Group Maneuvering):
5293 Document `gnus-summary-next-group-on-exit'.
5294
5295 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5296
5297 * gnus.texi (Really Various Summary Commands):
5298 Mention gnus-auto-select-on-ephemeral-exit.
5299
5300 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5301
5302 * gnus.texi, message.texi: Bump version number.
5303
5304 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5305
5306 * gnus.texi (Group Line Specification, Misc Group Stuff)
5307 (Server Commands): Parenthesize @pxref{Mail Spool}.
5308
5309 2007-10-28 Didier Verna <didier@xemacs.org>
5310
5311 New user option: message-signature-directory.
5312 * message.texi (Insertion Variables): Document it.
5313 * gnus.texi (Posting Styles): Ditto.
5314
5315 2007-10-28 Didier Verna <didier@xemacs.org>
5316
5317 * gnus.texi (Group Line Specification):
5318 * gnus.texi (Misc Group Stuff):
5319 * gnus.texi (Server Commands): Document the group compaction feature.
5320
5321 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5322
5323 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5324
5325 * message.texi (Various Message Variables): Add message-fill-column.
5326
5327 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5328
5329 * gnus.texi: Untabify.
5330
5331 2007-10-28 Didier Verna <didier@xemacs.org>
5332
5333 * gnus.texi (Group Parameters): Document the posting-style merging
5334 process in topic-mode.
5335
5336 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5337
5338 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5339
5340 2007-10-28 Romain Francoise <romain@orebokech.com>
5341
5342 * gnus.texi (Mail Spool): Fix typo.
5343 Update copyright.
5344
5345 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5346
5347 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5348
5349 2007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5350
5351 * gnus.texi (Summary Generation Commands):
5352 Add gnus-summary-insert-ticked-articles.
5353
5354 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5355
5356 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5357 to spam-spamassassin-program.
5358
5359 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5360
5361 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5362
5363 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5364
5365 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5366
5367 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5368
5369 * message.texi (Mail Headers): Document `opportunistic'.
5370
5371 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5372
5373 * emacs-mime.texi (Encoding Customization): Explain how to set
5374 mm-coding-system-priorities per hierarchy.
5375
5376 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5377
5378 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5379 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5380
5381 2007-10-28 Didier Verna <didier@xemacs.org>
5382
5383 * message.texi (Wide Reply): Update documentation of
5384 message-dont-reply-to-names (now allowing a list of regexps).
5385
5386 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5387
5388 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5389
5390 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5391
5392 * gnus.texi (SpamAssassin back end): Fix typo.
5393
5394 * sieve.texi (Examples): Fix grammar.
5395
5396 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5397
5398 * gnus.texi (Searching for Articles): Document M-S and M-R.
5399 (Limiting): Document / b.
5400
5401 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5402
5403 * gnus.texi (Thread Commands): T M-^.
5404
5405 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5406
5407 * message.texi (Mail Aliases): Document ecomplete.
5408 (Mail Aliases): Fix typo.
5409
5410 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5411
5412 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5413 fix typo.
5414
5415 2007-10-28 Romain Francoise <romain@orebokech.com>
5416
5417 * gnus.texi (Mail Spool): Grammar fix.
5418
5419 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5420
5421 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5422 string.
5423
5424 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5425
5426 * gnus.texi (Group Parameters): Fix description.
5427
5428 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5429
5430 * gnus.texi (Gmane Spam Reporting):
5431 Fix spam-report-gmane-use-article-number.
5432 Add spam-report-user-mail-address.
5433
5434 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5435
5436 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5437
5438 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5439
5440 * gnus.texi (Group Parameters): Add simplified sorting example based on
5441 example for `Sorting the Summary Buffer' from Jari Aalto
5442 <jari.aalto@cante.net>.
5443 (Example Methods): Add example for an indirect connection.
5444
5445 2007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5446
5447 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
5448 (Agent Parameters): Updated parameter names to match code.
5449 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5450 'gnus-agent-summary-fetch-series'.
5451 (Agent and flags): New section providing a generalized discussion
5452 of flag handling.
5453 (Agent and IMAP): Remove flag discussion.
5454 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
5455
5456 2007-10-28 Romain Francoise <romain@orebokech.com>
5457
5458 * gnus.texi (Exiting the Summary Buffer): Add new function
5459 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5460
5461 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5462
5463 * gnus.texi (Conformity): Fix typo.
5464 (Customizing Articles): Document `first'.
5465
5466 2007-10-28 Jari Aalto <jari.aalto@cante.net>
5467
5468 * gnus.texi (Sorting the Summary Buffer):
5469 Add `gnus-thread-sort-by-date-reverse'. Add example
5470 host to different sorting in NNTP and RSS groups.
5471
5472 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5473
5474 * message.texi (Insertion): Describe prefix for
5475 message-mark-inserted-region and message-mark-insert-file.
5476
5477 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5478
5479 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5480 LaTeX documents. Describe "text/x-gnus-verbatim".
5481
5482 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5483
5484 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
5485 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5486 (spam-stat spam filtering, SpamOracle)
5487 (Extending the Spam ELisp package): Remove extra quote symbol for
5488 clarity.
5489
5490 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5491
5492 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5493 gnus-article-delete-part and gnus-article-replace-part.
5494 (Using MIME): Add gnus-mime-replace-part.
5495
5496 2007-10-28 Romain Francoise <romain@orebokech.com>
5497
5498 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5499 requires `auto-compression-mode' to be enabled. Add new nnml
5500 variable `nnml-compressed-files-size-threshold'.
5501
5502 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5503
5504 * gnus.texi (Sorting the Summary Buffer):
5505 Add gnus-thread-sort-by-recipient.
5506
5507 2007-10-28 Romain Francoise <romain@orebokech.com>
5508
5509 * message.texi (Insertion Variables): Mention new variable
5510 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5511 documentation accordingly.
5512
5513 2007-10-28 Romain Francoise <romain@orebokech.com>
5514
5515 * gnus.texi (To From Newsgroups): Mention new variables
5516 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5517
5518 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5519
5520 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5521 stuff; gnus-mime-inline-part does the automatic decompression.
5522
5523 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5524
5525 * gnus.texi (Spam ELisp Package Configuration Examples):
5526 "training.ham" should be "training.spam".
5527
5528 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5529
5530 * message.texi (Mail Variables): Fix the default value for
5531 message-send-mail-function.
5532
5533 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5534
5535 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5536 always returns nil exceptionally.
5537
5538 2007-10-28 Simon Josefsson <jas@extundo.com>
5539
5540 * gnus.texi (Article Washing): Add libidn URL.
5541 Suggested by Michael Cook <michael@waxrat.com>.
5542
5543 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5544
5545 * gnus.texi (Topic Commands): Fix next/previous.
5546
5547 2007-10-28 Simon Josefsson <jas@extundo.com>
5548
5549 * gnus.texi (Article Washing): Mention `W i'.
5550
5551 2007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
5552
5553 * gnus.texi (Group Parameters): Slight extension of sieve
5554 parameter description.
5555
5556 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5557
5558 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5559 matching score files as well.
5560 (Picons): Describe `gnus-picon-style'.
5561
5562 2007-10-28 Romain Francoise <romain@orebokech.com>
5563
5564 * message.texi (Message Headers): Mention that headers are hidden
5565 using narrowing, and how to expose them.
5566 Update copyright.
5567
5568 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5569
5570 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5571 `gnus-summary-sort-by-recipient'.
5572
5573 2007-10-28 Romain Francoise <romain@orebokech.com>
5574
5575 * gnus.texi (NNTP marks): New node.
5576 (NNTP): Move NNTP marks variables to the new node.
5577
5578 2007-10-28 Jesper Harder <harder@ifa.au.dk>
5579
5580 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
5581
5582 * gnus.texi (MIME Commands, Hashcash): Markup fix.
5583
5584 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5585
5586 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
5587 everywhere for consistency.
5588 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5589 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
5590 Say "regular expression" instead of "regex." Admonish.
5591 Pick other words to sound better (s/so/thus/).
5592 (Spam ELisp Package Filtering of Incoming Mail):
5593 Mention statistical filters. Remove old TODO.
5594 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
5595 New section on sorting and displaying the spam score.
5596 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5597 backend but an alias to spam-use-BBDB.
5598 (Extending the Spam ELisp package): Rewrite the example using the
5599 new backend functionality.
5600
5601 2007-10-28 Simon Josefsson <jas@extundo.com>
5602
5603 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5604 nntp-marks-directory, from Romain Francoise
5605 <romain@orebokech.com>.
5606
5607 2007-10-28 Magnus Henoch <mange@freemail.hu>
5608
5609 * gnus.texi (Hashcash): New default value of
5610 hashcash-default-payment.
5611
5612 2007-10-28 Simon Josefsson <jas@extundo.com>
5613
5614 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5615 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5616
5617 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5618
5619 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
5620
5621 2007-10-28 Simon Josefsson <jas@extundo.com>
5622
5623 * gnus.texi (documentencoding): Add, to avoid warnings.
5624
5625 2007-10-28 Simon Josefsson <jas@extundo.com>
5626
5627 * message.texi (Mail Headers): Add.
5628
5629 * gnus.texi (Hashcash): Fix.
5630
5631 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5632
5633 * gnus.texi (Hashcash): Change location of library, also mention
5634 that payments can be verified and fix the name of the
5635 hashcash-path variable.
5636
5637 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5638
5639 * gnus.texi (Article Display): Add `gnus-picon-style'.
5640
5641 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5642
5643 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5644
5645 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5646
5647 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
5648 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5649 warning about ham processors in spam groups removed.
5650
5651 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5652
5653 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
5654 From Hubert Chan <hubert@uhoreg.ca>.
5655
5656 2007-10-28 Jesper Harder <harder@ifa.au.dk>
5657
5658 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5659 (Mailing List): Typo.
5660 (Customizing Articles): Add gnus-treat-ansi-sequences.
5661 (Article Washing): Index.
5662
5663 * message.texi: Use m-dash consistently.
5664
5665 2007-10-28 Jesper Harder <harder@ifa.au.dk>
5666
5667 * gnus.texi (GroupLens): Remove.
5668
5669 2007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5670
5671 * gnus.texi (Outgoing Messages, Agent Variables):
5672 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
5673 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5674
5675 2007-10-28 Jesper Harder <harder@ifa.au.dk>
5676
5677 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5678
5679 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5680
5681 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5682
5683 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5684
5685 2007-10-28 Simon Josefsson <jas@extundo.com>
5686
5687 * gnus.texi (Top): Add SASL.
5688
5689 2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5690
5691 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5692
5693 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5694
5695 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5696
5697 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5698
5699 * calc.texi (Formulas, Composition Basics): Lower the
5700 precedence of negation.
5701
5702 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5703
5704 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5705 Mention the new three-letter column identifiers.
5706 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5707 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5708 message when using `c' on an empty default with default printer.
5709 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5710 renamed to `ses--symbolic-formulas' some time ago.
5711
5712 2007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5713
5714 * calc.texi (Default Simplifications, Making Selections)
5715 (Customizing Calc): Clarify associativity of multiplication.
5716
5717 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
5718
5719 * tramp.texi (Traces and Profiles): Simplify loop over
5720 `trace-function-background'.
5721
5722 2007-10-22 Juri Linkov <juri@jurta.org>
5723
5724 * dired-x.texi (Shell Command Guessing): Default values are now
5725 available by typing M-n instead of M-p.
5726
5727 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
5728
5729 * tramp.texi (Cleanup remote connections): New section.
5730 (Password caching): Remove `tramp-clear-passwd'.
5731 It's not a command anymore.
5732 (Bug Reports): Add `tramp-bug' to function index.
5733 (Function Index, Variable Index): New nodes.
5734 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5735
5736 * trampver.texi: Update release number.
5737
5738 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5739
5740 * calc.texi (History and Acknowledgements): Turn comment
5741 about integer size into past tense.
5742 (Time Zones): Remove pointer to Calc author's address.
5743 (Trigonometric and Hyperbolic Functions): Mention cotangent
5744 and hyperbolic cotangent. Fix typo.
5745
5746 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
5747
5748 Sync with Tramp 2.1.11.
5749
5750 * trampver.texi: Update release number.
5751
5752 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
5753
5754 * tramp.texi (External packages): New section.
5755
5756 2007-09-29 Juri Linkov <juri@jurta.org>
5757
5758 * info.texi (Help-Int): Document `L' (`Info-history').
5759
5760 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
5761
5762 * org.texi: Change links to webpage and maintained email.
5763 (Remember): Promote to Chapter, significant changes.
5764 (Fast access to TODO states): New section.
5765 (Faces for TODO keywords): New section.
5766 (Export options): Example for #+DATE.
5767 (Progress logging): Section moved.
5768
5769 2007-09-26 Bill Wohler <wohler@newt.com>
5770
5771 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5772 browse-url-at-mouse.
5773
5774 2007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5775
5776 * flymake.texi (Customizable variables): Face names don't end in -face.
5777 Fix flymake-err-line-patterns template.
5778 (Example -- Configuring a tool called directly): Fix init-function.
5779 (Highlighting erroneous lines): Face names don't end in -face.
5780
5781 2007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
5782
5783 * erc.texi (Special-Features): Fix small typo.
5784
5785 2007-09-14 Michael Albinus <michael.albinus@gmx.de>
5786
5787 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5788 and "External transfer methods".
5789
5790 2007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5791
5792 * calc.texi (Predefined Units): Add some history.
5793
5794 2007-09-08 Michael Olson <mwolson@gnu.org>
5795
5796 * erc.texi (Copying): New section included from gpl.texi.
5797 This matches the look of the upstream ERC manual.
5798
5799 2007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5800
5801 * calc.texi (History and Acknowledgements): Adjust the "thanks".
5802 (Random Numbers): Clarify the distribution of `random'.
5803
5804 2007-09-06 Glenn Morris <rgm@gnu.org>
5805
5806 Move manual sources from man/ to subdirectories of doc/.
5807 Split into the Emacs manual in emacs/, and other manuals in misc/.
5808 Change all setfilename commands to use ../../info.
5809 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5810 refer to the Emacs manual here.
5811 (infodir): New variable.
5812 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5813 (cc-mode.texi, faq.texi): Update references to source file locations.
5814 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5815 do not refer to the Emacs manual here.
5816 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5817
5818 * Makefile.in: Add `basename' versions of all info targets, for
5819 convenience when rebuilding just one manual.
5820 (../etc/GNU): Delete obsolete target.
5821 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5822 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
5823 *.vrs *.toc here...
5824 (maintainer-clean): ...from here.
5825
5826 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5827
5828 2007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5829
5830 * calc.texi (Date Conversions): Clarify definition of
5831 Julian day numbering.
5832 (Date Forms): Clarify definition of Julian day numbering;
5833 add some history.
5834
5835 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
5836
5837 * org.texi: Version 5.07.
5838
5839 2007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5840
5841 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5842
5843 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
5844
5845 * org.texi (Adding hyperlink types): New section.
5846 (Embedded LaTeX): Chapter updated because of LaTeX export.
5847 (LaTeX export): New section.
5848 (Using links out): New section.
5849
5850 2007-08-22 Glenn Morris <rgm@gnu.org>
5851
5852 * faq.texi (Learning how to do something): Refcards now in
5853 etc/refcards/ directory.
5854
5855 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
5856
5857 * tramp.texi (Remote Programs): Persistency file must be cleared when
5858 changing `tramp-remote-path'.
5859 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5860 macro.
5861
5862 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5863
5864 * calc.texi: Move contents to beginning of file.
5865 (Algebraic Entry): Fix the formatting of an example.
5866
5867 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5868
5869 * calc.texi (Basic Operations on Units): Mention exact versus
5870 inexact conversions.
5871
5872 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5873
5874 * calc.texi (Basic Operations on Units): Mention default
5875 values for new units.
5876 (Quick Calculator Mode): Mention that binary format will
5877 be displayed.
5878
5879 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5880
5881 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5882
5883 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5884
5885 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5886
5887 2007-08-08 Glenn Morris <rgm@gnu.org>
5888
5889 * gnus.texi, sieve.texi: Replace `iff'.
5890
5891 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5892
5893 * calc.texi (Basic Graphics): Mention the graphing of error
5894 forms.
5895 (Graphics Options): Mention how `g s' handles error forms.
5896 (Curve Fitting): Mention plotting the curves.
5897 (Standard Nonlinear Models): Add additional models.
5898 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5899 (Linear Fits): Correct result.
5900
5901 2007-08-01 Alan Mackenzie <acm@muc.de>
5902
5903 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5904 to "--no-site-file".
5905
5906 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
5907
5908 * tramp.texi (Frequently Asked Questions): Point to mode line
5909 extension in Emacs 23.1.
5910
5911 * trampver.texi: Update release number.
5912
5913 2007-07-27 Glenn Morris <rgm@gnu.org>
5914
5915 * calc.texi (Copying): Include license text from gpl.texi, rather than
5916 in-line.
5917
5918 2007-07-25 Glenn Morris <rgm@gnu.org>
5919
5920 * calc.texi (Copying): Replace license with GPLv3.
5921
5922 * Relicense all FSF files to GPLv3 or later.
5923
5924 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
5925
5926 Sync with Tramp 2.1.10.
5927
5928 * tramp.texi (trampfn): Expand macro implementation in order to handle
5929 empty arguments.
5930 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
5931 occurrences by trampfn.
5932 (Frequently Asked Questions): Extend example code for host
5933 identification in the modeline. Add bbdb to approaches shortening Tramp
5934 file names to be typed.
5935
5936 * trampver.texi: Update release number.
5937
5938 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
5939
5940 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5941 section. Reported by <poti@potis.org>.
5942 (Remote processes): Arguments of the program to be debugged are taken
5943 literally.
5944 (Frequently Asked Questions): Simplify recentf example.
5945
5946 2007-07-14 Karl Berry <karl@gnu.org>
5947
5948 * info.texi (@copying): New Back-Cover Text.
5949
5950 * info.texi (Quitting Info): Move to proper place in source.
5951 (Reported by Benno Schulenberg.)
5952
5953 2007-07-13 Eli Zaretskii <eliz@gnu.org>
5954
5955 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5956
5957 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5958
5959 * emacs-mime.texi: Add @documentencoding directive.
5960
5961 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
5962
5963 * tramp.texi (Remote processes): Add an anchor to the subsection
5964 "Running a debugger on a remote host".
5965
5966 2007-07-12 Michael Albinus <michael.albinus@gmx.de>
5967
5968 * tramp.texi (Remote processes): Don't call it "experimental" any
5969 longer. Add subsection about running a debugger on a remote host.
5970
5971 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
5972
5973 * org.texi (Properties and columns): Chapter rewritten.
5974
5975 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
5976
5977 * tramp.texi:
5978 * trampver.texi: Migrate to Tramp 2.1.
5979
5980 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
5981
5982 * org.texi (Properties): New chapter.
5983
5984 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
5985
5986 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
5987 Control Panel.
5988
5989 * gnus.texi (Misc Article): Add index entry for
5990 gnus-single-article-buffer.
5991
5992 2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
5993
5994 * gnus.texi (Starting Up): Fix typo.
5995
5996 2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
5997
5998 * gnus.texi (Asynchronous Fetching): Fix typo.
5999
6000 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6001
6002 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6003 (About This Manual): Remove redundant information.
6004 (Getting Started): Mention author.
6005 (Basic Arithmetic, Customizing Calc): Make description of the
6006 variable `calc-multiplication-has-precedence' match its new effect.
6007
6008 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6009
6010 * calc.texi (Basic Arithmetic, Customizing Calc):
6011 Mention the variable `calc-multiplication-has-precedence'.
6012
6013 2007-06-19 Carsten Dominik <dominik@science.uva.nl>
6014
6015 * org.texi (Tag): Section swapped with node Timestamps.
6016 (Formula syntax for Lisp): Document new `L' flag.
6017
6018 2007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6019
6020 * gnus.texi (Misc Group Stuff, Summary Buffer)
6021 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6022
6023 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
6024
6025 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6026 * gnus.texi (Article Buttons, Mail Source Customization)
6027 (Sending or Not Sending, Customizing NNDiary):
6028 * message.texi (Message Headers):
6029 * mh-e.texi (HTML): Fix typos.
6030
6031 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
6032
6033 Sync with Tramp 2.0.56.
6034
6035 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6036 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6037
6038 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
6039
6040 * Version 22.1 released.
6041
6042 2007-05-26 Michael Olson <mwolson@gnu.org>
6043
6044 * erc.texi (Modules): Fix references to completion modules.
6045
6046 2007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6047
6048 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6049
6050 2007-05-09 Didier Verna <didier@xemacs.org>
6051
6052 * gnus.texi (Email Based Diary): New. Proper documentation for the
6053 nndiary back end and the gnus-diary library.
6054
6055 2007-05-03 Karl Berry <karl@gnu.org>
6056
6057 * .cvsignore (*.pdf): New entry.
6058
6059 * texinfo.tex: Update from current version for better pdf generation.
6060
6061 2007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6062
6063 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6064
6065 2007-04-28 Glenn Morris <rgm@gnu.org>
6066
6067 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6068 consideration of legal status.
6069
6070 2007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6071
6072 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6073
6074 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
6075
6076 * faq.texi (New in Emacs 22): python.el removed.
6077
6078 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6079
6080 * calc.texi (Reporting bugs): Update maintainer's address.
6081
6082 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
6083
6084 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6085
6086 2007-04-15 Jay Belanger <belanger@truman.edu>
6087
6088 * calc.texi (Title page): Remove the date.
6089 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6090 (The Standard Calc Interface): Change trail title.
6091 (Floats): Mention that when non-decimal floats are entered, only
6092 approximations are stored.
6093 (Copying): Move to the appendices.
6094 (GNU Free Documentation License): Add as an appendix.
6095
6096 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
6097
6098 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6099 * dired-x.texi, ebrowse.texi, ediff.texi:
6100 * emacs-mime.texi, erc.texi, eshell.texi:
6101 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6102 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6103 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6104 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6105 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6106 * woman.texi: Include GFDL.
6107
6108 * doclicense.texi: Remove node heading, so that it can be included by
6109 other files.
6110
6111 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6112
6113 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6114 than *.
6115
6116 2007-04-14 Carsten Dominik <dominik@science.uva.nl>
6117
6118 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6119 in Calc.
6120
6121 2007-04-09 Romain Francoise <romain@orebokech.com>
6122
6123 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6124 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6125 replace mouse-2.
6126
6127 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
6128
6129 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6130 renamed to woman-use-topic-at-point. Document new behavior.
6131
6132 2007-04-08 Richard Stallman <rms@gnu.org>
6133
6134 * url.texi: Fix some indexing.
6135 (Disk Caching): Drop discussion of old/other Emacs versions.
6136
6137 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
6138
6139 * url.texi (Disk Caching): Say Emacs 21 "and later".
6140
6141 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6142 on Font locking which now mentions JIT lock.
6143
6144 2007-04-01 Michael Olson <mwolson@gnu.org>
6145
6146 * erc.texi: Update for the ERC 5.2 release.
6147
6148 2007-03-31 David Kastrup <dak@gnu.org>
6149
6150 * woman.texi (Topic, Interface Options): Explain changes semantics of
6151 woman-manpath in order to consider MANPATH_MAP entries.
6152
6153 2007-03-31 Eli Zaretskii <eliz@gnu.org>
6154
6155 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6156
6157 2007-03-26 Richard Stallman <rms@gnu.org>
6158
6159 * pgg.texi (Caching passphrase): Clean up previous change.
6160
6161 2007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6162
6163 * gnus.texi (Setting Process Marks): Fix typo.
6164
6165 2007-03-25 Romain Francoise <romain@orebokech.com>
6166
6167 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6168 readability, and include various fixes by Daniel Brockman, Nick Roberts
6169 and Dieter Wilhelm.
6170
6171 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6172
6173 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6174
6175 * gnus.texi (Mail Source Specifiers): Fix typo.
6176
6177 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
6178
6179 * reftex.texi (Imprint): Update maintainer information.
6180
6181 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6182
6183 * message.texi (Message Buffers): Update documentation for
6184 message-generate-new-buffers.
6185
6186 2007-03-15 Daiki Ueno <ueno@unixuser.org>
6187
6188 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6189
6190 2007-03-21 Glenn Morris <rgm@gnu.org>
6191
6192 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6193
6194 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
6195
6196 * eshell.texi (Known problems): Emacs 21 -> 22.
6197
6198 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6199
6200 2007-03-18 Jay Belanger <belanger@truman.edu>
6201
6202 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6203
6204 2007-03-12 Glenn Morris <rgm@gnu.org>
6205
6206 * calc.texi (Time Zones): Switch to new North America DST rule.
6207
6208 * calc.texi: Replace "daylight savings" with "daylight
6209 saving" in text throughout.
6210
6211 2007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6212
6213 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6214 The variable now uses a list of symbols instead of just a symbol.
6215 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6216
6217 2007-03-06 Romain Francoise <romain@orebokech.com>
6218
6219 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6220 new packages, and mention Gnus update.
6221
6222 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6223
6224 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6225 nntp-open-connection-functions-never-echo-commands.
6226
6227 2007-02-27 Chong Yidong <cyd@stupidchicken.com>
6228
6229 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6230 problems on the console, and security risk in not using gpg-agent.
6231
6232 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
6233
6234 * org.texi (The spreadsheet): Rename from "Table calculations".
6235 Completely reorganized and rewritten.
6236 (CamelCase links): Section removed.
6237 (Repeating items): New section.
6238 (Tracking TODO state changes): New section.
6239 (Agenda views): Chapter reorganized and rewritten.
6240 (HTML export): Section rewritten.
6241 (Tables in arbitrary syntax): New section.
6242 (Summary): Better feature summary.
6243 (Activation): Document problem with cut-and-paste of Lisp code
6244 from PDF files.
6245 (Visibility cycling): Document indirect buffer use.
6246 (Structure editing): Document sorting.
6247 (Remember): Section rewritten.
6248 (Time stamps): Better description of time stamp types.
6249 (Tag searches): Document regular expression search for tags.
6250 (Stuck projects): New section.
6251 (In-buffer settings): New keywords.
6252 (History and Acknowledgments): Updated description.
6253
6254 2007-02-24 Alan Mackenzie <acm@muc.de>
6255
6256 * cc-mode.texi (Movement Commands): Insert two missing command names.
6257 (Getting Started): Slight wording correction (use conditional).
6258
6259 2007-02-22 Kim F. Storm <storm@cua.dk>
6260
6261 * widget.texi (User Interface, Basic Types): Document need to put some
6262 text before the %v escape in :format string in editable-field widget.
6263
6264 2007-02-18 Romain Francoise <romain@orebokech.com>
6265
6266 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6267 `cvs-mode-quit'.
6268
6269 2007-02-10 Markus Triska <markus.triska@gmx.at>
6270
6271 * widget.texi (Programming Example): Put constant strings in :format.
6272
6273 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
6274
6275 * faq.texi (Fullscreen mode on MS-Windows): New node.
6276
6277 2007-02-04 David Kastrup <dak@gnu.org>
6278
6279 * faq.texi (AUCTeX): Update version number. Should probably be done
6280 for other packages as well.
6281
6282 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6283
6284 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6285 <tassilo@member.fsf.org>.
6286
6287 2007-01-27 Eli Zaretskii <eliz@gnu.org>
6288
6289 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6290 ls-lisp-use-localized-time-format.
6291
6292 2007-01-20 Markus Triska <markus.triska@gmx.at>
6293
6294 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6295
6296 2007-01-13 Michael Olson <mwolson@gnu.org>
6297
6298 * erc.texi (Modules): Mention capab-identify module.
6299
6300 2007-01-05 Michael Olson <mwolson@gnu.org>
6301
6302 * erc.texi (Getting Started): Update for /RECONNECT command.
6303
6304 2007-01-04 Richard Stallman <rms@gnu.org>
6305
6306 * ebrowse.texi: Change C-c b to C-c C-m.
6307
6308 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6309
6310 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6311 variables only in info to avoid redundant entries in the printed
6312 manual.
6313
6314 2007-01-02 Daiki Ueno <ueno@unixuser.org>
6315
6316 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6317
6318 2007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6319
6320 * message.texi (Security): Split into sub-nodes.
6321
6322 2007-01-01 Alan Mackenzie <acm@muc.de>
6323
6324 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6325 eval-after-load in Emacs <=21 and a workaround. Document that
6326 trigraphs are not supported.
6327
6328 2007-01-01 Alan Mackenzie <acm@muc.de>
6329
6330 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6331 c-context-line-break. When invoked within a string, preserve
6332 whitespace. Add a backslash only when also in a macro.
6333
6334 2007-01-01 Alan Mackenzie <acm@muc.de>
6335
6336 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6337
6338 2007-01-01 Alan Mackenzie <acm@muc.de>
6339
6340 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6341 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6342
6343 2007-01-01 Alan Mackenzie <acm@muc.de>
6344
6345 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6346 "Choosing a Style".
6347
6348 * cc-mode.texi ("Styles"): Add @dfn{style}.
6349
6350 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
6351
6352 Sync with Tramp 2.0.55.
6353
6354 * trampver.texi: Update release number.
6355
6356 2006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6357
6358 * gnus.texi (Customizing Articles): Add index entries for all
6359 gnus-treat-* variables.
6360
6361 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
6362
6363 * gnus.texi (IMAP): Fix incorrect explanation of
6364 nnimap-search-uids-not-since-is-evil in documentation for
6365 nnimap-expunge-search-string.
6366
6367 2006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6368
6369 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6370 spam-ifile-database.
6371
6372 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6373
6374 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6375 rebind C-s.
6376
6377 2006-12-26 Jouni K. Seppänen <jks@iki.fi>
6378
6379 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6380 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6381 "expiring mail".
6382 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6383 nnimap-nov-is-evil.
6384
6385 2006-12-25 Kevin Ryde <user42@zip.com.au>
6386
6387 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6388 about the key procedure being used heavily.
6389
6390 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6391
6392 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6393 to t.
6394 (Prerequisites): Add explanation about gpg-agent.
6395
6396 2006-12-22 Kevin Ryde <user42@zip.com.au>
6397
6398 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6399 "sort" instead of "sort*".
6400
6401 2006-12-19 Richard Stallman <rms@gnu.org>
6402
6403 * calc.texi (History and Acknowledgements): Recognize that Emacs
6404 now does have floating point.
6405
6406 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
6407
6408 * tramp.texi (External transfer methods): Describe new method `scpc'.
6409
6410 2006-12-17 Sascha Wilde <wilde@sha-bang.de>
6411
6412 * pgg.texi: Added short note on gpg-agent to the introduction.
6413
6414 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6415
6416 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6417 also applies to Cc.
6418
6419 2006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6420
6421 * gnus.texi (X-Face): Clarify. Say which programs are required
6422 on Windows.
6423
6424 2006-12-08 Michael Olson <mwolson@gnu.org>
6425
6426 * erc.texi (Modules): Remove documentation for list module.
6427
6428 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
6429
6430 * faq.texi (^M in the shell buffer): Ditto.
6431
6432 2006-11-20 Michael Olson <mwolson@gnu.org>
6433
6434 * erc.texi: Call this the 5.2 stable pre-release of ERC.
6435
6436 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6437
6438 * org.texi: Fix typos.
6439 (Agenda commands): Document `C-k'.
6440
6441 2006-11-16 Eli Zaretskii <eliz@gnu.org>
6442
6443 * url.texi (http/https): Fix a typo in the HTTP URL.
6444
6445 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6446
6447 * ada-mode.texi: Total rewrite.
6448
6449 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6450
6451 * org.texi: Minor typo fixes.
6452
6453 2006-11-13 Bill Wohler <wohler@newt.com>
6454
6455 Release MH-E manual version 8.0.3.
6456
6457 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6458 release 8.0.3.
6459
6460 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6461 to set MAILDIR.
6462 (Reading Mail): Document the customization of read-mail-command
6463 for MH-E.
6464 (Viewing Attachments): Document mm-discouraged-alternatives.
6465 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6466 (Junk): Add more information about the settings of mh-junk-background
6467 in a program. Add /usr/bin/mh to PATH in examples.
6468
6469 2006-11-12 Richard Stallman <rms@gnu.org>
6470
6471 * woman.texi: Update author address but say he no longer maintains it.
6472
6473 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6474
6475 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6476 archived trees.
6477 (Checkboxes): Section moved to chapter 5, and extended.
6478 (The date/time prompt): New section.
6479 (Link abbreviations): New section.
6480 (Presentation and sorting): New section.
6481 (Custom agenda views): Section completely rewritten.
6482 (Summary): Compare with Planner.
6483 (Feedback): More info about creating backtraces.
6484 (Plain lists): Modified example.
6485 (Breaking down tasks): New section.
6486 (Custom time format): New section.
6487 (Time stamps): Document inactive timestamps.
6488 (Setting tags): More details about fast tag selection.
6489 (Block agenda): New section.
6490 (Custom agenda views): Section rewritten.
6491 (Block agenda): New section.
6492
6493 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
6494
6495 * tramp.texi (Configuration): scp is the default method.
6496 (Default Method): Use ssh as example for another method.
6497
6498 2006-10-27 Richard Stallman <rms@gnu.org>
6499
6500 * woman.texi: Downcase nroff/troff/roff.
6501 (Installation): Chapter deleted. Some xrefs deleted.
6502 (Background): woman doesn't advise man ;-).
6503
6504 2006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
6505
6506 * ada-mode.texi (Project files, Identifier completion)
6507 (Automatic Casing, Debugging, Using non-standard file names)
6508 (Working Remotely): Fix typos.
6509
6510 2006-10-20 Masatake YAMATO <jet@gyve.org>
6511
6512 * cc-mode.texi (Sample .emacs File): Add missing `)' in
6513 sample code `my-c-initialization-hook'.
6514
6515 2006-10-19 Stuart D. Herring <herring@lanl.gov>
6516
6517 * widget.texi: Fix typos.
6518
6519 2006-10-19 Michael Albinus <michael.albinus@gmx.de>
6520
6521 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6522 "???". There have been no complaints for years, so the information
6523 must be appropriate.
6524
6525 2006-10-16 Richard Stallman <rms@gnu.org>
6526
6527 * widget.texi: Use @var instead of capitalization.
6528 Clarify many widget type descriptions.
6529
6530 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6531
6532 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6533 gnus-dired-attach.
6534 (Selecting a Group): Fix typo.
6535
6536 2006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
6537
6538 * widget.texi: Fix typos.
6539
6540 2006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
6541
6542 * gnus.texi (Image Enhancements): Update for Emacs 22.
6543
6544 * gnus-faq.texi ([1.3]): Update.
6545
6546 2006-10-06 Richard Stallman <rms@gnu.org>
6547
6548 * faq.texi (Displaying the current line or column):
6549 Delete "As of Emacs 20".
6550
6551 2006-10-06 Romain Francoise <romain@orebokech.com>
6552
6553 * faq.texi (VM): VM works with Emacs 22 too.
6554
6555 2006-10-06 Richard Stallman <rms@gnu.org>
6556
6557 * ebrowse.texi: Remove Emacs version "21" from title.
6558
6559 2006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
6560
6561 * gnus.texi (Foreign Groups): Say where change of editing commands are
6562 stored. Add reference to `gnus-parameters'.
6563
6564 2006-09-15 Jay Belanger <belanger@truman.edu>
6565
6566 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6567 Change "Library Public License" to "Lesser Public License"
6568 throughout. Use "yyyy" to represent year.
6569
6570 2006-09-15 Carsten Dominik <dominik@science.uva.nl>
6571
6572 * org.texi (Setting tags): Typo fix.
6573
6574 2006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
6575
6576 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6577
6578 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6579
6580 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6581
6582 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6583
6584 * faq.texi (Escape sequences in shell output): EMACS is now set
6585 to Emacs's absolute file name, not to "t".
6586 (^M in the shell buffer): Likewise.
6587 * misc.texi (Interactive Shell): Likewise.
6588
6589 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6590
6591 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6592 mails with pop3-leave-mail-on-server. Fix wording.
6593 (Limiting): Improve gnus-summary-limit-to-articles.
6594 (X-Face): Fix typo.
6595
6596 2006-09-11 Simon Josefsson <jas@extundo.com>
6597
6598 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6599 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6600
6601 2006-09-06 Simon Josefsson <jas@extundo.com>
6602
6603 * smtpmail.texi (Authentication): Mention SSL.
6604
6605 2006-09-01 Eli Zaretskii <eliz@gnu.org>
6606
6607 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6608 Don't use @indicateurl.
6609
6610 * cc-mode.texi (Subword Movement): Don't use @headitem.
6611 (Custom Braces, Clean-ups): Don't use @tie.
6612
6613 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
6614
6615 Sync with Tramp 2.0.54.
6616
6617 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6618 Suggested by Adrian Phillips <a.phillips@met.no>.
6619
6620 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
6621
6622 * org.texi (Installation, Activation): Split from Installation and
6623 Activation.
6624 (Clocking work time): Documented new features.
6625
6626 2006-08-13 Alex Schroeder <alex@gnu.org>
6627
6628 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6629 example.
6630
6631 2006-08-12 Eli Zaretskii <eliz@gnu.org>
6632
6633 * faq.texi (How to add fonts): New node.
6634
6635 2006-08-05 Romain Francoise <romain@orebokech.com>
6636
6637 * faq.texi (New in Emacs 22): Expand.
6638
6639 2006-08-03 Michael Olson <mwolson@gnu.org>
6640
6641 * erc.texi: Update for ERC 5.1.4.
6642
6643 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6644
6645 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6646 in .../site-lisp/gnus/ by default.
6647 [ From gnus-news.texi in the trunk. ]
6648
6649 2006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6650
6651 * gnus.texi (MIME Commands): Additions for yEnc.
6652
6653 2006-07-24 Richard Stallman <rms@gnu.org>
6654
6655 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6656 * faq.texi: Move periods and commas inside quotes.
6657
6658 2006-07-20 Jay Belanger <belanger@truman.edu>
6659
6660 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6661
6662 2006-07-18 Chong Yidong <cyd@stupidchicken.com>
6663
6664 * faq.texi (Security risks with Emacs): Document Emacs 22
6665 file-local-variable mechanism.
6666
6667 2006-07-12 Michael Olson <mwolson@gnu.org>
6668
6669 * erc.texi: Update for ERC 5.1.3.
6670
6671 2006-07-12 Alex Schroeder <alex@gnu.org>
6672
6673 * rcirc.texi: Fix typos.
6674 (Getting started with rcirc): New calling convention for M-x irc.
6675 Mention #rcirc. Removed channel tracking.
6676 (Configuration): Change the names of all variables that got changed
6677 recently, eg. rcirc-server to rcirc-default-server. Added
6678 documentation for rcirc-authinfo, some background for Bitlbee, and
6679 rcirc-track-minor-mode.
6680 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
6681 Scrolling.
6682 (Reconnecting after you have lost the connection): Fix example code
6683 to match code changes.
6684
6685 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
6686
6687 * gnus.texi, message.texi: Fix typos.
6688
6689 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
6690
6691 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6692 commands.
6693 (Global TODO list): Document the use of the variables
6694 `org-agenda-todo-ignore-scheduled' and
6695 `org-agenda-todo-list-sublevels'.
6696
6697 2006-07-05 Richard Stallman <rms@gnu.org>
6698
6699 * faq.texi (Scrolling only one line): Fix xref.
6700
6701 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6702
6703 * faq.texi (Evaluating Emacs Lisp code):
6704 Throughout, replace eval-current-buffer with eval-buffer.
6705
6706 2006-07-03 Richard Stallman <rms@gnu.org>
6707
6708 * rcirc.texi (Scrolling conservatively): Fix xref.
6709
6710 * pcl-cvs.texi (Viewing differences): Usage fix.
6711
6712 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
6713
6714 * org.texi (Agenda commands): Document `s' key to save all org-mode
6715 buffers.
6716
6717 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
6718
6719 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6720 names. Mention `cvs-msg' face.
6721
6722 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
6723
6724 * org.texi (Checkboxes): New section.
6725
6726 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
6727
6728 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6729 throughout this chapter.
6730
6731 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
6732
6733 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6734 text for standalone vs Emacs info.
6735 (Help): Clarify header line description. Use mouse-1 for clicks.
6736 (Help-P): Use mouse-1 for clicks.
6737 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6738 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6739 (Choose menu subtopic): Remove gratuitous Emacs command names.
6740 (Help-FOO): Put usual behavior first.
6741 (Help-Xref): Clicking on xrefs works in Emacs.
6742 (Search Text): Clarify what the default behavior is.
6743 (Create Info buffer): Fix Emacs window/X window confusion.
6744 (Emacs Info Variables): Fix for new Emacs init file behavior.
6745
6746 2006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6747
6748 * gnus.texi (Summary Buffer Lines): Fix typo.
6749
6750 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
6751
6752 * org.texi (Embedded LaTeX): New chapter.
6753 (Archiving): Section rewritten.
6754 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6755
6756 2006-06-20 Bill Wohler <wohler@newt.com>
6757
6758 Release MH-E manual version 8.0.1.
6759
6760 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6761 release 8.0.1.
6762 (Preface): Depend on GNU mailutils 1.0 and higher.
6763
6764 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6765
6766 * message.texi (News Headers): Update message-syntax-checks section.
6767
6768 2006-06-19 Karl Berry <karl@gnu.org>
6769
6770 * info.texi (Advanced): Mention C-q, especially with ?.
6771
6772 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
6773
6774 * org.texi (Publishing links): Document the `:link-validation-function'
6775 property.
6776 (Extensions and Hacking): New chapter, includes some sections of the
6777 "Miscellaneous" chapter.
6778
6779 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
6780
6781 * org.texi (Progress logging): New section.
6782
6783 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
6784
6785 * org.texi (ASCII export): Document indentation adaptation.
6786 (Setting tags): Document mutually-exclusive tags.
6787
6788 2006-06-05 Romain Francoise <romain@orebokech.com>
6789
6790 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6791 Fix typo.
6792
6793 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6794 channel (#gnus@irc.freenode.net).
6795 Fix typos. Update copyright notice.
6796
6797 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6798 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6799 (Line-Up Functions, Custom Macros):
6800 * ediff.texi (Window and Frame Configuration)
6801 (Highlighting Difference Regions):
6802 * emacs-mime.texi (Display Customization):
6803 * erc.texi (History):
6804 * eshell.texi (Known problems):
6805 * eudc.texi (Overview, BBDB):
6806 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6807 (The problem of spam, SpamOracle, Extending the Spam package)
6808 (Conformity, Terminology):
6809 * idlwave.texi (Routine Info)
6810 (Class and Keyword Inheritance, Padding Operators)
6811 (Breakpoints and Stepping, Electric Debug Mode)
6812 (Examining Variables, Troubleshooting):
6813 * org.texi (Creating timestamps):
6814 * reftex.texi (Commands, Options, Changes):
6815 * tramp.texi (Inline methods, Password caching)
6816 (Auto-save and Backup, Issues):
6817 * vip.texi (Files, Commands in Insert Mode):
6818 * viper.texi (Emacs Preliminaries, States in Viper)
6819 (Packages that Change Keymaps, Viper Specials, Groundwork):
6820 Fix various typos.
6821
6822 2006-05-31 Michael Ernst <mernst@alum.mit.edu>
6823
6824 * ediff.texi: Fix typos.
6825
6826 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
6827
6828 * org.texi: Small typo fixes.
6829
6830 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6831
6832 * viper.texi (Viper Specials):
6833 * gnus.texi (Example Setup):
6834 * faq.texi (Backspace invokes help):
6835 * dired-x.texi (Optional Installation Dired Jump):
6836 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6837 follow coding conventions.
6838
6839 2006-05-29 Michael Albinus <michael.albinus@gmx.de>
6840
6841 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6842
6843 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6844
6845 * pcl-cvs.texi: Fix typos.
6846 (Customization): Say "us".
6847
6848 2006-05-26 Eli Zaretskii <eliz@gnu.org>
6849
6850 * org.texi: Remove bogus @setfilename.
6851
6852 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
6853
6854 * org.texi (ASCII export): Omit command name.
6855 (HTML export): Add prefix to all lines in Local Variable example.
6856 (Acknowledgments): Typeset names in italics.
6857
6858 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
6859
6860 * org.texi (Plain lists): Add new item navigation commands.
6861 (External links): Document elisp and info links.
6862 (Custom searches): New section.
6863 (Publishing): New chapter.
6864 (HTML export): Include a list of supported CSS classes.
6865 (Setting tags): Describe the fast-tag-setting interface.
6866
6867 2006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6868
6869 * dired-x.texi: ifinfo -> ifnottex.
6870
6871 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6872
6873 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6874
6875 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6876
6877 * message.texi (Interface): Add tool bar customization.
6878 (MIME): Index and text additions for mml-attach.
6879 (MIME): Describe mml-dnd-protocol-alist and
6880 mml-dnd-attach-options.
6881
6882 * gnus.texi (Oort Gnus): Reorder entries in sections.
6883 Fix some entries.
6884 (Starting Up): Add references to "Emacs for Heathens" and to
6885 "Finding the News". Add user-full-name and user-mail-address.
6886 (Group Buffer Format): Add tool bar customization and update.
6887 (Summary Buffer): Add tool bar customization.
6888 (Posting Styles): Add message-alternative-emails.
6889
6890 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
6891
6892 * tramp.texi (Filename completion): Improve wording.
6893
6894 2006-05-07 Romain Francoise <romain@orebokech.com>
6895
6896 * faq.texi (Using regular expressions): Fix typo.
6897 (Packages that do not come with Emacs): Fix capitalization.
6898 (Replacing text across multiple files): Expand node to explain how
6899 to use `dired-do-query-replace-regexp' in more detail, based on
6900 suggestion by Eric Hanchrow <offby1@blarg.net>.
6901
6902 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
6903
6904 * tramp.texi (Filename completion): Completion of remote files'
6905 method, user name and host name is active only in partial
6906 completion mode.
6907
6908 2006-05-06 Bill Wohler <wohler@newt.com>
6909
6910 Release MH-E manual version 8.0.
6911
6912 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6913 release 8.0.
6914
6915 2006-05-06 Bill Wohler <wohler@newt.com>
6916
6917 * mh-e.texi (MH-BOOK-HOME): Change from
6918 http://www.ics.uci.edu/~mh/book/mh to
6919 http://rand-mh.sourceforge.net/book/mh.
6920 Replace .htm suffix with .html for MH book files.
6921 (Using This Manual): Update key binding for getting relevant
6922 chapter in Info from command key.
6923 (Ranges): Fix itemx.
6924
6925 2006-05-05 Karl Berry <karl@gnu.org>
6926
6927 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6928 (\fonttextsize): New user-level command to change text font size.
6929
6930 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6931
6932 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
6933
6934 2006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6935
6936 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6937
6938 2006-04-24 Bill Wohler <wohler@newt.com>
6939
6940 * mh-e.texi (Getting Started): Make it more explicit that you need
6941 to install MH. Add pointers to current MH implementations.
6942
6943 2006-04-21 Bill Wohler <wohler@newt.com>
6944
6945 Release MH-E manual version 7.94.
6946
6947 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6948 release 7.94.
6949
6950 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
6951
6952 * org.texi: Many small fixes.
6953 (Handling links): Rename from "Managing links".
6954
6955 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
6956
6957 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6958 (Splitting mail using spam-stat): Fix @xref.
6959
6960 2006-04-20 Chong Yidong <cyd@stupidchicken.com>
6961
6962 * gnus.texi (Spam Package): Major revision of the text.
6963 Previously this node was "Filtering Spam Using The Spam ELisp Package".
6964
6965 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
6966
6967 * org.texi (Time stamps): Better explanation of the purpose of
6968 different time stamps.
6969 (Structure editing, Plain lists): More details on how new items
6970 and headings are inserted.
6971
6972 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
6973
6974 * org.texi (Formula syntax): Fix link to Calc Manual.
6975
6976 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
6977
6978 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
6979
6980 2006-04-17 Bill Wohler <wohler@newt.com>
6981
6982 * mh-e.texi (Folders): Update mh-before-quit-hook and
6983 mh-quit-hook example with code that removes the buffers rather
6984 than just bury them.
6985
6986 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
6987
6988 Sync with Tramp 2.0.53.
6989
6990 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
6991
6992 * org.texi (Updating settings): New section.
6993 (Visibility cycling): Better names for the startup folding
6994 options.
6995 (Exporting): Completely restructured.
6996 (The very busy C-c C-c key): New section.
6997 (Summary of in-buffer settings): New section.
6998
6999 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7000
7001 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7002
7003 2006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7004
7005 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7006 (Server Commands): Key `v' is reserved for users.
7007
7008 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
7009
7010 * org.texi (Link format): New section, emphasis on bracket links.
7011 (External links): Document bracket links.
7012 (FAQ): Expand to cover shell links and the new link format.
7013
7014 2006-04-09 Kevin Ryde <user42@zip.com.au>
7015
7016 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7017
7018 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7019
7020 * gnus.texi (Summary Buffer Lines): Add `*'.
7021
7022 2006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
7023
7024 * gnus.texi (Group Parameters):
7025 Mention gnus-permanently-visible-groups.
7026
7027 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7028
7029 * gnus.texi (Face): Fix typo.
7030
7031 2006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7032
7033 * gnus.texi (X-Face): Clarify.
7034 (Face): Need Emacs with PNG support.
7035
7036 2006-04-06 Richard Stallman <rms@gnu.org>
7037
7038 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7039 Emacs".
7040
7041 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7042
7043 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7044 blocks not suitable for inclusion with Emacs using variable
7045 PARTOFEMACS.
7046
7047 2006-04-04 Simon Josefsson <jas@extundo.com>
7048
7049 * gnus.texi (Security): Improve.
7050
7051 2006-04-02 Bill Wohler <wohler@newt.com>
7052
7053 * mh-e.texi (Getting Started, Junk, Bug Reports)
7054 (MH FAQ and Support): Fix URLs.
7055
7056 2006-03-31 Romain Francoise <romain@orebokech.com>
7057
7058 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7059 to t, not nil (and has for the past eight years).
7060
7061 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7062
7063 * message.texi, gnus.texi: Bump version to 5.11.
7064
7065 2006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7066
7067 * gnus.texi (Top): Add comment about version line.
7068
7069 * message.texi (Top): Ditto. Change to take named versions into
7070 account.
7071
7072 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7073
7074 * gnus.texi (Posting Styles): Add x-face-file to example.
7075 (X-Face): Refer to posting styles.
7076
7077 * gnus-faq.texi ([5.8]): Add x-face-file.
7078 ([8.4]): Add links to gmane.emacs.gnus.user and
7079 gmane.emacs.gnus.general.
7080
7081 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7082
7083 * gnus-faq.texi: Use .invalid.
7084 ([5.4]): Fix gnus-posting-styles example.
7085
7086 2006-03-27 Romain Francoise <romain@orebokech.com>
7087
7088 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7089 Emacs/W3 needs a new maintainer.
7090 (Ispell): Update author and version info.
7091 (Mailcrypt): Mention PGG.
7092 (New in Emacs 22): Add PGG to the list of new packages.
7093 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7094 updating dead URLs.
7095
7096 2006-03-25 Karl Berry <karl@gnu.org>
7097
7098 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7099 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7100 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7101 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7102 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7103 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7104 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7105 (2) do not indent copyright year list (or anything else).
7106
7107 2006-03-21 Bill Wohler <wohler@newt.com>
7108
7109 * mh-e.texi (Folders): Various edits.
7110
7111 2006-03-20 Romain Francoise <romain@orebokech.com>
7112
7113 * gnus.texi (Mail Folders): Grammar fix.
7114
7115 2006-03-19 Bill Wohler <wohler@newt.com>
7116
7117 * mh-e.texi (Replying): Document Mail-Followup-To.
7118 Change manually-formatted table to multitable. Add debugging info.
7119 Move description of mh-reply-default-reply-to into paragraph
7120 that describes its values.
7121
7122 2006-03-17 Bill Wohler <wohler@newt.com>
7123
7124 * mh-e.texi: Use smallexample and smalllisp consistently.
7125 (Sending Mail Tour): Update method of entering
7126 addresses and subject.
7127 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7128 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7129
7130 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
7131
7132 * org.texi: Version number change only.
7133
7134 2006-03-14 Bill Wohler <wohler@newt.com>
7135
7136 * mh-e.texi: Add index entries around each paragraph rather than
7137 depend on entries from beginning of node. Doing so ensures that
7138 index entries are less likely to be forgotten if text is cut and
7139 pasted, and are necessary anyway if the references are on a
7140 separate page. It seems that makeinfo is now (v. 4.8) only
7141 producing one index entry per node, so there is no longer any
7142 excuse not to. Use subheading instead of heading. The incorrect
7143 use of heading produced very large fonts in Info--as large as the
7144 main heading.
7145 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7146 versions 6 and 7 appeared *around* the time of these Emacs releases.
7147
7148 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
7149
7150 * org.texi (Clean view): Document new startup options.
7151
7152 2006-03-11 Bill Wohler <wohler@newt.com>
7153
7154 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7155 (Composing, Scan Line Formats): Fix @refs.
7156 (Getting Started): Define MH profile and MH profile components.
7157 (Incorporating Mail, Reading Mail, Viewing, Printing)
7158 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7159 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7160 for string constants.
7161 (Tool Bar): Remove spurious quote.
7162 (Junk): Use ``...'' instead of "...".
7163 (Scan Line Formats): Replace @samp with @kbd.
7164
7165 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7166
7167 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7168
7169 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7170
7171 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7172 easy to understand.
7173
7174 2006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7175
7176 * gnus.texi: Markup fix.
7177 (Fancy Mail Splitting): Specify new feature.
7178
7179 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7180
7181 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7182 partial-words matching.
7183
7184 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7185
7186 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7187
7188 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7189 (MIME Commands): Fix mm-discouraged-alternatives.
7190
7191 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
7192
7193 * org.texi: Version number change only.
7194
7195 2006-03-06 Bill Wohler <wohler@newt.com>
7196
7197 * mh-e.texi: Move from SourceForge repository to Savannah.
7198 This is version 7.93, which is a total rewrite from the previous
7199 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7200 version 7.93.
7201
7202 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7203
7204 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7205
7206 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
7207
7208 * org.texi (Interaction): Add item about `org-mouse.el' by
7209 Piotr Zielinski.
7210 (Managing links): Document that also mouse-1 can be used to
7211 activate a link.
7212 (Headlines, FAQ): Add entry about hiding leading stars.
7213 (Miscellaneous): Resort the sections in this chapter to a more
7214 logical sequence.
7215
7216 2006-02-27 Simon Josefsson <jas@extundo.com>
7217
7218 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7219 2004-01-27 from the trunk).
7220
7221 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7222
7223 * cc-mode.texi: Rename c-hungry-backspace to
7224 c-hungry-delete-backwards, at the request of RMS. Leave the old
7225 name as an alias.
7226
7227 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7228
7229 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7230 include the function header within the defun.
7231
7232 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7233
7234 * cc-mode.texi: Correct two typos.
7235
7236 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7237
7238 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7239 existing comment.
7240 (Electric Keys): Add a justification for electric indentation.
7241 (Hungry WS Deletion): Clear up the names and complications of the
7242 BACKSPACE and DELETE keys.
7243
7244 2006-02-23 Juri Linkov <juri@jurta.org>
7245
7246 * faq.texi (Common requests): Move `Turning on auto-fill by
7247 default' after `Wrapping words automatically'. Move `Working with
7248 unprintable characters' before `Searching for/replacing newlines'.
7249 Move `Replacing highlighted text' after `Highlighting a region'.
7250 Merge `Repeating commands' and `Repeating a command as many times
7251 as possible' into the former.
7252 (Packages that do not come with Emacs): Add refs to Gmane and
7253 etc/MORE.STUFF.
7254
7255 2006-02-23 Juri Linkov <juri@jurta.org>
7256
7257 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7258 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7259 Add xref to `(emacs)Reporting Bugs'.
7260 (Getting a printed manual): Add URL to other formats of the manual.
7261 (Common requests): Fix menu.
7262 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7263 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7264 (Inserting text at the beginning of each line): Add pxref to
7265 `Changing the included text prefix'.
7266 (Forcing the cursor to remain in the same column): Mention `track-eol'
7267 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7268 (Replacing text across multiple files): Add keybinding `Q' for
7269 `dired-do-query-replace'.
7270
7271 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
7272
7273 * reftex.texi: Version number and date change only.
7274
7275 * org.texi (Internal Links): Rewrite to cover the modified
7276 linking system.
7277
7278 2006-02-17 Eli Zaretskii <eliz@gnu.org>
7279
7280 * faq.texi: Remove the coding cookie, it's not needed anymore.
7281
7282 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7283
7284 * faq.texi (Colors on a TTY): Mention Mac OS port.
7285
7286 2006-02-12 Karl Berry <karl@gnu.org>
7287
7288 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7289 8-bit accented a.
7290
7291 2006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7292
7293 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7294
7295 2006-02-08 Romain Francoise <romain@orebokech.com>
7296
7297 * faq.texi (Top): Remove paragraph about the FAQ being a
7298 transitional document, etc.
7299 (Searching for/replacing newlines): New node.
7300 (Yanking text in isearch): New node.
7301 (Inserting text at the beginning of each line): Rename and make
7302 more general, mention `M-;' in Message mode.
7303
7304 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7305
7306 * faq.texi (Meta key does not work in xterm)
7307 (Emacs does not display 8-bit characters)
7308 (Inputting eight-bit characters): Update xrefs.
7309
7310 2006-02-06 Romain Francoise <romain@orebokech.com>
7311
7312 * faq.texi (VM): VM now at version 7.19.
7313 Set myself as maintainer of this file.
7314
7315 2006-02-04 Michael Olson <mwolson@gnu.org>
7316
7317 * erc.texi (History): Note that ERC is now included with Emacs.
7318
7319 2006-01-31 Romain Francoise <romain@orebokech.com>
7320
7321 * message.texi (Message Headers): Explain what
7322 `message-alternative-emails' does in more detail.
7323 Update copyright year.
7324
7325 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
7326
7327 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7328
7329 2006-01-29 Richard M. Stallman <rms@gnu.org>
7330
7331 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7332
7333 2006-01-29 Michael Olson <mwolson@gnu.org>
7334
7335 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7336
7337 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7338
7339 * faq.texi (New in Emacs 22): Mention ERC.
7340
7341 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7342
7343 * rcirc.texi: Capitalize dir entry for consistency with the entry
7344 in info/dir and other entries in the Emacs category.
7345 Fix typos. Delete trailing whitespace.
7346
7347 2006-01-28 Björn Lindström <bkhl@elektrubadur.se>
7348
7349 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7350
7351 2006-01-27 Eli Zaretskii <eliz@gnu.org>
7352
7353 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7354 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7355
7356 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7357 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7358
7359 2006-01-27 Alex Schroeder <alex@gnu.org>
7360
7361 * rcirc.texi: New file.
7362
7363 2006-01-23 Juri Linkov <juri@jurta.org>
7364
7365 * widget.texi (User Interface): Add S-TAB for widget-backward.
7366
7367 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
7368
7369 Sync with Tramp 2.0.52.
7370
7371 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7372 Add Tramp disabling item. New item for common connection problems.
7373 (various): Apply "ftp" as method for the download URL.
7374 (Bug Reports): Refer to FAQ for common problems.
7375
7376 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7377
7378 * widget.texi (User Interface): Use @key for TAB.
7379
7380 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7381
7382 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7383 for TAB.
7384
7385 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7386
7387 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7388
7389 * gnus.texi: Update copyright.
7390
7391 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7392
7393 * gnus.texi (Article Washing): Additions.
7394
7395 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
7396
7397 * org.texi (Agenda commands): Document tags command.
7398
7399 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7400
7401 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7402
7403 2006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7404
7405 * gnus.texi (RSS): Addition.
7406
7407 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7408
7409 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7410
7411 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7412
7413 * emacs-mime.texi (Display Customization): Add setting example to
7414 mm-discouraged-alternatives.
7415
7416 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7417
7418 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7419 version is the canonical version.
7420
7421 2006-01-08 Alex Schroeder <alex@gnu.org>
7422
7423 * pgg.texi (Caching passphrase): Rewording.
7424
7425 2006-01-06 Eli Zaretskii <eliz@gnu.org>
7426
7427 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7428 repository URL.
7429
7430 2006-01-06 Carsten Dominik <dominik@science.uva.nl>
7431
7432 * org.texi: Removed the accidentally re-added empty line in the
7433 direntry.
7434
7435 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
7436
7437 * org.texi (Agenda Views): Chapter reorganized.
7438
7439 2005-12-29 Romain Francoise <romain@orebokech.com>
7440
7441 * faq.texi (Using Customize): New node.
7442
7443 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7444
7445 * org.texi: Remove blank line in @direntry. It is non-standard
7446 and recursively produces blank lines all over the dir file (when
7447 using Texinfo 4.8).
7448
7449 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7450
7451 * widget.texi (atoms): Delete obsolete remark about `file' widget.
7452
7453 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
7454
7455 * org.texi (Tags): Boolean logic documented.
7456 (Agenda Views): Document custom commands.
7457
7458 2005-12-20 David Kastrup <dak@gnu.org>
7459
7460 * faq.texi (AUCTeX): Update version and mailing list info.
7461
7462 2005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7463
7464 * gnus.texi (MIME Commands): Mention addition of
7465 multipart/alternative to gnus-buttonized-mime-types and add xref
7466 to mm-discouraged-alternatives.
7467
7468 * emacs-mime.texi (Display Customization): Mention addition of
7469 "image/.*" and add xref to gnus-buttonized-mime-types in the
7470 mm-discouraged-alternatives section.
7471
7472 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
7473
7474 * org.texi (Tags): New section.
7475 (Agenda Views): Chapter reorganized.
7476
7477 2005-12-16 Eli Zaretskii <eliz@gnu.org>
7478
7479 * org.texi (Internal Links): Add a missing comma after an @xref.
7480
7481 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
7482
7483 * faq.texi (Filling paragraphs with a single space): No need to
7484 change sentence-end now.
7485
7486 2005-12-13 Romain Francoise <romain@orebokech.com>
7487
7488 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7489
7490 2005-12-12 Jay Belanger <belanger@truman.edu>
7491
7492 * faq.texi (Calc): Update version number.
7493
7494 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
7495
7496 * org.texi (Progress Logging): New section.
7497
7498 2005-12-10 Romain Francoise <romain@orebokech.com>
7499
7500 Update the Emacs FAQ for the 22.1 release.
7501
7502 * faq.texi: Set VER to `22.1'.
7503 (Basic editing): Explain how to use localized versions of the
7504 Tutorial. Mention that `C-h r' displays the manual.
7505 Delete obsolete WWW link to an Emacs 18 tutorial.
7506 (Getting a printed manual): Point to the new locations of the
7507 manuals on the GNU Web site.
7508 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7509 available via Info (it was previously distributed separately).
7510 (Installing Texinfo documentation): The latest version of Texinfo
7511 is 4.8, not 4.0.
7512 (Informational files for Emacs): COPYING is the GNU General Public
7513 License, not the Emacs General Public License.
7514 (Informational files for Emacs): Delete obsolete link to the
7515 GNUinfo pages as they have been removed from the GNU Web site.
7516 (New in Emacs 22): New node.
7517 (Setting up a customization file): Say that most packages support
7518 Customize nowadays.
7519 (Colors on a TTY): Delete reference to instructions on how to
7520 enable syntax highlighting, it is now enabled by default.
7521 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7522 at startup automatically.
7523 (Controlling case sensitivity): Mention `M-c' in isearch.
7524 (Using an already running Emacs process): Emacs now creates the
7525 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7526 gnuserv. As emacsclient can now run Lisp code as well, delete a
7527 sentence praising gnuserv for that. Simplify description of how
7528 the client/server operation works.
7529 (Compiler error messages): Delete obsolete text (compile.el has
7530 been rewritten).
7531 (Indenting switch statements): Fix typo.
7532 (Matching parentheses): Simplify setup instructions, mention the
7533 menu bar item in the Options menu.
7534 (Repeating a command as many times as possible): Mention `C-x e'.
7535 (Going to a line by number): Mention new keymap and bindings
7536 `M-g M-g', `M-g M-p' and `M-g M-n'.
7537 (Turning on syntax highlighting): Now on by default. Simplify.
7538 (Replacing highlighted text): Use `1', not `t'.
7539 (Problems with very large files): The maximum size is now 256MB on
7540 32-bit machines.
7541 (^M in the shell buffer): Mention `comint-process-echoes'.
7542 (Emacs for Apple computers): Emacs 22 has native support for Mac
7543 OS X.
7544 (Translating names to IP addresses): Delete node.
7545 (Binding keys to commands): Fix typo.
7546 (SPC no longer completes file names): New node.
7547 (MIME with Emacs mail packages): Delete section about the Emacs
7548 MIME FAQ (it's not reachable anymore).
7549
7550 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7551
7552 * cc-mode.texi: The manual has been extensively revised: the
7553 information about using CC Mode has been separated from the larger
7554 and more difficult chapters about configuration. It has been
7555 updated for CC Mode 5.31.
7556
7557 2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7558
7559 * pgg.texi (User Commands): Fix description of pgg-verify-region.
7560 (Selecting an implementation): Fix descriptions.
7561
7562 2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7563
7564 * message.texi (Various Message Variables): Addition.
7565
7566 2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7567
7568 * message.texi: Fix default values.
7569
7570 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7571
7572 * message.texi (Header Commands): Clarify descriptions of
7573 message-cross-post-followup-to, message-reduce-to-to-cc, and
7574 message-insert-wide-reply.
7575 (Various Commands): Fix kindex for message-kill-to-signature;
7576 clarify description of message-tab.
7577
7578 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7579
7580 * message.texi (Mailing Lists): Fix description about MFT.
7581
7582 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7583
7584 2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7585
7586 * gnus.texi (Slow Terminal Connection): Replace old description
7587 with new one.
7588
7589 2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7590
7591 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7592 replace X-Draft-Headers with X-Draft-From.
7593
7594 2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7595
7596 * gnus.texi (Various Various): Fix the default value of
7597 nnheader-max-head-length.
7598 (Gnus Versions): Fix typo.
7599
7600 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
7601
7602 * org.texi (Structure editing): Document new functionality of
7603 M-RET.
7604
7605 2005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7606
7607 * org.texi (Internal Links): Fix Texinfo usage.
7608
7609 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
7610
7611 * org.texi (TODO basics): Document the global todo list.
7612 (TODO items): Documents sparse tree for specific TODO
7613 keywords.
7614
7615 2005-11-30 Carsten Dominik <dominik@science.uva.nl>
7616
7617 * org.texi (Plain Lists): Typos fixed.
7618
7619 2005-11-28 Jay Belanger <belanger@truman.edu>
7620
7621 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7622
7623 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7624
7625 * org.texi (Structure editing): New item moving commands added.
7626 (Plain Lists): New section.
7627
7628 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7629
7630 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7631 (Agenda): Document commands `org-cycle-agenda-files' and
7632 `org-agenda-file-to-front'.
7633 (Built-in table editor): Document `org-table-sort-lines'.
7634 (HTML formatting): Export of hand-formatted lists.
7635
7636 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7637
7638 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7639 new variable gnus-toolbar-thickness.
7640
7641 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7642
7643 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7644
7645 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7646
7647 * gnus.texi (X-Face): Fix description.
7648 (XVarious): Remove gnus-xmas-logo-color-alist and
7649 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7650
7651 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7652
7653 * gnus.texi (Group Parameters): Mention new variable
7654 gnus-parameters-case-fold-search.
7655 (Home Score File): Addition.
7656
7657 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
7658
7659 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7660 (Overview): List supported feed types.
7661 (Installation): No installation necessary when using autoload.
7662 (Configuration): Rename "RSS" to "news".
7663
7664 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7665
7666 * pgg.texi (User Commands): Document additional passphrase
7667 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7668 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7669
7670 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
7671
7672 * org.texi: Version number changed to 3.19.
7673
7674 2005-10-29 Sascha Wilde <wilde@sha-bang.de>
7675
7676 * pgg.texi (How to use): Update the example to add autoload of
7677 pgg-encrypt-symmetric-region.
7678 (User Commands): Document pgg-encrypt-symmetric-region.
7679 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7680
7681 2005-10-27 Jay Belanger <belanger@truman.edu>
7682
7683 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7684 mention other TeX-related units.
7685
7686 2005-10-23 Lars Hansen <larsh@soem.dk>
7687
7688 * dired-x.texi (Miscellaneous Commands):
7689 Replace dired-do-relative-symlink by dired-do-relsymlink and
7690 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7691
7692 2005-10-23 Jay Belanger <belanger@truman.edu>
7693
7694 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7695 constant.
7696
7697 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
7698
7699 * faq.texi (Bugs and problems):
7700 Replace `dired-move-to-filename-regexp' by
7701 `directory-listing-before-filename-regexp'.
7702
7703 2005-10-22 Eli Zaretskii <eliz@gnu.org>
7704
7705 * newsticker.texi (UPDATED): Set value.
7706
7707 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7708
7709 * gnus.texi (Document Groups): Remove duplicate item.
7710
7711 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
7712
7713 * org.texi (Summary): Mention iCalendar support.
7714 (Exporting): Document iCalendar support.
7715
7716 2005-10-18 Romain Francoise <romain@orebokech.com>
7717
7718 * viper.texi (Viper Specials): Capitalize GNU.
7719
7720 2005-10-17 Juri Linkov <juri@jurta.org>
7721
7722 * info.texi (Getting Started, Search Index, Expert Info):
7723 Fix wording.
7724 (Search Text): Replace `echo area' with `mode line'.
7725 (Search Index): Both `i' and `,' find all index entries.
7726 Replace example `C-f' with `C-l' (which exists in index of Info
7727 manual) and delete spaces in its keyboard input sequence.
7728 Delete unnecessary explanations about literal characters.
7729
7730 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7731
7732 * gnus.texi (Document Server Internals): Addition.
7733
7734 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7735
7736 * gnus.texi (A note on namespaces): Fix RFC reference.
7737
7738 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7739
7740 * gnus.texi (RSS): Fix key description.
7741
7742 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7743
7744 * gnus.texi: Emacs/w3 -> Emacs/W3.
7745 (Browsing the Web): Fix description.
7746 (Web Searches): Ditto.
7747 (Customizing W3): Ditto.
7748
7749 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7750
7751 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7752
7753 2005-10-11 Jay Belanger <belanger@truman.edu>
7754
7755 * calc.texi (Integration): Mention using `a i' to compute definite
7756 integrals.
7757
7758 2005-10-11 Juri Linkov <juri@jurta.org>
7759
7760 * info.texi: Rearrange nodes.
7761 (Top): Update menu. Change ref `Info for Experts' to
7762 `Advanced Info Commands'.
7763 (Getting Started): Fix description of manual's parts.
7764 (Help-Int): Change xref `Info Search' to `Search Index', and
7765 `Expert Info' to `Advanced'.
7766 (Advanced): Move node one level up.
7767 (Search Text, Search Index): New nodes split out from `Info Search'.
7768 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7769 split out from `Advanced'.
7770 (Advanced, Emacs Info Variables): De-document editing an Info file
7771 in Info.
7772 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7773 (Creating an Info File): Delete node and move its text to
7774 `Expert Info'.
7775
7776 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
7777
7778 * org.texi (Workflow states): Documented that change in keywords
7779 becomes active only after restart of Emacs.
7780
7781 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
7782
7783 Sync with Tramp 2.0.51.
7784
7785 2005-10-08 Nick Roberts <nickrob@snap.net.nz>
7786
7787 * speedbar.texi (Introduction): Describe new location of speedbar
7788 on menubar.
7789 (Basic Key Bindings): Remove descriptions of bindings that have
7790 been removed.
7791
7792 2005-10-05 Nick Roberts <nickrob@snap.net.nz>
7793
7794 * speedbar.texi (GDB): Describe use of watch expressions.
7795
7796 2005-09-28 Simon Josefsson <jas@extundo.com>
7797
7798 * message.texi (IDNA): Fix.
7799
7800 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7801
7802 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7803 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7804 description of nntp-open-connection-function.
7805 (Common Variables): Fix descriptions.
7806
7807 2005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7808
7809 * gnus.texi (Server Buffer Format): Document the %a format spec.
7810
7811 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7812
7813 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7814
7815 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
7816
7817 * org.texi Version 3.16.
7818
7819 2005-09-19 Miles Bader <miles@gnu.org>
7820
7821 * newsticker.texi: Get rid of CVS keywords.
7822
7823 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7824
7825 * gnus.texi (Finding the Parent): Fix description of how Gnus
7826 finds article.
7827
7828 2005-09-14 Jari Aalto <jari.aalto@cante.net>
7829
7830 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7831 to drop off non-answered articles.
7832
7833 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
7834
7835 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7836 braces (which are unsupported by NMAKE) for macro `srcdir'.
7837
7838 2005-09-17 Eli Zaretskii <eliz@gnu.org>
7839
7840 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7841 (../info/newsticker, newsticker.dvi): New targets.
7842
7843 2005-09-17 Ulf Jasper <ulf.jasper@web.de>
7844
7845 * newsticker.texi: Replace @command with @code. Replace @example
7846 with @lisp.
7847 (Top): Add explanations to menu items.
7848 (GNU Free Documentation License): Remove.
7849
7850 2005-09-16 Romain Francoise <romain@orebokech.com>
7851
7852 Update all files to specify GFDL version 1.2.
7853
7854 * doclicense.texi (GNU Free Documentation License): Update to
7855 version 1.2.
7856
7857 2005-09-15 Richard M. Stallman <rms@gnu.org>
7858
7859 * newsticker.texi: Fix @setfilename.
7860
7861 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7862 (../info/newsticker, newsticker.dvi): New targets.
7863
7864 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
7865
7866 * org.texi: Version 3.15.
7867
7868 2005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7869
7870 * ses.texi: Combine all three indices into one.
7871 Correct a few typos.
7872
7873 2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7874
7875 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7876
7877 2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7878
7879 * emacs-mime.texi (Handles): Remove duplicate item.
7880 (Encoding Customization): Fix the default value for
7881 mm-coding-system-priorities.
7882 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7883 (Basic Functions): Fix reference.
7884
7885 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7886
7887 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7888
7889 2005-08-18 Richard M. Stallman <rms@gnu.org>
7890
7891 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7892 and web site.
7893
7894 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7895 not keyboard-translate.
7896
7897 2005-08-11 Richard M. Stallman <rms@gnu.org>
7898
7899 * faq.texi (Using regular expressions): Fix xref.
7900
7901 2005-08-09 Juri Linkov <juri@jurta.org>
7902
7903 * info.texi (Help-P): Replace `Prev' with `Previous'.
7904 (Help-M, Help-Xref): Add S-TAB.
7905 (Help-FOO): Update `u' command.
7906 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7907 Update info about visibility of xref parts.
7908 (Help-Int): Fix `m' command. Rename `Info-last' to
7909 `Info-history-back'. Add `Info-history-forward'.
7910 (Advanced): Fix `g*' and `M-n' commands.
7911 (Info Search): Add `index-apropos' in stand-alone browser.
7912 Add isearch commands.
7913 (Emacs Info Variables): Remove `Info-fontify'.
7914 Add `Info-mode-hook'. Update face names.
7915 Add `Info-fontify-maximum-menu-size',
7916 `Info-fontify-visited-nodes', `Info-isearch-search'.
7917
7918 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
7919
7920 Sync with Tramp 2.0.50.
7921
7922 * tramp.texi: Use @option{} consequently for method names.
7923 (Inline methods, External transfer methods): Remove references to
7924 Cygwin.
7925 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7926 implementation.
7927
7928 2005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7929
7930 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7931 Mention that gnus-init-file is not read when Emacs is invoked with
7932 --no-init-file or -q.
7933
7934 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
7935
7936 * org.texi: Version 3.14.
7937
7938 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
7939
7940 * org.texi: Version 3.13.
7941
7942 2005-07-18 Juri Linkov <juri@jurta.org>
7943
7944 * calc.texi (Time Zones, Logical Operations):
7945 * cl.texi (Overview):
7946 * org.texi (TODO types):
7947 * sc.texi (Emacs 18 MUAs):
7948 * speedbar.texi (Top):
7949 * url.texi (History):
7950 Delete duplicate duplicate words.
7951
7952 2005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
7953
7954 * cl.texi (Type Predicates): Document `atom' type.
7955
7956 2005-07-04 Lute Kamstra <lute@gnu.org>
7957
7958 Update FSF's address in GPL notices.
7959
7960 * calc.texi (Copying):
7961 * doclicense.texi (GNU Free Documentation License):
7962 * faq.texi (Contacting the FSF):
7963 * mh-e.texi (Copying): Update FSF's address.
7964
7965 2005-07-03 Richard M. Stallman <rms@gnu.org>
7966
7967 * flymake.texi (Example -- Configuring a tool called directly):
7968 Update name of flymake-build-relative-filename.
7969
7970 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7971
7972 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
7973
7974 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
7975
7976 * org.texi: Version 3.12.
7977
7978 2005-06-24 Eli Zaretskii <eliz@gnu.org>
7979
7980 * makefile.w32-in (MAKEINFO): Use --force.
7981 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7982 Makefile.in.
7983 (gnus.dvi): Use "..." to quote Sed args, so that it works with
7984 more shells.
7985
7986 2005-06-23 Richard M. Stallman <rms@gnu.org>
7987
7988 * speedbar.texi (Creating a display): Texinfo usage fixes.
7989
7990 * tramp.texi (Customizing Completion, Auto-save and Backup):
7991 Texinfo usage fixes.
7992
7993 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
7994
7995 * dired-x.texi (Miscellaneous Commands):
7996 * ediff.texi (Miscellaneous):
7997 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
7998 (Agent Variables):
7999 * info.texi (Help-Xref):
8000 * message.texi (Message Headers):
8001 * org.texi (Remember):
8002 * reftex.texi (Options (Defining Label Environments)):
8003 (Options (Index Support)):
8004 (Options (Viewing Cross-References)):
8005 (Options (Misc)):
8006 (Changes):
8007 * speedbar.texi (Creating a display):
8008 * tramp.texi (Customizing Completion, Auto-save and Backup):
8009 Texinfo usage fix.
8010
8011 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
8012
8013 * org.texi: Version 3.11.
8014
8015 2005-06-12 Jay Belanger <belanger@truman.edu>
8016
8017 * calc.texi (Getting Started): Remove extra menu item.
8018
8019 2005-05-31 Jay Belanger <belanger@truman.edu>
8020
8021 * calc.texi (Notations Used in This Manual): Use @kbd for key
8022 sequence.
8023 (Demonstration of Calc): Mention another way of starting Calc.
8024 (Starting Calc): Mention long name of M-#.
8025 (Embedded Mode Overview): Remove unnecessary instruction.
8026 (Other M-# commands): Rephrase `M-# 0' explanation.
8027 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8028 reflect current behavior.
8029
8030 2005-05-30 Jay Belanger <belanger@truman.edu>
8031
8032 * calc.texi (Hooks): Change description of calc-window-hook and
8033 calc-trail-window-hook to match usage.
8034 (Computational Functions): Add more constant-generating functions.
8035 (Customizable Variables): Use defvar.
8036
8037 2005-05-28 Jay Belanger <belanger@truman.edu>
8038
8039 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8040 (Basic Embedded Mode): Explain behavior of arguments to
8041 calc-embedded-mode.
8042
8043 2005-05-27 Jay Belanger <belanger@truman.edu>
8044
8045 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8046 current behavior.
8047
8048 2005-05-25 Jay Belanger <belanger@truman.edu>
8049
8050 * calc.texi: Change Calc version number throughout.
8051 (Keypad Mode): Change location in info output.
8052 (Keypad mode overview): Move picture of keypad.
8053
8054 2005-05-21 Jay Belanger <belanger@truman.edu>
8055
8056 * calc.texi (Storing variables): Mention that only most variables
8057 are void to begin with.
8058
8059 2005-05-21 Kevin Ryde <user42@zip.com.au>
8060
8061 * widget.texi (Basic Types): Update cross ref from "Enabling
8062 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8063 lispref/text.texi change.
8064
8065 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
8066
8067 * org.texi: Version 3.09.
8068
8069 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
8070
8071 * reftex.texi: Version 4.28.
8072
8073 2005-05-16 Jay Belanger <belanger@truman.edu>
8074
8075 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8076
8077 2005-05-14 Jay Belanger <belanger@truman.edu>
8078
8079 * calc.texi (Default Simplifications): Insert missing ! (logical
8080 not operator).
8081
8082 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
8083
8084 Sync with Tramp 2.0.49.
8085
8086 2005-05-10 Jay Belanger <belanger@truman.edu>
8087
8088 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8089 to 1.
8090
8091 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8092
8093 * org.texi: Version 3.08, structure reorganized.
8094
8095 2005-04-24 Richard M. Stallman <rms@gnu.org>
8096
8097 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8098
8099 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
8100
8101 * org.texi: Update to version 3.06.
8102
8103 2005-04-13 Lute Kamstra <lute@gnu.org>
8104
8105 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8106
8107 2005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8108
8109 * cl.texi (Porting Common Lisp): Fix typo.
8110
8111 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8112
8113 * gnus.texi (RSS): Addition.
8114
8115 2005-04-04 Jay Belanger <belanger@truman.edu>
8116
8117 * calc.texi: Change Calc version number.
8118 (Customizable variables): Fix description of calc-language-alist.
8119 (Copying): Put in version 2 of GPL.
8120
8121 2005-04-01 Jay Belanger <belanger@truman.edu>
8122
8123 * calc.texi (Troubleshooting Commands): Remove comment about
8124 installation.
8125 (Installation): Remove section.
8126 (Customizable Variables): New section.
8127 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8128 (Graphical Devices): Add references to Customizable Variables.
8129
8130 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8131
8132 * emacs-mime.texi (Display Customization): Markup fixes.
8133 (rfc2047): Update.
8134
8135 2005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8136
8137 * gnus-faq.texi: Replaced with auto-generated version.
8138
8139 2005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8140
8141 * dired-x.texi (Multiple Dired Directories): default-directory was
8142 renamed to dired-default-directory.
8143
8144 2005-03-26 Jay Belanger <belanger@truman.edu>
8145
8146 * calc.texi (Simplifying Formulas, Rewrite Rules):
8147 Change description of top and bottom of fraction.
8148 (Modulo Forms): Move description of how to create modulo forms to
8149 earlier in the section.
8150 (Fraction Mode): Suggest using : to get a fraction by dividing.
8151 (Basic Arithmetic): Adjust placement of command name.
8152 (Truncating the Stack): Emphasize that "hidden" entries are still
8153 visible.
8154 (Installation): Move discussion of printing manual to "About This
8155 Manual".
8156 (About This Manual): Mention how to print the manual.
8157 (Reporting Bugs): Remove first person.
8158 (Building Vectors): Add algebraic version of append.
8159 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8160 (Grouping Digits): Fix typo.
8161
8162 2005-03-25 Werner Lemberg <wl@gnu.org>
8163
8164 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8165 Replace `legal' with `valid'.
8166
8167 2005-03-25 Werner Lemberg <wl@gnu.org>
8168
8169 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8170
8171 2005-03-24 Jay Belanger <belanger@truman.edu>
8172
8173 * calc.texi (General Mode Commands)
8174 (Mode Settings in Embedded Mode): Add some explanation of
8175 recording mode settings.
8176
8177 2005-03-24 Richard M. Stallman <rms@gnu.org>
8178
8179 * calc.texi: Remove praise of non-free software.
8180
8181 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8182 (Installation): Node deleted.
8183
8184 2005-03-23 Richard M. Stallman <rms@gnu.org>
8185
8186 * url.texi (HTTP language/coding): Improve last change.
8187
8188 2005-03-22 Jay Belanger <belanger@truman.edu>
8189
8190 * calc.texi (Embedded Mode): Add new information on changing
8191 modes.
8192
8193 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
8194
8195 Sync with Tramp 2.0.48.
8196
8197 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8198
8199 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8200 "GNU/Linux". Change all addresses to .gnu.org.
8201 (Default Method): Offer shortened syntax for "su" and "sudo"
8202 methods.
8203
8204 2005-03-07 Richard M. Stallman <rms@gnu.org>
8205
8206 * url.texi: Fix usage of "e.g.".
8207 (HTTP language/coding): Explain the rules for these strings.
8208
8209 2005-03-06 Richard M. Stallman <rms@gnu.org>
8210
8211 * woman.texi (Introduction): Minor cleanups.
8212
8213 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8214
8215 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8216 (Installation): Node deleted.
8217
8218 * mh-e.texi (Preface): Get rid of "Emacs 21".
8219
8220 * eshell.texi (Installation): Delete node (for Emacs 20).
8221
8222 2005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8223
8224 * flymake.texi: Refill and tweak style in @lisp blocks.
8225
8226 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8227
8228 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8229
8230 2005-03-01 Jay Belanger <belanger@truman.edu>
8231
8232 * calc.texi (Trigonometric and Hyperbolic Functions):
8233 Mention additional functions.
8234 (Algebraic Simplifications): Mention additional simplifications.
8235
8236 2005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8237
8238 * ses.texi: Add concept/function/variable indices (this work was
8239 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8240 papers on file at FSF).
8241
8242 2005-02-10 Jay Belanger <belanger@truman.edu>
8243
8244 * calc.texi: Change @LaTeX to La@TeX throughout.
8245 Redefine @expr as @math for TeX output.
8246 Redefine @texline as a no-op for TeX output.
8247 Define @tfn, replace @t by @tfn throughout.
8248
8249 2005-02-09 Jay Belanger <belanger@truman.edu>
8250
8251 * calc.texi: Add macro for LaTeX for info output.
8252
8253 2005-02-08 Kim F. Storm <storm@cua.dk>
8254
8255 * texinfo.tex (LaTex): Add def.
8256
8257 2005-02-06 Jay Belanger <belanger@truman.edu>
8258
8259 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8260 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8261 throughout manual.
8262
8263 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8264
8265 * gnus.texi: Some edits based on comments from David Abrahams.
8266
8267 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8268
8269 * gnus.texi (RSS): Fix the keystroke.
8270
8271 2005-01-24 David Kastrup <dak@gnu.org>
8272
8273 * faq.texi: Update AUCTeX version info.
8274
8275 2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8276
8277 * gnus-faq.texi ([4.1]): Typo.
8278
8279 2005-01-19 Jay Belanger <belanger@truman.edu>
8280
8281 * calc.texi (Keep Arguments): Mention that keeping arguments
8282 doesn't work with keyboard macros.
8283
8284 2005-01-16 Richard M. Stallman <rms@gnu.org>
8285
8286 * autotype.texi (Autoinserting): Fix small error.
8287
8288 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
8289
8290 Sync with Tramp 2.0.47.
8291
8292 * tramp.texi (Compilation): New section, describing compilation of
8293 remote files.
8294
8295 2005-01-11 Kim F. Storm <storm@cua.dk>
8296
8297 * widget.texi (Basic Types): Add :follow-link keyword.
8298
8299 2005-01-09 Jay Belanger <belanger@truman.edu>
8300
8301 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8302
8303 2005-01-08 Jay Belanger <belanger@truman.edu>
8304
8305 * calc.texi: Change throughout to reflect new default value of
8306 calc-settings-file.
8307
8308 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8309
8310 * message.texi (Reply): `message-reply-to-function' should return
8311 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8312
8313 2005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8314
8315 * faq.texi (Changing load-path): Fix typo.
8316
8317 2005-01-05 Jay Belanger <belanger@truman.edu>
8318
8319 * calc.texi (Programming Tutorial): Replace kbd command by
8320 appropriate characters for a keyboard macro.
8321
8322 2005-01-04 Jay Belanger <belanger@truman.edu>
8323
8324 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8325 for Lucid Emacs.
8326 (Programming Tutorial): Mention that the user needs to be in the
8327 right mode to compute some functions.
8328
8329 2005-01-04 Jay Belanger <belanger@truman.edu>
8330
8331 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8332 no longer applicable.
8333
8334 2005-01-01 Jay Belanger <belanger@truman.edu>
8335
8336 * calc.texi (Programming Tutorial): Change description of how to
8337 edit keyboard macros to match current behavior.
8338
8339 2004-12-31 Jay Belanger <belanger@truman.edu>
8340
8341 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8342
8343 2004-12-20 Jay Belanger <belanger@truman.edu>
8344
8345 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8346 zero.
8347
8348 2004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8349
8350 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8351 @xref.
8352 (Font Locking): Avoid @strong{Note:}.
8353
8354 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
8355
8356 Sync with Tramp 2.0.46.
8357
8358 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8359
8360 2004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8361
8362 * url.texi: Correct typos.
8363 (Retrieving URLs): @var{nil}->@code{nil}.
8364 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
8365 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8366 (Dealing with HTTP documents): @inforef->@xref.
8367
8368 2004-12-15 Jay Belanger <belanger@truman.edu>
8369
8370 * calc.texi: Consistently capitalized all mode names.
8371 (Answers to Exercises): Mention that an answer can be a fraction
8372 when in Fraction mode.
8373
8374 2004-12-13 Jay Belanger <belanger@truman.edu>
8375
8376 * calc.texi: Fix some TeX definitions.
8377
8378 2004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8379
8380 * reftex.texi (Imprint): Remove erroneous @value's.
8381
8382 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8383
8384 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8385 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8386
8387 2004-12-08 Jay Belanger <belanger@truman.edu>
8388
8389 * calc.texi (Starting Calc): Remove comment about installation.
8390 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8391
8392 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8393
8394 * url.texi: Update @setfilename.
8395 (Getting Started): No need to worry about Gnus versions.
8396 (Dealing with HTTP documents): Use @inforef.
8397
8398 * org.texi: Fix @direntry file name.
8399
8400 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8401
8402 * url.texi: New file.
8403
8404 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8405
8406 2004-12-06 Jay Belanger <belanger@truman.edu>
8407
8408 * calc.texi (Using Calc): Remove paragraph about installation.
8409
8410 2004-12-06 Jay Belanger <belanger@truman.edu>
8411
8412 * calc.texi: Use more Texinfo macros and less TeX defs.
8413 Remove @refill's.
8414
8415 2004-12-06 Richard M. Stallman <rms@gnu.org>
8416
8417 * org.texi: New file.
8418
8419 2004-12-05 Richard M. Stallman <rms@gnu.org>
8420
8421 * Makefile.in (org.dvi, ../info/org): New targets.
8422 (INFO_TARGETS): Add ../info/org.
8423 (DVI_TARGETS): Add org.dvi.
8424 (maintainer-clean): Remove the info files in the info dir.
8425
8426 2004-11-26 Eli Zaretskii <eliz@gnu.org>
8427
8428 * idlwave.texi: Fix the setfilename directive to put the produced
8429 file in ../info.
8430 (Continued Statement Indentation): Resurrect Jan D.'s change from
8431 2004-11-03 that was lost when a newer version of idlwave.texi was
8432 imported.
8433
8434 2004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8435
8436 * gnus-faq.texi ([5.1]): Add missing bracket.
8437
8438 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8439 Index `spam-initialize'.
8440
8441 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8442
8443 * message.texi (Various Message Variables): Mention that all mail
8444 file variables are derived from `message-directory'.
8445
8446 * gnus.texi (Splitting Mail): Clarify bogus group.
8447
8448 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8449
8450 * emacs-mime.texi (Encoding Customization):
8451 Fix mm-coding-system-priorities entry.
8452
8453 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8454
8455 * idlwave.texi (Continued Statement Indentation):
8456 * reftex.texi (Options (Index Support)):
8457 (Displaying and Editing the Index, Table of Contents):
8458 * speedbar.texi (Creating a display, Major Display Modes):
8459 Replace non-nil with non-@code{nil}.
8460
8461 2004-10-21 Jay Belanger <belanger@truman.edu>
8462
8463 * calc.texi (Algebraic-Style Calculations): Remove a comment.
8464
8465 2004-10-18 Luc Teirlinck <teirllm@auburn.edu>
8466
8467 * calc.texi (Reporting Bugs): Double up `@'.
8468
8469 2004-10-18 Jay Belanger <belanger@truman.edu>
8470
8471 * calc.texi (Reporting Bugs): Change the address that bugs
8472 should be sent to.
8473
8474 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8475
8476 * gnus.texi (New Features): Add 5.11.
8477
8478 * message.texi (Resending): Remove wrong default value.
8479
8480 * gnus.texi (Mail Source Specifiers): Describe possible problems
8481 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
8482 `pop3-leave-mail-on-server' to the index.
8483
8484 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8485
8486 * message.texi (Canceling News): Add how to set a password.
8487
8488 2004-10-12 Jay Belanger <belanger@truman.edu>
8489
8490 * calc.texi (Help Commands): Change the descriptions of
8491 calc-describe-function and calc-describe-variable to match their
8492 current behavior.
8493
8494 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8495
8496 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8497
8498 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
8499
8500 Sync with Tramp 2.0.45.
8501
8502 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8503 plink link. The URL is outdated. Originator contacted for
8504 clarification.
8505
8506 2004-10-10 Juri Linkov <juri@jurta.org>
8507
8508 * gnus.texi (Top, Marking Articles): Join two menus in one node
8509 because a node can have only one menu.
8510
8511 2004-10-09 Juri Linkov <juri@jurta.org>
8512
8513 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8514 example of nnmail-split-fancy.
8515
8516 2004-10-06 Karl Berry <karl@gnu.org>
8517
8518 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8519 consistency with other uses of dashes.
8520
8521 2004-10-05 Karl Berry <karl@gnu.org>
8522
8523 * info.texi: Consistently use --- throughout, periods at end of
8524 menu descriptions, and a couple typos.
8525
8526 2004-09-26 Jesper Harder <harder@ifa.au.dk>
8527
8528 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8529 * pgg.texi (User Commands, Backend methods): Do.
8530 * gnus.texi: Markup fixes.
8531 (Setting Process Marks): Fix `M P a' entry.
8532 * emacs-mime.texi: Fixes.
8533
8534 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8535
8536 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8537 again.
8538 Use 5.10 instead of 5.10.0.
8539
8540 2004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8541
8542 * gnus.texi (Summary Mail Commands): S D e.
8543
8544 2004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
8545
8546 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8547 the gnus-article-mode-line-format section.
8548
8549 2004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
8550
8551 * gnus.texi (Various Summary Stuff): Fix the documentation for
8552 gnus-newsgroup-variables.
8553
8554 2004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8555
8556 * gnus.texi (MIME Commands):
8557 Add gnus-mime-display-multipart-as-mixed,
8558 gnus-mime-display-multipart-alternative-as-mixed,
8559 gnus-mime-display-multipart-related-as-mixed.
8560 (Mail Source Customization): Clarify `mail-source-directory'.
8561 (Splitting Mail): Mention gnus-group-find-new-groups.
8562 (SpamOracle): Fix typo.
8563
8564 * gnus-faq.texi: Untabify.
8565 ([6.3]): nnir.el is in contrib directory.
8566
8567 * message.texi (News Headers): Clarify how a unique ID is created.
8568
8569 * gnus.texi (Batching Agents): Fix typo in example.
8570 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8571
8572 2004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
8573
8574 * gnus.texi (Group Parameters): Add more on hooks.
8575
8576 2004-09-20 Florian Weimer <fw@deneb.enyo.de>
8577
8578 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8579
8580 2004-09-22 Jay Belanger <belanger@truman.edu>
8581
8582 * calc.texi (Vectors as Lists): Add a warning that the tutorial
8583 might be hidden during part of the session.
8584
8585 2004-09-20 Jay Belanger <belanger@truman.edu>
8586
8587 * calc.texi (Notations Used in This Manual): Put in an earlier
8588 mention that DEL could be called Backspace.
8589
8590 2004-09-10 Simon Josefsson <jas@extundo.com>
8591
8592 * gnus.texi (IMAP): Add example. Suggested and partially written
8593 by Steinar Bang <sb@dod.no>.
8594
8595 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8596
8597 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8598 netrc syntax.
8599
8600 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8601
8602 * gnus.texi (Spam ELisp Package Sequence of Events):
8603 Some clarifications.
8604 (Spam ELisp Package Global Variables): More clarifications.
8605
8606 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8607
8608 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8609 Mention spam-split does not modify incoming mail.
8610
8611 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8612
8613 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8614
8615 2004-09-10 Eli Zaretskii <eliz@gnu.org>
8616
8617 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8618
8619 2004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8620
8621 * makefile.w32-in (sieve, pgg): Use $(infodir).
8622
8623 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8624
8625 * makefile.w32-in: Fix PGG and Sieve entries.
8626
8627 2004-08-28 Eli Zaretskii <eliz@gnu.org>
8628
8629 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8630 Emacs and related programs.
8631
8632 2004-08-27 Richard M. Stallman <rms@gnu.org>
8633
8634 * faq.texi: Fix texinfo usage, esp. doublequotes.
8635 (Difference between Emacs and XEmacs): Some clarification.
8636
8637 * faq.texi (Difference between Emacs and XEmacs):
8638 Explain not to contrast XEmacs with GNU Emacs.
8639
8640 2004-08-26 Richard M. Stallman <rms@gnu.org>
8641
8642 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8643
8644 2004-08-22 David Kastrup <dak@gnu.org>
8645
8646 * reftex.texi (AUCTeX): Update links, section name.
8647
8648 * faq.texi (Calc): Update availability (included in 22.1).
8649 (AUCTeX): Update availability, information, versions, description.
8650
8651 2004-08-14 Eli Zaretskii <eliz@gnu.org>
8652
8653 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8654
8655 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8656
8657 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8658
8659 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
8660
8661 Sync with Tramp 2.0.44.
8662
8663 2004-08-05 Lars Hansen <larsh@math.ku.dk>
8664
8665 * widget.texi (User Interface): Update how to separate the
8666 editable field of an editable-field widget from other widgets.
8667 (Programming Example): Add text after field.
8668
8669 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8670
8671 * emacs-mime.texi (Encoding Customization): Add a note to the
8672 mm-content-transfer-encoding-defaults entry.
8673 (rfc2047): Update.
8674
8675 * gnus.texi (Article Highlighting):
8676 Add gnus-cite-ignore-quoted-from.
8677 (POP before SMTP): New node.
8678 (Posting Styles): Addition.
8679 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8680 (Fancy Mail Splitting): Ditto.
8681 (X-Face): Add gnus-x-face.
8682
8683 2004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8684
8685 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8686 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8687
8688 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8689
8690 * gnus.texi (Mail Source Specifiers):
8691 Describe `pop3-leave-mail-on-server'.
8692
8693 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8694
8695 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8696
8697 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8698 repository. Change setfilename.
8699
8700 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8701
8702 2004-07-02 Juri Linkov <juri@jurta.org>
8703
8704 * pcl-cvs.texi (Viewing differences): Add `d r'.
8705
8706 2004-06-29 Jesper Harder <harder@ifa.au.dk>
8707
8708 * ses.texi, viper.texi, flymake.texi, faq.texi:
8709 * eshell.texi, ediff.texi: Markup fixes.
8710
8711 2004-06-21 Karl Berry <karl@gnu.org>
8712
8713 * info.texi (Top): Mention that only Emacs has mouse support.
8714 (Getting Started): Mention this in a few other places.
8715
8716 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8717
8718 * autotype.texi (Copyrights, Timestamps):
8719 Recommend `before-save-hook' instead of `write-file-functions'.
8720
8721 2004-06-13 Lars Hansen <larsh@math.ku.dk>
8722
8723 * dired-x.texi (dired-mark-omitted): Update keybinding.
8724
8725 2004-06-10 Kim F. Storm <storm@cua.dk>
8726
8727 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8728
8729 2004-06-05 Lars Hansen <larsh@math.ku.dk>
8730
8731 * dired-x.texi (variable dired-omit-mode): Rename from
8732 dired-omit-files-p.
8733 (function dired-omit-mode): Rename from dired-omit-toggle.
8734 Call dired-omit-mode rather than set dired-omit-files-p.
8735 (dired-mark-omitted): Describe command.
8736
8737 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
8738
8739 Version 2.0.41 of Tramp released.
8740
8741 2004-05-29 Juanma Barranquero <lektu@terra.es>
8742
8743 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8744 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8745
8746 2004-05-29 Richard M. Stallman <rms@gnu.org>
8747
8748 * cl.texi (Top): Call this chapter `Introduction'.
8749 (Overview): In TeX, no section heading here.
8750
8751 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8752
8753 2004-05-29 Eli Zaretskii <eliz@gnu.org>
8754
8755 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8756 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8757
8758 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8759
8760 * flymake.texi: New file.
8761
8762 2004-05-28 Simon Josefsson <jas@extundo.com>
8763
8764 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8765
8766 2004-05-07 Kai Großjohann <kai@emptydomain.de>
8767
8768 Version 2.0.40 of Tramp released.
8769
8770 2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8771
8772 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8773
8774 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8775 variables `tramp-backup-directory-alist' and
8776 `tramp-bkup-backup-directory-info'.
8777 (Overview, Connection types)
8778 (External transfer methods, Default Method)
8779 (Windows setup hints): Remove restriction of password entering
8780 with external methods.
8781 (Auto-save and Backup): Make file name example
8782 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8783 and `auto-save-directory' must be used.
8784 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8785 only "NT"). Remove doubled entry "What kinds of systems does
8786 @tramp{} work on".
8787 (tramp): Macro removed.
8788 (Obtaining Tramp): Flag removed from title.
8789 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8790 and `trampver' used properly. Flag `tramp-inst' replaced by
8791 `installchapter'. Installation related text adapted.
8792
8793 2004-04-28 Masatake YAMATO <jet@gyve.org>
8794
8795 * widget.texi (Programming Example): Remove overlays.
8796
8797 2004-04-27 Jesper Harder <harder@ifa.au.dk>
8798
8799 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8800
8801 2004-04-23 Juanma Barranquero <lektu@terra.es>
8802
8803 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8804
8805 2004-04-05 Jesper Harder <harder@ifa.au.dk>
8806
8807 * info.texi (Info Search): Add info-apropos.
8808
8809 2004-03-22 Juri Linkov <juri@jurta.org>
8810
8811 * faq.texi: Fix help key bindings.
8812
8813 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8814
8815 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8816 (as suggested by Karl Berry). Update information about colored
8817 stars in menus. Add new subheading describing M-n.
8818
8819 2004-03-12 Richard M. Stallman <rms@gnu.org>
8820
8821 * cl.texi (Top): Rename top node's title.
8822
8823 2004-03-08 Karl Berry <karl@gnu.org>
8824
8825 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8826 problems making the texinfo distribution.
8827
8828 2004-02-29 Simon Josefsson <jas@extundo.com>
8829
8830 * smtpmail.texi (Authentication): Change the list of supported
8831 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8832 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8833 <voegelas@gmx.net>.
8834
8835 2004-02-29 Juanma Barranquero <lektu@terra.es>
8836
8837 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8838 Use $(DEL) instead of rm, and ignore exit code.
8839
8840 2004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
8841
8842 Tramp version 2.0.39 released.
8843
8844 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8845
8846 * tramp.texi (Customizing Completion): Explain new functions
8847 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8848 (all): Savannah URLs unified to "http://savannah.nongnu.org".
8849 (Top): Refer to Savannah mailing list as the major one.
8850 Mention older mailing lists in HTML mode only.
8851 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8852 (Frequently Asked Questions): Remote hosts must not be Unix-like
8853 for "smb" method.
8854 (Password caching): New node.
8855 (External transfer methods): Refer to password caching for "smb"
8856 method.
8857
8858 2004-02-17 Karl Berry <karl@gnu.org>
8859
8860 * info.texi (Help-Int): Mention the new line number feature.
8861
8862 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8863
8864 * ses.texi (Advanced Features): New functionality for
8865 ses-set-header-row (defaults to current row unless C-u used).
8866 (Acknowledgements): Add Stefan Monnier.
8867
8868 2003-12-29 Kevin Ryde <user42@zip.com.au>
8869
8870 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8871
8872 2003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
8873
8874 Tramp version 2.0.38 released.
8875
8876 * tramp.texi (Remote shell setup): Warn of environment variables
8877 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8878 <sven.gabriel@imk.fzk.de>.
8879 (Configuration): Tramp now chooses base64/uuencode
8880 automatically. Update wording accordingly.
8881 (Top): More description for the `Default Method' menu entry.
8882 (Default Method): Use @code, not @var, for Lisp variables.
8883 (Default Method): New subsection `Which method is the right one
8884 for me?' Suggested by Christian Kirsch.
8885 (Configuration): Pointer to new subsection added.
8886 (Default Method): Too many "use" in one sentence.
8887 Rephrase. Reported by Christian Kirsch.
8888 (Filename Syntax): Old `su' example is probably a left-over from
8889 the sm/su method naming. Replace with `ssh', instead.
8890 (External transfer methods, Auto-save and Backup):
8891 Typo fixes.
8892
8893 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8894
8895 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
8896 (Top): Mention japanese manual only if flag `jamanual' is set.
8897 Insert section `Japanese manual' in menu.
8898
8899 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8900
8901 * eshell.texi (Known Problems): Add doc item.
8902
8903 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8904
8905 * cc-mode.texi: Update for CC Mode 5.30.
8906
8907 Note: Please refrain from doing purely cosmetic changes like
8908 removing trailing whitespace in this manual; it clobbers cvs
8909 merging for no good reason.
8910
8911 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8912
8913 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8914 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8915 @acronym{ASCII}.
8916
8917 2003-10-26 Karl Berry <karl@gnu.org>
8918
8919 * info.texi (Info Search): Echo area, not echo are. From Debian
8920 diff.
8921
8922 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
8923
8924 * widget.texi (Defining New Widgets): Document new behavior of
8925 :buttons and :children keywords.
8926
8927 2003-10-22 Miles Bader <miles@gnu.org>
8928
8929 * Makefile.in (info): Move before $(top_srcdir)/info.
8930
8931 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
8932
8933 * tramp.texi (Inline methods): Small grammar fix.
8934 (External transfer methods): Likewise.
8935
8936 2003-10-08 Nick Roberts <nick@nick.uklinux.net>
8937
8938 * speedbar.texi: Remove paragraph for GUD that is no longer true.
8939
8940 2003-10-06 Luc Teirlinck <teirllm@auburn.edu>
8941
8942 * texinfo.tex: Replace `%' in arch tagline by @ignore.
8943
8944 2003-09-30 Richard M. Stallman <rms@gnu.org>
8945
8946 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8947
8948 * widget.texi (User Interface): Fix typos.
8949
8950 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8951
8952 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8953
8954 * pcl-cvs.texi (Selected Files): Fix typo.
8955
8956 2003-09-21 Karl Berry <karl@gnu.org>
8957
8958 * info.texi (] and [ commands): No period at end of section title.
8959
8960 2003-09-04 Miles Bader <miles@gnu.org>
8961
8962 * Makefile.in (top_srcdir): New variable.
8963 ($(top_srcdir)/info): New rule.
8964 (info): Depend on it.
8965
8966 2003-09-03 Peter Runestig <peter@runestig.com>
8967
8968 * makefile.w32-in: New file.
8969
8970 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
8971
8972 * widget.texi (User Interface): Explain the need of static text
8973 around an editable field.
8974
8975 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8976
8977 * widget.texi (Basic Types): The argument to `:help-echo' can now
8978 be a form that evaluates to a string.
8979
8980 2003-08-18 Kim F. Storm <storm@cua.dk>
8981
8982 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
8983
8984 2003-08-16 Richard M. Stallman <rms@gnu.org>
8985
8986 * dired-x.texi (Shell Command Guessing): Explain *.
8987
8988 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
8989
8990 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
8991 log-edit-insert-changelog.
8992
8993 2003-08-03 Karl Berry <karl@gnu.org>
8994
8995 * info.texi: Need @contents.
8996
8997 2003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
8998
8999 Tramp version 2.0.36 released.
9000
9001 * tramp.texi (Remote shell setup): Explain about problems with
9002 non-Bourne commands in ~/.profile and ~/.shrc.
9003
9004 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9005
9006 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9007 renaming of `vis-mode' to `visible-mode'.
9008
9009 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9010
9011 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9012 next, prev and up pointers.
9013
9014 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9015
9016 * info.texi (Help): Mention existence of Emacs and stand-alone
9017 Info at the very beginning of the tutorial.
9018 (Help-Inv): New node.
9019 (Help-]): New node.
9020 (Help-M): Systematically point out the differences between default
9021 Emacs and stand-alone versions. Delete second menu.
9022 (Help-Xref): Systematically point out the differences between
9023 default Emacs and stand-alone versions.
9024 (Help-Int): Change `l' example.
9025 (Expert Info): Fix typos.
9026 (Emacs Info Variables): Mention `Info-hide-note-references' and
9027 new default for `Info-scroll-prefer-subnodes'.
9028
9029 2003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
9030
9031 Version 2.0.35 of Tramp released.
9032
9033 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9034 (Inline methods): Add methods `remsh' and `plink1'.
9035 (External transfer methods): Add method `remcp'.
9036 (Multi-hop Methods): Add method `remsh'.
9037 Small patch from Adrian Aichner <adrian@xemacs.org>:
9038 Fix minor typos.
9039 (Concept Index): Add to make manual searchable via
9040 `Info-index'.
9041 (Version Control): Add cindex entry.
9042
9043 2003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
9044
9045 * trampver.texi: Version 2.0.34 released.
9046
9047 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9048
9049 * faq.texi: Improve previous changes.
9050
9051 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9052
9053 * faq.texi: Update copyright and maintenance details.
9054 Update some package URLs, versions, and maintainers.
9055 Remove many references to the Emacs Lisp Archive.
9056
9057 2003-04-23 Simon Josefsson <jas@extundo.com>
9058
9059 * smtpmail.texi: Fix license (the invariant sections mentioned has
9060 never been part of the smtp manual). Align info dir entry with
9061 other emacs packages.
9062
9063 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9064
9065 * tramp.texi: Version 2.0.33 released.
9066 Remove installation chapter. Remove XEmacs specifics.
9067
9068 2003-03-29 Richard M. Stallman <rms@gnu.org>
9069
9070 * tramp.texi (Top): Undo the previous renaming.
9071 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9072
9073 2003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
9074
9075 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9076 version of manual.
9077
9078 * tramp.texi (Auto-save and Backup): New node.
9079
9080 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9081
9082 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9083 Emacs" in order to have better differentiation to "XEmacs".
9084 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9085 are new macros in order to point to the other Emacs flavor where
9086 appropriate. In info case, point to node `Installation' in order
9087 to explain how to generate the other way. In html case, make a
9088 link to the other html file.
9089 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
9090 after CVS checkout/update.
9091 (Installation): Completely rewritten.
9092 (Installation parameters, Load paths): New sections under
9093 `Installation'.
9094
9095 2003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
9096
9097 * tramp.texi: Version 2.0.30 released.
9098 Replace word "path" with "localname" where used as a component of
9099 a Tramp file name.
9100
9101 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9102
9103 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9104 introduced.
9105 (Installation): Explain what to do if files from the tramp/contrib
9106 directory are needed.
9107
9108 2003-02-23 Alex Schroeder <alex@emacswiki.org>
9109
9110 * smtpmail.texi (How Mail Works): New.
9111
9112 2003-02-22 Alex Schroeder <alex@emacswiki.org>
9113
9114 * smtpmail.texi: New file.
9115
9116 * Makefile.in: Build SMTP manual.
9117
9118 2003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
9119
9120 * tramp.texi: Version 2.0.29 released.
9121 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9122 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9123
9124 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9125
9126 * tramp.texi (Frequently Asked Questions): Explain a workaround if
9127 another package loads accidentally Ange-FTP.
9128
9129 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9130
9131 * tramp.texi (Customizing Completion): Add function
9132 `tramp-parse-sconfig'. Change example of
9133 `tramp-set-completion-function', because parsing of ssh config
9134 files looks more natural.
9135
9136 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9137
9138 * gnus.texi: Do not use `path' in several locations.
9139
9140 2002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
9141
9142 * tramp.texi (External transfer methods): New method `smb'.
9143 From Michael Albinus.
9144
9145 2002-11-05 Karl Berry <karl@gnu.org>
9146
9147 * info.texi (Info-fontify): Reorder face list to avoid bad line
9148 breaks.
9149
9150 2002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9151
9152 * tramp.texi: Move @copying to standard place.
9153 Use @insertcopying.
9154
9155 2002-10-02 Karl Berry <karl@gnu.org>
9156
9157 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9158 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9159 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9160 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9161 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9162 Per rms, update all manuals to use @copying instead of @ifinfo.
9163 Also use @ifnottex instead of @ifinfo around the top node, where
9164 needed for the sake of the HTML output.
9165 (The Gnus manual is not fixed since it's not clear to me how it
9166 works; and the Tramp manual already uses @copying, although in an
9167 unusual way. All others were changed.)
9168
9169 2002-09-10 Jonathan Yavner <jyavner@engineer.com>
9170
9171 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9172 (../info/ses, ses.dvi): New targets.
9173 * ses.texi: New file.
9174
9175 2002-09-06 Pavel Janík <Pavel@Janik.cz>
9176
9177 * texinfo.tex: Update to texinfo 4.2.
9178
9179 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9180
9181 * reftex.texi: Update to RefTeX 4.19.
9182
9183 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9184
9185 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9186 (../info/tramp, tramp.dvi): New targets.
9187
9188 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9189
9190 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9191 (calc.dvi): Uncomment.
9192
9193 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9194
9195 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9196 (../info/calc): New target.
9197
9198 2001-10-20 Gerd Moellmann <gerd@gnu.org>
9199
9200 * (Version 21.1 released.)
9201
9202 2001-10-05 Gerd Moellmann <gerd@gnu.org>
9203
9204 * Branch for 21.1.
9205
9206 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9207
9208 * Makefile.in (../info/info): Use an explicit -o switch to
9209 makeinfo.
9210
9211 2001-03-05 Gerd Moellmann <gerd@gnu.org>
9212
9213 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9214
9215 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9216
9217 * Makefile.in (../info/idlwave): Use --no-split.
9218
9219 2000-12-14 Dave Love <fx@gnu.org>
9220
9221 * Makefile.in (mostlyclean): Remove gnustmp.*.
9222 (gnus.dvi): Change rule to remove @latex stuff.
9223
9224 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9225
9226 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9227
9228 2000-10-13 John Wiegley <johnw@gnu.org>
9229
9230 * Makefile.in: Add build targets for eshell.texi.
9231
9232 2000-09-25 Gerd Moellmann <gerd@gnu.org>
9233
9234 * Makefile.in: Remove/comment speedbar stuff.
9235
9236 2000-09-22 Dave Love <fx@gnu.org>
9237
9238 * Makefile.in: Add emacs-mime.
9239
9240 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9241
9242 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9243 (DVI_TARGETS): Add woman.dvi.
9244 (../info/woman, woman.dvi): New targets.
9245
9246 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9247
9248 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9249
9250 * pcl-cvs.texi: New file.
9251 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9252 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9253
9254 2000-05-11 Gerd Moellmann <gerd@gnu.org>
9255
9256 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9257 (../info/ebrowse, ebrowse.dvi): New targets.
9258
9259 2000-01-13 Gerd Moellmann <gerd@gnu.org>
9260
9261 * Makefile.in (INFO_TARGETS): Add eudc.
9262 (DVI_TARGETS): Add eudc.dvi.
9263 (../info/eudc, eudc.dvi): New targets.
9264
9265 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9266
9267 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9268 compatibility with 8+3 filesystems).
9269 (../info/efaq): Rename from emacs-faq.
9270
9271 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9272
9273 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9274 (../info/idlwave, idlwave.dvi): New targets.
9275
9276 1999-10-23 Dave Love <fx@gnu.org>
9277
9278 * Makefile.in: Use autotype.texi.
9279
9280 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9281
9282 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9283 faq.texi file) rather than ../info/faq.
9284
9285 1999-10-07 Gerd Moellmann <gerd@gnu.org>
9286
9287 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9288 (../info/ada-mode, ada-mode.dvi): New targets.
9289
9290 1999-09-01 Dave Love <fx@gnu.org>
9291
9292 * Makefile.in: Add faq.
9293
9294 1999-07-12 Richard Stallman <rms@gnu.org>
9295
9296 * Version 20.4 released.
9297
9298 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9299
9300 * Version 20.3 released.
9301
9302 1998-04-06 Andreas Schwab <schwab@gnu.org>
9303
9304 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9305 Use it in dvi targets.
9306 (../etc/GNU): Change to $(srcdir) first.
9307
9308 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9309
9310 * reftex.texi: Update for RefTeX version 3.22.
9311
9312 1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9313
9314 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9315 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9316
9317 1997-09-23 Paul Eggert <eggert@twinsun.com>
9318
9319 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9320 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9321
9322 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9323
9324 * Version 20.2 released.
9325
9326 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9327
9328 * Version 20.1 released.
9329
9330 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9331
9332 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9333
9334 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9335
9336 * Version 19.33 released.
9337
9338 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9339
9340 * Version 19.32 released.
9341
9342 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9343
9344 * Makefile.in: Add rules for the Message manual.
9345
9346 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9347
9348 * gnus.texi: New version.
9349
9350 * message.texi: New manual.
9351
9352 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9353
9354 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9355
9356 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9357
9358 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9359 Specify -I option.
9360 (All dvi targets): Set the TEXINPUTS variable.
9361
9362 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9363
9364 * Version 19.31 released.
9365
9366 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9367
9368 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9369 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9370
9371 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9372
9373 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9374 (INFO_TARGETS): Add ../info/cc-mode.
9375 (DVI_TARGETS): Add cc-mode.dvi.
9376
9377 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9378
9379 * Version 19.30 released.
9380
9381 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9382
9383 * gnus.texi: New file.
9384
9385 1995-11-04 Erik Naggum <erik@naggum.no>
9386
9387 * gnus.texi: File deleted.
9388
9389 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9390
9391 * mh-e.texi: "Function Index" -> "Command Index" to work with
9392 Emacs 19.30 C-h C-k support of separately-documented commands.
9393
9394 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9395
9396 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9397 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9398
9399 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9400
9401 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9402 (../info/viper, viper.dvi): New targets.
9403
9404 1995-04-20 Kevin Rodgers <kevinr@ihs.com>
9405
9406 * dired-x.texi (Installation): Change the example to set
9407 buffer-local variables like dired-omit-files-p in
9408 dired-mode-hook.
9409
9410 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9411
9412 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9413 (../info/mh-e, mh-e.dvi): New targets.
9414
9415 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9416
9417 * Makefile.in (maintainer-clean): Rename from realclean.
9418
9419 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9420
9421 * Makefile.in: New file.
9422 * Makefile: File deleted.
9423
9424 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9425
9426 * Makefile (TEXINDEX_OBJS): Variable deleted.
9427 (texindex, texindex.o, getopt.o): Rules deleted.
9428 All deps on texindex deleted.
9429 (distclean): Don't delete texindex.
9430 (mostlyclean): Don't delete *.o.
9431 * texindex.c, getopt.c: Files deleted.
9432
9433 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9434
9435 * Version 19.26 released.
9436
9437 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9438
9439 * Version 19.25 released.
9440
9441 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9442
9443 * Version 19.24 released.
9444
9445 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9446
9447 * Version 19.23 released.
9448
9449 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9450
9451 * Makefile: Delete spurious tab.
9452
9453 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9454
9455 * Makefile (.SUFFIXES): New rule.
9456
9457 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9458
9459 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9460 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9461
9462 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9463
9464 * Makefile (../info/sc): Rename from sc.info.
9465 (../info/cl): Likewise.
9466 (INFO_TARGETS): Use new names.
9467
9468 1993-12-04 Richard Stallman (rms@srarc2)
9469
9470 * getopt.c: New file.
9471 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9472 (getopt.o): New rule.
9473 (dvi): Don't depend on texindex.
9474 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9475 Depend on texindex.
9476
9477 1993-12-03 Richard Stallman (rms@srarc2)
9478
9479 * Makefile (../info/sc.info): Rename from ../info/sc.
9480 (TEXI2DVI): New variable.
9481 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9482 Add explicit commands.
9483 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9484
9485 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9486
9487 * Version 19.22 released.
9488
9489 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9490
9491 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9492
9493 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9494
9495 * Version 19.21 released.
9496
9497 1993-11-15 Paul Eggert (eggert@twinsun.com)
9498
9499 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9500
9501 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9502
9503 * Makefile (../etc/GNU): New target.
9504 (EMACSSOURCES): Add gnu1.texi.
9505
9506 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9507
9508 * Makefile (realclean): Don't delete the Info files.
9509
9510 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
9511
9512 * forms.texi: Fix forms.texi so that it will format correctly.
9513 Add missing `@end iftex', fix bad reference.
9514
9515 * info.texi, info-stn.texi: New files implement texinfo version of
9516 `info' file.
9517
9518 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
9519
9520 * Makefile: Fix targets for texindex, new info.texi files.
9521 * info-stnd.texi: New file implements info for standalone info
9522 reader.
9523 * info.texi: Update to include recent changes to "../info/info".
9524 New source file for ../info/info; includes info-stnd.texi.
9525
9526 * texindex.c: Include "../src/config.h" if building in emacs.
9527
9528 * Makefile: Change all files to FILENAME.texi, force all targets
9529 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9530 vip.texinfo, forms.texinfo, cl.texinfo.
9531 Add target to build texindex.c, defining `emacs'.
9532
9533 * forms.texi: Install new file to match version 2.3 of forms.el.
9534
9535 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9536
9537 * Version 19.19 released.
9538
9539 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
9540
9541 * sc.texinfo: Fix info file name.
9542
9543 * Makefile (info): Add gnus and sc.
9544 (dvi): Add gnus.dvi and sc.dvi.
9545 (../info/sc, sc.dvi): New targets.
9546
9547 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9548
9549 * Version 19.18 released.
9550
9551 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9552
9553 * Makefile: Fix source file names of the separate manuals.
9554 (gnus.dvi, ../info/gnus): New targets.
9555
9556 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9557
9558 * Version 19.17 released.
9559
9560 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9561
9562 * split-man: Fix typos in last change.
9563
9564 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9565
9566 * Version 19.16 released.
9567
9568 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9569
9570 * version 19.15 released.
9571
9572 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9573
9574 * Makefile (distclean): It's rm, not rf.
9575
9576 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9577
9578 * Version 19.14 released.
9579
9580 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9581
9582 * Makefile: New file.
9583
9584 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9585
9586 * Version 19.13 released.
9587
9588 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9589
9590 * Version 19.9 released.
9591
9592 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9593
9594 * Version 19.8 released.
9595
9596 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9597
9598 * Version 19.7 released.
9599
9600 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9601
9602 * gnus.texinfo: New file. Removed installation instructions.
9603
9604 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9605
9606 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9607
9608 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9609
9610 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
9611 then define `\sc' as the command for smallcaps in Texinfo.
9612 This means that the @sc command will produce small caps. bfox has
9613 made the corresponding change to makeinfo and texinfm.el.
9614
9615 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9616
9617 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9618 Customization since the menu entry did not point to anything.
9619 Also add an @finalout command to remove overfull hboxes from the
9620 printed output.
9621
9622 * cl.texinfo: Add @bye, \input line and @settitle to file.
9623 This file is clearly intended to be a chapter of some other work,
9624 but the other work does not yet exist.
9625
9626 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9627
9628 * texinfo.texinfo: Three typos corrected.
9629
9630 ;; Local Variables:
9631 ;; coding: utf-8
9632 ;; End:
9633
9634 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
9635
9636 This file is part of GNU Emacs.
9637
9638 GNU Emacs is free software: you can redistribute it and/or modify
9639 it under the terms of the GNU General Public License as published by
9640 the Free Software Foundation, either version 3 of the License, or
9641 (at your option) any later version.
9642
9643 GNU Emacs is distributed in the hope that it will be useful,
9644 but WITHOUT ANY WARRANTY; without even the implied warranty of
9645 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9646 GNU General Public License for more details.
9647
9648 You should have received a copy of the GNU General Public License
9649 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.