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