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