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