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