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