Sync with Tramp 2.2.3.
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
466a320e
GM
12011-10-14 Glenn Morris <rgm@gnu.org>
2
3 * ert.texi (Introduction, How to Run Tests)
4 (Running Tests Interactively, Expected Failures)
5 (Tests and Their Environment, Useful Techniques)
6 (Interactive Debugging, Fixtures and Test Suites):
7 Minor rephrasings.
8 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
9 (Running Tests in Batch Mode): Simplify loading instructions.
10 (Test Selectors): Clarify some selectors.
11 (Expected Failures, Useful Techniques):
12 Make examples fit in 80 columns.
13
2be4956d
JB
142011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
15
16 * calc.texi (Basic Operations on Units): Discuss temperature
17 conversion (`u t') alongside with other unit conversions ('u c').
18
7359a765
GM
192011-10-12 Glenn Morris <rgm@gnu.org>
20
21 * ert.texi: Whitespace trivia to make main menu items line up better.
22
a0c52e5d
GM
232011-10-08 Glenn Morris <rgm@gnu.org>
24
25 * Makefile.in: Fix ert rules.
26
465d0300
G
272011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
28
29 * gnus.texi (Gnus Utility Functions): Add more references and
30 explanations (bug#9683).
31
a5166359
LMI
322011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
33
34 * gnus.texi (Archived Messages): Note the default (bug#9552).
35
b523dc20
BW
362011-09-21 Bill Wohler <wohler@newt.com>
37
38 Release MH-E manual version 8.3.
39
40 * mh-e.texi: (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
41 release 8.3.
42 (Preface): Updated support information.
43 (From Bill Wohler): Reset text to original version. As a
44 historical quote, the tense should be correct in the time that it
45 was written.
46
0afb49a1
LMI
472011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
48
49 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
50 (Finding the News): Doc clarification.
51 (Terminology): Mention naming.
52
e21bac42
G
532011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
54
55 * gnus.texi: Remove mentions of `recent', which are now obsolete.
56 (Interactive): Document `quiet'.
57
5b409b39 582011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633
BG
59
60 * org.texi (Images in LaTeX export): rewrite.
61
5b409b39 622011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
63
64 * org.texi (Using the mapping API): mention 'region as a possible
65 scope for `org-map-entries'.
66
5b409b39 672011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
68
69 * org.texi (Visibility cycling): Document `org-copy-visible'.
70
5b409b39 712011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
72
73 * org.texi (Template expansion): order template sequences in the
74 proper order.
75
5b409b39 762011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
77
78 * org.texi (eval): Expand discussion of the :eval header argument.
79
5b409b39 802011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
81
82 * org.texi (Languages): Add Lilypond and Awk as supported
83 languages.
84
5b409b39 852011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837
BG
86
87 * org.texi: document that both CLOCK_INTO_DRAWER and
88 LOG_INTO_DRAWER can be used to override the contents of variable
89 org-clock-into-drawer (or if unset, org-log-into-drawer).
90
91 * org.texi: replace @xref->@pxref.
92
5b409b39 932011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
94
95 * org.texi (Evaluating code blocks): Documenting the new option
96 for inline call lines.
97
5b409b39 982011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
99
100 * org.texi (Results of evaluation): More explicit about the
101 mechanism through which interactive evaluation of code is
102 performed.
103
5b409b39 1042011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
105
106 * org.texi (noweb-ref): New header argument documentation.
107
5b409b39 1082011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
109
110 * org.texi (Extracting source code): Documentation of the new
111 org-babel-tangle-named-block-combination variable.
112
5b409b39 1132011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
114
115 * org.texi (Structure of code blocks): explicitly state that the
116 behavior of multiple blocks of the same name is undefined
117
5b409b39 1182011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
119
120 * org.texi (TaskJuggler export): Modify the example to reflect the
121 new effort durations.
122
5b409b39 1232011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
124
125 * org.texi (Images in LaTeX export): Escape curly brackets in
126 LaTeX example.
127
5b409b39 1282011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
129
130 * org.texi (The clock table): Document the :properties and
131 :inherit-props arguments for the clocktable.
132
5b409b39 1332011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
134
135 * org.texi (Tables in LaTeX export): Document specifying placement
136 options for tables.
137
5b409b39 1382011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
139
140 * org.texi (Evaluating code blocks): More specific documentation
141 about the different types of header arguments.
142
5b409b39 1432011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
144
145 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
146
5b409b39 1472011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
148
149 * org.texi (Built-in table editor): Document the table field
150 follow mode.
151
5b409b39 1522011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
153
154 * org.texi (Easy Templates): Document new template.
155
5b409b39 1562011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
157
158 * org.texi (Literal examples): Add a cross-reference from "Literal
159 Examples" to "Easy Templates."
160
5b409b39 1612011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
162
163 * org.texi (The clock table): Add link to match syntax.
164
5b409b39 1652011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
166
167 * org.texi (Agenda commands): Document clock consistency checks.
168
5b409b39 1692011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
170
171 * org.texi (Built-in table editor): Document that \vert represents
172 a vertical bar in a table field.
173
5b409b39 1742011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
175
176 * org.texi (Literal examples): Link from "Markup" > "Literate
177 Examples" to "Working with Source Code".
178
5b409b39 1792011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
180
181 * org.texi (Agenda commands): Doc for function option to bulk
182 action.
183
5b409b39 1842011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
185
186 * org.texi (Template expansion): Document new %<...> template
187 escape.
188
5b409b39 1892011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
190
191 * org.texi (Selective export): Document exclusion of any tasks
192 from export.
193
5b409b39 1942011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
195
196 * org.texi (Selective export): Document how to exclude DONE tasks
197 from export.
198 (Publishing options): Document the properties to be used to turn off
199 export of DONE tasks.
200
5b409b39 2012011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
202
203 * org.texi (The date/time prompt): Document date range protection.
204
5b409b39 2052011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
206
207 * org.texi (padline): Documentation of the new padline header
208 argument.
209
5b409b39 2102011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
211
212 * org.texi (var): Adding "[" to list of characters triggering
213 elisp evaluation.
214
5b409b39 2152011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
216
217 * org.texi (var): Documentation of Emacs Lisp evaluation during
218 variable assignment.
219
5b409b39 2202011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
221
222 * org.texi (colnames): Reference indexing into variables, and note
223 that colnames are *not* removed before indexing occurs.
224 (rownames): Reference indexing into variables, and note that
225 rownames are *not* removed before indexing occurs.
226
5b409b39 2272011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
228
229 * org.texi (var): Clarification of indexing into tabular
230 variables.
231
5b409b39 2322011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
233
234 * org.texi (results): Documentation of the `:results wrap' header
235 argument.
236
5b409b39 2372011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
238
239 * org.texi (LaTeX and PDF export): add a note about a limitation
240 of the LaTeX export: the org file has to be properly structured.
241
5b409b39 2422011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
243
244 * org.texi (Dynamic blocks, Structure editing): Mention
245 the function `org-narrow-to-block'.
246
5b409b39 2472011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
248
249 * org.texi (Languages): Updating list of code block supported
250 languages.
251
5b409b39 2522011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
253
254 * org.texi (Special properties): CATEGORY is a special property,
255 but it may also used in the drawer.
256
5b409b39 2572011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
258
259 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
260
5b409b39 2612011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
262
263 * org.texi (Include files): Document :lines.
264
5b409b39 2652011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
266
267 * org.texi (comments): Documentation of the ":comments noweb" code
268 block header argument.
269
5b409b39 2702011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
271
272 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
273 added extra whitespace around functions to be consistent with the
274 rest of the section.
275
5b409b39 2762011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
277
278 * org.texi (Evaluating code blocks): Expanded discussion of
279 #+call: line syntax.
280 (Header arguments in function calls): Expanded discussion of
281 #+call: line syntax.
282
5b409b39 2832011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
284
285 * org.texi (Evaluating code blocks): More explicit about how to
286 pass variables to #+call lines.
287
5b409b39 2882011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
289
290 * org.texi (Results of evaluation): Link to the :results header
291 argument list from the "Results of evaluation" section.
292
5b409b39 2932011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
294
295 * org.texi (Conflicts): Adding additional information about
296 resolving org/yasnippet conflicts.
297
5b409b39 2982011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
299
300 * org.texi (Publishing options): Document style-include-scripts
301 publishing project property.
302
5b409b39 3032011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
304
305 * org.texi (Sparse trees): Document the next-error /
306 previous-error functionality.
307
5b409b39 3082011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
309
310 * org.texi (cache): Improved documentation of code block caches.
311
5b409b39 3122011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
313
314 * org.texi (Code block specific header arguments): Documentation
315 of multi-line header arguments.
316
5b409b39 3172011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
318
319 * org.texi (Code evaluation security): Add example for using a
320 function.
321
5b409b39 3222011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
323
324 * org.texi (Tables in LaTeX export): Documentation of new
325 attr_latex options for tables.
326
5b409b39
BG
3272011-08-03 Michael Albinus <michael.albinus@gmx.de>
328
329 * trampver.texi: Update release number.
330
3312011-07-30 Michael Albinus <michael.albinus@gmx.de>
332
333 Sync with Tramp 2.2.2.
334
335 * trampver.texi: Update release number.
336
064e2d08
LMI
3372011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
338
339 * flymake.texi (Example -- Configuring a tool called via make):
340 Use /dev/null instead of the Windows "nul" (bug#8715).
341
b8151e9c
LMI
3422011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
343
344 * widget.texi (Setting Up the Buffer): Remove mention of the
345 global keymap parent, which doesn't seem to be accurate
346 (bug#7045).
347
5b409b39
BG
3482011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
349
350 * org.texi (Special agenda views): Fix double quoting (bug#3509).
351
c0a8ae95
KR
3522010-07-10 Kevin Ryde <user42@zip.com.au>
353
354 * cl.texi (For Clauses): Add destructuring example processing an
355 alist (bug#6596).
356
ac6531ad
LMI
3572011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
358
359 * ediff.texi (Major Entry Points): Remove mention of `require',
360 since that's not pertinent in the installed Emacs (bug#9016).
361
d30dd079
G
3622011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
363
364 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
365 (Filtering New Groups): Clarify how simple the "options -n" format is.
366 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
367 is internal.
d30dd079 368
862c0d68
MA
3692011-07-04 Michael Albinus <michael.albinus@gmx.de>
370
371 * tramp.texi (Cleanup remote connections): Add
372 `tramp-cleanup-this-connection'.
373
cd865a33
G
3742011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
375
376 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
377 zombies.
378 (Checking New Groups): Ditto (bug#8974).
7d1738f1 379 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
380
3812011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
382
383 * gnus.texi (Startup Files): Clarify that we're talking about numbered
384 backups, and not actual vc (bug#8975).
385
79414ae4
KR
3862011-07-03 Kevin Ryde <user42@zip.com.au>
387
388 * cl.texi (For Clauses): @items for hash-values and key-bindings
389 to make them more visible when skimming. Add examples of `using'
390 clause to them, examples being clearer than a description in
391 words (bug#6599).
392
847ccf7c
AM
3932011-07-01 Alan Mackenzie <acm@muc.de>
394
395 * cc-mode.texi (Guessing the Style): New page.
396 (Styles): Add a short introduction to above.
397
3da13bb9
DD
3982011-06-28 Deniz Dogan <deniz@dogan.se>
399
400 * rcirc.texi (Configuration): Bug-fix:
401 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
402 Reported by Elias Pipping <pipping@exherbo.org>.
403
60a0884e
G
4042011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
405
406 * gnus.texi (Summary Mail Commands): Document
407 `gnus-summary-reply-to-list-with-original'.
408
0c7efc08
SM
4092011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
410
411 * eshell.texi (Known problems): Fix typo.
412
ea3596a2
MA
4132011-06-12 Michael Albinus <michael.albinus@gmx.de>
414
0c7efc08 415 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
416 (Password handling): `auth-source-debug' is good for debug messages.
417
2da9c605
G
4182011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
419
420 * gnus.texi (Store custom flags and keywords): Refer to
421 `gnus-registry-article-marks-to-{chars,names}' instead of
422 `gnus-registry-user-format-function-{M,M2}'.
423
e61923c8
GM
4242011-05-27 Paul Eggert <eggert@cs.ucla.edu>
425
426 * texinfo.tex: Merge from gnulib.
427
627abcdd
TZ
4282011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
429
430 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
431 (Store custom flags and keywords):
432 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
433 `gnus-registry-user-format-function-M2'.
434
a3c92bc1
EZ
4352011-05-17 Paul Eggert <eggert@cs.ucla.edu>
436
8f906c40 437 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 438
85d870a9
GM
4392011-05-17 Glenn Morris <rgm@gnu.org>
440
441 * gnus.texi (Face): Fix typo.
442
2cdee799
GM
4432011-05-14 Glenn Morris <rgm@gnu.org>
444
445 * dired-x.texi (Omitting Examples): Minor addition.
446
79b70037
GM
4472011-05-10 Jim Meyering <meyering@redhat.com>
448
449 * ede.texi: Fix typo "or or -> or".
450
a7111a62 4512011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
452
453 * gnus.texi (Summary Buffer Lines):
454 gnus-summary-user-date-format-alist does not exist.
455 (Sorting the Summary Buffer): More about sorting threads.
456
69026aba
MA
4572011-04-25 Michael Albinus <michael.albinus@gmx.de>
458
459 * trampver.texi: Update release number.
460
9024ff79
MA
4612011-04-14 Michael Albinus <michael.albinus@gmx.de>
462
463 * tramp.texi (Frequently Asked Questions): New item for disabling
464 Tramp in other packages.
465
c3c65d73
TZ
4662011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
467
468 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
469 (Fancy splitting to parent, Store arbitrary data):
470 Updated gnus-registry docs.
c3c65d73 471
9ec6a317
JB
4722011-04-13 Juanma Barranquero <lekktu@gmail.com>
473
474 * ede.texi: Fix typos.
475
1e3b6001
G
4762011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
477
9ec6a317
JB
478 * gnus.texi (Window Layout): @itemize @code doesn't exist.
479 It's @table @code.
1e3b6001 480
a5954fa5
G
4812011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
482
483 * gnus.texi (Listing Groups): Document gnus-group-list-ticked
484
d71990a1
JB
4852011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
486
487 * calc.texi (Logarithmic Units): Update the function names.
488
1518e4f0
G
4892011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
490
491 * message.texi (Various Commands): Document format specs in the
492 ellipsis.
493
a123622d
G
4942011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
495
496 * message.texi (Insertion Variables): Document message-cite-style.
497
4982011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
499
500 * tramp.texi (Remote processes): New subsection "Running shell on
501 a remote host".
502
4248cca2
TZ
5032011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
504
505 * auth.texi (Help for developers): Update docs to explain that the
506 :save-function will only run the first time.
507
54ce11a1
GM
5082011-03-12 Glenn Morris <rgm@gnu.org>
509
510 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
511 (emacs-faq.text): New target.
512 (clean): Add emacs-faq.
513
0c3b25f8
MA
5142011-03-12 Michael Albinus <michael.albinus@gmx.de>
515
516 Sync with Tramp 2.2.1.
517
518 * trampver.texi: Update release number.
519
b740639e
GM
5202011-03-11 Glenn Morris <rgm@gnu.org>
521
522 * Makefile.in (HTML_TARGETS): New.
523 (clean): Delete $HTML_TARGETS.
524 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
525
733afdf4
TZ
5262011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
527
528 * auth.texi (Help for developers): Show example of using
529 `auth-source-search' with prompts and :save-function.
530
33383987
JB
5312011-03-07 Chong Yidong <cyd@stupidchicken.com>
532
533 * Version 23.3 released.
534
a5057546
G
5352011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
536
537 * message.texi (Message Buffers): Update default value of
538 message-generate-new-buffers.
539
479a2c9b
JB
5402011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
541
542 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
543 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
544 respectively.
05a29101
JB
545 (Musical Notes): New section.
546 (Customizing Calc): Mention the customizable variable
547 calc-note-threshold.
479a2c9b 548
e0535b76
GM
5492011-03-03 Glenn Morris <rgm@gnu.org>
550
551 * url.texi (Dealing with HTTP documents): Remove reference to
552 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 553 (Configuration): Update url-configuration-directory description.
e0535b76 554
2777ccbf
GM
5552011-03-02 Glenn Morris <rgm@gnu.org>
556
557 * dired-x.texi (Multiple Dired Directories): Remove mentions
558 of dired-default-directory-alist and dired-default-directory.
559 Move dired-smart-shell-command here...
560 (Miscellaneous Commands): ... from here.
561
257219bd
PE
5622011-03-02 Paul Eggert <eggert@cs.ucla.edu>
563
564 * texinfo.tex: Update to version 2011-02-24.09.
565
8889f4e2
GM
5662011-03-02 Glenn Morris <rgm@gnu.org>
567
568 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
569 instead of the obsoleted dired-omit-here-always.
570
5d41af19
MA
5712011-02-28 Michael Albinus <michael.albinus@gmx.de>
572
573 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
574 supported systems.
575
2b0c7330 5762011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 577
61cf3a76
GM
578 * dbus.texi (Type Conversion): Grammar fix.
579
cce7d530 5802011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 581
cce7d530
GM
582 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
583 "Debian GNU/Linux".
51a13bdd 584
cce7d530
GM
585 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
586
817b48a7
GM
5872011-02-23 Glenn Morris <rgm@gnu.org>
588
cce7d530
GM
589 * dired-x.texi (Features): Minor rephrasing.
590 (Local Variables): Fix typos.
47301027
GM
591
592 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
593 Standardize some Emacs/XEmacs terminology.
594
817b48a7
GM
595 * dired-x.texi (Features): Don't advertise obsolete local variables.
596 Simplify layout.
597 (Omitting Variables): Update local variables example.
598 (Local Variables): Say this is obsolete. Fix description of
599 dired-enable-local-variables possible values.
600
4a3988d5
G
6012011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
602
603 * auth.texi (Help for users): Mention ~/.netrc is also searched by
604 default now.
605
8e22bee0
G
6062011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
607
608 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
609
06b840e0
LI
6102011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
611
612 * gnus.texi (Window Layout): Document layout names.
613
67ab0163 6142011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
615
616 * ada-mode.texi: Sync @dircategory with ../../info/dir.
617 * auth.texi: Sync @dircategory with ../../info/dir.
618 * autotype.texi: Sync @dircategory with ../../info/dir.
619 * calc.texi: Sync @dircategory with ../../info/dir.
620 * cc-mode.texi: Sync @dircategory with ../../info/dir.
621 * cl.texi: Sync @dircategory with ../../info/dir.
622 * dbus.texi: Sync @dircategory with ../../info/dir.
623 * dired-x.texi: Sync @dircategory with ../../info/dir.
624 * ebrowse.texi: Sync @dircategory with ../../info/dir.
625 * ede.texi: Sync @dircategory with ../../info/dir.
626 * ediff.texi: Sync @dircategory with ../../info/dir.
627 * edt.texi: Sync @dircategory with ../../info/dir.
628 * eieio.texi: Sync @dircategory with ../../info/dir.
629 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
630 * epa.texi: Sync @dircategory with ../../info/dir.
631 * erc.texi: Sync @dircategory with ../../info/dir.
632 * eshell.texi: Sync @dircategory with ../../info/dir.
633 * eudc.texi: Sync @dircategory with ../../info/dir.
634 * flymake.texi: Sync @dircategory with ../../info/dir.
635 * forms.texi: Sync @dircategory with ../../info/dir.
636 * gnus.texi: Sync @dircategory with ../../info/dir.
637 * idlwave.texi: Sync @dircategory with ../../info/dir.
638 * mairix-el.texi: Sync @dircategory with ../../info/dir.
639 * message.texi: Sync @dircategory with ../../info/dir.
640 * mh-e.texi: Sync @dircategory with ../../info/dir.
641 * newsticker.texi: Sync @dircategory with ../../info/dir.
642 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
643 * org.texi: Sync @dircategory with ../../info/dir.
644 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
645 * pgg.texi: Sync @dircategory with ../../info/dir.
646 * rcirc.texi: Sync @dircategory with ../../info/dir.
647 * reftex.texi: Sync @dircategory with ../../info/dir.
648 * remember.texi: Sync @dircategory with ../../info/dir.
649 * sasl.texi: Sync @dircategory with ../../info/dir.
650 * sc.texi: Sync @dircategory with ../../info/dir.
651 * semantic.texi: Sync @dircategory with ../../info/dir.
652 * ses.texi: Sync @dircategory with ../../info/dir.
653 * sieve.texi: Sync @dircategory with ../../info/dir.
654 * smtpmail.texi: Sync @dircategory with ../../info/dir.
655 * speedbar.texi: Sync @dircategory with ../../info/dir.
656 * trampver.texi [emacs]: Set emacsname to "Emacs".
657 * tramp.texi: Sync @dircategory with ../../info/dir.
658 * url.texi: Sync @dircategory with ../../info/dir.
659 * vip.texi: Sync @dircategory with ../../info/dir.
660 * viper.texi: Sync @dircategory with ../../info/dir.
661 * widget.texi: Sync @dircategory with ../../info/dir.
662 * woman.texi: Sync @dircategory with ../../info/dir.
663
30abce25
GM
6642011-02-19 Glenn Morris <rgm@gnu.org>
665
0c7efc08
SM
666 * dired-x.texi (Technical Details): No longer redefines
667 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 668 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 669
f31f8469
GM
6702011-02-18 Glenn Morris <rgm@gnu.org>
671
672 * dired-x.texi (Optional Installation File At Point): Simplify.
673
35123c04
TZ
6742011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
675
676 * auth.texi (Help for users): Use :port instead of :protocol for all
677 auth-source docs.
7ba93e94
G
678 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
679 to have two files in `auth-sources'.
35123c04 680
da5e0ce4
GM
6812011-02-16 Glenn Morris <rgm@gnu.org>
682
b322c9af
GM
683 * dired-x.texi: Use emacsver.texi to get Emacs version.
684 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
685 Depend on emacsver.texi.
686
07ca5555
GM
687 * dired-x.texi: Drop meaningless version number.
688 (Introduction): Remove old info.
689 (Optional Installation Dired Jump): Autoload from dired-x.
690 Remove incorrect info about loaddefs.el.
691 (Bugs): Just refer to M-x report-emacs-bug.
692
da5e0ce4
GM
693 * dired-x.texi (Multiple Dired Directories): Update for rename of
694 default-directory-alist.
695 (Miscellaneous Commands): No longer mention very old VM version 4.
696
bb55f713
PE
6972011-02-15 Paul Eggert <eggert@cs.ucla.edu>
698
699 Merge from gnulib.
700 * texinfo.tex: Update to version 2011-02-14.11.
701
5415d076
G
7022011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
703
da5e0ce4
GM
704 * auth.texi (Help for users):
705 Login collection is "Login" and not "login".
5415d076 706
14029d4b
MA
7072011-02-13 Michael Albinus <michael.albinus@gmx.de>
708
709 * tramp.texi (History): Remove IMAP support.
710 (External methods, Frequently Asked Questions): Remove `imap' and
711 `imaps' methods.
712 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
713
714 * trampver.texi: Remove default value of `emacsimap'.
715
8a36c07f
GM
7162011-02-13 Glenn Morris <rgm@gnu.org>
717
718 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
719 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
720
165bc5a0
GM
7212011-02-12 Glenn Morris <rgm@gnu.org>
722
723 * sc.texi (Getting Connected): Remove old index entries.
724
5415d076 7252011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
726
727 * url.texi: Remove duplicate @dircategory (Bug#7942).
728
b8e0f0cd
G
7292011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
730
8a36c07f
GM
731 * auth.texi (Overview, Help for users, Help for developers):
732 Update docs.
b8e0f0cd
G
733 (Help for users): Talk about spaces.
734
caf82551
PE
7352011-02-09 Paul Eggert <eggert@cs.ucla.edu>
736
737 * texinfo.tex: Update to version 2011-02-07.16.
738
1ff98217
MA
7392011-02-07 Michael Albinus <michael.albinus@gmx.de>
740
741 * dbus.texi (Bus names): Adapt descriptions for
742 dbus-list-activatable-names and dbus-list-known-names.
743
2e78df6b
JB
7442011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
745
746 * calc.texi (Logarithmic Units): New section.
747
7fbf7cae
TZ
7482011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
749
750 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
751 manuals use it now.
752
0c7efc08 753 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 754
156ad271
KY
7552011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
756
757 * overrides.texi: Remove.
758
759 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
760 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
761
36539990
MA
7622011-02-05 Michael Albinus <michael.albinus@gmx.de>
763
764 * tramp.texi (Frequently Asked Questions): Mention problems with
765 WinSSHD.
766
767 * trampver.texi: Update release number.
768
7692011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
770
771 * tramp.texi:
772 Replace "delimet" with "delimit" globally.
773 Replace "explicite" with "explicit" globally.
774 Replace "instead of" with "instead" where there was nothing after "of".
775 Audit use of comma before interrogative pronoun, "that", or "which".
776 Minor word order, spelling, wording changes.
777
ec72bf63
G
7782011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
779
780 * overrides.texi: New file to set or clear WEBHACKDEVEL.
781
782 * sieve.texi: Use WEBHACKDEVEL.
783
784 * sasl.texi: Use WEBHACKDEVEL.
785
786 * pgg.texi: Use WEBHACKDEVEL.
787
788 * message.texi: Use WEBHACKDEVEL.
789
790 * gnus.texi: Use WEBHACKDEVEL.
791
792 * emacs-mime.texi: Use WEBHACKDEVEL.
793
794 * auth.texi: Use WEBHACKDEVEL.
795
796 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
797 manuals.
798
7992011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
800
801 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
802
90b750f4
PE
8032011-02-03 Paul Eggert <eggert@cs.ucla.edu>
804
805 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
806 which in turn is copied from ftp://tug.org/tex/.
807
0e751a49
GM
8082011-02-03 Glenn Morris <rgm@gnu.org>
809
810 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
811 (Binding combinations of modifiers and function keys):
812 Let's assume people reading this are not using Emacs 18.
813
7f13c2e2
LI
8142011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
815
816 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
817 since it's run automatically.
818
d76c843e
LI
8192011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
820
821 * gnus.texi (Customizing Articles): Fix typo.
822
12e3ca0a
LI
8232011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
824
825 * gnus.texi (Customizing Articles): Document the new way of customizing
826 the date headers(s).
827
fe72c8fa
LI
8282011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
829
830 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
831 splitting example.
832
bf3dae7e
EZ
8332011-01-29 Eli Zaretskii <eliz@gnu.org>
834
835 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
836 (MAKEINFO_OPTS): New variable.
837 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
838 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
839 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
840 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
841 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
842 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
843 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
844 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
845 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
846 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
847 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
848 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
849 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
850 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
851 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
852 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
853 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
854 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
855
d6f13ac8
LI
8562011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
857
858 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
859
c5ecc769
G
8602011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
861
862 * message.texi (IDNA): Explain what it is.
863
8642011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
865
866 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
867
45eb2a5d
WL
8682011-01-23 Werner Lemberg <wl@gnu.org>
869
870 * Makefile.in (MAKEINFO): Now controlled by `configure'.
871 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 872 (ENVADD): Update.
45eb2a5d 873
6872a814
GM
8742011-01-18 Glenn Morris <rgm@gnu.org>
875
876 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
877
77ab81d0 8782011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
879
880 * nxml-mode.texi (Introduction): Fix file name typos.
881
d221e780
CO
8822011-01-13 Christian Ohler <ohler@gnu.org>
883
884 * ert.texi: New file.
885
886 * Makefile.in:
887 * makefile.w32-in: Add ert.texi.
888
8c904d82
MA
8892011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
890
891 * dbus.texi (Receiving Method Calls): New function
892 dbus-register-service. Rearrange node.
893
f56e0e7a
PE
8942011-01-07 Paul Eggert <eggert@cs.ucla.edu>
895
896 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
897 which in turn is copied from ftp://tug.org/tex/.
898
0fadf00e
MA
8992011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
900
901 * dbus.texi (Receiving Method Calls): Describe new optional
902 parameter dont-register-service of dbus-register-{method,property}.
903
8b358e90
DU
9042010-12-17 Daiki Ueno <ueno@unixuser.org>
905
0c7efc08
SM
906 * epa.texi (Encrypting/decrypting *.gpg files):
907 Mention epa-file-select-keys.
8b358e90 908
549c9aed
G
9092010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
910
911 * gnus.texi (Archived Messages): Remove outdated text.
912
9132010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
914
0c7efc08 915 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 916
156e3f9c
G
9172010-12-15 Andrew Cohen <cohen@andy.bu.edu>
918
83f3eadc 919 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 920
8151d490
AC
9212010-12-14 Andrew Cohen <cohen@andy.bu.edu>
922
923 * gnus.texi (The swish++ Engine): Add customizable parameters
924 descriptions.
925 (The swish-e Engine): Ditto.
926
305bdd22
MA
9272010-12-14 Michael Albinus <michael.albinus@gmx.de>
928
929 * tramp.texi (Inline methods): Add "ksu" method.
930 (Remote processes): Add example with remote `default-directory'.
931
53aff12a
GM
9322010-12-14 Glenn Morris <rgm@gnu.org>
933
934 * faq.texi (Expanding aliases when sending mail):
935 Now build-mail-aliases is interactive.
936
8a1cdce5
AC
9372010-12-13 Andrew Cohen <cohen@andy.bu.edu>
938
939 * gnus.texi: First pass at adding (rough) nnir documentation.
940
7410c270
G
9412010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
942
53aff12a
GM
943 * gnus.texi (Filtering New Groups):
944 Mention gnus-auto-subscribed-categories.
945 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
946 removed.
947
f49d1f52 9482010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
949
950 * cl.texi (For Clauses): Small fixes for frames and windows.
951
acedf35c
CD
9522010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
953
954 * org.texi (Using capture): Document using prefix arguments for
955 finalizing capture.
956 (Agenda commands): Document prefix argument for the bulk scatter
957 command.
958 (Beamer class export): Document that also overlay arguments can be
959 passed to the column environment.
960 (Template elements): Document the new entry type.
961
9622010-12-11 Puneeth Chaganti <punchagan@gmail.com>
963
964 * org.texi (Include files): Document :minlevel.
965
9662010-12-11 Julien Danjou <julien@danjou.info>
967
968 * org.texi (Categories): Document category icons.
969
9702010-12-11 Eric Schulte <schulte.eric@gmail.com>
971
972 * org.texi (noweb): Fix typo.
973
516aa569
G
9742010-12-06 Tassilo Horn <tassilo@member.fsf.org>
975
976 * gnus.texi (Server Commands): Point to the rest of the server
977 commands.
978
04db63bc
G
9792010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
980
981 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
982 g'.
983
ed797193
G
9842010-12-02 Julien Danjou <julien@danjou.info>
985
986 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
987
9882010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
989
990 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
991 (Direct Functions): Note the STARTTLS upgrade.
992
07976ae3 9932010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 994 James Clark <none@example.com>
d3dfb185
GM
995
996 * nxml-mode.texi (Introduction): New section.
997
59e75882
G
9982010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
999
1000 * gnus.texi (Server Commands): Document gnus-server-show-server.
1001
568a887f
MA
10022010-11-20 Michael Albinus <michael.albinus@gmx.de>
1003
1004 Sync with Tramp 2.2.0.
1005
1006 * trampver.texi: Update release number.
1007
1265829e
JB
10082010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
1009
1010 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
1011 Mention that the TeX specific units won't use the `tex' prefix
1012 in TeX mode.
1013
239661c0
KY
10142010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
1015
1016 * gnus.texi (Misc Article): Document gnus-inhibit-images.
1017
4a47c275 10182010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
1019
1020 * edt.texi: Remove information about Emacs 19.
1021
4a47c275 10222010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
1023
1024 * trampver.texi: Update release number.
1025
2f0e0dc8
KY
10262010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1027
1028 * gnus.texi (Article Washing): Fix typo.
1029
afe98dfa
CD
10302010-11-11 Noorul Islam <noorul@noorul.com>
1031
56f5a94e 1032 * org.texi: Fix typo.
afe98dfa
CD
1033
10342010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1035
1036 * org.texi (Using capture): Explain that refiling is
1037 sensitive to cursor position.
1038
10392010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1040
56f5a94e 1041 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
1042
10432010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1044
1045 * org.texi: Document the <c> cookie.
1046
10472010-11-11 Eric Schulte <schulte.eric@gmail.com>
1048
56f5a94e
GM
1049 * org.texi: multi-line header arguments :PROPERTIES: :ID:
1050 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
1051
10522010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1053
56f5a94e 1054 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
1055
10562010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1057
56f5a94e 1058 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
1059
10602010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1061
1062 * org.texi (Setting up the staging area): Document that
1063 file names remain visible when encrypting the MobileOrg files.
1064
10652010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1066
1067 * org.texi (Setting up the staging area): Document which
1068 versions are needed for encryption.
1069
10702010-11-11 Eric Schulte <schulte.eric@gmail.com>
1071
56f5a94e
GM
1072 * org.texi (noweb): Update :noweb documentation to
1073 reflect the new "tangle" argument.
afe98dfa
CD
1074
10752010-11-11 Eric Schulte <schulte.eric@gmail.com>
1076
56f5a94e
GM
1077 * org.texi (Batch execution): Improve tangling script in
1078 documentation.
afe98dfa
CD
1079
10802010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1081
1082 * org.texi (Handling links):
1083 (In-buffer settings): Document inlining images on startup.
1084
10852010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1086
1087 * org.texi (Setting up the staging area): Document use of
1088 crypt password.
1089
10902010-11-11 David Maus <dmaus@ictsoc.de>
1091
56f5a94e 1092 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
1093
10942010-11-11 David Maus <dmaus@ictsoc.de>
1095
56f5a94e
GM
1096 * org.texi (Template expansion): Add mew in table for link type
1097 escapes.
afe98dfa
CD
1098
10992010-11-11 David Maus <dmaus@ictsoc.de>
1100
56f5a94e 1101 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
1102
11032010-11-11 Eric Schulte <schulte.eric@gmail.com>
1104
56f5a94e 1105 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
1106
11072010-11-11 Eric Schulte <schulte.eric@gmail.com>
1108
56f5a94e 1109 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
1110
11112010-11-11 Eric Schulte <schulte.eric@gmail.com>
1112
56f5a94e
GM
1113 * org.texi (Structure of code blocks):
1114 Update documentation to mention inline code block syntax.
afe98dfa
CD
1115
11162010-11-11 Eric Schulte <schulte.eric@gmail.com>
1117
56f5a94e 1118 * org.texi (comments): Improve wording.
afe98dfa
CD
1119
11202010-11-11 Eric Schulte <schulte.eric@gmail.com>
1121
56f5a94e 1122 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
1123
11242010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1125
1126 * org.texi (Installation): Remove the special
1127 installation instructions for XEmacs.
1128
11292010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
1130
56f5a94e 1131 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
1132 insertion of empty structural elements.
1133
11342010-11-11 Noorul Islam <noorul@noorul.com>
1135
56f5a94e 1136 * org.texi: Fix doc.
afe98dfa
CD
1137
11382010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
1139
1140 * org.texi (The date/time prompt): Document specification
1141 of time ranges.
1142
11432010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1144
1145 * org.texi (Internal links): Document the changes in
1146 internal links.
1147
11482010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1149
1150 * org.texi (Agenda commands): Document the limitation for
1151 the filter preset - it can only be used for an entire agenda
1152 view, not in an individual block in a block agenda.
1153
11542010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
1155
1156 * org.texi (iCalendar export): Document alarm creation.
1157
6f8fc60c
MA
11582010-11-10 Michael Albinus <michael.albinus@gmx.de>
1159
1160 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
1161
be3c11b3
LMI
11622010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1163
1164 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
1165
d607b96b 11662010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 1167
d607b96b 1168 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 1169
181cb5fb
G
11702010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1171
1172 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
1173 since that works by default.
1174
11752010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
1176
1177 * gnus.texi (Customizing the IMAP Connection): Document
1178 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
1179
36bc5d3b
MA
11802010-11-04 Michael Albinus <michael.albinus@gmx.de>
1181
1182 * tramp.texi (Remote shell setup): New item "Interactive shell
1183 prompt". Reported by Christian Millour <cm@abtela.com>.
1184 (Remote shell setup, Remote processes): Use @code{} for
1185 environment variables.
1186
cf503f7c
GM
11872010-11-03 Glenn Morris <rgm@gnu.org>
1188
537b04b9 1189 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 1190 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 1191
389b76fa
G
11922010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1193
1194 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
1195
2699a554 11962010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
1197
1198 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
1199
2699a554 12002010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
1201
1202 * cc-mode.texi: Remove reference to defunct viewcvs URL.
1203
99e65b2d
G
12042010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1205
0c7efc08
SM
1206 * gnus.texi (Client-Side IMAP Splitting):
1207 Mention nnimap-unsplittable-articles.
99e65b2d
G
1208
12092010-10-29 Julien Danjou <julien@danjou.info>
1210
1211 * gnus.texi (Finding the News): Remove references to obsoletes
1212 variables `gnus-nntp-server' and `gnus-secondary-servers'.
1213
aeeb3dcb
EZ
12142010-10-29 Eli Zaretskii <eliz@gnu.org>
1215
1216 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
1217 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
1218 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
1219 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
1220
8289f37b
GM
12212010-10-28 Glenn Morris <rgm@gnu.org>
1222
1223 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
1224 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
1225 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
1226
d85d3b3a
DU
12272010-10-25 Daiki Ueno <ueno@unixuser.org>
1228
1229 * epa.texi (Mail-mode integration): Add alternative key bindings
1230 for epa-mail commands; escape comma.
c05c2b9b 1231 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 1232
9f534a47
JB
12332010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
1234
99e65b2d 1235 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 1236
5793a7bc 12372010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
1238
1239 * gnus.texi (Group Parameters, Buttons): Fix typos.
1240
280f417b
G
12412010-10-22 Tassilo Horn <tassilo@member.fsf.org>
1242
1243 * gnus.texi (Subscription Commands): Mention that you can also
1244 subscribe to new groups via the Server buffer, which is probably more
1245 convenient when subscribing to many groups.
1246
d806c872
G
12472010-10-21 Julien Danjou <julien@danjou.info>
1248
1249 * message.texi (Message Headers): Allow message-default-headers to be a
1250 function.
1251
d5798f68
LMI
12522010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1253
1254 * gnus-news.texi: Mention new archive defaults.
1255
b79bbef7
KY
12562010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
1257
1258 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
1259
2526f423
G
12602010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1261
1262 * gnus.texi (HTML): Document the function value of
1263 gnus-blocked-images.
1264 (Article Washing): shr and gnus-w3m, not the direct function names.
1265
ba91f05d
G
12662010-10-20 Julien Danjou <julien@danjou.info>
1267
1268 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
1269 variable.
1270
da451787
LMI
12712010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1272
1273 * gnus.texi (Customizing the IMAP Connection): The port strings are
1274 strings.
c872595d 1275 (Document Groups): Mention git.
da451787 1276
7cad71ad
G
12772010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1278
1279 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
1280 bzr/Gnus git sync.
1281
c56dfd36
EZ
12822010-10-15 Eli Zaretskii <eliz@gnu.org>
1283
1284 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
1285 change.
1286
a1d16a7b
G
12872010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1288
1289 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
1290 @item syntax for in-Emacs makeinfo.
1291
12922010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
1293
1294 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
1295 trim sentence.
1296
98e2b864
DU
12972010-10-12 Daiki Ueno <ueno@unixuser.org>
1298
1299 * epa.texi (Caching Passphrases):
0c7efc08
SM
1300 * auth.texi (GnuPG and EasyPG Assistant Configuration):
1301 Clarify some configurations require to set up gpg-agent.
98e2b864 1302
c12e4a81
GM
13032010-10-11 Glenn Morris <rgm@gnu.org>
1304
1305 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
1306
f7aa248a
G
13072010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1308
1309 * gnus.texi (Spam Package Introduction): Mention `$'.
1310
6513b232
EZ
13112010-10-09 Eli Zaretskii <eliz@gnu.org>
1312
1313 * makefile.w32-in (emacsdir): New variable.
1314 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
1315 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
1316
abd40fb4
GM
13172010-10-09 Glenn Morris <rgm@gnu.org>
1318
0f05450f
GM
1319 * Makefile.in (mostlyclean): Delete *.toc.
1320
d3a4ac46
GM
1321 * Makefile.in: Use $< in rules.
1322
aa9db089
GM
1323 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
1324
abd40fb4
GM
1325 * Makefile.in ($(infodir)): Delete rule.
1326 (mkinfodir): New. Use it in all the info rules, rather than depending
1327 on infodir.
1328
ea274122
GM
13292010-10-09 Glenn Morris <rgm@gnu.org>
1330
6e90e2a8
GM
1331 * gnus.texi (Article Washing): Fix previous change.
1332
f7a31f11
GM
1333 * Makefile.in (emacsdir): New variable.
1334 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
1335 Depend on emacsver.texi.
1336
f7a31f11
GM
1337 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
1338
ea274122
GM
1339 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
1340
36d3245f
G
13412010-10-08 Julien Danjou <julien@danjou.info>
1342
f7a31f11 1343 * gnus.texi: Add mm-shr.
36d3245f
G
1344
13452010-10-08 Ludovic Courtès <ludo@gnu.org>
1346
1347 * gnus.texi (Finding the Parent, The Gnus Registry)
1348 (Registry Article Refer Method): Update docs for nnregistry.el.
1349
13502010-10-08 Daiki Ueno <ueno@unixuser.org>
1351
1352 * auth.texi (Help for users)
1353 (GnuPG and EasyPG Assistant Configuration): Update docs.
1354
12359245
GM
13552010-10-08 Glenn Morris <rgm@gnu.org>
1356
1357 * cl.texi (Organization, Installation, Old CL Compatibility):
1358 Deprecate cl-compat for new code.
4628bef1 1359 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
1360
1361 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
1362
fcf2d385
KY
13632010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
1364
1365 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
1366
66627fa9
G
13672010-10-06 Julien Danjou <julien@danjou.info>
1368
fd9ba500
JD
1369 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
1370
66627fa9
G
1371 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
1372 broken link.
1373
1374 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
1375
1376 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
1377 to ReiserFS.
1378
1379 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
1380 (FAQ 7-1): Fix getmail URL.
1381
65f54520
DU
13822010-10-06 Daiki Ueno <ueno@unixuser.org>
1383
1384 * epa.texi (Caching Passphrases): New section.
1385
4c83f6e1
GM
13862010-10-06 Glenn Morris <rgm@gnu.org>
1387
1388 * Makefile.in (SHELL): Set it.
1389 (info): Move the mkdir dependency to the individual info files.
1390 (mostlyclean): Tidy up.
1391 (clean): Only delete the specific dvi and pdf files.
1392 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 1393 ($(infodir)): Add parallel build workaround.
4c83f6e1 1394
71e691a5
G
13952010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1396
1397 * gnus.texi (Misc Article): Document gnus-widen-article-window.
1398
a41c2e6d
G
13992010-10-03 Julien Danjou <julien@danjou.info>
1400
0c7efc08
SM
1401 * emacs-mime.texi (Display Customization):
1402 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
1403 mm-inline-large-images-proportion.
1404
37255945
MA
14052010-10-03 Michael Albinus <michael.albinus@gmx.de>
1406
0c7efc08
SM
1407 * tramp.texi (Frequently Asked Questions):
1408 Mention remote-file-name-inhibit-cache.
37255945 1409
11e4e7bd
LMI
14102010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1411
1412 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 1413 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 1414
cb83220a
KY
14152010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1416
0c7efc08
SM
1417 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
1418 (Article Hiding): Add google banner example.
1419 Suggested by Benjamin Xu.
cb83220a 1420
6b958814
G
14212010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
1422
0c7efc08
SM
1423 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
1424 Remove nnimap-split-rule from examples.
6b958814
G
1425
14262010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1427
1428 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
1429 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
1430 Fishman.
1431 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
1432
14332010-09-30 Julien Danjou <julien@danjou.info>
1434
1435 * gnus.texi (Gravatars): Fix documentation about
1436 gnu-gravatar-properties.
1437
b9476c04
DU
14382010-09-29 Daiki Ueno <ueno@unixuser.org>
1439
1440 * epa.texi (Bug Reports): New section.
1441
5f874327
GM
14422010-09-29 Glenn Morris <rgm@gnu.org>
1443
1444 * Makefile.in (top_srcdir): Remove unused variable.
1445
6b958814
G
14462010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1447
1448 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
1449 (Client-Side IMAP Splitting): Document 'default.
1450
14512010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1452
0c7efc08
SM
1453 * gnus.texi (Customizing the IMAP Connection):
1454 Document nnimap-fetch-partial-articles.
6b958814 1455
82bccbfa
KY
14562010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1457
1458 * gnus-news.texi: Mention nnimap-inbox.
1459
1460 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
1461
14622010-09-26 Julien Danjou <julien@danjou.info>
1463
47e08896 1464 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
1465
14662010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1467
1468 * gnus.texi (Security): Remove gpg.el mention.
1469
14702010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
1471
1472 * gnus.texi (Browse Foreign Server): New variable
1473 gnus-browse-subscribe-newsgroup-method.
1474
1475 * gnus-news.texi: Mention it.
1476
14772010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1478
0c7efc08 1479 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
1480 (Startup Variables): No jingle.
1481
4c964351
UM
14822010-09-25 Ulrich Mueller <ulm@gentoo.org>
1483
1484 * woman.texi (Interface Options): xz compression is now supported.
1485
82bccbfa
KY
14862010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1487
1488 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
1489 (Unavailable Servers): Document gnus-server-copy-server.
1490 (Using IMAP): Document the new nnimap.
1491
14922010-09-25 Julien Danjou <julien@danjou.info>
1493
47e08896 1494 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 1495
18778f71
GM
14962010-09-24 Glenn Morris <rgm@gnu.org>
1497
1498 * url.texi (Disk Caching): Tweak previous change.
1499
9c766321
JD
15002010-09-24 Julien Danjou <julien@danjou.info>
1501
1502 * url.texi (Disk Caching): Mention url-cache-expire-time,
1503 url-cache-expired, and url-fetch-from-cache.
1504
82bccbfa
KY
15052010-09-24 Julien Danjou <julien@danjou.info>
1506
1507 * gnus.texi: Add Gravatars.
1508
15092010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1510
1511 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
1512
592bdb9a
LMI
15132010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1514
1515 * gnus.texi (Expunging mailboxes): Update name of the expunging
1516 command.
1517
e4e22d29
KY
15182010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
1519
1520 * emacs-mime.texi (rfc2047): Update description for
1521 rfc2047-encode-parameter.
1522
371d9801
MA
15232010-09-13 Michael Albinus <michael.albinus@gmx.de>
1524
1525 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
1526 "fish" methods.
1527 (External methods): Remove "scp1_old" and "scp2_old" methods.
1528
31ae5827
MA
15292010-09-09 Michael Albinus <michael.albinus@gmx.de>
1530
1531 * tramp.texi: Remove Japanese manual. Fix typo.
1532
1533 * trampver.texi: Update release number. Remove japanesemanual.
1534
c0468714
GM
15352010-09-09 Glenn Morris <rgm@gnu.org>
1536
1537 * org.texi: Restore clobbered changes (copyright years, untabify).
1538
86441999
JD
15392010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
1540
1541 * gnus.texi (Adaptive Scoring): Fix typo.
1542
25f28806
LMI
15432010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1544
1545 * gnus.texi (Article Display): Document gnus-html-show-images.
1546
45240125 15472010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 1548
45240125
JD
1549 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
1550
59d09f15
LMI
15512010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1552
1553 * gnus.texi (HTML): Document gnus-max-image-proportion.
1554
2cdd366f
KY
15552010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1556
51dee5ef
KY
1557 * gnus.texi (HTML): Document gnus-blocked-images.
1558
2cdd366f
KY
1559 * message.texi (Wide Reply): Document message-prune-recipient-rules.
1560
b0e4f3fc
KY
15612010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1562
1563 * gnus.texi (Summary Mail Commands): Note that only the addresses from
1564 the first message are used for wide replies.
f02566ce
KY
1565 (Changing Servers): Remove documentation on gnus-change-server and
1566 friends, since it's been removed.
b0e4f3fc 1567
598451ed
KY
15682010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1569
1570 * gnus.texi (Drafts): Mention B DEL.
1571
e7842e69
KY
15722010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
1573
1574 * gnus.texi (Delayed Articles): Mention that the Date header is the
1575 original one, even if you delay.
1576
85115796
KY
15772010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1578
0c7efc08
SM
1579 * gnus.texi (Asynchronous Fetching):
1580 Document gnus-async-post-fetch-function.
85115796
KY
1581 (HTML): Made into its own section.
1582
f0b44bc0
MA
15832010-08-26 Michael Albinus <michael.albinus@gmx.de>
1584
1585 Sync with Tramp 2.1.19.
1586
217876c9 1587 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
1588 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
1589 Remove remark about doubled "-t" argument.
217876c9
MA
1590 (Auto-save and Backup): Remove reference to Emacs 21.
1591 (Filename Syntax): Describe port numbers.
1592 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
1593 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
1594 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
1595 errors with the backquotes.
1596 (External packages): File attributes cache flushing for asynchronous
1597 processes.
1598 (Traces and Profiles): Describe verbose level 9.
1599
f0b44bc0
MA
1600 * trampver.texi: Update release number.
1601
7457f7b6
MA
16022010-08-23 Michael Albinus <michael.albinus@gmx.de>
1603
1604 * dbus.texi (Alternative Buses): New chapter.
1605
b695beda
SM
16062010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1607
1608 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
1609
443c2c03
JB
16102010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
1611
1612 * calc.texi (Customizing Calc): Rearrange description of new
1613 variables to match the presentation of other variables.
1614
7815fe19 16152010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
1616
1617 * org.texi (Footnotes, Tables in HTML export): Fix typos.
1618
2c695727
JB
16192010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
1620
1621 * calc.texi (Making Selections, Selecting Subformulas)
1622 (Customizing Calc): Mention how to use faces to emphasize selected
1623 sub-formulas.
1624
bbb6ffa1
MA
16252010-08-05 Michael Albinus <michael.albinus@gmx.de>
1626
1627 * tramp.texi (External packages): File attributes cache flushing
1628 for asynchronous processes.
1629
5cee0a9c
AM
16302010-08-01 Alan Mackenzie <acm@muc.de>
1631
1632 Enhance the manual for the latest Java Mode.
1633
1634 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
1635 annotation-var-cont.
1636 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
1637 two new symbols.
1638
3f2afe32
MA
16392010-07-28 Michael Albinus <michael.albinus@gmx.de>
1640
1641 * tramp.texi (Traces and Profiles): Describe verbose level 9.
1642
0ed082fe 16432010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
1644
1645 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
1646
311f0356
JB
16472010-07-19 Juanma Barranquero <lekktu@gmail.com>
1648
1649 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
1650
86fbb8ca
CD
16512010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
1652
1653 * org.texi: Add macros to get plain quotes in PDF output.
1654 List additional contributors.
1655 (Capture): New section, replaces the section about remember.
1656 (Working With Source Code): New chapter, focused on documenting Org
1657 Babel.
1658 (Code evaluation security): New section.
1659 (MobileOrg): Document DropBox support.
1660 (TaskJuggler export): Document taskjuggler and Gantt chart support.
1661 (Special symbols): Show how to display UTF8 characters for entities.
1662 (Global TODO list): Clarify the use of the "M" key and the differences
1663 to the "m" key.
1664 (RSS Feeds): Mention Atom feeds as well.
1665 (Setting tags): Remove paragraph about
1666 `org-complete-tags-always-offer-all-agenda-tags'.
1667
5732e8ed
MA
16682010-07-17 Michael Albinus <michael.albinus@gmx.de>
1669
1670 * tramp.texi (Inline methods): Remove remark about doubled "-t"
1671 argument.
1672 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
1673 echoing shells.
1674
ca1bb391
MA
16752010-07-10 Michael Albinus <michael.albinus@gmx.de>
1676
1677 * tramp.texi (Inline methods): Remove "kludgy" phrase.
1678 (Filename Syntax): Describe port numbers.
1679
5bd55c3c
MA
16802010-07-09 Michael Albinus <michael.albinus@gmx.de>
1681
1682 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
1683 forgotten.
1684 (Type Conversion): Precise conversion of natural numbers.
1685 (Errors and Events): Add "debugging" to concept index. Add variable
1686 `dbus-debug'.
1687
820ae8fe
MA
16882010-07-04 Michael Albinus <michael.albinus@gmx.de>
1689
1690 * dbus.texi (Receiving Method Calls): Add optional argument
1691 EMITS-SIGNAL to `dbus-register-property'.
1692
b6f9df0f
JB
16932010-06-27 Alex Schroeder <alex@gnu.org>
1694
1695 * nxml-mode.texi (Commands for locating a schema): Fix typo.
1696
62e034c2
GM
16972010-06-24 Glenn Morris <rgm@gnu.org>
1698
1699 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
1700 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
1701 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
1702 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
1703 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
1704 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
1705 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
1706 * woman.texi: Start direntry descriptions in column 32, per Texinfo
1707 convention. Make them end with a period.
1708
9360256a
GM
17092010-06-23 Glenn Morris <rgm@gnu.org>
1710
1711 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
1712 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
1713 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
1714 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
1715 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
1716 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 1717
04d3bb6c
GM
17182010-06-10 Glenn Morris <rgm@gnu.org>
1719
1720 * idlwave.texi (Load-Path Shadows):
1721 * org.texi (Handling links): Fix typos.
1722
5e7d4a75
KY
17232010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
1724
1725 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
1726
9841cb4f
MA
17272010-05-26 Michael Albinus <michael.albinus@gmx.de>
1728
1729 * eshell.texi (Built-ins): Describe, how to disable a built-in command
1730 by an alias. (Bug#6226)
1731
597517ef
JB
17322010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
1733
1734 * calc.texi (Manipulating Vectors): Mention that vectors can
1735 be used to determine bins for `calc-histogram'.
1736
14914c43
JB
17372010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
1738
597517ef 1739 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 1740
0235128c 17412010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1742
1743 * url.texi (HTTP language/coding, Customization):
1744 * message.texi (Header Commands, Responses):
1745 * cl.texi (Argument Lists): Fix typos.
1746
0235128c 17472010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 1748
0235128c
SM
1749 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
1750 Note that Development menu is always available.
aa5789b5
CY
1751 (Creating a project): Fix terminology.
1752 (Add/Remove files): Fix typo.
1753
0235128c
SM
17542010-05-07 Chong Yidong <cyd@stupidchicken.com>
1755
1756 * Version 23.2 released.
1757
a628ad9d 17582010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
1759
1760 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
1761
502269d6
MA
17622010-05-01 Michael Albinus <michael.albinus@gmx.de>
1763
0235128c
SM
1764 * tramp.texi (Inline methods, Default Method):
1765 Mention `tramp-inline-compress-start-size'.
502269d6 1766
6e104790 17672010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
1768
1769 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
1770 the CVS repo. Put the Git repo in the news section.
1771
6e104790 1772 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
1773 Removed some mentions of CVS. Mention the new Git repo.
1774
6e104790 17752010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
1776
1777 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
1778 (Mail Group Commands): Add index entry.
1779
6e104790 17802010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
1781
1782 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
1783
f8b91752
JB
17842010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
1785
1786 * calc.texi (Radix modes): Mention that the option prefix will
1787 turn on twos-complement mode.
1788 (Inverse and Hyperbolic Flags): Mention the Option flag.
1789
ed21c5c8
CD
17902010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
1791
1792 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 1793 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
1794 (Sectioning structure): Update.
1795 (References): New use case for field coordinates.
6e104790 1796 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
1797 (Setting up the staging area): Document the availability of
1798 encryption for MobileOrg.
1799 (Images and tables): Document how to reference labels.
1800 (Index entries): New section.
1801 (Generating an index): New section.
1802 (Column width and alignment): Document that <N> now
1803 means a fixed width, not a maximum width.
1804 (Publishing options): Document the :email option.
1805 (Beamer class export): Fix bug in the BEAMER example.
1806 (Refiling notes): Document refile logging.
1807 (In-buffer settings): Document refile logging keywords.
1808 (Drawers): Document `C-c C-z' command.
1809 (Agenda commands): Mention the alternative key `C-c C-z'.
1810 (Special properties): Document the BLOCKED property.
1811 (The spreadsheet): Mention the formula editor.
1812 (References): Document field coordinates.
1813 (Publishing action): Correct the documentation for the
1814 publishing function.
1815 (The date/time prompt): Document that we accept dates
1816 like month/day/year.
1817 (Cooperation): Document the changes in table.el support.
1818 (Faces for TODO keywords, Faces for TODO keywords)
1819 (Priorities): Document the easy colors.
1820 (Visibility cycling): Document the new double prefix
1821 arg for `org-reveal'.
1822 (Cooperation): Remember.el is part of Emacs.
1823 (Clean view): Mention that `wrap-prefix' is also set by
1824 org-indent-mode.
1825 (Agenda commands): Add information about prefix args to
1826 scheduling and deadline commands.
1827 (Search view): Point to the docstring of
1828 `org-search-view' for more details.
6e104790 1829 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
1830 (Setting tags): Document variable
1831 org-complete-tags-always-offer-all-agenda-tags.
6e104790 1832 (Column attributes): Cross-reference special properties.
ed21c5c8 1833
456b348e
MA
18342010-04-10 Michael Albinus <michael.albinus@gmx.de>
1835
1836 Synchronize with Tramp repository.
1837
1838 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
1839 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
1840 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
1841 syntax, texi2dvi reports errors with the backquotes.
1842
1843 * trampver.texi: Update release number.
1844
357e2d8e
KY
18452010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
1846
1847 * gnus.texi (Finding the News): Add pointers to the Server buffer
1848 because it's essential.
1849
1d4d7664
KY
18502010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
1851
1852 * gnus.texi (MIME Commands): Update description of
1853 gnus-article-browse-html-article.
1854
bd3e840f
KY
18552010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
1856
1857 * auth.texi (Secret Service API): Add TODO node.
1858 (Help for users): Explain the new source options for `auth-sources'.
1859
e867cb5d 18602010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
1861
1862 * trampver.texi: Update release number.
1863
288f9fc0
CY
18642010-03-10 Chong Yidong <cyd@stupidchicken.com>
1865
1866 * Branch for 23.2.
1867
d99aaebd
CY
18682010-03-03 Chong Yidong <cyd@stupidchicken.com>
1869
1870 * faq.texi (Escape sequences in shell output): Note that ansi-color is
1871 now enabled by default.
1872
5794c2a5
MA
18732010-02-28 Michael Albinus <michael.albinus@gmx.de>
1874
1875 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
1876 when Emacs runs in interactive mode. (Bug#5645)
1877
40572be6
GM
18782010-02-16 Glenn Morris <rgm@gnu.org>
1879
1880 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
1881
7bb8ed67
MH
18822010-02-05 Mark A. Hershberger <mah@everybody.org>
1883
1884 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
1885
45a1423d 18862010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
1887
1888 * gnus.texi (Score File Format): Fix typo.
1889
45a1423d 18902010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
1891
1892 * cc-mode.texi: Replace references to obsolete c-subword-mode.
1893
14f17fc8
JB
18942010-01-18 Juanma Barranquero <lekktu@gmail.com>
1895
1896 * ada-mode.texi (Project File Overview): Fix typo.
1897
607d4369
CY
18982010-01-17 Chong Yidong <cyd@stupidchicken.com>
1899
1900 * semantic.texi: Add Richard Y. Kim credit.
1901
1902 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
1903
3d1bfa99
MA
19042010-01-17 Michael Albinus <michael.albinus@gmx.de>
1905
1906 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 1907 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 1908
6fbf7a75
GM
19092010-01-17 Glenn Morris <rgm@gnu.org>
1910
b9f978f0
GM
1911 * calc.texi (Reporting Bugs): Don't mention format of repository.
1912
f19bc38d
GM
1913 * woman.texi (Bugs): Make "Emacs repository" less specific,
1914 and the URL for same more specific.
1915
6fbf7a75
GM
1916 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
1917
16c3428a
JB
19182010-01-17 Juanma Barranquero <lekktu@gmail.com>
1919
1920 * ede.texi (ede-step-project, ede-proj-target):
1921 * tramp.texi (Remote processes): Fix typos.
1922
045b9da7
ML
19232010-01-16 Mario Lang <mlang@delysid.org>
1924
1925 * ede.texi (ede-target):
1926 * org.texi (Refiling notes): Remove duplicated words.
1927
c57008f6
SM
19282010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1929
1930 * gnus.texi (Posting Styles): Use with-current-buffer.
1931 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
1932
798c9eb5
KR
19332010-01-02 Kevin Ryde <user42@zip.com.au>
1934
1935 * eieio.texi (Naming Conventions): Correction to xref on elisp
1936 coding conventions, is "Tips" node not "Standards".
1937
4970fbfe
CY
19382009-12-24 Chong Yidong <cyd@stupidchicken.com>
1939
1940 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
1941
1942 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
1943
83828b06
KY
19442009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
1945
1946 * gnus.texi (Direct Functions): Add missing port number to tls method.
1947
45a4a565
JB
19482009-12-15 Juanma Barranquero <lekktu@gmail.com>
1949
1950 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
1951 ($(infodir)/edt, edt.dvi): New targets.
1952
698bfef7
GM
19532009-12-15 Glenn Morris <rgm@gnu.org>
1954
1955 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
1956 (edt, $(infodir)/edt, edt.dvi): New targets.
1957 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
1958
1959 * Makefile.in (PDF_TARGETS, pdf): New.
1960 (clean): Add *.pdf.
1961 Add pdf rules for all manuals.
1962
0e983327
JB
19632009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
1964
1965 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
1966
8e687433
CY
19672009-12-14 Chong Yidong <cyd@stupidchicken.com>
1968
1969 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
1970 (Smart Jump, Analyzer Debug): Copyedits.
1971 (Semantic mode user commands): Link to new nodes.
1972 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
1973 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
1974 upstream Semantic manual.
1975
1976 * semantic.texi (Introduction): Minor fix to diagram.
1977
020335df
MA
19782009-12-09 Michael Albinus <michael.albinus@gmx.de>
1979
1980 * eshell.texi (History): Add the other built-in variables.
1981 (Built-ins): Explain built-ins, and how to apply the external commands.
1982 Add `history', `su' and `sudo'.
1983
1984 * tramp.texi (Remote processes): Add missing <RET> in the example.
1985
6ddf13e4
BW
19862009-12-01 Bill Wohler <wohler@newt.com>
1987
1988 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 1989 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
1990 excessively garrulous.
1991
07b6428c
MA
19922009-11-29 Michael Albinus <michael.albinus@gmx.de>
1993
1994 * tramp.texi (Remote processes): Improve eshell example with "su"
1995 and "sudo" commands.
1996
fd1cefda
CY
19972009-11-28 Chong Yidong <cyd@stupidchicken.com>
1998
1999 * semantic.texi (Analyzer Internals): Rename from Analyzer.
2000
2001 * sem-user.texi (Semantic mode user commands): Fix key syntax.
2002 Document semantic-complete-analyze-inline.
2003 (Semanticdb search debugging commands): Minor clarification.
2004 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 2005 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 2006 manual.
9d542758 2007 (Semantic mode): Link to Idle Scheduler.
fd1cefda 2008
159e3ad5
KR
20092009-11-28 Kevin Ryde <user42@zip.com.au>
2010
2011 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 2012 @pxref, now EIEIO is in Emacs.
159e3ad5 2013
c6d47315
KR
2014 * erc.texi (Development): Correction to git tutorial url.
2015
16f6287e
GM
20162009-11-26 Glenn Morris <rgm@gnu.org>
2017
2018 * faq.texi (Latest version of Emacs): Mention stability of development
2019 version.
2020 (Problems with very large files): Max buffer size increase in 23.2.
2021 (VM): VM has moved house again.
2022
5ea5dbc9
JB
20232009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
2024
2025 * calc.texi (Radix modes): Discuss alternate bases for two's complement
2026 notations.
2027
5dec9555
CD
20282009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
2029
45a4a565 2030 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 2031
bd6f6833
CY
20322009-11-20 Chong Yidong <cyd@stupidchicken.com>
2033
2034 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
2035 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
2036 (Idle Completions Mode): Numerous copyedits.
bd6f6833 2037
be479117
JB
20382009-11-17 Juanma Barranquero <lekktu@gmail.com>
2039
2040 * semantic.texi (Semantic Internals, Glossary):
2041 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
2042 (Semanticdb search debugging commands): Fix typos.
2043
17291a1f
JB
20442009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2045
be479117 2046 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 2047
af42a9cc
JB
20482009-11-16 Juanma Barranquero <lekktu@gmail.com>
2049
2050 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
2051 ($(infodir)/semantic, semantic.dvi): New targets.
2052
3149927d
CY
20532009-11-16 Chong Yidong <cyd@stupidchicken.com>
2054
2055 * Makefile.in: Build the Semantic manual.
2056
2057 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
2058 repository.
2059
977640ed
MA
20602009-11-16 Michael Albinus <michael.albinus@gmx.de>
2061
2062 * dbus.texi (Receiving Method Calls): New defun
2063 `dbus-unregister-service'.
2064
17673adf
CD
20652009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
2066
2067 * org.texi (Speed keys): New section.
2068
0ecd3c90
MA
20692009-11-13 Michael Albinus <michael.albinus@gmx.de>
2070
2071 * dbus.texi (Type Conversion): Fix typo.
2072 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
2073 `dbus-registered-objects-table'.
0c7efc08
SM
2074 (Receiving Method Calls): New defun `dbus-register-property'.
2075 Move `dbus-unregister-object' here.
0ecd3c90 2076
8bfe682a
CD
20772009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
2078
2079 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
2080
20812009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
2082
2083 * org.texi (Column attributes): Add the new age summary operators.
2084 Also, mention the fact you can only use one summary operator per
2085 property.
2086
20872009-11-13 John Wiegley <johnw@newartisans.com>
2088
0c7efc08 2089 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 2090 manual about how to track habits.
0c7efc08 2091 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
2092 dangling clocks are resolved.
2093
20942009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
2095
2096 * org.texi (Agenda commands): Document the new `i' command.
2097 (Inserting deadline/schedule): Document logging changes
2098 of scheduling and deadline times stamps.
2099 (In-buffer settings): Document the in-buffer keywords for logging
2100 changes of scheduling and deadline times stamps.
2101 (Structure editing, Plain lists): Document indentation
2102 cycling in empty entries with TAB.
2103 (Archiving): Document the default archiving command.
2104 (Moving subtrees): Document the new keys for archiving.
2105 (Internal archiving): Fix incorrect key.
2106 (Agenda commands): Document the TODO set switching commands.
2107 (Agenda commands): Document the new archiving keys.
2108 (Clocking work time): Better description on how to save
2109 and restore a clock.
2110 (Resolving idle time): Mention the x11idle program to get true
2111 idleness also under X11.
2112 (Resolving idle time): Use @kbd instead of @key for normal
2113 letters, because this is how he rest of the manual does this.
2114 (Pushing to MobileOrg): Mention that `org-directory'
2115 should be set.
2116 (Agenda commands): Document that SPC is a filter for
2117 any tag.
0c7efc08 2118 (Search view): Rename from "Keyword search".
8bfe682a
CD
2119 (Capure): New chapter.
2120 (Markup): New chapter.
0c7efc08
SM
2121 (Links in HTML export, Images in HTML export):
2122 Extend the section titles.
8bfe682a
CD
2123 (Images in HTML export): Document the align option.
2124 (Text areas in HTML export): Extend the section title.
2125 (Images in LaTeX export): Explain image placement in LaTeX.
2126
693737cd
GM
21272009-11-10 Glenn Morris <rgm@gnu.org>
2128
2129 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
2130
c7bd4ebe
MA
21312009-11-08 Michael Albinus <michael.albinus@gmx.de>
2132
2133 * tramp.texi (Auto-save and Backup): Disable backups just for a
2134 method.
2135
2136 * trampver.texi: Update release number.
2137
76c5acad
MA
21382009-11-07 Michael Albinus <michael.albinus@gmx.de>
2139
2140 Sync with Tramp 2.1.17.
2141
2142 * trampver.texi: Update release number.
2143
d9a57abf
GM
21442009-10-29 Glenn Morris <rgm@gnu.org>
2145
2146 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
2147
637f4f0f
MA
21482009-10-23 Michael Albinus <michael.albinus@gmx.de>
2149
2150 * tramp.texi (External methods): Temporary files are kept for
2151 `rsync' and `rsyncc' methods.
2152
310dbb05
JB
21532009-10-09 Juanma Barranquero <lekktu@gmail.com>
2154
2155 * eieio.texi: Fix typos.
2156
09094f28
CY
21572009-10-07 Chong Yidong <cyd@stupidchicken.com>
2158
2159 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
2160
216f299a
JB
21612009-10-07 Juanma Barranquero <lekktu@gmail.com>
2162
2163 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
2164 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
2165
966a6506
CY
21662009-10-07 Chong Yidong <cyd@stupidchicken.com>
2167
2168 * Makefile.in: Build EIEIO and EDE manuals.
2169
21702009-10-07 Eric Ludlam <zappo@gnu.org>
2171
2172 * eieio.texi:
2173 * ede.texi: New files.
2174
8842cd9b
MA
21752009-10-05 Michael Albinus <michael.albinus@gmx.de>
2176
2177 * tramp.texi (Remote processes): Association of a pty is not supported.
2178
7006d207
CD
21792009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
2180
2181 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
2182 (Processing LaTeX fragments): Document that the size of images can be
2183 changes using the variable `org-format-latex-options'.
2184 (The date/time prompt, Timestamps): Be more accurate over ISO format
2185 dates and times.
2186 (Visibility cycling): Document showeverything keyword.
2187 (In-buffer settings): Document showeverything keyword.
2188 (Setting up the staging area): Fix the example.
2189 (MobileOrg): New section.
2190 (Agenda commands, Exporting Agenda Views): Document exporting the
2191 agenda view to Org files.
2192
0e7b2867
MA
21932009-09-28 Michael Albinus <michael.albinus@gmx.de>
2194
2195 * tramp.texi (History): Add IMAP support.
2196 (External methods): Add `imap' and `imaps' methods.
2197 (GVFS based methods): Add indices for `davs'.
2198 (Password handling): Rename anchors. Add IMAP entries for
2199 ~/.authinfo.gpg.
2200
2201 * trampver.texi: Set default value of `emacsimap'.
2202
4146636e
KY
22032009-09-22 Daiki Ueno <ueno@unixuser.org>
2204
2205 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
2206
d22f7ffa
CY
22072009-09-13 Chong Yidong <cyd@stupidchicken.com>
2208
0c7efc08
SM
2209 * dired-x.texi (Technical Details):
2210 Delete dired-up-directory (Bug#4292).
d22f7ffa 2211
66043531
MA
22122009-09-03 Michael Albinus <michael.albinus@gmx.de>
2213
216f299a 2214 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 2215
6eb02347
CD
22162009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
2217
2218 * org.texi (Effort estimates): Document new effort setting commands.
2219 (Agenda commands): Document the new keys fro agenda time motion.
2220 Document entry text mode. Improve documentation of the keys to include
2221 inactive time stamps into the agenda view.
2222 (Feedback): Document the new bug report command.
0c7efc08 2223 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 2224
38dc51ba
KY
22252009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
2226
2227 * auth.texi (Help for users): Corrected markup.
2228
e402f452
GM
22292009-09-02 Glenn Morris <rgm@gnu.org>
2230
2231 * emacs-mime.texi (time-date): Mention float-time.
2232
744256cf
JB
22332009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
2234
2235 * calc.texi (Simplifying Formulas): Improve the wording.
2236
b0b63450
MB
22372009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
2238
2239 * auth.texi: Rewritten for coverage and clarity.
2240
22412009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
2242
0c7efc08
SM
2243 * gnus.texi (Expiring Mail):
2244 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
2245 (Various Various): Mention gnus-safe-html-newsgroups.
2246
2247 * gnus-news.texi: Mention
2248 gnus-mark-copied-or-moved-articles-as-expirable.
2249
2250 * emacs-mime.texi (Display Customization): Add xref to
2251 gnus-safe-html-newsgroups.
2252
b59329e0
MA
22532009-08-28 Michael Albinus <michael.albinus@gmx.de>
2254
2255 * tramp.texi (Version Control): Remove.
af42a9cc 2256 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
2257 reference.
2258 (External methods): Correct `scpc' concept index entries. New method
2259 `rsyncc'.
2260 (External packages): New subsections "Filename completion" and "File
2261 attributes cache".
2262
0ff2d6c2
JB
22632009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
2264
2265 * calc.texi (Rewrite Rules): Improve the example.
2266 (Simplifying Formulas): Explain use of the I and H flags for
2267 simplification.
2268
ecd3d54f
MA
22692009-08-25 Michael Albinus <michael.albinus@gmx.de>
2270
2271 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
2272 Describe autostart behaviour of dbus-ping.
2273 (Synchronous Methods, Asynchronous Methods): Use English numeric format
2274 for timeout values.
78176e69
MA
2275 (Top): Remove footnote saying D-Bus is not enabled by
2276 default. (Bug#4256)
ecd3d54f 2277
0f215bca
DU
22782009-08-23 Daiki Ueno <ueno@unixuser.org>
2279
2280 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 2281 Reported by Jari Aalto (Bug#4211).
0f215bca 2282 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 2283 epa-global-mail-mode.
3b7ab45f
DU
2284 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
2285 epa-setup.
0f215bca 2286
4f22e84d
MA
22872009-08-16 Michael Albinus <michael.albinus@gmx.de>
2288
2289 * dbus.texi (Asynchronous Methods): Allow nil handler.
2290
9ff0b02b 22912009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 2292
26b03ee3 2293 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 2294
26b03ee3 2295 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 2296
4c39f404
CY
22972009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
2298
2299 * calc.texi (Date Forms): Fix typos.
2300
3bcfba17
GM
23012009-08-08 Glenn Morris <rgm@gnu.org>
2302
2303 * org.texi (Agenda commands): Restore clobbered change.
2304
66783bb4
EZ
23052009-08-07 Eli Zaretskii <eliz@gnu.org>
2306
2307 * calc.texi (Graphics, Devices): Update with the peculiarities of
2308 operation on MS-Windows.
2309
c8d0cf5c
CD
23102009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2311
2312 * org.texi (Publishing action): Improve documentation of file
2313 names when publishing to the source directory.
2314 (Clean view): Document `org-indent-mode'.
2315 (Clocking work time): Add documentation for the
2316 new :timetamp option when creating a clock report.
2317 (Paragraphs): Fix many typos.
2318 (Plain lists): Remove duplicate explanation about the
2319 `C-c *' command.
2320 (Literal examples): Update to reflect the new behavior
2321 of the -n -r -k switches when exporting source code examples.
2322 (Structure editing): Add information about `C-c *',
2323 converting a plain list into a list of Org items.
2324 (Remember): Small rephrasing of the paragraph
2325 describing remember.el. Also mentioned that remember.el is part
2326 of Emacs 23, not Emacs 22.
2327 (Clocking work time): Add documentation about
2328 displaying the current clocking time against the effort estimate.
2329 Also add a footnote about using `org-clock-in-prepare-hook' to add
2330 an effort estimate on the fly, just before clocking it.
2331 (Footnotes): Document automatic renumbering and
2332 sorting.
2333 (Agenda commands): Document new bulk commands.
2334 (Plain lists): Document new behavior of
2335 `org-cycle-include-plain-lists'.
4e2af782 2336 Hyphenation only in TeX.
c8d0cf5c
CD
2337 (Clocking work time): Document the key to update effort
2338 estimates.
2339 (Clocking work time): Document the clock time display.
2340 (Structure editing, TODO basics): Document new
2341 variables.
2342 (Column attributes): Document new colciew operators.
2343 (Publishing options): Document :xml-declaration.
2344 (Tracking TODO state changes): Document the
2345 LOG_INTO_DRAWER property.
2346 (Literal examples): Document the new implementation for
2347 editing source code.
2348 (Publishing action): Mention the new publishing
2349 function, to publish an Org source file.
2350 (Publishing links): Mention how to link to an Org source file.
2351 (Macro replacement): Document new macros.
2352 (Handling links): Document type-specific completion
2353 when inserting links.
2354 (Structure editing, Plain lists): Improve documentation
2355 on sorting.
2356 (Internal links): Document custom ids for links.
2357 (Handling links): Document custom ids for links.
2358 (CSS support): Document new class.
2359 (Refiling notes): Document the possibility to create new nodes
2360 during refiling.
2361 (Agenda commands): Document the "?" operator to find
2362 tasks without effort setting.
2363 (Exporting agenda information): Section moved.
2364 (RSS Feeds): New section.
2365 (Built-in table editor): Document M-e and M-a navigate
2366 inside table field.
2367 (Stuck projects): Docment that projects identified as
2368 un-stuck will still be searchd for stuck sub-projects.
2369 (Paragraphs): Document centering.
2370 (Creating timestamps, Agenda commands): Document new
2371 behavior when changing time stamps.
2372 (Structure editing): Document the new command
2373 `org-clone-subtree-with-time-shift'.
2374 (Publishing): Refresh this chapter.
2375 (Export options, Export options, In-buffer settings):
2376 Document the new keywords.
2377 (Matching tags and properties): Collect all
2378 documentation about tags/property matches here.
2379 (Setting tags): Document `org-tag-persistent-alist'.
2380 (Weekly/daily agenda): New section.
2381 (Orgstruct mode): Describe `orgstruct++-mode'.
2382 (Drawers): Mention the LOGBOOK drawer.
2383 (Export options, Sectioning structure): Document the
2384 #+LEATEX_HEADER in-buffer setting.
2385 (Bugs): Section removed.
2386 (Hooks): New section.
0c7efc08 2387 (Add-on packages): Move here from old location.
c8d0cf5c
CD
2388 (Context-sensitive commands): New section.
2389 (Setting tags): Document newline option.
2390 (Global TODO list, Matching tags and properties):
2391 Mention more variables.
2392 (Checkboxes): Update to changed command behavior.
81a5560e 2393
40d2791f
CY
23942009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
2395
2396 * speedbar.texi (Basic Key Bindings): Fix typo.
2397
65d0154b
JB
23982009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
2399
2400 * calc.texi (Vector/Matrix Functions): Add index entries for both
2401 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
2402 affects matrices with more than one row.
b5bdfd9f 2403 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 2404
5a9e3ab7
JB
24052009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
2406
2407 * calc.texi (Stack Manipulation Commands): Add documentation for
2408 `calc-transpose-lines'
2409
42fb7e61
MA
24102009-07-27 Michael Albinus <michael.albinus@gmx.de>
2411
2412 * dbus.texi (Receiving Method Calls): Describe special return value
2413 `:ignore'.
2414
574b69d5
AM
24152009-07-24 Alan Mackenzie <acm@muc.de>
2416
2417 * cc-mode.texi (Config Basics, File Styles): Document that at mode
2418 initialization, any individual variable setting now takes precedence
2419 over one done via c-file-style/c-file-offsets.
2420
ec06459c
JB
24212009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
2422
2423 * calc.texi (Undoing Mistakes): Mention that the undo list will be
2424 truncated when Calc is quit.
2425 (Customizing Calc): Document `calc-undo-length'.
2426
4ce54f6b
CY
24272009-07-20 Chong Yidong <cyd@stupidchicken.com>
2428
2429 * calc.texi (About This Manual): Don't mention chapter numbers in text.
2430
0e4f8ba5
GM
24312009-07-11 Kevin Ryde <user42@zip.com.au>
2432
2433 * pcl-cvs.texi (About PCL-CVS):
2434 * widget.texi (Basic Types):
2435 Fix cross-references.
2436
fa0f81b0
AS
24372009-07-01 Andreas Schwab <aschwab@redhat.com>
2438
2439 * dbus.texi (Type Conversion): Don't use literal control character.
2440
88a683c5
MA
24412009-07-01 Michael Albinus <michael.albinus@gmx.de>
2442
2443 * tramp.texi (GVFS based methods): New section.
2444 (Remote processes): Processes for GVFS based methods run locally.
2445
36c8febb
MA
24462009-06-30 Michael Albinus <michael.albinus@gmx.de>
2447
0c7efc08
SM
2448 * tramp.texi (Inline methods, External methods, Gateway methods):
2449 Avoid the words "kludge" and hack".
36c8febb
MA
2450 (External methods): Add `synce' method.
2451
2452 * trampver.texi: Update release number.
2453
d6b951bb
MA
24542009-06-22 Michael Albinus <michael.albinus@gmx.de>
2455
2456 Sync with Tramp 2.1.16.
2457
2458 * tramp.texi (History): Add GVFS support.
2459 (External methods): Precise `rsync' description. Add `dav', `davs' and
2460 `obex' methods. Add 'tramp-gvfs-methods' option.
2461 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
2462 forms.
2463 (Remote Programs): Introduce `tramp-own-remote-path'.
2464 (Remote processes): New subsection "Running remote programs that create
2465 local X11 windows".
2466 (Frequently Asked Questions): Improve code for disabling vc.
2467
2468 * trampver.texi: Update release number. Set default value of
2469 `emacsgvfs'.
2470
70243478
CY
24712009-06-21 Chong Yidong <cyd@stupidchicken.com>
2472
2473 * Branch for 23.1.
2474
54b31cbf
GM
24752009-06-17 Glenn Morris <rgm@gnu.org>
2476
2477 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
2478 (Latest version of Emacs): Mention source code repository.
2479
f6adc23c
GM
24802009-06-16 Glenn Morris <rgm@gnu.org>
2481
2482 * faq.texi (Top): Language tweak.
2483 (Extended commands): Most people have arrow keys.
2484 (Emacs manual): Say how to follow info links.
2485 (File-name conventions): Change title a bit. Explain about source
2486 versus installed. Condense etc description.
2487 (Guidelines for newsgroup postings): Mention Savannah list page.
2488 (Newsgroup archives): Simplify.
2489 (Contacting the FSF): Add contact URL.
2490 (Emacs Lisp documentation): Printed version not always available.
2491 (Installing Texinfo documentation): Explain how by hand installation is
2492 not normally needed. Use add-to-list. Remove duplicate reference.
2493 (Informational files for Emacs): Move info on Help menu here from
2494 "File-name conventions".
2495 (Help installing Emacs): Tweak uref.
2496 (Obtaining the FAQ): Mention repository.
2497 (Origin of the term Emacs): Explain "ITS".
2498 (Changing load-path): Use add-to-list.
2499 (Automatic indentation): Clarify this is for Text mode.
2500 Don't mention Indented Text mode.
2501 (Finding Emacs on the Internet): The FSF does not seem to offer a
2502 deluxe distribution on CD anymore.
2503
b59a8457
GM
25042009-06-16 Glenn Morris <rgm@gnu.org>
2505
2506 * faq.texi (Top): Mention which Emacs version this FAQ is about.
2507 Recommend the latest release. Mention how to get older FAQs.
2508 Recommend the Emacs manual.
2509 (Guidelines for newsgroup postings): Discourage cross-posts.
2510 (Underlining paragraphs): Remove.
2511 (Editing MS-DOS files): Remove pre-Emacs 20 information.
2512 (Bugs and problems): Update key-binding.
2513 (Problems with very large files): Mention 64-bit.
2514 (Shell process exits abnormally): Remove.
2515 (Problems with Shell Mode): Rename and update.
2516 (Spontaneous entry into isearch-mode)
2517 (Problems talking to certain hosts): Remove. This is old information,
2518 in etc/PROBLEMS if needed.
2519 (Emacs takes a long time to visit files, Updating Emacs): Remove.
2520 (Dired claims that no file is on this line): Update.
2521 (Installing Emacs, Problems building Emacs): Simplify.
2522 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
2523 information.
2524 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
2525 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
2526 (JDEE): "JDEE", not "JDE".
2527 (Handling C-s and C-q with flow control, Binding C-s and C-q):
2528 Remove. This is old information, in etc/PROBLEMS if needed.
2529 (stty and Backspace key, Kanji and Chinese characters): Remove.
2530 (Right-to-left alphabets): Update section.
2531 (Changing the included text prefix): Gnus uses message-yank-prefix.
2532 Add cross-reference to Supercite manual.
2533 (Saving a copy of outgoing mail): Simplify output file description.
2534 (Expanding aliases when sending mail): Refer to Emacs manual.
2535 Remove old info about RFC822.
2536 Correct description of how to rebuild aliases.
2537 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
2538 (MIME with Emacs mail packages)
2539 (Viewing articles with embedded underlining)
2540 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
2541 Remove old sections.
2542 (Killing based on nonstandard headers): Remove. Scoring is preferable,
2543 and is well-documented in the Gnus manual.
2544 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
2545 (Making Gnus faster): Rename from "Starting Gnus faster".
2546 Merge "Catch-up is slow in Gnus" into here.
2547
0e6d12ca
GM
25482009-06-14 Glenn Morris <rgm@gnu.org>
2549
2550 * faq.texi (Status of Emacs): Re-order with most recent releases first.
2551 (New in Emacs 23): New section.
2552 (Handling C-s and C-q with flow control): Add xref.
2553
2e17e05e
GM
25542009-06-13 Glenn Morris <rgm@gnu.org>
2555
2556 * faq.texi (Setting up a customization file): Grammar fix.
2557 Customize is no longer "new".
2558 (Displaying the current line or column): Line-number mode is on by
2559 default. Don't mention `column' package. Mention linum.el.
2560 (Turning on abbrevs by default): Explain how to do it for buffers,
2561 modes, and everywhere.
2562 (Associating modes with files): Use add-to-list. Don't mention Emacs
2563 19.
2564 (Highlighting a region): On by default since 23.1.
2565 (Replacing highlighted text): Update doc quote.
2566 (Working with unprintable characters): Don't mention search-quote-char.
2567 (Using an already running Emacs process): Gnuclient is probably not an
2568 enhancement these days.
2569 (Indenting switch statements): Remove mention of pre-Emacs 20.
2570 (Horizontal scrolling): Abbreviate Emacs 20 description.
2571 (Replacing text across multiple files): Fix name of dired command.
2572 (Disabling backups): Use require not load.
4f9d4de3 2573 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 2574
2a1cf2b9
BW
25752009-06-13 Bill Wohler <wohler@newt.com>
2576
2577 Release MH-E manual version 8.2.
2578
2579 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
2580 release 8.2.
2581
85b438b7
GM
25822009-06-13 Glenn Morris <rgm@gnu.org>
2583
2584 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
2585 in this day and age the common meaning is "on the web".
2586 (copying): Use @copyright in all cases.
2587 (Basic keys): Remove reference to deleted manual node "Text Characters".
2588 (File-name conventions): Use GNU as an example rather than SERVICE.
2589 default.el lives in site-lisp. Update Info directory location.
2590 (Real meaning of copyleft): GPL actions have been brought, but all
2591 settled out of court.
2592 (Guidelines for newsgroup postings): Shorten section title.
2593 Simplify comp.emacs description.
2594 (Newsgroup archives): Change Google URL. Describe Gmane.
2595 (Unsubscribing from Emacs lists): Remove discussion of "distribution
2596 points". Mention List-Unsubscribe header.
2597 (Contacting the FSF): Update email and URLs.
2598 (Basic editing): Mention F1 for help.
2599 (Installing Texinfo documentation): Refer to Texinfo website rather
2600 than ftp server.
2601 (Printing a Texinfo file): Mention texi2pdf.
2602 (Informational files for Emacs): Don't describe FTP or SERVICE, they
2603 are just stubs nowadays.
2604 (Latest version of Emacs): Explain version numbers.
2605 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
2606 (Turning on syntax highlighting): No need to mention hilit19 any more.
2607 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
2608 (Modes for various languages): Remove section.
2609 (Major packages and programs): Remove most version and maintainer
2610 information - it's hard to keep up-to-date, and adds nothing.
2611 Similarly with direct links to mailing lists.
2612 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
2613 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
2614 years, and Emacs comes with tools for this now.
2615 (Patch): Remove section - this is a standard tool.
2616 (Using function keys under X): Remove section.
2617
93e2d996
GM
26182009-06-12 Glenn Morris <rgm@gnu.org>
2619
2620 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
2621 (Help installing Emacs): Remove reference to deleted X11 node.
2622 (Associating modes with files): Interpreter-mode-alist is no longer
2623 subservient to auto-mode-alist.
2624 (Installing Emacs): Change future Emacs version.
2625 (Linking with -lX11 fails): Remove old section.
2626 (Packages that do not come with Emacs): Update ELL location.
2627 Emacs Lisp archive is dead.
2628 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
2629 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
2630 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
2631 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
2632 (Removing flashing messages): Remove section about non-existent Gnus
2633 option.
2634
f0bf7708
GM
2635 * faq.texi (Top): Add @top command.
2636 Remove the optional arguments from all @node commands: makeinfo can
2637 generate these automatically, and it is easier to edit and rearrange
2638 nodes without them.
2639
30884d11
GM
26402009-06-11 Glenn Morris <rgm@gnu.org>
2641
2642 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
2643 (The LPF): Make the updated URL the sole reference point.
2644 (Learning how to do something): Update refcard price and format.
2645 (Getting a printed manual): Sources in doc/emacs/, not man/.
2646 Also available in PDF format. Since the page count varies, be less
2647 precise.
2648 (Informational files for Emacs): Remove references to deleted files
2649 LPF and SUN-SUPPORT, and to UUCP.
2650 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
2651 Remove many obsolete ways to get the FAQ, which now seems only to be
2652 distributed with Emacs.
2653 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
2654
deab46e0
CY
26552009-06-09 Chong Yidong <cyd@stupidchicken.com>
2656
223b43fa 2657 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 2658 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 2659
deab46e0
CY
2660 * ada-mode.texi (Installation, Compile commands)
2661 (Project File Overview, No project files, Set compiler options)
2662 (Use GNAT project file, Use multiple GNAT project files)
2663 (Identifier completion): Use @samp for menu items, and @kbd for key
2664 sequences (Bug#3504).
2665
71fbd643
DU
26662009-06-04 Daiki Ueno <ueno@unixuser.org>
2667
8c9bb6f5 2668 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 2669
f197085b
CY
26702009-06-04 Ryan Yeske <rcyeske@gmail.com>
2671
2672 * message.texi (Header Commands): Fix descriptions to match
2673 keybindings.
2674
7f3bc720
DU
26752009-04-22 Daiki Ueno <ueno@unixuser.org>
2676
2677 * gnus.texi (Security): Mention that EasyPG is the current default.
2678
4518068d
CY
26792009-04-13 Chong Yidong <cyd@stupidchicken.com>
2680
2681 * ediff.texi (Session Commands): Fix typo.
2682
d7ca410a
MB
26832009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
2684
2685 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
2686 news.software.readers. Reported by Florian Rehnisch.
2687
c6c76add
GM
26882009-04-02 Glenn Morris <rgm@gnu.org>
2689
2690 * auth.texi: Capitalize direntry.
2691
2692 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
2693 using a period in the entry name. (Bug#2797)
2694
35ed8e2e
JB
26952009-03-03 Juanma Barranquero <lekktu@gmail.com>
2696
2697 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
2698 ($(infodir)/auth, auth.dvi): New targets.
2699
e280480a
GM
27002009-03-03 Glenn Morris <rgm@gnu.org>
2701
2702 * auth.texi: Fix @setfilename.
2703
2704 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
2705 (auth, $(infodir)/auth, auth.dvi): New rules.
2706
8a76755b
GM
27072009-02-25 Glenn Morris <rgm@gnu.org>
2708
2709 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
2710
0038d478
MB
27112009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
2712
2713 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
2714
27152009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
2716
2717 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
2718 gnus-nocem-issuers, and gnus-nocem-verifyer.
2719
867d4bb3
JB
27202009-02-20 Juanma Barranquero <lekktu@gmail.com>
2721
2722 * ada-mode.texi (Project files, Automatic Casing):
2723 * dbus.texi (Signals):
2724 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
2725 * mh-e.texi (HTML):
2726 * nxml-mode.texi (Locating a schema)
2727 (Using the document's URI to locate a schema):
2728 * org.texi (Footnotes, Using the mapping API):
2729 * rcirc.texi (Channels): Remove duplicate words.
2730
3a44dc1f
GM
27312009-02-20 Glenn Morris <rgm@gnu.org>
2732
2733 * dired-x.texi (Miscellaneous Commands):
2734 * gnus.texi: Minor updates for mbox Rmail.
2735
5dc584b5
KB
27362009-02-16 Karl Berry <karl@gnu.org>
2737
b59a8457
GM
2738 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2739 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
2740 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2741 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
2742 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
2743 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
2744 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
2745 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
2746 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
2747 Consistently use @insertcopying in the Top node,
5dc584b5 2748 @contents at the front (after @end titlepage),
b59a8457 2749 and @direntry after @copying. (Bug#1988)
5dc584b5 2750
9eb59592
MB
27512009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
2752
2753 * auth.texi: New file documenting auth-source.
2754
d324fa76
CD
27552009-02-13 Carsten Dominik <dominik@science.uva.nl>
2756
2757 * org.texi (Org Plot): Fix link.
2758
7a603b73
DU
27592009-02-09 Daiki Ueno <ueno@unixuser.org>
2760
2761 * epa.texi (Mail-mode integration): Mention the way to do
2762 "encrypt-to-self". (Bug#1807)
2763
a626b338 27642009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
2765
2766 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
2767
3b36c17e
MB
27682009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
2769
2770 * gnus-news.texi: Print version about Incoming*.
2771
55033558
CD
27722009-02-02 Carsten Dominik <dominik@science.uva.nl>
2773
2774 * org.texi (Structure editing, Handling links)
2775 (Fast access to TODO states, Javascript support): Make standard docs
2776 correctly reflect default variable settings.
2777
ec712abb
GM
27782009-02-02 Glenn Morris <rgm@gnu.org>
2779
2780 * org.texi: Fix typos.
2781
7112648c
MA
27822009-02-01 Michael Albinus <michael.albinus@gmx.de>
2783
2784 Sync with Tramp 2.1.15.
2785
2786 * trampver.texi: Update release number.
2787
2e461fc1
CD
27882009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
2789
2790 * org.texi (TODO dependencies): Document TODO dependencies on
2791 checkboxes.
2792
bc283609
CD
27932009-01-30 Carsten Dominik <dominik@science.uva.nl>
2794
2795 * org.texi (TODO dependencies): Document key binding for toggling
2796 ORDERED property.
2797
74fc5047
MA
27982009-01-28 Michael Albinus <michael.albinus@gmx.de>
2799
2800 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
2801 of hook functions.
2802
d6685abc
CD
28032009-01-28 Carsten Dominik <dominik@science.uva.nl>
2804
2805 * org.texi (TODO dependencies): New section.
2806
65c439fd
CD
28072009-01-27 Carsten Dominik <dominik@science.uva.nl>
2808
2809 * org.texi (Plain lists, TODO basics, Priorities)
2810 (Multiple sets in one file, Conflicts): Document interaction with
2811 `shift-selection-mode'.
2812
5fafc247
JB
28132009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
2814
2815 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
2816 Make Calc the subject of sentences.
2817 (Rearranging Formulas using Selections): Discuss new options
2818 for `j *'.
2819
e7433508
MA
28202009-01-26 Michael Albinus <michael.albinus@gmx.de>
2821
2822 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
2823
2096a1b6
GM
28242009-01-26 Glenn Morris <rgm@gnu.org>
2825
2826 * org.texi: Fix typos.
2827
0cb61492
BW
28282009-01-26 Bill Wohler <wohler@newt.com>
2829
2096a1b6 2830 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 2831
0bd48b37
CD
28322009-01-25 Carsten Dominik <dominik@science.uva.nl>
2833
2834 * org.texi (References): Add information about remote references.
2835 (Built-in table editor): Document `C-c RET' in tables.
2836 (Math symbols, Quoting LaTeX code): Mention that simple
2837 LaTeX macros survive LaTeX export.
2838 (Images in LaTeX export): Show how to create a reference to a
2839 figure.
2840 (Sectioning structure): Document that the LaTeX class can be
2841 specified in a property.
2842 (Text areas in HTML export): New section.
2843 (External links): Add examples for text search and ID links.
2844 (Built-in table editor): Remove the descriptio of `C-c
2845 C-q', it not longer works.
2846 (Literal examples): Document that a space must follow
2847 the colon in short examples.
2848 (Relative timer): Document `org-timer-stop'.
2849 (Footnotes): New section.
2850 (Footnote markup): Shorten section and refer to new Footnote
2851 section.
2852 (Literal examples): Add documentation for line
2853 numbering in and references to code examples.
2854 (CSS support): Fix the description of default CSS styles.
2855 (Capturing column view): Document
2856 "file:path/to/file.org" as an allowed value for the ID property of
2857 a dynamic block copying column view.
2858
49dbbaf2
SE
28592009-01-23 Stephen Eglen <stephen@gnu.org>
2860
2861 * mh-e.texi (Getting Started): Describe $MH.
2862
193e6828
MA
28632009-01-21 Michael Albinus <michael.albinus@gmx.de>
2864
2865 * tramp.texi (all): Harmonize usage of "external method",
2866 "external transfer method" and "out-of-band method".
2867 (Connection types): Precise the differences of inline and external
2868 methods. Written by Adrian Phillips <a.phillips@met.no>.
2869
26b9f88d
MB
28702009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
2871
2872 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
2873 commands as described at the top. Reported by Allan Gottlieb
2874 <gottlieb@nyu.edu>.
2875
28762009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
2877
2878 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
2879 nnmail-pathname-coding-system.
2880
377952e0
GM
28812009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
2882
2883 * org.texi (Relative timer): Fix typo.
2884
a20d3598
JB
28852009-01-15 Juanma Barranquero <lekktu@gmail.com>
2886
2887 * org.texi (Clocking work time): Fix typo.
98a1e0f5 2888 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 2889
a50253cc
GM
28902009-01-13 Glenn Morris <rgm@gnu.org>
2891
2892 * org.texi: Fix some more typos.
2893
07450bee
GM
28942009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
2895
2896 * org.texi: Fix some typos.
2897
e3e955fe
MB
28982009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
2899
2900 * gnus.texi (Group Parameters): Add note for local variables.
2901
29022009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2903
0c7efc08
SM
2904 * gnus.texi (Converting Kill Files): Fix URL.
2905 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
2906
29072009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2908
2909 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
2910 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
2911 (Paging the Article): Add index entry.
2912
71dd9983
JB
29132009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
2914
2915 * ada-mode.texi (Examples): Delete redundant text.
2916
4a0cf14f
MA
29172009-01-03 Michael Albinus <michael.albinus@gmx.de>
2918
36c8febb 2919 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
2920
2921 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
2922 addresses.
2923
aedac0f0
BW
29242009-01-03 Bill Wohler <wohler@newt.com>
2925
2926 * mh-e.texi (Scan Line Formats): Indicate that first column should be
2927 kept empty.
2928
4c65b566
CD
29292008-12-20 Carsten Dominik <dominik@science.uva.nl>
2930
2931 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
2932 (HTML Export commands, LaTeX/PDF export commands):
2933 Improve documentation about transient-mark-mode.
4c65b566
CD
2934 (References): DOcuemtn the use of special names like $LR1 to reference
2935 to fields in the last table row.
2936
e1a78e1e
JL
29372008-12-19 Juri Linkov <juri@jurta.org>
2938
2939 * info.texi (Search Text): Remove mention of removed key binding M-s.
2940
17a0aa82
CD
29412008-12-18 Carsten Dominik <dominik@science.uva.nl>
2942
2943 * org.texi (References): Remove mentioning of @0 as reference for the
2944 last line, this has been reverted in the Lisp sources.
2945
4997d802
JB
29462008-12-17 Juanma Barranquero <lekktu@gmail.com>
2947
2948 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
2949 (DVI_TARGETS): Remove duplicates. Add sasl.
2950 ($(infodir)/sasl, sasl.dvi): New targets.
2951
33306645
CD
29522008-12-17 Carsten Dominik <dominik@science.uva.nl>
2953
2954 * org.texi: Version number pushed to 6.15d.
2955
db55f368
CD
29562008-12-16 Carsten Dominik <dominik@science.uva.nl>
2957
a0bf4117 2958 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
2959 (Images in LaTeX export): New section.
2960 (Inlined images, Images in HTML export): Sections renamed.
2961
dae0a942
MB
29622008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
2963
2964 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
2965
9f5572e9
MB
29662008-12-04 David Engster <dengste@eml.cc>
2967
2968 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 2969 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 2970
bc23baaa
CD
29712008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
2972
2973 * org.texi (Using the mapping API): Fix bug in mapping example.
2974 (Publishing options): Make the list of properties complete again, in
2975 correspondence to the variable `org-export-plist-vars'.
2976 (Property searches): Document new special values for time comparisons.
2977 (Tag inheritance): Refine the description of tag inheritance.
2978 (Project alist): Add info about the publishing sequence of components.
a0bf4117 2979 (Effort estimates): Document the new relative timer.
bc23baaa 2980
3bf8054f
JB
29812008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
2982
2983 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
2984 (Using Calc): Clarify use of `C-x * o'.
2985 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
2986
ac134f2f
RS
29872008-11-28 Richard M Stallman <rms@gnu.org>
2988
2989 * dbus.texi (Receiving Method Calls): Clean up previous change.
2990
ace706d1
MA
29912008-11-26 Michael Albinus <michael.albinus@gmx.de>
2992
2993 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
2994 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
2995 `dbus-unescape-from-identifier'.
2996 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 2997 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
2998 (Signals): Use the constants in the example.
2999
d60b1ba1
CD
30002008-11-24 Carsten Dominik <dominik@science.uva.nl>
3001
b97439ce 3002 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 3003
ce4fdcb9
CD
30042008-11-23 Carsten Dominik <dominik@science.uva.nl>
3005
3006 * org.texi (Setting up Remember): Document `org-remember-mode'.
3007 (External links): Document that bbdb links can use a regular
3008 expression.
3009 (External links): Document that elisp links can contain interactive
3010 commands.
3011
c8548a00 30122008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
3013
3014 * viper.texi (viper-translate-all-ESC-keysequences):
3015 Description removed.
3016
6a2c4aec
GM
30172008-11-19 Glenn Morris <rgm@gnu.org>
3018
3019 * doclicense.texi: Change to FDL 1.3.
3020 Relicense all texi files under FDL 1.3 or later.
3021
59ee4113
JB
30222008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
3023
3024 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
3025
59bcbb98 30262008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 3027
0c7efc08 3028 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
3029
3030 * ediff.texi: Version/date change.
9f90198a 3031
8aa41c9b
CY
30322008-11-14 Chong Yidong <cyd@stupidchicken.com>
3033
3034 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
3035
17587b1b
JB
30362008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
3037
3038 * calc.texi (About This Manual): Comment out a mention of
3039 marginal notes.
3040
564c900e
CD
30412008-11-12 Carsten Dominik <dominik@science.uva.nl>
3042
3043 * org.texi (Clocking work time): Document the :formula property of
3044 clock tables.
3045 (Structure editing, Refiling notes): Document refiling regions.
3046 (Agenda commands): Document the double-prefix version
3047 of the `l' command in the agenda.
3048 (Handling links): Explain the effect of a double prefix
3049 arg to `C-c C-o'.
3050 (TODO basics): Add documentation for tag triggers.
3051
3c4be1f2
GM
30522008-10-23 Glenn Morris <rgm@gnu.org>
3053
3054 * cl.texi (Function Bindings): Mention `flet' fails to deal with
3055 byte-compiling things like `+'.
3056
3057 * ns-emacs.texi: Merge copyright years of author now with assignment
3058 into FSF years.
3059 (VER): Use it for easier automatic updating. Use Emacs version rather
3060 than standalone Emacs.app version.
3061
a6520ff3
CD
30622008-10-12 Carsten Dominik <dominik@science.uva.nl>
3063
864c9740 3064 * org.texi: Lots of minor fixes.
a6520ff3
CD
3065 (Capture): New chapter.
3066 (Org Plot): New section.
3067
db7a4b66
MH
30682008-09-30 Magnus Henoch <mange@freemail.hu>
3069
3070 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
3071
4043c194
JB
30722008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
3073
3074 * calc.texi (User Defined Units): Mention how to enter optional display
3075 string.
3076
eef5ade7
MB
30772008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
3078
0c7efc08 3079 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
3080 avoid the "y/n" wording.
3081
e52cac88
MB
30822008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
3083
0c7efc08 3084 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
3085
30862008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3087
3088 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
3089 @enumerate section so as to be able to be formatted with MAKEINFO=no.
3090
00c55306
BW
30912008-09-22 Bill Wohler <wohler@newt.com>
3092
3093 Release MH-E manual version 8.1.
3094
3095 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3096 release 8.1.
3097
3098 * mh-e.texi: Retain dual license as agreed to by the FSF.
3099 However, bump GPL to Version 3.
3100 Use @include for license text.
3101
e52cac88 31022008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
3103
3104 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
3105 (Store custom flags and keywords, Store arbitrary data):
3106 Clean up markup.
64763fe3
MB
3107
31082008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
3109
3110 * gnus.texi (The Gnus Registry): Document it.
3111
9e601b8d
MB
31122008-09-08 David Engster <dengste@eml.cc>
3113
88ee5b02
JB
3114 * gnus.texi (nnmairix): Point out that nnml uses MH format.
3115 Clarify section about choosing back end servers.
9e601b8d 3116
247043f1
GM
31172008-08-23 Glenn Morris <rgm@gnu.org>
3118
3119 * dired-x.texi (Shell Command Guessing):
3120 Mention dired-guess-shell-case-fold-search. (Bug#417)
3121
2bfec7a0
MA
31222008-08-22 Michael Albinus <michael.albinus@gmx.de>
3123
3124 * trampver.texi: Update release number.
3125
247043f1 31262008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
3127
3128 * ns-emacs.texi: Update version.
3129 (Introduction): Correct menu location for options save.
3130 (Customization): Note that defaults are stored under org.gnu.Emacs.
3131
8c20bd92
BW
31322008-08-11 Bill Wohler <wohler@newt.com>
3133
3134 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
3135 explicit about GNU mailutils MH elsewhere (with thanks to Darel
3136 Henman) (closes SF #1768928).
3137
767a4d92
GM
31382008-08-10 Glenn Morris <rgm@gnu.org>
3139
3140 * ns-emacs.texi: Use @copying. Change copyright of authors with
3141 assignment to FSF. Change license to GFDL.
3142 (Top): Remove outdated references.
3143
6ecfe5c2
MB
31442008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
3145
88ee5b02
JB
3146 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
3147 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
3148 gnus-summary-sort-by-most-recent-date.
3149 (Summary Sorting): Explain prefix argument.
3150
31512008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
3152
3153 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
3154 gnus-summary-pipe-output.
3155
eb932e8a
MA
31562008-08-03 Michael Albinus <michael.albinus@gmx.de>
3157
3158 * dbus.texi (Receiving Method Calls): Document error handling of own
3159 D-Bus methods.
3160
bfe16263
BW
31612008-08-01 Bill Wohler <wohler@newt.com>
3162
3163 * mh-e.texi (Reading Mail)
9f90198a 3164 (Viewing Attachments): Describe new function
bfe16263
BW
3165 mh-show-preferred-alternative.
3166 (Sending Mail, Redistributing, Sending Message): Describe new hook
3167 mh-annotate-msg-hook.
3168
21956b56
MA
31692008-07-31 Michael Albinus <michael.albinus@gmx.de>
3170
3171 * dbus.texi (Arguments and Signatures): Fix example.
3172 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
3173 (Asynchronous Methods): New node.
9f90198a
JB
3174 (Errors and Events): Describe extended layout of `dbus-event'.
3175 New defun `dbus-event-message-type'.
21956b56 3176
7c2fb837
DN
31772008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3178
3179 * ediff.texi: Remove VMS support.
3180
13662773
JB
31812008-07-29 Juanma Barranquero <lekktu@gmail.com>
3182
3183 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
3184 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
3185
ddde0b34
CY
31862008-07-29 Chong Yidong <cyd@stupidchicken.com>
3187
3188 * Makefile.in: Add mairix-el targets.
3189
31902008-07-29 David Engster <deng@randomsample.de>
3191
3192 * mairix-el.texi: New file.
3193
d5875b25
JB
31942008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
3195
366b7d44
JB
3196 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
3197 project files. Delete 'main_unit' project variable; not needed. Allow
3198 process environment variables wherever project variables are allowed.
3199 Add tutorial section on multiple GNAT project files.
d5875b25 3200
6cbab8ee
MA
32012008-07-27 Michael Albinus <michael.albinus@gmx.de>
3202
3203 Sync with Tramp 2.1.14.
3204
3205 * trampver.texi: Update release number.
3206
9e2a2647
DN
32072008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3208
3209 * ns-emacs.texi:
3210 * faq.texi: Remove mentions of Mac Carbon.
3211
d62672f3
MB
32122008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
3213
3214 * gnus.texi (Saving Articles): Describe the 2nd argument of
3215 gnus-summary-save-in-pipe.
3216 (SpamAssassin): Use it.
3217
32182008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
3219
3220 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
3221
dd12e1c6
CD
32222008-07-25 Carsten Dominik <dominik@science.uva.nl>
3223
3224 * org.texi (Export options): Document the use of the creator flag.
3225
44ce9197
CD
32262008-07-24 Carsten Dominik <dominik@science.uva.nl>
3227
3228 * org.texi: New version 6.06a.
3229
ddd13c5d
JB
32302008-07-23 Juanma Barranquero <lekktu@gmail.com>
3231
3232 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
3233 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
3234
8dc6104d
JB
32352008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
3236
3237 * calc.texi (Editing Stack Entries):
3238 (Algebraic Entry): Rewrite introductory sentences so it can be used by
3239 Calc's help functions. Mention fixing typos.
3240 (Customizing Calc): Fix typo.
3241
32422008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
3243
3244 * calc.texi (summarykey): New macro. Use to correctly format keys in
3245 the summary.
3246
ddd13c5d 32472008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
3248
3249 * ns-emacs.texi (Customization): Corrected documentation on color
3250 specification formats.
3251
568beaa2
AS
32522008-07-19 Andreas Schwab <schwab@suse.de>
3253
db8ef699 3254 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
3255
3256 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
3257 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
3258
cd71b9ae
MA
32592008-07-18 Michael Albinus <michael.albinus@gmx.de>
3260
3261 * dbus.texi (Inspection): Rework, introduce submenus.
3262 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
3263 (Properties and Annotations, Arguments and Signatures): New nodes.
3264
9b7993b4
MA
32652008-07-13 Michael Albinus <michael.albinus@gmx.de>
3266
3267 * dbus.texi (Receiving Method Calls): Fix description of
3268 `dbus-register-method'.
3269 (Signals): Allow also signal arguments for filtering in
3270 `dbus-register-signal'.
3271
241d447b
JB
32722008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
3273
3274 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
3275 `cnorm'.
3276 (Arithmetic Tutorial): Simplify the verification of prime factors.
3277
adb46650
MB
32782008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
3279
3280 * gnus.texi (Saving Articles): Mention
3281 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
3282
92e15881
JB
32832008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
3284
3285 * calc.texi: Adjust mode line throughout.
3286
ea597303
JB
32872008-06-28 Juanma Barranquero <lekktu@gmail.com>
3288
3289 * sasl.texi (Mechanisms): Fix typos.
3290
aee08080
JB
32912008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
3292
3293 * calc.texi (Killing from the stack): Mention using normal Emacs
3294 copying.
3295
a06a4a12
MA
32962008-06-21 Michael Albinus <michael.albinus@gmx.de>
3297
0c7efc08 3298 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 3299 Add `auth-source' mechanism.
a06a4a12
MA
3300 (Connection caching): Tramp reopens the connection automatically,
3301 when the operating system on the remote host has been changed.
3302
7389398d
EZ
33032008-06-20 Eli Zaretskii <eliz@gnu.org>
3304
3305 * makefile.w32-in (distclean): Remove makefile.
3306
b349f79f
CD
33072008-06-17 Carsten Dominik <dominik@science.uva.nl>
3308
3f9b4c2b 3309 * org.texi (Using the mapping API): New section.
b349f79f 3310 (Agenda column view): New section.
3f9b4c2b 3311 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 3312 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 3313 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
3314
33152008-06-17 Jason Riedy <jason@acm.org>
3316
3317 * org.texi (A LaTeX example): Note that fmt may be a one-argument
3318 function, and efmt may be a two-argument function.
3319 (Radio tables): Document multiple destinations.
3320
cd5c05d2
GM
33212008-06-16 Glenn Morris <rgm@gnu.org>
3322
3323 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
3324 Add Cover-Texts.
3325
debf4439
GM
33262008-06-15 Glenn Morris <rgm@gnu.org>
3327
3328 * faq.texi (VER): Update to 23.0.60.
3329
3330 * mh-e.texi: Remove option of licensing under GPL.
3331 Add Cover-Texts to GFDL permissions notice.
3332 (GPL): Remove section.
3333 (GFDL): Include doclicense.texi rather than the actual text.
3334
3335 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
3336 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
3337
3338 * sasl.texi: Fix output file name.
3339
3340 * epa.texi, sasl.texi: Refer to license in Emacs manual.
3341
3342 * gnus-coding.texi: Refer to license in Gnus manual.
3343
3344 * idlwave.texi, sasl.texi: Use @copying.
3345
3346 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
3347
3348 * speedbar.texi: Update Back-Cover Text as per maintain.info.
3349
3350 * url.texi: Use @copying, @title, @subtitle, @author.
3351
3352 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
3353 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
3354 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
3355 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
3356 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
3357 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
3358 * widget.texi, woman.texi:
3359 Remove references to external license, since doclicense is included.
3360
3361 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
3362 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
3363 Remove references to non-existent Invariant Sections.
3364
091f8bc1
GM
33652008-06-14 Glenn Morris <rgm@gnu.org>
3366
3367 * faq.texi (Major packages and programs): Remove references to external
3368 Supercite, Calc, VIPER, since they have been included for some time.
3369 Update VM, AUCTeX, BBDB entries.
3370
47bcb4d3
UJ
33712008-06-14 Ulf Jasper <ulf.jasper@web.de>
3372
3373 * newsticker.texi: Updated to match latest newsticker changes.
3374
6f093307
GM
33752008-06-13 Glenn Morris <rgm@gnu.org>
3376
3377 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
3378 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
3379 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
3380 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
3381 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
3382 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
3383 * woman.texi:
3384 Update Back-Cover Text as per maintain.info.
3385
2b968687
MB
33862008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
3387
3388 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
3389
3390 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
3391 (gnus-faq.xml): Update repository host.
3392
2b968687
MB
3393 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
3394
33952008-06-15 Frank Schmitt <ich@frank-schmitt.net>
3396
3397 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
3398 Fix a typo.
3399
34002008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
3401
3402 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 3403 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
3404 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
3405
34062008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
3407
3408 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
3409 coding standards.
3410
34112008-06-14 David Engster <dengste@eml.cc>
3412
3413 * gnus.texi (nnmairix): Markup fixes.
3414
e6d2d263
MB
34152008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
3416
2b968687 3417 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
3418
34192008-06-05 David Engster <dengste@eml.cc>
3420
3421 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
3422
34232008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
3424
b344d29d 3425 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
3426 (Searching, nnir, nnmairix): New stub nodes.
3427
ad231df6 34282008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
3429
3430 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
3431
f394fa25
MB
34322008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
3433
3434 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
3435
58333467
MB
34362008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
3437
3438 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
3439
67525fb9
JY
34402008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
3441
3442 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
3443
0549d8fc
JB
34442008-05-06 Juanma Barranquero <lekktu@gmail.com>
3445
3446 * info.texi (Top): Fix typo in xref.
3447
149a3837
KB
34482008-05-05 Karl Berry <karl@gnu.org>
3449
3450 * info.texi (Top): @xref to stand-alone manual.
3451
3a23a519
MB
34522008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3453
3454 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
3455 (Various Summary Stuff): Fix typo in last xref.
3456
0a29fbf3
JB
34572008-05-02 Juanma Barranquero <lekktu@gmail.com>
3458
3459 * org.texi (Moving subtrees): Fix typo.
3460
586b90f1
MA
34612008-04-28 Michael Albinus <michael.albinus@gmx.de>
3462
3463 * tramp.texi (Frequently Asked Questions): Explain, how to disable
3464 Tramp via `tramp-mode'.
3465
b5af9883
CD
34662008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
3467
3468 * org.texi: Massive changes, in many parts of the file.
3469
d55fe5bb
MB
34702008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
3471
3472 * gnus.texi (Oort Gnus): Add message-fill-column.
3473
34742008-04-12 Adrian Aichner <adrian@xemacs.org>
3475
3476 * gnus.texi (Mail Source Specifiers): Typo fix.
3477
34782008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
3479
3480 * gnus.texi (Diary Headers Generation): Update key binding for
3481 `gnus-diary-check-message'.
3482
34832008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
3484
3485 * gnus.texi (Emacsen): Addition.
3486
34872008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
3488
3489 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
3490
34912008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
3492
3493 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
3494
34952008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
3496
3497 * gnus-news.texi: Update tool bar item.
3498
34992008-04-09 Sven Joachim <svenjoac@gmx.de>
3500
3501 * gnus-news.texi: Fix typos.
3502
76c109c3
JB
35032008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
3504
222027f2 3505 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
3506 Add mention of `kron'.
3507
d5fbd5a6
MO
35082008-04-01 Daiki Ueno <ueno@unixuser.org>
3509
0c7efc08
SM
3510 * epa.texi (Encrypting/decrypting *.gpg files):
3511 Document epa-file-name-regexp.
d5fbd5a6 3512
fbcbb58c
KY
35132008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3514
3515 * gnus.texi (Example Methods): Fix description about ssh-agent.
3516 (Indirect Functions): Fix the default value of nntp-telnet-command;
3517 remove link to connect.html.
3518
134ce16c
MA
35192008-03-30 Michael Albinus <michael.albinus@gmx.de>
3520
3521 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
3522 dbus-call-method.
3523 (Receiving Method Calls): The timeout can be set by the calling client.
3524
da1975d7
MA
3525 * trampver.texi: Update release number.
3526
2e4089ab
RS
35272008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
3528
3529 * gnus.texi (Top): Fix version. Add SASL.
3530
70cab5a9
MA
35312008-03-29 Michael Albinus <michael.albinus@gmx.de>
3532
3533 Sync with Tramp 2.1.13.
3534
3535 * trampver.texi: Update release number.
3536
5bc6ddff
MB
35372008-03-29 Chong Yidong <cyd@stupidchicken.com>
3538
3539 * org.texi: Update to new org-mode website.
3540
35412008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3542
3543 * cl.texi (For Clauses): Fix loop over key-seq to match code.
3544
9b3ebcb6
MB
35452008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
3546
3547 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
3548 gnus-read-ephemeral-gmane-group-url,
3549 gnus-read-ephemeral-emacs-bug-group,
3550 gnus-read-ephemeral-debian-bug-group.
3551
35522008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
3553
3554 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
3555
3556 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
3557 Add FIXMEs for Bookmarks and gnus-registry-marks.
3558
35592008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
3560
3561 * gnus.texi (Smileys): Document `smiley-style'.
3562
35632008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
3564
3565 * gnus.texi (Gnus Development): Clarify difference between ding and
3566 gnu.emacs.gnus.
3567 (MIME Commands, Using MIME, RSS): Fix markup.
3568
3569 * gnus-faq.texi ([8.4]): Ditto.
3570
35712008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
3572
3573 * gnus.texi (Emacsen): Remove obsolete stuff.
3574
35752008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
3576
3577 * gnus.texi (Oort Gnus): Add version info WRT
3578 `mail-source-delete-incoming'.
3579
35802008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
3581
3582 * gnus.texi (Top): Add "Other related manuals" and version info in
3583 `iftex' output.
3584 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
3585 gnus-balloon-face-0 and the corresponding format specifiers.
3586
608d6a81
MA
35872008-03-26 Michael Albinus <michael.albinus@gmx.de>
3588
3589 * tramp.texi (Filename completion): Remove footnote about let-bind
3590 of `partial-completion-mode'. It doesn't work this way.
3591
27a6f132
SM
35922008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3593
3594 * pcl-cvs.texi (Contributors): Update my email.
3595
4a7c4c40
MA
35962008-03-21 Michael Albinus <michael.albinus@gmx.de>
3597
3598 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
3599
2940c053
BW
36002008-03-17 Bill Wohler <wohler@newt.com>
3601
3602 * mh-e.texi (Viewing): Update URL for adding header fields to
3603 mh-invisible-header-fields-default.
3604
30864d5f
BW
36052008-03-16 Bill Wohler <wohler@newt.com>
3606
3607 * mh-e.texi (Preface): Add Gnus to requirements.
3608 (Forwarding): Note that forwarded MIME messages are now inline.
3609
31fe2b00
SM
36102008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
3611
3612 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
3613 (Common Variables): Give precedence to the netcat methods over the
3614 telnet methods, and mention that they are more reliable.
31fe2b00 3615
5e97c626
CD
36162008-03-13 Carsten Dominik <dominik@science.uva.nl>
3617
3618 * org.texi (Exporting Agenda Views): Document agenda export to
3619 iCalendar.
3620 (Progress logging): Document the new progress logging stuff.
3621
37a68866
MB
36222008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
3623
3624 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
3625 Update for change of `mail-source-delete-incoming'.
3626
3627 * gnus-news.texi: Ditto.
3628
8f7abae3
MB
36292008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
3630
3631 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
3632 custom versions.
3633
af379c86
AM
36342008-03-07 Alan Mackenzie <acm@muc.de>
3635
3636 * cc-mode.texi (Limitations and Known Bugs): State that the number of
3637 parens/brackets in a k&r region is limited.
3638
3d0f8a67
MB
36392008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
3640
3641 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
3642 using different Emacs versions.
3643
52151df0
GM
36442008-02-27 Glenn Morris <rgm@gnu.org>
3645
3646 * sc.texi: Remove a lot of old and obsolete info.
3647 (titlepage): Simplify.
3648 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
3649 (VM with any Emacsen, GNEWS with any Emacsen)
3650 (Overloading for Non-conforming MUAs, Version 3 Changes)
3651 (The Supercite Mailing List): Delete nodes.
3652 (Introduction): Remove info about old packages.
3653 (Getting Connected): Simplify. Remove info about old packages.
3654 (Citing Commands): Delete Emacs 19 info.
3655 (Hints to MUA Authors): Simplify.
3656 (Thanks and History): Merge in some info from the deleted node
3657 "Version 3 Changes".
3658
b03f96dc
MB
36592008-02-05 Juanma Barranquero <lekktu@gmail.com>
3660
3661 * org.texi (Setting tags, In-buffer settings):
3662 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
3663
52bec650
MB
36642008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
3665
3666 * gnus-news.texi: Mention that spaces and tabs are allowed in the
3667 installation directory name.
3668
34a3c587
RF
36692008-02-12 Romain Francoise <romain@orebokech.com>
3670
3671 * epa.texi (Overview): Fix typo.
3672
5a8d03e9
MO
36732008-02-11 Daiki Ueno <ueno@unixuser.org>
3674
3675 * epa.texi (Quick start): Remove the .emacs setting.
3676
f1914c40
MO
36772008-02-10 Daiki Ueno <ueno@unixuser.org>
3678
3679 * epa.texi (Quick start): Use the command `epa-enable' instead of
3680 loading `epa-setup'.
3681
bca98fc9
JB
36822008-02-08 Juanma Barranquero <lekktu@gmail.com>
3683
3684 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
3685 ($(infodir)/epa, epa.dvi): New targets.
3686
4b01af2e
MO
36872008-02-08 Daiki Ueno <ueno@unixuser.org>
3688
3689 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
3690
3691 * epa.texi: New manual documenting the EasyPG Assistant.
3692
06c0751a
MA
36932008-02-06 Michael Albinus <michael.albinus@gmx.de>
3694
3695 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
3696 (Inspection): New function dbus-ping.
3697
7dcccd7b
MA
36982008-02-05 Michael Albinus <michael.albinus@gmx.de>
3699
3700 * tramp.texi (Remote processes): Add `shell-command'.
3701
a1da1e37
MB
37022008-01-28 Michael Sperber <sperber@deinprogramm.de>
3703
3704 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
3705 (Group Parameters): Document `mail-source' parameter.
3706
c9d8f746
MA
37072008-01-27 Michael Albinus <michael.albinus@gmx.de>
3708
3709 * tramp.texi (Inline methods): The hostname of the su(do)? methods
3710 must be a local host.
3711
15db4a13
MO
37122008-01-26 Michael Olson <mwolson@gnu.org>
3713
3714 * erc.texi: Update version for ERC 5.3 release.
3715 (Obtaining ERC): Update extras URLs for 5.3.
3716 (Development): Write instructions for git, and remove those for Arch.
3717 (History): Mention the switch to git.
3718
2bc43980
KB
37192008-01-24 Karl Berry <karl@gnu.org>
3720
bca98fc9
JB
3721 * info.texi (Search Index, Search Text): Mention the command
3722 character in the section name, a la the (Go to node) node.
2bc43980 3723
d2e4a6c9
MA
37242008-01-21 Michael Albinus <michael.albinus@gmx.de>
3725
3726 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
3727
0b6799c3
MB
37282008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
3729
3730 * gnus-news.texi: Mention gnus-article-describe-bindings.
3731
37322008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
3733
3734 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
3735
db9c3fb1 37362008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 3737
7b4d0413 3738 * org.texi (Property inheritance): New section.
db9c3fb1 3739 (Conventions): New section.
7b4d0413 3740 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
3741 commands, and the new bindings for refiling.
3742 (Sparse trees): Document the new special command for sparse trees.
3743 (References): Be more clear about the counting of hilines.
3744 (Handling links): Document M-p/n for accessing links.
3745 (Fast access to TODO states): New section.
3746 (Per file keywords): New section.
3747 (Property inheritance): New section.
3748 (Column attributes): New summary types.
3749 (Capturing Column View): New section.
3750 (The date/time prompt): Cover the new features in the date/time prompt.
3751 Compactify the table of keys for the calendar remote control.
3752 (Clocking work time): Document the new :scope parameter.
3753 (Remember): Promoted to chapter.
3754 (Quoted examples): New section.
3755 (Enhancing text): New verbatim environments.
3756
6ed73f28
MA
37572008-01-14 Michael Albinus <michael.albinus@gmx.de>
3758
3759 * trampver.texi: Update release number.
3760
95838435
MB
37612008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
3762
0c7efc08
SM
3763 * gnus.texi (Article Keymap):
3764 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
3765 gnus-article-reply-with-original and
3766 gnus-article-followup-with-original.
3767
20234d96
GM
37682008-01-09 Glenn Morris <rgm@gnu.org>
3769
3770 * nxml-mode.texi: Add @copying section.
3771
d82cf70b
MB
37722008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
3773
3774 * message.texi (Mail Variables): Add some text from "(gnus)Posting
3775 Server". Add `message-send-mail-with-mailclient'.
3776
3777 * gnus.texi (Posting Server): Move some text to "(message)Mail
3778 Variables" and add a reference here.
3779
addb7f2e
MA
37802008-01-04 Michael Albinus <michael.albinus@gmx.de>
3781
3782 * dbus.texi (Receiving Method Calls): New chapter.
3783 (Errors and Events): Add serial number to events. Replace "signal" by
3784 "message". Introduce dbus-event-serial-number.
3785
4db2806c
MA
37862008-01-03 Michael Albinus <michael.albinus@gmx.de>
3787
3788 * dbus.texi (Type Conversion): Explain the type specification for empty
3789 arrays. Use another example.
3790
c9ecb5a7
MA
37912007-12-30 Michael Albinus <michael.albinus@gmx.de>
3792
3793 * dbus.texi (all): Replace "..." by @dots{}.
3794 (Type Conversion): Precise the value range for :byte types.
3795 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
3796 Mention its return value.
3797 (Errors and Events): There is no D-Bus error propagation during event
3798 processing.
3799
702dbfd9
JB
38002007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
3801
3802 * calc.tex (Yacas Language, Maxima Language, Giac Language):
3803 New sections.
3804
87035689
MB
38052007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
3806
3807 * gnus.texi (Group Parameters): Reorder the text and add a note about
3808 `gnus-parameters' near the beginning of the node.
3809
38102007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
3811
3812 * gnus.texi (Score File Editing): Fix function name.
3813
5492f5ca
MA
38142007-12-23 Michael Albinus <michael.albinus@gmx.de>
3815
3816 Sync with Tramp 2.1.12.
3817
3818 * trampver.texi: Update release number.
3819
d4e67bc5
MA
38202007-12-22 Michael Albinus <michael.albinus@gmx.de>
3821
3822 * dbus.texi (Type Conversion): Correct input parameters mapping.
3823
6a31c819
MA
38242007-12-21 Michael Albinus <michael.albinus@gmx.de>
3825
3826 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
3827 (Errors and Events): Mention wrong-type-argument error.
3828
99a3e35f
AS
38292007-12-21 Alex Schroeder <alex@gnu.org>
3830
3831 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 3832 spaces. Fixed some typos.
99a3e35f
AS
3833 (Internet Relay Chat): Explain relay.
3834 (Getting started with rcirc): Change items to reflect prompts.
3835 Add more explanation to rcirc-track-minor-mode and added a comment to
3836 warn future maintainers that this section is a copy.
0c7efc08 3837 (People): Change /ignore example.
62b12a24 3838 (Keywords): Not keywords.
99a3e35f 3839
331e4d02
AS
38402007-12-20 Alex Schroeder <alex@gnu.org>
3841
3842 * rcirc.texi (Top): Fighting Information Overload chapter added.
3843 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 3844 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
3845 (Fighting Information Overload): New chapter documenting /keyword,
3846 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
3847 (Configuration): Document rcirc-server-alist, remove
3848 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 3849
cd71c3ef
MA
38502007-12-16 Michael Albinus <michael.albinus@gmx.de>
3851
3852 * dbus.texi (Signals): Fix example in dbus-register-signal.
3853
bbbe940b
MB
38542007-12-14 Sven Joachim <svenjoac@gmx.de>
3855
3856 * gnus.texi (Score Variables): Fix typo.
3857
0ce574ef
MA
38582007-12-07 Michael Albinus <michael.albinus@gmx.de>
3859
3860 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
3861 (Signals): Adapt dbus-send-signal and dbus-register-signal.
3862 (Errors and Events): Adapt dbus-event.
3863
b890d447
MB
38642007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3865
3866 * gnus.texi (Other Files): Add the yenc command.
3867
38682007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
3869
3870 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
3871 since 2004-08-06.
3872
38732007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
3874
3875 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
3876 on body.
3877
38782007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
3879
3880 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
3881 and rfc2047-allow-irregular-q-encoded-words; fix description of
3882 rfc2047-encode-encoded-words.
3883
38842007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
3885
3886 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
3887
3728bf03
MO
38882007-12-05 Michael Olson <mwolson@gnu.org>
3889
3890 * remember.texi (Diary): Remove "require" line for remember-diary.el.
3891 Update documentation for `remember-diary-file'.
3892
a4397af9
MA
38932007-12-04 Michael Albinus <michael.albinus@gmx.de>
3894
3895 * dbus.texi (Signals): Precise `dbus-register-signal'.
3896 (Errors and Events): Rework events part, the internal structure of
3897 dbus-event has changed.
3898
1682490c
JB
38992007-12-03 Juanma Barranquero <lekktu@gmail.com>
3900
3901 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
3902 ($(infodir)/dbus, dbus.dvi): New targets.
3903
7b13a0f2
MA
39042007-12-03 Michael Albinus <michael.albinus@gmx.de>
3905
3906 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
3907 unconditionally.
3908
3909 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
3910 emulation with @print{}.
3911
7ef92bc9
RS
39122007-12-02 Richard Stallman <rms@gnu.org>
3913
3914 * dbus.texi (Overview): Minor cleanup.
3915
22d8ac3a
MA
39162007-12-02 Michael Albinus <michael.albinus@gmx.de>
3917
d3a8e0df
MA
3918 * Makefile.in (INFO_TARGETS): Add dbus.
3919 (DVI_TARGETS): Add dbus.dvi.
3920 (dbus, dbus.dvi): New targets.
3921
22d8ac3a
MA
3922 * dbus.texi: New file.
3923
559764ab
RF
39242007-11-24 Romain Francoise <romain@orebokech.com>
3925
3926 * nxml-mode.texi: Add description in @direntry.
7aa579d9 3927 Fix file name to match @setfilename.
559764ab 3928
ac97a16b
MH
39292007-11-23 Mark A. Hershberger <mah@everybody.org>
3930
3931 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
3932 ($(infodir)/nxml-mode): New rule.
3933
3934 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
3935 ($(infodir)/nxml-mode): New rule.
3936 (clean): Add nxml-mode*.
3937
3938 * nxml-mode.texi: New file with nxml manual.
3939
404cd454
GM
39402007-11-18 Richard Stallman <rms@gnu.org>
3941
3942 * flymake.texi (Example -- Configuring a tool called directly):
3943 Update example.
3944
b048d478
MA
39452007-11-18 Michael Albinus <michael.albinus@gmx.de>
3946
3947 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 3948 double-slash behavior. Explain directory contents flushing.
b048d478 3949
346e8469
JB
39502007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3951
3952 * calc.texi (TeX and LaTeX Language Modes): Put in
3953 missing braces.
3954
404cd454
GM
39552007-11-15 Richard Stallman <rms@gnu.org>
3956
3957 * cl.texi (Equality Predicates): Delete `eql'.
3958 (Predicates, Naming Conventions, Top): Delete `eql'.
3959 (Common Lisp Compatibility): Delete `eql'.
3960 (Porting Common Lisp): Delete obsolete backquote info.
3961 Minor clarification about character constants.
3962 (Sequence Basics): Minor clarification.
3963
1f6af58b
JB
39642007-11-15 Juanma Barranquero <lekktu@gmail.com>
3965
dccb744b 3966 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
3967 * tramp.texi (Filename completion): Fix typos.
3968
3bc88bc9
JB
39692007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
3970
3971 * calc.texi (Basic commands): Mention the menu.
3972
bc5300d3
MA
39732007-11-12 Michael Albinus <michael.albinus@gmx.de>
3974
3975 * tramp.texi (Connection caching): Tramp flushes connection
3976 properties when remote operating system has been changed.
3977
4d8a28ec
MB
39782007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
3979
3980 * gnus-news.texi: Fix spelling.
3981 `message-insert-formatted-citation-line', not
3982 `message-insert-formated-citation-line'.
3983
404cd454
GM
3984 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
3985
e1176b47
MA
39862007-11-07 Michael Albinus <michael.albinus@gmx.de>
3987
3988 * tramp.texi (Overview): Mention also the PuTTY integration under
3989 Win32. Remove paragraphs about Tramp's experimental status.
3990 (Frequently Asked Questions): Add code example for highlighting the
3991 mode line.
3992
6159985a
MO
39932007-11-03 Michael Olson <mwolson@gnu.org>
3994
3995 * remember.texi: Change mentions of remember-buffer to
3996 remember-finalize throughout.
3997
bec9b2f5
MO
39982007-10-30 Michael Olson <mwolson@gnu.org>
3999
4000 * remember.texi (Copying): Remove.
4001 (Mailbox): Update with non-BBDB instructions.
4002 (Diary, Org): Add.
4003 (Bibliography, Planner Page): Remove.
4004
b6173182
JB
40052007-10-30 Juanma Barranquero <lekktu@gmail.com>
4006
4007 * makefile.w32-in (INFO_TARGETS): Add remember.
4008 (DVI_TARGETS): Add remember.dvi.
4009 ($(infodir)/remember): New rule.
4010 (clean): Add remember*.
4011
15f3eb73
MO
40122007-10-30 Michael Olson <mwolson@gnu.org>
4013
70bdc930
MO
4014 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
4015 ($(infodir)/remember): New rule that builds the Remember Manual.
4016
b6173182
JB
4017 * remember.texi: New file containing the Remember Mode Manual.
4018 Shuffle chapters around after initial import.
7d3f6f1a
MO
4019 (Function Reference): Split Keystrokes into separate chapter.
4020 (Keystrokes): Document C-c C-k.
51d24a12 4021 (Introduction): Fix typographical issue with "---".
15f3eb73 4022
404cd454
GM
40232007-10-29 Richard Stallman <rms@gnu.org>
4024
4025 * widget.texi (Introduction): Delete discussion of implementation
4026 internals.
4027
9bbb9638
MA
40282007-10-29 Michael Albinus <michael.albinus@gmx.de>
4029
4030 * tramp.texi (Connection caching): Host names must be different
4031 when tunneling.
4032
c7ff939a
RS
40332007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4034
4035 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
4036 Gnus v5.13.
4037
01c52d31
MB
40382007-10-28 Miles Bader <miles@gnu.org>
4039
4040 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
4041
01c52d31
MB
40422007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4043
0c7efc08
SM
4044 * gnus.texi (Sorting the Summary Buffer):
4045 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
4046
40472007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4048
4049 * gnus.texi (Non-ASCII Group Names): New node.
4050 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
4051 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
4052
c8763fb6 40532007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
4054
4055 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
4056 clean the output of the program `imap-shell-program'.
4057
40582007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4059
4060 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
4061
40622007-10-28 Tassilo Horn <tassilo@member.fsf.org>
4063
4064 * gnus.texi (Sticky Articles): Documentation for sticky article
4065 buffers.
4066
c8763fb6 40672007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
4068
4069 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
4070
40712007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4072
4073 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
4074
40752007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4076
0c7efc08
SM
4077 * gnus.texi (Archived Messages):
4078 Document gnus-update-message-archive-method.
01c52d31
MB
4079
40802007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4081
4082 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
4083
c8763fb6 40842007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 4085
0c7efc08
SM
4086 * gnus.texi (Group Maneuvering):
4087 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
4088
40892007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4090
0c7efc08
SM
4091 * gnus.texi (Really Various Summary Commands):
4092 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
4093
40942007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4095
4096 * gnus.texi, message.texi: Bump version number.
4097
40982007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4099
4100 * gnus.texi (Group Line Specification, Misc Group Stuff)
4101 (Server Commands): Parenthesize @pxref{Mail Spool}.
4102
41032007-10-28 Didier Verna <didier@xemacs.org>
4104
4105 New user option: message-signature-directory.
4106 * message.texi (Insertion Variables): Document it.
4107 * gnus.texi (Posting Styles): Ditto.
4108
41092007-10-28 Didier Verna <didier@xemacs.org>
4110
4111 * gnus.texi (Group Line Specification):
4112 * gnus.texi (Misc Group Stuff):
4113 * gnus.texi (Server Commands): Document the group compaction feature.
4114
41152007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4116
4117 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
4118
4119 * message.texi (Various Message Variables): Add message-fill-column.
4120
41212007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4122
4123 * gnus.texi: Untabify.
4124
41252007-10-28 Didier Verna <didier@xemacs.org>
4126
4127 * gnus.texi (Group Parameters): Document the posting-style merging
4128 process in topic-mode.
4129
41302007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4131
4132 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
4133
41342007-10-28 Romain Francoise <romain@orebokech.com>
4135
4136 * gnus.texi (Mail Spool): Fix typo.
4137 Update copyright.
4138
41392007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4140
4141 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
4142
41432007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4144
4145 * gnus.texi (Summary Generation Commands):
4146 Add gnus-summary-insert-ticked-articles.
4147
41482007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4149
b2abec73
JB
4150 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
4151 to spam-spamassassin-program.
01c52d31
MB
4152
41532007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4154
4155 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
4156
41572007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4158
4159 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
4160
41612007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4162
4163 * message.texi (Mail Headers): Document `opportunistic'.
4164
41652007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4166
4167 * emacs-mime.texi (Encoding Customization): Explain how to set
4168 mm-coding-system-priorities per hierarchy.
4169
41702007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4171
4172 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
4173 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
4174
41752007-10-28 Didier Verna <didier@xemacs.org>
4176
4177 * message.texi (Wide Reply): Update documentation of
4178 message-dont-reply-to-names (now allowing a list of regexps).
4179
41802007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4181
4182 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
4183
41842007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4185
4186 * gnus.texi (SpamAssassin back end): Fix typo.
4187
4188 * sieve.texi (Examples): Fix grammar.
4189
41902007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4191
4192 * gnus.texi (Searching for Articles): Document M-S and M-R.
4193 (Limiting): Document / b.
4194
41952007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4196
4197 * gnus.texi (Thread Commands): T M-^.
4198
41992007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4200
4201 * message.texi (Mail Aliases): Document ecomplete.
4202 (Mail Aliases): Fix typo.
4203
42042007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4205
4206 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
4207 fix typo.
4208
42092007-10-28 Romain Francoise <romain@orebokech.com>
4210
4211 * gnus.texi (Mail Spool): Grammar fix.
4212
42132007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4214
4215 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
4216 string.
4217
42182007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4219
4220 * gnus.texi (Group Parameters): Fix description.
4221
42222007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4223
b2abec73
JB
4224 * gnus.texi (Gmane Spam Reporting):
4225 Fix spam-report-gmane-use-article-number.
4226 Add spam-report-user-mail-address.
01c52d31
MB
4227
42282007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4229
4230 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
4231
42322007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4233
4234 * gnus.texi (Group Parameters): Add simplified sorting example based on
4235 example for `Sorting the Summary Buffer' from Jari Aalto
4236 <jari.aalto@cante.net>.
4237 (Example Methods): Add example for an indirect connection.
4238
42392007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
4240
0c7efc08 4241 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
4242 (Agent Parameters): Updated parameter names to match code.
4243 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
4244 'gnus-agent-summary-fetch-series'.
4245 (Agent and flags): New section providing a generalized discussion
4246 of flag handling.
0c7efc08
SM
4247 (Agent and IMAP): Remove flag discussion.
4248 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
4249
42502007-10-28 Romain Francoise <romain@orebokech.com>
4251
4252 * gnus.texi (Exiting the Summary Buffer): Add new function
4253 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
4254
42552007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4256
4257 * gnus.texi (Conformity): Fix typo.
4258 (Customizing Articles): Document `first'.
4259
42602007-10-28 Jari Aalto <jari.aalto@cante.net>
4261
4262 * gnus.texi (Sorting the Summary Buffer):
4263 Add `gnus-thread-sort-by-date-reverse'. Add example
4264 host to different sorting in NNTP and RSS groups.
4265
42662007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4267
4268 * message.texi (Insertion): Describe prefix for
4269 message-mark-inserted-region and message-mark-insert-file.
4270
42712007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4272
4273 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
4274 LaTeX documents. Describe "text/x-gnus-verbatim".
4275
42762007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
4277
b2abec73 4278 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
4279 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
4280 (spam-stat spam filtering, SpamOracle)
0c7efc08 4281 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
4282 clarity.
4283
42842007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4285
4286 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
4287 gnus-article-delete-part and gnus-article-replace-part.
4288 (Using MIME): Add gnus-mime-replace-part.
4289
42902007-10-28 Romain Francoise <romain@orebokech.com>
4291
4292 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
4293 requires `auto-compression-mode' to be enabled. Add new nnml
4294 variable `nnml-compressed-files-size-threshold'.
4295
42962007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4297
0c7efc08
SM
4298 * gnus.texi (Sorting the Summary Buffer):
4299 Add gnus-thread-sort-by-recipient.
01c52d31
MB
4300
43012007-10-28 Romain Francoise <romain@orebokech.com>
4302
4303 * message.texi (Insertion Variables): Mention new variable
4304 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
4305 documentation accordingly.
4306
43072007-10-28 Romain Francoise <romain@orebokech.com>
4308
4309 * gnus.texi (To From Newsgroups): Mention new variables
4310 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
4311
43122007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4313
4314 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
4315 stuff; gnus-mime-inline-part does the automatic decompression.
4316
43172007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
4318
4319 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 4320 "training.ham" should be "training.spam".
01c52d31
MB
4321
43222007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4323
4324 * message.texi (Mail Variables): Fix the default value for
4325 message-send-mail-function.
4326
43272007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4328
4329 * gnus.texi (Optional Back End Functions): nntp-request-update-info
4330 always returns nil exceptionally.
4331
43322007-10-28 Simon Josefsson <jas@extundo.com>
4333
0c7efc08
SM
4334 * gnus.texi (Article Washing): Add libidn URL.
4335 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
4336
43372007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4338
4339 * gnus.texi (Topic Commands): Fix next/previous.
4340
43412007-10-28 Simon Josefsson <jas@extundo.com>
4342
4343 * gnus.texi (Article Washing): Mention `W i'.
4344
c8763fb6 43452007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
4346
4347 * gnus.texi (Group Parameters): Slight extension of sieve
4348 parameter description.
4349
43502007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4351
4352 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
4353 matching score files as well.
4354 (Picons): Describe `gnus-picon-style'.
4355
43562007-10-28 Romain Francoise <romain@orebokech.com>
4357
4358 * message.texi (Message Headers): Mention that headers are hidden
4359 using narrowing, and how to expose them.
4360 Update copyright.
4361
43622007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4363
4364 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
4365 `gnus-summary-sort-by-recipient'.
4366
43672007-10-28 Romain Francoise <romain@orebokech.com>
4368
4369 * gnus.texi (NNTP marks): New node.
4370 (NNTP): Move NNTP marks variables to the new node.
4371
43722007-10-28 Jesper Harder <harder@ifa.au.dk>
4373
b2abec73 4374 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
4375
4376 * gnus.texi (MIME Commands, Hashcash): Markup fix.
4377
43782007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
4379
b2abec73 4380 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 4381 everywhere for consistency.
b2abec73
JB
4382 (Filtering Spam Using The Spam ELisp Package): Admonish again.
4383 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
4384 Say "regular expression" instead of "regex." Admonish.
4385 Pick other words to sound better (s/so/thus/).
4386 (Spam ELisp Package Filtering of Incoming Mail):
4387 Mention statistical filters. Remove old TODO.
01c52d31 4388 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
4389 New section on sorting and displaying the spam score.
4390 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
4391 backend but an alias to spam-use-BBDB.
4392 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
4393 new backend functionality.
4394
43952007-10-28 Simon Josefsson <jas@extundo.com>
4396
4397 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
4398 nntp-marks-directory, from Romain Francoise
4399 <romain@orebokech.com>.
4400
44012007-10-28 Magnus Henoch <mange@freemail.hu>
4402
4403 * gnus.texi (Hashcash): New default value of
4404 hashcash-default-payment.
4405
44062007-10-28 Simon Josefsson <jas@extundo.com>
4407
4408 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
4409 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
4410
44112007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4412
0c7efc08 4413 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
4414
44152007-10-28 Simon Josefsson <jas@extundo.com>
4416
4417 * gnus.texi (documentencoding): Add, to avoid warnings.
4418
44192007-10-28 Simon Josefsson <jas@extundo.com>
4420
4421 * message.texi (Mail Headers): Add.
4422
4423 * gnus.texi (Hashcash): Fix.
4424
44252007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
4426
0c7efc08 4427 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 4428 that payments can be verified and fix the name of the
b2abec73 4429 hashcash-path variable.
01c52d31
MB
4430
44312007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4432
b2abec73 4433 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
4434
44352007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4436
4437 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
4438
44392007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
4440
4441 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
4442 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
4443 warning about ham processors in spam groups removed.
01c52d31
MB
4444
44452007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 4446
0c7efc08 4447 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 4448 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
4449
44502007-10-28 Jesper Harder <harder@ifa.au.dk>
4451
4452 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
4453 (Mailing List): Typo.
4454 (Customizing Articles): Add gnus-treat-ansi-sequences.
4455 (Article Washing): Index.
4456
4457 * message.texi: Use m-dash consistently.
4458
44592007-10-28 Jesper Harder <harder@ifa.au.dk>
4460
4461 * gnus.texi (GroupLens): Remove.
4462
44632007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
4464
0c7efc08
SM
4465 * gnus.texi (Outgoing Messages, Agent Variables):
4466 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
4467 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
4468
44692007-10-28 Jesper Harder <harder@ifa.au.dk>
4470
4471 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
4472
44732007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4474
4475 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
4476
4477 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
4478
44792007-10-28 Simon Josefsson <jas@extundo.com>
4480
4481 * gnus.texi (Top): Add SASL.
4482
404cd454
GM
44832007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
4484
4485 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
4486
44872007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
4488
4489 * gnus.texi (Troubleshooting): Adjust Gnus version number.
4490
0edd2970
JB
44912007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
4492
4493 * calc.texi (Formulas, Composition Basics): Lower the
4494 precedence of negation.
4495
a9afba20
JY
44962007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
4497
4498 * ses.texi (The Basics): Mention how to create a new spreadsheet.
4499 Mention the new three-letter column identifiers.
4500 (More on cell printing): Calculate-cell and truncate-cell are now `c'
4501 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
4502 message when using `c' on an empty default with default printer.
4503 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
4504 renamed to `ses--symbolic-formulas' some time ago.
4505
45b778a6
JB
45062007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
4507
4508 * calc.texi (Default Simplifications, Making Selections)
4509 (Customizing Calc): Clarify associativity of multiplication.
4510
03b5bade
MA
45112007-10-23 Michael Albinus <michael.albinus@gmx.de>
4512
4513 * tramp.texi (Traces and Profiles): Simplify loop over
4514 `trace-function-background'.
4515
e658c8ee
JL
45162007-10-22 Juri Linkov <juri@jurta.org>
4517
4518 * dired-x.texi (Shell Command Guessing): Default values are now
4519 available by typing M-n instead of M-p.
4520
dd753688
MA
45212007-10-21 Michael Albinus <michael.albinus@gmx.de>
4522
4523 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
4524 (Password caching): Remove `tramp-clear-passwd'.
4525 It's not a command anymore.
dd753688
MA
4526 (Bug Reports): Add `tramp-bug' to function index.
4527 (Function Index, Variable Index): New nodes.
4528 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
4529
4530 * trampver.texi: Update release number.
4531
4bb49b43
JB
45322007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
4533
8b296cdd 4534 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
4535 about integer size into past tense.
4536 (Time Zones): Remove pointer to Calc author's address.
4537 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 4538 and hyperbolic cotangent. Fix typo.
4bb49b43 4539
311dd93f
MA
45402007-10-10 Michael Albinus <michael.albinus@gmx.de>
4541
4542 Sync with Tramp 2.1.11.
4543
4544 * trampver.texi: Update release number.
4545
ea3fc256
MA
45462007-10-06 Michael Albinus <michael.albinus@gmx.de>
4547
4548 * tramp.texi (External packages): New section.
4549
1af74d06
MB
45502007-09-29 Juri Linkov <juri@jurta.org>
4551
4552 * info.texi (Help-Int): Document `L' (`Info-history').
4553
0e2806fa
SM
45542007-09-26 Carsten Dominik <dominik@science.uva.nl>
4555
4556 * org.texi: Change links to webpage and maintained email.
4557 (Remember): Promote to Chapter, significant changes.
4558 (Fast access to TODO states): New section.
4559 (Faces for TODO keywords): New section.
4560 (Export options): Example for #+DATE.
4561 (Progress logging): Section moved.
4562
567b9191
BW
45632007-09-26 Bill Wohler <wohler@newt.com>
4564
4565 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
4566 browse-url-at-mouse.
4567
1af74d06
MB
45682007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
4569
4570 * flymake.texi (Customizable variables): Face names don't end in -face.
4571 Fix flymake-err-line-patterns template.
4572 (Example -- Configuring a tool called directly): Fix init-function.
4573 (Highlighting erroneous lines): Face names don't end in -face.
4574
d60a4e3a 45752007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
4576
4577 * erc.texi (Special-Features): Fix small typo.
4578
7d7a3510
MA
45792007-09-14 Michael Albinus <michael.albinus@gmx.de>
4580
4581 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
4582 and "External transfer methods".
4583
285f0d3a
JB
45842007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
4585
4586 * calc.texi (Predefined Units): Add some history.
4587
526dc846
MO
45882007-09-08 Michael Olson <mwolson@gnu.org>
4589
87e04f16
JB
4590 * erc.texi (Copying): New section included from gpl.texi.
4591 This matches the look of the upstream ERC manual.
526dc846 4592
f10d0e80
JB
45932007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
4594
87e04f16 4595 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
4596 (Random Numbers): Clarify the distribution of `random'.
4597
4009494e
GM
45982007-09-06 Glenn Morris <rgm@gnu.org>
4599
f1fc42aa 4600 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 4601 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
4602 Change all setfilename commands to use ../../info.
4603 * Makefile.in: Move the parts of the old man/Makefile.in that do not
4604 refer to the Emacs manual here.
4605 (infodir): New variable.
4606 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
4607 (cc-mode.texi, faq.texi): Update references to source file locations.
4608 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
4609 do not refer to the Emacs manual here.
4610 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
4611
4612 * Makefile.in: Add `basename' versions of all info targets, for
4613 convenience when rebuilding just one manual.
4614 (../etc/GNU): Delete obsolete target.
4615 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
4616 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
4617 *.vrs *.toc here...
4618 (maintainer-clean): ...from here.
4009494e
GM
4619
4620 * makefile.w32-in (../etc/GNU): Delete obsolete target.
4621
2de53ca6
GM
46222007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
4623
4624 * calc.texi (Date Conversions): Clarify definition of
4625 Julian day numbering.
4626 (Date Forms): Clarify definition of Julian day numbering;
4627 add some history.
4628
46292007-08-30 Carsten Dominik <dominik@science.uva.nl>
4630
87e04f16 4631 * org.texi: Version 5.07.
2de53ca6
GM
4632
46332007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
4634
4635 * message.texi (MIME): Replace mml-attach with mml-attach-file.
4636
46372007-08-22 Carsten Dominik <dominik@science.uva.nl>
4638
4639 * org.texi (Adding hyperlink types): New section.
4640 (Embedded LaTeX): Chapter updated because of LaTeX export.
4641 (LaTeX export): New section.
4642 (Using links out): New section.
4643
46442007-08-22 Glenn Morris <rgm@gnu.org>
4645
4646 * faq.texi (Learning how to do something): Refcards now in
4647 etc/refcards/ directory.
4648
46492007-08-22 Michael Albinus <michael.albinus@gmx.de>
4650
4651 * tramp.texi (Remote Programs): Persistency file must be cleared when
4652 changing `tramp-remote-path'.
4653 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
4654 macro.
4655
46562007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
4657
4658 * calc.texi: Move contents to beginning of file.
4659 (Algebraic Entry): Fix the formatting of an example.
4660
46612007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
4662
4663 * calc.texi (Basic Operations on Units): Mention exact versus
4664 inexact conversions.
4665
46662007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
4667
4668 * calc.texi (Basic Operations on Units): Mention default
4669 values for new units.
4670 (Quick Calculator Mode): Mention that binary format will
4671 be displayed.
4672
46732007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
4674
4675 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
4676
46772007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
4678
4679 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
4680
46812007-08-08 Glenn Morris <rgm@gnu.org>
4682
4683 * gnus.texi, sieve.texi: Replace `iff'.
4684
46852007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
4686
4687 * calc.texi (Basic Graphics): Mention the graphing of error
4688 forms.
4689 (Graphics Options): Mention how `g s' handles error forms.
4690 (Curve Fitting): Mention plotting the curves.
4691 (Standard Nonlinear Models): Add additional models.
4692 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
4693 (Linear Fits): Correct result.
4694
46952007-08-01 Alan Mackenzie <acm@muc.de>
4696
4697 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
4698 to "--no-site-file".
4699
47002007-07-29 Michael Albinus <michael.albinus@gmx.de>
4701
4702 * tramp.texi (Frequently Asked Questions): Point to mode line
4703 extension in Emacs 23.1.
4704
4705 * trampver.texi: Update release number.
4706
47072007-07-27 Glenn Morris <rgm@gnu.org>
4708
4709 * calc.texi (Copying): Include license text from gpl.texi, rather than
4710 in-line.
4711
47122007-07-25 Glenn Morris <rgm@gnu.org>
4713
4714 * calc.texi (Copying): Replace license with GPLv3.
4715
4716 * Relicense all FSF files to GPLv3 or later.
4717
47182007-07-22 Michael Albinus <michael.albinus@gmx.de>
4719
4720 Sync with Tramp 2.1.10.
4721
4722 * tramp.texi (trampfn): Expand macro implementation in order to handle
4723 empty arguments.
4724 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 4725 occurrences by trampfn.
2de53ca6 4726 (Frequently Asked Questions): Extend example code for host
b2abec73 4727 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
4728 file names to be typed.
4729
4730 * trampver.texi: Update release number.
4731
47322007-07-17 Michael Albinus <michael.albinus@gmx.de>
4733
4734 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
4735 section. Reported by <poti@potis.org>.
4736 (Remote processes): Arguments of the program to be debugged are taken
4737 literally.
4738 (Frequently Asked Questions): Simplify recentf example.
4739
47402007-07-14 Karl Berry <karl@gnu.org>
4741
4742 * info.texi (@copying): New Back-Cover Text.
4743
4744 * info.texi (Quitting Info): Move to proper place in source.
4745 (Reported by Benno Schulenberg.)
4746
47472007-07-13 Eli Zaretskii <eliz@gnu.org>
4748
4749 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
4750
4751 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
4752
4753 * emacs-mime.texi: Add @documentencoding directive.
4754
47552007-07-12 Nick Roberts <nickrob@snap.net.nz>
4756
4757 * tramp.texi (Remote processes): Add an anchor to the subsection
4758 "Running a debugger on a remote host".
4759
47602007-07-12 Michael Albinus <michael.albinus@gmx.de>
4761
4762 * tramp.texi (Remote processes): Don't call it "experimental" any
4763 longer. Add subsection about running a debugger on a remote host.
4764
47652007-07-10 Carsten Dominik <dominik@science.uva.nl>
4766
4767 * org.texi (Properties and columns): Chapter rewritten.
4768
47692007-07-08 Michael Albinus <michael.albinus@gmx.de>
4770
4771 * tramp.texi:
4772 * trampver.texi: Migrate to Tramp 2.1.
4773
47742007-07-02 Carsten Dominik <dominik@science.uva.nl>
4775
4776 * org.texi (Properties): New chapter.
4777
47782007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
4779
4780 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
4781 Control Panel.
4782
4783 * gnus.texi (Misc Article): Add index entry for
4784 gnus-single-article-buffer.
4785
47862007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
4787
4788 * gnus.texi (Starting Up): Fix typo.
4789
47902007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
4791
4792 * gnus.texi (Asynchronous Fetching): Fix typo.
4793
47942007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
4795
4796 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
4797 (About This Manual): Remove redundant information.
4798 (Getting Started): Mention author.
4799 (Basic Arithmetic, Customizing Calc): Make description of the
4800 variable `calc-multiplication-has-precedence' match its new effect.
4801
48022007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
4803
0c7efc08
SM
4804 * calc.texi (Basic Arithmetic, Customizing Calc):
4805 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
4806
48072007-06-19 Carsten Dominik <dominik@science.uva.nl>
4808
4809 * org.texi (Tag): Section swapped with node Timestamps.
4810 (Formula syntax for Lisp): Document new `L' flag.
4811
48122007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
4813
4814 * gnus.texi (Misc Group Stuff, Summary Buffer)
4815 (Server Commands, Article Keymap): Fix typo. s/function/command/.
4816
48172007-06-06 Juanma Barranquero <lekktu@gmail.com>
4818
4819 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
4820 * gnus.texi (Article Buttons, Mail Source Customization)
4821 (Sending or Not Sending, Customizing NNDiary):
4822 * message.texi (Message Headers):
4823 * mh-e.texi (HTML): Fix typos.
4824
48252007-06-07 Michael Albinus <michael.albinus@gmx.de>
4826
4827 Sync with Tramp 2.0.56.
4828
4829 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
4830 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
4831
48322007-06-02 Chong Yidong <cyd@stupidchicken.com>
4833
4834 * Version 22.1 released.
4835
48362007-05-26 Michael Olson <mwolson@gnu.org>
4837
4838 * erc.texi (Modules): Fix references to completion modules.
4839
48402007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
4841
4842 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
4843
48442007-05-09 Didier Verna <didier@xemacs.org>
4845
4846 * gnus.texi (Email Based Diary): New. Proper documentation for the
4847 nndiary back end and the gnus-diary library.
4848
48492007-05-03 Karl Berry <karl@gnu.org>
4850
4851 * .cvsignore (*.pdf): New entry.
4852
4853 * texinfo.tex: Update from current version for better pdf generation.
4854
48552007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
4856
4857 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
4858
48592007-04-28 Glenn Morris <rgm@gnu.org>
4860
4861 * faq.texi (New in Emacs 22): Restore mention of python.el pending
4862 consideration of legal status.
4863
48642007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
4865
4866 * idlwave.texi: Minor updates for IDLWAVE 6.1.
4867
48682007-04-24 Chong Yidong <cyd@stupidchicken.com>
4869
4870 * faq.texi (New in Emacs 22): python.el removed.
4871
48722007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
4873
4874 * calc.texi (Reporting bugs): Update maintainer's address.
4875
48762007-04-22 Chong Yidong <cyd@stupidchicken.com>
4877
4878 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
4879
48802007-04-15 Jay Belanger <belanger@truman.edu>
4881
4882 * calc.texi (Title page): Remove the date.
4883 (Basic Arithmetic): Emphasize that / binds less strongly than *.
4884 (The Standard Calc Interface): Change trail title.
4885 (Floats): Mention that when non-decimal floats are entered, only
4886 approximations are stored.
4887 (Copying): Move to the appendices.
4888 (GNU Free Documentation License): Add as an appendix.
4889
48902007-04-15 Chong Yidong <cyd@stupidchicken.com>
4891
4892 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
4893 * dired-x.texi, ebrowse.texi, ediff.texi:
4894 * emacs-mime.texi, erc.texi, eshell.texi:
4895 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
4896 * idlwave.texi, message.texi, newsticker.texi, org.texi:
4897 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
4898 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4899 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
4900 * woman.texi: Include GFDL.
4901
4902 * doclicense.texi: Remove node heading, so that it can be included by
4903 other files.
4904
4905 * dired-x.texi: Relicence under GFDL. Remove date from title page.
4906
4907 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
4908 than *.
4909
49102007-04-14 Carsten Dominik <dominik@science.uva.nl>
4911
4912 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
4913 in Calc.
4914
49152007-04-09 Romain Francoise <romain@orebokech.com>
4916
4917 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
4918 Mac OS ports. Make it clear that mouse-1 complements and doesn't
4919 replace mouse-2.
4920
49212007-04-08 Chong Yidong <cyd@stupidchicken.com>
4922
4923 * woman.texi (Word at point, Interface Options): woman-topic-at-point
4924 renamed to woman-use-topic-at-point. Document new behavior.
4925
49262007-04-08 Richard Stallman <rms@gnu.org>
4927
4928 * url.texi: Fix some indexing.
4929 (Disk Caching): Drop discussion of old/other Emacs versions.
4930
49312007-04-07 Chong Yidong <cyd@stupidchicken.com>
4932
4933 * url.texi (Disk Caching): Say Emacs 21 "and later".
4934
4935 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
4936 on Font locking which now mentions JIT lock.
4937
49382007-04-01 Michael Olson <mwolson@gnu.org>
4939
4940 * erc.texi: Update for the ERC 5.2 release.
4941
49422007-03-31 David Kastrup <dak@gnu.org>
4943
4944 * woman.texi (Topic, Interface Options): Explain changes semantics of
4945 woman-manpath in order to consider MANPATH_MAP entries.
4946
49472007-03-31 Eli Zaretskii <eliz@gnu.org>
4948
4949 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
4950
49512007-03-26 Richard Stallman <rms@gnu.org>
4952
4953 * pgg.texi (Caching passphrase): Clean up previous change.
4954
49552007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
4956
4957 * gnus.texi (Setting Process Marks): Fix typo.
4958
49592007-03-25 Romain Francoise <romain@orebokech.com>
4960
4961 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
4962 readability, and include various fixes by Daniel Brockman, Nick Roberts
4963 and Dieter Wilhelm.
4964
49652007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
4966
4967 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
4968
4969 * gnus.texi (Mail Source Specifiers): Fix typo.
4970
49712007-03-22 Ralf Angeli <angeli@caeruleus.net>
4972
4973 * reftex.texi (Imprint): Update maintainer information.
4974
49752007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
4976
4977 * message.texi (Message Buffers): Update documentation for
4978 message-generate-new-buffers.
4979
49802007-03-15 Daiki Ueno <ueno@unixuser.org>
4981
4982 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
4983
49842007-03-21 Glenn Morris <rgm@gnu.org>
4985
4986 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
4987
49882007-03-19 Chong Yidong <cyd@stupidchicken.com>
4989
4990 * eshell.texi (Known problems): Emacs 21 -> 22.
4991
4992 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
4993
49942007-03-18 Jay Belanger <belanger@truman.edu>
4995
4996 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
4997
49982007-03-12 Glenn Morris <rgm@gnu.org>
4999
5000 * calc.texi (Time Zones): Switch to new North America DST rule.
5001
5002 * calc.texi: Replace "daylight savings" with "daylight
5003 saving" in text throughout.
5004
50052007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5006
5007 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
5008 The variable now uses a list of symbols instead of just a symbol.
5009 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
5010
50112007-03-06 Romain Francoise <romain@orebokech.com>
5012
5013 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
5014 new packages, and mention Gnus update.
5015
50162007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
5017
5018 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
5019 nntp-open-connection-functions-never-echo-commands.
5020
50212007-02-27 Chong Yidong <cyd@stupidchicken.com>
5022
5023 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
5024 problems on the console, and security risk in not using gpg-agent.
5025
50262007-02-25 Carsten Dominik <dominik@science.uva.nl>
5027
0c7efc08 5028 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
5029 Completely reorganized and rewritten.
5030 (CamelCase links): Section removed.
5031 (Repeating items): New section.
5032 (Tracking TODO state changes): New section.
5033 (Agenda views): Chapter reorganized and rewritten.
5034 (HTML export): Section rewritten.
5035 (Tables in arbitrary syntax): New section.
5036 (Summary): Better feature summary.
5037 (Activation): Document problem with cut-and-paste of Lisp code
5038 from PDF files.
5039 (Visibility cycling): Document indirect buffer use.
5040 (Structure editing): Document sorting.
5041 (Remember): Section rewritten.
5042 (Time stamps): Better description of time stamp types.
5043 (Tag searches): Document regular expression search for tags.
5044 (Stuck projects): New section.
5045 (In-buffer settings): New keywords.
5046 (History and Acknowledgments): Updated description.
5047
50482007-02-24 Alan Mackenzie <acm@muc.de>
5049
5050 * cc-mode.texi (Movement Commands): Insert two missing command names.
5051 (Getting Started): Slight wording correction (use conditional).
5052
50532007-02-22 Kim F. Storm <storm@cua.dk>
5054
5055 * widget.texi (User Interface, Basic Types): Document need to put some
5056 text before the %v escape in :format string in editable-field widget.
5057
50582007-02-18 Romain Francoise <romain@orebokech.com>
5059
5060 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
5061 `cvs-mode-quit'.
5062
50632007-02-10 Markus Triska <markus.triska@gmx.at>
5064
5065 * widget.texi (Programming Example): Put constant strings in :format.
5066
50672007-02-07 Juanma Barranquero <lekktu@gmail.com>
5068
5069 * faq.texi (Fullscreen mode on MS-Windows): New node.
5070
50712007-02-04 David Kastrup <dak@gnu.org>
5072
5073 * faq.texi (AUCTeX): Update version number. Should probably be done
5074 for other packages as well.
5075
50762007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5077
5078 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
5079 <tassilo@member.fsf.org>.
5080
50812007-01-27 Eli Zaretskii <eliz@gnu.org>
5082
5083 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
5084 ls-lisp-use-localized-time-format.
5085
50862007-01-20 Markus Triska <markus.triska@gmx.at>
5087
5088 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
5089
50902007-01-13 Michael Olson <mwolson@gnu.org>
5091
5092 * erc.texi (Modules): Mention capab-identify module.
5093
50942007-01-05 Michael Olson <mwolson@gnu.org>
5095
5096 * erc.texi (Getting Started): Update for /RECONNECT command.
5097
50982007-01-04 Richard Stallman <rms@gnu.org>
5099
5100 * ebrowse.texi: Change C-c b to C-c C-m.
5101
51022007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
5103
5104 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
5105 variables only in info to avoid redundant entries in the printed
5106 manual.
5107
51082007-01-02 Daiki Ueno <ueno@unixuser.org>
5109
5110 * message.texi (Using PGP/MIME): Document gpg-agent usage.
5111
51122007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
5113
5114 * message.texi (Security): Split into sub-nodes.
5115
51162007-01-01 Alan Mackenzie <acm@muc.de>
5117
5118 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
5119 eval-after-load in Emacs <=21 and a workaround. Document that
5120 trigraphs are not supported.
5121
51222007-01-01 Alan Mackenzie <acm@muc.de>
5123
5124 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
5125 c-context-line-break. When invoked within a string, preserve
5126 whitespace. Add a backslash only when also in a macro.
5127
51282007-01-01 Alan Mackenzie <acm@muc.de>
5129
5130 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
5131
51322007-01-01 Alan Mackenzie <acm@muc.de>
5133
5134 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
5135 are now bound by default to c-\(beginning\|end\)-of-defun by default.
5136
51372007-01-01 Alan Mackenzie <acm@muc.de>
5138
5139 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
5140 "Choosing a Style".
5141
5142 * cc-mode.texi ("Styles"): Add @dfn{style}.
5143
51442006-12-30 Michael Albinus <michael.albinus@gmx.de>
5145
5146 Sync with Tramp 2.0.55.
5147
5148 * trampver.texi: Update release number.
5149
51502006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5151
5152 * gnus.texi (Customizing Articles): Add index entries for all
5153 gnus-treat-* variables.
5154
c8763fb6 51552006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
5156
5157 * gnus.texi (IMAP): Fix incorrect explanation of
5158 nnimap-search-uids-not-since-is-evil in documentation for
5159 nnimap-expunge-search-string.
5160
51612006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
5162
5163 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
5164 spam-ifile-database.
5165
51662006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
5167
5168 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
5169 rebind C-s.
5170
c8763fb6 51712006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
5172
5173 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
5174 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
5175 "expiring mail".
5176 (IMAP): Document nnimap-search-uids-not-since-is-evil and
5177 nnimap-nov-is-evil.
5178
51792006-12-25 Kevin Ryde <user42@zip.com.au>
5180
5181 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
5182 about the key procedure being used heavily.
5183
51842006-12-24 Chong Yidong <cyd@stupidchicken.com>
5185
5186 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
5187 to t.
5188 (Prerequisites): Add explanation about gpg-agent.
5189
51902006-12-22 Kevin Ryde <user42@zip.com.au>
5191
5192 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
5193 "sort" instead of "sort*".
5194
51952006-12-19 Richard Stallman <rms@gnu.org>
5196
5197 * calc.texi (History and Acknowledgements): Recognize that Emacs
5198 now does have floating point.
5199
52002006-12-19 Michael Albinus <michael.albinus@gmx.de>
5201
5202 * tramp.texi (External transfer methods): Describe new method `scpc'.
5203
52042006-12-17 Sascha Wilde <wilde@sha-bang.de>
5205
5206 * pgg.texi: Added short note on gpg-agent to the introduction.
5207
52082006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
5209
5210 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
5211 also applies to Cc.
5212
52132006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
5214
5215 * gnus.texi (X-Face): Clarify. Say which programs are required
5216 on Windows.
5217
52182006-12-08 Michael Olson <mwolson@gnu.org>
5219
5220 * erc.texi (Modules): Remove documentation for list module.
5221
c8763fb6 52222006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
5223
5224 * faq.texi (^M in the shell buffer): Ditto.
5225
52262006-11-20 Michael Olson <mwolson@gnu.org>
5227
5228 * erc.texi: Call this the 5.2 stable pre-release of ERC.
5229
52302006-11-17 Carsten Dominik <dominik@science.uva.nl>
5231
5232 * org.texi: Fix typos.
5233 (Agenda commands): Document `C-k'.
5234
52352006-11-16 Eli Zaretskii <eliz@gnu.org>
5236
5237 * url.texi (http/https): Fix a typo in the HTTP URL.
5238
52392006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
5240
5241 * ada-mode.texi: Total rewrite.
5242
52432006-11-13 Carsten Dominik <dominik@science.uva.nl>
5244
5245 * org.texi: Minor typo fixes.
5246
52472006-11-13 Bill Wohler <wohler@newt.com>
5248
5249 Release MH-E manual version 8.0.3.
5250
5251 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5252 release 8.0.3.
5253
5254 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
5255 to set MAILDIR.
5256 (Reading Mail): Document the customization of read-mail-command
5257 for MH-E.
5258 (Viewing Attachments): Document mm-discouraged-alternatives.
5259 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
5260 (Junk): Add more information about the settings of mh-junk-background
5261 in a program. Add /usr/bin/mh to PATH in examples.
5262
52632006-11-12 Richard Stallman <rms@gnu.org>
5264
5265 * woman.texi: Update author address but say he no longer maintains it.
5266
52672006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
5268
5269 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
5270 archived trees.
5271 (Checkboxes): Section moved to chapter 5, and extended.
5272 (The date/time prompt): New section.
5273 (Link abbreviations): New section.
5274 (Presentation and sorting): New section.
5275 (Custom agenda views): Section completely rewritten.
5276 (Summary): Compare with Planner.
5277 (Feedback): More info about creating backtraces.
5278 (Plain lists): Modified example.
5279 (Breaking down tasks): New section.
5280 (Custom time format): New section.
5281 (Time stamps): Document inactive timestamps.
5282 (Setting tags): More details about fast tag selection.
5283 (Block agenda): New section.
5284 (Custom agenda views): Section rewritten.
5285 (Block agenda): New section.
5286
52872006-11-07 Michael Albinus <michael.albinus@gmx.de>
5288
5289 * tramp.texi (Configuration): scp is the default method.
5290 (Default Method): Use ssh as example for another method.
5291
52922006-10-27 Richard Stallman <rms@gnu.org>
5293
5294 * woman.texi: Downcase nroff/troff/roff.
5295 (Installation): Chapter deleted. Some xrefs deleted.
5296 (Background): woman doesn't advise man ;-).
5297
c8763fb6 52982006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
5299
5300 * ada-mode.texi (Project files, Identifier completion)
5301 (Automatic Casing, Debugging, Using non-standard file names)
5302 (Working Remotely): Fix typos.
5303
53042006-10-20 Masatake YAMATO <jet@gyve.org>
5305
0c7efc08 5306 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
5307 sample code `my-c-initialization-hook'.
5308
53092006-10-19 Stuart D. Herring <herring@lanl.gov>
5310
5311 * widget.texi: Fix typos.
5312
53132006-10-19 Michael Albinus <michael.albinus@gmx.de>
5314
5315 * tramp.texi (Frequently Asked Questions): Remove questions marked with
5316 "???". There have been no complaints for years, so the information
5317 must be appropriate.
5318
53192006-10-16 Richard Stallman <rms@gnu.org>
5320
5321 * widget.texi: Use @var instead of capitalization.
5322 Clarify many widget type descriptions.
5323
53242006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5325
5326 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
5327 gnus-dired-attach.
5328 (Selecting a Group): Fix typo.
5329
c8763fb6 53302006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
5331
5332 * widget.texi: Fix typos.
5333
53342006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
5335
5336 * gnus.texi (Image Enhancements): Update for Emacs 22.
5337
5338 * gnus-faq.texi ([1.3]): Update.
5339
53402006-10-06 Richard Stallman <rms@gnu.org>
5341
5342 * faq.texi (Displaying the current line or column):
5343 Delete "As of Emacs 20".
5344
53452006-10-06 Romain Francoise <romain@orebokech.com>
5346
5347 * faq.texi (VM): VM works with Emacs 22 too.
5348
53492006-10-06 Richard Stallman <rms@gnu.org>
5350
5351 * ebrowse.texi: Remove Emacs version "21" from title.
5352
53532006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
5354
5355 * gnus.texi (Foreign Groups): Say where change of editing commands are
5356 stored. Add reference to `gnus-parameters'.
5357
53582006-09-15 Jay Belanger <belanger@truman.edu>
5359
5360 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
5361 Change "Library Public License" to "Lesser Public License"
5362 throughout. Use "yyyy" to represent year.
5363
53642006-09-15 Carsten Dominik <dominik@science.uva.nl>
5365
5366 * org.texi (Setting tags): Typo fix.
5367
53682006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
5369
5370 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
5371
53722006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
5373
5374 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
5375
53762006-09-12 Paul Eggert <eggert@cs.ucla.edu>
5377
5378 * faq.texi (Escape sequences in shell output): EMACS is now set
5379 to Emacs's absolute file name, not to "t".
5380 (^M in the shell buffer): Likewise.
5381 * misc.texi (Interactive Shell): Likewise.
5382
53832006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
5384
5385 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
5386 mails with pop3-leave-mail-on-server. Fix wording.
5387 (Limiting): Improve gnus-summary-limit-to-articles.
5388 (X-Face): Fix typo.
5389
53902006-09-11 Simon Josefsson <jas@extundo.com>
5391
5392 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
5393 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
5394
53952006-09-06 Simon Josefsson <jas@extundo.com>
5396
5397 * smtpmail.texi (Authentication): Mention SSL.
5398
53992006-09-01 Eli Zaretskii <eliz@gnu.org>
5400
5401 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
5402 Don't use @indicateurl.
5403
5404 * cc-mode.texi (Subword Movement): Don't use @headitem.
5405 (Custom Braces, Clean-ups): Don't use @tie.
5406
54072006-08-29 Michael Albinus <michael.albinus@gmx.de>
5408
5409 Sync with Tramp 2.0.54.
5410
5411 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
5412 Suggested by Adrian Phillips <a.phillips@met.no>.
5413
54142006-08-15 Carsten Dominik <dominik@science.uva.nl>
5415
5416 * org.texi (Installation, Activation): Split from Installation and
5417 Activation.
5418 (Clocking work time): Documented new features.
5419
54202006-08-13 Alex Schroeder <alex@gnu.org>
5421
5422 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
5423 example.
5424
54252006-08-12 Eli Zaretskii <eliz@gnu.org>
5426
5427 * faq.texi (How to add fonts): New node.
5428
54292006-08-05 Romain Francoise <romain@orebokech.com>
5430
5431 * faq.texi (New in Emacs 22): Expand.
5432
54332006-08-03 Michael Olson <mwolson@gnu.org>
5434
5435 * erc.texi: Update for ERC 5.1.4.
5436
54372006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
5438
5439 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
5440 in .../site-lisp/gnus/ by default.
5441 [ From gnus-news.texi in the trunk. ]
5442
54432006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
5444
5445 * gnus.texi (MIME Commands): Additions for yEnc.
5446
54472006-07-24 Richard Stallman <rms@gnu.org>
5448
5449 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
5450 * faq.texi: Move periods and commas inside quotes.
5451
54522006-07-20 Jay Belanger <belanger@truman.edu>
5453
5454 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
5455
54562006-07-18 Chong Yidong <cyd@stupidchicken.com>
5457
5458 * faq.texi (Security risks with Emacs): Document Emacs 22
5459 file-local-variable mechanism.
5460
54612006-07-12 Michael Olson <mwolson@gnu.org>
5462
5463 * erc.texi: Update for ERC 5.1.3.
5464
54652006-07-12 Alex Schroeder <alex@gnu.org>
5466
5467 * rcirc.texi: Fix typos.
5468 (Getting started with rcirc): New calling convention for M-x irc.
5469 Mention #rcirc. Removed channel tracking.
0c7efc08 5470 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
5471 recently, eg. rcirc-server to rcirc-default-server. Added
5472 documentation for rcirc-authinfo, some background for Bitlbee, and
5473 rcirc-track-minor-mode.
0c7efc08 5474 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 5475 Scrolling.
0c7efc08 5476 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
5477 to match code changes.
5478
54792006-07-10 Nick Roberts <nickrob@snap.net.nz>
5480
5481 * gnus.texi, message.texi: Fix typos.
5482
54832006-07-07 Carsten Dominik <dominik@science.uva.nl>
5484
5485 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
5486 commands.
5487 (Global TODO list): Document the use of the variables
5488 `org-agenda-todo-ignore-scheduled' and
5489 `org-agenda-todo-list-sublevels'.
5490
54912006-07-05 Richard Stallman <rms@gnu.org>
5492
5493 * faq.texi (Scrolling only one line): Fix xref.
5494
54952006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5496
5497 * faq.texi (Evaluating Emacs Lisp code):
5498 Throughout, replace eval-current-buffer with eval-buffer.
5499
55002006-07-03 Richard Stallman <rms@gnu.org>
5501
5502 * rcirc.texi (Scrolling conservatively): Fix xref.
5503
5504 * pcl-cvs.texi (Viewing differences): Usage fix.
5505
55062006-07-03 Carsten Dominik <dominik@science.uva.nl>
5507
5508 * org.texi (Agenda commands): Document `s' key to save all org-mode
5509 buffers.
5510
55112006-06-30 Ralf Angeli <angeli@caeruleus.net>
5512
5513 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
5514 names. Mention `cvs-msg' face.
5515
55162006-06-29 Carsten Dominik <dominik@science.uva.nl>
5517
5518 * org.texi (Checkboxes): New section.
5519
55202006-06-28 Carsten Dominik <dominik@science.uva.nl>
5521
5522 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
5523 throughout this chapter.
5524
55252006-06-27 Chong Yidong <cyd@stupidchicken.com>
5526
5527 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
5528 text for standalone vs Emacs info.
5529 (Help): Clarify header line description. Use mouse-1 for clicks.
5530 (Help-P): Use mouse-1 for clicks.
5531 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
5532 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
5533 (Choose menu subtopic): Remove gratuitous Emacs command names.
5534 (Help-FOO): Put usual behavior first.
5535 (Help-Xref): Clicking on xrefs works in Emacs.
5536 (Search Text): Clarify what the default behavior is.
5537 (Create Info buffer): Fix Emacs window/X window confusion.
5538 (Emacs Info Variables): Fix for new Emacs init file behavior.
5539
55402006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5541
5542 * gnus.texi (Summary Buffer Lines): Fix typo.
5543
55442006-06-23 Carsten Dominik <dominik@science.uva.nl>
5545
5546 * org.texi (Embedded LaTeX): New chapter.
5547 (Archiving): Section rewritten.
5548 (Enhancing text): Some parts moved to the new chapter about LaTeX.
5549
55502006-06-20 Bill Wohler <wohler@newt.com>
5551
5552 Release MH-E manual version 8.0.1.
5553
5554 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5555 release 8.0.1.
5556 (Preface): Depend on GNU mailutils 1.0 and higher.
5557
55582006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
5559
5560 * message.texi (News Headers): Update message-syntax-checks section.
5561
55622006-06-19 Karl Berry <karl@gnu.org>
5563
5564 * info.texi (Advanced): Mention C-q, especially with ?.
5565
55662006-06-19 Carsten Dominik <dominik@science.uva.nl>
5567
5568 * org.texi (Publishing links): Document the `:link-validation-function'
5569 property.
5570 (Extensions and Hacking): New chapter, includes some sections of the
5571 "Miscellaneous" chapter.
5572
55732006-06-10 Carsten Dominik <dominik@science.uva.nl>
5574
5575 * org.texi (Progress logging): New section.
5576
2de53ca6
GM
55772006-06-06 Carsten Dominik <dominik@science.uva.nl>
5578
5579 * org.texi (ASCII export): Document indentation adaptation.
5580 (Setting tags): Document mutually-exclusive tags.
5581
55822006-06-05 Romain Francoise <romain@orebokech.com>
5583
5584 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
5585 Fix typo.
5586
5587 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
5588 channel (#gnus@irc.freenode.net).
5589 Fix typos. Update copyright notice.
5590
5591 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
5592 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
5593 (Line-Up Functions, Custom Macros):
5594 * ediff.texi (Window and Frame Configuration)
dccb744b 5595 (Highlighting Difference Regions):
2de53ca6
GM
5596 * emacs-mime.texi (Display Customization):
5597 * erc.texi (History):
5598 * eshell.texi (Known problems):
5599 * eudc.texi (Overview, BBDB):
5600 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
5601 (The problem of spam, SpamOracle, Extending the Spam package)
5602 (Conformity, Terminology):
dccb744b 5603 * idlwave.texi (Routine Info)
2de53ca6
GM
5604 (Class and Keyword Inheritance, Padding Operators)
5605 (Breakpoints and Stepping, Electric Debug Mode)
5606 (Examining Variables, Troubleshooting):
5607 * org.texi (Creating timestamps):
5608 * reftex.texi (Commands, Options, Changes):
5609 * tramp.texi (Inline methods, Password caching)
5610 (Auto-save and Backup, Issues):
5611 * vip.texi (Files, Commands in Insert Mode):
5612 * viper.texi (Emacs Preliminaries, States in Viper)
5613 (Packages that Change Keymaps, Viper Specials, Groundwork):
5614 Fix various typos.
5615
56162006-05-31 Michael Ernst <mernst@alum.mit.edu>
5617
5618 * ediff.texi: Fix typos.
5619
56202006-05-30 Carsten Dominik <dominik@science.uva.nl>
5621
5622 * org.texi: Small typo fixes.
5623
fff84c22
JB
56242006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5625
5626 * viper.texi (Viper Specials):
5627 * gnus.texi (Example Setup):
5628 * faq.texi (Backspace invokes help):
5629 * dired-x.texi (Optional Installation Dired Jump):
5630 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
5631 follow coding conventions.
5632
2de53ca6
GM
56332006-05-29 Michael Albinus <michael.albinus@gmx.de>
5634
5635 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
5636
56372006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5638
5639 * pcl-cvs.texi: Fix typos.
5640 (Customization): Say "us".
5641
56422006-05-26 Eli Zaretskii <eliz@gnu.org>
5643
5644 * org.texi: Remove bogus @setfilename.
5645
56462006-05-26 Carsten Dominik <dominik@science.uva.nl>
5647
5648 * org.texi (ASCII export): Omit command name.
5649 (HTML export): Add prefix to all lines in Local Variable example.
5650 (Acknowledgments): Typeset names in italics.
5651
56522006-05-24 Carsten Dominik <dominik@science.uva.nl>
5653
5654 * org.texi (Plain lists): Add new item navigation commands.
5655 (External links): Document elisp and info links.
5656 (Custom searches): New section.
5657 (Publishing): New chapter.
5658 (HTML export): Include a list of supported CSS classes.
5659 (Setting tags): Describe the fast-tag-setting interface.
5660
56612006-05-20 Luc Teirlinck <teirllm@auburn.edu>
5662
5663 * dired-x.texi: ifinfo -> ifnottex.
5664
56652006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
5666
5667 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
5668
56692006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
5670
5671 * message.texi (Interface): Add tool bar customization.
5672 (MIME): Index and text additions for mml-attach.
5673 (MIME): Describe mml-dnd-protocol-alist and
5674 mml-dnd-attach-options.
5675
5676 * gnus.texi (Oort Gnus): Reorder entries in sections.
5677 Fix some entries.
5678 (Starting Up): Add references to "Emacs for Heathens" and to
5679 "Finding the News". Add user-full-name and user-mail-address.
5680 (Group Buffer Format): Add tool bar customization and update.
5681 (Summary Buffer): Add tool bar customization.
5682 (Posting Styles): Add message-alternative-emails.
5683
56842006-05-09 Michael Albinus <michael.albinus@gmx.de>
5685
5686 * tramp.texi (Filename completion): Improve wording.
5687
56882006-05-07 Romain Francoise <romain@orebokech.com>
5689
5690 * faq.texi (Using regular expressions): Fix typo.
5691 (Packages that do not come with Emacs): Fix capitalization.
5692 (Replacing text across multiple files): Expand node to explain how
5693 to use `dired-do-query-replace-regexp' in more detail, based on
5694 suggestion by Eric Hanchrow <offby1@blarg.net>.
5695
56962006-05-06 Michael Albinus <michael.albinus@gmx.de>
5697
5698 * tramp.texi (Filename completion): Completion of remote files'
5699 method, user name and host name is active only in partial
5700 completion mode.
5701
57022006-05-06 Bill Wohler <wohler@newt.com>
5703
5704 Release MH-E manual version 8.0.
5705
5706 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5707 release 8.0.
5708
57092006-05-06 Bill Wohler <wohler@newt.com>
5710
5711 * mh-e.texi (MH-BOOK-HOME): Change from
5712 http://www.ics.uci.edu/~mh/book/mh to
5713 http://rand-mh.sourceforge.net/book/mh.
5714 Replace .htm suffix with .html for MH book files.
5715 (Using This Manual): Update key binding for getting relevant
5716 chapter in Info from command key.
5717 (Ranges): Fix itemx.
5718
57192006-05-05 Karl Berry <karl@gnu.org>
5720
5721 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
5722 (\fonttextsize): New user-level command to change text font size.
5723
57242006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
5725
5726 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
5727
57282006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
5729
5730 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
5731
57322006-04-24 Bill Wohler <wohler@newt.com>
5733
5734 * mh-e.texi (Getting Started): Make it more explicit that you need
5735 to install MH. Add pointers to current MH implementations.
5736
57372006-04-21 Bill Wohler <wohler@newt.com>
5738
5739 Release MH-E manual version 7.94.
5740
5741 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5742 release 7.94.
5743
57442006-04-21 Carsten Dominik <dominik@science.uva.nl>
5745
5746 * org.texi: Many small fixes.
5747 (Handling links): Rename from "Managing links".
5748
57492006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
5750
5751 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
5752 (Splitting mail using spam-stat): Fix @xref.
5753
57542006-04-20 Chong Yidong <cyd@stupidchicken.com>
5755
5756 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 5757 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
5758
57592006-04-20 Carsten Dominik <dominik@science.uva.nl>
5760
5761 * org.texi (Time stamps): Better explanation of the purpose of
5762 different time stamps.
5763 (Structure editing, Plain lists): More details on how new items
5764 and headings are inserted.
5765
57662006-04-18 Carsten Dominik <dominik@science.uva.nl>
5767
5768 * org.texi (Formula syntax): Fix link to Calc Manual.
5769
57702006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
5771
5772 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
5773
57742006-04-17 Bill Wohler <wohler@newt.com>
5775
5776 * mh-e.texi (Folders): Update mh-before-quit-hook and
5777 mh-quit-hook example with code that removes the buffers rather
5778 than just bury them.
5779
57802006-04-17 Michael Albinus <michael.albinus@gmx.de>
5781
5782 Sync with Tramp 2.0.53.
5783
57842006-04-13 Carsten Dominik <dominik@science.uva.nl>
5785
5786 * org.texi (Updating settings): New section.
5787 (Visibility cycling): Better names for the startup folding
5788 options.
5789 (Exporting): Completely restructured.
5790 (The very busy C-c C-c key): New section.
5791 (Summary of in-buffer settings): New section.
5792
57932006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
5794
5795 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
5796
57972006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
5798
5799 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
5800 (Server Commands): Key `v' is reserved for users.
5801
58022006-04-11 Carsten Dominik <dominik@science.uva.nl>
5803
5804 * org.texi (Link format): New section, emphasis on bracket links.
5805 (External links): Document bracket links.
5806 (FAQ): Expand to cover shell links and the new link format.
5807
58082006-04-09 Kevin Ryde <user42@zip.com.au>
5809
5810 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
5811
58122006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5813
5814 * gnus.texi (Summary Buffer Lines): Add `*'.
5815
c8763fb6 58162006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
5817
5818 * gnus.texi (Group Parameters):
5819 Mention gnus-permanently-visible-groups.
5820
58212006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5822
5823 * gnus.texi (Face): Fix typo.
5824
58252006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
5826
5827 * gnus.texi (X-Face): Clarify.
5828 (Face): Need Emacs with PNG support.
5829
58302006-04-06 Richard Stallman <rms@gnu.org>
5831
5832 * idlwave.texi: Delete the blocks "not suitable for inclusion with
5833 Emacs".
5834
58352006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
5836
5837 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
5838 blocks not suitable for inclusion with Emacs using variable
5839 PARTOFEMACS.
5840
58412006-04-04 Simon Josefsson <jas@extundo.com>
5842
5843 * gnus.texi (Security): Improve.
5844
58452006-04-02 Bill Wohler <wohler@newt.com>
5846
5847 * mh-e.texi (Getting Started, Junk, Bug Reports)
5848 (MH FAQ and Support): Fix URLs.
5849
58502006-03-31 Romain Francoise <romain@orebokech.com>
5851
5852 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
5853 to t, not nil (and has for the past eight years).
5854
58552006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
5856
5857 * message.texi, gnus.texi: Bump version to 5.11.
5858
58592006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
5860
5861 * gnus.texi (Top): Add comment about version line.
5862
5863 * message.texi (Top): Ditto. Change to take named versions into
5864 account.
5865
58662006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
5867
5868 * gnus.texi (Posting Styles): Add x-face-file to example.
5869 (X-Face): Refer to posting styles.
5870
5871 * gnus-faq.texi ([5.8]): Add x-face-file.
5872 ([8.4]): Add links to gmane.emacs.gnus.user and
5873 gmane.emacs.gnus.general.
5874
58752006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
5876
5877 * gnus-faq.texi: Use .invalid.
5878 ([5.4]): Fix gnus-posting-styles example.
5879
58802006-03-27 Romain Francoise <romain@orebokech.com>
5881
5882 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
5883 Emacs/W3 needs a new maintainer.
5884 (Ispell): Update author and version info.
5885 (Mailcrypt): Mention PGG.
5886 (New in Emacs 22): Add PGG to the list of new packages.
5887 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
5888 updating dead URLs.
5889
58902006-03-25 Karl Berry <karl@gnu.org>
5891
5892 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
5893 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
5894 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
5895 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
5896 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
5897 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
5898 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
5899 (2) do not indent copyright year list (or anything else).
5900
59012006-03-21 Bill Wohler <wohler@newt.com>
5902
5903 * mh-e.texi (Folders): Various edits.
5904
59052006-03-20 Romain Francoise <romain@orebokech.com>
5906
5907 * gnus.texi (Mail Folders): Grammar fix.
5908
59092006-03-19 Bill Wohler <wohler@newt.com>
5910
5911 * mh-e.texi (Replying): Document Mail-Followup-To.
5912 Change manually-formatted table to multitable. Add debugging info.
5913 Move description of mh-reply-default-reply-to into paragraph
5914 that describes its values.
5915
59162006-03-17 Bill Wohler <wohler@newt.com>
5917
10d1d0af 5918 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
5919 (Sending Mail Tour): Update method of entering
5920 addresses and subject.
5921 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
5922 (Adding Attachments, Searching): Update screenshots for Emacs 22.
5923
59242006-03-15 Carsten Dominik <dominik@science.uva.nl>
5925
5926 * org.texi: Version number change only.
5927
59282006-03-14 Bill Wohler <wohler@newt.com>
5929
5930 * mh-e.texi: Add index entries around each paragraph rather than
5931 depend on entries from beginning of node. Doing so ensures that
5932 index entries are less likely to be forgotten if text is cut and
5933 pasted, and are necessary anyway if the references are on a
5934 separate page. It seems that makeinfo is now (v. 4.8) only
5935 producing one index entry per node, so there is no longer any
5936 excuse not to. Use subheading instead of heading. The incorrect
5937 use of heading produced very large fonts in Info--as large as the
5938 main heading.
5939 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
5940 versions 6 and 7 appeared *around* the time of these Emacs releases.
5941
59422006-03-13 Carsten Dominik <dominik@science.uva.nl>
5943
5944 * org.texi (Clean view): Document new startup options.
5945
59462006-03-11 Bill Wohler <wohler@newt.com>
5947
5948 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
5949 (Composing, Scan Line Formats): Fix @refs.
5950 (Getting Started): Define MH profile and MH profile components.
5951 (Incorporating Mail, Reading Mail, Viewing, Printing)
5952 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
5953 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
5954 for string constants.
5955 (Tool Bar): Remove spurious quote.
5956 (Junk): Use ``...'' instead of "...".
5957 (Scan Line Formats): Replace @samp with @kbd.
5958
59592006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
5960
5961 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
5962
59632006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5964
5965 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
5966 easy to understand.
5967
59682006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
5969
5970 * gnus.texi: Markup fix.
5971 (Fancy Mail Splitting): Specify new feature.
5972
59732006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
5974
5975 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
5976 partial-words matching.
5977
59782006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
5979
5980 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
5981
5982 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
5983 (MIME Commands): Fix mm-discouraged-alternatives.
5984
59852006-03-07 Carsten Dominik <dominik@science.uva.nl>
5986
5987 * org.texi: Version number change only.
5988
59892006-03-06 Bill Wohler <wohler@newt.com>
5990
5991 * mh-e.texi: Move from SourceForge repository to Savannah.
5992 This is version 7.93, which is a total rewrite from the previous
5993 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
5994 version 7.93.
5995
59962006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
5997
5998 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
5999
60002006-03-01 Carsten Dominik <dominik@science.uva.nl>
6001
6002 * org.texi (Interaction): Add item about `org-mouse.el' by
6003 Piotr Zielinski.
6004 (Managing links): Document that also mouse-1 can be used to
6005 activate a link.
6006 (Headlines, FAQ): Add entry about hiding leading stars.
6007 (Miscellaneous): Resort the sections in this chapter to a more
6008 logical sequence.
6009
60102006-02-27 Simon Josefsson <jas@extundo.com>
6011
6012 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
6013 2004-01-27 from the trunk).
6014
60152006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6016
6017 * cc-mode.texi: Rename c-hungry-backspace to
6018 c-hungry-delete-backwards, at the request of RMS. Leave the old
6019 name as an alias.
6020
60212006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6022
6023 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
6024 include the function header within the defun.
6025
60262006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6027
6028 * cc-mode.texi: Correct two typos.
6029
60302006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6031
6032 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
6033 existing comment.
6034 (Electric Keys): Add a justification for electric indentation.
6035 (Hungry WS Deletion): Clear up the names and complications of the
6036 BACKSPACE and DELETE keys.
6037
60382006-02-23 Juri Linkov <juri@jurta.org>
6039
6040 * faq.texi (Common requests): Move `Turning on auto-fill by
6041 default' after `Wrapping words automatically'. Move `Working with
6042 unprintable characters' before `Searching for/replacing newlines'.
6043 Move `Replacing highlighted text' after `Highlighting a region'.
6044 Merge `Repeating commands' and `Repeating a command as many times
6045 as possible' into the former.
6046 (Packages that do not come with Emacs): Add refs to Gmane and
6047 etc/MORE.STUFF.
6048
60492006-02-23 Juri Linkov <juri@jurta.org>
6050
6051 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
6052 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
6053 Add xref to `(emacs)Reporting Bugs'.
6054 (Getting a printed manual): Add URL to other formats of the manual.
6055 (Common requests): Fix menu.
6056 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
6057 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
6058 (Inserting text at the beginning of each line): Add pxref to
6059 `Changing the included text prefix'.
6060 (Forcing the cursor to remain in the same column): Mention `track-eol'
6061 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
6062 (Replacing text across multiple files): Add keybinding `Q' for
6063 `dired-do-query-replace'.
6064
60652006-02-22 Carsten Dominik <dominik@science.uva.nl>
6066
6067 * reftex.texi: Version number and date change only.
6068
6069 * org.texi (Internal Links): Rewrite to cover the modified
6070 linking system.
6071
60722006-02-17 Eli Zaretskii <eliz@gnu.org>
6073
6074 * faq.texi: Remove the coding cookie, it's not needed anymore.
6075
60762006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6077
6078 * faq.texi (Colors on a TTY): Mention Mac OS port.
6079
60802006-02-12 Karl Berry <karl@gnu.org>
6081
6082 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
6083 8-bit accented a.
6084
60852006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
6086
6087 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
6088
60892006-02-08 Romain Francoise <romain@orebokech.com>
6090
6091 * faq.texi (Top): Remove paragraph about the FAQ being a
6092 transitional document, etc.
6093 (Searching for/replacing newlines): New node.
6094 (Yanking text in isearch): New node.
6095 (Inserting text at the beginning of each line): Rename and make
6096 more general, mention `M-;' in Message mode.
6097
60982006-02-07 Luc Teirlinck <teirllm@auburn.edu>
6099
6100 * faq.texi (Meta key does not work in xterm)
6101 (Emacs does not display 8-bit characters)
6102 (Inputting eight-bit characters): Update xrefs.
6103
61042006-02-06 Romain Francoise <romain@orebokech.com>
6105
6106 * faq.texi (VM): VM now at version 7.19.
6107 Set myself as maintainer of this file.
6108
61092006-02-04 Michael Olson <mwolson@gnu.org>
6110
6111 * erc.texi (History): Note that ERC is now included with Emacs.
6112
61132006-01-31 Romain Francoise <romain@orebokech.com>
6114
6115 * message.texi (Message Headers): Explain what
6116 `message-alternative-emails' does in more detail.
6117 Update copyright year.
6118
61192006-01-30 Juanma Barranquero <lekktu@gmail.com>
6120
6121 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
6122
61232006-01-29 Richard M. Stallman <rms@gnu.org>
6124
6125 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
6126
61272006-01-29 Michael Olson <mwolson@gnu.org>
6128
6129 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
6130
6131 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
6132
6133 * faq.texi (New in Emacs 22): Mention ERC.
6134
61352006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6136
6137 * rcirc.texi: Capitalize dir entry for consistency with the entry
6138 in info/dir and other entries in the Emacs category.
6139 Fix typos. Delete trailing whitespace.
6140
c8763fb6 61412006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
6142
6143 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
6144
61452006-01-27 Eli Zaretskii <eliz@gnu.org>
6146
6147 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
6148 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
6149
6150 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
6151 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
6152
61532006-01-27 Alex Schroeder <alex@gnu.org>
6154
6155 * rcirc.texi: New file.
6156
61572006-01-23 Juri Linkov <juri@jurta.org>
6158
6159 * widget.texi (User Interface): Add S-TAB for widget-backward.
6160
61612006-01-22 Michael Albinus <michael.albinus@gmx.de>
6162
6163 Sync with Tramp 2.0.52.
6164
6165 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
6166 Add Tramp disabling item. New item for common connection problems.
6167 (various): Apply "ftp" as method for the download URL.
6168 (Bug Reports): Refer to FAQ for common problems.
6169
61702006-01-21 Eli Zaretskii <eliz@gnu.org>
6171
6172 * widget.texi (User Interface): Use @key for TAB.
6173
6174 * ses.texi (Formulas, Printer functions): Use @key for TAB.
6175
6176 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
6177 for TAB.
6178
6179 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
6180
61812006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6182
6183 * gnus.texi: Update copyright.
6184
61852006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
6186
6187 * gnus.texi (Article Washing): Additions.
6188
2de53ca6
GM
61892006-01-13 Carsten Dominik <dominik@science.uva.nl>
6190
6191 * org.texi (Agenda commands): Document tags command.
6192
61932006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6194
6195 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
6196
61972006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6198
6199 * gnus.texi (RSS): Addition.
6200
62012005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6202
6203 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
6204
62052005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
6206
6207 * emacs-mime.texi (Display Customization): Add setting example to
6208 mm-discouraged-alternatives.
6209
62102006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6211
6212 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
6213 version is the canonical version.
6214
62152006-01-08 Alex Schroeder <alex@gnu.org>
6216
6217 * pgg.texi (Caching passphrase): Rewording.
6218
62192006-01-06 Eli Zaretskii <eliz@gnu.org>
6220
6221 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
6222 repository URL.
6223
62242006-01-06 Carsten Dominik <dominik@science.uva.nl>
6225
6226 * org.texi: Removed the accidentally re-added empty line in the
6227 direntry.
6228
62292006-01-05 Carsten Dominik <dominik@science.uva.nl>
6230
6231 * org.texi (Agenda Views): Chapter reorganized.
6232
62332005-12-29 Romain Francoise <romain@orebokech.com>
6234
6235 * faq.texi (Using Customize): New node.
6236
62372005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6238
6239 * org.texi: Remove blank line in @direntry. It is non-standard
6240 and recursively produces blank lines all over the dir file (when
6241 using Texinfo 4.8).
6242
62432005-12-21 Luc Teirlinck <teirllm@auburn.edu>
6244
6245 * widget.texi (atoms): Delete obsolete remark about `file' widget.
6246
62472005-12-20 Carsten Dominik <dominik@science.uva.nl>
6248
6249 * org.texi (Tags): Boolean logic documented.
6250 (Agenda Views): Document custom commands.
6251
62522005-12-20 David Kastrup <dak@gnu.org>
6253
6254 * faq.texi (AUCTeX): Update version and mailing list info.
6255
62562005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
6257
6258 * gnus.texi (MIME Commands): Mention addition of
6259 multipart/alternative to gnus-buttonized-mime-types and add xref
6260 to mm-discouraged-alternatives.
6261
6262 * emacs-mime.texi (Display Customization): Mention addition of
6263 "image/.*" and add xref to gnus-buttonized-mime-types in the
6264 mm-discouraged-alternatives section.
6265
62662005-12-16 Carsten Dominik <dominik@science.uva.nl>
6267
6268 * org.texi (Tags): New section.
6269 (Agenda Views): Chapter reorganized.
6270
62712005-12-16 Eli Zaretskii <eliz@gnu.org>
6272
6273 * org.texi (Internal Links): Add a missing comma after an @xref.
6274
62752005-12-14 Chong Yidong <cyd@stupidchicken.com>
6276
6277 * faq.texi (Filling paragraphs with a single space): No need to
6278 change sentence-end now.
6279
62802005-12-13 Romain Francoise <romain@orebokech.com>
6281
6282 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
6283
62842005-12-12 Jay Belanger <belanger@truman.edu>
6285
6286 * faq.texi (Calc): Update version number.
6287
62882005-12-12 Carsten Dominik <dominik@science.uva.nl>
6289
6290 * org.texi (Progress Logging): New section.
6291
62922005-12-10 Romain Francoise <romain@orebokech.com>
6293
6294 Update the Emacs FAQ for the 22.1 release.
6295
6296 * faq.texi: Set VER to `22.1'.
6297 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
6298 Tutorial. Mention that `C-h r' displays the manual.
6299 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
6300 (Getting a printed manual): Point to the new locations of the
6301 manuals on the GNU Web site.
6302 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
6303 available via Info (it was previously distributed separately).
6304 (Installing Texinfo documentation): The latest version of Texinfo
6305 is 4.8, not 4.0.
6306 (Informational files for Emacs): COPYING is the GNU General Public
6307 License, not the Emacs General Public License.
6308 (Informational files for Emacs): Delete obsolete link to the
6309 GNUinfo pages as they have been removed from the GNU Web site.
6310 (New in Emacs 22): New node.
6311 (Setting up a customization file): Say that most packages support
6312 Customize nowadays.
6313 (Colors on a TTY): Delete reference to instructions on how to
6314 enable syntax highlighting, it is now enabled by default.
6315 (Turning on abbrevs by default): Emacs now reads the abbrevs file
6316 at startup automatically.
6317 (Controlling case sensitivity): Mention `M-c' in isearch.
6318 (Using an already running Emacs process): Emacs now creates the
6319 socket in `/tmp/emacsUID'. Fix typos. Change default location of
6320 gnuserv. As emacsclient can now run Lisp code as well, delete a
6321 sentence praising gnuserv for that. Simplify description of how
6322 the client/server operation works.
6323 (Compiler error messages): Delete obsolete text (compile.el has
6324 been rewritten).
6325 (Indenting switch statements): Fix typo.
6326 (Matching parentheses): Simplify setup instructions, mention the
6327 menu bar item in the Options menu.
6328 (Repeating a command as many times as possible): Mention `C-x e'.
6329 (Going to a line by number): Mention new keymap and bindings
6330 `M-g M-g', `M-g M-p' and `M-g M-n'.
6331 (Turning on syntax highlighting): Now on by default. Simplify.
6332 (Replacing highlighted text): Use `1', not `t'.
6333 (Problems with very large files): The maximum size is now 256MB on
6334 32-bit machines.
6335 (^M in the shell buffer): Mention `comint-process-echoes'.
6336 (Emacs for Apple computers): Emacs 22 has native support for Mac
6337 OS X.
6338 (Translating names to IP addresses): Delete node.
6339 (Binding keys to commands): Fix typo.
6340 (SPC no longer completes file names): New node.
6341 (MIME with Emacs mail packages): Delete section about the Emacs
6342 MIME FAQ (it's not reachable anymore).
6343
63442005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6345
6346 * cc-mode.texi: The manual has been extensively revised: the
6347 information about using CC Mode has been separated from the larger
6348 and more difficult chapters about configuration. It has been
6349 updated for CC Mode 5.31.
6350
63512005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6352
6353 * pgg.texi (User Commands): Fix description of pgg-verify-region.
6354 (Selecting an implementation): Fix descriptions.
6355
63562005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
6357
6358 * message.texi (Various Message Variables): Addition.
6359
63602005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
6361
6362 * message.texi: Fix default values.
6363
63642005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6365
6366 * message.texi (Header Commands): Clarify descriptions of
6367 message-cross-post-followup-to, message-reduce-to-to-cc, and
6368 message-insert-wide-reply.
6369 (Various Commands): Fix kindex for message-kill-to-signature;
6370 clarify description of message-tab.
6371
63722005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6373
6374 * message.texi (Mailing Lists): Fix description about MFT.
6375
6376 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
6377
63782005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
6379
6380 * gnus.texi (Slow Terminal Connection): Replace old description
6381 with new one.
6382
63832005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
6384
6385 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
6386 replace X-Draft-Headers with X-Draft-From.
6387
63882005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
6389
6390 * gnus.texi (Various Various): Fix the default value of
6391 nnheader-max-head-length.
6392 (Gnus Versions): Fix typo.
6393
63942005-12-08 Carsten Dominik <dominik@science.uva.nl>
6395
6396 * org.texi (Structure editing): Document new functionality of
6397 M-RET.
6398
63992005-12-06 Luc Teirlinck <teirllm@auburn.edu>
6400
6401 * org.texi (Internal Links): Fix Texinfo usage.
6402
64032005-12-06 Carsten Dominik <dominik@science.uva.nl>
6404
6405 * org.texi (TODO basics): Document the global todo list.
6406 (TODO items): Documents sparse tree for specific TODO
6407 keywords.
6408
64092005-11-30 Carsten Dominik <dominik@science.uva.nl>
6410
6411 * org.texi (Plain Lists): Typos fixed.
6412
64132005-11-28 Jay Belanger <belanger@truman.edu>
6414
6415 * calc.texi: Change references of `M-#' to `C-x *' prefix.
6416
64172005-11-24 Carsten Dominik <dominik@science.uva.nl>
6418
6419 * org.texi (Structure editing): New item moving commands added.
6420 (Plain Lists): New section.
6421
64222005-11-18 Carsten Dominik <dominik@science.uva.nl>
6423
6424 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
6425 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 6426 `org-agenda-file-to-front'.
2de53ca6
GM
6427 (Built-in table editor): Document `org-table-sort-lines'.
6428 (HTML formatting): Export of hand-formatted lists.
6429
64302005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
6431
6432 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
6433 new variable gnus-toolbar-thickness.
6434
64352005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
6436
6437 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
6438
64392005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
6440
6441 * gnus.texi (X-Face): Fix description.
6442 (XVarious): Remove gnus-xmas-logo-color-alist and
6443 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
6444
64452005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6446
6447 * gnus.texi (Group Parameters): Mention new variable
6448 gnus-parameters-case-fold-search.
6449 (Home Score File): Addition.
6450
64512005-11-04 Ulf Jasper <ulf.jasper@web.de>
6452
6453 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
6454 (Overview): List supported feed types.
6455 (Installation): No installation necessary when using autoload.
6456 (Configuration): Rename "RSS" to "news".
6457
64582005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
6459
6460 * pgg.texi (User Commands): Document additional passphrase
6461 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
6462 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
6463
64642005-11-04 Carsten Dominik <dominik@science.uva.nl>
6465
6466 * org.texi: Version number changed to 3.19.
6467
64682005-10-29 Sascha Wilde <wilde@sha-bang.de>
6469
6470 * pgg.texi (How to use): Update the example to add autoload of
6471 pgg-encrypt-symmetric-region.
6472 (User Commands): Document pgg-encrypt-symmetric-region.
6473 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
6474
64752005-10-27 Jay Belanger <belanger@truman.edu>
6476
6477 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
6478 mention other TeX-related units.
6479
64802005-10-23 Lars Hansen <larsh@soem.dk>
6481
0c7efc08
SM
6482 * dired-x.texi (Miscellaneous Commands):
6483 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
6484 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
6485
64862005-10-23 Jay Belanger <belanger@truman.edu>
6487
6488 * calc.texi (Predefined Units): Use `alpha' for the fine structure
6489 constant.
6490
64912005-10-23 Michael Albinus <michael.albinus@gmx.de>
6492
0c7efc08
SM
6493 * faq.texi (Bugs and problems):
6494 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
6495 `directory-listing-before-filename-regexp'.
6496
64972005-10-22 Eli Zaretskii <eliz@gnu.org>
6498
6499 * newsticker.texi (UPDATED): Set value.
6500
65012005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
6502
6503 * gnus.texi (Document Groups): Remove duplicate item.
6504
65052005-10-21 Carsten Dominik <dominik@science.uva.nl>
6506
6507 * org.texi (Summary): Mention iCalendar support.
6508 (Exporting): Document iCalendar support.
6509
65102005-10-18 Romain Francoise <romain@orebokech.com>
6511
6512 * viper.texi (Viper Specials): Capitalize GNU.
6513
65142005-10-17 Juri Linkov <juri@jurta.org>
6515
6516 * info.texi (Getting Started, Search Index, Expert Info):
6517 Fix wording.
6518 (Search Text): Replace `echo area' with `mode line'.
6519 (Search Index): Both `i' and `,' find all index entries.
6520 Replace example `C-f' with `C-l' (which exists in index of Info
6521 manual) and delete spaces in its keyboard input sequence.
6522 Delete unnecessary explanations about literal characters.
6523
65242005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
6525
6526 * gnus.texi (Document Server Internals): Addition.
6527
65282005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
6529
6530 * gnus.texi (A note on namespaces): Fix RFC reference.
6531
65322005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
6533
6534 * gnus.texi (RSS): Fix key description.
6535
65362005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6537
6538 * gnus.texi: Emacs/w3 -> Emacs/W3.
6539 (Browsing the Web): Fix description.
6540 (Web Searches): Ditto.
6541 (Customizing W3): Ditto.
6542
65432005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
6544
6545 * gnus.texi (Maildir): Clarify expire-age and expire-group.
6546
65472005-10-11 Jay Belanger <belanger@truman.edu>
6548
6549 * calc.texi (Integration): Mention using `a i' to compute definite
6550 integrals.
6551
65522005-10-11 Juri Linkov <juri@jurta.org>
6553
6554 * info.texi: Rearrange nodes.
6555 (Top): Update menu. Change ref `Info for Experts' to
6556 `Advanced Info Commands'.
6557 (Getting Started): Fix description of manual's parts.
6558 (Help-Int): Change xref `Info Search' to `Search Index', and
6559 `Expert Info' to `Advanced'.
6560 (Advanced): Move node one level up.
6561 (Search Text, Search Index): New nodes split out from `Info Search'.
6562 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
6563 split out from `Advanced'.
6564 (Advanced, Emacs Info Variables): De-document editing an Info file
6565 in Info.
6566 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
6567 (Creating an Info File): Delete node and move its text to
6568 `Expert Info'.
6569
65702005-10-10 Carsten Dominik <dominik@science.uva.nl>
6571
6572 * org.texi (Workflow states): Documented that change in keywords
6573 becomes active only after restart of Emacs.
6574
65752005-10-08 Michael Albinus <michael.albinus@gmx.de>
6576
6577 Sync with Tramp 2.0.51.
6578
65792005-10-08 Nick Roberts <nickrob@snap.net.nz>
6580
6581 * speedbar.texi (Introduction): Describe new location of speedbar
6582 on menubar.
6583 (Basic Key Bindings): Remove descriptions of bindings that have
6584 been removed.
6585
65862005-10-05 Nick Roberts <nickrob@snap.net.nz>
6587
6588 * speedbar.texi (GDB): Describe use of watch expressions.
6589
65902005-09-28 Simon Josefsson <jas@extundo.com>
6591
6592 * message.texi (IDNA): Fix.
6593
65942005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6595
6596 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
6597 nntp-server-hook, and nntp-warn-about-losing-connection; fix
6598 description of nntp-open-connection-function.
6599 (Common Variables): Fix descriptions.
6600
66012005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
6602
6603 * gnus.texi (Server Buffer Format): Document the %a format spec.
6604
66052005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6606
6607 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
6608
66092005-09-23 Carsten Dominik <dominik@science.uva.nl>
6610
6611 * org.texi Version 3.16.
6612
66132005-09-19 Miles Bader <miles@gnu.org>
6614
6615 * newsticker.texi: Get rid of CVS keywords.
6616
66172005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
6618
6619 * gnus.texi (Finding the Parent): Fix description of how Gnus
6620 finds article.
6621
66222005-09-14 Jari Aalto <jari.aalto@cante.net>
6623
6624 * gnus.texi (Advanced Scoring Examples): New examples to teach how
6625 to drop off non-answered articles.
6626
66272005-09-19 Juanma Barranquero <lekktu@gmail.com>
6628
6629 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
6630 braces (which are unsupported by NMAKE) for macro `srcdir'.
6631
66322005-09-17 Eli Zaretskii <eliz@gnu.org>
6633
6634 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
6635 (../info/newsticker, newsticker.dvi): New targets.
6636
66372005-09-17 Ulf Jasper <ulf.jasper@web.de>
6638
6639 * newsticker.texi: Replace @command with @code. Replace @example
6640 with @lisp.
0c7efc08
SM
6641 (Top): Add explanations to menu items.
6642 (GNU Free Documentation License): Remove.
2de53ca6
GM
6643
66442005-09-16 Romain Francoise <romain@orebokech.com>
6645
6646 Update all files to specify GFDL version 1.2.
6647
6648 * doclicense.texi (GNU Free Documentation License): Update to
6649 version 1.2.
6650
66512005-09-15 Richard M. Stallman <rms@gnu.org>
6652
6653 * newsticker.texi: Fix @setfilename.
6654
6655 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
6656 (../info/newsticker, newsticker.dvi): New targets.
6657
66582005-08-30 Carsten Dominik <dominik@science.uva.nl>
6659
6660 * org.texi: Version 3.15.
6661
66622005-08-29 Luc Teirlinck <teirllm@auburn.edu>
6663
6664 * ses.texi: Combine all three indices into one.
6665 Correct a few typos.
6666
66672005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
6668
6669 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
6670
66712005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
6672
6673 * emacs-mime.texi (Handles): Remove duplicate item.
6674 (Encoding Customization): Fix the default value for
6675 mm-coding-system-priorities.
6676 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
6677 (Basic Functions): Fix reference.
6678
66792005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
6680
6681 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
6682
66832005-08-18 Richard M. Stallman <rms@gnu.org>
6684
6685 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
6686 and web site.
6687
6688 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
6689 not keyboard-translate.
6690
66912005-08-11 Richard M. Stallman <rms@gnu.org>
6692
6693 * faq.texi (Using regular expressions): Fix xref.
6694
66952005-08-09 Juri Linkov <juri@jurta.org>
6696
6697 * info.texi (Help-P): Replace `Prev' with `Previous'.
6698 (Help-M, Help-Xref): Add S-TAB.
6699 (Help-FOO): Update `u' command.
6700 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
6701 Update info about visibility of xref parts.
6702 (Help-Int): Fix `m' command. Rename `Info-last' to
6703 `Info-history-back'. Add `Info-history-forward'.
6704 (Advanced): Fix `g*' and `M-n' commands.
6705 (Info Search): Add `index-apropos' in stand-alone browser.
6706 Add isearch commands.
6707 (Emacs Info Variables): Remove `Info-fontify'.
6708 Add `Info-mode-hook'. Update face names.
6709 Add `Info-fontify-maximum-menu-size',
6710 `Info-fontify-visited-nodes', `Info-isearch-search'.
6711
67122005-08-07 Michael Albinus <michael.albinus@gmx.de>
6713
6714 Sync with Tramp 2.0.50.
6715
6716 * tramp.texi: Use @option{} consequently for method names.
6717 (Inline methods, External transfer methods): Remove references to
6718 Cygwin.
6719 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
6720 implementation.
6721
67222005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6723
6724 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
6725 Mention that gnus-init-file is not read when Emacs is invoked with
6726 --no-init-file or -q.
6727
67282005-07-19 Carsten Dominik <dominik@science.uva.nl>
6729
6730 * org.texi: Version 3.14.
6731
67322005-07-04 Carsten Dominik <dominik@science.uva.nl>
6733
6734 * org.texi: Version 3.13.
6735
67362005-07-18 Juri Linkov <juri@jurta.org>
6737
6738 * calc.texi (Time Zones, Logical Operations):
6739 * cl.texi (Overview):
6740 * org.texi (TODO types):
6741 * sc.texi (Emacs 18 MUAs):
6742 * speedbar.texi (Top):
6743 * url.texi (History):
6744 Delete duplicate duplicate words.
6745
ce058493 67462005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
6747
6748 * cl.texi (Type Predicates): Document `atom' type.
6749
67502005-07-04 Lute Kamstra <lute@gnu.org>
6751
6752 Update FSF's address in GPL notices.
6753
6754 * calc.texi (Copying):
6755 * doclicense.texi (GNU Free Documentation License):
6756 * faq.texi (Contacting the FSF):
6757 * mh-e.texi (Copying): Update FSF's address.
6758
67592005-07-03 Richard M. Stallman <rms@gnu.org>
6760
6761 * flymake.texi (Example -- Configuring a tool called directly):
6762 Update name of flymake-build-relative-filename.
6763
67642005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
6765
6766 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
6767
67682005-06-29 Carsten Dominik <dominik@science.uva.nl>
6769
6770 * org.texi: Version 3.12.
6771
67722005-06-24 Eli Zaretskii <eliz@gnu.org>
6773
6774 * makefile.w32-in (MAKEINFO): Use --force.
6775 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
6776 Makefile.in.
6777 (gnus.dvi): Use "..." to quote Sed args, so that it works with
6778 more shells.
6779
67802005-06-23 Richard M. Stallman <rms@gnu.org>
6781
6782 * speedbar.texi (Creating a display): Texinfo usage fixes.
6783
6784 * tramp.texi (Customizing Completion, Auto-save and Backup):
6785 Texinfo usage fixes.
6786
67872005-06-23 Juanma Barranquero <lekktu@gmail.com>
6788
6789 * dired-x.texi (Miscellaneous Commands):
6790 * ediff.texi (Miscellaneous):
6791 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
6792 (Agent Variables):
6793 * info.texi (Help-Xref):
6794 * message.texi (Message Headers):
6795 * org.texi (Remember):
6796 * reftex.texi (Options (Defining Label Environments)):
6797 (Options (Index Support)):
6798 (Options (Viewing Cross-References)):
6799 (Options (Misc)):
6800 (Changes):
6801 * speedbar.texi (Creating a display):
6802 * tramp.texi (Customizing Completion, Auto-save and Backup):
6803 Texinfo usage fix.
6804
68052005-06-13 Carsten Dominik <dominik@science.uva.nl>
6806
6807 * org.texi: Version 3.11.
6808
68092005-06-12 Jay Belanger <belanger@truman.edu>
6810
6811 * calc.texi (Getting Started): Remove extra menu item.
6812
68132005-05-31 Jay Belanger <belanger@truman.edu>
6814
6815 * calc.texi (Notations Used in This Manual): Use @kbd for key
6816 sequence.
6817 (Demonstration of Calc): Mention another way of starting Calc.
6818 (Starting Calc): Mention long name of M-#.
6819 (Embedded Mode Overview): Remove unnecessary instruction.
6820 (Other M-# commands): Rephrase `M-# 0' explanation.
6821 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
6822 reflect current behavior.
6823
68242005-05-30 Jay Belanger <belanger@truman.edu>
6825
6826 * calc.texi (Hooks): Change description of calc-window-hook and
6827 calc-trail-window-hook to match usage.
6828 (Computational Functions): Add more constant-generating functions.
6829 (Customizable Variables): Use defvar.
6830
68312005-05-28 Jay Belanger <belanger@truman.edu>
6832
6833 * calc.texi (Assignments in Embedded Mode): Fix variable name.
6834 (Basic Embedded Mode): Explain behavior of arguments to
6835 calc-embedded-mode.
6836
68372005-05-27 Jay Belanger <belanger@truman.edu>
6838
6839 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
6840 current behavior.
6841
68422005-05-25 Jay Belanger <belanger@truman.edu>
6843
6844 * calc.texi: Change Calc version number throughout.
6845 (Keypad Mode): Change location in info output.
6846 (Keypad mode overview): Move picture of keypad.
6847
68482005-05-21 Jay Belanger <belanger@truman.edu>
6849
6850 * calc.texi (Storing variables): Mention that only most variables
6851 are void to begin with.
6852
68532005-05-21 Kevin Ryde <user42@zip.com.au>
6854
6855 * widget.texi (Basic Types): Update cross ref from "Enabling
6856 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
6857 lispref/text.texi change.
6858
68592005-05-20 Carsten Dominik <dominik@science.uva.nl>
6860
6861 * org.texi: Version 3.09.
6862
68632005-05-18 Carsten Dominik <dominik@science.uva.nl>
6864
6865 * reftex.texi: Version 4.28.
6866
68672005-05-16 Jay Belanger <belanger@truman.edu>
6868
6869 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
6870
68712005-05-14 Jay Belanger <belanger@truman.edu>
6872
6873 * calc.texi (Default Simplifications): Insert missing ! (logical
6874 not operator).
6875
68762005-05-14 Michael Albinus <michael.albinus@gmx.de>
6877
6878 Sync with Tramp 2.0.49.
6879
68802005-05-10 Jay Belanger <belanger@truman.edu>
6881
6882 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
6883 to 1.
6884
68852005-04-29 Carsten Dominik <dominik@science.uva.nl>
6886
6887 * org.texi: Version 3.08, structure reorganized.
6888
68892005-04-24 Richard M. Stallman <rms@gnu.org>
6890
6891 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
6892
68932005-04-15 Carsten Dominik <dominik@science.uva.nl>
6894
6895 * org.texi: Update to version 3.06.
6896
68972005-04-13 Lute Kamstra <lute@gnu.org>
6898
6899 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
6900
69012005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
6902
6903 * cl.texi (Porting Common Lisp): Fix typo.
6904
69052005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
6906
6907 * gnus.texi (RSS): Addition.
6908
69092005-04-04 Jay Belanger <belanger@truman.edu>
6910
6911 * calc.texi: Change Calc version number.
6912 (Customizable variables): Fix description of calc-language-alist.
6913 (Copying): Put in version 2 of GPL.
6914
69152005-04-01 Jay Belanger <belanger@truman.edu>
6916
6917 * calc.texi (Troubleshooting Commands): Remove comment about
6918 installation.
6919 (Installation): Remove section.
6920 (Customizable Variables): New section.
6921 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
6922 (Graphical Devices): Add references to Customizable Variables.
6923
69242005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
6925
6926 * emacs-mime.texi (Display Customization): Markup fixes.
6927 (rfc2047): Update.
6928
69292005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
6930
6931 * gnus-faq.texi: Replaced with auto-generated version.
6932
69332005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6934
6935 * dired-x.texi (Multiple Dired Directories): default-directory was
6936 renamed to dired-default-directory.
6937
69382005-03-26 Jay Belanger <belanger@truman.edu>
6939
6940 * calc.texi (Simplifying Formulas, Rewrite Rules):
6941 Change description of top and bottom of fraction.
6942 (Modulo Forms): Move description of how to create modulo forms to
6943 earlier in the section.
6944 (Fraction Mode): Suggest using : to get a fraction by dividing.
6945 (Basic Arithmetic): Adjust placement of command name.
6946 (Truncating the Stack): Emphasize that "hidden" entries are still
6947 visible.
6948 (Installation): Move discussion of printing manual to "About This
6949 Manual".
6950 (About This Manual): Mention how to print the manual.
6951 (Reporting Bugs): Remove first person.
6952 (Building Vectors): Add algebraic version of append.
6953 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
6954 (Grouping Digits): Fix typo.
6955
69562005-03-25 Werner Lemberg <wl@gnu.org>
6957
6958 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
6959 Replace `legal' with `valid'.
6960
69612005-03-25 Werner Lemberg <wl@gnu.org>
6962
6963 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
6964
69652005-03-24 Jay Belanger <belanger@truman.edu>
6966
6967 * calc.texi (General Mode Commands)
6968 (Mode Settings in Embedded Mode): Add some explanation of
6969 recording mode settings.
6970
69712005-03-24 Richard M. Stallman <rms@gnu.org>
6972
6973 * calc.texi: Remove praise of non-free software.
6974
6975 * idlwave.texi: Don't say where to get IDL or its non-free manual.
6976 (Installation): Node deleted.
6977
69782005-03-23 Richard M. Stallman <rms@gnu.org>
6979
6980 * url.texi (HTTP language/coding): Improve last change.
6981
69822005-03-22 Jay Belanger <belanger@truman.edu>
6983
6984 * calc.texi (Embedded Mode): Add new information on changing
6985 modes.
6986
69872005-03-20 Michael Albinus <michael.albinus@gmx.de>
6988
6989 Sync with Tramp 2.0.48.
6990
6991 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
6992
6993 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
6994 "GNU/Linux". Change all addresses to .gnu.org.
6995 (Default Method): Offer shortened syntax for "su" and "sudo"
6996 methods.
6997
69982005-03-07 Richard M. Stallman <rms@gnu.org>
6999
7000 * url.texi: Fix usage of "e.g.".
7001 (HTTP language/coding): Explain the rules for these strings.
7002
70032005-03-06 Richard M. Stallman <rms@gnu.org>
7004
7005 * woman.texi (Introduction): Minor cleanups.
7006
7007 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
7008
7009 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
7010 (Installation): Node deleted.
7011
7012 * mh-e.texi (Preface): Get rid of "Emacs 21".
7013
7014 * eshell.texi (Installation): Delete node (for Emacs 20).
7015
70162005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
7017
7018 * flymake.texi: Refill and tweak style in @lisp blocks.
7019
70202005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7021
7022 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
7023
70242005-03-01 Jay Belanger <belanger@truman.edu>
7025
7026 * calc.texi (Trigonometric and Hyperbolic Functions):
7027 Mention additional functions.
7028 (Algebraic Simplifications): Mention additional simplifications.
7029
70302005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
7031
7032 * ses.texi: Add concept/function/variable indices (this work was
7033 donated by Brad Collins <brad@chenla.org>, copyright-assignment
7034 papers on file at FSF).
7035
70362005-02-10 Jay Belanger <belanger@truman.edu>
7037
7038 * calc.texi: Change @LaTeX to La@TeX throughout.
7039 Redefine @expr as @math for TeX output.
7040 Redefine @texline as a no-op for TeX output.
7041 Define @tfn, replace @t by @tfn throughout.
7042
70432005-02-09 Jay Belanger <belanger@truman.edu>
7044
7045 * calc.texi: Add macro for LaTeX for info output.
7046
70472005-02-08 Kim F. Storm <storm@cua.dk>
7048
7049 * texinfo.tex (LaTex): Add def.
7050
70512005-02-06 Jay Belanger <belanger@truman.edu>
7052
7053 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
7054 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
7055 throughout manual.
7056
70572005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7058
7059 * gnus.texi: Some edits based on comments from David Abrahams.
7060
70612005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
7062
7063 * gnus.texi (RSS): Fix the keystroke.
7064
70652005-01-24 David Kastrup <dak@gnu.org>
7066
7067 * faq.texi: Update AUCTeX version info.
7068
70692005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
7070
7071 * gnus-faq.texi ([4.1]): Typo.
7072
70732005-01-19 Jay Belanger <belanger@truman.edu>
7074
7075 * calc.texi (Keep Arguments): Mention that keeping arguments
7076 doesn't work with keyboard macros.
7077
70782005-01-16 Richard M. Stallman <rms@gnu.org>
7079
7080 * autotype.texi (Autoinserting): Fix small error.
7081
70822005-01-16 Michael Albinus <michael.albinus@gmx.de>
7083
7084 Sync with Tramp 2.0.47.
7085
7086 * tramp.texi (Compilation): New section, describing compilation of
7087 remote files.
7088
70892005-01-11 Kim F. Storm <storm@cua.dk>
7090
7091 * widget.texi (Basic Types): Add :follow-link keyword.
7092
70932005-01-09 Jay Belanger <belanger@truman.edu>
7094
7095 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
7096
70972005-01-08 Jay Belanger <belanger@truman.edu>
7098
7099 * calc.texi: Change throughout to reflect new default value of
7100 calc-settings-file.
7101
71022005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7103
7104 * message.texi (Reply): `message-reply-to-function' should return
7105 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
7106
71072005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
7108
7109 * faq.texi (Changing load-path): Fix typo.
7110
71112005-01-05 Jay Belanger <belanger@truman.edu>
7112
7113 * calc.texi (Programming Tutorial): Replace kbd command by
7114 appropriate characters for a keyboard macro.
7115
71162005-01-04 Jay Belanger <belanger@truman.edu>
7117
7118 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
7119 for Lucid Emacs.
7120 (Programming Tutorial): Mention that the user needs to be in the
7121 right mode to compute some functions.
7122
71232005-01-04 Jay Belanger <belanger@truman.edu>
7124
7125 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
7126 no longer applicable.
7127
71282005-01-01 Jay Belanger <belanger@truman.edu>
7129
0c7efc08 7130 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
7131 edit keyboard macros to match current behavior.
7132
71332004-12-31 Jay Belanger <belanger@truman.edu>
7134
7135 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
7136
71372004-12-20 Jay Belanger <belanger@truman.edu>
7138
7139 * calc.texi (Types Tutorial): Emphasize that you can't divide by
7140 zero.
7141
71422004-12-17 Luc Teirlinck <teirllm@auburn.edu>
7143
7144 * cc-mode.texi (Text Filling and Line Breaking): Put period after
7145 @xref.
7146 (Font Locking): Avoid @strong{Note:}.
7147
71482004-12-17 Michael Albinus <michael.albinus@gmx.de>
7149
7150 Sync with Tramp 2.0.46.
7151
7152 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
7153
71542004-12-16 Luc Teirlinck <teirllm@auburn.edu>
7155
7156 * url.texi: Correct typos.
7157 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 7158 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
7159 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
7160 (Dealing with HTTP documents): @inforef->@xref.
7161
71622004-12-15 Jay Belanger <belanger@truman.edu>
7163
7164 * calc.texi: Consistently capitalized all mode names.
7165 (Answers to Exercises): Mention that an answer can be a fraction
7166 when in Fraction mode.
7167
71682004-12-13 Jay Belanger <belanger@truman.edu>
7169
7170 * calc.texi: Fix some TeX definitions.
7171
71722004-12-09 Luc Teirlinck <teirllm@auburn.edu>
7173
7174 * reftex.texi (Imprint): Remove erroneous @value's.
7175
71762004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7177
7178 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
7179 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
7180
71812004-12-08 Jay Belanger <belanger@truman.edu>
7182
7183 * calc.texi (Starting Calc): Remove comment about installation.
7184 (Keypad Mode Overview): Remove comment about Emacs 19 support.
7185
71862004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7187
7188 * url.texi: Update @setfilename.
7189 (Getting Started): No need to worry about Gnus versions.
7190 (Dealing with HTTP documents): Use @inforef.
7191
7192 * org.texi: Fix @direntry file name.
7193
71942004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7195
7196 * url.texi: New file.
7197
7198 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
7199
72002004-12-06 Jay Belanger <belanger@truman.edu>
7201
7202 * calc.texi (Using Calc): Remove paragraph about installation.
7203
72042004-12-06 Jay Belanger <belanger@truman.edu>
7205
7206 * calc.texi: Use more Texinfo macros and less TeX defs.
7207 Remove @refill's.
7208
72092004-12-06 Richard M. Stallman <rms@gnu.org>
7210
7211 * org.texi: New file.
7212
72132004-12-05 Richard M. Stallman <rms@gnu.org>
7214
7215 * Makefile.in (org.dvi, ../info/org): New targets.
7216 (INFO_TARGETS): Add ../info/org.
7217 (DVI_TARGETS): Add org.dvi.
7218 (maintainer-clean): Remove the info files in the info dir.
7219
72202004-11-26 Eli Zaretskii <eliz@gnu.org>
7221
7222 * idlwave.texi: Fix the setfilename directive to put the produced
7223 file in ../info.
7224 (Continued Statement Indentation): Resurrect Jan D.'s change from
7225 2004-11-03 that was lost when a newer version of idlwave.texi was
7226 imported.
7227
72282004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
7229
0c7efc08 7230 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 7231
0c7efc08
SM
7232 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
7233 Index `spam-initialize'.
2de53ca6
GM
7234
72352004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
7236
7237 * message.texi (Various Message Variables): Mention that all mail
7238 file variables are derived from `message-directory'.
7239
7240 * gnus.texi (Splitting Mail): Clarify bogus group.
7241
72422004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7243
0c7efc08
SM
7244 * emacs-mime.texi (Encoding Customization):
7245 Fix mm-coding-system-priorities entry.
2de53ca6 7246
c8763fb6 72472004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
7248
7249 * idlwave.texi (Continued Statement Indentation):
7250 * reftex.texi (Options (Index Support)):
7251 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
7252 * speedbar.texi (Creating a display, Major Display Modes):
7253 Replace non-nil with non-@code{nil}.
2de53ca6
GM
7254
72552004-10-21 Jay Belanger <belanger@truman.edu>
7256
0c7efc08 7257 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
7258
72592004-10-18 Luc Teirlinck <teirllm@auburn.edu>
7260
7261 * calc.texi (Reporting Bugs): Double up `@'.
7262
72632004-10-18 Jay Belanger <belanger@truman.edu>
7264
0c7efc08 7265 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
7266 should be sent to.
7267
72682004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
7269
7270 * gnus.texi (New Features): Add 5.11.
7271
7272 * message.texi (Resending): Remove wrong default value.
7273
7274 * gnus.texi (Mail Source Specifiers): Describe possible problems
7275 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
7276 `pop3-leave-mail-on-server' to the index.
7277
72782004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
7279
7280 * message.texi (Canceling News): Add how to set a password.
7281
72822004-10-12 Jay Belanger <belanger@truman.edu>
7283
0c7efc08 7284 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
7285 calc-describe-function and calc-describe-variable to match their
7286 current behavior.
7287
72882004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
7289
7290 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
7291
72922004-10-12 Michael Albinus <michael.albinus@gmx.de>
7293
7294 Sync with Tramp 2.0.45.
7295
7296 * tramp.texi (Frequently Asked Questions): Comment paragraph about
7297 plink link. The URL is outdated. Originator contacted for
7298 clarification.
7299
73002004-10-10 Juri Linkov <juri@jurta.org>
7301
7302 * gnus.texi (Top, Marking Articles): Join two menus in one node
7303 because a node can have only one menu.
7304
73052004-10-09 Juri Linkov <juri@jurta.org>
7306
7307 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
7308 example of nnmail-split-fancy.
7309
73102004-10-06 Karl Berry <karl@gnu.org>
7311
7312 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
7313 consistency with other uses of dashes.
7314
73152004-10-05 Karl Berry <karl@gnu.org>
7316
7317 * info.texi: Consistently use --- throughout, periods at end of
7318 menu descriptions, and a couple typos.
7319
73202004-09-26 Jesper Harder <harder@ifa.au.dk>
7321
7322 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
7323 * pgg.texi (User Commands, Backend methods): Do.
7324 * gnus.texi: Markup fixes.
7325 (Setting Process Marks): Fix `M P a' entry.
7326 * emacs-mime.texi: Fixes.
7327
73282004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
7329
7330 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
7331 again.
7332 Use 5.10 instead of 5.10.0.
7333
73342004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7335
7336 * gnus.texi (Summary Mail Commands): S D e.
7337
73382004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
7339
7340 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
7341 the gnus-article-mode-line-format section.
7342
73432004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
7344
7345 * gnus.texi (Various Summary Stuff): Fix the documentation for
7346 gnus-newsgroup-variables.
7347
73482004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
7349
0c7efc08
SM
7350 * gnus.texi (MIME Commands):
7351 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
7352 gnus-mime-display-multipart-alternative-as-mixed,
7353 gnus-mime-display-multipart-related-as-mixed.
7354 (Mail Source Customization): Clarify `mail-source-directory'.
7355 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 7356 (SpamOracle): Fix typo.
2de53ca6
GM
7357
7358 * gnus-faq.texi: Untabify.
7359 ([6.3]): nnir.el is in contrib directory.
7360
7361 * message.texi (News Headers): Clarify how a unique ID is created.
7362
0c7efc08
SM
7363 * gnus.texi (Batching Agents): Fix typo in example.
7364 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 7365
b2abec73 73662004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 7367
0c7efc08 7368 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
7369
73702004-09-20 Florian Weimer <fw@deneb.enyo.de>
7371
7372 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
7373
73742004-09-22 Jay Belanger <belanger@truman.edu>
7375
0c7efc08 7376 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
7377 might be hidden during part of the session.
7378
73792004-09-20 Jay Belanger <belanger@truman.edu>
7380
7381 * calc.texi (Notations Used in This Manual): Put in an earlier
7382 mention that DEL could be called Backspace.
7383
73842004-09-10 Simon Josefsson <jas@extundo.com>
7385
7386 * gnus.texi (IMAP): Add example. Suggested and partially written
7387 by Steinar Bang <sb@dod.no>.
7388
73892004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7390
7391 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
7392 netrc syntax.
7393
73942004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7395
b2abec73
JB
7396 * gnus.texi (Spam ELisp Package Sequence of Events):
7397 Some clarifications.
2de53ca6
GM
7398 (Spam ELisp Package Global Variables): More clarifications.
7399
74002004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7401
7402 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
7403 Mention spam-split does not modify incoming mail.
7404
74052004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7406
7407 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
7408
74092004-09-10 Eli Zaretskii <eliz@gnu.org>
7410
7411 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
7412
74132004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
7414
7415 * makefile.w32-in (sieve, pgg): Use $(infodir).
7416
74172004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
7418
7419 * makefile.w32-in: Fix PGG and Sieve entries.
7420
74212004-08-28 Eli Zaretskii <eliz@gnu.org>
7422
7423 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
7424 Emacs and related programs.
7425
74262004-08-27 Richard M. Stallman <rms@gnu.org>
7427
7428 * faq.texi: Fix texinfo usage, esp. doublequotes.
7429 (Difference between Emacs and XEmacs): Some clarification.
7430
7431 * faq.texi (Difference between Emacs and XEmacs):
7432 Explain not to contrast XEmacs with GNU Emacs.
7433
74342004-08-26 Richard M. Stallman <rms@gnu.org>
7435
7436 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
7437
74382004-08-22 David Kastrup <dak@gnu.org>
7439
7440 * reftex.texi (AUCTeX): Update links, section name.
7441
7442 * faq.texi (Calc): Update availability (included in 22.1).
7443 (AUCTeX): Update availability, information, versions, description.
7444
74452004-08-14 Eli Zaretskii <eliz@gnu.org>
7446
7447 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
7448
74492004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
7450
7451 * cc-mode.texi: Various updates for CC Mode 5.30.9.
7452
74532004-08-10 Michael Albinus <michael.albinus@gmx.de>
7454
7455 Sync with Tramp 2.0.44.
7456
74572004-08-05 Lars Hansen <larsh@math.ku.dk>
7458
7459 * widget.texi (User Interface): Update how to separate the
7460 editable field of an editable-field widget from other widgets.
7461 (Programming Example): Add text after field.
7462
74632004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
7464
7465 * emacs-mime.texi (Encoding Customization): Add a note to the
7466 mm-content-transfer-encoding-defaults entry.
7467 (rfc2047): Update.
7468
0c7efc08
SM
7469 * gnus.texi (Article Highlighting):
7470 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
7471 (POP before SMTP): New node.
7472 (Posting Styles): Addition.
7473 (Splitting Mail): Add nnmail-split-lowercase-expanded.
7474 (Fancy Mail Splitting): Ditto.
7475 (X-Face): Add gnus-x-face.
7476
74772004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
7478
7479 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
7480 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
7481
74822004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
7483
0c7efc08
SM
7484 * gnus.texi (Mail Source Specifiers):
7485 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
7486
74872004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
7488
7489 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
7490
7491 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
7492 repository. Change setfilename.
7493
7494 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
7495
74962004-07-02 Juri Linkov <juri@jurta.org>
7497
7498 * pcl-cvs.texi (Viewing differences): Add `d r'.
7499
75002004-06-29 Jesper Harder <harder@ifa.au.dk>
7501
7502 * ses.texi, viper.texi, flymake.texi, faq.texi:
7503 * eshell.texi, ediff.texi: Markup fixes.
7504
75052004-06-21 Karl Berry <karl@gnu.org>
7506
7507 * info.texi (Top): Mention that only Emacs has mouse support.
7508 (Getting Started): Mention this in a few other places.
7509
75102004-06-13 Luc Teirlinck <teirllm@auburn.edu>
7511
0c7efc08
SM
7512 * autotype.texi (Copyrights, Timestamps):
7513 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
7514
75152004-06-13 Lars Hansen <larsh@math.ku.dk>
7516
7517 * dired-x.texi (dired-mark-omitted): Update keybinding.
7518
75192004-06-10 Kim F. Storm <storm@cua.dk>
7520
7521 * pcl-cvs.texi (Viewing differences): Add 'd y'.
7522
75232004-06-05 Lars Hansen <larsh@math.ku.dk>
7524
7525 * dired-x.texi (variable dired-omit-mode): Rename from
7526 dired-omit-files-p.
7527 (function dired-omit-mode): Rename from dired-omit-toggle.
7528 Call dired-omit-mode rather than set dired-omit-files-p.
7529 (dired-mark-omitted): Describe command.
7530
75312004-05-29 Michael Albinus <michael.albinus@gmx.de>
7532
7533 Version 2.0.41 of Tramp released.
7534
75352004-05-29 Juanma Barranquero <lektu@terra.es>
7536
7537 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
7538 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
7539
75402004-05-29 Richard M. Stallman <rms@gnu.org>
7541
7542 * cl.texi (Top): Call this chapter `Introduction'.
7543 (Overview): In TeX, no section heading here.
7544
7545 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
7546
75472004-05-29 Eli Zaretskii <eliz@gnu.org>
7548
7549 * Makefile.in (../info/flymake, flymake.dvi): New targets.
7550 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
7551
75522004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
7553
7554 * flymake.texi: New file.
7555
75562004-05-28 Simon Josefsson <jas@extundo.com>
7557
7558 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
7559
b344d29d 75602004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
7561
7562 Version 2.0.40 of Tramp released.
7563
75642004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
7565
7566 Complete rework, based on review by Karl Berry <karl@gnu.org>.
7567
7568 * tramp.texi (Auto-save and Backup): Explain exploitation of new
7569 variables `tramp-backup-directory-alist' and
7570 `tramp-bkup-backup-directory-info'.
7571 (Overview, Connection types)
7572 (External transfer methods, Default Method)
7573 (Windows setup hints): Remove restriction of password entering
7574 with external methods.
7575 (Auto-save and Backup): Make file name example
7576 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
7577 and `auto-save-directory' must be used.
7578 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
7579 only "NT"). Remove doubled entry "What kinds of systems does
7580 @tramp{} work on".
7581 (tramp): Macro removed.
7582 (Obtaining Tramp): Flag removed from title.
7583 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
7584 and `trampver' used properly. Flag `tramp-inst' replaced by
7585 `installchapter'. Installation related text adapted.
7586
75872004-04-28 Masatake YAMATO <jet@gyve.org>
7588
7589 * widget.texi (Programming Example): Remove overlays.
7590
75912004-04-27 Jesper Harder <harder@ifa.au.dk>
7592
7593 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
7594
75952004-04-23 Juanma Barranquero <lektu@terra.es>
7596
7597 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7598
75992004-04-05 Jesper Harder <harder@ifa.au.dk>
7600
7601 * info.texi (Info Search): Add info-apropos.
7602
76032004-03-22 Juri Linkov <juri@jurta.org>
7604
7605 * faq.texi: Fix help key bindings.
7606
76072004-03-17 Luc Teirlinck <teirllm@auburn.edu>
7608
7609 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
7610 (as suggested by Karl Berry). Update information about colored
7611 stars in menus. Add new subheading describing M-n.
7612
76132004-03-12 Richard M. Stallman <rms@gnu.org>
7614
7615 * cl.texi (Top): Rename top node's title.
7616
76172004-03-08 Karl Berry <karl@gnu.org>
7618
7619 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
7620 problems making the texinfo distribution.
7621
76222004-02-29 Simon Josefsson <jas@extundo.com>
7623
0c7efc08 7624 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
7625 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
7626 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
7627 <voegelas@gmx.net>.
7628
76292004-02-29 Juanma Barranquero <lektu@terra.es>
7630
7631 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
7632 Use $(DEL) instead of rm, and ignore exit code.
7633
b344d29d 76342004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
7635
7636 Tramp version 2.0.39 released.
7637
76382004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
7639
7640 * tramp.texi (Customizing Completion): Explain new functions
7641 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
7642 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
7643 (Top): Refer to Savannah mailing list as the major one.
7644 Mention older mailing lists in HTML mode only.
2de53ca6
GM
7645 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
7646 (Frequently Asked Questions): Remote hosts must not be Unix-like
7647 for "smb" method.
7648 (Password caching): New node.
7649 (External transfer methods): Refer to password caching for "smb"
7650 method.
7651
76522004-02-17 Karl Berry <karl@gnu.org>
7653
7654 * info.texi (Help-Int): Mention the new line number feature.
7655
76562004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
7657
7658 * ses.texi (Advanced Features): New functionality for
7659 ses-set-header-row (defaults to current row unless C-u used).
7660 (Acknowledgements): Add Stefan Monnier.
7661
76622003-12-29 Kevin Ryde <user42@zip.com.au>
7663
7664 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
7665
b344d29d 76662003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
7667
7668 Tramp version 2.0.38 released.
7669
7670 * tramp.texi (Remote shell setup): Warn of environment variables
7671 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
7672 <sven.gabriel@imk.fzk.de>.
7673 (Configuration): Tramp now chooses base64/uuencode
7674 automatically. Update wording accordingly.
7675 (Top): More description for the `Default Method' menu entry.
7676 (Default Method): Use @code, not @var, for Lisp variables.
7677 (Default Method): New subsection `Which method is the right one
7678 for me?' Suggested by Christian Kirsch.
7679 (Configuration): Pointer to new subsection added.
7680 (Default Method): Too many "use" in one sentence.
7681 Rephrase. Reported by Christian Kirsch.
7682 (Filename Syntax): Old `su' example is probably a left-over from
7683 the sm/su method naming. Replace with `ssh', instead.
7684 (External transfer methods, Auto-save and Backup):
7685 Typo fixes.
7686
76872003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
7688
183080b6 7689 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
7690 (Top): Mention japanese manual only if flag `jamanual' is set.
7691 Insert section `Japanese manual' in menu.
7692
76932003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7694
7695 * eshell.texi (Known Problems): Add doc item.
7696
76972003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7698
7699 * cc-mode.texi: Update for CC Mode 5.30.
7700
7701 Note: Please refrain from doing purely cosmetic changes like
7702 removing trailing whitespace in this manual; it clobbers cvs
7703 merging for no good reason.
7704
77052003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
7706
7707 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
7708 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
7709 @acronym{ASCII}.
7710
77112003-10-26 Karl Berry <karl@gnu.org>
7712
7713 * info.texi (Info Search): Echo area, not echo are. From Debian
7714 diff.
7715
77162003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
7717
10d1d0af 7718 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
7719 :buttons and :children keywords.
7720
77212003-10-22 Miles Bader <miles@gnu.org>
7722
7723 * Makefile.in (info): Move before $(top_srcdir)/info.
7724
77252003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
7726
7727 * tramp.texi (Inline methods): Small grammar fix.
7728 (External transfer methods): Likewise.
7729
77302003-10-08 Nick Roberts <nick@nick.uklinux.net>
7731
7732 * speedbar.texi: Remove paragraph for GUD that is no longer true.
7733
77342003-10-06 Luc Teirlinck <teirllm@auburn.edu>
7735
7736 * texinfo.tex: Replace `%' in arch tagline by @ignore.
7737
77382003-09-30 Richard M. Stallman <rms@gnu.org>
7739
7740 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
7741
7742 * widget.texi (User Interface): Fix typos.
7743
7744 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
7745
77462003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
7747
7748 * pcl-cvs.texi (Selected Files): Fix typo.
7749
77502003-09-21 Karl Berry <karl@gnu.org>
7751
7752 * info.texi (] and [ commands): No period at end of section title.
7753
77542003-09-04 Miles Bader <miles@gnu.org>
7755
7756 * Makefile.in (top_srcdir): New variable.
7757 ($(top_srcdir)/info): New rule.
7758 (info): Depend on it.
7759
77602003-09-03 Peter Runestig <peter@runestig.com>
7761
7762 * makefile.w32-in: New file.
7763
77642003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
7765
7766 * widget.texi (User Interface): Explain the need of static text
7767 around an editable field.
7768
77692003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
7770
7771 * widget.texi (Basic Types): The argument to `:help-echo' can now
7772 be a form that evaluates to a string.
7773
77742003-08-18 Kim F. Storm <storm@cua.dk>
7775
7776 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
7777
77782003-08-16 Richard M. Stallman <rms@gnu.org>
7779
7780 * dired-x.texi (Shell Command Guessing): Explain *.
7781
77822003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
7783
7784 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
7785 log-edit-insert-changelog.
7786
77872003-08-03 Karl Berry <karl@gnu.org>
7788
7789 * info.texi: Need @contents.
7790
c8763fb6 77912003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
7792
7793 Tramp version 2.0.36 released.
7794
7795 * tramp.texi (Remote shell setup): Explain about problems with
7796 non-Bourne commands in ~/.profile and ~/.shrc.
7797
77982003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
7799
7800 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
7801 renaming of `vis-mode' to `visible-mode'.
7802
78032003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
7804
7805 * info.texi (Top, Help-Small-Screen): Remove accidentally added
7806 next, prev and up pointers.
7807
78082003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
7809
7810 * info.texi (Help): Mention existence of Emacs and stand-alone
7811 Info at the very beginning of the tutorial.
7812 (Help-Inv): New node.
7813 (Help-]): New node.
7814 (Help-M): Systematically point out the differences between default
7815 Emacs and stand-alone versions. Delete second menu.
7816 (Help-Xref): Systematically point out the differences between
7817 default Emacs and stand-alone versions.
7818 (Help-Int): Change `l' example.
7819 (Expert Info): Fix typos.
7820 (Emacs Info Variables): Mention `Info-hide-note-references' and
7821 new default for `Info-scroll-prefer-subnodes'.
7822
c8763fb6 78232003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
7824
7825 Version 2.0.35 of Tramp released.
7826
7827 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
7828 (Inline methods): Add methods `remsh' and `plink1'.
7829 (External transfer methods): Add method `remcp'.
7830 (Multi-hop Methods): Add method `remsh'.
7831 Small patch from Adrian Aichner <adrian@xemacs.org>:
7832 Fix minor typos.
0c7efc08 7833 (Concept Index): Add to make manual searchable via
2de53ca6
GM
7834 `Info-index'.
7835 (Version Control): Add cindex entry.
7836
c8763fb6 78372003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
7838
7839 * trampver.texi: Version 2.0.34 released.
7840
78412003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7842
7843 * faq.texi: Improve previous changes.
7844
78452003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
7846
7847 * faq.texi: Update copyright and maintenance details.
7848 Update some package URLs, versions, and maintainers.
7849 Remove many references to the Emacs Lisp Archive.
7850
78512003-04-23 Simon Josefsson <jas@extundo.com>
7852
7853 * smtpmail.texi: Fix license (the invariant sections mentioned has
7854 never been part of the smtp manual). Align info dir entry with
7855 other emacs packages.
7856
78572003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
7858
7859 * tramp.texi: Version 2.0.33 released.
7860 Remove installation chapter. Remove XEmacs specifics.
7861
78622003-03-29 Richard M. Stallman <rms@gnu.org>
7863
7864 * tramp.texi (Top): Undo the previous renaming.
7865 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
7866
c8763fb6 78672003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
7868
7869 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
7870 version of manual.
7871
7872 * tramp.texi (Auto-save and Backup): New node.
7873
78742003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
7875
7876 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
7877 Emacs" in order to have better differentiation to "XEmacs".
7878 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
7879 are new macros in order to point to the other Emacs flavor where
7880 appropriate. In info case, point to node `Installation' in order
7881 to explain how to generate the other way. In html case, make a
7882 link to the other html file.
0c7efc08 7883 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
7884 after CVS checkout/update.
7885 (Installation): Completely rewritten.
7886 (Installation parameters, Load paths): New sections under
7887 `Installation'.
7888
c8763fb6 78892003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
7890
7891 * tramp.texi: Version 2.0.30 released.
7892 Replace word "path" with "localname" where used as a component of
7893 a Tramp file name.
7894
78952003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
7896
7897 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
7898 introduced.
7899 (Installation): Explain what to do if files from the tramp/contrib
7900 directory are needed.
7901
79022003-02-23 Alex Schroeder <alex@emacswiki.org>
7903
7904 * smtpmail.texi (How Mail Works): New.
7905
79062003-02-22 Alex Schroeder <alex@emacswiki.org>
7907
7908 * smtpmail.texi: New file.
7909
7910 * Makefile.in: Build SMTP manual.
7911
c8763fb6 79122003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
7913
7914 * tramp.texi: Version 2.0.29 released.
7915 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
7916 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
7917
79182003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
7919
7920 * tramp.texi (Frequently Asked Questions): Explain a workaround if
7921 another package loads accidently Ange-FTP.
7922
79232003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
7924
7925 * tramp.texi (Customizing Completion): Add function
7926 `tramp-parse-sconfig'. Change example of
7927 `tramp-set-completion-function', because parsing of ssh config
7928 files looks more natural.
7929
79302003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
7931
7932 * gnus.texi: Do not use `path' in several locations.
7933
c8763fb6 79342002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 7935
0c7efc08
SM
7936 * tramp.texi (External transfer methods): New method `smb'.
7937 From Michael Albinus.
2de53ca6
GM
7938
79392002-11-05 Karl Berry <karl@gnu.org>
7940
7941 * info.texi (Info-fontify): Reorder face list to avoid bad line
7942 breaks.
7943
c8763fb6 79442002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 7945
0c7efc08
SM
7946 * tramp.texi: Move @copying to standard place.
7947 Use @insertcopying.
2de53ca6
GM
7948
79492002-10-02 Karl Berry <karl@gnu.org>
7950
7951 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
7952 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
7953 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
7954 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
7955 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
7956 Per rms, update all manuals to use @copying instead of @ifinfo.
7957 Also use @ifnottex instead of @ifinfo around the top node, where
7958 needed for the sake of the HTML output.
7959 (The Gnus manual is not fixed since it's not clear to me how it
7960 works; and the Tramp manual already uses @copying, although in an
7961 unusual way. All others were changed.)
7962
79632002-09-10 Jonathan Yavner <jyavner@engineer.com>
7964
7965 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
7966 (../info/ses, ses.dvi): New targets.
7967 * ses.texi: New file.
7968
c8763fb6 79692002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
7970
7971 * texinfo.tex: Update to texinfo 4.2.
7972
79732002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
7974
7975 * reftex.texi: Update to RefTeX 4.19.
7976
c8763fb6 79772002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
7978
7979 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
7980 (../info/tramp, tramp.dvi): New targets.
7981
79822002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
7983
7984 * Makefile.in (DVI_TARGETS): Add calc.dvi.
7985 (calc.dvi): Uncomment.
7986
79872001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
7988
7989 * Makefile.in (INFO_TARGETS): Add ../info/calc.
7990 (../info/calc): New target.
7991
79922001-10-20 Gerd Moellmann <gerd@gnu.org>
7993
7994 * (Version 21.1 released.)
7995
79962001-10-05 Gerd Moellmann <gerd@gnu.org>
7997
7998 * Branch for 21.1.
7999
80002001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8001
8002 * Makefile.in (../info/info): Use an explicit -o switch to
8003 makeinfo.
8004
80052001-03-05 Gerd Moellmann <gerd@gnu.org>
8006
8007 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
8008
80092000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
8010
8011 * Makefile.in (../info/idlwave): Use --no-split.
8012
80132000-12-14 Dave Love <fx@gnu.org>
8014
c4cc8b9a 8015 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
8016 (gnus.dvi): Change rule to remove @latex stuff.
8017
80182000-10-19 Eric M. Ludlam <zappo@ultranet.com>
8019
8020 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
8021
80222000-10-13 John Wiegley <johnw@gnu.org>
8023
8024 * Makefile.in: Add build targets for eshell.texi.
8025
80262000-09-25 Gerd Moellmann <gerd@gnu.org>
8027
8028 * Makefile.in: Remove/comment speedbar stuff.
8029
80302000-09-22 Dave Love <fx@gnu.org>
8031
8032 * Makefile.in: Add emacs-mime.
8033
80342000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8035
8036 * Makefile.in (INFO_TARGETS): Add ../info/woman.
8037 (DVI_TARGETS): Add woman.dvi.
8038 (../info/woman, woman.dvi): New targets.
8039
80402000-05-31 Stefan Monnier <monnier@cs.yale.edu>
8041
8042 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
8043
8044 * pcl-cvs.texi: New file.
8045 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
8046 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
8047
80482000-05-11 Gerd Moellmann <gerd@gnu.org>
8049
8050 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
8051 (../info/ebrowse, ebrowse.dvi): New targets.
8052
80532000-01-13 Gerd Moellmann <gerd@gnu.org>
8054
8055 * Makefile.in (INFO_TARGETS): Add eudc.
8056 (DVI_TARGETS): Add eudc.dvi.
8057 (../info/eudc, eudc.dvi): New targets.
8058
80592000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
8060
8061 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
8062 compatibility with 8+3 filesystems).
8063 (../info/efaq): Rename from emacs-faq.
8064
80652000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
8066
8067 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
8068 (../info/idlwave, idlwave.dvi): New targets.
8069
80701999-10-23 Dave Love <fx@gnu.org>
8071
8072 * Makefile.in: Use autotype.texi.
8073
80741999-10-12 Stefan Monnier <monnier@cs.yale.edu>
8075
8076 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
8077 faq.texi file) rather than ../info/faq.
8078
80791999-10-07 Gerd Moellmann <gerd@gnu.org>
8080
8081 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
8082 (../info/ada-mode, ada-mode.dvi): New targets.
8083
80841999-09-01 Dave Love <fx@gnu.org>
8085
8086 * Makefile.in: Add faq.
8087
80881999-07-12 Richard Stallman <rms@gnu.org>
8089
8090 * Version 20.4 released.
8091
80921998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8093
8094 * Version 20.3 released.
8095
80961998-04-06 Andreas Schwab <schwab@gnu.org>
8097
768c0c0f
JB
8098 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
8099 Use it in dvi targets.
2de53ca6
GM
8100 (../etc/GNU): Change to $(srcdir) first.
8101
81021998-03-11 Carsten Dominik <cd@delysid.gnu.org>
8103
8104 * reftex.texi: Update for RefTeX version 3.22.
8105
81061998-02-08 Richard Stallman <rms@psilocin.gnu.org>
8107
8108 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
8109 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
8110
81111997-09-23 Paul Eggert <eggert@twinsun.com>
8112
8113 * Makefile.in: Merge changes mistakenly made to `Makefile'.
8114 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
8115
81161997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8117
8118 * Version 20.2 released.
8119
81201997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8121
8122 * Version 20.1 released.
8123
81241997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8125
8126 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
8127
81281996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8129
8130 * Version 19.33 released.
8131
81321996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8133
8134 * Version 19.32 released.
8135
81361996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
8137
8138 * Makefile.in: Add rules for the Message manual.
8139
81401996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
8141
8142 * gnus.texi: New version.
8143
8144 * message.texi: New manual.
8145
81461996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8147
8148 * Makefile.in (All info targets): cd $(srcdir) to do the work.
8149
81501996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8151
8152 * Makefile.in (All info targets): Specify $(srcdir) in input files.
8153 Specify -I option.
8154 (All dvi targets): Set the TEXINPUTS variable.
8155
81561996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8157
8158 * Version 19.31 released.
8159
81601996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8161
8162 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
8163 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
8164
81651995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8166
8167 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
8168 (INFO_TARGETS): Add ../info/cc-mode.
8169 (DVI_TARGETS): Add cc-mode.dvi.
8170
2de53ca6
GM
81711995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8172
8173 * Version 19.30 released.
8174
81751995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
8176
8177 * gnus.texi: New file.
8178
81791995-11-04 Erik Naggum <erik@naggum.no>
8180
8181 * gnus.texi: File deleted.
8182
81831995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
8184
8185 * mh-e.texi: "Function Index" -> "Command Index" to work with
8186 Emacs 19.30 C-h C-k support of separately-documented commands.
8187
81881995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8189
8190 * Makefile.in (../info/ediff, ediff.dvi): New targets.
8191 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
8192
81931995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8194
8195 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
8196 (../info/viper, viper.dvi): New targets.
8197
81981995-04-20 Kevin Rodgers <kevinr@ihs.com>
8199
8200 * dired-x.texi (Installation): Change the example to set
8201 buffer-local variables like dired-omit-files-p in
8202 dired-mode-hook.
8203
82041995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8205
8206 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
8207 (../info/mh-e, mh-e.dvi): New targets.
8208
82091995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8210
8211 * Makefile.in (maintainer-clean): Rename from realclean.
8212
82131994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8214
8215 * Makefile.in: New file.
8216 * Makefile: File deleted.
8217
82181994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8219
8220 * Makefile (TEXINDEX_OBJS): Variable deleted.
8221 (texindex, texindex.o, getopt.o): Rules deleted.
8222 All deps on texindex deleted.
8223 (distclean): Don't delete texindex.
8224 (mostlyclean): Don't delete *.o.
8225 * texindex.c, getopt.c: Files deleted.
8226
82271994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8228
8229 * Version 19.26 released.
8230
82311994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8232
8233 * Version 19.25 released.
8234
82351994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8236
8237 * Version 19.24 released.
8238
82391994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8240
8241 * Version 19.23 released.
8242
82431994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8244
8245 * Makefile: Delete spurious tab.
8246
82471994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8248
8249 * Makefile (.SUFFIXES): New rule.
8250
82511994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8252
8253 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
8254 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
8255
82561994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8257
8258 * Makefile (../info/sc): Rename from sc.info.
8259 (../info/cl): Likewise.
8260 (INFO_TARGETS): Use new names.
8261
82621993-12-04 Richard Stallman (rms@srarc2)
8263
8264 * getopt.c: New file.
8265 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
8266 (getopt.o): New rule.
8267 (dvi): Don't depend on texindex.
8268 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
8269 Depend on texindex.
8270
82711993-12-03 Richard Stallman (rms@srarc2)
8272
8273 * Makefile (../info/sc.info): Rename from ../info/sc.
8274 (TEXI2DVI): New variable.
8275 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
8276 Add explicit commands.
8277 (TEXINDEX_OBJS): Delete duplicate getopt.o.
8278
82791993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8280
8281 * Version 19.22 released.
8282
82831993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8284
8285 * Makefile (TEXINDEX_OBJS): Delete spurious period.
8286
82871993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8288
8289 * Version 19.21 released.
8290
82911993-11-15 Paul Eggert (eggert@twinsun.com)
8292
8293 * man/Makefile (../info/cl.info): Rename from ../info/cl.
8294
82951993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8296
8297 * Makefile (../etc/GNU): New target.
8298 (EMACSSOURCES): Add gnu1.texi.
8299
83001993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8301
8302 * Makefile (realclean): Don't delete the Info files.
8303
f0131492 83041993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
8305
8306 * forms.texi: Fix forms.texi so that it will format correctly.
8307 Add missing `@end iftex', fix bad reference.
8308
8309 * info.texi, info-stn.texi: New files implement texinfo version of
8310 `info' file.
8311
f0131492 83121993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
8313
8314 * Makefile: Fix targets for texindex, new info.texi files.
8315 * info-stnd.texi: New file implements info for standalone info
8316 reader.
8317 * info.texi: Update to include recent changes to "../info/info".
8318 New source file for ../info/info; includes info-stnd.texi.
8319
8320 * texindex.c: Include "../src/config.h" if building in emacs.
8321
8322 * Makefile: Change all files to FILENAME.texi, force all targets
8323 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
8324 vip.texinfo, forms.texinfo, cl.texinfo.
8325 Add target to build texindex.c, defining `emacs'.
8326
8327 * forms.texi: Install new file to match version 2.3 of forms.el.
8328
83291993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8330
8331 * Version 19.19 released.
8332
83331993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
8334
8335 * sc.texinfo: Fix info file name.
8336
8337 * Makefile (info): Add gnus and sc.
8338 (dvi): Add gnus.dvi and sc.dvi.
8339 (../info/sc, sc.dvi): New targets.
8340
83411993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8342
8343 * Version 19.18 released.
8344
83451993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8346
8347 * Makefile: Fix source file names of the separate manuals.
8348 (gnus.dvi, ../info/gnus): New targets.
8349
83501993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8351
8352 * Version 19.17 released.
8353
83541993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8355
8356 * split-man: Fix typos in last change.
8357
83581993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8359
8360 * Version 19.16 released.
8361
83621993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8363
8364 * version 19.15 released.
8365
83661993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8367
8368 * Makefile (distclean): It's rm, not rf.
8369
83701993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8371
8372 * Version 19.14 released.
8373
83741993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8375
8376 * Makefile: New file.
8377
83781993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8379
8380 * Version 19.13 released.
8381
83821993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8383
8384 * Version 19.9 released.
8385
83861993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8387
8388 * Version 19.8 released.
8389
83901993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8391
8392 * Version 19.7 released.
8393
83941990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
8395
8396 * gnus.texinfo: New file. Removed installation instructions.
8397
83981990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8399
8400 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
8401
84021989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
8403
8404 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
8405 then define `\sc' as the command for smallcaps in Texinfo.
8406 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
8407 made the corresponding change to makeinfo and texinfm.el.
8408
84091988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8410
8411 * vip.texinfo: Remove menu entry Adding Lisp Code in node
8412 Customization since the menu entry did not point to anything.
8413 Also add an @finalout command to remove overfull hboxes from the
8414 printed output.
8415
8416 * cl.texinfo: Add @bye, \input line and @settitle to file.
8417 This file is clearly intended to be a chapter of some other work,
8418 but the other work does not yet exist.
8419
84201988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8421
8422 * texinfo.texinfo: Three typos corrected.
8423
4009494e 8424;; Local Variables:
c8763fb6 8425;; coding: utf-8
4009494e
GM
8426;; End:
8427
95df8112 8428 Copyright (C) 1993-1999, 2001-2011 Free Software Foundation, Inc.
4009494e
GM
8429
8430 This file is part of GNU Emacs.
8431
97c0352c 8432 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 8433 it under the terms of the GNU General Public License as published by
97c0352c
GM
8434 the Free Software Foundation, either version 3 of the License, or
8435 (at your option) any later version.
4009494e
GM
8436
8437 GNU Emacs is distributed in the hope that it will be useful,
8438 but WITHOUT ANY WARRANTY; without even the implied warranty of
8439 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8440 GNU General Public License for more details.
8441
8442 You should have received a copy of the GNU General Public License
97c0352c 8443 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.