Rename locals to match their nature.
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
57dda3bb
KY
12011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus.texi (Other Gnus Versions): Remove.
4
52bedd34
AM
52011-10-28 Alan Mackenzie <acm@muc.de>
6
7 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
8 (Other Special Indentations): Add an xref to "Macros with ;".
9 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
10 "Macros with ;".
11 (Macros with ;): New page.
12
13 * progmodes/cc-mode.texi (Movement Commands): Document
14 `c-defun-tactic'. Document the new handling of nested scopes for
15 movement by defuns.
16
4a623313
MA
172011-10-23 Michael Albinus <michael.albinus@gmx.de>
18
19 Sync with Tramp 2.2.3.
20
21 * trampver.texi: Update release number.
22
466a320e
GM
232011-10-14 Glenn Morris <rgm@gnu.org>
24
25 * ert.texi (Introduction, How to Run Tests)
26 (Running Tests Interactively, Expected Failures)
27 (Tests and Their Environment, Useful Techniques)
28 (Interactive Debugging, Fixtures and Test Suites):
29 Minor rephrasings.
30 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
31 (Running Tests in Batch Mode): Simplify loading instructions.
32 (Test Selectors): Clarify some selectors.
33 (Expected Failures, Useful Techniques):
34 Make examples fit in 80 columns.
35
2be4956d
JB
362011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
37
38 * calc.texi (Basic Operations on Units): Discuss temperature
39 conversion (`u t') alongside with other unit conversions ('u c').
40
7359a765
GM
412011-10-12 Glenn Morris <rgm@gnu.org>
42
43 * ert.texi: Whitespace trivia to make main menu items line up better.
44
a0c52e5d
GM
452011-10-08 Glenn Morris <rgm@gnu.org>
46
47 * Makefile.in: Fix ert rules.
48
465d0300
G
492011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
50
51 * gnus.texi (Gnus Utility Functions): Add more references and
52 explanations (bug#9683).
53
a5166359
LMI
542011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
55
56 * gnus.texi (Archived Messages): Note the default (bug#9552).
57
b523dc20
BW
582011-09-21 Bill Wohler <wohler@newt.com>
59
60 Release MH-E manual version 8.3.
61
62 * mh-e.texi: (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
63 release 8.3.
64 (Preface): Updated support information.
65 (From Bill Wohler): Reset text to original version. As a
66 historical quote, the tense should be correct in the time that it
67 was written.
68
0afb49a1
LMI
692011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
70
71 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
72 (Finding the News): Doc clarification.
73 (Terminology): Mention naming.
74
e21bac42
G
752011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
76
77 * gnus.texi: Remove mentions of `recent', which are now obsolete.
78 (Interactive): Document `quiet'.
79
5b409b39 802011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633
BG
81
82 * org.texi (Images in LaTeX export): rewrite.
83
5b409b39 842011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
85
86 * org.texi (Using the mapping API): mention 'region as a possible
87 scope for `org-map-entries'.
88
5b409b39 892011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
90
91 * org.texi (Visibility cycling): Document `org-copy-visible'.
92
5b409b39 932011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
94
95 * org.texi (Template expansion): order template sequences in the
96 proper order.
97
5b409b39 982011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
99
100 * org.texi (eval): Expand discussion of the :eval header argument.
101
5b409b39 1022011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
103
104 * org.texi (Languages): Add Lilypond and Awk as supported
105 languages.
106
5b409b39 1072011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837
BG
108
109 * org.texi: document that both CLOCK_INTO_DRAWER and
110 LOG_INTO_DRAWER can be used to override the contents of variable
111 org-clock-into-drawer (or if unset, org-log-into-drawer).
112
113 * org.texi: replace @xref->@pxref.
114
5b409b39 1152011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
116
117 * org.texi (Evaluating code blocks): Documenting the new option
118 for inline call lines.
119
5b409b39 1202011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
121
122 * org.texi (Results of evaluation): More explicit about the
123 mechanism through which interactive evaluation of code is
124 performed.
125
5b409b39 1262011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
127
128 * org.texi (noweb-ref): New header argument documentation.
129
5b409b39 1302011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
131
132 * org.texi (Extracting source code): Documentation of the new
133 org-babel-tangle-named-block-combination variable.
134
5b409b39 1352011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
136
137 * org.texi (Structure of code blocks): explicitly state that the
138 behavior of multiple blocks of the same name is undefined
139
5b409b39 1402011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
141
142 * org.texi (TaskJuggler export): Modify the example to reflect the
143 new effort durations.
144
5b409b39 1452011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
146
147 * org.texi (Images in LaTeX export): Escape curly brackets in
148 LaTeX example.
149
5b409b39 1502011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
151
152 * org.texi (The clock table): Document the :properties and
153 :inherit-props arguments for the clocktable.
154
5b409b39 1552011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
156
157 * org.texi (Tables in LaTeX export): Document specifying placement
158 options for tables.
159
5b409b39 1602011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
161
162 * org.texi (Evaluating code blocks): More specific documentation
163 about the different types of header arguments.
164
5b409b39 1652011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
166
167 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
168
5b409b39 1692011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
170
171 * org.texi (Built-in table editor): Document the table field
172 follow mode.
173
5b409b39 1742011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
175
176 * org.texi (Easy Templates): Document new template.
177
5b409b39 1782011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
179
180 * org.texi (Literal examples): Add a cross-reference from "Literal
181 Examples" to "Easy Templates."
182
5b409b39 1832011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
184
185 * org.texi (The clock table): Add link to match syntax.
186
5b409b39 1872011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
188
189 * org.texi (Agenda commands): Document clock consistency checks.
190
5b409b39 1912011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
192
193 * org.texi (Built-in table editor): Document that \vert represents
194 a vertical bar in a table field.
195
5b409b39 1962011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
197
198 * org.texi (Literal examples): Link from "Markup" > "Literate
199 Examples" to "Working with Source Code".
200
5b409b39 2012011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
202
203 * org.texi (Agenda commands): Doc for function option to bulk
204 action.
205
5b409b39 2062011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
207
208 * org.texi (Template expansion): Document new %<...> template
209 escape.
210
5b409b39 2112011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
212
213 * org.texi (Selective export): Document exclusion of any tasks
214 from export.
215
5b409b39 2162011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
217
218 * org.texi (Selective export): Document how to exclude DONE tasks
219 from export.
220 (Publishing options): Document the properties to be used to turn off
221 export of DONE tasks.
222
5b409b39 2232011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
224
225 * org.texi (The date/time prompt): Document date range protection.
226
5b409b39 2272011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
228
229 * org.texi (padline): Documentation of the new padline header
230 argument.
231
5b409b39 2322011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
233
234 * org.texi (var): Adding "[" to list of characters triggering
235 elisp evaluation.
236
5b409b39 2372011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
238
239 * org.texi (var): Documentation of Emacs Lisp evaluation during
240 variable assignment.
241
5b409b39 2422011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
243
244 * org.texi (colnames): Reference indexing into variables, and note
245 that colnames are *not* removed before indexing occurs.
246 (rownames): Reference indexing into variables, and note that
247 rownames are *not* removed before indexing occurs.
248
5b409b39 2492011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
250
251 * org.texi (var): Clarification of indexing into tabular
252 variables.
253
5b409b39 2542011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
255
256 * org.texi (results): Documentation of the `:results wrap' header
257 argument.
258
5b409b39 2592011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
260
261 * org.texi (LaTeX and PDF export): add a note about a limitation
262 of the LaTeX export: the org file has to be properly structured.
263
5b409b39 2642011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
265
266 * org.texi (Dynamic blocks, Structure editing): Mention
267 the function `org-narrow-to-block'.
268
5b409b39 2692011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
270
271 * org.texi (Languages): Updating list of code block supported
272 languages.
273
5b409b39 2742011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
275
276 * org.texi (Special properties): CATEGORY is a special property,
277 but it may also used in the drawer.
278
5b409b39 2792011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
280
281 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
282
5b409b39 2832011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
284
285 * org.texi (Include files): Document :lines.
286
5b409b39 2872011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
288
289 * org.texi (comments): Documentation of the ":comments noweb" code
290 block header argument.
291
5b409b39 2922011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
293
294 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
295 added extra whitespace around functions to be consistent with the
296 rest of the section.
297
5b409b39 2982011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
299
300 * org.texi (Evaluating code blocks): Expanded discussion of
301 #+call: line syntax.
302 (Header arguments in function calls): Expanded discussion of
303 #+call: line syntax.
304
5b409b39 3052011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
306
307 * org.texi (Evaluating code blocks): More explicit about how to
308 pass variables to #+call lines.
309
5b409b39 3102011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
311
312 * org.texi (Results of evaluation): Link to the :results header
313 argument list from the "Results of evaluation" section.
314
5b409b39 3152011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
316
317 * org.texi (Conflicts): Adding additional information about
318 resolving org/yasnippet conflicts.
319
5b409b39 3202011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
321
322 * org.texi (Publishing options): Document style-include-scripts
323 publishing project property.
324
5b409b39 3252011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
326
327 * org.texi (Sparse trees): Document the next-error /
328 previous-error functionality.
329
5b409b39 3302011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
331
332 * org.texi (cache): Improved documentation of code block caches.
333
5b409b39 3342011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
335
336 * org.texi (Code block specific header arguments): Documentation
337 of multi-line header arguments.
338
5b409b39 3392011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
340
341 * org.texi (Code evaluation security): Add example for using a
342 function.
343
5b409b39 3442011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
345
346 * org.texi (Tables in LaTeX export): Documentation of new
347 attr_latex options for tables.
348
5b409b39
BG
3492011-08-03 Michael Albinus <michael.albinus@gmx.de>
350
351 * trampver.texi: Update release number.
352
3532011-07-30 Michael Albinus <michael.albinus@gmx.de>
354
355 Sync with Tramp 2.2.2.
356
357 * trampver.texi: Update release number.
358
064e2d08
LMI
3592011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
360
361 * flymake.texi (Example -- Configuring a tool called via make):
362 Use /dev/null instead of the Windows "nul" (bug#8715).
363
b8151e9c
LMI
3642011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
365
366 * widget.texi (Setting Up the Buffer): Remove mention of the
367 global keymap parent, which doesn't seem to be accurate
368 (bug#7045).
369
5b409b39
BG
3702011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
371
372 * org.texi (Special agenda views): Fix double quoting (bug#3509).
373
c0a8ae95
KR
3742010-07-10 Kevin Ryde <user42@zip.com.au>
375
376 * cl.texi (For Clauses): Add destructuring example processing an
377 alist (bug#6596).
378
ac6531ad
LMI
3792011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
380
381 * ediff.texi (Major Entry Points): Remove mention of `require',
382 since that's not pertinent in the installed Emacs (bug#9016).
383
d30dd079
G
3842011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
385
386 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
387 (Filtering New Groups): Clarify how simple the "options -n" format is.
388 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
389 is internal.
d30dd079 390
862c0d68
MA
3912011-07-04 Michael Albinus <michael.albinus@gmx.de>
392
393 * tramp.texi (Cleanup remote connections): Add
394 `tramp-cleanup-this-connection'.
395
cd865a33
G
3962011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
397
398 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
399 zombies.
400 (Checking New Groups): Ditto (bug#8974).
7d1738f1 401 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
402
4032011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
404
405 * gnus.texi (Startup Files): Clarify that we're talking about numbered
406 backups, and not actual vc (bug#8975).
407
79414ae4
KR
4082011-07-03 Kevin Ryde <user42@zip.com.au>
409
410 * cl.texi (For Clauses): @items for hash-values and key-bindings
411 to make them more visible when skimming. Add examples of `using'
412 clause to them, examples being clearer than a description in
413 words (bug#6599).
414
847ccf7c
AM
4152011-07-01 Alan Mackenzie <acm@muc.de>
416
417 * cc-mode.texi (Guessing the Style): New page.
418 (Styles): Add a short introduction to above.
419
3da13bb9
DD
4202011-06-28 Deniz Dogan <deniz@dogan.se>
421
422 * rcirc.texi (Configuration): Bug-fix:
423 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
424 Reported by Elias Pipping <pipping@exherbo.org>.
425
60a0884e
G
4262011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
427
428 * gnus.texi (Summary Mail Commands): Document
429 `gnus-summary-reply-to-list-with-original'.
430
0c7efc08
SM
4312011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
432
433 * eshell.texi (Known problems): Fix typo.
434
ea3596a2
MA
4352011-06-12 Michael Albinus <michael.albinus@gmx.de>
436
0c7efc08 437 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
438 (Password handling): `auth-source-debug' is good for debug messages.
439
2da9c605
G
4402011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
441
442 * gnus.texi (Store custom flags and keywords): Refer to
443 `gnus-registry-article-marks-to-{chars,names}' instead of
444 `gnus-registry-user-format-function-{M,M2}'.
445
e61923c8
GM
4462011-05-27 Paul Eggert <eggert@cs.ucla.edu>
447
448 * texinfo.tex: Merge from gnulib.
449
627abcdd
TZ
4502011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
451
452 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
453 (Store custom flags and keywords):
454 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
455 `gnus-registry-user-format-function-M2'.
456
a3c92bc1
EZ
4572011-05-17 Paul Eggert <eggert@cs.ucla.edu>
458
8f906c40 459 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 460
85d870a9
GM
4612011-05-17 Glenn Morris <rgm@gnu.org>
462
463 * gnus.texi (Face): Fix typo.
464
2cdee799
GM
4652011-05-14 Glenn Morris <rgm@gnu.org>
466
467 * dired-x.texi (Omitting Examples): Minor addition.
468
79b70037
GM
4692011-05-10 Jim Meyering <meyering@redhat.com>
470
471 * ede.texi: Fix typo "or or -> or".
472
a7111a62 4732011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
474
475 * gnus.texi (Summary Buffer Lines):
476 gnus-summary-user-date-format-alist does not exist.
477 (Sorting the Summary Buffer): More about sorting threads.
478
69026aba
MA
4792011-04-25 Michael Albinus <michael.albinus@gmx.de>
480
481 * trampver.texi: Update release number.
482
9024ff79
MA
4832011-04-14 Michael Albinus <michael.albinus@gmx.de>
484
485 * tramp.texi (Frequently Asked Questions): New item for disabling
486 Tramp in other packages.
487
c3c65d73
TZ
4882011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
489
490 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
491 (Fancy splitting to parent, Store arbitrary data):
492 Updated gnus-registry docs.
c3c65d73 493
9ec6a317
JB
4942011-04-13 Juanma Barranquero <lekktu@gmail.com>
495
496 * ede.texi: Fix typos.
497
1e3b6001
G
4982011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
499
9ec6a317
JB
500 * gnus.texi (Window Layout): @itemize @code doesn't exist.
501 It's @table @code.
1e3b6001 502
a5954fa5
G
5032011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
504
505 * gnus.texi (Listing Groups): Document gnus-group-list-ticked
506
d71990a1
JB
5072011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
508
509 * calc.texi (Logarithmic Units): Update the function names.
510
1518e4f0
G
5112011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
512
513 * message.texi (Various Commands): Document format specs in the
514 ellipsis.
515
a123622d
G
5162011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
517
518 * message.texi (Insertion Variables): Document message-cite-style.
519
5202011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
521
522 * tramp.texi (Remote processes): New subsection "Running shell on
523 a remote host".
524
4248cca2
TZ
5252011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
526
527 * auth.texi (Help for developers): Update docs to explain that the
528 :save-function will only run the first time.
529
54ce11a1
GM
5302011-03-12 Glenn Morris <rgm@gnu.org>
531
532 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
533 (emacs-faq.text): New target.
534 (clean): Add emacs-faq.
535
0c3b25f8
MA
5362011-03-12 Michael Albinus <michael.albinus@gmx.de>
537
538 Sync with Tramp 2.2.1.
539
540 * trampver.texi: Update release number.
541
b740639e
GM
5422011-03-11 Glenn Morris <rgm@gnu.org>
543
544 * Makefile.in (HTML_TARGETS): New.
545 (clean): Delete $HTML_TARGETS.
546 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
547
733afdf4
TZ
5482011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
549
550 * auth.texi (Help for developers): Show example of using
551 `auth-source-search' with prompts and :save-function.
552
33383987
JB
5532011-03-07 Chong Yidong <cyd@stupidchicken.com>
554
555 * Version 23.3 released.
556
a5057546
G
5572011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
558
559 * message.texi (Message Buffers): Update default value of
560 message-generate-new-buffers.
561
479a2c9b
JB
5622011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
563
564 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
565 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
566 respectively.
05a29101
JB
567 (Musical Notes): New section.
568 (Customizing Calc): Mention the customizable variable
569 calc-note-threshold.
479a2c9b 570
e0535b76
GM
5712011-03-03 Glenn Morris <rgm@gnu.org>
572
573 * url.texi (Dealing with HTTP documents): Remove reference to
574 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 575 (Configuration): Update url-configuration-directory description.
e0535b76 576
2777ccbf
GM
5772011-03-02 Glenn Morris <rgm@gnu.org>
578
579 * dired-x.texi (Multiple Dired Directories): Remove mentions
580 of dired-default-directory-alist and dired-default-directory.
581 Move dired-smart-shell-command here...
582 (Miscellaneous Commands): ... from here.
583
257219bd
PE
5842011-03-02 Paul Eggert <eggert@cs.ucla.edu>
585
586 * texinfo.tex: Update to version 2011-02-24.09.
587
8889f4e2
GM
5882011-03-02 Glenn Morris <rgm@gnu.org>
589
590 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
591 instead of the obsoleted dired-omit-here-always.
592
5d41af19
MA
5932011-02-28 Michael Albinus <michael.albinus@gmx.de>
594
595 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
596 supported systems.
597
2b0c7330 5982011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 599
61cf3a76
GM
600 * dbus.texi (Type Conversion): Grammar fix.
601
cce7d530 6022011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 603
cce7d530
GM
604 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
605 "Debian GNU/Linux".
51a13bdd 606
cce7d530
GM
607 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
608
817b48a7
GM
6092011-02-23 Glenn Morris <rgm@gnu.org>
610
cce7d530
GM
611 * dired-x.texi (Features): Minor rephrasing.
612 (Local Variables): Fix typos.
47301027
GM
613
614 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
615 Standardize some Emacs/XEmacs terminology.
616
817b48a7
GM
617 * dired-x.texi (Features): Don't advertise obsolete local variables.
618 Simplify layout.
619 (Omitting Variables): Update local variables example.
620 (Local Variables): Say this is obsolete. Fix description of
621 dired-enable-local-variables possible values.
622
4a3988d5
G
6232011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
624
625 * auth.texi (Help for users): Mention ~/.netrc is also searched by
626 default now.
627
8e22bee0
G
6282011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
629
630 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
631
06b840e0
LI
6322011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
633
634 * gnus.texi (Window Layout): Document layout names.
635
67ab0163 6362011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
637
638 * ada-mode.texi: Sync @dircategory with ../../info/dir.
639 * auth.texi: Sync @dircategory with ../../info/dir.
640 * autotype.texi: Sync @dircategory with ../../info/dir.
641 * calc.texi: Sync @dircategory with ../../info/dir.
642 * cc-mode.texi: Sync @dircategory with ../../info/dir.
643 * cl.texi: Sync @dircategory with ../../info/dir.
644 * dbus.texi: Sync @dircategory with ../../info/dir.
645 * dired-x.texi: Sync @dircategory with ../../info/dir.
646 * ebrowse.texi: Sync @dircategory with ../../info/dir.
647 * ede.texi: Sync @dircategory with ../../info/dir.
648 * ediff.texi: Sync @dircategory with ../../info/dir.
649 * edt.texi: Sync @dircategory with ../../info/dir.
650 * eieio.texi: Sync @dircategory with ../../info/dir.
651 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
652 * epa.texi: Sync @dircategory with ../../info/dir.
653 * erc.texi: Sync @dircategory with ../../info/dir.
654 * eshell.texi: Sync @dircategory with ../../info/dir.
655 * eudc.texi: Sync @dircategory with ../../info/dir.
656 * flymake.texi: Sync @dircategory with ../../info/dir.
657 * forms.texi: Sync @dircategory with ../../info/dir.
658 * gnus.texi: Sync @dircategory with ../../info/dir.
659 * idlwave.texi: Sync @dircategory with ../../info/dir.
660 * mairix-el.texi: Sync @dircategory with ../../info/dir.
661 * message.texi: Sync @dircategory with ../../info/dir.
662 * mh-e.texi: Sync @dircategory with ../../info/dir.
663 * newsticker.texi: Sync @dircategory with ../../info/dir.
664 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
665 * org.texi: Sync @dircategory with ../../info/dir.
666 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
667 * pgg.texi: Sync @dircategory with ../../info/dir.
668 * rcirc.texi: Sync @dircategory with ../../info/dir.
669 * reftex.texi: Sync @dircategory with ../../info/dir.
670 * remember.texi: Sync @dircategory with ../../info/dir.
671 * sasl.texi: Sync @dircategory with ../../info/dir.
672 * sc.texi: Sync @dircategory with ../../info/dir.
673 * semantic.texi: Sync @dircategory with ../../info/dir.
674 * ses.texi: Sync @dircategory with ../../info/dir.
675 * sieve.texi: Sync @dircategory with ../../info/dir.
676 * smtpmail.texi: Sync @dircategory with ../../info/dir.
677 * speedbar.texi: Sync @dircategory with ../../info/dir.
678 * trampver.texi [emacs]: Set emacsname to "Emacs".
679 * tramp.texi: Sync @dircategory with ../../info/dir.
680 * url.texi: Sync @dircategory with ../../info/dir.
681 * vip.texi: Sync @dircategory with ../../info/dir.
682 * viper.texi: Sync @dircategory with ../../info/dir.
683 * widget.texi: Sync @dircategory with ../../info/dir.
684 * woman.texi: Sync @dircategory with ../../info/dir.
685
30abce25
GM
6862011-02-19 Glenn Morris <rgm@gnu.org>
687
0c7efc08
SM
688 * dired-x.texi (Technical Details): No longer redefines
689 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 690 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 691
f31f8469
GM
6922011-02-18 Glenn Morris <rgm@gnu.org>
693
694 * dired-x.texi (Optional Installation File At Point): Simplify.
695
35123c04
TZ
6962011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
697
698 * auth.texi (Help for users): Use :port instead of :protocol for all
699 auth-source docs.
7ba93e94
G
700 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
701 to have two files in `auth-sources'.
35123c04 702
da5e0ce4
GM
7032011-02-16 Glenn Morris <rgm@gnu.org>
704
b322c9af
GM
705 * dired-x.texi: Use emacsver.texi to get Emacs version.
706 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
707 Depend on emacsver.texi.
708
07ca5555
GM
709 * dired-x.texi: Drop meaningless version number.
710 (Introduction): Remove old info.
711 (Optional Installation Dired Jump): Autoload from dired-x.
712 Remove incorrect info about loaddefs.el.
713 (Bugs): Just refer to M-x report-emacs-bug.
714
da5e0ce4
GM
715 * dired-x.texi (Multiple Dired Directories): Update for rename of
716 default-directory-alist.
717 (Miscellaneous Commands): No longer mention very old VM version 4.
718
bb55f713
PE
7192011-02-15 Paul Eggert <eggert@cs.ucla.edu>
720
721 Merge from gnulib.
722 * texinfo.tex: Update to version 2011-02-14.11.
723
5415d076
G
7242011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
725
da5e0ce4
GM
726 * auth.texi (Help for users):
727 Login collection is "Login" and not "login".
5415d076 728
14029d4b
MA
7292011-02-13 Michael Albinus <michael.albinus@gmx.de>
730
731 * tramp.texi (History): Remove IMAP support.
732 (External methods, Frequently Asked Questions): Remove `imap' and
733 `imaps' methods.
734 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
735
736 * trampver.texi: Remove default value of `emacsimap'.
737
8a36c07f
GM
7382011-02-13 Glenn Morris <rgm@gnu.org>
739
740 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
741 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
742
165bc5a0
GM
7432011-02-12 Glenn Morris <rgm@gnu.org>
744
745 * sc.texi (Getting Connected): Remove old index entries.
746
5415d076 7472011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
748
749 * url.texi: Remove duplicate @dircategory (Bug#7942).
750
b8e0f0cd
G
7512011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
752
8a36c07f
GM
753 * auth.texi (Overview, Help for users, Help for developers):
754 Update docs.
b8e0f0cd
G
755 (Help for users): Talk about spaces.
756
caf82551
PE
7572011-02-09 Paul Eggert <eggert@cs.ucla.edu>
758
759 * texinfo.tex: Update to version 2011-02-07.16.
760
1ff98217
MA
7612011-02-07 Michael Albinus <michael.albinus@gmx.de>
762
763 * dbus.texi (Bus names): Adapt descriptions for
764 dbus-list-activatable-names and dbus-list-known-names.
765
2e78df6b
JB
7662011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
767
768 * calc.texi (Logarithmic Units): New section.
769
7fbf7cae
TZ
7702011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
771
772 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
773 manuals use it now.
774
0c7efc08 775 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 776
156ad271
KY
7772011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
778
779 * overrides.texi: Remove.
780
781 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
782 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
783
36539990
MA
7842011-02-05 Michael Albinus <michael.albinus@gmx.de>
785
786 * tramp.texi (Frequently Asked Questions): Mention problems with
787 WinSSHD.
788
789 * trampver.texi: Update release number.
790
7912011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
792
793 * tramp.texi:
794 Replace "delimet" with "delimit" globally.
795 Replace "explicite" with "explicit" globally.
796 Replace "instead of" with "instead" where there was nothing after "of".
797 Audit use of comma before interrogative pronoun, "that", or "which".
798 Minor word order, spelling, wording changes.
799
ec72bf63
G
8002011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
801
802 * overrides.texi: New file to set or clear WEBHACKDEVEL.
803
804 * sieve.texi: Use WEBHACKDEVEL.
805
806 * sasl.texi: Use WEBHACKDEVEL.
807
808 * pgg.texi: Use WEBHACKDEVEL.
809
810 * message.texi: Use WEBHACKDEVEL.
811
812 * gnus.texi: Use WEBHACKDEVEL.
813
814 * emacs-mime.texi: Use WEBHACKDEVEL.
815
816 * auth.texi: Use WEBHACKDEVEL.
817
818 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
819 manuals.
820
8212011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
822
823 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
824
90b750f4
PE
8252011-02-03 Paul Eggert <eggert@cs.ucla.edu>
826
827 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
828 which in turn is copied from ftp://tug.org/tex/.
829
0e751a49
GM
8302011-02-03 Glenn Morris <rgm@gnu.org>
831
832 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
833 (Binding combinations of modifiers and function keys):
834 Let's assume people reading this are not using Emacs 18.
835
7f13c2e2
LI
8362011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
837
838 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
839 since it's run automatically.
840
d76c843e
LI
8412011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
842
843 * gnus.texi (Customizing Articles): Fix typo.
844
12e3ca0a
LI
8452011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
846
847 * gnus.texi (Customizing Articles): Document the new way of customizing
848 the date headers(s).
849
fe72c8fa
LI
8502011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
851
852 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
853 splitting example.
854
bf3dae7e
EZ
8552011-01-29 Eli Zaretskii <eliz@gnu.org>
856
857 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
858 (MAKEINFO_OPTS): New variable.
859 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
860 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
861 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
862 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
863 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
864 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
865 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
866 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
867 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
868 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
869 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
870 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
871 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
872 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
873 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
874 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
875 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
876 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
877
d6f13ac8
LI
8782011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
879
880 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
881
c5ecc769
G
8822011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
883
884 * message.texi (IDNA): Explain what it is.
885
8862011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
887
888 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
889
45eb2a5d
WL
8902011-01-23 Werner Lemberg <wl@gnu.org>
891
892 * Makefile.in (MAKEINFO): Now controlled by `configure'.
893 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 894 (ENVADD): Update.
45eb2a5d 895
6872a814
GM
8962011-01-18 Glenn Morris <rgm@gnu.org>
897
898 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
899
77ab81d0 9002011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
901
902 * nxml-mode.texi (Introduction): Fix file name typos.
903
d221e780
CO
9042011-01-13 Christian Ohler <ohler@gnu.org>
905
906 * ert.texi: New file.
907
908 * Makefile.in:
909 * makefile.w32-in: Add ert.texi.
910
8c904d82
MA
9112011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
912
913 * dbus.texi (Receiving Method Calls): New function
914 dbus-register-service. Rearrange node.
915
f56e0e7a
PE
9162011-01-07 Paul Eggert <eggert@cs.ucla.edu>
917
918 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
919 which in turn is copied from ftp://tug.org/tex/.
920
0fadf00e
MA
9212011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
922
923 * dbus.texi (Receiving Method Calls): Describe new optional
924 parameter dont-register-service of dbus-register-{method,property}.
925
8b358e90
DU
9262010-12-17 Daiki Ueno <ueno@unixuser.org>
927
0c7efc08
SM
928 * epa.texi (Encrypting/decrypting *.gpg files):
929 Mention epa-file-select-keys.
8b358e90 930
549c9aed
G
9312010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
932
933 * gnus.texi (Archived Messages): Remove outdated text.
934
9352010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
936
0c7efc08 937 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 938
156e3f9c
G
9392010-12-15 Andrew Cohen <cohen@andy.bu.edu>
940
83f3eadc 941 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 942
8151d490
AC
9432010-12-14 Andrew Cohen <cohen@andy.bu.edu>
944
945 * gnus.texi (The swish++ Engine): Add customizable parameters
946 descriptions.
947 (The swish-e Engine): Ditto.
948
305bdd22
MA
9492010-12-14 Michael Albinus <michael.albinus@gmx.de>
950
951 * tramp.texi (Inline methods): Add "ksu" method.
952 (Remote processes): Add example with remote `default-directory'.
953
53aff12a
GM
9542010-12-14 Glenn Morris <rgm@gnu.org>
955
956 * faq.texi (Expanding aliases when sending mail):
957 Now build-mail-aliases is interactive.
958
8a1cdce5
AC
9592010-12-13 Andrew Cohen <cohen@andy.bu.edu>
960
961 * gnus.texi: First pass at adding (rough) nnir documentation.
962
7410c270
G
9632010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
964
53aff12a
GM
965 * gnus.texi (Filtering New Groups):
966 Mention gnus-auto-subscribed-categories.
967 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
968 removed.
969
f49d1f52 9702010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
971
972 * cl.texi (For Clauses): Small fixes for frames and windows.
973
acedf35c
CD
9742010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
975
976 * org.texi (Using capture): Document using prefix arguments for
977 finalizing capture.
978 (Agenda commands): Document prefix argument for the bulk scatter
979 command.
980 (Beamer class export): Document that also overlay arguments can be
981 passed to the column environment.
982 (Template elements): Document the new entry type.
983
9842010-12-11 Puneeth Chaganti <punchagan@gmail.com>
985
986 * org.texi (Include files): Document :minlevel.
987
9882010-12-11 Julien Danjou <julien@danjou.info>
989
990 * org.texi (Categories): Document category icons.
991
9922010-12-11 Eric Schulte <schulte.eric@gmail.com>
993
994 * org.texi (noweb): Fix typo.
995
516aa569
G
9962010-12-06 Tassilo Horn <tassilo@member.fsf.org>
997
998 * gnus.texi (Server Commands): Point to the rest of the server
999 commands.
1000
04db63bc
G
10012010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1002
1003 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
1004 g'.
1005
ed797193
G
10062010-12-02 Julien Danjou <julien@danjou.info>
1007
1008 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
1009
10102010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1011
1012 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
1013 (Direct Functions): Note the STARTTLS upgrade.
1014
07976ae3 10152010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 1016 James Clark <none@example.com>
d3dfb185
GM
1017
1018 * nxml-mode.texi (Introduction): New section.
1019
59e75882
G
10202010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1021
1022 * gnus.texi (Server Commands): Document gnus-server-show-server.
1023
568a887f
MA
10242010-11-20 Michael Albinus <michael.albinus@gmx.de>
1025
1026 Sync with Tramp 2.2.0.
1027
1028 * trampver.texi: Update release number.
1029
1265829e
JB
10302010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
1031
1032 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
1033 Mention that the TeX specific units won't use the `tex' prefix
1034 in TeX mode.
1035
239661c0
KY
10362010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
1037
1038 * gnus.texi (Misc Article): Document gnus-inhibit-images.
1039
4a47c275 10402010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
1041
1042 * edt.texi: Remove information about Emacs 19.
1043
4a47c275 10442010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
1045
1046 * trampver.texi: Update release number.
1047
2f0e0dc8
KY
10482010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1049
1050 * gnus.texi (Article Washing): Fix typo.
1051
afe98dfa
CD
10522010-11-11 Noorul Islam <noorul@noorul.com>
1053
56f5a94e 1054 * org.texi: Fix typo.
afe98dfa
CD
1055
10562010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1057
1058 * org.texi (Using capture): Explain that refiling is
1059 sensitive to cursor position.
1060
10612010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1062
56f5a94e 1063 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
1064
10652010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1066
1067 * org.texi: Document the <c> cookie.
1068
10692010-11-11 Eric Schulte <schulte.eric@gmail.com>
1070
56f5a94e
GM
1071 * org.texi: multi-line header arguments :PROPERTIES: :ID:
1072 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
1073
10742010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1075
56f5a94e 1076 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
1077
10782010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1079
56f5a94e 1080 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
1081
10822010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1083
1084 * org.texi (Setting up the staging area): Document that
1085 file names remain visible when encrypting the MobileOrg files.
1086
10872010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1088
1089 * org.texi (Setting up the staging area): Document which
1090 versions are needed for encryption.
1091
10922010-11-11 Eric Schulte <schulte.eric@gmail.com>
1093
56f5a94e
GM
1094 * org.texi (noweb): Update :noweb documentation to
1095 reflect the new "tangle" argument.
afe98dfa
CD
1096
10972010-11-11 Eric Schulte <schulte.eric@gmail.com>
1098
56f5a94e
GM
1099 * org.texi (Batch execution): Improve tangling script in
1100 documentation.
afe98dfa
CD
1101
11022010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1103
1104 * org.texi (Handling links):
1105 (In-buffer settings): Document inlining images on startup.
1106
11072010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1108
1109 * org.texi (Setting up the staging area): Document use of
1110 crypt password.
1111
11122010-11-11 David Maus <dmaus@ictsoc.de>
1113
56f5a94e 1114 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
1115
11162010-11-11 David Maus <dmaus@ictsoc.de>
1117
56f5a94e
GM
1118 * org.texi (Template expansion): Add mew in table for link type
1119 escapes.
afe98dfa
CD
1120
11212010-11-11 David Maus <dmaus@ictsoc.de>
1122
56f5a94e 1123 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
1124
11252010-11-11 Eric Schulte <schulte.eric@gmail.com>
1126
56f5a94e 1127 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
1128
11292010-11-11 Eric Schulte <schulte.eric@gmail.com>
1130
56f5a94e 1131 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
1132
11332010-11-11 Eric Schulte <schulte.eric@gmail.com>
1134
56f5a94e
GM
1135 * org.texi (Structure of code blocks):
1136 Update documentation to mention inline code block syntax.
afe98dfa
CD
1137
11382010-11-11 Eric Schulte <schulte.eric@gmail.com>
1139
56f5a94e 1140 * org.texi (comments): Improve wording.
afe98dfa
CD
1141
11422010-11-11 Eric Schulte <schulte.eric@gmail.com>
1143
56f5a94e 1144 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
1145
11462010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1147
1148 * org.texi (Installation): Remove the special
1149 installation instructions for XEmacs.
1150
11512010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
1152
56f5a94e 1153 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
1154 insertion of empty structural elements.
1155
11562010-11-11 Noorul Islam <noorul@noorul.com>
1157
56f5a94e 1158 * org.texi: Fix doc.
afe98dfa
CD
1159
11602010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
1161
1162 * org.texi (The date/time prompt): Document specification
1163 of time ranges.
1164
11652010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1166
1167 * org.texi (Internal links): Document the changes in
1168 internal links.
1169
11702010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1171
1172 * org.texi (Agenda commands): Document the limitation for
1173 the filter preset - it can only be used for an entire agenda
1174 view, not in an individual block in a block agenda.
1175
11762010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
1177
1178 * org.texi (iCalendar export): Document alarm creation.
1179
6f8fc60c
MA
11802010-11-10 Michael Albinus <michael.albinus@gmx.de>
1181
1182 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
1183
be3c11b3
LMI
11842010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1185
1186 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
1187
d607b96b 11882010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 1189
d607b96b 1190 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 1191
181cb5fb
G
11922010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1193
1194 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
1195 since that works by default.
1196
11972010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
1198
1199 * gnus.texi (Customizing the IMAP Connection): Document
1200 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
1201
36bc5d3b
MA
12022010-11-04 Michael Albinus <michael.albinus@gmx.de>
1203
1204 * tramp.texi (Remote shell setup): New item "Interactive shell
1205 prompt". Reported by Christian Millour <cm@abtela.com>.
1206 (Remote shell setup, Remote processes): Use @code{} for
1207 environment variables.
1208
cf503f7c
GM
12092010-11-03 Glenn Morris <rgm@gnu.org>
1210
537b04b9 1211 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 1212 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 1213
389b76fa
G
12142010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1215
1216 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
1217
2699a554 12182010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
1219
1220 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
1221
2699a554 12222010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
1223
1224 * cc-mode.texi: Remove reference to defunct viewcvs URL.
1225
99e65b2d
G
12262010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1227
0c7efc08
SM
1228 * gnus.texi (Client-Side IMAP Splitting):
1229 Mention nnimap-unsplittable-articles.
99e65b2d
G
1230
12312010-10-29 Julien Danjou <julien@danjou.info>
1232
1233 * gnus.texi (Finding the News): Remove references to obsoletes
1234 variables `gnus-nntp-server' and `gnus-secondary-servers'.
1235
aeeb3dcb
EZ
12362010-10-29 Eli Zaretskii <eliz@gnu.org>
1237
1238 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
1239 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
1240 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
1241 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
1242
8289f37b
GM
12432010-10-28 Glenn Morris <rgm@gnu.org>
1244
1245 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
1246 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
1247 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
1248
d85d3b3a
DU
12492010-10-25 Daiki Ueno <ueno@unixuser.org>
1250
1251 * epa.texi (Mail-mode integration): Add alternative key bindings
1252 for epa-mail commands; escape comma.
c05c2b9b 1253 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 1254
9f534a47
JB
12552010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
1256
99e65b2d 1257 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 1258
5793a7bc 12592010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
1260
1261 * gnus.texi (Group Parameters, Buttons): Fix typos.
1262
280f417b
G
12632010-10-22 Tassilo Horn <tassilo@member.fsf.org>
1264
1265 * gnus.texi (Subscription Commands): Mention that you can also
1266 subscribe to new groups via the Server buffer, which is probably more
1267 convenient when subscribing to many groups.
1268
d806c872
G
12692010-10-21 Julien Danjou <julien@danjou.info>
1270
1271 * message.texi (Message Headers): Allow message-default-headers to be a
1272 function.
1273
d5798f68
LMI
12742010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1275
1276 * gnus-news.texi: Mention new archive defaults.
1277
b79bbef7
KY
12782010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
1279
1280 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
1281
2526f423
G
12822010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1283
1284 * gnus.texi (HTML): Document the function value of
1285 gnus-blocked-images.
1286 (Article Washing): shr and gnus-w3m, not the direct function names.
1287
ba91f05d
G
12882010-10-20 Julien Danjou <julien@danjou.info>
1289
1290 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
1291 variable.
1292
da451787
LMI
12932010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1294
1295 * gnus.texi (Customizing the IMAP Connection): The port strings are
1296 strings.
c872595d 1297 (Document Groups): Mention git.
da451787 1298
7cad71ad
G
12992010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1300
1301 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
1302 bzr/Gnus git sync.
1303
c56dfd36
EZ
13042010-10-15 Eli Zaretskii <eliz@gnu.org>
1305
1306 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
1307 change.
1308
a1d16a7b
G
13092010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1310
1311 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
1312 @item syntax for in-Emacs makeinfo.
1313
13142010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
1315
1316 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
1317 trim sentence.
1318
98e2b864
DU
13192010-10-12 Daiki Ueno <ueno@unixuser.org>
1320
1321 * epa.texi (Caching Passphrases):
0c7efc08
SM
1322 * auth.texi (GnuPG and EasyPG Assistant Configuration):
1323 Clarify some configurations require to set up gpg-agent.
98e2b864 1324
c12e4a81
GM
13252010-10-11 Glenn Morris <rgm@gnu.org>
1326
1327 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
1328
f7aa248a
G
13292010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1330
1331 * gnus.texi (Spam Package Introduction): Mention `$'.
1332
6513b232
EZ
13332010-10-09 Eli Zaretskii <eliz@gnu.org>
1334
1335 * makefile.w32-in (emacsdir): New variable.
1336 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
1337 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
1338
abd40fb4
GM
13392010-10-09 Glenn Morris <rgm@gnu.org>
1340
0f05450f
GM
1341 * Makefile.in (mostlyclean): Delete *.toc.
1342
d3a4ac46
GM
1343 * Makefile.in: Use $< in rules.
1344
aa9db089
GM
1345 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
1346
abd40fb4
GM
1347 * Makefile.in ($(infodir)): Delete rule.
1348 (mkinfodir): New. Use it in all the info rules, rather than depending
1349 on infodir.
1350
ea274122
GM
13512010-10-09 Glenn Morris <rgm@gnu.org>
1352
6e90e2a8
GM
1353 * gnus.texi (Article Washing): Fix previous change.
1354
f7a31f11
GM
1355 * Makefile.in (emacsdir): New variable.
1356 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
1357 Depend on emacsver.texi.
1358
f7a31f11
GM
1359 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
1360
ea274122
GM
1361 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
1362
36d3245f
G
13632010-10-08 Julien Danjou <julien@danjou.info>
1364
f7a31f11 1365 * gnus.texi: Add mm-shr.
36d3245f
G
1366
13672010-10-08 Ludovic Courtès <ludo@gnu.org>
1368
1369 * gnus.texi (Finding the Parent, The Gnus Registry)
1370 (Registry Article Refer Method): Update docs for nnregistry.el.
1371
13722010-10-08 Daiki Ueno <ueno@unixuser.org>
1373
1374 * auth.texi (Help for users)
1375 (GnuPG and EasyPG Assistant Configuration): Update docs.
1376
12359245
GM
13772010-10-08 Glenn Morris <rgm@gnu.org>
1378
1379 * cl.texi (Organization, Installation, Old CL Compatibility):
1380 Deprecate cl-compat for new code.
4628bef1 1381 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
1382
1383 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
1384
fcf2d385
KY
13852010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
1386
1387 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
1388
66627fa9
G
13892010-10-06 Julien Danjou <julien@danjou.info>
1390
fd9ba500
JD
1391 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
1392
66627fa9
G
1393 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
1394 broken link.
1395
1396 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
1397
1398 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
1399 to ReiserFS.
1400
1401 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
1402 (FAQ 7-1): Fix getmail URL.
1403
65f54520
DU
14042010-10-06 Daiki Ueno <ueno@unixuser.org>
1405
1406 * epa.texi (Caching Passphrases): New section.
1407
4c83f6e1
GM
14082010-10-06 Glenn Morris <rgm@gnu.org>
1409
1410 * Makefile.in (SHELL): Set it.
1411 (info): Move the mkdir dependency to the individual info files.
1412 (mostlyclean): Tidy up.
1413 (clean): Only delete the specific dvi and pdf files.
1414 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 1415 ($(infodir)): Add parallel build workaround.
4c83f6e1 1416
71e691a5
G
14172010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1418
1419 * gnus.texi (Misc Article): Document gnus-widen-article-window.
1420
a41c2e6d
G
14212010-10-03 Julien Danjou <julien@danjou.info>
1422
0c7efc08
SM
1423 * emacs-mime.texi (Display Customization):
1424 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
1425 mm-inline-large-images-proportion.
1426
37255945
MA
14272010-10-03 Michael Albinus <michael.albinus@gmx.de>
1428
0c7efc08
SM
1429 * tramp.texi (Frequently Asked Questions):
1430 Mention remote-file-name-inhibit-cache.
37255945 1431
11e4e7bd
LMI
14322010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1433
1434 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 1435 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 1436
cb83220a
KY
14372010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1438
0c7efc08
SM
1439 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
1440 (Article Hiding): Add google banner example.
1441 Suggested by Benjamin Xu.
cb83220a 1442
6b958814
G
14432010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
1444
0c7efc08
SM
1445 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
1446 Remove nnimap-split-rule from examples.
6b958814
G
1447
14482010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1449
1450 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
1451 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
1452 Fishman.
1453 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
1454
14552010-09-30 Julien Danjou <julien@danjou.info>
1456
1457 * gnus.texi (Gravatars): Fix documentation about
1458 gnu-gravatar-properties.
1459
b9476c04
DU
14602010-09-29 Daiki Ueno <ueno@unixuser.org>
1461
1462 * epa.texi (Bug Reports): New section.
1463
5f874327
GM
14642010-09-29 Glenn Morris <rgm@gnu.org>
1465
1466 * Makefile.in (top_srcdir): Remove unused variable.
1467
6b958814
G
14682010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1469
1470 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
1471 (Client-Side IMAP Splitting): Document 'default.
1472
14732010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1474
0c7efc08
SM
1475 * gnus.texi (Customizing the IMAP Connection):
1476 Document nnimap-fetch-partial-articles.
6b958814 1477
82bccbfa
KY
14782010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1479
1480 * gnus-news.texi: Mention nnimap-inbox.
1481
1482 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
1483
14842010-09-26 Julien Danjou <julien@danjou.info>
1485
47e08896 1486 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
1487
14882010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1489
1490 * gnus.texi (Security): Remove gpg.el mention.
1491
14922010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
1493
1494 * gnus.texi (Browse Foreign Server): New variable
1495 gnus-browse-subscribe-newsgroup-method.
1496
1497 * gnus-news.texi: Mention it.
1498
14992010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1500
0c7efc08 1501 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
1502 (Startup Variables): No jingle.
1503
4c964351
UM
15042010-09-25 Ulrich Mueller <ulm@gentoo.org>
1505
1506 * woman.texi (Interface Options): xz compression is now supported.
1507
82bccbfa
KY
15082010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1509
1510 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
1511 (Unavailable Servers): Document gnus-server-copy-server.
1512 (Using IMAP): Document the new nnimap.
1513
15142010-09-25 Julien Danjou <julien@danjou.info>
1515
47e08896 1516 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 1517
18778f71
GM
15182010-09-24 Glenn Morris <rgm@gnu.org>
1519
1520 * url.texi (Disk Caching): Tweak previous change.
1521
9c766321
JD
15222010-09-24 Julien Danjou <julien@danjou.info>
1523
1524 * url.texi (Disk Caching): Mention url-cache-expire-time,
1525 url-cache-expired, and url-fetch-from-cache.
1526
82bccbfa
KY
15272010-09-24 Julien Danjou <julien@danjou.info>
1528
1529 * gnus.texi: Add Gravatars.
1530
15312010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1532
1533 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
1534
592bdb9a
LMI
15352010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1536
1537 * gnus.texi (Expunging mailboxes): Update name of the expunging
1538 command.
1539
e4e22d29
KY
15402010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
1541
1542 * emacs-mime.texi (rfc2047): Update description for
1543 rfc2047-encode-parameter.
1544
371d9801
MA
15452010-09-13 Michael Albinus <michael.albinus@gmx.de>
1546
1547 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
1548 "fish" methods.
1549 (External methods): Remove "scp1_old" and "scp2_old" methods.
1550
31ae5827
MA
15512010-09-09 Michael Albinus <michael.albinus@gmx.de>
1552
1553 * tramp.texi: Remove Japanese manual. Fix typo.
1554
1555 * trampver.texi: Update release number. Remove japanesemanual.
1556
c0468714
GM
15572010-09-09 Glenn Morris <rgm@gnu.org>
1558
1559 * org.texi: Restore clobbered changes (copyright years, untabify).
1560
86441999
JD
15612010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
1562
1563 * gnus.texi (Adaptive Scoring): Fix typo.
1564
25f28806
LMI
15652010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1566
1567 * gnus.texi (Article Display): Document gnus-html-show-images.
1568
45240125 15692010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 1570
45240125
JD
1571 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
1572
59d09f15
LMI
15732010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1574
1575 * gnus.texi (HTML): Document gnus-max-image-proportion.
1576
2cdd366f
KY
15772010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1578
51dee5ef
KY
1579 * gnus.texi (HTML): Document gnus-blocked-images.
1580
2cdd366f
KY
1581 * message.texi (Wide Reply): Document message-prune-recipient-rules.
1582
b0e4f3fc
KY
15832010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1584
1585 * gnus.texi (Summary Mail Commands): Note that only the addresses from
1586 the first message are used for wide replies.
f02566ce
KY
1587 (Changing Servers): Remove documentation on gnus-change-server and
1588 friends, since it's been removed.
b0e4f3fc 1589
598451ed
KY
15902010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1591
1592 * gnus.texi (Drafts): Mention B DEL.
1593
e7842e69
KY
15942010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
1595
1596 * gnus.texi (Delayed Articles): Mention that the Date header is the
1597 original one, even if you delay.
1598
85115796
KY
15992010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1600
0c7efc08
SM
1601 * gnus.texi (Asynchronous Fetching):
1602 Document gnus-async-post-fetch-function.
85115796
KY
1603 (HTML): Made into its own section.
1604
f0b44bc0
MA
16052010-08-26 Michael Albinus <michael.albinus@gmx.de>
1606
1607 Sync with Tramp 2.1.19.
1608
217876c9 1609 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
1610 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
1611 Remove remark about doubled "-t" argument.
217876c9
MA
1612 (Auto-save and Backup): Remove reference to Emacs 21.
1613 (Filename Syntax): Describe port numbers.
1614 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
1615 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
1616 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
1617 errors with the backquotes.
1618 (External packages): File attributes cache flushing for asynchronous
1619 processes.
1620 (Traces and Profiles): Describe verbose level 9.
1621
f0b44bc0
MA
1622 * trampver.texi: Update release number.
1623
7457f7b6
MA
16242010-08-23 Michael Albinus <michael.albinus@gmx.de>
1625
1626 * dbus.texi (Alternative Buses): New chapter.
1627
b695beda
SM
16282010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1629
1630 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
1631
443c2c03
JB
16322010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
1633
1634 * calc.texi (Customizing Calc): Rearrange description of new
1635 variables to match the presentation of other variables.
1636
7815fe19 16372010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
1638
1639 * org.texi (Footnotes, Tables in HTML export): Fix typos.
1640
2c695727
JB
16412010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
1642
1643 * calc.texi (Making Selections, Selecting Subformulas)
1644 (Customizing Calc): Mention how to use faces to emphasize selected
1645 sub-formulas.
1646
bbb6ffa1
MA
16472010-08-05 Michael Albinus <michael.albinus@gmx.de>
1648
1649 * tramp.texi (External packages): File attributes cache flushing
1650 for asynchronous processes.
1651
5cee0a9c
AM
16522010-08-01 Alan Mackenzie <acm@muc.de>
1653
1654 Enhance the manual for the latest Java Mode.
1655
1656 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
1657 annotation-var-cont.
1658 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
1659 two new symbols.
1660
3f2afe32
MA
16612010-07-28 Michael Albinus <michael.albinus@gmx.de>
1662
1663 * tramp.texi (Traces and Profiles): Describe verbose level 9.
1664
0ed082fe 16652010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
1666
1667 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
1668
311f0356
JB
16692010-07-19 Juanma Barranquero <lekktu@gmail.com>
1670
1671 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
1672
86fbb8ca
CD
16732010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
1674
1675 * org.texi: Add macros to get plain quotes in PDF output.
1676 List additional contributors.
1677 (Capture): New section, replaces the section about remember.
1678 (Working With Source Code): New chapter, focused on documenting Org
1679 Babel.
1680 (Code evaluation security): New section.
1681 (MobileOrg): Document DropBox support.
1682 (TaskJuggler export): Document taskjuggler and Gantt chart support.
1683 (Special symbols): Show how to display UTF8 characters for entities.
1684 (Global TODO list): Clarify the use of the "M" key and the differences
1685 to the "m" key.
1686 (RSS Feeds): Mention Atom feeds as well.
1687 (Setting tags): Remove paragraph about
1688 `org-complete-tags-always-offer-all-agenda-tags'.
1689
5732e8ed
MA
16902010-07-17 Michael Albinus <michael.albinus@gmx.de>
1691
1692 * tramp.texi (Inline methods): Remove remark about doubled "-t"
1693 argument.
1694 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
1695 echoing shells.
1696
ca1bb391
MA
16972010-07-10 Michael Albinus <michael.albinus@gmx.de>
1698
1699 * tramp.texi (Inline methods): Remove "kludgy" phrase.
1700 (Filename Syntax): Describe port numbers.
1701
5bd55c3c
MA
17022010-07-09 Michael Albinus <michael.albinus@gmx.de>
1703
1704 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
1705 forgotten.
1706 (Type Conversion): Precise conversion of natural numbers.
1707 (Errors and Events): Add "debugging" to concept index. Add variable
1708 `dbus-debug'.
1709
820ae8fe
MA
17102010-07-04 Michael Albinus <michael.albinus@gmx.de>
1711
1712 * dbus.texi (Receiving Method Calls): Add optional argument
1713 EMITS-SIGNAL to `dbus-register-property'.
1714
b6f9df0f
JB
17152010-06-27 Alex Schroeder <alex@gnu.org>
1716
1717 * nxml-mode.texi (Commands for locating a schema): Fix typo.
1718
62e034c2
GM
17192010-06-24 Glenn Morris <rgm@gnu.org>
1720
1721 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
1722 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
1723 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
1724 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
1725 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
1726 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
1727 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
1728 * woman.texi: Start direntry descriptions in column 32, per Texinfo
1729 convention. Make them end with a period.
1730
9360256a
GM
17312010-06-23 Glenn Morris <rgm@gnu.org>
1732
1733 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
1734 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
1735 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
1736 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
1737 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
1738 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 1739
04d3bb6c
GM
17402010-06-10 Glenn Morris <rgm@gnu.org>
1741
1742 * idlwave.texi (Load-Path Shadows):
1743 * org.texi (Handling links): Fix typos.
1744
5e7d4a75
KY
17452010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
1746
1747 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
1748
9841cb4f
MA
17492010-05-26 Michael Albinus <michael.albinus@gmx.de>
1750
1751 * eshell.texi (Built-ins): Describe, how to disable a built-in command
1752 by an alias. (Bug#6226)
1753
597517ef
JB
17542010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
1755
1756 * calc.texi (Manipulating Vectors): Mention that vectors can
1757 be used to determine bins for `calc-histogram'.
1758
14914c43
JB
17592010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
1760
597517ef 1761 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 1762
0235128c 17632010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1764
1765 * url.texi (HTTP language/coding, Customization):
1766 * message.texi (Header Commands, Responses):
1767 * cl.texi (Argument Lists): Fix typos.
1768
0235128c 17692010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 1770
0235128c
SM
1771 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
1772 Note that Development menu is always available.
aa5789b5
CY
1773 (Creating a project): Fix terminology.
1774 (Add/Remove files): Fix typo.
1775
0235128c
SM
17762010-05-07 Chong Yidong <cyd@stupidchicken.com>
1777
1778 * Version 23.2 released.
1779
a628ad9d 17802010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
1781
1782 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
1783
502269d6
MA
17842010-05-01 Michael Albinus <michael.albinus@gmx.de>
1785
0235128c
SM
1786 * tramp.texi (Inline methods, Default Method):
1787 Mention `tramp-inline-compress-start-size'.
502269d6 1788
6e104790 17892010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
1790
1791 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
1792 the CVS repo. Put the Git repo in the news section.
1793
6e104790 1794 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
1795 Removed some mentions of CVS. Mention the new Git repo.
1796
6e104790 17972010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
1798
1799 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
1800 (Mail Group Commands): Add index entry.
1801
6e104790 18022010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
1803
1804 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
1805
f8b91752
JB
18062010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
1807
1808 * calc.texi (Radix modes): Mention that the option prefix will
1809 turn on twos-complement mode.
1810 (Inverse and Hyperbolic Flags): Mention the Option flag.
1811
ed21c5c8
CD
18122010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
1813
1814 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 1815 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
1816 (Sectioning structure): Update.
1817 (References): New use case for field coordinates.
6e104790 1818 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
1819 (Setting up the staging area): Document the availability of
1820 encryption for MobileOrg.
1821 (Images and tables): Document how to reference labels.
1822 (Index entries): New section.
1823 (Generating an index): New section.
1824 (Column width and alignment): Document that <N> now
1825 means a fixed width, not a maximum width.
1826 (Publishing options): Document the :email option.
1827 (Beamer class export): Fix bug in the BEAMER example.
1828 (Refiling notes): Document refile logging.
1829 (In-buffer settings): Document refile logging keywords.
1830 (Drawers): Document `C-c C-z' command.
1831 (Agenda commands): Mention the alternative key `C-c C-z'.
1832 (Special properties): Document the BLOCKED property.
1833 (The spreadsheet): Mention the formula editor.
1834 (References): Document field coordinates.
1835 (Publishing action): Correct the documentation for the
1836 publishing function.
1837 (The date/time prompt): Document that we accept dates
1838 like month/day/year.
1839 (Cooperation): Document the changes in table.el support.
1840 (Faces for TODO keywords, Faces for TODO keywords)
1841 (Priorities): Document the easy colors.
1842 (Visibility cycling): Document the new double prefix
1843 arg for `org-reveal'.
1844 (Cooperation): Remember.el is part of Emacs.
1845 (Clean view): Mention that `wrap-prefix' is also set by
1846 org-indent-mode.
1847 (Agenda commands): Add information about prefix args to
1848 scheduling and deadline commands.
1849 (Search view): Point to the docstring of
1850 `org-search-view' for more details.
6e104790 1851 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
1852 (Setting tags): Document variable
1853 org-complete-tags-always-offer-all-agenda-tags.
6e104790 1854 (Column attributes): Cross-reference special properties.
ed21c5c8 1855
456b348e
MA
18562010-04-10 Michael Albinus <michael.albinus@gmx.de>
1857
1858 Synchronize with Tramp repository.
1859
1860 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
1861 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
1862 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
1863 syntax, texi2dvi reports errors with the backquotes.
1864
1865 * trampver.texi: Update release number.
1866
357e2d8e
KY
18672010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
1868
1869 * gnus.texi (Finding the News): Add pointers to the Server buffer
1870 because it's essential.
1871
1d4d7664
KY
18722010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
1873
1874 * gnus.texi (MIME Commands): Update description of
1875 gnus-article-browse-html-article.
1876
bd3e840f
KY
18772010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
1878
1879 * auth.texi (Secret Service API): Add TODO node.
1880 (Help for users): Explain the new source options for `auth-sources'.
1881
e867cb5d 18822010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
1883
1884 * trampver.texi: Update release number.
1885
288f9fc0
CY
18862010-03-10 Chong Yidong <cyd@stupidchicken.com>
1887
1888 * Branch for 23.2.
1889
d99aaebd
CY
18902010-03-03 Chong Yidong <cyd@stupidchicken.com>
1891
1892 * faq.texi (Escape sequences in shell output): Note that ansi-color is
1893 now enabled by default.
1894
5794c2a5
MA
18952010-02-28 Michael Albinus <michael.albinus@gmx.de>
1896
1897 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
1898 when Emacs runs in interactive mode. (Bug#5645)
1899
40572be6
GM
19002010-02-16 Glenn Morris <rgm@gnu.org>
1901
1902 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
1903
7bb8ed67
MH
19042010-02-05 Mark A. Hershberger <mah@everybody.org>
1905
1906 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
1907
45a1423d 19082010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
1909
1910 * gnus.texi (Score File Format): Fix typo.
1911
45a1423d 19122010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
1913
1914 * cc-mode.texi: Replace references to obsolete c-subword-mode.
1915
14f17fc8
JB
19162010-01-18 Juanma Barranquero <lekktu@gmail.com>
1917
1918 * ada-mode.texi (Project File Overview): Fix typo.
1919
607d4369
CY
19202010-01-17 Chong Yidong <cyd@stupidchicken.com>
1921
1922 * semantic.texi: Add Richard Y. Kim credit.
1923
1924 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
1925
3d1bfa99
MA
19262010-01-17 Michael Albinus <michael.albinus@gmx.de>
1927
1928 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 1929 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 1930
6fbf7a75
GM
19312010-01-17 Glenn Morris <rgm@gnu.org>
1932
b9f978f0
GM
1933 * calc.texi (Reporting Bugs): Don't mention format of repository.
1934
f19bc38d
GM
1935 * woman.texi (Bugs): Make "Emacs repository" less specific,
1936 and the URL for same more specific.
1937
6fbf7a75
GM
1938 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
1939
16c3428a
JB
19402010-01-17 Juanma Barranquero <lekktu@gmail.com>
1941
1942 * ede.texi (ede-step-project, ede-proj-target):
1943 * tramp.texi (Remote processes): Fix typos.
1944
045b9da7
ML
19452010-01-16 Mario Lang <mlang@delysid.org>
1946
1947 * ede.texi (ede-target):
1948 * org.texi (Refiling notes): Remove duplicated words.
1949
c57008f6
SM
19502010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1951
1952 * gnus.texi (Posting Styles): Use with-current-buffer.
1953 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
1954
798c9eb5
KR
19552010-01-02 Kevin Ryde <user42@zip.com.au>
1956
1957 * eieio.texi (Naming Conventions): Correction to xref on elisp
1958 coding conventions, is "Tips" node not "Standards".
1959
4970fbfe
CY
19602009-12-24 Chong Yidong <cyd@stupidchicken.com>
1961
1962 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
1963
1964 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
1965
83828b06
KY
19662009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
1967
1968 * gnus.texi (Direct Functions): Add missing port number to tls method.
1969
45a4a565
JB
19702009-12-15 Juanma Barranquero <lekktu@gmail.com>
1971
1972 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
1973 ($(infodir)/edt, edt.dvi): New targets.
1974
698bfef7
GM
19752009-12-15 Glenn Morris <rgm@gnu.org>
1976
1977 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
1978 (edt, $(infodir)/edt, edt.dvi): New targets.
1979 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
1980
1981 * Makefile.in (PDF_TARGETS, pdf): New.
1982 (clean): Add *.pdf.
1983 Add pdf rules for all manuals.
1984
0e983327
JB
19852009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
1986
1987 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
1988
8e687433
CY
19892009-12-14 Chong Yidong <cyd@stupidchicken.com>
1990
1991 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
1992 (Smart Jump, Analyzer Debug): Copyedits.
1993 (Semantic mode user commands): Link to new nodes.
1994 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
1995 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
1996 upstream Semantic manual.
1997
1998 * semantic.texi (Introduction): Minor fix to diagram.
1999
020335df
MA
20002009-12-09 Michael Albinus <michael.albinus@gmx.de>
2001
2002 * eshell.texi (History): Add the other built-in variables.
2003 (Built-ins): Explain built-ins, and how to apply the external commands.
2004 Add `history', `su' and `sudo'.
2005
2006 * tramp.texi (Remote processes): Add missing <RET> in the example.
2007
6ddf13e4
BW
20082009-12-01 Bill Wohler <wohler@newt.com>
2009
2010 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 2011 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
2012 excessively garrulous.
2013
07b6428c
MA
20142009-11-29 Michael Albinus <michael.albinus@gmx.de>
2015
2016 * tramp.texi (Remote processes): Improve eshell example with "su"
2017 and "sudo" commands.
2018
fd1cefda
CY
20192009-11-28 Chong Yidong <cyd@stupidchicken.com>
2020
2021 * semantic.texi (Analyzer Internals): Rename from Analyzer.
2022
2023 * sem-user.texi (Semantic mode user commands): Fix key syntax.
2024 Document semantic-complete-analyze-inline.
2025 (Semanticdb search debugging commands): Minor clarification.
2026 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 2027 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 2028 manual.
9d542758 2029 (Semantic mode): Link to Idle Scheduler.
fd1cefda 2030
159e3ad5
KR
20312009-11-28 Kevin Ryde <user42@zip.com.au>
2032
2033 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 2034 @pxref, now EIEIO is in Emacs.
159e3ad5 2035
c6d47315
KR
2036 * erc.texi (Development): Correction to git tutorial url.
2037
16f6287e
GM
20382009-11-26 Glenn Morris <rgm@gnu.org>
2039
2040 * faq.texi (Latest version of Emacs): Mention stability of development
2041 version.
2042 (Problems with very large files): Max buffer size increase in 23.2.
2043 (VM): VM has moved house again.
2044
5ea5dbc9
JB
20452009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
2046
2047 * calc.texi (Radix modes): Discuss alternate bases for two's complement
2048 notations.
2049
5dec9555
CD
20502009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
2051
45a4a565 2052 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 2053
bd6f6833
CY
20542009-11-20 Chong Yidong <cyd@stupidchicken.com>
2055
2056 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
2057 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
2058 (Idle Completions Mode): Numerous copyedits.
bd6f6833 2059
be479117
JB
20602009-11-17 Juanma Barranquero <lekktu@gmail.com>
2061
2062 * semantic.texi (Semantic Internals, Glossary):
2063 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
2064 (Semanticdb search debugging commands): Fix typos.
2065
17291a1f
JB
20662009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2067
be479117 2068 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 2069
af42a9cc
JB
20702009-11-16 Juanma Barranquero <lekktu@gmail.com>
2071
2072 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
2073 ($(infodir)/semantic, semantic.dvi): New targets.
2074
3149927d
CY
20752009-11-16 Chong Yidong <cyd@stupidchicken.com>
2076
2077 * Makefile.in: Build the Semantic manual.
2078
2079 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
2080 repository.
2081
977640ed
MA
20822009-11-16 Michael Albinus <michael.albinus@gmx.de>
2083
2084 * dbus.texi (Receiving Method Calls): New defun
2085 `dbus-unregister-service'.
2086
17673adf
CD
20872009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
2088
2089 * org.texi (Speed keys): New section.
2090
0ecd3c90
MA
20912009-11-13 Michael Albinus <michael.albinus@gmx.de>
2092
2093 * dbus.texi (Type Conversion): Fix typo.
2094 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
2095 `dbus-registered-objects-table'.
0c7efc08
SM
2096 (Receiving Method Calls): New defun `dbus-register-property'.
2097 Move `dbus-unregister-object' here.
0ecd3c90 2098
8bfe682a
CD
20992009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
2100
2101 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
2102
21032009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
2104
2105 * org.texi (Column attributes): Add the new age summary operators.
2106 Also, mention the fact you can only use one summary operator per
2107 property.
2108
21092009-11-13 John Wiegley <johnw@newartisans.com>
2110
0c7efc08 2111 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 2112 manual about how to track habits.
0c7efc08 2113 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
2114 dangling clocks are resolved.
2115
21162009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
2117
2118 * org.texi (Agenda commands): Document the new `i' command.
2119 (Inserting deadline/schedule): Document logging changes
2120 of scheduling and deadline times stamps.
2121 (In-buffer settings): Document the in-buffer keywords for logging
2122 changes of scheduling and deadline times stamps.
2123 (Structure editing, Plain lists): Document indentation
2124 cycling in empty entries with TAB.
2125 (Archiving): Document the default archiving command.
2126 (Moving subtrees): Document the new keys for archiving.
2127 (Internal archiving): Fix incorrect key.
2128 (Agenda commands): Document the TODO set switching commands.
2129 (Agenda commands): Document the new archiving keys.
2130 (Clocking work time): Better description on how to save
2131 and restore a clock.
2132 (Resolving idle time): Mention the x11idle program to get true
2133 idleness also under X11.
2134 (Resolving idle time): Use @kbd instead of @key for normal
2135 letters, because this is how he rest of the manual does this.
2136 (Pushing to MobileOrg): Mention that `org-directory'
2137 should be set.
2138 (Agenda commands): Document that SPC is a filter for
2139 any tag.
0c7efc08 2140 (Search view): Rename from "Keyword search".
8bfe682a
CD
2141 (Capure): New chapter.
2142 (Markup): New chapter.
0c7efc08
SM
2143 (Links in HTML export, Images in HTML export):
2144 Extend the section titles.
8bfe682a
CD
2145 (Images in HTML export): Document the align option.
2146 (Text areas in HTML export): Extend the section title.
2147 (Images in LaTeX export): Explain image placement in LaTeX.
2148
693737cd
GM
21492009-11-10 Glenn Morris <rgm@gnu.org>
2150
2151 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
2152
c7bd4ebe
MA
21532009-11-08 Michael Albinus <michael.albinus@gmx.de>
2154
2155 * tramp.texi (Auto-save and Backup): Disable backups just for a
2156 method.
2157
2158 * trampver.texi: Update release number.
2159
76c5acad
MA
21602009-11-07 Michael Albinus <michael.albinus@gmx.de>
2161
2162 Sync with Tramp 2.1.17.
2163
2164 * trampver.texi: Update release number.
2165
d9a57abf
GM
21662009-10-29 Glenn Morris <rgm@gnu.org>
2167
2168 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
2169
637f4f0f
MA
21702009-10-23 Michael Albinus <michael.albinus@gmx.de>
2171
2172 * tramp.texi (External methods): Temporary files are kept for
2173 `rsync' and `rsyncc' methods.
2174
310dbb05
JB
21752009-10-09 Juanma Barranquero <lekktu@gmail.com>
2176
2177 * eieio.texi: Fix typos.
2178
09094f28
CY
21792009-10-07 Chong Yidong <cyd@stupidchicken.com>
2180
2181 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
2182
216f299a
JB
21832009-10-07 Juanma Barranquero <lekktu@gmail.com>
2184
2185 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
2186 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
2187
966a6506
CY
21882009-10-07 Chong Yidong <cyd@stupidchicken.com>
2189
2190 * Makefile.in: Build EIEIO and EDE manuals.
2191
21922009-10-07 Eric Ludlam <zappo@gnu.org>
2193
2194 * eieio.texi:
2195 * ede.texi: New files.
2196
8842cd9b
MA
21972009-10-05 Michael Albinus <michael.albinus@gmx.de>
2198
2199 * tramp.texi (Remote processes): Association of a pty is not supported.
2200
7006d207
CD
22012009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
2202
2203 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
2204 (Processing LaTeX fragments): Document that the size of images can be
2205 changes using the variable `org-format-latex-options'.
2206 (The date/time prompt, Timestamps): Be more accurate over ISO format
2207 dates and times.
2208 (Visibility cycling): Document showeverything keyword.
2209 (In-buffer settings): Document showeverything keyword.
2210 (Setting up the staging area): Fix the example.
2211 (MobileOrg): New section.
2212 (Agenda commands, Exporting Agenda Views): Document exporting the
2213 agenda view to Org files.
2214
0e7b2867
MA
22152009-09-28 Michael Albinus <michael.albinus@gmx.de>
2216
2217 * tramp.texi (History): Add IMAP support.
2218 (External methods): Add `imap' and `imaps' methods.
2219 (GVFS based methods): Add indices for `davs'.
2220 (Password handling): Rename anchors. Add IMAP entries for
2221 ~/.authinfo.gpg.
2222
2223 * trampver.texi: Set default value of `emacsimap'.
2224
4146636e
KY
22252009-09-22 Daiki Ueno <ueno@unixuser.org>
2226
2227 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
2228
d22f7ffa
CY
22292009-09-13 Chong Yidong <cyd@stupidchicken.com>
2230
0c7efc08
SM
2231 * dired-x.texi (Technical Details):
2232 Delete dired-up-directory (Bug#4292).
d22f7ffa 2233
66043531
MA
22342009-09-03 Michael Albinus <michael.albinus@gmx.de>
2235
216f299a 2236 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 2237
6eb02347
CD
22382009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
2239
2240 * org.texi (Effort estimates): Document new effort setting commands.
2241 (Agenda commands): Document the new keys fro agenda time motion.
2242 Document entry text mode. Improve documentation of the keys to include
2243 inactive time stamps into the agenda view.
2244 (Feedback): Document the new bug report command.
0c7efc08 2245 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 2246
38dc51ba
KY
22472009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
2248
2249 * auth.texi (Help for users): Corrected markup.
2250
e402f452
GM
22512009-09-02 Glenn Morris <rgm@gnu.org>
2252
2253 * emacs-mime.texi (time-date): Mention float-time.
2254
744256cf
JB
22552009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
2256
2257 * calc.texi (Simplifying Formulas): Improve the wording.
2258
b0b63450
MB
22592009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
2260
2261 * auth.texi: Rewritten for coverage and clarity.
2262
22632009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
2264
0c7efc08
SM
2265 * gnus.texi (Expiring Mail):
2266 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
2267 (Various Various): Mention gnus-safe-html-newsgroups.
2268
2269 * gnus-news.texi: Mention
2270 gnus-mark-copied-or-moved-articles-as-expirable.
2271
2272 * emacs-mime.texi (Display Customization): Add xref to
2273 gnus-safe-html-newsgroups.
2274
b59329e0
MA
22752009-08-28 Michael Albinus <michael.albinus@gmx.de>
2276
2277 * tramp.texi (Version Control): Remove.
af42a9cc 2278 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
2279 reference.
2280 (External methods): Correct `scpc' concept index entries. New method
2281 `rsyncc'.
2282 (External packages): New subsections "Filename completion" and "File
2283 attributes cache".
2284
0ff2d6c2
JB
22852009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
2286
2287 * calc.texi (Rewrite Rules): Improve the example.
2288 (Simplifying Formulas): Explain use of the I and H flags for
2289 simplification.
2290
ecd3d54f
MA
22912009-08-25 Michael Albinus <michael.albinus@gmx.de>
2292
2293 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
2294 Describe autostart behaviour of dbus-ping.
2295 (Synchronous Methods, Asynchronous Methods): Use English numeric format
2296 for timeout values.
78176e69
MA
2297 (Top): Remove footnote saying D-Bus is not enabled by
2298 default. (Bug#4256)
ecd3d54f 2299
0f215bca
DU
23002009-08-23 Daiki Ueno <ueno@unixuser.org>
2301
2302 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 2303 Reported by Jari Aalto (Bug#4211).
0f215bca 2304 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 2305 epa-global-mail-mode.
3b7ab45f
DU
2306 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
2307 epa-setup.
0f215bca 2308
4f22e84d
MA
23092009-08-16 Michael Albinus <michael.albinus@gmx.de>
2310
2311 * dbus.texi (Asynchronous Methods): Allow nil handler.
2312
9ff0b02b 23132009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 2314
26b03ee3 2315 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 2316
26b03ee3 2317 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 2318
4c39f404
CY
23192009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
2320
2321 * calc.texi (Date Forms): Fix typos.
2322
3bcfba17
GM
23232009-08-08 Glenn Morris <rgm@gnu.org>
2324
2325 * org.texi (Agenda commands): Restore clobbered change.
2326
66783bb4
EZ
23272009-08-07 Eli Zaretskii <eliz@gnu.org>
2328
2329 * calc.texi (Graphics, Devices): Update with the peculiarities of
2330 operation on MS-Windows.
2331
c8d0cf5c
CD
23322009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2333
2334 * org.texi (Publishing action): Improve documentation of file
2335 names when publishing to the source directory.
2336 (Clean view): Document `org-indent-mode'.
2337 (Clocking work time): Add documentation for the
2338 new :timetamp option when creating a clock report.
2339 (Paragraphs): Fix many typos.
2340 (Plain lists): Remove duplicate explanation about the
2341 `C-c *' command.
2342 (Literal examples): Update to reflect the new behavior
2343 of the -n -r -k switches when exporting source code examples.
2344 (Structure editing): Add information about `C-c *',
2345 converting a plain list into a list of Org items.
2346 (Remember): Small rephrasing of the paragraph
2347 describing remember.el. Also mentioned that remember.el is part
2348 of Emacs 23, not Emacs 22.
2349 (Clocking work time): Add documentation about
2350 displaying the current clocking time against the effort estimate.
2351 Also add a footnote about using `org-clock-in-prepare-hook' to add
2352 an effort estimate on the fly, just before clocking it.
2353 (Footnotes): Document automatic renumbering and
2354 sorting.
2355 (Agenda commands): Document new bulk commands.
2356 (Plain lists): Document new behavior of
2357 `org-cycle-include-plain-lists'.
4e2af782 2358 Hyphenation only in TeX.
c8d0cf5c
CD
2359 (Clocking work time): Document the key to update effort
2360 estimates.
2361 (Clocking work time): Document the clock time display.
2362 (Structure editing, TODO basics): Document new
2363 variables.
2364 (Column attributes): Document new colciew operators.
2365 (Publishing options): Document :xml-declaration.
2366 (Tracking TODO state changes): Document the
2367 LOG_INTO_DRAWER property.
2368 (Literal examples): Document the new implementation for
2369 editing source code.
2370 (Publishing action): Mention the new publishing
2371 function, to publish an Org source file.
2372 (Publishing links): Mention how to link to an Org source file.
2373 (Macro replacement): Document new macros.
2374 (Handling links): Document type-specific completion
2375 when inserting links.
2376 (Structure editing, Plain lists): Improve documentation
2377 on sorting.
2378 (Internal links): Document custom ids for links.
2379 (Handling links): Document custom ids for links.
2380 (CSS support): Document new class.
2381 (Refiling notes): Document the possibility to create new nodes
2382 during refiling.
2383 (Agenda commands): Document the "?" operator to find
2384 tasks without effort setting.
2385 (Exporting agenda information): Section moved.
2386 (RSS Feeds): New section.
2387 (Built-in table editor): Document M-e and M-a navigate
2388 inside table field.
2389 (Stuck projects): Docment that projects identified as
2390 un-stuck will still be searchd for stuck sub-projects.
2391 (Paragraphs): Document centering.
2392 (Creating timestamps, Agenda commands): Document new
2393 behavior when changing time stamps.
2394 (Structure editing): Document the new command
2395 `org-clone-subtree-with-time-shift'.
2396 (Publishing): Refresh this chapter.
2397 (Export options, Export options, In-buffer settings):
2398 Document the new keywords.
2399 (Matching tags and properties): Collect all
2400 documentation about tags/property matches here.
2401 (Setting tags): Document `org-tag-persistent-alist'.
2402 (Weekly/daily agenda): New section.
2403 (Orgstruct mode): Describe `orgstruct++-mode'.
2404 (Drawers): Mention the LOGBOOK drawer.
2405 (Export options, Sectioning structure): Document the
2406 #+LEATEX_HEADER in-buffer setting.
2407 (Bugs): Section removed.
2408 (Hooks): New section.
0c7efc08 2409 (Add-on packages): Move here from old location.
c8d0cf5c
CD
2410 (Context-sensitive commands): New section.
2411 (Setting tags): Document newline option.
2412 (Global TODO list, Matching tags and properties):
2413 Mention more variables.
2414 (Checkboxes): Update to changed command behavior.
81a5560e 2415
40d2791f
CY
24162009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
2417
2418 * speedbar.texi (Basic Key Bindings): Fix typo.
2419
65d0154b
JB
24202009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
2421
2422 * calc.texi (Vector/Matrix Functions): Add index entries for both
2423 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
2424 affects matrices with more than one row.
b5bdfd9f 2425 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 2426
5a9e3ab7
JB
24272009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
2428
2429 * calc.texi (Stack Manipulation Commands): Add documentation for
2430 `calc-transpose-lines'
2431
42fb7e61
MA
24322009-07-27 Michael Albinus <michael.albinus@gmx.de>
2433
2434 * dbus.texi (Receiving Method Calls): Describe special return value
2435 `:ignore'.
2436
574b69d5
AM
24372009-07-24 Alan Mackenzie <acm@muc.de>
2438
2439 * cc-mode.texi (Config Basics, File Styles): Document that at mode
2440 initialization, any individual variable setting now takes precedence
2441 over one done via c-file-style/c-file-offsets.
2442
ec06459c
JB
24432009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
2444
2445 * calc.texi (Undoing Mistakes): Mention that the undo list will be
2446 truncated when Calc is quit.
2447 (Customizing Calc): Document `calc-undo-length'.
2448
4ce54f6b
CY
24492009-07-20 Chong Yidong <cyd@stupidchicken.com>
2450
2451 * calc.texi (About This Manual): Don't mention chapter numbers in text.
2452
0e4f8ba5
GM
24532009-07-11 Kevin Ryde <user42@zip.com.au>
2454
2455 * pcl-cvs.texi (About PCL-CVS):
2456 * widget.texi (Basic Types):
2457 Fix cross-references.
2458
fa0f81b0
AS
24592009-07-01 Andreas Schwab <aschwab@redhat.com>
2460
2461 * dbus.texi (Type Conversion): Don't use literal control character.
2462
88a683c5
MA
24632009-07-01 Michael Albinus <michael.albinus@gmx.de>
2464
2465 * tramp.texi (GVFS based methods): New section.
2466 (Remote processes): Processes for GVFS based methods run locally.
2467
36c8febb
MA
24682009-06-30 Michael Albinus <michael.albinus@gmx.de>
2469
0c7efc08
SM
2470 * tramp.texi (Inline methods, External methods, Gateway methods):
2471 Avoid the words "kludge" and hack".
36c8febb
MA
2472 (External methods): Add `synce' method.
2473
2474 * trampver.texi: Update release number.
2475
d6b951bb
MA
24762009-06-22 Michael Albinus <michael.albinus@gmx.de>
2477
2478 Sync with Tramp 2.1.16.
2479
2480 * tramp.texi (History): Add GVFS support.
2481 (External methods): Precise `rsync' description. Add `dav', `davs' and
2482 `obex' methods. Add 'tramp-gvfs-methods' option.
2483 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
2484 forms.
2485 (Remote Programs): Introduce `tramp-own-remote-path'.
2486 (Remote processes): New subsection "Running remote programs that create
2487 local X11 windows".
2488 (Frequently Asked Questions): Improve code for disabling vc.
2489
2490 * trampver.texi: Update release number. Set default value of
2491 `emacsgvfs'.
2492
70243478
CY
24932009-06-21 Chong Yidong <cyd@stupidchicken.com>
2494
2495 * Branch for 23.1.
2496
54b31cbf
GM
24972009-06-17 Glenn Morris <rgm@gnu.org>
2498
2499 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
2500 (Latest version of Emacs): Mention source code repository.
2501
f6adc23c
GM
25022009-06-16 Glenn Morris <rgm@gnu.org>
2503
2504 * faq.texi (Top): Language tweak.
2505 (Extended commands): Most people have arrow keys.
2506 (Emacs manual): Say how to follow info links.
2507 (File-name conventions): Change title a bit. Explain about source
2508 versus installed. Condense etc description.
2509 (Guidelines for newsgroup postings): Mention Savannah list page.
2510 (Newsgroup archives): Simplify.
2511 (Contacting the FSF): Add contact URL.
2512 (Emacs Lisp documentation): Printed version not always available.
2513 (Installing Texinfo documentation): Explain how by hand installation is
2514 not normally needed. Use add-to-list. Remove duplicate reference.
2515 (Informational files for Emacs): Move info on Help menu here from
2516 "File-name conventions".
2517 (Help installing Emacs): Tweak uref.
2518 (Obtaining the FAQ): Mention repository.
2519 (Origin of the term Emacs): Explain "ITS".
2520 (Changing load-path): Use add-to-list.
2521 (Automatic indentation): Clarify this is for Text mode.
2522 Don't mention Indented Text mode.
2523 (Finding Emacs on the Internet): The FSF does not seem to offer a
2524 deluxe distribution on CD anymore.
2525
b59a8457
GM
25262009-06-16 Glenn Morris <rgm@gnu.org>
2527
2528 * faq.texi (Top): Mention which Emacs version this FAQ is about.
2529 Recommend the latest release. Mention how to get older FAQs.
2530 Recommend the Emacs manual.
2531 (Guidelines for newsgroup postings): Discourage cross-posts.
2532 (Underlining paragraphs): Remove.
2533 (Editing MS-DOS files): Remove pre-Emacs 20 information.
2534 (Bugs and problems): Update key-binding.
2535 (Problems with very large files): Mention 64-bit.
2536 (Shell process exits abnormally): Remove.
2537 (Problems with Shell Mode): Rename and update.
2538 (Spontaneous entry into isearch-mode)
2539 (Problems talking to certain hosts): Remove. This is old information,
2540 in etc/PROBLEMS if needed.
2541 (Emacs takes a long time to visit files, Updating Emacs): Remove.
2542 (Dired claims that no file is on this line): Update.
2543 (Installing Emacs, Problems building Emacs): Simplify.
2544 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
2545 information.
2546 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
2547 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
2548 (JDEE): "JDEE", not "JDE".
2549 (Handling C-s and C-q with flow control, Binding C-s and C-q):
2550 Remove. This is old information, in etc/PROBLEMS if needed.
2551 (stty and Backspace key, Kanji and Chinese characters): Remove.
2552 (Right-to-left alphabets): Update section.
2553 (Changing the included text prefix): Gnus uses message-yank-prefix.
2554 Add cross-reference to Supercite manual.
2555 (Saving a copy of outgoing mail): Simplify output file description.
2556 (Expanding aliases when sending mail): Refer to Emacs manual.
2557 Remove old info about RFC822.
2558 Correct description of how to rebuild aliases.
2559 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
2560 (MIME with Emacs mail packages)
2561 (Viewing articles with embedded underlining)
2562 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
2563 Remove old sections.
2564 (Killing based on nonstandard headers): Remove. Scoring is preferable,
2565 and is well-documented in the Gnus manual.
2566 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
2567 (Making Gnus faster): Rename from "Starting Gnus faster".
2568 Merge "Catch-up is slow in Gnus" into here.
2569
0e6d12ca
GM
25702009-06-14 Glenn Morris <rgm@gnu.org>
2571
2572 * faq.texi (Status of Emacs): Re-order with most recent releases first.
2573 (New in Emacs 23): New section.
2574 (Handling C-s and C-q with flow control): Add xref.
2575
2e17e05e
GM
25762009-06-13 Glenn Morris <rgm@gnu.org>
2577
2578 * faq.texi (Setting up a customization file): Grammar fix.
2579 Customize is no longer "new".
2580 (Displaying the current line or column): Line-number mode is on by
2581 default. Don't mention `column' package. Mention linum.el.
2582 (Turning on abbrevs by default): Explain how to do it for buffers,
2583 modes, and everywhere.
2584 (Associating modes with files): Use add-to-list. Don't mention Emacs
2585 19.
2586 (Highlighting a region): On by default since 23.1.
2587 (Replacing highlighted text): Update doc quote.
2588 (Working with unprintable characters): Don't mention search-quote-char.
2589 (Using an already running Emacs process): Gnuclient is probably not an
2590 enhancement these days.
2591 (Indenting switch statements): Remove mention of pre-Emacs 20.
2592 (Horizontal scrolling): Abbreviate Emacs 20 description.
2593 (Replacing text across multiple files): Fix name of dired command.
2594 (Disabling backups): Use require not load.
4f9d4de3 2595 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 2596
2a1cf2b9
BW
25972009-06-13 Bill Wohler <wohler@newt.com>
2598
2599 Release MH-E manual version 8.2.
2600
2601 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
2602 release 8.2.
2603
85b438b7
GM
26042009-06-13 Glenn Morris <rgm@gnu.org>
2605
2606 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
2607 in this day and age the common meaning is "on the web".
2608 (copying): Use @copyright in all cases.
2609 (Basic keys): Remove reference to deleted manual node "Text Characters".
2610 (File-name conventions): Use GNU as an example rather than SERVICE.
2611 default.el lives in site-lisp. Update Info directory location.
2612 (Real meaning of copyleft): GPL actions have been brought, but all
2613 settled out of court.
2614 (Guidelines for newsgroup postings): Shorten section title.
2615 Simplify comp.emacs description.
2616 (Newsgroup archives): Change Google URL. Describe Gmane.
2617 (Unsubscribing from Emacs lists): Remove discussion of "distribution
2618 points". Mention List-Unsubscribe header.
2619 (Contacting the FSF): Update email and URLs.
2620 (Basic editing): Mention F1 for help.
2621 (Installing Texinfo documentation): Refer to Texinfo website rather
2622 than ftp server.
2623 (Printing a Texinfo file): Mention texi2pdf.
2624 (Informational files for Emacs): Don't describe FTP or SERVICE, they
2625 are just stubs nowadays.
2626 (Latest version of Emacs): Explain version numbers.
2627 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
2628 (Turning on syntax highlighting): No need to mention hilit19 any more.
2629 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
2630 (Modes for various languages): Remove section.
2631 (Major packages and programs): Remove most version and maintainer
2632 information - it's hard to keep up-to-date, and adds nothing.
2633 Similarly with direct links to mailing lists.
2634 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
2635 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
2636 years, and Emacs comes with tools for this now.
2637 (Patch): Remove section - this is a standard tool.
2638 (Using function keys under X): Remove section.
2639
93e2d996
GM
26402009-06-12 Glenn Morris <rgm@gnu.org>
2641
2642 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
2643 (Help installing Emacs): Remove reference to deleted X11 node.
2644 (Associating modes with files): Interpreter-mode-alist is no longer
2645 subservient to auto-mode-alist.
2646 (Installing Emacs): Change future Emacs version.
2647 (Linking with -lX11 fails): Remove old section.
2648 (Packages that do not come with Emacs): Update ELL location.
2649 Emacs Lisp archive is dead.
2650 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
2651 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
2652 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
2653 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
2654 (Removing flashing messages): Remove section about non-existent Gnus
2655 option.
2656
f0bf7708
GM
2657 * faq.texi (Top): Add @top command.
2658 Remove the optional arguments from all @node commands: makeinfo can
2659 generate these automatically, and it is easier to edit and rearrange
2660 nodes without them.
2661
30884d11
GM
26622009-06-11 Glenn Morris <rgm@gnu.org>
2663
2664 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
2665 (The LPF): Make the updated URL the sole reference point.
2666 (Learning how to do something): Update refcard price and format.
2667 (Getting a printed manual): Sources in doc/emacs/, not man/.
2668 Also available in PDF format. Since the page count varies, be less
2669 precise.
2670 (Informational files for Emacs): Remove references to deleted files
2671 LPF and SUN-SUPPORT, and to UUCP.
2672 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
2673 Remove many obsolete ways to get the FAQ, which now seems only to be
2674 distributed with Emacs.
2675 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
2676
deab46e0
CY
26772009-06-09 Chong Yidong <cyd@stupidchicken.com>
2678
223b43fa 2679 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 2680 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 2681
deab46e0
CY
2682 * ada-mode.texi (Installation, Compile commands)
2683 (Project File Overview, No project files, Set compiler options)
2684 (Use GNAT project file, Use multiple GNAT project files)
2685 (Identifier completion): Use @samp for menu items, and @kbd for key
2686 sequences (Bug#3504).
2687
71fbd643
DU
26882009-06-04 Daiki Ueno <ueno@unixuser.org>
2689
8c9bb6f5 2690 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 2691
f197085b
CY
26922009-06-04 Ryan Yeske <rcyeske@gmail.com>
2693
2694 * message.texi (Header Commands): Fix descriptions to match
2695 keybindings.
2696
7f3bc720
DU
26972009-04-22 Daiki Ueno <ueno@unixuser.org>
2698
2699 * gnus.texi (Security): Mention that EasyPG is the current default.
2700
4518068d
CY
27012009-04-13 Chong Yidong <cyd@stupidchicken.com>
2702
2703 * ediff.texi (Session Commands): Fix typo.
2704
d7ca410a
MB
27052009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
2706
2707 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
2708 news.software.readers. Reported by Florian Rehnisch.
2709
c6c76add
GM
27102009-04-02 Glenn Morris <rgm@gnu.org>
2711
2712 * auth.texi: Capitalize direntry.
2713
2714 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
2715 using a period in the entry name. (Bug#2797)
2716
35ed8e2e
JB
27172009-03-03 Juanma Barranquero <lekktu@gmail.com>
2718
2719 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
2720 ($(infodir)/auth, auth.dvi): New targets.
2721
e280480a
GM
27222009-03-03 Glenn Morris <rgm@gnu.org>
2723
2724 * auth.texi: Fix @setfilename.
2725
2726 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
2727 (auth, $(infodir)/auth, auth.dvi): New rules.
2728
8a76755b
GM
27292009-02-25 Glenn Morris <rgm@gnu.org>
2730
2731 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
2732
0038d478
MB
27332009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
2734
2735 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
2736
27372009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
2738
2739 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
2740 gnus-nocem-issuers, and gnus-nocem-verifyer.
2741
867d4bb3
JB
27422009-02-20 Juanma Barranquero <lekktu@gmail.com>
2743
2744 * ada-mode.texi (Project files, Automatic Casing):
2745 * dbus.texi (Signals):
2746 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
2747 * mh-e.texi (HTML):
2748 * nxml-mode.texi (Locating a schema)
2749 (Using the document's URI to locate a schema):
2750 * org.texi (Footnotes, Using the mapping API):
2751 * rcirc.texi (Channels): Remove duplicate words.
2752
3a44dc1f
GM
27532009-02-20 Glenn Morris <rgm@gnu.org>
2754
2755 * dired-x.texi (Miscellaneous Commands):
2756 * gnus.texi: Minor updates for mbox Rmail.
2757
5dc584b5
KB
27582009-02-16 Karl Berry <karl@gnu.org>
2759
b59a8457
GM
2760 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2761 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
2762 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2763 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
2764 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
2765 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
2766 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
2767 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
2768 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
2769 Consistently use @insertcopying in the Top node,
5dc584b5 2770 @contents at the front (after @end titlepage),
b59a8457 2771 and @direntry after @copying. (Bug#1988)
5dc584b5 2772
9eb59592
MB
27732009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
2774
2775 * auth.texi: New file documenting auth-source.
2776
d324fa76
CD
27772009-02-13 Carsten Dominik <dominik@science.uva.nl>
2778
2779 * org.texi (Org Plot): Fix link.
2780
7a603b73
DU
27812009-02-09 Daiki Ueno <ueno@unixuser.org>
2782
2783 * epa.texi (Mail-mode integration): Mention the way to do
2784 "encrypt-to-self". (Bug#1807)
2785
a626b338 27862009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
2787
2788 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
2789
3b36c17e
MB
27902009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
2791
2792 * gnus-news.texi: Print version about Incoming*.
2793
55033558
CD
27942009-02-02 Carsten Dominik <dominik@science.uva.nl>
2795
2796 * org.texi (Structure editing, Handling links)
2797 (Fast access to TODO states, Javascript support): Make standard docs
2798 correctly reflect default variable settings.
2799
ec712abb
GM
28002009-02-02 Glenn Morris <rgm@gnu.org>
2801
2802 * org.texi: Fix typos.
2803
7112648c
MA
28042009-02-01 Michael Albinus <michael.albinus@gmx.de>
2805
2806 Sync with Tramp 2.1.15.
2807
2808 * trampver.texi: Update release number.
2809
2e461fc1
CD
28102009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
2811
2812 * org.texi (TODO dependencies): Document TODO dependencies on
2813 checkboxes.
2814
bc283609
CD
28152009-01-30 Carsten Dominik <dominik@science.uva.nl>
2816
2817 * org.texi (TODO dependencies): Document key binding for toggling
2818 ORDERED property.
2819
74fc5047
MA
28202009-01-28 Michael Albinus <michael.albinus@gmx.de>
2821
2822 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
2823 of hook functions.
2824
d6685abc
CD
28252009-01-28 Carsten Dominik <dominik@science.uva.nl>
2826
2827 * org.texi (TODO dependencies): New section.
2828
65c439fd
CD
28292009-01-27 Carsten Dominik <dominik@science.uva.nl>
2830
2831 * org.texi (Plain lists, TODO basics, Priorities)
2832 (Multiple sets in one file, Conflicts): Document interaction with
2833 `shift-selection-mode'.
2834
5fafc247
JB
28352009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
2836
2837 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
2838 Make Calc the subject of sentences.
2839 (Rearranging Formulas using Selections): Discuss new options
2840 for `j *'.
2841
e7433508
MA
28422009-01-26 Michael Albinus <michael.albinus@gmx.de>
2843
2844 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
2845
2096a1b6
GM
28462009-01-26 Glenn Morris <rgm@gnu.org>
2847
2848 * org.texi: Fix typos.
2849
0cb61492
BW
28502009-01-26 Bill Wohler <wohler@newt.com>
2851
2096a1b6 2852 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 2853
0bd48b37
CD
28542009-01-25 Carsten Dominik <dominik@science.uva.nl>
2855
2856 * org.texi (References): Add information about remote references.
2857 (Built-in table editor): Document `C-c RET' in tables.
2858 (Math symbols, Quoting LaTeX code): Mention that simple
2859 LaTeX macros survive LaTeX export.
2860 (Images in LaTeX export): Show how to create a reference to a
2861 figure.
2862 (Sectioning structure): Document that the LaTeX class can be
2863 specified in a property.
2864 (Text areas in HTML export): New section.
2865 (External links): Add examples for text search and ID links.
2866 (Built-in table editor): Remove the descriptio of `C-c
2867 C-q', it not longer works.
2868 (Literal examples): Document that a space must follow
2869 the colon in short examples.
2870 (Relative timer): Document `org-timer-stop'.
2871 (Footnotes): New section.
2872 (Footnote markup): Shorten section and refer to new Footnote
2873 section.
2874 (Literal examples): Add documentation for line
2875 numbering in and references to code examples.
2876 (CSS support): Fix the description of default CSS styles.
2877 (Capturing column view): Document
2878 "file:path/to/file.org" as an allowed value for the ID property of
2879 a dynamic block copying column view.
2880
49dbbaf2
SE
28812009-01-23 Stephen Eglen <stephen@gnu.org>
2882
2883 * mh-e.texi (Getting Started): Describe $MH.
2884
193e6828
MA
28852009-01-21 Michael Albinus <michael.albinus@gmx.de>
2886
2887 * tramp.texi (all): Harmonize usage of "external method",
2888 "external transfer method" and "out-of-band method".
2889 (Connection types): Precise the differences of inline and external
2890 methods. Written by Adrian Phillips <a.phillips@met.no>.
2891
26b9f88d
MB
28922009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
2893
2894 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
2895 commands as described at the top. Reported by Allan Gottlieb
2896 <gottlieb@nyu.edu>.
2897
28982009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
2899
2900 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
2901 nnmail-pathname-coding-system.
2902
377952e0
GM
29032009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
2904
2905 * org.texi (Relative timer): Fix typo.
2906
a20d3598
JB
29072009-01-15 Juanma Barranquero <lekktu@gmail.com>
2908
2909 * org.texi (Clocking work time): Fix typo.
98a1e0f5 2910 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 2911
a50253cc
GM
29122009-01-13 Glenn Morris <rgm@gnu.org>
2913
2914 * org.texi: Fix some more typos.
2915
07450bee
GM
29162009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
2917
2918 * org.texi: Fix some typos.
2919
e3e955fe
MB
29202009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
2921
2922 * gnus.texi (Group Parameters): Add note for local variables.
2923
29242009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2925
0c7efc08
SM
2926 * gnus.texi (Converting Kill Files): Fix URL.
2927 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
2928
29292009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2930
2931 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
2932 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
2933 (Paging the Article): Add index entry.
2934
71dd9983
JB
29352009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
2936
2937 * ada-mode.texi (Examples): Delete redundant text.
2938
4a0cf14f
MA
29392009-01-03 Michael Albinus <michael.albinus@gmx.de>
2940
36c8febb 2941 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
2942
2943 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
2944 addresses.
2945
aedac0f0
BW
29462009-01-03 Bill Wohler <wohler@newt.com>
2947
2948 * mh-e.texi (Scan Line Formats): Indicate that first column should be
2949 kept empty.
2950
4c65b566
CD
29512008-12-20 Carsten Dominik <dominik@science.uva.nl>
2952
2953 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
2954 (HTML Export commands, LaTeX/PDF export commands):
2955 Improve documentation about transient-mark-mode.
4c65b566
CD
2956 (References): DOcuemtn the use of special names like $LR1 to reference
2957 to fields in the last table row.
2958
e1a78e1e
JL
29592008-12-19 Juri Linkov <juri@jurta.org>
2960
2961 * info.texi (Search Text): Remove mention of removed key binding M-s.
2962
17a0aa82
CD
29632008-12-18 Carsten Dominik <dominik@science.uva.nl>
2964
2965 * org.texi (References): Remove mentioning of @0 as reference for the
2966 last line, this has been reverted in the Lisp sources.
2967
4997d802
JB
29682008-12-17 Juanma Barranquero <lekktu@gmail.com>
2969
2970 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
2971 (DVI_TARGETS): Remove duplicates. Add sasl.
2972 ($(infodir)/sasl, sasl.dvi): New targets.
2973
33306645
CD
29742008-12-17 Carsten Dominik <dominik@science.uva.nl>
2975
2976 * org.texi: Version number pushed to 6.15d.
2977
db55f368
CD
29782008-12-16 Carsten Dominik <dominik@science.uva.nl>
2979
a0bf4117 2980 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
2981 (Images in LaTeX export): New section.
2982 (Inlined images, Images in HTML export): Sections renamed.
2983
dae0a942
MB
29842008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
2985
2986 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
2987
9f5572e9
MB
29882008-12-04 David Engster <dengste@eml.cc>
2989
2990 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 2991 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 2992
bc23baaa
CD
29932008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
2994
2995 * org.texi (Using the mapping API): Fix bug in mapping example.
2996 (Publishing options): Make the list of properties complete again, in
2997 correspondence to the variable `org-export-plist-vars'.
2998 (Property searches): Document new special values for time comparisons.
2999 (Tag inheritance): Refine the description of tag inheritance.
3000 (Project alist): Add info about the publishing sequence of components.
a0bf4117 3001 (Effort estimates): Document the new relative timer.
bc23baaa 3002
3bf8054f
JB
30032008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
3004
3005 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
3006 (Using Calc): Clarify use of `C-x * o'.
3007 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
3008
ac134f2f
RS
30092008-11-28 Richard M Stallman <rms@gnu.org>
3010
3011 * dbus.texi (Receiving Method Calls): Clean up previous change.
3012
ace706d1
MA
30132008-11-26 Michael Albinus <michael.albinus@gmx.de>
3014
3015 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
3016 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
3017 `dbus-unescape-from-identifier'.
3018 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 3019 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
3020 (Signals): Use the constants in the example.
3021
d60b1ba1
CD
30222008-11-24 Carsten Dominik <dominik@science.uva.nl>
3023
b97439ce 3024 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 3025
ce4fdcb9
CD
30262008-11-23 Carsten Dominik <dominik@science.uva.nl>
3027
3028 * org.texi (Setting up Remember): Document `org-remember-mode'.
3029 (External links): Document that bbdb links can use a regular
3030 expression.
3031 (External links): Document that elisp links can contain interactive
3032 commands.
3033
c8548a00 30342008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
3035
3036 * viper.texi (viper-translate-all-ESC-keysequences):
3037 Description removed.
3038
6a2c4aec
GM
30392008-11-19 Glenn Morris <rgm@gnu.org>
3040
3041 * doclicense.texi: Change to FDL 1.3.
3042 Relicense all texi files under FDL 1.3 or later.
3043
59ee4113
JB
30442008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
3045
3046 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
3047
59bcbb98 30482008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 3049
0c7efc08 3050 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
3051
3052 * ediff.texi: Version/date change.
9f90198a 3053
8aa41c9b
CY
30542008-11-14 Chong Yidong <cyd@stupidchicken.com>
3055
3056 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
3057
17587b1b
JB
30582008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
3059
3060 * calc.texi (About This Manual): Comment out a mention of
3061 marginal notes.
3062
564c900e
CD
30632008-11-12 Carsten Dominik <dominik@science.uva.nl>
3064
3065 * org.texi (Clocking work time): Document the :formula property of
3066 clock tables.
3067 (Structure editing, Refiling notes): Document refiling regions.
3068 (Agenda commands): Document the double-prefix version
3069 of the `l' command in the agenda.
3070 (Handling links): Explain the effect of a double prefix
3071 arg to `C-c C-o'.
3072 (TODO basics): Add documentation for tag triggers.
3073
3c4be1f2
GM
30742008-10-23 Glenn Morris <rgm@gnu.org>
3075
3076 * cl.texi (Function Bindings): Mention `flet' fails to deal with
3077 byte-compiling things like `+'.
3078
3079 * ns-emacs.texi: Merge copyright years of author now with assignment
3080 into FSF years.
3081 (VER): Use it for easier automatic updating. Use Emacs version rather
3082 than standalone Emacs.app version.
3083
a6520ff3
CD
30842008-10-12 Carsten Dominik <dominik@science.uva.nl>
3085
864c9740 3086 * org.texi: Lots of minor fixes.
a6520ff3
CD
3087 (Capture): New chapter.
3088 (Org Plot): New section.
3089
db7a4b66
MH
30902008-09-30 Magnus Henoch <mange@freemail.hu>
3091
3092 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
3093
4043c194
JB
30942008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
3095
3096 * calc.texi (User Defined Units): Mention how to enter optional display
3097 string.
3098
eef5ade7
MB
30992008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
3100
0c7efc08 3101 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
3102 avoid the "y/n" wording.
3103
e52cac88
MB
31042008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
3105
0c7efc08 3106 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
3107
31082008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3109
3110 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
3111 @enumerate section so as to be able to be formatted with MAKEINFO=no.
3112
00c55306
BW
31132008-09-22 Bill Wohler <wohler@newt.com>
3114
3115 Release MH-E manual version 8.1.
3116
3117 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3118 release 8.1.
3119
3120 * mh-e.texi: Retain dual license as agreed to by the FSF.
3121 However, bump GPL to Version 3.
3122 Use @include for license text.
3123
e52cac88 31242008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
3125
3126 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
3127 (Store custom flags and keywords, Store arbitrary data):
3128 Clean up markup.
64763fe3
MB
3129
31302008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
3131
3132 * gnus.texi (The Gnus Registry): Document it.
3133
9e601b8d
MB
31342008-09-08 David Engster <dengste@eml.cc>
3135
88ee5b02
JB
3136 * gnus.texi (nnmairix): Point out that nnml uses MH format.
3137 Clarify section about choosing back end servers.
9e601b8d 3138
247043f1
GM
31392008-08-23 Glenn Morris <rgm@gnu.org>
3140
3141 * dired-x.texi (Shell Command Guessing):
3142 Mention dired-guess-shell-case-fold-search. (Bug#417)
3143
2bfec7a0
MA
31442008-08-22 Michael Albinus <michael.albinus@gmx.de>
3145
3146 * trampver.texi: Update release number.
3147
247043f1 31482008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
3149
3150 * ns-emacs.texi: Update version.
3151 (Introduction): Correct menu location for options save.
3152 (Customization): Note that defaults are stored under org.gnu.Emacs.
3153
8c20bd92
BW
31542008-08-11 Bill Wohler <wohler@newt.com>
3155
3156 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
3157 explicit about GNU mailutils MH elsewhere (with thanks to Darel
3158 Henman) (closes SF #1768928).
3159
767a4d92
GM
31602008-08-10 Glenn Morris <rgm@gnu.org>
3161
3162 * ns-emacs.texi: Use @copying. Change copyright of authors with
3163 assignment to FSF. Change license to GFDL.
3164 (Top): Remove outdated references.
3165
6ecfe5c2
MB
31662008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
3167
88ee5b02
JB
3168 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
3169 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
3170 gnus-summary-sort-by-most-recent-date.
3171 (Summary Sorting): Explain prefix argument.
3172
31732008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
3174
3175 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
3176 gnus-summary-pipe-output.
3177
eb932e8a
MA
31782008-08-03 Michael Albinus <michael.albinus@gmx.de>
3179
3180 * dbus.texi (Receiving Method Calls): Document error handling of own
3181 D-Bus methods.
3182
bfe16263
BW
31832008-08-01 Bill Wohler <wohler@newt.com>
3184
3185 * mh-e.texi (Reading Mail)
9f90198a 3186 (Viewing Attachments): Describe new function
bfe16263
BW
3187 mh-show-preferred-alternative.
3188 (Sending Mail, Redistributing, Sending Message): Describe new hook
3189 mh-annotate-msg-hook.
3190
21956b56
MA
31912008-07-31 Michael Albinus <michael.albinus@gmx.de>
3192
3193 * dbus.texi (Arguments and Signatures): Fix example.
3194 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
3195 (Asynchronous Methods): New node.
9f90198a
JB
3196 (Errors and Events): Describe extended layout of `dbus-event'.
3197 New defun `dbus-event-message-type'.
21956b56 3198
7c2fb837
DN
31992008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3200
3201 * ediff.texi: Remove VMS support.
3202
13662773
JB
32032008-07-29 Juanma Barranquero <lekktu@gmail.com>
3204
3205 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
3206 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
3207
ddde0b34
CY
32082008-07-29 Chong Yidong <cyd@stupidchicken.com>
3209
3210 * Makefile.in: Add mairix-el targets.
3211
32122008-07-29 David Engster <deng@randomsample.de>
3213
3214 * mairix-el.texi: New file.
3215
d5875b25
JB
32162008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
3217
366b7d44
JB
3218 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
3219 project files. Delete 'main_unit' project variable; not needed. Allow
3220 process environment variables wherever project variables are allowed.
3221 Add tutorial section on multiple GNAT project files.
d5875b25 3222
6cbab8ee
MA
32232008-07-27 Michael Albinus <michael.albinus@gmx.de>
3224
3225 Sync with Tramp 2.1.14.
3226
3227 * trampver.texi: Update release number.
3228
9e2a2647
DN
32292008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3230
3231 * ns-emacs.texi:
3232 * faq.texi: Remove mentions of Mac Carbon.
3233
d62672f3
MB
32342008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
3235
3236 * gnus.texi (Saving Articles): Describe the 2nd argument of
3237 gnus-summary-save-in-pipe.
3238 (SpamAssassin): Use it.
3239
32402008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
3241
3242 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
3243
dd12e1c6
CD
32442008-07-25 Carsten Dominik <dominik@science.uva.nl>
3245
3246 * org.texi (Export options): Document the use of the creator flag.
3247
44ce9197
CD
32482008-07-24 Carsten Dominik <dominik@science.uva.nl>
3249
3250 * org.texi: New version 6.06a.
3251
ddd13c5d
JB
32522008-07-23 Juanma Barranquero <lekktu@gmail.com>
3253
3254 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
3255 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
3256
8dc6104d
JB
32572008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
3258
3259 * calc.texi (Editing Stack Entries):
3260 (Algebraic Entry): Rewrite introductory sentences so it can be used by
3261 Calc's help functions. Mention fixing typos.
3262 (Customizing Calc): Fix typo.
3263
32642008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
3265
3266 * calc.texi (summarykey): New macro. Use to correctly format keys in
3267 the summary.
3268
ddd13c5d 32692008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
3270
3271 * ns-emacs.texi (Customization): Corrected documentation on color
3272 specification formats.
3273
568beaa2
AS
32742008-07-19 Andreas Schwab <schwab@suse.de>
3275
db8ef699 3276 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
3277
3278 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
3279 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
3280
cd71b9ae
MA
32812008-07-18 Michael Albinus <michael.albinus@gmx.de>
3282
3283 * dbus.texi (Inspection): Rework, introduce submenus.
3284 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
3285 (Properties and Annotations, Arguments and Signatures): New nodes.
3286
9b7993b4
MA
32872008-07-13 Michael Albinus <michael.albinus@gmx.de>
3288
3289 * dbus.texi (Receiving Method Calls): Fix description of
3290 `dbus-register-method'.
3291 (Signals): Allow also signal arguments for filtering in
3292 `dbus-register-signal'.
3293
241d447b
JB
32942008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
3295
3296 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
3297 `cnorm'.
3298 (Arithmetic Tutorial): Simplify the verification of prime factors.
3299
adb46650
MB
33002008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
3301
3302 * gnus.texi (Saving Articles): Mention
3303 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
3304
92e15881
JB
33052008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
3306
3307 * calc.texi: Adjust mode line throughout.
3308
ea597303
JB
33092008-06-28 Juanma Barranquero <lekktu@gmail.com>
3310
3311 * sasl.texi (Mechanisms): Fix typos.
3312
aee08080
JB
33132008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
3314
3315 * calc.texi (Killing from the stack): Mention using normal Emacs
3316 copying.
3317
a06a4a12
MA
33182008-06-21 Michael Albinus <michael.albinus@gmx.de>
3319
0c7efc08 3320 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 3321 Add `auth-source' mechanism.
a06a4a12
MA
3322 (Connection caching): Tramp reopens the connection automatically,
3323 when the operating system on the remote host has been changed.
3324
7389398d
EZ
33252008-06-20 Eli Zaretskii <eliz@gnu.org>
3326
3327 * makefile.w32-in (distclean): Remove makefile.
3328
b349f79f
CD
33292008-06-17 Carsten Dominik <dominik@science.uva.nl>
3330
3f9b4c2b 3331 * org.texi (Using the mapping API): New section.
b349f79f 3332 (Agenda column view): New section.
3f9b4c2b 3333 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 3334 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 3335 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
3336
33372008-06-17 Jason Riedy <jason@acm.org>
3338
3339 * org.texi (A LaTeX example): Note that fmt may be a one-argument
3340 function, and efmt may be a two-argument function.
3341 (Radio tables): Document multiple destinations.
3342
cd5c05d2
GM
33432008-06-16 Glenn Morris <rgm@gnu.org>
3344
3345 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
3346 Add Cover-Texts.
3347
debf4439
GM
33482008-06-15 Glenn Morris <rgm@gnu.org>
3349
3350 * faq.texi (VER): Update to 23.0.60.
3351
3352 * mh-e.texi: Remove option of licensing under GPL.
3353 Add Cover-Texts to GFDL permissions notice.
3354 (GPL): Remove section.
3355 (GFDL): Include doclicense.texi rather than the actual text.
3356
3357 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
3358 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
3359
3360 * sasl.texi: Fix output file name.
3361
3362 * epa.texi, sasl.texi: Refer to license in Emacs manual.
3363
3364 * gnus-coding.texi: Refer to license in Gnus manual.
3365
3366 * idlwave.texi, sasl.texi: Use @copying.
3367
3368 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
3369
3370 * speedbar.texi: Update Back-Cover Text as per maintain.info.
3371
3372 * url.texi: Use @copying, @title, @subtitle, @author.
3373
3374 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
3375 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
3376 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
3377 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
3378 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
3379 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
3380 * widget.texi, woman.texi:
3381 Remove references to external license, since doclicense is included.
3382
3383 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
3384 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
3385 Remove references to non-existent Invariant Sections.
3386
091f8bc1
GM
33872008-06-14 Glenn Morris <rgm@gnu.org>
3388
3389 * faq.texi (Major packages and programs): Remove references to external
3390 Supercite, Calc, VIPER, since they have been included for some time.
3391 Update VM, AUCTeX, BBDB entries.
3392
47bcb4d3
UJ
33932008-06-14 Ulf Jasper <ulf.jasper@web.de>
3394
3395 * newsticker.texi: Updated to match latest newsticker changes.
3396
6f093307
GM
33972008-06-13 Glenn Morris <rgm@gnu.org>
3398
3399 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
3400 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
3401 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
3402 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
3403 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
3404 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
3405 * woman.texi:
3406 Update Back-Cover Text as per maintain.info.
3407
2b968687
MB
34082008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
3409
3410 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
3411
3412 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
3413 (gnus-faq.xml): Update repository host.
3414
2b968687
MB
3415 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
3416
34172008-06-15 Frank Schmitt <ich@frank-schmitt.net>
3418
3419 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
3420 Fix a typo.
3421
34222008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
3423
3424 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 3425 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
3426 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
3427
34282008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
3429
3430 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
3431 coding standards.
3432
34332008-06-14 David Engster <dengste@eml.cc>
3434
3435 * gnus.texi (nnmairix): Markup fixes.
3436
e6d2d263
MB
34372008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
3438
2b968687 3439 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
3440
34412008-06-05 David Engster <dengste@eml.cc>
3442
3443 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
3444
34452008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
3446
b344d29d 3447 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
3448 (Searching, nnir, nnmairix): New stub nodes.
3449
ad231df6 34502008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
3451
3452 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
3453
f394fa25
MB
34542008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
3455
3456 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
3457
58333467
MB
34582008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
3459
3460 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
3461
67525fb9
JY
34622008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
3463
3464 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
3465
0549d8fc
JB
34662008-05-06 Juanma Barranquero <lekktu@gmail.com>
3467
3468 * info.texi (Top): Fix typo in xref.
3469
149a3837
KB
34702008-05-05 Karl Berry <karl@gnu.org>
3471
3472 * info.texi (Top): @xref to stand-alone manual.
3473
3a23a519
MB
34742008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3475
3476 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
3477 (Various Summary Stuff): Fix typo in last xref.
3478
0a29fbf3
JB
34792008-05-02 Juanma Barranquero <lekktu@gmail.com>
3480
3481 * org.texi (Moving subtrees): Fix typo.
3482
586b90f1
MA
34832008-04-28 Michael Albinus <michael.albinus@gmx.de>
3484
3485 * tramp.texi (Frequently Asked Questions): Explain, how to disable
3486 Tramp via `tramp-mode'.
3487
b5af9883
CD
34882008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
3489
3490 * org.texi: Massive changes, in many parts of the file.
3491
d55fe5bb
MB
34922008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
3493
3494 * gnus.texi (Oort Gnus): Add message-fill-column.
3495
34962008-04-12 Adrian Aichner <adrian@xemacs.org>
3497
3498 * gnus.texi (Mail Source Specifiers): Typo fix.
3499
35002008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
3501
3502 * gnus.texi (Diary Headers Generation): Update key binding for
3503 `gnus-diary-check-message'.
3504
35052008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
3506
3507 * gnus.texi (Emacsen): Addition.
3508
35092008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
3510
3511 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
3512
35132008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
3514
3515 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
3516
35172008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
3518
3519 * gnus-news.texi: Update tool bar item.
3520
35212008-04-09 Sven Joachim <svenjoac@gmx.de>
3522
3523 * gnus-news.texi: Fix typos.
3524
76c109c3
JB
35252008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
3526
222027f2 3527 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
3528 Add mention of `kron'.
3529
d5fbd5a6
MO
35302008-04-01 Daiki Ueno <ueno@unixuser.org>
3531
0c7efc08
SM
3532 * epa.texi (Encrypting/decrypting *.gpg files):
3533 Document epa-file-name-regexp.
d5fbd5a6 3534
fbcbb58c
KY
35352008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3536
3537 * gnus.texi (Example Methods): Fix description about ssh-agent.
3538 (Indirect Functions): Fix the default value of nntp-telnet-command;
3539 remove link to connect.html.
3540
134ce16c
MA
35412008-03-30 Michael Albinus <michael.albinus@gmx.de>
3542
3543 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
3544 dbus-call-method.
3545 (Receiving Method Calls): The timeout can be set by the calling client.
3546
da1975d7
MA
3547 * trampver.texi: Update release number.
3548
2e4089ab
RS
35492008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
3550
3551 * gnus.texi (Top): Fix version. Add SASL.
3552
70cab5a9
MA
35532008-03-29 Michael Albinus <michael.albinus@gmx.de>
3554
3555 Sync with Tramp 2.1.13.
3556
3557 * trampver.texi: Update release number.
3558
5bc6ddff
MB
35592008-03-29 Chong Yidong <cyd@stupidchicken.com>
3560
3561 * org.texi: Update to new org-mode website.
3562
35632008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3564
3565 * cl.texi (For Clauses): Fix loop over key-seq to match code.
3566
9b3ebcb6
MB
35672008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
3568
3569 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
3570 gnus-read-ephemeral-gmane-group-url,
3571 gnus-read-ephemeral-emacs-bug-group,
3572 gnus-read-ephemeral-debian-bug-group.
3573
35742008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
3575
3576 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
3577
3578 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
3579 Add FIXMEs for Bookmarks and gnus-registry-marks.
3580
35812008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
3582
3583 * gnus.texi (Smileys): Document `smiley-style'.
3584
35852008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
3586
3587 * gnus.texi (Gnus Development): Clarify difference between ding and
3588 gnu.emacs.gnus.
3589 (MIME Commands, Using MIME, RSS): Fix markup.
3590
3591 * gnus-faq.texi ([8.4]): Ditto.
3592
35932008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
3594
3595 * gnus.texi (Emacsen): Remove obsolete stuff.
3596
35972008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
3598
3599 * gnus.texi (Oort Gnus): Add version info WRT
3600 `mail-source-delete-incoming'.
3601
36022008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
3603
3604 * gnus.texi (Top): Add "Other related manuals" and version info in
3605 `iftex' output.
3606 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
3607 gnus-balloon-face-0 and the corresponding format specifiers.
3608
608d6a81
MA
36092008-03-26 Michael Albinus <michael.albinus@gmx.de>
3610
3611 * tramp.texi (Filename completion): Remove footnote about let-bind
3612 of `partial-completion-mode'. It doesn't work this way.
3613
27a6f132
SM
36142008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3615
3616 * pcl-cvs.texi (Contributors): Update my email.
3617
4a7c4c40
MA
36182008-03-21 Michael Albinus <michael.albinus@gmx.de>
3619
3620 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
3621
2940c053
BW
36222008-03-17 Bill Wohler <wohler@newt.com>
3623
3624 * mh-e.texi (Viewing): Update URL for adding header fields to
3625 mh-invisible-header-fields-default.
3626
30864d5f
BW
36272008-03-16 Bill Wohler <wohler@newt.com>
3628
3629 * mh-e.texi (Preface): Add Gnus to requirements.
3630 (Forwarding): Note that forwarded MIME messages are now inline.
3631
31fe2b00
SM
36322008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
3633
3634 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
3635 (Common Variables): Give precedence to the netcat methods over the
3636 telnet methods, and mention that they are more reliable.
31fe2b00 3637
5e97c626
CD
36382008-03-13 Carsten Dominik <dominik@science.uva.nl>
3639
3640 * org.texi (Exporting Agenda Views): Document agenda export to
3641 iCalendar.
3642 (Progress logging): Document the new progress logging stuff.
3643
37a68866
MB
36442008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
3645
3646 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
3647 Update for change of `mail-source-delete-incoming'.
3648
3649 * gnus-news.texi: Ditto.
3650
8f7abae3
MB
36512008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
3652
3653 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
3654 custom versions.
3655
af379c86
AM
36562008-03-07 Alan Mackenzie <acm@muc.de>
3657
3658 * cc-mode.texi (Limitations and Known Bugs): State that the number of
3659 parens/brackets in a k&r region is limited.
3660
3d0f8a67
MB
36612008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
3662
3663 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
3664 using different Emacs versions.
3665
52151df0
GM
36662008-02-27 Glenn Morris <rgm@gnu.org>
3667
3668 * sc.texi: Remove a lot of old and obsolete info.
3669 (titlepage): Simplify.
3670 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
3671 (VM with any Emacsen, GNEWS with any Emacsen)
3672 (Overloading for Non-conforming MUAs, Version 3 Changes)
3673 (The Supercite Mailing List): Delete nodes.
3674 (Introduction): Remove info about old packages.
3675 (Getting Connected): Simplify. Remove info about old packages.
3676 (Citing Commands): Delete Emacs 19 info.
3677 (Hints to MUA Authors): Simplify.
3678 (Thanks and History): Merge in some info from the deleted node
3679 "Version 3 Changes".
3680
b03f96dc
MB
36812008-02-05 Juanma Barranquero <lekktu@gmail.com>
3682
3683 * org.texi (Setting tags, In-buffer settings):
3684 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
3685
52bec650
MB
36862008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
3687
3688 * gnus-news.texi: Mention that spaces and tabs are allowed in the
3689 installation directory name.
3690
34a3c587
RF
36912008-02-12 Romain Francoise <romain@orebokech.com>
3692
3693 * epa.texi (Overview): Fix typo.
3694
5a8d03e9
MO
36952008-02-11 Daiki Ueno <ueno@unixuser.org>
3696
3697 * epa.texi (Quick start): Remove the .emacs setting.
3698
f1914c40
MO
36992008-02-10 Daiki Ueno <ueno@unixuser.org>
3700
3701 * epa.texi (Quick start): Use the command `epa-enable' instead of
3702 loading `epa-setup'.
3703
bca98fc9
JB
37042008-02-08 Juanma Barranquero <lekktu@gmail.com>
3705
3706 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
3707 ($(infodir)/epa, epa.dvi): New targets.
3708
4b01af2e
MO
37092008-02-08 Daiki Ueno <ueno@unixuser.org>
3710
3711 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
3712
3713 * epa.texi: New manual documenting the EasyPG Assistant.
3714
06c0751a
MA
37152008-02-06 Michael Albinus <michael.albinus@gmx.de>
3716
3717 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
3718 (Inspection): New function dbus-ping.
3719
7dcccd7b
MA
37202008-02-05 Michael Albinus <michael.albinus@gmx.de>
3721
3722 * tramp.texi (Remote processes): Add `shell-command'.
3723
a1da1e37
MB
37242008-01-28 Michael Sperber <sperber@deinprogramm.de>
3725
3726 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
3727 (Group Parameters): Document `mail-source' parameter.
3728
c9d8f746
MA
37292008-01-27 Michael Albinus <michael.albinus@gmx.de>
3730
3731 * tramp.texi (Inline methods): The hostname of the su(do)? methods
3732 must be a local host.
3733
15db4a13
MO
37342008-01-26 Michael Olson <mwolson@gnu.org>
3735
3736 * erc.texi: Update version for ERC 5.3 release.
3737 (Obtaining ERC): Update extras URLs for 5.3.
3738 (Development): Write instructions for git, and remove those for Arch.
3739 (History): Mention the switch to git.
3740
2bc43980
KB
37412008-01-24 Karl Berry <karl@gnu.org>
3742
bca98fc9
JB
3743 * info.texi (Search Index, Search Text): Mention the command
3744 character in the section name, a la the (Go to node) node.
2bc43980 3745
d2e4a6c9
MA
37462008-01-21 Michael Albinus <michael.albinus@gmx.de>
3747
3748 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
3749
0b6799c3
MB
37502008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
3751
3752 * gnus-news.texi: Mention gnus-article-describe-bindings.
3753
37542008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
3755
3756 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
3757
db9c3fb1 37582008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 3759
7b4d0413 3760 * org.texi (Property inheritance): New section.
db9c3fb1 3761 (Conventions): New section.
7b4d0413 3762 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
3763 commands, and the new bindings for refiling.
3764 (Sparse trees): Document the new special command for sparse trees.
3765 (References): Be more clear about the counting of hilines.
3766 (Handling links): Document M-p/n for accessing links.
3767 (Fast access to TODO states): New section.
3768 (Per file keywords): New section.
3769 (Property inheritance): New section.
3770 (Column attributes): New summary types.
3771 (Capturing Column View): New section.
3772 (The date/time prompt): Cover the new features in the date/time prompt.
3773 Compactify the table of keys for the calendar remote control.
3774 (Clocking work time): Document the new :scope parameter.
3775 (Remember): Promoted to chapter.
3776 (Quoted examples): New section.
3777 (Enhancing text): New verbatim environments.
3778
6ed73f28
MA
37792008-01-14 Michael Albinus <michael.albinus@gmx.de>
3780
3781 * trampver.texi: Update release number.
3782
95838435
MB
37832008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
3784
0c7efc08
SM
3785 * gnus.texi (Article Keymap):
3786 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
3787 gnus-article-reply-with-original and
3788 gnus-article-followup-with-original.
3789
20234d96
GM
37902008-01-09 Glenn Morris <rgm@gnu.org>
3791
3792 * nxml-mode.texi: Add @copying section.
3793
d82cf70b
MB
37942008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
3795
3796 * message.texi (Mail Variables): Add some text from "(gnus)Posting
3797 Server". Add `message-send-mail-with-mailclient'.
3798
3799 * gnus.texi (Posting Server): Move some text to "(message)Mail
3800 Variables" and add a reference here.
3801
addb7f2e
MA
38022008-01-04 Michael Albinus <michael.albinus@gmx.de>
3803
3804 * dbus.texi (Receiving Method Calls): New chapter.
3805 (Errors and Events): Add serial number to events. Replace "signal" by
3806 "message". Introduce dbus-event-serial-number.
3807
4db2806c
MA
38082008-01-03 Michael Albinus <michael.albinus@gmx.de>
3809
3810 * dbus.texi (Type Conversion): Explain the type specification for empty
3811 arrays. Use another example.
3812
c9ecb5a7
MA
38132007-12-30 Michael Albinus <michael.albinus@gmx.de>
3814
3815 * dbus.texi (all): Replace "..." by @dots{}.
3816 (Type Conversion): Precise the value range for :byte types.
3817 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
3818 Mention its return value.
3819 (Errors and Events): There is no D-Bus error propagation during event
3820 processing.
3821
702dbfd9
JB
38222007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
3823
3824 * calc.tex (Yacas Language, Maxima Language, Giac Language):
3825 New sections.
3826
87035689
MB
38272007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
3828
3829 * gnus.texi (Group Parameters): Reorder the text and add a note about
3830 `gnus-parameters' near the beginning of the node.
3831
38322007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
3833
3834 * gnus.texi (Score File Editing): Fix function name.
3835
5492f5ca
MA
38362007-12-23 Michael Albinus <michael.albinus@gmx.de>
3837
3838 Sync with Tramp 2.1.12.
3839
3840 * trampver.texi: Update release number.
3841
d4e67bc5
MA
38422007-12-22 Michael Albinus <michael.albinus@gmx.de>
3843
3844 * dbus.texi (Type Conversion): Correct input parameters mapping.
3845
6a31c819
MA
38462007-12-21 Michael Albinus <michael.albinus@gmx.de>
3847
3848 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
3849 (Errors and Events): Mention wrong-type-argument error.
3850
99a3e35f
AS
38512007-12-21 Alex Schroeder <alex@gnu.org>
3852
3853 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 3854 spaces. Fixed some typos.
99a3e35f
AS
3855 (Internet Relay Chat): Explain relay.
3856 (Getting started with rcirc): Change items to reflect prompts.
3857 Add more explanation to rcirc-track-minor-mode and added a comment to
3858 warn future maintainers that this section is a copy.
0c7efc08 3859 (People): Change /ignore example.
62b12a24 3860 (Keywords): Not keywords.
99a3e35f 3861
331e4d02
AS
38622007-12-20 Alex Schroeder <alex@gnu.org>
3863
3864 * rcirc.texi (Top): Fighting Information Overload chapter added.
3865 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 3866 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
3867 (Fighting Information Overload): New chapter documenting /keyword,
3868 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
3869 (Configuration): Document rcirc-server-alist, remove
3870 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 3871
cd71c3ef
MA
38722007-12-16 Michael Albinus <michael.albinus@gmx.de>
3873
3874 * dbus.texi (Signals): Fix example in dbus-register-signal.
3875
bbbe940b
MB
38762007-12-14 Sven Joachim <svenjoac@gmx.de>
3877
3878 * gnus.texi (Score Variables): Fix typo.
3879
0ce574ef
MA
38802007-12-07 Michael Albinus <michael.albinus@gmx.de>
3881
3882 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
3883 (Signals): Adapt dbus-send-signal and dbus-register-signal.
3884 (Errors and Events): Adapt dbus-event.
3885
b890d447
MB
38862007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3887
3888 * gnus.texi (Other Files): Add the yenc command.
3889
38902007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
3891
3892 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
3893 since 2004-08-06.
3894
38952007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
3896
3897 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
3898 on body.
3899
39002007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
3901
3902 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
3903 and rfc2047-allow-irregular-q-encoded-words; fix description of
3904 rfc2047-encode-encoded-words.
3905
39062007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
3907
3908 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
3909
3728bf03
MO
39102007-12-05 Michael Olson <mwolson@gnu.org>
3911
3912 * remember.texi (Diary): Remove "require" line for remember-diary.el.
3913 Update documentation for `remember-diary-file'.
3914
a4397af9
MA
39152007-12-04 Michael Albinus <michael.albinus@gmx.de>
3916
3917 * dbus.texi (Signals): Precise `dbus-register-signal'.
3918 (Errors and Events): Rework events part, the internal structure of
3919 dbus-event has changed.
3920
1682490c
JB
39212007-12-03 Juanma Barranquero <lekktu@gmail.com>
3922
3923 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
3924 ($(infodir)/dbus, dbus.dvi): New targets.
3925
7b13a0f2
MA
39262007-12-03 Michael Albinus <michael.albinus@gmx.de>
3927
3928 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
3929 unconditionally.
3930
3931 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
3932 emulation with @print{}.
3933
7ef92bc9
RS
39342007-12-02 Richard Stallman <rms@gnu.org>
3935
3936 * dbus.texi (Overview): Minor cleanup.
3937
22d8ac3a
MA
39382007-12-02 Michael Albinus <michael.albinus@gmx.de>
3939
d3a8e0df
MA
3940 * Makefile.in (INFO_TARGETS): Add dbus.
3941 (DVI_TARGETS): Add dbus.dvi.
3942 (dbus, dbus.dvi): New targets.
3943
22d8ac3a
MA
3944 * dbus.texi: New file.
3945
559764ab
RF
39462007-11-24 Romain Francoise <romain@orebokech.com>
3947
3948 * nxml-mode.texi: Add description in @direntry.
7aa579d9 3949 Fix file name to match @setfilename.
559764ab 3950
ac97a16b
MH
39512007-11-23 Mark A. Hershberger <mah@everybody.org>
3952
3953 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
3954 ($(infodir)/nxml-mode): New rule.
3955
3956 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
3957 ($(infodir)/nxml-mode): New rule.
3958 (clean): Add nxml-mode*.
3959
3960 * nxml-mode.texi: New file with nxml manual.
3961
404cd454
GM
39622007-11-18 Richard Stallman <rms@gnu.org>
3963
3964 * flymake.texi (Example -- Configuring a tool called directly):
3965 Update example.
3966
b048d478
MA
39672007-11-18 Michael Albinus <michael.albinus@gmx.de>
3968
3969 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 3970 double-slash behavior. Explain directory contents flushing.
b048d478 3971
346e8469
JB
39722007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3973
3974 * calc.texi (TeX and LaTeX Language Modes): Put in
3975 missing braces.
3976
404cd454
GM
39772007-11-15 Richard Stallman <rms@gnu.org>
3978
3979 * cl.texi (Equality Predicates): Delete `eql'.
3980 (Predicates, Naming Conventions, Top): Delete `eql'.
3981 (Common Lisp Compatibility): Delete `eql'.
3982 (Porting Common Lisp): Delete obsolete backquote info.
3983 Minor clarification about character constants.
3984 (Sequence Basics): Minor clarification.
3985
1f6af58b
JB
39862007-11-15 Juanma Barranquero <lekktu@gmail.com>
3987
dccb744b 3988 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
3989 * tramp.texi (Filename completion): Fix typos.
3990
3bc88bc9
JB
39912007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
3992
3993 * calc.texi (Basic commands): Mention the menu.
3994
bc5300d3
MA
39952007-11-12 Michael Albinus <michael.albinus@gmx.de>
3996
3997 * tramp.texi (Connection caching): Tramp flushes connection
3998 properties when remote operating system has been changed.
3999
4d8a28ec
MB
40002007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
4001
4002 * gnus-news.texi: Fix spelling.
4003 `message-insert-formatted-citation-line', not
4004 `message-insert-formated-citation-line'.
4005
404cd454
GM
4006 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
4007
e1176b47
MA
40082007-11-07 Michael Albinus <michael.albinus@gmx.de>
4009
4010 * tramp.texi (Overview): Mention also the PuTTY integration under
4011 Win32. Remove paragraphs about Tramp's experimental status.
4012 (Frequently Asked Questions): Add code example for highlighting the
4013 mode line.
4014
6159985a
MO
40152007-11-03 Michael Olson <mwolson@gnu.org>
4016
4017 * remember.texi: Change mentions of remember-buffer to
4018 remember-finalize throughout.
4019
bec9b2f5
MO
40202007-10-30 Michael Olson <mwolson@gnu.org>
4021
4022 * remember.texi (Copying): Remove.
4023 (Mailbox): Update with non-BBDB instructions.
4024 (Diary, Org): Add.
4025 (Bibliography, Planner Page): Remove.
4026
b6173182
JB
40272007-10-30 Juanma Barranquero <lekktu@gmail.com>
4028
4029 * makefile.w32-in (INFO_TARGETS): Add remember.
4030 (DVI_TARGETS): Add remember.dvi.
4031 ($(infodir)/remember): New rule.
4032 (clean): Add remember*.
4033
15f3eb73
MO
40342007-10-30 Michael Olson <mwolson@gnu.org>
4035
70bdc930
MO
4036 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
4037 ($(infodir)/remember): New rule that builds the Remember Manual.
4038
b6173182
JB
4039 * remember.texi: New file containing the Remember Mode Manual.
4040 Shuffle chapters around after initial import.
7d3f6f1a
MO
4041 (Function Reference): Split Keystrokes into separate chapter.
4042 (Keystrokes): Document C-c C-k.
51d24a12 4043 (Introduction): Fix typographical issue with "---".
15f3eb73 4044
404cd454
GM
40452007-10-29 Richard Stallman <rms@gnu.org>
4046
4047 * widget.texi (Introduction): Delete discussion of implementation
4048 internals.
4049
9bbb9638
MA
40502007-10-29 Michael Albinus <michael.albinus@gmx.de>
4051
4052 * tramp.texi (Connection caching): Host names must be different
4053 when tunneling.
4054
c7ff939a
RS
40552007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4056
4057 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
4058 Gnus v5.13.
4059
01c52d31
MB
40602007-10-28 Miles Bader <miles@gnu.org>
4061
4062 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
4063
01c52d31
MB
40642007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4065
0c7efc08
SM
4066 * gnus.texi (Sorting the Summary Buffer):
4067 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
4068
40692007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4070
4071 * gnus.texi (Non-ASCII Group Names): New node.
4072 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
4073 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
4074
c8763fb6 40752007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
4076
4077 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
4078 clean the output of the program `imap-shell-program'.
4079
40802007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4081
4082 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
4083
40842007-10-28 Tassilo Horn <tassilo@member.fsf.org>
4085
4086 * gnus.texi (Sticky Articles): Documentation for sticky article
4087 buffers.
4088
c8763fb6 40892007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
4090
4091 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
4092
40932007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4094
4095 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
4096
40972007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4098
0c7efc08
SM
4099 * gnus.texi (Archived Messages):
4100 Document gnus-update-message-archive-method.
01c52d31
MB
4101
41022007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4103
4104 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
4105
c8763fb6 41062007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 4107
0c7efc08
SM
4108 * gnus.texi (Group Maneuvering):
4109 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
4110
41112007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4112
0c7efc08
SM
4113 * gnus.texi (Really Various Summary Commands):
4114 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
4115
41162007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4117
4118 * gnus.texi, message.texi: Bump version number.
4119
41202007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4121
4122 * gnus.texi (Group Line Specification, Misc Group Stuff)
4123 (Server Commands): Parenthesize @pxref{Mail Spool}.
4124
41252007-10-28 Didier Verna <didier@xemacs.org>
4126
4127 New user option: message-signature-directory.
4128 * message.texi (Insertion Variables): Document it.
4129 * gnus.texi (Posting Styles): Ditto.
4130
41312007-10-28 Didier Verna <didier@xemacs.org>
4132
4133 * gnus.texi (Group Line Specification):
4134 * gnus.texi (Misc Group Stuff):
4135 * gnus.texi (Server Commands): Document the group compaction feature.
4136
41372007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4138
4139 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
4140
4141 * message.texi (Various Message Variables): Add message-fill-column.
4142
41432007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4144
4145 * gnus.texi: Untabify.
4146
41472007-10-28 Didier Verna <didier@xemacs.org>
4148
4149 * gnus.texi (Group Parameters): Document the posting-style merging
4150 process in topic-mode.
4151
41522007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4153
4154 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
4155
41562007-10-28 Romain Francoise <romain@orebokech.com>
4157
4158 * gnus.texi (Mail Spool): Fix typo.
4159 Update copyright.
4160
41612007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4162
4163 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
4164
41652007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4166
4167 * gnus.texi (Summary Generation Commands):
4168 Add gnus-summary-insert-ticked-articles.
4169
41702007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4171
b2abec73
JB
4172 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
4173 to spam-spamassassin-program.
01c52d31
MB
4174
41752007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4176
4177 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
4178
41792007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4180
4181 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
4182
41832007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4184
4185 * message.texi (Mail Headers): Document `opportunistic'.
4186
41872007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4188
4189 * emacs-mime.texi (Encoding Customization): Explain how to set
4190 mm-coding-system-priorities per hierarchy.
4191
41922007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4193
4194 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
4195 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
4196
41972007-10-28 Didier Verna <didier@xemacs.org>
4198
4199 * message.texi (Wide Reply): Update documentation of
4200 message-dont-reply-to-names (now allowing a list of regexps).
4201
42022007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4203
4204 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
4205
42062007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4207
4208 * gnus.texi (SpamAssassin back end): Fix typo.
4209
4210 * sieve.texi (Examples): Fix grammar.
4211
42122007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4213
4214 * gnus.texi (Searching for Articles): Document M-S and M-R.
4215 (Limiting): Document / b.
4216
42172007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4218
4219 * gnus.texi (Thread Commands): T M-^.
4220
42212007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4222
4223 * message.texi (Mail Aliases): Document ecomplete.
4224 (Mail Aliases): Fix typo.
4225
42262007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4227
4228 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
4229 fix typo.
4230
42312007-10-28 Romain Francoise <romain@orebokech.com>
4232
4233 * gnus.texi (Mail Spool): Grammar fix.
4234
42352007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4236
4237 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
4238 string.
4239
42402007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4241
4242 * gnus.texi (Group Parameters): Fix description.
4243
42442007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4245
b2abec73
JB
4246 * gnus.texi (Gmane Spam Reporting):
4247 Fix spam-report-gmane-use-article-number.
4248 Add spam-report-user-mail-address.
01c52d31
MB
4249
42502007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4251
4252 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
4253
42542007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4255
4256 * gnus.texi (Group Parameters): Add simplified sorting example based on
4257 example for `Sorting the Summary Buffer' from Jari Aalto
4258 <jari.aalto@cante.net>.
4259 (Example Methods): Add example for an indirect connection.
4260
42612007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
4262
0c7efc08 4263 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
4264 (Agent Parameters): Updated parameter names to match code.
4265 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
4266 'gnus-agent-summary-fetch-series'.
4267 (Agent and flags): New section providing a generalized discussion
4268 of flag handling.
0c7efc08
SM
4269 (Agent and IMAP): Remove flag discussion.
4270 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
4271
42722007-10-28 Romain Francoise <romain@orebokech.com>
4273
4274 * gnus.texi (Exiting the Summary Buffer): Add new function
4275 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
4276
42772007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4278
4279 * gnus.texi (Conformity): Fix typo.
4280 (Customizing Articles): Document `first'.
4281
42822007-10-28 Jari Aalto <jari.aalto@cante.net>
4283
4284 * gnus.texi (Sorting the Summary Buffer):
4285 Add `gnus-thread-sort-by-date-reverse'. Add example
4286 host to different sorting in NNTP and RSS groups.
4287
42882007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4289
4290 * message.texi (Insertion): Describe prefix for
4291 message-mark-inserted-region and message-mark-insert-file.
4292
42932007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4294
4295 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
4296 LaTeX documents. Describe "text/x-gnus-verbatim".
4297
42982007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
4299
b2abec73 4300 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
4301 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
4302 (spam-stat spam filtering, SpamOracle)
0c7efc08 4303 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
4304 clarity.
4305
43062007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4307
4308 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
4309 gnus-article-delete-part and gnus-article-replace-part.
4310 (Using MIME): Add gnus-mime-replace-part.
4311
43122007-10-28 Romain Francoise <romain@orebokech.com>
4313
4314 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
4315 requires `auto-compression-mode' to be enabled. Add new nnml
4316 variable `nnml-compressed-files-size-threshold'.
4317
43182007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4319
0c7efc08
SM
4320 * gnus.texi (Sorting the Summary Buffer):
4321 Add gnus-thread-sort-by-recipient.
01c52d31
MB
4322
43232007-10-28 Romain Francoise <romain@orebokech.com>
4324
4325 * message.texi (Insertion Variables): Mention new variable
4326 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
4327 documentation accordingly.
4328
43292007-10-28 Romain Francoise <romain@orebokech.com>
4330
4331 * gnus.texi (To From Newsgroups): Mention new variables
4332 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
4333
43342007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4335
4336 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
4337 stuff; gnus-mime-inline-part does the automatic decompression.
4338
43392007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
4340
4341 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 4342 "training.ham" should be "training.spam".
01c52d31
MB
4343
43442007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4345
4346 * message.texi (Mail Variables): Fix the default value for
4347 message-send-mail-function.
4348
43492007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4350
4351 * gnus.texi (Optional Back End Functions): nntp-request-update-info
4352 always returns nil exceptionally.
4353
43542007-10-28 Simon Josefsson <jas@extundo.com>
4355
0c7efc08
SM
4356 * gnus.texi (Article Washing): Add libidn URL.
4357 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
4358
43592007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4360
4361 * gnus.texi (Topic Commands): Fix next/previous.
4362
43632007-10-28 Simon Josefsson <jas@extundo.com>
4364
4365 * gnus.texi (Article Washing): Mention `W i'.
4366
c8763fb6 43672007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
4368
4369 * gnus.texi (Group Parameters): Slight extension of sieve
4370 parameter description.
4371
43722007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4373
4374 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
4375 matching score files as well.
4376 (Picons): Describe `gnus-picon-style'.
4377
43782007-10-28 Romain Francoise <romain@orebokech.com>
4379
4380 * message.texi (Message Headers): Mention that headers are hidden
4381 using narrowing, and how to expose them.
4382 Update copyright.
4383
43842007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4385
4386 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
4387 `gnus-summary-sort-by-recipient'.
4388
43892007-10-28 Romain Francoise <romain@orebokech.com>
4390
4391 * gnus.texi (NNTP marks): New node.
4392 (NNTP): Move NNTP marks variables to the new node.
4393
43942007-10-28 Jesper Harder <harder@ifa.au.dk>
4395
b2abec73 4396 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
4397
4398 * gnus.texi (MIME Commands, Hashcash): Markup fix.
4399
44002007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
4401
b2abec73 4402 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 4403 everywhere for consistency.
b2abec73
JB
4404 (Filtering Spam Using The Spam ELisp Package): Admonish again.
4405 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
4406 Say "regular expression" instead of "regex." Admonish.
4407 Pick other words to sound better (s/so/thus/).
4408 (Spam ELisp Package Filtering of Incoming Mail):
4409 Mention statistical filters. Remove old TODO.
01c52d31 4410 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
4411 New section on sorting and displaying the spam score.
4412 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
4413 backend but an alias to spam-use-BBDB.
4414 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
4415 new backend functionality.
4416
44172007-10-28 Simon Josefsson <jas@extundo.com>
4418
4419 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
4420 nntp-marks-directory, from Romain Francoise
4421 <romain@orebokech.com>.
4422
44232007-10-28 Magnus Henoch <mange@freemail.hu>
4424
4425 * gnus.texi (Hashcash): New default value of
4426 hashcash-default-payment.
4427
44282007-10-28 Simon Josefsson <jas@extundo.com>
4429
4430 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
4431 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
4432
44332007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4434
0c7efc08 4435 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
4436
44372007-10-28 Simon Josefsson <jas@extundo.com>
4438
4439 * gnus.texi (documentencoding): Add, to avoid warnings.
4440
44412007-10-28 Simon Josefsson <jas@extundo.com>
4442
4443 * message.texi (Mail Headers): Add.
4444
4445 * gnus.texi (Hashcash): Fix.
4446
44472007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
4448
0c7efc08 4449 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 4450 that payments can be verified and fix the name of the
b2abec73 4451 hashcash-path variable.
01c52d31
MB
4452
44532007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4454
b2abec73 4455 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
4456
44572007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4458
4459 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
4460
44612007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
4462
4463 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
4464 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
4465 warning about ham processors in spam groups removed.
01c52d31
MB
4466
44672007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 4468
0c7efc08 4469 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 4470 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
4471
44722007-10-28 Jesper Harder <harder@ifa.au.dk>
4473
4474 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
4475 (Mailing List): Typo.
4476 (Customizing Articles): Add gnus-treat-ansi-sequences.
4477 (Article Washing): Index.
4478
4479 * message.texi: Use m-dash consistently.
4480
44812007-10-28 Jesper Harder <harder@ifa.au.dk>
4482
4483 * gnus.texi (GroupLens): Remove.
4484
44852007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
4486
0c7efc08
SM
4487 * gnus.texi (Outgoing Messages, Agent Variables):
4488 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
4489 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
4490
44912007-10-28 Jesper Harder <harder@ifa.au.dk>
4492
4493 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
4494
44952007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4496
4497 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
4498
4499 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
4500
45012007-10-28 Simon Josefsson <jas@extundo.com>
4502
4503 * gnus.texi (Top): Add SASL.
4504
404cd454
GM
45052007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
4506
4507 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
4508
45092007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
4510
4511 * gnus.texi (Troubleshooting): Adjust Gnus version number.
4512
0edd2970
JB
45132007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
4514
4515 * calc.texi (Formulas, Composition Basics): Lower the
4516 precedence of negation.
4517
a9afba20
JY
45182007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
4519
4520 * ses.texi (The Basics): Mention how to create a new spreadsheet.
4521 Mention the new three-letter column identifiers.
4522 (More on cell printing): Calculate-cell and truncate-cell are now `c'
4523 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
4524 message when using `c' on an empty default with default printer.
4525 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
4526 renamed to `ses--symbolic-formulas' some time ago.
4527
45b778a6
JB
45282007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
4529
4530 * calc.texi (Default Simplifications, Making Selections)
4531 (Customizing Calc): Clarify associativity of multiplication.
4532
03b5bade
MA
45332007-10-23 Michael Albinus <michael.albinus@gmx.de>
4534
4535 * tramp.texi (Traces and Profiles): Simplify loop over
4536 `trace-function-background'.
4537
e658c8ee
JL
45382007-10-22 Juri Linkov <juri@jurta.org>
4539
4540 * dired-x.texi (Shell Command Guessing): Default values are now
4541 available by typing M-n instead of M-p.
4542
dd753688
MA
45432007-10-21 Michael Albinus <michael.albinus@gmx.de>
4544
4545 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
4546 (Password caching): Remove `tramp-clear-passwd'.
4547 It's not a command anymore.
dd753688
MA
4548 (Bug Reports): Add `tramp-bug' to function index.
4549 (Function Index, Variable Index): New nodes.
4550 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
4551
4552 * trampver.texi: Update release number.
4553
4bb49b43
JB
45542007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
4555
8b296cdd 4556 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
4557 about integer size into past tense.
4558 (Time Zones): Remove pointer to Calc author's address.
4559 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 4560 and hyperbolic cotangent. Fix typo.
4bb49b43 4561
311dd93f
MA
45622007-10-10 Michael Albinus <michael.albinus@gmx.de>
4563
4564 Sync with Tramp 2.1.11.
4565
4566 * trampver.texi: Update release number.
4567
ea3fc256
MA
45682007-10-06 Michael Albinus <michael.albinus@gmx.de>
4569
4570 * tramp.texi (External packages): New section.
4571
1af74d06
MB
45722007-09-29 Juri Linkov <juri@jurta.org>
4573
4574 * info.texi (Help-Int): Document `L' (`Info-history').
4575
0e2806fa
SM
45762007-09-26 Carsten Dominik <dominik@science.uva.nl>
4577
4578 * org.texi: Change links to webpage and maintained email.
4579 (Remember): Promote to Chapter, significant changes.
4580 (Fast access to TODO states): New section.
4581 (Faces for TODO keywords): New section.
4582 (Export options): Example for #+DATE.
4583 (Progress logging): Section moved.
4584
567b9191
BW
45852007-09-26 Bill Wohler <wohler@newt.com>
4586
4587 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
4588 browse-url-at-mouse.
4589
1af74d06
MB
45902007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
4591
4592 * flymake.texi (Customizable variables): Face names don't end in -face.
4593 Fix flymake-err-line-patterns template.
4594 (Example -- Configuring a tool called directly): Fix init-function.
4595 (Highlighting erroneous lines): Face names don't end in -face.
4596
d60a4e3a 45972007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
4598
4599 * erc.texi (Special-Features): Fix small typo.
4600
7d7a3510
MA
46012007-09-14 Michael Albinus <michael.albinus@gmx.de>
4602
4603 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
4604 and "External transfer methods".
4605
285f0d3a
JB
46062007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
4607
4608 * calc.texi (Predefined Units): Add some history.
4609
526dc846
MO
46102007-09-08 Michael Olson <mwolson@gnu.org>
4611
87e04f16
JB
4612 * erc.texi (Copying): New section included from gpl.texi.
4613 This matches the look of the upstream ERC manual.
526dc846 4614
f10d0e80
JB
46152007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
4616
87e04f16 4617 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
4618 (Random Numbers): Clarify the distribution of `random'.
4619
4009494e
GM
46202007-09-06 Glenn Morris <rgm@gnu.org>
4621
f1fc42aa 4622 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 4623 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
4624 Change all setfilename commands to use ../../info.
4625 * Makefile.in: Move the parts of the old man/Makefile.in that do not
4626 refer to the Emacs manual here.
4627 (infodir): New variable.
4628 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
4629 (cc-mode.texi, faq.texi): Update references to source file locations.
4630 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
4631 do not refer to the Emacs manual here.
4632 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
4633
4634 * Makefile.in: Add `basename' versions of all info targets, for
4635 convenience when rebuilding just one manual.
4636 (../etc/GNU): Delete obsolete target.
4637 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
4638 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
4639 *.vrs *.toc here...
4640 (maintainer-clean): ...from here.
4009494e
GM
4641
4642 * makefile.w32-in (../etc/GNU): Delete obsolete target.
4643
2de53ca6
GM
46442007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
4645
4646 * calc.texi (Date Conversions): Clarify definition of
4647 Julian day numbering.
4648 (Date Forms): Clarify definition of Julian day numbering;
4649 add some history.
4650
46512007-08-30 Carsten Dominik <dominik@science.uva.nl>
4652
87e04f16 4653 * org.texi: Version 5.07.
2de53ca6
GM
4654
46552007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
4656
4657 * message.texi (MIME): Replace mml-attach with mml-attach-file.
4658
46592007-08-22 Carsten Dominik <dominik@science.uva.nl>
4660
4661 * org.texi (Adding hyperlink types): New section.
4662 (Embedded LaTeX): Chapter updated because of LaTeX export.
4663 (LaTeX export): New section.
4664 (Using links out): New section.
4665
46662007-08-22 Glenn Morris <rgm@gnu.org>
4667
4668 * faq.texi (Learning how to do something): Refcards now in
4669 etc/refcards/ directory.
4670
46712007-08-22 Michael Albinus <michael.albinus@gmx.de>
4672
4673 * tramp.texi (Remote Programs): Persistency file must be cleared when
4674 changing `tramp-remote-path'.
4675 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
4676 macro.
4677
46782007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
4679
4680 * calc.texi: Move contents to beginning of file.
4681 (Algebraic Entry): Fix the formatting of an example.
4682
46832007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
4684
4685 * calc.texi (Basic Operations on Units): Mention exact versus
4686 inexact conversions.
4687
46882007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
4689
4690 * calc.texi (Basic Operations on Units): Mention default
4691 values for new units.
4692 (Quick Calculator Mode): Mention that binary format will
4693 be displayed.
4694
46952007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
4696
4697 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
4698
46992007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
4700
4701 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
4702
47032007-08-08 Glenn Morris <rgm@gnu.org>
4704
4705 * gnus.texi, sieve.texi: Replace `iff'.
4706
47072007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
4708
4709 * calc.texi (Basic Graphics): Mention the graphing of error
4710 forms.
4711 (Graphics Options): Mention how `g s' handles error forms.
4712 (Curve Fitting): Mention plotting the curves.
4713 (Standard Nonlinear Models): Add additional models.
4714 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
4715 (Linear Fits): Correct result.
4716
47172007-08-01 Alan Mackenzie <acm@muc.de>
4718
4719 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
4720 to "--no-site-file".
4721
47222007-07-29 Michael Albinus <michael.albinus@gmx.de>
4723
4724 * tramp.texi (Frequently Asked Questions): Point to mode line
4725 extension in Emacs 23.1.
4726
4727 * trampver.texi: Update release number.
4728
47292007-07-27 Glenn Morris <rgm@gnu.org>
4730
4731 * calc.texi (Copying): Include license text from gpl.texi, rather than
4732 in-line.
4733
47342007-07-25 Glenn Morris <rgm@gnu.org>
4735
4736 * calc.texi (Copying): Replace license with GPLv3.
4737
4738 * Relicense all FSF files to GPLv3 or later.
4739
47402007-07-22 Michael Albinus <michael.albinus@gmx.de>
4741
4742 Sync with Tramp 2.1.10.
4743
4744 * tramp.texi (trampfn): Expand macro implementation in order to handle
4745 empty arguments.
4746 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 4747 occurrences by trampfn.
2de53ca6 4748 (Frequently Asked Questions): Extend example code for host
b2abec73 4749 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
4750 file names to be typed.
4751
4752 * trampver.texi: Update release number.
4753
47542007-07-17 Michael Albinus <michael.albinus@gmx.de>
4755
4756 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
4757 section. Reported by <poti@potis.org>.
4758 (Remote processes): Arguments of the program to be debugged are taken
4759 literally.
4760 (Frequently Asked Questions): Simplify recentf example.
4761
47622007-07-14 Karl Berry <karl@gnu.org>
4763
4764 * info.texi (@copying): New Back-Cover Text.
4765
4766 * info.texi (Quitting Info): Move to proper place in source.
4767 (Reported by Benno Schulenberg.)
4768
47692007-07-13 Eli Zaretskii <eliz@gnu.org>
4770
4771 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
4772
4773 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
4774
4775 * emacs-mime.texi: Add @documentencoding directive.
4776
47772007-07-12 Nick Roberts <nickrob@snap.net.nz>
4778
4779 * tramp.texi (Remote processes): Add an anchor to the subsection
4780 "Running a debugger on a remote host".
4781
47822007-07-12 Michael Albinus <michael.albinus@gmx.de>
4783
4784 * tramp.texi (Remote processes): Don't call it "experimental" any
4785 longer. Add subsection about running a debugger on a remote host.
4786
47872007-07-10 Carsten Dominik <dominik@science.uva.nl>
4788
4789 * org.texi (Properties and columns): Chapter rewritten.
4790
47912007-07-08 Michael Albinus <michael.albinus@gmx.de>
4792
4793 * tramp.texi:
4794 * trampver.texi: Migrate to Tramp 2.1.
4795
47962007-07-02 Carsten Dominik <dominik@science.uva.nl>
4797
4798 * org.texi (Properties): New chapter.
4799
48002007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
4801
4802 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
4803 Control Panel.
4804
4805 * gnus.texi (Misc Article): Add index entry for
4806 gnus-single-article-buffer.
4807
48082007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
4809
4810 * gnus.texi (Starting Up): Fix typo.
4811
48122007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
4813
4814 * gnus.texi (Asynchronous Fetching): Fix typo.
4815
48162007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
4817
4818 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
4819 (About This Manual): Remove redundant information.
4820 (Getting Started): Mention author.
4821 (Basic Arithmetic, Customizing Calc): Make description of the
4822 variable `calc-multiplication-has-precedence' match its new effect.
4823
48242007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
4825
0c7efc08
SM
4826 * calc.texi (Basic Arithmetic, Customizing Calc):
4827 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
4828
48292007-06-19 Carsten Dominik <dominik@science.uva.nl>
4830
4831 * org.texi (Tag): Section swapped with node Timestamps.
4832 (Formula syntax for Lisp): Document new `L' flag.
4833
48342007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
4835
4836 * gnus.texi (Misc Group Stuff, Summary Buffer)
4837 (Server Commands, Article Keymap): Fix typo. s/function/command/.
4838
48392007-06-06 Juanma Barranquero <lekktu@gmail.com>
4840
4841 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
4842 * gnus.texi (Article Buttons, Mail Source Customization)
4843 (Sending or Not Sending, Customizing NNDiary):
4844 * message.texi (Message Headers):
4845 * mh-e.texi (HTML): Fix typos.
4846
48472007-06-07 Michael Albinus <michael.albinus@gmx.de>
4848
4849 Sync with Tramp 2.0.56.
4850
4851 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
4852 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
4853
48542007-06-02 Chong Yidong <cyd@stupidchicken.com>
4855
4856 * Version 22.1 released.
4857
48582007-05-26 Michael Olson <mwolson@gnu.org>
4859
4860 * erc.texi (Modules): Fix references to completion modules.
4861
48622007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
4863
4864 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
4865
48662007-05-09 Didier Verna <didier@xemacs.org>
4867
4868 * gnus.texi (Email Based Diary): New. Proper documentation for the
4869 nndiary back end and the gnus-diary library.
4870
48712007-05-03 Karl Berry <karl@gnu.org>
4872
4873 * .cvsignore (*.pdf): New entry.
4874
4875 * texinfo.tex: Update from current version for better pdf generation.
4876
48772007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
4878
4879 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
4880
48812007-04-28 Glenn Morris <rgm@gnu.org>
4882
4883 * faq.texi (New in Emacs 22): Restore mention of python.el pending
4884 consideration of legal status.
4885
48862007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
4887
4888 * idlwave.texi: Minor updates for IDLWAVE 6.1.
4889
48902007-04-24 Chong Yidong <cyd@stupidchicken.com>
4891
4892 * faq.texi (New in Emacs 22): python.el removed.
4893
48942007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
4895
4896 * calc.texi (Reporting bugs): Update maintainer's address.
4897
48982007-04-22 Chong Yidong <cyd@stupidchicken.com>
4899
4900 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
4901
49022007-04-15 Jay Belanger <belanger@truman.edu>
4903
4904 * calc.texi (Title page): Remove the date.
4905 (Basic Arithmetic): Emphasize that / binds less strongly than *.
4906 (The Standard Calc Interface): Change trail title.
4907 (Floats): Mention that when non-decimal floats are entered, only
4908 approximations are stored.
4909 (Copying): Move to the appendices.
4910 (GNU Free Documentation License): Add as an appendix.
4911
49122007-04-15 Chong Yidong <cyd@stupidchicken.com>
4913
4914 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
4915 * dired-x.texi, ebrowse.texi, ediff.texi:
4916 * emacs-mime.texi, erc.texi, eshell.texi:
4917 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
4918 * idlwave.texi, message.texi, newsticker.texi, org.texi:
4919 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
4920 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4921 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
4922 * woman.texi: Include GFDL.
4923
4924 * doclicense.texi: Remove node heading, so that it can be included by
4925 other files.
4926
4927 * dired-x.texi: Relicence under GFDL. Remove date from title page.
4928
4929 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
4930 than *.
4931
49322007-04-14 Carsten Dominik <dominik@science.uva.nl>
4933
4934 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
4935 in Calc.
4936
49372007-04-09 Romain Francoise <romain@orebokech.com>
4938
4939 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
4940 Mac OS ports. Make it clear that mouse-1 complements and doesn't
4941 replace mouse-2.
4942
49432007-04-08 Chong Yidong <cyd@stupidchicken.com>
4944
4945 * woman.texi (Word at point, Interface Options): woman-topic-at-point
4946 renamed to woman-use-topic-at-point. Document new behavior.
4947
49482007-04-08 Richard Stallman <rms@gnu.org>
4949
4950 * url.texi: Fix some indexing.
4951 (Disk Caching): Drop discussion of old/other Emacs versions.
4952
49532007-04-07 Chong Yidong <cyd@stupidchicken.com>
4954
4955 * url.texi (Disk Caching): Say Emacs 21 "and later".
4956
4957 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
4958 on Font locking which now mentions JIT lock.
4959
49602007-04-01 Michael Olson <mwolson@gnu.org>
4961
4962 * erc.texi: Update for the ERC 5.2 release.
4963
49642007-03-31 David Kastrup <dak@gnu.org>
4965
4966 * woman.texi (Topic, Interface Options): Explain changes semantics of
4967 woman-manpath in order to consider MANPATH_MAP entries.
4968
49692007-03-31 Eli Zaretskii <eliz@gnu.org>
4970
4971 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
4972
49732007-03-26 Richard Stallman <rms@gnu.org>
4974
4975 * pgg.texi (Caching passphrase): Clean up previous change.
4976
49772007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
4978
4979 * gnus.texi (Setting Process Marks): Fix typo.
4980
49812007-03-25 Romain Francoise <romain@orebokech.com>
4982
4983 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
4984 readability, and include various fixes by Daniel Brockman, Nick Roberts
4985 and Dieter Wilhelm.
4986
49872007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
4988
4989 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
4990
4991 * gnus.texi (Mail Source Specifiers): Fix typo.
4992
49932007-03-22 Ralf Angeli <angeli@caeruleus.net>
4994
4995 * reftex.texi (Imprint): Update maintainer information.
4996
49972007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
4998
4999 * message.texi (Message Buffers): Update documentation for
5000 message-generate-new-buffers.
5001
50022007-03-15 Daiki Ueno <ueno@unixuser.org>
5003
5004 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
5005
50062007-03-21 Glenn Morris <rgm@gnu.org>
5007
5008 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
5009
50102007-03-19 Chong Yidong <cyd@stupidchicken.com>
5011
5012 * eshell.texi (Known problems): Emacs 21 -> 22.
5013
5014 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
5015
50162007-03-18 Jay Belanger <belanger@truman.edu>
5017
5018 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
5019
50202007-03-12 Glenn Morris <rgm@gnu.org>
5021
5022 * calc.texi (Time Zones): Switch to new North America DST rule.
5023
5024 * calc.texi: Replace "daylight savings" with "daylight
5025 saving" in text throughout.
5026
50272007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5028
5029 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
5030 The variable now uses a list of symbols instead of just a symbol.
5031 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
5032
50332007-03-06 Romain Francoise <romain@orebokech.com>
5034
5035 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
5036 new packages, and mention Gnus update.
5037
50382007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
5039
5040 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
5041 nntp-open-connection-functions-never-echo-commands.
5042
50432007-02-27 Chong Yidong <cyd@stupidchicken.com>
5044
5045 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
5046 problems on the console, and security risk in not using gpg-agent.
5047
50482007-02-25 Carsten Dominik <dominik@science.uva.nl>
5049
0c7efc08 5050 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
5051 Completely reorganized and rewritten.
5052 (CamelCase links): Section removed.
5053 (Repeating items): New section.
5054 (Tracking TODO state changes): New section.
5055 (Agenda views): Chapter reorganized and rewritten.
5056 (HTML export): Section rewritten.
5057 (Tables in arbitrary syntax): New section.
5058 (Summary): Better feature summary.
5059 (Activation): Document problem with cut-and-paste of Lisp code
5060 from PDF files.
5061 (Visibility cycling): Document indirect buffer use.
5062 (Structure editing): Document sorting.
5063 (Remember): Section rewritten.
5064 (Time stamps): Better description of time stamp types.
5065 (Tag searches): Document regular expression search for tags.
5066 (Stuck projects): New section.
5067 (In-buffer settings): New keywords.
5068 (History and Acknowledgments): Updated description.
5069
50702007-02-24 Alan Mackenzie <acm@muc.de>
5071
5072 * cc-mode.texi (Movement Commands): Insert two missing command names.
5073 (Getting Started): Slight wording correction (use conditional).
5074
50752007-02-22 Kim F. Storm <storm@cua.dk>
5076
5077 * widget.texi (User Interface, Basic Types): Document need to put some
5078 text before the %v escape in :format string in editable-field widget.
5079
50802007-02-18 Romain Francoise <romain@orebokech.com>
5081
5082 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
5083 `cvs-mode-quit'.
5084
50852007-02-10 Markus Triska <markus.triska@gmx.at>
5086
5087 * widget.texi (Programming Example): Put constant strings in :format.
5088
50892007-02-07 Juanma Barranquero <lekktu@gmail.com>
5090
5091 * faq.texi (Fullscreen mode on MS-Windows): New node.
5092
50932007-02-04 David Kastrup <dak@gnu.org>
5094
5095 * faq.texi (AUCTeX): Update version number. Should probably be done
5096 for other packages as well.
5097
50982007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5099
5100 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
5101 <tassilo@member.fsf.org>.
5102
51032007-01-27 Eli Zaretskii <eliz@gnu.org>
5104
5105 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
5106 ls-lisp-use-localized-time-format.
5107
51082007-01-20 Markus Triska <markus.triska@gmx.at>
5109
5110 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
5111
51122007-01-13 Michael Olson <mwolson@gnu.org>
5113
5114 * erc.texi (Modules): Mention capab-identify module.
5115
51162007-01-05 Michael Olson <mwolson@gnu.org>
5117
5118 * erc.texi (Getting Started): Update for /RECONNECT command.
5119
51202007-01-04 Richard Stallman <rms@gnu.org>
5121
5122 * ebrowse.texi: Change C-c b to C-c C-m.
5123
51242007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
5125
5126 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
5127 variables only in info to avoid redundant entries in the printed
5128 manual.
5129
51302007-01-02 Daiki Ueno <ueno@unixuser.org>
5131
5132 * message.texi (Using PGP/MIME): Document gpg-agent usage.
5133
51342007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
5135
5136 * message.texi (Security): Split into sub-nodes.
5137
51382007-01-01 Alan Mackenzie <acm@muc.de>
5139
5140 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
5141 eval-after-load in Emacs <=21 and a workaround. Document that
5142 trigraphs are not supported.
5143
51442007-01-01 Alan Mackenzie <acm@muc.de>
5145
5146 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
5147 c-context-line-break. When invoked within a string, preserve
5148 whitespace. Add a backslash only when also in a macro.
5149
51502007-01-01 Alan Mackenzie <acm@muc.de>
5151
5152 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
5153
51542007-01-01 Alan Mackenzie <acm@muc.de>
5155
5156 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
5157 are now bound by default to c-\(beginning\|end\)-of-defun by default.
5158
51592007-01-01 Alan Mackenzie <acm@muc.de>
5160
5161 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
5162 "Choosing a Style".
5163
5164 * cc-mode.texi ("Styles"): Add @dfn{style}.
5165
51662006-12-30 Michael Albinus <michael.albinus@gmx.de>
5167
5168 Sync with Tramp 2.0.55.
5169
5170 * trampver.texi: Update release number.
5171
51722006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5173
5174 * gnus.texi (Customizing Articles): Add index entries for all
5175 gnus-treat-* variables.
5176
c8763fb6 51772006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
5178
5179 * gnus.texi (IMAP): Fix incorrect explanation of
5180 nnimap-search-uids-not-since-is-evil in documentation for
5181 nnimap-expunge-search-string.
5182
51832006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
5184
5185 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
5186 spam-ifile-database.
5187
51882006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
5189
5190 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
5191 rebind C-s.
5192
c8763fb6 51932006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
5194
5195 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
5196 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
5197 "expiring mail".
5198 (IMAP): Document nnimap-search-uids-not-since-is-evil and
5199 nnimap-nov-is-evil.
5200
52012006-12-25 Kevin Ryde <user42@zip.com.au>
5202
5203 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
5204 about the key procedure being used heavily.
5205
52062006-12-24 Chong Yidong <cyd@stupidchicken.com>
5207
5208 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
5209 to t.
5210 (Prerequisites): Add explanation about gpg-agent.
5211
52122006-12-22 Kevin Ryde <user42@zip.com.au>
5213
5214 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
5215 "sort" instead of "sort*".
5216
52172006-12-19 Richard Stallman <rms@gnu.org>
5218
5219 * calc.texi (History and Acknowledgements): Recognize that Emacs
5220 now does have floating point.
5221
52222006-12-19 Michael Albinus <michael.albinus@gmx.de>
5223
5224 * tramp.texi (External transfer methods): Describe new method `scpc'.
5225
52262006-12-17 Sascha Wilde <wilde@sha-bang.de>
5227
5228 * pgg.texi: Added short note on gpg-agent to the introduction.
5229
52302006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
5231
5232 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
5233 also applies to Cc.
5234
52352006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
5236
5237 * gnus.texi (X-Face): Clarify. Say which programs are required
5238 on Windows.
5239
52402006-12-08 Michael Olson <mwolson@gnu.org>
5241
5242 * erc.texi (Modules): Remove documentation for list module.
5243
c8763fb6 52442006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
5245
5246 * faq.texi (^M in the shell buffer): Ditto.
5247
52482006-11-20 Michael Olson <mwolson@gnu.org>
5249
5250 * erc.texi: Call this the 5.2 stable pre-release of ERC.
5251
52522006-11-17 Carsten Dominik <dominik@science.uva.nl>
5253
5254 * org.texi: Fix typos.
5255 (Agenda commands): Document `C-k'.
5256
52572006-11-16 Eli Zaretskii <eliz@gnu.org>
5258
5259 * url.texi (http/https): Fix a typo in the HTTP URL.
5260
52612006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
5262
5263 * ada-mode.texi: Total rewrite.
5264
52652006-11-13 Carsten Dominik <dominik@science.uva.nl>
5266
5267 * org.texi: Minor typo fixes.
5268
52692006-11-13 Bill Wohler <wohler@newt.com>
5270
5271 Release MH-E manual version 8.0.3.
5272
5273 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5274 release 8.0.3.
5275
5276 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
5277 to set MAILDIR.
5278 (Reading Mail): Document the customization of read-mail-command
5279 for MH-E.
5280 (Viewing Attachments): Document mm-discouraged-alternatives.
5281 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
5282 (Junk): Add more information about the settings of mh-junk-background
5283 in a program. Add /usr/bin/mh to PATH in examples.
5284
52852006-11-12 Richard Stallman <rms@gnu.org>
5286
5287 * woman.texi: Update author address but say he no longer maintains it.
5288
52892006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
5290
5291 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
5292 archived trees.
5293 (Checkboxes): Section moved to chapter 5, and extended.
5294 (The date/time prompt): New section.
5295 (Link abbreviations): New section.
5296 (Presentation and sorting): New section.
5297 (Custom agenda views): Section completely rewritten.
5298 (Summary): Compare with Planner.
5299 (Feedback): More info about creating backtraces.
5300 (Plain lists): Modified example.
5301 (Breaking down tasks): New section.
5302 (Custom time format): New section.
5303 (Time stamps): Document inactive timestamps.
5304 (Setting tags): More details about fast tag selection.
5305 (Block agenda): New section.
5306 (Custom agenda views): Section rewritten.
5307 (Block agenda): New section.
5308
53092006-11-07 Michael Albinus <michael.albinus@gmx.de>
5310
5311 * tramp.texi (Configuration): scp is the default method.
5312 (Default Method): Use ssh as example for another method.
5313
53142006-10-27 Richard Stallman <rms@gnu.org>
5315
5316 * woman.texi: Downcase nroff/troff/roff.
5317 (Installation): Chapter deleted. Some xrefs deleted.
5318 (Background): woman doesn't advise man ;-).
5319
c8763fb6 53202006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
5321
5322 * ada-mode.texi (Project files, Identifier completion)
5323 (Automatic Casing, Debugging, Using non-standard file names)
5324 (Working Remotely): Fix typos.
5325
53262006-10-20 Masatake YAMATO <jet@gyve.org>
5327
0c7efc08 5328 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
5329 sample code `my-c-initialization-hook'.
5330
53312006-10-19 Stuart D. Herring <herring@lanl.gov>
5332
5333 * widget.texi: Fix typos.
5334
53352006-10-19 Michael Albinus <michael.albinus@gmx.de>
5336
5337 * tramp.texi (Frequently Asked Questions): Remove questions marked with
5338 "???". There have been no complaints for years, so the information
5339 must be appropriate.
5340
53412006-10-16 Richard Stallman <rms@gnu.org>
5342
5343 * widget.texi: Use @var instead of capitalization.
5344 Clarify many widget type descriptions.
5345
53462006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5347
5348 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
5349 gnus-dired-attach.
5350 (Selecting a Group): Fix typo.
5351
c8763fb6 53522006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
5353
5354 * widget.texi: Fix typos.
5355
53562006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
5357
5358 * gnus.texi (Image Enhancements): Update for Emacs 22.
5359
5360 * gnus-faq.texi ([1.3]): Update.
5361
53622006-10-06 Richard Stallman <rms@gnu.org>
5363
5364 * faq.texi (Displaying the current line or column):
5365 Delete "As of Emacs 20".
5366
53672006-10-06 Romain Francoise <romain@orebokech.com>
5368
5369 * faq.texi (VM): VM works with Emacs 22 too.
5370
53712006-10-06 Richard Stallman <rms@gnu.org>
5372
5373 * ebrowse.texi: Remove Emacs version "21" from title.
5374
53752006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
5376
5377 * gnus.texi (Foreign Groups): Say where change of editing commands are
5378 stored. Add reference to `gnus-parameters'.
5379
53802006-09-15 Jay Belanger <belanger@truman.edu>
5381
5382 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
5383 Change "Library Public License" to "Lesser Public License"
5384 throughout. Use "yyyy" to represent year.
5385
53862006-09-15 Carsten Dominik <dominik@science.uva.nl>
5387
5388 * org.texi (Setting tags): Typo fix.
5389
53902006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
5391
5392 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
5393
53942006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
5395
5396 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
5397
53982006-09-12 Paul Eggert <eggert@cs.ucla.edu>
5399
5400 * faq.texi (Escape sequences in shell output): EMACS is now set
5401 to Emacs's absolute file name, not to "t".
5402 (^M in the shell buffer): Likewise.
5403 * misc.texi (Interactive Shell): Likewise.
5404
54052006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
5406
5407 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
5408 mails with pop3-leave-mail-on-server. Fix wording.
5409 (Limiting): Improve gnus-summary-limit-to-articles.
5410 (X-Face): Fix typo.
5411
54122006-09-11 Simon Josefsson <jas@extundo.com>
5413
5414 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
5415 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
5416
54172006-09-06 Simon Josefsson <jas@extundo.com>
5418
5419 * smtpmail.texi (Authentication): Mention SSL.
5420
54212006-09-01 Eli Zaretskii <eliz@gnu.org>
5422
5423 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
5424 Don't use @indicateurl.
5425
5426 * cc-mode.texi (Subword Movement): Don't use @headitem.
5427 (Custom Braces, Clean-ups): Don't use @tie.
5428
54292006-08-29 Michael Albinus <michael.albinus@gmx.de>
5430
5431 Sync with Tramp 2.0.54.
5432
5433 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
5434 Suggested by Adrian Phillips <a.phillips@met.no>.
5435
54362006-08-15 Carsten Dominik <dominik@science.uva.nl>
5437
5438 * org.texi (Installation, Activation): Split from Installation and
5439 Activation.
5440 (Clocking work time): Documented new features.
5441
54422006-08-13 Alex Schroeder <alex@gnu.org>
5443
5444 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
5445 example.
5446
54472006-08-12 Eli Zaretskii <eliz@gnu.org>
5448
5449 * faq.texi (How to add fonts): New node.
5450
54512006-08-05 Romain Francoise <romain@orebokech.com>
5452
5453 * faq.texi (New in Emacs 22): Expand.
5454
54552006-08-03 Michael Olson <mwolson@gnu.org>
5456
5457 * erc.texi: Update for ERC 5.1.4.
5458
54592006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
5460
5461 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
5462 in .../site-lisp/gnus/ by default.
5463 [ From gnus-news.texi in the trunk. ]
5464
54652006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
5466
5467 * gnus.texi (MIME Commands): Additions for yEnc.
5468
54692006-07-24 Richard Stallman <rms@gnu.org>
5470
5471 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
5472 * faq.texi: Move periods and commas inside quotes.
5473
54742006-07-20 Jay Belanger <belanger@truman.edu>
5475
5476 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
5477
54782006-07-18 Chong Yidong <cyd@stupidchicken.com>
5479
5480 * faq.texi (Security risks with Emacs): Document Emacs 22
5481 file-local-variable mechanism.
5482
54832006-07-12 Michael Olson <mwolson@gnu.org>
5484
5485 * erc.texi: Update for ERC 5.1.3.
5486
54872006-07-12 Alex Schroeder <alex@gnu.org>
5488
5489 * rcirc.texi: Fix typos.
5490 (Getting started with rcirc): New calling convention for M-x irc.
5491 Mention #rcirc. Removed channel tracking.
0c7efc08 5492 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
5493 recently, eg. rcirc-server to rcirc-default-server. Added
5494 documentation for rcirc-authinfo, some background for Bitlbee, and
5495 rcirc-track-minor-mode.
0c7efc08 5496 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 5497 Scrolling.
0c7efc08 5498 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
5499 to match code changes.
5500
55012006-07-10 Nick Roberts <nickrob@snap.net.nz>
5502
5503 * gnus.texi, message.texi: Fix typos.
5504
55052006-07-07 Carsten Dominik <dominik@science.uva.nl>
5506
5507 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
5508 commands.
5509 (Global TODO list): Document the use of the variables
5510 `org-agenda-todo-ignore-scheduled' and
5511 `org-agenda-todo-list-sublevels'.
5512
55132006-07-05 Richard Stallman <rms@gnu.org>
5514
5515 * faq.texi (Scrolling only one line): Fix xref.
5516
55172006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5518
5519 * faq.texi (Evaluating Emacs Lisp code):
5520 Throughout, replace eval-current-buffer with eval-buffer.
5521
55222006-07-03 Richard Stallman <rms@gnu.org>
5523
5524 * rcirc.texi (Scrolling conservatively): Fix xref.
5525
5526 * pcl-cvs.texi (Viewing differences): Usage fix.
5527
55282006-07-03 Carsten Dominik <dominik@science.uva.nl>
5529
5530 * org.texi (Agenda commands): Document `s' key to save all org-mode
5531 buffers.
5532
55332006-06-30 Ralf Angeli <angeli@caeruleus.net>
5534
5535 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
5536 names. Mention `cvs-msg' face.
5537
55382006-06-29 Carsten Dominik <dominik@science.uva.nl>
5539
5540 * org.texi (Checkboxes): New section.
5541
55422006-06-28 Carsten Dominik <dominik@science.uva.nl>
5543
5544 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
5545 throughout this chapter.
5546
55472006-06-27 Chong Yidong <cyd@stupidchicken.com>
5548
5549 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
5550 text for standalone vs Emacs info.
5551 (Help): Clarify header line description. Use mouse-1 for clicks.
5552 (Help-P): Use mouse-1 for clicks.
5553 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
5554 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
5555 (Choose menu subtopic): Remove gratuitous Emacs command names.
5556 (Help-FOO): Put usual behavior first.
5557 (Help-Xref): Clicking on xrefs works in Emacs.
5558 (Search Text): Clarify what the default behavior is.
5559 (Create Info buffer): Fix Emacs window/X window confusion.
5560 (Emacs Info Variables): Fix for new Emacs init file behavior.
5561
55622006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5563
5564 * gnus.texi (Summary Buffer Lines): Fix typo.
5565
55662006-06-23 Carsten Dominik <dominik@science.uva.nl>
5567
5568 * org.texi (Embedded LaTeX): New chapter.
5569 (Archiving): Section rewritten.
5570 (Enhancing text): Some parts moved to the new chapter about LaTeX.
5571
55722006-06-20 Bill Wohler <wohler@newt.com>
5573
5574 Release MH-E manual version 8.0.1.
5575
5576 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5577 release 8.0.1.
5578 (Preface): Depend on GNU mailutils 1.0 and higher.
5579
55802006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
5581
5582 * message.texi (News Headers): Update message-syntax-checks section.
5583
55842006-06-19 Karl Berry <karl@gnu.org>
5585
5586 * info.texi (Advanced): Mention C-q, especially with ?.
5587
55882006-06-19 Carsten Dominik <dominik@science.uva.nl>
5589
5590 * org.texi (Publishing links): Document the `:link-validation-function'
5591 property.
5592 (Extensions and Hacking): New chapter, includes some sections of the
5593 "Miscellaneous" chapter.
5594
55952006-06-10 Carsten Dominik <dominik@science.uva.nl>
5596
5597 * org.texi (Progress logging): New section.
5598
2de53ca6
GM
55992006-06-06 Carsten Dominik <dominik@science.uva.nl>
5600
5601 * org.texi (ASCII export): Document indentation adaptation.
5602 (Setting tags): Document mutually-exclusive tags.
5603
56042006-06-05 Romain Francoise <romain@orebokech.com>
5605
5606 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
5607 Fix typo.
5608
5609 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
5610 channel (#gnus@irc.freenode.net).
5611 Fix typos. Update copyright notice.
5612
5613 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
5614 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
5615 (Line-Up Functions, Custom Macros):
5616 * ediff.texi (Window and Frame Configuration)
dccb744b 5617 (Highlighting Difference Regions):
2de53ca6
GM
5618 * emacs-mime.texi (Display Customization):
5619 * erc.texi (History):
5620 * eshell.texi (Known problems):
5621 * eudc.texi (Overview, BBDB):
5622 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
5623 (The problem of spam, SpamOracle, Extending the Spam package)
5624 (Conformity, Terminology):
dccb744b 5625 * idlwave.texi (Routine Info)
2de53ca6
GM
5626 (Class and Keyword Inheritance, Padding Operators)
5627 (Breakpoints and Stepping, Electric Debug Mode)
5628 (Examining Variables, Troubleshooting):
5629 * org.texi (Creating timestamps):
5630 * reftex.texi (Commands, Options, Changes):
5631 * tramp.texi (Inline methods, Password caching)
5632 (Auto-save and Backup, Issues):
5633 * vip.texi (Files, Commands in Insert Mode):
5634 * viper.texi (Emacs Preliminaries, States in Viper)
5635 (Packages that Change Keymaps, Viper Specials, Groundwork):
5636 Fix various typos.
5637
56382006-05-31 Michael Ernst <mernst@alum.mit.edu>
5639
5640 * ediff.texi: Fix typos.
5641
56422006-05-30 Carsten Dominik <dominik@science.uva.nl>
5643
5644 * org.texi: Small typo fixes.
5645
fff84c22
JB
56462006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5647
5648 * viper.texi (Viper Specials):
5649 * gnus.texi (Example Setup):
5650 * faq.texi (Backspace invokes help):
5651 * dired-x.texi (Optional Installation Dired Jump):
5652 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
5653 follow coding conventions.
5654
2de53ca6
GM
56552006-05-29 Michael Albinus <michael.albinus@gmx.de>
5656
5657 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
5658
56592006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5660
5661 * pcl-cvs.texi: Fix typos.
5662 (Customization): Say "us".
5663
56642006-05-26 Eli Zaretskii <eliz@gnu.org>
5665
5666 * org.texi: Remove bogus @setfilename.
5667
56682006-05-26 Carsten Dominik <dominik@science.uva.nl>
5669
5670 * org.texi (ASCII export): Omit command name.
5671 (HTML export): Add prefix to all lines in Local Variable example.
5672 (Acknowledgments): Typeset names in italics.
5673
56742006-05-24 Carsten Dominik <dominik@science.uva.nl>
5675
5676 * org.texi (Plain lists): Add new item navigation commands.
5677 (External links): Document elisp and info links.
5678 (Custom searches): New section.
5679 (Publishing): New chapter.
5680 (HTML export): Include a list of supported CSS classes.
5681 (Setting tags): Describe the fast-tag-setting interface.
5682
56832006-05-20 Luc Teirlinck <teirllm@auburn.edu>
5684
5685 * dired-x.texi: ifinfo -> ifnottex.
5686
56872006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
5688
5689 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
5690
56912006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
5692
5693 * message.texi (Interface): Add tool bar customization.
5694 (MIME): Index and text additions for mml-attach.
5695 (MIME): Describe mml-dnd-protocol-alist and
5696 mml-dnd-attach-options.
5697
5698 * gnus.texi (Oort Gnus): Reorder entries in sections.
5699 Fix some entries.
5700 (Starting Up): Add references to "Emacs for Heathens" and to
5701 "Finding the News". Add user-full-name and user-mail-address.
5702 (Group Buffer Format): Add tool bar customization and update.
5703 (Summary Buffer): Add tool bar customization.
5704 (Posting Styles): Add message-alternative-emails.
5705
57062006-05-09 Michael Albinus <michael.albinus@gmx.de>
5707
5708 * tramp.texi (Filename completion): Improve wording.
5709
57102006-05-07 Romain Francoise <romain@orebokech.com>
5711
5712 * faq.texi (Using regular expressions): Fix typo.
5713 (Packages that do not come with Emacs): Fix capitalization.
5714 (Replacing text across multiple files): Expand node to explain how
5715 to use `dired-do-query-replace-regexp' in more detail, based on
5716 suggestion by Eric Hanchrow <offby1@blarg.net>.
5717
57182006-05-06 Michael Albinus <michael.albinus@gmx.de>
5719
5720 * tramp.texi (Filename completion): Completion of remote files'
5721 method, user name and host name is active only in partial
5722 completion mode.
5723
57242006-05-06 Bill Wohler <wohler@newt.com>
5725
5726 Release MH-E manual version 8.0.
5727
5728 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5729 release 8.0.
5730
57312006-05-06 Bill Wohler <wohler@newt.com>
5732
5733 * mh-e.texi (MH-BOOK-HOME): Change from
5734 http://www.ics.uci.edu/~mh/book/mh to
5735 http://rand-mh.sourceforge.net/book/mh.
5736 Replace .htm suffix with .html for MH book files.
5737 (Using This Manual): Update key binding for getting relevant
5738 chapter in Info from command key.
5739 (Ranges): Fix itemx.
5740
57412006-05-05 Karl Berry <karl@gnu.org>
5742
5743 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
5744 (\fonttextsize): New user-level command to change text font size.
5745
57462006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
5747
5748 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
5749
57502006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
5751
5752 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
5753
57542006-04-24 Bill Wohler <wohler@newt.com>
5755
5756 * mh-e.texi (Getting Started): Make it more explicit that you need
5757 to install MH. Add pointers to current MH implementations.
5758
57592006-04-21 Bill Wohler <wohler@newt.com>
5760
5761 Release MH-E manual version 7.94.
5762
5763 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5764 release 7.94.
5765
57662006-04-21 Carsten Dominik <dominik@science.uva.nl>
5767
5768 * org.texi: Many small fixes.
5769 (Handling links): Rename from "Managing links".
5770
57712006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
5772
5773 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
5774 (Splitting mail using spam-stat): Fix @xref.
5775
57762006-04-20 Chong Yidong <cyd@stupidchicken.com>
5777
5778 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 5779 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
5780
57812006-04-20 Carsten Dominik <dominik@science.uva.nl>
5782
5783 * org.texi (Time stamps): Better explanation of the purpose of
5784 different time stamps.
5785 (Structure editing, Plain lists): More details on how new items
5786 and headings are inserted.
5787
57882006-04-18 Carsten Dominik <dominik@science.uva.nl>
5789
5790 * org.texi (Formula syntax): Fix link to Calc Manual.
5791
57922006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
5793
5794 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
5795
57962006-04-17 Bill Wohler <wohler@newt.com>
5797
5798 * mh-e.texi (Folders): Update mh-before-quit-hook and
5799 mh-quit-hook example with code that removes the buffers rather
5800 than just bury them.
5801
58022006-04-17 Michael Albinus <michael.albinus@gmx.de>
5803
5804 Sync with Tramp 2.0.53.
5805
58062006-04-13 Carsten Dominik <dominik@science.uva.nl>
5807
5808 * org.texi (Updating settings): New section.
5809 (Visibility cycling): Better names for the startup folding
5810 options.
5811 (Exporting): Completely restructured.
5812 (The very busy C-c C-c key): New section.
5813 (Summary of in-buffer settings): New section.
5814
58152006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
5816
5817 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
5818
58192006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
5820
5821 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
5822 (Server Commands): Key `v' is reserved for users.
5823
58242006-04-11 Carsten Dominik <dominik@science.uva.nl>
5825
5826 * org.texi (Link format): New section, emphasis on bracket links.
5827 (External links): Document bracket links.
5828 (FAQ): Expand to cover shell links and the new link format.
5829
58302006-04-09 Kevin Ryde <user42@zip.com.au>
5831
5832 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
5833
58342006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5835
5836 * gnus.texi (Summary Buffer Lines): Add `*'.
5837
c8763fb6 58382006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
5839
5840 * gnus.texi (Group Parameters):
5841 Mention gnus-permanently-visible-groups.
5842
58432006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5844
5845 * gnus.texi (Face): Fix typo.
5846
58472006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
5848
5849 * gnus.texi (X-Face): Clarify.
5850 (Face): Need Emacs with PNG support.
5851
58522006-04-06 Richard Stallman <rms@gnu.org>
5853
5854 * idlwave.texi: Delete the blocks "not suitable for inclusion with
5855 Emacs".
5856
58572006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
5858
5859 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
5860 blocks not suitable for inclusion with Emacs using variable
5861 PARTOFEMACS.
5862
58632006-04-04 Simon Josefsson <jas@extundo.com>
5864
5865 * gnus.texi (Security): Improve.
5866
58672006-04-02 Bill Wohler <wohler@newt.com>
5868
5869 * mh-e.texi (Getting Started, Junk, Bug Reports)
5870 (MH FAQ and Support): Fix URLs.
5871
58722006-03-31 Romain Francoise <romain@orebokech.com>
5873
5874 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
5875 to t, not nil (and has for the past eight years).
5876
58772006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
5878
5879 * message.texi, gnus.texi: Bump version to 5.11.
5880
58812006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
5882
5883 * gnus.texi (Top): Add comment about version line.
5884
5885 * message.texi (Top): Ditto. Change to take named versions into
5886 account.
5887
58882006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
5889
5890 * gnus.texi (Posting Styles): Add x-face-file to example.
5891 (X-Face): Refer to posting styles.
5892
5893 * gnus-faq.texi ([5.8]): Add x-face-file.
5894 ([8.4]): Add links to gmane.emacs.gnus.user and
5895 gmane.emacs.gnus.general.
5896
58972006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
5898
5899 * gnus-faq.texi: Use .invalid.
5900 ([5.4]): Fix gnus-posting-styles example.
5901
59022006-03-27 Romain Francoise <romain@orebokech.com>
5903
5904 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
5905 Emacs/W3 needs a new maintainer.
5906 (Ispell): Update author and version info.
5907 (Mailcrypt): Mention PGG.
5908 (New in Emacs 22): Add PGG to the list of new packages.
5909 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
5910 updating dead URLs.
5911
59122006-03-25 Karl Berry <karl@gnu.org>
5913
5914 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
5915 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
5916 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
5917 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
5918 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
5919 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
5920 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
5921 (2) do not indent copyright year list (or anything else).
5922
59232006-03-21 Bill Wohler <wohler@newt.com>
5924
5925 * mh-e.texi (Folders): Various edits.
5926
59272006-03-20 Romain Francoise <romain@orebokech.com>
5928
5929 * gnus.texi (Mail Folders): Grammar fix.
5930
59312006-03-19 Bill Wohler <wohler@newt.com>
5932
5933 * mh-e.texi (Replying): Document Mail-Followup-To.
5934 Change manually-formatted table to multitable. Add debugging info.
5935 Move description of mh-reply-default-reply-to into paragraph
5936 that describes its values.
5937
59382006-03-17 Bill Wohler <wohler@newt.com>
5939
10d1d0af 5940 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
5941 (Sending Mail Tour): Update method of entering
5942 addresses and subject.
5943 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
5944 (Adding Attachments, Searching): Update screenshots for Emacs 22.
5945
59462006-03-15 Carsten Dominik <dominik@science.uva.nl>
5947
5948 * org.texi: Version number change only.
5949
59502006-03-14 Bill Wohler <wohler@newt.com>
5951
5952 * mh-e.texi: Add index entries around each paragraph rather than
5953 depend on entries from beginning of node. Doing so ensures that
5954 index entries are less likely to be forgotten if text is cut and
5955 pasted, and are necessary anyway if the references are on a
5956 separate page. It seems that makeinfo is now (v. 4.8) only
5957 producing one index entry per node, so there is no longer any
5958 excuse not to. Use subheading instead of heading. The incorrect
5959 use of heading produced very large fonts in Info--as large as the
5960 main heading.
5961 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
5962 versions 6 and 7 appeared *around* the time of these Emacs releases.
5963
59642006-03-13 Carsten Dominik <dominik@science.uva.nl>
5965
5966 * org.texi (Clean view): Document new startup options.
5967
59682006-03-11 Bill Wohler <wohler@newt.com>
5969
5970 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
5971 (Composing, Scan Line Formats): Fix @refs.
5972 (Getting Started): Define MH profile and MH profile components.
5973 (Incorporating Mail, Reading Mail, Viewing, Printing)
5974 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
5975 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
5976 for string constants.
5977 (Tool Bar): Remove spurious quote.
5978 (Junk): Use ``...'' instead of "...".
5979 (Scan Line Formats): Replace @samp with @kbd.
5980
59812006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
5982
5983 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
5984
59852006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5986
5987 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
5988 easy to understand.
5989
59902006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
5991
5992 * gnus.texi: Markup fix.
5993 (Fancy Mail Splitting): Specify new feature.
5994
59952006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
5996
5997 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
5998 partial-words matching.
5999
60002006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
6001
6002 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
6003
6004 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
6005 (MIME Commands): Fix mm-discouraged-alternatives.
6006
60072006-03-07 Carsten Dominik <dominik@science.uva.nl>
6008
6009 * org.texi: Version number change only.
6010
60112006-03-06 Bill Wohler <wohler@newt.com>
6012
6013 * mh-e.texi: Move from SourceForge repository to Savannah.
6014 This is version 7.93, which is a total rewrite from the previous
6015 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
6016 version 7.93.
6017
60182006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
6019
6020 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
6021
60222006-03-01 Carsten Dominik <dominik@science.uva.nl>
6023
6024 * org.texi (Interaction): Add item about `org-mouse.el' by
6025 Piotr Zielinski.
6026 (Managing links): Document that also mouse-1 can be used to
6027 activate a link.
6028 (Headlines, FAQ): Add entry about hiding leading stars.
6029 (Miscellaneous): Resort the sections in this chapter to a more
6030 logical sequence.
6031
60322006-02-27 Simon Josefsson <jas@extundo.com>
6033
6034 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
6035 2004-01-27 from the trunk).
6036
60372006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6038
6039 * cc-mode.texi: Rename c-hungry-backspace to
6040 c-hungry-delete-backwards, at the request of RMS. Leave the old
6041 name as an alias.
6042
60432006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6044
6045 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
6046 include the function header within the defun.
6047
60482006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6049
6050 * cc-mode.texi: Correct two typos.
6051
60522006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6053
6054 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
6055 existing comment.
6056 (Electric Keys): Add a justification for electric indentation.
6057 (Hungry WS Deletion): Clear up the names and complications of the
6058 BACKSPACE and DELETE keys.
6059
60602006-02-23 Juri Linkov <juri@jurta.org>
6061
6062 * faq.texi (Common requests): Move `Turning on auto-fill by
6063 default' after `Wrapping words automatically'. Move `Working with
6064 unprintable characters' before `Searching for/replacing newlines'.
6065 Move `Replacing highlighted text' after `Highlighting a region'.
6066 Merge `Repeating commands' and `Repeating a command as many times
6067 as possible' into the former.
6068 (Packages that do not come with Emacs): Add refs to Gmane and
6069 etc/MORE.STUFF.
6070
60712006-02-23 Juri Linkov <juri@jurta.org>
6072
6073 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
6074 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
6075 Add xref to `(emacs)Reporting Bugs'.
6076 (Getting a printed manual): Add URL to other formats of the manual.
6077 (Common requests): Fix menu.
6078 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
6079 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
6080 (Inserting text at the beginning of each line): Add pxref to
6081 `Changing the included text prefix'.
6082 (Forcing the cursor to remain in the same column): Mention `track-eol'
6083 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
6084 (Replacing text across multiple files): Add keybinding `Q' for
6085 `dired-do-query-replace'.
6086
60872006-02-22 Carsten Dominik <dominik@science.uva.nl>
6088
6089 * reftex.texi: Version number and date change only.
6090
6091 * org.texi (Internal Links): Rewrite to cover the modified
6092 linking system.
6093
60942006-02-17 Eli Zaretskii <eliz@gnu.org>
6095
6096 * faq.texi: Remove the coding cookie, it's not needed anymore.
6097
60982006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6099
6100 * faq.texi (Colors on a TTY): Mention Mac OS port.
6101
61022006-02-12 Karl Berry <karl@gnu.org>
6103
6104 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
6105 8-bit accented a.
6106
61072006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
6108
6109 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
6110
61112006-02-08 Romain Francoise <romain@orebokech.com>
6112
6113 * faq.texi (Top): Remove paragraph about the FAQ being a
6114 transitional document, etc.
6115 (Searching for/replacing newlines): New node.
6116 (Yanking text in isearch): New node.
6117 (Inserting text at the beginning of each line): Rename and make
6118 more general, mention `M-;' in Message mode.
6119
61202006-02-07 Luc Teirlinck <teirllm@auburn.edu>
6121
6122 * faq.texi (Meta key does not work in xterm)
6123 (Emacs does not display 8-bit characters)
6124 (Inputting eight-bit characters): Update xrefs.
6125
61262006-02-06 Romain Francoise <romain@orebokech.com>
6127
6128 * faq.texi (VM): VM now at version 7.19.
6129 Set myself as maintainer of this file.
6130
61312006-02-04 Michael Olson <mwolson@gnu.org>
6132
6133 * erc.texi (History): Note that ERC is now included with Emacs.
6134
61352006-01-31 Romain Francoise <romain@orebokech.com>
6136
6137 * message.texi (Message Headers): Explain what
6138 `message-alternative-emails' does in more detail.
6139 Update copyright year.
6140
61412006-01-30 Juanma Barranquero <lekktu@gmail.com>
6142
6143 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
6144
61452006-01-29 Richard M. Stallman <rms@gnu.org>
6146
6147 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
6148
61492006-01-29 Michael Olson <mwolson@gnu.org>
6150
6151 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
6152
6153 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
6154
6155 * faq.texi (New in Emacs 22): Mention ERC.
6156
61572006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6158
6159 * rcirc.texi: Capitalize dir entry for consistency with the entry
6160 in info/dir and other entries in the Emacs category.
6161 Fix typos. Delete trailing whitespace.
6162
c8763fb6 61632006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
6164
6165 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
6166
61672006-01-27 Eli Zaretskii <eliz@gnu.org>
6168
6169 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
6170 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
6171
6172 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
6173 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
6174
61752006-01-27 Alex Schroeder <alex@gnu.org>
6176
6177 * rcirc.texi: New file.
6178
61792006-01-23 Juri Linkov <juri@jurta.org>
6180
6181 * widget.texi (User Interface): Add S-TAB for widget-backward.
6182
61832006-01-22 Michael Albinus <michael.albinus@gmx.de>
6184
6185 Sync with Tramp 2.0.52.
6186
6187 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
6188 Add Tramp disabling item. New item for common connection problems.
6189 (various): Apply "ftp" as method for the download URL.
6190 (Bug Reports): Refer to FAQ for common problems.
6191
61922006-01-21 Eli Zaretskii <eliz@gnu.org>
6193
6194 * widget.texi (User Interface): Use @key for TAB.
6195
6196 * ses.texi (Formulas, Printer functions): Use @key for TAB.
6197
6198 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
6199 for TAB.
6200
6201 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
6202
62032006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6204
6205 * gnus.texi: Update copyright.
6206
62072006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
6208
6209 * gnus.texi (Article Washing): Additions.
6210
2de53ca6
GM
62112006-01-13 Carsten Dominik <dominik@science.uva.nl>
6212
6213 * org.texi (Agenda commands): Document tags command.
6214
62152006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6216
6217 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
6218
62192006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6220
6221 * gnus.texi (RSS): Addition.
6222
62232005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6224
6225 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
6226
62272005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
6228
6229 * emacs-mime.texi (Display Customization): Add setting example to
6230 mm-discouraged-alternatives.
6231
62322006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6233
6234 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
6235 version is the canonical version.
6236
62372006-01-08 Alex Schroeder <alex@gnu.org>
6238
6239 * pgg.texi (Caching passphrase): Rewording.
6240
62412006-01-06 Eli Zaretskii <eliz@gnu.org>
6242
6243 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
6244 repository URL.
6245
62462006-01-06 Carsten Dominik <dominik@science.uva.nl>
6247
6248 * org.texi: Removed the accidentally re-added empty line in the
6249 direntry.
6250
62512006-01-05 Carsten Dominik <dominik@science.uva.nl>
6252
6253 * org.texi (Agenda Views): Chapter reorganized.
6254
62552005-12-29 Romain Francoise <romain@orebokech.com>
6256
6257 * faq.texi (Using Customize): New node.
6258
62592005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6260
6261 * org.texi: Remove blank line in @direntry. It is non-standard
6262 and recursively produces blank lines all over the dir file (when
6263 using Texinfo 4.8).
6264
62652005-12-21 Luc Teirlinck <teirllm@auburn.edu>
6266
6267 * widget.texi (atoms): Delete obsolete remark about `file' widget.
6268
62692005-12-20 Carsten Dominik <dominik@science.uva.nl>
6270
6271 * org.texi (Tags): Boolean logic documented.
6272 (Agenda Views): Document custom commands.
6273
62742005-12-20 David Kastrup <dak@gnu.org>
6275
6276 * faq.texi (AUCTeX): Update version and mailing list info.
6277
62782005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
6279
6280 * gnus.texi (MIME Commands): Mention addition of
6281 multipart/alternative to gnus-buttonized-mime-types and add xref
6282 to mm-discouraged-alternatives.
6283
6284 * emacs-mime.texi (Display Customization): Mention addition of
6285 "image/.*" and add xref to gnus-buttonized-mime-types in the
6286 mm-discouraged-alternatives section.
6287
62882005-12-16 Carsten Dominik <dominik@science.uva.nl>
6289
6290 * org.texi (Tags): New section.
6291 (Agenda Views): Chapter reorganized.
6292
62932005-12-16 Eli Zaretskii <eliz@gnu.org>
6294
6295 * org.texi (Internal Links): Add a missing comma after an @xref.
6296
62972005-12-14 Chong Yidong <cyd@stupidchicken.com>
6298
6299 * faq.texi (Filling paragraphs with a single space): No need to
6300 change sentence-end now.
6301
63022005-12-13 Romain Francoise <romain@orebokech.com>
6303
6304 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
6305
63062005-12-12 Jay Belanger <belanger@truman.edu>
6307
6308 * faq.texi (Calc): Update version number.
6309
63102005-12-12 Carsten Dominik <dominik@science.uva.nl>
6311
6312 * org.texi (Progress Logging): New section.
6313
63142005-12-10 Romain Francoise <romain@orebokech.com>
6315
6316 Update the Emacs FAQ for the 22.1 release.
6317
6318 * faq.texi: Set VER to `22.1'.
6319 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
6320 Tutorial. Mention that `C-h r' displays the manual.
6321 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
6322 (Getting a printed manual): Point to the new locations of the
6323 manuals on the GNU Web site.
6324 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
6325 available via Info (it was previously distributed separately).
6326 (Installing Texinfo documentation): The latest version of Texinfo
6327 is 4.8, not 4.0.
6328 (Informational files for Emacs): COPYING is the GNU General Public
6329 License, not the Emacs General Public License.
6330 (Informational files for Emacs): Delete obsolete link to the
6331 GNUinfo pages as they have been removed from the GNU Web site.
6332 (New in Emacs 22): New node.
6333 (Setting up a customization file): Say that most packages support
6334 Customize nowadays.
6335 (Colors on a TTY): Delete reference to instructions on how to
6336 enable syntax highlighting, it is now enabled by default.
6337 (Turning on abbrevs by default): Emacs now reads the abbrevs file
6338 at startup automatically.
6339 (Controlling case sensitivity): Mention `M-c' in isearch.
6340 (Using an already running Emacs process): Emacs now creates the
6341 socket in `/tmp/emacsUID'. Fix typos. Change default location of
6342 gnuserv. As emacsclient can now run Lisp code as well, delete a
6343 sentence praising gnuserv for that. Simplify description of how
6344 the client/server operation works.
6345 (Compiler error messages): Delete obsolete text (compile.el has
6346 been rewritten).
6347 (Indenting switch statements): Fix typo.
6348 (Matching parentheses): Simplify setup instructions, mention the
6349 menu bar item in the Options menu.
6350 (Repeating a command as many times as possible): Mention `C-x e'.
6351 (Going to a line by number): Mention new keymap and bindings
6352 `M-g M-g', `M-g M-p' and `M-g M-n'.
6353 (Turning on syntax highlighting): Now on by default. Simplify.
6354 (Replacing highlighted text): Use `1', not `t'.
6355 (Problems with very large files): The maximum size is now 256MB on
6356 32-bit machines.
6357 (^M in the shell buffer): Mention `comint-process-echoes'.
6358 (Emacs for Apple computers): Emacs 22 has native support for Mac
6359 OS X.
6360 (Translating names to IP addresses): Delete node.
6361 (Binding keys to commands): Fix typo.
6362 (SPC no longer completes file names): New node.
6363 (MIME with Emacs mail packages): Delete section about the Emacs
6364 MIME FAQ (it's not reachable anymore).
6365
63662005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6367
6368 * cc-mode.texi: The manual has been extensively revised: the
6369 information about using CC Mode has been separated from the larger
6370 and more difficult chapters about configuration. It has been
6371 updated for CC Mode 5.31.
6372
63732005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6374
6375 * pgg.texi (User Commands): Fix description of pgg-verify-region.
6376 (Selecting an implementation): Fix descriptions.
6377
63782005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
6379
6380 * message.texi (Various Message Variables): Addition.
6381
63822005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
6383
6384 * message.texi: Fix default values.
6385
63862005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6387
6388 * message.texi (Header Commands): Clarify descriptions of
6389 message-cross-post-followup-to, message-reduce-to-to-cc, and
6390 message-insert-wide-reply.
6391 (Various Commands): Fix kindex for message-kill-to-signature;
6392 clarify description of message-tab.
6393
63942005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6395
6396 * message.texi (Mailing Lists): Fix description about MFT.
6397
6398 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
6399
64002005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
6401
6402 * gnus.texi (Slow Terminal Connection): Replace old description
6403 with new one.
6404
64052005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
6406
6407 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
6408 replace X-Draft-Headers with X-Draft-From.
6409
64102005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
6411
6412 * gnus.texi (Various Various): Fix the default value of
6413 nnheader-max-head-length.
6414 (Gnus Versions): Fix typo.
6415
64162005-12-08 Carsten Dominik <dominik@science.uva.nl>
6417
6418 * org.texi (Structure editing): Document new functionality of
6419 M-RET.
6420
64212005-12-06 Luc Teirlinck <teirllm@auburn.edu>
6422
6423 * org.texi (Internal Links): Fix Texinfo usage.
6424
64252005-12-06 Carsten Dominik <dominik@science.uva.nl>
6426
6427 * org.texi (TODO basics): Document the global todo list.
6428 (TODO items): Documents sparse tree for specific TODO
6429 keywords.
6430
64312005-11-30 Carsten Dominik <dominik@science.uva.nl>
6432
6433 * org.texi (Plain Lists): Typos fixed.
6434
64352005-11-28 Jay Belanger <belanger@truman.edu>
6436
6437 * calc.texi: Change references of `M-#' to `C-x *' prefix.
6438
64392005-11-24 Carsten Dominik <dominik@science.uva.nl>
6440
6441 * org.texi (Structure editing): New item moving commands added.
6442 (Plain Lists): New section.
6443
64442005-11-18 Carsten Dominik <dominik@science.uva.nl>
6445
6446 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
6447 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 6448 `org-agenda-file-to-front'.
2de53ca6
GM
6449 (Built-in table editor): Document `org-table-sort-lines'.
6450 (HTML formatting): Export of hand-formatted lists.
6451
64522005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
6453
6454 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
6455 new variable gnus-toolbar-thickness.
6456
64572005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
6458
6459 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
6460
64612005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
6462
6463 * gnus.texi (X-Face): Fix description.
6464 (XVarious): Remove gnus-xmas-logo-color-alist and
6465 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
6466
64672005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6468
6469 * gnus.texi (Group Parameters): Mention new variable
6470 gnus-parameters-case-fold-search.
6471 (Home Score File): Addition.
6472
64732005-11-04 Ulf Jasper <ulf.jasper@web.de>
6474
6475 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
6476 (Overview): List supported feed types.
6477 (Installation): No installation necessary when using autoload.
6478 (Configuration): Rename "RSS" to "news".
6479
64802005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
6481
6482 * pgg.texi (User Commands): Document additional passphrase
6483 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
6484 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
6485
64862005-11-04 Carsten Dominik <dominik@science.uva.nl>
6487
6488 * org.texi: Version number changed to 3.19.
6489
64902005-10-29 Sascha Wilde <wilde@sha-bang.de>
6491
6492 * pgg.texi (How to use): Update the example to add autoload of
6493 pgg-encrypt-symmetric-region.
6494 (User Commands): Document pgg-encrypt-symmetric-region.
6495 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
6496
64972005-10-27 Jay Belanger <belanger@truman.edu>
6498
6499 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
6500 mention other TeX-related units.
6501
65022005-10-23 Lars Hansen <larsh@soem.dk>
6503
0c7efc08
SM
6504 * dired-x.texi (Miscellaneous Commands):
6505 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
6506 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
6507
65082005-10-23 Jay Belanger <belanger@truman.edu>
6509
6510 * calc.texi (Predefined Units): Use `alpha' for the fine structure
6511 constant.
6512
65132005-10-23 Michael Albinus <michael.albinus@gmx.de>
6514
0c7efc08
SM
6515 * faq.texi (Bugs and problems):
6516 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
6517 `directory-listing-before-filename-regexp'.
6518
65192005-10-22 Eli Zaretskii <eliz@gnu.org>
6520
6521 * newsticker.texi (UPDATED): Set value.
6522
65232005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
6524
6525 * gnus.texi (Document Groups): Remove duplicate item.
6526
65272005-10-21 Carsten Dominik <dominik@science.uva.nl>
6528
6529 * org.texi (Summary): Mention iCalendar support.
6530 (Exporting): Document iCalendar support.
6531
65322005-10-18 Romain Francoise <romain@orebokech.com>
6533
6534 * viper.texi (Viper Specials): Capitalize GNU.
6535
65362005-10-17 Juri Linkov <juri@jurta.org>
6537
6538 * info.texi (Getting Started, Search Index, Expert Info):
6539 Fix wording.
6540 (Search Text): Replace `echo area' with `mode line'.
6541 (Search Index): Both `i' and `,' find all index entries.
6542 Replace example `C-f' with `C-l' (which exists in index of Info
6543 manual) and delete spaces in its keyboard input sequence.
6544 Delete unnecessary explanations about literal characters.
6545
65462005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
6547
6548 * gnus.texi (Document Server Internals): Addition.
6549
65502005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
6551
6552 * gnus.texi (A note on namespaces): Fix RFC reference.
6553
65542005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
6555
6556 * gnus.texi (RSS): Fix key description.
6557
65582005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6559
6560 * gnus.texi: Emacs/w3 -> Emacs/W3.
6561 (Browsing the Web): Fix description.
6562 (Web Searches): Ditto.
6563 (Customizing W3): Ditto.
6564
65652005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
6566
6567 * gnus.texi (Maildir): Clarify expire-age and expire-group.
6568
65692005-10-11 Jay Belanger <belanger@truman.edu>
6570
6571 * calc.texi (Integration): Mention using `a i' to compute definite
6572 integrals.
6573
65742005-10-11 Juri Linkov <juri@jurta.org>
6575
6576 * info.texi: Rearrange nodes.
6577 (Top): Update menu. Change ref `Info for Experts' to
6578 `Advanced Info Commands'.
6579 (Getting Started): Fix description of manual's parts.
6580 (Help-Int): Change xref `Info Search' to `Search Index', and
6581 `Expert Info' to `Advanced'.
6582 (Advanced): Move node one level up.
6583 (Search Text, Search Index): New nodes split out from `Info Search'.
6584 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
6585 split out from `Advanced'.
6586 (Advanced, Emacs Info Variables): De-document editing an Info file
6587 in Info.
6588 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
6589 (Creating an Info File): Delete node and move its text to
6590 `Expert Info'.
6591
65922005-10-10 Carsten Dominik <dominik@science.uva.nl>
6593
6594 * org.texi (Workflow states): Documented that change in keywords
6595 becomes active only after restart of Emacs.
6596
65972005-10-08 Michael Albinus <michael.albinus@gmx.de>
6598
6599 Sync with Tramp 2.0.51.
6600
66012005-10-08 Nick Roberts <nickrob@snap.net.nz>
6602
6603 * speedbar.texi (Introduction): Describe new location of speedbar
6604 on menubar.
6605 (Basic Key Bindings): Remove descriptions of bindings that have
6606 been removed.
6607
66082005-10-05 Nick Roberts <nickrob@snap.net.nz>
6609
6610 * speedbar.texi (GDB): Describe use of watch expressions.
6611
66122005-09-28 Simon Josefsson <jas@extundo.com>
6613
6614 * message.texi (IDNA): Fix.
6615
66162005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6617
6618 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
6619 nntp-server-hook, and nntp-warn-about-losing-connection; fix
6620 description of nntp-open-connection-function.
6621 (Common Variables): Fix descriptions.
6622
66232005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
6624
6625 * gnus.texi (Server Buffer Format): Document the %a format spec.
6626
66272005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6628
6629 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
6630
66312005-09-23 Carsten Dominik <dominik@science.uva.nl>
6632
6633 * org.texi Version 3.16.
6634
66352005-09-19 Miles Bader <miles@gnu.org>
6636
6637 * newsticker.texi: Get rid of CVS keywords.
6638
66392005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
6640
6641 * gnus.texi (Finding the Parent): Fix description of how Gnus
6642 finds article.
6643
66442005-09-14 Jari Aalto <jari.aalto@cante.net>
6645
6646 * gnus.texi (Advanced Scoring Examples): New examples to teach how
6647 to drop off non-answered articles.
6648
66492005-09-19 Juanma Barranquero <lekktu@gmail.com>
6650
6651 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
6652 braces (which are unsupported by NMAKE) for macro `srcdir'.
6653
66542005-09-17 Eli Zaretskii <eliz@gnu.org>
6655
6656 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
6657 (../info/newsticker, newsticker.dvi): New targets.
6658
66592005-09-17 Ulf Jasper <ulf.jasper@web.de>
6660
6661 * newsticker.texi: Replace @command with @code. Replace @example
6662 with @lisp.
0c7efc08
SM
6663 (Top): Add explanations to menu items.
6664 (GNU Free Documentation License): Remove.
2de53ca6
GM
6665
66662005-09-16 Romain Francoise <romain@orebokech.com>
6667
6668 Update all files to specify GFDL version 1.2.
6669
6670 * doclicense.texi (GNU Free Documentation License): Update to
6671 version 1.2.
6672
66732005-09-15 Richard M. Stallman <rms@gnu.org>
6674
6675 * newsticker.texi: Fix @setfilename.
6676
6677 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
6678 (../info/newsticker, newsticker.dvi): New targets.
6679
66802005-08-30 Carsten Dominik <dominik@science.uva.nl>
6681
6682 * org.texi: Version 3.15.
6683
66842005-08-29 Luc Teirlinck <teirllm@auburn.edu>
6685
6686 * ses.texi: Combine all three indices into one.
6687 Correct a few typos.
6688
66892005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
6690
6691 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
6692
66932005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
6694
6695 * emacs-mime.texi (Handles): Remove duplicate item.
6696 (Encoding Customization): Fix the default value for
6697 mm-coding-system-priorities.
6698 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
6699 (Basic Functions): Fix reference.
6700
67012005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
6702
6703 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
6704
67052005-08-18 Richard M. Stallman <rms@gnu.org>
6706
6707 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
6708 and web site.
6709
6710 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
6711 not keyboard-translate.
6712
67132005-08-11 Richard M. Stallman <rms@gnu.org>
6714
6715 * faq.texi (Using regular expressions): Fix xref.
6716
67172005-08-09 Juri Linkov <juri@jurta.org>
6718
6719 * info.texi (Help-P): Replace `Prev' with `Previous'.
6720 (Help-M, Help-Xref): Add S-TAB.
6721 (Help-FOO): Update `u' command.
6722 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
6723 Update info about visibility of xref parts.
6724 (Help-Int): Fix `m' command. Rename `Info-last' to
6725 `Info-history-back'. Add `Info-history-forward'.
6726 (Advanced): Fix `g*' and `M-n' commands.
6727 (Info Search): Add `index-apropos' in stand-alone browser.
6728 Add isearch commands.
6729 (Emacs Info Variables): Remove `Info-fontify'.
6730 Add `Info-mode-hook'. Update face names.
6731 Add `Info-fontify-maximum-menu-size',
6732 `Info-fontify-visited-nodes', `Info-isearch-search'.
6733
67342005-08-07 Michael Albinus <michael.albinus@gmx.de>
6735
6736 Sync with Tramp 2.0.50.
6737
6738 * tramp.texi: Use @option{} consequently for method names.
6739 (Inline methods, External transfer methods): Remove references to
6740 Cygwin.
6741 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
6742 implementation.
6743
67442005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6745
6746 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
6747 Mention that gnus-init-file is not read when Emacs is invoked with
6748 --no-init-file or -q.
6749
67502005-07-19 Carsten Dominik <dominik@science.uva.nl>
6751
6752 * org.texi: Version 3.14.
6753
67542005-07-04 Carsten Dominik <dominik@science.uva.nl>
6755
6756 * org.texi: Version 3.13.
6757
67582005-07-18 Juri Linkov <juri@jurta.org>
6759
6760 * calc.texi (Time Zones, Logical Operations):
6761 * cl.texi (Overview):
6762 * org.texi (TODO types):
6763 * sc.texi (Emacs 18 MUAs):
6764 * speedbar.texi (Top):
6765 * url.texi (History):
6766 Delete duplicate duplicate words.
6767
ce058493 67682005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
6769
6770 * cl.texi (Type Predicates): Document `atom' type.
6771
67722005-07-04 Lute Kamstra <lute@gnu.org>
6773
6774 Update FSF's address in GPL notices.
6775
6776 * calc.texi (Copying):
6777 * doclicense.texi (GNU Free Documentation License):
6778 * faq.texi (Contacting the FSF):
6779 * mh-e.texi (Copying): Update FSF's address.
6780
67812005-07-03 Richard M. Stallman <rms@gnu.org>
6782
6783 * flymake.texi (Example -- Configuring a tool called directly):
6784 Update name of flymake-build-relative-filename.
6785
67862005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
6787
6788 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
6789
67902005-06-29 Carsten Dominik <dominik@science.uva.nl>
6791
6792 * org.texi: Version 3.12.
6793
67942005-06-24 Eli Zaretskii <eliz@gnu.org>
6795
6796 * makefile.w32-in (MAKEINFO): Use --force.
6797 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
6798 Makefile.in.
6799 (gnus.dvi): Use "..." to quote Sed args, so that it works with
6800 more shells.
6801
68022005-06-23 Richard M. Stallman <rms@gnu.org>
6803
6804 * speedbar.texi (Creating a display): Texinfo usage fixes.
6805
6806 * tramp.texi (Customizing Completion, Auto-save and Backup):
6807 Texinfo usage fixes.
6808
68092005-06-23 Juanma Barranquero <lekktu@gmail.com>
6810
6811 * dired-x.texi (Miscellaneous Commands):
6812 * ediff.texi (Miscellaneous):
6813 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
6814 (Agent Variables):
6815 * info.texi (Help-Xref):
6816 * message.texi (Message Headers):
6817 * org.texi (Remember):
6818 * reftex.texi (Options (Defining Label Environments)):
6819 (Options (Index Support)):
6820 (Options (Viewing Cross-References)):
6821 (Options (Misc)):
6822 (Changes):
6823 * speedbar.texi (Creating a display):
6824 * tramp.texi (Customizing Completion, Auto-save and Backup):
6825 Texinfo usage fix.
6826
68272005-06-13 Carsten Dominik <dominik@science.uva.nl>
6828
6829 * org.texi: Version 3.11.
6830
68312005-06-12 Jay Belanger <belanger@truman.edu>
6832
6833 * calc.texi (Getting Started): Remove extra menu item.
6834
68352005-05-31 Jay Belanger <belanger@truman.edu>
6836
6837 * calc.texi (Notations Used in This Manual): Use @kbd for key
6838 sequence.
6839 (Demonstration of Calc): Mention another way of starting Calc.
6840 (Starting Calc): Mention long name of M-#.
6841 (Embedded Mode Overview): Remove unnecessary instruction.
6842 (Other M-# commands): Rephrase `M-# 0' explanation.
6843 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
6844 reflect current behavior.
6845
68462005-05-30 Jay Belanger <belanger@truman.edu>
6847
6848 * calc.texi (Hooks): Change description of calc-window-hook and
6849 calc-trail-window-hook to match usage.
6850 (Computational Functions): Add more constant-generating functions.
6851 (Customizable Variables): Use defvar.
6852
68532005-05-28 Jay Belanger <belanger@truman.edu>
6854
6855 * calc.texi (Assignments in Embedded Mode): Fix variable name.
6856 (Basic Embedded Mode): Explain behavior of arguments to
6857 calc-embedded-mode.
6858
68592005-05-27 Jay Belanger <belanger@truman.edu>
6860
6861 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
6862 current behavior.
6863
68642005-05-25 Jay Belanger <belanger@truman.edu>
6865
6866 * calc.texi: Change Calc version number throughout.
6867 (Keypad Mode): Change location in info output.
6868 (Keypad mode overview): Move picture of keypad.
6869
68702005-05-21 Jay Belanger <belanger@truman.edu>
6871
6872 * calc.texi (Storing variables): Mention that only most variables
6873 are void to begin with.
6874
68752005-05-21 Kevin Ryde <user42@zip.com.au>
6876
6877 * widget.texi (Basic Types): Update cross ref from "Enabling
6878 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
6879 lispref/text.texi change.
6880
68812005-05-20 Carsten Dominik <dominik@science.uva.nl>
6882
6883 * org.texi: Version 3.09.
6884
68852005-05-18 Carsten Dominik <dominik@science.uva.nl>
6886
6887 * reftex.texi: Version 4.28.
6888
68892005-05-16 Jay Belanger <belanger@truman.edu>
6890
6891 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
6892
68932005-05-14 Jay Belanger <belanger@truman.edu>
6894
6895 * calc.texi (Default Simplifications): Insert missing ! (logical
6896 not operator).
6897
68982005-05-14 Michael Albinus <michael.albinus@gmx.de>
6899
6900 Sync with Tramp 2.0.49.
6901
69022005-05-10 Jay Belanger <belanger@truman.edu>
6903
6904 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
6905 to 1.
6906
69072005-04-29 Carsten Dominik <dominik@science.uva.nl>
6908
6909 * org.texi: Version 3.08, structure reorganized.
6910
69112005-04-24 Richard M. Stallman <rms@gnu.org>
6912
6913 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
6914
69152005-04-15 Carsten Dominik <dominik@science.uva.nl>
6916
6917 * org.texi: Update to version 3.06.
6918
69192005-04-13 Lute Kamstra <lute@gnu.org>
6920
6921 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
6922
69232005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
6924
6925 * cl.texi (Porting Common Lisp): Fix typo.
6926
69272005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
6928
6929 * gnus.texi (RSS): Addition.
6930
69312005-04-04 Jay Belanger <belanger@truman.edu>
6932
6933 * calc.texi: Change Calc version number.
6934 (Customizable variables): Fix description of calc-language-alist.
6935 (Copying): Put in version 2 of GPL.
6936
69372005-04-01 Jay Belanger <belanger@truman.edu>
6938
6939 * calc.texi (Troubleshooting Commands): Remove comment about
6940 installation.
6941 (Installation): Remove section.
6942 (Customizable Variables): New section.
6943 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
6944 (Graphical Devices): Add references to Customizable Variables.
6945
69462005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
6947
6948 * emacs-mime.texi (Display Customization): Markup fixes.
6949 (rfc2047): Update.
6950
69512005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
6952
6953 * gnus-faq.texi: Replaced with auto-generated version.
6954
69552005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6956
6957 * dired-x.texi (Multiple Dired Directories): default-directory was
6958 renamed to dired-default-directory.
6959
69602005-03-26 Jay Belanger <belanger@truman.edu>
6961
6962 * calc.texi (Simplifying Formulas, Rewrite Rules):
6963 Change description of top and bottom of fraction.
6964 (Modulo Forms): Move description of how to create modulo forms to
6965 earlier in the section.
6966 (Fraction Mode): Suggest using : to get a fraction by dividing.
6967 (Basic Arithmetic): Adjust placement of command name.
6968 (Truncating the Stack): Emphasize that "hidden" entries are still
6969 visible.
6970 (Installation): Move discussion of printing manual to "About This
6971 Manual".
6972 (About This Manual): Mention how to print the manual.
6973 (Reporting Bugs): Remove first person.
6974 (Building Vectors): Add algebraic version of append.
6975 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
6976 (Grouping Digits): Fix typo.
6977
69782005-03-25 Werner Lemberg <wl@gnu.org>
6979
6980 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
6981 Replace `legal' with `valid'.
6982
69832005-03-25 Werner Lemberg <wl@gnu.org>
6984
6985 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
6986
69872005-03-24 Jay Belanger <belanger@truman.edu>
6988
6989 * calc.texi (General Mode Commands)
6990 (Mode Settings in Embedded Mode): Add some explanation of
6991 recording mode settings.
6992
69932005-03-24 Richard M. Stallman <rms@gnu.org>
6994
6995 * calc.texi: Remove praise of non-free software.
6996
6997 * idlwave.texi: Don't say where to get IDL or its non-free manual.
6998 (Installation): Node deleted.
6999
70002005-03-23 Richard M. Stallman <rms@gnu.org>
7001
7002 * url.texi (HTTP language/coding): Improve last change.
7003
70042005-03-22 Jay Belanger <belanger@truman.edu>
7005
7006 * calc.texi (Embedded Mode): Add new information on changing
7007 modes.
7008
70092005-03-20 Michael Albinus <michael.albinus@gmx.de>
7010
7011 Sync with Tramp 2.0.48.
7012
7013 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
7014
7015 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
7016 "GNU/Linux". Change all addresses to .gnu.org.
7017 (Default Method): Offer shortened syntax for "su" and "sudo"
7018 methods.
7019
70202005-03-07 Richard M. Stallman <rms@gnu.org>
7021
7022 * url.texi: Fix usage of "e.g.".
7023 (HTTP language/coding): Explain the rules for these strings.
7024
70252005-03-06 Richard M. Stallman <rms@gnu.org>
7026
7027 * woman.texi (Introduction): Minor cleanups.
7028
7029 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
7030
7031 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
7032 (Installation): Node deleted.
7033
7034 * mh-e.texi (Preface): Get rid of "Emacs 21".
7035
7036 * eshell.texi (Installation): Delete node (for Emacs 20).
7037
70382005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
7039
7040 * flymake.texi: Refill and tweak style in @lisp blocks.
7041
70422005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7043
7044 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
7045
70462005-03-01 Jay Belanger <belanger@truman.edu>
7047
7048 * calc.texi (Trigonometric and Hyperbolic Functions):
7049 Mention additional functions.
7050 (Algebraic Simplifications): Mention additional simplifications.
7051
70522005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
7053
7054 * ses.texi: Add concept/function/variable indices (this work was
7055 donated by Brad Collins <brad@chenla.org>, copyright-assignment
7056 papers on file at FSF).
7057
70582005-02-10 Jay Belanger <belanger@truman.edu>
7059
7060 * calc.texi: Change @LaTeX to La@TeX throughout.
7061 Redefine @expr as @math for TeX output.
7062 Redefine @texline as a no-op for TeX output.
7063 Define @tfn, replace @t by @tfn throughout.
7064
70652005-02-09 Jay Belanger <belanger@truman.edu>
7066
7067 * calc.texi: Add macro for LaTeX for info output.
7068
70692005-02-08 Kim F. Storm <storm@cua.dk>
7070
7071 * texinfo.tex (LaTex): Add def.
7072
70732005-02-06 Jay Belanger <belanger@truman.edu>
7074
7075 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
7076 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
7077 throughout manual.
7078
70792005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7080
7081 * gnus.texi: Some edits based on comments from David Abrahams.
7082
70832005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
7084
7085 * gnus.texi (RSS): Fix the keystroke.
7086
70872005-01-24 David Kastrup <dak@gnu.org>
7088
7089 * faq.texi: Update AUCTeX version info.
7090
70912005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
7092
7093 * gnus-faq.texi ([4.1]): Typo.
7094
70952005-01-19 Jay Belanger <belanger@truman.edu>
7096
7097 * calc.texi (Keep Arguments): Mention that keeping arguments
7098 doesn't work with keyboard macros.
7099
71002005-01-16 Richard M. Stallman <rms@gnu.org>
7101
7102 * autotype.texi (Autoinserting): Fix small error.
7103
71042005-01-16 Michael Albinus <michael.albinus@gmx.de>
7105
7106 Sync with Tramp 2.0.47.
7107
7108 * tramp.texi (Compilation): New section, describing compilation of
7109 remote files.
7110
71112005-01-11 Kim F. Storm <storm@cua.dk>
7112
7113 * widget.texi (Basic Types): Add :follow-link keyword.
7114
71152005-01-09 Jay Belanger <belanger@truman.edu>
7116
7117 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
7118
71192005-01-08 Jay Belanger <belanger@truman.edu>
7120
7121 * calc.texi: Change throughout to reflect new default value of
7122 calc-settings-file.
7123
71242005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7125
7126 * message.texi (Reply): `message-reply-to-function' should return
7127 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
7128
71292005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
7130
7131 * faq.texi (Changing load-path): Fix typo.
7132
71332005-01-05 Jay Belanger <belanger@truman.edu>
7134
7135 * calc.texi (Programming Tutorial): Replace kbd command by
7136 appropriate characters for a keyboard macro.
7137
71382005-01-04 Jay Belanger <belanger@truman.edu>
7139
7140 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
7141 for Lucid Emacs.
7142 (Programming Tutorial): Mention that the user needs to be in the
7143 right mode to compute some functions.
7144
71452005-01-04 Jay Belanger <belanger@truman.edu>
7146
7147 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
7148 no longer applicable.
7149
71502005-01-01 Jay Belanger <belanger@truman.edu>
7151
0c7efc08 7152 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
7153 edit keyboard macros to match current behavior.
7154
71552004-12-31 Jay Belanger <belanger@truman.edu>
7156
7157 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
7158
71592004-12-20 Jay Belanger <belanger@truman.edu>
7160
7161 * calc.texi (Types Tutorial): Emphasize that you can't divide by
7162 zero.
7163
71642004-12-17 Luc Teirlinck <teirllm@auburn.edu>
7165
7166 * cc-mode.texi (Text Filling and Line Breaking): Put period after
7167 @xref.
7168 (Font Locking): Avoid @strong{Note:}.
7169
71702004-12-17 Michael Albinus <michael.albinus@gmx.de>
7171
7172 Sync with Tramp 2.0.46.
7173
7174 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
7175
71762004-12-16 Luc Teirlinck <teirllm@auburn.edu>
7177
7178 * url.texi: Correct typos.
7179 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 7180 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
7181 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
7182 (Dealing with HTTP documents): @inforef->@xref.
7183
71842004-12-15 Jay Belanger <belanger@truman.edu>
7185
7186 * calc.texi: Consistently capitalized all mode names.
7187 (Answers to Exercises): Mention that an answer can be a fraction
7188 when in Fraction mode.
7189
71902004-12-13 Jay Belanger <belanger@truman.edu>
7191
7192 * calc.texi: Fix some TeX definitions.
7193
71942004-12-09 Luc Teirlinck <teirllm@auburn.edu>
7195
7196 * reftex.texi (Imprint): Remove erroneous @value's.
7197
71982004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7199
7200 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
7201 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
7202
72032004-12-08 Jay Belanger <belanger@truman.edu>
7204
7205 * calc.texi (Starting Calc): Remove comment about installation.
7206 (Keypad Mode Overview): Remove comment about Emacs 19 support.
7207
72082004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7209
7210 * url.texi: Update @setfilename.
7211 (Getting Started): No need to worry about Gnus versions.
7212 (Dealing with HTTP documents): Use @inforef.
7213
7214 * org.texi: Fix @direntry file name.
7215
72162004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7217
7218 * url.texi: New file.
7219
7220 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
7221
72222004-12-06 Jay Belanger <belanger@truman.edu>
7223
7224 * calc.texi (Using Calc): Remove paragraph about installation.
7225
72262004-12-06 Jay Belanger <belanger@truman.edu>
7227
7228 * calc.texi: Use more Texinfo macros and less TeX defs.
7229 Remove @refill's.
7230
72312004-12-06 Richard M. Stallman <rms@gnu.org>
7232
7233 * org.texi: New file.
7234
72352004-12-05 Richard M. Stallman <rms@gnu.org>
7236
7237 * Makefile.in (org.dvi, ../info/org): New targets.
7238 (INFO_TARGETS): Add ../info/org.
7239 (DVI_TARGETS): Add org.dvi.
7240 (maintainer-clean): Remove the info files in the info dir.
7241
72422004-11-26 Eli Zaretskii <eliz@gnu.org>
7243
7244 * idlwave.texi: Fix the setfilename directive to put the produced
7245 file in ../info.
7246 (Continued Statement Indentation): Resurrect Jan D.'s change from
7247 2004-11-03 that was lost when a newer version of idlwave.texi was
7248 imported.
7249
72502004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
7251
0c7efc08 7252 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 7253
0c7efc08
SM
7254 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
7255 Index `spam-initialize'.
2de53ca6
GM
7256
72572004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
7258
7259 * message.texi (Various Message Variables): Mention that all mail
7260 file variables are derived from `message-directory'.
7261
7262 * gnus.texi (Splitting Mail): Clarify bogus group.
7263
72642004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7265
0c7efc08
SM
7266 * emacs-mime.texi (Encoding Customization):
7267 Fix mm-coding-system-priorities entry.
2de53ca6 7268
c8763fb6 72692004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
7270
7271 * idlwave.texi (Continued Statement Indentation):
7272 * reftex.texi (Options (Index Support)):
7273 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
7274 * speedbar.texi (Creating a display, Major Display Modes):
7275 Replace non-nil with non-@code{nil}.
2de53ca6
GM
7276
72772004-10-21 Jay Belanger <belanger@truman.edu>
7278
0c7efc08 7279 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
7280
72812004-10-18 Luc Teirlinck <teirllm@auburn.edu>
7282
7283 * calc.texi (Reporting Bugs): Double up `@'.
7284
72852004-10-18 Jay Belanger <belanger@truman.edu>
7286
0c7efc08 7287 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
7288 should be sent to.
7289
72902004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
7291
7292 * gnus.texi (New Features): Add 5.11.
7293
7294 * message.texi (Resending): Remove wrong default value.
7295
7296 * gnus.texi (Mail Source Specifiers): Describe possible problems
7297 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
7298 `pop3-leave-mail-on-server' to the index.
7299
73002004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
7301
7302 * message.texi (Canceling News): Add how to set a password.
7303
73042004-10-12 Jay Belanger <belanger@truman.edu>
7305
0c7efc08 7306 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
7307 calc-describe-function and calc-describe-variable to match their
7308 current behavior.
7309
73102004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
7311
7312 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
7313
73142004-10-12 Michael Albinus <michael.albinus@gmx.de>
7315
7316 Sync with Tramp 2.0.45.
7317
7318 * tramp.texi (Frequently Asked Questions): Comment paragraph about
7319 plink link. The URL is outdated. Originator contacted for
7320 clarification.
7321
73222004-10-10 Juri Linkov <juri@jurta.org>
7323
7324 * gnus.texi (Top, Marking Articles): Join two menus in one node
7325 because a node can have only one menu.
7326
73272004-10-09 Juri Linkov <juri@jurta.org>
7328
7329 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
7330 example of nnmail-split-fancy.
7331
73322004-10-06 Karl Berry <karl@gnu.org>
7333
7334 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
7335 consistency with other uses of dashes.
7336
73372004-10-05 Karl Berry <karl@gnu.org>
7338
7339 * info.texi: Consistently use --- throughout, periods at end of
7340 menu descriptions, and a couple typos.
7341
73422004-09-26 Jesper Harder <harder@ifa.au.dk>
7343
7344 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
7345 * pgg.texi (User Commands, Backend methods): Do.
7346 * gnus.texi: Markup fixes.
7347 (Setting Process Marks): Fix `M P a' entry.
7348 * emacs-mime.texi: Fixes.
7349
73502004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
7351
7352 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
7353 again.
7354 Use 5.10 instead of 5.10.0.
7355
73562004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7357
7358 * gnus.texi (Summary Mail Commands): S D e.
7359
73602004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
7361
7362 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
7363 the gnus-article-mode-line-format section.
7364
73652004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
7366
7367 * gnus.texi (Various Summary Stuff): Fix the documentation for
7368 gnus-newsgroup-variables.
7369
73702004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
7371
0c7efc08
SM
7372 * gnus.texi (MIME Commands):
7373 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
7374 gnus-mime-display-multipart-alternative-as-mixed,
7375 gnus-mime-display-multipart-related-as-mixed.
7376 (Mail Source Customization): Clarify `mail-source-directory'.
7377 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 7378 (SpamOracle): Fix typo.
2de53ca6
GM
7379
7380 * gnus-faq.texi: Untabify.
7381 ([6.3]): nnir.el is in contrib directory.
7382
7383 * message.texi (News Headers): Clarify how a unique ID is created.
7384
0c7efc08
SM
7385 * gnus.texi (Batching Agents): Fix typo in example.
7386 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 7387
b2abec73 73882004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 7389
0c7efc08 7390 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
7391
73922004-09-20 Florian Weimer <fw@deneb.enyo.de>
7393
7394 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
7395
73962004-09-22 Jay Belanger <belanger@truman.edu>
7397
0c7efc08 7398 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
7399 might be hidden during part of the session.
7400
74012004-09-20 Jay Belanger <belanger@truman.edu>
7402
7403 * calc.texi (Notations Used in This Manual): Put in an earlier
7404 mention that DEL could be called Backspace.
7405
74062004-09-10 Simon Josefsson <jas@extundo.com>
7407
7408 * gnus.texi (IMAP): Add example. Suggested and partially written
7409 by Steinar Bang <sb@dod.no>.
7410
74112004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7412
7413 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
7414 netrc syntax.
7415
74162004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7417
b2abec73
JB
7418 * gnus.texi (Spam ELisp Package Sequence of Events):
7419 Some clarifications.
2de53ca6
GM
7420 (Spam ELisp Package Global Variables): More clarifications.
7421
74222004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7423
7424 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
7425 Mention spam-split does not modify incoming mail.
7426
74272004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7428
7429 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
7430
74312004-09-10 Eli Zaretskii <eliz@gnu.org>
7432
7433 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
7434
74352004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
7436
7437 * makefile.w32-in (sieve, pgg): Use $(infodir).
7438
74392004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
7440
7441 * makefile.w32-in: Fix PGG and Sieve entries.
7442
74432004-08-28 Eli Zaretskii <eliz@gnu.org>
7444
7445 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
7446 Emacs and related programs.
7447
74482004-08-27 Richard M. Stallman <rms@gnu.org>
7449
7450 * faq.texi: Fix texinfo usage, esp. doublequotes.
7451 (Difference between Emacs and XEmacs): Some clarification.
7452
7453 * faq.texi (Difference between Emacs and XEmacs):
7454 Explain not to contrast XEmacs with GNU Emacs.
7455
74562004-08-26 Richard M. Stallman <rms@gnu.org>
7457
7458 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
7459
74602004-08-22 David Kastrup <dak@gnu.org>
7461
7462 * reftex.texi (AUCTeX): Update links, section name.
7463
7464 * faq.texi (Calc): Update availability (included in 22.1).
7465 (AUCTeX): Update availability, information, versions, description.
7466
74672004-08-14 Eli Zaretskii <eliz@gnu.org>
7468
7469 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
7470
74712004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
7472
7473 * cc-mode.texi: Various updates for CC Mode 5.30.9.
7474
74752004-08-10 Michael Albinus <michael.albinus@gmx.de>
7476
7477 Sync with Tramp 2.0.44.
7478
74792004-08-05 Lars Hansen <larsh@math.ku.dk>
7480
7481 * widget.texi (User Interface): Update how to separate the
7482 editable field of an editable-field widget from other widgets.
7483 (Programming Example): Add text after field.
7484
74852004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
7486
7487 * emacs-mime.texi (Encoding Customization): Add a note to the
7488 mm-content-transfer-encoding-defaults entry.
7489 (rfc2047): Update.
7490
0c7efc08
SM
7491 * gnus.texi (Article Highlighting):
7492 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
7493 (POP before SMTP): New node.
7494 (Posting Styles): Addition.
7495 (Splitting Mail): Add nnmail-split-lowercase-expanded.
7496 (Fancy Mail Splitting): Ditto.
7497 (X-Face): Add gnus-x-face.
7498
74992004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
7500
7501 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
7502 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
7503
75042004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
7505
0c7efc08
SM
7506 * gnus.texi (Mail Source Specifiers):
7507 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
7508
75092004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
7510
7511 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
7512
7513 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
7514 repository. Change setfilename.
7515
7516 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
7517
75182004-07-02 Juri Linkov <juri@jurta.org>
7519
7520 * pcl-cvs.texi (Viewing differences): Add `d r'.
7521
75222004-06-29 Jesper Harder <harder@ifa.au.dk>
7523
7524 * ses.texi, viper.texi, flymake.texi, faq.texi:
7525 * eshell.texi, ediff.texi: Markup fixes.
7526
75272004-06-21 Karl Berry <karl@gnu.org>
7528
7529 * info.texi (Top): Mention that only Emacs has mouse support.
7530 (Getting Started): Mention this in a few other places.
7531
75322004-06-13 Luc Teirlinck <teirllm@auburn.edu>
7533
0c7efc08
SM
7534 * autotype.texi (Copyrights, Timestamps):
7535 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
7536
75372004-06-13 Lars Hansen <larsh@math.ku.dk>
7538
7539 * dired-x.texi (dired-mark-omitted): Update keybinding.
7540
75412004-06-10 Kim F. Storm <storm@cua.dk>
7542
7543 * pcl-cvs.texi (Viewing differences): Add 'd y'.
7544
75452004-06-05 Lars Hansen <larsh@math.ku.dk>
7546
7547 * dired-x.texi (variable dired-omit-mode): Rename from
7548 dired-omit-files-p.
7549 (function dired-omit-mode): Rename from dired-omit-toggle.
7550 Call dired-omit-mode rather than set dired-omit-files-p.
7551 (dired-mark-omitted): Describe command.
7552
75532004-05-29 Michael Albinus <michael.albinus@gmx.de>
7554
7555 Version 2.0.41 of Tramp released.
7556
75572004-05-29 Juanma Barranquero <lektu@terra.es>
7558
7559 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
7560 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
7561
75622004-05-29 Richard M. Stallman <rms@gnu.org>
7563
7564 * cl.texi (Top): Call this chapter `Introduction'.
7565 (Overview): In TeX, no section heading here.
7566
7567 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
7568
75692004-05-29 Eli Zaretskii <eliz@gnu.org>
7570
7571 * Makefile.in (../info/flymake, flymake.dvi): New targets.
7572 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
7573
75742004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
7575
7576 * flymake.texi: New file.
7577
75782004-05-28 Simon Josefsson <jas@extundo.com>
7579
7580 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
7581
b344d29d 75822004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
7583
7584 Version 2.0.40 of Tramp released.
7585
75862004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
7587
7588 Complete rework, based on review by Karl Berry <karl@gnu.org>.
7589
7590 * tramp.texi (Auto-save and Backup): Explain exploitation of new
7591 variables `tramp-backup-directory-alist' and
7592 `tramp-bkup-backup-directory-info'.
7593 (Overview, Connection types)
7594 (External transfer methods, Default Method)
7595 (Windows setup hints): Remove restriction of password entering
7596 with external methods.
7597 (Auto-save and Backup): Make file name example
7598 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
7599 and `auto-save-directory' must be used.
7600 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
7601 only "NT"). Remove doubled entry "What kinds of systems does
7602 @tramp{} work on".
7603 (tramp): Macro removed.
7604 (Obtaining Tramp): Flag removed from title.
7605 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
7606 and `trampver' used properly. Flag `tramp-inst' replaced by
7607 `installchapter'. Installation related text adapted.
7608
76092004-04-28 Masatake YAMATO <jet@gyve.org>
7610
7611 * widget.texi (Programming Example): Remove overlays.
7612
76132004-04-27 Jesper Harder <harder@ifa.au.dk>
7614
7615 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
7616
76172004-04-23 Juanma Barranquero <lektu@terra.es>
7618
7619 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7620
76212004-04-05 Jesper Harder <harder@ifa.au.dk>
7622
7623 * info.texi (Info Search): Add info-apropos.
7624
76252004-03-22 Juri Linkov <juri@jurta.org>
7626
7627 * faq.texi: Fix help key bindings.
7628
76292004-03-17 Luc Teirlinck <teirllm@auburn.edu>
7630
7631 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
7632 (as suggested by Karl Berry). Update information about colored
7633 stars in menus. Add new subheading describing M-n.
7634
76352004-03-12 Richard M. Stallman <rms@gnu.org>
7636
7637 * cl.texi (Top): Rename top node's title.
7638
76392004-03-08 Karl Berry <karl@gnu.org>
7640
7641 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
7642 problems making the texinfo distribution.
7643
76442004-02-29 Simon Josefsson <jas@extundo.com>
7645
0c7efc08 7646 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
7647 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
7648 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
7649 <voegelas@gmx.net>.
7650
76512004-02-29 Juanma Barranquero <lektu@terra.es>
7652
7653 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
7654 Use $(DEL) instead of rm, and ignore exit code.
7655
b344d29d 76562004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
7657
7658 Tramp version 2.0.39 released.
7659
76602004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
7661
7662 * tramp.texi (Customizing Completion): Explain new functions
7663 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
7664 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
7665 (Top): Refer to Savannah mailing list as the major one.
7666 Mention older mailing lists in HTML mode only.
2de53ca6
GM
7667 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
7668 (Frequently Asked Questions): Remote hosts must not be Unix-like
7669 for "smb" method.
7670 (Password caching): New node.
7671 (External transfer methods): Refer to password caching for "smb"
7672 method.
7673
76742004-02-17 Karl Berry <karl@gnu.org>
7675
7676 * info.texi (Help-Int): Mention the new line number feature.
7677
76782004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
7679
7680 * ses.texi (Advanced Features): New functionality for
7681 ses-set-header-row (defaults to current row unless C-u used).
7682 (Acknowledgements): Add Stefan Monnier.
7683
76842003-12-29 Kevin Ryde <user42@zip.com.au>
7685
7686 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
7687
b344d29d 76882003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
7689
7690 Tramp version 2.0.38 released.
7691
7692 * tramp.texi (Remote shell setup): Warn of environment variables
7693 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
7694 <sven.gabriel@imk.fzk.de>.
7695 (Configuration): Tramp now chooses base64/uuencode
7696 automatically. Update wording accordingly.
7697 (Top): More description for the `Default Method' menu entry.
7698 (Default Method): Use @code, not @var, for Lisp variables.
7699 (Default Method): New subsection `Which method is the right one
7700 for me?' Suggested by Christian Kirsch.
7701 (Configuration): Pointer to new subsection added.
7702 (Default Method): Too many "use" in one sentence.
7703 Rephrase. Reported by Christian Kirsch.
7704 (Filename Syntax): Old `su' example is probably a left-over from
7705 the sm/su method naming. Replace with `ssh', instead.
7706 (External transfer methods, Auto-save and Backup):
7707 Typo fixes.
7708
77092003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
7710
183080b6 7711 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
7712 (Top): Mention japanese manual only if flag `jamanual' is set.
7713 Insert section `Japanese manual' in menu.
7714
77152003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7716
7717 * eshell.texi (Known Problems): Add doc item.
7718
77192003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7720
7721 * cc-mode.texi: Update for CC Mode 5.30.
7722
7723 Note: Please refrain from doing purely cosmetic changes like
7724 removing trailing whitespace in this manual; it clobbers cvs
7725 merging for no good reason.
7726
77272003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
7728
7729 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
7730 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
7731 @acronym{ASCII}.
7732
77332003-10-26 Karl Berry <karl@gnu.org>
7734
7735 * info.texi (Info Search): Echo area, not echo are. From Debian
7736 diff.
7737
77382003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
7739
10d1d0af 7740 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
7741 :buttons and :children keywords.
7742
77432003-10-22 Miles Bader <miles@gnu.org>
7744
7745 * Makefile.in (info): Move before $(top_srcdir)/info.
7746
77472003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
7748
7749 * tramp.texi (Inline methods): Small grammar fix.
7750 (External transfer methods): Likewise.
7751
77522003-10-08 Nick Roberts <nick@nick.uklinux.net>
7753
7754 * speedbar.texi: Remove paragraph for GUD that is no longer true.
7755
77562003-10-06 Luc Teirlinck <teirllm@auburn.edu>
7757
7758 * texinfo.tex: Replace `%' in arch tagline by @ignore.
7759
77602003-09-30 Richard M. Stallman <rms@gnu.org>
7761
7762 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
7763
7764 * widget.texi (User Interface): Fix typos.
7765
7766 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
7767
77682003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
7769
7770 * pcl-cvs.texi (Selected Files): Fix typo.
7771
77722003-09-21 Karl Berry <karl@gnu.org>
7773
7774 * info.texi (] and [ commands): No period at end of section title.
7775
77762003-09-04 Miles Bader <miles@gnu.org>
7777
7778 * Makefile.in (top_srcdir): New variable.
7779 ($(top_srcdir)/info): New rule.
7780 (info): Depend on it.
7781
77822003-09-03 Peter Runestig <peter@runestig.com>
7783
7784 * makefile.w32-in: New file.
7785
77862003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
7787
7788 * widget.texi (User Interface): Explain the need of static text
7789 around an editable field.
7790
77912003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
7792
7793 * widget.texi (Basic Types): The argument to `:help-echo' can now
7794 be a form that evaluates to a string.
7795
77962003-08-18 Kim F. Storm <storm@cua.dk>
7797
7798 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
7799
78002003-08-16 Richard M. Stallman <rms@gnu.org>
7801
7802 * dired-x.texi (Shell Command Guessing): Explain *.
7803
78042003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
7805
7806 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
7807 log-edit-insert-changelog.
7808
78092003-08-03 Karl Berry <karl@gnu.org>
7810
7811 * info.texi: Need @contents.
7812
c8763fb6 78132003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
7814
7815 Tramp version 2.0.36 released.
7816
7817 * tramp.texi (Remote shell setup): Explain about problems with
7818 non-Bourne commands in ~/.profile and ~/.shrc.
7819
78202003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
7821
7822 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
7823 renaming of `vis-mode' to `visible-mode'.
7824
78252003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
7826
7827 * info.texi (Top, Help-Small-Screen): Remove accidentally added
7828 next, prev and up pointers.
7829
78302003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
7831
7832 * info.texi (Help): Mention existence of Emacs and stand-alone
7833 Info at the very beginning of the tutorial.
7834 (Help-Inv): New node.
7835 (Help-]): New node.
7836 (Help-M): Systematically point out the differences between default
7837 Emacs and stand-alone versions. Delete second menu.
7838 (Help-Xref): Systematically point out the differences between
7839 default Emacs and stand-alone versions.
7840 (Help-Int): Change `l' example.
7841 (Expert Info): Fix typos.
7842 (Emacs Info Variables): Mention `Info-hide-note-references' and
7843 new default for `Info-scroll-prefer-subnodes'.
7844
c8763fb6 78452003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
7846
7847 Version 2.0.35 of Tramp released.
7848
7849 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
7850 (Inline methods): Add methods `remsh' and `plink1'.
7851 (External transfer methods): Add method `remcp'.
7852 (Multi-hop Methods): Add method `remsh'.
7853 Small patch from Adrian Aichner <adrian@xemacs.org>:
7854 Fix minor typos.
0c7efc08 7855 (Concept Index): Add to make manual searchable via
2de53ca6
GM
7856 `Info-index'.
7857 (Version Control): Add cindex entry.
7858
c8763fb6 78592003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
7860
7861 * trampver.texi: Version 2.0.34 released.
7862
78632003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7864
7865 * faq.texi: Improve previous changes.
7866
78672003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
7868
7869 * faq.texi: Update copyright and maintenance details.
7870 Update some package URLs, versions, and maintainers.
7871 Remove many references to the Emacs Lisp Archive.
7872
78732003-04-23 Simon Josefsson <jas@extundo.com>
7874
7875 * smtpmail.texi: Fix license (the invariant sections mentioned has
7876 never been part of the smtp manual). Align info dir entry with
7877 other emacs packages.
7878
78792003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
7880
7881 * tramp.texi: Version 2.0.33 released.
7882 Remove installation chapter. Remove XEmacs specifics.
7883
78842003-03-29 Richard M. Stallman <rms@gnu.org>
7885
7886 * tramp.texi (Top): Undo the previous renaming.
7887 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
7888
c8763fb6 78892003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
7890
7891 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
7892 version of manual.
7893
7894 * tramp.texi (Auto-save and Backup): New node.
7895
78962003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
7897
7898 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
7899 Emacs" in order to have better differentiation to "XEmacs".
7900 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
7901 are new macros in order to point to the other Emacs flavor where
7902 appropriate. In info case, point to node `Installation' in order
7903 to explain how to generate the other way. In html case, make a
7904 link to the other html file.
0c7efc08 7905 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
7906 after CVS checkout/update.
7907 (Installation): Completely rewritten.
7908 (Installation parameters, Load paths): New sections under
7909 `Installation'.
7910
c8763fb6 79112003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
7912
7913 * tramp.texi: Version 2.0.30 released.
7914 Replace word "path" with "localname" where used as a component of
7915 a Tramp file name.
7916
79172003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
7918
7919 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
7920 introduced.
7921 (Installation): Explain what to do if files from the tramp/contrib
7922 directory are needed.
7923
79242003-02-23 Alex Schroeder <alex@emacswiki.org>
7925
7926 * smtpmail.texi (How Mail Works): New.
7927
79282003-02-22 Alex Schroeder <alex@emacswiki.org>
7929
7930 * smtpmail.texi: New file.
7931
7932 * Makefile.in: Build SMTP manual.
7933
c8763fb6 79342003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
7935
7936 * tramp.texi: Version 2.0.29 released.
7937 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
7938 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
7939
79402003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
7941
7942 * tramp.texi (Frequently Asked Questions): Explain a workaround if
7943 another package loads accidently Ange-FTP.
7944
79452003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
7946
7947 * tramp.texi (Customizing Completion): Add function
7948 `tramp-parse-sconfig'. Change example of
7949 `tramp-set-completion-function', because parsing of ssh config
7950 files looks more natural.
7951
79522003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
7953
7954 * gnus.texi: Do not use `path' in several locations.
7955
c8763fb6 79562002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 7957
0c7efc08
SM
7958 * tramp.texi (External transfer methods): New method `smb'.
7959 From Michael Albinus.
2de53ca6
GM
7960
79612002-11-05 Karl Berry <karl@gnu.org>
7962
7963 * info.texi (Info-fontify): Reorder face list to avoid bad line
7964 breaks.
7965
c8763fb6 79662002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 7967
0c7efc08
SM
7968 * tramp.texi: Move @copying to standard place.
7969 Use @insertcopying.
2de53ca6
GM
7970
79712002-10-02 Karl Berry <karl@gnu.org>
7972
7973 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
7974 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
7975 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
7976 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
7977 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
7978 Per rms, update all manuals to use @copying instead of @ifinfo.
7979 Also use @ifnottex instead of @ifinfo around the top node, where
7980 needed for the sake of the HTML output.
7981 (The Gnus manual is not fixed since it's not clear to me how it
7982 works; and the Tramp manual already uses @copying, although in an
7983 unusual way. All others were changed.)
7984
79852002-09-10 Jonathan Yavner <jyavner@engineer.com>
7986
7987 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
7988 (../info/ses, ses.dvi): New targets.
7989 * ses.texi: New file.
7990
c8763fb6 79912002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
7992
7993 * texinfo.tex: Update to texinfo 4.2.
7994
79952002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
7996
7997 * reftex.texi: Update to RefTeX 4.19.
7998
c8763fb6 79992002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
8000
8001 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
8002 (../info/tramp, tramp.dvi): New targets.
8003
80042002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8005
8006 * Makefile.in (DVI_TARGETS): Add calc.dvi.
8007 (calc.dvi): Uncomment.
8008
80092001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
8010
8011 * Makefile.in (INFO_TARGETS): Add ../info/calc.
8012 (../info/calc): New target.
8013
80142001-10-20 Gerd Moellmann <gerd@gnu.org>
8015
8016 * (Version 21.1 released.)
8017
80182001-10-05 Gerd Moellmann <gerd@gnu.org>
8019
8020 * Branch for 21.1.
8021
80222001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8023
8024 * Makefile.in (../info/info): Use an explicit -o switch to
8025 makeinfo.
8026
80272001-03-05 Gerd Moellmann <gerd@gnu.org>
8028
8029 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
8030
80312000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
8032
8033 * Makefile.in (../info/idlwave): Use --no-split.
8034
80352000-12-14 Dave Love <fx@gnu.org>
8036
c4cc8b9a 8037 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
8038 (gnus.dvi): Change rule to remove @latex stuff.
8039
80402000-10-19 Eric M. Ludlam <zappo@ultranet.com>
8041
8042 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
8043
80442000-10-13 John Wiegley <johnw@gnu.org>
8045
8046 * Makefile.in: Add build targets for eshell.texi.
8047
80482000-09-25 Gerd Moellmann <gerd@gnu.org>
8049
8050 * Makefile.in: Remove/comment speedbar stuff.
8051
80522000-09-22 Dave Love <fx@gnu.org>
8053
8054 * Makefile.in: Add emacs-mime.
8055
80562000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8057
8058 * Makefile.in (INFO_TARGETS): Add ../info/woman.
8059 (DVI_TARGETS): Add woman.dvi.
8060 (../info/woman, woman.dvi): New targets.
8061
80622000-05-31 Stefan Monnier <monnier@cs.yale.edu>
8063
8064 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
8065
8066 * pcl-cvs.texi: New file.
8067 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
8068 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
8069
80702000-05-11 Gerd Moellmann <gerd@gnu.org>
8071
8072 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
8073 (../info/ebrowse, ebrowse.dvi): New targets.
8074
80752000-01-13 Gerd Moellmann <gerd@gnu.org>
8076
8077 * Makefile.in (INFO_TARGETS): Add eudc.
8078 (DVI_TARGETS): Add eudc.dvi.
8079 (../info/eudc, eudc.dvi): New targets.
8080
80812000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
8082
8083 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
8084 compatibility with 8+3 filesystems).
8085 (../info/efaq): Rename from emacs-faq.
8086
80872000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
8088
8089 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
8090 (../info/idlwave, idlwave.dvi): New targets.
8091
80921999-10-23 Dave Love <fx@gnu.org>
8093
8094 * Makefile.in: Use autotype.texi.
8095
80961999-10-12 Stefan Monnier <monnier@cs.yale.edu>
8097
8098 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
8099 faq.texi file) rather than ../info/faq.
8100
81011999-10-07 Gerd Moellmann <gerd@gnu.org>
8102
8103 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
8104 (../info/ada-mode, ada-mode.dvi): New targets.
8105
81061999-09-01 Dave Love <fx@gnu.org>
8107
8108 * Makefile.in: Add faq.
8109
81101999-07-12 Richard Stallman <rms@gnu.org>
8111
8112 * Version 20.4 released.
8113
81141998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8115
8116 * Version 20.3 released.
8117
81181998-04-06 Andreas Schwab <schwab@gnu.org>
8119
768c0c0f
JB
8120 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
8121 Use it in dvi targets.
2de53ca6
GM
8122 (../etc/GNU): Change to $(srcdir) first.
8123
81241998-03-11 Carsten Dominik <cd@delysid.gnu.org>
8125
8126 * reftex.texi: Update for RefTeX version 3.22.
8127
81281998-02-08 Richard Stallman <rms@psilocin.gnu.org>
8129
8130 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
8131 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
8132
81331997-09-23 Paul Eggert <eggert@twinsun.com>
8134
8135 * Makefile.in: Merge changes mistakenly made to `Makefile'.
8136 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
8137
81381997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8139
8140 * Version 20.2 released.
8141
81421997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8143
8144 * Version 20.1 released.
8145
81461997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8147
8148 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
8149
81501996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8151
8152 * Version 19.33 released.
8153
81541996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8155
8156 * Version 19.32 released.
8157
81581996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
8159
8160 * Makefile.in: Add rules for the Message manual.
8161
81621996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
8163
8164 * gnus.texi: New version.
8165
8166 * message.texi: New manual.
8167
81681996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8169
8170 * Makefile.in (All info targets): cd $(srcdir) to do the work.
8171
81721996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8173
8174 * Makefile.in (All info targets): Specify $(srcdir) in input files.
8175 Specify -I option.
8176 (All dvi targets): Set the TEXINPUTS variable.
8177
81781996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8179
8180 * Version 19.31 released.
8181
81821996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8183
8184 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
8185 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
8186
81871995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8188
8189 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
8190 (INFO_TARGETS): Add ../info/cc-mode.
8191 (DVI_TARGETS): Add cc-mode.dvi.
8192
2de53ca6
GM
81931995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8194
8195 * Version 19.30 released.
8196
81971995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
8198
8199 * gnus.texi: New file.
8200
82011995-11-04 Erik Naggum <erik@naggum.no>
8202
8203 * gnus.texi: File deleted.
8204
82051995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
8206
8207 * mh-e.texi: "Function Index" -> "Command Index" to work with
8208 Emacs 19.30 C-h C-k support of separately-documented commands.
8209
82101995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8211
8212 * Makefile.in (../info/ediff, ediff.dvi): New targets.
8213 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
8214
82151995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8216
8217 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
8218 (../info/viper, viper.dvi): New targets.
8219
82201995-04-20 Kevin Rodgers <kevinr@ihs.com>
8221
8222 * dired-x.texi (Installation): Change the example to set
8223 buffer-local variables like dired-omit-files-p in
8224 dired-mode-hook.
8225
82261995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8227
8228 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
8229 (../info/mh-e, mh-e.dvi): New targets.
8230
82311995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8232
8233 * Makefile.in (maintainer-clean): Rename from realclean.
8234
82351994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8236
8237 * Makefile.in: New file.
8238 * Makefile: File deleted.
8239
82401994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8241
8242 * Makefile (TEXINDEX_OBJS): Variable deleted.
8243 (texindex, texindex.o, getopt.o): Rules deleted.
8244 All deps on texindex deleted.
8245 (distclean): Don't delete texindex.
8246 (mostlyclean): Don't delete *.o.
8247 * texindex.c, getopt.c: Files deleted.
8248
82491994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8250
8251 * Version 19.26 released.
8252
82531994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8254
8255 * Version 19.25 released.
8256
82571994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8258
8259 * Version 19.24 released.
8260
82611994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8262
8263 * Version 19.23 released.
8264
82651994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8266
8267 * Makefile: Delete spurious tab.
8268
82691994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8270
8271 * Makefile (.SUFFIXES): New rule.
8272
82731994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8274
8275 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
8276 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
8277
82781994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8279
8280 * Makefile (../info/sc): Rename from sc.info.
8281 (../info/cl): Likewise.
8282 (INFO_TARGETS): Use new names.
8283
82841993-12-04 Richard Stallman (rms@srarc2)
8285
8286 * getopt.c: New file.
8287 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
8288 (getopt.o): New rule.
8289 (dvi): Don't depend on texindex.
8290 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
8291 Depend on texindex.
8292
82931993-12-03 Richard Stallman (rms@srarc2)
8294
8295 * Makefile (../info/sc.info): Rename from ../info/sc.
8296 (TEXI2DVI): New variable.
8297 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
8298 Add explicit commands.
8299 (TEXINDEX_OBJS): Delete duplicate getopt.o.
8300
83011993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8302
8303 * Version 19.22 released.
8304
83051993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8306
8307 * Makefile (TEXINDEX_OBJS): Delete spurious period.
8308
83091993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8310
8311 * Version 19.21 released.
8312
83131993-11-15 Paul Eggert (eggert@twinsun.com)
8314
8315 * man/Makefile (../info/cl.info): Rename from ../info/cl.
8316
83171993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8318
8319 * Makefile (../etc/GNU): New target.
8320 (EMACSSOURCES): Add gnu1.texi.
8321
83221993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8323
8324 * Makefile (realclean): Don't delete the Info files.
8325
f0131492 83261993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
8327
8328 * forms.texi: Fix forms.texi so that it will format correctly.
8329 Add missing `@end iftex', fix bad reference.
8330
8331 * info.texi, info-stn.texi: New files implement texinfo version of
8332 `info' file.
8333
f0131492 83341993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
8335
8336 * Makefile: Fix targets for texindex, new info.texi files.
8337 * info-stnd.texi: New file implements info for standalone info
8338 reader.
8339 * info.texi: Update to include recent changes to "../info/info".
8340 New source file for ../info/info; includes info-stnd.texi.
8341
8342 * texindex.c: Include "../src/config.h" if building in emacs.
8343
8344 * Makefile: Change all files to FILENAME.texi, force all targets
8345 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
8346 vip.texinfo, forms.texinfo, cl.texinfo.
8347 Add target to build texindex.c, defining `emacs'.
8348
8349 * forms.texi: Install new file to match version 2.3 of forms.el.
8350
83511993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8352
8353 * Version 19.19 released.
8354
83551993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
8356
8357 * sc.texinfo: Fix info file name.
8358
8359 * Makefile (info): Add gnus and sc.
8360 (dvi): Add gnus.dvi and sc.dvi.
8361 (../info/sc, sc.dvi): New targets.
8362
83631993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8364
8365 * Version 19.18 released.
8366
83671993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8368
8369 * Makefile: Fix source file names of the separate manuals.
8370 (gnus.dvi, ../info/gnus): New targets.
8371
83721993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8373
8374 * Version 19.17 released.
8375
83761993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8377
8378 * split-man: Fix typos in last change.
8379
83801993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8381
8382 * Version 19.16 released.
8383
83841993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8385
8386 * version 19.15 released.
8387
83881993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8389
8390 * Makefile (distclean): It's rm, not rf.
8391
83921993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8393
8394 * Version 19.14 released.
8395
83961993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8397
8398 * Makefile: New file.
8399
84001993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8401
8402 * Version 19.13 released.
8403
84041993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8405
8406 * Version 19.9 released.
8407
84081993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8409
8410 * Version 19.8 released.
8411
84121993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8413
8414 * Version 19.7 released.
8415
84161990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
8417
8418 * gnus.texinfo: New file. Removed installation instructions.
8419
84201990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8421
8422 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
8423
84241989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
8425
8426 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
8427 then define `\sc' as the command for smallcaps in Texinfo.
8428 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
8429 made the corresponding change to makeinfo and texinfm.el.
8430
84311988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8432
8433 * vip.texinfo: Remove menu entry Adding Lisp Code in node
8434 Customization since the menu entry did not point to anything.
8435 Also add an @finalout command to remove overfull hboxes from the
8436 printed output.
8437
8438 * cl.texinfo: Add @bye, \input line and @settitle to file.
8439 This file is clearly intended to be a chapter of some other work,
8440 but the other work does not yet exist.
8441
84421988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8443
8444 * texinfo.texinfo: Three typos corrected.
8445
4009494e 8446;; Local Variables:
c8763fb6 8447;; coding: utf-8
4009494e
GM
8448;; End:
8449
95df8112 8450 Copyright (C) 1993-1999, 2001-2011 Free Software Foundation, Inc.
4009494e
GM
8451
8452 This file is part of GNU Emacs.
8453
97c0352c 8454 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 8455 it under the terms of the GNU General Public License as published by
97c0352c
GM
8456 the Free Software Foundation, either version 3 of the License, or
8457 (at your option) any later version.
4009494e
GM
8458
8459 GNU Emacs is distributed in the hope that it will be useful,
8460 but WITHOUT ANY WARRANTY; without even the implied warranty of
8461 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8462 GNU General Public License for more details.
8463
8464 You should have received a copy of the GNU General Public License
97c0352c 8465 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.