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