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