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