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