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