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