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