* doc/lispintro/emacs-lisp-intro.texi: Nuke hand-written node pointers.
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
16af873e
GM
12012-05-28 Glenn Morris <rgm@gnu.org>
2
c1dabff0
GM
3 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
4
16af873e
GM
5 * sc.texi: Nuke hand-written node pointers.
6 Fix top-level menu to match actual node order.
7
1d5b82ef
GM
82012-05-27 Glenn Morris <rgm@gnu.org>
9
10 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
11 Some associated fixes, including not messing with chapno in cl.texi.
12
33017faf 132012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
14
15 * org.texi (Durations and time values): Fix typo.
16
d14b0029
JB
172012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
18
33017faf 19 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
20 Mention `calc-ensure-consistent-units'.
21
2f4cadd1 222012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 23
9879e263
AS
24 * cc-mode.texi: Avoid space before macro in 4th argument of cross
25 reference commands. (Bug#11461)
26
78e91d08
AS
27 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
28
3fe7cdc8
GM
292012-05-12 Glenn Morris <rgm@gnu.org>
30
9598ef0b
GM
31 * Makefile.in (mostlyclean): Add more TeX intermediates.
32
7d326a29
GM
33 * Makefile.in: Make it look more like the other doc Makefiles.
34 Use explicit $srcdir in all dependencies.
35 Remove cd $srcdir from rules.
36 (VPATH): Remove.
37 (infodir): Set to an absolute path.
38 (INFO_TARGETS): Use short names.
39 (mkinfodir): infodir is now absolute.
40 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
41
c7f95930 42 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 43 (.SUFFIXES): Disable implicit rules.
c7f95930 44
3fe7cdc8
GM
45 * Makefile.in (MKDIR_P): New, set by configure.
46 (mkinfodir): Use $MKDIR_P.
47
6f0652af
GM
482012-05-07 Glenn Morris <rgm@gnu.org>
49
50 * forms.texi (Long Example): Update for changed location of files.
51
8045b906
GM
522012-05-04 Glenn Morris <rgm@gnu.org>
53
54 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
55 (INFO_TARGETS): Use $INFO_EXT.
56 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
57 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
58 (INFO_TARGETS): Use $INFO_EXT.
59 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
60
9e7a4bcf
GM
612012-05-02 Glenn Morris <rgm@gnu.org>
62
9aa071df
GM
63 * Makefile.in (echo-info): New phony target, used by top-level.
64
9e7a4bcf
GM
65 * viper.texi: Make direntry shorter (also it is no longer "newest").
66
67 * emacs-gnutls.texi, ert.texi, org.texi:
68 Fix dircategory, direntry to match info/dir.
69
31cc861c
GM
70 * faq.texi: Convert @inforefs to @xrefs.
71 Fix some malformed cross-references.
f9e320bb
GM
72 (File-name conventions): Shorten section name to avoid overfull line.
73 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 74
723ea6b5
TZ
752012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
76
77 * auth.texi (Help for users): Update for .gpg file being second.
78
a8e7d6d7 792012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
80
81 * org.texi (Agenda commands): Fix two typos: give corresponding
82 function names, according to `org-agenda-view-mode-dispatch'.
83
a8e7d6d7 842012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
85
86 * faq.texi (Major packages and programs): Remove section.
87 There is no point listing 6 packages (cf etc/MORE.STUFF).
88 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 89
dcbf5805
MA
902012-04-22 Michael Albinus <michael.albinus@gmx.de>
91
92 * dbus.texi (Version): New node.
93 (Properties and Annotations): Mention the object manager
94 interface. Describe dbus-get-all-managed-objects.
95 (Type Conversion): Floating point numbers are allowed, if an
96 anteger does not fit Emacs's integer range.
97 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
98 (Asynchronous Methods): Fix description of
99 dbus-call-method-asynchronously.
100 (Receiving Method Calls): Fix some minor errors. Add
101 dbus-interface-emacs.
102 (Signals): Describe unicast signals and the new match rules.
103 (Alternative Buses): Add the PRIVATE optional argument to
104 dbus-init-bus. Describe its new return value. Add dbus-setenv.
105
adee4030
GM
1062012-04-20 Glenn Morris <rgm@gnu.org>
107
108 * faq.texi (New in Emacs 24): New section.
109 (Packages that do not come with Emacs): Mention M-x list-packages.
110
35dc09a1 1112012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
112
113 * cc-mode.texi (c-offsets-alist): Correct a typo.
114
35dc09a1 1152012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
116
117 * org.texi (Deadlines and scheduling): Fix the example: the
118 DEADLINE item should come right after the headline. We enforce
119 this convention, so it is a bug not to illustrate it correctly in
120 the manual.
121
35dc09a1 1222012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
123
124 * org.texi (Agenda commands): Fix documentation bug by swapping
125 the equivalent keybindings to `org-agenda-next-line' with the ones
126 to `org-agenda-previous-line'.
127
35dc09a1 1282012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
129
130 * Makefile.in: Replace non-portable use of $< in ordinary rules.
131
e2560ea8
EZ
1322012-04-09 Eli Zaretskii <eliz@gnu.org>
133
134 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
135 emacs-gnutls.
136 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
137
6b4f4a2d
TZ
1382012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
139
250b840e 140 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
141
142 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
143
ca2c89b6
TZ
1442012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
145
146 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 147 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 148
aebd5f1a
GM
1492012-04-04 Glenn Morris <rgm@gnu.org>
150
151 * auth.texi (Secret Service API): Copyedits.
152 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
153 (Help for users, Help for developers)
154 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 155
0317dd51
MA
1562012-04-04 Michael Albinus <michael.albinus@gmx.de>
157
158 * auth.texi (Secret Service API): Add the missing text.
159
3d439cd1
CY
1602012-04-04 Chong Yidong <cyd@gnu.org>
161
162 * message.texi (Using PGP/MIME): Note that epg is now the default.
163
164 * gnus.texi: Reduce references to obsolete pgg library.
165 (Security): Note that epg is now the default.
166
167 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
168
169 * nxml-mode.texi (Completion): C-RET is no longer bound to
170 nxml-complete.
171
153ae947
BG
1722012-04-01 Jambunathan K <kjambunathan@gmail.com>
173
174 * org.texi (Customizing tables in ODT export): Correct few errors.
175
1762012-04-01 Jambunathan K <kjambunathan@gmail.com>
177
178 * org.texi (Links in ODT export): Update.
179 (Labels and captions in ODT export): New node.
180
1812012-04-01 Jambunathan K <kjambunathan@gmail.com>
182
183 * org.texi (Literal examples in ODT export): htmlfontify.el in
184 Emacs-24.1 now supports fontification. So ODT source blocks will
185 be fontified by default.
186
1872012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
188
189 * org.texi (Refiling notes): Remove duplicated keybinding.
190
1912012-04-01 Eric Schulte <eric.schulte@gmx.com>
192
193 * org.texi (noweb): Documentation of this new option to the :noweb
194 header argument.
195
1962012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
197
198 * org.texi (Header and sectioning): Add example demonstrating how
199 to use "LaTeX_CLASS_OPTIONS".
200
2012012-04-01 Eric Schulte <eric.schulte@gmx.com>
202
203 * org.texi (Noweb reference syntax): Describe the ability to
204 execute noweb references in the manual.
205
2062012-04-01 Eric Schulte <eric.schulte@gmx.com>
207
208 * org.texi (cache): Improve cache documentation when session
209 evaluation is used.
210
2112012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
212
213 * org.texi (Plain lists): Document removal.
214
2152012-04-01 Michael Brand <michael.ch.brand@gmail.com>
216
217 * org.texi: Decapitalize file name in references to Calc manual.
218
2192012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
220
221 * org.texi (Plain lists): Document removal.
222
2232012-04-01 Jambunathan K <kjambunathan@gmail.com>
224
225 * org.texi (Top, OpenDocument Text export)
226 (ODT export commands, Extending ODT export)
227 (Images in ODT export, Tables in ODT export)
228 (Configuring a document converter): Add or Update.
229
2302012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
231
232 * org.texi (MobileOrg): Change the wording to reflect that the
233 Android Version is no longer just the little brother of the iOS
234 version.
235
2362012-04-01 Eric Schulte <eric.schulte@gmx.com>
237
238 * org.texi (Key bindings and useful functions): Updated babel key
239 binding documentation in manual.
240
2412012-04-01 Eric Schulte <eric.schulte@gmx.com>
242
243 * org.texi (noweb): Document new noweb header value.
244
2452012-04-01 Eric Schulte <eric.schulte@gmx.com>
246
247 * org.texi (noweb-sep): Document new header argument.
248
2492012-04-01 Eric Schulte <eric.schulte@gmx.com>
250
251 * org.texi (noweb-ref): Documentation of this new custom variable.
252
2532012-04-01 Eric Schulte <eric.schulte@gmx.com>
254
255 * org.texi (wrap): Update the new :wrap documentation to match the
256 current implementation.
257
2582012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
259
260 * org.texi: Added documentation for :wrap.
261
2622012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
263
264 * org.texi: #+RESULTS now user-configurable.
265
2662012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
267
268 * org.texi: Documented :noweb no-export.
269
2702012-04-01 Thomas Dye <dk@poto.local>
271
272 * org.texi: Edit :noweb no header argument for correctness.
273
2742012-04-01 Bastien Guerry <bzg@altern.org>
275
276 * org.texi (Customization): Update the approximate number of Org
277 variables.
278
2792012-04-01 Thomas Dye <dk@poto.local>
280
281 * org.texi: The :results wrap produces a drawer instead of a
282 begin_results block.
283
005a89ff
G
2842012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
285
286 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
287 reflect the new default.
288
589ce070
EZ
2892012-03-10 Eli Zaretskii <eliz@gnu.org>
290
291 * info.texi (Expert Info): Move the index entry for "Texinfo" from
292 "Getting Started" to this node. (Bug#10450)
293
a5392527
CY
2942012-03-10 Chong Yidong <cyd@gnu.org>
295
8ae818e4
CY
296 * flymake.texi (Example -- Configuring a tool called via make):
297 Mention the Automake COMPILE variable (Bug#8715).
298
a5392527
CY
299 * info.texi (Getting Started): Add an index entry (Bug#10450).
300
d49902e4
MA
3012012-03-02 Michael Albinus <michael.albinus@gmx.de>
302
303 * dbus.texi (Signals): Known names will be mapped onto unique
304 names, when registering for signals.
305
53eced6d
GM
3062012-02-29 Glenn Morris <rgm@gnu.org>
307
bcd6cd23
GM
308 * url.texi: Fix quote usage in body text.
309
775b55af
GM
310 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
311
53eced6d
GM
312 * cl.texi: Use @code{} in menus when appropriate.
313
44e97401
GM
3142012-02-28 Glenn Morris <rgm@gnu.org>
315
316 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
317 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
318 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
319 * org.texi, sc.texi, vip.texi, viper.texi:
320 Standardize possessive apostrophe usage.
321
fa9a0855
CY
3222012-02-26 Chong Yidong <cyd@gnu.org>
323
324 * ediff.texi (Quick Help Commands): Add a couple of index entries
325 (Bug#10834).
326
0fd2c9a3
GM
3272012-02-17 Glenn Morris <rgm@gnu.org>
328
329 * gnus.texi (Posting Styles):
330 * remember.texi (Org): Fix cross-refs to other manuals.
331
9f26dc24
GM
3322012-02-15 Glenn Morris <rgm@gnu.org>
333
334 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
335 (Encryption): New chapter, split out from previous.
336
3d2af193
LI
3372012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
338
339 * gnus.texi (Customizing the IMAP Connection): Mention
340 nnimap-record-commands.
341
b74c9672
GM
3422012-02-10 Glenn Morris <rgm@gnu.org>
343
344 * url.texi (Retrieving URLs): Update url-retrieve arguments.
345 Mention url-queue-retrieve.
346
2ebc3b94
GM
3472012-02-09 Glenn Morris <rgm@gnu.org>
348
9fcfcdef
GM
349 * sem-user.texi (Semantic mode user commands): Typo fix.
350
2ebc3b94
GM
351 * info.texi (Create Info buffer): Mention info-display-manual.
352
7c4bbb69
LI
3532012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
354
355 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
356 example (modified from an example by Michael Albinus).
357
debce7bc
G
3582012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
359
360 * gnus.texi (Agent Basics): Fix outdated description of
361 `gnus-agent-auto-agentize-methods'.
362
b207a4ec
AS
3632012-01-28 Andreas Schwab <schwab@linux-m68k.org>
364
365 * cc-mode.texi: Always @defindex ss.
366 (Config Basics): Fix argument of @itemize.
367 (Macro Backslashes): Add @code around index entry.
368
b8fe8712
GM
3692012-01-23 Glenn Morris <rgm@gnu.org>
370
371 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
372
02dc2fd7
EH
3732012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
374
375 * tramp.texi (File): Tweak wording for the `scpc' option.
376
e7719ea1
G
3772012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
378
379 * gnus.texi (Group Parameters): Really note precedence.
380
9937bef4
G
3812012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
382
383 * gnus.texi (Group Parameters): Note precedence.
384
e66ba1df
BG
3852012-01-03 Eric Schulte <eric.schulte@gmx.com>
386
387 * org.texi (Noweb reference syntax): Adding documentation of
388 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
389 variable.
390
3912012-01-03 Bastien Guerry <bzg@gnu.org>
392
393 * org.texi (Plain lists): Split the table to fix the display
394 of items.
395
3962012-01-03 Bastien Guerry <bzg@gnu.org>
397
398 * org.texi (Plain lists): Fix misplaced explanation.
399
4002012-01-03 Bastien Guerry <bzg@gnu.org>
401
402 * org.texi (Plain lists, Agenda files): Add index entries.
403
4042012-01-03 Julian Gehring <julian.gehring@googlemail.com>
405
406 * org.texi: Use "Org mode" instead of alternatives like
407 "Org-mode" or "org-mode".
408
4092012-01-03 Bernt Hansen <bernt@norang.ca>
410
411 * org.texi (Agenda commands): Document
412 `org-clock-report-include-clocking-task'.
413
4142012-01-03 Bastien Guerry <bzg@gnu.org>
415
416 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
417 C-c' on checkboxes.
418
4192012-01-03 Julian Gehring <julian.gehring@googlemail.com>
420
421 * org.texi: End sentences with two spaces.
422
4232012-01-03 Michael Brand <michael.ch.brand@gmail.com>
424
425 * org.texi (External links): Document the link types file+sys
426 and file+emacs, slightly narrow used page width.
427
4282012-01-03 Eric Schulte <eric.schulte@gmx.com>
429
430 * org.texi (colnames): Note that colnames behavior may differ
431 across languages.
432
4332012-01-03 Bastien Guerry <bzg@gnu.org>
434
435 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
436
4372012-01-03 Thomas Dye <dk@poto.westell.com>
438
439 * org.texi: Augmented discussion of babel property
440 inheritance. Put footnote outside sentence ending period.
441
4422012-01-03 Eric Schulte <schulte.eric@gmail.com>
443
444 * org.texi (eval): Documenting the full range of :eval header
445 argument values.
446
4472012-01-03 Eric Schulte <schulte.eric@gmail.com>
448
449 * org.texi (eval): Documentation of the new :eval option.
450
4512012-01-03 Thomas Dye <dk@poto.local>
452
453 * org.texi: Add accumulated properties.
454
4552012-01-03 Thomas Dye <dk@poto.local>
456
457 * org.texi: Documented no spaces in name=assign, another
458 correction to :var table.
459
4602012-01-03 Thomas Dye <dk@poto.local>
461
462 * org.texi: Changed DATA to NAME in Working With Source Code
463 section.
464
4652012-01-03 Tom Dye <tsd@tsdye.com>
466
467 * org.texi: Minor change to :var table.
468
4692012-01-03 Tom Dye <tsd@tsdye.com>
470
471 * org.texi: More changes to :var table (some examples were wrong).
472
4732012-01-03 Tom Dye <tsd@tsdye.com>
474
475 * org.texi: Cleaned up :var table.
476
4772012-01-03 Bastien Guerry <bzg@gnu.org>
478
479 * org.texi (Timestamps, Weekly/daily agenda)
480 (Weekly/daily agenda): Add @cindex for "appointment".
481
4822012-01-03 Eric Schulte <schulte.eric@gmail.com>
483
484 * org.texi (Literal examples): A new link to the template for
485 inserting empty code blocks.
486 (Structure of code blocks): A new link to the template for
487 inserting empty code blocks.
488
4892012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
490
491 * org.texi (External links): Add footnote on how the behavior
492 of the text search in Org files are controled by the variable
493 `org-link-search-must-match-exact-headline'.
494
4952012-01-03 Eric Schulte <schulte.eric@gmail.com>
496
497 * org.texi (Buffer-wide header arguments): Update
498 documentation to reflect removal of #+PROPERTIES.
499
5002012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
501
502 * org.texi (The clock table): Mention that ACHIVED trees
503 contribute to the clock table.
504
5052012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
506
507 * org.texi (Conflicts): Better yasnippet config info.
508
5092012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
510
511 * org.texi (Selective export): Explicitely mention the default
512 values for `org-export-select-tags',
513 `org-export-exclude-tags'.
514
5152012-01-03 Tom Dye <tsd@tsdye.com>
516
517 * org.texi: Added a line to specify that header arguments are
518 lowercase.
519
5202012-01-03 Tom Dye <tsd@tsdye.com>
521
522 * org.texi: :var requires default value when declared.
523
5242012-01-03 Bastien Guerry <bzg@gnu.org>
525
526 * org.texi (Handling links): Add a note about the
527 `org-link-frame-setup' option.
528
5292012-01-03 David Maus <dmaus@ictsoc.de>
530
531 * org.texi (Exporting Agenda Views, Extracting agenda
532 information): Fix command line syntax, quote symbol parameter
533 values.
534
5352012-01-03 David Maus <dmaus@ictsoc.de>
536
537 * org.texi (Exporting Agenda Views): Fix command line syntax.
538
8d80ef01
PE
5392011-12-28 Paul Eggert <eggert@cs.ucla.edu>
540
541 * gnus.texi (Mail Source Customization, Mail Back End Variables):
542 Use octal notation for file permissions, which are normally
543 thought of in octal.
544 (Mail Back End Variables): Use more-plausible modes in example.
545
47d42d81
AM
5462011-12-20 Alan Mackenzie <acm@muc.de>
547
548 * cc-mode.texi: Update version string 5.31 -> 5.32.
549
a98edce9
JB
5502011-12-06 Juanma Barranquero <lekktu@gmail.com>
551
552 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
553
321decc8
GM
5542011-11-24 Glenn Morris <rgm@gnu.org>
555
556 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
557
f8107b79
JB
5582011-11-24 Juanma Barranquero <lekktu@gmail.com>
559
560 * makefile.w32-in: Update dependencies.
561
f5a96a4f
GM
5622011-11-20 Glenn Morris <rgm@gnu.org>
563
564 * gnus.texi (Group Information):
565 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
566
cd1181db
JB
5672011-11-20 Juanma Barranquero <lekktu@gmail.com>
568
569 * gnus-coding.texi (Gnus Maintenance Guide):
570 Rename from "Gnus Maintainance Guide".
571
572 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
573 * eieio.texi (Customizing):
fe7a3057
JB
574 * gnus.texi (Article Washing):
575 * gnus-news.texi:
576 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 577
7877f373
JB
5782011-11-16 Juanma Barranquero <lekktu@gmail.com>
579
580 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
581
0d26e0b6
JB
5822011-11-15 Juanma Barranquero <lekktu@gmail.com>
583
c7015153
JB
584 * ede.texi (project-am-texinfo):
585 * gnus.texi (Sending or Not Sending):
586 * org.texi (Template elements): Fix typos.
0d26e0b6 587
0b381c7e
JB
5882011-11-14 Juanma Barranquero <lekktu@gmail.com>
589
590 * ediff.texi (Hooks):
c7015153 591 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 592
40a8bdf6
JB
5932011-11-11 Juanma Barranquero <lekktu@gmail.com>
594
595 * semantic.texi (Tag handling): Fix typo.
596
57dda3bb
KY
5972011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
598
599 * gnus.texi (Other Gnus Versions): Remove.
600
52bedd34
AM
6012011-10-28 Alan Mackenzie <acm@muc.de>
602
603 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
604 (Other Special Indentations): Add an xref to "Macros with ;".
605 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
606 "Macros with ;".
607 (Macros with ;): New page.
608
00b77525
GM
609 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
610 Document the new handling of nested scopes for movement by defuns.
52bedd34 611
4a623313
MA
6122011-10-23 Michael Albinus <michael.albinus@gmx.de>
613
614 Sync with Tramp 2.2.3.
615
616 * trampver.texi: Update release number.
617
466a320e
GM
6182011-10-14 Glenn Morris <rgm@gnu.org>
619
620 * ert.texi (Introduction, How to Run Tests)
621 (Running Tests Interactively, Expected Failures)
622 (Tests and Their Environment, Useful Techniques)
623 (Interactive Debugging, Fixtures and Test Suites):
624 Minor rephrasings.
625 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
626 (Running Tests in Batch Mode): Simplify loading instructions.
627 (Test Selectors): Clarify some selectors.
628 (Expected Failures, Useful Techniques):
629 Make examples fit in 80 columns.
630
2be4956d
JB
6312011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
632
633 * calc.texi (Basic Operations on Units): Discuss temperature
634 conversion (`u t') alongside with other unit conversions ('u c').
635
7359a765
GM
6362011-10-12 Glenn Morris <rgm@gnu.org>
637
638 * ert.texi: Whitespace trivia to make main menu items line up better.
639
a0c52e5d
GM
6402011-10-08 Glenn Morris <rgm@gnu.org>
641
642 * Makefile.in: Fix ert rules.
643
465d0300
G
6442011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
645
646 * gnus.texi (Gnus Utility Functions): Add more references and
647 explanations (bug#9683).
648
a5166359
LMI
6492011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
650
651 * gnus.texi (Archived Messages): Note the default (bug#9552).
652
b523dc20
BW
6532011-09-21 Bill Wohler <wohler@newt.com>
654
655 Release MH-E manual version 8.3.
656
58179cce 657 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
658 release 8.3.
659 (Preface): Updated support information.
bd7239f5 660 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
661 historical quote, the tense should be correct in the time that it
662 was written.
663
0afb49a1
LMI
6642011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
665
666 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
667 (Finding the News): Doc clarification.
668 (Terminology): Mention naming.
669
e21bac42
G
6702011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
671
672 * gnus.texi: Remove mentions of `recent', which are now obsolete.
673 (Interactive): Document `quiet'.
674
5b409b39 6752011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 676
bd7239f5 677 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 678
5b409b39 6792011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 680
bd7239f5 681 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
682 scope for `org-map-entries'.
683
5b409b39 6842011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
685
686 * org.texi (Visibility cycling): Document `org-copy-visible'.
687
5b409b39 6882011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 689
bd7239f5 690 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
691 proper order.
692
5b409b39 6932011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
694
695 * org.texi (eval): Expand discussion of the :eval header argument.
696
5b409b39 6972011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
698
699 * org.texi (Languages): Add Lilypond and Awk as supported
700 languages.
701
5b409b39 7022011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 703
bd7239f5 704 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
705 LOG_INTO_DRAWER can be used to override the contents of variable
706 org-clock-into-drawer (or if unset, org-log-into-drawer).
707
bd7239f5 708 * org.texi: Replace @xref->@pxref.
3ab2c837 709
5b409b39 7102011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
711
712 * org.texi (Evaluating code blocks): Documenting the new option
713 for inline call lines.
714
5b409b39 7152011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
716
717 * org.texi (Results of evaluation): More explicit about the
718 mechanism through which interactive evaluation of code is
719 performed.
720
5b409b39 7212011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
722
723 * org.texi (noweb-ref): New header argument documentation.
724
5b409b39 7252011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
726
727 * org.texi (Extracting source code): Documentation of the new
728 org-babel-tangle-named-block-combination variable.
729
5b409b39 7302011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 731
bd7239f5 732 * org.texi (Structure of code blocks): Explicitly state that the
3ab2c837
BG
733 behavior of multiple blocks of the same name is undefined
734
5b409b39 7352011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
736
737 * org.texi (TaskJuggler export): Modify the example to reflect the
738 new effort durations.
739
5b409b39 7402011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
741
742 * org.texi (Images in LaTeX export): Escape curly brackets in
743 LaTeX example.
744
5b409b39 7452011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
746
747 * org.texi (The clock table): Document the :properties and
748 :inherit-props arguments for the clocktable.
749
5b409b39 7502011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
751
752 * org.texi (Tables in LaTeX export): Document specifying placement
753 options for tables.
754
5b409b39 7552011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
756
757 * org.texi (Evaluating code blocks): More specific documentation
758 about the different types of header arguments.
759
5b409b39 7602011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
761
762 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
763
5b409b39 7642011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
765
766 * org.texi (Built-in table editor): Document the table field
767 follow mode.
768
5b409b39 7692011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
770
771 * org.texi (Easy Templates): Document new template.
772
5b409b39 7732011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
774
775 * org.texi (Literal examples): Add a cross-reference from "Literal
776 Examples" to "Easy Templates."
777
5b409b39 7782011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
779
780 * org.texi (The clock table): Add link to match syntax.
781
5b409b39 7822011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
783
784 * org.texi (Agenda commands): Document clock consistency checks.
785
5b409b39 7862011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
787
788 * org.texi (Built-in table editor): Document that \vert represents
789 a vertical bar in a table field.
790
5b409b39 7912011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
792
793 * org.texi (Literal examples): Link from "Markup" > "Literate
794 Examples" to "Working with Source Code".
795
5b409b39 7962011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
797
798 * org.texi (Agenda commands): Doc for function option to bulk
799 action.
800
5b409b39 8012011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
802
803 * org.texi (Template expansion): Document new %<...> template
804 escape.
805
5b409b39 8062011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
807
808 * org.texi (Selective export): Document exclusion of any tasks
809 from export.
810
5b409b39 8112011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
812
813 * org.texi (Selective export): Document how to exclude DONE tasks
814 from export.
815 (Publishing options): Document the properties to be used to turn off
816 export of DONE tasks.
817
5b409b39 8182011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
819
820 * org.texi (The date/time prompt): Document date range protection.
821
5b409b39 8222011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
823
824 * org.texi (padline): Documentation of the new padline header
825 argument.
826
5b409b39 8272011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
828
829 * org.texi (var): Adding "[" to list of characters triggering
830 elisp evaluation.
831
5b409b39 8322011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
833
834 * org.texi (var): Documentation of Emacs Lisp evaluation during
835 variable assignment.
836
5b409b39 8372011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
838
839 * org.texi (colnames): Reference indexing into variables, and note
840 that colnames are *not* removed before indexing occurs.
841 (rownames): Reference indexing into variables, and note that
842 rownames are *not* removed before indexing occurs.
843
5b409b39 8442011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
845
846 * org.texi (var): Clarification of indexing into tabular
847 variables.
848
5b409b39 8492011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
850
851 * org.texi (results): Documentation of the `:results wrap' header
852 argument.
853
5b409b39 8542011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 855
bd7239f5 856 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
857 of the LaTeX export: the org file has to be properly structured.
858
5b409b39 8592011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
860
861 * org.texi (Dynamic blocks, Structure editing): Mention
862 the function `org-narrow-to-block'.
863
5b409b39 8642011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
865
866 * org.texi (Languages): Updating list of code block supported
867 languages.
868
5b409b39 8692011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
870
871 * org.texi (Special properties): CATEGORY is a special property,
872 but it may also used in the drawer.
873
5b409b39 8742011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
875
876 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
877
5b409b39 8782011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
879
880 * org.texi (Include files): Document :lines.
881
5b409b39 8822011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
883
884 * org.texi (comments): Documentation of the ":comments noweb" code
885 block header argument.
886
5b409b39 8872011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
888
889 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
890 added extra whitespace around functions to be consistent with the
891 rest of the section.
892
5b409b39 8932011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 894
0b381c7e 895 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
896 #+call: line syntax.
897 (Header arguments in function calls): Expanded discussion of
898 #+call: line syntax.
899
5b409b39 9002011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
901
902 * org.texi (Evaluating code blocks): More explicit about how to
903 pass variables to #+call lines.
904
5b409b39 9052011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
906
907 * org.texi (Results of evaluation): Link to the :results header
908 argument list from the "Results of evaluation" section.
909
5b409b39 9102011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
911
912 * org.texi (Conflicts): Adding additional information about
913 resolving org/yasnippet conflicts.
914
5b409b39 9152011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
916
917 * org.texi (Publishing options): Document style-include-scripts
918 publishing project property.
919
5b409b39 9202011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
921
922 * org.texi (Sparse trees): Document the next-error /
923 previous-error functionality.
924
5b409b39 9252011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
926
927 * org.texi (cache): Improved documentation of code block caches.
928
5b409b39 9292011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
930
931 * org.texi (Code block specific header arguments): Documentation
932 of multi-line header arguments.
933
5b409b39 9342011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
935
936 * org.texi (Code evaluation security): Add example for using a
937 function.
938
5b409b39 9392011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
940
941 * org.texi (Tables in LaTeX export): Documentation of new
942 attr_latex options for tables.
943
5b409b39
BG
9442011-08-03 Michael Albinus <michael.albinus@gmx.de>
945
946 * trampver.texi: Update release number.
947
9482011-07-30 Michael Albinus <michael.albinus@gmx.de>
949
950 Sync with Tramp 2.2.2.
951
952 * trampver.texi: Update release number.
953
064e2d08
LMI
9542011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
955
956 * flymake.texi (Example -- Configuring a tool called via make):
957 Use /dev/null instead of the Windows "nul" (bug#8715).
958
b8151e9c
LMI
9592011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
960
961 * widget.texi (Setting Up the Buffer): Remove mention of the
962 global keymap parent, which doesn't seem to be accurate
963 (bug#7045).
964
5b409b39
BG
9652011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
966
967 * org.texi (Special agenda views): Fix double quoting (bug#3509).
968
c0a8ae95
KR
9692010-07-10 Kevin Ryde <user42@zip.com.au>
970
971 * cl.texi (For Clauses): Add destructuring example processing an
972 alist (bug#6596).
973
ac6531ad
LMI
9742011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
975
976 * ediff.texi (Major Entry Points): Remove mention of `require',
977 since that's not pertinent in the installed Emacs (bug#9016).
978
d30dd079
G
9792011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
980
981 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
982 (Filtering New Groups): Clarify how simple the "options -n" format is.
983 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
984 is internal.
d30dd079 985
862c0d68
MA
9862011-07-04 Michael Albinus <michael.albinus@gmx.de>
987
988 * tramp.texi (Cleanup remote connections): Add
989 `tramp-cleanup-this-connection'.
990
cd865a33
G
9912011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
992
993 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
994 zombies.
995 (Checking New Groups): Ditto (bug#8974).
7d1738f1 996 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
997
9982011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
999
1000 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1001 backups, and not actual vc (bug#8975).
1002
79414ae4
KR
10032011-07-03 Kevin Ryde <user42@zip.com.au>
1004
1005 * cl.texi (For Clauses): @items for hash-values and key-bindings
1006 to make them more visible when skimming. Add examples of `using'
1007 clause to them, examples being clearer than a description in
1008 words (bug#6599).
1009
847ccf7c
AM
10102011-07-01 Alan Mackenzie <acm@muc.de>
1011
1012 * cc-mode.texi (Guessing the Style): New page.
1013 (Styles): Add a short introduction to above.
1014
3da13bb9
DD
10152011-06-28 Deniz Dogan <deniz@dogan.se>
1016
1017 * rcirc.texi (Configuration): Bug-fix:
1018 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1019 Reported by Elias Pipping <pipping@exherbo.org>.
1020
60a0884e
G
10212011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1022
1023 * gnus.texi (Summary Mail Commands): Document
1024 `gnus-summary-reply-to-list-with-original'.
1025
0c7efc08
SM
10262011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1027
1028 * eshell.texi (Known problems): Fix typo.
1029
ea3596a2
MA
10302011-06-12 Michael Albinus <michael.albinus@gmx.de>
1031
0c7efc08 1032 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1033 (Password handling): `auth-source-debug' is good for debug messages.
1034
2da9c605
G
10352011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1036
1037 * gnus.texi (Store custom flags and keywords): Refer to
1038 `gnus-registry-article-marks-to-{chars,names}' instead of
1039 `gnus-registry-user-format-function-{M,M2}'.
1040
e61923c8
GM
10412011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1042
1043 * texinfo.tex: Merge from gnulib.
1044
627abcdd
TZ
10452011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1046
1047 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1048 (Store custom flags and keywords):
1049 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1050 `gnus-registry-user-format-function-M2'.
1051
a3c92bc1
EZ
10522011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1053
8f906c40 1054 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1055
85d870a9
GM
10562011-05-17 Glenn Morris <rgm@gnu.org>
1057
1058 * gnus.texi (Face): Fix typo.
1059
2cdee799
GM
10602011-05-14 Glenn Morris <rgm@gnu.org>
1061
1062 * dired-x.texi (Omitting Examples): Minor addition.
1063
79b70037
GM
10642011-05-10 Jim Meyering <meyering@redhat.com>
1065
1066 * ede.texi: Fix typo "or or -> or".
1067
a7111a62 10682011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1069
1070 * gnus.texi (Summary Buffer Lines):
1071 gnus-summary-user-date-format-alist does not exist.
1072 (Sorting the Summary Buffer): More about sorting threads.
1073
69026aba
MA
10742011-04-25 Michael Albinus <michael.albinus@gmx.de>
1075
1076 * trampver.texi: Update release number.
1077
9024ff79
MA
10782011-04-14 Michael Albinus <michael.albinus@gmx.de>
1079
1080 * tramp.texi (Frequently Asked Questions): New item for disabling
1081 Tramp in other packages.
1082
c3c65d73
TZ
10832011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1084
1085 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1086 (Fancy splitting to parent, Store arbitrary data):
1087 Updated gnus-registry docs.
c3c65d73 1088
9ec6a317
JB
10892011-04-13 Juanma Barranquero <lekktu@gmail.com>
1090
1091 * ede.texi: Fix typos.
1092
1e3b6001
G
10932011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1094
9ec6a317
JB
1095 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1096 It's @table @code.
1e3b6001 1097
a5954fa5
G
10982011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1099
1100 * gnus.texi (Listing Groups): Document gnus-group-list-ticked
1101
d71990a1
JB
11022011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1103
1104 * calc.texi (Logarithmic Units): Update the function names.
1105
1518e4f0
G
11062011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1107
1108 * message.texi (Various Commands): Document format specs in the
1109 ellipsis.
1110
a123622d
G
11112011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1112
1113 * message.texi (Insertion Variables): Document message-cite-style.
1114
11152011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1116
1117 * tramp.texi (Remote processes): New subsection "Running shell on
1118 a remote host".
1119
4248cca2
TZ
11202011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1121
1122 * auth.texi (Help for developers): Update docs to explain that the
1123 :save-function will only run the first time.
1124
54ce11a1
GM
11252011-03-12 Glenn Morris <rgm@gnu.org>
1126
1127 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1128 (emacs-faq.text): New target.
1129 (clean): Add emacs-faq.
1130
0c3b25f8
MA
11312011-03-12 Michael Albinus <michael.albinus@gmx.de>
1132
1133 Sync with Tramp 2.2.1.
1134
1135 * trampver.texi: Update release number.
1136
b740639e
GM
11372011-03-11 Glenn Morris <rgm@gnu.org>
1138
1139 * Makefile.in (HTML_TARGETS): New.
1140 (clean): Delete $HTML_TARGETS.
1141 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1142
733afdf4
TZ
11432011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1144
1145 * auth.texi (Help for developers): Show example of using
1146 `auth-source-search' with prompts and :save-function.
1147
33383987
JB
11482011-03-07 Chong Yidong <cyd@stupidchicken.com>
1149
1150 * Version 23.3 released.
1151
a5057546
G
11522011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1153
1154 * message.texi (Message Buffers): Update default value of
1155 message-generate-new-buffers.
1156
479a2c9b
JB
11572011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1158
1159 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1160 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1161 respectively.
05a29101
JB
1162 (Musical Notes): New section.
1163 (Customizing Calc): Mention the customizable variable
1164 calc-note-threshold.
479a2c9b 1165
e0535b76
GM
11662011-03-03 Glenn Morris <rgm@gnu.org>
1167
1168 * url.texi (Dealing with HTTP documents): Remove reference to
1169 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1170 (Configuration): Update url-configuration-directory description.
e0535b76 1171
2777ccbf
GM
11722011-03-02 Glenn Morris <rgm@gnu.org>
1173
1174 * dired-x.texi (Multiple Dired Directories): Remove mentions
1175 of dired-default-directory-alist and dired-default-directory.
1176 Move dired-smart-shell-command here...
1177 (Miscellaneous Commands): ... from here.
1178
257219bd
PE
11792011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1180
1181 * texinfo.tex: Update to version 2011-02-24.09.
1182
8889f4e2
GM
11832011-03-02 Glenn Morris <rgm@gnu.org>
1184
1185 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1186 instead of the obsoleted dired-omit-here-always.
1187
5d41af19
MA
11882011-02-28 Michael Albinus <michael.albinus@gmx.de>
1189
1190 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1191 supported systems.
1192
2b0c7330 11932011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1194
61cf3a76
GM
1195 * dbus.texi (Type Conversion): Grammar fix.
1196
cce7d530 11972011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1198
cce7d530
GM
1199 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1200 "Debian GNU/Linux".
51a13bdd 1201
cce7d530
GM
1202 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1203
817b48a7
GM
12042011-02-23 Glenn Morris <rgm@gnu.org>
1205
cce7d530
GM
1206 * dired-x.texi (Features): Minor rephrasing.
1207 (Local Variables): Fix typos.
47301027
GM
1208
1209 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1210 Standardize some Emacs/XEmacs terminology.
1211
817b48a7
GM
1212 * dired-x.texi (Features): Don't advertise obsolete local variables.
1213 Simplify layout.
1214 (Omitting Variables): Update local variables example.
1215 (Local Variables): Say this is obsolete. Fix description of
1216 dired-enable-local-variables possible values.
1217
4a3988d5
G
12182011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1219
1220 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1221 default now.
1222
8e22bee0
G
12232011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1224
1225 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1226
06b840e0
LI
12272011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1228
1229 * gnus.texi (Window Layout): Document layout names.
1230
67ab0163 12312011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1232
1233 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1234 * auth.texi: Sync @dircategory with ../../info/dir.
1235 * autotype.texi: Sync @dircategory with ../../info/dir.
1236 * calc.texi: Sync @dircategory with ../../info/dir.
1237 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1238 * cl.texi: Sync @dircategory with ../../info/dir.
1239 * dbus.texi: Sync @dircategory with ../../info/dir.
1240 * dired-x.texi: Sync @dircategory with ../../info/dir.
1241 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1242 * ede.texi: Sync @dircategory with ../../info/dir.
1243 * ediff.texi: Sync @dircategory with ../../info/dir.
1244 * edt.texi: Sync @dircategory with ../../info/dir.
1245 * eieio.texi: Sync @dircategory with ../../info/dir.
1246 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1247 * epa.texi: Sync @dircategory with ../../info/dir.
1248 * erc.texi: Sync @dircategory with ../../info/dir.
1249 * eshell.texi: Sync @dircategory with ../../info/dir.
1250 * eudc.texi: Sync @dircategory with ../../info/dir.
1251 * flymake.texi: Sync @dircategory with ../../info/dir.
1252 * forms.texi: Sync @dircategory with ../../info/dir.
1253 * gnus.texi: Sync @dircategory with ../../info/dir.
1254 * idlwave.texi: Sync @dircategory with ../../info/dir.
1255 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1256 * message.texi: Sync @dircategory with ../../info/dir.
1257 * mh-e.texi: Sync @dircategory with ../../info/dir.
1258 * newsticker.texi: Sync @dircategory with ../../info/dir.
1259 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1260 * org.texi: Sync @dircategory with ../../info/dir.
1261 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1262 * pgg.texi: Sync @dircategory with ../../info/dir.
1263 * rcirc.texi: Sync @dircategory with ../../info/dir.
1264 * reftex.texi: Sync @dircategory with ../../info/dir.
1265 * remember.texi: Sync @dircategory with ../../info/dir.
1266 * sasl.texi: Sync @dircategory with ../../info/dir.
1267 * sc.texi: Sync @dircategory with ../../info/dir.
1268 * semantic.texi: Sync @dircategory with ../../info/dir.
1269 * ses.texi: Sync @dircategory with ../../info/dir.
1270 * sieve.texi: Sync @dircategory with ../../info/dir.
1271 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1272 * speedbar.texi: Sync @dircategory with ../../info/dir.
1273 * trampver.texi [emacs]: Set emacsname to "Emacs".
1274 * tramp.texi: Sync @dircategory with ../../info/dir.
1275 * url.texi: Sync @dircategory with ../../info/dir.
1276 * vip.texi: Sync @dircategory with ../../info/dir.
1277 * viper.texi: Sync @dircategory with ../../info/dir.
1278 * widget.texi: Sync @dircategory with ../../info/dir.
1279 * woman.texi: Sync @dircategory with ../../info/dir.
1280
30abce25
GM
12812011-02-19 Glenn Morris <rgm@gnu.org>
1282
0c7efc08
SM
1283 * dired-x.texi (Technical Details): No longer redefines
1284 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1285 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1286
f31f8469
GM
12872011-02-18 Glenn Morris <rgm@gnu.org>
1288
1289 * dired-x.texi (Optional Installation File At Point): Simplify.
1290
35123c04
TZ
12912011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1292
1293 * auth.texi (Help for users): Use :port instead of :protocol for all
1294 auth-source docs.
7ba93e94
G
1295 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1296 to have two files in `auth-sources'.
35123c04 1297
da5e0ce4
GM
12982011-02-16 Glenn Morris <rgm@gnu.org>
1299
b322c9af
GM
1300 * dired-x.texi: Use emacsver.texi to get Emacs version.
1301 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1302 Depend on emacsver.texi.
1303
07ca5555
GM
1304 * dired-x.texi: Drop meaningless version number.
1305 (Introduction): Remove old info.
1306 (Optional Installation Dired Jump): Autoload from dired-x.
1307 Remove incorrect info about loaddefs.el.
1308 (Bugs): Just refer to M-x report-emacs-bug.
1309
da5e0ce4
GM
1310 * dired-x.texi (Multiple Dired Directories): Update for rename of
1311 default-directory-alist.
1312 (Miscellaneous Commands): No longer mention very old VM version 4.
1313
bb55f713
PE
13142011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1315
1316 Merge from gnulib.
1317 * texinfo.tex: Update to version 2011-02-14.11.
1318
5415d076
G
13192011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1320
da5e0ce4
GM
1321 * auth.texi (Help for users):
1322 Login collection is "Login" and not "login".
5415d076 1323
14029d4b
MA
13242011-02-13 Michael Albinus <michael.albinus@gmx.de>
1325
1326 * tramp.texi (History): Remove IMAP support.
1327 (External methods, Frequently Asked Questions): Remove `imap' and
1328 `imaps' methods.
1329 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1330
1331 * trampver.texi: Remove default value of `emacsimap'.
1332
8a36c07f
GM
13332011-02-13 Glenn Morris <rgm@gnu.org>
1334
1335 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1336 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1337
165bc5a0
GM
13382011-02-12 Glenn Morris <rgm@gnu.org>
1339
1340 * sc.texi (Getting Connected): Remove old index entries.
1341
5415d076 13422011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
1343
1344 * url.texi: Remove duplicate @dircategory (Bug#7942).
1345
b8e0f0cd
G
13462011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
1347
8a36c07f
GM
1348 * auth.texi (Overview, Help for users, Help for developers):
1349 Update docs.
b8e0f0cd
G
1350 (Help for users): Talk about spaces.
1351
caf82551
PE
13522011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1353
1354 * texinfo.tex: Update to version 2011-02-07.16.
1355
1ff98217
MA
13562011-02-07 Michael Albinus <michael.albinus@gmx.de>
1357
1358 * dbus.texi (Bus names): Adapt descriptions for
1359 dbus-list-activatable-names and dbus-list-known-names.
1360
2e78df6b
JB
13612011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1362
1363 * calc.texi (Logarithmic Units): New section.
1364
7fbf7cae
TZ
13652011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
1366
1367 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1368 manuals use it now.
1369
0c7efc08 1370 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 1371
156ad271
KY
13722011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
1373
1374 * overrides.texi: Remove.
1375
1376 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
1377 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
1378
36539990
MA
13792011-02-05 Michael Albinus <michael.albinus@gmx.de>
1380
1381 * tramp.texi (Frequently Asked Questions): Mention problems with
1382 WinSSHD.
1383
1384 * trampver.texi: Update release number.
1385
13862011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1387
1388 * tramp.texi:
1389 Replace "delimet" with "delimit" globally.
1390 Replace "explicite" with "explicit" globally.
1391 Replace "instead of" with "instead" where there was nothing after "of".
1392 Audit use of comma before interrogative pronoun, "that", or "which".
1393 Minor word order, spelling, wording changes.
1394
ec72bf63
G
13952011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1396
1397 * overrides.texi: New file to set or clear WEBHACKDEVEL.
1398
1399 * sieve.texi: Use WEBHACKDEVEL.
1400
1401 * sasl.texi: Use WEBHACKDEVEL.
1402
1403 * pgg.texi: Use WEBHACKDEVEL.
1404
1405 * message.texi: Use WEBHACKDEVEL.
1406
1407 * gnus.texi: Use WEBHACKDEVEL.
1408
1409 * emacs-mime.texi: Use WEBHACKDEVEL.
1410
1411 * auth.texi: Use WEBHACKDEVEL.
1412
1413 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
1414 manuals.
1415
14162011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1417
1418 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
1419
90b750f4
PE
14202011-02-03 Paul Eggert <eggert@cs.ucla.edu>
1421
1422 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
1423 which in turn is copied from ftp://tug.org/tex/.
1424
0e751a49
GM
14252011-02-03 Glenn Morris <rgm@gnu.org>
1426
1427 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
1428 (Binding combinations of modifiers and function keys):
1429 Let's assume people reading this are not using Emacs 18.
1430
7f13c2e2
LI
14312011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1432
1433 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
1434 since it's run automatically.
1435
d76c843e
LI
14362011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1437
1438 * gnus.texi (Customizing Articles): Fix typo.
1439
12e3ca0a
LI
14402011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1441
1442 * gnus.texi (Customizing Articles): Document the new way of customizing
1443 the date headers(s).
1444
fe72c8fa
LI
14452011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1446
1447 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
1448 splitting example.
1449
bf3dae7e
EZ
14502011-01-29 Eli Zaretskii <eliz@gnu.org>
1451
1452 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
1453 (MAKEINFO_OPTS): New variable.
1454 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
1455 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
1456 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
1457 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
1458 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
1459 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
1460 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
1461 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
1462 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
1463 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
1464 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
1465 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
1466 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
1467 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
1468 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
1469 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
1470 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
1471 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
1472
d6f13ac8
LI
14732011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1474
1475 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
1476
c5ecc769
G
14772011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
1478
1479 * message.texi (IDNA): Explain what it is.
1480
14812011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1482
1483 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
1484
45eb2a5d
WL
14852011-01-23 Werner Lemberg <wl@gnu.org>
1486
1487 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1488 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 1489 (ENVADD): Update.
45eb2a5d 1490
6872a814
GM
14912011-01-18 Glenn Morris <rgm@gnu.org>
1492
1493 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
1494
77ab81d0 14952011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
1496
1497 * nxml-mode.texi (Introduction): Fix file name typos.
1498
d221e780
CO
14992011-01-13 Christian Ohler <ohler@gnu.org>
1500
1501 * ert.texi: New file.
1502
1503 * Makefile.in:
1504 * makefile.w32-in: Add ert.texi.
1505
8c904d82
MA
15062011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
1507
1508 * dbus.texi (Receiving Method Calls): New function
1509 dbus-register-service. Rearrange node.
1510
f56e0e7a
PE
15112011-01-07 Paul Eggert <eggert@cs.ucla.edu>
1512
1513 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
1514 which in turn is copied from ftp://tug.org/tex/.
1515
0fadf00e
MA
15162011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
1517
1518 * dbus.texi (Receiving Method Calls): Describe new optional
1519 parameter dont-register-service of dbus-register-{method,property}.
1520
8b358e90
DU
15212010-12-17 Daiki Ueno <ueno@unixuser.org>
1522
0c7efc08
SM
1523 * epa.texi (Encrypting/decrypting *.gpg files):
1524 Mention epa-file-select-keys.
8b358e90 1525
549c9aed
G
15262010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1527
1528 * gnus.texi (Archived Messages): Remove outdated text.
1529
15302010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
1531
0c7efc08 1532 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 1533
156e3f9c
G
15342010-12-15 Andrew Cohen <cohen@andy.bu.edu>
1535
83f3eadc 1536 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 1537
8151d490
AC
15382010-12-14 Andrew Cohen <cohen@andy.bu.edu>
1539
1540 * gnus.texi (The swish++ Engine): Add customizable parameters
1541 descriptions.
1542 (The swish-e Engine): Ditto.
1543
305bdd22
MA
15442010-12-14 Michael Albinus <michael.albinus@gmx.de>
1545
1546 * tramp.texi (Inline methods): Add "ksu" method.
1547 (Remote processes): Add example with remote `default-directory'.
1548
53aff12a
GM
15492010-12-14 Glenn Morris <rgm@gnu.org>
1550
1551 * faq.texi (Expanding aliases when sending mail):
1552 Now build-mail-aliases is interactive.
1553
8a1cdce5
AC
15542010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1555
1556 * gnus.texi: First pass at adding (rough) nnir documentation.
1557
7410c270
G
15582010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1559
53aff12a
GM
1560 * gnus.texi (Filtering New Groups):
1561 Mention gnus-auto-subscribed-categories.
1562 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
1563 removed.
1564
f49d1f52 15652010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
1566
1567 * cl.texi (For Clauses): Small fixes for frames and windows.
1568
acedf35c
CD
15692010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
1570
1571 * org.texi (Using capture): Document using prefix arguments for
1572 finalizing capture.
1573 (Agenda commands): Document prefix argument for the bulk scatter
1574 command.
1575 (Beamer class export): Document that also overlay arguments can be
1576 passed to the column environment.
1577 (Template elements): Document the new entry type.
1578
15792010-12-11 Puneeth Chaganti <punchagan@gmail.com>
1580
1581 * org.texi (Include files): Document :minlevel.
1582
15832010-12-11 Julien Danjou <julien@danjou.info>
1584
1585 * org.texi (Categories): Document category icons.
1586
15872010-12-11 Eric Schulte <schulte.eric@gmail.com>
1588
1589 * org.texi (noweb): Fix typo.
1590
516aa569
G
15912010-12-06 Tassilo Horn <tassilo@member.fsf.org>
1592
1593 * gnus.texi (Server Commands): Point to the rest of the server
1594 commands.
1595
04db63bc
G
15962010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1597
1598 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
1599 g'.
1600
ed797193
G
16012010-12-02 Julien Danjou <julien@danjou.info>
1602
1603 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
1604
16052010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1606
1607 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
1608 (Direct Functions): Note the STARTTLS upgrade.
1609
07976ae3 16102010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 1611 James Clark <none@example.com>
d3dfb185
GM
1612
1613 * nxml-mode.texi (Introduction): New section.
1614
59e75882
G
16152010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1616
1617 * gnus.texi (Server Commands): Document gnus-server-show-server.
1618
568a887f
MA
16192010-11-20 Michael Albinus <michael.albinus@gmx.de>
1620
1621 Sync with Tramp 2.2.0.
1622
1623 * trampver.texi: Update release number.
1624
1265829e
JB
16252010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
1626
1627 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
1628 Mention that the TeX specific units won't use the `tex' prefix
1629 in TeX mode.
1630
239661c0
KY
16312010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
1632
1633 * gnus.texi (Misc Article): Document gnus-inhibit-images.
1634
4a47c275 16352010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
1636
1637 * edt.texi: Remove information about Emacs 19.
1638
4a47c275 16392010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
1640
1641 * trampver.texi: Update release number.
1642
2f0e0dc8
KY
16432010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1644
1645 * gnus.texi (Article Washing): Fix typo.
1646
afe98dfa
CD
16472010-11-11 Noorul Islam <noorul@noorul.com>
1648
56f5a94e 1649 * org.texi: Fix typo.
afe98dfa
CD
1650
16512010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1652
1653 * org.texi (Using capture): Explain that refiling is
1654 sensitive to cursor position.
1655
16562010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1657
56f5a94e 1658 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
1659
16602010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1661
1662 * org.texi: Document the <c> cookie.
1663
16642010-11-11 Eric Schulte <schulte.eric@gmail.com>
1665
bd7239f5 1666 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 1667 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
1668
16692010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1670
56f5a94e 1671 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
1672
16732010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1674
56f5a94e 1675 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
1676
16772010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1678
1679 * org.texi (Setting up the staging area): Document that
1680 file names remain visible when encrypting the MobileOrg files.
1681
16822010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1683
1684 * org.texi (Setting up the staging area): Document which
1685 versions are needed for encryption.
1686
16872010-11-11 Eric Schulte <schulte.eric@gmail.com>
1688
56f5a94e
GM
1689 * org.texi (noweb): Update :noweb documentation to
1690 reflect the new "tangle" argument.
afe98dfa
CD
1691
16922010-11-11 Eric Schulte <schulte.eric@gmail.com>
1693
56f5a94e
GM
1694 * org.texi (Batch execution): Improve tangling script in
1695 documentation.
afe98dfa
CD
1696
16972010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1698
1699 * org.texi (Handling links):
1700 (In-buffer settings): Document inlining images on startup.
1701
17022010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1703
1704 * org.texi (Setting up the staging area): Document use of
1705 crypt password.
1706
17072010-11-11 David Maus <dmaus@ictsoc.de>
1708
56f5a94e 1709 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
1710
17112010-11-11 David Maus <dmaus@ictsoc.de>
1712
56f5a94e
GM
1713 * org.texi (Template expansion): Add mew in table for link type
1714 escapes.
afe98dfa
CD
1715
17162010-11-11 David Maus <dmaus@ictsoc.de>
1717
56f5a94e 1718 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
1719
17202010-11-11 Eric Schulte <schulte.eric@gmail.com>
1721
56f5a94e 1722 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
1723
17242010-11-11 Eric Schulte <schulte.eric@gmail.com>
1725
56f5a94e 1726 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
1727
17282010-11-11 Eric Schulte <schulte.eric@gmail.com>
1729
56f5a94e
GM
1730 * org.texi (Structure of code blocks):
1731 Update documentation to mention inline code block syntax.
afe98dfa
CD
1732
17332010-11-11 Eric Schulte <schulte.eric@gmail.com>
1734
56f5a94e 1735 * org.texi (comments): Improve wording.
afe98dfa
CD
1736
17372010-11-11 Eric Schulte <schulte.eric@gmail.com>
1738
56f5a94e 1739 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
1740
17412010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1742
1743 * org.texi (Installation): Remove the special
1744 installation instructions for XEmacs.
1745
17462010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
1747
56f5a94e 1748 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
1749 insertion of empty structural elements.
1750
17512010-11-11 Noorul Islam <noorul@noorul.com>
1752
56f5a94e 1753 * org.texi: Fix doc.
afe98dfa
CD
1754
17552010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
1756
1757 * org.texi (The date/time prompt): Document specification
1758 of time ranges.
1759
17602010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1761
1762 * org.texi (Internal links): Document the changes in
1763 internal links.
1764
17652010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1766
1767 * org.texi (Agenda commands): Document the limitation for
1768 the filter preset - it can only be used for an entire agenda
1769 view, not in an individual block in a block agenda.
1770
17712010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
1772
1773 * org.texi (iCalendar export): Document alarm creation.
1774
6f8fc60c
MA
17752010-11-10 Michael Albinus <michael.albinus@gmx.de>
1776
1777 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
1778
be3c11b3
LMI
17792010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1780
1781 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
1782
d607b96b 17832010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 1784
d607b96b 1785 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 1786
181cb5fb
G
17872010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1788
1789 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
1790 since that works by default.
1791
17922010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
1793
1794 * gnus.texi (Customizing the IMAP Connection): Document
1795 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
1796
36bc5d3b
MA
17972010-11-04 Michael Albinus <michael.albinus@gmx.de>
1798
1799 * tramp.texi (Remote shell setup): New item "Interactive shell
1800 prompt". Reported by Christian Millour <cm@abtela.com>.
1801 (Remote shell setup, Remote processes): Use @code{} for
1802 environment variables.
1803
cf503f7c
GM
18042010-11-03 Glenn Morris <rgm@gnu.org>
1805
537b04b9 1806 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 1807 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 1808
389b76fa
G
18092010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1810
1811 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
1812
2699a554 18132010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
1814
1815 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
1816
2699a554 18172010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
1818
1819 * cc-mode.texi: Remove reference to defunct viewcvs URL.
1820
99e65b2d
G
18212010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1822
0c7efc08
SM
1823 * gnus.texi (Client-Side IMAP Splitting):
1824 Mention nnimap-unsplittable-articles.
99e65b2d
G
1825
18262010-10-29 Julien Danjou <julien@danjou.info>
1827
1828 * gnus.texi (Finding the News): Remove references to obsoletes
1829 variables `gnus-nntp-server' and `gnus-secondary-servers'.
1830
aeeb3dcb
EZ
18312010-10-29 Eli Zaretskii <eliz@gnu.org>
1832
1833 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
1834 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
1835 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
1836 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
1837
8289f37b
GM
18382010-10-28 Glenn Morris <rgm@gnu.org>
1839
1840 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
1841 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
1842 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
1843
d85d3b3a
DU
18442010-10-25 Daiki Ueno <ueno@unixuser.org>
1845
1846 * epa.texi (Mail-mode integration): Add alternative key bindings
1847 for epa-mail commands; escape comma.
c05c2b9b 1848 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 1849
9f534a47
JB
18502010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
1851
99e65b2d 1852 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 1853
5793a7bc 18542010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
1855
1856 * gnus.texi (Group Parameters, Buttons): Fix typos.
1857
280f417b
G
18582010-10-22 Tassilo Horn <tassilo@member.fsf.org>
1859
1860 * gnus.texi (Subscription Commands): Mention that you can also
1861 subscribe to new groups via the Server buffer, which is probably more
1862 convenient when subscribing to many groups.
1863
d806c872
G
18642010-10-21 Julien Danjou <julien@danjou.info>
1865
1866 * message.texi (Message Headers): Allow message-default-headers to be a
1867 function.
1868
d5798f68
LMI
18692010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1870
1871 * gnus-news.texi: Mention new archive defaults.
1872
b79bbef7
KY
18732010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
1874
1875 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
1876
2526f423
G
18772010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1878
1879 * gnus.texi (HTML): Document the function value of
1880 gnus-blocked-images.
1881 (Article Washing): shr and gnus-w3m, not the direct function names.
1882
ba91f05d
G
18832010-10-20 Julien Danjou <julien@danjou.info>
1884
1885 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
1886 variable.
1887
da451787
LMI
18882010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1889
1890 * gnus.texi (Customizing the IMAP Connection): The port strings are
1891 strings.
c872595d 1892 (Document Groups): Mention git.
da451787 1893
7cad71ad
G
18942010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1895
1896 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
1897 bzr/Gnus git sync.
1898
c56dfd36
EZ
18992010-10-15 Eli Zaretskii <eliz@gnu.org>
1900
1901 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
1902 change.
1903
a1d16a7b
G
19042010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1905
1906 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
1907 @item syntax for in-Emacs makeinfo.
1908
19092010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
1910
1911 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
1912 trim sentence.
1913
98e2b864
DU
19142010-10-12 Daiki Ueno <ueno@unixuser.org>
1915
1916 * epa.texi (Caching Passphrases):
0c7efc08
SM
1917 * auth.texi (GnuPG and EasyPG Assistant Configuration):
1918 Clarify some configurations require to set up gpg-agent.
98e2b864 1919
c12e4a81
GM
19202010-10-11 Glenn Morris <rgm@gnu.org>
1921
1922 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
1923
f7aa248a
G
19242010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1925
1926 * gnus.texi (Spam Package Introduction): Mention `$'.
1927
6513b232
EZ
19282010-10-09 Eli Zaretskii <eliz@gnu.org>
1929
1930 * makefile.w32-in (emacsdir): New variable.
1931 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
1932 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
1933
abd40fb4
GM
19342010-10-09 Glenn Morris <rgm@gnu.org>
1935
0f05450f
GM
1936 * Makefile.in (mostlyclean): Delete *.toc.
1937
d3a4ac46
GM
1938 * Makefile.in: Use $< in rules.
1939
aa9db089
GM
1940 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
1941
abd40fb4
GM
1942 * Makefile.in ($(infodir)): Delete rule.
1943 (mkinfodir): New. Use it in all the info rules, rather than depending
1944 on infodir.
1945
ea274122
GM
19462010-10-09 Glenn Morris <rgm@gnu.org>
1947
6e90e2a8
GM
1948 * gnus.texi (Article Washing): Fix previous change.
1949
f7a31f11
GM
1950 * Makefile.in (emacsdir): New variable.
1951 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
1952 Depend on emacsver.texi.
1953
f7a31f11
GM
1954 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
1955
ea274122
GM
1956 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
1957
36d3245f
G
19582010-10-08 Julien Danjou <julien@danjou.info>
1959
f7a31f11 1960 * gnus.texi: Add mm-shr.
36d3245f
G
1961
19622010-10-08 Ludovic Courtès <ludo@gnu.org>
1963
1964 * gnus.texi (Finding the Parent, The Gnus Registry)
1965 (Registry Article Refer Method): Update docs for nnregistry.el.
1966
19672010-10-08 Daiki Ueno <ueno@unixuser.org>
1968
1969 * auth.texi (Help for users)
1970 (GnuPG and EasyPG Assistant Configuration): Update docs.
1971
12359245
GM
19722010-10-08 Glenn Morris <rgm@gnu.org>
1973
1974 * cl.texi (Organization, Installation, Old CL Compatibility):
1975 Deprecate cl-compat for new code.
4628bef1 1976 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
1977
1978 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
1979
fcf2d385
KY
19802010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
1981
1982 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
1983
66627fa9
G
19842010-10-06 Julien Danjou <julien@danjou.info>
1985
fd9ba500
JD
1986 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
1987
66627fa9
G
1988 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
1989 broken link.
1990
1991 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
1992
1993 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
1994 to ReiserFS.
1995
1996 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
1997 (FAQ 7-1): Fix getmail URL.
1998
65f54520
DU
19992010-10-06 Daiki Ueno <ueno@unixuser.org>
2000
2001 * epa.texi (Caching Passphrases): New section.
2002
4c83f6e1
GM
20032010-10-06 Glenn Morris <rgm@gnu.org>
2004
2005 * Makefile.in (SHELL): Set it.
2006 (info): Move the mkdir dependency to the individual info files.
2007 (mostlyclean): Tidy up.
2008 (clean): Only delete the specific dvi and pdf files.
2009 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 2010 ($(infodir)): Add parallel build workaround.
4c83f6e1 2011
71e691a5
G
20122010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2013
2014 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2015
a41c2e6d
G
20162010-10-03 Julien Danjou <julien@danjou.info>
2017
0c7efc08
SM
2018 * emacs-mime.texi (Display Customization):
2019 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
2020 mm-inline-large-images-proportion.
2021
37255945
MA
20222010-10-03 Michael Albinus <michael.albinus@gmx.de>
2023
0c7efc08
SM
2024 * tramp.texi (Frequently Asked Questions):
2025 Mention remote-file-name-inhibit-cache.
37255945 2026
11e4e7bd
LMI
20272010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2028
2029 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2030 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2031
cb83220a
KY
20322010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2033
0c7efc08
SM
2034 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2035 (Article Hiding): Add google banner example.
2036 Suggested by Benjamin Xu.
cb83220a 2037
6b958814
G
20382010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2039
0c7efc08
SM
2040 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2041 Remove nnimap-split-rule from examples.
6b958814
G
2042
20432010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2044
2045 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2046 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2047 Fishman.
2048 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2049
20502010-09-30 Julien Danjou <julien@danjou.info>
2051
2052 * gnus.texi (Gravatars): Fix documentation about
2053 gnu-gravatar-properties.
2054
b9476c04
DU
20552010-09-29 Daiki Ueno <ueno@unixuser.org>
2056
2057 * epa.texi (Bug Reports): New section.
2058
5f874327
GM
20592010-09-29 Glenn Morris <rgm@gnu.org>
2060
2061 * Makefile.in (top_srcdir): Remove unused variable.
2062
6b958814
G
20632010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2064
2065 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2066 (Client-Side IMAP Splitting): Document 'default.
2067
20682010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2069
0c7efc08
SM
2070 * gnus.texi (Customizing the IMAP Connection):
2071 Document nnimap-fetch-partial-articles.
6b958814 2072
82bccbfa
KY
20732010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2074
2075 * gnus-news.texi: Mention nnimap-inbox.
2076
2077 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2078
20792010-09-26 Julien Danjou <julien@danjou.info>
2080
47e08896 2081 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2082
20832010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2084
2085 * gnus.texi (Security): Remove gpg.el mention.
2086
20872010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2088
2089 * gnus.texi (Browse Foreign Server): New variable
2090 gnus-browse-subscribe-newsgroup-method.
2091
2092 * gnus-news.texi: Mention it.
2093
20942010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2095
0c7efc08 2096 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2097 (Startup Variables): No jingle.
2098
4c964351
UM
20992010-09-25 Ulrich Mueller <ulm@gentoo.org>
2100
2101 * woman.texi (Interface Options): xz compression is now supported.
2102
82bccbfa
KY
21032010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2104
2105 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2106 (Unavailable Servers): Document gnus-server-copy-server.
2107 (Using IMAP): Document the new nnimap.
2108
21092010-09-25 Julien Danjou <julien@danjou.info>
2110
47e08896 2111 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2112
18778f71
GM
21132010-09-24 Glenn Morris <rgm@gnu.org>
2114
2115 * url.texi (Disk Caching): Tweak previous change.
2116
9c766321
JD
21172010-09-24 Julien Danjou <julien@danjou.info>
2118
2119 * url.texi (Disk Caching): Mention url-cache-expire-time,
2120 url-cache-expired, and url-fetch-from-cache.
2121
82bccbfa
KY
21222010-09-24 Julien Danjou <julien@danjou.info>
2123
2124 * gnus.texi: Add Gravatars.
2125
21262010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2127
2128 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2129
592bdb9a
LMI
21302010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2131
2132 * gnus.texi (Expunging mailboxes): Update name of the expunging
2133 command.
2134
e4e22d29
KY
21352010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2136
2137 * emacs-mime.texi (rfc2047): Update description for
2138 rfc2047-encode-parameter.
2139
371d9801
MA
21402010-09-13 Michael Albinus <michael.albinus@gmx.de>
2141
2142 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2143 "fish" methods.
2144 (External methods): Remove "scp1_old" and "scp2_old" methods.
2145
31ae5827
MA
21462010-09-09 Michael Albinus <michael.albinus@gmx.de>
2147
2148 * tramp.texi: Remove Japanese manual. Fix typo.
2149
2150 * trampver.texi: Update release number. Remove japanesemanual.
2151
c0468714
GM
21522010-09-09 Glenn Morris <rgm@gnu.org>
2153
2154 * org.texi: Restore clobbered changes (copyright years, untabify).
2155
86441999
JD
21562010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2157
2158 * gnus.texi (Adaptive Scoring): Fix typo.
2159
25f28806
LMI
21602010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2161
2162 * gnus.texi (Article Display): Document gnus-html-show-images.
2163
45240125 21642010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2165
45240125
JD
2166 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2167
59d09f15
LMI
21682010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2169
2170 * gnus.texi (HTML): Document gnus-max-image-proportion.
2171
2cdd366f
KY
21722010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2173
51dee5ef
KY
2174 * gnus.texi (HTML): Document gnus-blocked-images.
2175
2cdd366f
KY
2176 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2177
b0e4f3fc
KY
21782010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2179
2180 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2181 the first message are used for wide replies.
f02566ce
KY
2182 (Changing Servers): Remove documentation on gnus-change-server and
2183 friends, since it's been removed.
b0e4f3fc 2184
598451ed
KY
21852010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2186
2187 * gnus.texi (Drafts): Mention B DEL.
2188
e7842e69
KY
21892010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2190
2191 * gnus.texi (Delayed Articles): Mention that the Date header is the
2192 original one, even if you delay.
2193
85115796
KY
21942010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2195
0c7efc08
SM
2196 * gnus.texi (Asynchronous Fetching):
2197 Document gnus-async-post-fetch-function.
85115796
KY
2198 (HTML): Made into its own section.
2199
f0b44bc0
MA
22002010-08-26 Michael Albinus <michael.albinus@gmx.de>
2201
2202 Sync with Tramp 2.1.19.
2203
217876c9 2204 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2205 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2206 Remove remark about doubled "-t" argument.
217876c9
MA
2207 (Auto-save and Backup): Remove reference to Emacs 21.
2208 (Filename Syntax): Describe port numbers.
2209 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2210 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2211 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2212 errors with the backquotes.
2213 (External packages): File attributes cache flushing for asynchronous
2214 processes.
2215 (Traces and Profiles): Describe verbose level 9.
2216
f0b44bc0
MA
2217 * trampver.texi: Update release number.
2218
7457f7b6
MA
22192010-08-23 Michael Albinus <michael.albinus@gmx.de>
2220
2221 * dbus.texi (Alternative Buses): New chapter.
2222
b695beda
SM
22232010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2224
2225 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2226
443c2c03
JB
22272010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2228
2229 * calc.texi (Customizing Calc): Rearrange description of new
2230 variables to match the presentation of other variables.
2231
7815fe19 22322010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2233
2234 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2235
2c695727
JB
22362010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2237
2238 * calc.texi (Making Selections, Selecting Subformulas)
2239 (Customizing Calc): Mention how to use faces to emphasize selected
2240 sub-formulas.
2241
bbb6ffa1
MA
22422010-08-05 Michael Albinus <michael.albinus@gmx.de>
2243
2244 * tramp.texi (External packages): File attributes cache flushing
2245 for asynchronous processes.
2246
5cee0a9c
AM
22472010-08-01 Alan Mackenzie <acm@muc.de>
2248
2249 Enhance the manual for the latest Java Mode.
2250
2251 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2252 annotation-var-cont.
2253 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2254 two new symbols.
2255
3f2afe32
MA
22562010-07-28 Michael Albinus <michael.albinus@gmx.de>
2257
2258 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2259
0ed082fe 22602010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2261
2262 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2263
311f0356
JB
22642010-07-19 Juanma Barranquero <lekktu@gmail.com>
2265
2266 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2267
86fbb8ca
CD
22682010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2269
2270 * org.texi: Add macros to get plain quotes in PDF output.
2271 List additional contributors.
2272 (Capture): New section, replaces the section about remember.
2273 (Working With Source Code): New chapter, focused on documenting Org
2274 Babel.
2275 (Code evaluation security): New section.
2276 (MobileOrg): Document DropBox support.
2277 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2278 (Special symbols): Show how to display UTF8 characters for entities.
2279 (Global TODO list): Clarify the use of the "M" key and the differences
2280 to the "m" key.
2281 (RSS Feeds): Mention Atom feeds as well.
2282 (Setting tags): Remove paragraph about
2283 `org-complete-tags-always-offer-all-agenda-tags'.
2284
5732e8ed
MA
22852010-07-17 Michael Albinus <michael.albinus@gmx.de>
2286
2287 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2288 argument.
2289 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2290 echoing shells.
2291
ca1bb391
MA
22922010-07-10 Michael Albinus <michael.albinus@gmx.de>
2293
2294 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2295 (Filename Syntax): Describe port numbers.
2296
5bd55c3c
MA
22972010-07-09 Michael Albinus <michael.albinus@gmx.de>
2298
2299 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2300 forgotten.
2301 (Type Conversion): Precise conversion of natural numbers.
2302 (Errors and Events): Add "debugging" to concept index. Add variable
2303 `dbus-debug'.
2304
820ae8fe
MA
23052010-07-04 Michael Albinus <michael.albinus@gmx.de>
2306
2307 * dbus.texi (Receiving Method Calls): Add optional argument
2308 EMITS-SIGNAL to `dbus-register-property'.
2309
b6f9df0f
JB
23102010-06-27 Alex Schroeder <alex@gnu.org>
2311
2312 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2313
62e034c2
GM
23142010-06-24 Glenn Morris <rgm@gnu.org>
2315
2316 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2317 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2318 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2319 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2320 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2321 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2322 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2323 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2324 convention. Make them end with a period.
2325
9360256a
GM
23262010-06-23 Glenn Morris <rgm@gnu.org>
2327
2328 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
2329 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2330 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2331 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2332 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2333 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 2334
04d3bb6c
GM
23352010-06-10 Glenn Morris <rgm@gnu.org>
2336
2337 * idlwave.texi (Load-Path Shadows):
2338 * org.texi (Handling links): Fix typos.
2339
5e7d4a75
KY
23402010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
2341
2342 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2343
9841cb4f
MA
23442010-05-26 Michael Albinus <michael.albinus@gmx.de>
2345
2346 * eshell.texi (Built-ins): Describe, how to disable a built-in command
2347 by an alias. (Bug#6226)
2348
597517ef
JB
23492010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2350
2351 * calc.texi (Manipulating Vectors): Mention that vectors can
2352 be used to determine bins for `calc-histogram'.
2353
14914c43
JB
23542010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2355
597517ef 2356 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 2357
0235128c 23582010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2359
2360 * url.texi (HTTP language/coding, Customization):
2361 * message.texi (Header Commands, Responses):
2362 * cl.texi (Argument Lists): Fix typos.
2363
0235128c 23642010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 2365
0235128c
SM
2366 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2367 Note that Development menu is always available.
aa5789b5
CY
2368 (Creating a project): Fix terminology.
2369 (Add/Remove files): Fix typo.
2370
0235128c
SM
23712010-05-07 Chong Yidong <cyd@stupidchicken.com>
2372
2373 * Version 23.2 released.
2374
a628ad9d 23752010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
2376
2377 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
2378
502269d6
MA
23792010-05-01 Michael Albinus <michael.albinus@gmx.de>
2380
0235128c
SM
2381 * tramp.texi (Inline methods, Default Method):
2382 Mention `tramp-inline-compress-start-size'.
502269d6 2383
6e104790 23842010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
2385
2386 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
2387 the CVS repo. Put the Git repo in the news section.
2388
6e104790 2389 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
2390 Removed some mentions of CVS. Mention the new Git repo.
2391
6e104790 23922010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
2393
2394 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
2395 (Mail Group Commands): Add index entry.
2396
6e104790 23972010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
2398
2399 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
2400
f8b91752
JB
24012010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
2402
2403 * calc.texi (Radix modes): Mention that the option prefix will
2404 turn on twos-complement mode.
2405 (Inverse and Hyperbolic Flags): Mention the Option flag.
2406
ed21c5c8
CD
24072010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
2408
2409 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 2410 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
2411 (Sectioning structure): Update.
2412 (References): New use case for field coordinates.
6e104790 2413 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
2414 (Setting up the staging area): Document the availability of
2415 encryption for MobileOrg.
2416 (Images and tables): Document how to reference labels.
2417 (Index entries): New section.
2418 (Generating an index): New section.
2419 (Column width and alignment): Document that <N> now
2420 means a fixed width, not a maximum width.
2421 (Publishing options): Document the :email option.
2422 (Beamer class export): Fix bug in the BEAMER example.
2423 (Refiling notes): Document refile logging.
2424 (In-buffer settings): Document refile logging keywords.
2425 (Drawers): Document `C-c C-z' command.
2426 (Agenda commands): Mention the alternative key `C-c C-z'.
2427 (Special properties): Document the BLOCKED property.
2428 (The spreadsheet): Mention the formula editor.
2429 (References): Document field coordinates.
2430 (Publishing action): Correct the documentation for the
2431 publishing function.
2432 (The date/time prompt): Document that we accept dates
2433 like month/day/year.
2434 (Cooperation): Document the changes in table.el support.
2435 (Faces for TODO keywords, Faces for TODO keywords)
2436 (Priorities): Document the easy colors.
2437 (Visibility cycling): Document the new double prefix
2438 arg for `org-reveal'.
2439 (Cooperation): Remember.el is part of Emacs.
2440 (Clean view): Mention that `wrap-prefix' is also set by
2441 org-indent-mode.
2442 (Agenda commands): Add information about prefix args to
2443 scheduling and deadline commands.
2444 (Search view): Point to the docstring of
2445 `org-search-view' for more details.
6e104790 2446 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
2447 (Setting tags): Document variable
2448 org-complete-tags-always-offer-all-agenda-tags.
6e104790 2449 (Column attributes): Cross-reference special properties.
ed21c5c8 2450
456b348e
MA
24512010-04-10 Michael Albinus <michael.albinus@gmx.de>
2452
2453 Synchronize with Tramp repository.
2454
2455 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
2456 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
2457 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
2458 syntax, texi2dvi reports errors with the backquotes.
2459
2460 * trampver.texi: Update release number.
2461
357e2d8e
KY
24622010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
2463
2464 * gnus.texi (Finding the News): Add pointers to the Server buffer
2465 because it's essential.
2466
1d4d7664
KY
24672010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
2468
2469 * gnus.texi (MIME Commands): Update description of
2470 gnus-article-browse-html-article.
2471
bd3e840f
KY
24722010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
2473
2474 * auth.texi (Secret Service API): Add TODO node.
2475 (Help for users): Explain the new source options for `auth-sources'.
2476
e867cb5d 24772010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
2478
2479 * trampver.texi: Update release number.
2480
288f9fc0
CY
24812010-03-10 Chong Yidong <cyd@stupidchicken.com>
2482
2483 * Branch for 23.2.
2484
d99aaebd
CY
24852010-03-03 Chong Yidong <cyd@stupidchicken.com>
2486
2487 * faq.texi (Escape sequences in shell output): Note that ansi-color is
2488 now enabled by default.
2489
5794c2a5
MA
24902010-02-28 Michael Albinus <michael.albinus@gmx.de>
2491
2492 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
2493 when Emacs runs in interactive mode. (Bug#5645)
2494
40572be6
GM
24952010-02-16 Glenn Morris <rgm@gnu.org>
2496
2497 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
2498
7bb8ed67
MH
24992010-02-05 Mark A. Hershberger <mah@everybody.org>
2500
2501 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
2502
45a1423d 25032010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
2504
2505 * gnus.texi (Score File Format): Fix typo.
2506
45a1423d 25072010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
2508
2509 * cc-mode.texi: Replace references to obsolete c-subword-mode.
2510
14f17fc8
JB
25112010-01-18 Juanma Barranquero <lekktu@gmail.com>
2512
2513 * ada-mode.texi (Project File Overview): Fix typo.
2514
607d4369
CY
25152010-01-17 Chong Yidong <cyd@stupidchicken.com>
2516
2517 * semantic.texi: Add Richard Y. Kim credit.
2518
2519 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
2520
3d1bfa99
MA
25212010-01-17 Michael Albinus <michael.albinus@gmx.de>
2522
2523 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 2524 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 2525
6fbf7a75
GM
25262010-01-17 Glenn Morris <rgm@gnu.org>
2527
b9f978f0
GM
2528 * calc.texi (Reporting Bugs): Don't mention format of repository.
2529
f19bc38d
GM
2530 * woman.texi (Bugs): Make "Emacs repository" less specific,
2531 and the URL for same more specific.
2532
6fbf7a75
GM
2533 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
2534
16c3428a
JB
25352010-01-17 Juanma Barranquero <lekktu@gmail.com>
2536
2537 * ede.texi (ede-step-project, ede-proj-target):
2538 * tramp.texi (Remote processes): Fix typos.
2539
045b9da7
ML
25402010-01-16 Mario Lang <mlang@delysid.org>
2541
2542 * ede.texi (ede-target):
2543 * org.texi (Refiling notes): Remove duplicated words.
2544
c57008f6
SM
25452010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2546
2547 * gnus.texi (Posting Styles): Use with-current-buffer.
2548 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
2549
798c9eb5
KR
25502010-01-02 Kevin Ryde <user42@zip.com.au>
2551
2552 * eieio.texi (Naming Conventions): Correction to xref on elisp
2553 coding conventions, is "Tips" node not "Standards".
2554
4970fbfe
CY
25552009-12-24 Chong Yidong <cyd@stupidchicken.com>
2556
2557 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
2558
2559 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
2560
83828b06
KY
25612009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
2562
2563 * gnus.texi (Direct Functions): Add missing port number to tls method.
2564
45a4a565
JB
25652009-12-15 Juanma Barranquero <lekktu@gmail.com>
2566
2567 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
2568 ($(infodir)/edt, edt.dvi): New targets.
2569
698bfef7
GM
25702009-12-15 Glenn Morris <rgm@gnu.org>
2571
2572 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
2573 (edt, $(infodir)/edt, edt.dvi): New targets.
2574 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
2575
2576 * Makefile.in (PDF_TARGETS, pdf): New.
2577 (clean): Add *.pdf.
2578 Add pdf rules for all manuals.
2579
0e983327
JB
25802009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
2581
2582 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
2583
8e687433
CY
25842009-12-14 Chong Yidong <cyd@stupidchicken.com>
2585
2586 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
2587 (Smart Jump, Analyzer Debug): Copyedits.
2588 (Semantic mode user commands): Link to new nodes.
2589 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
2590 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
2591 upstream Semantic manual.
2592
2593 * semantic.texi (Introduction): Minor fix to diagram.
2594
020335df
MA
25952009-12-09 Michael Albinus <michael.albinus@gmx.de>
2596
2597 * eshell.texi (History): Add the other built-in variables.
2598 (Built-ins): Explain built-ins, and how to apply the external commands.
2599 Add `history', `su' and `sudo'.
2600
2601 * tramp.texi (Remote processes): Add missing <RET> in the example.
2602
6ddf13e4
BW
26032009-12-01 Bill Wohler <wohler@newt.com>
2604
2605 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 2606 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
2607 excessively garrulous.
2608
07b6428c
MA
26092009-11-29 Michael Albinus <michael.albinus@gmx.de>
2610
2611 * tramp.texi (Remote processes): Improve eshell example with "su"
2612 and "sudo" commands.
2613
fd1cefda
CY
26142009-11-28 Chong Yidong <cyd@stupidchicken.com>
2615
2616 * semantic.texi (Analyzer Internals): Rename from Analyzer.
2617
2618 * sem-user.texi (Semantic mode user commands): Fix key syntax.
2619 Document semantic-complete-analyze-inline.
2620 (Semanticdb search debugging commands): Minor clarification.
2621 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 2622 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 2623 manual.
9d542758 2624 (Semantic mode): Link to Idle Scheduler.
fd1cefda 2625
159e3ad5
KR
26262009-11-28 Kevin Ryde <user42@zip.com.au>
2627
2628 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 2629 @pxref, now EIEIO is in Emacs.
159e3ad5 2630
c6d47315
KR
2631 * erc.texi (Development): Correction to git tutorial url.
2632
16f6287e
GM
26332009-11-26 Glenn Morris <rgm@gnu.org>
2634
2635 * faq.texi (Latest version of Emacs): Mention stability of development
2636 version.
2637 (Problems with very large files): Max buffer size increase in 23.2.
2638 (VM): VM has moved house again.
2639
5ea5dbc9
JB
26402009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
2641
2642 * calc.texi (Radix modes): Discuss alternate bases for two's complement
2643 notations.
2644
5dec9555
CD
26452009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
2646
45a4a565 2647 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 2648
bd6f6833
CY
26492009-11-20 Chong Yidong <cyd@stupidchicken.com>
2650
2651 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
2652 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
2653 (Idle Completions Mode): Numerous copyedits.
bd6f6833 2654
be479117
JB
26552009-11-17 Juanma Barranquero <lekktu@gmail.com>
2656
2657 * semantic.texi (Semantic Internals, Glossary):
2658 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
2659 (Semanticdb search debugging commands): Fix typos.
2660
17291a1f
JB
26612009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2662
be479117 2663 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 2664
af42a9cc
JB
26652009-11-16 Juanma Barranquero <lekktu@gmail.com>
2666
2667 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
2668 ($(infodir)/semantic, semantic.dvi): New targets.
2669
3149927d
CY
26702009-11-16 Chong Yidong <cyd@stupidchicken.com>
2671
2672 * Makefile.in: Build the Semantic manual.
2673
2674 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
2675 repository.
2676
977640ed
MA
26772009-11-16 Michael Albinus <michael.albinus@gmx.de>
2678
2679 * dbus.texi (Receiving Method Calls): New defun
2680 `dbus-unregister-service'.
2681
17673adf
CD
26822009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
2683
2684 * org.texi (Speed keys): New section.
2685
0ecd3c90
MA
26862009-11-13 Michael Albinus <michael.albinus@gmx.de>
2687
2688 * dbus.texi (Type Conversion): Fix typo.
2689 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
2690 `dbus-registered-objects-table'.
0c7efc08
SM
2691 (Receiving Method Calls): New defun `dbus-register-property'.
2692 Move `dbus-unregister-object' here.
0ecd3c90 2693
8bfe682a
CD
26942009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
2695
2696 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
2697
26982009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
2699
2700 * org.texi (Column attributes): Add the new age summary operators.
2701 Also, mention the fact you can only use one summary operator per
2702 property.
2703
27042009-11-13 John Wiegley <johnw@newartisans.com>
2705
0c7efc08 2706 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 2707 manual about how to track habits.
0c7efc08 2708 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
2709 dangling clocks are resolved.
2710
27112009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
2712
2713 * org.texi (Agenda commands): Document the new `i' command.
2714 (Inserting deadline/schedule): Document logging changes
2715 of scheduling and deadline times stamps.
2716 (In-buffer settings): Document the in-buffer keywords for logging
2717 changes of scheduling and deadline times stamps.
2718 (Structure editing, Plain lists): Document indentation
2719 cycling in empty entries with TAB.
2720 (Archiving): Document the default archiving command.
2721 (Moving subtrees): Document the new keys for archiving.
2722 (Internal archiving): Fix incorrect key.
2723 (Agenda commands): Document the TODO set switching commands.
2724 (Agenda commands): Document the new archiving keys.
2725 (Clocking work time): Better description on how to save
2726 and restore a clock.
2727 (Resolving idle time): Mention the x11idle program to get true
2728 idleness also under X11.
2729 (Resolving idle time): Use @kbd instead of @key for normal
2730 letters, because this is how he rest of the manual does this.
2731 (Pushing to MobileOrg): Mention that `org-directory'
2732 should be set.
2733 (Agenda commands): Document that SPC is a filter for
2734 any tag.
0c7efc08 2735 (Search view): Rename from "Keyword search".
8bfe682a
CD
2736 (Capure): New chapter.
2737 (Markup): New chapter.
0c7efc08
SM
2738 (Links in HTML export, Images in HTML export):
2739 Extend the section titles.
8bfe682a
CD
2740 (Images in HTML export): Document the align option.
2741 (Text areas in HTML export): Extend the section title.
2742 (Images in LaTeX export): Explain image placement in LaTeX.
2743
693737cd
GM
27442009-11-10 Glenn Morris <rgm@gnu.org>
2745
2746 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
2747
c7bd4ebe
MA
27482009-11-08 Michael Albinus <michael.albinus@gmx.de>
2749
2750 * tramp.texi (Auto-save and Backup): Disable backups just for a
2751 method.
2752
2753 * trampver.texi: Update release number.
2754
76c5acad
MA
27552009-11-07 Michael Albinus <michael.albinus@gmx.de>
2756
2757 Sync with Tramp 2.1.17.
2758
2759 * trampver.texi: Update release number.
2760
d9a57abf
GM
27612009-10-29 Glenn Morris <rgm@gnu.org>
2762
2763 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
2764
637f4f0f
MA
27652009-10-23 Michael Albinus <michael.albinus@gmx.de>
2766
2767 * tramp.texi (External methods): Temporary files are kept for
2768 `rsync' and `rsyncc' methods.
2769
310dbb05
JB
27702009-10-09 Juanma Barranquero <lekktu@gmail.com>
2771
2772 * eieio.texi: Fix typos.
2773
09094f28
CY
27742009-10-07 Chong Yidong <cyd@stupidchicken.com>
2775
2776 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
2777
216f299a
JB
27782009-10-07 Juanma Barranquero <lekktu@gmail.com>
2779
2780 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
2781 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
2782
966a6506
CY
27832009-10-07 Chong Yidong <cyd@stupidchicken.com>
2784
2785 * Makefile.in: Build EIEIO and EDE manuals.
2786
27872009-10-07 Eric Ludlam <zappo@gnu.org>
2788
2789 * eieio.texi:
2790 * ede.texi: New files.
2791
8842cd9b
MA
27922009-10-05 Michael Albinus <michael.albinus@gmx.de>
2793
2794 * tramp.texi (Remote processes): Association of a pty is not supported.
2795
7006d207
CD
27962009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
2797
2798 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
2799 (Processing LaTeX fragments): Document that the size of images can be
2800 changes using the variable `org-format-latex-options'.
2801 (The date/time prompt, Timestamps): Be more accurate over ISO format
2802 dates and times.
2803 (Visibility cycling): Document showeverything keyword.
2804 (In-buffer settings): Document showeverything keyword.
2805 (Setting up the staging area): Fix the example.
2806 (MobileOrg): New section.
2807 (Agenda commands, Exporting Agenda Views): Document exporting the
2808 agenda view to Org files.
2809
0e7b2867
MA
28102009-09-28 Michael Albinus <michael.albinus@gmx.de>
2811
2812 * tramp.texi (History): Add IMAP support.
2813 (External methods): Add `imap' and `imaps' methods.
2814 (GVFS based methods): Add indices for `davs'.
2815 (Password handling): Rename anchors. Add IMAP entries for
2816 ~/.authinfo.gpg.
2817
2818 * trampver.texi: Set default value of `emacsimap'.
2819
4146636e
KY
28202009-09-22 Daiki Ueno <ueno@unixuser.org>
2821
2822 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
2823
d22f7ffa
CY
28242009-09-13 Chong Yidong <cyd@stupidchicken.com>
2825
0c7efc08
SM
2826 * dired-x.texi (Technical Details):
2827 Delete dired-up-directory (Bug#4292).
d22f7ffa 2828
66043531
MA
28292009-09-03 Michael Albinus <michael.albinus@gmx.de>
2830
216f299a 2831 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 2832
6eb02347
CD
28332009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
2834
2835 * org.texi (Effort estimates): Document new effort setting commands.
2836 (Agenda commands): Document the new keys fro agenda time motion.
2837 Document entry text mode. Improve documentation of the keys to include
2838 inactive time stamps into the agenda view.
2839 (Feedback): Document the new bug report command.
0c7efc08 2840 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 2841
38dc51ba
KY
28422009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
2843
2844 * auth.texi (Help for users): Corrected markup.
2845
e402f452
GM
28462009-09-02 Glenn Morris <rgm@gnu.org>
2847
2848 * emacs-mime.texi (time-date): Mention float-time.
2849
744256cf
JB
28502009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
2851
2852 * calc.texi (Simplifying Formulas): Improve the wording.
2853
b0b63450
MB
28542009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
2855
2856 * auth.texi: Rewritten for coverage and clarity.
2857
28582009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
2859
0c7efc08
SM
2860 * gnus.texi (Expiring Mail):
2861 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
2862 (Various Various): Mention gnus-safe-html-newsgroups.
2863
2864 * gnus-news.texi: Mention
2865 gnus-mark-copied-or-moved-articles-as-expirable.
2866
2867 * emacs-mime.texi (Display Customization): Add xref to
2868 gnus-safe-html-newsgroups.
2869
b59329e0
MA
28702009-08-28 Michael Albinus <michael.albinus@gmx.de>
2871
2872 * tramp.texi (Version Control): Remove.
af42a9cc 2873 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
2874 reference.
2875 (External methods): Correct `scpc' concept index entries. New method
2876 `rsyncc'.
2877 (External packages): New subsections "Filename completion" and "File
2878 attributes cache".
2879
0ff2d6c2
JB
28802009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
2881
2882 * calc.texi (Rewrite Rules): Improve the example.
2883 (Simplifying Formulas): Explain use of the I and H flags for
2884 simplification.
2885
ecd3d54f
MA
28862009-08-25 Michael Albinus <michael.albinus@gmx.de>
2887
2888 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 2889 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
2890 (Synchronous Methods, Asynchronous Methods): Use English numeric format
2891 for timeout values.
78176e69
MA
2892 (Top): Remove footnote saying D-Bus is not enabled by
2893 default. (Bug#4256)
ecd3d54f 2894
0f215bca
DU
28952009-08-23 Daiki Ueno <ueno@unixuser.org>
2896
2897 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 2898 Reported by Jari Aalto (Bug#4211).
0f215bca 2899 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 2900 epa-global-mail-mode.
3b7ab45f
DU
2901 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
2902 epa-setup.
0f215bca 2903
4f22e84d
MA
29042009-08-16 Michael Albinus <michael.albinus@gmx.de>
2905
2906 * dbus.texi (Asynchronous Methods): Allow nil handler.
2907
9ff0b02b 29082009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 2909
26b03ee3 2910 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 2911
26b03ee3 2912 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 2913
4c39f404
CY
29142009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
2915
2916 * calc.texi (Date Forms): Fix typos.
2917
3bcfba17
GM
29182009-08-08 Glenn Morris <rgm@gnu.org>
2919
2920 * org.texi (Agenda commands): Restore clobbered change.
2921
66783bb4
EZ
29222009-08-07 Eli Zaretskii <eliz@gnu.org>
2923
2924 * calc.texi (Graphics, Devices): Update with the peculiarities of
2925 operation on MS-Windows.
2926
c8d0cf5c
CD
29272009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2928
2929 * org.texi (Publishing action): Improve documentation of file
2930 names when publishing to the source directory.
2931 (Clean view): Document `org-indent-mode'.
2932 (Clocking work time): Add documentation for the
2933 new :timetamp option when creating a clock report.
2934 (Paragraphs): Fix many typos.
2935 (Plain lists): Remove duplicate explanation about the
2936 `C-c *' command.
2937 (Literal examples): Update to reflect the new behavior
2938 of the -n -r -k switches when exporting source code examples.
2939 (Structure editing): Add information about `C-c *',
2940 converting a plain list into a list of Org items.
2941 (Remember): Small rephrasing of the paragraph
2942 describing remember.el. Also mentioned that remember.el is part
2943 of Emacs 23, not Emacs 22.
2944 (Clocking work time): Add documentation about
2945 displaying the current clocking time against the effort estimate.
2946 Also add a footnote about using `org-clock-in-prepare-hook' to add
2947 an effort estimate on the fly, just before clocking it.
2948 (Footnotes): Document automatic renumbering and
2949 sorting.
2950 (Agenda commands): Document new bulk commands.
2951 (Plain lists): Document new behavior of
2952 `org-cycle-include-plain-lists'.
4e2af782 2953 Hyphenation only in TeX.
c8d0cf5c
CD
2954 (Clocking work time): Document the key to update effort
2955 estimates.
2956 (Clocking work time): Document the clock time display.
2957 (Structure editing, TODO basics): Document new
2958 variables.
2959 (Column attributes): Document new colciew operators.
2960 (Publishing options): Document :xml-declaration.
2961 (Tracking TODO state changes): Document the
2962 LOG_INTO_DRAWER property.
2963 (Literal examples): Document the new implementation for
2964 editing source code.
2965 (Publishing action): Mention the new publishing
2966 function, to publish an Org source file.
2967 (Publishing links): Mention how to link to an Org source file.
2968 (Macro replacement): Document new macros.
2969 (Handling links): Document type-specific completion
2970 when inserting links.
2971 (Structure editing, Plain lists): Improve documentation
2972 on sorting.
2973 (Internal links): Document custom ids for links.
2974 (Handling links): Document custom ids for links.
2975 (CSS support): Document new class.
2976 (Refiling notes): Document the possibility to create new nodes
2977 during refiling.
2978 (Agenda commands): Document the "?" operator to find
2979 tasks without effort setting.
2980 (Exporting agenda information): Section moved.
2981 (RSS Feeds): New section.
2982 (Built-in table editor): Document M-e and M-a navigate
2983 inside table field.
2984 (Stuck projects): Docment that projects identified as
2985 un-stuck will still be searchd for stuck sub-projects.
2986 (Paragraphs): Document centering.
2987 (Creating timestamps, Agenda commands): Document new
2988 behavior when changing time stamps.
2989 (Structure editing): Document the new command
2990 `org-clone-subtree-with-time-shift'.
2991 (Publishing): Refresh this chapter.
2992 (Export options, Export options, In-buffer settings):
2993 Document the new keywords.
2994 (Matching tags and properties): Collect all
2995 documentation about tags/property matches here.
2996 (Setting tags): Document `org-tag-persistent-alist'.
2997 (Weekly/daily agenda): New section.
2998 (Orgstruct mode): Describe `orgstruct++-mode'.
2999 (Drawers): Mention the LOGBOOK drawer.
3000 (Export options, Sectioning structure): Document the
3001 #+LEATEX_HEADER in-buffer setting.
3002 (Bugs): Section removed.
3003 (Hooks): New section.
0c7efc08 3004 (Add-on packages): Move here from old location.
c8d0cf5c
CD
3005 (Context-sensitive commands): New section.
3006 (Setting tags): Document newline option.
3007 (Global TODO list, Matching tags and properties):
3008 Mention more variables.
3009 (Checkboxes): Update to changed command behavior.
81a5560e 3010
40d2791f
CY
30112009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3012
3013 * speedbar.texi (Basic Key Bindings): Fix typo.
3014
65d0154b
JB
30152009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3016
3017 * calc.texi (Vector/Matrix Functions): Add index entries for both
3018 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3019 affects matrices with more than one row.
b5bdfd9f 3020 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 3021
5a9e3ab7
JB
30222009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3023
3024 * calc.texi (Stack Manipulation Commands): Add documentation for
3025 `calc-transpose-lines'
3026
42fb7e61
MA
30272009-07-27 Michael Albinus <michael.albinus@gmx.de>
3028
3029 * dbus.texi (Receiving Method Calls): Describe special return value
3030 `:ignore'.
3031
574b69d5
AM
30322009-07-24 Alan Mackenzie <acm@muc.de>
3033
3034 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3035 initialization, any individual variable setting now takes precedence
3036 over one done via c-file-style/c-file-offsets.
3037
ec06459c
JB
30382009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3039
3040 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3041 truncated when Calc is quit.
3042 (Customizing Calc): Document `calc-undo-length'.
3043
4ce54f6b
CY
30442009-07-20 Chong Yidong <cyd@stupidchicken.com>
3045
3046 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3047
0e4f8ba5
GM
30482009-07-11 Kevin Ryde <user42@zip.com.au>
3049
3050 * pcl-cvs.texi (About PCL-CVS):
3051 * widget.texi (Basic Types):
3052 Fix cross-references.
3053
fa0f81b0
AS
30542009-07-01 Andreas Schwab <aschwab@redhat.com>
3055
3056 * dbus.texi (Type Conversion): Don't use literal control character.
3057
88a683c5
MA
30582009-07-01 Michael Albinus <michael.albinus@gmx.de>
3059
3060 * tramp.texi (GVFS based methods): New section.
3061 (Remote processes): Processes for GVFS based methods run locally.
3062
36c8febb
MA
30632009-06-30 Michael Albinus <michael.albinus@gmx.de>
3064
0c7efc08
SM
3065 * tramp.texi (Inline methods, External methods, Gateway methods):
3066 Avoid the words "kludge" and hack".
36c8febb
MA
3067 (External methods): Add `synce' method.
3068
3069 * trampver.texi: Update release number.
3070
d6b951bb
MA
30712009-06-22 Michael Albinus <michael.albinus@gmx.de>
3072
3073 Sync with Tramp 2.1.16.
3074
3075 * tramp.texi (History): Add GVFS support.
3076 (External methods): Precise `rsync' description. Add `dav', `davs' and
3077 `obex' methods. Add 'tramp-gvfs-methods' option.
3078 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3079 forms.
3080 (Remote Programs): Introduce `tramp-own-remote-path'.
3081 (Remote processes): New subsection "Running remote programs that create
3082 local X11 windows".
3083 (Frequently Asked Questions): Improve code for disabling vc.
3084
3085 * trampver.texi: Update release number. Set default value of
3086 `emacsgvfs'.
3087
70243478
CY
30882009-06-21 Chong Yidong <cyd@stupidchicken.com>
3089
3090 * Branch for 23.1.
3091
54b31cbf
GM
30922009-06-17 Glenn Morris <rgm@gnu.org>
3093
3094 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3095 (Latest version of Emacs): Mention source code repository.
3096
f6adc23c
GM
30972009-06-16 Glenn Morris <rgm@gnu.org>
3098
3099 * faq.texi (Top): Language tweak.
3100 (Extended commands): Most people have arrow keys.
3101 (Emacs manual): Say how to follow info links.
3102 (File-name conventions): Change title a bit. Explain about source
3103 versus installed. Condense etc description.
3104 (Guidelines for newsgroup postings): Mention Savannah list page.
3105 (Newsgroup archives): Simplify.
3106 (Contacting the FSF): Add contact URL.
3107 (Emacs Lisp documentation): Printed version not always available.
3108 (Installing Texinfo documentation): Explain how by hand installation is
3109 not normally needed. Use add-to-list. Remove duplicate reference.
3110 (Informational files for Emacs): Move info on Help menu here from
3111 "File-name conventions".
3112 (Help installing Emacs): Tweak uref.
3113 (Obtaining the FAQ): Mention repository.
3114 (Origin of the term Emacs): Explain "ITS".
3115 (Changing load-path): Use add-to-list.
3116 (Automatic indentation): Clarify this is for Text mode.
3117 Don't mention Indented Text mode.
3118 (Finding Emacs on the Internet): The FSF does not seem to offer a
3119 deluxe distribution on CD anymore.
3120
b59a8457
GM
31212009-06-16 Glenn Morris <rgm@gnu.org>
3122
3123 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3124 Recommend the latest release. Mention how to get older FAQs.
3125 Recommend the Emacs manual.
3126 (Guidelines for newsgroup postings): Discourage cross-posts.
3127 (Underlining paragraphs): Remove.
3128 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3129 (Bugs and problems): Update key-binding.
3130 (Problems with very large files): Mention 64-bit.
3131 (Shell process exits abnormally): Remove.
3132 (Problems with Shell Mode): Rename and update.
3133 (Spontaneous entry into isearch-mode)
3134 (Problems talking to certain hosts): Remove. This is old information,
3135 in etc/PROBLEMS if needed.
3136 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3137 (Dired claims that no file is on this line): Update.
3138 (Installing Emacs, Problems building Emacs): Simplify.
3139 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3140 information.
3141 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3142 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3143 (JDEE): "JDEE", not "JDE".
3144 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3145 Remove. This is old information, in etc/PROBLEMS if needed.
3146 (stty and Backspace key, Kanji and Chinese characters): Remove.
3147 (Right-to-left alphabets): Update section.
3148 (Changing the included text prefix): Gnus uses message-yank-prefix.
3149 Add cross-reference to Supercite manual.
3150 (Saving a copy of outgoing mail): Simplify output file description.
3151 (Expanding aliases when sending mail): Refer to Emacs manual.
3152 Remove old info about RFC822.
3153 Correct description of how to rebuild aliases.
3154 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3155 (MIME with Emacs mail packages)
3156 (Viewing articles with embedded underlining)
3157 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3158 Remove old sections.
3159 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3160 and is well-documented in the Gnus manual.
3161 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3162 (Making Gnus faster): Rename from "Starting Gnus faster".
3163 Merge "Catch-up is slow in Gnus" into here.
3164
0e6d12ca
GM
31652009-06-14 Glenn Morris <rgm@gnu.org>
3166
3167 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3168 (New in Emacs 23): New section.
3169 (Handling C-s and C-q with flow control): Add xref.
3170
2e17e05e
GM
31712009-06-13 Glenn Morris <rgm@gnu.org>
3172
3173 * faq.texi (Setting up a customization file): Grammar fix.
3174 Customize is no longer "new".
3175 (Displaying the current line or column): Line-number mode is on by
3176 default. Don't mention `column' package. Mention linum.el.
3177 (Turning on abbrevs by default): Explain how to do it for buffers,
3178 modes, and everywhere.
3179 (Associating modes with files): Use add-to-list. Don't mention Emacs
3180 19.
3181 (Highlighting a region): On by default since 23.1.
3182 (Replacing highlighted text): Update doc quote.
3183 (Working with unprintable characters): Don't mention search-quote-char.
3184 (Using an already running Emacs process): Gnuclient is probably not an
3185 enhancement these days.
3186 (Indenting switch statements): Remove mention of pre-Emacs 20.
3187 (Horizontal scrolling): Abbreviate Emacs 20 description.
3188 (Replacing text across multiple files): Fix name of dired command.
3189 (Disabling backups): Use require not load.
4f9d4de3 3190 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3191
2a1cf2b9
BW
31922009-06-13 Bill Wohler <wohler@newt.com>
3193
3194 Release MH-E manual version 8.2.
3195
3196 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3197 release 8.2.
3198
85b438b7
GM
31992009-06-13 Glenn Morris <rgm@gnu.org>
3200
3201 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3202 in this day and age the common meaning is "on the web".
3203 (copying): Use @copyright in all cases.
3204 (Basic keys): Remove reference to deleted manual node "Text Characters".
3205 (File-name conventions): Use GNU as an example rather than SERVICE.
3206 default.el lives in site-lisp. Update Info directory location.
3207 (Real meaning of copyleft): GPL actions have been brought, but all
3208 settled out of court.
3209 (Guidelines for newsgroup postings): Shorten section title.
3210 Simplify comp.emacs description.
3211 (Newsgroup archives): Change Google URL. Describe Gmane.
3212 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3213 points". Mention List-Unsubscribe header.
3214 (Contacting the FSF): Update email and URLs.
3215 (Basic editing): Mention F1 for help.
3216 (Installing Texinfo documentation): Refer to Texinfo website rather
3217 than ftp server.
3218 (Printing a Texinfo file): Mention texi2pdf.
3219 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3220 are just stubs nowadays.
3221 (Latest version of Emacs): Explain version numbers.
3222 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3223 (Turning on syntax highlighting): No need to mention hilit19 any more.
3224 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3225 (Modes for various languages): Remove section.
3226 (Major packages and programs): Remove most version and maintainer
3227 information - it's hard to keep up-to-date, and adds nothing.
3228 Similarly with direct links to mailing lists.
3229 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3230 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3231 years, and Emacs comes with tools for this now.
3232 (Patch): Remove section - this is a standard tool.
3233 (Using function keys under X): Remove section.
3234
93e2d996
GM
32352009-06-12 Glenn Morris <rgm@gnu.org>
3236
3237 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3238 (Help installing Emacs): Remove reference to deleted X11 node.
3239 (Associating modes with files): Interpreter-mode-alist is no longer
3240 subservient to auto-mode-alist.
3241 (Installing Emacs): Change future Emacs version.
3242 (Linking with -lX11 fails): Remove old section.
3243 (Packages that do not come with Emacs): Update ELL location.
3244 Emacs Lisp archive is dead.
3245 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3246 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3247 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3248 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3249 (Removing flashing messages): Remove section about non-existent Gnus
3250 option.
3251
f0bf7708
GM
3252 * faq.texi (Top): Add @top command.
3253 Remove the optional arguments from all @node commands: makeinfo can
3254 generate these automatically, and it is easier to edit and rearrange
3255 nodes without them.
3256
30884d11
GM
32572009-06-11 Glenn Morris <rgm@gnu.org>
3258
3259 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3260 (The LPF): Make the updated URL the sole reference point.
3261 (Learning how to do something): Update refcard price and format.
3262 (Getting a printed manual): Sources in doc/emacs/, not man/.
3263 Also available in PDF format. Since the page count varies, be less
3264 precise.
3265 (Informational files for Emacs): Remove references to deleted files
3266 LPF and SUN-SUPPORT, and to UUCP.
3267 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3268 Remove many obsolete ways to get the FAQ, which now seems only to be
3269 distributed with Emacs.
3270 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3271
deab46e0
CY
32722009-06-09 Chong Yidong <cyd@stupidchicken.com>
3273
223b43fa 3274 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3275 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3276
deab46e0
CY
3277 * ada-mode.texi (Installation, Compile commands)
3278 (Project File Overview, No project files, Set compiler options)
3279 (Use GNAT project file, Use multiple GNAT project files)
3280 (Identifier completion): Use @samp for menu items, and @kbd for key
3281 sequences (Bug#3504).
3282
71fbd643
DU
32832009-06-04 Daiki Ueno <ueno@unixuser.org>
3284
8c9bb6f5 3285 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3286
f197085b
CY
32872009-06-04 Ryan Yeske <rcyeske@gmail.com>
3288
3289 * message.texi (Header Commands): Fix descriptions to match
3290 keybindings.
3291
7f3bc720
DU
32922009-04-22 Daiki Ueno <ueno@unixuser.org>
3293
3294 * gnus.texi (Security): Mention that EasyPG is the current default.
3295
4518068d
CY
32962009-04-13 Chong Yidong <cyd@stupidchicken.com>
3297
3298 * ediff.texi (Session Commands): Fix typo.
3299
d7ca410a
MB
33002009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3301
3302 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3303 news.software.readers. Reported by Florian Rehnisch.
3304
c6c76add
GM
33052009-04-02 Glenn Morris <rgm@gnu.org>
3306
3307 * auth.texi: Capitalize direntry.
3308
3309 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3310 using a period in the entry name. (Bug#2797)
3311
35ed8e2e
JB
33122009-03-03 Juanma Barranquero <lekktu@gmail.com>
3313
3314 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3315 ($(infodir)/auth, auth.dvi): New targets.
3316
e280480a
GM
33172009-03-03 Glenn Morris <rgm@gnu.org>
3318
3319 * auth.texi: Fix @setfilename.
3320
3321 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3322 (auth, $(infodir)/auth, auth.dvi): New rules.
3323
8a76755b
GM
33242009-02-25 Glenn Morris <rgm@gnu.org>
3325
3326 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
3327
0038d478
MB
33282009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3329
3330 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3331
33322009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3333
3334 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3335 gnus-nocem-issuers, and gnus-nocem-verifyer.
3336
867d4bb3
JB
33372009-02-20 Juanma Barranquero <lekktu@gmail.com>
3338
3339 * ada-mode.texi (Project files, Automatic Casing):
3340 * dbus.texi (Signals):
3341 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3342 * mh-e.texi (HTML):
3343 * nxml-mode.texi (Locating a schema)
3344 (Using the document's URI to locate a schema):
3345 * org.texi (Footnotes, Using the mapping API):
3346 * rcirc.texi (Channels): Remove duplicate words.
3347
3a44dc1f
GM
33482009-02-20 Glenn Morris <rgm@gnu.org>
3349
3350 * dired-x.texi (Miscellaneous Commands):
3351 * gnus.texi: Minor updates for mbox Rmail.
3352
5dc584b5
KB
33532009-02-16 Karl Berry <karl@gnu.org>
3354
b59a8457
GM
3355 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3356 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3357 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3358 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3359 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3360 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3361 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3362 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3363 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3364 Consistently use @insertcopying in the Top node,
5dc584b5 3365 @contents at the front (after @end titlepage),
b59a8457 3366 and @direntry after @copying. (Bug#1988)
5dc584b5 3367
9eb59592
MB
33682009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3369
3370 * auth.texi: New file documenting auth-source.
3371
d324fa76
CD
33722009-02-13 Carsten Dominik <dominik@science.uva.nl>
3373
3374 * org.texi (Org Plot): Fix link.
3375
7a603b73
DU
33762009-02-09 Daiki Ueno <ueno@unixuser.org>
3377
3378 * epa.texi (Mail-mode integration): Mention the way to do
3379 "encrypt-to-self". (Bug#1807)
3380
a626b338 33812009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
3382
3383 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
3384
3b36c17e
MB
33852009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
3386
3387 * gnus-news.texi: Print version about Incoming*.
3388
55033558
CD
33892009-02-02 Carsten Dominik <dominik@science.uva.nl>
3390
3391 * org.texi (Structure editing, Handling links)
3392 (Fast access to TODO states, Javascript support): Make standard docs
3393 correctly reflect default variable settings.
3394
ec712abb
GM
33952009-02-02 Glenn Morris <rgm@gnu.org>
3396
3397 * org.texi: Fix typos.
3398
7112648c
MA
33992009-02-01 Michael Albinus <michael.albinus@gmx.de>
3400
3401 Sync with Tramp 2.1.15.
3402
3403 * trampver.texi: Update release number.
3404
2e461fc1
CD
34052009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
3406
3407 * org.texi (TODO dependencies): Document TODO dependencies on
3408 checkboxes.
3409
bc283609
CD
34102009-01-30 Carsten Dominik <dominik@science.uva.nl>
3411
3412 * org.texi (TODO dependencies): Document key binding for toggling
3413 ORDERED property.
3414
74fc5047
MA
34152009-01-28 Michael Albinus <michael.albinus@gmx.de>
3416
3417 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
3418 of hook functions.
3419
d6685abc
CD
34202009-01-28 Carsten Dominik <dominik@science.uva.nl>
3421
3422 * org.texi (TODO dependencies): New section.
3423
65c439fd
CD
34242009-01-27 Carsten Dominik <dominik@science.uva.nl>
3425
3426 * org.texi (Plain lists, TODO basics, Priorities)
3427 (Multiple sets in one file, Conflicts): Document interaction with
3428 `shift-selection-mode'.
3429
5fafc247
JB
34302009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
3431
3432 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
3433 Make Calc the subject of sentences.
3434 (Rearranging Formulas using Selections): Discuss new options
3435 for `j *'.
3436
e7433508
MA
34372009-01-26 Michael Albinus <michael.albinus@gmx.de>
3438
3439 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
3440
2096a1b6
GM
34412009-01-26 Glenn Morris <rgm@gnu.org>
3442
3443 * org.texi: Fix typos.
3444
0cb61492
BW
34452009-01-26 Bill Wohler <wohler@newt.com>
3446
2096a1b6 3447 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 3448
0bd48b37
CD
34492009-01-25 Carsten Dominik <dominik@science.uva.nl>
3450
3451 * org.texi (References): Add information about remote references.
3452 (Built-in table editor): Document `C-c RET' in tables.
3453 (Math symbols, Quoting LaTeX code): Mention that simple
3454 LaTeX macros survive LaTeX export.
3455 (Images in LaTeX export): Show how to create a reference to a
3456 figure.
3457 (Sectioning structure): Document that the LaTeX class can be
3458 specified in a property.
3459 (Text areas in HTML export): New section.
3460 (External links): Add examples for text search and ID links.
3461 (Built-in table editor): Remove the descriptio of `C-c
3462 C-q', it not longer works.
3463 (Literal examples): Document that a space must follow
3464 the colon in short examples.
3465 (Relative timer): Document `org-timer-stop'.
3466 (Footnotes): New section.
3467 (Footnote markup): Shorten section and refer to new Footnote
3468 section.
3469 (Literal examples): Add documentation for line
3470 numbering in and references to code examples.
3471 (CSS support): Fix the description of default CSS styles.
3472 (Capturing column view): Document
3473 "file:path/to/file.org" as an allowed value for the ID property of
3474 a dynamic block copying column view.
3475
49dbbaf2
SE
34762009-01-23 Stephen Eglen <stephen@gnu.org>
3477
3478 * mh-e.texi (Getting Started): Describe $MH.
3479
193e6828
MA
34802009-01-21 Michael Albinus <michael.albinus@gmx.de>
3481
3482 * tramp.texi (all): Harmonize usage of "external method",
3483 "external transfer method" and "out-of-band method".
3484 (Connection types): Precise the differences of inline and external
3485 methods. Written by Adrian Phillips <a.phillips@met.no>.
3486
26b9f88d
MB
34872009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3488
3489 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
3490 commands as described at the top. Reported by Allan Gottlieb
3491 <gottlieb@nyu.edu>.
3492
34932009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
3494
3495 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
3496 nnmail-pathname-coding-system.
3497
377952e0
GM
34982009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
3499
3500 * org.texi (Relative timer): Fix typo.
3501
a20d3598
JB
35022009-01-15 Juanma Barranquero <lekktu@gmail.com>
3503
3504 * org.texi (Clocking work time): Fix typo.
98a1e0f5 3505 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 3506
a50253cc
GM
35072009-01-13 Glenn Morris <rgm@gnu.org>
3508
3509 * org.texi: Fix some more typos.
3510
07450bee
GM
35112009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
3512
3513 * org.texi: Fix some typos.
3514
e3e955fe
MB
35152009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
3516
3517 * gnus.texi (Group Parameters): Add note for local variables.
3518
35192009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
3520
0c7efc08
SM
3521 * gnus.texi (Converting Kill Files): Fix URL.
3522 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
3523
35242009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
3525
3526 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
3527 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
3528 (Paging the Article): Add index entry.
3529
71dd9983
JB
35302009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
3531
3532 * ada-mode.texi (Examples): Delete redundant text.
3533
4a0cf14f
MA
35342009-01-03 Michael Albinus <michael.albinus@gmx.de>
3535
36c8febb 3536 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
3537
3538 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
3539 addresses.
3540
aedac0f0
BW
35412009-01-03 Bill Wohler <wohler@newt.com>
3542
3543 * mh-e.texi (Scan Line Formats): Indicate that first column should be
3544 kept empty.
3545
4c65b566
CD
35462008-12-20 Carsten Dominik <dominik@science.uva.nl>
3547
3548 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
3549 (HTML Export commands, LaTeX/PDF export commands):
3550 Improve documentation about transient-mark-mode.
e9fce1ac 3551 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
3552 to fields in the last table row.
3553
e1a78e1e
JL
35542008-12-19 Juri Linkov <juri@jurta.org>
3555
3556 * info.texi (Search Text): Remove mention of removed key binding M-s.
3557
17a0aa82
CD
35582008-12-18 Carsten Dominik <dominik@science.uva.nl>
3559
3560 * org.texi (References): Remove mentioning of @0 as reference for the
3561 last line, this has been reverted in the Lisp sources.
3562
4997d802
JB
35632008-12-17 Juanma Barranquero <lekktu@gmail.com>
3564
3565 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
3566 (DVI_TARGETS): Remove duplicates. Add sasl.
3567 ($(infodir)/sasl, sasl.dvi): New targets.
3568
33306645
CD
35692008-12-17 Carsten Dominik <dominik@science.uva.nl>
3570
3571 * org.texi: Version number pushed to 6.15d.
3572
db55f368
CD
35732008-12-16 Carsten Dominik <dominik@science.uva.nl>
3574
a0bf4117 3575 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
3576 (Images in LaTeX export): New section.
3577 (Inlined images, Images in HTML export): Sections renamed.
3578
dae0a942
MB
35792008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
3580
3581 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
3582
9f5572e9
MB
35832008-12-04 David Engster <dengste@eml.cc>
3584
3585 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 3586 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 3587
bc23baaa
CD
35882008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
3589
3590 * org.texi (Using the mapping API): Fix bug in mapping example.
3591 (Publishing options): Make the list of properties complete again, in
3592 correspondence to the variable `org-export-plist-vars'.
3593 (Property searches): Document new special values for time comparisons.
3594 (Tag inheritance): Refine the description of tag inheritance.
3595 (Project alist): Add info about the publishing sequence of components.
a0bf4117 3596 (Effort estimates): Document the new relative timer.
bc23baaa 3597
3bf8054f
JB
35982008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
3599
3600 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
3601 (Using Calc): Clarify use of `C-x * o'.
3602 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
3603
ac134f2f
RS
36042008-11-28 Richard M Stallman <rms@gnu.org>
3605
3606 * dbus.texi (Receiving Method Calls): Clean up previous change.
3607
ace706d1
MA
36082008-11-26 Michael Albinus <michael.albinus@gmx.de>
3609
3610 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
3611 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
3612 `dbus-unescape-from-identifier'.
3613 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 3614 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
3615 (Signals): Use the constants in the example.
3616
d60b1ba1
CD
36172008-11-24 Carsten Dominik <dominik@science.uva.nl>
3618
b97439ce 3619 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 3620
ce4fdcb9
CD
36212008-11-23 Carsten Dominik <dominik@science.uva.nl>
3622
3623 * org.texi (Setting up Remember): Document `org-remember-mode'.
3624 (External links): Document that bbdb links can use a regular
3625 expression.
3626 (External links): Document that elisp links can contain interactive
3627 commands.
3628
c8548a00 36292008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
3630
3631 * viper.texi (viper-translate-all-ESC-keysequences):
3632 Description removed.
3633
6a2c4aec
GM
36342008-11-19 Glenn Morris <rgm@gnu.org>
3635
3636 * doclicense.texi: Change to FDL 1.3.
3637 Relicense all texi files under FDL 1.3 or later.
3638
59ee4113
JB
36392008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
3640
3641 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
3642
59bcbb98 36432008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 3644
0c7efc08 3645 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
3646
3647 * ediff.texi: Version/date change.
9f90198a 3648
8aa41c9b
CY
36492008-11-14 Chong Yidong <cyd@stupidchicken.com>
3650
3651 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
3652
17587b1b
JB
36532008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
3654
3655 * calc.texi (About This Manual): Comment out a mention of
3656 marginal notes.
3657
564c900e
CD
36582008-11-12 Carsten Dominik <dominik@science.uva.nl>
3659
3660 * org.texi (Clocking work time): Document the :formula property of
3661 clock tables.
3662 (Structure editing, Refiling notes): Document refiling regions.
3663 (Agenda commands): Document the double-prefix version
3664 of the `l' command in the agenda.
3665 (Handling links): Explain the effect of a double prefix
3666 arg to `C-c C-o'.
3667 (TODO basics): Add documentation for tag triggers.
3668
3c4be1f2
GM
36692008-10-23 Glenn Morris <rgm@gnu.org>
3670
3671 * cl.texi (Function Bindings): Mention `flet' fails to deal with
3672 byte-compiling things like `+'.
3673
3674 * ns-emacs.texi: Merge copyright years of author now with assignment
3675 into FSF years.
3676 (VER): Use it for easier automatic updating. Use Emacs version rather
3677 than standalone Emacs.app version.
3678
a6520ff3
CD
36792008-10-12 Carsten Dominik <dominik@science.uva.nl>
3680
864c9740 3681 * org.texi: Lots of minor fixes.
a6520ff3
CD
3682 (Capture): New chapter.
3683 (Org Plot): New section.
3684
db7a4b66
MH
36852008-09-30 Magnus Henoch <mange@freemail.hu>
3686
3687 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
3688
4043c194
JB
36892008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
3690
3691 * calc.texi (User Defined Units): Mention how to enter optional display
3692 string.
3693
eef5ade7
MB
36942008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
3695
0c7efc08 3696 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
3697 avoid the "y/n" wording.
3698
e52cac88
MB
36992008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
3700
0c7efc08 3701 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
3702
37032008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3704
3705 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
3706 @enumerate section so as to be able to be formatted with MAKEINFO=no.
3707
00c55306
BW
37082008-09-22 Bill Wohler <wohler@newt.com>
3709
3710 Release MH-E manual version 8.1.
3711
3712 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3713 release 8.1.
3714
3715 * mh-e.texi: Retain dual license as agreed to by the FSF.
3716 However, bump GPL to Version 3.
3717 Use @include for license text.
3718
e52cac88 37192008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
3720
3721 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
3722 (Store custom flags and keywords, Store arbitrary data):
3723 Clean up markup.
64763fe3
MB
3724
37252008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
3726
3727 * gnus.texi (The Gnus Registry): Document it.
3728
9e601b8d
MB
37292008-09-08 David Engster <dengste@eml.cc>
3730
88ee5b02
JB
3731 * gnus.texi (nnmairix): Point out that nnml uses MH format.
3732 Clarify section about choosing back end servers.
9e601b8d 3733
247043f1
GM
37342008-08-23 Glenn Morris <rgm@gnu.org>
3735
3736 * dired-x.texi (Shell Command Guessing):
3737 Mention dired-guess-shell-case-fold-search. (Bug#417)
3738
2bfec7a0
MA
37392008-08-22 Michael Albinus <michael.albinus@gmx.de>
3740
3741 * trampver.texi: Update release number.
3742
247043f1 37432008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
3744
3745 * ns-emacs.texi: Update version.
3746 (Introduction): Correct menu location for options save.
3747 (Customization): Note that defaults are stored under org.gnu.Emacs.
3748
8c20bd92
BW
37492008-08-11 Bill Wohler <wohler@newt.com>
3750
3751 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
3752 explicit about GNU mailutils MH elsewhere (with thanks to Darel
3753 Henman) (closes SF #1768928).
3754
767a4d92
GM
37552008-08-10 Glenn Morris <rgm@gnu.org>
3756
3757 * ns-emacs.texi: Use @copying. Change copyright of authors with
3758 assignment to FSF. Change license to GFDL.
3759 (Top): Remove outdated references.
3760
6ecfe5c2
MB
37612008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
3762
88ee5b02
JB
3763 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
3764 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
3765 gnus-summary-sort-by-most-recent-date.
3766 (Summary Sorting): Explain prefix argument.
3767
37682008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
3769
3770 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
3771 gnus-summary-pipe-output.
3772
eb932e8a
MA
37732008-08-03 Michael Albinus <michael.albinus@gmx.de>
3774
3775 * dbus.texi (Receiving Method Calls): Document error handling of own
3776 D-Bus methods.
3777
bfe16263
BW
37782008-08-01 Bill Wohler <wohler@newt.com>
3779
3780 * mh-e.texi (Reading Mail)
9f90198a 3781 (Viewing Attachments): Describe new function
bfe16263
BW
3782 mh-show-preferred-alternative.
3783 (Sending Mail, Redistributing, Sending Message): Describe new hook
3784 mh-annotate-msg-hook.
3785
21956b56
MA
37862008-07-31 Michael Albinus <michael.albinus@gmx.de>
3787
3788 * dbus.texi (Arguments and Signatures): Fix example.
3789 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
3790 (Asynchronous Methods): New node.
9f90198a
JB
3791 (Errors and Events): Describe extended layout of `dbus-event'.
3792 New defun `dbus-event-message-type'.
21956b56 3793
7c2fb837
DN
37942008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3795
3796 * ediff.texi: Remove VMS support.
3797
13662773
JB
37982008-07-29 Juanma Barranquero <lekktu@gmail.com>
3799
3800 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
3801 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
3802
ddde0b34
CY
38032008-07-29 Chong Yidong <cyd@stupidchicken.com>
3804
3805 * Makefile.in: Add mairix-el targets.
3806
38072008-07-29 David Engster <deng@randomsample.de>
3808
3809 * mairix-el.texi: New file.
3810
d5875b25
JB
38112008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
3812
366b7d44
JB
3813 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
3814 project files. Delete 'main_unit' project variable; not needed. Allow
3815 process environment variables wherever project variables are allowed.
3816 Add tutorial section on multiple GNAT project files.
d5875b25 3817
6cbab8ee
MA
38182008-07-27 Michael Albinus <michael.albinus@gmx.de>
3819
3820 Sync with Tramp 2.1.14.
3821
3822 * trampver.texi: Update release number.
3823
9e2a2647
DN
38242008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3825
3826 * ns-emacs.texi:
3827 * faq.texi: Remove mentions of Mac Carbon.
3828
d62672f3
MB
38292008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
3830
3831 * gnus.texi (Saving Articles): Describe the 2nd argument of
3832 gnus-summary-save-in-pipe.
3833 (SpamAssassin): Use it.
3834
38352008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
3836
3837 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
3838
dd12e1c6
CD
38392008-07-25 Carsten Dominik <dominik@science.uva.nl>
3840
3841 * org.texi (Export options): Document the use of the creator flag.
3842
44ce9197
CD
38432008-07-24 Carsten Dominik <dominik@science.uva.nl>
3844
3845 * org.texi: New version 6.06a.
3846
ddd13c5d
JB
38472008-07-23 Juanma Barranquero <lekktu@gmail.com>
3848
3849 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
3850 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
3851
8dc6104d
JB
38522008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
3853
3854 * calc.texi (Editing Stack Entries):
3855 (Algebraic Entry): Rewrite introductory sentences so it can be used by
3856 Calc's help functions. Mention fixing typos.
3857 (Customizing Calc): Fix typo.
3858
38592008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
3860
3861 * calc.texi (summarykey): New macro. Use to correctly format keys in
3862 the summary.
3863
ddd13c5d 38642008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
3865
3866 * ns-emacs.texi (Customization): Corrected documentation on color
3867 specification formats.
3868
568beaa2
AS
38692008-07-19 Andreas Schwab <schwab@suse.de>
3870
db8ef699 3871 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
3872
3873 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
3874 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
3875
cd71b9ae
MA
38762008-07-18 Michael Albinus <michael.albinus@gmx.de>
3877
3878 * dbus.texi (Inspection): Rework, introduce submenus.
3879 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
3880 (Properties and Annotations, Arguments and Signatures): New nodes.
3881
9b7993b4
MA
38822008-07-13 Michael Albinus <michael.albinus@gmx.de>
3883
3884 * dbus.texi (Receiving Method Calls): Fix description of
3885 `dbus-register-method'.
3886 (Signals): Allow also signal arguments for filtering in
3887 `dbus-register-signal'.
3888
241d447b
JB
38892008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
3890
3891 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
3892 `cnorm'.
3893 (Arithmetic Tutorial): Simplify the verification of prime factors.
3894
adb46650
MB
38952008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
3896
3897 * gnus.texi (Saving Articles): Mention
3898 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
3899
92e15881
JB
39002008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
3901
3902 * calc.texi: Adjust mode line throughout.
3903
ea597303
JB
39042008-06-28 Juanma Barranquero <lekktu@gmail.com>
3905
3906 * sasl.texi (Mechanisms): Fix typos.
3907
aee08080
JB
39082008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
3909
3910 * calc.texi (Killing from the stack): Mention using normal Emacs
3911 copying.
3912
a06a4a12
MA
39132008-06-21 Michael Albinus <michael.albinus@gmx.de>
3914
0c7efc08 3915 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 3916 Add `auth-source' mechanism.
a06a4a12
MA
3917 (Connection caching): Tramp reopens the connection automatically,
3918 when the operating system on the remote host has been changed.
3919
7389398d
EZ
39202008-06-20 Eli Zaretskii <eliz@gnu.org>
3921
3922 * makefile.w32-in (distclean): Remove makefile.
3923
b349f79f
CD
39242008-06-17 Carsten Dominik <dominik@science.uva.nl>
3925
3f9b4c2b 3926 * org.texi (Using the mapping API): New section.
b349f79f 3927 (Agenda column view): New section.
3f9b4c2b 3928 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 3929 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 3930 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
3931
39322008-06-17 Jason Riedy <jason@acm.org>
3933
3934 * org.texi (A LaTeX example): Note that fmt may be a one-argument
3935 function, and efmt may be a two-argument function.
3936 (Radio tables): Document multiple destinations.
3937
cd5c05d2
GM
39382008-06-16 Glenn Morris <rgm@gnu.org>
3939
3940 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
3941 Add Cover-Texts.
3942
debf4439
GM
39432008-06-15 Glenn Morris <rgm@gnu.org>
3944
3945 * faq.texi (VER): Update to 23.0.60.
3946
3947 * mh-e.texi: Remove option of licensing under GPL.
3948 Add Cover-Texts to GFDL permissions notice.
3949 (GPL): Remove section.
3950 (GFDL): Include doclicense.texi rather than the actual text.
3951
3952 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
3953 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
3954
3955 * sasl.texi: Fix output file name.
3956
3957 * epa.texi, sasl.texi: Refer to license in Emacs manual.
3958
3959 * gnus-coding.texi: Refer to license in Gnus manual.
3960
3961 * idlwave.texi, sasl.texi: Use @copying.
3962
3963 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
3964
3965 * speedbar.texi: Update Back-Cover Text as per maintain.info.
3966
3967 * url.texi: Use @copying, @title, @subtitle, @author.
3968
3969 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
3970 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
3971 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
3972 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
3973 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
3974 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
3975 * widget.texi, woman.texi:
3976 Remove references to external license, since doclicense is included.
3977
3978 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
3979 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
3980 Remove references to non-existent Invariant Sections.
3981
091f8bc1
GM
39822008-06-14 Glenn Morris <rgm@gnu.org>
3983
3984 * faq.texi (Major packages and programs): Remove references to external
3985 Supercite, Calc, VIPER, since they have been included for some time.
3986 Update VM, AUCTeX, BBDB entries.
3987
47bcb4d3
UJ
39882008-06-14 Ulf Jasper <ulf.jasper@web.de>
3989
3990 * newsticker.texi: Updated to match latest newsticker changes.
3991
6f093307
GM
39922008-06-13 Glenn Morris <rgm@gnu.org>
3993
3994 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
3995 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
3996 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
3997 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
3998 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
3999 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4000 * woman.texi:
4001 Update Back-Cover Text as per maintain.info.
4002
2b968687
MB
40032008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4004
4005 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4006
4007 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4008 (gnus-faq.xml): Update repository host.
4009
2b968687
MB
4010 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4011
40122008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4013
4014 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4015 Fix a typo.
4016
40172008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4018
4019 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 4020 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
4021 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4022
40232008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4024
4025 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4026 coding standards.
4027
40282008-06-14 David Engster <dengste@eml.cc>
4029
4030 * gnus.texi (nnmairix): Markup fixes.
4031
e6d2d263
MB
40322008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4033
2b968687 4034 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4035
40362008-06-05 David Engster <dengste@eml.cc>
4037
4038 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4039
40402008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4041
b344d29d 4042 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4043 (Searching, nnir, nnmairix): New stub nodes.
4044
ad231df6 40452008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4046
4047 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4048
f394fa25
MB
40492008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4050
4051 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4052
58333467
MB
40532008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4054
4055 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4056
67525fb9
JY
40572008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4058
4059 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4060
0549d8fc
JB
40612008-05-06 Juanma Barranquero <lekktu@gmail.com>
4062
4063 * info.texi (Top): Fix typo in xref.
4064
149a3837
KB
40652008-05-05 Karl Berry <karl@gnu.org>
4066
4067 * info.texi (Top): @xref to stand-alone manual.
4068
3a23a519
MB
40692008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4070
4071 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4072 (Various Summary Stuff): Fix typo in last xref.
4073
0a29fbf3
JB
40742008-05-02 Juanma Barranquero <lekktu@gmail.com>
4075
4076 * org.texi (Moving subtrees): Fix typo.
4077
586b90f1
MA
40782008-04-28 Michael Albinus <michael.albinus@gmx.de>
4079
4080 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4081 Tramp via `tramp-mode'.
4082
b5af9883
CD
40832008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4084
4085 * org.texi: Massive changes, in many parts of the file.
4086
d55fe5bb
MB
40872008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4088
4089 * gnus.texi (Oort Gnus): Add message-fill-column.
4090
40912008-04-12 Adrian Aichner <adrian@xemacs.org>
4092
4093 * gnus.texi (Mail Source Specifiers): Typo fix.
4094
40952008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4096
4097 * gnus.texi (Diary Headers Generation): Update key binding for
4098 `gnus-diary-check-message'.
4099
41002008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4101
4102 * gnus.texi (Emacsen): Addition.
4103
41042008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4105
4106 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4107
41082008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4109
4110 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4111
41122008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4113
4114 * gnus-news.texi: Update tool bar item.
4115
41162008-04-09 Sven Joachim <svenjoac@gmx.de>
4117
4118 * gnus-news.texi: Fix typos.
4119
76c109c3
JB
41202008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4121
222027f2 4122 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4123 Add mention of `kron'.
4124
d5fbd5a6
MO
41252008-04-01 Daiki Ueno <ueno@unixuser.org>
4126
0c7efc08
SM
4127 * epa.texi (Encrypting/decrypting *.gpg files):
4128 Document epa-file-name-regexp.
d5fbd5a6 4129
fbcbb58c
KY
41302008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4131
4132 * gnus.texi (Example Methods): Fix description about ssh-agent.
4133 (Indirect Functions): Fix the default value of nntp-telnet-command;
4134 remove link to connect.html.
4135
134ce16c
MA
41362008-03-30 Michael Albinus <michael.albinus@gmx.de>
4137
4138 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4139 dbus-call-method.
4140 (Receiving Method Calls): The timeout can be set by the calling client.
4141
da1975d7
MA
4142 * trampver.texi: Update release number.
4143
2e4089ab
RS
41442008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4145
4146 * gnus.texi (Top): Fix version. Add SASL.
4147
70cab5a9
MA
41482008-03-29 Michael Albinus <michael.albinus@gmx.de>
4149
4150 Sync with Tramp 2.1.13.
4151
4152 * trampver.texi: Update release number.
4153
5bc6ddff
MB
41542008-03-29 Chong Yidong <cyd@stupidchicken.com>
4155
4156 * org.texi: Update to new org-mode website.
4157
41582008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4159
4160 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4161
9b3ebcb6
MB
41622008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4163
4164 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4165 gnus-read-ephemeral-gmane-group-url,
4166 gnus-read-ephemeral-emacs-bug-group,
4167 gnus-read-ephemeral-debian-bug-group.
4168
41692008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4170
4171 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4172
4173 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4174 Add FIXMEs for Bookmarks and gnus-registry-marks.
4175
41762008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4177
4178 * gnus.texi (Smileys): Document `smiley-style'.
4179
41802008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4181
4182 * gnus.texi (Gnus Development): Clarify difference between ding and
4183 gnu.emacs.gnus.
4184 (MIME Commands, Using MIME, RSS): Fix markup.
4185
4186 * gnus-faq.texi ([8.4]): Ditto.
4187
41882008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4189
4190 * gnus.texi (Emacsen): Remove obsolete stuff.
4191
41922008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4193
4194 * gnus.texi (Oort Gnus): Add version info WRT
4195 `mail-source-delete-incoming'.
4196
41972008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4198
4199 * gnus.texi (Top): Add "Other related manuals" and version info in
4200 `iftex' output.
4201 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4202 gnus-balloon-face-0 and the corresponding format specifiers.
4203
608d6a81
MA
42042008-03-26 Michael Albinus <michael.albinus@gmx.de>
4205
4206 * tramp.texi (Filename completion): Remove footnote about let-bind
4207 of `partial-completion-mode'. It doesn't work this way.
4208
27a6f132
SM
42092008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4210
4211 * pcl-cvs.texi (Contributors): Update my email.
4212
4a7c4c40
MA
42132008-03-21 Michael Albinus <michael.albinus@gmx.de>
4214
4215 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4216
2940c053
BW
42172008-03-17 Bill Wohler <wohler@newt.com>
4218
4219 * mh-e.texi (Viewing): Update URL for adding header fields to
4220 mh-invisible-header-fields-default.
4221
30864d5f
BW
42222008-03-16 Bill Wohler <wohler@newt.com>
4223
4224 * mh-e.texi (Preface): Add Gnus to requirements.
4225 (Forwarding): Note that forwarded MIME messages are now inline.
4226
31fe2b00
SM
42272008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4228
4229 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4230 (Common Variables): Give precedence to the netcat methods over the
4231 telnet methods, and mention that they are more reliable.
31fe2b00 4232
5e97c626
CD
42332008-03-13 Carsten Dominik <dominik@science.uva.nl>
4234
4235 * org.texi (Exporting Agenda Views): Document agenda export to
4236 iCalendar.
4237 (Progress logging): Document the new progress logging stuff.
4238
37a68866
MB
42392008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4240
4241 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4242 Update for change of `mail-source-delete-incoming'.
4243
4244 * gnus-news.texi: Ditto.
4245
8f7abae3
MB
42462008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4247
4248 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4249 custom versions.
4250
af379c86
AM
42512008-03-07 Alan Mackenzie <acm@muc.de>
4252
4253 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4254 parens/brackets in a k&r region is limited.
4255
3d0f8a67
MB
42562008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4257
4258 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4259 using different Emacs versions.
4260
52151df0
GM
42612008-02-27 Glenn Morris <rgm@gnu.org>
4262
4263 * sc.texi: Remove a lot of old and obsolete info.
4264 (titlepage): Simplify.
4265 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4266 (VM with any Emacsen, GNEWS with any Emacsen)
4267 (Overloading for Non-conforming MUAs, Version 3 Changes)
4268 (The Supercite Mailing List): Delete nodes.
4269 (Introduction): Remove info about old packages.
4270 (Getting Connected): Simplify. Remove info about old packages.
4271 (Citing Commands): Delete Emacs 19 info.
4272 (Hints to MUA Authors): Simplify.
4273 (Thanks and History): Merge in some info from the deleted node
4274 "Version 3 Changes".
4275
b03f96dc
MB
42762008-02-05 Juanma Barranquero <lekktu@gmail.com>
4277
4278 * org.texi (Setting tags, In-buffer settings):
4279 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4280
52bec650
MB
42812008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4282
4283 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4284 installation directory name.
4285
34a3c587
RF
42862008-02-12 Romain Francoise <romain@orebokech.com>
4287
4288 * epa.texi (Overview): Fix typo.
4289
5a8d03e9
MO
42902008-02-11 Daiki Ueno <ueno@unixuser.org>
4291
4292 * epa.texi (Quick start): Remove the .emacs setting.
4293
f1914c40
MO
42942008-02-10 Daiki Ueno <ueno@unixuser.org>
4295
4296 * epa.texi (Quick start): Use the command `epa-enable' instead of
4297 loading `epa-setup'.
4298
bca98fc9
JB
42992008-02-08 Juanma Barranquero <lekktu@gmail.com>
4300
4301 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4302 ($(infodir)/epa, epa.dvi): New targets.
4303
4b01af2e
MO
43042008-02-08 Daiki Ueno <ueno@unixuser.org>
4305
4306 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4307
4308 * epa.texi: New manual documenting the EasyPG Assistant.
4309
06c0751a
MA
43102008-02-06 Michael Albinus <michael.albinus@gmx.de>
4311
4312 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4313 (Inspection): New function dbus-ping.
4314
7dcccd7b
MA
43152008-02-05 Michael Albinus <michael.albinus@gmx.de>
4316
4317 * tramp.texi (Remote processes): Add `shell-command'.
4318
a1da1e37
MB
43192008-01-28 Michael Sperber <sperber@deinprogramm.de>
4320
4321 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4322 (Group Parameters): Document `mail-source' parameter.
4323
c9d8f746
MA
43242008-01-27 Michael Albinus <michael.albinus@gmx.de>
4325
4326 * tramp.texi (Inline methods): The hostname of the su(do)? methods
4327 must be a local host.
4328
15db4a13
MO
43292008-01-26 Michael Olson <mwolson@gnu.org>
4330
4331 * erc.texi: Update version for ERC 5.3 release.
4332 (Obtaining ERC): Update extras URLs for 5.3.
4333 (Development): Write instructions for git, and remove those for Arch.
4334 (History): Mention the switch to git.
4335
2bc43980
KB
43362008-01-24 Karl Berry <karl@gnu.org>
4337
bca98fc9
JB
4338 * info.texi (Search Index, Search Text): Mention the command
4339 character in the section name, a la the (Go to node) node.
2bc43980 4340
d2e4a6c9
MA
43412008-01-21 Michael Albinus <michael.albinus@gmx.de>
4342
4343 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4344
0b6799c3
MB
43452008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4346
4347 * gnus-news.texi: Mention gnus-article-describe-bindings.
4348
43492008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4350
4351 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4352
db9c3fb1 43532008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 4354
7b4d0413 4355 * org.texi (Property inheritance): New section.
db9c3fb1 4356 (Conventions): New section.
7b4d0413 4357 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
4358 commands, and the new bindings for refiling.
4359 (Sparse trees): Document the new special command for sparse trees.
4360 (References): Be more clear about the counting of hilines.
4361 (Handling links): Document M-p/n for accessing links.
4362 (Fast access to TODO states): New section.
4363 (Per file keywords): New section.
4364 (Property inheritance): New section.
4365 (Column attributes): New summary types.
4366 (Capturing Column View): New section.
4367 (The date/time prompt): Cover the new features in the date/time prompt.
4368 Compactify the table of keys for the calendar remote control.
4369 (Clocking work time): Document the new :scope parameter.
4370 (Remember): Promoted to chapter.
4371 (Quoted examples): New section.
4372 (Enhancing text): New verbatim environments.
4373
6ed73f28
MA
43742008-01-14 Michael Albinus <michael.albinus@gmx.de>
4375
4376 * trampver.texi: Update release number.
4377
95838435
MB
43782008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4379
0c7efc08
SM
4380 * gnus.texi (Article Keymap):
4381 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
4382 gnus-article-reply-with-original and
4383 gnus-article-followup-with-original.
4384
20234d96
GM
43852008-01-09 Glenn Morris <rgm@gnu.org>
4386
4387 * nxml-mode.texi: Add @copying section.
4388
d82cf70b
MB
43892008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4390
4391 * message.texi (Mail Variables): Add some text from "(gnus)Posting
4392 Server". Add `message-send-mail-with-mailclient'.
4393
4394 * gnus.texi (Posting Server): Move some text to "(message)Mail
4395 Variables" and add a reference here.
4396
addb7f2e
MA
43972008-01-04 Michael Albinus <michael.albinus@gmx.de>
4398
4399 * dbus.texi (Receiving Method Calls): New chapter.
4400 (Errors and Events): Add serial number to events. Replace "signal" by
4401 "message". Introduce dbus-event-serial-number.
4402
4db2806c
MA
44032008-01-03 Michael Albinus <michael.albinus@gmx.de>
4404
4405 * dbus.texi (Type Conversion): Explain the type specification for empty
4406 arrays. Use another example.
4407
c9ecb5a7
MA
44082007-12-30 Michael Albinus <michael.albinus@gmx.de>
4409
4410 * dbus.texi (all): Replace "..." by @dots{}.
4411 (Type Conversion): Precise the value range for :byte types.
4412 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
4413 Mention its return value.
4414 (Errors and Events): There is no D-Bus error propagation during event
4415 processing.
4416
702dbfd9
JB
44172007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
4418
4419 * calc.tex (Yacas Language, Maxima Language, Giac Language):
4420 New sections.
4421
87035689
MB
44222007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
4423
4424 * gnus.texi (Group Parameters): Reorder the text and add a note about
4425 `gnus-parameters' near the beginning of the node.
4426
44272007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
4428
4429 * gnus.texi (Score File Editing): Fix function name.
4430
5492f5ca
MA
44312007-12-23 Michael Albinus <michael.albinus@gmx.de>
4432
4433 Sync with Tramp 2.1.12.
4434
4435 * trampver.texi: Update release number.
4436
d4e67bc5
MA
44372007-12-22 Michael Albinus <michael.albinus@gmx.de>
4438
4439 * dbus.texi (Type Conversion): Correct input parameters mapping.
4440
6a31c819
MA
44412007-12-21 Michael Albinus <michael.albinus@gmx.de>
4442
4443 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
4444 (Errors and Events): Mention wrong-type-argument error.
4445
99a3e35f
AS
44462007-12-21 Alex Schroeder <alex@gnu.org>
4447
4448 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 4449 spaces. Fixed some typos.
99a3e35f
AS
4450 (Internet Relay Chat): Explain relay.
4451 (Getting started with rcirc): Change items to reflect prompts.
4452 Add more explanation to rcirc-track-minor-mode and added a comment to
4453 warn future maintainers that this section is a copy.
0c7efc08 4454 (People): Change /ignore example.
62b12a24 4455 (Keywords): Not keywords.
99a3e35f 4456
331e4d02
AS
44572007-12-20 Alex Schroeder <alex@gnu.org>
4458
4459 * rcirc.texi (Top): Fighting Information Overload chapter added.
4460 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 4461 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
4462 (Fighting Information Overload): New chapter documenting /keyword,
4463 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
4464 (Configuration): Document rcirc-server-alist, remove
4465 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 4466
cd71c3ef
MA
44672007-12-16 Michael Albinus <michael.albinus@gmx.de>
4468
4469 * dbus.texi (Signals): Fix example in dbus-register-signal.
4470
bbbe940b
MB
44712007-12-14 Sven Joachim <svenjoac@gmx.de>
4472
4473 * gnus.texi (Score Variables): Fix typo.
4474
0ce574ef
MA
44752007-12-07 Michael Albinus <michael.albinus@gmx.de>
4476
4477 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
4478 (Signals): Adapt dbus-send-signal and dbus-register-signal.
4479 (Errors and Events): Adapt dbus-event.
4480
b890d447
MB
44812007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4482
4483 * gnus.texi (Other Files): Add the yenc command.
4484
44852007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
4486
4487 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
4488 since 2004-08-06.
4489
44902007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
4491
4492 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
4493 on body.
4494
44952007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
4496
4497 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
4498 and rfc2047-allow-irregular-q-encoded-words; fix description of
4499 rfc2047-encode-encoded-words.
4500
45012007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
4502
4503 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
4504
3728bf03
MO
45052007-12-05 Michael Olson <mwolson@gnu.org>
4506
4507 * remember.texi (Diary): Remove "require" line for remember-diary.el.
4508 Update documentation for `remember-diary-file'.
4509
a4397af9
MA
45102007-12-04 Michael Albinus <michael.albinus@gmx.de>
4511
4512 * dbus.texi (Signals): Precise `dbus-register-signal'.
4513 (Errors and Events): Rework events part, the internal structure of
4514 dbus-event has changed.
4515
1682490c
JB
45162007-12-03 Juanma Barranquero <lekktu@gmail.com>
4517
4518 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
4519 ($(infodir)/dbus, dbus.dvi): New targets.
4520
7b13a0f2
MA
45212007-12-03 Michael Albinus <michael.albinus@gmx.de>
4522
4523 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
4524 unconditionally.
4525
4526 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
4527 emulation with @print{}.
4528
7ef92bc9
RS
45292007-12-02 Richard Stallman <rms@gnu.org>
4530
4531 * dbus.texi (Overview): Minor cleanup.
4532
22d8ac3a
MA
45332007-12-02 Michael Albinus <michael.albinus@gmx.de>
4534
d3a8e0df
MA
4535 * Makefile.in (INFO_TARGETS): Add dbus.
4536 (DVI_TARGETS): Add dbus.dvi.
4537 (dbus, dbus.dvi): New targets.
4538
22d8ac3a
MA
4539 * dbus.texi: New file.
4540
559764ab
RF
45412007-11-24 Romain Francoise <romain@orebokech.com>
4542
4543 * nxml-mode.texi: Add description in @direntry.
7aa579d9 4544 Fix file name to match @setfilename.
559764ab 4545
ac97a16b
MH
45462007-11-23 Mark A. Hershberger <mah@everybody.org>
4547
4548 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
4549 ($(infodir)/nxml-mode): New rule.
4550
4551 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
4552 ($(infodir)/nxml-mode): New rule.
4553 (clean): Add nxml-mode*.
4554
4555 * nxml-mode.texi: New file with nxml manual.
4556
404cd454
GM
45572007-11-18 Richard Stallman <rms@gnu.org>
4558
4559 * flymake.texi (Example -- Configuring a tool called directly):
4560 Update example.
4561
b048d478
MA
45622007-11-18 Michael Albinus <michael.albinus@gmx.de>
4563
4564 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 4565 double-slash behavior. Explain directory contents flushing.
b048d478 4566
346e8469
JB
45672007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4568
4569 * calc.texi (TeX and LaTeX Language Modes): Put in
4570 missing braces.
4571
404cd454
GM
45722007-11-15 Richard Stallman <rms@gnu.org>
4573
4574 * cl.texi (Equality Predicates): Delete `eql'.
4575 (Predicates, Naming Conventions, Top): Delete `eql'.
4576 (Common Lisp Compatibility): Delete `eql'.
4577 (Porting Common Lisp): Delete obsolete backquote info.
4578 Minor clarification about character constants.
4579 (Sequence Basics): Minor clarification.
4580
1f6af58b
JB
45812007-11-15 Juanma Barranquero <lekktu@gmail.com>
4582
dccb744b 4583 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
4584 * tramp.texi (Filename completion): Fix typos.
4585
3bc88bc9
JB
45862007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
4587
4588 * calc.texi (Basic commands): Mention the menu.
4589
bc5300d3
MA
45902007-11-12 Michael Albinus <michael.albinus@gmx.de>
4591
4592 * tramp.texi (Connection caching): Tramp flushes connection
4593 properties when remote operating system has been changed.
4594
4d8a28ec
MB
45952007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
4596
4597 * gnus-news.texi: Fix spelling.
4598 `message-insert-formatted-citation-line', not
4599 `message-insert-formated-citation-line'.
4600
404cd454
GM
4601 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
4602
e1176b47
MA
46032007-11-07 Michael Albinus <michael.albinus@gmx.de>
4604
4605 * tramp.texi (Overview): Mention also the PuTTY integration under
4606 Win32. Remove paragraphs about Tramp's experimental status.
4607 (Frequently Asked Questions): Add code example for highlighting the
4608 mode line.
4609
6159985a
MO
46102007-11-03 Michael Olson <mwolson@gnu.org>
4611
4612 * remember.texi: Change mentions of remember-buffer to
4613 remember-finalize throughout.
4614
bec9b2f5
MO
46152007-10-30 Michael Olson <mwolson@gnu.org>
4616
4617 * remember.texi (Copying): Remove.
4618 (Mailbox): Update with non-BBDB instructions.
4619 (Diary, Org): Add.
4620 (Bibliography, Planner Page): Remove.
4621
b6173182
JB
46222007-10-30 Juanma Barranquero <lekktu@gmail.com>
4623
4624 * makefile.w32-in (INFO_TARGETS): Add remember.
4625 (DVI_TARGETS): Add remember.dvi.
4626 ($(infodir)/remember): New rule.
4627 (clean): Add remember*.
4628
15f3eb73
MO
46292007-10-30 Michael Olson <mwolson@gnu.org>
4630
70bdc930
MO
4631 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
4632 ($(infodir)/remember): New rule that builds the Remember Manual.
4633
b6173182
JB
4634 * remember.texi: New file containing the Remember Mode Manual.
4635 Shuffle chapters around after initial import.
7d3f6f1a
MO
4636 (Function Reference): Split Keystrokes into separate chapter.
4637 (Keystrokes): Document C-c C-k.
51d24a12 4638 (Introduction): Fix typographical issue with "---".
15f3eb73 4639
404cd454
GM
46402007-10-29 Richard Stallman <rms@gnu.org>
4641
4642 * widget.texi (Introduction): Delete discussion of implementation
4643 internals.
4644
9bbb9638
MA
46452007-10-29 Michael Albinus <michael.albinus@gmx.de>
4646
4647 * tramp.texi (Connection caching): Host names must be different
4648 when tunneling.
4649
c7ff939a
RS
46502007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4651
4652 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
4653 Gnus v5.13.
4654
01c52d31
MB
46552007-10-28 Miles Bader <miles@gnu.org>
4656
4657 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
4658
01c52d31
MB
46592007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4660
0c7efc08
SM
4661 * gnus.texi (Sorting the Summary Buffer):
4662 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
4663
46642007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4665
4666 * gnus.texi (Non-ASCII Group Names): New node.
4667 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
4668 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
4669
c8763fb6 46702007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
4671
4672 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
4673 clean the output of the program `imap-shell-program'.
4674
46752007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4676
4677 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
4678
46792007-10-28 Tassilo Horn <tassilo@member.fsf.org>
4680
4681 * gnus.texi (Sticky Articles): Documentation for sticky article
4682 buffers.
4683
c8763fb6 46842007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
4685
4686 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
4687
46882007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4689
4690 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
4691
46922007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4693
0c7efc08
SM
4694 * gnus.texi (Archived Messages):
4695 Document gnus-update-message-archive-method.
01c52d31
MB
4696
46972007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4698
4699 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
4700
c8763fb6 47012007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 4702
0c7efc08
SM
4703 * gnus.texi (Group Maneuvering):
4704 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
4705
47062007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4707
0c7efc08
SM
4708 * gnus.texi (Really Various Summary Commands):
4709 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
4710
47112007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4712
4713 * gnus.texi, message.texi: Bump version number.
4714
47152007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4716
4717 * gnus.texi (Group Line Specification, Misc Group Stuff)
4718 (Server Commands): Parenthesize @pxref{Mail Spool}.
4719
47202007-10-28 Didier Verna <didier@xemacs.org>
4721
4722 New user option: message-signature-directory.
4723 * message.texi (Insertion Variables): Document it.
4724 * gnus.texi (Posting Styles): Ditto.
4725
47262007-10-28 Didier Verna <didier@xemacs.org>
4727
4728 * gnus.texi (Group Line Specification):
4729 * gnus.texi (Misc Group Stuff):
4730 * gnus.texi (Server Commands): Document the group compaction feature.
4731
47322007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4733
4734 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
4735
4736 * message.texi (Various Message Variables): Add message-fill-column.
4737
47382007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4739
4740 * gnus.texi: Untabify.
4741
47422007-10-28 Didier Verna <didier@xemacs.org>
4743
4744 * gnus.texi (Group Parameters): Document the posting-style merging
4745 process in topic-mode.
4746
47472007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4748
4749 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
4750
47512007-10-28 Romain Francoise <romain@orebokech.com>
4752
4753 * gnus.texi (Mail Spool): Fix typo.
4754 Update copyright.
4755
47562007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4757
4758 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
4759
47602007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4761
4762 * gnus.texi (Summary Generation Commands):
4763 Add gnus-summary-insert-ticked-articles.
4764
47652007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4766
b2abec73
JB
4767 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
4768 to spam-spamassassin-program.
01c52d31
MB
4769
47702007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4771
4772 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
4773
47742007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4775
4776 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
4777
47782007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4779
4780 * message.texi (Mail Headers): Document `opportunistic'.
4781
47822007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4783
4784 * emacs-mime.texi (Encoding Customization): Explain how to set
4785 mm-coding-system-priorities per hierarchy.
4786
47872007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4788
4789 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
4790 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
4791
47922007-10-28 Didier Verna <didier@xemacs.org>
4793
4794 * message.texi (Wide Reply): Update documentation of
4795 message-dont-reply-to-names (now allowing a list of regexps).
4796
47972007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4798
4799 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
4800
48012007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4802
4803 * gnus.texi (SpamAssassin back end): Fix typo.
4804
4805 * sieve.texi (Examples): Fix grammar.
4806
48072007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4808
4809 * gnus.texi (Searching for Articles): Document M-S and M-R.
4810 (Limiting): Document / b.
4811
48122007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4813
4814 * gnus.texi (Thread Commands): T M-^.
4815
48162007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4817
4818 * message.texi (Mail Aliases): Document ecomplete.
4819 (Mail Aliases): Fix typo.
4820
48212007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4822
4823 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
4824 fix typo.
4825
48262007-10-28 Romain Francoise <romain@orebokech.com>
4827
4828 * gnus.texi (Mail Spool): Grammar fix.
4829
48302007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4831
4832 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
4833 string.
4834
48352007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4836
4837 * gnus.texi (Group Parameters): Fix description.
4838
48392007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4840
b2abec73
JB
4841 * gnus.texi (Gmane Spam Reporting):
4842 Fix spam-report-gmane-use-article-number.
4843 Add spam-report-user-mail-address.
01c52d31
MB
4844
48452007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4846
4847 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
4848
48492007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4850
4851 * gnus.texi (Group Parameters): Add simplified sorting example based on
4852 example for `Sorting the Summary Buffer' from Jari Aalto
4853 <jari.aalto@cante.net>.
4854 (Example Methods): Add example for an indirect connection.
4855
48562007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
4857
0c7efc08 4858 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
4859 (Agent Parameters): Updated parameter names to match code.
4860 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
4861 'gnus-agent-summary-fetch-series'.
4862 (Agent and flags): New section providing a generalized discussion
4863 of flag handling.
0c7efc08
SM
4864 (Agent and IMAP): Remove flag discussion.
4865 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
4866
48672007-10-28 Romain Francoise <romain@orebokech.com>
4868
4869 * gnus.texi (Exiting the Summary Buffer): Add new function
4870 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
4871
48722007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4873
4874 * gnus.texi (Conformity): Fix typo.
4875 (Customizing Articles): Document `first'.
4876
48772007-10-28 Jari Aalto <jari.aalto@cante.net>
4878
4879 * gnus.texi (Sorting the Summary Buffer):
4880 Add `gnus-thread-sort-by-date-reverse'. Add example
4881 host to different sorting in NNTP and RSS groups.
4882
48832007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4884
4885 * message.texi (Insertion): Describe prefix for
4886 message-mark-inserted-region and message-mark-insert-file.
4887
48882007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4889
4890 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
4891 LaTeX documents. Describe "text/x-gnus-verbatim".
4892
48932007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
4894
b2abec73 4895 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
4896 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
4897 (spam-stat spam filtering, SpamOracle)
0c7efc08 4898 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
4899 clarity.
4900
49012007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4902
4903 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
4904 gnus-article-delete-part and gnus-article-replace-part.
4905 (Using MIME): Add gnus-mime-replace-part.
4906
49072007-10-28 Romain Francoise <romain@orebokech.com>
4908
4909 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
4910 requires `auto-compression-mode' to be enabled. Add new nnml
4911 variable `nnml-compressed-files-size-threshold'.
4912
49132007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4914
0c7efc08
SM
4915 * gnus.texi (Sorting the Summary Buffer):
4916 Add gnus-thread-sort-by-recipient.
01c52d31
MB
4917
49182007-10-28 Romain Francoise <romain@orebokech.com>
4919
4920 * message.texi (Insertion Variables): Mention new variable
4921 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
4922 documentation accordingly.
4923
49242007-10-28 Romain Francoise <romain@orebokech.com>
4925
4926 * gnus.texi (To From Newsgroups): Mention new variables
4927 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
4928
49292007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4930
4931 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
4932 stuff; gnus-mime-inline-part does the automatic decompression.
4933
49342007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
4935
4936 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 4937 "training.ham" should be "training.spam".
01c52d31
MB
4938
49392007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4940
4941 * message.texi (Mail Variables): Fix the default value for
4942 message-send-mail-function.
4943
49442007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4945
4946 * gnus.texi (Optional Back End Functions): nntp-request-update-info
4947 always returns nil exceptionally.
4948
49492007-10-28 Simon Josefsson <jas@extundo.com>
4950
0c7efc08
SM
4951 * gnus.texi (Article Washing): Add libidn URL.
4952 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
4953
49542007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4955
4956 * gnus.texi (Topic Commands): Fix next/previous.
4957
49582007-10-28 Simon Josefsson <jas@extundo.com>
4959
4960 * gnus.texi (Article Washing): Mention `W i'.
4961
c8763fb6 49622007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
4963
4964 * gnus.texi (Group Parameters): Slight extension of sieve
4965 parameter description.
4966
49672007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4968
4969 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
4970 matching score files as well.
4971 (Picons): Describe `gnus-picon-style'.
4972
49732007-10-28 Romain Francoise <romain@orebokech.com>
4974
4975 * message.texi (Message Headers): Mention that headers are hidden
4976 using narrowing, and how to expose them.
4977 Update copyright.
4978
49792007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4980
4981 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
4982 `gnus-summary-sort-by-recipient'.
4983
49842007-10-28 Romain Francoise <romain@orebokech.com>
4985
4986 * gnus.texi (NNTP marks): New node.
4987 (NNTP): Move NNTP marks variables to the new node.
4988
49892007-10-28 Jesper Harder <harder@ifa.au.dk>
4990
b2abec73 4991 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
4992
4993 * gnus.texi (MIME Commands, Hashcash): Markup fix.
4994
49952007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
4996
b2abec73 4997 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 4998 everywhere for consistency.
b2abec73
JB
4999 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5000 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
5001 Say "regular expression" instead of "regex." Admonish.
5002 Pick other words to sound better (s/so/thus/).
5003 (Spam ELisp Package Filtering of Incoming Mail):
5004 Mention statistical filters. Remove old TODO.
01c52d31 5005 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
5006 New section on sorting and displaying the spam score.
5007 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5008 backend but an alias to spam-use-BBDB.
5009 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
5010 new backend functionality.
5011
50122007-10-28 Simon Josefsson <jas@extundo.com>
5013
5014 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5015 nntp-marks-directory, from Romain Francoise
5016 <romain@orebokech.com>.
5017
50182007-10-28 Magnus Henoch <mange@freemail.hu>
5019
5020 * gnus.texi (Hashcash): New default value of
5021 hashcash-default-payment.
5022
50232007-10-28 Simon Josefsson <jas@extundo.com>
5024
5025 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5026 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5027
50282007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5029
0c7efc08 5030 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5031
50322007-10-28 Simon Josefsson <jas@extundo.com>
5033
5034 * gnus.texi (documentencoding): Add, to avoid warnings.
5035
50362007-10-28 Simon Josefsson <jas@extundo.com>
5037
5038 * message.texi (Mail Headers): Add.
5039
5040 * gnus.texi (Hashcash): Fix.
5041
50422007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5043
0c7efc08 5044 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5045 that payments can be verified and fix the name of the
b2abec73 5046 hashcash-path variable.
01c52d31
MB
5047
50482007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5049
b2abec73 5050 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5051
50522007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5053
5054 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5055
50562007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5057
5058 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5059 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5060 warning about ham processors in spam groups removed.
01c52d31
MB
5061
50622007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5063
0c7efc08 5064 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5065 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5066
50672007-10-28 Jesper Harder <harder@ifa.au.dk>
5068
5069 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5070 (Mailing List): Typo.
5071 (Customizing Articles): Add gnus-treat-ansi-sequences.
5072 (Article Washing): Index.
5073
5074 * message.texi: Use m-dash consistently.
5075
50762007-10-28 Jesper Harder <harder@ifa.au.dk>
5077
5078 * gnus.texi (GroupLens): Remove.
5079
50802007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5081
0c7efc08
SM
5082 * gnus.texi (Outgoing Messages, Agent Variables):
5083 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5084 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5085
50862007-10-28 Jesper Harder <harder@ifa.au.dk>
5087
5088 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5089
50902007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5091
5092 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5093
5094 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5095
50962007-10-28 Simon Josefsson <jas@extundo.com>
5097
5098 * gnus.texi (Top): Add SASL.
5099
404cd454
GM
51002007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5101
5102 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5103
51042007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5105
5106 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5107
0edd2970
JB
51082007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5109
5110 * calc.texi (Formulas, Composition Basics): Lower the
5111 precedence of negation.
5112
a9afba20
JY
51132007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5114
5115 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5116 Mention the new three-letter column identifiers.
5117 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5118 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5119 message when using `c' on an empty default with default printer.
5120 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5121 renamed to `ses--symbolic-formulas' some time ago.
5122
45b778a6
JB
51232007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5124
5125 * calc.texi (Default Simplifications, Making Selections)
5126 (Customizing Calc): Clarify associativity of multiplication.
5127
03b5bade
MA
51282007-10-23 Michael Albinus <michael.albinus@gmx.de>
5129
5130 * tramp.texi (Traces and Profiles): Simplify loop over
5131 `trace-function-background'.
5132
e658c8ee
JL
51332007-10-22 Juri Linkov <juri@jurta.org>
5134
5135 * dired-x.texi (Shell Command Guessing): Default values are now
5136 available by typing M-n instead of M-p.
5137
dd753688
MA
51382007-10-21 Michael Albinus <michael.albinus@gmx.de>
5139
5140 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5141 (Password caching): Remove `tramp-clear-passwd'.
5142 It's not a command anymore.
dd753688
MA
5143 (Bug Reports): Add `tramp-bug' to function index.
5144 (Function Index, Variable Index): New nodes.
5145 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5146
5147 * trampver.texi: Update release number.
5148
4bb49b43
JB
51492007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5150
8b296cdd 5151 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5152 about integer size into past tense.
5153 (Time Zones): Remove pointer to Calc author's address.
5154 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5155 and hyperbolic cotangent. Fix typo.
4bb49b43 5156
311dd93f
MA
51572007-10-10 Michael Albinus <michael.albinus@gmx.de>
5158
5159 Sync with Tramp 2.1.11.
5160
5161 * trampver.texi: Update release number.
5162
ea3fc256
MA
51632007-10-06 Michael Albinus <michael.albinus@gmx.de>
5164
5165 * tramp.texi (External packages): New section.
5166
1af74d06
MB
51672007-09-29 Juri Linkov <juri@jurta.org>
5168
5169 * info.texi (Help-Int): Document `L' (`Info-history').
5170
0e2806fa
SM
51712007-09-26 Carsten Dominik <dominik@science.uva.nl>
5172
5173 * org.texi: Change links to webpage and maintained email.
5174 (Remember): Promote to Chapter, significant changes.
5175 (Fast access to TODO states): New section.
5176 (Faces for TODO keywords): New section.
5177 (Export options): Example for #+DATE.
5178 (Progress logging): Section moved.
5179
567b9191
BW
51802007-09-26 Bill Wohler <wohler@newt.com>
5181
5182 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5183 browse-url-at-mouse.
5184
1af74d06
MB
51852007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5186
5187 * flymake.texi (Customizable variables): Face names don't end in -face.
5188 Fix flymake-err-line-patterns template.
5189 (Example -- Configuring a tool called directly): Fix init-function.
5190 (Highlighting erroneous lines): Face names don't end in -face.
5191
d60a4e3a 51922007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5193
5194 * erc.texi (Special-Features): Fix small typo.
5195
7d7a3510
MA
51962007-09-14 Michael Albinus <michael.albinus@gmx.de>
5197
5198 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5199 and "External transfer methods".
5200
285f0d3a
JB
52012007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5202
5203 * calc.texi (Predefined Units): Add some history.
5204
526dc846
MO
52052007-09-08 Michael Olson <mwolson@gnu.org>
5206
87e04f16
JB
5207 * erc.texi (Copying): New section included from gpl.texi.
5208 This matches the look of the upstream ERC manual.
526dc846 5209
f10d0e80
JB
52102007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5211
87e04f16 5212 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5213 (Random Numbers): Clarify the distribution of `random'.
5214
4009494e
GM
52152007-09-06 Glenn Morris <rgm@gnu.org>
5216
f1fc42aa 5217 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5218 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5219 Change all setfilename commands to use ../../info.
5220 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5221 refer to the Emacs manual here.
5222 (infodir): New variable.
5223 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5224 (cc-mode.texi, faq.texi): Update references to source file locations.
5225 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5226 do not refer to the Emacs manual here.
5227 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5228
5229 * Makefile.in: Add `basename' versions of all info targets, for
5230 convenience when rebuilding just one manual.
5231 (../etc/GNU): Delete obsolete target.
5232 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5233 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5234 *.vrs *.toc here...
5235 (maintainer-clean): ...from here.
4009494e
GM
5236
5237 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5238
2de53ca6
GM
52392007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5240
5241 * calc.texi (Date Conversions): Clarify definition of
5242 Julian day numbering.
5243 (Date Forms): Clarify definition of Julian day numbering;
5244 add some history.
5245
52462007-08-30 Carsten Dominik <dominik@science.uva.nl>
5247
87e04f16 5248 * org.texi: Version 5.07.
2de53ca6
GM
5249
52502007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5251
5252 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5253
52542007-08-22 Carsten Dominik <dominik@science.uva.nl>
5255
5256 * org.texi (Adding hyperlink types): New section.
5257 (Embedded LaTeX): Chapter updated because of LaTeX export.
5258 (LaTeX export): New section.
5259 (Using links out): New section.
5260
52612007-08-22 Glenn Morris <rgm@gnu.org>
5262
5263 * faq.texi (Learning how to do something): Refcards now in
5264 etc/refcards/ directory.
5265
52662007-08-22 Michael Albinus <michael.albinus@gmx.de>
5267
5268 * tramp.texi (Remote Programs): Persistency file must be cleared when
5269 changing `tramp-remote-path'.
5270 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5271 macro.
5272
52732007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5274
5275 * calc.texi: Move contents to beginning of file.
5276 (Algebraic Entry): Fix the formatting of an example.
5277
52782007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5279
5280 * calc.texi (Basic Operations on Units): Mention exact versus
5281 inexact conversions.
5282
52832007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5284
5285 * calc.texi (Basic Operations on Units): Mention default
5286 values for new units.
5287 (Quick Calculator Mode): Mention that binary format will
5288 be displayed.
5289
52902007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5291
5292 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5293
52942007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5295
5296 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5297
52982007-08-08 Glenn Morris <rgm@gnu.org>
5299
5300 * gnus.texi, sieve.texi: Replace `iff'.
5301
53022007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5303
5304 * calc.texi (Basic Graphics): Mention the graphing of error
5305 forms.
5306 (Graphics Options): Mention how `g s' handles error forms.
5307 (Curve Fitting): Mention plotting the curves.
5308 (Standard Nonlinear Models): Add additional models.
5309 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5310 (Linear Fits): Correct result.
5311
53122007-08-01 Alan Mackenzie <acm@muc.de>
5313
5314 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5315 to "--no-site-file".
5316
53172007-07-29 Michael Albinus <michael.albinus@gmx.de>
5318
5319 * tramp.texi (Frequently Asked Questions): Point to mode line
5320 extension in Emacs 23.1.
5321
5322 * trampver.texi: Update release number.
5323
53242007-07-27 Glenn Morris <rgm@gnu.org>
5325
5326 * calc.texi (Copying): Include license text from gpl.texi, rather than
5327 in-line.
5328
53292007-07-25 Glenn Morris <rgm@gnu.org>
5330
5331 * calc.texi (Copying): Replace license with GPLv3.
5332
5333 * Relicense all FSF files to GPLv3 or later.
5334
53352007-07-22 Michael Albinus <michael.albinus@gmx.de>
5336
5337 Sync with Tramp 2.1.10.
5338
5339 * tramp.texi (trampfn): Expand macro implementation in order to handle
5340 empty arguments.
5341 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 5342 occurrences by trampfn.
2de53ca6 5343 (Frequently Asked Questions): Extend example code for host
b2abec73 5344 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
5345 file names to be typed.
5346
5347 * trampver.texi: Update release number.
5348
53492007-07-17 Michael Albinus <michael.albinus@gmx.de>
5350
5351 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5352 section. Reported by <poti@potis.org>.
5353 (Remote processes): Arguments of the program to be debugged are taken
5354 literally.
5355 (Frequently Asked Questions): Simplify recentf example.
5356
53572007-07-14 Karl Berry <karl@gnu.org>
5358
5359 * info.texi (@copying): New Back-Cover Text.
5360
5361 * info.texi (Quitting Info): Move to proper place in source.
5362 (Reported by Benno Schulenberg.)
5363
53642007-07-13 Eli Zaretskii <eliz@gnu.org>
5365
5366 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5367
5368 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5369
5370 * emacs-mime.texi: Add @documentencoding directive.
5371
53722007-07-12 Nick Roberts <nickrob@snap.net.nz>
5373
5374 * tramp.texi (Remote processes): Add an anchor to the subsection
5375 "Running a debugger on a remote host".
5376
53772007-07-12 Michael Albinus <michael.albinus@gmx.de>
5378
5379 * tramp.texi (Remote processes): Don't call it "experimental" any
5380 longer. Add subsection about running a debugger on a remote host.
5381
53822007-07-10 Carsten Dominik <dominik@science.uva.nl>
5383
5384 * org.texi (Properties and columns): Chapter rewritten.
5385
53862007-07-08 Michael Albinus <michael.albinus@gmx.de>
5387
5388 * tramp.texi:
5389 * trampver.texi: Migrate to Tramp 2.1.
5390
53912007-07-02 Carsten Dominik <dominik@science.uva.nl>
5392
5393 * org.texi (Properties): New chapter.
5394
53952007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
5396
5397 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
5398 Control Panel.
5399
5400 * gnus.texi (Misc Article): Add index entry for
5401 gnus-single-article-buffer.
5402
54032007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
5404
5405 * gnus.texi (Starting Up): Fix typo.
5406
54072007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
5408
5409 * gnus.texi (Asynchronous Fetching): Fix typo.
5410
54112007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
5412
5413 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
5414 (About This Manual): Remove redundant information.
5415 (Getting Started): Mention author.
5416 (Basic Arithmetic, Customizing Calc): Make description of the
5417 variable `calc-multiplication-has-precedence' match its new effect.
5418
54192007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
5420
0c7efc08
SM
5421 * calc.texi (Basic Arithmetic, Customizing Calc):
5422 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
5423
54242007-06-19 Carsten Dominik <dominik@science.uva.nl>
5425
5426 * org.texi (Tag): Section swapped with node Timestamps.
5427 (Formula syntax for Lisp): Document new `L' flag.
5428
54292007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
5430
5431 * gnus.texi (Misc Group Stuff, Summary Buffer)
5432 (Server Commands, Article Keymap): Fix typo. s/function/command/.
5433
54342007-06-06 Juanma Barranquero <lekktu@gmail.com>
5435
5436 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
5437 * gnus.texi (Article Buttons, Mail Source Customization)
5438 (Sending or Not Sending, Customizing NNDiary):
5439 * message.texi (Message Headers):
5440 * mh-e.texi (HTML): Fix typos.
5441
54422007-06-07 Michael Albinus <michael.albinus@gmx.de>
5443
5444 Sync with Tramp 2.0.56.
5445
5446 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
5447 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
5448
54492007-06-02 Chong Yidong <cyd@stupidchicken.com>
5450
5451 * Version 22.1 released.
5452
54532007-05-26 Michael Olson <mwolson@gnu.org>
5454
5455 * erc.texi (Modules): Fix references to completion modules.
5456
54572007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
5458
5459 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
5460
54612007-05-09 Didier Verna <didier@xemacs.org>
5462
5463 * gnus.texi (Email Based Diary): New. Proper documentation for the
5464 nndiary back end and the gnus-diary library.
5465
54662007-05-03 Karl Berry <karl@gnu.org>
5467
5468 * .cvsignore (*.pdf): New entry.
5469
5470 * texinfo.tex: Update from current version for better pdf generation.
5471
54722007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
5473
5474 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
5475
54762007-04-28 Glenn Morris <rgm@gnu.org>
5477
5478 * faq.texi (New in Emacs 22): Restore mention of python.el pending
5479 consideration of legal status.
5480
54812007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
5482
5483 * idlwave.texi: Minor updates for IDLWAVE 6.1.
5484
54852007-04-24 Chong Yidong <cyd@stupidchicken.com>
5486
5487 * faq.texi (New in Emacs 22): python.el removed.
5488
54892007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
5490
5491 * calc.texi (Reporting bugs): Update maintainer's address.
5492
54932007-04-22 Chong Yidong <cyd@stupidchicken.com>
5494
5495 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
5496
54972007-04-15 Jay Belanger <belanger@truman.edu>
5498
5499 * calc.texi (Title page): Remove the date.
5500 (Basic Arithmetic): Emphasize that / binds less strongly than *.
5501 (The Standard Calc Interface): Change trail title.
5502 (Floats): Mention that when non-decimal floats are entered, only
5503 approximations are stored.
5504 (Copying): Move to the appendices.
5505 (GNU Free Documentation License): Add as an appendix.
5506
55072007-04-15 Chong Yidong <cyd@stupidchicken.com>
5508
5509 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
5510 * dired-x.texi, ebrowse.texi, ediff.texi:
5511 * emacs-mime.texi, erc.texi, eshell.texi:
5512 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
5513 * idlwave.texi, message.texi, newsticker.texi, org.texi:
5514 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
5515 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
5516 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
5517 * woman.texi: Include GFDL.
5518
5519 * doclicense.texi: Remove node heading, so that it can be included by
5520 other files.
5521
5522 * dired-x.texi: Relicence under GFDL. Remove date from title page.
5523
5524 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
5525 than *.
5526
55272007-04-14 Carsten Dominik <dominik@science.uva.nl>
5528
5529 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
5530 in Calc.
5531
55322007-04-09 Romain Francoise <romain@orebokech.com>
5533
5534 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
5535 Mac OS ports. Make it clear that mouse-1 complements and doesn't
5536 replace mouse-2.
5537
55382007-04-08 Chong Yidong <cyd@stupidchicken.com>
5539
5540 * woman.texi (Word at point, Interface Options): woman-topic-at-point
5541 renamed to woman-use-topic-at-point. Document new behavior.
5542
55432007-04-08 Richard Stallman <rms@gnu.org>
5544
5545 * url.texi: Fix some indexing.
5546 (Disk Caching): Drop discussion of old/other Emacs versions.
5547
55482007-04-07 Chong Yidong <cyd@stupidchicken.com>
5549
5550 * url.texi (Disk Caching): Say Emacs 21 "and later".
5551
5552 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
5553 on Font locking which now mentions JIT lock.
5554
55552007-04-01 Michael Olson <mwolson@gnu.org>
5556
5557 * erc.texi: Update for the ERC 5.2 release.
5558
55592007-03-31 David Kastrup <dak@gnu.org>
5560
5561 * woman.texi (Topic, Interface Options): Explain changes semantics of
5562 woman-manpath in order to consider MANPATH_MAP entries.
5563
55642007-03-31 Eli Zaretskii <eliz@gnu.org>
5565
5566 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
5567
55682007-03-26 Richard Stallman <rms@gnu.org>
5569
5570 * pgg.texi (Caching passphrase): Clean up previous change.
5571
55722007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
5573
5574 * gnus.texi (Setting Process Marks): Fix typo.
5575
55762007-03-25 Romain Francoise <romain@orebokech.com>
5577
5578 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
5579 readability, and include various fixes by Daniel Brockman, Nick Roberts
5580 and Dieter Wilhelm.
5581
55822007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
5583
5584 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
5585
5586 * gnus.texi (Mail Source Specifiers): Fix typo.
5587
55882007-03-22 Ralf Angeli <angeli@caeruleus.net>
5589
5590 * reftex.texi (Imprint): Update maintainer information.
5591
55922007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
5593
5594 * message.texi (Message Buffers): Update documentation for
5595 message-generate-new-buffers.
5596
55972007-03-15 Daiki Ueno <ueno@unixuser.org>
5598
5599 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
5600
56012007-03-21 Glenn Morris <rgm@gnu.org>
5602
5603 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
5604
56052007-03-19 Chong Yidong <cyd@stupidchicken.com>
5606
5607 * eshell.texi (Known problems): Emacs 21 -> 22.
5608
5609 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
5610
56112007-03-18 Jay Belanger <belanger@truman.edu>
5612
5613 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
5614
56152007-03-12 Glenn Morris <rgm@gnu.org>
5616
5617 * calc.texi (Time Zones): Switch to new North America DST rule.
5618
5619 * calc.texi: Replace "daylight savings" with "daylight
5620 saving" in text throughout.
5621
56222007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5623
5624 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
5625 The variable now uses a list of symbols instead of just a symbol.
5626 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
5627
56282007-03-06 Romain Francoise <romain@orebokech.com>
5629
5630 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
5631 new packages, and mention Gnus update.
5632
56332007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
5634
5635 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
5636 nntp-open-connection-functions-never-echo-commands.
5637
56382007-02-27 Chong Yidong <cyd@stupidchicken.com>
5639
5640 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
5641 problems on the console, and security risk in not using gpg-agent.
5642
56432007-02-25 Carsten Dominik <dominik@science.uva.nl>
5644
0c7efc08 5645 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
5646 Completely reorganized and rewritten.
5647 (CamelCase links): Section removed.
5648 (Repeating items): New section.
5649 (Tracking TODO state changes): New section.
5650 (Agenda views): Chapter reorganized and rewritten.
5651 (HTML export): Section rewritten.
5652 (Tables in arbitrary syntax): New section.
5653 (Summary): Better feature summary.
5654 (Activation): Document problem with cut-and-paste of Lisp code
5655 from PDF files.
5656 (Visibility cycling): Document indirect buffer use.
5657 (Structure editing): Document sorting.
5658 (Remember): Section rewritten.
5659 (Time stamps): Better description of time stamp types.
5660 (Tag searches): Document regular expression search for tags.
5661 (Stuck projects): New section.
5662 (In-buffer settings): New keywords.
5663 (History and Acknowledgments): Updated description.
5664
56652007-02-24 Alan Mackenzie <acm@muc.de>
5666
5667 * cc-mode.texi (Movement Commands): Insert two missing command names.
5668 (Getting Started): Slight wording correction (use conditional).
5669
56702007-02-22 Kim F. Storm <storm@cua.dk>
5671
5672 * widget.texi (User Interface, Basic Types): Document need to put some
5673 text before the %v escape in :format string in editable-field widget.
5674
56752007-02-18 Romain Francoise <romain@orebokech.com>
5676
5677 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
5678 `cvs-mode-quit'.
5679
56802007-02-10 Markus Triska <markus.triska@gmx.at>
5681
5682 * widget.texi (Programming Example): Put constant strings in :format.
5683
56842007-02-07 Juanma Barranquero <lekktu@gmail.com>
5685
5686 * faq.texi (Fullscreen mode on MS-Windows): New node.
5687
56882007-02-04 David Kastrup <dak@gnu.org>
5689
5690 * faq.texi (AUCTeX): Update version number. Should probably be done
5691 for other packages as well.
5692
56932007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5694
5695 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
5696 <tassilo@member.fsf.org>.
5697
56982007-01-27 Eli Zaretskii <eliz@gnu.org>
5699
5700 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
5701 ls-lisp-use-localized-time-format.
5702
57032007-01-20 Markus Triska <markus.triska@gmx.at>
5704
5705 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
5706
57072007-01-13 Michael Olson <mwolson@gnu.org>
5708
5709 * erc.texi (Modules): Mention capab-identify module.
5710
57112007-01-05 Michael Olson <mwolson@gnu.org>
5712
5713 * erc.texi (Getting Started): Update for /RECONNECT command.
5714
57152007-01-04 Richard Stallman <rms@gnu.org>
5716
5717 * ebrowse.texi: Change C-c b to C-c C-m.
5718
57192007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
5720
5721 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
5722 variables only in info to avoid redundant entries in the printed
5723 manual.
5724
57252007-01-02 Daiki Ueno <ueno@unixuser.org>
5726
5727 * message.texi (Using PGP/MIME): Document gpg-agent usage.
5728
57292007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
5730
5731 * message.texi (Security): Split into sub-nodes.
5732
57332007-01-01 Alan Mackenzie <acm@muc.de>
5734
5735 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
5736 eval-after-load in Emacs <=21 and a workaround. Document that
5737 trigraphs are not supported.
5738
57392007-01-01 Alan Mackenzie <acm@muc.de>
5740
5741 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
5742 c-context-line-break. When invoked within a string, preserve
5743 whitespace. Add a backslash only when also in a macro.
5744
57452007-01-01 Alan Mackenzie <acm@muc.de>
5746
5747 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
5748
57492007-01-01 Alan Mackenzie <acm@muc.de>
5750
5751 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
5752 are now bound by default to c-\(beginning\|end\)-of-defun by default.
5753
57542007-01-01 Alan Mackenzie <acm@muc.de>
5755
5756 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
5757 "Choosing a Style".
5758
5759 * cc-mode.texi ("Styles"): Add @dfn{style}.
5760
57612006-12-30 Michael Albinus <michael.albinus@gmx.de>
5762
5763 Sync with Tramp 2.0.55.
5764
5765 * trampver.texi: Update release number.
5766
57672006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5768
5769 * gnus.texi (Customizing Articles): Add index entries for all
5770 gnus-treat-* variables.
5771
c8763fb6 57722006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
5773
5774 * gnus.texi (IMAP): Fix incorrect explanation of
5775 nnimap-search-uids-not-since-is-evil in documentation for
5776 nnimap-expunge-search-string.
5777
57782006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
5779
5780 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
5781 spam-ifile-database.
5782
57832006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
5784
5785 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
5786 rebind C-s.
5787
c8763fb6 57882006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
5789
5790 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
5791 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
5792 "expiring mail".
5793 (IMAP): Document nnimap-search-uids-not-since-is-evil and
5794 nnimap-nov-is-evil.
5795
57962006-12-25 Kevin Ryde <user42@zip.com.au>
5797
5798 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
5799 about the key procedure being used heavily.
5800
58012006-12-24 Chong Yidong <cyd@stupidchicken.com>
5802
5803 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
5804 to t.
5805 (Prerequisites): Add explanation about gpg-agent.
5806
58072006-12-22 Kevin Ryde <user42@zip.com.au>
5808
5809 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
5810 "sort" instead of "sort*".
5811
58122006-12-19 Richard Stallman <rms@gnu.org>
5813
5814 * calc.texi (History and Acknowledgements): Recognize that Emacs
5815 now does have floating point.
5816
58172006-12-19 Michael Albinus <michael.albinus@gmx.de>
5818
5819 * tramp.texi (External transfer methods): Describe new method `scpc'.
5820
58212006-12-17 Sascha Wilde <wilde@sha-bang.de>
5822
5823 * pgg.texi: Added short note on gpg-agent to the introduction.
5824
58252006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
5826
5827 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
5828 also applies to Cc.
5829
58302006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
5831
5832 * gnus.texi (X-Face): Clarify. Say which programs are required
5833 on Windows.
5834
58352006-12-08 Michael Olson <mwolson@gnu.org>
5836
5837 * erc.texi (Modules): Remove documentation for list module.
5838
c8763fb6 58392006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
5840
5841 * faq.texi (^M in the shell buffer): Ditto.
5842
58432006-11-20 Michael Olson <mwolson@gnu.org>
5844
5845 * erc.texi: Call this the 5.2 stable pre-release of ERC.
5846
58472006-11-17 Carsten Dominik <dominik@science.uva.nl>
5848
5849 * org.texi: Fix typos.
5850 (Agenda commands): Document `C-k'.
5851
58522006-11-16 Eli Zaretskii <eliz@gnu.org>
5853
5854 * url.texi (http/https): Fix a typo in the HTTP URL.
5855
58562006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
5857
5858 * ada-mode.texi: Total rewrite.
5859
58602006-11-13 Carsten Dominik <dominik@science.uva.nl>
5861
5862 * org.texi: Minor typo fixes.
5863
58642006-11-13 Bill Wohler <wohler@newt.com>
5865
5866 Release MH-E manual version 8.0.3.
5867
5868 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5869 release 8.0.3.
5870
5871 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
5872 to set MAILDIR.
5873 (Reading Mail): Document the customization of read-mail-command
5874 for MH-E.
5875 (Viewing Attachments): Document mm-discouraged-alternatives.
5876 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
5877 (Junk): Add more information about the settings of mh-junk-background
5878 in a program. Add /usr/bin/mh to PATH in examples.
5879
58802006-11-12 Richard Stallman <rms@gnu.org>
5881
5882 * woman.texi: Update author address but say he no longer maintains it.
5883
58842006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
5885
5886 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
5887 archived trees.
5888 (Checkboxes): Section moved to chapter 5, and extended.
5889 (The date/time prompt): New section.
5890 (Link abbreviations): New section.
5891 (Presentation and sorting): New section.
5892 (Custom agenda views): Section completely rewritten.
5893 (Summary): Compare with Planner.
5894 (Feedback): More info about creating backtraces.
5895 (Plain lists): Modified example.
5896 (Breaking down tasks): New section.
5897 (Custom time format): New section.
5898 (Time stamps): Document inactive timestamps.
5899 (Setting tags): More details about fast tag selection.
5900 (Block agenda): New section.
5901 (Custom agenda views): Section rewritten.
5902 (Block agenda): New section.
5903
59042006-11-07 Michael Albinus <michael.albinus@gmx.de>
5905
5906 * tramp.texi (Configuration): scp is the default method.
5907 (Default Method): Use ssh as example for another method.
5908
59092006-10-27 Richard Stallman <rms@gnu.org>
5910
5911 * woman.texi: Downcase nroff/troff/roff.
5912 (Installation): Chapter deleted. Some xrefs deleted.
5913 (Background): woman doesn't advise man ;-).
5914
c8763fb6 59152006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
5916
5917 * ada-mode.texi (Project files, Identifier completion)
5918 (Automatic Casing, Debugging, Using non-standard file names)
5919 (Working Remotely): Fix typos.
5920
59212006-10-20 Masatake YAMATO <jet@gyve.org>
5922
0c7efc08 5923 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
5924 sample code `my-c-initialization-hook'.
5925
59262006-10-19 Stuart D. Herring <herring@lanl.gov>
5927
5928 * widget.texi: Fix typos.
5929
59302006-10-19 Michael Albinus <michael.albinus@gmx.de>
5931
5932 * tramp.texi (Frequently Asked Questions): Remove questions marked with
5933 "???". There have been no complaints for years, so the information
5934 must be appropriate.
5935
59362006-10-16 Richard Stallman <rms@gnu.org>
5937
5938 * widget.texi: Use @var instead of capitalization.
5939 Clarify many widget type descriptions.
5940
59412006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5942
5943 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
5944 gnus-dired-attach.
5945 (Selecting a Group): Fix typo.
5946
c8763fb6 59472006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
5948
5949 * widget.texi: Fix typos.
5950
59512006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
5952
5953 * gnus.texi (Image Enhancements): Update for Emacs 22.
5954
5955 * gnus-faq.texi ([1.3]): Update.
5956
59572006-10-06 Richard Stallman <rms@gnu.org>
5958
5959 * faq.texi (Displaying the current line or column):
5960 Delete "As of Emacs 20".
5961
59622006-10-06 Romain Francoise <romain@orebokech.com>
5963
5964 * faq.texi (VM): VM works with Emacs 22 too.
5965
59662006-10-06 Richard Stallman <rms@gnu.org>
5967
5968 * ebrowse.texi: Remove Emacs version "21" from title.
5969
59702006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
5971
5972 * gnus.texi (Foreign Groups): Say where change of editing commands are
5973 stored. Add reference to `gnus-parameters'.
5974
59752006-09-15 Jay Belanger <belanger@truman.edu>
5976
5977 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
5978 Change "Library Public License" to "Lesser Public License"
5979 throughout. Use "yyyy" to represent year.
5980
59812006-09-15 Carsten Dominik <dominik@science.uva.nl>
5982
5983 * org.texi (Setting tags): Typo fix.
5984
59852006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
5986
5987 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
5988
59892006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
5990
5991 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
5992
59932006-09-12 Paul Eggert <eggert@cs.ucla.edu>
5994
5995 * faq.texi (Escape sequences in shell output): EMACS is now set
5996 to Emacs's absolute file name, not to "t".
5997 (^M in the shell buffer): Likewise.
5998 * misc.texi (Interactive Shell): Likewise.
5999
60002006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6001
6002 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6003 mails with pop3-leave-mail-on-server. Fix wording.
6004 (Limiting): Improve gnus-summary-limit-to-articles.
6005 (X-Face): Fix typo.
6006
60072006-09-11 Simon Josefsson <jas@extundo.com>
6008
6009 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6010 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6011
60122006-09-06 Simon Josefsson <jas@extundo.com>
6013
6014 * smtpmail.texi (Authentication): Mention SSL.
6015
60162006-09-01 Eli Zaretskii <eliz@gnu.org>
6017
6018 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6019 Don't use @indicateurl.
6020
6021 * cc-mode.texi (Subword Movement): Don't use @headitem.
6022 (Custom Braces, Clean-ups): Don't use @tie.
6023
60242006-08-29 Michael Albinus <michael.albinus@gmx.de>
6025
6026 Sync with Tramp 2.0.54.
6027
6028 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6029 Suggested by Adrian Phillips <a.phillips@met.no>.
6030
60312006-08-15 Carsten Dominik <dominik@science.uva.nl>
6032
6033 * org.texi (Installation, Activation): Split from Installation and
6034 Activation.
6035 (Clocking work time): Documented new features.
6036
60372006-08-13 Alex Schroeder <alex@gnu.org>
6038
6039 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6040 example.
6041
60422006-08-12 Eli Zaretskii <eliz@gnu.org>
6043
6044 * faq.texi (How to add fonts): New node.
6045
60462006-08-05 Romain Francoise <romain@orebokech.com>
6047
6048 * faq.texi (New in Emacs 22): Expand.
6049
60502006-08-03 Michael Olson <mwolson@gnu.org>
6051
6052 * erc.texi: Update for ERC 5.1.4.
6053
60542006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6055
6056 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6057 in .../site-lisp/gnus/ by default.
6058 [ From gnus-news.texi in the trunk. ]
6059
60602006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6061
6062 * gnus.texi (MIME Commands): Additions for yEnc.
6063
60642006-07-24 Richard Stallman <rms@gnu.org>
6065
6066 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6067 * faq.texi: Move periods and commas inside quotes.
6068
60692006-07-20 Jay Belanger <belanger@truman.edu>
6070
6071 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6072
60732006-07-18 Chong Yidong <cyd@stupidchicken.com>
6074
6075 * faq.texi (Security risks with Emacs): Document Emacs 22
6076 file-local-variable mechanism.
6077
60782006-07-12 Michael Olson <mwolson@gnu.org>
6079
6080 * erc.texi: Update for ERC 5.1.3.
6081
60822006-07-12 Alex Schroeder <alex@gnu.org>
6083
6084 * rcirc.texi: Fix typos.
6085 (Getting started with rcirc): New calling convention for M-x irc.
6086 Mention #rcirc. Removed channel tracking.
0c7efc08 6087 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6088 recently, eg. rcirc-server to rcirc-default-server. Added
6089 documentation for rcirc-authinfo, some background for Bitlbee, and
6090 rcirc-track-minor-mode.
0c7efc08 6091 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6092 Scrolling.
0c7efc08 6093 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6094 to match code changes.
6095
60962006-07-10 Nick Roberts <nickrob@snap.net.nz>
6097
6098 * gnus.texi, message.texi: Fix typos.
6099
61002006-07-07 Carsten Dominik <dominik@science.uva.nl>
6101
6102 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6103 commands.
6104 (Global TODO list): Document the use of the variables
6105 `org-agenda-todo-ignore-scheduled' and
6106 `org-agenda-todo-list-sublevels'.
6107
61082006-07-05 Richard Stallman <rms@gnu.org>
6109
6110 * faq.texi (Scrolling only one line): Fix xref.
6111
61122006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6113
6114 * faq.texi (Evaluating Emacs Lisp code):
6115 Throughout, replace eval-current-buffer with eval-buffer.
6116
61172006-07-03 Richard Stallman <rms@gnu.org>
6118
6119 * rcirc.texi (Scrolling conservatively): Fix xref.
6120
6121 * pcl-cvs.texi (Viewing differences): Usage fix.
6122
61232006-07-03 Carsten Dominik <dominik@science.uva.nl>
6124
6125 * org.texi (Agenda commands): Document `s' key to save all org-mode
6126 buffers.
6127
61282006-06-30 Ralf Angeli <angeli@caeruleus.net>
6129
6130 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6131 names. Mention `cvs-msg' face.
6132
61332006-06-29 Carsten Dominik <dominik@science.uva.nl>
6134
6135 * org.texi (Checkboxes): New section.
6136
61372006-06-28 Carsten Dominik <dominik@science.uva.nl>
6138
6139 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6140 throughout this chapter.
6141
61422006-06-27 Chong Yidong <cyd@stupidchicken.com>
6143
6144 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6145 text for standalone vs Emacs info.
6146 (Help): Clarify header line description. Use mouse-1 for clicks.
6147 (Help-P): Use mouse-1 for clicks.
6148 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6149 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6150 (Choose menu subtopic): Remove gratuitous Emacs command names.
6151 (Help-FOO): Put usual behavior first.
6152 (Help-Xref): Clicking on xrefs works in Emacs.
6153 (Search Text): Clarify what the default behavior is.
6154 (Create Info buffer): Fix Emacs window/X window confusion.
6155 (Emacs Info Variables): Fix for new Emacs init file behavior.
6156
61572006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6158
6159 * gnus.texi (Summary Buffer Lines): Fix typo.
6160
61612006-06-23 Carsten Dominik <dominik@science.uva.nl>
6162
6163 * org.texi (Embedded LaTeX): New chapter.
6164 (Archiving): Section rewritten.
6165 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6166
61672006-06-20 Bill Wohler <wohler@newt.com>
6168
6169 Release MH-E manual version 8.0.1.
6170
6171 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6172 release 8.0.1.
6173 (Preface): Depend on GNU mailutils 1.0 and higher.
6174
61752006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6176
6177 * message.texi (News Headers): Update message-syntax-checks section.
6178
61792006-06-19 Karl Berry <karl@gnu.org>
6180
6181 * info.texi (Advanced): Mention C-q, especially with ?.
6182
61832006-06-19 Carsten Dominik <dominik@science.uva.nl>
6184
6185 * org.texi (Publishing links): Document the `:link-validation-function'
6186 property.
6187 (Extensions and Hacking): New chapter, includes some sections of the
6188 "Miscellaneous" chapter.
6189
61902006-06-10 Carsten Dominik <dominik@science.uva.nl>
6191
6192 * org.texi (Progress logging): New section.
6193
2de53ca6
GM
61942006-06-06 Carsten Dominik <dominik@science.uva.nl>
6195
6196 * org.texi (ASCII export): Document indentation adaptation.
6197 (Setting tags): Document mutually-exclusive tags.
6198
61992006-06-05 Romain Francoise <romain@orebokech.com>
6200
6201 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6202 Fix typo.
6203
6204 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6205 channel (#gnus@irc.freenode.net).
6206 Fix typos. Update copyright notice.
6207
6208 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6209 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6210 (Line-Up Functions, Custom Macros):
6211 * ediff.texi (Window and Frame Configuration)
dccb744b 6212 (Highlighting Difference Regions):
2de53ca6
GM
6213 * emacs-mime.texi (Display Customization):
6214 * erc.texi (History):
6215 * eshell.texi (Known problems):
6216 * eudc.texi (Overview, BBDB):
6217 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6218 (The problem of spam, SpamOracle, Extending the Spam package)
6219 (Conformity, Terminology):
dccb744b 6220 * idlwave.texi (Routine Info)
2de53ca6
GM
6221 (Class and Keyword Inheritance, Padding Operators)
6222 (Breakpoints and Stepping, Electric Debug Mode)
6223 (Examining Variables, Troubleshooting):
6224 * org.texi (Creating timestamps):
6225 * reftex.texi (Commands, Options, Changes):
6226 * tramp.texi (Inline methods, Password caching)
6227 (Auto-save and Backup, Issues):
6228 * vip.texi (Files, Commands in Insert Mode):
6229 * viper.texi (Emacs Preliminaries, States in Viper)
6230 (Packages that Change Keymaps, Viper Specials, Groundwork):
6231 Fix various typos.
6232
62332006-05-31 Michael Ernst <mernst@alum.mit.edu>
6234
6235 * ediff.texi: Fix typos.
6236
62372006-05-30 Carsten Dominik <dominik@science.uva.nl>
6238
6239 * org.texi: Small typo fixes.
6240
fff84c22
JB
62412006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6242
6243 * viper.texi (Viper Specials):
6244 * gnus.texi (Example Setup):
6245 * faq.texi (Backspace invokes help):
6246 * dired-x.texi (Optional Installation Dired Jump):
6247 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6248 follow coding conventions.
6249
2de53ca6
GM
62502006-05-29 Michael Albinus <michael.albinus@gmx.de>
6251
6252 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6253
62542006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6255
6256 * pcl-cvs.texi: Fix typos.
6257 (Customization): Say "us".
6258
62592006-05-26 Eli Zaretskii <eliz@gnu.org>
6260
6261 * org.texi: Remove bogus @setfilename.
6262
62632006-05-26 Carsten Dominik <dominik@science.uva.nl>
6264
6265 * org.texi (ASCII export): Omit command name.
6266 (HTML export): Add prefix to all lines in Local Variable example.
6267 (Acknowledgments): Typeset names in italics.
6268
62692006-05-24 Carsten Dominik <dominik@science.uva.nl>
6270
6271 * org.texi (Plain lists): Add new item navigation commands.
6272 (External links): Document elisp and info links.
6273 (Custom searches): New section.
6274 (Publishing): New chapter.
6275 (HTML export): Include a list of supported CSS classes.
6276 (Setting tags): Describe the fast-tag-setting interface.
6277
62782006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6279
6280 * dired-x.texi: ifinfo -> ifnottex.
6281
62822006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6283
6284 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6285
62862006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6287
6288 * message.texi (Interface): Add tool bar customization.
6289 (MIME): Index and text additions for mml-attach.
6290 (MIME): Describe mml-dnd-protocol-alist and
6291 mml-dnd-attach-options.
6292
6293 * gnus.texi (Oort Gnus): Reorder entries in sections.
6294 Fix some entries.
6295 (Starting Up): Add references to "Emacs for Heathens" and to
6296 "Finding the News". Add user-full-name and user-mail-address.
6297 (Group Buffer Format): Add tool bar customization and update.
6298 (Summary Buffer): Add tool bar customization.
6299 (Posting Styles): Add message-alternative-emails.
6300
63012006-05-09 Michael Albinus <michael.albinus@gmx.de>
6302
6303 * tramp.texi (Filename completion): Improve wording.
6304
63052006-05-07 Romain Francoise <romain@orebokech.com>
6306
6307 * faq.texi (Using regular expressions): Fix typo.
6308 (Packages that do not come with Emacs): Fix capitalization.
6309 (Replacing text across multiple files): Expand node to explain how
6310 to use `dired-do-query-replace-regexp' in more detail, based on
6311 suggestion by Eric Hanchrow <offby1@blarg.net>.
6312
63132006-05-06 Michael Albinus <michael.albinus@gmx.de>
6314
6315 * tramp.texi (Filename completion): Completion of remote files'
6316 method, user name and host name is active only in partial
6317 completion mode.
6318
63192006-05-06 Bill Wohler <wohler@newt.com>
6320
6321 Release MH-E manual version 8.0.
6322
6323 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6324 release 8.0.
6325
63262006-05-06 Bill Wohler <wohler@newt.com>
6327
6328 * mh-e.texi (MH-BOOK-HOME): Change from
6329 http://www.ics.uci.edu/~mh/book/mh to
6330 http://rand-mh.sourceforge.net/book/mh.
6331 Replace .htm suffix with .html for MH book files.
6332 (Using This Manual): Update key binding for getting relevant
6333 chapter in Info from command key.
6334 (Ranges): Fix itemx.
6335
63362006-05-05 Karl Berry <karl@gnu.org>
6337
6338 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6339 (\fonttextsize): New user-level command to change text font size.
6340
63412006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6342
6343 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
6344
63452006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6346
6347 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6348
63492006-04-24 Bill Wohler <wohler@newt.com>
6350
6351 * mh-e.texi (Getting Started): Make it more explicit that you need
6352 to install MH. Add pointers to current MH implementations.
6353
63542006-04-21 Bill Wohler <wohler@newt.com>
6355
6356 Release MH-E manual version 7.94.
6357
6358 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6359 release 7.94.
6360
63612006-04-21 Carsten Dominik <dominik@science.uva.nl>
6362
6363 * org.texi: Many small fixes.
6364 (Handling links): Rename from "Managing links".
6365
63662006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
6367
6368 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6369 (Splitting mail using spam-stat): Fix @xref.
6370
63712006-04-20 Chong Yidong <cyd@stupidchicken.com>
6372
6373 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 6374 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
6375
63762006-04-20 Carsten Dominik <dominik@science.uva.nl>
6377
6378 * org.texi (Time stamps): Better explanation of the purpose of
6379 different time stamps.
6380 (Structure editing, Plain lists): More details on how new items
6381 and headings are inserted.
6382
63832006-04-18 Carsten Dominik <dominik@science.uva.nl>
6384
6385 * org.texi (Formula syntax): Fix link to Calc Manual.
6386
63872006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
6388
6389 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
6390
63912006-04-17 Bill Wohler <wohler@newt.com>
6392
6393 * mh-e.texi (Folders): Update mh-before-quit-hook and
6394 mh-quit-hook example with code that removes the buffers rather
6395 than just bury them.
6396
63972006-04-17 Michael Albinus <michael.albinus@gmx.de>
6398
6399 Sync with Tramp 2.0.53.
6400
64012006-04-13 Carsten Dominik <dominik@science.uva.nl>
6402
6403 * org.texi (Updating settings): New section.
6404 (Visibility cycling): Better names for the startup folding
6405 options.
6406 (Exporting): Completely restructured.
6407 (The very busy C-c C-c key): New section.
6408 (Summary of in-buffer settings): New section.
6409
64102006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
6411
6412 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
6413
64142006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6415
6416 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
6417 (Server Commands): Key `v' is reserved for users.
6418
64192006-04-11 Carsten Dominik <dominik@science.uva.nl>
6420
6421 * org.texi (Link format): New section, emphasis on bracket links.
6422 (External links): Document bracket links.
6423 (FAQ): Expand to cover shell links and the new link format.
6424
64252006-04-09 Kevin Ryde <user42@zip.com.au>
6426
6427 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
6428
64292006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6430
6431 * gnus.texi (Summary Buffer Lines): Add `*'.
6432
c8763fb6 64332006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
6434
6435 * gnus.texi (Group Parameters):
6436 Mention gnus-permanently-visible-groups.
6437
64382006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
6439
6440 * gnus.texi (Face): Fix typo.
6441
64422006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
6443
6444 * gnus.texi (X-Face): Clarify.
6445 (Face): Need Emacs with PNG support.
6446
64472006-04-06 Richard Stallman <rms@gnu.org>
6448
6449 * idlwave.texi: Delete the blocks "not suitable for inclusion with
6450 Emacs".
6451
64522006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
6453
6454 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
6455 blocks not suitable for inclusion with Emacs using variable
6456 PARTOFEMACS.
6457
64582006-04-04 Simon Josefsson <jas@extundo.com>
6459
6460 * gnus.texi (Security): Improve.
6461
64622006-04-02 Bill Wohler <wohler@newt.com>
6463
6464 * mh-e.texi (Getting Started, Junk, Bug Reports)
6465 (MH FAQ and Support): Fix URLs.
6466
64672006-03-31 Romain Francoise <romain@orebokech.com>
6468
6469 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
6470 to t, not nil (and has for the past eight years).
6471
64722006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
6473
6474 * message.texi, gnus.texi: Bump version to 5.11.
6475
64762006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
6477
6478 * gnus.texi (Top): Add comment about version line.
6479
6480 * message.texi (Top): Ditto. Change to take named versions into
6481 account.
6482
64832006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
6484
6485 * gnus.texi (Posting Styles): Add x-face-file to example.
6486 (X-Face): Refer to posting styles.
6487
6488 * gnus-faq.texi ([5.8]): Add x-face-file.
6489 ([8.4]): Add links to gmane.emacs.gnus.user and
6490 gmane.emacs.gnus.general.
6491
64922006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
6493
6494 * gnus-faq.texi: Use .invalid.
6495 ([5.4]): Fix gnus-posting-styles example.
6496
64972006-03-27 Romain Francoise <romain@orebokech.com>
6498
6499 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
6500 Emacs/W3 needs a new maintainer.
6501 (Ispell): Update author and version info.
6502 (Mailcrypt): Mention PGG.
6503 (New in Emacs 22): Add PGG to the list of new packages.
6504 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
6505 updating dead URLs.
6506
65072006-03-25 Karl Berry <karl@gnu.org>
6508
6509 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
6510 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
6511 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
6512 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
6513 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
6514 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
6515 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
6516 (2) do not indent copyright year list (or anything else).
6517
65182006-03-21 Bill Wohler <wohler@newt.com>
6519
6520 * mh-e.texi (Folders): Various edits.
6521
65222006-03-20 Romain Francoise <romain@orebokech.com>
6523
6524 * gnus.texi (Mail Folders): Grammar fix.
6525
65262006-03-19 Bill Wohler <wohler@newt.com>
6527
6528 * mh-e.texi (Replying): Document Mail-Followup-To.
6529 Change manually-formatted table to multitable. Add debugging info.
6530 Move description of mh-reply-default-reply-to into paragraph
6531 that describes its values.
6532
65332006-03-17 Bill Wohler <wohler@newt.com>
6534
10d1d0af 6535 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
6536 (Sending Mail Tour): Update method of entering
6537 addresses and subject.
6538 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
6539 (Adding Attachments, Searching): Update screenshots for Emacs 22.
6540
65412006-03-15 Carsten Dominik <dominik@science.uva.nl>
6542
6543 * org.texi: Version number change only.
6544
65452006-03-14 Bill Wohler <wohler@newt.com>
6546
6547 * mh-e.texi: Add index entries around each paragraph rather than
6548 depend on entries from beginning of node. Doing so ensures that
6549 index entries are less likely to be forgotten if text is cut and
6550 pasted, and are necessary anyway if the references are on a
6551 separate page. It seems that makeinfo is now (v. 4.8) only
6552 producing one index entry per node, so there is no longer any
6553 excuse not to. Use subheading instead of heading. The incorrect
6554 use of heading produced very large fonts in Info--as large as the
6555 main heading.
6556 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
6557 versions 6 and 7 appeared *around* the time of these Emacs releases.
6558
65592006-03-13 Carsten Dominik <dominik@science.uva.nl>
6560
6561 * org.texi (Clean view): Document new startup options.
6562
65632006-03-11 Bill Wohler <wohler@newt.com>
6564
6565 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
6566 (Composing, Scan Line Formats): Fix @refs.
6567 (Getting Started): Define MH profile and MH profile components.
6568 (Incorporating Mail, Reading Mail, Viewing, Printing)
6569 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
6570 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
6571 for string constants.
6572 (Tool Bar): Remove spurious quote.
6573 (Junk): Use ``...'' instead of "...".
6574 (Scan Line Formats): Replace @samp with @kbd.
6575
65762006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
6577
6578 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
6579
65802006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6581
6582 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
6583 easy to understand.
6584
65852006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
6586
6587 * gnus.texi: Markup fix.
6588 (Fancy Mail Splitting): Specify new feature.
6589
65902006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
6591
6592 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
6593 partial-words matching.
6594
65952006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
6596
6597 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
6598
6599 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
6600 (MIME Commands): Fix mm-discouraged-alternatives.
6601
66022006-03-07 Carsten Dominik <dominik@science.uva.nl>
6603
6604 * org.texi: Version number change only.
6605
66062006-03-06 Bill Wohler <wohler@newt.com>
6607
6608 * mh-e.texi: Move from SourceForge repository to Savannah.
6609 This is version 7.93, which is a total rewrite from the previous
6610 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
6611 version 7.93.
6612
66132006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
6614
6615 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
6616
66172006-03-01 Carsten Dominik <dominik@science.uva.nl>
6618
6619 * org.texi (Interaction): Add item about `org-mouse.el' by
6620 Piotr Zielinski.
6621 (Managing links): Document that also mouse-1 can be used to
6622 activate a link.
6623 (Headlines, FAQ): Add entry about hiding leading stars.
6624 (Miscellaneous): Resort the sections in this chapter to a more
6625 logical sequence.
6626
66272006-02-27 Simon Josefsson <jas@extundo.com>
6628
6629 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
6630 2004-01-27 from the trunk).
6631
66322006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6633
6634 * cc-mode.texi: Rename c-hungry-backspace to
6635 c-hungry-delete-backwards, at the request of RMS. Leave the old
6636 name as an alias.
6637
66382006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6639
6640 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
6641 include the function header within the defun.
6642
66432006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6644
6645 * cc-mode.texi: Correct two typos.
6646
66472006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6648
6649 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
6650 existing comment.
6651 (Electric Keys): Add a justification for electric indentation.
6652 (Hungry WS Deletion): Clear up the names and complications of the
6653 BACKSPACE and DELETE keys.
6654
66552006-02-23 Juri Linkov <juri@jurta.org>
6656
6657 * faq.texi (Common requests): Move `Turning on auto-fill by
6658 default' after `Wrapping words automatically'. Move `Working with
6659 unprintable characters' before `Searching for/replacing newlines'.
6660 Move `Replacing highlighted text' after `Highlighting a region'.
6661 Merge `Repeating commands' and `Repeating a command as many times
6662 as possible' into the former.
6663 (Packages that do not come with Emacs): Add refs to Gmane and
6664 etc/MORE.STUFF.
6665
66662006-02-23 Juri Linkov <juri@jurta.org>
6667
6668 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
6669 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
6670 Add xref to `(emacs)Reporting Bugs'.
6671 (Getting a printed manual): Add URL to other formats of the manual.
6672 (Common requests): Fix menu.
6673 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
6674 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
6675 (Inserting text at the beginning of each line): Add pxref to
6676 `Changing the included text prefix'.
6677 (Forcing the cursor to remain in the same column): Mention `track-eol'
6678 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
6679 (Replacing text across multiple files): Add keybinding `Q' for
6680 `dired-do-query-replace'.
6681
66822006-02-22 Carsten Dominik <dominik@science.uva.nl>
6683
6684 * reftex.texi: Version number and date change only.
6685
6686 * org.texi (Internal Links): Rewrite to cover the modified
6687 linking system.
6688
66892006-02-17 Eli Zaretskii <eliz@gnu.org>
6690
6691 * faq.texi: Remove the coding cookie, it's not needed anymore.
6692
66932006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6694
6695 * faq.texi (Colors on a TTY): Mention Mac OS port.
6696
66972006-02-12 Karl Berry <karl@gnu.org>
6698
6699 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
6700 8-bit accented a.
6701
67022006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
6703
6704 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
6705
67062006-02-08 Romain Francoise <romain@orebokech.com>
6707
6708 * faq.texi (Top): Remove paragraph about the FAQ being a
6709 transitional document, etc.
6710 (Searching for/replacing newlines): New node.
6711 (Yanking text in isearch): New node.
6712 (Inserting text at the beginning of each line): Rename and make
6713 more general, mention `M-;' in Message mode.
6714
67152006-02-07 Luc Teirlinck <teirllm@auburn.edu>
6716
6717 * faq.texi (Meta key does not work in xterm)
6718 (Emacs does not display 8-bit characters)
6719 (Inputting eight-bit characters): Update xrefs.
6720
67212006-02-06 Romain Francoise <romain@orebokech.com>
6722
6723 * faq.texi (VM): VM now at version 7.19.
6724 Set myself as maintainer of this file.
6725
67262006-02-04 Michael Olson <mwolson@gnu.org>
6727
6728 * erc.texi (History): Note that ERC is now included with Emacs.
6729
67302006-01-31 Romain Francoise <romain@orebokech.com>
6731
6732 * message.texi (Message Headers): Explain what
6733 `message-alternative-emails' does in more detail.
6734 Update copyright year.
6735
67362006-01-30 Juanma Barranquero <lekktu@gmail.com>
6737
6738 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
6739
67402006-01-29 Richard M. Stallman <rms@gnu.org>
6741
6742 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
6743
67442006-01-29 Michael Olson <mwolson@gnu.org>
6745
6746 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
6747
6748 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
6749
6750 * faq.texi (New in Emacs 22): Mention ERC.
6751
67522006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6753
6754 * rcirc.texi: Capitalize dir entry for consistency with the entry
6755 in info/dir and other entries in the Emacs category.
6756 Fix typos. Delete trailing whitespace.
6757
c8763fb6 67582006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
6759
6760 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
6761
67622006-01-27 Eli Zaretskii <eliz@gnu.org>
6763
6764 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
6765 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
6766
6767 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
6768 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
6769
67702006-01-27 Alex Schroeder <alex@gnu.org>
6771
6772 * rcirc.texi: New file.
6773
67742006-01-23 Juri Linkov <juri@jurta.org>
6775
6776 * widget.texi (User Interface): Add S-TAB for widget-backward.
6777
67782006-01-22 Michael Albinus <michael.albinus@gmx.de>
6779
6780 Sync with Tramp 2.0.52.
6781
6782 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
6783 Add Tramp disabling item. New item for common connection problems.
6784 (various): Apply "ftp" as method for the download URL.
6785 (Bug Reports): Refer to FAQ for common problems.
6786
67872006-01-21 Eli Zaretskii <eliz@gnu.org>
6788
6789 * widget.texi (User Interface): Use @key for TAB.
6790
6791 * ses.texi (Formulas, Printer functions): Use @key for TAB.
6792
6793 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
6794 for TAB.
6795
6796 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
6797
67982006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6799
6800 * gnus.texi: Update copyright.
6801
68022006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
6803
6804 * gnus.texi (Article Washing): Additions.
6805
2de53ca6
GM
68062006-01-13 Carsten Dominik <dominik@science.uva.nl>
6807
6808 * org.texi (Agenda commands): Document tags command.
6809
68102006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6811
6812 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
6813
68142006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6815
6816 * gnus.texi (RSS): Addition.
6817
68182005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6819
6820 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
6821
68222005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
6823
6824 * emacs-mime.texi (Display Customization): Add setting example to
6825 mm-discouraged-alternatives.
6826
68272006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6828
6829 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
6830 version is the canonical version.
6831
68322006-01-08 Alex Schroeder <alex@gnu.org>
6833
6834 * pgg.texi (Caching passphrase): Rewording.
6835
68362006-01-06 Eli Zaretskii <eliz@gnu.org>
6837
6838 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
6839 repository URL.
6840
68412006-01-06 Carsten Dominik <dominik@science.uva.nl>
6842
6843 * org.texi: Removed the accidentally re-added empty line in the
6844 direntry.
6845
68462006-01-05 Carsten Dominik <dominik@science.uva.nl>
6847
6848 * org.texi (Agenda Views): Chapter reorganized.
6849
68502005-12-29 Romain Francoise <romain@orebokech.com>
6851
6852 * faq.texi (Using Customize): New node.
6853
68542005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6855
6856 * org.texi: Remove blank line in @direntry. It is non-standard
6857 and recursively produces blank lines all over the dir file (when
6858 using Texinfo 4.8).
6859
68602005-12-21 Luc Teirlinck <teirllm@auburn.edu>
6861
6862 * widget.texi (atoms): Delete obsolete remark about `file' widget.
6863
68642005-12-20 Carsten Dominik <dominik@science.uva.nl>
6865
6866 * org.texi (Tags): Boolean logic documented.
6867 (Agenda Views): Document custom commands.
6868
68692005-12-20 David Kastrup <dak@gnu.org>
6870
6871 * faq.texi (AUCTeX): Update version and mailing list info.
6872
68732005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
6874
6875 * gnus.texi (MIME Commands): Mention addition of
6876 multipart/alternative to gnus-buttonized-mime-types and add xref
6877 to mm-discouraged-alternatives.
6878
6879 * emacs-mime.texi (Display Customization): Mention addition of
6880 "image/.*" and add xref to gnus-buttonized-mime-types in the
6881 mm-discouraged-alternatives section.
6882
68832005-12-16 Carsten Dominik <dominik@science.uva.nl>
6884
6885 * org.texi (Tags): New section.
6886 (Agenda Views): Chapter reorganized.
6887
68882005-12-16 Eli Zaretskii <eliz@gnu.org>
6889
6890 * org.texi (Internal Links): Add a missing comma after an @xref.
6891
68922005-12-14 Chong Yidong <cyd@stupidchicken.com>
6893
6894 * faq.texi (Filling paragraphs with a single space): No need to
6895 change sentence-end now.
6896
68972005-12-13 Romain Francoise <romain@orebokech.com>
6898
6899 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
6900
69012005-12-12 Jay Belanger <belanger@truman.edu>
6902
6903 * faq.texi (Calc): Update version number.
6904
69052005-12-12 Carsten Dominik <dominik@science.uva.nl>
6906
6907 * org.texi (Progress Logging): New section.
6908
69092005-12-10 Romain Francoise <romain@orebokech.com>
6910
6911 Update the Emacs FAQ for the 22.1 release.
6912
6913 * faq.texi: Set VER to `22.1'.
6914 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
6915 Tutorial. Mention that `C-h r' displays the manual.
6916 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
6917 (Getting a printed manual): Point to the new locations of the
6918 manuals on the GNU Web site.
6919 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
6920 available via Info (it was previously distributed separately).
6921 (Installing Texinfo documentation): The latest version of Texinfo
6922 is 4.8, not 4.0.
6923 (Informational files for Emacs): COPYING is the GNU General Public
6924 License, not the Emacs General Public License.
6925 (Informational files for Emacs): Delete obsolete link to the
6926 GNUinfo pages as they have been removed from the GNU Web site.
6927 (New in Emacs 22): New node.
6928 (Setting up a customization file): Say that most packages support
6929 Customize nowadays.
6930 (Colors on a TTY): Delete reference to instructions on how to
6931 enable syntax highlighting, it is now enabled by default.
6932 (Turning on abbrevs by default): Emacs now reads the abbrevs file
6933 at startup automatically.
6934 (Controlling case sensitivity): Mention `M-c' in isearch.
6935 (Using an already running Emacs process): Emacs now creates the
6936 socket in `/tmp/emacsUID'. Fix typos. Change default location of
6937 gnuserv. As emacsclient can now run Lisp code as well, delete a
6938 sentence praising gnuserv for that. Simplify description of how
6939 the client/server operation works.
6940 (Compiler error messages): Delete obsolete text (compile.el has
6941 been rewritten).
6942 (Indenting switch statements): Fix typo.
6943 (Matching parentheses): Simplify setup instructions, mention the
6944 menu bar item in the Options menu.
6945 (Repeating a command as many times as possible): Mention `C-x e'.
6946 (Going to a line by number): Mention new keymap and bindings
6947 `M-g M-g', `M-g M-p' and `M-g M-n'.
6948 (Turning on syntax highlighting): Now on by default. Simplify.
6949 (Replacing highlighted text): Use `1', not `t'.
6950 (Problems with very large files): The maximum size is now 256MB on
6951 32-bit machines.
6952 (^M in the shell buffer): Mention `comint-process-echoes'.
6953 (Emacs for Apple computers): Emacs 22 has native support for Mac
6954 OS X.
6955 (Translating names to IP addresses): Delete node.
6956 (Binding keys to commands): Fix typo.
6957 (SPC no longer completes file names): New node.
6958 (MIME with Emacs mail packages): Delete section about the Emacs
6959 MIME FAQ (it's not reachable anymore).
6960
69612005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6962
6963 * cc-mode.texi: The manual has been extensively revised: the
6964 information about using CC Mode has been separated from the larger
6965 and more difficult chapters about configuration. It has been
6966 updated for CC Mode 5.31.
6967
69682005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6969
6970 * pgg.texi (User Commands): Fix description of pgg-verify-region.
6971 (Selecting an implementation): Fix descriptions.
6972
69732005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
6974
6975 * message.texi (Various Message Variables): Addition.
6976
69772005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
6978
6979 * message.texi: Fix default values.
6980
69812005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6982
6983 * message.texi (Header Commands): Clarify descriptions of
6984 message-cross-post-followup-to, message-reduce-to-to-cc, and
6985 message-insert-wide-reply.
6986 (Various Commands): Fix kindex for message-kill-to-signature;
6987 clarify description of message-tab.
6988
69892005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6990
6991 * message.texi (Mailing Lists): Fix description about MFT.
6992
6993 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
6994
69952005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
6996
6997 * gnus.texi (Slow Terminal Connection): Replace old description
6998 with new one.
6999
70002005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7001
7002 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7003 replace X-Draft-Headers with X-Draft-From.
7004
70052005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7006
7007 * gnus.texi (Various Various): Fix the default value of
7008 nnheader-max-head-length.
7009 (Gnus Versions): Fix typo.
7010
70112005-12-08 Carsten Dominik <dominik@science.uva.nl>
7012
7013 * org.texi (Structure editing): Document new functionality of
7014 M-RET.
7015
70162005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7017
7018 * org.texi (Internal Links): Fix Texinfo usage.
7019
70202005-12-06 Carsten Dominik <dominik@science.uva.nl>
7021
7022 * org.texi (TODO basics): Document the global todo list.
7023 (TODO items): Documents sparse tree for specific TODO
7024 keywords.
7025
70262005-11-30 Carsten Dominik <dominik@science.uva.nl>
7027
7028 * org.texi (Plain Lists): Typos fixed.
7029
70302005-11-28 Jay Belanger <belanger@truman.edu>
7031
7032 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7033
70342005-11-24 Carsten Dominik <dominik@science.uva.nl>
7035
7036 * org.texi (Structure editing): New item moving commands added.
7037 (Plain Lists): New section.
7038
70392005-11-18 Carsten Dominik <dominik@science.uva.nl>
7040
7041 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7042 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7043 `org-agenda-file-to-front'.
2de53ca6
GM
7044 (Built-in table editor): Document `org-table-sort-lines'.
7045 (HTML formatting): Export of hand-formatted lists.
7046
70472005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7048
7049 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7050 new variable gnus-toolbar-thickness.
7051
70522005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7053
7054 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7055
70562005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7057
7058 * gnus.texi (X-Face): Fix description.
7059 (XVarious): Remove gnus-xmas-logo-color-alist and
7060 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7061
70622005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7063
7064 * gnus.texi (Group Parameters): Mention new variable
7065 gnus-parameters-case-fold-search.
7066 (Home Score File): Addition.
7067
70682005-11-04 Ulf Jasper <ulf.jasper@web.de>
7069
7070 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7071 (Overview): List supported feed types.
7072 (Installation): No installation necessary when using autoload.
7073 (Configuration): Rename "RSS" to "news".
7074
70752005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7076
7077 * pgg.texi (User Commands): Document additional passphrase
7078 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7079 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7080
70812005-11-04 Carsten Dominik <dominik@science.uva.nl>
7082
7083 * org.texi: Version number changed to 3.19.
7084
70852005-10-29 Sascha Wilde <wilde@sha-bang.de>
7086
7087 * pgg.texi (How to use): Update the example to add autoload of
7088 pgg-encrypt-symmetric-region.
7089 (User Commands): Document pgg-encrypt-symmetric-region.
7090 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7091
70922005-10-27 Jay Belanger <belanger@truman.edu>
7093
7094 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7095 mention other TeX-related units.
7096
70972005-10-23 Lars Hansen <larsh@soem.dk>
7098
0c7efc08
SM
7099 * dired-x.texi (Miscellaneous Commands):
7100 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7101 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7102
71032005-10-23 Jay Belanger <belanger@truman.edu>
7104
7105 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7106 constant.
7107
71082005-10-23 Michael Albinus <michael.albinus@gmx.de>
7109
0c7efc08
SM
7110 * faq.texi (Bugs and problems):
7111 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7112 `directory-listing-before-filename-regexp'.
7113
71142005-10-22 Eli Zaretskii <eliz@gnu.org>
7115
7116 * newsticker.texi (UPDATED): Set value.
7117
71182005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7119
7120 * gnus.texi (Document Groups): Remove duplicate item.
7121
71222005-10-21 Carsten Dominik <dominik@science.uva.nl>
7123
7124 * org.texi (Summary): Mention iCalendar support.
7125 (Exporting): Document iCalendar support.
7126
71272005-10-18 Romain Francoise <romain@orebokech.com>
7128
7129 * viper.texi (Viper Specials): Capitalize GNU.
7130
71312005-10-17 Juri Linkov <juri@jurta.org>
7132
7133 * info.texi (Getting Started, Search Index, Expert Info):
7134 Fix wording.
7135 (Search Text): Replace `echo area' with `mode line'.
7136 (Search Index): Both `i' and `,' find all index entries.
7137 Replace example `C-f' with `C-l' (which exists in index of Info
7138 manual) and delete spaces in its keyboard input sequence.
7139 Delete unnecessary explanations about literal characters.
7140
71412005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7142
7143 * gnus.texi (Document Server Internals): Addition.
7144
71452005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7146
7147 * gnus.texi (A note on namespaces): Fix RFC reference.
7148
71492005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7150
7151 * gnus.texi (RSS): Fix key description.
7152
71532005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7154
7155 * gnus.texi: Emacs/w3 -> Emacs/W3.
7156 (Browsing the Web): Fix description.
7157 (Web Searches): Ditto.
7158 (Customizing W3): Ditto.
7159
71602005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7161
7162 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7163
71642005-10-11 Jay Belanger <belanger@truman.edu>
7165
7166 * calc.texi (Integration): Mention using `a i' to compute definite
7167 integrals.
7168
71692005-10-11 Juri Linkov <juri@jurta.org>
7170
7171 * info.texi: Rearrange nodes.
7172 (Top): Update menu. Change ref `Info for Experts' to
7173 `Advanced Info Commands'.
7174 (Getting Started): Fix description of manual's parts.
7175 (Help-Int): Change xref `Info Search' to `Search Index', and
7176 `Expert Info' to `Advanced'.
7177 (Advanced): Move node one level up.
7178 (Search Text, Search Index): New nodes split out from `Info Search'.
7179 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7180 split out from `Advanced'.
7181 (Advanced, Emacs Info Variables): De-document editing an Info file
7182 in Info.
7183 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7184 (Creating an Info File): Delete node and move its text to
7185 `Expert Info'.
7186
71872005-10-10 Carsten Dominik <dominik@science.uva.nl>
7188
7189 * org.texi (Workflow states): Documented that change in keywords
7190 becomes active only after restart of Emacs.
7191
71922005-10-08 Michael Albinus <michael.albinus@gmx.de>
7193
7194 Sync with Tramp 2.0.51.
7195
71962005-10-08 Nick Roberts <nickrob@snap.net.nz>
7197
7198 * speedbar.texi (Introduction): Describe new location of speedbar
7199 on menubar.
7200 (Basic Key Bindings): Remove descriptions of bindings that have
7201 been removed.
7202
72032005-10-05 Nick Roberts <nickrob@snap.net.nz>
7204
7205 * speedbar.texi (GDB): Describe use of watch expressions.
7206
72072005-09-28 Simon Josefsson <jas@extundo.com>
7208
7209 * message.texi (IDNA): Fix.
7210
72112005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7212
7213 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7214 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7215 description of nntp-open-connection-function.
7216 (Common Variables): Fix descriptions.
7217
72182005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7219
7220 * gnus.texi (Server Buffer Format): Document the %a format spec.
7221
72222005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7223
7224 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7225
72262005-09-23 Carsten Dominik <dominik@science.uva.nl>
7227
7228 * org.texi Version 3.16.
7229
72302005-09-19 Miles Bader <miles@gnu.org>
7231
7232 * newsticker.texi: Get rid of CVS keywords.
7233
72342005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7235
7236 * gnus.texi (Finding the Parent): Fix description of how Gnus
7237 finds article.
7238
72392005-09-14 Jari Aalto <jari.aalto@cante.net>
7240
7241 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7242 to drop off non-answered articles.
7243
72442005-09-19 Juanma Barranquero <lekktu@gmail.com>
7245
7246 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7247 braces (which are unsupported by NMAKE) for macro `srcdir'.
7248
72492005-09-17 Eli Zaretskii <eliz@gnu.org>
7250
7251 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7252 (../info/newsticker, newsticker.dvi): New targets.
7253
72542005-09-17 Ulf Jasper <ulf.jasper@web.de>
7255
7256 * newsticker.texi: Replace @command with @code. Replace @example
7257 with @lisp.
0c7efc08
SM
7258 (Top): Add explanations to menu items.
7259 (GNU Free Documentation License): Remove.
2de53ca6
GM
7260
72612005-09-16 Romain Francoise <romain@orebokech.com>
7262
7263 Update all files to specify GFDL version 1.2.
7264
7265 * doclicense.texi (GNU Free Documentation License): Update to
7266 version 1.2.
7267
72682005-09-15 Richard M. Stallman <rms@gnu.org>
7269
7270 * newsticker.texi: Fix @setfilename.
7271
7272 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7273 (../info/newsticker, newsticker.dvi): New targets.
7274
72752005-08-30 Carsten Dominik <dominik@science.uva.nl>
7276
7277 * org.texi: Version 3.15.
7278
72792005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7280
7281 * ses.texi: Combine all three indices into one.
7282 Correct a few typos.
7283
72842005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7285
7286 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7287
72882005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7289
7290 * emacs-mime.texi (Handles): Remove duplicate item.
7291 (Encoding Customization): Fix the default value for
7292 mm-coding-system-priorities.
7293 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7294 (Basic Functions): Fix reference.
7295
72962005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7297
7298 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7299
73002005-08-18 Richard M. Stallman <rms@gnu.org>
7301
7302 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7303 and web site.
7304
7305 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7306 not keyboard-translate.
7307
73082005-08-11 Richard M. Stallman <rms@gnu.org>
7309
7310 * faq.texi (Using regular expressions): Fix xref.
7311
73122005-08-09 Juri Linkov <juri@jurta.org>
7313
7314 * info.texi (Help-P): Replace `Prev' with `Previous'.
7315 (Help-M, Help-Xref): Add S-TAB.
7316 (Help-FOO): Update `u' command.
7317 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7318 Update info about visibility of xref parts.
7319 (Help-Int): Fix `m' command. Rename `Info-last' to
7320 `Info-history-back'. Add `Info-history-forward'.
7321 (Advanced): Fix `g*' and `M-n' commands.
7322 (Info Search): Add `index-apropos' in stand-alone browser.
7323 Add isearch commands.
7324 (Emacs Info Variables): Remove `Info-fontify'.
7325 Add `Info-mode-hook'. Update face names.
7326 Add `Info-fontify-maximum-menu-size',
7327 `Info-fontify-visited-nodes', `Info-isearch-search'.
7328
73292005-08-07 Michael Albinus <michael.albinus@gmx.de>
7330
7331 Sync with Tramp 2.0.50.
7332
7333 * tramp.texi: Use @option{} consequently for method names.
7334 (Inline methods, External transfer methods): Remove references to
7335 Cygwin.
7336 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7337 implementation.
7338
73392005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7340
7341 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7342 Mention that gnus-init-file is not read when Emacs is invoked with
7343 --no-init-file or -q.
7344
73452005-07-19 Carsten Dominik <dominik@science.uva.nl>
7346
7347 * org.texi: Version 3.14.
7348
73492005-07-04 Carsten Dominik <dominik@science.uva.nl>
7350
7351 * org.texi: Version 3.13.
7352
73532005-07-18 Juri Linkov <juri@jurta.org>
7354
7355 * calc.texi (Time Zones, Logical Operations):
7356 * cl.texi (Overview):
7357 * org.texi (TODO types):
7358 * sc.texi (Emacs 18 MUAs):
7359 * speedbar.texi (Top):
7360 * url.texi (History):
7361 Delete duplicate duplicate words.
7362
ce058493 73632005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
7364
7365 * cl.texi (Type Predicates): Document `atom' type.
7366
73672005-07-04 Lute Kamstra <lute@gnu.org>
7368
7369 Update FSF's address in GPL notices.
7370
7371 * calc.texi (Copying):
7372 * doclicense.texi (GNU Free Documentation License):
7373 * faq.texi (Contacting the FSF):
7374 * mh-e.texi (Copying): Update FSF's address.
7375
73762005-07-03 Richard M. Stallman <rms@gnu.org>
7377
7378 * flymake.texi (Example -- Configuring a tool called directly):
7379 Update name of flymake-build-relative-filename.
7380
73812005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7382
7383 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
7384
73852005-06-29 Carsten Dominik <dominik@science.uva.nl>
7386
7387 * org.texi: Version 3.12.
7388
73892005-06-24 Eli Zaretskii <eliz@gnu.org>
7390
7391 * makefile.w32-in (MAKEINFO): Use --force.
7392 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7393 Makefile.in.
7394 (gnus.dvi): Use "..." to quote Sed args, so that it works with
7395 more shells.
7396
73972005-06-23 Richard M. Stallman <rms@gnu.org>
7398
7399 * speedbar.texi (Creating a display): Texinfo usage fixes.
7400
7401 * tramp.texi (Customizing Completion, Auto-save and Backup):
7402 Texinfo usage fixes.
7403
74042005-06-23 Juanma Barranquero <lekktu@gmail.com>
7405
7406 * dired-x.texi (Miscellaneous Commands):
7407 * ediff.texi (Miscellaneous):
7408 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
7409 (Agent Variables):
7410 * info.texi (Help-Xref):
7411 * message.texi (Message Headers):
7412 * org.texi (Remember):
7413 * reftex.texi (Options (Defining Label Environments)):
7414 (Options (Index Support)):
7415 (Options (Viewing Cross-References)):
7416 (Options (Misc)):
7417 (Changes):
7418 * speedbar.texi (Creating a display):
7419 * tramp.texi (Customizing Completion, Auto-save and Backup):
7420 Texinfo usage fix.
7421
74222005-06-13 Carsten Dominik <dominik@science.uva.nl>
7423
7424 * org.texi: Version 3.11.
7425
74262005-06-12 Jay Belanger <belanger@truman.edu>
7427
7428 * calc.texi (Getting Started): Remove extra menu item.
7429
74302005-05-31 Jay Belanger <belanger@truman.edu>
7431
7432 * calc.texi (Notations Used in This Manual): Use @kbd for key
7433 sequence.
7434 (Demonstration of Calc): Mention another way of starting Calc.
7435 (Starting Calc): Mention long name of M-#.
7436 (Embedded Mode Overview): Remove unnecessary instruction.
7437 (Other M-# commands): Rephrase `M-# 0' explanation.
7438 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
7439 reflect current behavior.
7440
74412005-05-30 Jay Belanger <belanger@truman.edu>
7442
7443 * calc.texi (Hooks): Change description of calc-window-hook and
7444 calc-trail-window-hook to match usage.
7445 (Computational Functions): Add more constant-generating functions.
7446 (Customizable Variables): Use defvar.
7447
74482005-05-28 Jay Belanger <belanger@truman.edu>
7449
7450 * calc.texi (Assignments in Embedded Mode): Fix variable name.
7451 (Basic Embedded Mode): Explain behavior of arguments to
7452 calc-embedded-mode.
7453
74542005-05-27 Jay Belanger <belanger@truman.edu>
7455
7456 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
7457 current behavior.
7458
74592005-05-25 Jay Belanger <belanger@truman.edu>
7460
7461 * calc.texi: Change Calc version number throughout.
7462 (Keypad Mode): Change location in info output.
7463 (Keypad mode overview): Move picture of keypad.
7464
74652005-05-21 Jay Belanger <belanger@truman.edu>
7466
7467 * calc.texi (Storing variables): Mention that only most variables
7468 are void to begin with.
7469
74702005-05-21 Kevin Ryde <user42@zip.com.au>
7471
7472 * widget.texi (Basic Types): Update cross ref from "Enabling
7473 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
7474 lispref/text.texi change.
7475
74762005-05-20 Carsten Dominik <dominik@science.uva.nl>
7477
7478 * org.texi: Version 3.09.
7479
74802005-05-18 Carsten Dominik <dominik@science.uva.nl>
7481
7482 * reftex.texi: Version 4.28.
7483
74842005-05-16 Jay Belanger <belanger@truman.edu>
7485
7486 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
7487
74882005-05-14 Jay Belanger <belanger@truman.edu>
7489
7490 * calc.texi (Default Simplifications): Insert missing ! (logical
7491 not operator).
7492
74932005-05-14 Michael Albinus <michael.albinus@gmx.de>
7494
7495 Sync with Tramp 2.0.49.
7496
74972005-05-10 Jay Belanger <belanger@truman.edu>
7498
7499 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
7500 to 1.
7501
75022005-04-29 Carsten Dominik <dominik@science.uva.nl>
7503
7504 * org.texi: Version 3.08, structure reorganized.
7505
75062005-04-24 Richard M. Stallman <rms@gnu.org>
7507
7508 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
7509
75102005-04-15 Carsten Dominik <dominik@science.uva.nl>
7511
7512 * org.texi: Update to version 3.06.
7513
75142005-04-13 Lute Kamstra <lute@gnu.org>
7515
7516 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
7517
75182005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
7519
7520 * cl.texi (Porting Common Lisp): Fix typo.
7521
75222005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7523
7524 * gnus.texi (RSS): Addition.
7525
75262005-04-04 Jay Belanger <belanger@truman.edu>
7527
7528 * calc.texi: Change Calc version number.
7529 (Customizable variables): Fix description of calc-language-alist.
7530 (Copying): Put in version 2 of GPL.
7531
75322005-04-01 Jay Belanger <belanger@truman.edu>
7533
7534 * calc.texi (Troubleshooting Commands): Remove comment about
7535 installation.
7536 (Installation): Remove section.
7537 (Customizable Variables): New section.
7538 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
7539 (Graphical Devices): Add references to Customizable Variables.
7540
75412005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
7542
7543 * emacs-mime.texi (Display Customization): Markup fixes.
7544 (rfc2047): Update.
7545
75462005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
7547
7548 * gnus-faq.texi: Replaced with auto-generated version.
7549
75502005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7551
7552 * dired-x.texi (Multiple Dired Directories): default-directory was
7553 renamed to dired-default-directory.
7554
75552005-03-26 Jay Belanger <belanger@truman.edu>
7556
7557 * calc.texi (Simplifying Formulas, Rewrite Rules):
7558 Change description of top and bottom of fraction.
7559 (Modulo Forms): Move description of how to create modulo forms to
7560 earlier in the section.
7561 (Fraction Mode): Suggest using : to get a fraction by dividing.
7562 (Basic Arithmetic): Adjust placement of command name.
7563 (Truncating the Stack): Emphasize that "hidden" entries are still
7564 visible.
7565 (Installation): Move discussion of printing manual to "About This
7566 Manual".
7567 (About This Manual): Mention how to print the manual.
7568 (Reporting Bugs): Remove first person.
7569 (Building Vectors): Add algebraic version of append.
7570 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
7571 (Grouping Digits): Fix typo.
7572
75732005-03-25 Werner Lemberg <wl@gnu.org>
7574
7575 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
7576 Replace `legal' with `valid'.
7577
75782005-03-25 Werner Lemberg <wl@gnu.org>
7579
7580 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
7581
75822005-03-24 Jay Belanger <belanger@truman.edu>
7583
7584 * calc.texi (General Mode Commands)
7585 (Mode Settings in Embedded Mode): Add some explanation of
7586 recording mode settings.
7587
75882005-03-24 Richard M. Stallman <rms@gnu.org>
7589
7590 * calc.texi: Remove praise of non-free software.
7591
7592 * idlwave.texi: Don't say where to get IDL or its non-free manual.
7593 (Installation): Node deleted.
7594
75952005-03-23 Richard M. Stallman <rms@gnu.org>
7596
7597 * url.texi (HTTP language/coding): Improve last change.
7598
75992005-03-22 Jay Belanger <belanger@truman.edu>
7600
7601 * calc.texi (Embedded Mode): Add new information on changing
7602 modes.
7603
76042005-03-20 Michael Albinus <michael.albinus@gmx.de>
7605
7606 Sync with Tramp 2.0.48.
7607
7608 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
7609
7610 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
7611 "GNU/Linux". Change all addresses to .gnu.org.
7612 (Default Method): Offer shortened syntax for "su" and "sudo"
7613 methods.
7614
76152005-03-07 Richard M. Stallman <rms@gnu.org>
7616
7617 * url.texi: Fix usage of "e.g.".
7618 (HTTP language/coding): Explain the rules for these strings.
7619
76202005-03-06 Richard M. Stallman <rms@gnu.org>
7621
7622 * woman.texi (Introduction): Minor cleanups.
7623
7624 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
7625
7626 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
7627 (Installation): Node deleted.
7628
7629 * mh-e.texi (Preface): Get rid of "Emacs 21".
7630
7631 * eshell.texi (Installation): Delete node (for Emacs 20).
7632
76332005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
7634
7635 * flymake.texi: Refill and tweak style in @lisp blocks.
7636
76372005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7638
7639 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
7640
76412005-03-01 Jay Belanger <belanger@truman.edu>
7642
7643 * calc.texi (Trigonometric and Hyperbolic Functions):
7644 Mention additional functions.
7645 (Algebraic Simplifications): Mention additional simplifications.
7646
76472005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
7648
7649 * ses.texi: Add concept/function/variable indices (this work was
7650 donated by Brad Collins <brad@chenla.org>, copyright-assignment
7651 papers on file at FSF).
7652
76532005-02-10 Jay Belanger <belanger@truman.edu>
7654
7655 * calc.texi: Change @LaTeX to La@TeX throughout.
7656 Redefine @expr as @math for TeX output.
7657 Redefine @texline as a no-op for TeX output.
7658 Define @tfn, replace @t by @tfn throughout.
7659
76602005-02-09 Jay Belanger <belanger@truman.edu>
7661
7662 * calc.texi: Add macro for LaTeX for info output.
7663
76642005-02-08 Kim F. Storm <storm@cua.dk>
7665
7666 * texinfo.tex (LaTex): Add def.
7667
76682005-02-06 Jay Belanger <belanger@truman.edu>
7669
7670 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
7671 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
7672 throughout manual.
7673
76742005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7675
7676 * gnus.texi: Some edits based on comments from David Abrahams.
7677
76782005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
7679
7680 * gnus.texi (RSS): Fix the keystroke.
7681
76822005-01-24 David Kastrup <dak@gnu.org>
7683
7684 * faq.texi: Update AUCTeX version info.
7685
76862005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
7687
7688 * gnus-faq.texi ([4.1]): Typo.
7689
76902005-01-19 Jay Belanger <belanger@truman.edu>
7691
7692 * calc.texi (Keep Arguments): Mention that keeping arguments
7693 doesn't work with keyboard macros.
7694
76952005-01-16 Richard M. Stallman <rms@gnu.org>
7696
7697 * autotype.texi (Autoinserting): Fix small error.
7698
76992005-01-16 Michael Albinus <michael.albinus@gmx.de>
7700
7701 Sync with Tramp 2.0.47.
7702
7703 * tramp.texi (Compilation): New section, describing compilation of
7704 remote files.
7705
77062005-01-11 Kim F. Storm <storm@cua.dk>
7707
7708 * widget.texi (Basic Types): Add :follow-link keyword.
7709
77102005-01-09 Jay Belanger <belanger@truman.edu>
7711
7712 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
7713
77142005-01-08 Jay Belanger <belanger@truman.edu>
7715
7716 * calc.texi: Change throughout to reflect new default value of
7717 calc-settings-file.
7718
77192005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7720
7721 * message.texi (Reply): `message-reply-to-function' should return
7722 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
7723
77242005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
7725
7726 * faq.texi (Changing load-path): Fix typo.
7727
77282005-01-05 Jay Belanger <belanger@truman.edu>
7729
7730 * calc.texi (Programming Tutorial): Replace kbd command by
7731 appropriate characters for a keyboard macro.
7732
77332005-01-04 Jay Belanger <belanger@truman.edu>
7734
7735 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
7736 for Lucid Emacs.
7737 (Programming Tutorial): Mention that the user needs to be in the
7738 right mode to compute some functions.
7739
77402005-01-04 Jay Belanger <belanger@truman.edu>
7741
7742 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
7743 no longer applicable.
7744
77452005-01-01 Jay Belanger <belanger@truman.edu>
7746
0c7efc08 7747 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
7748 edit keyboard macros to match current behavior.
7749
77502004-12-31 Jay Belanger <belanger@truman.edu>
7751
7752 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
7753
77542004-12-20 Jay Belanger <belanger@truman.edu>
7755
7756 * calc.texi (Types Tutorial): Emphasize that you can't divide by
7757 zero.
7758
77592004-12-17 Luc Teirlinck <teirllm@auburn.edu>
7760
7761 * cc-mode.texi (Text Filling and Line Breaking): Put period after
7762 @xref.
7763 (Font Locking): Avoid @strong{Note:}.
7764
77652004-12-17 Michael Albinus <michael.albinus@gmx.de>
7766
7767 Sync with Tramp 2.0.46.
7768
7769 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
7770
77712004-12-16 Luc Teirlinck <teirllm@auburn.edu>
7772
7773 * url.texi: Correct typos.
7774 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 7775 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
7776 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
7777 (Dealing with HTTP documents): @inforef->@xref.
7778
77792004-12-15 Jay Belanger <belanger@truman.edu>
7780
7781 * calc.texi: Consistently capitalized all mode names.
7782 (Answers to Exercises): Mention that an answer can be a fraction
7783 when in Fraction mode.
7784
77852004-12-13 Jay Belanger <belanger@truman.edu>
7786
7787 * calc.texi: Fix some TeX definitions.
7788
77892004-12-09 Luc Teirlinck <teirllm@auburn.edu>
7790
7791 * reftex.texi (Imprint): Remove erroneous @value's.
7792
77932004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7794
7795 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
7796 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
7797
77982004-12-08 Jay Belanger <belanger@truman.edu>
7799
7800 * calc.texi (Starting Calc): Remove comment about installation.
7801 (Keypad Mode Overview): Remove comment about Emacs 19 support.
7802
78032004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7804
7805 * url.texi: Update @setfilename.
7806 (Getting Started): No need to worry about Gnus versions.
7807 (Dealing with HTTP documents): Use @inforef.
7808
7809 * org.texi: Fix @direntry file name.
7810
78112004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7812
7813 * url.texi: New file.
7814
7815 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
7816
78172004-12-06 Jay Belanger <belanger@truman.edu>
7818
7819 * calc.texi (Using Calc): Remove paragraph about installation.
7820
78212004-12-06 Jay Belanger <belanger@truman.edu>
7822
7823 * calc.texi: Use more Texinfo macros and less TeX defs.
7824 Remove @refill's.
7825
78262004-12-06 Richard M. Stallman <rms@gnu.org>
7827
7828 * org.texi: New file.
7829
78302004-12-05 Richard M. Stallman <rms@gnu.org>
7831
7832 * Makefile.in (org.dvi, ../info/org): New targets.
7833 (INFO_TARGETS): Add ../info/org.
7834 (DVI_TARGETS): Add org.dvi.
7835 (maintainer-clean): Remove the info files in the info dir.
7836
78372004-11-26 Eli Zaretskii <eliz@gnu.org>
7838
7839 * idlwave.texi: Fix the setfilename directive to put the produced
7840 file in ../info.
7841 (Continued Statement Indentation): Resurrect Jan D.'s change from
7842 2004-11-03 that was lost when a newer version of idlwave.texi was
7843 imported.
7844
78452004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
7846
0c7efc08 7847 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 7848
0c7efc08
SM
7849 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
7850 Index `spam-initialize'.
2de53ca6
GM
7851
78522004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
7853
7854 * message.texi (Various Message Variables): Mention that all mail
7855 file variables are derived from `message-directory'.
7856
7857 * gnus.texi (Splitting Mail): Clarify bogus group.
7858
78592004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7860
0c7efc08
SM
7861 * emacs-mime.texi (Encoding Customization):
7862 Fix mm-coding-system-priorities entry.
2de53ca6 7863
c8763fb6 78642004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
7865
7866 * idlwave.texi (Continued Statement Indentation):
7867 * reftex.texi (Options (Index Support)):
7868 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
7869 * speedbar.texi (Creating a display, Major Display Modes):
7870 Replace non-nil with non-@code{nil}.
2de53ca6
GM
7871
78722004-10-21 Jay Belanger <belanger@truman.edu>
7873
0c7efc08 7874 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
7875
78762004-10-18 Luc Teirlinck <teirllm@auburn.edu>
7877
7878 * calc.texi (Reporting Bugs): Double up `@'.
7879
78802004-10-18 Jay Belanger <belanger@truman.edu>
7881
0c7efc08 7882 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
7883 should be sent to.
7884
78852004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
7886
7887 * gnus.texi (New Features): Add 5.11.
7888
7889 * message.texi (Resending): Remove wrong default value.
7890
7891 * gnus.texi (Mail Source Specifiers): Describe possible problems
7892 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
7893 `pop3-leave-mail-on-server' to the index.
7894
78952004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
7896
7897 * message.texi (Canceling News): Add how to set a password.
7898
78992004-10-12 Jay Belanger <belanger@truman.edu>
7900
0c7efc08 7901 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
7902 calc-describe-function and calc-describe-variable to match their
7903 current behavior.
7904
79052004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
7906
7907 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
7908
79092004-10-12 Michael Albinus <michael.albinus@gmx.de>
7910
7911 Sync with Tramp 2.0.45.
7912
7913 * tramp.texi (Frequently Asked Questions): Comment paragraph about
7914 plink link. The URL is outdated. Originator contacted for
7915 clarification.
7916
79172004-10-10 Juri Linkov <juri@jurta.org>
7918
7919 * gnus.texi (Top, Marking Articles): Join two menus in one node
7920 because a node can have only one menu.
7921
79222004-10-09 Juri Linkov <juri@jurta.org>
7923
7924 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
7925 example of nnmail-split-fancy.
7926
79272004-10-06 Karl Berry <karl@gnu.org>
7928
7929 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
7930 consistency with other uses of dashes.
7931
79322004-10-05 Karl Berry <karl@gnu.org>
7933
7934 * info.texi: Consistently use --- throughout, periods at end of
7935 menu descriptions, and a couple typos.
7936
79372004-09-26 Jesper Harder <harder@ifa.au.dk>
7938
7939 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
7940 * pgg.texi (User Commands, Backend methods): Do.
7941 * gnus.texi: Markup fixes.
7942 (Setting Process Marks): Fix `M P a' entry.
7943 * emacs-mime.texi: Fixes.
7944
79452004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
7946
7947 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
7948 again.
7949 Use 5.10 instead of 5.10.0.
7950
79512004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7952
7953 * gnus.texi (Summary Mail Commands): S D e.
7954
79552004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
7956
7957 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
7958 the gnus-article-mode-line-format section.
7959
79602004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
7961
7962 * gnus.texi (Various Summary Stuff): Fix the documentation for
7963 gnus-newsgroup-variables.
7964
79652004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
7966
0c7efc08
SM
7967 * gnus.texi (MIME Commands):
7968 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
7969 gnus-mime-display-multipart-alternative-as-mixed,
7970 gnus-mime-display-multipart-related-as-mixed.
7971 (Mail Source Customization): Clarify `mail-source-directory'.
7972 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 7973 (SpamOracle): Fix typo.
2de53ca6
GM
7974
7975 * gnus-faq.texi: Untabify.
7976 ([6.3]): nnir.el is in contrib directory.
7977
7978 * message.texi (News Headers): Clarify how a unique ID is created.
7979
0c7efc08
SM
7980 * gnus.texi (Batching Agents): Fix typo in example.
7981 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 7982
b2abec73 79832004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 7984
0c7efc08 7985 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
7986
79872004-09-20 Florian Weimer <fw@deneb.enyo.de>
7988
7989 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
7990
79912004-09-22 Jay Belanger <belanger@truman.edu>
7992
0c7efc08 7993 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
7994 might be hidden during part of the session.
7995
79962004-09-20 Jay Belanger <belanger@truman.edu>
7997
7998 * calc.texi (Notations Used in This Manual): Put in an earlier
7999 mention that DEL could be called Backspace.
8000
80012004-09-10 Simon Josefsson <jas@extundo.com>
8002
8003 * gnus.texi (IMAP): Add example. Suggested and partially written
8004 by Steinar Bang <sb@dod.no>.
8005
80062004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8007
8008 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8009 netrc syntax.
8010
80112004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8012
b2abec73
JB
8013 * gnus.texi (Spam ELisp Package Sequence of Events):
8014 Some clarifications.
2de53ca6
GM
8015 (Spam ELisp Package Global Variables): More clarifications.
8016
80172004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8018
8019 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8020 Mention spam-split does not modify incoming mail.
8021
80222004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8023
8024 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8025
80262004-09-10 Eli Zaretskii <eliz@gnu.org>
8027
8028 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8029
80302004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8031
8032 * makefile.w32-in (sieve, pgg): Use $(infodir).
8033
80342004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8035
8036 * makefile.w32-in: Fix PGG and Sieve entries.
8037
80382004-08-28 Eli Zaretskii <eliz@gnu.org>
8039
8040 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8041 Emacs and related programs.
8042
80432004-08-27 Richard M. Stallman <rms@gnu.org>
8044
8045 * faq.texi: Fix texinfo usage, esp. doublequotes.
8046 (Difference between Emacs and XEmacs): Some clarification.
8047
8048 * faq.texi (Difference between Emacs and XEmacs):
8049 Explain not to contrast XEmacs with GNU Emacs.
8050
80512004-08-26 Richard M. Stallman <rms@gnu.org>
8052
8053 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8054
80552004-08-22 David Kastrup <dak@gnu.org>
8056
8057 * reftex.texi (AUCTeX): Update links, section name.
8058
8059 * faq.texi (Calc): Update availability (included in 22.1).
8060 (AUCTeX): Update availability, information, versions, description.
8061
80622004-08-14 Eli Zaretskii <eliz@gnu.org>
8063
8064 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8065
80662004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8067
8068 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8069
80702004-08-10 Michael Albinus <michael.albinus@gmx.de>
8071
8072 Sync with Tramp 2.0.44.
8073
80742004-08-05 Lars Hansen <larsh@math.ku.dk>
8075
8076 * widget.texi (User Interface): Update how to separate the
8077 editable field of an editable-field widget from other widgets.
8078 (Programming Example): Add text after field.
8079
80802004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8081
8082 * emacs-mime.texi (Encoding Customization): Add a note to the
8083 mm-content-transfer-encoding-defaults entry.
8084 (rfc2047): Update.
8085
0c7efc08
SM
8086 * gnus.texi (Article Highlighting):
8087 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8088 (POP before SMTP): New node.
8089 (Posting Styles): Addition.
8090 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8091 (Fancy Mail Splitting): Ditto.
8092 (X-Face): Add gnus-x-face.
8093
80942004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8095
8096 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8097 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8098
80992004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8100
0c7efc08
SM
8101 * gnus.texi (Mail Source Specifiers):
8102 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8103
81042004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8105
8106 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8107
8108 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8109 repository. Change setfilename.
8110
8111 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8112
81132004-07-02 Juri Linkov <juri@jurta.org>
8114
8115 * pcl-cvs.texi (Viewing differences): Add `d r'.
8116
81172004-06-29 Jesper Harder <harder@ifa.au.dk>
8118
8119 * ses.texi, viper.texi, flymake.texi, faq.texi:
8120 * eshell.texi, ediff.texi: Markup fixes.
8121
81222004-06-21 Karl Berry <karl@gnu.org>
8123
8124 * info.texi (Top): Mention that only Emacs has mouse support.
8125 (Getting Started): Mention this in a few other places.
8126
81272004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8128
0c7efc08
SM
8129 * autotype.texi (Copyrights, Timestamps):
8130 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8131
81322004-06-13 Lars Hansen <larsh@math.ku.dk>
8133
8134 * dired-x.texi (dired-mark-omitted): Update keybinding.
8135
81362004-06-10 Kim F. Storm <storm@cua.dk>
8137
8138 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8139
81402004-06-05 Lars Hansen <larsh@math.ku.dk>
8141
8142 * dired-x.texi (variable dired-omit-mode): Rename from
8143 dired-omit-files-p.
8144 (function dired-omit-mode): Rename from dired-omit-toggle.
8145 Call dired-omit-mode rather than set dired-omit-files-p.
8146 (dired-mark-omitted): Describe command.
8147
81482004-05-29 Michael Albinus <michael.albinus@gmx.de>
8149
8150 Version 2.0.41 of Tramp released.
8151
81522004-05-29 Juanma Barranquero <lektu@terra.es>
8153
8154 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8155 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8156
81572004-05-29 Richard M. Stallman <rms@gnu.org>
8158
8159 * cl.texi (Top): Call this chapter `Introduction'.
8160 (Overview): In TeX, no section heading here.
8161
8162 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8163
81642004-05-29 Eli Zaretskii <eliz@gnu.org>
8165
8166 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8167 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8168
81692004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8170
8171 * flymake.texi: New file.
8172
81732004-05-28 Simon Josefsson <jas@extundo.com>
8174
8175 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8176
b344d29d 81772004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8178
8179 Version 2.0.40 of Tramp released.
8180
81812004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8182
8183 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8184
8185 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8186 variables `tramp-backup-directory-alist' and
8187 `tramp-bkup-backup-directory-info'.
8188 (Overview, Connection types)
8189 (External transfer methods, Default Method)
8190 (Windows setup hints): Remove restriction of password entering
8191 with external methods.
8192 (Auto-save and Backup): Make file name example
8193 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8194 and `auto-save-directory' must be used.
8195 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8196 only "NT"). Remove doubled entry "What kinds of systems does
8197 @tramp{} work on".
8198 (tramp): Macro removed.
8199 (Obtaining Tramp): Flag removed from title.
8200 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8201 and `trampver' used properly. Flag `tramp-inst' replaced by
8202 `installchapter'. Installation related text adapted.
8203
82042004-04-28 Masatake YAMATO <jet@gyve.org>
8205
8206 * widget.texi (Programming Example): Remove overlays.
8207
82082004-04-27 Jesper Harder <harder@ifa.au.dk>
8209
8210 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8211
82122004-04-23 Juanma Barranquero <lektu@terra.es>
8213
8214 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8215
82162004-04-05 Jesper Harder <harder@ifa.au.dk>
8217
8218 * info.texi (Info Search): Add info-apropos.
8219
82202004-03-22 Juri Linkov <juri@jurta.org>
8221
8222 * faq.texi: Fix help key bindings.
8223
82242004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8225
8226 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8227 (as suggested by Karl Berry). Update information about colored
8228 stars in menus. Add new subheading describing M-n.
8229
82302004-03-12 Richard M. Stallman <rms@gnu.org>
8231
8232 * cl.texi (Top): Rename top node's title.
8233
82342004-03-08 Karl Berry <karl@gnu.org>
8235
8236 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8237 problems making the texinfo distribution.
8238
82392004-02-29 Simon Josefsson <jas@extundo.com>
8240
0c7efc08 8241 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8242 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8243 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8244 <voegelas@gmx.net>.
8245
82462004-02-29 Juanma Barranquero <lektu@terra.es>
8247
8248 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8249 Use $(DEL) instead of rm, and ignore exit code.
8250
b344d29d 82512004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8252
8253 Tramp version 2.0.39 released.
8254
82552004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8256
8257 * tramp.texi (Customizing Completion): Explain new functions
8258 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8259 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8260 (Top): Refer to Savannah mailing list as the major one.
8261 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8262 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8263 (Frequently Asked Questions): Remote hosts must not be Unix-like
8264 for "smb" method.
8265 (Password caching): New node.
8266 (External transfer methods): Refer to password caching for "smb"
8267 method.
8268
82692004-02-17 Karl Berry <karl@gnu.org>
8270
8271 * info.texi (Help-Int): Mention the new line number feature.
8272
82732004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8274
8275 * ses.texi (Advanced Features): New functionality for
8276 ses-set-header-row (defaults to current row unless C-u used).
8277 (Acknowledgements): Add Stefan Monnier.
8278
82792003-12-29 Kevin Ryde <user42@zip.com.au>
8280
8281 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8282
b344d29d 82832003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8284
8285 Tramp version 2.0.38 released.
8286
8287 * tramp.texi (Remote shell setup): Warn of environment variables
8288 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8289 <sven.gabriel@imk.fzk.de>.
8290 (Configuration): Tramp now chooses base64/uuencode
8291 automatically. Update wording accordingly.
8292 (Top): More description for the `Default Method' menu entry.
8293 (Default Method): Use @code, not @var, for Lisp variables.
8294 (Default Method): New subsection `Which method is the right one
8295 for me?' Suggested by Christian Kirsch.
8296 (Configuration): Pointer to new subsection added.
8297 (Default Method): Too many "use" in one sentence.
8298 Rephrase. Reported by Christian Kirsch.
8299 (Filename Syntax): Old `su' example is probably a left-over from
8300 the sm/su method naming. Replace with `ssh', instead.
8301 (External transfer methods, Auto-save and Backup):
8302 Typo fixes.
8303
83042003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8305
183080b6 8306 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
8307 (Top): Mention japanese manual only if flag `jamanual' is set.
8308 Insert section `Japanese manual' in menu.
8309
83102003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8311
8312 * eshell.texi (Known Problems): Add doc item.
8313
83142003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8315
8316 * cc-mode.texi: Update for CC Mode 5.30.
8317
8318 Note: Please refrain from doing purely cosmetic changes like
8319 removing trailing whitespace in this manual; it clobbers cvs
8320 merging for no good reason.
8321
83222003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8323
8324 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8325 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8326 @acronym{ASCII}.
8327
83282003-10-26 Karl Berry <karl@gnu.org>
8329
8330 * info.texi (Info Search): Echo area, not echo are. From Debian
8331 diff.
8332
83332003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
8334
10d1d0af 8335 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
8336 :buttons and :children keywords.
8337
83382003-10-22 Miles Bader <miles@gnu.org>
8339
8340 * Makefile.in (info): Move before $(top_srcdir)/info.
8341
83422003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
8343
8344 * tramp.texi (Inline methods): Small grammar fix.
8345 (External transfer methods): Likewise.
8346
83472003-10-08 Nick Roberts <nick@nick.uklinux.net>
8348
8349 * speedbar.texi: Remove paragraph for GUD that is no longer true.
8350
83512003-10-06 Luc Teirlinck <teirllm@auburn.edu>
8352
8353 * texinfo.tex: Replace `%' in arch tagline by @ignore.
8354
83552003-09-30 Richard M. Stallman <rms@gnu.org>
8356
8357 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8358
8359 * widget.texi (User Interface): Fix typos.
8360
8361 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8362
83632003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8364
8365 * pcl-cvs.texi (Selected Files): Fix typo.
8366
83672003-09-21 Karl Berry <karl@gnu.org>
8368
8369 * info.texi (] and [ commands): No period at end of section title.
8370
83712003-09-04 Miles Bader <miles@gnu.org>
8372
8373 * Makefile.in (top_srcdir): New variable.
8374 ($(top_srcdir)/info): New rule.
8375 (info): Depend on it.
8376
83772003-09-03 Peter Runestig <peter@runestig.com>
8378
8379 * makefile.w32-in: New file.
8380
83812003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
8382
8383 * widget.texi (User Interface): Explain the need of static text
8384 around an editable field.
8385
83862003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8387
8388 * widget.texi (Basic Types): The argument to `:help-echo' can now
8389 be a form that evaluates to a string.
8390
83912003-08-18 Kim F. Storm <storm@cua.dk>
8392
8393 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
8394
83952003-08-16 Richard M. Stallman <rms@gnu.org>
8396
8397 * dired-x.texi (Shell Command Guessing): Explain *.
8398
83992003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
8400
8401 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
8402 log-edit-insert-changelog.
8403
84042003-08-03 Karl Berry <karl@gnu.org>
8405
8406 * info.texi: Need @contents.
8407
c8763fb6 84082003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8409
8410 Tramp version 2.0.36 released.
8411
8412 * tramp.texi (Remote shell setup): Explain about problems with
8413 non-Bourne commands in ~/.profile and ~/.shrc.
8414
84152003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8416
8417 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
8418 renaming of `vis-mode' to `visible-mode'.
8419
84202003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
8421
8422 * info.texi (Top, Help-Small-Screen): Remove accidentally added
8423 next, prev and up pointers.
8424
84252003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
8426
8427 * info.texi (Help): Mention existence of Emacs and stand-alone
8428 Info at the very beginning of the tutorial.
8429 (Help-Inv): New node.
8430 (Help-]): New node.
8431 (Help-M): Systematically point out the differences between default
8432 Emacs and stand-alone versions. Delete second menu.
8433 (Help-Xref): Systematically point out the differences between
8434 default Emacs and stand-alone versions.
8435 (Help-Int): Change `l' example.
8436 (Expert Info): Fix typos.
8437 (Emacs Info Variables): Mention `Info-hide-note-references' and
8438 new default for `Info-scroll-prefer-subnodes'.
8439
c8763fb6 84402003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8441
8442 Version 2.0.35 of Tramp released.
8443
8444 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
8445 (Inline methods): Add methods `remsh' and `plink1'.
8446 (External transfer methods): Add method `remcp'.
8447 (Multi-hop Methods): Add method `remsh'.
8448 Small patch from Adrian Aichner <adrian@xemacs.org>:
8449 Fix minor typos.
0c7efc08 8450 (Concept Index): Add to make manual searchable via
2de53ca6
GM
8451 `Info-index'.
8452 (Version Control): Add cindex entry.
8453
c8763fb6 84542003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8455
8456 * trampver.texi: Version 2.0.34 released.
8457
84582003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8459
8460 * faq.texi: Improve previous changes.
8461
84622003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
8463
8464 * faq.texi: Update copyright and maintenance details.
8465 Update some package URLs, versions, and maintainers.
8466 Remove many references to the Emacs Lisp Archive.
8467
84682003-04-23 Simon Josefsson <jas@extundo.com>
8469
8470 * smtpmail.texi: Fix license (the invariant sections mentioned has
8471 never been part of the smtp manual). Align info dir entry with
8472 other emacs packages.
8473
84742003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
8475
8476 * tramp.texi: Version 2.0.33 released.
8477 Remove installation chapter. Remove XEmacs specifics.
8478
84792003-03-29 Richard M. Stallman <rms@gnu.org>
8480
8481 * tramp.texi (Top): Undo the previous renaming.
8482 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
8483
c8763fb6 84842003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8485
8486 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
8487 version of manual.
8488
8489 * tramp.texi (Auto-save and Backup): New node.
8490
84912003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
8492
8493 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
8494 Emacs" in order to have better differentiation to "XEmacs".
8495 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
8496 are new macros in order to point to the other Emacs flavor where
8497 appropriate. In info case, point to node `Installation' in order
8498 to explain how to generate the other way. In html case, make a
8499 link to the other html file.
0c7efc08 8500 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
8501 after CVS checkout/update.
8502 (Installation): Completely rewritten.
8503 (Installation parameters, Load paths): New sections under
8504 `Installation'.
8505
c8763fb6 85062003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
8507
8508 * tramp.texi: Version 2.0.30 released.
8509 Replace word "path" with "localname" where used as a component of
8510 a Tramp file name.
8511
85122003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
8513
8514 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
8515 introduced.
8516 (Installation): Explain what to do if files from the tramp/contrib
8517 directory are needed.
8518
85192003-02-23 Alex Schroeder <alex@emacswiki.org>
8520
8521 * smtpmail.texi (How Mail Works): New.
8522
85232003-02-22 Alex Schroeder <alex@emacswiki.org>
8524
8525 * smtpmail.texi: New file.
8526
8527 * Makefile.in: Build SMTP manual.
8528
c8763fb6 85292003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
8530
8531 * tramp.texi: Version 2.0.29 released.
8532 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
8533 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
8534
85352003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
8536
8537 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 8538 another package loads accidentally Ange-FTP.
2de53ca6
GM
8539
85402003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
8541
8542 * tramp.texi (Customizing Completion): Add function
8543 `tramp-parse-sconfig'. Change example of
8544 `tramp-set-completion-function', because parsing of ssh config
8545 files looks more natural.
8546
85472003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
8548
8549 * gnus.texi: Do not use `path' in several locations.
8550
c8763fb6 85512002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 8552
0c7efc08
SM
8553 * tramp.texi (External transfer methods): New method `smb'.
8554 From Michael Albinus.
2de53ca6
GM
8555
85562002-11-05 Karl Berry <karl@gnu.org>
8557
8558 * info.texi (Info-fontify): Reorder face list to avoid bad line
8559 breaks.
8560
c8763fb6 85612002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 8562
0c7efc08
SM
8563 * tramp.texi: Move @copying to standard place.
8564 Use @insertcopying.
2de53ca6
GM
8565
85662002-10-02 Karl Berry <karl@gnu.org>
8567
8568 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
8569 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
8570 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
8571 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
8572 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
8573 Per rms, update all manuals to use @copying instead of @ifinfo.
8574 Also use @ifnottex instead of @ifinfo around the top node, where
8575 needed for the sake of the HTML output.
8576 (The Gnus manual is not fixed since it's not clear to me how it
8577 works; and the Tramp manual already uses @copying, although in an
8578 unusual way. All others were changed.)
8579
85802002-09-10 Jonathan Yavner <jyavner@engineer.com>
8581
8582 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
8583 (../info/ses, ses.dvi): New targets.
8584 * ses.texi: New file.
8585
c8763fb6 85862002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
8587
8588 * texinfo.tex: Update to texinfo 4.2.
8589
85902002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
8591
8592 * reftex.texi: Update to RefTeX 4.19.
8593
c8763fb6 85942002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
8595
8596 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
8597 (../info/tramp, tramp.dvi): New targets.
8598
85992002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8600
8601 * Makefile.in (DVI_TARGETS): Add calc.dvi.
8602 (calc.dvi): Uncomment.
8603
86042001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
8605
8606 * Makefile.in (INFO_TARGETS): Add ../info/calc.
8607 (../info/calc): New target.
8608
86092001-10-20 Gerd Moellmann <gerd@gnu.org>
8610
8611 * (Version 21.1 released.)
8612
86132001-10-05 Gerd Moellmann <gerd@gnu.org>
8614
8615 * Branch for 21.1.
8616
86172001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8618
8619 * Makefile.in (../info/info): Use an explicit -o switch to
8620 makeinfo.
8621
86222001-03-05 Gerd Moellmann <gerd@gnu.org>
8623
8624 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
8625
86262000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
8627
8628 * Makefile.in (../info/idlwave): Use --no-split.
8629
86302000-12-14 Dave Love <fx@gnu.org>
8631
c4cc8b9a 8632 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
8633 (gnus.dvi): Change rule to remove @latex stuff.
8634
86352000-10-19 Eric M. Ludlam <zappo@ultranet.com>
8636
8637 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
8638
86392000-10-13 John Wiegley <johnw@gnu.org>
8640
8641 * Makefile.in: Add build targets for eshell.texi.
8642
86432000-09-25 Gerd Moellmann <gerd@gnu.org>
8644
8645 * Makefile.in: Remove/comment speedbar stuff.
8646
86472000-09-22 Dave Love <fx@gnu.org>
8648
8649 * Makefile.in: Add emacs-mime.
8650
86512000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8652
8653 * Makefile.in (INFO_TARGETS): Add ../info/woman.
8654 (DVI_TARGETS): Add woman.dvi.
8655 (../info/woman, woman.dvi): New targets.
8656
86572000-05-31 Stefan Monnier <monnier@cs.yale.edu>
8658
8659 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
8660
8661 * pcl-cvs.texi: New file.
8662 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
8663 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
8664
86652000-05-11 Gerd Moellmann <gerd@gnu.org>
8666
8667 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
8668 (../info/ebrowse, ebrowse.dvi): New targets.
8669
86702000-01-13 Gerd Moellmann <gerd@gnu.org>
8671
8672 * Makefile.in (INFO_TARGETS): Add eudc.
8673 (DVI_TARGETS): Add eudc.dvi.
8674 (../info/eudc, eudc.dvi): New targets.
8675
86762000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
8677
8678 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
8679 compatibility with 8+3 filesystems).
8680 (../info/efaq): Rename from emacs-faq.
8681
86822000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
8683
8684 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
8685 (../info/idlwave, idlwave.dvi): New targets.
8686
86871999-10-23 Dave Love <fx@gnu.org>
8688
8689 * Makefile.in: Use autotype.texi.
8690
86911999-10-12 Stefan Monnier <monnier@cs.yale.edu>
8692
8693 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
8694 faq.texi file) rather than ../info/faq.
8695
86961999-10-07 Gerd Moellmann <gerd@gnu.org>
8697
8698 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
8699 (../info/ada-mode, ada-mode.dvi): New targets.
8700
87011999-09-01 Dave Love <fx@gnu.org>
8702
8703 * Makefile.in: Add faq.
8704
87051999-07-12 Richard Stallman <rms@gnu.org>
8706
8707 * Version 20.4 released.
8708
87091998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8710
8711 * Version 20.3 released.
8712
87131998-04-06 Andreas Schwab <schwab@gnu.org>
8714
768c0c0f
JB
8715 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
8716 Use it in dvi targets.
2de53ca6
GM
8717 (../etc/GNU): Change to $(srcdir) first.
8718
87191998-03-11 Carsten Dominik <cd@delysid.gnu.org>
8720
8721 * reftex.texi: Update for RefTeX version 3.22.
8722
87231998-02-08 Richard Stallman <rms@psilocin.gnu.org>
8724
8725 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
8726 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
8727
87281997-09-23 Paul Eggert <eggert@twinsun.com>
8729
8730 * Makefile.in: Merge changes mistakenly made to `Makefile'.
8731 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
8732
87331997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8734
8735 * Version 20.2 released.
8736
87371997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8738
8739 * Version 20.1 released.
8740
87411997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8742
8743 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
8744
87451996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8746
8747 * Version 19.33 released.
8748
87491996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8750
8751 * Version 19.32 released.
8752
87531996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
8754
8755 * Makefile.in: Add rules for the Message manual.
8756
87571996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
8758
8759 * gnus.texi: New version.
8760
8761 * message.texi: New manual.
8762
87631996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8764
8765 * Makefile.in (All info targets): cd $(srcdir) to do the work.
8766
87671996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8768
8769 * Makefile.in (All info targets): Specify $(srcdir) in input files.
8770 Specify -I option.
8771 (All dvi targets): Set the TEXINPUTS variable.
8772
87731996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8774
8775 * Version 19.31 released.
8776
87771996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8778
8779 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
8780 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
8781
87821995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8783
8784 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
8785 (INFO_TARGETS): Add ../info/cc-mode.
8786 (DVI_TARGETS): Add cc-mode.dvi.
8787
2de53ca6
GM
87881995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8789
8790 * Version 19.30 released.
8791
87921995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
8793
8794 * gnus.texi: New file.
8795
87961995-11-04 Erik Naggum <erik@naggum.no>
8797
8798 * gnus.texi: File deleted.
8799
88001995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
8801
8802 * mh-e.texi: "Function Index" -> "Command Index" to work with
8803 Emacs 19.30 C-h C-k support of separately-documented commands.
8804
88051995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8806
8807 * Makefile.in (../info/ediff, ediff.dvi): New targets.
8808 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
8809
88101995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8811
8812 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
8813 (../info/viper, viper.dvi): New targets.
8814
88151995-04-20 Kevin Rodgers <kevinr@ihs.com>
8816
8817 * dired-x.texi (Installation): Change the example to set
8818 buffer-local variables like dired-omit-files-p in
8819 dired-mode-hook.
8820
88211995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8822
8823 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
8824 (../info/mh-e, mh-e.dvi): New targets.
8825
88261995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8827
8828 * Makefile.in (maintainer-clean): Rename from realclean.
8829
88301994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8831
8832 * Makefile.in: New file.
8833 * Makefile: File deleted.
8834
88351994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8836
8837 * Makefile (TEXINDEX_OBJS): Variable deleted.
8838 (texindex, texindex.o, getopt.o): Rules deleted.
8839 All deps on texindex deleted.
8840 (distclean): Don't delete texindex.
8841 (mostlyclean): Don't delete *.o.
8842 * texindex.c, getopt.c: Files deleted.
8843
88441994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8845
8846 * Version 19.26 released.
8847
88481994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8849
8850 * Version 19.25 released.
8851
88521994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8853
8854 * Version 19.24 released.
8855
88561994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8857
8858 * Version 19.23 released.
8859
88601994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8861
8862 * Makefile: Delete spurious tab.
8863
88641994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8865
8866 * Makefile (.SUFFIXES): New rule.
8867
88681994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8869
8870 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
8871 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
8872
88731994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8874
8875 * Makefile (../info/sc): Rename from sc.info.
8876 (../info/cl): Likewise.
8877 (INFO_TARGETS): Use new names.
8878
88791993-12-04 Richard Stallman (rms@srarc2)
8880
8881 * getopt.c: New file.
8882 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
8883 (getopt.o): New rule.
8884 (dvi): Don't depend on texindex.
8885 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
8886 Depend on texindex.
8887
88881993-12-03 Richard Stallman (rms@srarc2)
8889
8890 * Makefile (../info/sc.info): Rename from ../info/sc.
8891 (TEXI2DVI): New variable.
8892 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
8893 Add explicit commands.
8894 (TEXINDEX_OBJS): Delete duplicate getopt.o.
8895
88961993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8897
8898 * Version 19.22 released.
8899
89001993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8901
8902 * Makefile (TEXINDEX_OBJS): Delete spurious period.
8903
89041993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8905
8906 * Version 19.21 released.
8907
89081993-11-15 Paul Eggert (eggert@twinsun.com)
8909
8910 * man/Makefile (../info/cl.info): Rename from ../info/cl.
8911
89121993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8913
8914 * Makefile (../etc/GNU): New target.
8915 (EMACSSOURCES): Add gnu1.texi.
8916
89171993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8918
8919 * Makefile (realclean): Don't delete the Info files.
8920
f0131492 89211993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
8922
8923 * forms.texi: Fix forms.texi so that it will format correctly.
8924 Add missing `@end iftex', fix bad reference.
8925
8926 * info.texi, info-stn.texi: New files implement texinfo version of
8927 `info' file.
8928
f0131492 89291993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
8930
8931 * Makefile: Fix targets for texindex, new info.texi files.
8932 * info-stnd.texi: New file implements info for standalone info
8933 reader.
8934 * info.texi: Update to include recent changes to "../info/info".
8935 New source file for ../info/info; includes info-stnd.texi.
8936
8937 * texindex.c: Include "../src/config.h" if building in emacs.
8938
8939 * Makefile: Change all files to FILENAME.texi, force all targets
8940 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
8941 vip.texinfo, forms.texinfo, cl.texinfo.
8942 Add target to build texindex.c, defining `emacs'.
8943
8944 * forms.texi: Install new file to match version 2.3 of forms.el.
8945
89461993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8947
8948 * Version 19.19 released.
8949
89501993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
8951
8952 * sc.texinfo: Fix info file name.
8953
8954 * Makefile (info): Add gnus and sc.
8955 (dvi): Add gnus.dvi and sc.dvi.
8956 (../info/sc, sc.dvi): New targets.
8957
89581993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8959
8960 * Version 19.18 released.
8961
89621993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8963
8964 * Makefile: Fix source file names of the separate manuals.
8965 (gnus.dvi, ../info/gnus): New targets.
8966
89671993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8968
8969 * Version 19.17 released.
8970
89711993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8972
8973 * split-man: Fix typos in last change.
8974
89751993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8976
8977 * Version 19.16 released.
8978
89791993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8980
8981 * version 19.15 released.
8982
89831993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8984
8985 * Makefile (distclean): It's rm, not rf.
8986
89871993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8988
8989 * Version 19.14 released.
8990
89911993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8992
8993 * Makefile: New file.
8994
89951993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8996
8997 * Version 19.13 released.
8998
89991993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9000
9001 * Version 19.9 released.
9002
90031993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9004
9005 * Version 19.8 released.
9006
90071993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9008
9009 * Version 19.7 released.
9010
90111990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9012
9013 * gnus.texinfo: New file. Removed installation instructions.
9014
90151990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9016
9017 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9018
90191989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9020
9021 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
9022 then define `\sc' as the command for smallcaps in Texinfo.
9023 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
9024 made the corresponding change to makeinfo and texinfm.el.
9025
90261988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9027
9028 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9029 Customization since the menu entry did not point to anything.
9030 Also add an @finalout command to remove overfull hboxes from the
9031 printed output.
9032
9033 * cl.texinfo: Add @bye, \input line and @settitle to file.
9034 This file is clearly intended to be a chapter of some other work,
9035 but the other work does not yet exist.
9036
90371988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9038
9039 * texinfo.texinfo: Three typos corrected.
9040
4009494e 9041;; Local Variables:
c8763fb6 9042;; coding: utf-8
4009494e
GM
9043;; End:
9044
3fe7cdc8 9045 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9046
9047 This file is part of GNU Emacs.
9048
97c0352c 9049 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9050 it under the terms of the GNU General Public License as published by
97c0352c
GM
9051 the Free Software Foundation, either version 3 of the License, or
9052 (at your option) any later version.
4009494e
GM
9053
9054 GNU Emacs is distributed in the hope that it will be useful,
9055 but WITHOUT ANY WARRANTY; without even the implied warranty of
9056 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9057 GNU General Public License for more details.
9058
9059 You should have received a copy of the GNU General Public License
97c0352c 9060 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.