* .bzrignore, doc/misc/Makefile.in (mostlyclean): Add more TeX intermediates.
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
3fe7cdc8
GM
12012-05-12 Glenn Morris <rgm@gnu.org>
2
9598ef0b
GM
3 * Makefile.in (mostlyclean): Add more TeX intermediates.
4
7d326a29
GM
5 * Makefile.in: Make it look more like the other doc Makefiles.
6 Use explicit $srcdir in all dependencies.
7 Remove cd $srcdir from rules.
8 (VPATH): Remove.
9 (infodir): Set to an absolute path.
10 (INFO_TARGETS): Use short names.
11 (mkinfodir): infodir is now absolute.
12 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
13
c7f95930 14 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 15 (.SUFFIXES): Disable implicit rules.
c7f95930 16
3fe7cdc8
GM
17 * Makefile.in (MKDIR_P): New, set by configure.
18 (mkinfodir): Use $MKDIR_P.
19
6f0652af
GM
202012-05-07 Glenn Morris <rgm@gnu.org>
21
22 * forms.texi (Long Example): Update for changed location of files.
23
8045b906
GM
242012-05-04 Glenn Morris <rgm@gnu.org>
25
26 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
27 (INFO_TARGETS): Use $INFO_EXT.
28 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
29 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
30 (INFO_TARGETS): Use $INFO_EXT.
31 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
32
9e7a4bcf
GM
332012-05-02 Glenn Morris <rgm@gnu.org>
34
9aa071df
GM
35 * Makefile.in (echo-info): New phony target, used by top-level.
36
9e7a4bcf
GM
37 * viper.texi: Make direntry shorter (also it is no longer "newest").
38
39 * emacs-gnutls.texi, ert.texi, org.texi:
40 Fix dircategory, direntry to match info/dir.
41
31cc861c
GM
42 * faq.texi: Convert @inforefs to @xrefs.
43 Fix some malformed cross-references.
f9e320bb
GM
44 (File-name conventions): Shorten section name to avoid overfull line.
45 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 46
723ea6b5
TZ
472012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
48
49 * auth.texi (Help for users): Update for .gpg file being second.
50
a8e7d6d7 512012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
52
53 * org.texi (Agenda commands): Fix two typos: give corresponding
54 function names, according to `org-agenda-view-mode-dispatch'.
55
a8e7d6d7 562012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
57
58 * faq.texi (Major packages and programs): Remove section.
59 There is no point listing 6 packages (cf etc/MORE.STUFF).
60 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 61
dcbf5805
MA
622012-04-22 Michael Albinus <michael.albinus@gmx.de>
63
64 * dbus.texi (Version): New node.
65 (Properties and Annotations): Mention the object manager
66 interface. Describe dbus-get-all-managed-objects.
67 (Type Conversion): Floating point numbers are allowed, if an
68 anteger does not fit Emacs's integer range.
69 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
70 (Asynchronous Methods): Fix description of
71 dbus-call-method-asynchronously.
72 (Receiving Method Calls): Fix some minor errors. Add
73 dbus-interface-emacs.
74 (Signals): Describe unicast signals and the new match rules.
75 (Alternative Buses): Add the PRIVATE optional argument to
76 dbus-init-bus. Describe its new return value. Add dbus-setenv.
77
adee4030
GM
782012-04-20 Glenn Morris <rgm@gnu.org>
79
80 * faq.texi (New in Emacs 24): New section.
81 (Packages that do not come with Emacs): Mention M-x list-packages.
82
35dc09a1 832012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
84
85 * cc-mode.texi (c-offsets-alist): Correct a typo.
86
35dc09a1 872012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
88
89 * org.texi (Deadlines and scheduling): Fix the example: the
90 DEADLINE item should come right after the headline. We enforce
91 this convention, so it is a bug not to illustrate it correctly in
92 the manual.
93
35dc09a1 942012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
95
96 * org.texi (Agenda commands): Fix documentation bug by swapping
97 the equivalent keybindings to `org-agenda-next-line' with the ones
98 to `org-agenda-previous-line'.
99
35dc09a1 1002012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
101
102 * Makefile.in: Replace non-portable use of $< in ordinary rules.
103
e2560ea8
EZ
1042012-04-09 Eli Zaretskii <eliz@gnu.org>
105
106 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
107 emacs-gnutls.
108 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
109
6b4f4a2d
TZ
1102012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
111
250b840e 112 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
113
114 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
115
ca2c89b6
TZ
1162012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
117
118 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 119 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 120
aebd5f1a
GM
1212012-04-04 Glenn Morris <rgm@gnu.org>
122
123 * auth.texi (Secret Service API): Copyedits.
124 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
125 (Help for users, Help for developers)
126 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 127
0317dd51
MA
1282012-04-04 Michael Albinus <michael.albinus@gmx.de>
129
130 * auth.texi (Secret Service API): Add the missing text.
131
3d439cd1
CY
1322012-04-04 Chong Yidong <cyd@gnu.org>
133
134 * message.texi (Using PGP/MIME): Note that epg is now the default.
135
136 * gnus.texi: Reduce references to obsolete pgg library.
137 (Security): Note that epg is now the default.
138
139 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
140
141 * nxml-mode.texi (Completion): C-RET is no longer bound to
142 nxml-complete.
143
153ae947
BG
1442012-04-01 Jambunathan K <kjambunathan@gmail.com>
145
146 * org.texi (Customizing tables in ODT export): Correct few errors.
147
1482012-04-01 Jambunathan K <kjambunathan@gmail.com>
149
150 * org.texi (Links in ODT export): Update.
151 (Labels and captions in ODT export): New node.
152
1532012-04-01 Jambunathan K <kjambunathan@gmail.com>
154
155 * org.texi (Literal examples in ODT export): htmlfontify.el in
156 Emacs-24.1 now supports fontification. So ODT source blocks will
157 be fontified by default.
158
1592012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
160
161 * org.texi (Refiling notes): Remove duplicated keybinding.
162
1632012-04-01 Eric Schulte <eric.schulte@gmx.com>
164
165 * org.texi (noweb): Documentation of this new option to the :noweb
166 header argument.
167
1682012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
169
170 * org.texi (Header and sectioning): Add example demonstrating how
171 to use "LaTeX_CLASS_OPTIONS".
172
1732012-04-01 Eric Schulte <eric.schulte@gmx.com>
174
175 * org.texi (Noweb reference syntax): Describe the ability to
176 execute noweb references in the manual.
177
1782012-04-01 Eric Schulte <eric.schulte@gmx.com>
179
180 * org.texi (cache): Improve cache documentation when session
181 evaluation is used.
182
1832012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
184
185 * org.texi (Plain lists): Document removal.
186
1872012-04-01 Michael Brand <michael.ch.brand@gmail.com>
188
189 * org.texi: Decapitalize file name in references to Calc manual.
190
1912012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
192
193 * org.texi (Plain lists): Document removal.
194
1952012-04-01 Jambunathan K <kjambunathan@gmail.com>
196
197 * org.texi (Top, OpenDocument Text export)
198 (ODT export commands, Extending ODT export)
199 (Images in ODT export, Tables in ODT export)
200 (Configuring a document converter): Add or Update.
201
2022012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
203
204 * org.texi (MobileOrg): Change the wording to reflect that the
205 Android Version is no longer just the little brother of the iOS
206 version.
207
2082012-04-01 Eric Schulte <eric.schulte@gmx.com>
209
210 * org.texi (Key bindings and useful functions): Updated babel key
211 binding documentation in manual.
212
2132012-04-01 Eric Schulte <eric.schulte@gmx.com>
214
215 * org.texi (noweb): Document new noweb header value.
216
2172012-04-01 Eric Schulte <eric.schulte@gmx.com>
218
219 * org.texi (noweb-sep): Document new header argument.
220
2212012-04-01 Eric Schulte <eric.schulte@gmx.com>
222
223 * org.texi (noweb-ref): Documentation of this new custom variable.
224
2252012-04-01 Eric Schulte <eric.schulte@gmx.com>
226
227 * org.texi (wrap): Update the new :wrap documentation to match the
228 current implementation.
229
2302012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
231
232 * org.texi: Added documentation for :wrap.
233
2342012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
235
236 * org.texi: #+RESULTS now user-configurable.
237
2382012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
239
240 * org.texi: Documented :noweb no-export.
241
2422012-04-01 Thomas Dye <dk@poto.local>
243
244 * org.texi: Edit :noweb no header argument for correctness.
245
2462012-04-01 Bastien Guerry <bzg@altern.org>
247
248 * org.texi (Customization): Update the approximate number of Org
249 variables.
250
2512012-04-01 Thomas Dye <dk@poto.local>
252
253 * org.texi: The :results wrap produces a drawer instead of a
254 begin_results block.
255
005a89ff
G
2562012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
257
258 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
259 reflect the new default.
260
589ce070
EZ
2612012-03-10 Eli Zaretskii <eliz@gnu.org>
262
263 * info.texi (Expert Info): Move the index entry for "Texinfo" from
264 "Getting Started" to this node. (Bug#10450)
265
a5392527
CY
2662012-03-10 Chong Yidong <cyd@gnu.org>
267
8ae818e4
CY
268 * flymake.texi (Example -- Configuring a tool called via make):
269 Mention the Automake COMPILE variable (Bug#8715).
270
a5392527
CY
271 * info.texi (Getting Started): Add an index entry (Bug#10450).
272
d49902e4
MA
2732012-03-02 Michael Albinus <michael.albinus@gmx.de>
274
275 * dbus.texi (Signals): Known names will be mapped onto unique
276 names, when registering for signals.
277
53eced6d
GM
2782012-02-29 Glenn Morris <rgm@gnu.org>
279
bcd6cd23
GM
280 * url.texi: Fix quote usage in body text.
281
775b55af
GM
282 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
283
53eced6d
GM
284 * cl.texi: Use @code{} in menus when appropriate.
285
44e97401
GM
2862012-02-28 Glenn Morris <rgm@gnu.org>
287
288 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
289 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
290 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
291 * org.texi, sc.texi, vip.texi, viper.texi:
292 Standardize possessive apostrophe usage.
293
fa9a0855
CY
2942012-02-26 Chong Yidong <cyd@gnu.org>
295
296 * ediff.texi (Quick Help Commands): Add a couple of index entries
297 (Bug#10834).
298
0fd2c9a3
GM
2992012-02-17 Glenn Morris <rgm@gnu.org>
300
301 * gnus.texi (Posting Styles):
302 * remember.texi (Org): Fix cross-refs to other manuals.
303
9f26dc24
GM
3042012-02-15 Glenn Morris <rgm@gnu.org>
305
306 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
307 (Encryption): New chapter, split out from previous.
308
3d2af193
LI
3092012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
310
311 * gnus.texi (Customizing the IMAP Connection): Mention
312 nnimap-record-commands.
313
b74c9672
GM
3142012-02-10 Glenn Morris <rgm@gnu.org>
315
316 * url.texi (Retrieving URLs): Update url-retrieve arguments.
317 Mention url-queue-retrieve.
318
2ebc3b94
GM
3192012-02-09 Glenn Morris <rgm@gnu.org>
320
9fcfcdef
GM
321 * sem-user.texi (Semantic mode user commands): Typo fix.
322
2ebc3b94
GM
323 * info.texi (Create Info buffer): Mention info-display-manual.
324
7c4bbb69
LI
3252012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
326
327 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
328 example (modified from an example by Michael Albinus).
329
debce7bc
G
3302012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
331
332 * gnus.texi (Agent Basics): Fix outdated description of
333 `gnus-agent-auto-agentize-methods'.
334
b207a4ec
AS
3352012-01-28 Andreas Schwab <schwab@linux-m68k.org>
336
337 * cc-mode.texi: Always @defindex ss.
338 (Config Basics): Fix argument of @itemize.
339 (Macro Backslashes): Add @code around index entry.
340
b8fe8712
GM
3412012-01-23 Glenn Morris <rgm@gnu.org>
342
343 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
344
02dc2fd7
EH
3452012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
346
347 * tramp.texi (File): Tweak wording for the `scpc' option.
348
e7719ea1
G
3492012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
350
351 * gnus.texi (Group Parameters): Really note precedence.
352
9937bef4
G
3532012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
354
355 * gnus.texi (Group Parameters): Note precedence.
356
e66ba1df
BG
3572012-01-03 Eric Schulte <eric.schulte@gmx.com>
358
359 * org.texi (Noweb reference syntax): Adding documentation of
360 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
361 variable.
362
3632012-01-03 Bastien Guerry <bzg@gnu.org>
364
365 * org.texi (Plain lists): Split the table to fix the display
366 of items.
367
3682012-01-03 Bastien Guerry <bzg@gnu.org>
369
370 * org.texi (Plain lists): Fix misplaced explanation.
371
3722012-01-03 Bastien Guerry <bzg@gnu.org>
373
374 * org.texi (Plain lists, Agenda files): Add index entries.
375
3762012-01-03 Julian Gehring <julian.gehring@googlemail.com>
377
378 * org.texi: Use "Org mode" instead of alternatives like
379 "Org-mode" or "org-mode".
380
3812012-01-03 Bernt Hansen <bernt@norang.ca>
382
383 * org.texi (Agenda commands): Document
384 `org-clock-report-include-clocking-task'.
385
3862012-01-03 Bastien Guerry <bzg@gnu.org>
387
388 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
389 C-c' on checkboxes.
390
3912012-01-03 Julian Gehring <julian.gehring@googlemail.com>
392
393 * org.texi: End sentences with two spaces.
394
3952012-01-03 Michael Brand <michael.ch.brand@gmail.com>
396
397 * org.texi (External links): Document the link types file+sys
398 and file+emacs, slightly narrow used page width.
399
4002012-01-03 Eric Schulte <eric.schulte@gmx.com>
401
402 * org.texi (colnames): Note that colnames behavior may differ
403 across languages.
404
4052012-01-03 Bastien Guerry <bzg@gnu.org>
406
407 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
408
4092012-01-03 Thomas Dye <dk@poto.westell.com>
410
411 * org.texi: Augmented discussion of babel property
412 inheritance. Put footnote outside sentence ending period.
413
4142012-01-03 Eric Schulte <schulte.eric@gmail.com>
415
416 * org.texi (eval): Documenting the full range of :eval header
417 argument values.
418
4192012-01-03 Eric Schulte <schulte.eric@gmail.com>
420
421 * org.texi (eval): Documentation of the new :eval option.
422
4232012-01-03 Thomas Dye <dk@poto.local>
424
425 * org.texi: Add accumulated properties.
426
4272012-01-03 Thomas Dye <dk@poto.local>
428
429 * org.texi: Documented no spaces in name=assign, another
430 correction to :var table.
431
4322012-01-03 Thomas Dye <dk@poto.local>
433
434 * org.texi: Changed DATA to NAME in Working With Source Code
435 section.
436
4372012-01-03 Tom Dye <tsd@tsdye.com>
438
439 * org.texi: Minor change to :var table.
440
4412012-01-03 Tom Dye <tsd@tsdye.com>
442
443 * org.texi: More changes to :var table (some examples were wrong).
444
4452012-01-03 Tom Dye <tsd@tsdye.com>
446
447 * org.texi: Cleaned up :var table.
448
4492012-01-03 Bastien Guerry <bzg@gnu.org>
450
451 * org.texi (Timestamps, Weekly/daily agenda)
452 (Weekly/daily agenda): Add @cindex for "appointment".
453
4542012-01-03 Eric Schulte <schulte.eric@gmail.com>
455
456 * org.texi (Literal examples): A new link to the template for
457 inserting empty code blocks.
458 (Structure of code blocks): A new link to the template for
459 inserting empty code blocks.
460
4612012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
462
463 * org.texi (External links): Add footnote on how the behavior
464 of the text search in Org files are controled by the variable
465 `org-link-search-must-match-exact-headline'.
466
4672012-01-03 Eric Schulte <schulte.eric@gmail.com>
468
469 * org.texi (Buffer-wide header arguments): Update
470 documentation to reflect removal of #+PROPERTIES.
471
4722012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
473
474 * org.texi (The clock table): Mention that ACHIVED trees
475 contribute to the clock table.
476
4772012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
478
479 * org.texi (Conflicts): Better yasnippet config info.
480
4812012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
482
483 * org.texi (Selective export): Explicitely mention the default
484 values for `org-export-select-tags',
485 `org-export-exclude-tags'.
486
4872012-01-03 Tom Dye <tsd@tsdye.com>
488
489 * org.texi: Added a line to specify that header arguments are
490 lowercase.
491
4922012-01-03 Tom Dye <tsd@tsdye.com>
493
494 * org.texi: :var requires default value when declared.
495
4962012-01-03 Bastien Guerry <bzg@gnu.org>
497
498 * org.texi (Handling links): Add a note about the
499 `org-link-frame-setup' option.
500
5012012-01-03 David Maus <dmaus@ictsoc.de>
502
503 * org.texi (Exporting Agenda Views, Extracting agenda
504 information): Fix command line syntax, quote symbol parameter
505 values.
506
5072012-01-03 David Maus <dmaus@ictsoc.de>
508
509 * org.texi (Exporting Agenda Views): Fix command line syntax.
510
8d80ef01
PE
5112011-12-28 Paul Eggert <eggert@cs.ucla.edu>
512
513 * gnus.texi (Mail Source Customization, Mail Back End Variables):
514 Use octal notation for file permissions, which are normally
515 thought of in octal.
516 (Mail Back End Variables): Use more-plausible modes in example.
517
47d42d81
AM
5182011-12-20 Alan Mackenzie <acm@muc.de>
519
520 * cc-mode.texi: Update version string 5.31 -> 5.32.
521
a98edce9
JB
5222011-12-06 Juanma Barranquero <lekktu@gmail.com>
523
524 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
525
321decc8
GM
5262011-11-24 Glenn Morris <rgm@gnu.org>
527
528 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
529
f8107b79
JB
5302011-11-24 Juanma Barranquero <lekktu@gmail.com>
531
532 * makefile.w32-in: Update dependencies.
533
f5a96a4f
GM
5342011-11-20 Glenn Morris <rgm@gnu.org>
535
536 * gnus.texi (Group Information):
537 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
538
cd1181db
JB
5392011-11-20 Juanma Barranquero <lekktu@gmail.com>
540
541 * gnus-coding.texi (Gnus Maintenance Guide):
542 Rename from "Gnus Maintainance Guide".
543
544 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
545 * eieio.texi (Customizing):
fe7a3057
JB
546 * gnus.texi (Article Washing):
547 * gnus-news.texi:
548 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 549
7877f373
JB
5502011-11-16 Juanma Barranquero <lekktu@gmail.com>
551
552 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
553
0d26e0b6
JB
5542011-11-15 Juanma Barranquero <lekktu@gmail.com>
555
c7015153
JB
556 * ede.texi (project-am-texinfo):
557 * gnus.texi (Sending or Not Sending):
558 * org.texi (Template elements): Fix typos.
0d26e0b6 559
0b381c7e
JB
5602011-11-14 Juanma Barranquero <lekktu@gmail.com>
561
562 * ediff.texi (Hooks):
c7015153 563 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 564
40a8bdf6
JB
5652011-11-11 Juanma Barranquero <lekktu@gmail.com>
566
567 * semantic.texi (Tag handling): Fix typo.
568
57dda3bb
KY
5692011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
570
571 * gnus.texi (Other Gnus Versions): Remove.
572
52bedd34
AM
5732011-10-28 Alan Mackenzie <acm@muc.de>
574
575 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
576 (Other Special Indentations): Add an xref to "Macros with ;".
577 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
578 "Macros with ;".
579 (Macros with ;): New page.
580
00b77525
GM
581 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
582 Document the new handling of nested scopes for movement by defuns.
52bedd34 583
4a623313
MA
5842011-10-23 Michael Albinus <michael.albinus@gmx.de>
585
586 Sync with Tramp 2.2.3.
587
588 * trampver.texi: Update release number.
589
466a320e
GM
5902011-10-14 Glenn Morris <rgm@gnu.org>
591
592 * ert.texi (Introduction, How to Run Tests)
593 (Running Tests Interactively, Expected Failures)
594 (Tests and Their Environment, Useful Techniques)
595 (Interactive Debugging, Fixtures and Test Suites):
596 Minor rephrasings.
597 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
598 (Running Tests in Batch Mode): Simplify loading instructions.
599 (Test Selectors): Clarify some selectors.
600 (Expected Failures, Useful Techniques):
601 Make examples fit in 80 columns.
602
2be4956d
JB
6032011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
604
605 * calc.texi (Basic Operations on Units): Discuss temperature
606 conversion (`u t') alongside with other unit conversions ('u c').
607
7359a765
GM
6082011-10-12 Glenn Morris <rgm@gnu.org>
609
610 * ert.texi: Whitespace trivia to make main menu items line up better.
611
a0c52e5d
GM
6122011-10-08 Glenn Morris <rgm@gnu.org>
613
614 * Makefile.in: Fix ert rules.
615
465d0300
G
6162011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
617
618 * gnus.texi (Gnus Utility Functions): Add more references and
619 explanations (bug#9683).
620
a5166359
LMI
6212011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
622
623 * gnus.texi (Archived Messages): Note the default (bug#9552).
624
b523dc20
BW
6252011-09-21 Bill Wohler <wohler@newt.com>
626
627 Release MH-E manual version 8.3.
628
58179cce 629 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
630 release 8.3.
631 (Preface): Updated support information.
632 (From Bill Wohler): Reset text to original version. As a
633 historical quote, the tense should be correct in the time that it
634 was written.
635
0afb49a1
LMI
6362011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
637
638 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
639 (Finding the News): Doc clarification.
640 (Terminology): Mention naming.
641
e21bac42
G
6422011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
643
644 * gnus.texi: Remove mentions of `recent', which are now obsolete.
645 (Interactive): Document `quiet'.
646
5b409b39 6472011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633
BG
648
649 * org.texi (Images in LaTeX export): rewrite.
650
5b409b39 6512011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
652
653 * org.texi (Using the mapping API): mention 'region as a possible
654 scope for `org-map-entries'.
655
5b409b39 6562011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
657
658 * org.texi (Visibility cycling): Document `org-copy-visible'.
659
5b409b39 6602011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
661
662 * org.texi (Template expansion): order template sequences in the
663 proper order.
664
5b409b39 6652011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
666
667 * org.texi (eval): Expand discussion of the :eval header argument.
668
5b409b39 6692011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
670
671 * org.texi (Languages): Add Lilypond and Awk as supported
672 languages.
673
5b409b39 6742011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837
BG
675
676 * org.texi: document that both CLOCK_INTO_DRAWER and
677 LOG_INTO_DRAWER can be used to override the contents of variable
678 org-clock-into-drawer (or if unset, org-log-into-drawer).
679
680 * org.texi: replace @xref->@pxref.
681
5b409b39 6822011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
683
684 * org.texi (Evaluating code blocks): Documenting the new option
685 for inline call lines.
686
5b409b39 6872011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
688
689 * org.texi (Results of evaluation): More explicit about the
690 mechanism through which interactive evaluation of code is
691 performed.
692
5b409b39 6932011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
694
695 * org.texi (noweb-ref): New header argument documentation.
696
5b409b39 6972011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
698
699 * org.texi (Extracting source code): Documentation of the new
700 org-babel-tangle-named-block-combination variable.
701
5b409b39 7022011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
703
704 * org.texi (Structure of code blocks): explicitly state that the
705 behavior of multiple blocks of the same name is undefined
706
5b409b39 7072011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
708
709 * org.texi (TaskJuggler export): Modify the example to reflect the
710 new effort durations.
711
5b409b39 7122011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
713
714 * org.texi (Images in LaTeX export): Escape curly brackets in
715 LaTeX example.
716
5b409b39 7172011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
718
719 * org.texi (The clock table): Document the :properties and
720 :inherit-props arguments for the clocktable.
721
5b409b39 7222011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
723
724 * org.texi (Tables in LaTeX export): Document specifying placement
725 options for tables.
726
5b409b39 7272011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
728
729 * org.texi (Evaluating code blocks): More specific documentation
730 about the different types of header arguments.
731
5b409b39 7322011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
733
734 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
735
5b409b39 7362011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
737
738 * org.texi (Built-in table editor): Document the table field
739 follow mode.
740
5b409b39 7412011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
742
743 * org.texi (Easy Templates): Document new template.
744
5b409b39 7452011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
746
747 * org.texi (Literal examples): Add a cross-reference from "Literal
748 Examples" to "Easy Templates."
749
5b409b39 7502011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
751
752 * org.texi (The clock table): Add link to match syntax.
753
5b409b39 7542011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
755
756 * org.texi (Agenda commands): Document clock consistency checks.
757
5b409b39 7582011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
759
760 * org.texi (Built-in table editor): Document that \vert represents
761 a vertical bar in a table field.
762
5b409b39 7632011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
764
765 * org.texi (Literal examples): Link from "Markup" > "Literate
766 Examples" to "Working with Source Code".
767
5b409b39 7682011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
769
770 * org.texi (Agenda commands): Doc for function option to bulk
771 action.
772
5b409b39 7732011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
774
775 * org.texi (Template expansion): Document new %<...> template
776 escape.
777
5b409b39 7782011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
779
780 * org.texi (Selective export): Document exclusion of any tasks
781 from export.
782
5b409b39 7832011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
784
785 * org.texi (Selective export): Document how to exclude DONE tasks
786 from export.
787 (Publishing options): Document the properties to be used to turn off
788 export of DONE tasks.
789
5b409b39 7902011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
791
792 * org.texi (The date/time prompt): Document date range protection.
793
5b409b39 7942011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
795
796 * org.texi (padline): Documentation of the new padline header
797 argument.
798
5b409b39 7992011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
800
801 * org.texi (var): Adding "[" to list of characters triggering
802 elisp evaluation.
803
5b409b39 8042011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
805
806 * org.texi (var): Documentation of Emacs Lisp evaluation during
807 variable assignment.
808
5b409b39 8092011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
810
811 * org.texi (colnames): Reference indexing into variables, and note
812 that colnames are *not* removed before indexing occurs.
813 (rownames): Reference indexing into variables, and note that
814 rownames are *not* removed before indexing occurs.
815
5b409b39 8162011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
817
818 * org.texi (var): Clarification of indexing into tabular
819 variables.
820
5b409b39 8212011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
822
823 * org.texi (results): Documentation of the `:results wrap' header
824 argument.
825
5b409b39 8262011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
827
828 * org.texi (LaTeX and PDF export): add a note about a limitation
829 of the LaTeX export: the org file has to be properly structured.
830
5b409b39 8312011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
832
833 * org.texi (Dynamic blocks, Structure editing): Mention
834 the function `org-narrow-to-block'.
835
5b409b39 8362011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
837
838 * org.texi (Languages): Updating list of code block supported
839 languages.
840
5b409b39 8412011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
842
843 * org.texi (Special properties): CATEGORY is a special property,
844 but it may also used in the drawer.
845
5b409b39 8462011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
847
848 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
849
5b409b39 8502011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
851
852 * org.texi (Include files): Document :lines.
853
5b409b39 8542011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
855
856 * org.texi (comments): Documentation of the ":comments noweb" code
857 block header argument.
858
5b409b39 8592011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
860
861 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
862 added extra whitespace around functions to be consistent with the
863 rest of the section.
864
5b409b39 8652011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 866
0b381c7e 867 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
868 #+call: line syntax.
869 (Header arguments in function calls): Expanded discussion of
870 #+call: line syntax.
871
5b409b39 8722011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
873
874 * org.texi (Evaluating code blocks): More explicit about how to
875 pass variables to #+call lines.
876
5b409b39 8772011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
878
879 * org.texi (Results of evaluation): Link to the :results header
880 argument list from the "Results of evaluation" section.
881
5b409b39 8822011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
883
884 * org.texi (Conflicts): Adding additional information about
885 resolving org/yasnippet conflicts.
886
5b409b39 8872011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
888
889 * org.texi (Publishing options): Document style-include-scripts
890 publishing project property.
891
5b409b39 8922011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
893
894 * org.texi (Sparse trees): Document the next-error /
895 previous-error functionality.
896
5b409b39 8972011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
898
899 * org.texi (cache): Improved documentation of code block caches.
900
5b409b39 9012011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
902
903 * org.texi (Code block specific header arguments): Documentation
904 of multi-line header arguments.
905
5b409b39 9062011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
907
908 * org.texi (Code evaluation security): Add example for using a
909 function.
910
5b409b39 9112011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
912
913 * org.texi (Tables in LaTeX export): Documentation of new
914 attr_latex options for tables.
915
5b409b39
BG
9162011-08-03 Michael Albinus <michael.albinus@gmx.de>
917
918 * trampver.texi: Update release number.
919
9202011-07-30 Michael Albinus <michael.albinus@gmx.de>
921
922 Sync with Tramp 2.2.2.
923
924 * trampver.texi: Update release number.
925
064e2d08
LMI
9262011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
927
928 * flymake.texi (Example -- Configuring a tool called via make):
929 Use /dev/null instead of the Windows "nul" (bug#8715).
930
b8151e9c
LMI
9312011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
932
933 * widget.texi (Setting Up the Buffer): Remove mention of the
934 global keymap parent, which doesn't seem to be accurate
935 (bug#7045).
936
5b409b39
BG
9372011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
938
939 * org.texi (Special agenda views): Fix double quoting (bug#3509).
940
c0a8ae95
KR
9412010-07-10 Kevin Ryde <user42@zip.com.au>
942
943 * cl.texi (For Clauses): Add destructuring example processing an
944 alist (bug#6596).
945
ac6531ad
LMI
9462011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
947
948 * ediff.texi (Major Entry Points): Remove mention of `require',
949 since that's not pertinent in the installed Emacs (bug#9016).
950
d30dd079
G
9512011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
952
953 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
954 (Filtering New Groups): Clarify how simple the "options -n" format is.
955 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
956 is internal.
d30dd079 957
862c0d68
MA
9582011-07-04 Michael Albinus <michael.albinus@gmx.de>
959
960 * tramp.texi (Cleanup remote connections): Add
961 `tramp-cleanup-this-connection'.
962
cd865a33
G
9632011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
964
965 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
966 zombies.
967 (Checking New Groups): Ditto (bug#8974).
7d1738f1 968 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
969
9702011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
971
972 * gnus.texi (Startup Files): Clarify that we're talking about numbered
973 backups, and not actual vc (bug#8975).
974
79414ae4
KR
9752011-07-03 Kevin Ryde <user42@zip.com.au>
976
977 * cl.texi (For Clauses): @items for hash-values and key-bindings
978 to make them more visible when skimming. Add examples of `using'
979 clause to them, examples being clearer than a description in
980 words (bug#6599).
981
847ccf7c
AM
9822011-07-01 Alan Mackenzie <acm@muc.de>
983
984 * cc-mode.texi (Guessing the Style): New page.
985 (Styles): Add a short introduction to above.
986
3da13bb9
DD
9872011-06-28 Deniz Dogan <deniz@dogan.se>
988
989 * rcirc.texi (Configuration): Bug-fix:
990 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
991 Reported by Elias Pipping <pipping@exherbo.org>.
992
60a0884e
G
9932011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
994
995 * gnus.texi (Summary Mail Commands): Document
996 `gnus-summary-reply-to-list-with-original'.
997
0c7efc08
SM
9982011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
999
1000 * eshell.texi (Known problems): Fix typo.
1001
ea3596a2
MA
10022011-06-12 Michael Albinus <michael.albinus@gmx.de>
1003
0c7efc08 1004 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1005 (Password handling): `auth-source-debug' is good for debug messages.
1006
2da9c605
G
10072011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1008
1009 * gnus.texi (Store custom flags and keywords): Refer to
1010 `gnus-registry-article-marks-to-{chars,names}' instead of
1011 `gnus-registry-user-format-function-{M,M2}'.
1012
e61923c8
GM
10132011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1014
1015 * texinfo.tex: Merge from gnulib.
1016
627abcdd
TZ
10172011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1018
1019 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1020 (Store custom flags and keywords):
1021 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1022 `gnus-registry-user-format-function-M2'.
1023
a3c92bc1
EZ
10242011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1025
8f906c40 1026 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1027
85d870a9
GM
10282011-05-17 Glenn Morris <rgm@gnu.org>
1029
1030 * gnus.texi (Face): Fix typo.
1031
2cdee799
GM
10322011-05-14 Glenn Morris <rgm@gnu.org>
1033
1034 * dired-x.texi (Omitting Examples): Minor addition.
1035
79b70037
GM
10362011-05-10 Jim Meyering <meyering@redhat.com>
1037
1038 * ede.texi: Fix typo "or or -> or".
1039
a7111a62 10402011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1041
1042 * gnus.texi (Summary Buffer Lines):
1043 gnus-summary-user-date-format-alist does not exist.
1044 (Sorting the Summary Buffer): More about sorting threads.
1045
69026aba
MA
10462011-04-25 Michael Albinus <michael.albinus@gmx.de>
1047
1048 * trampver.texi: Update release number.
1049
9024ff79
MA
10502011-04-14 Michael Albinus <michael.albinus@gmx.de>
1051
1052 * tramp.texi (Frequently Asked Questions): New item for disabling
1053 Tramp in other packages.
1054
c3c65d73
TZ
10552011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1056
1057 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1058 (Fancy splitting to parent, Store arbitrary data):
1059 Updated gnus-registry docs.
c3c65d73 1060
9ec6a317
JB
10612011-04-13 Juanma Barranquero <lekktu@gmail.com>
1062
1063 * ede.texi: Fix typos.
1064
1e3b6001
G
10652011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1066
9ec6a317
JB
1067 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1068 It's @table @code.
1e3b6001 1069
a5954fa5
G
10702011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1071
1072 * gnus.texi (Listing Groups): Document gnus-group-list-ticked
1073
d71990a1
JB
10742011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1075
1076 * calc.texi (Logarithmic Units): Update the function names.
1077
1518e4f0
G
10782011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1079
1080 * message.texi (Various Commands): Document format specs in the
1081 ellipsis.
1082
a123622d
G
10832011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1084
1085 * message.texi (Insertion Variables): Document message-cite-style.
1086
10872011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1088
1089 * tramp.texi (Remote processes): New subsection "Running shell on
1090 a remote host".
1091
4248cca2
TZ
10922011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1093
1094 * auth.texi (Help for developers): Update docs to explain that the
1095 :save-function will only run the first time.
1096
54ce11a1
GM
10972011-03-12 Glenn Morris <rgm@gnu.org>
1098
1099 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1100 (emacs-faq.text): New target.
1101 (clean): Add emacs-faq.
1102
0c3b25f8
MA
11032011-03-12 Michael Albinus <michael.albinus@gmx.de>
1104
1105 Sync with Tramp 2.2.1.
1106
1107 * trampver.texi: Update release number.
1108
b740639e
GM
11092011-03-11 Glenn Morris <rgm@gnu.org>
1110
1111 * Makefile.in (HTML_TARGETS): New.
1112 (clean): Delete $HTML_TARGETS.
1113 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1114
733afdf4
TZ
11152011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1116
1117 * auth.texi (Help for developers): Show example of using
1118 `auth-source-search' with prompts and :save-function.
1119
33383987
JB
11202011-03-07 Chong Yidong <cyd@stupidchicken.com>
1121
1122 * Version 23.3 released.
1123
a5057546
G
11242011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1125
1126 * message.texi (Message Buffers): Update default value of
1127 message-generate-new-buffers.
1128
479a2c9b
JB
11292011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1130
1131 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1132 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1133 respectively.
05a29101
JB
1134 (Musical Notes): New section.
1135 (Customizing Calc): Mention the customizable variable
1136 calc-note-threshold.
479a2c9b 1137
e0535b76
GM
11382011-03-03 Glenn Morris <rgm@gnu.org>
1139
1140 * url.texi (Dealing with HTTP documents): Remove reference to
1141 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1142 (Configuration): Update url-configuration-directory description.
e0535b76 1143
2777ccbf
GM
11442011-03-02 Glenn Morris <rgm@gnu.org>
1145
1146 * dired-x.texi (Multiple Dired Directories): Remove mentions
1147 of dired-default-directory-alist and dired-default-directory.
1148 Move dired-smart-shell-command here...
1149 (Miscellaneous Commands): ... from here.
1150
257219bd
PE
11512011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1152
1153 * texinfo.tex: Update to version 2011-02-24.09.
1154
8889f4e2
GM
11552011-03-02 Glenn Morris <rgm@gnu.org>
1156
1157 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1158 instead of the obsoleted dired-omit-here-always.
1159
5d41af19
MA
11602011-02-28 Michael Albinus <michael.albinus@gmx.de>
1161
1162 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1163 supported systems.
1164
2b0c7330 11652011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1166
61cf3a76
GM
1167 * dbus.texi (Type Conversion): Grammar fix.
1168
cce7d530 11692011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1170
cce7d530
GM
1171 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1172 "Debian GNU/Linux".
51a13bdd 1173
cce7d530
GM
1174 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1175
817b48a7
GM
11762011-02-23 Glenn Morris <rgm@gnu.org>
1177
cce7d530
GM
1178 * dired-x.texi (Features): Minor rephrasing.
1179 (Local Variables): Fix typos.
47301027
GM
1180
1181 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1182 Standardize some Emacs/XEmacs terminology.
1183
817b48a7
GM
1184 * dired-x.texi (Features): Don't advertise obsolete local variables.
1185 Simplify layout.
1186 (Omitting Variables): Update local variables example.
1187 (Local Variables): Say this is obsolete. Fix description of
1188 dired-enable-local-variables possible values.
1189
4a3988d5
G
11902011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1191
1192 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1193 default now.
1194
8e22bee0
G
11952011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1196
1197 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1198
06b840e0
LI
11992011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1200
1201 * gnus.texi (Window Layout): Document layout names.
1202
67ab0163 12032011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1204
1205 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1206 * auth.texi: Sync @dircategory with ../../info/dir.
1207 * autotype.texi: Sync @dircategory with ../../info/dir.
1208 * calc.texi: Sync @dircategory with ../../info/dir.
1209 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1210 * cl.texi: Sync @dircategory with ../../info/dir.
1211 * dbus.texi: Sync @dircategory with ../../info/dir.
1212 * dired-x.texi: Sync @dircategory with ../../info/dir.
1213 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1214 * ede.texi: Sync @dircategory with ../../info/dir.
1215 * ediff.texi: Sync @dircategory with ../../info/dir.
1216 * edt.texi: Sync @dircategory with ../../info/dir.
1217 * eieio.texi: Sync @dircategory with ../../info/dir.
1218 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1219 * epa.texi: Sync @dircategory with ../../info/dir.
1220 * erc.texi: Sync @dircategory with ../../info/dir.
1221 * eshell.texi: Sync @dircategory with ../../info/dir.
1222 * eudc.texi: Sync @dircategory with ../../info/dir.
1223 * flymake.texi: Sync @dircategory with ../../info/dir.
1224 * forms.texi: Sync @dircategory with ../../info/dir.
1225 * gnus.texi: Sync @dircategory with ../../info/dir.
1226 * idlwave.texi: Sync @dircategory with ../../info/dir.
1227 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1228 * message.texi: Sync @dircategory with ../../info/dir.
1229 * mh-e.texi: Sync @dircategory with ../../info/dir.
1230 * newsticker.texi: Sync @dircategory with ../../info/dir.
1231 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1232 * org.texi: Sync @dircategory with ../../info/dir.
1233 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1234 * pgg.texi: Sync @dircategory with ../../info/dir.
1235 * rcirc.texi: Sync @dircategory with ../../info/dir.
1236 * reftex.texi: Sync @dircategory with ../../info/dir.
1237 * remember.texi: Sync @dircategory with ../../info/dir.
1238 * sasl.texi: Sync @dircategory with ../../info/dir.
1239 * sc.texi: Sync @dircategory with ../../info/dir.
1240 * semantic.texi: Sync @dircategory with ../../info/dir.
1241 * ses.texi: Sync @dircategory with ../../info/dir.
1242 * sieve.texi: Sync @dircategory with ../../info/dir.
1243 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1244 * speedbar.texi: Sync @dircategory with ../../info/dir.
1245 * trampver.texi [emacs]: Set emacsname to "Emacs".
1246 * tramp.texi: Sync @dircategory with ../../info/dir.
1247 * url.texi: Sync @dircategory with ../../info/dir.
1248 * vip.texi: Sync @dircategory with ../../info/dir.
1249 * viper.texi: Sync @dircategory with ../../info/dir.
1250 * widget.texi: Sync @dircategory with ../../info/dir.
1251 * woman.texi: Sync @dircategory with ../../info/dir.
1252
30abce25
GM
12532011-02-19 Glenn Morris <rgm@gnu.org>
1254
0c7efc08
SM
1255 * dired-x.texi (Technical Details): No longer redefines
1256 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1257 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1258
f31f8469
GM
12592011-02-18 Glenn Morris <rgm@gnu.org>
1260
1261 * dired-x.texi (Optional Installation File At Point): Simplify.
1262
35123c04
TZ
12632011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1264
1265 * auth.texi (Help for users): Use :port instead of :protocol for all
1266 auth-source docs.
7ba93e94
G
1267 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1268 to have two files in `auth-sources'.
35123c04 1269
da5e0ce4
GM
12702011-02-16 Glenn Morris <rgm@gnu.org>
1271
b322c9af
GM
1272 * dired-x.texi: Use emacsver.texi to get Emacs version.
1273 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1274 Depend on emacsver.texi.
1275
07ca5555
GM
1276 * dired-x.texi: Drop meaningless version number.
1277 (Introduction): Remove old info.
1278 (Optional Installation Dired Jump): Autoload from dired-x.
1279 Remove incorrect info about loaddefs.el.
1280 (Bugs): Just refer to M-x report-emacs-bug.
1281
da5e0ce4
GM
1282 * dired-x.texi (Multiple Dired Directories): Update for rename of
1283 default-directory-alist.
1284 (Miscellaneous Commands): No longer mention very old VM version 4.
1285
bb55f713
PE
12862011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1287
1288 Merge from gnulib.
1289 * texinfo.tex: Update to version 2011-02-14.11.
1290
5415d076
G
12912011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1292
da5e0ce4
GM
1293 * auth.texi (Help for users):
1294 Login collection is "Login" and not "login".
5415d076 1295
14029d4b
MA
12962011-02-13 Michael Albinus <michael.albinus@gmx.de>
1297
1298 * tramp.texi (History): Remove IMAP support.
1299 (External methods, Frequently Asked Questions): Remove `imap' and
1300 `imaps' methods.
1301 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1302
1303 * trampver.texi: Remove default value of `emacsimap'.
1304
8a36c07f
GM
13052011-02-13 Glenn Morris <rgm@gnu.org>
1306
1307 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1308 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1309
165bc5a0
GM
13102011-02-12 Glenn Morris <rgm@gnu.org>
1311
1312 * sc.texi (Getting Connected): Remove old index entries.
1313
5415d076 13142011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
1315
1316 * url.texi: Remove duplicate @dircategory (Bug#7942).
1317
b8e0f0cd
G
13182011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
1319
8a36c07f
GM
1320 * auth.texi (Overview, Help for users, Help for developers):
1321 Update docs.
b8e0f0cd
G
1322 (Help for users): Talk about spaces.
1323
caf82551
PE
13242011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1325
1326 * texinfo.tex: Update to version 2011-02-07.16.
1327
1ff98217
MA
13282011-02-07 Michael Albinus <michael.albinus@gmx.de>
1329
1330 * dbus.texi (Bus names): Adapt descriptions for
1331 dbus-list-activatable-names and dbus-list-known-names.
1332
2e78df6b
JB
13332011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1334
1335 * calc.texi (Logarithmic Units): New section.
1336
7fbf7cae
TZ
13372011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
1338
1339 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1340 manuals use it now.
1341
0c7efc08 1342 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 1343
156ad271
KY
13442011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
1345
1346 * overrides.texi: Remove.
1347
1348 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
1349 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
1350
36539990
MA
13512011-02-05 Michael Albinus <michael.albinus@gmx.de>
1352
1353 * tramp.texi (Frequently Asked Questions): Mention problems with
1354 WinSSHD.
1355
1356 * trampver.texi: Update release number.
1357
13582011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1359
1360 * tramp.texi:
1361 Replace "delimet" with "delimit" globally.
1362 Replace "explicite" with "explicit" globally.
1363 Replace "instead of" with "instead" where there was nothing after "of".
1364 Audit use of comma before interrogative pronoun, "that", or "which".
1365 Minor word order, spelling, wording changes.
1366
ec72bf63
G
13672011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1368
1369 * overrides.texi: New file to set or clear WEBHACKDEVEL.
1370
1371 * sieve.texi: Use WEBHACKDEVEL.
1372
1373 * sasl.texi: Use WEBHACKDEVEL.
1374
1375 * pgg.texi: Use WEBHACKDEVEL.
1376
1377 * message.texi: Use WEBHACKDEVEL.
1378
1379 * gnus.texi: Use WEBHACKDEVEL.
1380
1381 * emacs-mime.texi: Use WEBHACKDEVEL.
1382
1383 * auth.texi: Use WEBHACKDEVEL.
1384
1385 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
1386 manuals.
1387
13882011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1389
1390 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
1391
90b750f4
PE
13922011-02-03 Paul Eggert <eggert@cs.ucla.edu>
1393
1394 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
1395 which in turn is copied from ftp://tug.org/tex/.
1396
0e751a49
GM
13972011-02-03 Glenn Morris <rgm@gnu.org>
1398
1399 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
1400 (Binding combinations of modifiers and function keys):
1401 Let's assume people reading this are not using Emacs 18.
1402
7f13c2e2
LI
14032011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1404
1405 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
1406 since it's run automatically.
1407
d76c843e
LI
14082011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1409
1410 * gnus.texi (Customizing Articles): Fix typo.
1411
12e3ca0a
LI
14122011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1413
1414 * gnus.texi (Customizing Articles): Document the new way of customizing
1415 the date headers(s).
1416
fe72c8fa
LI
14172011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1418
1419 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
1420 splitting example.
1421
bf3dae7e
EZ
14222011-01-29 Eli Zaretskii <eliz@gnu.org>
1423
1424 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
1425 (MAKEINFO_OPTS): New variable.
1426 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
1427 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
1428 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
1429 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
1430 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
1431 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
1432 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
1433 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
1434 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
1435 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
1436 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
1437 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
1438 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
1439 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
1440 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
1441 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
1442 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
1443 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
1444
d6f13ac8
LI
14452011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1446
1447 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
1448
c5ecc769
G
14492011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
1450
1451 * message.texi (IDNA): Explain what it is.
1452
14532011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1454
1455 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
1456
45eb2a5d
WL
14572011-01-23 Werner Lemberg <wl@gnu.org>
1458
1459 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1460 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 1461 (ENVADD): Update.
45eb2a5d 1462
6872a814
GM
14632011-01-18 Glenn Morris <rgm@gnu.org>
1464
1465 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
1466
77ab81d0 14672011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
1468
1469 * nxml-mode.texi (Introduction): Fix file name typos.
1470
d221e780
CO
14712011-01-13 Christian Ohler <ohler@gnu.org>
1472
1473 * ert.texi: New file.
1474
1475 * Makefile.in:
1476 * makefile.w32-in: Add ert.texi.
1477
8c904d82
MA
14782011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
1479
1480 * dbus.texi (Receiving Method Calls): New function
1481 dbus-register-service. Rearrange node.
1482
f56e0e7a
PE
14832011-01-07 Paul Eggert <eggert@cs.ucla.edu>
1484
1485 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
1486 which in turn is copied from ftp://tug.org/tex/.
1487
0fadf00e
MA
14882011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
1489
1490 * dbus.texi (Receiving Method Calls): Describe new optional
1491 parameter dont-register-service of dbus-register-{method,property}.
1492
8b358e90
DU
14932010-12-17 Daiki Ueno <ueno@unixuser.org>
1494
0c7efc08
SM
1495 * epa.texi (Encrypting/decrypting *.gpg files):
1496 Mention epa-file-select-keys.
8b358e90 1497
549c9aed
G
14982010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1499
1500 * gnus.texi (Archived Messages): Remove outdated text.
1501
15022010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
1503
0c7efc08 1504 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 1505
156e3f9c
G
15062010-12-15 Andrew Cohen <cohen@andy.bu.edu>
1507
83f3eadc 1508 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 1509
8151d490
AC
15102010-12-14 Andrew Cohen <cohen@andy.bu.edu>
1511
1512 * gnus.texi (The swish++ Engine): Add customizable parameters
1513 descriptions.
1514 (The swish-e Engine): Ditto.
1515
305bdd22
MA
15162010-12-14 Michael Albinus <michael.albinus@gmx.de>
1517
1518 * tramp.texi (Inline methods): Add "ksu" method.
1519 (Remote processes): Add example with remote `default-directory'.
1520
53aff12a
GM
15212010-12-14 Glenn Morris <rgm@gnu.org>
1522
1523 * faq.texi (Expanding aliases when sending mail):
1524 Now build-mail-aliases is interactive.
1525
8a1cdce5
AC
15262010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1527
1528 * gnus.texi: First pass at adding (rough) nnir documentation.
1529
7410c270
G
15302010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1531
53aff12a
GM
1532 * gnus.texi (Filtering New Groups):
1533 Mention gnus-auto-subscribed-categories.
1534 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
1535 removed.
1536
f49d1f52 15372010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
1538
1539 * cl.texi (For Clauses): Small fixes for frames and windows.
1540
acedf35c
CD
15412010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
1542
1543 * org.texi (Using capture): Document using prefix arguments for
1544 finalizing capture.
1545 (Agenda commands): Document prefix argument for the bulk scatter
1546 command.
1547 (Beamer class export): Document that also overlay arguments can be
1548 passed to the column environment.
1549 (Template elements): Document the new entry type.
1550
15512010-12-11 Puneeth Chaganti <punchagan@gmail.com>
1552
1553 * org.texi (Include files): Document :minlevel.
1554
15552010-12-11 Julien Danjou <julien@danjou.info>
1556
1557 * org.texi (Categories): Document category icons.
1558
15592010-12-11 Eric Schulte <schulte.eric@gmail.com>
1560
1561 * org.texi (noweb): Fix typo.
1562
516aa569
G
15632010-12-06 Tassilo Horn <tassilo@member.fsf.org>
1564
1565 * gnus.texi (Server Commands): Point to the rest of the server
1566 commands.
1567
04db63bc
G
15682010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1569
1570 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
1571 g'.
1572
ed797193
G
15732010-12-02 Julien Danjou <julien@danjou.info>
1574
1575 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
1576
15772010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1578
1579 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
1580 (Direct Functions): Note the STARTTLS upgrade.
1581
07976ae3 15822010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 1583 James Clark <none@example.com>
d3dfb185
GM
1584
1585 * nxml-mode.texi (Introduction): New section.
1586
59e75882
G
15872010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1588
1589 * gnus.texi (Server Commands): Document gnus-server-show-server.
1590
568a887f
MA
15912010-11-20 Michael Albinus <michael.albinus@gmx.de>
1592
1593 Sync with Tramp 2.2.0.
1594
1595 * trampver.texi: Update release number.
1596
1265829e
JB
15972010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
1598
1599 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
1600 Mention that the TeX specific units won't use the `tex' prefix
1601 in TeX mode.
1602
239661c0
KY
16032010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
1604
1605 * gnus.texi (Misc Article): Document gnus-inhibit-images.
1606
4a47c275 16072010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
1608
1609 * edt.texi: Remove information about Emacs 19.
1610
4a47c275 16112010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
1612
1613 * trampver.texi: Update release number.
1614
2f0e0dc8
KY
16152010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1616
1617 * gnus.texi (Article Washing): Fix typo.
1618
afe98dfa
CD
16192010-11-11 Noorul Islam <noorul@noorul.com>
1620
56f5a94e 1621 * org.texi: Fix typo.
afe98dfa
CD
1622
16232010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1624
1625 * org.texi (Using capture): Explain that refiling is
1626 sensitive to cursor position.
1627
16282010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1629
56f5a94e 1630 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
1631
16322010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1633
1634 * org.texi: Document the <c> cookie.
1635
16362010-11-11 Eric Schulte <schulte.eric@gmail.com>
1637
56f5a94e
GM
1638 * org.texi: multi-line header arguments :PROPERTIES: :ID:
1639 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
1640
16412010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1642
56f5a94e 1643 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
1644
16452010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1646
56f5a94e 1647 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
1648
16492010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1650
1651 * org.texi (Setting up the staging area): Document that
1652 file names remain visible when encrypting the MobileOrg files.
1653
16542010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1655
1656 * org.texi (Setting up the staging area): Document which
1657 versions are needed for encryption.
1658
16592010-11-11 Eric Schulte <schulte.eric@gmail.com>
1660
56f5a94e
GM
1661 * org.texi (noweb): Update :noweb documentation to
1662 reflect the new "tangle" argument.
afe98dfa
CD
1663
16642010-11-11 Eric Schulte <schulte.eric@gmail.com>
1665
56f5a94e
GM
1666 * org.texi (Batch execution): Improve tangling script in
1667 documentation.
afe98dfa
CD
1668
16692010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1670
1671 * org.texi (Handling links):
1672 (In-buffer settings): Document inlining images on startup.
1673
16742010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1675
1676 * org.texi (Setting up the staging area): Document use of
1677 crypt password.
1678
16792010-11-11 David Maus <dmaus@ictsoc.de>
1680
56f5a94e 1681 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
1682
16832010-11-11 David Maus <dmaus@ictsoc.de>
1684
56f5a94e
GM
1685 * org.texi (Template expansion): Add mew in table for link type
1686 escapes.
afe98dfa
CD
1687
16882010-11-11 David Maus <dmaus@ictsoc.de>
1689
56f5a94e 1690 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
1691
16922010-11-11 Eric Schulte <schulte.eric@gmail.com>
1693
56f5a94e 1694 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
1695
16962010-11-11 Eric Schulte <schulte.eric@gmail.com>
1697
56f5a94e 1698 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
1699
17002010-11-11 Eric Schulte <schulte.eric@gmail.com>
1701
56f5a94e
GM
1702 * org.texi (Structure of code blocks):
1703 Update documentation to mention inline code block syntax.
afe98dfa
CD
1704
17052010-11-11 Eric Schulte <schulte.eric@gmail.com>
1706
56f5a94e 1707 * org.texi (comments): Improve wording.
afe98dfa
CD
1708
17092010-11-11 Eric Schulte <schulte.eric@gmail.com>
1710
56f5a94e 1711 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
1712
17132010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1714
1715 * org.texi (Installation): Remove the special
1716 installation instructions for XEmacs.
1717
17182010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
1719
56f5a94e 1720 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
1721 insertion of empty structural elements.
1722
17232010-11-11 Noorul Islam <noorul@noorul.com>
1724
56f5a94e 1725 * org.texi: Fix doc.
afe98dfa
CD
1726
17272010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
1728
1729 * org.texi (The date/time prompt): Document specification
1730 of time ranges.
1731
17322010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1733
1734 * org.texi (Internal links): Document the changes in
1735 internal links.
1736
17372010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1738
1739 * org.texi (Agenda commands): Document the limitation for
1740 the filter preset - it can only be used for an entire agenda
1741 view, not in an individual block in a block agenda.
1742
17432010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
1744
1745 * org.texi (iCalendar export): Document alarm creation.
1746
6f8fc60c
MA
17472010-11-10 Michael Albinus <michael.albinus@gmx.de>
1748
1749 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
1750
be3c11b3
LMI
17512010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1752
1753 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
1754
d607b96b 17552010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 1756
d607b96b 1757 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 1758
181cb5fb
G
17592010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1760
1761 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
1762 since that works by default.
1763
17642010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
1765
1766 * gnus.texi (Customizing the IMAP Connection): Document
1767 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
1768
36bc5d3b
MA
17692010-11-04 Michael Albinus <michael.albinus@gmx.de>
1770
1771 * tramp.texi (Remote shell setup): New item "Interactive shell
1772 prompt". Reported by Christian Millour <cm@abtela.com>.
1773 (Remote shell setup, Remote processes): Use @code{} for
1774 environment variables.
1775
cf503f7c
GM
17762010-11-03 Glenn Morris <rgm@gnu.org>
1777
537b04b9 1778 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 1779 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 1780
389b76fa
G
17812010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1782
1783 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
1784
2699a554 17852010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
1786
1787 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
1788
2699a554 17892010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
1790
1791 * cc-mode.texi: Remove reference to defunct viewcvs URL.
1792
99e65b2d
G
17932010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1794
0c7efc08
SM
1795 * gnus.texi (Client-Side IMAP Splitting):
1796 Mention nnimap-unsplittable-articles.
99e65b2d
G
1797
17982010-10-29 Julien Danjou <julien@danjou.info>
1799
1800 * gnus.texi (Finding the News): Remove references to obsoletes
1801 variables `gnus-nntp-server' and `gnus-secondary-servers'.
1802
aeeb3dcb
EZ
18032010-10-29 Eli Zaretskii <eliz@gnu.org>
1804
1805 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
1806 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
1807 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
1808 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
1809
8289f37b
GM
18102010-10-28 Glenn Morris <rgm@gnu.org>
1811
1812 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
1813 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
1814 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
1815
d85d3b3a
DU
18162010-10-25 Daiki Ueno <ueno@unixuser.org>
1817
1818 * epa.texi (Mail-mode integration): Add alternative key bindings
1819 for epa-mail commands; escape comma.
c05c2b9b 1820 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 1821
9f534a47
JB
18222010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
1823
99e65b2d 1824 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 1825
5793a7bc 18262010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
1827
1828 * gnus.texi (Group Parameters, Buttons): Fix typos.
1829
280f417b
G
18302010-10-22 Tassilo Horn <tassilo@member.fsf.org>
1831
1832 * gnus.texi (Subscription Commands): Mention that you can also
1833 subscribe to new groups via the Server buffer, which is probably more
1834 convenient when subscribing to many groups.
1835
d806c872
G
18362010-10-21 Julien Danjou <julien@danjou.info>
1837
1838 * message.texi (Message Headers): Allow message-default-headers to be a
1839 function.
1840
d5798f68
LMI
18412010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1842
1843 * gnus-news.texi: Mention new archive defaults.
1844
b79bbef7
KY
18452010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
1846
1847 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
1848
2526f423
G
18492010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1850
1851 * gnus.texi (HTML): Document the function value of
1852 gnus-blocked-images.
1853 (Article Washing): shr and gnus-w3m, not the direct function names.
1854
ba91f05d
G
18552010-10-20 Julien Danjou <julien@danjou.info>
1856
1857 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
1858 variable.
1859
da451787
LMI
18602010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1861
1862 * gnus.texi (Customizing the IMAP Connection): The port strings are
1863 strings.
c872595d 1864 (Document Groups): Mention git.
da451787 1865
7cad71ad
G
18662010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1867
1868 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
1869 bzr/Gnus git sync.
1870
c56dfd36
EZ
18712010-10-15 Eli Zaretskii <eliz@gnu.org>
1872
1873 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
1874 change.
1875
a1d16a7b
G
18762010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1877
1878 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
1879 @item syntax for in-Emacs makeinfo.
1880
18812010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
1882
1883 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
1884 trim sentence.
1885
98e2b864
DU
18862010-10-12 Daiki Ueno <ueno@unixuser.org>
1887
1888 * epa.texi (Caching Passphrases):
0c7efc08
SM
1889 * auth.texi (GnuPG and EasyPG Assistant Configuration):
1890 Clarify some configurations require to set up gpg-agent.
98e2b864 1891
c12e4a81
GM
18922010-10-11 Glenn Morris <rgm@gnu.org>
1893
1894 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
1895
f7aa248a
G
18962010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1897
1898 * gnus.texi (Spam Package Introduction): Mention `$'.
1899
6513b232
EZ
19002010-10-09 Eli Zaretskii <eliz@gnu.org>
1901
1902 * makefile.w32-in (emacsdir): New variable.
1903 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
1904 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
1905
abd40fb4
GM
19062010-10-09 Glenn Morris <rgm@gnu.org>
1907
0f05450f
GM
1908 * Makefile.in (mostlyclean): Delete *.toc.
1909
d3a4ac46
GM
1910 * Makefile.in: Use $< in rules.
1911
aa9db089
GM
1912 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
1913
abd40fb4
GM
1914 * Makefile.in ($(infodir)): Delete rule.
1915 (mkinfodir): New. Use it in all the info rules, rather than depending
1916 on infodir.
1917
ea274122
GM
19182010-10-09 Glenn Morris <rgm@gnu.org>
1919
6e90e2a8
GM
1920 * gnus.texi (Article Washing): Fix previous change.
1921
f7a31f11
GM
1922 * Makefile.in (emacsdir): New variable.
1923 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
1924 Depend on emacsver.texi.
1925
f7a31f11
GM
1926 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
1927
ea274122
GM
1928 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
1929
36d3245f
G
19302010-10-08 Julien Danjou <julien@danjou.info>
1931
f7a31f11 1932 * gnus.texi: Add mm-shr.
36d3245f
G
1933
19342010-10-08 Ludovic Courtès <ludo@gnu.org>
1935
1936 * gnus.texi (Finding the Parent, The Gnus Registry)
1937 (Registry Article Refer Method): Update docs for nnregistry.el.
1938
19392010-10-08 Daiki Ueno <ueno@unixuser.org>
1940
1941 * auth.texi (Help for users)
1942 (GnuPG and EasyPG Assistant Configuration): Update docs.
1943
12359245
GM
19442010-10-08 Glenn Morris <rgm@gnu.org>
1945
1946 * cl.texi (Organization, Installation, Old CL Compatibility):
1947 Deprecate cl-compat for new code.
4628bef1 1948 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
1949
1950 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
1951
fcf2d385
KY
19522010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
1953
1954 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
1955
66627fa9
G
19562010-10-06 Julien Danjou <julien@danjou.info>
1957
fd9ba500
JD
1958 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
1959
66627fa9
G
1960 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
1961 broken link.
1962
1963 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
1964
1965 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
1966 to ReiserFS.
1967
1968 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
1969 (FAQ 7-1): Fix getmail URL.
1970
65f54520
DU
19712010-10-06 Daiki Ueno <ueno@unixuser.org>
1972
1973 * epa.texi (Caching Passphrases): New section.
1974
4c83f6e1
GM
19752010-10-06 Glenn Morris <rgm@gnu.org>
1976
1977 * Makefile.in (SHELL): Set it.
1978 (info): Move the mkdir dependency to the individual info files.
1979 (mostlyclean): Tidy up.
1980 (clean): Only delete the specific dvi and pdf files.
1981 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 1982 ($(infodir)): Add parallel build workaround.
4c83f6e1 1983
71e691a5
G
19842010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1985
1986 * gnus.texi (Misc Article): Document gnus-widen-article-window.
1987
a41c2e6d
G
19882010-10-03 Julien Danjou <julien@danjou.info>
1989
0c7efc08
SM
1990 * emacs-mime.texi (Display Customization):
1991 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
1992 mm-inline-large-images-proportion.
1993
37255945
MA
19942010-10-03 Michael Albinus <michael.albinus@gmx.de>
1995
0c7efc08
SM
1996 * tramp.texi (Frequently Asked Questions):
1997 Mention remote-file-name-inhibit-cache.
37255945 1998
11e4e7bd
LMI
19992010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2000
2001 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2002 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2003
cb83220a
KY
20042010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2005
0c7efc08
SM
2006 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2007 (Article Hiding): Add google banner example.
2008 Suggested by Benjamin Xu.
cb83220a 2009
6b958814
G
20102010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2011
0c7efc08
SM
2012 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2013 Remove nnimap-split-rule from examples.
6b958814
G
2014
20152010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2016
2017 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2018 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2019 Fishman.
2020 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2021
20222010-09-30 Julien Danjou <julien@danjou.info>
2023
2024 * gnus.texi (Gravatars): Fix documentation about
2025 gnu-gravatar-properties.
2026
b9476c04
DU
20272010-09-29 Daiki Ueno <ueno@unixuser.org>
2028
2029 * epa.texi (Bug Reports): New section.
2030
5f874327
GM
20312010-09-29 Glenn Morris <rgm@gnu.org>
2032
2033 * Makefile.in (top_srcdir): Remove unused variable.
2034
6b958814
G
20352010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2036
2037 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2038 (Client-Side IMAP Splitting): Document 'default.
2039
20402010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2041
0c7efc08
SM
2042 * gnus.texi (Customizing the IMAP Connection):
2043 Document nnimap-fetch-partial-articles.
6b958814 2044
82bccbfa
KY
20452010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2046
2047 * gnus-news.texi: Mention nnimap-inbox.
2048
2049 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2050
20512010-09-26 Julien Danjou <julien@danjou.info>
2052
47e08896 2053 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2054
20552010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2056
2057 * gnus.texi (Security): Remove gpg.el mention.
2058
20592010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2060
2061 * gnus.texi (Browse Foreign Server): New variable
2062 gnus-browse-subscribe-newsgroup-method.
2063
2064 * gnus-news.texi: Mention it.
2065
20662010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2067
0c7efc08 2068 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2069 (Startup Variables): No jingle.
2070
4c964351
UM
20712010-09-25 Ulrich Mueller <ulm@gentoo.org>
2072
2073 * woman.texi (Interface Options): xz compression is now supported.
2074
82bccbfa
KY
20752010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2076
2077 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2078 (Unavailable Servers): Document gnus-server-copy-server.
2079 (Using IMAP): Document the new nnimap.
2080
20812010-09-25 Julien Danjou <julien@danjou.info>
2082
47e08896 2083 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2084
18778f71
GM
20852010-09-24 Glenn Morris <rgm@gnu.org>
2086
2087 * url.texi (Disk Caching): Tweak previous change.
2088
9c766321
JD
20892010-09-24 Julien Danjou <julien@danjou.info>
2090
2091 * url.texi (Disk Caching): Mention url-cache-expire-time,
2092 url-cache-expired, and url-fetch-from-cache.
2093
82bccbfa
KY
20942010-09-24 Julien Danjou <julien@danjou.info>
2095
2096 * gnus.texi: Add Gravatars.
2097
20982010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2099
2100 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2101
592bdb9a
LMI
21022010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2103
2104 * gnus.texi (Expunging mailboxes): Update name of the expunging
2105 command.
2106
e4e22d29
KY
21072010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2108
2109 * emacs-mime.texi (rfc2047): Update description for
2110 rfc2047-encode-parameter.
2111
371d9801
MA
21122010-09-13 Michael Albinus <michael.albinus@gmx.de>
2113
2114 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2115 "fish" methods.
2116 (External methods): Remove "scp1_old" and "scp2_old" methods.
2117
31ae5827
MA
21182010-09-09 Michael Albinus <michael.albinus@gmx.de>
2119
2120 * tramp.texi: Remove Japanese manual. Fix typo.
2121
2122 * trampver.texi: Update release number. Remove japanesemanual.
2123
c0468714
GM
21242010-09-09 Glenn Morris <rgm@gnu.org>
2125
2126 * org.texi: Restore clobbered changes (copyright years, untabify).
2127
86441999
JD
21282010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2129
2130 * gnus.texi (Adaptive Scoring): Fix typo.
2131
25f28806
LMI
21322010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2133
2134 * gnus.texi (Article Display): Document gnus-html-show-images.
2135
45240125 21362010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2137
45240125
JD
2138 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2139
59d09f15
LMI
21402010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2141
2142 * gnus.texi (HTML): Document gnus-max-image-proportion.
2143
2cdd366f
KY
21442010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2145
51dee5ef
KY
2146 * gnus.texi (HTML): Document gnus-blocked-images.
2147
2cdd366f
KY
2148 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2149
b0e4f3fc
KY
21502010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2151
2152 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2153 the first message are used for wide replies.
f02566ce
KY
2154 (Changing Servers): Remove documentation on gnus-change-server and
2155 friends, since it's been removed.
b0e4f3fc 2156
598451ed
KY
21572010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2158
2159 * gnus.texi (Drafts): Mention B DEL.
2160
e7842e69
KY
21612010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2162
2163 * gnus.texi (Delayed Articles): Mention that the Date header is the
2164 original one, even if you delay.
2165
85115796
KY
21662010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2167
0c7efc08
SM
2168 * gnus.texi (Asynchronous Fetching):
2169 Document gnus-async-post-fetch-function.
85115796
KY
2170 (HTML): Made into its own section.
2171
f0b44bc0
MA
21722010-08-26 Michael Albinus <michael.albinus@gmx.de>
2173
2174 Sync with Tramp 2.1.19.
2175
217876c9 2176 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2177 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2178 Remove remark about doubled "-t" argument.
217876c9
MA
2179 (Auto-save and Backup): Remove reference to Emacs 21.
2180 (Filename Syntax): Describe port numbers.
2181 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2182 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2183 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2184 errors with the backquotes.
2185 (External packages): File attributes cache flushing for asynchronous
2186 processes.
2187 (Traces and Profiles): Describe verbose level 9.
2188
f0b44bc0
MA
2189 * trampver.texi: Update release number.
2190
7457f7b6
MA
21912010-08-23 Michael Albinus <michael.albinus@gmx.de>
2192
2193 * dbus.texi (Alternative Buses): New chapter.
2194
b695beda
SM
21952010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2196
2197 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2198
443c2c03
JB
21992010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2200
2201 * calc.texi (Customizing Calc): Rearrange description of new
2202 variables to match the presentation of other variables.
2203
7815fe19 22042010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2205
2206 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2207
2c695727
JB
22082010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2209
2210 * calc.texi (Making Selections, Selecting Subformulas)
2211 (Customizing Calc): Mention how to use faces to emphasize selected
2212 sub-formulas.
2213
bbb6ffa1
MA
22142010-08-05 Michael Albinus <michael.albinus@gmx.de>
2215
2216 * tramp.texi (External packages): File attributes cache flushing
2217 for asynchronous processes.
2218
5cee0a9c
AM
22192010-08-01 Alan Mackenzie <acm@muc.de>
2220
2221 Enhance the manual for the latest Java Mode.
2222
2223 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2224 annotation-var-cont.
2225 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2226 two new symbols.
2227
3f2afe32
MA
22282010-07-28 Michael Albinus <michael.albinus@gmx.de>
2229
2230 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2231
0ed082fe 22322010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2233
2234 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2235
311f0356
JB
22362010-07-19 Juanma Barranquero <lekktu@gmail.com>
2237
2238 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2239
86fbb8ca
CD
22402010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2241
2242 * org.texi: Add macros to get plain quotes in PDF output.
2243 List additional contributors.
2244 (Capture): New section, replaces the section about remember.
2245 (Working With Source Code): New chapter, focused on documenting Org
2246 Babel.
2247 (Code evaluation security): New section.
2248 (MobileOrg): Document DropBox support.
2249 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2250 (Special symbols): Show how to display UTF8 characters for entities.
2251 (Global TODO list): Clarify the use of the "M" key and the differences
2252 to the "m" key.
2253 (RSS Feeds): Mention Atom feeds as well.
2254 (Setting tags): Remove paragraph about
2255 `org-complete-tags-always-offer-all-agenda-tags'.
2256
5732e8ed
MA
22572010-07-17 Michael Albinus <michael.albinus@gmx.de>
2258
2259 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2260 argument.
2261 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2262 echoing shells.
2263
ca1bb391
MA
22642010-07-10 Michael Albinus <michael.albinus@gmx.de>
2265
2266 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2267 (Filename Syntax): Describe port numbers.
2268
5bd55c3c
MA
22692010-07-09 Michael Albinus <michael.albinus@gmx.de>
2270
2271 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2272 forgotten.
2273 (Type Conversion): Precise conversion of natural numbers.
2274 (Errors and Events): Add "debugging" to concept index. Add variable
2275 `dbus-debug'.
2276
820ae8fe
MA
22772010-07-04 Michael Albinus <michael.albinus@gmx.de>
2278
2279 * dbus.texi (Receiving Method Calls): Add optional argument
2280 EMITS-SIGNAL to `dbus-register-property'.
2281
b6f9df0f
JB
22822010-06-27 Alex Schroeder <alex@gnu.org>
2283
2284 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2285
62e034c2
GM
22862010-06-24 Glenn Morris <rgm@gnu.org>
2287
2288 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2289 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2290 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2291 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2292 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2293 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2294 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2295 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2296 convention. Make them end with a period.
2297
9360256a
GM
22982010-06-23 Glenn Morris <rgm@gnu.org>
2299
2300 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
2301 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2302 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2303 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2304 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2305 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 2306
04d3bb6c
GM
23072010-06-10 Glenn Morris <rgm@gnu.org>
2308
2309 * idlwave.texi (Load-Path Shadows):
2310 * org.texi (Handling links): Fix typos.
2311
5e7d4a75
KY
23122010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
2313
2314 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2315
9841cb4f
MA
23162010-05-26 Michael Albinus <michael.albinus@gmx.de>
2317
2318 * eshell.texi (Built-ins): Describe, how to disable a built-in command
2319 by an alias. (Bug#6226)
2320
597517ef
JB
23212010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2322
2323 * calc.texi (Manipulating Vectors): Mention that vectors can
2324 be used to determine bins for `calc-histogram'.
2325
14914c43
JB
23262010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2327
597517ef 2328 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 2329
0235128c 23302010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2331
2332 * url.texi (HTTP language/coding, Customization):
2333 * message.texi (Header Commands, Responses):
2334 * cl.texi (Argument Lists): Fix typos.
2335
0235128c 23362010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 2337
0235128c
SM
2338 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2339 Note that Development menu is always available.
aa5789b5
CY
2340 (Creating a project): Fix terminology.
2341 (Add/Remove files): Fix typo.
2342
0235128c
SM
23432010-05-07 Chong Yidong <cyd@stupidchicken.com>
2344
2345 * Version 23.2 released.
2346
a628ad9d 23472010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
2348
2349 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
2350
502269d6
MA
23512010-05-01 Michael Albinus <michael.albinus@gmx.de>
2352
0235128c
SM
2353 * tramp.texi (Inline methods, Default Method):
2354 Mention `tramp-inline-compress-start-size'.
502269d6 2355
6e104790 23562010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
2357
2358 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
2359 the CVS repo. Put the Git repo in the news section.
2360
6e104790 2361 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
2362 Removed some mentions of CVS. Mention the new Git repo.
2363
6e104790 23642010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
2365
2366 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
2367 (Mail Group Commands): Add index entry.
2368
6e104790 23692010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
2370
2371 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
2372
f8b91752
JB
23732010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
2374
2375 * calc.texi (Radix modes): Mention that the option prefix will
2376 turn on twos-complement mode.
2377 (Inverse and Hyperbolic Flags): Mention the Option flag.
2378
ed21c5c8
CD
23792010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
2380
2381 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 2382 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
2383 (Sectioning structure): Update.
2384 (References): New use case for field coordinates.
6e104790 2385 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
2386 (Setting up the staging area): Document the availability of
2387 encryption for MobileOrg.
2388 (Images and tables): Document how to reference labels.
2389 (Index entries): New section.
2390 (Generating an index): New section.
2391 (Column width and alignment): Document that <N> now
2392 means a fixed width, not a maximum width.
2393 (Publishing options): Document the :email option.
2394 (Beamer class export): Fix bug in the BEAMER example.
2395 (Refiling notes): Document refile logging.
2396 (In-buffer settings): Document refile logging keywords.
2397 (Drawers): Document `C-c C-z' command.
2398 (Agenda commands): Mention the alternative key `C-c C-z'.
2399 (Special properties): Document the BLOCKED property.
2400 (The spreadsheet): Mention the formula editor.
2401 (References): Document field coordinates.
2402 (Publishing action): Correct the documentation for the
2403 publishing function.
2404 (The date/time prompt): Document that we accept dates
2405 like month/day/year.
2406 (Cooperation): Document the changes in table.el support.
2407 (Faces for TODO keywords, Faces for TODO keywords)
2408 (Priorities): Document the easy colors.
2409 (Visibility cycling): Document the new double prefix
2410 arg for `org-reveal'.
2411 (Cooperation): Remember.el is part of Emacs.
2412 (Clean view): Mention that `wrap-prefix' is also set by
2413 org-indent-mode.
2414 (Agenda commands): Add information about prefix args to
2415 scheduling and deadline commands.
2416 (Search view): Point to the docstring of
2417 `org-search-view' for more details.
6e104790 2418 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
2419 (Setting tags): Document variable
2420 org-complete-tags-always-offer-all-agenda-tags.
6e104790 2421 (Column attributes): Cross-reference special properties.
ed21c5c8 2422
456b348e
MA
24232010-04-10 Michael Albinus <michael.albinus@gmx.de>
2424
2425 Synchronize with Tramp repository.
2426
2427 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
2428 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
2429 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
2430 syntax, texi2dvi reports errors with the backquotes.
2431
2432 * trampver.texi: Update release number.
2433
357e2d8e
KY
24342010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
2435
2436 * gnus.texi (Finding the News): Add pointers to the Server buffer
2437 because it's essential.
2438
1d4d7664
KY
24392010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
2440
2441 * gnus.texi (MIME Commands): Update description of
2442 gnus-article-browse-html-article.
2443
bd3e840f
KY
24442010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
2445
2446 * auth.texi (Secret Service API): Add TODO node.
2447 (Help for users): Explain the new source options for `auth-sources'.
2448
e867cb5d 24492010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
2450
2451 * trampver.texi: Update release number.
2452
288f9fc0
CY
24532010-03-10 Chong Yidong <cyd@stupidchicken.com>
2454
2455 * Branch for 23.2.
2456
d99aaebd
CY
24572010-03-03 Chong Yidong <cyd@stupidchicken.com>
2458
2459 * faq.texi (Escape sequences in shell output): Note that ansi-color is
2460 now enabled by default.
2461
5794c2a5
MA
24622010-02-28 Michael Albinus <michael.albinus@gmx.de>
2463
2464 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
2465 when Emacs runs in interactive mode. (Bug#5645)
2466
40572be6
GM
24672010-02-16 Glenn Morris <rgm@gnu.org>
2468
2469 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
2470
7bb8ed67
MH
24712010-02-05 Mark A. Hershberger <mah@everybody.org>
2472
2473 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
2474
45a1423d 24752010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
2476
2477 * gnus.texi (Score File Format): Fix typo.
2478
45a1423d 24792010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
2480
2481 * cc-mode.texi: Replace references to obsolete c-subword-mode.
2482
14f17fc8
JB
24832010-01-18 Juanma Barranquero <lekktu@gmail.com>
2484
2485 * ada-mode.texi (Project File Overview): Fix typo.
2486
607d4369
CY
24872010-01-17 Chong Yidong <cyd@stupidchicken.com>
2488
2489 * semantic.texi: Add Richard Y. Kim credit.
2490
2491 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
2492
3d1bfa99
MA
24932010-01-17 Michael Albinus <michael.albinus@gmx.de>
2494
2495 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 2496 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 2497
6fbf7a75
GM
24982010-01-17 Glenn Morris <rgm@gnu.org>
2499
b9f978f0
GM
2500 * calc.texi (Reporting Bugs): Don't mention format of repository.
2501
f19bc38d
GM
2502 * woman.texi (Bugs): Make "Emacs repository" less specific,
2503 and the URL for same more specific.
2504
6fbf7a75
GM
2505 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
2506
16c3428a
JB
25072010-01-17 Juanma Barranquero <lekktu@gmail.com>
2508
2509 * ede.texi (ede-step-project, ede-proj-target):
2510 * tramp.texi (Remote processes): Fix typos.
2511
045b9da7
ML
25122010-01-16 Mario Lang <mlang@delysid.org>
2513
2514 * ede.texi (ede-target):
2515 * org.texi (Refiling notes): Remove duplicated words.
2516
c57008f6
SM
25172010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2518
2519 * gnus.texi (Posting Styles): Use with-current-buffer.
2520 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
2521
798c9eb5
KR
25222010-01-02 Kevin Ryde <user42@zip.com.au>
2523
2524 * eieio.texi (Naming Conventions): Correction to xref on elisp
2525 coding conventions, is "Tips" node not "Standards".
2526
4970fbfe
CY
25272009-12-24 Chong Yidong <cyd@stupidchicken.com>
2528
2529 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
2530
2531 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
2532
83828b06
KY
25332009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
2534
2535 * gnus.texi (Direct Functions): Add missing port number to tls method.
2536
45a4a565
JB
25372009-12-15 Juanma Barranquero <lekktu@gmail.com>
2538
2539 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
2540 ($(infodir)/edt, edt.dvi): New targets.
2541
698bfef7
GM
25422009-12-15 Glenn Morris <rgm@gnu.org>
2543
2544 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
2545 (edt, $(infodir)/edt, edt.dvi): New targets.
2546 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
2547
2548 * Makefile.in (PDF_TARGETS, pdf): New.
2549 (clean): Add *.pdf.
2550 Add pdf rules for all manuals.
2551
0e983327
JB
25522009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
2553
2554 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
2555
8e687433
CY
25562009-12-14 Chong Yidong <cyd@stupidchicken.com>
2557
2558 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
2559 (Smart Jump, Analyzer Debug): Copyedits.
2560 (Semantic mode user commands): Link to new nodes.
2561 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
2562 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
2563 upstream Semantic manual.
2564
2565 * semantic.texi (Introduction): Minor fix to diagram.
2566
020335df
MA
25672009-12-09 Michael Albinus <michael.albinus@gmx.de>
2568
2569 * eshell.texi (History): Add the other built-in variables.
2570 (Built-ins): Explain built-ins, and how to apply the external commands.
2571 Add `history', `su' and `sudo'.
2572
2573 * tramp.texi (Remote processes): Add missing <RET> in the example.
2574
6ddf13e4
BW
25752009-12-01 Bill Wohler <wohler@newt.com>
2576
2577 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 2578 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
2579 excessively garrulous.
2580
07b6428c
MA
25812009-11-29 Michael Albinus <michael.albinus@gmx.de>
2582
2583 * tramp.texi (Remote processes): Improve eshell example with "su"
2584 and "sudo" commands.
2585
fd1cefda
CY
25862009-11-28 Chong Yidong <cyd@stupidchicken.com>
2587
2588 * semantic.texi (Analyzer Internals): Rename from Analyzer.
2589
2590 * sem-user.texi (Semantic mode user commands): Fix key syntax.
2591 Document semantic-complete-analyze-inline.
2592 (Semanticdb search debugging commands): Minor clarification.
2593 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 2594 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 2595 manual.
9d542758 2596 (Semantic mode): Link to Idle Scheduler.
fd1cefda 2597
159e3ad5
KR
25982009-11-28 Kevin Ryde <user42@zip.com.au>
2599
2600 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 2601 @pxref, now EIEIO is in Emacs.
159e3ad5 2602
c6d47315
KR
2603 * erc.texi (Development): Correction to git tutorial url.
2604
16f6287e
GM
26052009-11-26 Glenn Morris <rgm@gnu.org>
2606
2607 * faq.texi (Latest version of Emacs): Mention stability of development
2608 version.
2609 (Problems with very large files): Max buffer size increase in 23.2.
2610 (VM): VM has moved house again.
2611
5ea5dbc9
JB
26122009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
2613
2614 * calc.texi (Radix modes): Discuss alternate bases for two's complement
2615 notations.
2616
5dec9555
CD
26172009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
2618
45a4a565 2619 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 2620
bd6f6833
CY
26212009-11-20 Chong Yidong <cyd@stupidchicken.com>
2622
2623 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
2624 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
2625 (Idle Completions Mode): Numerous copyedits.
bd6f6833 2626
be479117
JB
26272009-11-17 Juanma Barranquero <lekktu@gmail.com>
2628
2629 * semantic.texi (Semantic Internals, Glossary):
2630 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
2631 (Semanticdb search debugging commands): Fix typos.
2632
17291a1f
JB
26332009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2634
be479117 2635 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 2636
af42a9cc
JB
26372009-11-16 Juanma Barranquero <lekktu@gmail.com>
2638
2639 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
2640 ($(infodir)/semantic, semantic.dvi): New targets.
2641
3149927d
CY
26422009-11-16 Chong Yidong <cyd@stupidchicken.com>
2643
2644 * Makefile.in: Build the Semantic manual.
2645
2646 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
2647 repository.
2648
977640ed
MA
26492009-11-16 Michael Albinus <michael.albinus@gmx.de>
2650
2651 * dbus.texi (Receiving Method Calls): New defun
2652 `dbus-unregister-service'.
2653
17673adf
CD
26542009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
2655
2656 * org.texi (Speed keys): New section.
2657
0ecd3c90
MA
26582009-11-13 Michael Albinus <michael.albinus@gmx.de>
2659
2660 * dbus.texi (Type Conversion): Fix typo.
2661 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
2662 `dbus-registered-objects-table'.
0c7efc08
SM
2663 (Receiving Method Calls): New defun `dbus-register-property'.
2664 Move `dbus-unregister-object' here.
0ecd3c90 2665
8bfe682a
CD
26662009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
2667
2668 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
2669
26702009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
2671
2672 * org.texi (Column attributes): Add the new age summary operators.
2673 Also, mention the fact you can only use one summary operator per
2674 property.
2675
26762009-11-13 John Wiegley <johnw@newartisans.com>
2677
0c7efc08 2678 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 2679 manual about how to track habits.
0c7efc08 2680 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
2681 dangling clocks are resolved.
2682
26832009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
2684
2685 * org.texi (Agenda commands): Document the new `i' command.
2686 (Inserting deadline/schedule): Document logging changes
2687 of scheduling and deadline times stamps.
2688 (In-buffer settings): Document the in-buffer keywords for logging
2689 changes of scheduling and deadline times stamps.
2690 (Structure editing, Plain lists): Document indentation
2691 cycling in empty entries with TAB.
2692 (Archiving): Document the default archiving command.
2693 (Moving subtrees): Document the new keys for archiving.
2694 (Internal archiving): Fix incorrect key.
2695 (Agenda commands): Document the TODO set switching commands.
2696 (Agenda commands): Document the new archiving keys.
2697 (Clocking work time): Better description on how to save
2698 and restore a clock.
2699 (Resolving idle time): Mention the x11idle program to get true
2700 idleness also under X11.
2701 (Resolving idle time): Use @kbd instead of @key for normal
2702 letters, because this is how he rest of the manual does this.
2703 (Pushing to MobileOrg): Mention that `org-directory'
2704 should be set.
2705 (Agenda commands): Document that SPC is a filter for
2706 any tag.
0c7efc08 2707 (Search view): Rename from "Keyword search".
8bfe682a
CD
2708 (Capure): New chapter.
2709 (Markup): New chapter.
0c7efc08
SM
2710 (Links in HTML export, Images in HTML export):
2711 Extend the section titles.
8bfe682a
CD
2712 (Images in HTML export): Document the align option.
2713 (Text areas in HTML export): Extend the section title.
2714 (Images in LaTeX export): Explain image placement in LaTeX.
2715
693737cd
GM
27162009-11-10 Glenn Morris <rgm@gnu.org>
2717
2718 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
2719
c7bd4ebe
MA
27202009-11-08 Michael Albinus <michael.albinus@gmx.de>
2721
2722 * tramp.texi (Auto-save and Backup): Disable backups just for a
2723 method.
2724
2725 * trampver.texi: Update release number.
2726
76c5acad
MA
27272009-11-07 Michael Albinus <michael.albinus@gmx.de>
2728
2729 Sync with Tramp 2.1.17.
2730
2731 * trampver.texi: Update release number.
2732
d9a57abf
GM
27332009-10-29 Glenn Morris <rgm@gnu.org>
2734
2735 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
2736
637f4f0f
MA
27372009-10-23 Michael Albinus <michael.albinus@gmx.de>
2738
2739 * tramp.texi (External methods): Temporary files are kept for
2740 `rsync' and `rsyncc' methods.
2741
310dbb05
JB
27422009-10-09 Juanma Barranquero <lekktu@gmail.com>
2743
2744 * eieio.texi: Fix typos.
2745
09094f28
CY
27462009-10-07 Chong Yidong <cyd@stupidchicken.com>
2747
2748 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
2749
216f299a
JB
27502009-10-07 Juanma Barranquero <lekktu@gmail.com>
2751
2752 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
2753 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
2754
966a6506
CY
27552009-10-07 Chong Yidong <cyd@stupidchicken.com>
2756
2757 * Makefile.in: Build EIEIO and EDE manuals.
2758
27592009-10-07 Eric Ludlam <zappo@gnu.org>
2760
2761 * eieio.texi:
2762 * ede.texi: New files.
2763
8842cd9b
MA
27642009-10-05 Michael Albinus <michael.albinus@gmx.de>
2765
2766 * tramp.texi (Remote processes): Association of a pty is not supported.
2767
7006d207
CD
27682009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
2769
2770 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
2771 (Processing LaTeX fragments): Document that the size of images can be
2772 changes using the variable `org-format-latex-options'.
2773 (The date/time prompt, Timestamps): Be more accurate over ISO format
2774 dates and times.
2775 (Visibility cycling): Document showeverything keyword.
2776 (In-buffer settings): Document showeverything keyword.
2777 (Setting up the staging area): Fix the example.
2778 (MobileOrg): New section.
2779 (Agenda commands, Exporting Agenda Views): Document exporting the
2780 agenda view to Org files.
2781
0e7b2867
MA
27822009-09-28 Michael Albinus <michael.albinus@gmx.de>
2783
2784 * tramp.texi (History): Add IMAP support.
2785 (External methods): Add `imap' and `imaps' methods.
2786 (GVFS based methods): Add indices for `davs'.
2787 (Password handling): Rename anchors. Add IMAP entries for
2788 ~/.authinfo.gpg.
2789
2790 * trampver.texi: Set default value of `emacsimap'.
2791
4146636e
KY
27922009-09-22 Daiki Ueno <ueno@unixuser.org>
2793
2794 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
2795
d22f7ffa
CY
27962009-09-13 Chong Yidong <cyd@stupidchicken.com>
2797
0c7efc08
SM
2798 * dired-x.texi (Technical Details):
2799 Delete dired-up-directory (Bug#4292).
d22f7ffa 2800
66043531
MA
28012009-09-03 Michael Albinus <michael.albinus@gmx.de>
2802
216f299a 2803 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 2804
6eb02347
CD
28052009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
2806
2807 * org.texi (Effort estimates): Document new effort setting commands.
2808 (Agenda commands): Document the new keys fro agenda time motion.
2809 Document entry text mode. Improve documentation of the keys to include
2810 inactive time stamps into the agenda view.
2811 (Feedback): Document the new bug report command.
0c7efc08 2812 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 2813
38dc51ba
KY
28142009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
2815
2816 * auth.texi (Help for users): Corrected markup.
2817
e402f452
GM
28182009-09-02 Glenn Morris <rgm@gnu.org>
2819
2820 * emacs-mime.texi (time-date): Mention float-time.
2821
744256cf
JB
28222009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
2823
2824 * calc.texi (Simplifying Formulas): Improve the wording.
2825
b0b63450
MB
28262009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
2827
2828 * auth.texi: Rewritten for coverage and clarity.
2829
28302009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
2831
0c7efc08
SM
2832 * gnus.texi (Expiring Mail):
2833 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
2834 (Various Various): Mention gnus-safe-html-newsgroups.
2835
2836 * gnus-news.texi: Mention
2837 gnus-mark-copied-or-moved-articles-as-expirable.
2838
2839 * emacs-mime.texi (Display Customization): Add xref to
2840 gnus-safe-html-newsgroups.
2841
b59329e0
MA
28422009-08-28 Michael Albinus <michael.albinus@gmx.de>
2843
2844 * tramp.texi (Version Control): Remove.
af42a9cc 2845 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
2846 reference.
2847 (External methods): Correct `scpc' concept index entries. New method
2848 `rsyncc'.
2849 (External packages): New subsections "Filename completion" and "File
2850 attributes cache".
2851
0ff2d6c2
JB
28522009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
2853
2854 * calc.texi (Rewrite Rules): Improve the example.
2855 (Simplifying Formulas): Explain use of the I and H flags for
2856 simplification.
2857
ecd3d54f
MA
28582009-08-25 Michael Albinus <michael.albinus@gmx.de>
2859
2860 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 2861 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
2862 (Synchronous Methods, Asynchronous Methods): Use English numeric format
2863 for timeout values.
78176e69
MA
2864 (Top): Remove footnote saying D-Bus is not enabled by
2865 default. (Bug#4256)
ecd3d54f 2866
0f215bca
DU
28672009-08-23 Daiki Ueno <ueno@unixuser.org>
2868
2869 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 2870 Reported by Jari Aalto (Bug#4211).
0f215bca 2871 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 2872 epa-global-mail-mode.
3b7ab45f
DU
2873 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
2874 epa-setup.
0f215bca 2875
4f22e84d
MA
28762009-08-16 Michael Albinus <michael.albinus@gmx.de>
2877
2878 * dbus.texi (Asynchronous Methods): Allow nil handler.
2879
9ff0b02b 28802009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 2881
26b03ee3 2882 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 2883
26b03ee3 2884 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 2885
4c39f404
CY
28862009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
2887
2888 * calc.texi (Date Forms): Fix typos.
2889
3bcfba17
GM
28902009-08-08 Glenn Morris <rgm@gnu.org>
2891
2892 * org.texi (Agenda commands): Restore clobbered change.
2893
66783bb4
EZ
28942009-08-07 Eli Zaretskii <eliz@gnu.org>
2895
2896 * calc.texi (Graphics, Devices): Update with the peculiarities of
2897 operation on MS-Windows.
2898
c8d0cf5c
CD
28992009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2900
2901 * org.texi (Publishing action): Improve documentation of file
2902 names when publishing to the source directory.
2903 (Clean view): Document `org-indent-mode'.
2904 (Clocking work time): Add documentation for the
2905 new :timetamp option when creating a clock report.
2906 (Paragraphs): Fix many typos.
2907 (Plain lists): Remove duplicate explanation about the
2908 `C-c *' command.
2909 (Literal examples): Update to reflect the new behavior
2910 of the -n -r -k switches when exporting source code examples.
2911 (Structure editing): Add information about `C-c *',
2912 converting a plain list into a list of Org items.
2913 (Remember): Small rephrasing of the paragraph
2914 describing remember.el. Also mentioned that remember.el is part
2915 of Emacs 23, not Emacs 22.
2916 (Clocking work time): Add documentation about
2917 displaying the current clocking time against the effort estimate.
2918 Also add a footnote about using `org-clock-in-prepare-hook' to add
2919 an effort estimate on the fly, just before clocking it.
2920 (Footnotes): Document automatic renumbering and
2921 sorting.
2922 (Agenda commands): Document new bulk commands.
2923 (Plain lists): Document new behavior of
2924 `org-cycle-include-plain-lists'.
4e2af782 2925 Hyphenation only in TeX.
c8d0cf5c
CD
2926 (Clocking work time): Document the key to update effort
2927 estimates.
2928 (Clocking work time): Document the clock time display.
2929 (Structure editing, TODO basics): Document new
2930 variables.
2931 (Column attributes): Document new colciew operators.
2932 (Publishing options): Document :xml-declaration.
2933 (Tracking TODO state changes): Document the
2934 LOG_INTO_DRAWER property.
2935 (Literal examples): Document the new implementation for
2936 editing source code.
2937 (Publishing action): Mention the new publishing
2938 function, to publish an Org source file.
2939 (Publishing links): Mention how to link to an Org source file.
2940 (Macro replacement): Document new macros.
2941 (Handling links): Document type-specific completion
2942 when inserting links.
2943 (Structure editing, Plain lists): Improve documentation
2944 on sorting.
2945 (Internal links): Document custom ids for links.
2946 (Handling links): Document custom ids for links.
2947 (CSS support): Document new class.
2948 (Refiling notes): Document the possibility to create new nodes
2949 during refiling.
2950 (Agenda commands): Document the "?" operator to find
2951 tasks without effort setting.
2952 (Exporting agenda information): Section moved.
2953 (RSS Feeds): New section.
2954 (Built-in table editor): Document M-e and M-a navigate
2955 inside table field.
2956 (Stuck projects): Docment that projects identified as
2957 un-stuck will still be searchd for stuck sub-projects.
2958 (Paragraphs): Document centering.
2959 (Creating timestamps, Agenda commands): Document new
2960 behavior when changing time stamps.
2961 (Structure editing): Document the new command
2962 `org-clone-subtree-with-time-shift'.
2963 (Publishing): Refresh this chapter.
2964 (Export options, Export options, In-buffer settings):
2965 Document the new keywords.
2966 (Matching tags and properties): Collect all
2967 documentation about tags/property matches here.
2968 (Setting tags): Document `org-tag-persistent-alist'.
2969 (Weekly/daily agenda): New section.
2970 (Orgstruct mode): Describe `orgstruct++-mode'.
2971 (Drawers): Mention the LOGBOOK drawer.
2972 (Export options, Sectioning structure): Document the
2973 #+LEATEX_HEADER in-buffer setting.
2974 (Bugs): Section removed.
2975 (Hooks): New section.
0c7efc08 2976 (Add-on packages): Move here from old location.
c8d0cf5c
CD
2977 (Context-sensitive commands): New section.
2978 (Setting tags): Document newline option.
2979 (Global TODO list, Matching tags and properties):
2980 Mention more variables.
2981 (Checkboxes): Update to changed command behavior.
81a5560e 2982
40d2791f
CY
29832009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
2984
2985 * speedbar.texi (Basic Key Bindings): Fix typo.
2986
65d0154b
JB
29872009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
2988
2989 * calc.texi (Vector/Matrix Functions): Add index entries for both
2990 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
2991 affects matrices with more than one row.
b5bdfd9f 2992 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 2993
5a9e3ab7
JB
29942009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
2995
2996 * calc.texi (Stack Manipulation Commands): Add documentation for
2997 `calc-transpose-lines'
2998
42fb7e61
MA
29992009-07-27 Michael Albinus <michael.albinus@gmx.de>
3000
3001 * dbus.texi (Receiving Method Calls): Describe special return value
3002 `:ignore'.
3003
574b69d5
AM
30042009-07-24 Alan Mackenzie <acm@muc.de>
3005
3006 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3007 initialization, any individual variable setting now takes precedence
3008 over one done via c-file-style/c-file-offsets.
3009
ec06459c
JB
30102009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3011
3012 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3013 truncated when Calc is quit.
3014 (Customizing Calc): Document `calc-undo-length'.
3015
4ce54f6b
CY
30162009-07-20 Chong Yidong <cyd@stupidchicken.com>
3017
3018 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3019
0e4f8ba5
GM
30202009-07-11 Kevin Ryde <user42@zip.com.au>
3021
3022 * pcl-cvs.texi (About PCL-CVS):
3023 * widget.texi (Basic Types):
3024 Fix cross-references.
3025
fa0f81b0
AS
30262009-07-01 Andreas Schwab <aschwab@redhat.com>
3027
3028 * dbus.texi (Type Conversion): Don't use literal control character.
3029
88a683c5
MA
30302009-07-01 Michael Albinus <michael.albinus@gmx.de>
3031
3032 * tramp.texi (GVFS based methods): New section.
3033 (Remote processes): Processes for GVFS based methods run locally.
3034
36c8febb
MA
30352009-06-30 Michael Albinus <michael.albinus@gmx.de>
3036
0c7efc08
SM
3037 * tramp.texi (Inline methods, External methods, Gateway methods):
3038 Avoid the words "kludge" and hack".
36c8febb
MA
3039 (External methods): Add `synce' method.
3040
3041 * trampver.texi: Update release number.
3042
d6b951bb
MA
30432009-06-22 Michael Albinus <michael.albinus@gmx.de>
3044
3045 Sync with Tramp 2.1.16.
3046
3047 * tramp.texi (History): Add GVFS support.
3048 (External methods): Precise `rsync' description. Add `dav', `davs' and
3049 `obex' methods. Add 'tramp-gvfs-methods' option.
3050 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3051 forms.
3052 (Remote Programs): Introduce `tramp-own-remote-path'.
3053 (Remote processes): New subsection "Running remote programs that create
3054 local X11 windows".
3055 (Frequently Asked Questions): Improve code for disabling vc.
3056
3057 * trampver.texi: Update release number. Set default value of
3058 `emacsgvfs'.
3059
70243478
CY
30602009-06-21 Chong Yidong <cyd@stupidchicken.com>
3061
3062 * Branch for 23.1.
3063
54b31cbf
GM
30642009-06-17 Glenn Morris <rgm@gnu.org>
3065
3066 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3067 (Latest version of Emacs): Mention source code repository.
3068
f6adc23c
GM
30692009-06-16 Glenn Morris <rgm@gnu.org>
3070
3071 * faq.texi (Top): Language tweak.
3072 (Extended commands): Most people have arrow keys.
3073 (Emacs manual): Say how to follow info links.
3074 (File-name conventions): Change title a bit. Explain about source
3075 versus installed. Condense etc description.
3076 (Guidelines for newsgroup postings): Mention Savannah list page.
3077 (Newsgroup archives): Simplify.
3078 (Contacting the FSF): Add contact URL.
3079 (Emacs Lisp documentation): Printed version not always available.
3080 (Installing Texinfo documentation): Explain how by hand installation is
3081 not normally needed. Use add-to-list. Remove duplicate reference.
3082 (Informational files for Emacs): Move info on Help menu here from
3083 "File-name conventions".
3084 (Help installing Emacs): Tweak uref.
3085 (Obtaining the FAQ): Mention repository.
3086 (Origin of the term Emacs): Explain "ITS".
3087 (Changing load-path): Use add-to-list.
3088 (Automatic indentation): Clarify this is for Text mode.
3089 Don't mention Indented Text mode.
3090 (Finding Emacs on the Internet): The FSF does not seem to offer a
3091 deluxe distribution on CD anymore.
3092
b59a8457
GM
30932009-06-16 Glenn Morris <rgm@gnu.org>
3094
3095 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3096 Recommend the latest release. Mention how to get older FAQs.
3097 Recommend the Emacs manual.
3098 (Guidelines for newsgroup postings): Discourage cross-posts.
3099 (Underlining paragraphs): Remove.
3100 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3101 (Bugs and problems): Update key-binding.
3102 (Problems with very large files): Mention 64-bit.
3103 (Shell process exits abnormally): Remove.
3104 (Problems with Shell Mode): Rename and update.
3105 (Spontaneous entry into isearch-mode)
3106 (Problems talking to certain hosts): Remove. This is old information,
3107 in etc/PROBLEMS if needed.
3108 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3109 (Dired claims that no file is on this line): Update.
3110 (Installing Emacs, Problems building Emacs): Simplify.
3111 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3112 information.
3113 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3114 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3115 (JDEE): "JDEE", not "JDE".
3116 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3117 Remove. This is old information, in etc/PROBLEMS if needed.
3118 (stty and Backspace key, Kanji and Chinese characters): Remove.
3119 (Right-to-left alphabets): Update section.
3120 (Changing the included text prefix): Gnus uses message-yank-prefix.
3121 Add cross-reference to Supercite manual.
3122 (Saving a copy of outgoing mail): Simplify output file description.
3123 (Expanding aliases when sending mail): Refer to Emacs manual.
3124 Remove old info about RFC822.
3125 Correct description of how to rebuild aliases.
3126 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3127 (MIME with Emacs mail packages)
3128 (Viewing articles with embedded underlining)
3129 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3130 Remove old sections.
3131 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3132 and is well-documented in the Gnus manual.
3133 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3134 (Making Gnus faster): Rename from "Starting Gnus faster".
3135 Merge "Catch-up is slow in Gnus" into here.
3136
0e6d12ca
GM
31372009-06-14 Glenn Morris <rgm@gnu.org>
3138
3139 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3140 (New in Emacs 23): New section.
3141 (Handling C-s and C-q with flow control): Add xref.
3142
2e17e05e
GM
31432009-06-13 Glenn Morris <rgm@gnu.org>
3144
3145 * faq.texi (Setting up a customization file): Grammar fix.
3146 Customize is no longer "new".
3147 (Displaying the current line or column): Line-number mode is on by
3148 default. Don't mention `column' package. Mention linum.el.
3149 (Turning on abbrevs by default): Explain how to do it for buffers,
3150 modes, and everywhere.
3151 (Associating modes with files): Use add-to-list. Don't mention Emacs
3152 19.
3153 (Highlighting a region): On by default since 23.1.
3154 (Replacing highlighted text): Update doc quote.
3155 (Working with unprintable characters): Don't mention search-quote-char.
3156 (Using an already running Emacs process): Gnuclient is probably not an
3157 enhancement these days.
3158 (Indenting switch statements): Remove mention of pre-Emacs 20.
3159 (Horizontal scrolling): Abbreviate Emacs 20 description.
3160 (Replacing text across multiple files): Fix name of dired command.
3161 (Disabling backups): Use require not load.
4f9d4de3 3162 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3163
2a1cf2b9
BW
31642009-06-13 Bill Wohler <wohler@newt.com>
3165
3166 Release MH-E manual version 8.2.
3167
3168 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3169 release 8.2.
3170
85b438b7
GM
31712009-06-13 Glenn Morris <rgm@gnu.org>
3172
3173 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3174 in this day and age the common meaning is "on the web".
3175 (copying): Use @copyright in all cases.
3176 (Basic keys): Remove reference to deleted manual node "Text Characters".
3177 (File-name conventions): Use GNU as an example rather than SERVICE.
3178 default.el lives in site-lisp. Update Info directory location.
3179 (Real meaning of copyleft): GPL actions have been brought, but all
3180 settled out of court.
3181 (Guidelines for newsgroup postings): Shorten section title.
3182 Simplify comp.emacs description.
3183 (Newsgroup archives): Change Google URL. Describe Gmane.
3184 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3185 points". Mention List-Unsubscribe header.
3186 (Contacting the FSF): Update email and URLs.
3187 (Basic editing): Mention F1 for help.
3188 (Installing Texinfo documentation): Refer to Texinfo website rather
3189 than ftp server.
3190 (Printing a Texinfo file): Mention texi2pdf.
3191 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3192 are just stubs nowadays.
3193 (Latest version of Emacs): Explain version numbers.
3194 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3195 (Turning on syntax highlighting): No need to mention hilit19 any more.
3196 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3197 (Modes for various languages): Remove section.
3198 (Major packages and programs): Remove most version and maintainer
3199 information - it's hard to keep up-to-date, and adds nothing.
3200 Similarly with direct links to mailing lists.
3201 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3202 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3203 years, and Emacs comes with tools for this now.
3204 (Patch): Remove section - this is a standard tool.
3205 (Using function keys under X): Remove section.
3206
93e2d996
GM
32072009-06-12 Glenn Morris <rgm@gnu.org>
3208
3209 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3210 (Help installing Emacs): Remove reference to deleted X11 node.
3211 (Associating modes with files): Interpreter-mode-alist is no longer
3212 subservient to auto-mode-alist.
3213 (Installing Emacs): Change future Emacs version.
3214 (Linking with -lX11 fails): Remove old section.
3215 (Packages that do not come with Emacs): Update ELL location.
3216 Emacs Lisp archive is dead.
3217 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3218 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3219 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3220 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3221 (Removing flashing messages): Remove section about non-existent Gnus
3222 option.
3223
f0bf7708
GM
3224 * faq.texi (Top): Add @top command.
3225 Remove the optional arguments from all @node commands: makeinfo can
3226 generate these automatically, and it is easier to edit and rearrange
3227 nodes without them.
3228
30884d11
GM
32292009-06-11 Glenn Morris <rgm@gnu.org>
3230
3231 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3232 (The LPF): Make the updated URL the sole reference point.
3233 (Learning how to do something): Update refcard price and format.
3234 (Getting a printed manual): Sources in doc/emacs/, not man/.
3235 Also available in PDF format. Since the page count varies, be less
3236 precise.
3237 (Informational files for Emacs): Remove references to deleted files
3238 LPF and SUN-SUPPORT, and to UUCP.
3239 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3240 Remove many obsolete ways to get the FAQ, which now seems only to be
3241 distributed with Emacs.
3242 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3243
deab46e0
CY
32442009-06-09 Chong Yidong <cyd@stupidchicken.com>
3245
223b43fa 3246 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3247 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3248
deab46e0
CY
3249 * ada-mode.texi (Installation, Compile commands)
3250 (Project File Overview, No project files, Set compiler options)
3251 (Use GNAT project file, Use multiple GNAT project files)
3252 (Identifier completion): Use @samp for menu items, and @kbd for key
3253 sequences (Bug#3504).
3254
71fbd643
DU
32552009-06-04 Daiki Ueno <ueno@unixuser.org>
3256
8c9bb6f5 3257 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3258
f197085b
CY
32592009-06-04 Ryan Yeske <rcyeske@gmail.com>
3260
3261 * message.texi (Header Commands): Fix descriptions to match
3262 keybindings.
3263
7f3bc720
DU
32642009-04-22 Daiki Ueno <ueno@unixuser.org>
3265
3266 * gnus.texi (Security): Mention that EasyPG is the current default.
3267
4518068d
CY
32682009-04-13 Chong Yidong <cyd@stupidchicken.com>
3269
3270 * ediff.texi (Session Commands): Fix typo.
3271
d7ca410a
MB
32722009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3273
3274 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3275 news.software.readers. Reported by Florian Rehnisch.
3276
c6c76add
GM
32772009-04-02 Glenn Morris <rgm@gnu.org>
3278
3279 * auth.texi: Capitalize direntry.
3280
3281 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3282 using a period in the entry name. (Bug#2797)
3283
35ed8e2e
JB
32842009-03-03 Juanma Barranquero <lekktu@gmail.com>
3285
3286 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3287 ($(infodir)/auth, auth.dvi): New targets.
3288
e280480a
GM
32892009-03-03 Glenn Morris <rgm@gnu.org>
3290
3291 * auth.texi: Fix @setfilename.
3292
3293 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3294 (auth, $(infodir)/auth, auth.dvi): New rules.
3295
8a76755b
GM
32962009-02-25 Glenn Morris <rgm@gnu.org>
3297
3298 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
3299
0038d478
MB
33002009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3301
3302 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3303
33042009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3305
3306 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3307 gnus-nocem-issuers, and gnus-nocem-verifyer.
3308
867d4bb3
JB
33092009-02-20 Juanma Barranquero <lekktu@gmail.com>
3310
3311 * ada-mode.texi (Project files, Automatic Casing):
3312 * dbus.texi (Signals):
3313 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3314 * mh-e.texi (HTML):
3315 * nxml-mode.texi (Locating a schema)
3316 (Using the document's URI to locate a schema):
3317 * org.texi (Footnotes, Using the mapping API):
3318 * rcirc.texi (Channels): Remove duplicate words.
3319
3a44dc1f
GM
33202009-02-20 Glenn Morris <rgm@gnu.org>
3321
3322 * dired-x.texi (Miscellaneous Commands):
3323 * gnus.texi: Minor updates for mbox Rmail.
3324
5dc584b5
KB
33252009-02-16 Karl Berry <karl@gnu.org>
3326
b59a8457
GM
3327 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3328 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3329 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3330 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3331 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3332 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3333 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3334 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3335 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3336 Consistently use @insertcopying in the Top node,
5dc584b5 3337 @contents at the front (after @end titlepage),
b59a8457 3338 and @direntry after @copying. (Bug#1988)
5dc584b5 3339
9eb59592
MB
33402009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3341
3342 * auth.texi: New file documenting auth-source.
3343
d324fa76
CD
33442009-02-13 Carsten Dominik <dominik@science.uva.nl>
3345
3346 * org.texi (Org Plot): Fix link.
3347
7a603b73
DU
33482009-02-09 Daiki Ueno <ueno@unixuser.org>
3349
3350 * epa.texi (Mail-mode integration): Mention the way to do
3351 "encrypt-to-self". (Bug#1807)
3352
a626b338 33532009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
3354
3355 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
3356
3b36c17e
MB
33572009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
3358
3359 * gnus-news.texi: Print version about Incoming*.
3360
55033558
CD
33612009-02-02 Carsten Dominik <dominik@science.uva.nl>
3362
3363 * org.texi (Structure editing, Handling links)
3364 (Fast access to TODO states, Javascript support): Make standard docs
3365 correctly reflect default variable settings.
3366
ec712abb
GM
33672009-02-02 Glenn Morris <rgm@gnu.org>
3368
3369 * org.texi: Fix typos.
3370
7112648c
MA
33712009-02-01 Michael Albinus <michael.albinus@gmx.de>
3372
3373 Sync with Tramp 2.1.15.
3374
3375 * trampver.texi: Update release number.
3376
2e461fc1
CD
33772009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
3378
3379 * org.texi (TODO dependencies): Document TODO dependencies on
3380 checkboxes.
3381
bc283609
CD
33822009-01-30 Carsten Dominik <dominik@science.uva.nl>
3383
3384 * org.texi (TODO dependencies): Document key binding for toggling
3385 ORDERED property.
3386
74fc5047
MA
33872009-01-28 Michael Albinus <michael.albinus@gmx.de>
3388
3389 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
3390 of hook functions.
3391
d6685abc
CD
33922009-01-28 Carsten Dominik <dominik@science.uva.nl>
3393
3394 * org.texi (TODO dependencies): New section.
3395
65c439fd
CD
33962009-01-27 Carsten Dominik <dominik@science.uva.nl>
3397
3398 * org.texi (Plain lists, TODO basics, Priorities)
3399 (Multiple sets in one file, Conflicts): Document interaction with
3400 `shift-selection-mode'.
3401
5fafc247
JB
34022009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
3403
3404 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
3405 Make Calc the subject of sentences.
3406 (Rearranging Formulas using Selections): Discuss new options
3407 for `j *'.
3408
e7433508
MA
34092009-01-26 Michael Albinus <michael.albinus@gmx.de>
3410
3411 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
3412
2096a1b6
GM
34132009-01-26 Glenn Morris <rgm@gnu.org>
3414
3415 * org.texi: Fix typos.
3416
0cb61492
BW
34172009-01-26 Bill Wohler <wohler@newt.com>
3418
2096a1b6 3419 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 3420
0bd48b37
CD
34212009-01-25 Carsten Dominik <dominik@science.uva.nl>
3422
3423 * org.texi (References): Add information about remote references.
3424 (Built-in table editor): Document `C-c RET' in tables.
3425 (Math symbols, Quoting LaTeX code): Mention that simple
3426 LaTeX macros survive LaTeX export.
3427 (Images in LaTeX export): Show how to create a reference to a
3428 figure.
3429 (Sectioning structure): Document that the LaTeX class can be
3430 specified in a property.
3431 (Text areas in HTML export): New section.
3432 (External links): Add examples for text search and ID links.
3433 (Built-in table editor): Remove the descriptio of `C-c
3434 C-q', it not longer works.
3435 (Literal examples): Document that a space must follow
3436 the colon in short examples.
3437 (Relative timer): Document `org-timer-stop'.
3438 (Footnotes): New section.
3439 (Footnote markup): Shorten section and refer to new Footnote
3440 section.
3441 (Literal examples): Add documentation for line
3442 numbering in and references to code examples.
3443 (CSS support): Fix the description of default CSS styles.
3444 (Capturing column view): Document
3445 "file:path/to/file.org" as an allowed value for the ID property of
3446 a dynamic block copying column view.
3447
49dbbaf2
SE
34482009-01-23 Stephen Eglen <stephen@gnu.org>
3449
3450 * mh-e.texi (Getting Started): Describe $MH.
3451
193e6828
MA
34522009-01-21 Michael Albinus <michael.albinus@gmx.de>
3453
3454 * tramp.texi (all): Harmonize usage of "external method",
3455 "external transfer method" and "out-of-band method".
3456 (Connection types): Precise the differences of inline and external
3457 methods. Written by Adrian Phillips <a.phillips@met.no>.
3458
26b9f88d
MB
34592009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3460
3461 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
3462 commands as described at the top. Reported by Allan Gottlieb
3463 <gottlieb@nyu.edu>.
3464
34652009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
3466
3467 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
3468 nnmail-pathname-coding-system.
3469
377952e0
GM
34702009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
3471
3472 * org.texi (Relative timer): Fix typo.
3473
a20d3598
JB
34742009-01-15 Juanma Barranquero <lekktu@gmail.com>
3475
3476 * org.texi (Clocking work time): Fix typo.
98a1e0f5 3477 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 3478
a50253cc
GM
34792009-01-13 Glenn Morris <rgm@gnu.org>
3480
3481 * org.texi: Fix some more typos.
3482
07450bee
GM
34832009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
3484
3485 * org.texi: Fix some typos.
3486
e3e955fe
MB
34872009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
3488
3489 * gnus.texi (Group Parameters): Add note for local variables.
3490
34912009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
3492
0c7efc08
SM
3493 * gnus.texi (Converting Kill Files): Fix URL.
3494 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
3495
34962009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
3497
3498 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
3499 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
3500 (Paging the Article): Add index entry.
3501
71dd9983
JB
35022009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
3503
3504 * ada-mode.texi (Examples): Delete redundant text.
3505
4a0cf14f
MA
35062009-01-03 Michael Albinus <michael.albinus@gmx.de>
3507
36c8febb 3508 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
3509
3510 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
3511 addresses.
3512
aedac0f0
BW
35132009-01-03 Bill Wohler <wohler@newt.com>
3514
3515 * mh-e.texi (Scan Line Formats): Indicate that first column should be
3516 kept empty.
3517
4c65b566
CD
35182008-12-20 Carsten Dominik <dominik@science.uva.nl>
3519
3520 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
3521 (HTML Export commands, LaTeX/PDF export commands):
3522 Improve documentation about transient-mark-mode.
e9fce1ac 3523 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
3524 to fields in the last table row.
3525
e1a78e1e
JL
35262008-12-19 Juri Linkov <juri@jurta.org>
3527
3528 * info.texi (Search Text): Remove mention of removed key binding M-s.
3529
17a0aa82
CD
35302008-12-18 Carsten Dominik <dominik@science.uva.nl>
3531
3532 * org.texi (References): Remove mentioning of @0 as reference for the
3533 last line, this has been reverted in the Lisp sources.
3534
4997d802
JB
35352008-12-17 Juanma Barranquero <lekktu@gmail.com>
3536
3537 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
3538 (DVI_TARGETS): Remove duplicates. Add sasl.
3539 ($(infodir)/sasl, sasl.dvi): New targets.
3540
33306645
CD
35412008-12-17 Carsten Dominik <dominik@science.uva.nl>
3542
3543 * org.texi: Version number pushed to 6.15d.
3544
db55f368
CD
35452008-12-16 Carsten Dominik <dominik@science.uva.nl>
3546
a0bf4117 3547 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
3548 (Images in LaTeX export): New section.
3549 (Inlined images, Images in HTML export): Sections renamed.
3550
dae0a942
MB
35512008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
3552
3553 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
3554
9f5572e9
MB
35552008-12-04 David Engster <dengste@eml.cc>
3556
3557 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 3558 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 3559
bc23baaa
CD
35602008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
3561
3562 * org.texi (Using the mapping API): Fix bug in mapping example.
3563 (Publishing options): Make the list of properties complete again, in
3564 correspondence to the variable `org-export-plist-vars'.
3565 (Property searches): Document new special values for time comparisons.
3566 (Tag inheritance): Refine the description of tag inheritance.
3567 (Project alist): Add info about the publishing sequence of components.
a0bf4117 3568 (Effort estimates): Document the new relative timer.
bc23baaa 3569
3bf8054f
JB
35702008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
3571
3572 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
3573 (Using Calc): Clarify use of `C-x * o'.
3574 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
3575
ac134f2f
RS
35762008-11-28 Richard M Stallman <rms@gnu.org>
3577
3578 * dbus.texi (Receiving Method Calls): Clean up previous change.
3579
ace706d1
MA
35802008-11-26 Michael Albinus <michael.albinus@gmx.de>
3581
3582 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
3583 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
3584 `dbus-unescape-from-identifier'.
3585 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 3586 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
3587 (Signals): Use the constants in the example.
3588
d60b1ba1
CD
35892008-11-24 Carsten Dominik <dominik@science.uva.nl>
3590
b97439ce 3591 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 3592
ce4fdcb9
CD
35932008-11-23 Carsten Dominik <dominik@science.uva.nl>
3594
3595 * org.texi (Setting up Remember): Document `org-remember-mode'.
3596 (External links): Document that bbdb links can use a regular
3597 expression.
3598 (External links): Document that elisp links can contain interactive
3599 commands.
3600
c8548a00 36012008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
3602
3603 * viper.texi (viper-translate-all-ESC-keysequences):
3604 Description removed.
3605
6a2c4aec
GM
36062008-11-19 Glenn Morris <rgm@gnu.org>
3607
3608 * doclicense.texi: Change to FDL 1.3.
3609 Relicense all texi files under FDL 1.3 or later.
3610
59ee4113
JB
36112008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
3612
3613 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
3614
59bcbb98 36152008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 3616
0c7efc08 3617 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
3618
3619 * ediff.texi: Version/date change.
9f90198a 3620
8aa41c9b
CY
36212008-11-14 Chong Yidong <cyd@stupidchicken.com>
3622
3623 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
3624
17587b1b
JB
36252008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
3626
3627 * calc.texi (About This Manual): Comment out a mention of
3628 marginal notes.
3629
564c900e
CD
36302008-11-12 Carsten Dominik <dominik@science.uva.nl>
3631
3632 * org.texi (Clocking work time): Document the :formula property of
3633 clock tables.
3634 (Structure editing, Refiling notes): Document refiling regions.
3635 (Agenda commands): Document the double-prefix version
3636 of the `l' command in the agenda.
3637 (Handling links): Explain the effect of a double prefix
3638 arg to `C-c C-o'.
3639 (TODO basics): Add documentation for tag triggers.
3640
3c4be1f2
GM
36412008-10-23 Glenn Morris <rgm@gnu.org>
3642
3643 * cl.texi (Function Bindings): Mention `flet' fails to deal with
3644 byte-compiling things like `+'.
3645
3646 * ns-emacs.texi: Merge copyright years of author now with assignment
3647 into FSF years.
3648 (VER): Use it for easier automatic updating. Use Emacs version rather
3649 than standalone Emacs.app version.
3650
a6520ff3
CD
36512008-10-12 Carsten Dominik <dominik@science.uva.nl>
3652
864c9740 3653 * org.texi: Lots of minor fixes.
a6520ff3
CD
3654 (Capture): New chapter.
3655 (Org Plot): New section.
3656
db7a4b66
MH
36572008-09-30 Magnus Henoch <mange@freemail.hu>
3658
3659 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
3660
4043c194
JB
36612008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
3662
3663 * calc.texi (User Defined Units): Mention how to enter optional display
3664 string.
3665
eef5ade7
MB
36662008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
3667
0c7efc08 3668 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
3669 avoid the "y/n" wording.
3670
e52cac88
MB
36712008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
3672
0c7efc08 3673 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
3674
36752008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3676
3677 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
3678 @enumerate section so as to be able to be formatted with MAKEINFO=no.
3679
00c55306
BW
36802008-09-22 Bill Wohler <wohler@newt.com>
3681
3682 Release MH-E manual version 8.1.
3683
3684 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3685 release 8.1.
3686
3687 * mh-e.texi: Retain dual license as agreed to by the FSF.
3688 However, bump GPL to Version 3.
3689 Use @include for license text.
3690
e52cac88 36912008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
3692
3693 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
3694 (Store custom flags and keywords, Store arbitrary data):
3695 Clean up markup.
64763fe3
MB
3696
36972008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
3698
3699 * gnus.texi (The Gnus Registry): Document it.
3700
9e601b8d
MB
37012008-09-08 David Engster <dengste@eml.cc>
3702
88ee5b02
JB
3703 * gnus.texi (nnmairix): Point out that nnml uses MH format.
3704 Clarify section about choosing back end servers.
9e601b8d 3705
247043f1
GM
37062008-08-23 Glenn Morris <rgm@gnu.org>
3707
3708 * dired-x.texi (Shell Command Guessing):
3709 Mention dired-guess-shell-case-fold-search. (Bug#417)
3710
2bfec7a0
MA
37112008-08-22 Michael Albinus <michael.albinus@gmx.de>
3712
3713 * trampver.texi: Update release number.
3714
247043f1 37152008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
3716
3717 * ns-emacs.texi: Update version.
3718 (Introduction): Correct menu location for options save.
3719 (Customization): Note that defaults are stored under org.gnu.Emacs.
3720
8c20bd92
BW
37212008-08-11 Bill Wohler <wohler@newt.com>
3722
3723 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
3724 explicit about GNU mailutils MH elsewhere (with thanks to Darel
3725 Henman) (closes SF #1768928).
3726
767a4d92
GM
37272008-08-10 Glenn Morris <rgm@gnu.org>
3728
3729 * ns-emacs.texi: Use @copying. Change copyright of authors with
3730 assignment to FSF. Change license to GFDL.
3731 (Top): Remove outdated references.
3732
6ecfe5c2
MB
37332008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
3734
88ee5b02
JB
3735 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
3736 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
3737 gnus-summary-sort-by-most-recent-date.
3738 (Summary Sorting): Explain prefix argument.
3739
37402008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
3741
3742 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
3743 gnus-summary-pipe-output.
3744
eb932e8a
MA
37452008-08-03 Michael Albinus <michael.albinus@gmx.de>
3746
3747 * dbus.texi (Receiving Method Calls): Document error handling of own
3748 D-Bus methods.
3749
bfe16263
BW
37502008-08-01 Bill Wohler <wohler@newt.com>
3751
3752 * mh-e.texi (Reading Mail)
9f90198a 3753 (Viewing Attachments): Describe new function
bfe16263
BW
3754 mh-show-preferred-alternative.
3755 (Sending Mail, Redistributing, Sending Message): Describe new hook
3756 mh-annotate-msg-hook.
3757
21956b56
MA
37582008-07-31 Michael Albinus <michael.albinus@gmx.de>
3759
3760 * dbus.texi (Arguments and Signatures): Fix example.
3761 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
3762 (Asynchronous Methods): New node.
9f90198a
JB
3763 (Errors and Events): Describe extended layout of `dbus-event'.
3764 New defun `dbus-event-message-type'.
21956b56 3765
7c2fb837
DN
37662008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3767
3768 * ediff.texi: Remove VMS support.
3769
13662773
JB
37702008-07-29 Juanma Barranquero <lekktu@gmail.com>
3771
3772 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
3773 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
3774
ddde0b34
CY
37752008-07-29 Chong Yidong <cyd@stupidchicken.com>
3776
3777 * Makefile.in: Add mairix-el targets.
3778
37792008-07-29 David Engster <deng@randomsample.de>
3780
3781 * mairix-el.texi: New file.
3782
d5875b25
JB
37832008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
3784
366b7d44
JB
3785 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
3786 project files. Delete 'main_unit' project variable; not needed. Allow
3787 process environment variables wherever project variables are allowed.
3788 Add tutorial section on multiple GNAT project files.
d5875b25 3789
6cbab8ee
MA
37902008-07-27 Michael Albinus <michael.albinus@gmx.de>
3791
3792 Sync with Tramp 2.1.14.
3793
3794 * trampver.texi: Update release number.
3795
9e2a2647
DN
37962008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3797
3798 * ns-emacs.texi:
3799 * faq.texi: Remove mentions of Mac Carbon.
3800
d62672f3
MB
38012008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
3802
3803 * gnus.texi (Saving Articles): Describe the 2nd argument of
3804 gnus-summary-save-in-pipe.
3805 (SpamAssassin): Use it.
3806
38072008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
3808
3809 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
3810
dd12e1c6
CD
38112008-07-25 Carsten Dominik <dominik@science.uva.nl>
3812
3813 * org.texi (Export options): Document the use of the creator flag.
3814
44ce9197
CD
38152008-07-24 Carsten Dominik <dominik@science.uva.nl>
3816
3817 * org.texi: New version 6.06a.
3818
ddd13c5d
JB
38192008-07-23 Juanma Barranquero <lekktu@gmail.com>
3820
3821 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
3822 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
3823
8dc6104d
JB
38242008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
3825
3826 * calc.texi (Editing Stack Entries):
3827 (Algebraic Entry): Rewrite introductory sentences so it can be used by
3828 Calc's help functions. Mention fixing typos.
3829 (Customizing Calc): Fix typo.
3830
38312008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
3832
3833 * calc.texi (summarykey): New macro. Use to correctly format keys in
3834 the summary.
3835
ddd13c5d 38362008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
3837
3838 * ns-emacs.texi (Customization): Corrected documentation on color
3839 specification formats.
3840
568beaa2
AS
38412008-07-19 Andreas Schwab <schwab@suse.de>
3842
db8ef699 3843 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
3844
3845 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
3846 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
3847
cd71b9ae
MA
38482008-07-18 Michael Albinus <michael.albinus@gmx.de>
3849
3850 * dbus.texi (Inspection): Rework, introduce submenus.
3851 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
3852 (Properties and Annotations, Arguments and Signatures): New nodes.
3853
9b7993b4
MA
38542008-07-13 Michael Albinus <michael.albinus@gmx.de>
3855
3856 * dbus.texi (Receiving Method Calls): Fix description of
3857 `dbus-register-method'.
3858 (Signals): Allow also signal arguments for filtering in
3859 `dbus-register-signal'.
3860
241d447b
JB
38612008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
3862
3863 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
3864 `cnorm'.
3865 (Arithmetic Tutorial): Simplify the verification of prime factors.
3866
adb46650
MB
38672008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
3868
3869 * gnus.texi (Saving Articles): Mention
3870 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
3871
92e15881
JB
38722008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
3873
3874 * calc.texi: Adjust mode line throughout.
3875
ea597303
JB
38762008-06-28 Juanma Barranquero <lekktu@gmail.com>
3877
3878 * sasl.texi (Mechanisms): Fix typos.
3879
aee08080
JB
38802008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
3881
3882 * calc.texi (Killing from the stack): Mention using normal Emacs
3883 copying.
3884
a06a4a12
MA
38852008-06-21 Michael Albinus <michael.albinus@gmx.de>
3886
0c7efc08 3887 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 3888 Add `auth-source' mechanism.
a06a4a12
MA
3889 (Connection caching): Tramp reopens the connection automatically,
3890 when the operating system on the remote host has been changed.
3891
7389398d
EZ
38922008-06-20 Eli Zaretskii <eliz@gnu.org>
3893
3894 * makefile.w32-in (distclean): Remove makefile.
3895
b349f79f
CD
38962008-06-17 Carsten Dominik <dominik@science.uva.nl>
3897
3f9b4c2b 3898 * org.texi (Using the mapping API): New section.
b349f79f 3899 (Agenda column view): New section.
3f9b4c2b 3900 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 3901 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 3902 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
3903
39042008-06-17 Jason Riedy <jason@acm.org>
3905
3906 * org.texi (A LaTeX example): Note that fmt may be a one-argument
3907 function, and efmt may be a two-argument function.
3908 (Radio tables): Document multiple destinations.
3909
cd5c05d2
GM
39102008-06-16 Glenn Morris <rgm@gnu.org>
3911
3912 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
3913 Add Cover-Texts.
3914
debf4439
GM
39152008-06-15 Glenn Morris <rgm@gnu.org>
3916
3917 * faq.texi (VER): Update to 23.0.60.
3918
3919 * mh-e.texi: Remove option of licensing under GPL.
3920 Add Cover-Texts to GFDL permissions notice.
3921 (GPL): Remove section.
3922 (GFDL): Include doclicense.texi rather than the actual text.
3923
3924 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
3925 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
3926
3927 * sasl.texi: Fix output file name.
3928
3929 * epa.texi, sasl.texi: Refer to license in Emacs manual.
3930
3931 * gnus-coding.texi: Refer to license in Gnus manual.
3932
3933 * idlwave.texi, sasl.texi: Use @copying.
3934
3935 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
3936
3937 * speedbar.texi: Update Back-Cover Text as per maintain.info.
3938
3939 * url.texi: Use @copying, @title, @subtitle, @author.
3940
3941 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
3942 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
3943 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
3944 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
3945 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
3946 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
3947 * widget.texi, woman.texi:
3948 Remove references to external license, since doclicense is included.
3949
3950 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
3951 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
3952 Remove references to non-existent Invariant Sections.
3953
091f8bc1
GM
39542008-06-14 Glenn Morris <rgm@gnu.org>
3955
3956 * faq.texi (Major packages and programs): Remove references to external
3957 Supercite, Calc, VIPER, since they have been included for some time.
3958 Update VM, AUCTeX, BBDB entries.
3959
47bcb4d3
UJ
39602008-06-14 Ulf Jasper <ulf.jasper@web.de>
3961
3962 * newsticker.texi: Updated to match latest newsticker changes.
3963
6f093307
GM
39642008-06-13 Glenn Morris <rgm@gnu.org>
3965
3966 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
3967 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
3968 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
3969 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
3970 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
3971 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
3972 * woman.texi:
3973 Update Back-Cover Text as per maintain.info.
3974
2b968687
MB
39752008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
3976
3977 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
3978
3979 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
3980 (gnus-faq.xml): Update repository host.
3981
2b968687
MB
3982 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
3983
39842008-06-15 Frank Schmitt <ich@frank-schmitt.net>
3985
3986 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
3987 Fix a typo.
3988
39892008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
3990
3991 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 3992 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
3993 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
3994
39952008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
3996
3997 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
3998 coding standards.
3999
40002008-06-14 David Engster <dengste@eml.cc>
4001
4002 * gnus.texi (nnmairix): Markup fixes.
4003
e6d2d263
MB
40042008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4005
2b968687 4006 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4007
40082008-06-05 David Engster <dengste@eml.cc>
4009
4010 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4011
40122008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4013
b344d29d 4014 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4015 (Searching, nnir, nnmairix): New stub nodes.
4016
ad231df6 40172008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4018
4019 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4020
f394fa25
MB
40212008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4022
4023 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4024
58333467
MB
40252008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4026
4027 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4028
67525fb9
JY
40292008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4030
4031 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4032
0549d8fc
JB
40332008-05-06 Juanma Barranquero <lekktu@gmail.com>
4034
4035 * info.texi (Top): Fix typo in xref.
4036
149a3837
KB
40372008-05-05 Karl Berry <karl@gnu.org>
4038
4039 * info.texi (Top): @xref to stand-alone manual.
4040
3a23a519
MB
40412008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4042
4043 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4044 (Various Summary Stuff): Fix typo in last xref.
4045
0a29fbf3
JB
40462008-05-02 Juanma Barranquero <lekktu@gmail.com>
4047
4048 * org.texi (Moving subtrees): Fix typo.
4049
586b90f1
MA
40502008-04-28 Michael Albinus <michael.albinus@gmx.de>
4051
4052 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4053 Tramp via `tramp-mode'.
4054
b5af9883
CD
40552008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4056
4057 * org.texi: Massive changes, in many parts of the file.
4058
d55fe5bb
MB
40592008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4060
4061 * gnus.texi (Oort Gnus): Add message-fill-column.
4062
40632008-04-12 Adrian Aichner <adrian@xemacs.org>
4064
4065 * gnus.texi (Mail Source Specifiers): Typo fix.
4066
40672008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4068
4069 * gnus.texi (Diary Headers Generation): Update key binding for
4070 `gnus-diary-check-message'.
4071
40722008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4073
4074 * gnus.texi (Emacsen): Addition.
4075
40762008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4077
4078 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4079
40802008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4081
4082 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4083
40842008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4085
4086 * gnus-news.texi: Update tool bar item.
4087
40882008-04-09 Sven Joachim <svenjoac@gmx.de>
4089
4090 * gnus-news.texi: Fix typos.
4091
76c109c3
JB
40922008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4093
222027f2 4094 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4095 Add mention of `kron'.
4096
d5fbd5a6
MO
40972008-04-01 Daiki Ueno <ueno@unixuser.org>
4098
0c7efc08
SM
4099 * epa.texi (Encrypting/decrypting *.gpg files):
4100 Document epa-file-name-regexp.
d5fbd5a6 4101
fbcbb58c
KY
41022008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4103
4104 * gnus.texi (Example Methods): Fix description about ssh-agent.
4105 (Indirect Functions): Fix the default value of nntp-telnet-command;
4106 remove link to connect.html.
4107
134ce16c
MA
41082008-03-30 Michael Albinus <michael.albinus@gmx.de>
4109
4110 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4111 dbus-call-method.
4112 (Receiving Method Calls): The timeout can be set by the calling client.
4113
da1975d7
MA
4114 * trampver.texi: Update release number.
4115
2e4089ab
RS
41162008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4117
4118 * gnus.texi (Top): Fix version. Add SASL.
4119
70cab5a9
MA
41202008-03-29 Michael Albinus <michael.albinus@gmx.de>
4121
4122 Sync with Tramp 2.1.13.
4123
4124 * trampver.texi: Update release number.
4125
5bc6ddff
MB
41262008-03-29 Chong Yidong <cyd@stupidchicken.com>
4127
4128 * org.texi: Update to new org-mode website.
4129
41302008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4131
4132 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4133
9b3ebcb6
MB
41342008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4135
4136 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4137 gnus-read-ephemeral-gmane-group-url,
4138 gnus-read-ephemeral-emacs-bug-group,
4139 gnus-read-ephemeral-debian-bug-group.
4140
41412008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4142
4143 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4144
4145 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4146 Add FIXMEs for Bookmarks and gnus-registry-marks.
4147
41482008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4149
4150 * gnus.texi (Smileys): Document `smiley-style'.
4151
41522008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4153
4154 * gnus.texi (Gnus Development): Clarify difference between ding and
4155 gnu.emacs.gnus.
4156 (MIME Commands, Using MIME, RSS): Fix markup.
4157
4158 * gnus-faq.texi ([8.4]): Ditto.
4159
41602008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4161
4162 * gnus.texi (Emacsen): Remove obsolete stuff.
4163
41642008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4165
4166 * gnus.texi (Oort Gnus): Add version info WRT
4167 `mail-source-delete-incoming'.
4168
41692008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4170
4171 * gnus.texi (Top): Add "Other related manuals" and version info in
4172 `iftex' output.
4173 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4174 gnus-balloon-face-0 and the corresponding format specifiers.
4175
608d6a81
MA
41762008-03-26 Michael Albinus <michael.albinus@gmx.de>
4177
4178 * tramp.texi (Filename completion): Remove footnote about let-bind
4179 of `partial-completion-mode'. It doesn't work this way.
4180
27a6f132
SM
41812008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4182
4183 * pcl-cvs.texi (Contributors): Update my email.
4184
4a7c4c40
MA
41852008-03-21 Michael Albinus <michael.albinus@gmx.de>
4186
4187 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4188
2940c053
BW
41892008-03-17 Bill Wohler <wohler@newt.com>
4190
4191 * mh-e.texi (Viewing): Update URL for adding header fields to
4192 mh-invisible-header-fields-default.
4193
30864d5f
BW
41942008-03-16 Bill Wohler <wohler@newt.com>
4195
4196 * mh-e.texi (Preface): Add Gnus to requirements.
4197 (Forwarding): Note that forwarded MIME messages are now inline.
4198
31fe2b00
SM
41992008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4200
4201 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4202 (Common Variables): Give precedence to the netcat methods over the
4203 telnet methods, and mention that they are more reliable.
31fe2b00 4204
5e97c626
CD
42052008-03-13 Carsten Dominik <dominik@science.uva.nl>
4206
4207 * org.texi (Exporting Agenda Views): Document agenda export to
4208 iCalendar.
4209 (Progress logging): Document the new progress logging stuff.
4210
37a68866
MB
42112008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4212
4213 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4214 Update for change of `mail-source-delete-incoming'.
4215
4216 * gnus-news.texi: Ditto.
4217
8f7abae3
MB
42182008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4219
4220 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4221 custom versions.
4222
af379c86
AM
42232008-03-07 Alan Mackenzie <acm@muc.de>
4224
4225 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4226 parens/brackets in a k&r region is limited.
4227
3d0f8a67
MB
42282008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4229
4230 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4231 using different Emacs versions.
4232
52151df0
GM
42332008-02-27 Glenn Morris <rgm@gnu.org>
4234
4235 * sc.texi: Remove a lot of old and obsolete info.
4236 (titlepage): Simplify.
4237 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4238 (VM with any Emacsen, GNEWS with any Emacsen)
4239 (Overloading for Non-conforming MUAs, Version 3 Changes)
4240 (The Supercite Mailing List): Delete nodes.
4241 (Introduction): Remove info about old packages.
4242 (Getting Connected): Simplify. Remove info about old packages.
4243 (Citing Commands): Delete Emacs 19 info.
4244 (Hints to MUA Authors): Simplify.
4245 (Thanks and History): Merge in some info from the deleted node
4246 "Version 3 Changes".
4247
b03f96dc
MB
42482008-02-05 Juanma Barranquero <lekktu@gmail.com>
4249
4250 * org.texi (Setting tags, In-buffer settings):
4251 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4252
52bec650
MB
42532008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4254
4255 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4256 installation directory name.
4257
34a3c587
RF
42582008-02-12 Romain Francoise <romain@orebokech.com>
4259
4260 * epa.texi (Overview): Fix typo.
4261
5a8d03e9
MO
42622008-02-11 Daiki Ueno <ueno@unixuser.org>
4263
4264 * epa.texi (Quick start): Remove the .emacs setting.
4265
f1914c40
MO
42662008-02-10 Daiki Ueno <ueno@unixuser.org>
4267
4268 * epa.texi (Quick start): Use the command `epa-enable' instead of
4269 loading `epa-setup'.
4270
bca98fc9
JB
42712008-02-08 Juanma Barranquero <lekktu@gmail.com>
4272
4273 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4274 ($(infodir)/epa, epa.dvi): New targets.
4275
4b01af2e
MO
42762008-02-08 Daiki Ueno <ueno@unixuser.org>
4277
4278 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4279
4280 * epa.texi: New manual documenting the EasyPG Assistant.
4281
06c0751a
MA
42822008-02-06 Michael Albinus <michael.albinus@gmx.de>
4283
4284 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4285 (Inspection): New function dbus-ping.
4286
7dcccd7b
MA
42872008-02-05 Michael Albinus <michael.albinus@gmx.de>
4288
4289 * tramp.texi (Remote processes): Add `shell-command'.
4290
a1da1e37
MB
42912008-01-28 Michael Sperber <sperber@deinprogramm.de>
4292
4293 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4294 (Group Parameters): Document `mail-source' parameter.
4295
c9d8f746
MA
42962008-01-27 Michael Albinus <michael.albinus@gmx.de>
4297
4298 * tramp.texi (Inline methods): The hostname of the su(do)? methods
4299 must be a local host.
4300
15db4a13
MO
43012008-01-26 Michael Olson <mwolson@gnu.org>
4302
4303 * erc.texi: Update version for ERC 5.3 release.
4304 (Obtaining ERC): Update extras URLs for 5.3.
4305 (Development): Write instructions for git, and remove those for Arch.
4306 (History): Mention the switch to git.
4307
2bc43980
KB
43082008-01-24 Karl Berry <karl@gnu.org>
4309
bca98fc9
JB
4310 * info.texi (Search Index, Search Text): Mention the command
4311 character in the section name, a la the (Go to node) node.
2bc43980 4312
d2e4a6c9
MA
43132008-01-21 Michael Albinus <michael.albinus@gmx.de>
4314
4315 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4316
0b6799c3
MB
43172008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4318
4319 * gnus-news.texi: Mention gnus-article-describe-bindings.
4320
43212008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4322
4323 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4324
db9c3fb1 43252008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 4326
7b4d0413 4327 * org.texi (Property inheritance): New section.
db9c3fb1 4328 (Conventions): New section.
7b4d0413 4329 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
4330 commands, and the new bindings for refiling.
4331 (Sparse trees): Document the new special command for sparse trees.
4332 (References): Be more clear about the counting of hilines.
4333 (Handling links): Document M-p/n for accessing links.
4334 (Fast access to TODO states): New section.
4335 (Per file keywords): New section.
4336 (Property inheritance): New section.
4337 (Column attributes): New summary types.
4338 (Capturing Column View): New section.
4339 (The date/time prompt): Cover the new features in the date/time prompt.
4340 Compactify the table of keys for the calendar remote control.
4341 (Clocking work time): Document the new :scope parameter.
4342 (Remember): Promoted to chapter.
4343 (Quoted examples): New section.
4344 (Enhancing text): New verbatim environments.
4345
6ed73f28
MA
43462008-01-14 Michael Albinus <michael.albinus@gmx.de>
4347
4348 * trampver.texi: Update release number.
4349
95838435
MB
43502008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4351
0c7efc08
SM
4352 * gnus.texi (Article Keymap):
4353 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
4354 gnus-article-reply-with-original and
4355 gnus-article-followup-with-original.
4356
20234d96
GM
43572008-01-09 Glenn Morris <rgm@gnu.org>
4358
4359 * nxml-mode.texi: Add @copying section.
4360
d82cf70b
MB
43612008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4362
4363 * message.texi (Mail Variables): Add some text from "(gnus)Posting
4364 Server". Add `message-send-mail-with-mailclient'.
4365
4366 * gnus.texi (Posting Server): Move some text to "(message)Mail
4367 Variables" and add a reference here.
4368
addb7f2e
MA
43692008-01-04 Michael Albinus <michael.albinus@gmx.de>
4370
4371 * dbus.texi (Receiving Method Calls): New chapter.
4372 (Errors and Events): Add serial number to events. Replace "signal" by
4373 "message". Introduce dbus-event-serial-number.
4374
4db2806c
MA
43752008-01-03 Michael Albinus <michael.albinus@gmx.de>
4376
4377 * dbus.texi (Type Conversion): Explain the type specification for empty
4378 arrays. Use another example.
4379
c9ecb5a7
MA
43802007-12-30 Michael Albinus <michael.albinus@gmx.de>
4381
4382 * dbus.texi (all): Replace "..." by @dots{}.
4383 (Type Conversion): Precise the value range for :byte types.
4384 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
4385 Mention its return value.
4386 (Errors and Events): There is no D-Bus error propagation during event
4387 processing.
4388
702dbfd9
JB
43892007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
4390
4391 * calc.tex (Yacas Language, Maxima Language, Giac Language):
4392 New sections.
4393
87035689
MB
43942007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
4395
4396 * gnus.texi (Group Parameters): Reorder the text and add a note about
4397 `gnus-parameters' near the beginning of the node.
4398
43992007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
4400
4401 * gnus.texi (Score File Editing): Fix function name.
4402
5492f5ca
MA
44032007-12-23 Michael Albinus <michael.albinus@gmx.de>
4404
4405 Sync with Tramp 2.1.12.
4406
4407 * trampver.texi: Update release number.
4408
d4e67bc5
MA
44092007-12-22 Michael Albinus <michael.albinus@gmx.de>
4410
4411 * dbus.texi (Type Conversion): Correct input parameters mapping.
4412
6a31c819
MA
44132007-12-21 Michael Albinus <michael.albinus@gmx.de>
4414
4415 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
4416 (Errors and Events): Mention wrong-type-argument error.
4417
99a3e35f
AS
44182007-12-21 Alex Schroeder <alex@gnu.org>
4419
4420 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 4421 spaces. Fixed some typos.
99a3e35f
AS
4422 (Internet Relay Chat): Explain relay.
4423 (Getting started with rcirc): Change items to reflect prompts.
4424 Add more explanation to rcirc-track-minor-mode and added a comment to
4425 warn future maintainers that this section is a copy.
0c7efc08 4426 (People): Change /ignore example.
62b12a24 4427 (Keywords): Not keywords.
99a3e35f 4428
331e4d02
AS
44292007-12-20 Alex Schroeder <alex@gnu.org>
4430
4431 * rcirc.texi (Top): Fighting Information Overload chapter added.
4432 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 4433 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
4434 (Fighting Information Overload): New chapter documenting /keyword,
4435 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
4436 (Configuration): Document rcirc-server-alist, remove
4437 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 4438
cd71c3ef
MA
44392007-12-16 Michael Albinus <michael.albinus@gmx.de>
4440
4441 * dbus.texi (Signals): Fix example in dbus-register-signal.
4442
bbbe940b
MB
44432007-12-14 Sven Joachim <svenjoac@gmx.de>
4444
4445 * gnus.texi (Score Variables): Fix typo.
4446
0ce574ef
MA
44472007-12-07 Michael Albinus <michael.albinus@gmx.de>
4448
4449 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
4450 (Signals): Adapt dbus-send-signal and dbus-register-signal.
4451 (Errors and Events): Adapt dbus-event.
4452
b890d447
MB
44532007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4454
4455 * gnus.texi (Other Files): Add the yenc command.
4456
44572007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
4458
4459 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
4460 since 2004-08-06.
4461
44622007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
4463
4464 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
4465 on body.
4466
44672007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
4468
4469 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
4470 and rfc2047-allow-irregular-q-encoded-words; fix description of
4471 rfc2047-encode-encoded-words.
4472
44732007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
4474
4475 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
4476
3728bf03
MO
44772007-12-05 Michael Olson <mwolson@gnu.org>
4478
4479 * remember.texi (Diary): Remove "require" line for remember-diary.el.
4480 Update documentation for `remember-diary-file'.
4481
a4397af9
MA
44822007-12-04 Michael Albinus <michael.albinus@gmx.de>
4483
4484 * dbus.texi (Signals): Precise `dbus-register-signal'.
4485 (Errors and Events): Rework events part, the internal structure of
4486 dbus-event has changed.
4487
1682490c
JB
44882007-12-03 Juanma Barranquero <lekktu@gmail.com>
4489
4490 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
4491 ($(infodir)/dbus, dbus.dvi): New targets.
4492
7b13a0f2
MA
44932007-12-03 Michael Albinus <michael.albinus@gmx.de>
4494
4495 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
4496 unconditionally.
4497
4498 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
4499 emulation with @print{}.
4500
7ef92bc9
RS
45012007-12-02 Richard Stallman <rms@gnu.org>
4502
4503 * dbus.texi (Overview): Minor cleanup.
4504
22d8ac3a
MA
45052007-12-02 Michael Albinus <michael.albinus@gmx.de>
4506
d3a8e0df
MA
4507 * Makefile.in (INFO_TARGETS): Add dbus.
4508 (DVI_TARGETS): Add dbus.dvi.
4509 (dbus, dbus.dvi): New targets.
4510
22d8ac3a
MA
4511 * dbus.texi: New file.
4512
559764ab
RF
45132007-11-24 Romain Francoise <romain@orebokech.com>
4514
4515 * nxml-mode.texi: Add description in @direntry.
7aa579d9 4516 Fix file name to match @setfilename.
559764ab 4517
ac97a16b
MH
45182007-11-23 Mark A. Hershberger <mah@everybody.org>
4519
4520 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
4521 ($(infodir)/nxml-mode): New rule.
4522
4523 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
4524 ($(infodir)/nxml-mode): New rule.
4525 (clean): Add nxml-mode*.
4526
4527 * nxml-mode.texi: New file with nxml manual.
4528
404cd454
GM
45292007-11-18 Richard Stallman <rms@gnu.org>
4530
4531 * flymake.texi (Example -- Configuring a tool called directly):
4532 Update example.
4533
b048d478
MA
45342007-11-18 Michael Albinus <michael.albinus@gmx.de>
4535
4536 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 4537 double-slash behavior. Explain directory contents flushing.
b048d478 4538
346e8469
JB
45392007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4540
4541 * calc.texi (TeX and LaTeX Language Modes): Put in
4542 missing braces.
4543
404cd454
GM
45442007-11-15 Richard Stallman <rms@gnu.org>
4545
4546 * cl.texi (Equality Predicates): Delete `eql'.
4547 (Predicates, Naming Conventions, Top): Delete `eql'.
4548 (Common Lisp Compatibility): Delete `eql'.
4549 (Porting Common Lisp): Delete obsolete backquote info.
4550 Minor clarification about character constants.
4551 (Sequence Basics): Minor clarification.
4552
1f6af58b
JB
45532007-11-15 Juanma Barranquero <lekktu@gmail.com>
4554
dccb744b 4555 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
4556 * tramp.texi (Filename completion): Fix typos.
4557
3bc88bc9
JB
45582007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
4559
4560 * calc.texi (Basic commands): Mention the menu.
4561
bc5300d3
MA
45622007-11-12 Michael Albinus <michael.albinus@gmx.de>
4563
4564 * tramp.texi (Connection caching): Tramp flushes connection
4565 properties when remote operating system has been changed.
4566
4d8a28ec
MB
45672007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
4568
4569 * gnus-news.texi: Fix spelling.
4570 `message-insert-formatted-citation-line', not
4571 `message-insert-formated-citation-line'.
4572
404cd454
GM
4573 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
4574
e1176b47
MA
45752007-11-07 Michael Albinus <michael.albinus@gmx.de>
4576
4577 * tramp.texi (Overview): Mention also the PuTTY integration under
4578 Win32. Remove paragraphs about Tramp's experimental status.
4579 (Frequently Asked Questions): Add code example for highlighting the
4580 mode line.
4581
6159985a
MO
45822007-11-03 Michael Olson <mwolson@gnu.org>
4583
4584 * remember.texi: Change mentions of remember-buffer to
4585 remember-finalize throughout.
4586
bec9b2f5
MO
45872007-10-30 Michael Olson <mwolson@gnu.org>
4588
4589 * remember.texi (Copying): Remove.
4590 (Mailbox): Update with non-BBDB instructions.
4591 (Diary, Org): Add.
4592 (Bibliography, Planner Page): Remove.
4593
b6173182
JB
45942007-10-30 Juanma Barranquero <lekktu@gmail.com>
4595
4596 * makefile.w32-in (INFO_TARGETS): Add remember.
4597 (DVI_TARGETS): Add remember.dvi.
4598 ($(infodir)/remember): New rule.
4599 (clean): Add remember*.
4600
15f3eb73
MO
46012007-10-30 Michael Olson <mwolson@gnu.org>
4602
70bdc930
MO
4603 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
4604 ($(infodir)/remember): New rule that builds the Remember Manual.
4605
b6173182
JB
4606 * remember.texi: New file containing the Remember Mode Manual.
4607 Shuffle chapters around after initial import.
7d3f6f1a
MO
4608 (Function Reference): Split Keystrokes into separate chapter.
4609 (Keystrokes): Document C-c C-k.
51d24a12 4610 (Introduction): Fix typographical issue with "---".
15f3eb73 4611
404cd454
GM
46122007-10-29 Richard Stallman <rms@gnu.org>
4613
4614 * widget.texi (Introduction): Delete discussion of implementation
4615 internals.
4616
9bbb9638
MA
46172007-10-29 Michael Albinus <michael.albinus@gmx.de>
4618
4619 * tramp.texi (Connection caching): Host names must be different
4620 when tunneling.
4621
c7ff939a
RS
46222007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4623
4624 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
4625 Gnus v5.13.
4626
01c52d31
MB
46272007-10-28 Miles Bader <miles@gnu.org>
4628
4629 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
4630
01c52d31
MB
46312007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4632
0c7efc08
SM
4633 * gnus.texi (Sorting the Summary Buffer):
4634 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
4635
46362007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4637
4638 * gnus.texi (Non-ASCII Group Names): New node.
4639 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
4640 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
4641
c8763fb6 46422007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
4643
4644 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
4645 clean the output of the program `imap-shell-program'.
4646
46472007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4648
4649 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
4650
46512007-10-28 Tassilo Horn <tassilo@member.fsf.org>
4652
4653 * gnus.texi (Sticky Articles): Documentation for sticky article
4654 buffers.
4655
c8763fb6 46562007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
4657
4658 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
4659
46602007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4661
4662 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
4663
46642007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4665
0c7efc08
SM
4666 * gnus.texi (Archived Messages):
4667 Document gnus-update-message-archive-method.
01c52d31
MB
4668
46692007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4670
4671 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
4672
c8763fb6 46732007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 4674
0c7efc08
SM
4675 * gnus.texi (Group Maneuvering):
4676 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
4677
46782007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4679
0c7efc08
SM
4680 * gnus.texi (Really Various Summary Commands):
4681 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
4682
46832007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4684
4685 * gnus.texi, message.texi: Bump version number.
4686
46872007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4688
4689 * gnus.texi (Group Line Specification, Misc Group Stuff)
4690 (Server Commands): Parenthesize @pxref{Mail Spool}.
4691
46922007-10-28 Didier Verna <didier@xemacs.org>
4693
4694 New user option: message-signature-directory.
4695 * message.texi (Insertion Variables): Document it.
4696 * gnus.texi (Posting Styles): Ditto.
4697
46982007-10-28 Didier Verna <didier@xemacs.org>
4699
4700 * gnus.texi (Group Line Specification):
4701 * gnus.texi (Misc Group Stuff):
4702 * gnus.texi (Server Commands): Document the group compaction feature.
4703
47042007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4705
4706 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
4707
4708 * message.texi (Various Message Variables): Add message-fill-column.
4709
47102007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4711
4712 * gnus.texi: Untabify.
4713
47142007-10-28 Didier Verna <didier@xemacs.org>
4715
4716 * gnus.texi (Group Parameters): Document the posting-style merging
4717 process in topic-mode.
4718
47192007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4720
4721 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
4722
47232007-10-28 Romain Francoise <romain@orebokech.com>
4724
4725 * gnus.texi (Mail Spool): Fix typo.
4726 Update copyright.
4727
47282007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4729
4730 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
4731
47322007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4733
4734 * gnus.texi (Summary Generation Commands):
4735 Add gnus-summary-insert-ticked-articles.
4736
47372007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4738
b2abec73
JB
4739 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
4740 to spam-spamassassin-program.
01c52d31
MB
4741
47422007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4743
4744 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
4745
47462007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4747
4748 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
4749
47502007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4751
4752 * message.texi (Mail Headers): Document `opportunistic'.
4753
47542007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4755
4756 * emacs-mime.texi (Encoding Customization): Explain how to set
4757 mm-coding-system-priorities per hierarchy.
4758
47592007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4760
4761 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
4762 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
4763
47642007-10-28 Didier Verna <didier@xemacs.org>
4765
4766 * message.texi (Wide Reply): Update documentation of
4767 message-dont-reply-to-names (now allowing a list of regexps).
4768
47692007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4770
4771 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
4772
47732007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4774
4775 * gnus.texi (SpamAssassin back end): Fix typo.
4776
4777 * sieve.texi (Examples): Fix grammar.
4778
47792007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4780
4781 * gnus.texi (Searching for Articles): Document M-S and M-R.
4782 (Limiting): Document / b.
4783
47842007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4785
4786 * gnus.texi (Thread Commands): T M-^.
4787
47882007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4789
4790 * message.texi (Mail Aliases): Document ecomplete.
4791 (Mail Aliases): Fix typo.
4792
47932007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4794
4795 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
4796 fix typo.
4797
47982007-10-28 Romain Francoise <romain@orebokech.com>
4799
4800 * gnus.texi (Mail Spool): Grammar fix.
4801
48022007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4803
4804 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
4805 string.
4806
48072007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4808
4809 * gnus.texi (Group Parameters): Fix description.
4810
48112007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4812
b2abec73
JB
4813 * gnus.texi (Gmane Spam Reporting):
4814 Fix spam-report-gmane-use-article-number.
4815 Add spam-report-user-mail-address.
01c52d31
MB
4816
48172007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4818
4819 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
4820
48212007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4822
4823 * gnus.texi (Group Parameters): Add simplified sorting example based on
4824 example for `Sorting the Summary Buffer' from Jari Aalto
4825 <jari.aalto@cante.net>.
4826 (Example Methods): Add example for an indirect connection.
4827
48282007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
4829
0c7efc08 4830 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
4831 (Agent Parameters): Updated parameter names to match code.
4832 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
4833 'gnus-agent-summary-fetch-series'.
4834 (Agent and flags): New section providing a generalized discussion
4835 of flag handling.
0c7efc08
SM
4836 (Agent and IMAP): Remove flag discussion.
4837 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
4838
48392007-10-28 Romain Francoise <romain@orebokech.com>
4840
4841 * gnus.texi (Exiting the Summary Buffer): Add new function
4842 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
4843
48442007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4845
4846 * gnus.texi (Conformity): Fix typo.
4847 (Customizing Articles): Document `first'.
4848
48492007-10-28 Jari Aalto <jari.aalto@cante.net>
4850
4851 * gnus.texi (Sorting the Summary Buffer):
4852 Add `gnus-thread-sort-by-date-reverse'. Add example
4853 host to different sorting in NNTP and RSS groups.
4854
48552007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4856
4857 * message.texi (Insertion): Describe prefix for
4858 message-mark-inserted-region and message-mark-insert-file.
4859
48602007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4861
4862 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
4863 LaTeX documents. Describe "text/x-gnus-verbatim".
4864
48652007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
4866
b2abec73 4867 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
4868 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
4869 (spam-stat spam filtering, SpamOracle)
0c7efc08 4870 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
4871 clarity.
4872
48732007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4874
4875 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
4876 gnus-article-delete-part and gnus-article-replace-part.
4877 (Using MIME): Add gnus-mime-replace-part.
4878
48792007-10-28 Romain Francoise <romain@orebokech.com>
4880
4881 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
4882 requires `auto-compression-mode' to be enabled. Add new nnml
4883 variable `nnml-compressed-files-size-threshold'.
4884
48852007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4886
0c7efc08
SM
4887 * gnus.texi (Sorting the Summary Buffer):
4888 Add gnus-thread-sort-by-recipient.
01c52d31
MB
4889
48902007-10-28 Romain Francoise <romain@orebokech.com>
4891
4892 * message.texi (Insertion Variables): Mention new variable
4893 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
4894 documentation accordingly.
4895
48962007-10-28 Romain Francoise <romain@orebokech.com>
4897
4898 * gnus.texi (To From Newsgroups): Mention new variables
4899 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
4900
49012007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4902
4903 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
4904 stuff; gnus-mime-inline-part does the automatic decompression.
4905
49062007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
4907
4908 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 4909 "training.ham" should be "training.spam".
01c52d31
MB
4910
49112007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4912
4913 * message.texi (Mail Variables): Fix the default value for
4914 message-send-mail-function.
4915
49162007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4917
4918 * gnus.texi (Optional Back End Functions): nntp-request-update-info
4919 always returns nil exceptionally.
4920
49212007-10-28 Simon Josefsson <jas@extundo.com>
4922
0c7efc08
SM
4923 * gnus.texi (Article Washing): Add libidn URL.
4924 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
4925
49262007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4927
4928 * gnus.texi (Topic Commands): Fix next/previous.
4929
49302007-10-28 Simon Josefsson <jas@extundo.com>
4931
4932 * gnus.texi (Article Washing): Mention `W i'.
4933
c8763fb6 49342007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
4935
4936 * gnus.texi (Group Parameters): Slight extension of sieve
4937 parameter description.
4938
49392007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4940
4941 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
4942 matching score files as well.
4943 (Picons): Describe `gnus-picon-style'.
4944
49452007-10-28 Romain Francoise <romain@orebokech.com>
4946
4947 * message.texi (Message Headers): Mention that headers are hidden
4948 using narrowing, and how to expose them.
4949 Update copyright.
4950
49512007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4952
4953 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
4954 `gnus-summary-sort-by-recipient'.
4955
49562007-10-28 Romain Francoise <romain@orebokech.com>
4957
4958 * gnus.texi (NNTP marks): New node.
4959 (NNTP): Move NNTP marks variables to the new node.
4960
49612007-10-28 Jesper Harder <harder@ifa.au.dk>
4962
b2abec73 4963 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
4964
4965 * gnus.texi (MIME Commands, Hashcash): Markup fix.
4966
49672007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
4968
b2abec73 4969 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 4970 everywhere for consistency.
b2abec73
JB
4971 (Filtering Spam Using The Spam ELisp Package): Admonish again.
4972 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
4973 Say "regular expression" instead of "regex." Admonish.
4974 Pick other words to sound better (s/so/thus/).
4975 (Spam ELisp Package Filtering of Incoming Mail):
4976 Mention statistical filters. Remove old TODO.
01c52d31 4977 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
4978 New section on sorting and displaying the spam score.
4979 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
4980 backend but an alias to spam-use-BBDB.
4981 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
4982 new backend functionality.
4983
49842007-10-28 Simon Josefsson <jas@extundo.com>
4985
4986 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
4987 nntp-marks-directory, from Romain Francoise
4988 <romain@orebokech.com>.
4989
49902007-10-28 Magnus Henoch <mange@freemail.hu>
4991
4992 * gnus.texi (Hashcash): New default value of
4993 hashcash-default-payment.
4994
49952007-10-28 Simon Josefsson <jas@extundo.com>
4996
4997 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
4998 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
4999
50002007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5001
0c7efc08 5002 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5003
50042007-10-28 Simon Josefsson <jas@extundo.com>
5005
5006 * gnus.texi (documentencoding): Add, to avoid warnings.
5007
50082007-10-28 Simon Josefsson <jas@extundo.com>
5009
5010 * message.texi (Mail Headers): Add.
5011
5012 * gnus.texi (Hashcash): Fix.
5013
50142007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5015
0c7efc08 5016 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5017 that payments can be verified and fix the name of the
b2abec73 5018 hashcash-path variable.
01c52d31
MB
5019
50202007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5021
b2abec73 5022 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5023
50242007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5025
5026 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5027
50282007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5029
5030 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5031 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5032 warning about ham processors in spam groups removed.
01c52d31
MB
5033
50342007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5035
0c7efc08 5036 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5037 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5038
50392007-10-28 Jesper Harder <harder@ifa.au.dk>
5040
5041 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5042 (Mailing List): Typo.
5043 (Customizing Articles): Add gnus-treat-ansi-sequences.
5044 (Article Washing): Index.
5045
5046 * message.texi: Use m-dash consistently.
5047
50482007-10-28 Jesper Harder <harder@ifa.au.dk>
5049
5050 * gnus.texi (GroupLens): Remove.
5051
50522007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5053
0c7efc08
SM
5054 * gnus.texi (Outgoing Messages, Agent Variables):
5055 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5056 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5057
50582007-10-28 Jesper Harder <harder@ifa.au.dk>
5059
5060 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5061
50622007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5063
5064 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5065
5066 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5067
50682007-10-28 Simon Josefsson <jas@extundo.com>
5069
5070 * gnus.texi (Top): Add SASL.
5071
404cd454
GM
50722007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5073
5074 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5075
50762007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5077
5078 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5079
0edd2970
JB
50802007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5081
5082 * calc.texi (Formulas, Composition Basics): Lower the
5083 precedence of negation.
5084
a9afba20
JY
50852007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5086
5087 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5088 Mention the new three-letter column identifiers.
5089 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5090 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5091 message when using `c' on an empty default with default printer.
5092 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5093 renamed to `ses--symbolic-formulas' some time ago.
5094
45b778a6
JB
50952007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5096
5097 * calc.texi (Default Simplifications, Making Selections)
5098 (Customizing Calc): Clarify associativity of multiplication.
5099
03b5bade
MA
51002007-10-23 Michael Albinus <michael.albinus@gmx.de>
5101
5102 * tramp.texi (Traces and Profiles): Simplify loop over
5103 `trace-function-background'.
5104
e658c8ee
JL
51052007-10-22 Juri Linkov <juri@jurta.org>
5106
5107 * dired-x.texi (Shell Command Guessing): Default values are now
5108 available by typing M-n instead of M-p.
5109
dd753688
MA
51102007-10-21 Michael Albinus <michael.albinus@gmx.de>
5111
5112 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5113 (Password caching): Remove `tramp-clear-passwd'.
5114 It's not a command anymore.
dd753688
MA
5115 (Bug Reports): Add `tramp-bug' to function index.
5116 (Function Index, Variable Index): New nodes.
5117 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5118
5119 * trampver.texi: Update release number.
5120
4bb49b43
JB
51212007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5122
8b296cdd 5123 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5124 about integer size into past tense.
5125 (Time Zones): Remove pointer to Calc author's address.
5126 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5127 and hyperbolic cotangent. Fix typo.
4bb49b43 5128
311dd93f
MA
51292007-10-10 Michael Albinus <michael.albinus@gmx.de>
5130
5131 Sync with Tramp 2.1.11.
5132
5133 * trampver.texi: Update release number.
5134
ea3fc256
MA
51352007-10-06 Michael Albinus <michael.albinus@gmx.de>
5136
5137 * tramp.texi (External packages): New section.
5138
1af74d06
MB
51392007-09-29 Juri Linkov <juri@jurta.org>
5140
5141 * info.texi (Help-Int): Document `L' (`Info-history').
5142
0e2806fa
SM
51432007-09-26 Carsten Dominik <dominik@science.uva.nl>
5144
5145 * org.texi: Change links to webpage and maintained email.
5146 (Remember): Promote to Chapter, significant changes.
5147 (Fast access to TODO states): New section.
5148 (Faces for TODO keywords): New section.
5149 (Export options): Example for #+DATE.
5150 (Progress logging): Section moved.
5151
567b9191
BW
51522007-09-26 Bill Wohler <wohler@newt.com>
5153
5154 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5155 browse-url-at-mouse.
5156
1af74d06
MB
51572007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5158
5159 * flymake.texi (Customizable variables): Face names don't end in -face.
5160 Fix flymake-err-line-patterns template.
5161 (Example -- Configuring a tool called directly): Fix init-function.
5162 (Highlighting erroneous lines): Face names don't end in -face.
5163
d60a4e3a 51642007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5165
5166 * erc.texi (Special-Features): Fix small typo.
5167
7d7a3510
MA
51682007-09-14 Michael Albinus <michael.albinus@gmx.de>
5169
5170 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5171 and "External transfer methods".
5172
285f0d3a
JB
51732007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5174
5175 * calc.texi (Predefined Units): Add some history.
5176
526dc846
MO
51772007-09-08 Michael Olson <mwolson@gnu.org>
5178
87e04f16
JB
5179 * erc.texi (Copying): New section included from gpl.texi.
5180 This matches the look of the upstream ERC manual.
526dc846 5181
f10d0e80
JB
51822007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5183
87e04f16 5184 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5185 (Random Numbers): Clarify the distribution of `random'.
5186
4009494e
GM
51872007-09-06 Glenn Morris <rgm@gnu.org>
5188
f1fc42aa 5189 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5190 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5191 Change all setfilename commands to use ../../info.
5192 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5193 refer to the Emacs manual here.
5194 (infodir): New variable.
5195 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5196 (cc-mode.texi, faq.texi): Update references to source file locations.
5197 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5198 do not refer to the Emacs manual here.
5199 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5200
5201 * Makefile.in: Add `basename' versions of all info targets, for
5202 convenience when rebuilding just one manual.
5203 (../etc/GNU): Delete obsolete target.
5204 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5205 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5206 *.vrs *.toc here...
5207 (maintainer-clean): ...from here.
4009494e
GM
5208
5209 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5210
2de53ca6
GM
52112007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5212
5213 * calc.texi (Date Conversions): Clarify definition of
5214 Julian day numbering.
5215 (Date Forms): Clarify definition of Julian day numbering;
5216 add some history.
5217
52182007-08-30 Carsten Dominik <dominik@science.uva.nl>
5219
87e04f16 5220 * org.texi: Version 5.07.
2de53ca6
GM
5221
52222007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5223
5224 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5225
52262007-08-22 Carsten Dominik <dominik@science.uva.nl>
5227
5228 * org.texi (Adding hyperlink types): New section.
5229 (Embedded LaTeX): Chapter updated because of LaTeX export.
5230 (LaTeX export): New section.
5231 (Using links out): New section.
5232
52332007-08-22 Glenn Morris <rgm@gnu.org>
5234
5235 * faq.texi (Learning how to do something): Refcards now in
5236 etc/refcards/ directory.
5237
52382007-08-22 Michael Albinus <michael.albinus@gmx.de>
5239
5240 * tramp.texi (Remote Programs): Persistency file must be cleared when
5241 changing `tramp-remote-path'.
5242 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5243 macro.
5244
52452007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5246
5247 * calc.texi: Move contents to beginning of file.
5248 (Algebraic Entry): Fix the formatting of an example.
5249
52502007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5251
5252 * calc.texi (Basic Operations on Units): Mention exact versus
5253 inexact conversions.
5254
52552007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5256
5257 * calc.texi (Basic Operations on Units): Mention default
5258 values for new units.
5259 (Quick Calculator Mode): Mention that binary format will
5260 be displayed.
5261
52622007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5263
5264 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5265
52662007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5267
5268 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5269
52702007-08-08 Glenn Morris <rgm@gnu.org>
5271
5272 * gnus.texi, sieve.texi: Replace `iff'.
5273
52742007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5275
5276 * calc.texi (Basic Graphics): Mention the graphing of error
5277 forms.
5278 (Graphics Options): Mention how `g s' handles error forms.
5279 (Curve Fitting): Mention plotting the curves.
5280 (Standard Nonlinear Models): Add additional models.
5281 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5282 (Linear Fits): Correct result.
5283
52842007-08-01 Alan Mackenzie <acm@muc.de>
5285
5286 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5287 to "--no-site-file".
5288
52892007-07-29 Michael Albinus <michael.albinus@gmx.de>
5290
5291 * tramp.texi (Frequently Asked Questions): Point to mode line
5292 extension in Emacs 23.1.
5293
5294 * trampver.texi: Update release number.
5295
52962007-07-27 Glenn Morris <rgm@gnu.org>
5297
5298 * calc.texi (Copying): Include license text from gpl.texi, rather than
5299 in-line.
5300
53012007-07-25 Glenn Morris <rgm@gnu.org>
5302
5303 * calc.texi (Copying): Replace license with GPLv3.
5304
5305 * Relicense all FSF files to GPLv3 or later.
5306
53072007-07-22 Michael Albinus <michael.albinus@gmx.de>
5308
5309 Sync with Tramp 2.1.10.
5310
5311 * tramp.texi (trampfn): Expand macro implementation in order to handle
5312 empty arguments.
5313 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 5314 occurrences by trampfn.
2de53ca6 5315 (Frequently Asked Questions): Extend example code for host
b2abec73 5316 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
5317 file names to be typed.
5318
5319 * trampver.texi: Update release number.
5320
53212007-07-17 Michael Albinus <michael.albinus@gmx.de>
5322
5323 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5324 section. Reported by <poti@potis.org>.
5325 (Remote processes): Arguments of the program to be debugged are taken
5326 literally.
5327 (Frequently Asked Questions): Simplify recentf example.
5328
53292007-07-14 Karl Berry <karl@gnu.org>
5330
5331 * info.texi (@copying): New Back-Cover Text.
5332
5333 * info.texi (Quitting Info): Move to proper place in source.
5334 (Reported by Benno Schulenberg.)
5335
53362007-07-13 Eli Zaretskii <eliz@gnu.org>
5337
5338 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5339
5340 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5341
5342 * emacs-mime.texi: Add @documentencoding directive.
5343
53442007-07-12 Nick Roberts <nickrob@snap.net.nz>
5345
5346 * tramp.texi (Remote processes): Add an anchor to the subsection
5347 "Running a debugger on a remote host".
5348
53492007-07-12 Michael Albinus <michael.albinus@gmx.de>
5350
5351 * tramp.texi (Remote processes): Don't call it "experimental" any
5352 longer. Add subsection about running a debugger on a remote host.
5353
53542007-07-10 Carsten Dominik <dominik@science.uva.nl>
5355
5356 * org.texi (Properties and columns): Chapter rewritten.
5357
53582007-07-08 Michael Albinus <michael.albinus@gmx.de>
5359
5360 * tramp.texi:
5361 * trampver.texi: Migrate to Tramp 2.1.
5362
53632007-07-02 Carsten Dominik <dominik@science.uva.nl>
5364
5365 * org.texi (Properties): New chapter.
5366
53672007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
5368
5369 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
5370 Control Panel.
5371
5372 * gnus.texi (Misc Article): Add index entry for
5373 gnus-single-article-buffer.
5374
53752007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
5376
5377 * gnus.texi (Starting Up): Fix typo.
5378
53792007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
5380
5381 * gnus.texi (Asynchronous Fetching): Fix typo.
5382
53832007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
5384
5385 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
5386 (About This Manual): Remove redundant information.
5387 (Getting Started): Mention author.
5388 (Basic Arithmetic, Customizing Calc): Make description of the
5389 variable `calc-multiplication-has-precedence' match its new effect.
5390
53912007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
5392
0c7efc08
SM
5393 * calc.texi (Basic Arithmetic, Customizing Calc):
5394 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
5395
53962007-06-19 Carsten Dominik <dominik@science.uva.nl>
5397
5398 * org.texi (Tag): Section swapped with node Timestamps.
5399 (Formula syntax for Lisp): Document new `L' flag.
5400
54012007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
5402
5403 * gnus.texi (Misc Group Stuff, Summary Buffer)
5404 (Server Commands, Article Keymap): Fix typo. s/function/command/.
5405
54062007-06-06 Juanma Barranquero <lekktu@gmail.com>
5407
5408 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
5409 * gnus.texi (Article Buttons, Mail Source Customization)
5410 (Sending or Not Sending, Customizing NNDiary):
5411 * message.texi (Message Headers):
5412 * mh-e.texi (HTML): Fix typos.
5413
54142007-06-07 Michael Albinus <michael.albinus@gmx.de>
5415
5416 Sync with Tramp 2.0.56.
5417
5418 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
5419 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
5420
54212007-06-02 Chong Yidong <cyd@stupidchicken.com>
5422
5423 * Version 22.1 released.
5424
54252007-05-26 Michael Olson <mwolson@gnu.org>
5426
5427 * erc.texi (Modules): Fix references to completion modules.
5428
54292007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
5430
5431 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
5432
54332007-05-09 Didier Verna <didier@xemacs.org>
5434
5435 * gnus.texi (Email Based Diary): New. Proper documentation for the
5436 nndiary back end and the gnus-diary library.
5437
54382007-05-03 Karl Berry <karl@gnu.org>
5439
5440 * .cvsignore (*.pdf): New entry.
5441
5442 * texinfo.tex: Update from current version for better pdf generation.
5443
54442007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
5445
5446 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
5447
54482007-04-28 Glenn Morris <rgm@gnu.org>
5449
5450 * faq.texi (New in Emacs 22): Restore mention of python.el pending
5451 consideration of legal status.
5452
54532007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
5454
5455 * idlwave.texi: Minor updates for IDLWAVE 6.1.
5456
54572007-04-24 Chong Yidong <cyd@stupidchicken.com>
5458
5459 * faq.texi (New in Emacs 22): python.el removed.
5460
54612007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
5462
5463 * calc.texi (Reporting bugs): Update maintainer's address.
5464
54652007-04-22 Chong Yidong <cyd@stupidchicken.com>
5466
5467 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
5468
54692007-04-15 Jay Belanger <belanger@truman.edu>
5470
5471 * calc.texi (Title page): Remove the date.
5472 (Basic Arithmetic): Emphasize that / binds less strongly than *.
5473 (The Standard Calc Interface): Change trail title.
5474 (Floats): Mention that when non-decimal floats are entered, only
5475 approximations are stored.
5476 (Copying): Move to the appendices.
5477 (GNU Free Documentation License): Add as an appendix.
5478
54792007-04-15 Chong Yidong <cyd@stupidchicken.com>
5480
5481 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
5482 * dired-x.texi, ebrowse.texi, ediff.texi:
5483 * emacs-mime.texi, erc.texi, eshell.texi:
5484 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
5485 * idlwave.texi, message.texi, newsticker.texi, org.texi:
5486 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
5487 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
5488 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
5489 * woman.texi: Include GFDL.
5490
5491 * doclicense.texi: Remove node heading, so that it can be included by
5492 other files.
5493
5494 * dired-x.texi: Relicence under GFDL. Remove date from title page.
5495
5496 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
5497 than *.
5498
54992007-04-14 Carsten Dominik <dominik@science.uva.nl>
5500
5501 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
5502 in Calc.
5503
55042007-04-09 Romain Francoise <romain@orebokech.com>
5505
5506 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
5507 Mac OS ports. Make it clear that mouse-1 complements and doesn't
5508 replace mouse-2.
5509
55102007-04-08 Chong Yidong <cyd@stupidchicken.com>
5511
5512 * woman.texi (Word at point, Interface Options): woman-topic-at-point
5513 renamed to woman-use-topic-at-point. Document new behavior.
5514
55152007-04-08 Richard Stallman <rms@gnu.org>
5516
5517 * url.texi: Fix some indexing.
5518 (Disk Caching): Drop discussion of old/other Emacs versions.
5519
55202007-04-07 Chong Yidong <cyd@stupidchicken.com>
5521
5522 * url.texi (Disk Caching): Say Emacs 21 "and later".
5523
5524 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
5525 on Font locking which now mentions JIT lock.
5526
55272007-04-01 Michael Olson <mwolson@gnu.org>
5528
5529 * erc.texi: Update for the ERC 5.2 release.
5530
55312007-03-31 David Kastrup <dak@gnu.org>
5532
5533 * woman.texi (Topic, Interface Options): Explain changes semantics of
5534 woman-manpath in order to consider MANPATH_MAP entries.
5535
55362007-03-31 Eli Zaretskii <eliz@gnu.org>
5537
5538 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
5539
55402007-03-26 Richard Stallman <rms@gnu.org>
5541
5542 * pgg.texi (Caching passphrase): Clean up previous change.
5543
55442007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
5545
5546 * gnus.texi (Setting Process Marks): Fix typo.
5547
55482007-03-25 Romain Francoise <romain@orebokech.com>
5549
5550 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
5551 readability, and include various fixes by Daniel Brockman, Nick Roberts
5552 and Dieter Wilhelm.
5553
55542007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
5555
5556 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
5557
5558 * gnus.texi (Mail Source Specifiers): Fix typo.
5559
55602007-03-22 Ralf Angeli <angeli@caeruleus.net>
5561
5562 * reftex.texi (Imprint): Update maintainer information.
5563
55642007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
5565
5566 * message.texi (Message Buffers): Update documentation for
5567 message-generate-new-buffers.
5568
55692007-03-15 Daiki Ueno <ueno@unixuser.org>
5570
5571 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
5572
55732007-03-21 Glenn Morris <rgm@gnu.org>
5574
5575 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
5576
55772007-03-19 Chong Yidong <cyd@stupidchicken.com>
5578
5579 * eshell.texi (Known problems): Emacs 21 -> 22.
5580
5581 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
5582
55832007-03-18 Jay Belanger <belanger@truman.edu>
5584
5585 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
5586
55872007-03-12 Glenn Morris <rgm@gnu.org>
5588
5589 * calc.texi (Time Zones): Switch to new North America DST rule.
5590
5591 * calc.texi: Replace "daylight savings" with "daylight
5592 saving" in text throughout.
5593
55942007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5595
5596 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
5597 The variable now uses a list of symbols instead of just a symbol.
5598 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
5599
56002007-03-06 Romain Francoise <romain@orebokech.com>
5601
5602 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
5603 new packages, and mention Gnus update.
5604
56052007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
5606
5607 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
5608 nntp-open-connection-functions-never-echo-commands.
5609
56102007-02-27 Chong Yidong <cyd@stupidchicken.com>
5611
5612 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
5613 problems on the console, and security risk in not using gpg-agent.
5614
56152007-02-25 Carsten Dominik <dominik@science.uva.nl>
5616
0c7efc08 5617 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
5618 Completely reorganized and rewritten.
5619 (CamelCase links): Section removed.
5620 (Repeating items): New section.
5621 (Tracking TODO state changes): New section.
5622 (Agenda views): Chapter reorganized and rewritten.
5623 (HTML export): Section rewritten.
5624 (Tables in arbitrary syntax): New section.
5625 (Summary): Better feature summary.
5626 (Activation): Document problem with cut-and-paste of Lisp code
5627 from PDF files.
5628 (Visibility cycling): Document indirect buffer use.
5629 (Structure editing): Document sorting.
5630 (Remember): Section rewritten.
5631 (Time stamps): Better description of time stamp types.
5632 (Tag searches): Document regular expression search for tags.
5633 (Stuck projects): New section.
5634 (In-buffer settings): New keywords.
5635 (History and Acknowledgments): Updated description.
5636
56372007-02-24 Alan Mackenzie <acm@muc.de>
5638
5639 * cc-mode.texi (Movement Commands): Insert two missing command names.
5640 (Getting Started): Slight wording correction (use conditional).
5641
56422007-02-22 Kim F. Storm <storm@cua.dk>
5643
5644 * widget.texi (User Interface, Basic Types): Document need to put some
5645 text before the %v escape in :format string in editable-field widget.
5646
56472007-02-18 Romain Francoise <romain@orebokech.com>
5648
5649 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
5650 `cvs-mode-quit'.
5651
56522007-02-10 Markus Triska <markus.triska@gmx.at>
5653
5654 * widget.texi (Programming Example): Put constant strings in :format.
5655
56562007-02-07 Juanma Barranquero <lekktu@gmail.com>
5657
5658 * faq.texi (Fullscreen mode on MS-Windows): New node.
5659
56602007-02-04 David Kastrup <dak@gnu.org>
5661
5662 * faq.texi (AUCTeX): Update version number. Should probably be done
5663 for other packages as well.
5664
56652007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5666
5667 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
5668 <tassilo@member.fsf.org>.
5669
56702007-01-27 Eli Zaretskii <eliz@gnu.org>
5671
5672 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
5673 ls-lisp-use-localized-time-format.
5674
56752007-01-20 Markus Triska <markus.triska@gmx.at>
5676
5677 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
5678
56792007-01-13 Michael Olson <mwolson@gnu.org>
5680
5681 * erc.texi (Modules): Mention capab-identify module.
5682
56832007-01-05 Michael Olson <mwolson@gnu.org>
5684
5685 * erc.texi (Getting Started): Update for /RECONNECT command.
5686
56872007-01-04 Richard Stallman <rms@gnu.org>
5688
5689 * ebrowse.texi: Change C-c b to C-c C-m.
5690
56912007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
5692
5693 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
5694 variables only in info to avoid redundant entries in the printed
5695 manual.
5696
56972007-01-02 Daiki Ueno <ueno@unixuser.org>
5698
5699 * message.texi (Using PGP/MIME): Document gpg-agent usage.
5700
57012007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
5702
5703 * message.texi (Security): Split into sub-nodes.
5704
57052007-01-01 Alan Mackenzie <acm@muc.de>
5706
5707 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
5708 eval-after-load in Emacs <=21 and a workaround. Document that
5709 trigraphs are not supported.
5710
57112007-01-01 Alan Mackenzie <acm@muc.de>
5712
5713 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
5714 c-context-line-break. When invoked within a string, preserve
5715 whitespace. Add a backslash only when also in a macro.
5716
57172007-01-01 Alan Mackenzie <acm@muc.de>
5718
5719 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
5720
57212007-01-01 Alan Mackenzie <acm@muc.de>
5722
5723 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
5724 are now bound by default to c-\(beginning\|end\)-of-defun by default.
5725
57262007-01-01 Alan Mackenzie <acm@muc.de>
5727
5728 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
5729 "Choosing a Style".
5730
5731 * cc-mode.texi ("Styles"): Add @dfn{style}.
5732
57332006-12-30 Michael Albinus <michael.albinus@gmx.de>
5734
5735 Sync with Tramp 2.0.55.
5736
5737 * trampver.texi: Update release number.
5738
57392006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5740
5741 * gnus.texi (Customizing Articles): Add index entries for all
5742 gnus-treat-* variables.
5743
c8763fb6 57442006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
5745
5746 * gnus.texi (IMAP): Fix incorrect explanation of
5747 nnimap-search-uids-not-since-is-evil in documentation for
5748 nnimap-expunge-search-string.
5749
57502006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
5751
5752 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
5753 spam-ifile-database.
5754
57552006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
5756
5757 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
5758 rebind C-s.
5759
c8763fb6 57602006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
5761
5762 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
5763 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
5764 "expiring mail".
5765 (IMAP): Document nnimap-search-uids-not-since-is-evil and
5766 nnimap-nov-is-evil.
5767
57682006-12-25 Kevin Ryde <user42@zip.com.au>
5769
5770 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
5771 about the key procedure being used heavily.
5772
57732006-12-24 Chong Yidong <cyd@stupidchicken.com>
5774
5775 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
5776 to t.
5777 (Prerequisites): Add explanation about gpg-agent.
5778
57792006-12-22 Kevin Ryde <user42@zip.com.au>
5780
5781 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
5782 "sort" instead of "sort*".
5783
57842006-12-19 Richard Stallman <rms@gnu.org>
5785
5786 * calc.texi (History and Acknowledgements): Recognize that Emacs
5787 now does have floating point.
5788
57892006-12-19 Michael Albinus <michael.albinus@gmx.de>
5790
5791 * tramp.texi (External transfer methods): Describe new method `scpc'.
5792
57932006-12-17 Sascha Wilde <wilde@sha-bang.de>
5794
5795 * pgg.texi: Added short note on gpg-agent to the introduction.
5796
57972006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
5798
5799 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
5800 also applies to Cc.
5801
58022006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
5803
5804 * gnus.texi (X-Face): Clarify. Say which programs are required
5805 on Windows.
5806
58072006-12-08 Michael Olson <mwolson@gnu.org>
5808
5809 * erc.texi (Modules): Remove documentation for list module.
5810
c8763fb6 58112006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
5812
5813 * faq.texi (^M in the shell buffer): Ditto.
5814
58152006-11-20 Michael Olson <mwolson@gnu.org>
5816
5817 * erc.texi: Call this the 5.2 stable pre-release of ERC.
5818
58192006-11-17 Carsten Dominik <dominik@science.uva.nl>
5820
5821 * org.texi: Fix typos.
5822 (Agenda commands): Document `C-k'.
5823
58242006-11-16 Eli Zaretskii <eliz@gnu.org>
5825
5826 * url.texi (http/https): Fix a typo in the HTTP URL.
5827
58282006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
5829
5830 * ada-mode.texi: Total rewrite.
5831
58322006-11-13 Carsten Dominik <dominik@science.uva.nl>
5833
5834 * org.texi: Minor typo fixes.
5835
58362006-11-13 Bill Wohler <wohler@newt.com>
5837
5838 Release MH-E manual version 8.0.3.
5839
5840 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5841 release 8.0.3.
5842
5843 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
5844 to set MAILDIR.
5845 (Reading Mail): Document the customization of read-mail-command
5846 for MH-E.
5847 (Viewing Attachments): Document mm-discouraged-alternatives.
5848 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
5849 (Junk): Add more information about the settings of mh-junk-background
5850 in a program. Add /usr/bin/mh to PATH in examples.
5851
58522006-11-12 Richard Stallman <rms@gnu.org>
5853
5854 * woman.texi: Update author address but say he no longer maintains it.
5855
58562006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
5857
5858 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
5859 archived trees.
5860 (Checkboxes): Section moved to chapter 5, and extended.
5861 (The date/time prompt): New section.
5862 (Link abbreviations): New section.
5863 (Presentation and sorting): New section.
5864 (Custom agenda views): Section completely rewritten.
5865 (Summary): Compare with Planner.
5866 (Feedback): More info about creating backtraces.
5867 (Plain lists): Modified example.
5868 (Breaking down tasks): New section.
5869 (Custom time format): New section.
5870 (Time stamps): Document inactive timestamps.
5871 (Setting tags): More details about fast tag selection.
5872 (Block agenda): New section.
5873 (Custom agenda views): Section rewritten.
5874 (Block agenda): New section.
5875
58762006-11-07 Michael Albinus <michael.albinus@gmx.de>
5877
5878 * tramp.texi (Configuration): scp is the default method.
5879 (Default Method): Use ssh as example for another method.
5880
58812006-10-27 Richard Stallman <rms@gnu.org>
5882
5883 * woman.texi: Downcase nroff/troff/roff.
5884 (Installation): Chapter deleted. Some xrefs deleted.
5885 (Background): woman doesn't advise man ;-).
5886
c8763fb6 58872006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
5888
5889 * ada-mode.texi (Project files, Identifier completion)
5890 (Automatic Casing, Debugging, Using non-standard file names)
5891 (Working Remotely): Fix typos.
5892
58932006-10-20 Masatake YAMATO <jet@gyve.org>
5894
0c7efc08 5895 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
5896 sample code `my-c-initialization-hook'.
5897
58982006-10-19 Stuart D. Herring <herring@lanl.gov>
5899
5900 * widget.texi: Fix typos.
5901
59022006-10-19 Michael Albinus <michael.albinus@gmx.de>
5903
5904 * tramp.texi (Frequently Asked Questions): Remove questions marked with
5905 "???". There have been no complaints for years, so the information
5906 must be appropriate.
5907
59082006-10-16 Richard Stallman <rms@gnu.org>
5909
5910 * widget.texi: Use @var instead of capitalization.
5911 Clarify many widget type descriptions.
5912
59132006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5914
5915 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
5916 gnus-dired-attach.
5917 (Selecting a Group): Fix typo.
5918
c8763fb6 59192006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
5920
5921 * widget.texi: Fix typos.
5922
59232006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
5924
5925 * gnus.texi (Image Enhancements): Update for Emacs 22.
5926
5927 * gnus-faq.texi ([1.3]): Update.
5928
59292006-10-06 Richard Stallman <rms@gnu.org>
5930
5931 * faq.texi (Displaying the current line or column):
5932 Delete "As of Emacs 20".
5933
59342006-10-06 Romain Francoise <romain@orebokech.com>
5935
5936 * faq.texi (VM): VM works with Emacs 22 too.
5937
59382006-10-06 Richard Stallman <rms@gnu.org>
5939
5940 * ebrowse.texi: Remove Emacs version "21" from title.
5941
59422006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
5943
5944 * gnus.texi (Foreign Groups): Say where change of editing commands are
5945 stored. Add reference to `gnus-parameters'.
5946
59472006-09-15 Jay Belanger <belanger@truman.edu>
5948
5949 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
5950 Change "Library Public License" to "Lesser Public License"
5951 throughout. Use "yyyy" to represent year.
5952
59532006-09-15 Carsten Dominik <dominik@science.uva.nl>
5954
5955 * org.texi (Setting tags): Typo fix.
5956
59572006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
5958
5959 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
5960
59612006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
5962
5963 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
5964
59652006-09-12 Paul Eggert <eggert@cs.ucla.edu>
5966
5967 * faq.texi (Escape sequences in shell output): EMACS is now set
5968 to Emacs's absolute file name, not to "t".
5969 (^M in the shell buffer): Likewise.
5970 * misc.texi (Interactive Shell): Likewise.
5971
59722006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
5973
5974 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
5975 mails with pop3-leave-mail-on-server. Fix wording.
5976 (Limiting): Improve gnus-summary-limit-to-articles.
5977 (X-Face): Fix typo.
5978
59792006-09-11 Simon Josefsson <jas@extundo.com>
5980
5981 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
5982 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
5983
59842006-09-06 Simon Josefsson <jas@extundo.com>
5985
5986 * smtpmail.texi (Authentication): Mention SSL.
5987
59882006-09-01 Eli Zaretskii <eliz@gnu.org>
5989
5990 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
5991 Don't use @indicateurl.
5992
5993 * cc-mode.texi (Subword Movement): Don't use @headitem.
5994 (Custom Braces, Clean-ups): Don't use @tie.
5995
59962006-08-29 Michael Albinus <michael.albinus@gmx.de>
5997
5998 Sync with Tramp 2.0.54.
5999
6000 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6001 Suggested by Adrian Phillips <a.phillips@met.no>.
6002
60032006-08-15 Carsten Dominik <dominik@science.uva.nl>
6004
6005 * org.texi (Installation, Activation): Split from Installation and
6006 Activation.
6007 (Clocking work time): Documented new features.
6008
60092006-08-13 Alex Schroeder <alex@gnu.org>
6010
6011 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6012 example.
6013
60142006-08-12 Eli Zaretskii <eliz@gnu.org>
6015
6016 * faq.texi (How to add fonts): New node.
6017
60182006-08-05 Romain Francoise <romain@orebokech.com>
6019
6020 * faq.texi (New in Emacs 22): Expand.
6021
60222006-08-03 Michael Olson <mwolson@gnu.org>
6023
6024 * erc.texi: Update for ERC 5.1.4.
6025
60262006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6027
6028 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6029 in .../site-lisp/gnus/ by default.
6030 [ From gnus-news.texi in the trunk. ]
6031
60322006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6033
6034 * gnus.texi (MIME Commands): Additions for yEnc.
6035
60362006-07-24 Richard Stallman <rms@gnu.org>
6037
6038 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6039 * faq.texi: Move periods and commas inside quotes.
6040
60412006-07-20 Jay Belanger <belanger@truman.edu>
6042
6043 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6044
60452006-07-18 Chong Yidong <cyd@stupidchicken.com>
6046
6047 * faq.texi (Security risks with Emacs): Document Emacs 22
6048 file-local-variable mechanism.
6049
60502006-07-12 Michael Olson <mwolson@gnu.org>
6051
6052 * erc.texi: Update for ERC 5.1.3.
6053
60542006-07-12 Alex Schroeder <alex@gnu.org>
6055
6056 * rcirc.texi: Fix typos.
6057 (Getting started with rcirc): New calling convention for M-x irc.
6058 Mention #rcirc. Removed channel tracking.
0c7efc08 6059 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6060 recently, eg. rcirc-server to rcirc-default-server. Added
6061 documentation for rcirc-authinfo, some background for Bitlbee, and
6062 rcirc-track-minor-mode.
0c7efc08 6063 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6064 Scrolling.
0c7efc08 6065 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6066 to match code changes.
6067
60682006-07-10 Nick Roberts <nickrob@snap.net.nz>
6069
6070 * gnus.texi, message.texi: Fix typos.
6071
60722006-07-07 Carsten Dominik <dominik@science.uva.nl>
6073
6074 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6075 commands.
6076 (Global TODO list): Document the use of the variables
6077 `org-agenda-todo-ignore-scheduled' and
6078 `org-agenda-todo-list-sublevels'.
6079
60802006-07-05 Richard Stallman <rms@gnu.org>
6081
6082 * faq.texi (Scrolling only one line): Fix xref.
6083
60842006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6085
6086 * faq.texi (Evaluating Emacs Lisp code):
6087 Throughout, replace eval-current-buffer with eval-buffer.
6088
60892006-07-03 Richard Stallman <rms@gnu.org>
6090
6091 * rcirc.texi (Scrolling conservatively): Fix xref.
6092
6093 * pcl-cvs.texi (Viewing differences): Usage fix.
6094
60952006-07-03 Carsten Dominik <dominik@science.uva.nl>
6096
6097 * org.texi (Agenda commands): Document `s' key to save all org-mode
6098 buffers.
6099
61002006-06-30 Ralf Angeli <angeli@caeruleus.net>
6101
6102 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6103 names. Mention `cvs-msg' face.
6104
61052006-06-29 Carsten Dominik <dominik@science.uva.nl>
6106
6107 * org.texi (Checkboxes): New section.
6108
61092006-06-28 Carsten Dominik <dominik@science.uva.nl>
6110
6111 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6112 throughout this chapter.
6113
61142006-06-27 Chong Yidong <cyd@stupidchicken.com>
6115
6116 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6117 text for standalone vs Emacs info.
6118 (Help): Clarify header line description. Use mouse-1 for clicks.
6119 (Help-P): Use mouse-1 for clicks.
6120 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6121 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6122 (Choose menu subtopic): Remove gratuitous Emacs command names.
6123 (Help-FOO): Put usual behavior first.
6124 (Help-Xref): Clicking on xrefs works in Emacs.
6125 (Search Text): Clarify what the default behavior is.
6126 (Create Info buffer): Fix Emacs window/X window confusion.
6127 (Emacs Info Variables): Fix for new Emacs init file behavior.
6128
61292006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6130
6131 * gnus.texi (Summary Buffer Lines): Fix typo.
6132
61332006-06-23 Carsten Dominik <dominik@science.uva.nl>
6134
6135 * org.texi (Embedded LaTeX): New chapter.
6136 (Archiving): Section rewritten.
6137 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6138
61392006-06-20 Bill Wohler <wohler@newt.com>
6140
6141 Release MH-E manual version 8.0.1.
6142
6143 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6144 release 8.0.1.
6145 (Preface): Depend on GNU mailutils 1.0 and higher.
6146
61472006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6148
6149 * message.texi (News Headers): Update message-syntax-checks section.
6150
61512006-06-19 Karl Berry <karl@gnu.org>
6152
6153 * info.texi (Advanced): Mention C-q, especially with ?.
6154
61552006-06-19 Carsten Dominik <dominik@science.uva.nl>
6156
6157 * org.texi (Publishing links): Document the `:link-validation-function'
6158 property.
6159 (Extensions and Hacking): New chapter, includes some sections of the
6160 "Miscellaneous" chapter.
6161
61622006-06-10 Carsten Dominik <dominik@science.uva.nl>
6163
6164 * org.texi (Progress logging): New section.
6165
2de53ca6
GM
61662006-06-06 Carsten Dominik <dominik@science.uva.nl>
6167
6168 * org.texi (ASCII export): Document indentation adaptation.
6169 (Setting tags): Document mutually-exclusive tags.
6170
61712006-06-05 Romain Francoise <romain@orebokech.com>
6172
6173 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6174 Fix typo.
6175
6176 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6177 channel (#gnus@irc.freenode.net).
6178 Fix typos. Update copyright notice.
6179
6180 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6181 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6182 (Line-Up Functions, Custom Macros):
6183 * ediff.texi (Window and Frame Configuration)
dccb744b 6184 (Highlighting Difference Regions):
2de53ca6
GM
6185 * emacs-mime.texi (Display Customization):
6186 * erc.texi (History):
6187 * eshell.texi (Known problems):
6188 * eudc.texi (Overview, BBDB):
6189 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6190 (The problem of spam, SpamOracle, Extending the Spam package)
6191 (Conformity, Terminology):
dccb744b 6192 * idlwave.texi (Routine Info)
2de53ca6
GM
6193 (Class and Keyword Inheritance, Padding Operators)
6194 (Breakpoints and Stepping, Electric Debug Mode)
6195 (Examining Variables, Troubleshooting):
6196 * org.texi (Creating timestamps):
6197 * reftex.texi (Commands, Options, Changes):
6198 * tramp.texi (Inline methods, Password caching)
6199 (Auto-save and Backup, Issues):
6200 * vip.texi (Files, Commands in Insert Mode):
6201 * viper.texi (Emacs Preliminaries, States in Viper)
6202 (Packages that Change Keymaps, Viper Specials, Groundwork):
6203 Fix various typos.
6204
62052006-05-31 Michael Ernst <mernst@alum.mit.edu>
6206
6207 * ediff.texi: Fix typos.
6208
62092006-05-30 Carsten Dominik <dominik@science.uva.nl>
6210
6211 * org.texi: Small typo fixes.
6212
fff84c22
JB
62132006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6214
6215 * viper.texi (Viper Specials):
6216 * gnus.texi (Example Setup):
6217 * faq.texi (Backspace invokes help):
6218 * dired-x.texi (Optional Installation Dired Jump):
6219 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6220 follow coding conventions.
6221
2de53ca6
GM
62222006-05-29 Michael Albinus <michael.albinus@gmx.de>
6223
6224 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6225
62262006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6227
6228 * pcl-cvs.texi: Fix typos.
6229 (Customization): Say "us".
6230
62312006-05-26 Eli Zaretskii <eliz@gnu.org>
6232
6233 * org.texi: Remove bogus @setfilename.
6234
62352006-05-26 Carsten Dominik <dominik@science.uva.nl>
6236
6237 * org.texi (ASCII export): Omit command name.
6238 (HTML export): Add prefix to all lines in Local Variable example.
6239 (Acknowledgments): Typeset names in italics.
6240
62412006-05-24 Carsten Dominik <dominik@science.uva.nl>
6242
6243 * org.texi (Plain lists): Add new item navigation commands.
6244 (External links): Document elisp and info links.
6245 (Custom searches): New section.
6246 (Publishing): New chapter.
6247 (HTML export): Include a list of supported CSS classes.
6248 (Setting tags): Describe the fast-tag-setting interface.
6249
62502006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6251
6252 * dired-x.texi: ifinfo -> ifnottex.
6253
62542006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6255
6256 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6257
62582006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6259
6260 * message.texi (Interface): Add tool bar customization.
6261 (MIME): Index and text additions for mml-attach.
6262 (MIME): Describe mml-dnd-protocol-alist and
6263 mml-dnd-attach-options.
6264
6265 * gnus.texi (Oort Gnus): Reorder entries in sections.
6266 Fix some entries.
6267 (Starting Up): Add references to "Emacs for Heathens" and to
6268 "Finding the News". Add user-full-name and user-mail-address.
6269 (Group Buffer Format): Add tool bar customization and update.
6270 (Summary Buffer): Add tool bar customization.
6271 (Posting Styles): Add message-alternative-emails.
6272
62732006-05-09 Michael Albinus <michael.albinus@gmx.de>
6274
6275 * tramp.texi (Filename completion): Improve wording.
6276
62772006-05-07 Romain Francoise <romain@orebokech.com>
6278
6279 * faq.texi (Using regular expressions): Fix typo.
6280 (Packages that do not come with Emacs): Fix capitalization.
6281 (Replacing text across multiple files): Expand node to explain how
6282 to use `dired-do-query-replace-regexp' in more detail, based on
6283 suggestion by Eric Hanchrow <offby1@blarg.net>.
6284
62852006-05-06 Michael Albinus <michael.albinus@gmx.de>
6286
6287 * tramp.texi (Filename completion): Completion of remote files'
6288 method, user name and host name is active only in partial
6289 completion mode.
6290
62912006-05-06 Bill Wohler <wohler@newt.com>
6292
6293 Release MH-E manual version 8.0.
6294
6295 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6296 release 8.0.
6297
62982006-05-06 Bill Wohler <wohler@newt.com>
6299
6300 * mh-e.texi (MH-BOOK-HOME): Change from
6301 http://www.ics.uci.edu/~mh/book/mh to
6302 http://rand-mh.sourceforge.net/book/mh.
6303 Replace .htm suffix with .html for MH book files.
6304 (Using This Manual): Update key binding for getting relevant
6305 chapter in Info from command key.
6306 (Ranges): Fix itemx.
6307
63082006-05-05 Karl Berry <karl@gnu.org>
6309
6310 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6311 (\fonttextsize): New user-level command to change text font size.
6312
63132006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6314
6315 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
6316
63172006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6318
6319 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6320
63212006-04-24 Bill Wohler <wohler@newt.com>
6322
6323 * mh-e.texi (Getting Started): Make it more explicit that you need
6324 to install MH. Add pointers to current MH implementations.
6325
63262006-04-21 Bill Wohler <wohler@newt.com>
6327
6328 Release MH-E manual version 7.94.
6329
6330 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6331 release 7.94.
6332
63332006-04-21 Carsten Dominik <dominik@science.uva.nl>
6334
6335 * org.texi: Many small fixes.
6336 (Handling links): Rename from "Managing links".
6337
63382006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
6339
6340 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6341 (Splitting mail using spam-stat): Fix @xref.
6342
63432006-04-20 Chong Yidong <cyd@stupidchicken.com>
6344
6345 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 6346 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
6347
63482006-04-20 Carsten Dominik <dominik@science.uva.nl>
6349
6350 * org.texi (Time stamps): Better explanation of the purpose of
6351 different time stamps.
6352 (Structure editing, Plain lists): More details on how new items
6353 and headings are inserted.
6354
63552006-04-18 Carsten Dominik <dominik@science.uva.nl>
6356
6357 * org.texi (Formula syntax): Fix link to Calc Manual.
6358
63592006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
6360
6361 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
6362
63632006-04-17 Bill Wohler <wohler@newt.com>
6364
6365 * mh-e.texi (Folders): Update mh-before-quit-hook and
6366 mh-quit-hook example with code that removes the buffers rather
6367 than just bury them.
6368
63692006-04-17 Michael Albinus <michael.albinus@gmx.de>
6370
6371 Sync with Tramp 2.0.53.
6372
63732006-04-13 Carsten Dominik <dominik@science.uva.nl>
6374
6375 * org.texi (Updating settings): New section.
6376 (Visibility cycling): Better names for the startup folding
6377 options.
6378 (Exporting): Completely restructured.
6379 (The very busy C-c C-c key): New section.
6380 (Summary of in-buffer settings): New section.
6381
63822006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
6383
6384 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
6385
63862006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6387
6388 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
6389 (Server Commands): Key `v' is reserved for users.
6390
63912006-04-11 Carsten Dominik <dominik@science.uva.nl>
6392
6393 * org.texi (Link format): New section, emphasis on bracket links.
6394 (External links): Document bracket links.
6395 (FAQ): Expand to cover shell links and the new link format.
6396
63972006-04-09 Kevin Ryde <user42@zip.com.au>
6398
6399 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
6400
64012006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6402
6403 * gnus.texi (Summary Buffer Lines): Add `*'.
6404
c8763fb6 64052006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
6406
6407 * gnus.texi (Group Parameters):
6408 Mention gnus-permanently-visible-groups.
6409
64102006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
6411
6412 * gnus.texi (Face): Fix typo.
6413
64142006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
6415
6416 * gnus.texi (X-Face): Clarify.
6417 (Face): Need Emacs with PNG support.
6418
64192006-04-06 Richard Stallman <rms@gnu.org>
6420
6421 * idlwave.texi: Delete the blocks "not suitable for inclusion with
6422 Emacs".
6423
64242006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
6425
6426 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
6427 blocks not suitable for inclusion with Emacs using variable
6428 PARTOFEMACS.
6429
64302006-04-04 Simon Josefsson <jas@extundo.com>
6431
6432 * gnus.texi (Security): Improve.
6433
64342006-04-02 Bill Wohler <wohler@newt.com>
6435
6436 * mh-e.texi (Getting Started, Junk, Bug Reports)
6437 (MH FAQ and Support): Fix URLs.
6438
64392006-03-31 Romain Francoise <romain@orebokech.com>
6440
6441 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
6442 to t, not nil (and has for the past eight years).
6443
64442006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
6445
6446 * message.texi, gnus.texi: Bump version to 5.11.
6447
64482006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
6449
6450 * gnus.texi (Top): Add comment about version line.
6451
6452 * message.texi (Top): Ditto. Change to take named versions into
6453 account.
6454
64552006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
6456
6457 * gnus.texi (Posting Styles): Add x-face-file to example.
6458 (X-Face): Refer to posting styles.
6459
6460 * gnus-faq.texi ([5.8]): Add x-face-file.
6461 ([8.4]): Add links to gmane.emacs.gnus.user and
6462 gmane.emacs.gnus.general.
6463
64642006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
6465
6466 * gnus-faq.texi: Use .invalid.
6467 ([5.4]): Fix gnus-posting-styles example.
6468
64692006-03-27 Romain Francoise <romain@orebokech.com>
6470
6471 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
6472 Emacs/W3 needs a new maintainer.
6473 (Ispell): Update author and version info.
6474 (Mailcrypt): Mention PGG.
6475 (New in Emacs 22): Add PGG to the list of new packages.
6476 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
6477 updating dead URLs.
6478
64792006-03-25 Karl Berry <karl@gnu.org>
6480
6481 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
6482 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
6483 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
6484 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
6485 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
6486 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
6487 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
6488 (2) do not indent copyright year list (or anything else).
6489
64902006-03-21 Bill Wohler <wohler@newt.com>
6491
6492 * mh-e.texi (Folders): Various edits.
6493
64942006-03-20 Romain Francoise <romain@orebokech.com>
6495
6496 * gnus.texi (Mail Folders): Grammar fix.
6497
64982006-03-19 Bill Wohler <wohler@newt.com>
6499
6500 * mh-e.texi (Replying): Document Mail-Followup-To.
6501 Change manually-formatted table to multitable. Add debugging info.
6502 Move description of mh-reply-default-reply-to into paragraph
6503 that describes its values.
6504
65052006-03-17 Bill Wohler <wohler@newt.com>
6506
10d1d0af 6507 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
6508 (Sending Mail Tour): Update method of entering
6509 addresses and subject.
6510 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
6511 (Adding Attachments, Searching): Update screenshots for Emacs 22.
6512
65132006-03-15 Carsten Dominik <dominik@science.uva.nl>
6514
6515 * org.texi: Version number change only.
6516
65172006-03-14 Bill Wohler <wohler@newt.com>
6518
6519 * mh-e.texi: Add index entries around each paragraph rather than
6520 depend on entries from beginning of node. Doing so ensures that
6521 index entries are less likely to be forgotten if text is cut and
6522 pasted, and are necessary anyway if the references are on a
6523 separate page. It seems that makeinfo is now (v. 4.8) only
6524 producing one index entry per node, so there is no longer any
6525 excuse not to. Use subheading instead of heading. The incorrect
6526 use of heading produced very large fonts in Info--as large as the
6527 main heading.
6528 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
6529 versions 6 and 7 appeared *around* the time of these Emacs releases.
6530
65312006-03-13 Carsten Dominik <dominik@science.uva.nl>
6532
6533 * org.texi (Clean view): Document new startup options.
6534
65352006-03-11 Bill Wohler <wohler@newt.com>
6536
6537 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
6538 (Composing, Scan Line Formats): Fix @refs.
6539 (Getting Started): Define MH profile and MH profile components.
6540 (Incorporating Mail, Reading Mail, Viewing, Printing)
6541 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
6542 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
6543 for string constants.
6544 (Tool Bar): Remove spurious quote.
6545 (Junk): Use ``...'' instead of "...".
6546 (Scan Line Formats): Replace @samp with @kbd.
6547
65482006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
6549
6550 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
6551
65522006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6553
6554 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
6555 easy to understand.
6556
65572006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
6558
6559 * gnus.texi: Markup fix.
6560 (Fancy Mail Splitting): Specify new feature.
6561
65622006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
6563
6564 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
6565 partial-words matching.
6566
65672006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
6568
6569 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
6570
6571 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
6572 (MIME Commands): Fix mm-discouraged-alternatives.
6573
65742006-03-07 Carsten Dominik <dominik@science.uva.nl>
6575
6576 * org.texi: Version number change only.
6577
65782006-03-06 Bill Wohler <wohler@newt.com>
6579
6580 * mh-e.texi: Move from SourceForge repository to Savannah.
6581 This is version 7.93, which is a total rewrite from the previous
6582 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
6583 version 7.93.
6584
65852006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
6586
6587 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
6588
65892006-03-01 Carsten Dominik <dominik@science.uva.nl>
6590
6591 * org.texi (Interaction): Add item about `org-mouse.el' by
6592 Piotr Zielinski.
6593 (Managing links): Document that also mouse-1 can be used to
6594 activate a link.
6595 (Headlines, FAQ): Add entry about hiding leading stars.
6596 (Miscellaneous): Resort the sections in this chapter to a more
6597 logical sequence.
6598
65992006-02-27 Simon Josefsson <jas@extundo.com>
6600
6601 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
6602 2004-01-27 from the trunk).
6603
66042006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6605
6606 * cc-mode.texi: Rename c-hungry-backspace to
6607 c-hungry-delete-backwards, at the request of RMS. Leave the old
6608 name as an alias.
6609
66102006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6611
6612 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
6613 include the function header within the defun.
6614
66152006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6616
6617 * cc-mode.texi: Correct two typos.
6618
66192006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6620
6621 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
6622 existing comment.
6623 (Electric Keys): Add a justification for electric indentation.
6624 (Hungry WS Deletion): Clear up the names and complications of the
6625 BACKSPACE and DELETE keys.
6626
66272006-02-23 Juri Linkov <juri@jurta.org>
6628
6629 * faq.texi (Common requests): Move `Turning on auto-fill by
6630 default' after `Wrapping words automatically'. Move `Working with
6631 unprintable characters' before `Searching for/replacing newlines'.
6632 Move `Replacing highlighted text' after `Highlighting a region'.
6633 Merge `Repeating commands' and `Repeating a command as many times
6634 as possible' into the former.
6635 (Packages that do not come with Emacs): Add refs to Gmane and
6636 etc/MORE.STUFF.
6637
66382006-02-23 Juri Linkov <juri@jurta.org>
6639
6640 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
6641 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
6642 Add xref to `(emacs)Reporting Bugs'.
6643 (Getting a printed manual): Add URL to other formats of the manual.
6644 (Common requests): Fix menu.
6645 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
6646 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
6647 (Inserting text at the beginning of each line): Add pxref to
6648 `Changing the included text prefix'.
6649 (Forcing the cursor to remain in the same column): Mention `track-eol'
6650 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
6651 (Replacing text across multiple files): Add keybinding `Q' for
6652 `dired-do-query-replace'.
6653
66542006-02-22 Carsten Dominik <dominik@science.uva.nl>
6655
6656 * reftex.texi: Version number and date change only.
6657
6658 * org.texi (Internal Links): Rewrite to cover the modified
6659 linking system.
6660
66612006-02-17 Eli Zaretskii <eliz@gnu.org>
6662
6663 * faq.texi: Remove the coding cookie, it's not needed anymore.
6664
66652006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6666
6667 * faq.texi (Colors on a TTY): Mention Mac OS port.
6668
66692006-02-12 Karl Berry <karl@gnu.org>
6670
6671 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
6672 8-bit accented a.
6673
66742006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
6675
6676 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
6677
66782006-02-08 Romain Francoise <romain@orebokech.com>
6679
6680 * faq.texi (Top): Remove paragraph about the FAQ being a
6681 transitional document, etc.
6682 (Searching for/replacing newlines): New node.
6683 (Yanking text in isearch): New node.
6684 (Inserting text at the beginning of each line): Rename and make
6685 more general, mention `M-;' in Message mode.
6686
66872006-02-07 Luc Teirlinck <teirllm@auburn.edu>
6688
6689 * faq.texi (Meta key does not work in xterm)
6690 (Emacs does not display 8-bit characters)
6691 (Inputting eight-bit characters): Update xrefs.
6692
66932006-02-06 Romain Francoise <romain@orebokech.com>
6694
6695 * faq.texi (VM): VM now at version 7.19.
6696 Set myself as maintainer of this file.
6697
66982006-02-04 Michael Olson <mwolson@gnu.org>
6699
6700 * erc.texi (History): Note that ERC is now included with Emacs.
6701
67022006-01-31 Romain Francoise <romain@orebokech.com>
6703
6704 * message.texi (Message Headers): Explain what
6705 `message-alternative-emails' does in more detail.
6706 Update copyright year.
6707
67082006-01-30 Juanma Barranquero <lekktu@gmail.com>
6709
6710 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
6711
67122006-01-29 Richard M. Stallman <rms@gnu.org>
6713
6714 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
6715
67162006-01-29 Michael Olson <mwolson@gnu.org>
6717
6718 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
6719
6720 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
6721
6722 * faq.texi (New in Emacs 22): Mention ERC.
6723
67242006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6725
6726 * rcirc.texi: Capitalize dir entry for consistency with the entry
6727 in info/dir and other entries in the Emacs category.
6728 Fix typos. Delete trailing whitespace.
6729
c8763fb6 67302006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
6731
6732 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
6733
67342006-01-27 Eli Zaretskii <eliz@gnu.org>
6735
6736 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
6737 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
6738
6739 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
6740 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
6741
67422006-01-27 Alex Schroeder <alex@gnu.org>
6743
6744 * rcirc.texi: New file.
6745
67462006-01-23 Juri Linkov <juri@jurta.org>
6747
6748 * widget.texi (User Interface): Add S-TAB for widget-backward.
6749
67502006-01-22 Michael Albinus <michael.albinus@gmx.de>
6751
6752 Sync with Tramp 2.0.52.
6753
6754 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
6755 Add Tramp disabling item. New item for common connection problems.
6756 (various): Apply "ftp" as method for the download URL.
6757 (Bug Reports): Refer to FAQ for common problems.
6758
67592006-01-21 Eli Zaretskii <eliz@gnu.org>
6760
6761 * widget.texi (User Interface): Use @key for TAB.
6762
6763 * ses.texi (Formulas, Printer functions): Use @key for TAB.
6764
6765 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
6766 for TAB.
6767
6768 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
6769
67702006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6771
6772 * gnus.texi: Update copyright.
6773
67742006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
6775
6776 * gnus.texi (Article Washing): Additions.
6777
2de53ca6
GM
67782006-01-13 Carsten Dominik <dominik@science.uva.nl>
6779
6780 * org.texi (Agenda commands): Document tags command.
6781
67822006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6783
6784 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
6785
67862006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6787
6788 * gnus.texi (RSS): Addition.
6789
67902005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6791
6792 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
6793
67942005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
6795
6796 * emacs-mime.texi (Display Customization): Add setting example to
6797 mm-discouraged-alternatives.
6798
67992006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6800
6801 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
6802 version is the canonical version.
6803
68042006-01-08 Alex Schroeder <alex@gnu.org>
6805
6806 * pgg.texi (Caching passphrase): Rewording.
6807
68082006-01-06 Eli Zaretskii <eliz@gnu.org>
6809
6810 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
6811 repository URL.
6812
68132006-01-06 Carsten Dominik <dominik@science.uva.nl>
6814
6815 * org.texi: Removed the accidentally re-added empty line in the
6816 direntry.
6817
68182006-01-05 Carsten Dominik <dominik@science.uva.nl>
6819
6820 * org.texi (Agenda Views): Chapter reorganized.
6821
68222005-12-29 Romain Francoise <romain@orebokech.com>
6823
6824 * faq.texi (Using Customize): New node.
6825
68262005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6827
6828 * org.texi: Remove blank line in @direntry. It is non-standard
6829 and recursively produces blank lines all over the dir file (when
6830 using Texinfo 4.8).
6831
68322005-12-21 Luc Teirlinck <teirllm@auburn.edu>
6833
6834 * widget.texi (atoms): Delete obsolete remark about `file' widget.
6835
68362005-12-20 Carsten Dominik <dominik@science.uva.nl>
6837
6838 * org.texi (Tags): Boolean logic documented.
6839 (Agenda Views): Document custom commands.
6840
68412005-12-20 David Kastrup <dak@gnu.org>
6842
6843 * faq.texi (AUCTeX): Update version and mailing list info.
6844
68452005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
6846
6847 * gnus.texi (MIME Commands): Mention addition of
6848 multipart/alternative to gnus-buttonized-mime-types and add xref
6849 to mm-discouraged-alternatives.
6850
6851 * emacs-mime.texi (Display Customization): Mention addition of
6852 "image/.*" and add xref to gnus-buttonized-mime-types in the
6853 mm-discouraged-alternatives section.
6854
68552005-12-16 Carsten Dominik <dominik@science.uva.nl>
6856
6857 * org.texi (Tags): New section.
6858 (Agenda Views): Chapter reorganized.
6859
68602005-12-16 Eli Zaretskii <eliz@gnu.org>
6861
6862 * org.texi (Internal Links): Add a missing comma after an @xref.
6863
68642005-12-14 Chong Yidong <cyd@stupidchicken.com>
6865
6866 * faq.texi (Filling paragraphs with a single space): No need to
6867 change sentence-end now.
6868
68692005-12-13 Romain Francoise <romain@orebokech.com>
6870
6871 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
6872
68732005-12-12 Jay Belanger <belanger@truman.edu>
6874
6875 * faq.texi (Calc): Update version number.
6876
68772005-12-12 Carsten Dominik <dominik@science.uva.nl>
6878
6879 * org.texi (Progress Logging): New section.
6880
68812005-12-10 Romain Francoise <romain@orebokech.com>
6882
6883 Update the Emacs FAQ for the 22.1 release.
6884
6885 * faq.texi: Set VER to `22.1'.
6886 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
6887 Tutorial. Mention that `C-h r' displays the manual.
6888 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
6889 (Getting a printed manual): Point to the new locations of the
6890 manuals on the GNU Web site.
6891 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
6892 available via Info (it was previously distributed separately).
6893 (Installing Texinfo documentation): The latest version of Texinfo
6894 is 4.8, not 4.0.
6895 (Informational files for Emacs): COPYING is the GNU General Public
6896 License, not the Emacs General Public License.
6897 (Informational files for Emacs): Delete obsolete link to the
6898 GNUinfo pages as they have been removed from the GNU Web site.
6899 (New in Emacs 22): New node.
6900 (Setting up a customization file): Say that most packages support
6901 Customize nowadays.
6902 (Colors on a TTY): Delete reference to instructions on how to
6903 enable syntax highlighting, it is now enabled by default.
6904 (Turning on abbrevs by default): Emacs now reads the abbrevs file
6905 at startup automatically.
6906 (Controlling case sensitivity): Mention `M-c' in isearch.
6907 (Using an already running Emacs process): Emacs now creates the
6908 socket in `/tmp/emacsUID'. Fix typos. Change default location of
6909 gnuserv. As emacsclient can now run Lisp code as well, delete a
6910 sentence praising gnuserv for that. Simplify description of how
6911 the client/server operation works.
6912 (Compiler error messages): Delete obsolete text (compile.el has
6913 been rewritten).
6914 (Indenting switch statements): Fix typo.
6915 (Matching parentheses): Simplify setup instructions, mention the
6916 menu bar item in the Options menu.
6917 (Repeating a command as many times as possible): Mention `C-x e'.
6918 (Going to a line by number): Mention new keymap and bindings
6919 `M-g M-g', `M-g M-p' and `M-g M-n'.
6920 (Turning on syntax highlighting): Now on by default. Simplify.
6921 (Replacing highlighted text): Use `1', not `t'.
6922 (Problems with very large files): The maximum size is now 256MB on
6923 32-bit machines.
6924 (^M in the shell buffer): Mention `comint-process-echoes'.
6925 (Emacs for Apple computers): Emacs 22 has native support for Mac
6926 OS X.
6927 (Translating names to IP addresses): Delete node.
6928 (Binding keys to commands): Fix typo.
6929 (SPC no longer completes file names): New node.
6930 (MIME with Emacs mail packages): Delete section about the Emacs
6931 MIME FAQ (it's not reachable anymore).
6932
69332005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6934
6935 * cc-mode.texi: The manual has been extensively revised: the
6936 information about using CC Mode has been separated from the larger
6937 and more difficult chapters about configuration. It has been
6938 updated for CC Mode 5.31.
6939
69402005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6941
6942 * pgg.texi (User Commands): Fix description of pgg-verify-region.
6943 (Selecting an implementation): Fix descriptions.
6944
69452005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
6946
6947 * message.texi (Various Message Variables): Addition.
6948
69492005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
6950
6951 * message.texi: Fix default values.
6952
69532005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6954
6955 * message.texi (Header Commands): Clarify descriptions of
6956 message-cross-post-followup-to, message-reduce-to-to-cc, and
6957 message-insert-wide-reply.
6958 (Various Commands): Fix kindex for message-kill-to-signature;
6959 clarify description of message-tab.
6960
69612005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6962
6963 * message.texi (Mailing Lists): Fix description about MFT.
6964
6965 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
6966
69672005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
6968
6969 * gnus.texi (Slow Terminal Connection): Replace old description
6970 with new one.
6971
69722005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
6973
6974 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
6975 replace X-Draft-Headers with X-Draft-From.
6976
69772005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
6978
6979 * gnus.texi (Various Various): Fix the default value of
6980 nnheader-max-head-length.
6981 (Gnus Versions): Fix typo.
6982
69832005-12-08 Carsten Dominik <dominik@science.uva.nl>
6984
6985 * org.texi (Structure editing): Document new functionality of
6986 M-RET.
6987
69882005-12-06 Luc Teirlinck <teirllm@auburn.edu>
6989
6990 * org.texi (Internal Links): Fix Texinfo usage.
6991
69922005-12-06 Carsten Dominik <dominik@science.uva.nl>
6993
6994 * org.texi (TODO basics): Document the global todo list.
6995 (TODO items): Documents sparse tree for specific TODO
6996 keywords.
6997
69982005-11-30 Carsten Dominik <dominik@science.uva.nl>
6999
7000 * org.texi (Plain Lists): Typos fixed.
7001
70022005-11-28 Jay Belanger <belanger@truman.edu>
7003
7004 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7005
70062005-11-24 Carsten Dominik <dominik@science.uva.nl>
7007
7008 * org.texi (Structure editing): New item moving commands added.
7009 (Plain Lists): New section.
7010
70112005-11-18 Carsten Dominik <dominik@science.uva.nl>
7012
7013 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7014 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7015 `org-agenda-file-to-front'.
2de53ca6
GM
7016 (Built-in table editor): Document `org-table-sort-lines'.
7017 (HTML formatting): Export of hand-formatted lists.
7018
70192005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7020
7021 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7022 new variable gnus-toolbar-thickness.
7023
70242005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7025
7026 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7027
70282005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7029
7030 * gnus.texi (X-Face): Fix description.
7031 (XVarious): Remove gnus-xmas-logo-color-alist and
7032 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7033
70342005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7035
7036 * gnus.texi (Group Parameters): Mention new variable
7037 gnus-parameters-case-fold-search.
7038 (Home Score File): Addition.
7039
70402005-11-04 Ulf Jasper <ulf.jasper@web.de>
7041
7042 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7043 (Overview): List supported feed types.
7044 (Installation): No installation necessary when using autoload.
7045 (Configuration): Rename "RSS" to "news".
7046
70472005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7048
7049 * pgg.texi (User Commands): Document additional passphrase
7050 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7051 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7052
70532005-11-04 Carsten Dominik <dominik@science.uva.nl>
7054
7055 * org.texi: Version number changed to 3.19.
7056
70572005-10-29 Sascha Wilde <wilde@sha-bang.de>
7058
7059 * pgg.texi (How to use): Update the example to add autoload of
7060 pgg-encrypt-symmetric-region.
7061 (User Commands): Document pgg-encrypt-symmetric-region.
7062 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7063
70642005-10-27 Jay Belanger <belanger@truman.edu>
7065
7066 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7067 mention other TeX-related units.
7068
70692005-10-23 Lars Hansen <larsh@soem.dk>
7070
0c7efc08
SM
7071 * dired-x.texi (Miscellaneous Commands):
7072 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7073 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7074
70752005-10-23 Jay Belanger <belanger@truman.edu>
7076
7077 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7078 constant.
7079
70802005-10-23 Michael Albinus <michael.albinus@gmx.de>
7081
0c7efc08
SM
7082 * faq.texi (Bugs and problems):
7083 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7084 `directory-listing-before-filename-regexp'.
7085
70862005-10-22 Eli Zaretskii <eliz@gnu.org>
7087
7088 * newsticker.texi (UPDATED): Set value.
7089
70902005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7091
7092 * gnus.texi (Document Groups): Remove duplicate item.
7093
70942005-10-21 Carsten Dominik <dominik@science.uva.nl>
7095
7096 * org.texi (Summary): Mention iCalendar support.
7097 (Exporting): Document iCalendar support.
7098
70992005-10-18 Romain Francoise <romain@orebokech.com>
7100
7101 * viper.texi (Viper Specials): Capitalize GNU.
7102
71032005-10-17 Juri Linkov <juri@jurta.org>
7104
7105 * info.texi (Getting Started, Search Index, Expert Info):
7106 Fix wording.
7107 (Search Text): Replace `echo area' with `mode line'.
7108 (Search Index): Both `i' and `,' find all index entries.
7109 Replace example `C-f' with `C-l' (which exists in index of Info
7110 manual) and delete spaces in its keyboard input sequence.
7111 Delete unnecessary explanations about literal characters.
7112
71132005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7114
7115 * gnus.texi (Document Server Internals): Addition.
7116
71172005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7118
7119 * gnus.texi (A note on namespaces): Fix RFC reference.
7120
71212005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7122
7123 * gnus.texi (RSS): Fix key description.
7124
71252005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7126
7127 * gnus.texi: Emacs/w3 -> Emacs/W3.
7128 (Browsing the Web): Fix description.
7129 (Web Searches): Ditto.
7130 (Customizing W3): Ditto.
7131
71322005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7133
7134 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7135
71362005-10-11 Jay Belanger <belanger@truman.edu>
7137
7138 * calc.texi (Integration): Mention using `a i' to compute definite
7139 integrals.
7140
71412005-10-11 Juri Linkov <juri@jurta.org>
7142
7143 * info.texi: Rearrange nodes.
7144 (Top): Update menu. Change ref `Info for Experts' to
7145 `Advanced Info Commands'.
7146 (Getting Started): Fix description of manual's parts.
7147 (Help-Int): Change xref `Info Search' to `Search Index', and
7148 `Expert Info' to `Advanced'.
7149 (Advanced): Move node one level up.
7150 (Search Text, Search Index): New nodes split out from `Info Search'.
7151 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7152 split out from `Advanced'.
7153 (Advanced, Emacs Info Variables): De-document editing an Info file
7154 in Info.
7155 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7156 (Creating an Info File): Delete node and move its text to
7157 `Expert Info'.
7158
71592005-10-10 Carsten Dominik <dominik@science.uva.nl>
7160
7161 * org.texi (Workflow states): Documented that change in keywords
7162 becomes active only after restart of Emacs.
7163
71642005-10-08 Michael Albinus <michael.albinus@gmx.de>
7165
7166 Sync with Tramp 2.0.51.
7167
71682005-10-08 Nick Roberts <nickrob@snap.net.nz>
7169
7170 * speedbar.texi (Introduction): Describe new location of speedbar
7171 on menubar.
7172 (Basic Key Bindings): Remove descriptions of bindings that have
7173 been removed.
7174
71752005-10-05 Nick Roberts <nickrob@snap.net.nz>
7176
7177 * speedbar.texi (GDB): Describe use of watch expressions.
7178
71792005-09-28 Simon Josefsson <jas@extundo.com>
7180
7181 * message.texi (IDNA): Fix.
7182
71832005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7184
7185 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7186 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7187 description of nntp-open-connection-function.
7188 (Common Variables): Fix descriptions.
7189
71902005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7191
7192 * gnus.texi (Server Buffer Format): Document the %a format spec.
7193
71942005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7195
7196 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7197
71982005-09-23 Carsten Dominik <dominik@science.uva.nl>
7199
7200 * org.texi Version 3.16.
7201
72022005-09-19 Miles Bader <miles@gnu.org>
7203
7204 * newsticker.texi: Get rid of CVS keywords.
7205
72062005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7207
7208 * gnus.texi (Finding the Parent): Fix description of how Gnus
7209 finds article.
7210
72112005-09-14 Jari Aalto <jari.aalto@cante.net>
7212
7213 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7214 to drop off non-answered articles.
7215
72162005-09-19 Juanma Barranquero <lekktu@gmail.com>
7217
7218 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7219 braces (which are unsupported by NMAKE) for macro `srcdir'.
7220
72212005-09-17 Eli Zaretskii <eliz@gnu.org>
7222
7223 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7224 (../info/newsticker, newsticker.dvi): New targets.
7225
72262005-09-17 Ulf Jasper <ulf.jasper@web.de>
7227
7228 * newsticker.texi: Replace @command with @code. Replace @example
7229 with @lisp.
0c7efc08
SM
7230 (Top): Add explanations to menu items.
7231 (GNU Free Documentation License): Remove.
2de53ca6
GM
7232
72332005-09-16 Romain Francoise <romain@orebokech.com>
7234
7235 Update all files to specify GFDL version 1.2.
7236
7237 * doclicense.texi (GNU Free Documentation License): Update to
7238 version 1.2.
7239
72402005-09-15 Richard M. Stallman <rms@gnu.org>
7241
7242 * newsticker.texi: Fix @setfilename.
7243
7244 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7245 (../info/newsticker, newsticker.dvi): New targets.
7246
72472005-08-30 Carsten Dominik <dominik@science.uva.nl>
7248
7249 * org.texi: Version 3.15.
7250
72512005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7252
7253 * ses.texi: Combine all three indices into one.
7254 Correct a few typos.
7255
72562005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7257
7258 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7259
72602005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7261
7262 * emacs-mime.texi (Handles): Remove duplicate item.
7263 (Encoding Customization): Fix the default value for
7264 mm-coding-system-priorities.
7265 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7266 (Basic Functions): Fix reference.
7267
72682005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7269
7270 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7271
72722005-08-18 Richard M. Stallman <rms@gnu.org>
7273
7274 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7275 and web site.
7276
7277 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7278 not keyboard-translate.
7279
72802005-08-11 Richard M. Stallman <rms@gnu.org>
7281
7282 * faq.texi (Using regular expressions): Fix xref.
7283
72842005-08-09 Juri Linkov <juri@jurta.org>
7285
7286 * info.texi (Help-P): Replace `Prev' with `Previous'.
7287 (Help-M, Help-Xref): Add S-TAB.
7288 (Help-FOO): Update `u' command.
7289 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7290 Update info about visibility of xref parts.
7291 (Help-Int): Fix `m' command. Rename `Info-last' to
7292 `Info-history-back'. Add `Info-history-forward'.
7293 (Advanced): Fix `g*' and `M-n' commands.
7294 (Info Search): Add `index-apropos' in stand-alone browser.
7295 Add isearch commands.
7296 (Emacs Info Variables): Remove `Info-fontify'.
7297 Add `Info-mode-hook'. Update face names.
7298 Add `Info-fontify-maximum-menu-size',
7299 `Info-fontify-visited-nodes', `Info-isearch-search'.
7300
73012005-08-07 Michael Albinus <michael.albinus@gmx.de>
7302
7303 Sync with Tramp 2.0.50.
7304
7305 * tramp.texi: Use @option{} consequently for method names.
7306 (Inline methods, External transfer methods): Remove references to
7307 Cygwin.
7308 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7309 implementation.
7310
73112005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7312
7313 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7314 Mention that gnus-init-file is not read when Emacs is invoked with
7315 --no-init-file or -q.
7316
73172005-07-19 Carsten Dominik <dominik@science.uva.nl>
7318
7319 * org.texi: Version 3.14.
7320
73212005-07-04 Carsten Dominik <dominik@science.uva.nl>
7322
7323 * org.texi: Version 3.13.
7324
73252005-07-18 Juri Linkov <juri@jurta.org>
7326
7327 * calc.texi (Time Zones, Logical Operations):
7328 * cl.texi (Overview):
7329 * org.texi (TODO types):
7330 * sc.texi (Emacs 18 MUAs):
7331 * speedbar.texi (Top):
7332 * url.texi (History):
7333 Delete duplicate duplicate words.
7334
ce058493 73352005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
7336
7337 * cl.texi (Type Predicates): Document `atom' type.
7338
73392005-07-04 Lute Kamstra <lute@gnu.org>
7340
7341 Update FSF's address in GPL notices.
7342
7343 * calc.texi (Copying):
7344 * doclicense.texi (GNU Free Documentation License):
7345 * faq.texi (Contacting the FSF):
7346 * mh-e.texi (Copying): Update FSF's address.
7347
73482005-07-03 Richard M. Stallman <rms@gnu.org>
7349
7350 * flymake.texi (Example -- Configuring a tool called directly):
7351 Update name of flymake-build-relative-filename.
7352
73532005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7354
7355 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
7356
73572005-06-29 Carsten Dominik <dominik@science.uva.nl>
7358
7359 * org.texi: Version 3.12.
7360
73612005-06-24 Eli Zaretskii <eliz@gnu.org>
7362
7363 * makefile.w32-in (MAKEINFO): Use --force.
7364 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7365 Makefile.in.
7366 (gnus.dvi): Use "..." to quote Sed args, so that it works with
7367 more shells.
7368
73692005-06-23 Richard M. Stallman <rms@gnu.org>
7370
7371 * speedbar.texi (Creating a display): Texinfo usage fixes.
7372
7373 * tramp.texi (Customizing Completion, Auto-save and Backup):
7374 Texinfo usage fixes.
7375
73762005-06-23 Juanma Barranquero <lekktu@gmail.com>
7377
7378 * dired-x.texi (Miscellaneous Commands):
7379 * ediff.texi (Miscellaneous):
7380 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
7381 (Agent Variables):
7382 * info.texi (Help-Xref):
7383 * message.texi (Message Headers):
7384 * org.texi (Remember):
7385 * reftex.texi (Options (Defining Label Environments)):
7386 (Options (Index Support)):
7387 (Options (Viewing Cross-References)):
7388 (Options (Misc)):
7389 (Changes):
7390 * speedbar.texi (Creating a display):
7391 * tramp.texi (Customizing Completion, Auto-save and Backup):
7392 Texinfo usage fix.
7393
73942005-06-13 Carsten Dominik <dominik@science.uva.nl>
7395
7396 * org.texi: Version 3.11.
7397
73982005-06-12 Jay Belanger <belanger@truman.edu>
7399
7400 * calc.texi (Getting Started): Remove extra menu item.
7401
74022005-05-31 Jay Belanger <belanger@truman.edu>
7403
7404 * calc.texi (Notations Used in This Manual): Use @kbd for key
7405 sequence.
7406 (Demonstration of Calc): Mention another way of starting Calc.
7407 (Starting Calc): Mention long name of M-#.
7408 (Embedded Mode Overview): Remove unnecessary instruction.
7409 (Other M-# commands): Rephrase `M-# 0' explanation.
7410 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
7411 reflect current behavior.
7412
74132005-05-30 Jay Belanger <belanger@truman.edu>
7414
7415 * calc.texi (Hooks): Change description of calc-window-hook and
7416 calc-trail-window-hook to match usage.
7417 (Computational Functions): Add more constant-generating functions.
7418 (Customizable Variables): Use defvar.
7419
74202005-05-28 Jay Belanger <belanger@truman.edu>
7421
7422 * calc.texi (Assignments in Embedded Mode): Fix variable name.
7423 (Basic Embedded Mode): Explain behavior of arguments to
7424 calc-embedded-mode.
7425
74262005-05-27 Jay Belanger <belanger@truman.edu>
7427
7428 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
7429 current behavior.
7430
74312005-05-25 Jay Belanger <belanger@truman.edu>
7432
7433 * calc.texi: Change Calc version number throughout.
7434 (Keypad Mode): Change location in info output.
7435 (Keypad mode overview): Move picture of keypad.
7436
74372005-05-21 Jay Belanger <belanger@truman.edu>
7438
7439 * calc.texi (Storing variables): Mention that only most variables
7440 are void to begin with.
7441
74422005-05-21 Kevin Ryde <user42@zip.com.au>
7443
7444 * widget.texi (Basic Types): Update cross ref from "Enabling
7445 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
7446 lispref/text.texi change.
7447
74482005-05-20 Carsten Dominik <dominik@science.uva.nl>
7449
7450 * org.texi: Version 3.09.
7451
74522005-05-18 Carsten Dominik <dominik@science.uva.nl>
7453
7454 * reftex.texi: Version 4.28.
7455
74562005-05-16 Jay Belanger <belanger@truman.edu>
7457
7458 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
7459
74602005-05-14 Jay Belanger <belanger@truman.edu>
7461
7462 * calc.texi (Default Simplifications): Insert missing ! (logical
7463 not operator).
7464
74652005-05-14 Michael Albinus <michael.albinus@gmx.de>
7466
7467 Sync with Tramp 2.0.49.
7468
74692005-05-10 Jay Belanger <belanger@truman.edu>
7470
7471 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
7472 to 1.
7473
74742005-04-29 Carsten Dominik <dominik@science.uva.nl>
7475
7476 * org.texi: Version 3.08, structure reorganized.
7477
74782005-04-24 Richard M. Stallman <rms@gnu.org>
7479
7480 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
7481
74822005-04-15 Carsten Dominik <dominik@science.uva.nl>
7483
7484 * org.texi: Update to version 3.06.
7485
74862005-04-13 Lute Kamstra <lute@gnu.org>
7487
7488 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
7489
74902005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
7491
7492 * cl.texi (Porting Common Lisp): Fix typo.
7493
74942005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7495
7496 * gnus.texi (RSS): Addition.
7497
74982005-04-04 Jay Belanger <belanger@truman.edu>
7499
7500 * calc.texi: Change Calc version number.
7501 (Customizable variables): Fix description of calc-language-alist.
7502 (Copying): Put in version 2 of GPL.
7503
75042005-04-01 Jay Belanger <belanger@truman.edu>
7505
7506 * calc.texi (Troubleshooting Commands): Remove comment about
7507 installation.
7508 (Installation): Remove section.
7509 (Customizable Variables): New section.
7510 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
7511 (Graphical Devices): Add references to Customizable Variables.
7512
75132005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
7514
7515 * emacs-mime.texi (Display Customization): Markup fixes.
7516 (rfc2047): Update.
7517
75182005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
7519
7520 * gnus-faq.texi: Replaced with auto-generated version.
7521
75222005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7523
7524 * dired-x.texi (Multiple Dired Directories): default-directory was
7525 renamed to dired-default-directory.
7526
75272005-03-26 Jay Belanger <belanger@truman.edu>
7528
7529 * calc.texi (Simplifying Formulas, Rewrite Rules):
7530 Change description of top and bottom of fraction.
7531 (Modulo Forms): Move description of how to create modulo forms to
7532 earlier in the section.
7533 (Fraction Mode): Suggest using : to get a fraction by dividing.
7534 (Basic Arithmetic): Adjust placement of command name.
7535 (Truncating the Stack): Emphasize that "hidden" entries are still
7536 visible.
7537 (Installation): Move discussion of printing manual to "About This
7538 Manual".
7539 (About This Manual): Mention how to print the manual.
7540 (Reporting Bugs): Remove first person.
7541 (Building Vectors): Add algebraic version of append.
7542 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
7543 (Grouping Digits): Fix typo.
7544
75452005-03-25 Werner Lemberg <wl@gnu.org>
7546
7547 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
7548 Replace `legal' with `valid'.
7549
75502005-03-25 Werner Lemberg <wl@gnu.org>
7551
7552 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
7553
75542005-03-24 Jay Belanger <belanger@truman.edu>
7555
7556 * calc.texi (General Mode Commands)
7557 (Mode Settings in Embedded Mode): Add some explanation of
7558 recording mode settings.
7559
75602005-03-24 Richard M. Stallman <rms@gnu.org>
7561
7562 * calc.texi: Remove praise of non-free software.
7563
7564 * idlwave.texi: Don't say where to get IDL or its non-free manual.
7565 (Installation): Node deleted.
7566
75672005-03-23 Richard M. Stallman <rms@gnu.org>
7568
7569 * url.texi (HTTP language/coding): Improve last change.
7570
75712005-03-22 Jay Belanger <belanger@truman.edu>
7572
7573 * calc.texi (Embedded Mode): Add new information on changing
7574 modes.
7575
75762005-03-20 Michael Albinus <michael.albinus@gmx.de>
7577
7578 Sync with Tramp 2.0.48.
7579
7580 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
7581
7582 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
7583 "GNU/Linux". Change all addresses to .gnu.org.
7584 (Default Method): Offer shortened syntax for "su" and "sudo"
7585 methods.
7586
75872005-03-07 Richard M. Stallman <rms@gnu.org>
7588
7589 * url.texi: Fix usage of "e.g.".
7590 (HTTP language/coding): Explain the rules for these strings.
7591
75922005-03-06 Richard M. Stallman <rms@gnu.org>
7593
7594 * woman.texi (Introduction): Minor cleanups.
7595
7596 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
7597
7598 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
7599 (Installation): Node deleted.
7600
7601 * mh-e.texi (Preface): Get rid of "Emacs 21".
7602
7603 * eshell.texi (Installation): Delete node (for Emacs 20).
7604
76052005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
7606
7607 * flymake.texi: Refill and tweak style in @lisp blocks.
7608
76092005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7610
7611 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
7612
76132005-03-01 Jay Belanger <belanger@truman.edu>
7614
7615 * calc.texi (Trigonometric and Hyperbolic Functions):
7616 Mention additional functions.
7617 (Algebraic Simplifications): Mention additional simplifications.
7618
76192005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
7620
7621 * ses.texi: Add concept/function/variable indices (this work was
7622 donated by Brad Collins <brad@chenla.org>, copyright-assignment
7623 papers on file at FSF).
7624
76252005-02-10 Jay Belanger <belanger@truman.edu>
7626
7627 * calc.texi: Change @LaTeX to La@TeX throughout.
7628 Redefine @expr as @math for TeX output.
7629 Redefine @texline as a no-op for TeX output.
7630 Define @tfn, replace @t by @tfn throughout.
7631
76322005-02-09 Jay Belanger <belanger@truman.edu>
7633
7634 * calc.texi: Add macro for LaTeX for info output.
7635
76362005-02-08 Kim F. Storm <storm@cua.dk>
7637
7638 * texinfo.tex (LaTex): Add def.
7639
76402005-02-06 Jay Belanger <belanger@truman.edu>
7641
7642 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
7643 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
7644 throughout manual.
7645
76462005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7647
7648 * gnus.texi: Some edits based on comments from David Abrahams.
7649
76502005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
7651
7652 * gnus.texi (RSS): Fix the keystroke.
7653
76542005-01-24 David Kastrup <dak@gnu.org>
7655
7656 * faq.texi: Update AUCTeX version info.
7657
76582005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
7659
7660 * gnus-faq.texi ([4.1]): Typo.
7661
76622005-01-19 Jay Belanger <belanger@truman.edu>
7663
7664 * calc.texi (Keep Arguments): Mention that keeping arguments
7665 doesn't work with keyboard macros.
7666
76672005-01-16 Richard M. Stallman <rms@gnu.org>
7668
7669 * autotype.texi (Autoinserting): Fix small error.
7670
76712005-01-16 Michael Albinus <michael.albinus@gmx.de>
7672
7673 Sync with Tramp 2.0.47.
7674
7675 * tramp.texi (Compilation): New section, describing compilation of
7676 remote files.
7677
76782005-01-11 Kim F. Storm <storm@cua.dk>
7679
7680 * widget.texi (Basic Types): Add :follow-link keyword.
7681
76822005-01-09 Jay Belanger <belanger@truman.edu>
7683
7684 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
7685
76862005-01-08 Jay Belanger <belanger@truman.edu>
7687
7688 * calc.texi: Change throughout to reflect new default value of
7689 calc-settings-file.
7690
76912005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7692
7693 * message.texi (Reply): `message-reply-to-function' should return
7694 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
7695
76962005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
7697
7698 * faq.texi (Changing load-path): Fix typo.
7699
77002005-01-05 Jay Belanger <belanger@truman.edu>
7701
7702 * calc.texi (Programming Tutorial): Replace kbd command by
7703 appropriate characters for a keyboard macro.
7704
77052005-01-04 Jay Belanger <belanger@truman.edu>
7706
7707 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
7708 for Lucid Emacs.
7709 (Programming Tutorial): Mention that the user needs to be in the
7710 right mode to compute some functions.
7711
77122005-01-04 Jay Belanger <belanger@truman.edu>
7713
7714 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
7715 no longer applicable.
7716
77172005-01-01 Jay Belanger <belanger@truman.edu>
7718
0c7efc08 7719 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
7720 edit keyboard macros to match current behavior.
7721
77222004-12-31 Jay Belanger <belanger@truman.edu>
7723
7724 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
7725
77262004-12-20 Jay Belanger <belanger@truman.edu>
7727
7728 * calc.texi (Types Tutorial): Emphasize that you can't divide by
7729 zero.
7730
77312004-12-17 Luc Teirlinck <teirllm@auburn.edu>
7732
7733 * cc-mode.texi (Text Filling and Line Breaking): Put period after
7734 @xref.
7735 (Font Locking): Avoid @strong{Note:}.
7736
77372004-12-17 Michael Albinus <michael.albinus@gmx.de>
7738
7739 Sync with Tramp 2.0.46.
7740
7741 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
7742
77432004-12-16 Luc Teirlinck <teirllm@auburn.edu>
7744
7745 * url.texi: Correct typos.
7746 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 7747 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
7748 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
7749 (Dealing with HTTP documents): @inforef->@xref.
7750
77512004-12-15 Jay Belanger <belanger@truman.edu>
7752
7753 * calc.texi: Consistently capitalized all mode names.
7754 (Answers to Exercises): Mention that an answer can be a fraction
7755 when in Fraction mode.
7756
77572004-12-13 Jay Belanger <belanger@truman.edu>
7758
7759 * calc.texi: Fix some TeX definitions.
7760
77612004-12-09 Luc Teirlinck <teirllm@auburn.edu>
7762
7763 * reftex.texi (Imprint): Remove erroneous @value's.
7764
77652004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7766
7767 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
7768 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
7769
77702004-12-08 Jay Belanger <belanger@truman.edu>
7771
7772 * calc.texi (Starting Calc): Remove comment about installation.
7773 (Keypad Mode Overview): Remove comment about Emacs 19 support.
7774
77752004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7776
7777 * url.texi: Update @setfilename.
7778 (Getting Started): No need to worry about Gnus versions.
7779 (Dealing with HTTP documents): Use @inforef.
7780
7781 * org.texi: Fix @direntry file name.
7782
77832004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7784
7785 * url.texi: New file.
7786
7787 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
7788
77892004-12-06 Jay Belanger <belanger@truman.edu>
7790
7791 * calc.texi (Using Calc): Remove paragraph about installation.
7792
77932004-12-06 Jay Belanger <belanger@truman.edu>
7794
7795 * calc.texi: Use more Texinfo macros and less TeX defs.
7796 Remove @refill's.
7797
77982004-12-06 Richard M. Stallman <rms@gnu.org>
7799
7800 * org.texi: New file.
7801
78022004-12-05 Richard M. Stallman <rms@gnu.org>
7803
7804 * Makefile.in (org.dvi, ../info/org): New targets.
7805 (INFO_TARGETS): Add ../info/org.
7806 (DVI_TARGETS): Add org.dvi.
7807 (maintainer-clean): Remove the info files in the info dir.
7808
78092004-11-26 Eli Zaretskii <eliz@gnu.org>
7810
7811 * idlwave.texi: Fix the setfilename directive to put the produced
7812 file in ../info.
7813 (Continued Statement Indentation): Resurrect Jan D.'s change from
7814 2004-11-03 that was lost when a newer version of idlwave.texi was
7815 imported.
7816
78172004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
7818
0c7efc08 7819 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 7820
0c7efc08
SM
7821 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
7822 Index `spam-initialize'.
2de53ca6
GM
7823
78242004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
7825
7826 * message.texi (Various Message Variables): Mention that all mail
7827 file variables are derived from `message-directory'.
7828
7829 * gnus.texi (Splitting Mail): Clarify bogus group.
7830
78312004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7832
0c7efc08
SM
7833 * emacs-mime.texi (Encoding Customization):
7834 Fix mm-coding-system-priorities entry.
2de53ca6 7835
c8763fb6 78362004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
7837
7838 * idlwave.texi (Continued Statement Indentation):
7839 * reftex.texi (Options (Index Support)):
7840 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
7841 * speedbar.texi (Creating a display, Major Display Modes):
7842 Replace non-nil with non-@code{nil}.
2de53ca6
GM
7843
78442004-10-21 Jay Belanger <belanger@truman.edu>
7845
0c7efc08 7846 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
7847
78482004-10-18 Luc Teirlinck <teirllm@auburn.edu>
7849
7850 * calc.texi (Reporting Bugs): Double up `@'.
7851
78522004-10-18 Jay Belanger <belanger@truman.edu>
7853
0c7efc08 7854 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
7855 should be sent to.
7856
78572004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
7858
7859 * gnus.texi (New Features): Add 5.11.
7860
7861 * message.texi (Resending): Remove wrong default value.
7862
7863 * gnus.texi (Mail Source Specifiers): Describe possible problems
7864 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
7865 `pop3-leave-mail-on-server' to the index.
7866
78672004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
7868
7869 * message.texi (Canceling News): Add how to set a password.
7870
78712004-10-12 Jay Belanger <belanger@truman.edu>
7872
0c7efc08 7873 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
7874 calc-describe-function and calc-describe-variable to match their
7875 current behavior.
7876
78772004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
7878
7879 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
7880
78812004-10-12 Michael Albinus <michael.albinus@gmx.de>
7882
7883 Sync with Tramp 2.0.45.
7884
7885 * tramp.texi (Frequently Asked Questions): Comment paragraph about
7886 plink link. The URL is outdated. Originator contacted for
7887 clarification.
7888
78892004-10-10 Juri Linkov <juri@jurta.org>
7890
7891 * gnus.texi (Top, Marking Articles): Join two menus in one node
7892 because a node can have only one menu.
7893
78942004-10-09 Juri Linkov <juri@jurta.org>
7895
7896 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
7897 example of nnmail-split-fancy.
7898
78992004-10-06 Karl Berry <karl@gnu.org>
7900
7901 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
7902 consistency with other uses of dashes.
7903
79042004-10-05 Karl Berry <karl@gnu.org>
7905
7906 * info.texi: Consistently use --- throughout, periods at end of
7907 menu descriptions, and a couple typos.
7908
79092004-09-26 Jesper Harder <harder@ifa.au.dk>
7910
7911 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
7912 * pgg.texi (User Commands, Backend methods): Do.
7913 * gnus.texi: Markup fixes.
7914 (Setting Process Marks): Fix `M P a' entry.
7915 * emacs-mime.texi: Fixes.
7916
79172004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
7918
7919 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
7920 again.
7921 Use 5.10 instead of 5.10.0.
7922
79232004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7924
7925 * gnus.texi (Summary Mail Commands): S D e.
7926
79272004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
7928
7929 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
7930 the gnus-article-mode-line-format section.
7931
79322004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
7933
7934 * gnus.texi (Various Summary Stuff): Fix the documentation for
7935 gnus-newsgroup-variables.
7936
79372004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
7938
0c7efc08
SM
7939 * gnus.texi (MIME Commands):
7940 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
7941 gnus-mime-display-multipart-alternative-as-mixed,
7942 gnus-mime-display-multipart-related-as-mixed.
7943 (Mail Source Customization): Clarify `mail-source-directory'.
7944 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 7945 (SpamOracle): Fix typo.
2de53ca6
GM
7946
7947 * gnus-faq.texi: Untabify.
7948 ([6.3]): nnir.el is in contrib directory.
7949
7950 * message.texi (News Headers): Clarify how a unique ID is created.
7951
0c7efc08
SM
7952 * gnus.texi (Batching Agents): Fix typo in example.
7953 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 7954
b2abec73 79552004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 7956
0c7efc08 7957 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
7958
79592004-09-20 Florian Weimer <fw@deneb.enyo.de>
7960
7961 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
7962
79632004-09-22 Jay Belanger <belanger@truman.edu>
7964
0c7efc08 7965 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
7966 might be hidden during part of the session.
7967
79682004-09-20 Jay Belanger <belanger@truman.edu>
7969
7970 * calc.texi (Notations Used in This Manual): Put in an earlier
7971 mention that DEL could be called Backspace.
7972
79732004-09-10 Simon Josefsson <jas@extundo.com>
7974
7975 * gnus.texi (IMAP): Add example. Suggested and partially written
7976 by Steinar Bang <sb@dod.no>.
7977
79782004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7979
7980 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
7981 netrc syntax.
7982
79832004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7984
b2abec73
JB
7985 * gnus.texi (Spam ELisp Package Sequence of Events):
7986 Some clarifications.
2de53ca6
GM
7987 (Spam ELisp Package Global Variables): More clarifications.
7988
79892004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7990
7991 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
7992 Mention spam-split does not modify incoming mail.
7993
79942004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7995
7996 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
7997
79982004-09-10 Eli Zaretskii <eliz@gnu.org>
7999
8000 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8001
80022004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8003
8004 * makefile.w32-in (sieve, pgg): Use $(infodir).
8005
80062004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8007
8008 * makefile.w32-in: Fix PGG and Sieve entries.
8009
80102004-08-28 Eli Zaretskii <eliz@gnu.org>
8011
8012 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8013 Emacs and related programs.
8014
80152004-08-27 Richard M. Stallman <rms@gnu.org>
8016
8017 * faq.texi: Fix texinfo usage, esp. doublequotes.
8018 (Difference between Emacs and XEmacs): Some clarification.
8019
8020 * faq.texi (Difference between Emacs and XEmacs):
8021 Explain not to contrast XEmacs with GNU Emacs.
8022
80232004-08-26 Richard M. Stallman <rms@gnu.org>
8024
8025 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8026
80272004-08-22 David Kastrup <dak@gnu.org>
8028
8029 * reftex.texi (AUCTeX): Update links, section name.
8030
8031 * faq.texi (Calc): Update availability (included in 22.1).
8032 (AUCTeX): Update availability, information, versions, description.
8033
80342004-08-14 Eli Zaretskii <eliz@gnu.org>
8035
8036 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8037
80382004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8039
8040 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8041
80422004-08-10 Michael Albinus <michael.albinus@gmx.de>
8043
8044 Sync with Tramp 2.0.44.
8045
80462004-08-05 Lars Hansen <larsh@math.ku.dk>
8047
8048 * widget.texi (User Interface): Update how to separate the
8049 editable field of an editable-field widget from other widgets.
8050 (Programming Example): Add text after field.
8051
80522004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8053
8054 * emacs-mime.texi (Encoding Customization): Add a note to the
8055 mm-content-transfer-encoding-defaults entry.
8056 (rfc2047): Update.
8057
0c7efc08
SM
8058 * gnus.texi (Article Highlighting):
8059 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8060 (POP before SMTP): New node.
8061 (Posting Styles): Addition.
8062 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8063 (Fancy Mail Splitting): Ditto.
8064 (X-Face): Add gnus-x-face.
8065
80662004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8067
8068 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8069 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8070
80712004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8072
0c7efc08
SM
8073 * gnus.texi (Mail Source Specifiers):
8074 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8075
80762004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8077
8078 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8079
8080 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8081 repository. Change setfilename.
8082
8083 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8084
80852004-07-02 Juri Linkov <juri@jurta.org>
8086
8087 * pcl-cvs.texi (Viewing differences): Add `d r'.
8088
80892004-06-29 Jesper Harder <harder@ifa.au.dk>
8090
8091 * ses.texi, viper.texi, flymake.texi, faq.texi:
8092 * eshell.texi, ediff.texi: Markup fixes.
8093
80942004-06-21 Karl Berry <karl@gnu.org>
8095
8096 * info.texi (Top): Mention that only Emacs has mouse support.
8097 (Getting Started): Mention this in a few other places.
8098
80992004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8100
0c7efc08
SM
8101 * autotype.texi (Copyrights, Timestamps):
8102 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8103
81042004-06-13 Lars Hansen <larsh@math.ku.dk>
8105
8106 * dired-x.texi (dired-mark-omitted): Update keybinding.
8107
81082004-06-10 Kim F. Storm <storm@cua.dk>
8109
8110 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8111
81122004-06-05 Lars Hansen <larsh@math.ku.dk>
8113
8114 * dired-x.texi (variable dired-omit-mode): Rename from
8115 dired-omit-files-p.
8116 (function dired-omit-mode): Rename from dired-omit-toggle.
8117 Call dired-omit-mode rather than set dired-omit-files-p.
8118 (dired-mark-omitted): Describe command.
8119
81202004-05-29 Michael Albinus <michael.albinus@gmx.de>
8121
8122 Version 2.0.41 of Tramp released.
8123
81242004-05-29 Juanma Barranquero <lektu@terra.es>
8125
8126 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8127 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8128
81292004-05-29 Richard M. Stallman <rms@gnu.org>
8130
8131 * cl.texi (Top): Call this chapter `Introduction'.
8132 (Overview): In TeX, no section heading here.
8133
8134 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8135
81362004-05-29 Eli Zaretskii <eliz@gnu.org>
8137
8138 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8139 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8140
81412004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8142
8143 * flymake.texi: New file.
8144
81452004-05-28 Simon Josefsson <jas@extundo.com>
8146
8147 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8148
b344d29d 81492004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8150
8151 Version 2.0.40 of Tramp released.
8152
81532004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8154
8155 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8156
8157 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8158 variables `tramp-backup-directory-alist' and
8159 `tramp-bkup-backup-directory-info'.
8160 (Overview, Connection types)
8161 (External transfer methods, Default Method)
8162 (Windows setup hints): Remove restriction of password entering
8163 with external methods.
8164 (Auto-save and Backup): Make file name example
8165 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8166 and `auto-save-directory' must be used.
8167 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8168 only "NT"). Remove doubled entry "What kinds of systems does
8169 @tramp{} work on".
8170 (tramp): Macro removed.
8171 (Obtaining Tramp): Flag removed from title.
8172 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8173 and `trampver' used properly. Flag `tramp-inst' replaced by
8174 `installchapter'. Installation related text adapted.
8175
81762004-04-28 Masatake YAMATO <jet@gyve.org>
8177
8178 * widget.texi (Programming Example): Remove overlays.
8179
81802004-04-27 Jesper Harder <harder@ifa.au.dk>
8181
8182 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8183
81842004-04-23 Juanma Barranquero <lektu@terra.es>
8185
8186 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8187
81882004-04-05 Jesper Harder <harder@ifa.au.dk>
8189
8190 * info.texi (Info Search): Add info-apropos.
8191
81922004-03-22 Juri Linkov <juri@jurta.org>
8193
8194 * faq.texi: Fix help key bindings.
8195
81962004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8197
8198 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8199 (as suggested by Karl Berry). Update information about colored
8200 stars in menus. Add new subheading describing M-n.
8201
82022004-03-12 Richard M. Stallman <rms@gnu.org>
8203
8204 * cl.texi (Top): Rename top node's title.
8205
82062004-03-08 Karl Berry <karl@gnu.org>
8207
8208 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8209 problems making the texinfo distribution.
8210
82112004-02-29 Simon Josefsson <jas@extundo.com>
8212
0c7efc08 8213 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8214 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8215 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8216 <voegelas@gmx.net>.
8217
82182004-02-29 Juanma Barranquero <lektu@terra.es>
8219
8220 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8221 Use $(DEL) instead of rm, and ignore exit code.
8222
b344d29d 82232004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8224
8225 Tramp version 2.0.39 released.
8226
82272004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8228
8229 * tramp.texi (Customizing Completion): Explain new functions
8230 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8231 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8232 (Top): Refer to Savannah mailing list as the major one.
8233 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8234 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8235 (Frequently Asked Questions): Remote hosts must not be Unix-like
8236 for "smb" method.
8237 (Password caching): New node.
8238 (External transfer methods): Refer to password caching for "smb"
8239 method.
8240
82412004-02-17 Karl Berry <karl@gnu.org>
8242
8243 * info.texi (Help-Int): Mention the new line number feature.
8244
82452004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8246
8247 * ses.texi (Advanced Features): New functionality for
8248 ses-set-header-row (defaults to current row unless C-u used).
8249 (Acknowledgements): Add Stefan Monnier.
8250
82512003-12-29 Kevin Ryde <user42@zip.com.au>
8252
8253 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8254
b344d29d 82552003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8256
8257 Tramp version 2.0.38 released.
8258
8259 * tramp.texi (Remote shell setup): Warn of environment variables
8260 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8261 <sven.gabriel@imk.fzk.de>.
8262 (Configuration): Tramp now chooses base64/uuencode
8263 automatically. Update wording accordingly.
8264 (Top): More description for the `Default Method' menu entry.
8265 (Default Method): Use @code, not @var, for Lisp variables.
8266 (Default Method): New subsection `Which method is the right one
8267 for me?' Suggested by Christian Kirsch.
8268 (Configuration): Pointer to new subsection added.
8269 (Default Method): Too many "use" in one sentence.
8270 Rephrase. Reported by Christian Kirsch.
8271 (Filename Syntax): Old `su' example is probably a left-over from
8272 the sm/su method naming. Replace with `ssh', instead.
8273 (External transfer methods, Auto-save and Backup):
8274 Typo fixes.
8275
82762003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8277
183080b6 8278 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
8279 (Top): Mention japanese manual only if flag `jamanual' is set.
8280 Insert section `Japanese manual' in menu.
8281
82822003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8283
8284 * eshell.texi (Known Problems): Add doc item.
8285
82862003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8287
8288 * cc-mode.texi: Update for CC Mode 5.30.
8289
8290 Note: Please refrain from doing purely cosmetic changes like
8291 removing trailing whitespace in this manual; it clobbers cvs
8292 merging for no good reason.
8293
82942003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8295
8296 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8297 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8298 @acronym{ASCII}.
8299
83002003-10-26 Karl Berry <karl@gnu.org>
8301
8302 * info.texi (Info Search): Echo area, not echo are. From Debian
8303 diff.
8304
83052003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
8306
10d1d0af 8307 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
8308 :buttons and :children keywords.
8309
83102003-10-22 Miles Bader <miles@gnu.org>
8311
8312 * Makefile.in (info): Move before $(top_srcdir)/info.
8313
83142003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
8315
8316 * tramp.texi (Inline methods): Small grammar fix.
8317 (External transfer methods): Likewise.
8318
83192003-10-08 Nick Roberts <nick@nick.uklinux.net>
8320
8321 * speedbar.texi: Remove paragraph for GUD that is no longer true.
8322
83232003-10-06 Luc Teirlinck <teirllm@auburn.edu>
8324
8325 * texinfo.tex: Replace `%' in arch tagline by @ignore.
8326
83272003-09-30 Richard M. Stallman <rms@gnu.org>
8328
8329 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8330
8331 * widget.texi (User Interface): Fix typos.
8332
8333 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8334
83352003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8336
8337 * pcl-cvs.texi (Selected Files): Fix typo.
8338
83392003-09-21 Karl Berry <karl@gnu.org>
8340
8341 * info.texi (] and [ commands): No period at end of section title.
8342
83432003-09-04 Miles Bader <miles@gnu.org>
8344
8345 * Makefile.in (top_srcdir): New variable.
8346 ($(top_srcdir)/info): New rule.
8347 (info): Depend on it.
8348
83492003-09-03 Peter Runestig <peter@runestig.com>
8350
8351 * makefile.w32-in: New file.
8352
83532003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
8354
8355 * widget.texi (User Interface): Explain the need of static text
8356 around an editable field.
8357
83582003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8359
8360 * widget.texi (Basic Types): The argument to `:help-echo' can now
8361 be a form that evaluates to a string.
8362
83632003-08-18 Kim F. Storm <storm@cua.dk>
8364
8365 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
8366
83672003-08-16 Richard M. Stallman <rms@gnu.org>
8368
8369 * dired-x.texi (Shell Command Guessing): Explain *.
8370
83712003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
8372
8373 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
8374 log-edit-insert-changelog.
8375
83762003-08-03 Karl Berry <karl@gnu.org>
8377
8378 * info.texi: Need @contents.
8379
c8763fb6 83802003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8381
8382 Tramp version 2.0.36 released.
8383
8384 * tramp.texi (Remote shell setup): Explain about problems with
8385 non-Bourne commands in ~/.profile and ~/.shrc.
8386
83872003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8388
8389 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
8390 renaming of `vis-mode' to `visible-mode'.
8391
83922003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
8393
8394 * info.texi (Top, Help-Small-Screen): Remove accidentally added
8395 next, prev and up pointers.
8396
83972003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
8398
8399 * info.texi (Help): Mention existence of Emacs and stand-alone
8400 Info at the very beginning of the tutorial.
8401 (Help-Inv): New node.
8402 (Help-]): New node.
8403 (Help-M): Systematically point out the differences between default
8404 Emacs and stand-alone versions. Delete second menu.
8405 (Help-Xref): Systematically point out the differences between
8406 default Emacs and stand-alone versions.
8407 (Help-Int): Change `l' example.
8408 (Expert Info): Fix typos.
8409 (Emacs Info Variables): Mention `Info-hide-note-references' and
8410 new default for `Info-scroll-prefer-subnodes'.
8411
c8763fb6 84122003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8413
8414 Version 2.0.35 of Tramp released.
8415
8416 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
8417 (Inline methods): Add methods `remsh' and `plink1'.
8418 (External transfer methods): Add method `remcp'.
8419 (Multi-hop Methods): Add method `remsh'.
8420 Small patch from Adrian Aichner <adrian@xemacs.org>:
8421 Fix minor typos.
0c7efc08 8422 (Concept Index): Add to make manual searchable via
2de53ca6
GM
8423 `Info-index'.
8424 (Version Control): Add cindex entry.
8425
c8763fb6 84262003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8427
8428 * trampver.texi: Version 2.0.34 released.
8429
84302003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8431
8432 * faq.texi: Improve previous changes.
8433
84342003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
8435
8436 * faq.texi: Update copyright and maintenance details.
8437 Update some package URLs, versions, and maintainers.
8438 Remove many references to the Emacs Lisp Archive.
8439
84402003-04-23 Simon Josefsson <jas@extundo.com>
8441
8442 * smtpmail.texi: Fix license (the invariant sections mentioned has
8443 never been part of the smtp manual). Align info dir entry with
8444 other emacs packages.
8445
84462003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
8447
8448 * tramp.texi: Version 2.0.33 released.
8449 Remove installation chapter. Remove XEmacs specifics.
8450
84512003-03-29 Richard M. Stallman <rms@gnu.org>
8452
8453 * tramp.texi (Top): Undo the previous renaming.
8454 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
8455
c8763fb6 84562003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8457
8458 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
8459 version of manual.
8460
8461 * tramp.texi (Auto-save and Backup): New node.
8462
84632003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
8464
8465 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
8466 Emacs" in order to have better differentiation to "XEmacs".
8467 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
8468 are new macros in order to point to the other Emacs flavor where
8469 appropriate. In info case, point to node `Installation' in order
8470 to explain how to generate the other way. In html case, make a
8471 link to the other html file.
0c7efc08 8472 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
8473 after CVS checkout/update.
8474 (Installation): Completely rewritten.
8475 (Installation parameters, Load paths): New sections under
8476 `Installation'.
8477
c8763fb6 84782003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
8479
8480 * tramp.texi: Version 2.0.30 released.
8481 Replace word "path" with "localname" where used as a component of
8482 a Tramp file name.
8483
84842003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
8485
8486 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
8487 introduced.
8488 (Installation): Explain what to do if files from the tramp/contrib
8489 directory are needed.
8490
84912003-02-23 Alex Schroeder <alex@emacswiki.org>
8492
8493 * smtpmail.texi (How Mail Works): New.
8494
84952003-02-22 Alex Schroeder <alex@emacswiki.org>
8496
8497 * smtpmail.texi: New file.
8498
8499 * Makefile.in: Build SMTP manual.
8500
c8763fb6 85012003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
8502
8503 * tramp.texi: Version 2.0.29 released.
8504 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
8505 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
8506
85072003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
8508
8509 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 8510 another package loads accidentally Ange-FTP.
2de53ca6
GM
8511
85122003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
8513
8514 * tramp.texi (Customizing Completion): Add function
8515 `tramp-parse-sconfig'. Change example of
8516 `tramp-set-completion-function', because parsing of ssh config
8517 files looks more natural.
8518
85192003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
8520
8521 * gnus.texi: Do not use `path' in several locations.
8522
c8763fb6 85232002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 8524
0c7efc08
SM
8525 * tramp.texi (External transfer methods): New method `smb'.
8526 From Michael Albinus.
2de53ca6
GM
8527
85282002-11-05 Karl Berry <karl@gnu.org>
8529
8530 * info.texi (Info-fontify): Reorder face list to avoid bad line
8531 breaks.
8532
c8763fb6 85332002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 8534
0c7efc08
SM
8535 * tramp.texi: Move @copying to standard place.
8536 Use @insertcopying.
2de53ca6
GM
8537
85382002-10-02 Karl Berry <karl@gnu.org>
8539
8540 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
8541 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
8542 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
8543 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
8544 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
8545 Per rms, update all manuals to use @copying instead of @ifinfo.
8546 Also use @ifnottex instead of @ifinfo around the top node, where
8547 needed for the sake of the HTML output.
8548 (The Gnus manual is not fixed since it's not clear to me how it
8549 works; and the Tramp manual already uses @copying, although in an
8550 unusual way. All others were changed.)
8551
85522002-09-10 Jonathan Yavner <jyavner@engineer.com>
8553
8554 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
8555 (../info/ses, ses.dvi): New targets.
8556 * ses.texi: New file.
8557
c8763fb6 85582002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
8559
8560 * texinfo.tex: Update to texinfo 4.2.
8561
85622002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
8563
8564 * reftex.texi: Update to RefTeX 4.19.
8565
c8763fb6 85662002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
8567
8568 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
8569 (../info/tramp, tramp.dvi): New targets.
8570
85712002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8572
8573 * Makefile.in (DVI_TARGETS): Add calc.dvi.
8574 (calc.dvi): Uncomment.
8575
85762001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
8577
8578 * Makefile.in (INFO_TARGETS): Add ../info/calc.
8579 (../info/calc): New target.
8580
85812001-10-20 Gerd Moellmann <gerd@gnu.org>
8582
8583 * (Version 21.1 released.)
8584
85852001-10-05 Gerd Moellmann <gerd@gnu.org>
8586
8587 * Branch for 21.1.
8588
85892001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8590
8591 * Makefile.in (../info/info): Use an explicit -o switch to
8592 makeinfo.
8593
85942001-03-05 Gerd Moellmann <gerd@gnu.org>
8595
8596 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
8597
85982000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
8599
8600 * Makefile.in (../info/idlwave): Use --no-split.
8601
86022000-12-14 Dave Love <fx@gnu.org>
8603
c4cc8b9a 8604 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
8605 (gnus.dvi): Change rule to remove @latex stuff.
8606
86072000-10-19 Eric M. Ludlam <zappo@ultranet.com>
8608
8609 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
8610
86112000-10-13 John Wiegley <johnw@gnu.org>
8612
8613 * Makefile.in: Add build targets for eshell.texi.
8614
86152000-09-25 Gerd Moellmann <gerd@gnu.org>
8616
8617 * Makefile.in: Remove/comment speedbar stuff.
8618
86192000-09-22 Dave Love <fx@gnu.org>
8620
8621 * Makefile.in: Add emacs-mime.
8622
86232000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8624
8625 * Makefile.in (INFO_TARGETS): Add ../info/woman.
8626 (DVI_TARGETS): Add woman.dvi.
8627 (../info/woman, woman.dvi): New targets.
8628
86292000-05-31 Stefan Monnier <monnier@cs.yale.edu>
8630
8631 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
8632
8633 * pcl-cvs.texi: New file.
8634 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
8635 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
8636
86372000-05-11 Gerd Moellmann <gerd@gnu.org>
8638
8639 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
8640 (../info/ebrowse, ebrowse.dvi): New targets.
8641
86422000-01-13 Gerd Moellmann <gerd@gnu.org>
8643
8644 * Makefile.in (INFO_TARGETS): Add eudc.
8645 (DVI_TARGETS): Add eudc.dvi.
8646 (../info/eudc, eudc.dvi): New targets.
8647
86482000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
8649
8650 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
8651 compatibility with 8+3 filesystems).
8652 (../info/efaq): Rename from emacs-faq.
8653
86542000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
8655
8656 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
8657 (../info/idlwave, idlwave.dvi): New targets.
8658
86591999-10-23 Dave Love <fx@gnu.org>
8660
8661 * Makefile.in: Use autotype.texi.
8662
86631999-10-12 Stefan Monnier <monnier@cs.yale.edu>
8664
8665 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
8666 faq.texi file) rather than ../info/faq.
8667
86681999-10-07 Gerd Moellmann <gerd@gnu.org>
8669
8670 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
8671 (../info/ada-mode, ada-mode.dvi): New targets.
8672
86731999-09-01 Dave Love <fx@gnu.org>
8674
8675 * Makefile.in: Add faq.
8676
86771999-07-12 Richard Stallman <rms@gnu.org>
8678
8679 * Version 20.4 released.
8680
86811998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8682
8683 * Version 20.3 released.
8684
86851998-04-06 Andreas Schwab <schwab@gnu.org>
8686
768c0c0f
JB
8687 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
8688 Use it in dvi targets.
2de53ca6
GM
8689 (../etc/GNU): Change to $(srcdir) first.
8690
86911998-03-11 Carsten Dominik <cd@delysid.gnu.org>
8692
8693 * reftex.texi: Update for RefTeX version 3.22.
8694
86951998-02-08 Richard Stallman <rms@psilocin.gnu.org>
8696
8697 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
8698 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
8699
87001997-09-23 Paul Eggert <eggert@twinsun.com>
8701
8702 * Makefile.in: Merge changes mistakenly made to `Makefile'.
8703 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
8704
87051997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8706
8707 * Version 20.2 released.
8708
87091997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8710
8711 * Version 20.1 released.
8712
87131997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8714
8715 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
8716
87171996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8718
8719 * Version 19.33 released.
8720
87211996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8722
8723 * Version 19.32 released.
8724
87251996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
8726
8727 * Makefile.in: Add rules for the Message manual.
8728
87291996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
8730
8731 * gnus.texi: New version.
8732
8733 * message.texi: New manual.
8734
87351996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8736
8737 * Makefile.in (All info targets): cd $(srcdir) to do the work.
8738
87391996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8740
8741 * Makefile.in (All info targets): Specify $(srcdir) in input files.
8742 Specify -I option.
8743 (All dvi targets): Set the TEXINPUTS variable.
8744
87451996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8746
8747 * Version 19.31 released.
8748
87491996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8750
8751 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
8752 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
8753
87541995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8755
8756 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
8757 (INFO_TARGETS): Add ../info/cc-mode.
8758 (DVI_TARGETS): Add cc-mode.dvi.
8759
2de53ca6
GM
87601995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8761
8762 * Version 19.30 released.
8763
87641995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
8765
8766 * gnus.texi: New file.
8767
87681995-11-04 Erik Naggum <erik@naggum.no>
8769
8770 * gnus.texi: File deleted.
8771
87721995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
8773
8774 * mh-e.texi: "Function Index" -> "Command Index" to work with
8775 Emacs 19.30 C-h C-k support of separately-documented commands.
8776
87771995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8778
8779 * Makefile.in (../info/ediff, ediff.dvi): New targets.
8780 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
8781
87821995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8783
8784 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
8785 (../info/viper, viper.dvi): New targets.
8786
87871995-04-20 Kevin Rodgers <kevinr@ihs.com>
8788
8789 * dired-x.texi (Installation): Change the example to set
8790 buffer-local variables like dired-omit-files-p in
8791 dired-mode-hook.
8792
87931995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8794
8795 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
8796 (../info/mh-e, mh-e.dvi): New targets.
8797
87981995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8799
8800 * Makefile.in (maintainer-clean): Rename from realclean.
8801
88021994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8803
8804 * Makefile.in: New file.
8805 * Makefile: File deleted.
8806
88071994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8808
8809 * Makefile (TEXINDEX_OBJS): Variable deleted.
8810 (texindex, texindex.o, getopt.o): Rules deleted.
8811 All deps on texindex deleted.
8812 (distclean): Don't delete texindex.
8813 (mostlyclean): Don't delete *.o.
8814 * texindex.c, getopt.c: Files deleted.
8815
88161994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8817
8818 * Version 19.26 released.
8819
88201994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8821
8822 * Version 19.25 released.
8823
88241994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8825
8826 * Version 19.24 released.
8827
88281994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8829
8830 * Version 19.23 released.
8831
88321994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8833
8834 * Makefile: Delete spurious tab.
8835
88361994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8837
8838 * Makefile (.SUFFIXES): New rule.
8839
88401994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8841
8842 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
8843 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
8844
88451994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8846
8847 * Makefile (../info/sc): Rename from sc.info.
8848 (../info/cl): Likewise.
8849 (INFO_TARGETS): Use new names.
8850
88511993-12-04 Richard Stallman (rms@srarc2)
8852
8853 * getopt.c: New file.
8854 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
8855 (getopt.o): New rule.
8856 (dvi): Don't depend on texindex.
8857 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
8858 Depend on texindex.
8859
88601993-12-03 Richard Stallman (rms@srarc2)
8861
8862 * Makefile (../info/sc.info): Rename from ../info/sc.
8863 (TEXI2DVI): New variable.
8864 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
8865 Add explicit commands.
8866 (TEXINDEX_OBJS): Delete duplicate getopt.o.
8867
88681993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8869
8870 * Version 19.22 released.
8871
88721993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8873
8874 * Makefile (TEXINDEX_OBJS): Delete spurious period.
8875
88761993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8877
8878 * Version 19.21 released.
8879
88801993-11-15 Paul Eggert (eggert@twinsun.com)
8881
8882 * man/Makefile (../info/cl.info): Rename from ../info/cl.
8883
88841993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8885
8886 * Makefile (../etc/GNU): New target.
8887 (EMACSSOURCES): Add gnu1.texi.
8888
88891993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8890
8891 * Makefile (realclean): Don't delete the Info files.
8892
f0131492 88931993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
8894
8895 * forms.texi: Fix forms.texi so that it will format correctly.
8896 Add missing `@end iftex', fix bad reference.
8897
8898 * info.texi, info-stn.texi: New files implement texinfo version of
8899 `info' file.
8900
f0131492 89011993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
8902
8903 * Makefile: Fix targets for texindex, new info.texi files.
8904 * info-stnd.texi: New file implements info for standalone info
8905 reader.
8906 * info.texi: Update to include recent changes to "../info/info".
8907 New source file for ../info/info; includes info-stnd.texi.
8908
8909 * texindex.c: Include "../src/config.h" if building in emacs.
8910
8911 * Makefile: Change all files to FILENAME.texi, force all targets
8912 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
8913 vip.texinfo, forms.texinfo, cl.texinfo.
8914 Add target to build texindex.c, defining `emacs'.
8915
8916 * forms.texi: Install new file to match version 2.3 of forms.el.
8917
89181993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8919
8920 * Version 19.19 released.
8921
89221993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
8923
8924 * sc.texinfo: Fix info file name.
8925
8926 * Makefile (info): Add gnus and sc.
8927 (dvi): Add gnus.dvi and sc.dvi.
8928 (../info/sc, sc.dvi): New targets.
8929
89301993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8931
8932 * Version 19.18 released.
8933
89341993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8935
8936 * Makefile: Fix source file names of the separate manuals.
8937 (gnus.dvi, ../info/gnus): New targets.
8938
89391993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8940
8941 * Version 19.17 released.
8942
89431993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8944
8945 * split-man: Fix typos in last change.
8946
89471993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8948
8949 * Version 19.16 released.
8950
89511993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8952
8953 * version 19.15 released.
8954
89551993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8956
8957 * Makefile (distclean): It's rm, not rf.
8958
89591993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8960
8961 * Version 19.14 released.
8962
89631993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8964
8965 * Makefile: New file.
8966
89671993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8968
8969 * Version 19.13 released.
8970
89711993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8972
8973 * Version 19.9 released.
8974
89751993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8976
8977 * Version 19.8 released.
8978
89791993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8980
8981 * Version 19.7 released.
8982
89831990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
8984
8985 * gnus.texinfo: New file. Removed installation instructions.
8986
89871990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8988
8989 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
8990
89911989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
8992
8993 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
8994 then define `\sc' as the command for smallcaps in Texinfo.
8995 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
8996 made the corresponding change to makeinfo and texinfm.el.
8997
89981988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8999
9000 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9001 Customization since the menu entry did not point to anything.
9002 Also add an @finalout command to remove overfull hboxes from the
9003 printed output.
9004
9005 * cl.texinfo: Add @bye, \input line and @settitle to file.
9006 This file is clearly intended to be a chapter of some other work,
9007 but the other work does not yet exist.
9008
90091988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9010
9011 * texinfo.texinfo: Three typos corrected.
9012
4009494e 9013;; Local Variables:
c8763fb6 9014;; coding: utf-8
4009494e
GM
9015;; End:
9016
3fe7cdc8 9017 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9018
9019 This file is part of GNU Emacs.
9020
97c0352c 9021 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9022 it under the terms of the GNU General Public License as published by
97c0352c
GM
9023 the Free Software Foundation, either version 3 of the License, or
9024 (at your option) any later version.
4009494e
GM
9025
9026 GNU Emacs is distributed in the hope that it will be useful,
9027 but WITHOUT ANY WARRANTY; without even the implied warranty of
9028 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9029 GNU General Public License for more details.
9030
9031 You should have received a copy of the GNU General Public License
97c0352c 9032 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.