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