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