lisp/progmodes/which-func.el (which-func-ff-hook): Check against user-error.
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
d14b0029
JB
12012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * doc/misc/calc.texi
4 (Basic Operations on Units, Customizing Calc):
5 Mention `calc-ensure-consistent-units'.
6
2f4cadd1 72012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 8
9879e263
AS
9 * cc-mode.texi: Avoid space before macro in 4th argument of cross
10 reference commands. (Bug#11461)
11
78e91d08
AS
12 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
13
3fe7cdc8
GM
142012-05-12 Glenn Morris <rgm@gnu.org>
15
9598ef0b
GM
16 * Makefile.in (mostlyclean): Add more TeX intermediates.
17
7d326a29
GM
18 * Makefile.in: Make it look more like the other doc Makefiles.
19 Use explicit $srcdir in all dependencies.
20 Remove cd $srcdir from rules.
21 (VPATH): Remove.
22 (infodir): Set to an absolute path.
23 (INFO_TARGETS): Use short names.
24 (mkinfodir): infodir is now absolute.
25 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
26
c7f95930 27 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 28 (.SUFFIXES): Disable implicit rules.
c7f95930 29
3fe7cdc8
GM
30 * Makefile.in (MKDIR_P): New, set by configure.
31 (mkinfodir): Use $MKDIR_P.
32
6f0652af
GM
332012-05-07 Glenn Morris <rgm@gnu.org>
34
35 * forms.texi (Long Example): Update for changed location of files.
36
8045b906
GM
372012-05-04 Glenn Morris <rgm@gnu.org>
38
39 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
40 (INFO_TARGETS): Use $INFO_EXT.
41 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
42 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
43 (INFO_TARGETS): Use $INFO_EXT.
44 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
45
9e7a4bcf
GM
462012-05-02 Glenn Morris <rgm@gnu.org>
47
9aa071df
GM
48 * Makefile.in (echo-info): New phony target, used by top-level.
49
9e7a4bcf
GM
50 * viper.texi: Make direntry shorter (also it is no longer "newest").
51
52 * emacs-gnutls.texi, ert.texi, org.texi:
53 Fix dircategory, direntry to match info/dir.
54
31cc861c
GM
55 * faq.texi: Convert @inforefs to @xrefs.
56 Fix some malformed cross-references.
f9e320bb
GM
57 (File-name conventions): Shorten section name to avoid overfull line.
58 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 59
723ea6b5
TZ
602012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
61
62 * auth.texi (Help for users): Update for .gpg file being second.
63
a8e7d6d7 642012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
65
66 * org.texi (Agenda commands): Fix two typos: give corresponding
67 function names, according to `org-agenda-view-mode-dispatch'.
68
a8e7d6d7 692012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
70
71 * faq.texi (Major packages and programs): Remove section.
72 There is no point listing 6 packages (cf etc/MORE.STUFF).
73 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 74
dcbf5805
MA
752012-04-22 Michael Albinus <michael.albinus@gmx.de>
76
77 * dbus.texi (Version): New node.
78 (Properties and Annotations): Mention the object manager
79 interface. Describe dbus-get-all-managed-objects.
80 (Type Conversion): Floating point numbers are allowed, if an
81 anteger does not fit Emacs's integer range.
82 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
83 (Asynchronous Methods): Fix description of
84 dbus-call-method-asynchronously.
85 (Receiving Method Calls): Fix some minor errors. Add
86 dbus-interface-emacs.
87 (Signals): Describe unicast signals and the new match rules.
88 (Alternative Buses): Add the PRIVATE optional argument to
89 dbus-init-bus. Describe its new return value. Add dbus-setenv.
90
adee4030
GM
912012-04-20 Glenn Morris <rgm@gnu.org>
92
93 * faq.texi (New in Emacs 24): New section.
94 (Packages that do not come with Emacs): Mention M-x list-packages.
95
35dc09a1 962012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
97
98 * cc-mode.texi (c-offsets-alist): Correct a typo.
99
35dc09a1 1002012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
101
102 * org.texi (Deadlines and scheduling): Fix the example: the
103 DEADLINE item should come right after the headline. We enforce
104 this convention, so it is a bug not to illustrate it correctly in
105 the manual.
106
35dc09a1 1072012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
108
109 * org.texi (Agenda commands): Fix documentation bug by swapping
110 the equivalent keybindings to `org-agenda-next-line' with the ones
111 to `org-agenda-previous-line'.
112
35dc09a1 1132012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
114
115 * Makefile.in: Replace non-portable use of $< in ordinary rules.
116
e2560ea8
EZ
1172012-04-09 Eli Zaretskii <eliz@gnu.org>
118
119 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
120 emacs-gnutls.
121 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
122
6b4f4a2d
TZ
1232012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
124
250b840e 125 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
126
127 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
128
ca2c89b6
TZ
1292012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
130
131 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 132 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 133
aebd5f1a
GM
1342012-04-04 Glenn Morris <rgm@gnu.org>
135
136 * auth.texi (Secret Service API): Copyedits.
137 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
138 (Help for users, Help for developers)
139 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 140
0317dd51
MA
1412012-04-04 Michael Albinus <michael.albinus@gmx.de>
142
143 * auth.texi (Secret Service API): Add the missing text.
144
3d439cd1
CY
1452012-04-04 Chong Yidong <cyd@gnu.org>
146
147 * message.texi (Using PGP/MIME): Note that epg is now the default.
148
149 * gnus.texi: Reduce references to obsolete pgg library.
150 (Security): Note that epg is now the default.
151
152 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
153
154 * nxml-mode.texi (Completion): C-RET is no longer bound to
155 nxml-complete.
156
153ae947
BG
1572012-04-01 Jambunathan K <kjambunathan@gmail.com>
158
159 * org.texi (Customizing tables in ODT export): Correct few errors.
160
1612012-04-01 Jambunathan K <kjambunathan@gmail.com>
162
163 * org.texi (Links in ODT export): Update.
164 (Labels and captions in ODT export): New node.
165
1662012-04-01 Jambunathan K <kjambunathan@gmail.com>
167
168 * org.texi (Literal examples in ODT export): htmlfontify.el in
169 Emacs-24.1 now supports fontification. So ODT source blocks will
170 be fontified by default.
171
1722012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
173
174 * org.texi (Refiling notes): Remove duplicated keybinding.
175
1762012-04-01 Eric Schulte <eric.schulte@gmx.com>
177
178 * org.texi (noweb): Documentation of this new option to the :noweb
179 header argument.
180
1812012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
182
183 * org.texi (Header and sectioning): Add example demonstrating how
184 to use "LaTeX_CLASS_OPTIONS".
185
1862012-04-01 Eric Schulte <eric.schulte@gmx.com>
187
188 * org.texi (Noweb reference syntax): Describe the ability to
189 execute noweb references in the manual.
190
1912012-04-01 Eric Schulte <eric.schulte@gmx.com>
192
193 * org.texi (cache): Improve cache documentation when session
194 evaluation is used.
195
1962012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
197
198 * org.texi (Plain lists): Document removal.
199
2002012-04-01 Michael Brand <michael.ch.brand@gmail.com>
201
202 * org.texi: Decapitalize file name in references to Calc manual.
203
2042012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
205
206 * org.texi (Plain lists): Document removal.
207
2082012-04-01 Jambunathan K <kjambunathan@gmail.com>
209
210 * org.texi (Top, OpenDocument Text export)
211 (ODT export commands, Extending ODT export)
212 (Images in ODT export, Tables in ODT export)
213 (Configuring a document converter): Add or Update.
214
2152012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
216
217 * org.texi (MobileOrg): Change the wording to reflect that the
218 Android Version is no longer just the little brother of the iOS
219 version.
220
2212012-04-01 Eric Schulte <eric.schulte@gmx.com>
222
223 * org.texi (Key bindings and useful functions): Updated babel key
224 binding documentation in manual.
225
2262012-04-01 Eric Schulte <eric.schulte@gmx.com>
227
228 * org.texi (noweb): Document new noweb header value.
229
2302012-04-01 Eric Schulte <eric.schulte@gmx.com>
231
232 * org.texi (noweb-sep): Document new header argument.
233
2342012-04-01 Eric Schulte <eric.schulte@gmx.com>
235
236 * org.texi (noweb-ref): Documentation of this new custom variable.
237
2382012-04-01 Eric Schulte <eric.schulte@gmx.com>
239
240 * org.texi (wrap): Update the new :wrap documentation to match the
241 current implementation.
242
2432012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
244
245 * org.texi: Added documentation for :wrap.
246
2472012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
248
249 * org.texi: #+RESULTS now user-configurable.
250
2512012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
252
253 * org.texi: Documented :noweb no-export.
254
2552012-04-01 Thomas Dye <dk@poto.local>
256
257 * org.texi: Edit :noweb no header argument for correctness.
258
2592012-04-01 Bastien Guerry <bzg@altern.org>
260
261 * org.texi (Customization): Update the approximate number of Org
262 variables.
263
2642012-04-01 Thomas Dye <dk@poto.local>
265
266 * org.texi: The :results wrap produces a drawer instead of a
267 begin_results block.
268
005a89ff
G
2692012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
270
271 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
272 reflect the new default.
273
589ce070
EZ
2742012-03-10 Eli Zaretskii <eliz@gnu.org>
275
276 * info.texi (Expert Info): Move the index entry for "Texinfo" from
277 "Getting Started" to this node. (Bug#10450)
278
a5392527
CY
2792012-03-10 Chong Yidong <cyd@gnu.org>
280
8ae818e4
CY
281 * flymake.texi (Example -- Configuring a tool called via make):
282 Mention the Automake COMPILE variable (Bug#8715).
283
a5392527
CY
284 * info.texi (Getting Started): Add an index entry (Bug#10450).
285
d49902e4
MA
2862012-03-02 Michael Albinus <michael.albinus@gmx.de>
287
288 * dbus.texi (Signals): Known names will be mapped onto unique
289 names, when registering for signals.
290
53eced6d
GM
2912012-02-29 Glenn Morris <rgm@gnu.org>
292
bcd6cd23
GM
293 * url.texi: Fix quote usage in body text.
294
775b55af
GM
295 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
296
53eced6d
GM
297 * cl.texi: Use @code{} in menus when appropriate.
298
44e97401
GM
2992012-02-28 Glenn Morris <rgm@gnu.org>
300
301 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
302 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
303 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
304 * org.texi, sc.texi, vip.texi, viper.texi:
305 Standardize possessive apostrophe usage.
306
fa9a0855
CY
3072012-02-26 Chong Yidong <cyd@gnu.org>
308
309 * ediff.texi (Quick Help Commands): Add a couple of index entries
310 (Bug#10834).
311
0fd2c9a3
GM
3122012-02-17 Glenn Morris <rgm@gnu.org>
313
314 * gnus.texi (Posting Styles):
315 * remember.texi (Org): Fix cross-refs to other manuals.
316
9f26dc24
GM
3172012-02-15 Glenn Morris <rgm@gnu.org>
318
319 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
320 (Encryption): New chapter, split out from previous.
321
3d2af193
LI
3222012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
323
324 * gnus.texi (Customizing the IMAP Connection): Mention
325 nnimap-record-commands.
326
b74c9672
GM
3272012-02-10 Glenn Morris <rgm@gnu.org>
328
329 * url.texi (Retrieving URLs): Update url-retrieve arguments.
330 Mention url-queue-retrieve.
331
2ebc3b94
GM
3322012-02-09 Glenn Morris <rgm@gnu.org>
333
9fcfcdef
GM
334 * sem-user.texi (Semantic mode user commands): Typo fix.
335
2ebc3b94
GM
336 * info.texi (Create Info buffer): Mention info-display-manual.
337
7c4bbb69
LI
3382012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
339
340 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
341 example (modified from an example by Michael Albinus).
342
debce7bc
G
3432012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
344
345 * gnus.texi (Agent Basics): Fix outdated description of
346 `gnus-agent-auto-agentize-methods'.
347
b207a4ec
AS
3482012-01-28 Andreas Schwab <schwab@linux-m68k.org>
349
350 * cc-mode.texi: Always @defindex ss.
351 (Config Basics): Fix argument of @itemize.
352 (Macro Backslashes): Add @code around index entry.
353
b8fe8712
GM
3542012-01-23 Glenn Morris <rgm@gnu.org>
355
356 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
357
02dc2fd7
EH
3582012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
359
360 * tramp.texi (File): Tweak wording for the `scpc' option.
361
e7719ea1
G
3622012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
363
364 * gnus.texi (Group Parameters): Really note precedence.
365
9937bef4
G
3662012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
367
368 * gnus.texi (Group Parameters): Note precedence.
369
e66ba1df
BG
3702012-01-03 Eric Schulte <eric.schulte@gmx.com>
371
372 * org.texi (Noweb reference syntax): Adding documentation of
373 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
374 variable.
375
3762012-01-03 Bastien Guerry <bzg@gnu.org>
377
378 * org.texi (Plain lists): Split the table to fix the display
379 of items.
380
3812012-01-03 Bastien Guerry <bzg@gnu.org>
382
383 * org.texi (Plain lists): Fix misplaced explanation.
384
3852012-01-03 Bastien Guerry <bzg@gnu.org>
386
387 * org.texi (Plain lists, Agenda files): Add index entries.
388
3892012-01-03 Julian Gehring <julian.gehring@googlemail.com>
390
391 * org.texi: Use "Org mode" instead of alternatives like
392 "Org-mode" or "org-mode".
393
3942012-01-03 Bernt Hansen <bernt@norang.ca>
395
396 * org.texi (Agenda commands): Document
397 `org-clock-report-include-clocking-task'.
398
3992012-01-03 Bastien Guerry <bzg@gnu.org>
400
401 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
402 C-c' on checkboxes.
403
4042012-01-03 Julian Gehring <julian.gehring@googlemail.com>
405
406 * org.texi: End sentences with two spaces.
407
4082012-01-03 Michael Brand <michael.ch.brand@gmail.com>
409
410 * org.texi (External links): Document the link types file+sys
411 and file+emacs, slightly narrow used page width.
412
4132012-01-03 Eric Schulte <eric.schulte@gmx.com>
414
415 * org.texi (colnames): Note that colnames behavior may differ
416 across languages.
417
4182012-01-03 Bastien Guerry <bzg@gnu.org>
419
420 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
421
4222012-01-03 Thomas Dye <dk@poto.westell.com>
423
424 * org.texi: Augmented discussion of babel property
425 inheritance. Put footnote outside sentence ending period.
426
4272012-01-03 Eric Schulte <schulte.eric@gmail.com>
428
429 * org.texi (eval): Documenting the full range of :eval header
430 argument values.
431
4322012-01-03 Eric Schulte <schulte.eric@gmail.com>
433
434 * org.texi (eval): Documentation of the new :eval option.
435
4362012-01-03 Thomas Dye <dk@poto.local>
437
438 * org.texi: Add accumulated properties.
439
4402012-01-03 Thomas Dye <dk@poto.local>
441
442 * org.texi: Documented no spaces in name=assign, another
443 correction to :var table.
444
4452012-01-03 Thomas Dye <dk@poto.local>
446
447 * org.texi: Changed DATA to NAME in Working With Source Code
448 section.
449
4502012-01-03 Tom Dye <tsd@tsdye.com>
451
452 * org.texi: Minor change to :var table.
453
4542012-01-03 Tom Dye <tsd@tsdye.com>
455
456 * org.texi: More changes to :var table (some examples were wrong).
457
4582012-01-03 Tom Dye <tsd@tsdye.com>
459
460 * org.texi: Cleaned up :var table.
461
4622012-01-03 Bastien Guerry <bzg@gnu.org>
463
464 * org.texi (Timestamps, Weekly/daily agenda)
465 (Weekly/daily agenda): Add @cindex for "appointment".
466
4672012-01-03 Eric Schulte <schulte.eric@gmail.com>
468
469 * org.texi (Literal examples): A new link to the template for
470 inserting empty code blocks.
471 (Structure of code blocks): A new link to the template for
472 inserting empty code blocks.
473
4742012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
475
476 * org.texi (External links): Add footnote on how the behavior
477 of the text search in Org files are controled by the variable
478 `org-link-search-must-match-exact-headline'.
479
4802012-01-03 Eric Schulte <schulte.eric@gmail.com>
481
482 * org.texi (Buffer-wide header arguments): Update
483 documentation to reflect removal of #+PROPERTIES.
484
4852012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
486
487 * org.texi (The clock table): Mention that ACHIVED trees
488 contribute to the clock table.
489
4902012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
491
492 * org.texi (Conflicts): Better yasnippet config info.
493
4942012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
495
496 * org.texi (Selective export): Explicitely mention the default
497 values for `org-export-select-tags',
498 `org-export-exclude-tags'.
499
5002012-01-03 Tom Dye <tsd@tsdye.com>
501
502 * org.texi: Added a line to specify that header arguments are
503 lowercase.
504
5052012-01-03 Tom Dye <tsd@tsdye.com>
506
507 * org.texi: :var requires default value when declared.
508
5092012-01-03 Bastien Guerry <bzg@gnu.org>
510
511 * org.texi (Handling links): Add a note about the
512 `org-link-frame-setup' option.
513
5142012-01-03 David Maus <dmaus@ictsoc.de>
515
516 * org.texi (Exporting Agenda Views, Extracting agenda
517 information): Fix command line syntax, quote symbol parameter
518 values.
519
5202012-01-03 David Maus <dmaus@ictsoc.de>
521
522 * org.texi (Exporting Agenda Views): Fix command line syntax.
523
8d80ef01
PE
5242011-12-28 Paul Eggert <eggert@cs.ucla.edu>
525
526 * gnus.texi (Mail Source Customization, Mail Back End Variables):
527 Use octal notation for file permissions, which are normally
528 thought of in octal.
529 (Mail Back End Variables): Use more-plausible modes in example.
530
47d42d81
AM
5312011-12-20 Alan Mackenzie <acm@muc.de>
532
533 * cc-mode.texi: Update version string 5.31 -> 5.32.
534
a98edce9
JB
5352011-12-06 Juanma Barranquero <lekktu@gmail.com>
536
537 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
538
321decc8
GM
5392011-11-24 Glenn Morris <rgm@gnu.org>
540
541 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
542
f8107b79
JB
5432011-11-24 Juanma Barranquero <lekktu@gmail.com>
544
545 * makefile.w32-in: Update dependencies.
546
f5a96a4f
GM
5472011-11-20 Glenn Morris <rgm@gnu.org>
548
549 * gnus.texi (Group Information):
550 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
551
cd1181db
JB
5522011-11-20 Juanma Barranquero <lekktu@gmail.com>
553
554 * gnus-coding.texi (Gnus Maintenance Guide):
555 Rename from "Gnus Maintainance Guide".
556
557 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
558 * eieio.texi (Customizing):
fe7a3057
JB
559 * gnus.texi (Article Washing):
560 * gnus-news.texi:
561 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 562
7877f373
JB
5632011-11-16 Juanma Barranquero <lekktu@gmail.com>
564
565 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
566
0d26e0b6
JB
5672011-11-15 Juanma Barranquero <lekktu@gmail.com>
568
c7015153
JB
569 * ede.texi (project-am-texinfo):
570 * gnus.texi (Sending or Not Sending):
571 * org.texi (Template elements): Fix typos.
0d26e0b6 572
0b381c7e
JB
5732011-11-14 Juanma Barranquero <lekktu@gmail.com>
574
575 * ediff.texi (Hooks):
c7015153 576 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 577
40a8bdf6
JB
5782011-11-11 Juanma Barranquero <lekktu@gmail.com>
579
580 * semantic.texi (Tag handling): Fix typo.
581
57dda3bb
KY
5822011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
583
584 * gnus.texi (Other Gnus Versions): Remove.
585
52bedd34
AM
5862011-10-28 Alan Mackenzie <acm@muc.de>
587
588 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
589 (Other Special Indentations): Add an xref to "Macros with ;".
590 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
591 "Macros with ;".
592 (Macros with ;): New page.
593
00b77525
GM
594 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
595 Document the new handling of nested scopes for movement by defuns.
52bedd34 596
4a623313
MA
5972011-10-23 Michael Albinus <michael.albinus@gmx.de>
598
599 Sync with Tramp 2.2.3.
600
601 * trampver.texi: Update release number.
602
466a320e
GM
6032011-10-14 Glenn Morris <rgm@gnu.org>
604
605 * ert.texi (Introduction, How to Run Tests)
606 (Running Tests Interactively, Expected Failures)
607 (Tests and Their Environment, Useful Techniques)
608 (Interactive Debugging, Fixtures and Test Suites):
609 Minor rephrasings.
610 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
611 (Running Tests in Batch Mode): Simplify loading instructions.
612 (Test Selectors): Clarify some selectors.
613 (Expected Failures, Useful Techniques):
614 Make examples fit in 80 columns.
615
2be4956d
JB
6162011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
617
618 * calc.texi (Basic Operations on Units): Discuss temperature
619 conversion (`u t') alongside with other unit conversions ('u c').
620
7359a765
GM
6212011-10-12 Glenn Morris <rgm@gnu.org>
622
623 * ert.texi: Whitespace trivia to make main menu items line up better.
624
a0c52e5d
GM
6252011-10-08 Glenn Morris <rgm@gnu.org>
626
627 * Makefile.in: Fix ert rules.
628
465d0300
G
6292011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
630
631 * gnus.texi (Gnus Utility Functions): Add more references and
632 explanations (bug#9683).
633
a5166359
LMI
6342011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
635
636 * gnus.texi (Archived Messages): Note the default (bug#9552).
637
b523dc20
BW
6382011-09-21 Bill Wohler <wohler@newt.com>
639
640 Release MH-E manual version 8.3.
641
58179cce 642 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
643 release 8.3.
644 (Preface): Updated support information.
645 (From Bill Wohler): Reset text to original version. As a
646 historical quote, the tense should be correct in the time that it
647 was written.
648
0afb49a1
LMI
6492011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
650
651 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
652 (Finding the News): Doc clarification.
653 (Terminology): Mention naming.
654
e21bac42
G
6552011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
656
657 * gnus.texi: Remove mentions of `recent', which are now obsolete.
658 (Interactive): Document `quiet'.
659
5b409b39 6602011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633
BG
661
662 * org.texi (Images in LaTeX export): rewrite.
663
5b409b39 6642011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
665
666 * org.texi (Using the mapping API): mention 'region as a possible
667 scope for `org-map-entries'.
668
5b409b39 6692011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
670
671 * org.texi (Visibility cycling): Document `org-copy-visible'.
672
5b409b39 6732011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
674
675 * org.texi (Template expansion): order template sequences in the
676 proper order.
677
5b409b39 6782011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
679
680 * org.texi (eval): Expand discussion of the :eval header argument.
681
5b409b39 6822011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
683
684 * org.texi (Languages): Add Lilypond and Awk as supported
685 languages.
686
5b409b39 6872011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837
BG
688
689 * org.texi: document that both CLOCK_INTO_DRAWER and
690 LOG_INTO_DRAWER can be used to override the contents of variable
691 org-clock-into-drawer (or if unset, org-log-into-drawer).
692
693 * org.texi: replace @xref->@pxref.
694
5b409b39 6952011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
696
697 * org.texi (Evaluating code blocks): Documenting the new option
698 for inline call lines.
699
5b409b39 7002011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
701
702 * org.texi (Results of evaluation): More explicit about the
703 mechanism through which interactive evaluation of code is
704 performed.
705
5b409b39 7062011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
707
708 * org.texi (noweb-ref): New header argument documentation.
709
5b409b39 7102011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
711
712 * org.texi (Extracting source code): Documentation of the new
713 org-babel-tangle-named-block-combination variable.
714
5b409b39 7152011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
716
717 * org.texi (Structure of code blocks): explicitly state that the
718 behavior of multiple blocks of the same name is undefined
719
5b409b39 7202011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
721
722 * org.texi (TaskJuggler export): Modify the example to reflect the
723 new effort durations.
724
5b409b39 7252011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
726
727 * org.texi (Images in LaTeX export): Escape curly brackets in
728 LaTeX example.
729
5b409b39 7302011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
731
732 * org.texi (The clock table): Document the :properties and
733 :inherit-props arguments for the clocktable.
734
5b409b39 7352011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
736
737 * org.texi (Tables in LaTeX export): Document specifying placement
738 options for tables.
739
5b409b39 7402011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
741
742 * org.texi (Evaluating code blocks): More specific documentation
743 about the different types of header arguments.
744
5b409b39 7452011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
746
747 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
748
5b409b39 7492011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
750
751 * org.texi (Built-in table editor): Document the table field
752 follow mode.
753
5b409b39 7542011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
755
756 * org.texi (Easy Templates): Document new template.
757
5b409b39 7582011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
759
760 * org.texi (Literal examples): Add a cross-reference from "Literal
761 Examples" to "Easy Templates."
762
5b409b39 7632011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
764
765 * org.texi (The clock table): Add link to match syntax.
766
5b409b39 7672011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
768
769 * org.texi (Agenda commands): Document clock consistency checks.
770
5b409b39 7712011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
772
773 * org.texi (Built-in table editor): Document that \vert represents
774 a vertical bar in a table field.
775
5b409b39 7762011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
777
778 * org.texi (Literal examples): Link from "Markup" > "Literate
779 Examples" to "Working with Source Code".
780
5b409b39 7812011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
782
783 * org.texi (Agenda commands): Doc for function option to bulk
784 action.
785
5b409b39 7862011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
787
788 * org.texi (Template expansion): Document new %<...> template
789 escape.
790
5b409b39 7912011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
792
793 * org.texi (Selective export): Document exclusion of any tasks
794 from export.
795
5b409b39 7962011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
797
798 * org.texi (Selective export): Document how to exclude DONE tasks
799 from export.
800 (Publishing options): Document the properties to be used to turn off
801 export of DONE tasks.
802
5b409b39 8032011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
804
805 * org.texi (The date/time prompt): Document date range protection.
806
5b409b39 8072011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
808
809 * org.texi (padline): Documentation of the new padline header
810 argument.
811
5b409b39 8122011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
813
814 * org.texi (var): Adding "[" to list of characters triggering
815 elisp evaluation.
816
5b409b39 8172011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
818
819 * org.texi (var): Documentation of Emacs Lisp evaluation during
820 variable assignment.
821
5b409b39 8222011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
823
824 * org.texi (colnames): Reference indexing into variables, and note
825 that colnames are *not* removed before indexing occurs.
826 (rownames): Reference indexing into variables, and note that
827 rownames are *not* removed before indexing occurs.
828
5b409b39 8292011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
830
831 * org.texi (var): Clarification of indexing into tabular
832 variables.
833
5b409b39 8342011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
835
836 * org.texi (results): Documentation of the `:results wrap' header
837 argument.
838
5b409b39 8392011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
840
841 * org.texi (LaTeX and PDF export): add a note about a limitation
842 of the LaTeX export: the org file has to be properly structured.
843
5b409b39 8442011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
845
846 * org.texi (Dynamic blocks, Structure editing): Mention
847 the function `org-narrow-to-block'.
848
5b409b39 8492011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
850
851 * org.texi (Languages): Updating list of code block supported
852 languages.
853
5b409b39 8542011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
855
856 * org.texi (Special properties): CATEGORY is a special property,
857 but it may also used in the drawer.
858
5b409b39 8592011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
860
861 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
862
5b409b39 8632011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
864
865 * org.texi (Include files): Document :lines.
866
5b409b39 8672011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
868
869 * org.texi (comments): Documentation of the ":comments noweb" code
870 block header argument.
871
5b409b39 8722011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
873
874 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
875 added extra whitespace around functions to be consistent with the
876 rest of the section.
877
5b409b39 8782011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 879
0b381c7e 880 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
881 #+call: line syntax.
882 (Header arguments in function calls): Expanded discussion of
883 #+call: line syntax.
884
5b409b39 8852011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
886
887 * org.texi (Evaluating code blocks): More explicit about how to
888 pass variables to #+call lines.
889
5b409b39 8902011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
891
892 * org.texi (Results of evaluation): Link to the :results header
893 argument list from the "Results of evaluation" section.
894
5b409b39 8952011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
896
897 * org.texi (Conflicts): Adding additional information about
898 resolving org/yasnippet conflicts.
899
5b409b39 9002011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
901
902 * org.texi (Publishing options): Document style-include-scripts
903 publishing project property.
904
5b409b39 9052011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
906
907 * org.texi (Sparse trees): Document the next-error /
908 previous-error functionality.
909
5b409b39 9102011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
911
912 * org.texi (cache): Improved documentation of code block caches.
913
5b409b39 9142011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
915
916 * org.texi (Code block specific header arguments): Documentation
917 of multi-line header arguments.
918
5b409b39 9192011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
920
921 * org.texi (Code evaluation security): Add example for using a
922 function.
923
5b409b39 9242011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
925
926 * org.texi (Tables in LaTeX export): Documentation of new
927 attr_latex options for tables.
928
5b409b39
BG
9292011-08-03 Michael Albinus <michael.albinus@gmx.de>
930
931 * trampver.texi: Update release number.
932
9332011-07-30 Michael Albinus <michael.albinus@gmx.de>
934
935 Sync with Tramp 2.2.2.
936
937 * trampver.texi: Update release number.
938
064e2d08
LMI
9392011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
940
941 * flymake.texi (Example -- Configuring a tool called via make):
942 Use /dev/null instead of the Windows "nul" (bug#8715).
943
b8151e9c
LMI
9442011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
945
946 * widget.texi (Setting Up the Buffer): Remove mention of the
947 global keymap parent, which doesn't seem to be accurate
948 (bug#7045).
949
5b409b39
BG
9502011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
951
952 * org.texi (Special agenda views): Fix double quoting (bug#3509).
953
c0a8ae95
KR
9542010-07-10 Kevin Ryde <user42@zip.com.au>
955
956 * cl.texi (For Clauses): Add destructuring example processing an
957 alist (bug#6596).
958
ac6531ad
LMI
9592011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
960
961 * ediff.texi (Major Entry Points): Remove mention of `require',
962 since that's not pertinent in the installed Emacs (bug#9016).
963
d30dd079
G
9642011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
965
966 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
967 (Filtering New Groups): Clarify how simple the "options -n" format is.
968 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
969 is internal.
d30dd079 970
862c0d68
MA
9712011-07-04 Michael Albinus <michael.albinus@gmx.de>
972
973 * tramp.texi (Cleanup remote connections): Add
974 `tramp-cleanup-this-connection'.
975
cd865a33
G
9762011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
977
978 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
979 zombies.
980 (Checking New Groups): Ditto (bug#8974).
7d1738f1 981 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
982
9832011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
984
985 * gnus.texi (Startup Files): Clarify that we're talking about numbered
986 backups, and not actual vc (bug#8975).
987
79414ae4
KR
9882011-07-03 Kevin Ryde <user42@zip.com.au>
989
990 * cl.texi (For Clauses): @items for hash-values and key-bindings
991 to make them more visible when skimming. Add examples of `using'
992 clause to them, examples being clearer than a description in
993 words (bug#6599).
994
847ccf7c
AM
9952011-07-01 Alan Mackenzie <acm@muc.de>
996
997 * cc-mode.texi (Guessing the Style): New page.
998 (Styles): Add a short introduction to above.
999
3da13bb9
DD
10002011-06-28 Deniz Dogan <deniz@dogan.se>
1001
1002 * rcirc.texi (Configuration): Bug-fix:
1003 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1004 Reported by Elias Pipping <pipping@exherbo.org>.
1005
60a0884e
G
10062011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1007
1008 * gnus.texi (Summary Mail Commands): Document
1009 `gnus-summary-reply-to-list-with-original'.
1010
0c7efc08
SM
10112011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1012
1013 * eshell.texi (Known problems): Fix typo.
1014
ea3596a2
MA
10152011-06-12 Michael Albinus <michael.albinus@gmx.de>
1016
0c7efc08 1017 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1018 (Password handling): `auth-source-debug' is good for debug messages.
1019
2da9c605
G
10202011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1021
1022 * gnus.texi (Store custom flags and keywords): Refer to
1023 `gnus-registry-article-marks-to-{chars,names}' instead of
1024 `gnus-registry-user-format-function-{M,M2}'.
1025
e61923c8
GM
10262011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1027
1028 * texinfo.tex: Merge from gnulib.
1029
627abcdd
TZ
10302011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1031
1032 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1033 (Store custom flags and keywords):
1034 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1035 `gnus-registry-user-format-function-M2'.
1036
a3c92bc1
EZ
10372011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1038
8f906c40 1039 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1040
85d870a9
GM
10412011-05-17 Glenn Morris <rgm@gnu.org>
1042
1043 * gnus.texi (Face): Fix typo.
1044
2cdee799
GM
10452011-05-14 Glenn Morris <rgm@gnu.org>
1046
1047 * dired-x.texi (Omitting Examples): Minor addition.
1048
79b70037
GM
10492011-05-10 Jim Meyering <meyering@redhat.com>
1050
1051 * ede.texi: Fix typo "or or -> or".
1052
a7111a62 10532011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1054
1055 * gnus.texi (Summary Buffer Lines):
1056 gnus-summary-user-date-format-alist does not exist.
1057 (Sorting the Summary Buffer): More about sorting threads.
1058
69026aba
MA
10592011-04-25 Michael Albinus <michael.albinus@gmx.de>
1060
1061 * trampver.texi: Update release number.
1062
9024ff79
MA
10632011-04-14 Michael Albinus <michael.albinus@gmx.de>
1064
1065 * tramp.texi (Frequently Asked Questions): New item for disabling
1066 Tramp in other packages.
1067
c3c65d73
TZ
10682011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1069
1070 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1071 (Fancy splitting to parent, Store arbitrary data):
1072 Updated gnus-registry docs.
c3c65d73 1073
9ec6a317
JB
10742011-04-13 Juanma Barranquero <lekktu@gmail.com>
1075
1076 * ede.texi: Fix typos.
1077
1e3b6001
G
10782011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1079
9ec6a317
JB
1080 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1081 It's @table @code.
1e3b6001 1082
a5954fa5
G
10832011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1084
1085 * gnus.texi (Listing Groups): Document gnus-group-list-ticked
1086
d71990a1
JB
10872011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1088
1089 * calc.texi (Logarithmic Units): Update the function names.
1090
1518e4f0
G
10912011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1092
1093 * message.texi (Various Commands): Document format specs in the
1094 ellipsis.
1095
a123622d
G
10962011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1097
1098 * message.texi (Insertion Variables): Document message-cite-style.
1099
11002011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1101
1102 * tramp.texi (Remote processes): New subsection "Running shell on
1103 a remote host".
1104
4248cca2
TZ
11052011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1106
1107 * auth.texi (Help for developers): Update docs to explain that the
1108 :save-function will only run the first time.
1109
54ce11a1
GM
11102011-03-12 Glenn Morris <rgm@gnu.org>
1111
1112 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1113 (emacs-faq.text): New target.
1114 (clean): Add emacs-faq.
1115
0c3b25f8
MA
11162011-03-12 Michael Albinus <michael.albinus@gmx.de>
1117
1118 Sync with Tramp 2.2.1.
1119
1120 * trampver.texi: Update release number.
1121
b740639e
GM
11222011-03-11 Glenn Morris <rgm@gnu.org>
1123
1124 * Makefile.in (HTML_TARGETS): New.
1125 (clean): Delete $HTML_TARGETS.
1126 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1127
733afdf4
TZ
11282011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1129
1130 * auth.texi (Help for developers): Show example of using
1131 `auth-source-search' with prompts and :save-function.
1132
33383987
JB
11332011-03-07 Chong Yidong <cyd@stupidchicken.com>
1134
1135 * Version 23.3 released.
1136
a5057546
G
11372011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1138
1139 * message.texi (Message Buffers): Update default value of
1140 message-generate-new-buffers.
1141
479a2c9b
JB
11422011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1143
1144 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1145 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1146 respectively.
05a29101
JB
1147 (Musical Notes): New section.
1148 (Customizing Calc): Mention the customizable variable
1149 calc-note-threshold.
479a2c9b 1150
e0535b76
GM
11512011-03-03 Glenn Morris <rgm@gnu.org>
1152
1153 * url.texi (Dealing with HTTP documents): Remove reference to
1154 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1155 (Configuration): Update url-configuration-directory description.
e0535b76 1156
2777ccbf
GM
11572011-03-02 Glenn Morris <rgm@gnu.org>
1158
1159 * dired-x.texi (Multiple Dired Directories): Remove mentions
1160 of dired-default-directory-alist and dired-default-directory.
1161 Move dired-smart-shell-command here...
1162 (Miscellaneous Commands): ... from here.
1163
257219bd
PE
11642011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1165
1166 * texinfo.tex: Update to version 2011-02-24.09.
1167
8889f4e2
GM
11682011-03-02 Glenn Morris <rgm@gnu.org>
1169
1170 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1171 instead of the obsoleted dired-omit-here-always.
1172
5d41af19
MA
11732011-02-28 Michael Albinus <michael.albinus@gmx.de>
1174
1175 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1176 supported systems.
1177
2b0c7330 11782011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1179
61cf3a76
GM
1180 * dbus.texi (Type Conversion): Grammar fix.
1181
cce7d530 11822011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1183
cce7d530
GM
1184 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1185 "Debian GNU/Linux".
51a13bdd 1186
cce7d530
GM
1187 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1188
817b48a7
GM
11892011-02-23 Glenn Morris <rgm@gnu.org>
1190
cce7d530
GM
1191 * dired-x.texi (Features): Minor rephrasing.
1192 (Local Variables): Fix typos.
47301027
GM
1193
1194 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1195 Standardize some Emacs/XEmacs terminology.
1196
817b48a7
GM
1197 * dired-x.texi (Features): Don't advertise obsolete local variables.
1198 Simplify layout.
1199 (Omitting Variables): Update local variables example.
1200 (Local Variables): Say this is obsolete. Fix description of
1201 dired-enable-local-variables possible values.
1202
4a3988d5
G
12032011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1204
1205 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1206 default now.
1207
8e22bee0
G
12082011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1209
1210 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1211
06b840e0
LI
12122011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1213
1214 * gnus.texi (Window Layout): Document layout names.
1215
67ab0163 12162011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1217
1218 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1219 * auth.texi: Sync @dircategory with ../../info/dir.
1220 * autotype.texi: Sync @dircategory with ../../info/dir.
1221 * calc.texi: Sync @dircategory with ../../info/dir.
1222 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1223 * cl.texi: Sync @dircategory with ../../info/dir.
1224 * dbus.texi: Sync @dircategory with ../../info/dir.
1225 * dired-x.texi: Sync @dircategory with ../../info/dir.
1226 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1227 * ede.texi: Sync @dircategory with ../../info/dir.
1228 * ediff.texi: Sync @dircategory with ../../info/dir.
1229 * edt.texi: Sync @dircategory with ../../info/dir.
1230 * eieio.texi: Sync @dircategory with ../../info/dir.
1231 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1232 * epa.texi: Sync @dircategory with ../../info/dir.
1233 * erc.texi: Sync @dircategory with ../../info/dir.
1234 * eshell.texi: Sync @dircategory with ../../info/dir.
1235 * eudc.texi: Sync @dircategory with ../../info/dir.
1236 * flymake.texi: Sync @dircategory with ../../info/dir.
1237 * forms.texi: Sync @dircategory with ../../info/dir.
1238 * gnus.texi: Sync @dircategory with ../../info/dir.
1239 * idlwave.texi: Sync @dircategory with ../../info/dir.
1240 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1241 * message.texi: Sync @dircategory with ../../info/dir.
1242 * mh-e.texi: Sync @dircategory with ../../info/dir.
1243 * newsticker.texi: Sync @dircategory with ../../info/dir.
1244 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1245 * org.texi: Sync @dircategory with ../../info/dir.
1246 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1247 * pgg.texi: Sync @dircategory with ../../info/dir.
1248 * rcirc.texi: Sync @dircategory with ../../info/dir.
1249 * reftex.texi: Sync @dircategory with ../../info/dir.
1250 * remember.texi: Sync @dircategory with ../../info/dir.
1251 * sasl.texi: Sync @dircategory with ../../info/dir.
1252 * sc.texi: Sync @dircategory with ../../info/dir.
1253 * semantic.texi: Sync @dircategory with ../../info/dir.
1254 * ses.texi: Sync @dircategory with ../../info/dir.
1255 * sieve.texi: Sync @dircategory with ../../info/dir.
1256 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1257 * speedbar.texi: Sync @dircategory with ../../info/dir.
1258 * trampver.texi [emacs]: Set emacsname to "Emacs".
1259 * tramp.texi: Sync @dircategory with ../../info/dir.
1260 * url.texi: Sync @dircategory with ../../info/dir.
1261 * vip.texi: Sync @dircategory with ../../info/dir.
1262 * viper.texi: Sync @dircategory with ../../info/dir.
1263 * widget.texi: Sync @dircategory with ../../info/dir.
1264 * woman.texi: Sync @dircategory with ../../info/dir.
1265
30abce25
GM
12662011-02-19 Glenn Morris <rgm@gnu.org>
1267
0c7efc08
SM
1268 * dired-x.texi (Technical Details): No longer redefines
1269 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1270 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1271
f31f8469
GM
12722011-02-18 Glenn Morris <rgm@gnu.org>
1273
1274 * dired-x.texi (Optional Installation File At Point): Simplify.
1275
35123c04
TZ
12762011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1277
1278 * auth.texi (Help for users): Use :port instead of :protocol for all
1279 auth-source docs.
7ba93e94
G
1280 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1281 to have two files in `auth-sources'.
35123c04 1282
da5e0ce4
GM
12832011-02-16 Glenn Morris <rgm@gnu.org>
1284
b322c9af
GM
1285 * dired-x.texi: Use emacsver.texi to get Emacs version.
1286 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1287 Depend on emacsver.texi.
1288
07ca5555
GM
1289 * dired-x.texi: Drop meaningless version number.
1290 (Introduction): Remove old info.
1291 (Optional Installation Dired Jump): Autoload from dired-x.
1292 Remove incorrect info about loaddefs.el.
1293 (Bugs): Just refer to M-x report-emacs-bug.
1294
da5e0ce4
GM
1295 * dired-x.texi (Multiple Dired Directories): Update for rename of
1296 default-directory-alist.
1297 (Miscellaneous Commands): No longer mention very old VM version 4.
1298
bb55f713
PE
12992011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1300
1301 Merge from gnulib.
1302 * texinfo.tex: Update to version 2011-02-14.11.
1303
5415d076
G
13042011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1305
da5e0ce4
GM
1306 * auth.texi (Help for users):
1307 Login collection is "Login" and not "login".
5415d076 1308
14029d4b
MA
13092011-02-13 Michael Albinus <michael.albinus@gmx.de>
1310
1311 * tramp.texi (History): Remove IMAP support.
1312 (External methods, Frequently Asked Questions): Remove `imap' and
1313 `imaps' methods.
1314 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1315
1316 * trampver.texi: Remove default value of `emacsimap'.
1317
8a36c07f
GM
13182011-02-13 Glenn Morris <rgm@gnu.org>
1319
1320 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1321 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1322
165bc5a0
GM
13232011-02-12 Glenn Morris <rgm@gnu.org>
1324
1325 * sc.texi (Getting Connected): Remove old index entries.
1326
5415d076 13272011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
1328
1329 * url.texi: Remove duplicate @dircategory (Bug#7942).
1330
b8e0f0cd
G
13312011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
1332
8a36c07f
GM
1333 * auth.texi (Overview, Help for users, Help for developers):
1334 Update docs.
b8e0f0cd
G
1335 (Help for users): Talk about spaces.
1336
caf82551
PE
13372011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1338
1339 * texinfo.tex: Update to version 2011-02-07.16.
1340
1ff98217
MA
13412011-02-07 Michael Albinus <michael.albinus@gmx.de>
1342
1343 * dbus.texi (Bus names): Adapt descriptions for
1344 dbus-list-activatable-names and dbus-list-known-names.
1345
2e78df6b
JB
13462011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1347
1348 * calc.texi (Logarithmic Units): New section.
1349
7fbf7cae
TZ
13502011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
1351
1352 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1353 manuals use it now.
1354
0c7efc08 1355 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 1356
156ad271
KY
13572011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
1358
1359 * overrides.texi: Remove.
1360
1361 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
1362 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
1363
36539990
MA
13642011-02-05 Michael Albinus <michael.albinus@gmx.de>
1365
1366 * tramp.texi (Frequently Asked Questions): Mention problems with
1367 WinSSHD.
1368
1369 * trampver.texi: Update release number.
1370
13712011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1372
1373 * tramp.texi:
1374 Replace "delimet" with "delimit" globally.
1375 Replace "explicite" with "explicit" globally.
1376 Replace "instead of" with "instead" where there was nothing after "of".
1377 Audit use of comma before interrogative pronoun, "that", or "which".
1378 Minor word order, spelling, wording changes.
1379
ec72bf63
G
13802011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1381
1382 * overrides.texi: New file to set or clear WEBHACKDEVEL.
1383
1384 * sieve.texi: Use WEBHACKDEVEL.
1385
1386 * sasl.texi: Use WEBHACKDEVEL.
1387
1388 * pgg.texi: Use WEBHACKDEVEL.
1389
1390 * message.texi: Use WEBHACKDEVEL.
1391
1392 * gnus.texi: Use WEBHACKDEVEL.
1393
1394 * emacs-mime.texi: Use WEBHACKDEVEL.
1395
1396 * auth.texi: Use WEBHACKDEVEL.
1397
1398 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
1399 manuals.
1400
14012011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1402
1403 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
1404
90b750f4
PE
14052011-02-03 Paul Eggert <eggert@cs.ucla.edu>
1406
1407 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
1408 which in turn is copied from ftp://tug.org/tex/.
1409
0e751a49
GM
14102011-02-03 Glenn Morris <rgm@gnu.org>
1411
1412 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
1413 (Binding combinations of modifiers and function keys):
1414 Let's assume people reading this are not using Emacs 18.
1415
7f13c2e2
LI
14162011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1417
1418 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
1419 since it's run automatically.
1420
d76c843e
LI
14212011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1422
1423 * gnus.texi (Customizing Articles): Fix typo.
1424
12e3ca0a
LI
14252011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1426
1427 * gnus.texi (Customizing Articles): Document the new way of customizing
1428 the date headers(s).
1429
fe72c8fa
LI
14302011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1431
1432 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
1433 splitting example.
1434
bf3dae7e
EZ
14352011-01-29 Eli Zaretskii <eliz@gnu.org>
1436
1437 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
1438 (MAKEINFO_OPTS): New variable.
1439 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
1440 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
1441 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
1442 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
1443 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
1444 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
1445 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
1446 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
1447 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
1448 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
1449 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
1450 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
1451 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
1452 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
1453 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
1454 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
1455 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
1456 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
1457
d6f13ac8
LI
14582011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1459
1460 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
1461
c5ecc769
G
14622011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
1463
1464 * message.texi (IDNA): Explain what it is.
1465
14662011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1467
1468 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
1469
45eb2a5d
WL
14702011-01-23 Werner Lemberg <wl@gnu.org>
1471
1472 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1473 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 1474 (ENVADD): Update.
45eb2a5d 1475
6872a814
GM
14762011-01-18 Glenn Morris <rgm@gnu.org>
1477
1478 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
1479
77ab81d0 14802011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
1481
1482 * nxml-mode.texi (Introduction): Fix file name typos.
1483
d221e780
CO
14842011-01-13 Christian Ohler <ohler@gnu.org>
1485
1486 * ert.texi: New file.
1487
1488 * Makefile.in:
1489 * makefile.w32-in: Add ert.texi.
1490
8c904d82
MA
14912011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
1492
1493 * dbus.texi (Receiving Method Calls): New function
1494 dbus-register-service. Rearrange node.
1495
f56e0e7a
PE
14962011-01-07 Paul Eggert <eggert@cs.ucla.edu>
1497
1498 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
1499 which in turn is copied from ftp://tug.org/tex/.
1500
0fadf00e
MA
15012011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
1502
1503 * dbus.texi (Receiving Method Calls): Describe new optional
1504 parameter dont-register-service of dbus-register-{method,property}.
1505
8b358e90
DU
15062010-12-17 Daiki Ueno <ueno@unixuser.org>
1507
0c7efc08
SM
1508 * epa.texi (Encrypting/decrypting *.gpg files):
1509 Mention epa-file-select-keys.
8b358e90 1510
549c9aed
G
15112010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1512
1513 * gnus.texi (Archived Messages): Remove outdated text.
1514
15152010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
1516
0c7efc08 1517 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 1518
156e3f9c
G
15192010-12-15 Andrew Cohen <cohen@andy.bu.edu>
1520
83f3eadc 1521 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 1522
8151d490
AC
15232010-12-14 Andrew Cohen <cohen@andy.bu.edu>
1524
1525 * gnus.texi (The swish++ Engine): Add customizable parameters
1526 descriptions.
1527 (The swish-e Engine): Ditto.
1528
305bdd22
MA
15292010-12-14 Michael Albinus <michael.albinus@gmx.de>
1530
1531 * tramp.texi (Inline methods): Add "ksu" method.
1532 (Remote processes): Add example with remote `default-directory'.
1533
53aff12a
GM
15342010-12-14 Glenn Morris <rgm@gnu.org>
1535
1536 * faq.texi (Expanding aliases when sending mail):
1537 Now build-mail-aliases is interactive.
1538
8a1cdce5
AC
15392010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1540
1541 * gnus.texi: First pass at adding (rough) nnir documentation.
1542
7410c270
G
15432010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1544
53aff12a
GM
1545 * gnus.texi (Filtering New Groups):
1546 Mention gnus-auto-subscribed-categories.
1547 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
1548 removed.
1549
f49d1f52 15502010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
1551
1552 * cl.texi (For Clauses): Small fixes for frames and windows.
1553
acedf35c
CD
15542010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
1555
1556 * org.texi (Using capture): Document using prefix arguments for
1557 finalizing capture.
1558 (Agenda commands): Document prefix argument for the bulk scatter
1559 command.
1560 (Beamer class export): Document that also overlay arguments can be
1561 passed to the column environment.
1562 (Template elements): Document the new entry type.
1563
15642010-12-11 Puneeth Chaganti <punchagan@gmail.com>
1565
1566 * org.texi (Include files): Document :minlevel.
1567
15682010-12-11 Julien Danjou <julien@danjou.info>
1569
1570 * org.texi (Categories): Document category icons.
1571
15722010-12-11 Eric Schulte <schulte.eric@gmail.com>
1573
1574 * org.texi (noweb): Fix typo.
1575
516aa569
G
15762010-12-06 Tassilo Horn <tassilo@member.fsf.org>
1577
1578 * gnus.texi (Server Commands): Point to the rest of the server
1579 commands.
1580
04db63bc
G
15812010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1582
1583 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
1584 g'.
1585
ed797193
G
15862010-12-02 Julien Danjou <julien@danjou.info>
1587
1588 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
1589
15902010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1591
1592 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
1593 (Direct Functions): Note the STARTTLS upgrade.
1594
07976ae3 15952010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 1596 James Clark <none@example.com>
d3dfb185
GM
1597
1598 * nxml-mode.texi (Introduction): New section.
1599
59e75882
G
16002010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1601
1602 * gnus.texi (Server Commands): Document gnus-server-show-server.
1603
568a887f
MA
16042010-11-20 Michael Albinus <michael.albinus@gmx.de>
1605
1606 Sync with Tramp 2.2.0.
1607
1608 * trampver.texi: Update release number.
1609
1265829e
JB
16102010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
1611
1612 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
1613 Mention that the TeX specific units won't use the `tex' prefix
1614 in TeX mode.
1615
239661c0
KY
16162010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
1617
1618 * gnus.texi (Misc Article): Document gnus-inhibit-images.
1619
4a47c275 16202010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
1621
1622 * edt.texi: Remove information about Emacs 19.
1623
4a47c275 16242010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
1625
1626 * trampver.texi: Update release number.
1627
2f0e0dc8
KY
16282010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1629
1630 * gnus.texi (Article Washing): Fix typo.
1631
afe98dfa
CD
16322010-11-11 Noorul Islam <noorul@noorul.com>
1633
56f5a94e 1634 * org.texi: Fix typo.
afe98dfa
CD
1635
16362010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1637
1638 * org.texi (Using capture): Explain that refiling is
1639 sensitive to cursor position.
1640
16412010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1642
56f5a94e 1643 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
1644
16452010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1646
1647 * org.texi: Document the <c> cookie.
1648
16492010-11-11 Eric Schulte <schulte.eric@gmail.com>
1650
56f5a94e
GM
1651 * org.texi: multi-line header arguments :PROPERTIES: :ID:
1652 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
1653
16542010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1655
56f5a94e 1656 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
1657
16582010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1659
56f5a94e 1660 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
1661
16622010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1663
1664 * org.texi (Setting up the staging area): Document that
1665 file names remain visible when encrypting the MobileOrg files.
1666
16672010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1668
1669 * org.texi (Setting up the staging area): Document which
1670 versions are needed for encryption.
1671
16722010-11-11 Eric Schulte <schulte.eric@gmail.com>
1673
56f5a94e
GM
1674 * org.texi (noweb): Update :noweb documentation to
1675 reflect the new "tangle" argument.
afe98dfa
CD
1676
16772010-11-11 Eric Schulte <schulte.eric@gmail.com>
1678
56f5a94e
GM
1679 * org.texi (Batch execution): Improve tangling script in
1680 documentation.
afe98dfa
CD
1681
16822010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1683
1684 * org.texi (Handling links):
1685 (In-buffer settings): Document inlining images on startup.
1686
16872010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1688
1689 * org.texi (Setting up the staging area): Document use of
1690 crypt password.
1691
16922010-11-11 David Maus <dmaus@ictsoc.de>
1693
56f5a94e 1694 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
1695
16962010-11-11 David Maus <dmaus@ictsoc.de>
1697
56f5a94e
GM
1698 * org.texi (Template expansion): Add mew in table for link type
1699 escapes.
afe98dfa
CD
1700
17012010-11-11 David Maus <dmaus@ictsoc.de>
1702
56f5a94e 1703 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
1704
17052010-11-11 Eric Schulte <schulte.eric@gmail.com>
1706
56f5a94e 1707 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
1708
17092010-11-11 Eric Schulte <schulte.eric@gmail.com>
1710
56f5a94e 1711 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
1712
17132010-11-11 Eric Schulte <schulte.eric@gmail.com>
1714
56f5a94e
GM
1715 * org.texi (Structure of code blocks):
1716 Update documentation to mention inline code block syntax.
afe98dfa
CD
1717
17182010-11-11 Eric Schulte <schulte.eric@gmail.com>
1719
56f5a94e 1720 * org.texi (comments): Improve wording.
afe98dfa
CD
1721
17222010-11-11 Eric Schulte <schulte.eric@gmail.com>
1723
56f5a94e 1724 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
1725
17262010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1727
1728 * org.texi (Installation): Remove the special
1729 installation instructions for XEmacs.
1730
17312010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
1732
56f5a94e 1733 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
1734 insertion of empty structural elements.
1735
17362010-11-11 Noorul Islam <noorul@noorul.com>
1737
56f5a94e 1738 * org.texi: Fix doc.
afe98dfa
CD
1739
17402010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
1741
1742 * org.texi (The date/time prompt): Document specification
1743 of time ranges.
1744
17452010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1746
1747 * org.texi (Internal links): Document the changes in
1748 internal links.
1749
17502010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1751
1752 * org.texi (Agenda commands): Document the limitation for
1753 the filter preset - it can only be used for an entire agenda
1754 view, not in an individual block in a block agenda.
1755
17562010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
1757
1758 * org.texi (iCalendar export): Document alarm creation.
1759
6f8fc60c
MA
17602010-11-10 Michael Albinus <michael.albinus@gmx.de>
1761
1762 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
1763
be3c11b3
LMI
17642010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1765
1766 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
1767
d607b96b 17682010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 1769
d607b96b 1770 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 1771
181cb5fb
G
17722010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1773
1774 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
1775 since that works by default.
1776
17772010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
1778
1779 * gnus.texi (Customizing the IMAP Connection): Document
1780 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
1781
36bc5d3b
MA
17822010-11-04 Michael Albinus <michael.albinus@gmx.de>
1783
1784 * tramp.texi (Remote shell setup): New item "Interactive shell
1785 prompt". Reported by Christian Millour <cm@abtela.com>.
1786 (Remote shell setup, Remote processes): Use @code{} for
1787 environment variables.
1788
cf503f7c
GM
17892010-11-03 Glenn Morris <rgm@gnu.org>
1790
537b04b9 1791 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 1792 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 1793
389b76fa
G
17942010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1795
1796 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
1797
2699a554 17982010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
1799
1800 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
1801
2699a554 18022010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
1803
1804 * cc-mode.texi: Remove reference to defunct viewcvs URL.
1805
99e65b2d
G
18062010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1807
0c7efc08
SM
1808 * gnus.texi (Client-Side IMAP Splitting):
1809 Mention nnimap-unsplittable-articles.
99e65b2d
G
1810
18112010-10-29 Julien Danjou <julien@danjou.info>
1812
1813 * gnus.texi (Finding the News): Remove references to obsoletes
1814 variables `gnus-nntp-server' and `gnus-secondary-servers'.
1815
aeeb3dcb
EZ
18162010-10-29 Eli Zaretskii <eliz@gnu.org>
1817
1818 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
1819 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
1820 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
1821 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
1822
8289f37b
GM
18232010-10-28 Glenn Morris <rgm@gnu.org>
1824
1825 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
1826 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
1827 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
1828
d85d3b3a
DU
18292010-10-25 Daiki Ueno <ueno@unixuser.org>
1830
1831 * epa.texi (Mail-mode integration): Add alternative key bindings
1832 for epa-mail commands; escape comma.
c05c2b9b 1833 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 1834
9f534a47
JB
18352010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
1836
99e65b2d 1837 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 1838
5793a7bc 18392010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
1840
1841 * gnus.texi (Group Parameters, Buttons): Fix typos.
1842
280f417b
G
18432010-10-22 Tassilo Horn <tassilo@member.fsf.org>
1844
1845 * gnus.texi (Subscription Commands): Mention that you can also
1846 subscribe to new groups via the Server buffer, which is probably more
1847 convenient when subscribing to many groups.
1848
d806c872
G
18492010-10-21 Julien Danjou <julien@danjou.info>
1850
1851 * message.texi (Message Headers): Allow message-default-headers to be a
1852 function.
1853
d5798f68
LMI
18542010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1855
1856 * gnus-news.texi: Mention new archive defaults.
1857
b79bbef7
KY
18582010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
1859
1860 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
1861
2526f423
G
18622010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1863
1864 * gnus.texi (HTML): Document the function value of
1865 gnus-blocked-images.
1866 (Article Washing): shr and gnus-w3m, not the direct function names.
1867
ba91f05d
G
18682010-10-20 Julien Danjou <julien@danjou.info>
1869
1870 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
1871 variable.
1872
da451787
LMI
18732010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1874
1875 * gnus.texi (Customizing the IMAP Connection): The port strings are
1876 strings.
c872595d 1877 (Document Groups): Mention git.
da451787 1878
7cad71ad
G
18792010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1880
1881 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
1882 bzr/Gnus git sync.
1883
c56dfd36
EZ
18842010-10-15 Eli Zaretskii <eliz@gnu.org>
1885
1886 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
1887 change.
1888
a1d16a7b
G
18892010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1890
1891 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
1892 @item syntax for in-Emacs makeinfo.
1893
18942010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
1895
1896 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
1897 trim sentence.
1898
98e2b864
DU
18992010-10-12 Daiki Ueno <ueno@unixuser.org>
1900
1901 * epa.texi (Caching Passphrases):
0c7efc08
SM
1902 * auth.texi (GnuPG and EasyPG Assistant Configuration):
1903 Clarify some configurations require to set up gpg-agent.
98e2b864 1904
c12e4a81
GM
19052010-10-11 Glenn Morris <rgm@gnu.org>
1906
1907 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
1908
f7aa248a
G
19092010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1910
1911 * gnus.texi (Spam Package Introduction): Mention `$'.
1912
6513b232
EZ
19132010-10-09 Eli Zaretskii <eliz@gnu.org>
1914
1915 * makefile.w32-in (emacsdir): New variable.
1916 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
1917 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
1918
abd40fb4
GM
19192010-10-09 Glenn Morris <rgm@gnu.org>
1920
0f05450f
GM
1921 * Makefile.in (mostlyclean): Delete *.toc.
1922
d3a4ac46
GM
1923 * Makefile.in: Use $< in rules.
1924
aa9db089
GM
1925 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
1926
abd40fb4
GM
1927 * Makefile.in ($(infodir)): Delete rule.
1928 (mkinfodir): New. Use it in all the info rules, rather than depending
1929 on infodir.
1930
ea274122
GM
19312010-10-09 Glenn Morris <rgm@gnu.org>
1932
6e90e2a8
GM
1933 * gnus.texi (Article Washing): Fix previous change.
1934
f7a31f11
GM
1935 * Makefile.in (emacsdir): New variable.
1936 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
1937 Depend on emacsver.texi.
1938
f7a31f11
GM
1939 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
1940
ea274122
GM
1941 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
1942
36d3245f
G
19432010-10-08 Julien Danjou <julien@danjou.info>
1944
f7a31f11 1945 * gnus.texi: Add mm-shr.
36d3245f
G
1946
19472010-10-08 Ludovic Courtès <ludo@gnu.org>
1948
1949 * gnus.texi (Finding the Parent, The Gnus Registry)
1950 (Registry Article Refer Method): Update docs for nnregistry.el.
1951
19522010-10-08 Daiki Ueno <ueno@unixuser.org>
1953
1954 * auth.texi (Help for users)
1955 (GnuPG and EasyPG Assistant Configuration): Update docs.
1956
12359245
GM
19572010-10-08 Glenn Morris <rgm@gnu.org>
1958
1959 * cl.texi (Organization, Installation, Old CL Compatibility):
1960 Deprecate cl-compat for new code.
4628bef1 1961 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
1962
1963 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
1964
fcf2d385
KY
19652010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
1966
1967 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
1968
66627fa9
G
19692010-10-06 Julien Danjou <julien@danjou.info>
1970
fd9ba500
JD
1971 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
1972
66627fa9
G
1973 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
1974 broken link.
1975
1976 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
1977
1978 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
1979 to ReiserFS.
1980
1981 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
1982 (FAQ 7-1): Fix getmail URL.
1983
65f54520
DU
19842010-10-06 Daiki Ueno <ueno@unixuser.org>
1985
1986 * epa.texi (Caching Passphrases): New section.
1987
4c83f6e1
GM
19882010-10-06 Glenn Morris <rgm@gnu.org>
1989
1990 * Makefile.in (SHELL): Set it.
1991 (info): Move the mkdir dependency to the individual info files.
1992 (mostlyclean): Tidy up.
1993 (clean): Only delete the specific dvi and pdf files.
1994 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 1995 ($(infodir)): Add parallel build workaround.
4c83f6e1 1996
71e691a5
G
19972010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1998
1999 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2000
a41c2e6d
G
20012010-10-03 Julien Danjou <julien@danjou.info>
2002
0c7efc08
SM
2003 * emacs-mime.texi (Display Customization):
2004 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
2005 mm-inline-large-images-proportion.
2006
37255945
MA
20072010-10-03 Michael Albinus <michael.albinus@gmx.de>
2008
0c7efc08
SM
2009 * tramp.texi (Frequently Asked Questions):
2010 Mention remote-file-name-inhibit-cache.
37255945 2011
11e4e7bd
LMI
20122010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2013
2014 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2015 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2016
cb83220a
KY
20172010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2018
0c7efc08
SM
2019 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2020 (Article Hiding): Add google banner example.
2021 Suggested by Benjamin Xu.
cb83220a 2022
6b958814
G
20232010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2024
0c7efc08
SM
2025 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2026 Remove nnimap-split-rule from examples.
6b958814
G
2027
20282010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2029
2030 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2031 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2032 Fishman.
2033 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2034
20352010-09-30 Julien Danjou <julien@danjou.info>
2036
2037 * gnus.texi (Gravatars): Fix documentation about
2038 gnu-gravatar-properties.
2039
b9476c04
DU
20402010-09-29 Daiki Ueno <ueno@unixuser.org>
2041
2042 * epa.texi (Bug Reports): New section.
2043
5f874327
GM
20442010-09-29 Glenn Morris <rgm@gnu.org>
2045
2046 * Makefile.in (top_srcdir): Remove unused variable.
2047
6b958814
G
20482010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2049
2050 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2051 (Client-Side IMAP Splitting): Document 'default.
2052
20532010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2054
0c7efc08
SM
2055 * gnus.texi (Customizing the IMAP Connection):
2056 Document nnimap-fetch-partial-articles.
6b958814 2057
82bccbfa
KY
20582010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2059
2060 * gnus-news.texi: Mention nnimap-inbox.
2061
2062 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2063
20642010-09-26 Julien Danjou <julien@danjou.info>
2065
47e08896 2066 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2067
20682010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2069
2070 * gnus.texi (Security): Remove gpg.el mention.
2071
20722010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2073
2074 * gnus.texi (Browse Foreign Server): New variable
2075 gnus-browse-subscribe-newsgroup-method.
2076
2077 * gnus-news.texi: Mention it.
2078
20792010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2080
0c7efc08 2081 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2082 (Startup Variables): No jingle.
2083
4c964351
UM
20842010-09-25 Ulrich Mueller <ulm@gentoo.org>
2085
2086 * woman.texi (Interface Options): xz compression is now supported.
2087
82bccbfa
KY
20882010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2089
2090 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2091 (Unavailable Servers): Document gnus-server-copy-server.
2092 (Using IMAP): Document the new nnimap.
2093
20942010-09-25 Julien Danjou <julien@danjou.info>
2095
47e08896 2096 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2097
18778f71
GM
20982010-09-24 Glenn Morris <rgm@gnu.org>
2099
2100 * url.texi (Disk Caching): Tweak previous change.
2101
9c766321
JD
21022010-09-24 Julien Danjou <julien@danjou.info>
2103
2104 * url.texi (Disk Caching): Mention url-cache-expire-time,
2105 url-cache-expired, and url-fetch-from-cache.
2106
82bccbfa
KY
21072010-09-24 Julien Danjou <julien@danjou.info>
2108
2109 * gnus.texi: Add Gravatars.
2110
21112010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2112
2113 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2114
592bdb9a
LMI
21152010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2116
2117 * gnus.texi (Expunging mailboxes): Update name of the expunging
2118 command.
2119
e4e22d29
KY
21202010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2121
2122 * emacs-mime.texi (rfc2047): Update description for
2123 rfc2047-encode-parameter.
2124
371d9801
MA
21252010-09-13 Michael Albinus <michael.albinus@gmx.de>
2126
2127 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2128 "fish" methods.
2129 (External methods): Remove "scp1_old" and "scp2_old" methods.
2130
31ae5827
MA
21312010-09-09 Michael Albinus <michael.albinus@gmx.de>
2132
2133 * tramp.texi: Remove Japanese manual. Fix typo.
2134
2135 * trampver.texi: Update release number. Remove japanesemanual.
2136
c0468714
GM
21372010-09-09 Glenn Morris <rgm@gnu.org>
2138
2139 * org.texi: Restore clobbered changes (copyright years, untabify).
2140
86441999
JD
21412010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2142
2143 * gnus.texi (Adaptive Scoring): Fix typo.
2144
25f28806
LMI
21452010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2146
2147 * gnus.texi (Article Display): Document gnus-html-show-images.
2148
45240125 21492010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2150
45240125
JD
2151 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2152
59d09f15
LMI
21532010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2154
2155 * gnus.texi (HTML): Document gnus-max-image-proportion.
2156
2cdd366f
KY
21572010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2158
51dee5ef
KY
2159 * gnus.texi (HTML): Document gnus-blocked-images.
2160
2cdd366f
KY
2161 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2162
b0e4f3fc
KY
21632010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2164
2165 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2166 the first message are used for wide replies.
f02566ce
KY
2167 (Changing Servers): Remove documentation on gnus-change-server and
2168 friends, since it's been removed.
b0e4f3fc 2169
598451ed
KY
21702010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2171
2172 * gnus.texi (Drafts): Mention B DEL.
2173
e7842e69
KY
21742010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2175
2176 * gnus.texi (Delayed Articles): Mention that the Date header is the
2177 original one, even if you delay.
2178
85115796
KY
21792010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2180
0c7efc08
SM
2181 * gnus.texi (Asynchronous Fetching):
2182 Document gnus-async-post-fetch-function.
85115796
KY
2183 (HTML): Made into its own section.
2184
f0b44bc0
MA
21852010-08-26 Michael Albinus <michael.albinus@gmx.de>
2186
2187 Sync with Tramp 2.1.19.
2188
217876c9 2189 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2190 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2191 Remove remark about doubled "-t" argument.
217876c9
MA
2192 (Auto-save and Backup): Remove reference to Emacs 21.
2193 (Filename Syntax): Describe port numbers.
2194 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2195 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2196 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2197 errors with the backquotes.
2198 (External packages): File attributes cache flushing for asynchronous
2199 processes.
2200 (Traces and Profiles): Describe verbose level 9.
2201
f0b44bc0
MA
2202 * trampver.texi: Update release number.
2203
7457f7b6
MA
22042010-08-23 Michael Albinus <michael.albinus@gmx.de>
2205
2206 * dbus.texi (Alternative Buses): New chapter.
2207
b695beda
SM
22082010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2209
2210 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2211
443c2c03
JB
22122010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2213
2214 * calc.texi (Customizing Calc): Rearrange description of new
2215 variables to match the presentation of other variables.
2216
7815fe19 22172010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2218
2219 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2220
2c695727
JB
22212010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2222
2223 * calc.texi (Making Selections, Selecting Subformulas)
2224 (Customizing Calc): Mention how to use faces to emphasize selected
2225 sub-formulas.
2226
bbb6ffa1
MA
22272010-08-05 Michael Albinus <michael.albinus@gmx.de>
2228
2229 * tramp.texi (External packages): File attributes cache flushing
2230 for asynchronous processes.
2231
5cee0a9c
AM
22322010-08-01 Alan Mackenzie <acm@muc.de>
2233
2234 Enhance the manual for the latest Java Mode.
2235
2236 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2237 annotation-var-cont.
2238 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2239 two new symbols.
2240
3f2afe32
MA
22412010-07-28 Michael Albinus <michael.albinus@gmx.de>
2242
2243 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2244
0ed082fe 22452010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2246
2247 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2248
311f0356
JB
22492010-07-19 Juanma Barranquero <lekktu@gmail.com>
2250
2251 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2252
86fbb8ca
CD
22532010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2254
2255 * org.texi: Add macros to get plain quotes in PDF output.
2256 List additional contributors.
2257 (Capture): New section, replaces the section about remember.
2258 (Working With Source Code): New chapter, focused on documenting Org
2259 Babel.
2260 (Code evaluation security): New section.
2261 (MobileOrg): Document DropBox support.
2262 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2263 (Special symbols): Show how to display UTF8 characters for entities.
2264 (Global TODO list): Clarify the use of the "M" key and the differences
2265 to the "m" key.
2266 (RSS Feeds): Mention Atom feeds as well.
2267 (Setting tags): Remove paragraph about
2268 `org-complete-tags-always-offer-all-agenda-tags'.
2269
5732e8ed
MA
22702010-07-17 Michael Albinus <michael.albinus@gmx.de>
2271
2272 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2273 argument.
2274 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2275 echoing shells.
2276
ca1bb391
MA
22772010-07-10 Michael Albinus <michael.albinus@gmx.de>
2278
2279 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2280 (Filename Syntax): Describe port numbers.
2281
5bd55c3c
MA
22822010-07-09 Michael Albinus <michael.albinus@gmx.de>
2283
2284 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2285 forgotten.
2286 (Type Conversion): Precise conversion of natural numbers.
2287 (Errors and Events): Add "debugging" to concept index. Add variable
2288 `dbus-debug'.
2289
820ae8fe
MA
22902010-07-04 Michael Albinus <michael.albinus@gmx.de>
2291
2292 * dbus.texi (Receiving Method Calls): Add optional argument
2293 EMITS-SIGNAL to `dbus-register-property'.
2294
b6f9df0f
JB
22952010-06-27 Alex Schroeder <alex@gnu.org>
2296
2297 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2298
62e034c2
GM
22992010-06-24 Glenn Morris <rgm@gnu.org>
2300
2301 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2302 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2303 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2304 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2305 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2306 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2307 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2308 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2309 convention. Make them end with a period.
2310
9360256a
GM
23112010-06-23 Glenn Morris <rgm@gnu.org>
2312
2313 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
2314 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2315 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2316 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2317 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2318 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 2319
04d3bb6c
GM
23202010-06-10 Glenn Morris <rgm@gnu.org>
2321
2322 * idlwave.texi (Load-Path Shadows):
2323 * org.texi (Handling links): Fix typos.
2324
5e7d4a75
KY
23252010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
2326
2327 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2328
9841cb4f
MA
23292010-05-26 Michael Albinus <michael.albinus@gmx.de>
2330
2331 * eshell.texi (Built-ins): Describe, how to disable a built-in command
2332 by an alias. (Bug#6226)
2333
597517ef
JB
23342010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2335
2336 * calc.texi (Manipulating Vectors): Mention that vectors can
2337 be used to determine bins for `calc-histogram'.
2338
14914c43
JB
23392010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2340
597517ef 2341 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 2342
0235128c 23432010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2344
2345 * url.texi (HTTP language/coding, Customization):
2346 * message.texi (Header Commands, Responses):
2347 * cl.texi (Argument Lists): Fix typos.
2348
0235128c 23492010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 2350
0235128c
SM
2351 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2352 Note that Development menu is always available.
aa5789b5
CY
2353 (Creating a project): Fix terminology.
2354 (Add/Remove files): Fix typo.
2355
0235128c
SM
23562010-05-07 Chong Yidong <cyd@stupidchicken.com>
2357
2358 * Version 23.2 released.
2359
a628ad9d 23602010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
2361
2362 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
2363
502269d6
MA
23642010-05-01 Michael Albinus <michael.albinus@gmx.de>
2365
0235128c
SM
2366 * tramp.texi (Inline methods, Default Method):
2367 Mention `tramp-inline-compress-start-size'.
502269d6 2368
6e104790 23692010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
2370
2371 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
2372 the CVS repo. Put the Git repo in the news section.
2373
6e104790 2374 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
2375 Removed some mentions of CVS. Mention the new Git repo.
2376
6e104790 23772010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
2378
2379 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
2380 (Mail Group Commands): Add index entry.
2381
6e104790 23822010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
2383
2384 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
2385
f8b91752
JB
23862010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
2387
2388 * calc.texi (Radix modes): Mention that the option prefix will
2389 turn on twos-complement mode.
2390 (Inverse and Hyperbolic Flags): Mention the Option flag.
2391
ed21c5c8
CD
23922010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
2393
2394 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 2395 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
2396 (Sectioning structure): Update.
2397 (References): New use case for field coordinates.
6e104790 2398 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
2399 (Setting up the staging area): Document the availability of
2400 encryption for MobileOrg.
2401 (Images and tables): Document how to reference labels.
2402 (Index entries): New section.
2403 (Generating an index): New section.
2404 (Column width and alignment): Document that <N> now
2405 means a fixed width, not a maximum width.
2406 (Publishing options): Document the :email option.
2407 (Beamer class export): Fix bug in the BEAMER example.
2408 (Refiling notes): Document refile logging.
2409 (In-buffer settings): Document refile logging keywords.
2410 (Drawers): Document `C-c C-z' command.
2411 (Agenda commands): Mention the alternative key `C-c C-z'.
2412 (Special properties): Document the BLOCKED property.
2413 (The spreadsheet): Mention the formula editor.
2414 (References): Document field coordinates.
2415 (Publishing action): Correct the documentation for the
2416 publishing function.
2417 (The date/time prompt): Document that we accept dates
2418 like month/day/year.
2419 (Cooperation): Document the changes in table.el support.
2420 (Faces for TODO keywords, Faces for TODO keywords)
2421 (Priorities): Document the easy colors.
2422 (Visibility cycling): Document the new double prefix
2423 arg for `org-reveal'.
2424 (Cooperation): Remember.el is part of Emacs.
2425 (Clean view): Mention that `wrap-prefix' is also set by
2426 org-indent-mode.
2427 (Agenda commands): Add information about prefix args to
2428 scheduling and deadline commands.
2429 (Search view): Point to the docstring of
2430 `org-search-view' for more details.
6e104790 2431 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
2432 (Setting tags): Document variable
2433 org-complete-tags-always-offer-all-agenda-tags.
6e104790 2434 (Column attributes): Cross-reference special properties.
ed21c5c8 2435
456b348e
MA
24362010-04-10 Michael Albinus <michael.albinus@gmx.de>
2437
2438 Synchronize with Tramp repository.
2439
2440 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
2441 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
2442 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
2443 syntax, texi2dvi reports errors with the backquotes.
2444
2445 * trampver.texi: Update release number.
2446
357e2d8e
KY
24472010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
2448
2449 * gnus.texi (Finding the News): Add pointers to the Server buffer
2450 because it's essential.
2451
1d4d7664
KY
24522010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
2453
2454 * gnus.texi (MIME Commands): Update description of
2455 gnus-article-browse-html-article.
2456
bd3e840f
KY
24572010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
2458
2459 * auth.texi (Secret Service API): Add TODO node.
2460 (Help for users): Explain the new source options for `auth-sources'.
2461
e867cb5d 24622010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
2463
2464 * trampver.texi: Update release number.
2465
288f9fc0
CY
24662010-03-10 Chong Yidong <cyd@stupidchicken.com>
2467
2468 * Branch for 23.2.
2469
d99aaebd
CY
24702010-03-03 Chong Yidong <cyd@stupidchicken.com>
2471
2472 * faq.texi (Escape sequences in shell output): Note that ansi-color is
2473 now enabled by default.
2474
5794c2a5
MA
24752010-02-28 Michael Albinus <michael.albinus@gmx.de>
2476
2477 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
2478 when Emacs runs in interactive mode. (Bug#5645)
2479
40572be6
GM
24802010-02-16 Glenn Morris <rgm@gnu.org>
2481
2482 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
2483
7bb8ed67
MH
24842010-02-05 Mark A. Hershberger <mah@everybody.org>
2485
2486 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
2487
45a1423d 24882010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
2489
2490 * gnus.texi (Score File Format): Fix typo.
2491
45a1423d 24922010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
2493
2494 * cc-mode.texi: Replace references to obsolete c-subword-mode.
2495
14f17fc8
JB
24962010-01-18 Juanma Barranquero <lekktu@gmail.com>
2497
2498 * ada-mode.texi (Project File Overview): Fix typo.
2499
607d4369
CY
25002010-01-17 Chong Yidong <cyd@stupidchicken.com>
2501
2502 * semantic.texi: Add Richard Y. Kim credit.
2503
2504 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
2505
3d1bfa99
MA
25062010-01-17 Michael Albinus <michael.albinus@gmx.de>
2507
2508 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 2509 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 2510
6fbf7a75
GM
25112010-01-17 Glenn Morris <rgm@gnu.org>
2512
b9f978f0
GM
2513 * calc.texi (Reporting Bugs): Don't mention format of repository.
2514
f19bc38d
GM
2515 * woman.texi (Bugs): Make "Emacs repository" less specific,
2516 and the URL for same more specific.
2517
6fbf7a75
GM
2518 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
2519
16c3428a
JB
25202010-01-17 Juanma Barranquero <lekktu@gmail.com>
2521
2522 * ede.texi (ede-step-project, ede-proj-target):
2523 * tramp.texi (Remote processes): Fix typos.
2524
045b9da7
ML
25252010-01-16 Mario Lang <mlang@delysid.org>
2526
2527 * ede.texi (ede-target):
2528 * org.texi (Refiling notes): Remove duplicated words.
2529
c57008f6
SM
25302010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2531
2532 * gnus.texi (Posting Styles): Use with-current-buffer.
2533 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
2534
798c9eb5
KR
25352010-01-02 Kevin Ryde <user42@zip.com.au>
2536
2537 * eieio.texi (Naming Conventions): Correction to xref on elisp
2538 coding conventions, is "Tips" node not "Standards".
2539
4970fbfe
CY
25402009-12-24 Chong Yidong <cyd@stupidchicken.com>
2541
2542 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
2543
2544 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
2545
83828b06
KY
25462009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
2547
2548 * gnus.texi (Direct Functions): Add missing port number to tls method.
2549
45a4a565
JB
25502009-12-15 Juanma Barranquero <lekktu@gmail.com>
2551
2552 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
2553 ($(infodir)/edt, edt.dvi): New targets.
2554
698bfef7
GM
25552009-12-15 Glenn Morris <rgm@gnu.org>
2556
2557 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
2558 (edt, $(infodir)/edt, edt.dvi): New targets.
2559 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
2560
2561 * Makefile.in (PDF_TARGETS, pdf): New.
2562 (clean): Add *.pdf.
2563 Add pdf rules for all manuals.
2564
0e983327
JB
25652009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
2566
2567 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
2568
8e687433
CY
25692009-12-14 Chong Yidong <cyd@stupidchicken.com>
2570
2571 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
2572 (Smart Jump, Analyzer Debug): Copyedits.
2573 (Semantic mode user commands): Link to new nodes.
2574 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
2575 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
2576 upstream Semantic manual.
2577
2578 * semantic.texi (Introduction): Minor fix to diagram.
2579
020335df
MA
25802009-12-09 Michael Albinus <michael.albinus@gmx.de>
2581
2582 * eshell.texi (History): Add the other built-in variables.
2583 (Built-ins): Explain built-ins, and how to apply the external commands.
2584 Add `history', `su' and `sudo'.
2585
2586 * tramp.texi (Remote processes): Add missing <RET> in the example.
2587
6ddf13e4
BW
25882009-12-01 Bill Wohler <wohler@newt.com>
2589
2590 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 2591 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
2592 excessively garrulous.
2593
07b6428c
MA
25942009-11-29 Michael Albinus <michael.albinus@gmx.de>
2595
2596 * tramp.texi (Remote processes): Improve eshell example with "su"
2597 and "sudo" commands.
2598
fd1cefda
CY
25992009-11-28 Chong Yidong <cyd@stupidchicken.com>
2600
2601 * semantic.texi (Analyzer Internals): Rename from Analyzer.
2602
2603 * sem-user.texi (Semantic mode user commands): Fix key syntax.
2604 Document semantic-complete-analyze-inline.
2605 (Semanticdb search debugging commands): Minor clarification.
2606 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 2607 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 2608 manual.
9d542758 2609 (Semantic mode): Link to Idle Scheduler.
fd1cefda 2610
159e3ad5
KR
26112009-11-28 Kevin Ryde <user42@zip.com.au>
2612
2613 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 2614 @pxref, now EIEIO is in Emacs.
159e3ad5 2615
c6d47315
KR
2616 * erc.texi (Development): Correction to git tutorial url.
2617
16f6287e
GM
26182009-11-26 Glenn Morris <rgm@gnu.org>
2619
2620 * faq.texi (Latest version of Emacs): Mention stability of development
2621 version.
2622 (Problems with very large files): Max buffer size increase in 23.2.
2623 (VM): VM has moved house again.
2624
5ea5dbc9
JB
26252009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
2626
2627 * calc.texi (Radix modes): Discuss alternate bases for two's complement
2628 notations.
2629
5dec9555
CD
26302009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
2631
45a4a565 2632 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 2633
bd6f6833
CY
26342009-11-20 Chong Yidong <cyd@stupidchicken.com>
2635
2636 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
2637 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
2638 (Idle Completions Mode): Numerous copyedits.
bd6f6833 2639
be479117
JB
26402009-11-17 Juanma Barranquero <lekktu@gmail.com>
2641
2642 * semantic.texi (Semantic Internals, Glossary):
2643 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
2644 (Semanticdb search debugging commands): Fix typos.
2645
17291a1f
JB
26462009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2647
be479117 2648 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 2649
af42a9cc
JB
26502009-11-16 Juanma Barranquero <lekktu@gmail.com>
2651
2652 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
2653 ($(infodir)/semantic, semantic.dvi): New targets.
2654
3149927d
CY
26552009-11-16 Chong Yidong <cyd@stupidchicken.com>
2656
2657 * Makefile.in: Build the Semantic manual.
2658
2659 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
2660 repository.
2661
977640ed
MA
26622009-11-16 Michael Albinus <michael.albinus@gmx.de>
2663
2664 * dbus.texi (Receiving Method Calls): New defun
2665 `dbus-unregister-service'.
2666
17673adf
CD
26672009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
2668
2669 * org.texi (Speed keys): New section.
2670
0ecd3c90
MA
26712009-11-13 Michael Albinus <michael.albinus@gmx.de>
2672
2673 * dbus.texi (Type Conversion): Fix typo.
2674 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
2675 `dbus-registered-objects-table'.
0c7efc08
SM
2676 (Receiving Method Calls): New defun `dbus-register-property'.
2677 Move `dbus-unregister-object' here.
0ecd3c90 2678
8bfe682a
CD
26792009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
2680
2681 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
2682
26832009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
2684
2685 * org.texi (Column attributes): Add the new age summary operators.
2686 Also, mention the fact you can only use one summary operator per
2687 property.
2688
26892009-11-13 John Wiegley <johnw@newartisans.com>
2690
0c7efc08 2691 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 2692 manual about how to track habits.
0c7efc08 2693 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
2694 dangling clocks are resolved.
2695
26962009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
2697
2698 * org.texi (Agenda commands): Document the new `i' command.
2699 (Inserting deadline/schedule): Document logging changes
2700 of scheduling and deadline times stamps.
2701 (In-buffer settings): Document the in-buffer keywords for logging
2702 changes of scheduling and deadline times stamps.
2703 (Structure editing, Plain lists): Document indentation
2704 cycling in empty entries with TAB.
2705 (Archiving): Document the default archiving command.
2706 (Moving subtrees): Document the new keys for archiving.
2707 (Internal archiving): Fix incorrect key.
2708 (Agenda commands): Document the TODO set switching commands.
2709 (Agenda commands): Document the new archiving keys.
2710 (Clocking work time): Better description on how to save
2711 and restore a clock.
2712 (Resolving idle time): Mention the x11idle program to get true
2713 idleness also under X11.
2714 (Resolving idle time): Use @kbd instead of @key for normal
2715 letters, because this is how he rest of the manual does this.
2716 (Pushing to MobileOrg): Mention that `org-directory'
2717 should be set.
2718 (Agenda commands): Document that SPC is a filter for
2719 any tag.
0c7efc08 2720 (Search view): Rename from "Keyword search".
8bfe682a
CD
2721 (Capure): New chapter.
2722 (Markup): New chapter.
0c7efc08
SM
2723 (Links in HTML export, Images in HTML export):
2724 Extend the section titles.
8bfe682a
CD
2725 (Images in HTML export): Document the align option.
2726 (Text areas in HTML export): Extend the section title.
2727 (Images in LaTeX export): Explain image placement in LaTeX.
2728
693737cd
GM
27292009-11-10 Glenn Morris <rgm@gnu.org>
2730
2731 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
2732
c7bd4ebe
MA
27332009-11-08 Michael Albinus <michael.albinus@gmx.de>
2734
2735 * tramp.texi (Auto-save and Backup): Disable backups just for a
2736 method.
2737
2738 * trampver.texi: Update release number.
2739
76c5acad
MA
27402009-11-07 Michael Albinus <michael.albinus@gmx.de>
2741
2742 Sync with Tramp 2.1.17.
2743
2744 * trampver.texi: Update release number.
2745
d9a57abf
GM
27462009-10-29 Glenn Morris <rgm@gnu.org>
2747
2748 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
2749
637f4f0f
MA
27502009-10-23 Michael Albinus <michael.albinus@gmx.de>
2751
2752 * tramp.texi (External methods): Temporary files are kept for
2753 `rsync' and `rsyncc' methods.
2754
310dbb05
JB
27552009-10-09 Juanma Barranquero <lekktu@gmail.com>
2756
2757 * eieio.texi: Fix typos.
2758
09094f28
CY
27592009-10-07 Chong Yidong <cyd@stupidchicken.com>
2760
2761 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
2762
216f299a
JB
27632009-10-07 Juanma Barranquero <lekktu@gmail.com>
2764
2765 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
2766 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
2767
966a6506
CY
27682009-10-07 Chong Yidong <cyd@stupidchicken.com>
2769
2770 * Makefile.in: Build EIEIO and EDE manuals.
2771
27722009-10-07 Eric Ludlam <zappo@gnu.org>
2773
2774 * eieio.texi:
2775 * ede.texi: New files.
2776
8842cd9b
MA
27772009-10-05 Michael Albinus <michael.albinus@gmx.de>
2778
2779 * tramp.texi (Remote processes): Association of a pty is not supported.
2780
7006d207
CD
27812009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
2782
2783 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
2784 (Processing LaTeX fragments): Document that the size of images can be
2785 changes using the variable `org-format-latex-options'.
2786 (The date/time prompt, Timestamps): Be more accurate over ISO format
2787 dates and times.
2788 (Visibility cycling): Document showeverything keyword.
2789 (In-buffer settings): Document showeverything keyword.
2790 (Setting up the staging area): Fix the example.
2791 (MobileOrg): New section.
2792 (Agenda commands, Exporting Agenda Views): Document exporting the
2793 agenda view to Org files.
2794
0e7b2867
MA
27952009-09-28 Michael Albinus <michael.albinus@gmx.de>
2796
2797 * tramp.texi (History): Add IMAP support.
2798 (External methods): Add `imap' and `imaps' methods.
2799 (GVFS based methods): Add indices for `davs'.
2800 (Password handling): Rename anchors. Add IMAP entries for
2801 ~/.authinfo.gpg.
2802
2803 * trampver.texi: Set default value of `emacsimap'.
2804
4146636e
KY
28052009-09-22 Daiki Ueno <ueno@unixuser.org>
2806
2807 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
2808
d22f7ffa
CY
28092009-09-13 Chong Yidong <cyd@stupidchicken.com>
2810
0c7efc08
SM
2811 * dired-x.texi (Technical Details):
2812 Delete dired-up-directory (Bug#4292).
d22f7ffa 2813
66043531
MA
28142009-09-03 Michael Albinus <michael.albinus@gmx.de>
2815
216f299a 2816 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 2817
6eb02347
CD
28182009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
2819
2820 * org.texi (Effort estimates): Document new effort setting commands.
2821 (Agenda commands): Document the new keys fro agenda time motion.
2822 Document entry text mode. Improve documentation of the keys to include
2823 inactive time stamps into the agenda view.
2824 (Feedback): Document the new bug report command.
0c7efc08 2825 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 2826
38dc51ba
KY
28272009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
2828
2829 * auth.texi (Help for users): Corrected markup.
2830
e402f452
GM
28312009-09-02 Glenn Morris <rgm@gnu.org>
2832
2833 * emacs-mime.texi (time-date): Mention float-time.
2834
744256cf
JB
28352009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
2836
2837 * calc.texi (Simplifying Formulas): Improve the wording.
2838
b0b63450
MB
28392009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
2840
2841 * auth.texi: Rewritten for coverage and clarity.
2842
28432009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
2844
0c7efc08
SM
2845 * gnus.texi (Expiring Mail):
2846 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
2847 (Various Various): Mention gnus-safe-html-newsgroups.
2848
2849 * gnus-news.texi: Mention
2850 gnus-mark-copied-or-moved-articles-as-expirable.
2851
2852 * emacs-mime.texi (Display Customization): Add xref to
2853 gnus-safe-html-newsgroups.
2854
b59329e0
MA
28552009-08-28 Michael Albinus <michael.albinus@gmx.de>
2856
2857 * tramp.texi (Version Control): Remove.
af42a9cc 2858 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
2859 reference.
2860 (External methods): Correct `scpc' concept index entries. New method
2861 `rsyncc'.
2862 (External packages): New subsections "Filename completion" and "File
2863 attributes cache".
2864
0ff2d6c2
JB
28652009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
2866
2867 * calc.texi (Rewrite Rules): Improve the example.
2868 (Simplifying Formulas): Explain use of the I and H flags for
2869 simplification.
2870
ecd3d54f
MA
28712009-08-25 Michael Albinus <michael.albinus@gmx.de>
2872
2873 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 2874 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
2875 (Synchronous Methods, Asynchronous Methods): Use English numeric format
2876 for timeout values.
78176e69
MA
2877 (Top): Remove footnote saying D-Bus is not enabled by
2878 default. (Bug#4256)
ecd3d54f 2879
0f215bca
DU
28802009-08-23 Daiki Ueno <ueno@unixuser.org>
2881
2882 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 2883 Reported by Jari Aalto (Bug#4211).
0f215bca 2884 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 2885 epa-global-mail-mode.
3b7ab45f
DU
2886 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
2887 epa-setup.
0f215bca 2888
4f22e84d
MA
28892009-08-16 Michael Albinus <michael.albinus@gmx.de>
2890
2891 * dbus.texi (Asynchronous Methods): Allow nil handler.
2892
9ff0b02b 28932009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 2894
26b03ee3 2895 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 2896
26b03ee3 2897 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 2898
4c39f404
CY
28992009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
2900
2901 * calc.texi (Date Forms): Fix typos.
2902
3bcfba17
GM
29032009-08-08 Glenn Morris <rgm@gnu.org>
2904
2905 * org.texi (Agenda commands): Restore clobbered change.
2906
66783bb4
EZ
29072009-08-07 Eli Zaretskii <eliz@gnu.org>
2908
2909 * calc.texi (Graphics, Devices): Update with the peculiarities of
2910 operation on MS-Windows.
2911
c8d0cf5c
CD
29122009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2913
2914 * org.texi (Publishing action): Improve documentation of file
2915 names when publishing to the source directory.
2916 (Clean view): Document `org-indent-mode'.
2917 (Clocking work time): Add documentation for the
2918 new :timetamp option when creating a clock report.
2919 (Paragraphs): Fix many typos.
2920 (Plain lists): Remove duplicate explanation about the
2921 `C-c *' command.
2922 (Literal examples): Update to reflect the new behavior
2923 of the -n -r -k switches when exporting source code examples.
2924 (Structure editing): Add information about `C-c *',
2925 converting a plain list into a list of Org items.
2926 (Remember): Small rephrasing of the paragraph
2927 describing remember.el. Also mentioned that remember.el is part
2928 of Emacs 23, not Emacs 22.
2929 (Clocking work time): Add documentation about
2930 displaying the current clocking time against the effort estimate.
2931 Also add a footnote about using `org-clock-in-prepare-hook' to add
2932 an effort estimate on the fly, just before clocking it.
2933 (Footnotes): Document automatic renumbering and
2934 sorting.
2935 (Agenda commands): Document new bulk commands.
2936 (Plain lists): Document new behavior of
2937 `org-cycle-include-plain-lists'.
4e2af782 2938 Hyphenation only in TeX.
c8d0cf5c
CD
2939 (Clocking work time): Document the key to update effort
2940 estimates.
2941 (Clocking work time): Document the clock time display.
2942 (Structure editing, TODO basics): Document new
2943 variables.
2944 (Column attributes): Document new colciew operators.
2945 (Publishing options): Document :xml-declaration.
2946 (Tracking TODO state changes): Document the
2947 LOG_INTO_DRAWER property.
2948 (Literal examples): Document the new implementation for
2949 editing source code.
2950 (Publishing action): Mention the new publishing
2951 function, to publish an Org source file.
2952 (Publishing links): Mention how to link to an Org source file.
2953 (Macro replacement): Document new macros.
2954 (Handling links): Document type-specific completion
2955 when inserting links.
2956 (Structure editing, Plain lists): Improve documentation
2957 on sorting.
2958 (Internal links): Document custom ids for links.
2959 (Handling links): Document custom ids for links.
2960 (CSS support): Document new class.
2961 (Refiling notes): Document the possibility to create new nodes
2962 during refiling.
2963 (Agenda commands): Document the "?" operator to find
2964 tasks without effort setting.
2965 (Exporting agenda information): Section moved.
2966 (RSS Feeds): New section.
2967 (Built-in table editor): Document M-e and M-a navigate
2968 inside table field.
2969 (Stuck projects): Docment that projects identified as
2970 un-stuck will still be searchd for stuck sub-projects.
2971 (Paragraphs): Document centering.
2972 (Creating timestamps, Agenda commands): Document new
2973 behavior when changing time stamps.
2974 (Structure editing): Document the new command
2975 `org-clone-subtree-with-time-shift'.
2976 (Publishing): Refresh this chapter.
2977 (Export options, Export options, In-buffer settings):
2978 Document the new keywords.
2979 (Matching tags and properties): Collect all
2980 documentation about tags/property matches here.
2981 (Setting tags): Document `org-tag-persistent-alist'.
2982 (Weekly/daily agenda): New section.
2983 (Orgstruct mode): Describe `orgstruct++-mode'.
2984 (Drawers): Mention the LOGBOOK drawer.
2985 (Export options, Sectioning structure): Document the
2986 #+LEATEX_HEADER in-buffer setting.
2987 (Bugs): Section removed.
2988 (Hooks): New section.
0c7efc08 2989 (Add-on packages): Move here from old location.
c8d0cf5c
CD
2990 (Context-sensitive commands): New section.
2991 (Setting tags): Document newline option.
2992 (Global TODO list, Matching tags and properties):
2993 Mention more variables.
2994 (Checkboxes): Update to changed command behavior.
81a5560e 2995
40d2791f
CY
29962009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
2997
2998 * speedbar.texi (Basic Key Bindings): Fix typo.
2999
65d0154b
JB
30002009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3001
3002 * calc.texi (Vector/Matrix Functions): Add index entries for both
3003 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3004 affects matrices with more than one row.
b5bdfd9f 3005 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 3006
5a9e3ab7
JB
30072009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3008
3009 * calc.texi (Stack Manipulation Commands): Add documentation for
3010 `calc-transpose-lines'
3011
42fb7e61
MA
30122009-07-27 Michael Albinus <michael.albinus@gmx.de>
3013
3014 * dbus.texi (Receiving Method Calls): Describe special return value
3015 `:ignore'.
3016
574b69d5
AM
30172009-07-24 Alan Mackenzie <acm@muc.de>
3018
3019 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3020 initialization, any individual variable setting now takes precedence
3021 over one done via c-file-style/c-file-offsets.
3022
ec06459c
JB
30232009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3024
3025 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3026 truncated when Calc is quit.
3027 (Customizing Calc): Document `calc-undo-length'.
3028
4ce54f6b
CY
30292009-07-20 Chong Yidong <cyd@stupidchicken.com>
3030
3031 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3032
0e4f8ba5
GM
30332009-07-11 Kevin Ryde <user42@zip.com.au>
3034
3035 * pcl-cvs.texi (About PCL-CVS):
3036 * widget.texi (Basic Types):
3037 Fix cross-references.
3038
fa0f81b0
AS
30392009-07-01 Andreas Schwab <aschwab@redhat.com>
3040
3041 * dbus.texi (Type Conversion): Don't use literal control character.
3042
88a683c5
MA
30432009-07-01 Michael Albinus <michael.albinus@gmx.de>
3044
3045 * tramp.texi (GVFS based methods): New section.
3046 (Remote processes): Processes for GVFS based methods run locally.
3047
36c8febb
MA
30482009-06-30 Michael Albinus <michael.albinus@gmx.de>
3049
0c7efc08
SM
3050 * tramp.texi (Inline methods, External methods, Gateway methods):
3051 Avoid the words "kludge" and hack".
36c8febb
MA
3052 (External methods): Add `synce' method.
3053
3054 * trampver.texi: Update release number.
3055
d6b951bb
MA
30562009-06-22 Michael Albinus <michael.albinus@gmx.de>
3057
3058 Sync with Tramp 2.1.16.
3059
3060 * tramp.texi (History): Add GVFS support.
3061 (External methods): Precise `rsync' description. Add `dav', `davs' and
3062 `obex' methods. Add 'tramp-gvfs-methods' option.
3063 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3064 forms.
3065 (Remote Programs): Introduce `tramp-own-remote-path'.
3066 (Remote processes): New subsection "Running remote programs that create
3067 local X11 windows".
3068 (Frequently Asked Questions): Improve code for disabling vc.
3069
3070 * trampver.texi: Update release number. Set default value of
3071 `emacsgvfs'.
3072
70243478
CY
30732009-06-21 Chong Yidong <cyd@stupidchicken.com>
3074
3075 * Branch for 23.1.
3076
54b31cbf
GM
30772009-06-17 Glenn Morris <rgm@gnu.org>
3078
3079 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3080 (Latest version of Emacs): Mention source code repository.
3081
f6adc23c
GM
30822009-06-16 Glenn Morris <rgm@gnu.org>
3083
3084 * faq.texi (Top): Language tweak.
3085 (Extended commands): Most people have arrow keys.
3086 (Emacs manual): Say how to follow info links.
3087 (File-name conventions): Change title a bit. Explain about source
3088 versus installed. Condense etc description.
3089 (Guidelines for newsgroup postings): Mention Savannah list page.
3090 (Newsgroup archives): Simplify.
3091 (Contacting the FSF): Add contact URL.
3092 (Emacs Lisp documentation): Printed version not always available.
3093 (Installing Texinfo documentation): Explain how by hand installation is
3094 not normally needed. Use add-to-list. Remove duplicate reference.
3095 (Informational files for Emacs): Move info on Help menu here from
3096 "File-name conventions".
3097 (Help installing Emacs): Tweak uref.
3098 (Obtaining the FAQ): Mention repository.
3099 (Origin of the term Emacs): Explain "ITS".
3100 (Changing load-path): Use add-to-list.
3101 (Automatic indentation): Clarify this is for Text mode.
3102 Don't mention Indented Text mode.
3103 (Finding Emacs on the Internet): The FSF does not seem to offer a
3104 deluxe distribution on CD anymore.
3105
b59a8457
GM
31062009-06-16 Glenn Morris <rgm@gnu.org>
3107
3108 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3109 Recommend the latest release. Mention how to get older FAQs.
3110 Recommend the Emacs manual.
3111 (Guidelines for newsgroup postings): Discourage cross-posts.
3112 (Underlining paragraphs): Remove.
3113 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3114 (Bugs and problems): Update key-binding.
3115 (Problems with very large files): Mention 64-bit.
3116 (Shell process exits abnormally): Remove.
3117 (Problems with Shell Mode): Rename and update.
3118 (Spontaneous entry into isearch-mode)
3119 (Problems talking to certain hosts): Remove. This is old information,
3120 in etc/PROBLEMS if needed.
3121 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3122 (Dired claims that no file is on this line): Update.
3123 (Installing Emacs, Problems building Emacs): Simplify.
3124 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3125 information.
3126 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3127 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3128 (JDEE): "JDEE", not "JDE".
3129 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3130 Remove. This is old information, in etc/PROBLEMS if needed.
3131 (stty and Backspace key, Kanji and Chinese characters): Remove.
3132 (Right-to-left alphabets): Update section.
3133 (Changing the included text prefix): Gnus uses message-yank-prefix.
3134 Add cross-reference to Supercite manual.
3135 (Saving a copy of outgoing mail): Simplify output file description.
3136 (Expanding aliases when sending mail): Refer to Emacs manual.
3137 Remove old info about RFC822.
3138 Correct description of how to rebuild aliases.
3139 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3140 (MIME with Emacs mail packages)
3141 (Viewing articles with embedded underlining)
3142 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3143 Remove old sections.
3144 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3145 and is well-documented in the Gnus manual.
3146 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3147 (Making Gnus faster): Rename from "Starting Gnus faster".
3148 Merge "Catch-up is slow in Gnus" into here.
3149
0e6d12ca
GM
31502009-06-14 Glenn Morris <rgm@gnu.org>
3151
3152 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3153 (New in Emacs 23): New section.
3154 (Handling C-s and C-q with flow control): Add xref.
3155
2e17e05e
GM
31562009-06-13 Glenn Morris <rgm@gnu.org>
3157
3158 * faq.texi (Setting up a customization file): Grammar fix.
3159 Customize is no longer "new".
3160 (Displaying the current line or column): Line-number mode is on by
3161 default. Don't mention `column' package. Mention linum.el.
3162 (Turning on abbrevs by default): Explain how to do it for buffers,
3163 modes, and everywhere.
3164 (Associating modes with files): Use add-to-list. Don't mention Emacs
3165 19.
3166 (Highlighting a region): On by default since 23.1.
3167 (Replacing highlighted text): Update doc quote.
3168 (Working with unprintable characters): Don't mention search-quote-char.
3169 (Using an already running Emacs process): Gnuclient is probably not an
3170 enhancement these days.
3171 (Indenting switch statements): Remove mention of pre-Emacs 20.
3172 (Horizontal scrolling): Abbreviate Emacs 20 description.
3173 (Replacing text across multiple files): Fix name of dired command.
3174 (Disabling backups): Use require not load.
4f9d4de3 3175 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3176
2a1cf2b9
BW
31772009-06-13 Bill Wohler <wohler@newt.com>
3178
3179 Release MH-E manual version 8.2.
3180
3181 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3182 release 8.2.
3183
85b438b7
GM
31842009-06-13 Glenn Morris <rgm@gnu.org>
3185
3186 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3187 in this day and age the common meaning is "on the web".
3188 (copying): Use @copyright in all cases.
3189 (Basic keys): Remove reference to deleted manual node "Text Characters".
3190 (File-name conventions): Use GNU as an example rather than SERVICE.
3191 default.el lives in site-lisp. Update Info directory location.
3192 (Real meaning of copyleft): GPL actions have been brought, but all
3193 settled out of court.
3194 (Guidelines for newsgroup postings): Shorten section title.
3195 Simplify comp.emacs description.
3196 (Newsgroup archives): Change Google URL. Describe Gmane.
3197 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3198 points". Mention List-Unsubscribe header.
3199 (Contacting the FSF): Update email and URLs.
3200 (Basic editing): Mention F1 for help.
3201 (Installing Texinfo documentation): Refer to Texinfo website rather
3202 than ftp server.
3203 (Printing a Texinfo file): Mention texi2pdf.
3204 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3205 are just stubs nowadays.
3206 (Latest version of Emacs): Explain version numbers.
3207 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3208 (Turning on syntax highlighting): No need to mention hilit19 any more.
3209 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3210 (Modes for various languages): Remove section.
3211 (Major packages and programs): Remove most version and maintainer
3212 information - it's hard to keep up-to-date, and adds nothing.
3213 Similarly with direct links to mailing lists.
3214 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3215 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3216 years, and Emacs comes with tools for this now.
3217 (Patch): Remove section - this is a standard tool.
3218 (Using function keys under X): Remove section.
3219
93e2d996
GM
32202009-06-12 Glenn Morris <rgm@gnu.org>
3221
3222 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3223 (Help installing Emacs): Remove reference to deleted X11 node.
3224 (Associating modes with files): Interpreter-mode-alist is no longer
3225 subservient to auto-mode-alist.
3226 (Installing Emacs): Change future Emacs version.
3227 (Linking with -lX11 fails): Remove old section.
3228 (Packages that do not come with Emacs): Update ELL location.
3229 Emacs Lisp archive is dead.
3230 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3231 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3232 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3233 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3234 (Removing flashing messages): Remove section about non-existent Gnus
3235 option.
3236
f0bf7708
GM
3237 * faq.texi (Top): Add @top command.
3238 Remove the optional arguments from all @node commands: makeinfo can
3239 generate these automatically, and it is easier to edit and rearrange
3240 nodes without them.
3241
30884d11
GM
32422009-06-11 Glenn Morris <rgm@gnu.org>
3243
3244 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3245 (The LPF): Make the updated URL the sole reference point.
3246 (Learning how to do something): Update refcard price and format.
3247 (Getting a printed manual): Sources in doc/emacs/, not man/.
3248 Also available in PDF format. Since the page count varies, be less
3249 precise.
3250 (Informational files for Emacs): Remove references to deleted files
3251 LPF and SUN-SUPPORT, and to UUCP.
3252 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3253 Remove many obsolete ways to get the FAQ, which now seems only to be
3254 distributed with Emacs.
3255 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3256
deab46e0
CY
32572009-06-09 Chong Yidong <cyd@stupidchicken.com>
3258
223b43fa 3259 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3260 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3261
deab46e0
CY
3262 * ada-mode.texi (Installation, Compile commands)
3263 (Project File Overview, No project files, Set compiler options)
3264 (Use GNAT project file, Use multiple GNAT project files)
3265 (Identifier completion): Use @samp for menu items, and @kbd for key
3266 sequences (Bug#3504).
3267
71fbd643
DU
32682009-06-04 Daiki Ueno <ueno@unixuser.org>
3269
8c9bb6f5 3270 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3271
f197085b
CY
32722009-06-04 Ryan Yeske <rcyeske@gmail.com>
3273
3274 * message.texi (Header Commands): Fix descriptions to match
3275 keybindings.
3276
7f3bc720
DU
32772009-04-22 Daiki Ueno <ueno@unixuser.org>
3278
3279 * gnus.texi (Security): Mention that EasyPG is the current default.
3280
4518068d
CY
32812009-04-13 Chong Yidong <cyd@stupidchicken.com>
3282
3283 * ediff.texi (Session Commands): Fix typo.
3284
d7ca410a
MB
32852009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3286
3287 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3288 news.software.readers. Reported by Florian Rehnisch.
3289
c6c76add
GM
32902009-04-02 Glenn Morris <rgm@gnu.org>
3291
3292 * auth.texi: Capitalize direntry.
3293
3294 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3295 using a period in the entry name. (Bug#2797)
3296
35ed8e2e
JB
32972009-03-03 Juanma Barranquero <lekktu@gmail.com>
3298
3299 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3300 ($(infodir)/auth, auth.dvi): New targets.
3301
e280480a
GM
33022009-03-03 Glenn Morris <rgm@gnu.org>
3303
3304 * auth.texi: Fix @setfilename.
3305
3306 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3307 (auth, $(infodir)/auth, auth.dvi): New rules.
3308
8a76755b
GM
33092009-02-25 Glenn Morris <rgm@gnu.org>
3310
3311 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
3312
0038d478
MB
33132009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3314
3315 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3316
33172009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3318
3319 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3320 gnus-nocem-issuers, and gnus-nocem-verifyer.
3321
867d4bb3
JB
33222009-02-20 Juanma Barranquero <lekktu@gmail.com>
3323
3324 * ada-mode.texi (Project files, Automatic Casing):
3325 * dbus.texi (Signals):
3326 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3327 * mh-e.texi (HTML):
3328 * nxml-mode.texi (Locating a schema)
3329 (Using the document's URI to locate a schema):
3330 * org.texi (Footnotes, Using the mapping API):
3331 * rcirc.texi (Channels): Remove duplicate words.
3332
3a44dc1f
GM
33332009-02-20 Glenn Morris <rgm@gnu.org>
3334
3335 * dired-x.texi (Miscellaneous Commands):
3336 * gnus.texi: Minor updates for mbox Rmail.
3337
5dc584b5
KB
33382009-02-16 Karl Berry <karl@gnu.org>
3339
b59a8457
GM
3340 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3341 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3342 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3343 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3344 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3345 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3346 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3347 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3348 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3349 Consistently use @insertcopying in the Top node,
5dc584b5 3350 @contents at the front (after @end titlepage),
b59a8457 3351 and @direntry after @copying. (Bug#1988)
5dc584b5 3352
9eb59592
MB
33532009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3354
3355 * auth.texi: New file documenting auth-source.
3356
d324fa76
CD
33572009-02-13 Carsten Dominik <dominik@science.uva.nl>
3358
3359 * org.texi (Org Plot): Fix link.
3360
7a603b73
DU
33612009-02-09 Daiki Ueno <ueno@unixuser.org>
3362
3363 * epa.texi (Mail-mode integration): Mention the way to do
3364 "encrypt-to-self". (Bug#1807)
3365
a626b338 33662009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
3367
3368 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
3369
3b36c17e
MB
33702009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
3371
3372 * gnus-news.texi: Print version about Incoming*.
3373
55033558
CD
33742009-02-02 Carsten Dominik <dominik@science.uva.nl>
3375
3376 * org.texi (Structure editing, Handling links)
3377 (Fast access to TODO states, Javascript support): Make standard docs
3378 correctly reflect default variable settings.
3379
ec712abb
GM
33802009-02-02 Glenn Morris <rgm@gnu.org>
3381
3382 * org.texi: Fix typos.
3383
7112648c
MA
33842009-02-01 Michael Albinus <michael.albinus@gmx.de>
3385
3386 Sync with Tramp 2.1.15.
3387
3388 * trampver.texi: Update release number.
3389
2e461fc1
CD
33902009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
3391
3392 * org.texi (TODO dependencies): Document TODO dependencies on
3393 checkboxes.
3394
bc283609
CD
33952009-01-30 Carsten Dominik <dominik@science.uva.nl>
3396
3397 * org.texi (TODO dependencies): Document key binding for toggling
3398 ORDERED property.
3399
74fc5047
MA
34002009-01-28 Michael Albinus <michael.albinus@gmx.de>
3401
3402 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
3403 of hook functions.
3404
d6685abc
CD
34052009-01-28 Carsten Dominik <dominik@science.uva.nl>
3406
3407 * org.texi (TODO dependencies): New section.
3408
65c439fd
CD
34092009-01-27 Carsten Dominik <dominik@science.uva.nl>
3410
3411 * org.texi (Plain lists, TODO basics, Priorities)
3412 (Multiple sets in one file, Conflicts): Document interaction with
3413 `shift-selection-mode'.
3414
5fafc247
JB
34152009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
3416
3417 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
3418 Make Calc the subject of sentences.
3419 (Rearranging Formulas using Selections): Discuss new options
3420 for `j *'.
3421
e7433508
MA
34222009-01-26 Michael Albinus <michael.albinus@gmx.de>
3423
3424 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
3425
2096a1b6
GM
34262009-01-26 Glenn Morris <rgm@gnu.org>
3427
3428 * org.texi: Fix typos.
3429
0cb61492
BW
34302009-01-26 Bill Wohler <wohler@newt.com>
3431
2096a1b6 3432 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 3433
0bd48b37
CD
34342009-01-25 Carsten Dominik <dominik@science.uva.nl>
3435
3436 * org.texi (References): Add information about remote references.
3437 (Built-in table editor): Document `C-c RET' in tables.
3438 (Math symbols, Quoting LaTeX code): Mention that simple
3439 LaTeX macros survive LaTeX export.
3440 (Images in LaTeX export): Show how to create a reference to a
3441 figure.
3442 (Sectioning structure): Document that the LaTeX class can be
3443 specified in a property.
3444 (Text areas in HTML export): New section.
3445 (External links): Add examples for text search and ID links.
3446 (Built-in table editor): Remove the descriptio of `C-c
3447 C-q', it not longer works.
3448 (Literal examples): Document that a space must follow
3449 the colon in short examples.
3450 (Relative timer): Document `org-timer-stop'.
3451 (Footnotes): New section.
3452 (Footnote markup): Shorten section and refer to new Footnote
3453 section.
3454 (Literal examples): Add documentation for line
3455 numbering in and references to code examples.
3456 (CSS support): Fix the description of default CSS styles.
3457 (Capturing column view): Document
3458 "file:path/to/file.org" as an allowed value for the ID property of
3459 a dynamic block copying column view.
3460
49dbbaf2
SE
34612009-01-23 Stephen Eglen <stephen@gnu.org>
3462
3463 * mh-e.texi (Getting Started): Describe $MH.
3464
193e6828
MA
34652009-01-21 Michael Albinus <michael.albinus@gmx.de>
3466
3467 * tramp.texi (all): Harmonize usage of "external method",
3468 "external transfer method" and "out-of-band method".
3469 (Connection types): Precise the differences of inline and external
3470 methods. Written by Adrian Phillips <a.phillips@met.no>.
3471
26b9f88d
MB
34722009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3473
3474 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
3475 commands as described at the top. Reported by Allan Gottlieb
3476 <gottlieb@nyu.edu>.
3477
34782009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
3479
3480 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
3481 nnmail-pathname-coding-system.
3482
377952e0
GM
34832009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
3484
3485 * org.texi (Relative timer): Fix typo.
3486
a20d3598
JB
34872009-01-15 Juanma Barranquero <lekktu@gmail.com>
3488
3489 * org.texi (Clocking work time): Fix typo.
98a1e0f5 3490 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 3491
a50253cc
GM
34922009-01-13 Glenn Morris <rgm@gnu.org>
3493
3494 * org.texi: Fix some more typos.
3495
07450bee
GM
34962009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
3497
3498 * org.texi: Fix some typos.
3499
e3e955fe
MB
35002009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
3501
3502 * gnus.texi (Group Parameters): Add note for local variables.
3503
35042009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
3505
0c7efc08
SM
3506 * gnus.texi (Converting Kill Files): Fix URL.
3507 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
3508
35092009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
3510
3511 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
3512 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
3513 (Paging the Article): Add index entry.
3514
71dd9983
JB
35152009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
3516
3517 * ada-mode.texi (Examples): Delete redundant text.
3518
4a0cf14f
MA
35192009-01-03 Michael Albinus <michael.albinus@gmx.de>
3520
36c8febb 3521 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
3522
3523 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
3524 addresses.
3525
aedac0f0
BW
35262009-01-03 Bill Wohler <wohler@newt.com>
3527
3528 * mh-e.texi (Scan Line Formats): Indicate that first column should be
3529 kept empty.
3530
4c65b566
CD
35312008-12-20 Carsten Dominik <dominik@science.uva.nl>
3532
3533 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
3534 (HTML Export commands, LaTeX/PDF export commands):
3535 Improve documentation about transient-mark-mode.
e9fce1ac 3536 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
3537 to fields in the last table row.
3538
e1a78e1e
JL
35392008-12-19 Juri Linkov <juri@jurta.org>
3540
3541 * info.texi (Search Text): Remove mention of removed key binding M-s.
3542
17a0aa82
CD
35432008-12-18 Carsten Dominik <dominik@science.uva.nl>
3544
3545 * org.texi (References): Remove mentioning of @0 as reference for the
3546 last line, this has been reverted in the Lisp sources.
3547
4997d802
JB
35482008-12-17 Juanma Barranquero <lekktu@gmail.com>
3549
3550 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
3551 (DVI_TARGETS): Remove duplicates. Add sasl.
3552 ($(infodir)/sasl, sasl.dvi): New targets.
3553
33306645
CD
35542008-12-17 Carsten Dominik <dominik@science.uva.nl>
3555
3556 * org.texi: Version number pushed to 6.15d.
3557
db55f368
CD
35582008-12-16 Carsten Dominik <dominik@science.uva.nl>
3559
a0bf4117 3560 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
3561 (Images in LaTeX export): New section.
3562 (Inlined images, Images in HTML export): Sections renamed.
3563
dae0a942
MB
35642008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
3565
3566 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
3567
9f5572e9
MB
35682008-12-04 David Engster <dengste@eml.cc>
3569
3570 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 3571 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 3572
bc23baaa
CD
35732008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
3574
3575 * org.texi (Using the mapping API): Fix bug in mapping example.
3576 (Publishing options): Make the list of properties complete again, in
3577 correspondence to the variable `org-export-plist-vars'.
3578 (Property searches): Document new special values for time comparisons.
3579 (Tag inheritance): Refine the description of tag inheritance.
3580 (Project alist): Add info about the publishing sequence of components.
a0bf4117 3581 (Effort estimates): Document the new relative timer.
bc23baaa 3582
3bf8054f
JB
35832008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
3584
3585 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
3586 (Using Calc): Clarify use of `C-x * o'.
3587 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
3588
ac134f2f
RS
35892008-11-28 Richard M Stallman <rms@gnu.org>
3590
3591 * dbus.texi (Receiving Method Calls): Clean up previous change.
3592
ace706d1
MA
35932008-11-26 Michael Albinus <michael.albinus@gmx.de>
3594
3595 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
3596 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
3597 `dbus-unescape-from-identifier'.
3598 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 3599 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
3600 (Signals): Use the constants in the example.
3601
d60b1ba1
CD
36022008-11-24 Carsten Dominik <dominik@science.uva.nl>
3603
b97439ce 3604 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 3605
ce4fdcb9
CD
36062008-11-23 Carsten Dominik <dominik@science.uva.nl>
3607
3608 * org.texi (Setting up Remember): Document `org-remember-mode'.
3609 (External links): Document that bbdb links can use a regular
3610 expression.
3611 (External links): Document that elisp links can contain interactive
3612 commands.
3613
c8548a00 36142008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
3615
3616 * viper.texi (viper-translate-all-ESC-keysequences):
3617 Description removed.
3618
6a2c4aec
GM
36192008-11-19 Glenn Morris <rgm@gnu.org>
3620
3621 * doclicense.texi: Change to FDL 1.3.
3622 Relicense all texi files under FDL 1.3 or later.
3623
59ee4113
JB
36242008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
3625
3626 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
3627
59bcbb98 36282008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 3629
0c7efc08 3630 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
3631
3632 * ediff.texi: Version/date change.
9f90198a 3633
8aa41c9b
CY
36342008-11-14 Chong Yidong <cyd@stupidchicken.com>
3635
3636 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
3637
17587b1b
JB
36382008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
3639
3640 * calc.texi (About This Manual): Comment out a mention of
3641 marginal notes.
3642
564c900e
CD
36432008-11-12 Carsten Dominik <dominik@science.uva.nl>
3644
3645 * org.texi (Clocking work time): Document the :formula property of
3646 clock tables.
3647 (Structure editing, Refiling notes): Document refiling regions.
3648 (Agenda commands): Document the double-prefix version
3649 of the `l' command in the agenda.
3650 (Handling links): Explain the effect of a double prefix
3651 arg to `C-c C-o'.
3652 (TODO basics): Add documentation for tag triggers.
3653
3c4be1f2
GM
36542008-10-23 Glenn Morris <rgm@gnu.org>
3655
3656 * cl.texi (Function Bindings): Mention `flet' fails to deal with
3657 byte-compiling things like `+'.
3658
3659 * ns-emacs.texi: Merge copyright years of author now with assignment
3660 into FSF years.
3661 (VER): Use it for easier automatic updating. Use Emacs version rather
3662 than standalone Emacs.app version.
3663
a6520ff3
CD
36642008-10-12 Carsten Dominik <dominik@science.uva.nl>
3665
864c9740 3666 * org.texi: Lots of minor fixes.
a6520ff3
CD
3667 (Capture): New chapter.
3668 (Org Plot): New section.
3669
db7a4b66
MH
36702008-09-30 Magnus Henoch <mange@freemail.hu>
3671
3672 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
3673
4043c194
JB
36742008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
3675
3676 * calc.texi (User Defined Units): Mention how to enter optional display
3677 string.
3678
eef5ade7
MB
36792008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
3680
0c7efc08 3681 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
3682 avoid the "y/n" wording.
3683
e52cac88
MB
36842008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
3685
0c7efc08 3686 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
3687
36882008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3689
3690 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
3691 @enumerate section so as to be able to be formatted with MAKEINFO=no.
3692
00c55306
BW
36932008-09-22 Bill Wohler <wohler@newt.com>
3694
3695 Release MH-E manual version 8.1.
3696
3697 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3698 release 8.1.
3699
3700 * mh-e.texi: Retain dual license as agreed to by the FSF.
3701 However, bump GPL to Version 3.
3702 Use @include for license text.
3703
e52cac88 37042008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
3705
3706 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
3707 (Store custom flags and keywords, Store arbitrary data):
3708 Clean up markup.
64763fe3
MB
3709
37102008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
3711
3712 * gnus.texi (The Gnus Registry): Document it.
3713
9e601b8d
MB
37142008-09-08 David Engster <dengste@eml.cc>
3715
88ee5b02
JB
3716 * gnus.texi (nnmairix): Point out that nnml uses MH format.
3717 Clarify section about choosing back end servers.
9e601b8d 3718
247043f1
GM
37192008-08-23 Glenn Morris <rgm@gnu.org>
3720
3721 * dired-x.texi (Shell Command Guessing):
3722 Mention dired-guess-shell-case-fold-search. (Bug#417)
3723
2bfec7a0
MA
37242008-08-22 Michael Albinus <michael.albinus@gmx.de>
3725
3726 * trampver.texi: Update release number.
3727
247043f1 37282008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
3729
3730 * ns-emacs.texi: Update version.
3731 (Introduction): Correct menu location for options save.
3732 (Customization): Note that defaults are stored under org.gnu.Emacs.
3733
8c20bd92
BW
37342008-08-11 Bill Wohler <wohler@newt.com>
3735
3736 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
3737 explicit about GNU mailutils MH elsewhere (with thanks to Darel
3738 Henman) (closes SF #1768928).
3739
767a4d92
GM
37402008-08-10 Glenn Morris <rgm@gnu.org>
3741
3742 * ns-emacs.texi: Use @copying. Change copyright of authors with
3743 assignment to FSF. Change license to GFDL.
3744 (Top): Remove outdated references.
3745
6ecfe5c2
MB
37462008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
3747
88ee5b02
JB
3748 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
3749 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
3750 gnus-summary-sort-by-most-recent-date.
3751 (Summary Sorting): Explain prefix argument.
3752
37532008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
3754
3755 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
3756 gnus-summary-pipe-output.
3757
eb932e8a
MA
37582008-08-03 Michael Albinus <michael.albinus@gmx.de>
3759
3760 * dbus.texi (Receiving Method Calls): Document error handling of own
3761 D-Bus methods.
3762
bfe16263
BW
37632008-08-01 Bill Wohler <wohler@newt.com>
3764
3765 * mh-e.texi (Reading Mail)
9f90198a 3766 (Viewing Attachments): Describe new function
bfe16263
BW
3767 mh-show-preferred-alternative.
3768 (Sending Mail, Redistributing, Sending Message): Describe new hook
3769 mh-annotate-msg-hook.
3770
21956b56
MA
37712008-07-31 Michael Albinus <michael.albinus@gmx.de>
3772
3773 * dbus.texi (Arguments and Signatures): Fix example.
3774 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
3775 (Asynchronous Methods): New node.
9f90198a
JB
3776 (Errors and Events): Describe extended layout of `dbus-event'.
3777 New defun `dbus-event-message-type'.
21956b56 3778
7c2fb837
DN
37792008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3780
3781 * ediff.texi: Remove VMS support.
3782
13662773
JB
37832008-07-29 Juanma Barranquero <lekktu@gmail.com>
3784
3785 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
3786 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
3787
ddde0b34
CY
37882008-07-29 Chong Yidong <cyd@stupidchicken.com>
3789
3790 * Makefile.in: Add mairix-el targets.
3791
37922008-07-29 David Engster <deng@randomsample.de>
3793
3794 * mairix-el.texi: New file.
3795
d5875b25
JB
37962008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
3797
366b7d44
JB
3798 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
3799 project files. Delete 'main_unit' project variable; not needed. Allow
3800 process environment variables wherever project variables are allowed.
3801 Add tutorial section on multiple GNAT project files.
d5875b25 3802
6cbab8ee
MA
38032008-07-27 Michael Albinus <michael.albinus@gmx.de>
3804
3805 Sync with Tramp 2.1.14.
3806
3807 * trampver.texi: Update release number.
3808
9e2a2647
DN
38092008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3810
3811 * ns-emacs.texi:
3812 * faq.texi: Remove mentions of Mac Carbon.
3813
d62672f3
MB
38142008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
3815
3816 * gnus.texi (Saving Articles): Describe the 2nd argument of
3817 gnus-summary-save-in-pipe.
3818 (SpamAssassin): Use it.
3819
38202008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
3821
3822 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
3823
dd12e1c6
CD
38242008-07-25 Carsten Dominik <dominik@science.uva.nl>
3825
3826 * org.texi (Export options): Document the use of the creator flag.
3827
44ce9197
CD
38282008-07-24 Carsten Dominik <dominik@science.uva.nl>
3829
3830 * org.texi: New version 6.06a.
3831
ddd13c5d
JB
38322008-07-23 Juanma Barranquero <lekktu@gmail.com>
3833
3834 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
3835 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
3836
8dc6104d
JB
38372008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
3838
3839 * calc.texi (Editing Stack Entries):
3840 (Algebraic Entry): Rewrite introductory sentences so it can be used by
3841 Calc's help functions. Mention fixing typos.
3842 (Customizing Calc): Fix typo.
3843
38442008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
3845
3846 * calc.texi (summarykey): New macro. Use to correctly format keys in
3847 the summary.
3848
ddd13c5d 38492008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
3850
3851 * ns-emacs.texi (Customization): Corrected documentation on color
3852 specification formats.
3853
568beaa2
AS
38542008-07-19 Andreas Schwab <schwab@suse.de>
3855
db8ef699 3856 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
3857
3858 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
3859 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
3860
cd71b9ae
MA
38612008-07-18 Michael Albinus <michael.albinus@gmx.de>
3862
3863 * dbus.texi (Inspection): Rework, introduce submenus.
3864 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
3865 (Properties and Annotations, Arguments and Signatures): New nodes.
3866
9b7993b4
MA
38672008-07-13 Michael Albinus <michael.albinus@gmx.de>
3868
3869 * dbus.texi (Receiving Method Calls): Fix description of
3870 `dbus-register-method'.
3871 (Signals): Allow also signal arguments for filtering in
3872 `dbus-register-signal'.
3873
241d447b
JB
38742008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
3875
3876 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
3877 `cnorm'.
3878 (Arithmetic Tutorial): Simplify the verification of prime factors.
3879
adb46650
MB
38802008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
3881
3882 * gnus.texi (Saving Articles): Mention
3883 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
3884
92e15881
JB
38852008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
3886
3887 * calc.texi: Adjust mode line throughout.
3888
ea597303
JB
38892008-06-28 Juanma Barranquero <lekktu@gmail.com>
3890
3891 * sasl.texi (Mechanisms): Fix typos.
3892
aee08080
JB
38932008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
3894
3895 * calc.texi (Killing from the stack): Mention using normal Emacs
3896 copying.
3897
a06a4a12
MA
38982008-06-21 Michael Albinus <michael.albinus@gmx.de>
3899
0c7efc08 3900 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 3901 Add `auth-source' mechanism.
a06a4a12
MA
3902 (Connection caching): Tramp reopens the connection automatically,
3903 when the operating system on the remote host has been changed.
3904
7389398d
EZ
39052008-06-20 Eli Zaretskii <eliz@gnu.org>
3906
3907 * makefile.w32-in (distclean): Remove makefile.
3908
b349f79f
CD
39092008-06-17 Carsten Dominik <dominik@science.uva.nl>
3910
3f9b4c2b 3911 * org.texi (Using the mapping API): New section.
b349f79f 3912 (Agenda column view): New section.
3f9b4c2b 3913 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 3914 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 3915 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
3916
39172008-06-17 Jason Riedy <jason@acm.org>
3918
3919 * org.texi (A LaTeX example): Note that fmt may be a one-argument
3920 function, and efmt may be a two-argument function.
3921 (Radio tables): Document multiple destinations.
3922
cd5c05d2
GM
39232008-06-16 Glenn Morris <rgm@gnu.org>
3924
3925 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
3926 Add Cover-Texts.
3927
debf4439
GM
39282008-06-15 Glenn Morris <rgm@gnu.org>
3929
3930 * faq.texi (VER): Update to 23.0.60.
3931
3932 * mh-e.texi: Remove option of licensing under GPL.
3933 Add Cover-Texts to GFDL permissions notice.
3934 (GPL): Remove section.
3935 (GFDL): Include doclicense.texi rather than the actual text.
3936
3937 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
3938 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
3939
3940 * sasl.texi: Fix output file name.
3941
3942 * epa.texi, sasl.texi: Refer to license in Emacs manual.
3943
3944 * gnus-coding.texi: Refer to license in Gnus manual.
3945
3946 * idlwave.texi, sasl.texi: Use @copying.
3947
3948 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
3949
3950 * speedbar.texi: Update Back-Cover Text as per maintain.info.
3951
3952 * url.texi: Use @copying, @title, @subtitle, @author.
3953
3954 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
3955 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
3956 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
3957 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
3958 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
3959 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
3960 * widget.texi, woman.texi:
3961 Remove references to external license, since doclicense is included.
3962
3963 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
3964 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
3965 Remove references to non-existent Invariant Sections.
3966
091f8bc1
GM
39672008-06-14 Glenn Morris <rgm@gnu.org>
3968
3969 * faq.texi (Major packages and programs): Remove references to external
3970 Supercite, Calc, VIPER, since they have been included for some time.
3971 Update VM, AUCTeX, BBDB entries.
3972
47bcb4d3
UJ
39732008-06-14 Ulf Jasper <ulf.jasper@web.de>
3974
3975 * newsticker.texi: Updated to match latest newsticker changes.
3976
6f093307
GM
39772008-06-13 Glenn Morris <rgm@gnu.org>
3978
3979 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
3980 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
3981 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
3982 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
3983 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
3984 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
3985 * woman.texi:
3986 Update Back-Cover Text as per maintain.info.
3987
2b968687
MB
39882008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
3989
3990 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
3991
3992 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
3993 (gnus-faq.xml): Update repository host.
3994
2b968687
MB
3995 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
3996
39972008-06-15 Frank Schmitt <ich@frank-schmitt.net>
3998
3999 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4000 Fix a typo.
4001
40022008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4003
4004 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 4005 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
4006 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4007
40082008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4009
4010 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4011 coding standards.
4012
40132008-06-14 David Engster <dengste@eml.cc>
4014
4015 * gnus.texi (nnmairix): Markup fixes.
4016
e6d2d263
MB
40172008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4018
2b968687 4019 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4020
40212008-06-05 David Engster <dengste@eml.cc>
4022
4023 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4024
40252008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4026
b344d29d 4027 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4028 (Searching, nnir, nnmairix): New stub nodes.
4029
ad231df6 40302008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4031
4032 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4033
f394fa25
MB
40342008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4035
4036 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4037
58333467
MB
40382008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4039
4040 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4041
67525fb9
JY
40422008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4043
4044 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4045
0549d8fc
JB
40462008-05-06 Juanma Barranquero <lekktu@gmail.com>
4047
4048 * info.texi (Top): Fix typo in xref.
4049
149a3837
KB
40502008-05-05 Karl Berry <karl@gnu.org>
4051
4052 * info.texi (Top): @xref to stand-alone manual.
4053
3a23a519
MB
40542008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4055
4056 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4057 (Various Summary Stuff): Fix typo in last xref.
4058
0a29fbf3
JB
40592008-05-02 Juanma Barranquero <lekktu@gmail.com>
4060
4061 * org.texi (Moving subtrees): Fix typo.
4062
586b90f1
MA
40632008-04-28 Michael Albinus <michael.albinus@gmx.de>
4064
4065 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4066 Tramp via `tramp-mode'.
4067
b5af9883
CD
40682008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4069
4070 * org.texi: Massive changes, in many parts of the file.
4071
d55fe5bb
MB
40722008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4073
4074 * gnus.texi (Oort Gnus): Add message-fill-column.
4075
40762008-04-12 Adrian Aichner <adrian@xemacs.org>
4077
4078 * gnus.texi (Mail Source Specifiers): Typo fix.
4079
40802008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4081
4082 * gnus.texi (Diary Headers Generation): Update key binding for
4083 `gnus-diary-check-message'.
4084
40852008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4086
4087 * gnus.texi (Emacsen): Addition.
4088
40892008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4090
4091 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4092
40932008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4094
4095 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4096
40972008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4098
4099 * gnus-news.texi: Update tool bar item.
4100
41012008-04-09 Sven Joachim <svenjoac@gmx.de>
4102
4103 * gnus-news.texi: Fix typos.
4104
76c109c3
JB
41052008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4106
222027f2 4107 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4108 Add mention of `kron'.
4109
d5fbd5a6
MO
41102008-04-01 Daiki Ueno <ueno@unixuser.org>
4111
0c7efc08
SM
4112 * epa.texi (Encrypting/decrypting *.gpg files):
4113 Document epa-file-name-regexp.
d5fbd5a6 4114
fbcbb58c
KY
41152008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4116
4117 * gnus.texi (Example Methods): Fix description about ssh-agent.
4118 (Indirect Functions): Fix the default value of nntp-telnet-command;
4119 remove link to connect.html.
4120
134ce16c
MA
41212008-03-30 Michael Albinus <michael.albinus@gmx.de>
4122
4123 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4124 dbus-call-method.
4125 (Receiving Method Calls): The timeout can be set by the calling client.
4126
da1975d7
MA
4127 * trampver.texi: Update release number.
4128
2e4089ab
RS
41292008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4130
4131 * gnus.texi (Top): Fix version. Add SASL.
4132
70cab5a9
MA
41332008-03-29 Michael Albinus <michael.albinus@gmx.de>
4134
4135 Sync with Tramp 2.1.13.
4136
4137 * trampver.texi: Update release number.
4138
5bc6ddff
MB
41392008-03-29 Chong Yidong <cyd@stupidchicken.com>
4140
4141 * org.texi: Update to new org-mode website.
4142
41432008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4144
4145 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4146
9b3ebcb6
MB
41472008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4148
4149 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4150 gnus-read-ephemeral-gmane-group-url,
4151 gnus-read-ephemeral-emacs-bug-group,
4152 gnus-read-ephemeral-debian-bug-group.
4153
41542008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4155
4156 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4157
4158 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4159 Add FIXMEs for Bookmarks and gnus-registry-marks.
4160
41612008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4162
4163 * gnus.texi (Smileys): Document `smiley-style'.
4164
41652008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4166
4167 * gnus.texi (Gnus Development): Clarify difference between ding and
4168 gnu.emacs.gnus.
4169 (MIME Commands, Using MIME, RSS): Fix markup.
4170
4171 * gnus-faq.texi ([8.4]): Ditto.
4172
41732008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4174
4175 * gnus.texi (Emacsen): Remove obsolete stuff.
4176
41772008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4178
4179 * gnus.texi (Oort Gnus): Add version info WRT
4180 `mail-source-delete-incoming'.
4181
41822008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4183
4184 * gnus.texi (Top): Add "Other related manuals" and version info in
4185 `iftex' output.
4186 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4187 gnus-balloon-face-0 and the corresponding format specifiers.
4188
608d6a81
MA
41892008-03-26 Michael Albinus <michael.albinus@gmx.de>
4190
4191 * tramp.texi (Filename completion): Remove footnote about let-bind
4192 of `partial-completion-mode'. It doesn't work this way.
4193
27a6f132
SM
41942008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4195
4196 * pcl-cvs.texi (Contributors): Update my email.
4197
4a7c4c40
MA
41982008-03-21 Michael Albinus <michael.albinus@gmx.de>
4199
4200 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4201
2940c053
BW
42022008-03-17 Bill Wohler <wohler@newt.com>
4203
4204 * mh-e.texi (Viewing): Update URL for adding header fields to
4205 mh-invisible-header-fields-default.
4206
30864d5f
BW
42072008-03-16 Bill Wohler <wohler@newt.com>
4208
4209 * mh-e.texi (Preface): Add Gnus to requirements.
4210 (Forwarding): Note that forwarded MIME messages are now inline.
4211
31fe2b00
SM
42122008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4213
4214 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4215 (Common Variables): Give precedence to the netcat methods over the
4216 telnet methods, and mention that they are more reliable.
31fe2b00 4217
5e97c626
CD
42182008-03-13 Carsten Dominik <dominik@science.uva.nl>
4219
4220 * org.texi (Exporting Agenda Views): Document agenda export to
4221 iCalendar.
4222 (Progress logging): Document the new progress logging stuff.
4223
37a68866
MB
42242008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4225
4226 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4227 Update for change of `mail-source-delete-incoming'.
4228
4229 * gnus-news.texi: Ditto.
4230
8f7abae3
MB
42312008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4232
4233 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4234 custom versions.
4235
af379c86
AM
42362008-03-07 Alan Mackenzie <acm@muc.de>
4237
4238 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4239 parens/brackets in a k&r region is limited.
4240
3d0f8a67
MB
42412008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4242
4243 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4244 using different Emacs versions.
4245
52151df0
GM
42462008-02-27 Glenn Morris <rgm@gnu.org>
4247
4248 * sc.texi: Remove a lot of old and obsolete info.
4249 (titlepage): Simplify.
4250 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4251 (VM with any Emacsen, GNEWS with any Emacsen)
4252 (Overloading for Non-conforming MUAs, Version 3 Changes)
4253 (The Supercite Mailing List): Delete nodes.
4254 (Introduction): Remove info about old packages.
4255 (Getting Connected): Simplify. Remove info about old packages.
4256 (Citing Commands): Delete Emacs 19 info.
4257 (Hints to MUA Authors): Simplify.
4258 (Thanks and History): Merge in some info from the deleted node
4259 "Version 3 Changes".
4260
b03f96dc
MB
42612008-02-05 Juanma Barranquero <lekktu@gmail.com>
4262
4263 * org.texi (Setting tags, In-buffer settings):
4264 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4265
52bec650
MB
42662008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4267
4268 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4269 installation directory name.
4270
34a3c587
RF
42712008-02-12 Romain Francoise <romain@orebokech.com>
4272
4273 * epa.texi (Overview): Fix typo.
4274
5a8d03e9
MO
42752008-02-11 Daiki Ueno <ueno@unixuser.org>
4276
4277 * epa.texi (Quick start): Remove the .emacs setting.
4278
f1914c40
MO
42792008-02-10 Daiki Ueno <ueno@unixuser.org>
4280
4281 * epa.texi (Quick start): Use the command `epa-enable' instead of
4282 loading `epa-setup'.
4283
bca98fc9
JB
42842008-02-08 Juanma Barranquero <lekktu@gmail.com>
4285
4286 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4287 ($(infodir)/epa, epa.dvi): New targets.
4288
4b01af2e
MO
42892008-02-08 Daiki Ueno <ueno@unixuser.org>
4290
4291 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4292
4293 * epa.texi: New manual documenting the EasyPG Assistant.
4294
06c0751a
MA
42952008-02-06 Michael Albinus <michael.albinus@gmx.de>
4296
4297 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4298 (Inspection): New function dbus-ping.
4299
7dcccd7b
MA
43002008-02-05 Michael Albinus <michael.albinus@gmx.de>
4301
4302 * tramp.texi (Remote processes): Add `shell-command'.
4303
a1da1e37
MB
43042008-01-28 Michael Sperber <sperber@deinprogramm.de>
4305
4306 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4307 (Group Parameters): Document `mail-source' parameter.
4308
c9d8f746
MA
43092008-01-27 Michael Albinus <michael.albinus@gmx.de>
4310
4311 * tramp.texi (Inline methods): The hostname of the su(do)? methods
4312 must be a local host.
4313
15db4a13
MO
43142008-01-26 Michael Olson <mwolson@gnu.org>
4315
4316 * erc.texi: Update version for ERC 5.3 release.
4317 (Obtaining ERC): Update extras URLs for 5.3.
4318 (Development): Write instructions for git, and remove those for Arch.
4319 (History): Mention the switch to git.
4320
2bc43980
KB
43212008-01-24 Karl Berry <karl@gnu.org>
4322
bca98fc9
JB
4323 * info.texi (Search Index, Search Text): Mention the command
4324 character in the section name, a la the (Go to node) node.
2bc43980 4325
d2e4a6c9
MA
43262008-01-21 Michael Albinus <michael.albinus@gmx.de>
4327
4328 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4329
0b6799c3
MB
43302008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4331
4332 * gnus-news.texi: Mention gnus-article-describe-bindings.
4333
43342008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4335
4336 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4337
db9c3fb1 43382008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 4339
7b4d0413 4340 * org.texi (Property inheritance): New section.
db9c3fb1 4341 (Conventions): New section.
7b4d0413 4342 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
4343 commands, and the new bindings for refiling.
4344 (Sparse trees): Document the new special command for sparse trees.
4345 (References): Be more clear about the counting of hilines.
4346 (Handling links): Document M-p/n for accessing links.
4347 (Fast access to TODO states): New section.
4348 (Per file keywords): New section.
4349 (Property inheritance): New section.
4350 (Column attributes): New summary types.
4351 (Capturing Column View): New section.
4352 (The date/time prompt): Cover the new features in the date/time prompt.
4353 Compactify the table of keys for the calendar remote control.
4354 (Clocking work time): Document the new :scope parameter.
4355 (Remember): Promoted to chapter.
4356 (Quoted examples): New section.
4357 (Enhancing text): New verbatim environments.
4358
6ed73f28
MA
43592008-01-14 Michael Albinus <michael.albinus@gmx.de>
4360
4361 * trampver.texi: Update release number.
4362
95838435
MB
43632008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4364
0c7efc08
SM
4365 * gnus.texi (Article Keymap):
4366 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
4367 gnus-article-reply-with-original and
4368 gnus-article-followup-with-original.
4369
20234d96
GM
43702008-01-09 Glenn Morris <rgm@gnu.org>
4371
4372 * nxml-mode.texi: Add @copying section.
4373
d82cf70b
MB
43742008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4375
4376 * message.texi (Mail Variables): Add some text from "(gnus)Posting
4377 Server". Add `message-send-mail-with-mailclient'.
4378
4379 * gnus.texi (Posting Server): Move some text to "(message)Mail
4380 Variables" and add a reference here.
4381
addb7f2e
MA
43822008-01-04 Michael Albinus <michael.albinus@gmx.de>
4383
4384 * dbus.texi (Receiving Method Calls): New chapter.
4385 (Errors and Events): Add serial number to events. Replace "signal" by
4386 "message". Introduce dbus-event-serial-number.
4387
4db2806c
MA
43882008-01-03 Michael Albinus <michael.albinus@gmx.de>
4389
4390 * dbus.texi (Type Conversion): Explain the type specification for empty
4391 arrays. Use another example.
4392
c9ecb5a7
MA
43932007-12-30 Michael Albinus <michael.albinus@gmx.de>
4394
4395 * dbus.texi (all): Replace "..." by @dots{}.
4396 (Type Conversion): Precise the value range for :byte types.
4397 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
4398 Mention its return value.
4399 (Errors and Events): There is no D-Bus error propagation during event
4400 processing.
4401
702dbfd9
JB
44022007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
4403
4404 * calc.tex (Yacas Language, Maxima Language, Giac Language):
4405 New sections.
4406
87035689
MB
44072007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
4408
4409 * gnus.texi (Group Parameters): Reorder the text and add a note about
4410 `gnus-parameters' near the beginning of the node.
4411
44122007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
4413
4414 * gnus.texi (Score File Editing): Fix function name.
4415
5492f5ca
MA
44162007-12-23 Michael Albinus <michael.albinus@gmx.de>
4417
4418 Sync with Tramp 2.1.12.
4419
4420 * trampver.texi: Update release number.
4421
d4e67bc5
MA
44222007-12-22 Michael Albinus <michael.albinus@gmx.de>
4423
4424 * dbus.texi (Type Conversion): Correct input parameters mapping.
4425
6a31c819
MA
44262007-12-21 Michael Albinus <michael.albinus@gmx.de>
4427
4428 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
4429 (Errors and Events): Mention wrong-type-argument error.
4430
99a3e35f
AS
44312007-12-21 Alex Schroeder <alex@gnu.org>
4432
4433 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 4434 spaces. Fixed some typos.
99a3e35f
AS
4435 (Internet Relay Chat): Explain relay.
4436 (Getting started with rcirc): Change items to reflect prompts.
4437 Add more explanation to rcirc-track-minor-mode and added a comment to
4438 warn future maintainers that this section is a copy.
0c7efc08 4439 (People): Change /ignore example.
62b12a24 4440 (Keywords): Not keywords.
99a3e35f 4441
331e4d02
AS
44422007-12-20 Alex Schroeder <alex@gnu.org>
4443
4444 * rcirc.texi (Top): Fighting Information Overload chapter added.
4445 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 4446 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
4447 (Fighting Information Overload): New chapter documenting /keyword,
4448 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
4449 (Configuration): Document rcirc-server-alist, remove
4450 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 4451
cd71c3ef
MA
44522007-12-16 Michael Albinus <michael.albinus@gmx.de>
4453
4454 * dbus.texi (Signals): Fix example in dbus-register-signal.
4455
bbbe940b
MB
44562007-12-14 Sven Joachim <svenjoac@gmx.de>
4457
4458 * gnus.texi (Score Variables): Fix typo.
4459
0ce574ef
MA
44602007-12-07 Michael Albinus <michael.albinus@gmx.de>
4461
4462 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
4463 (Signals): Adapt dbus-send-signal and dbus-register-signal.
4464 (Errors and Events): Adapt dbus-event.
4465
b890d447
MB
44662007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4467
4468 * gnus.texi (Other Files): Add the yenc command.
4469
44702007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
4471
4472 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
4473 since 2004-08-06.
4474
44752007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
4476
4477 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
4478 on body.
4479
44802007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
4481
4482 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
4483 and rfc2047-allow-irregular-q-encoded-words; fix description of
4484 rfc2047-encode-encoded-words.
4485
44862007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
4487
4488 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
4489
3728bf03
MO
44902007-12-05 Michael Olson <mwolson@gnu.org>
4491
4492 * remember.texi (Diary): Remove "require" line for remember-diary.el.
4493 Update documentation for `remember-diary-file'.
4494
a4397af9
MA
44952007-12-04 Michael Albinus <michael.albinus@gmx.de>
4496
4497 * dbus.texi (Signals): Precise `dbus-register-signal'.
4498 (Errors and Events): Rework events part, the internal structure of
4499 dbus-event has changed.
4500
1682490c
JB
45012007-12-03 Juanma Barranquero <lekktu@gmail.com>
4502
4503 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
4504 ($(infodir)/dbus, dbus.dvi): New targets.
4505
7b13a0f2
MA
45062007-12-03 Michael Albinus <michael.albinus@gmx.de>
4507
4508 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
4509 unconditionally.
4510
4511 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
4512 emulation with @print{}.
4513
7ef92bc9
RS
45142007-12-02 Richard Stallman <rms@gnu.org>
4515
4516 * dbus.texi (Overview): Minor cleanup.
4517
22d8ac3a
MA
45182007-12-02 Michael Albinus <michael.albinus@gmx.de>
4519
d3a8e0df
MA
4520 * Makefile.in (INFO_TARGETS): Add dbus.
4521 (DVI_TARGETS): Add dbus.dvi.
4522 (dbus, dbus.dvi): New targets.
4523
22d8ac3a
MA
4524 * dbus.texi: New file.
4525
559764ab
RF
45262007-11-24 Romain Francoise <romain@orebokech.com>
4527
4528 * nxml-mode.texi: Add description in @direntry.
7aa579d9 4529 Fix file name to match @setfilename.
559764ab 4530
ac97a16b
MH
45312007-11-23 Mark A. Hershberger <mah@everybody.org>
4532
4533 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
4534 ($(infodir)/nxml-mode): New rule.
4535
4536 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
4537 ($(infodir)/nxml-mode): New rule.
4538 (clean): Add nxml-mode*.
4539
4540 * nxml-mode.texi: New file with nxml manual.
4541
404cd454
GM
45422007-11-18 Richard Stallman <rms@gnu.org>
4543
4544 * flymake.texi (Example -- Configuring a tool called directly):
4545 Update example.
4546
b048d478
MA
45472007-11-18 Michael Albinus <michael.albinus@gmx.de>
4548
4549 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 4550 double-slash behavior. Explain directory contents flushing.
b048d478 4551
346e8469
JB
45522007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4553
4554 * calc.texi (TeX and LaTeX Language Modes): Put in
4555 missing braces.
4556
404cd454
GM
45572007-11-15 Richard Stallman <rms@gnu.org>
4558
4559 * cl.texi (Equality Predicates): Delete `eql'.
4560 (Predicates, Naming Conventions, Top): Delete `eql'.
4561 (Common Lisp Compatibility): Delete `eql'.
4562 (Porting Common Lisp): Delete obsolete backquote info.
4563 Minor clarification about character constants.
4564 (Sequence Basics): Minor clarification.
4565
1f6af58b
JB
45662007-11-15 Juanma Barranquero <lekktu@gmail.com>
4567
dccb744b 4568 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
4569 * tramp.texi (Filename completion): Fix typos.
4570
3bc88bc9
JB
45712007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
4572
4573 * calc.texi (Basic commands): Mention the menu.
4574
bc5300d3
MA
45752007-11-12 Michael Albinus <michael.albinus@gmx.de>
4576
4577 * tramp.texi (Connection caching): Tramp flushes connection
4578 properties when remote operating system has been changed.
4579
4d8a28ec
MB
45802007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
4581
4582 * gnus-news.texi: Fix spelling.
4583 `message-insert-formatted-citation-line', not
4584 `message-insert-formated-citation-line'.
4585
404cd454
GM
4586 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
4587
e1176b47
MA
45882007-11-07 Michael Albinus <michael.albinus@gmx.de>
4589
4590 * tramp.texi (Overview): Mention also the PuTTY integration under
4591 Win32. Remove paragraphs about Tramp's experimental status.
4592 (Frequently Asked Questions): Add code example for highlighting the
4593 mode line.
4594
6159985a
MO
45952007-11-03 Michael Olson <mwolson@gnu.org>
4596
4597 * remember.texi: Change mentions of remember-buffer to
4598 remember-finalize throughout.
4599
bec9b2f5
MO
46002007-10-30 Michael Olson <mwolson@gnu.org>
4601
4602 * remember.texi (Copying): Remove.
4603 (Mailbox): Update with non-BBDB instructions.
4604 (Diary, Org): Add.
4605 (Bibliography, Planner Page): Remove.
4606
b6173182
JB
46072007-10-30 Juanma Barranquero <lekktu@gmail.com>
4608
4609 * makefile.w32-in (INFO_TARGETS): Add remember.
4610 (DVI_TARGETS): Add remember.dvi.
4611 ($(infodir)/remember): New rule.
4612 (clean): Add remember*.
4613
15f3eb73
MO
46142007-10-30 Michael Olson <mwolson@gnu.org>
4615
70bdc930
MO
4616 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
4617 ($(infodir)/remember): New rule that builds the Remember Manual.
4618
b6173182
JB
4619 * remember.texi: New file containing the Remember Mode Manual.
4620 Shuffle chapters around after initial import.
7d3f6f1a
MO
4621 (Function Reference): Split Keystrokes into separate chapter.
4622 (Keystrokes): Document C-c C-k.
51d24a12 4623 (Introduction): Fix typographical issue with "---".
15f3eb73 4624
404cd454
GM
46252007-10-29 Richard Stallman <rms@gnu.org>
4626
4627 * widget.texi (Introduction): Delete discussion of implementation
4628 internals.
4629
9bbb9638
MA
46302007-10-29 Michael Albinus <michael.albinus@gmx.de>
4631
4632 * tramp.texi (Connection caching): Host names must be different
4633 when tunneling.
4634
c7ff939a
RS
46352007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4636
4637 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
4638 Gnus v5.13.
4639
01c52d31
MB
46402007-10-28 Miles Bader <miles@gnu.org>
4641
4642 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
4643
01c52d31
MB
46442007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4645
0c7efc08
SM
4646 * gnus.texi (Sorting the Summary Buffer):
4647 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
4648
46492007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4650
4651 * gnus.texi (Non-ASCII Group Names): New node.
4652 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
4653 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
4654
c8763fb6 46552007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
4656
4657 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
4658 clean the output of the program `imap-shell-program'.
4659
46602007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4661
4662 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
4663
46642007-10-28 Tassilo Horn <tassilo@member.fsf.org>
4665
4666 * gnus.texi (Sticky Articles): Documentation for sticky article
4667 buffers.
4668
c8763fb6 46692007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
4670
4671 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
4672
46732007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4674
4675 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
4676
46772007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4678
0c7efc08
SM
4679 * gnus.texi (Archived Messages):
4680 Document gnus-update-message-archive-method.
01c52d31
MB
4681
46822007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4683
4684 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
4685
c8763fb6 46862007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 4687
0c7efc08
SM
4688 * gnus.texi (Group Maneuvering):
4689 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
4690
46912007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4692
0c7efc08
SM
4693 * gnus.texi (Really Various Summary Commands):
4694 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
4695
46962007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4697
4698 * gnus.texi, message.texi: Bump version number.
4699
47002007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4701
4702 * gnus.texi (Group Line Specification, Misc Group Stuff)
4703 (Server Commands): Parenthesize @pxref{Mail Spool}.
4704
47052007-10-28 Didier Verna <didier@xemacs.org>
4706
4707 New user option: message-signature-directory.
4708 * message.texi (Insertion Variables): Document it.
4709 * gnus.texi (Posting Styles): Ditto.
4710
47112007-10-28 Didier Verna <didier@xemacs.org>
4712
4713 * gnus.texi (Group Line Specification):
4714 * gnus.texi (Misc Group Stuff):
4715 * gnus.texi (Server Commands): Document the group compaction feature.
4716
47172007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4718
4719 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
4720
4721 * message.texi (Various Message Variables): Add message-fill-column.
4722
47232007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4724
4725 * gnus.texi: Untabify.
4726
47272007-10-28 Didier Verna <didier@xemacs.org>
4728
4729 * gnus.texi (Group Parameters): Document the posting-style merging
4730 process in topic-mode.
4731
47322007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4733
4734 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
4735
47362007-10-28 Romain Francoise <romain@orebokech.com>
4737
4738 * gnus.texi (Mail Spool): Fix typo.
4739 Update copyright.
4740
47412007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4742
4743 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
4744
47452007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4746
4747 * gnus.texi (Summary Generation Commands):
4748 Add gnus-summary-insert-ticked-articles.
4749
47502007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4751
b2abec73
JB
4752 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
4753 to spam-spamassassin-program.
01c52d31
MB
4754
47552007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4756
4757 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
4758
47592007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4760
4761 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
4762
47632007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4764
4765 * message.texi (Mail Headers): Document `opportunistic'.
4766
47672007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4768
4769 * emacs-mime.texi (Encoding Customization): Explain how to set
4770 mm-coding-system-priorities per hierarchy.
4771
47722007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4773
4774 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
4775 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
4776
47772007-10-28 Didier Verna <didier@xemacs.org>
4778
4779 * message.texi (Wide Reply): Update documentation of
4780 message-dont-reply-to-names (now allowing a list of regexps).
4781
47822007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4783
4784 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
4785
47862007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4787
4788 * gnus.texi (SpamAssassin back end): Fix typo.
4789
4790 * sieve.texi (Examples): Fix grammar.
4791
47922007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4793
4794 * gnus.texi (Searching for Articles): Document M-S and M-R.
4795 (Limiting): Document / b.
4796
47972007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4798
4799 * gnus.texi (Thread Commands): T M-^.
4800
48012007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4802
4803 * message.texi (Mail Aliases): Document ecomplete.
4804 (Mail Aliases): Fix typo.
4805
48062007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4807
4808 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
4809 fix typo.
4810
48112007-10-28 Romain Francoise <romain@orebokech.com>
4812
4813 * gnus.texi (Mail Spool): Grammar fix.
4814
48152007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4816
4817 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
4818 string.
4819
48202007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4821
4822 * gnus.texi (Group Parameters): Fix description.
4823
48242007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4825
b2abec73
JB
4826 * gnus.texi (Gmane Spam Reporting):
4827 Fix spam-report-gmane-use-article-number.
4828 Add spam-report-user-mail-address.
01c52d31
MB
4829
48302007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4831
4832 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
4833
48342007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4835
4836 * gnus.texi (Group Parameters): Add simplified sorting example based on
4837 example for `Sorting the Summary Buffer' from Jari Aalto
4838 <jari.aalto@cante.net>.
4839 (Example Methods): Add example for an indirect connection.
4840
48412007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
4842
0c7efc08 4843 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
4844 (Agent Parameters): Updated parameter names to match code.
4845 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
4846 'gnus-agent-summary-fetch-series'.
4847 (Agent and flags): New section providing a generalized discussion
4848 of flag handling.
0c7efc08
SM
4849 (Agent and IMAP): Remove flag discussion.
4850 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
4851
48522007-10-28 Romain Francoise <romain@orebokech.com>
4853
4854 * gnus.texi (Exiting the Summary Buffer): Add new function
4855 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
4856
48572007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4858
4859 * gnus.texi (Conformity): Fix typo.
4860 (Customizing Articles): Document `first'.
4861
48622007-10-28 Jari Aalto <jari.aalto@cante.net>
4863
4864 * gnus.texi (Sorting the Summary Buffer):
4865 Add `gnus-thread-sort-by-date-reverse'. Add example
4866 host to different sorting in NNTP and RSS groups.
4867
48682007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4869
4870 * message.texi (Insertion): Describe prefix for
4871 message-mark-inserted-region and message-mark-insert-file.
4872
48732007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4874
4875 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
4876 LaTeX documents. Describe "text/x-gnus-verbatim".
4877
48782007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
4879
b2abec73 4880 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
4881 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
4882 (spam-stat spam filtering, SpamOracle)
0c7efc08 4883 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
4884 clarity.
4885
48862007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4887
4888 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
4889 gnus-article-delete-part and gnus-article-replace-part.
4890 (Using MIME): Add gnus-mime-replace-part.
4891
48922007-10-28 Romain Francoise <romain@orebokech.com>
4893
4894 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
4895 requires `auto-compression-mode' to be enabled. Add new nnml
4896 variable `nnml-compressed-files-size-threshold'.
4897
48982007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4899
0c7efc08
SM
4900 * gnus.texi (Sorting the Summary Buffer):
4901 Add gnus-thread-sort-by-recipient.
01c52d31
MB
4902
49032007-10-28 Romain Francoise <romain@orebokech.com>
4904
4905 * message.texi (Insertion Variables): Mention new variable
4906 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
4907 documentation accordingly.
4908
49092007-10-28 Romain Francoise <romain@orebokech.com>
4910
4911 * gnus.texi (To From Newsgroups): Mention new variables
4912 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
4913
49142007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4915
4916 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
4917 stuff; gnus-mime-inline-part does the automatic decompression.
4918
49192007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
4920
4921 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 4922 "training.ham" should be "training.spam".
01c52d31
MB
4923
49242007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4925
4926 * message.texi (Mail Variables): Fix the default value for
4927 message-send-mail-function.
4928
49292007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4930
4931 * gnus.texi (Optional Back End Functions): nntp-request-update-info
4932 always returns nil exceptionally.
4933
49342007-10-28 Simon Josefsson <jas@extundo.com>
4935
0c7efc08
SM
4936 * gnus.texi (Article Washing): Add libidn URL.
4937 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
4938
49392007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4940
4941 * gnus.texi (Topic Commands): Fix next/previous.
4942
49432007-10-28 Simon Josefsson <jas@extundo.com>
4944
4945 * gnus.texi (Article Washing): Mention `W i'.
4946
c8763fb6 49472007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
4948
4949 * gnus.texi (Group Parameters): Slight extension of sieve
4950 parameter description.
4951
49522007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4953
4954 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
4955 matching score files as well.
4956 (Picons): Describe `gnus-picon-style'.
4957
49582007-10-28 Romain Francoise <romain@orebokech.com>
4959
4960 * message.texi (Message Headers): Mention that headers are hidden
4961 using narrowing, and how to expose them.
4962 Update copyright.
4963
49642007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4965
4966 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
4967 `gnus-summary-sort-by-recipient'.
4968
49692007-10-28 Romain Francoise <romain@orebokech.com>
4970
4971 * gnus.texi (NNTP marks): New node.
4972 (NNTP): Move NNTP marks variables to the new node.
4973
49742007-10-28 Jesper Harder <harder@ifa.au.dk>
4975
b2abec73 4976 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
4977
4978 * gnus.texi (MIME Commands, Hashcash): Markup fix.
4979
49802007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
4981
b2abec73 4982 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 4983 everywhere for consistency.
b2abec73
JB
4984 (Filtering Spam Using The Spam ELisp Package): Admonish again.
4985 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
4986 Say "regular expression" instead of "regex." Admonish.
4987 Pick other words to sound better (s/so/thus/).
4988 (Spam ELisp Package Filtering of Incoming Mail):
4989 Mention statistical filters. Remove old TODO.
01c52d31 4990 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
4991 New section on sorting and displaying the spam score.
4992 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
4993 backend but an alias to spam-use-BBDB.
4994 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
4995 new backend functionality.
4996
49972007-10-28 Simon Josefsson <jas@extundo.com>
4998
4999 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5000 nntp-marks-directory, from Romain Francoise
5001 <romain@orebokech.com>.
5002
50032007-10-28 Magnus Henoch <mange@freemail.hu>
5004
5005 * gnus.texi (Hashcash): New default value of
5006 hashcash-default-payment.
5007
50082007-10-28 Simon Josefsson <jas@extundo.com>
5009
5010 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5011 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5012
50132007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5014
0c7efc08 5015 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5016
50172007-10-28 Simon Josefsson <jas@extundo.com>
5018
5019 * gnus.texi (documentencoding): Add, to avoid warnings.
5020
50212007-10-28 Simon Josefsson <jas@extundo.com>
5022
5023 * message.texi (Mail Headers): Add.
5024
5025 * gnus.texi (Hashcash): Fix.
5026
50272007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5028
0c7efc08 5029 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5030 that payments can be verified and fix the name of the
b2abec73 5031 hashcash-path variable.
01c52d31
MB
5032
50332007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5034
b2abec73 5035 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5036
50372007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5038
5039 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5040
50412007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5042
5043 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5044 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5045 warning about ham processors in spam groups removed.
01c52d31
MB
5046
50472007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5048
0c7efc08 5049 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5050 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5051
50522007-10-28 Jesper Harder <harder@ifa.au.dk>
5053
5054 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5055 (Mailing List): Typo.
5056 (Customizing Articles): Add gnus-treat-ansi-sequences.
5057 (Article Washing): Index.
5058
5059 * message.texi: Use m-dash consistently.
5060
50612007-10-28 Jesper Harder <harder@ifa.au.dk>
5062
5063 * gnus.texi (GroupLens): Remove.
5064
50652007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5066
0c7efc08
SM
5067 * gnus.texi (Outgoing Messages, Agent Variables):
5068 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5069 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5070
50712007-10-28 Jesper Harder <harder@ifa.au.dk>
5072
5073 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5074
50752007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5076
5077 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5078
5079 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5080
50812007-10-28 Simon Josefsson <jas@extundo.com>
5082
5083 * gnus.texi (Top): Add SASL.
5084
404cd454
GM
50852007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5086
5087 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5088
50892007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5090
5091 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5092
0edd2970
JB
50932007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5094
5095 * calc.texi (Formulas, Composition Basics): Lower the
5096 precedence of negation.
5097
a9afba20
JY
50982007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5099
5100 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5101 Mention the new three-letter column identifiers.
5102 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5103 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5104 message when using `c' on an empty default with default printer.
5105 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5106 renamed to `ses--symbolic-formulas' some time ago.
5107
45b778a6
JB
51082007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5109
5110 * calc.texi (Default Simplifications, Making Selections)
5111 (Customizing Calc): Clarify associativity of multiplication.
5112
03b5bade
MA
51132007-10-23 Michael Albinus <michael.albinus@gmx.de>
5114
5115 * tramp.texi (Traces and Profiles): Simplify loop over
5116 `trace-function-background'.
5117
e658c8ee
JL
51182007-10-22 Juri Linkov <juri@jurta.org>
5119
5120 * dired-x.texi (Shell Command Guessing): Default values are now
5121 available by typing M-n instead of M-p.
5122
dd753688
MA
51232007-10-21 Michael Albinus <michael.albinus@gmx.de>
5124
5125 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5126 (Password caching): Remove `tramp-clear-passwd'.
5127 It's not a command anymore.
dd753688
MA
5128 (Bug Reports): Add `tramp-bug' to function index.
5129 (Function Index, Variable Index): New nodes.
5130 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5131
5132 * trampver.texi: Update release number.
5133
4bb49b43
JB
51342007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5135
8b296cdd 5136 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5137 about integer size into past tense.
5138 (Time Zones): Remove pointer to Calc author's address.
5139 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5140 and hyperbolic cotangent. Fix typo.
4bb49b43 5141
311dd93f
MA
51422007-10-10 Michael Albinus <michael.albinus@gmx.de>
5143
5144 Sync with Tramp 2.1.11.
5145
5146 * trampver.texi: Update release number.
5147
ea3fc256
MA
51482007-10-06 Michael Albinus <michael.albinus@gmx.de>
5149
5150 * tramp.texi (External packages): New section.
5151
1af74d06
MB
51522007-09-29 Juri Linkov <juri@jurta.org>
5153
5154 * info.texi (Help-Int): Document `L' (`Info-history').
5155
0e2806fa
SM
51562007-09-26 Carsten Dominik <dominik@science.uva.nl>
5157
5158 * org.texi: Change links to webpage and maintained email.
5159 (Remember): Promote to Chapter, significant changes.
5160 (Fast access to TODO states): New section.
5161 (Faces for TODO keywords): New section.
5162 (Export options): Example for #+DATE.
5163 (Progress logging): Section moved.
5164
567b9191
BW
51652007-09-26 Bill Wohler <wohler@newt.com>
5166
5167 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5168 browse-url-at-mouse.
5169
1af74d06
MB
51702007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5171
5172 * flymake.texi (Customizable variables): Face names don't end in -face.
5173 Fix flymake-err-line-patterns template.
5174 (Example -- Configuring a tool called directly): Fix init-function.
5175 (Highlighting erroneous lines): Face names don't end in -face.
5176
d60a4e3a 51772007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5178
5179 * erc.texi (Special-Features): Fix small typo.
5180
7d7a3510
MA
51812007-09-14 Michael Albinus <michael.albinus@gmx.de>
5182
5183 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5184 and "External transfer methods".
5185
285f0d3a
JB
51862007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5187
5188 * calc.texi (Predefined Units): Add some history.
5189
526dc846
MO
51902007-09-08 Michael Olson <mwolson@gnu.org>
5191
87e04f16
JB
5192 * erc.texi (Copying): New section included from gpl.texi.
5193 This matches the look of the upstream ERC manual.
526dc846 5194
f10d0e80
JB
51952007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5196
87e04f16 5197 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5198 (Random Numbers): Clarify the distribution of `random'.
5199
4009494e
GM
52002007-09-06 Glenn Morris <rgm@gnu.org>
5201
f1fc42aa 5202 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5203 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5204 Change all setfilename commands to use ../../info.
5205 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5206 refer to the Emacs manual here.
5207 (infodir): New variable.
5208 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5209 (cc-mode.texi, faq.texi): Update references to source file locations.
5210 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5211 do not refer to the Emacs manual here.
5212 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5213
5214 * Makefile.in: Add `basename' versions of all info targets, for
5215 convenience when rebuilding just one manual.
5216 (../etc/GNU): Delete obsolete target.
5217 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5218 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5219 *.vrs *.toc here...
5220 (maintainer-clean): ...from here.
4009494e
GM
5221
5222 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5223
2de53ca6
GM
52242007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5225
5226 * calc.texi (Date Conversions): Clarify definition of
5227 Julian day numbering.
5228 (Date Forms): Clarify definition of Julian day numbering;
5229 add some history.
5230
52312007-08-30 Carsten Dominik <dominik@science.uva.nl>
5232
87e04f16 5233 * org.texi: Version 5.07.
2de53ca6
GM
5234
52352007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5236
5237 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5238
52392007-08-22 Carsten Dominik <dominik@science.uva.nl>
5240
5241 * org.texi (Adding hyperlink types): New section.
5242 (Embedded LaTeX): Chapter updated because of LaTeX export.
5243 (LaTeX export): New section.
5244 (Using links out): New section.
5245
52462007-08-22 Glenn Morris <rgm@gnu.org>
5247
5248 * faq.texi (Learning how to do something): Refcards now in
5249 etc/refcards/ directory.
5250
52512007-08-22 Michael Albinus <michael.albinus@gmx.de>
5252
5253 * tramp.texi (Remote Programs): Persistency file must be cleared when
5254 changing `tramp-remote-path'.
5255 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5256 macro.
5257
52582007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5259
5260 * calc.texi: Move contents to beginning of file.
5261 (Algebraic Entry): Fix the formatting of an example.
5262
52632007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5264
5265 * calc.texi (Basic Operations on Units): Mention exact versus
5266 inexact conversions.
5267
52682007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5269
5270 * calc.texi (Basic Operations on Units): Mention default
5271 values for new units.
5272 (Quick Calculator Mode): Mention that binary format will
5273 be displayed.
5274
52752007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5276
5277 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5278
52792007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5280
5281 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5282
52832007-08-08 Glenn Morris <rgm@gnu.org>
5284
5285 * gnus.texi, sieve.texi: Replace `iff'.
5286
52872007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5288
5289 * calc.texi (Basic Graphics): Mention the graphing of error
5290 forms.
5291 (Graphics Options): Mention how `g s' handles error forms.
5292 (Curve Fitting): Mention plotting the curves.
5293 (Standard Nonlinear Models): Add additional models.
5294 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5295 (Linear Fits): Correct result.
5296
52972007-08-01 Alan Mackenzie <acm@muc.de>
5298
5299 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5300 to "--no-site-file".
5301
53022007-07-29 Michael Albinus <michael.albinus@gmx.de>
5303
5304 * tramp.texi (Frequently Asked Questions): Point to mode line
5305 extension in Emacs 23.1.
5306
5307 * trampver.texi: Update release number.
5308
53092007-07-27 Glenn Morris <rgm@gnu.org>
5310
5311 * calc.texi (Copying): Include license text from gpl.texi, rather than
5312 in-line.
5313
53142007-07-25 Glenn Morris <rgm@gnu.org>
5315
5316 * calc.texi (Copying): Replace license with GPLv3.
5317
5318 * Relicense all FSF files to GPLv3 or later.
5319
53202007-07-22 Michael Albinus <michael.albinus@gmx.de>
5321
5322 Sync with Tramp 2.1.10.
5323
5324 * tramp.texi (trampfn): Expand macro implementation in order to handle
5325 empty arguments.
5326 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 5327 occurrences by trampfn.
2de53ca6 5328 (Frequently Asked Questions): Extend example code for host
b2abec73 5329 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
5330 file names to be typed.
5331
5332 * trampver.texi: Update release number.
5333
53342007-07-17 Michael Albinus <michael.albinus@gmx.de>
5335
5336 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5337 section. Reported by <poti@potis.org>.
5338 (Remote processes): Arguments of the program to be debugged are taken
5339 literally.
5340 (Frequently Asked Questions): Simplify recentf example.
5341
53422007-07-14 Karl Berry <karl@gnu.org>
5343
5344 * info.texi (@copying): New Back-Cover Text.
5345
5346 * info.texi (Quitting Info): Move to proper place in source.
5347 (Reported by Benno Schulenberg.)
5348
53492007-07-13 Eli Zaretskii <eliz@gnu.org>
5350
5351 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5352
5353 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5354
5355 * emacs-mime.texi: Add @documentencoding directive.
5356
53572007-07-12 Nick Roberts <nickrob@snap.net.nz>
5358
5359 * tramp.texi (Remote processes): Add an anchor to the subsection
5360 "Running a debugger on a remote host".
5361
53622007-07-12 Michael Albinus <michael.albinus@gmx.de>
5363
5364 * tramp.texi (Remote processes): Don't call it "experimental" any
5365 longer. Add subsection about running a debugger on a remote host.
5366
53672007-07-10 Carsten Dominik <dominik@science.uva.nl>
5368
5369 * org.texi (Properties and columns): Chapter rewritten.
5370
53712007-07-08 Michael Albinus <michael.albinus@gmx.de>
5372
5373 * tramp.texi:
5374 * trampver.texi: Migrate to Tramp 2.1.
5375
53762007-07-02 Carsten Dominik <dominik@science.uva.nl>
5377
5378 * org.texi (Properties): New chapter.
5379
53802007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
5381
5382 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
5383 Control Panel.
5384
5385 * gnus.texi (Misc Article): Add index entry for
5386 gnus-single-article-buffer.
5387
53882007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
5389
5390 * gnus.texi (Starting Up): Fix typo.
5391
53922007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
5393
5394 * gnus.texi (Asynchronous Fetching): Fix typo.
5395
53962007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
5397
5398 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
5399 (About This Manual): Remove redundant information.
5400 (Getting Started): Mention author.
5401 (Basic Arithmetic, Customizing Calc): Make description of the
5402 variable `calc-multiplication-has-precedence' match its new effect.
5403
54042007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
5405
0c7efc08
SM
5406 * calc.texi (Basic Arithmetic, Customizing Calc):
5407 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
5408
54092007-06-19 Carsten Dominik <dominik@science.uva.nl>
5410
5411 * org.texi (Tag): Section swapped with node Timestamps.
5412 (Formula syntax for Lisp): Document new `L' flag.
5413
54142007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
5415
5416 * gnus.texi (Misc Group Stuff, Summary Buffer)
5417 (Server Commands, Article Keymap): Fix typo. s/function/command/.
5418
54192007-06-06 Juanma Barranquero <lekktu@gmail.com>
5420
5421 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
5422 * gnus.texi (Article Buttons, Mail Source Customization)
5423 (Sending or Not Sending, Customizing NNDiary):
5424 * message.texi (Message Headers):
5425 * mh-e.texi (HTML): Fix typos.
5426
54272007-06-07 Michael Albinus <michael.albinus@gmx.de>
5428
5429 Sync with Tramp 2.0.56.
5430
5431 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
5432 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
5433
54342007-06-02 Chong Yidong <cyd@stupidchicken.com>
5435
5436 * Version 22.1 released.
5437
54382007-05-26 Michael Olson <mwolson@gnu.org>
5439
5440 * erc.texi (Modules): Fix references to completion modules.
5441
54422007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
5443
5444 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
5445
54462007-05-09 Didier Verna <didier@xemacs.org>
5447
5448 * gnus.texi (Email Based Diary): New. Proper documentation for the
5449 nndiary back end and the gnus-diary library.
5450
54512007-05-03 Karl Berry <karl@gnu.org>
5452
5453 * .cvsignore (*.pdf): New entry.
5454
5455 * texinfo.tex: Update from current version for better pdf generation.
5456
54572007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
5458
5459 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
5460
54612007-04-28 Glenn Morris <rgm@gnu.org>
5462
5463 * faq.texi (New in Emacs 22): Restore mention of python.el pending
5464 consideration of legal status.
5465
54662007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
5467
5468 * idlwave.texi: Minor updates for IDLWAVE 6.1.
5469
54702007-04-24 Chong Yidong <cyd@stupidchicken.com>
5471
5472 * faq.texi (New in Emacs 22): python.el removed.
5473
54742007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
5475
5476 * calc.texi (Reporting bugs): Update maintainer's address.
5477
54782007-04-22 Chong Yidong <cyd@stupidchicken.com>
5479
5480 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
5481
54822007-04-15 Jay Belanger <belanger@truman.edu>
5483
5484 * calc.texi (Title page): Remove the date.
5485 (Basic Arithmetic): Emphasize that / binds less strongly than *.
5486 (The Standard Calc Interface): Change trail title.
5487 (Floats): Mention that when non-decimal floats are entered, only
5488 approximations are stored.
5489 (Copying): Move to the appendices.
5490 (GNU Free Documentation License): Add as an appendix.
5491
54922007-04-15 Chong Yidong <cyd@stupidchicken.com>
5493
5494 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
5495 * dired-x.texi, ebrowse.texi, ediff.texi:
5496 * emacs-mime.texi, erc.texi, eshell.texi:
5497 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
5498 * idlwave.texi, message.texi, newsticker.texi, org.texi:
5499 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
5500 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
5501 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
5502 * woman.texi: Include GFDL.
5503
5504 * doclicense.texi: Remove node heading, so that it can be included by
5505 other files.
5506
5507 * dired-x.texi: Relicence under GFDL. Remove date from title page.
5508
5509 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
5510 than *.
5511
55122007-04-14 Carsten Dominik <dominik@science.uva.nl>
5513
5514 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
5515 in Calc.
5516
55172007-04-09 Romain Francoise <romain@orebokech.com>
5518
5519 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
5520 Mac OS ports. Make it clear that mouse-1 complements and doesn't
5521 replace mouse-2.
5522
55232007-04-08 Chong Yidong <cyd@stupidchicken.com>
5524
5525 * woman.texi (Word at point, Interface Options): woman-topic-at-point
5526 renamed to woman-use-topic-at-point. Document new behavior.
5527
55282007-04-08 Richard Stallman <rms@gnu.org>
5529
5530 * url.texi: Fix some indexing.
5531 (Disk Caching): Drop discussion of old/other Emacs versions.
5532
55332007-04-07 Chong Yidong <cyd@stupidchicken.com>
5534
5535 * url.texi (Disk Caching): Say Emacs 21 "and later".
5536
5537 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
5538 on Font locking which now mentions JIT lock.
5539
55402007-04-01 Michael Olson <mwolson@gnu.org>
5541
5542 * erc.texi: Update for the ERC 5.2 release.
5543
55442007-03-31 David Kastrup <dak@gnu.org>
5545
5546 * woman.texi (Topic, Interface Options): Explain changes semantics of
5547 woman-manpath in order to consider MANPATH_MAP entries.
5548
55492007-03-31 Eli Zaretskii <eliz@gnu.org>
5550
5551 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
5552
55532007-03-26 Richard Stallman <rms@gnu.org>
5554
5555 * pgg.texi (Caching passphrase): Clean up previous change.
5556
55572007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
5558
5559 * gnus.texi (Setting Process Marks): Fix typo.
5560
55612007-03-25 Romain Francoise <romain@orebokech.com>
5562
5563 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
5564 readability, and include various fixes by Daniel Brockman, Nick Roberts
5565 and Dieter Wilhelm.
5566
55672007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
5568
5569 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
5570
5571 * gnus.texi (Mail Source Specifiers): Fix typo.
5572
55732007-03-22 Ralf Angeli <angeli@caeruleus.net>
5574
5575 * reftex.texi (Imprint): Update maintainer information.
5576
55772007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
5578
5579 * message.texi (Message Buffers): Update documentation for
5580 message-generate-new-buffers.
5581
55822007-03-15 Daiki Ueno <ueno@unixuser.org>
5583
5584 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
5585
55862007-03-21 Glenn Morris <rgm@gnu.org>
5587
5588 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
5589
55902007-03-19 Chong Yidong <cyd@stupidchicken.com>
5591
5592 * eshell.texi (Known problems): Emacs 21 -> 22.
5593
5594 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
5595
55962007-03-18 Jay Belanger <belanger@truman.edu>
5597
5598 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
5599
56002007-03-12 Glenn Morris <rgm@gnu.org>
5601
5602 * calc.texi (Time Zones): Switch to new North America DST rule.
5603
5604 * calc.texi: Replace "daylight savings" with "daylight
5605 saving" in text throughout.
5606
56072007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5608
5609 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
5610 The variable now uses a list of symbols instead of just a symbol.
5611 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
5612
56132007-03-06 Romain Francoise <romain@orebokech.com>
5614
5615 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
5616 new packages, and mention Gnus update.
5617
56182007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
5619
5620 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
5621 nntp-open-connection-functions-never-echo-commands.
5622
56232007-02-27 Chong Yidong <cyd@stupidchicken.com>
5624
5625 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
5626 problems on the console, and security risk in not using gpg-agent.
5627
56282007-02-25 Carsten Dominik <dominik@science.uva.nl>
5629
0c7efc08 5630 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
5631 Completely reorganized and rewritten.
5632 (CamelCase links): Section removed.
5633 (Repeating items): New section.
5634 (Tracking TODO state changes): New section.
5635 (Agenda views): Chapter reorganized and rewritten.
5636 (HTML export): Section rewritten.
5637 (Tables in arbitrary syntax): New section.
5638 (Summary): Better feature summary.
5639 (Activation): Document problem with cut-and-paste of Lisp code
5640 from PDF files.
5641 (Visibility cycling): Document indirect buffer use.
5642 (Structure editing): Document sorting.
5643 (Remember): Section rewritten.
5644 (Time stamps): Better description of time stamp types.
5645 (Tag searches): Document regular expression search for tags.
5646 (Stuck projects): New section.
5647 (In-buffer settings): New keywords.
5648 (History and Acknowledgments): Updated description.
5649
56502007-02-24 Alan Mackenzie <acm@muc.de>
5651
5652 * cc-mode.texi (Movement Commands): Insert two missing command names.
5653 (Getting Started): Slight wording correction (use conditional).
5654
56552007-02-22 Kim F. Storm <storm@cua.dk>
5656
5657 * widget.texi (User Interface, Basic Types): Document need to put some
5658 text before the %v escape in :format string in editable-field widget.
5659
56602007-02-18 Romain Francoise <romain@orebokech.com>
5661
5662 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
5663 `cvs-mode-quit'.
5664
56652007-02-10 Markus Triska <markus.triska@gmx.at>
5666
5667 * widget.texi (Programming Example): Put constant strings in :format.
5668
56692007-02-07 Juanma Barranquero <lekktu@gmail.com>
5670
5671 * faq.texi (Fullscreen mode on MS-Windows): New node.
5672
56732007-02-04 David Kastrup <dak@gnu.org>
5674
5675 * faq.texi (AUCTeX): Update version number. Should probably be done
5676 for other packages as well.
5677
56782007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5679
5680 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
5681 <tassilo@member.fsf.org>.
5682
56832007-01-27 Eli Zaretskii <eliz@gnu.org>
5684
5685 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
5686 ls-lisp-use-localized-time-format.
5687
56882007-01-20 Markus Triska <markus.triska@gmx.at>
5689
5690 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
5691
56922007-01-13 Michael Olson <mwolson@gnu.org>
5693
5694 * erc.texi (Modules): Mention capab-identify module.
5695
56962007-01-05 Michael Olson <mwolson@gnu.org>
5697
5698 * erc.texi (Getting Started): Update for /RECONNECT command.
5699
57002007-01-04 Richard Stallman <rms@gnu.org>
5701
5702 * ebrowse.texi: Change C-c b to C-c C-m.
5703
57042007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
5705
5706 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
5707 variables only in info to avoid redundant entries in the printed
5708 manual.
5709
57102007-01-02 Daiki Ueno <ueno@unixuser.org>
5711
5712 * message.texi (Using PGP/MIME): Document gpg-agent usage.
5713
57142007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
5715
5716 * message.texi (Security): Split into sub-nodes.
5717
57182007-01-01 Alan Mackenzie <acm@muc.de>
5719
5720 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
5721 eval-after-load in Emacs <=21 and a workaround. Document that
5722 trigraphs are not supported.
5723
57242007-01-01 Alan Mackenzie <acm@muc.de>
5725
5726 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
5727 c-context-line-break. When invoked within a string, preserve
5728 whitespace. Add a backslash only when also in a macro.
5729
57302007-01-01 Alan Mackenzie <acm@muc.de>
5731
5732 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
5733
57342007-01-01 Alan Mackenzie <acm@muc.de>
5735
5736 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
5737 are now bound by default to c-\(beginning\|end\)-of-defun by default.
5738
57392007-01-01 Alan Mackenzie <acm@muc.de>
5740
5741 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
5742 "Choosing a Style".
5743
5744 * cc-mode.texi ("Styles"): Add @dfn{style}.
5745
57462006-12-30 Michael Albinus <michael.albinus@gmx.de>
5747
5748 Sync with Tramp 2.0.55.
5749
5750 * trampver.texi: Update release number.
5751
57522006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5753
5754 * gnus.texi (Customizing Articles): Add index entries for all
5755 gnus-treat-* variables.
5756
c8763fb6 57572006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
5758
5759 * gnus.texi (IMAP): Fix incorrect explanation of
5760 nnimap-search-uids-not-since-is-evil in documentation for
5761 nnimap-expunge-search-string.
5762
57632006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
5764
5765 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
5766 spam-ifile-database.
5767
57682006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
5769
5770 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
5771 rebind C-s.
5772
c8763fb6 57732006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
5774
5775 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
5776 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
5777 "expiring mail".
5778 (IMAP): Document nnimap-search-uids-not-since-is-evil and
5779 nnimap-nov-is-evil.
5780
57812006-12-25 Kevin Ryde <user42@zip.com.au>
5782
5783 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
5784 about the key procedure being used heavily.
5785
57862006-12-24 Chong Yidong <cyd@stupidchicken.com>
5787
5788 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
5789 to t.
5790 (Prerequisites): Add explanation about gpg-agent.
5791
57922006-12-22 Kevin Ryde <user42@zip.com.au>
5793
5794 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
5795 "sort" instead of "sort*".
5796
57972006-12-19 Richard Stallman <rms@gnu.org>
5798
5799 * calc.texi (History and Acknowledgements): Recognize that Emacs
5800 now does have floating point.
5801
58022006-12-19 Michael Albinus <michael.albinus@gmx.de>
5803
5804 * tramp.texi (External transfer methods): Describe new method `scpc'.
5805
58062006-12-17 Sascha Wilde <wilde@sha-bang.de>
5807
5808 * pgg.texi: Added short note on gpg-agent to the introduction.
5809
58102006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
5811
5812 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
5813 also applies to Cc.
5814
58152006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
5816
5817 * gnus.texi (X-Face): Clarify. Say which programs are required
5818 on Windows.
5819
58202006-12-08 Michael Olson <mwolson@gnu.org>
5821
5822 * erc.texi (Modules): Remove documentation for list module.
5823
c8763fb6 58242006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
5825
5826 * faq.texi (^M in the shell buffer): Ditto.
5827
58282006-11-20 Michael Olson <mwolson@gnu.org>
5829
5830 * erc.texi: Call this the 5.2 stable pre-release of ERC.
5831
58322006-11-17 Carsten Dominik <dominik@science.uva.nl>
5833
5834 * org.texi: Fix typos.
5835 (Agenda commands): Document `C-k'.
5836
58372006-11-16 Eli Zaretskii <eliz@gnu.org>
5838
5839 * url.texi (http/https): Fix a typo in the HTTP URL.
5840
58412006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
5842
5843 * ada-mode.texi: Total rewrite.
5844
58452006-11-13 Carsten Dominik <dominik@science.uva.nl>
5846
5847 * org.texi: Minor typo fixes.
5848
58492006-11-13 Bill Wohler <wohler@newt.com>
5850
5851 Release MH-E manual version 8.0.3.
5852
5853 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5854 release 8.0.3.
5855
5856 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
5857 to set MAILDIR.
5858 (Reading Mail): Document the customization of read-mail-command
5859 for MH-E.
5860 (Viewing Attachments): Document mm-discouraged-alternatives.
5861 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
5862 (Junk): Add more information about the settings of mh-junk-background
5863 in a program. Add /usr/bin/mh to PATH in examples.
5864
58652006-11-12 Richard Stallman <rms@gnu.org>
5866
5867 * woman.texi: Update author address but say he no longer maintains it.
5868
58692006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
5870
5871 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
5872 archived trees.
5873 (Checkboxes): Section moved to chapter 5, and extended.
5874 (The date/time prompt): New section.
5875 (Link abbreviations): New section.
5876 (Presentation and sorting): New section.
5877 (Custom agenda views): Section completely rewritten.
5878 (Summary): Compare with Planner.
5879 (Feedback): More info about creating backtraces.
5880 (Plain lists): Modified example.
5881 (Breaking down tasks): New section.
5882 (Custom time format): New section.
5883 (Time stamps): Document inactive timestamps.
5884 (Setting tags): More details about fast tag selection.
5885 (Block agenda): New section.
5886 (Custom agenda views): Section rewritten.
5887 (Block agenda): New section.
5888
58892006-11-07 Michael Albinus <michael.albinus@gmx.de>
5890
5891 * tramp.texi (Configuration): scp is the default method.
5892 (Default Method): Use ssh as example for another method.
5893
58942006-10-27 Richard Stallman <rms@gnu.org>
5895
5896 * woman.texi: Downcase nroff/troff/roff.
5897 (Installation): Chapter deleted. Some xrefs deleted.
5898 (Background): woman doesn't advise man ;-).
5899
c8763fb6 59002006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
5901
5902 * ada-mode.texi (Project files, Identifier completion)
5903 (Automatic Casing, Debugging, Using non-standard file names)
5904 (Working Remotely): Fix typos.
5905
59062006-10-20 Masatake YAMATO <jet@gyve.org>
5907
0c7efc08 5908 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
5909 sample code `my-c-initialization-hook'.
5910
59112006-10-19 Stuart D. Herring <herring@lanl.gov>
5912
5913 * widget.texi: Fix typos.
5914
59152006-10-19 Michael Albinus <michael.albinus@gmx.de>
5916
5917 * tramp.texi (Frequently Asked Questions): Remove questions marked with
5918 "???". There have been no complaints for years, so the information
5919 must be appropriate.
5920
59212006-10-16 Richard Stallman <rms@gnu.org>
5922
5923 * widget.texi: Use @var instead of capitalization.
5924 Clarify many widget type descriptions.
5925
59262006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5927
5928 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
5929 gnus-dired-attach.
5930 (Selecting a Group): Fix typo.
5931
c8763fb6 59322006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
5933
5934 * widget.texi: Fix typos.
5935
59362006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
5937
5938 * gnus.texi (Image Enhancements): Update for Emacs 22.
5939
5940 * gnus-faq.texi ([1.3]): Update.
5941
59422006-10-06 Richard Stallman <rms@gnu.org>
5943
5944 * faq.texi (Displaying the current line or column):
5945 Delete "As of Emacs 20".
5946
59472006-10-06 Romain Francoise <romain@orebokech.com>
5948
5949 * faq.texi (VM): VM works with Emacs 22 too.
5950
59512006-10-06 Richard Stallman <rms@gnu.org>
5952
5953 * ebrowse.texi: Remove Emacs version "21" from title.
5954
59552006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
5956
5957 * gnus.texi (Foreign Groups): Say where change of editing commands are
5958 stored. Add reference to `gnus-parameters'.
5959
59602006-09-15 Jay Belanger <belanger@truman.edu>
5961
5962 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
5963 Change "Library Public License" to "Lesser Public License"
5964 throughout. Use "yyyy" to represent year.
5965
59662006-09-15 Carsten Dominik <dominik@science.uva.nl>
5967
5968 * org.texi (Setting tags): Typo fix.
5969
59702006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
5971
5972 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
5973
59742006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
5975
5976 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
5977
59782006-09-12 Paul Eggert <eggert@cs.ucla.edu>
5979
5980 * faq.texi (Escape sequences in shell output): EMACS is now set
5981 to Emacs's absolute file name, not to "t".
5982 (^M in the shell buffer): Likewise.
5983 * misc.texi (Interactive Shell): Likewise.
5984
59852006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
5986
5987 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
5988 mails with pop3-leave-mail-on-server. Fix wording.
5989 (Limiting): Improve gnus-summary-limit-to-articles.
5990 (X-Face): Fix typo.
5991
59922006-09-11 Simon Josefsson <jas@extundo.com>
5993
5994 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
5995 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
5996
59972006-09-06 Simon Josefsson <jas@extundo.com>
5998
5999 * smtpmail.texi (Authentication): Mention SSL.
6000
60012006-09-01 Eli Zaretskii <eliz@gnu.org>
6002
6003 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6004 Don't use @indicateurl.
6005
6006 * cc-mode.texi (Subword Movement): Don't use @headitem.
6007 (Custom Braces, Clean-ups): Don't use @tie.
6008
60092006-08-29 Michael Albinus <michael.albinus@gmx.de>
6010
6011 Sync with Tramp 2.0.54.
6012
6013 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6014 Suggested by Adrian Phillips <a.phillips@met.no>.
6015
60162006-08-15 Carsten Dominik <dominik@science.uva.nl>
6017
6018 * org.texi (Installation, Activation): Split from Installation and
6019 Activation.
6020 (Clocking work time): Documented new features.
6021
60222006-08-13 Alex Schroeder <alex@gnu.org>
6023
6024 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6025 example.
6026
60272006-08-12 Eli Zaretskii <eliz@gnu.org>
6028
6029 * faq.texi (How to add fonts): New node.
6030
60312006-08-05 Romain Francoise <romain@orebokech.com>
6032
6033 * faq.texi (New in Emacs 22): Expand.
6034
60352006-08-03 Michael Olson <mwolson@gnu.org>
6036
6037 * erc.texi: Update for ERC 5.1.4.
6038
60392006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6040
6041 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6042 in .../site-lisp/gnus/ by default.
6043 [ From gnus-news.texi in the trunk. ]
6044
60452006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6046
6047 * gnus.texi (MIME Commands): Additions for yEnc.
6048
60492006-07-24 Richard Stallman <rms@gnu.org>
6050
6051 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6052 * faq.texi: Move periods and commas inside quotes.
6053
60542006-07-20 Jay Belanger <belanger@truman.edu>
6055
6056 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6057
60582006-07-18 Chong Yidong <cyd@stupidchicken.com>
6059
6060 * faq.texi (Security risks with Emacs): Document Emacs 22
6061 file-local-variable mechanism.
6062
60632006-07-12 Michael Olson <mwolson@gnu.org>
6064
6065 * erc.texi: Update for ERC 5.1.3.
6066
60672006-07-12 Alex Schroeder <alex@gnu.org>
6068
6069 * rcirc.texi: Fix typos.
6070 (Getting started with rcirc): New calling convention for M-x irc.
6071 Mention #rcirc. Removed channel tracking.
0c7efc08 6072 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6073 recently, eg. rcirc-server to rcirc-default-server. Added
6074 documentation for rcirc-authinfo, some background for Bitlbee, and
6075 rcirc-track-minor-mode.
0c7efc08 6076 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6077 Scrolling.
0c7efc08 6078 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6079 to match code changes.
6080
60812006-07-10 Nick Roberts <nickrob@snap.net.nz>
6082
6083 * gnus.texi, message.texi: Fix typos.
6084
60852006-07-07 Carsten Dominik <dominik@science.uva.nl>
6086
6087 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6088 commands.
6089 (Global TODO list): Document the use of the variables
6090 `org-agenda-todo-ignore-scheduled' and
6091 `org-agenda-todo-list-sublevels'.
6092
60932006-07-05 Richard Stallman <rms@gnu.org>
6094
6095 * faq.texi (Scrolling only one line): Fix xref.
6096
60972006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6098
6099 * faq.texi (Evaluating Emacs Lisp code):
6100 Throughout, replace eval-current-buffer with eval-buffer.
6101
61022006-07-03 Richard Stallman <rms@gnu.org>
6103
6104 * rcirc.texi (Scrolling conservatively): Fix xref.
6105
6106 * pcl-cvs.texi (Viewing differences): Usage fix.
6107
61082006-07-03 Carsten Dominik <dominik@science.uva.nl>
6109
6110 * org.texi (Agenda commands): Document `s' key to save all org-mode
6111 buffers.
6112
61132006-06-30 Ralf Angeli <angeli@caeruleus.net>
6114
6115 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6116 names. Mention `cvs-msg' face.
6117
61182006-06-29 Carsten Dominik <dominik@science.uva.nl>
6119
6120 * org.texi (Checkboxes): New section.
6121
61222006-06-28 Carsten Dominik <dominik@science.uva.nl>
6123
6124 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6125 throughout this chapter.
6126
61272006-06-27 Chong Yidong <cyd@stupidchicken.com>
6128
6129 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6130 text for standalone vs Emacs info.
6131 (Help): Clarify header line description. Use mouse-1 for clicks.
6132 (Help-P): Use mouse-1 for clicks.
6133 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6134 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6135 (Choose menu subtopic): Remove gratuitous Emacs command names.
6136 (Help-FOO): Put usual behavior first.
6137 (Help-Xref): Clicking on xrefs works in Emacs.
6138 (Search Text): Clarify what the default behavior is.
6139 (Create Info buffer): Fix Emacs window/X window confusion.
6140 (Emacs Info Variables): Fix for new Emacs init file behavior.
6141
61422006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6143
6144 * gnus.texi (Summary Buffer Lines): Fix typo.
6145
61462006-06-23 Carsten Dominik <dominik@science.uva.nl>
6147
6148 * org.texi (Embedded LaTeX): New chapter.
6149 (Archiving): Section rewritten.
6150 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6151
61522006-06-20 Bill Wohler <wohler@newt.com>
6153
6154 Release MH-E manual version 8.0.1.
6155
6156 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6157 release 8.0.1.
6158 (Preface): Depend on GNU mailutils 1.0 and higher.
6159
61602006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6161
6162 * message.texi (News Headers): Update message-syntax-checks section.
6163
61642006-06-19 Karl Berry <karl@gnu.org>
6165
6166 * info.texi (Advanced): Mention C-q, especially with ?.
6167
61682006-06-19 Carsten Dominik <dominik@science.uva.nl>
6169
6170 * org.texi (Publishing links): Document the `:link-validation-function'
6171 property.
6172 (Extensions and Hacking): New chapter, includes some sections of the
6173 "Miscellaneous" chapter.
6174
61752006-06-10 Carsten Dominik <dominik@science.uva.nl>
6176
6177 * org.texi (Progress logging): New section.
6178
2de53ca6
GM
61792006-06-06 Carsten Dominik <dominik@science.uva.nl>
6180
6181 * org.texi (ASCII export): Document indentation adaptation.
6182 (Setting tags): Document mutually-exclusive tags.
6183
61842006-06-05 Romain Francoise <romain@orebokech.com>
6185
6186 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6187 Fix typo.
6188
6189 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6190 channel (#gnus@irc.freenode.net).
6191 Fix typos. Update copyright notice.
6192
6193 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6194 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6195 (Line-Up Functions, Custom Macros):
6196 * ediff.texi (Window and Frame Configuration)
dccb744b 6197 (Highlighting Difference Regions):
2de53ca6
GM
6198 * emacs-mime.texi (Display Customization):
6199 * erc.texi (History):
6200 * eshell.texi (Known problems):
6201 * eudc.texi (Overview, BBDB):
6202 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6203 (The problem of spam, SpamOracle, Extending the Spam package)
6204 (Conformity, Terminology):
dccb744b 6205 * idlwave.texi (Routine Info)
2de53ca6
GM
6206 (Class and Keyword Inheritance, Padding Operators)
6207 (Breakpoints and Stepping, Electric Debug Mode)
6208 (Examining Variables, Troubleshooting):
6209 * org.texi (Creating timestamps):
6210 * reftex.texi (Commands, Options, Changes):
6211 * tramp.texi (Inline methods, Password caching)
6212 (Auto-save and Backup, Issues):
6213 * vip.texi (Files, Commands in Insert Mode):
6214 * viper.texi (Emacs Preliminaries, States in Viper)
6215 (Packages that Change Keymaps, Viper Specials, Groundwork):
6216 Fix various typos.
6217
62182006-05-31 Michael Ernst <mernst@alum.mit.edu>
6219
6220 * ediff.texi: Fix typos.
6221
62222006-05-30 Carsten Dominik <dominik@science.uva.nl>
6223
6224 * org.texi: Small typo fixes.
6225
fff84c22
JB
62262006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6227
6228 * viper.texi (Viper Specials):
6229 * gnus.texi (Example Setup):
6230 * faq.texi (Backspace invokes help):
6231 * dired-x.texi (Optional Installation Dired Jump):
6232 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6233 follow coding conventions.
6234
2de53ca6
GM
62352006-05-29 Michael Albinus <michael.albinus@gmx.de>
6236
6237 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6238
62392006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6240
6241 * pcl-cvs.texi: Fix typos.
6242 (Customization): Say "us".
6243
62442006-05-26 Eli Zaretskii <eliz@gnu.org>
6245
6246 * org.texi: Remove bogus @setfilename.
6247
62482006-05-26 Carsten Dominik <dominik@science.uva.nl>
6249
6250 * org.texi (ASCII export): Omit command name.
6251 (HTML export): Add prefix to all lines in Local Variable example.
6252 (Acknowledgments): Typeset names in italics.
6253
62542006-05-24 Carsten Dominik <dominik@science.uva.nl>
6255
6256 * org.texi (Plain lists): Add new item navigation commands.
6257 (External links): Document elisp and info links.
6258 (Custom searches): New section.
6259 (Publishing): New chapter.
6260 (HTML export): Include a list of supported CSS classes.
6261 (Setting tags): Describe the fast-tag-setting interface.
6262
62632006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6264
6265 * dired-x.texi: ifinfo -> ifnottex.
6266
62672006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6268
6269 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6270
62712006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6272
6273 * message.texi (Interface): Add tool bar customization.
6274 (MIME): Index and text additions for mml-attach.
6275 (MIME): Describe mml-dnd-protocol-alist and
6276 mml-dnd-attach-options.
6277
6278 * gnus.texi (Oort Gnus): Reorder entries in sections.
6279 Fix some entries.
6280 (Starting Up): Add references to "Emacs for Heathens" and to
6281 "Finding the News". Add user-full-name and user-mail-address.
6282 (Group Buffer Format): Add tool bar customization and update.
6283 (Summary Buffer): Add tool bar customization.
6284 (Posting Styles): Add message-alternative-emails.
6285
62862006-05-09 Michael Albinus <michael.albinus@gmx.de>
6287
6288 * tramp.texi (Filename completion): Improve wording.
6289
62902006-05-07 Romain Francoise <romain@orebokech.com>
6291
6292 * faq.texi (Using regular expressions): Fix typo.
6293 (Packages that do not come with Emacs): Fix capitalization.
6294 (Replacing text across multiple files): Expand node to explain how
6295 to use `dired-do-query-replace-regexp' in more detail, based on
6296 suggestion by Eric Hanchrow <offby1@blarg.net>.
6297
62982006-05-06 Michael Albinus <michael.albinus@gmx.de>
6299
6300 * tramp.texi (Filename completion): Completion of remote files'
6301 method, user name and host name is active only in partial
6302 completion mode.
6303
63042006-05-06 Bill Wohler <wohler@newt.com>
6305
6306 Release MH-E manual version 8.0.
6307
6308 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6309 release 8.0.
6310
63112006-05-06 Bill Wohler <wohler@newt.com>
6312
6313 * mh-e.texi (MH-BOOK-HOME): Change from
6314 http://www.ics.uci.edu/~mh/book/mh to
6315 http://rand-mh.sourceforge.net/book/mh.
6316 Replace .htm suffix with .html for MH book files.
6317 (Using This Manual): Update key binding for getting relevant
6318 chapter in Info from command key.
6319 (Ranges): Fix itemx.
6320
63212006-05-05 Karl Berry <karl@gnu.org>
6322
6323 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6324 (\fonttextsize): New user-level command to change text font size.
6325
63262006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6327
6328 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
6329
63302006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6331
6332 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6333
63342006-04-24 Bill Wohler <wohler@newt.com>
6335
6336 * mh-e.texi (Getting Started): Make it more explicit that you need
6337 to install MH. Add pointers to current MH implementations.
6338
63392006-04-21 Bill Wohler <wohler@newt.com>
6340
6341 Release MH-E manual version 7.94.
6342
6343 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6344 release 7.94.
6345
63462006-04-21 Carsten Dominik <dominik@science.uva.nl>
6347
6348 * org.texi: Many small fixes.
6349 (Handling links): Rename from "Managing links".
6350
63512006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
6352
6353 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6354 (Splitting mail using spam-stat): Fix @xref.
6355
63562006-04-20 Chong Yidong <cyd@stupidchicken.com>
6357
6358 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 6359 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
6360
63612006-04-20 Carsten Dominik <dominik@science.uva.nl>
6362
6363 * org.texi (Time stamps): Better explanation of the purpose of
6364 different time stamps.
6365 (Structure editing, Plain lists): More details on how new items
6366 and headings are inserted.
6367
63682006-04-18 Carsten Dominik <dominik@science.uva.nl>
6369
6370 * org.texi (Formula syntax): Fix link to Calc Manual.
6371
63722006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
6373
6374 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
6375
63762006-04-17 Bill Wohler <wohler@newt.com>
6377
6378 * mh-e.texi (Folders): Update mh-before-quit-hook and
6379 mh-quit-hook example with code that removes the buffers rather
6380 than just bury them.
6381
63822006-04-17 Michael Albinus <michael.albinus@gmx.de>
6383
6384 Sync with Tramp 2.0.53.
6385
63862006-04-13 Carsten Dominik <dominik@science.uva.nl>
6387
6388 * org.texi (Updating settings): New section.
6389 (Visibility cycling): Better names for the startup folding
6390 options.
6391 (Exporting): Completely restructured.
6392 (The very busy C-c C-c key): New section.
6393 (Summary of in-buffer settings): New section.
6394
63952006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
6396
6397 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
6398
63992006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6400
6401 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
6402 (Server Commands): Key `v' is reserved for users.
6403
64042006-04-11 Carsten Dominik <dominik@science.uva.nl>
6405
6406 * org.texi (Link format): New section, emphasis on bracket links.
6407 (External links): Document bracket links.
6408 (FAQ): Expand to cover shell links and the new link format.
6409
64102006-04-09 Kevin Ryde <user42@zip.com.au>
6411
6412 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
6413
64142006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6415
6416 * gnus.texi (Summary Buffer Lines): Add `*'.
6417
c8763fb6 64182006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
6419
6420 * gnus.texi (Group Parameters):
6421 Mention gnus-permanently-visible-groups.
6422
64232006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
6424
6425 * gnus.texi (Face): Fix typo.
6426
64272006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
6428
6429 * gnus.texi (X-Face): Clarify.
6430 (Face): Need Emacs with PNG support.
6431
64322006-04-06 Richard Stallman <rms@gnu.org>
6433
6434 * idlwave.texi: Delete the blocks "not suitable for inclusion with
6435 Emacs".
6436
64372006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
6438
6439 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
6440 blocks not suitable for inclusion with Emacs using variable
6441 PARTOFEMACS.
6442
64432006-04-04 Simon Josefsson <jas@extundo.com>
6444
6445 * gnus.texi (Security): Improve.
6446
64472006-04-02 Bill Wohler <wohler@newt.com>
6448
6449 * mh-e.texi (Getting Started, Junk, Bug Reports)
6450 (MH FAQ and Support): Fix URLs.
6451
64522006-03-31 Romain Francoise <romain@orebokech.com>
6453
6454 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
6455 to t, not nil (and has for the past eight years).
6456
64572006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
6458
6459 * message.texi, gnus.texi: Bump version to 5.11.
6460
64612006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
6462
6463 * gnus.texi (Top): Add comment about version line.
6464
6465 * message.texi (Top): Ditto. Change to take named versions into
6466 account.
6467
64682006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
6469
6470 * gnus.texi (Posting Styles): Add x-face-file to example.
6471 (X-Face): Refer to posting styles.
6472
6473 * gnus-faq.texi ([5.8]): Add x-face-file.
6474 ([8.4]): Add links to gmane.emacs.gnus.user and
6475 gmane.emacs.gnus.general.
6476
64772006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
6478
6479 * gnus-faq.texi: Use .invalid.
6480 ([5.4]): Fix gnus-posting-styles example.
6481
64822006-03-27 Romain Francoise <romain@orebokech.com>
6483
6484 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
6485 Emacs/W3 needs a new maintainer.
6486 (Ispell): Update author and version info.
6487 (Mailcrypt): Mention PGG.
6488 (New in Emacs 22): Add PGG to the list of new packages.
6489 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
6490 updating dead URLs.
6491
64922006-03-25 Karl Berry <karl@gnu.org>
6493
6494 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
6495 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
6496 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
6497 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
6498 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
6499 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
6500 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
6501 (2) do not indent copyright year list (or anything else).
6502
65032006-03-21 Bill Wohler <wohler@newt.com>
6504
6505 * mh-e.texi (Folders): Various edits.
6506
65072006-03-20 Romain Francoise <romain@orebokech.com>
6508
6509 * gnus.texi (Mail Folders): Grammar fix.
6510
65112006-03-19 Bill Wohler <wohler@newt.com>
6512
6513 * mh-e.texi (Replying): Document Mail-Followup-To.
6514 Change manually-formatted table to multitable. Add debugging info.
6515 Move description of mh-reply-default-reply-to into paragraph
6516 that describes its values.
6517
65182006-03-17 Bill Wohler <wohler@newt.com>
6519
10d1d0af 6520 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
6521 (Sending Mail Tour): Update method of entering
6522 addresses and subject.
6523 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
6524 (Adding Attachments, Searching): Update screenshots for Emacs 22.
6525
65262006-03-15 Carsten Dominik <dominik@science.uva.nl>
6527
6528 * org.texi: Version number change only.
6529
65302006-03-14 Bill Wohler <wohler@newt.com>
6531
6532 * mh-e.texi: Add index entries around each paragraph rather than
6533 depend on entries from beginning of node. Doing so ensures that
6534 index entries are less likely to be forgotten if text is cut and
6535 pasted, and are necessary anyway if the references are on a
6536 separate page. It seems that makeinfo is now (v. 4.8) only
6537 producing one index entry per node, so there is no longer any
6538 excuse not to. Use subheading instead of heading. The incorrect
6539 use of heading produced very large fonts in Info--as large as the
6540 main heading.
6541 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
6542 versions 6 and 7 appeared *around* the time of these Emacs releases.
6543
65442006-03-13 Carsten Dominik <dominik@science.uva.nl>
6545
6546 * org.texi (Clean view): Document new startup options.
6547
65482006-03-11 Bill Wohler <wohler@newt.com>
6549
6550 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
6551 (Composing, Scan Line Formats): Fix @refs.
6552 (Getting Started): Define MH profile and MH profile components.
6553 (Incorporating Mail, Reading Mail, Viewing, Printing)
6554 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
6555 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
6556 for string constants.
6557 (Tool Bar): Remove spurious quote.
6558 (Junk): Use ``...'' instead of "...".
6559 (Scan Line Formats): Replace @samp with @kbd.
6560
65612006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
6562
6563 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
6564
65652006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6566
6567 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
6568 easy to understand.
6569
65702006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
6571
6572 * gnus.texi: Markup fix.
6573 (Fancy Mail Splitting): Specify new feature.
6574
65752006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
6576
6577 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
6578 partial-words matching.
6579
65802006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
6581
6582 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
6583
6584 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
6585 (MIME Commands): Fix mm-discouraged-alternatives.
6586
65872006-03-07 Carsten Dominik <dominik@science.uva.nl>
6588
6589 * org.texi: Version number change only.
6590
65912006-03-06 Bill Wohler <wohler@newt.com>
6592
6593 * mh-e.texi: Move from SourceForge repository to Savannah.
6594 This is version 7.93, which is a total rewrite from the previous
6595 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
6596 version 7.93.
6597
65982006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
6599
6600 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
6601
66022006-03-01 Carsten Dominik <dominik@science.uva.nl>
6603
6604 * org.texi (Interaction): Add item about `org-mouse.el' by
6605 Piotr Zielinski.
6606 (Managing links): Document that also mouse-1 can be used to
6607 activate a link.
6608 (Headlines, FAQ): Add entry about hiding leading stars.
6609 (Miscellaneous): Resort the sections in this chapter to a more
6610 logical sequence.
6611
66122006-02-27 Simon Josefsson <jas@extundo.com>
6613
6614 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
6615 2004-01-27 from the trunk).
6616
66172006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6618
6619 * cc-mode.texi: Rename c-hungry-backspace to
6620 c-hungry-delete-backwards, at the request of RMS. Leave the old
6621 name as an alias.
6622
66232006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6624
6625 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
6626 include the function header within the defun.
6627
66282006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6629
6630 * cc-mode.texi: Correct two typos.
6631
66322006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6633
6634 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
6635 existing comment.
6636 (Electric Keys): Add a justification for electric indentation.
6637 (Hungry WS Deletion): Clear up the names and complications of the
6638 BACKSPACE and DELETE keys.
6639
66402006-02-23 Juri Linkov <juri@jurta.org>
6641
6642 * faq.texi (Common requests): Move `Turning on auto-fill by
6643 default' after `Wrapping words automatically'. Move `Working with
6644 unprintable characters' before `Searching for/replacing newlines'.
6645 Move `Replacing highlighted text' after `Highlighting a region'.
6646 Merge `Repeating commands' and `Repeating a command as many times
6647 as possible' into the former.
6648 (Packages that do not come with Emacs): Add refs to Gmane and
6649 etc/MORE.STUFF.
6650
66512006-02-23 Juri Linkov <juri@jurta.org>
6652
6653 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
6654 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
6655 Add xref to `(emacs)Reporting Bugs'.
6656 (Getting a printed manual): Add URL to other formats of the manual.
6657 (Common requests): Fix menu.
6658 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
6659 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
6660 (Inserting text at the beginning of each line): Add pxref to
6661 `Changing the included text prefix'.
6662 (Forcing the cursor to remain in the same column): Mention `track-eol'
6663 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
6664 (Replacing text across multiple files): Add keybinding `Q' for
6665 `dired-do-query-replace'.
6666
66672006-02-22 Carsten Dominik <dominik@science.uva.nl>
6668
6669 * reftex.texi: Version number and date change only.
6670
6671 * org.texi (Internal Links): Rewrite to cover the modified
6672 linking system.
6673
66742006-02-17 Eli Zaretskii <eliz@gnu.org>
6675
6676 * faq.texi: Remove the coding cookie, it's not needed anymore.
6677
66782006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6679
6680 * faq.texi (Colors on a TTY): Mention Mac OS port.
6681
66822006-02-12 Karl Berry <karl@gnu.org>
6683
6684 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
6685 8-bit accented a.
6686
66872006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
6688
6689 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
6690
66912006-02-08 Romain Francoise <romain@orebokech.com>
6692
6693 * faq.texi (Top): Remove paragraph about the FAQ being a
6694 transitional document, etc.
6695 (Searching for/replacing newlines): New node.
6696 (Yanking text in isearch): New node.
6697 (Inserting text at the beginning of each line): Rename and make
6698 more general, mention `M-;' in Message mode.
6699
67002006-02-07 Luc Teirlinck <teirllm@auburn.edu>
6701
6702 * faq.texi (Meta key does not work in xterm)
6703 (Emacs does not display 8-bit characters)
6704 (Inputting eight-bit characters): Update xrefs.
6705
67062006-02-06 Romain Francoise <romain@orebokech.com>
6707
6708 * faq.texi (VM): VM now at version 7.19.
6709 Set myself as maintainer of this file.
6710
67112006-02-04 Michael Olson <mwolson@gnu.org>
6712
6713 * erc.texi (History): Note that ERC is now included with Emacs.
6714
67152006-01-31 Romain Francoise <romain@orebokech.com>
6716
6717 * message.texi (Message Headers): Explain what
6718 `message-alternative-emails' does in more detail.
6719 Update copyright year.
6720
67212006-01-30 Juanma Barranquero <lekktu@gmail.com>
6722
6723 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
6724
67252006-01-29 Richard M. Stallman <rms@gnu.org>
6726
6727 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
6728
67292006-01-29 Michael Olson <mwolson@gnu.org>
6730
6731 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
6732
6733 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
6734
6735 * faq.texi (New in Emacs 22): Mention ERC.
6736
67372006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6738
6739 * rcirc.texi: Capitalize dir entry for consistency with the entry
6740 in info/dir and other entries in the Emacs category.
6741 Fix typos. Delete trailing whitespace.
6742
c8763fb6 67432006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
6744
6745 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
6746
67472006-01-27 Eli Zaretskii <eliz@gnu.org>
6748
6749 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
6750 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
6751
6752 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
6753 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
6754
67552006-01-27 Alex Schroeder <alex@gnu.org>
6756
6757 * rcirc.texi: New file.
6758
67592006-01-23 Juri Linkov <juri@jurta.org>
6760
6761 * widget.texi (User Interface): Add S-TAB for widget-backward.
6762
67632006-01-22 Michael Albinus <michael.albinus@gmx.de>
6764
6765 Sync with Tramp 2.0.52.
6766
6767 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
6768 Add Tramp disabling item. New item for common connection problems.
6769 (various): Apply "ftp" as method for the download URL.
6770 (Bug Reports): Refer to FAQ for common problems.
6771
67722006-01-21 Eli Zaretskii <eliz@gnu.org>
6773
6774 * widget.texi (User Interface): Use @key for TAB.
6775
6776 * ses.texi (Formulas, Printer functions): Use @key for TAB.
6777
6778 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
6779 for TAB.
6780
6781 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
6782
67832006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6784
6785 * gnus.texi: Update copyright.
6786
67872006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
6788
6789 * gnus.texi (Article Washing): Additions.
6790
2de53ca6
GM
67912006-01-13 Carsten Dominik <dominik@science.uva.nl>
6792
6793 * org.texi (Agenda commands): Document tags command.
6794
67952006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6796
6797 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
6798
67992006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6800
6801 * gnus.texi (RSS): Addition.
6802
68032005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6804
6805 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
6806
68072005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
6808
6809 * emacs-mime.texi (Display Customization): Add setting example to
6810 mm-discouraged-alternatives.
6811
68122006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6813
6814 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
6815 version is the canonical version.
6816
68172006-01-08 Alex Schroeder <alex@gnu.org>
6818
6819 * pgg.texi (Caching passphrase): Rewording.
6820
68212006-01-06 Eli Zaretskii <eliz@gnu.org>
6822
6823 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
6824 repository URL.
6825
68262006-01-06 Carsten Dominik <dominik@science.uva.nl>
6827
6828 * org.texi: Removed the accidentally re-added empty line in the
6829 direntry.
6830
68312006-01-05 Carsten Dominik <dominik@science.uva.nl>
6832
6833 * org.texi (Agenda Views): Chapter reorganized.
6834
68352005-12-29 Romain Francoise <romain@orebokech.com>
6836
6837 * faq.texi (Using Customize): New node.
6838
68392005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6840
6841 * org.texi: Remove blank line in @direntry. It is non-standard
6842 and recursively produces blank lines all over the dir file (when
6843 using Texinfo 4.8).
6844
68452005-12-21 Luc Teirlinck <teirllm@auburn.edu>
6846
6847 * widget.texi (atoms): Delete obsolete remark about `file' widget.
6848
68492005-12-20 Carsten Dominik <dominik@science.uva.nl>
6850
6851 * org.texi (Tags): Boolean logic documented.
6852 (Agenda Views): Document custom commands.
6853
68542005-12-20 David Kastrup <dak@gnu.org>
6855
6856 * faq.texi (AUCTeX): Update version and mailing list info.
6857
68582005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
6859
6860 * gnus.texi (MIME Commands): Mention addition of
6861 multipart/alternative to gnus-buttonized-mime-types and add xref
6862 to mm-discouraged-alternatives.
6863
6864 * emacs-mime.texi (Display Customization): Mention addition of
6865 "image/.*" and add xref to gnus-buttonized-mime-types in the
6866 mm-discouraged-alternatives section.
6867
68682005-12-16 Carsten Dominik <dominik@science.uva.nl>
6869
6870 * org.texi (Tags): New section.
6871 (Agenda Views): Chapter reorganized.
6872
68732005-12-16 Eli Zaretskii <eliz@gnu.org>
6874
6875 * org.texi (Internal Links): Add a missing comma after an @xref.
6876
68772005-12-14 Chong Yidong <cyd@stupidchicken.com>
6878
6879 * faq.texi (Filling paragraphs with a single space): No need to
6880 change sentence-end now.
6881
68822005-12-13 Romain Francoise <romain@orebokech.com>
6883
6884 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
6885
68862005-12-12 Jay Belanger <belanger@truman.edu>
6887
6888 * faq.texi (Calc): Update version number.
6889
68902005-12-12 Carsten Dominik <dominik@science.uva.nl>
6891
6892 * org.texi (Progress Logging): New section.
6893
68942005-12-10 Romain Francoise <romain@orebokech.com>
6895
6896 Update the Emacs FAQ for the 22.1 release.
6897
6898 * faq.texi: Set VER to `22.1'.
6899 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
6900 Tutorial. Mention that `C-h r' displays the manual.
6901 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
6902 (Getting a printed manual): Point to the new locations of the
6903 manuals on the GNU Web site.
6904 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
6905 available via Info (it was previously distributed separately).
6906 (Installing Texinfo documentation): The latest version of Texinfo
6907 is 4.8, not 4.0.
6908 (Informational files for Emacs): COPYING is the GNU General Public
6909 License, not the Emacs General Public License.
6910 (Informational files for Emacs): Delete obsolete link to the
6911 GNUinfo pages as they have been removed from the GNU Web site.
6912 (New in Emacs 22): New node.
6913 (Setting up a customization file): Say that most packages support
6914 Customize nowadays.
6915 (Colors on a TTY): Delete reference to instructions on how to
6916 enable syntax highlighting, it is now enabled by default.
6917 (Turning on abbrevs by default): Emacs now reads the abbrevs file
6918 at startup automatically.
6919 (Controlling case sensitivity): Mention `M-c' in isearch.
6920 (Using an already running Emacs process): Emacs now creates the
6921 socket in `/tmp/emacsUID'. Fix typos. Change default location of
6922 gnuserv. As emacsclient can now run Lisp code as well, delete a
6923 sentence praising gnuserv for that. Simplify description of how
6924 the client/server operation works.
6925 (Compiler error messages): Delete obsolete text (compile.el has
6926 been rewritten).
6927 (Indenting switch statements): Fix typo.
6928 (Matching parentheses): Simplify setup instructions, mention the
6929 menu bar item in the Options menu.
6930 (Repeating a command as many times as possible): Mention `C-x e'.
6931 (Going to a line by number): Mention new keymap and bindings
6932 `M-g M-g', `M-g M-p' and `M-g M-n'.
6933 (Turning on syntax highlighting): Now on by default. Simplify.
6934 (Replacing highlighted text): Use `1', not `t'.
6935 (Problems with very large files): The maximum size is now 256MB on
6936 32-bit machines.
6937 (^M in the shell buffer): Mention `comint-process-echoes'.
6938 (Emacs for Apple computers): Emacs 22 has native support for Mac
6939 OS X.
6940 (Translating names to IP addresses): Delete node.
6941 (Binding keys to commands): Fix typo.
6942 (SPC no longer completes file names): New node.
6943 (MIME with Emacs mail packages): Delete section about the Emacs
6944 MIME FAQ (it's not reachable anymore).
6945
69462005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6947
6948 * cc-mode.texi: The manual has been extensively revised: the
6949 information about using CC Mode has been separated from the larger
6950 and more difficult chapters about configuration. It has been
6951 updated for CC Mode 5.31.
6952
69532005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6954
6955 * pgg.texi (User Commands): Fix description of pgg-verify-region.
6956 (Selecting an implementation): Fix descriptions.
6957
69582005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
6959
6960 * message.texi (Various Message Variables): Addition.
6961
69622005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
6963
6964 * message.texi: Fix default values.
6965
69662005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6967
6968 * message.texi (Header Commands): Clarify descriptions of
6969 message-cross-post-followup-to, message-reduce-to-to-cc, and
6970 message-insert-wide-reply.
6971 (Various Commands): Fix kindex for message-kill-to-signature;
6972 clarify description of message-tab.
6973
69742005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6975
6976 * message.texi (Mailing Lists): Fix description about MFT.
6977
6978 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
6979
69802005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
6981
6982 * gnus.texi (Slow Terminal Connection): Replace old description
6983 with new one.
6984
69852005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
6986
6987 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
6988 replace X-Draft-Headers with X-Draft-From.
6989
69902005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
6991
6992 * gnus.texi (Various Various): Fix the default value of
6993 nnheader-max-head-length.
6994 (Gnus Versions): Fix typo.
6995
69962005-12-08 Carsten Dominik <dominik@science.uva.nl>
6997
6998 * org.texi (Structure editing): Document new functionality of
6999 M-RET.
7000
70012005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7002
7003 * org.texi (Internal Links): Fix Texinfo usage.
7004
70052005-12-06 Carsten Dominik <dominik@science.uva.nl>
7006
7007 * org.texi (TODO basics): Document the global todo list.
7008 (TODO items): Documents sparse tree for specific TODO
7009 keywords.
7010
70112005-11-30 Carsten Dominik <dominik@science.uva.nl>
7012
7013 * org.texi (Plain Lists): Typos fixed.
7014
70152005-11-28 Jay Belanger <belanger@truman.edu>
7016
7017 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7018
70192005-11-24 Carsten Dominik <dominik@science.uva.nl>
7020
7021 * org.texi (Structure editing): New item moving commands added.
7022 (Plain Lists): New section.
7023
70242005-11-18 Carsten Dominik <dominik@science.uva.nl>
7025
7026 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7027 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7028 `org-agenda-file-to-front'.
2de53ca6
GM
7029 (Built-in table editor): Document `org-table-sort-lines'.
7030 (HTML formatting): Export of hand-formatted lists.
7031
70322005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7033
7034 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7035 new variable gnus-toolbar-thickness.
7036
70372005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7038
7039 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7040
70412005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7042
7043 * gnus.texi (X-Face): Fix description.
7044 (XVarious): Remove gnus-xmas-logo-color-alist and
7045 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7046
70472005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7048
7049 * gnus.texi (Group Parameters): Mention new variable
7050 gnus-parameters-case-fold-search.
7051 (Home Score File): Addition.
7052
70532005-11-04 Ulf Jasper <ulf.jasper@web.de>
7054
7055 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7056 (Overview): List supported feed types.
7057 (Installation): No installation necessary when using autoload.
7058 (Configuration): Rename "RSS" to "news".
7059
70602005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7061
7062 * pgg.texi (User Commands): Document additional passphrase
7063 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7064 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7065
70662005-11-04 Carsten Dominik <dominik@science.uva.nl>
7067
7068 * org.texi: Version number changed to 3.19.
7069
70702005-10-29 Sascha Wilde <wilde@sha-bang.de>
7071
7072 * pgg.texi (How to use): Update the example to add autoload of
7073 pgg-encrypt-symmetric-region.
7074 (User Commands): Document pgg-encrypt-symmetric-region.
7075 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7076
70772005-10-27 Jay Belanger <belanger@truman.edu>
7078
7079 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7080 mention other TeX-related units.
7081
70822005-10-23 Lars Hansen <larsh@soem.dk>
7083
0c7efc08
SM
7084 * dired-x.texi (Miscellaneous Commands):
7085 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7086 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7087
70882005-10-23 Jay Belanger <belanger@truman.edu>
7089
7090 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7091 constant.
7092
70932005-10-23 Michael Albinus <michael.albinus@gmx.de>
7094
0c7efc08
SM
7095 * faq.texi (Bugs and problems):
7096 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7097 `directory-listing-before-filename-regexp'.
7098
70992005-10-22 Eli Zaretskii <eliz@gnu.org>
7100
7101 * newsticker.texi (UPDATED): Set value.
7102
71032005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7104
7105 * gnus.texi (Document Groups): Remove duplicate item.
7106
71072005-10-21 Carsten Dominik <dominik@science.uva.nl>
7108
7109 * org.texi (Summary): Mention iCalendar support.
7110 (Exporting): Document iCalendar support.
7111
71122005-10-18 Romain Francoise <romain@orebokech.com>
7113
7114 * viper.texi (Viper Specials): Capitalize GNU.
7115
71162005-10-17 Juri Linkov <juri@jurta.org>
7117
7118 * info.texi (Getting Started, Search Index, Expert Info):
7119 Fix wording.
7120 (Search Text): Replace `echo area' with `mode line'.
7121 (Search Index): Both `i' and `,' find all index entries.
7122 Replace example `C-f' with `C-l' (which exists in index of Info
7123 manual) and delete spaces in its keyboard input sequence.
7124 Delete unnecessary explanations about literal characters.
7125
71262005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7127
7128 * gnus.texi (Document Server Internals): Addition.
7129
71302005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7131
7132 * gnus.texi (A note on namespaces): Fix RFC reference.
7133
71342005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7135
7136 * gnus.texi (RSS): Fix key description.
7137
71382005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7139
7140 * gnus.texi: Emacs/w3 -> Emacs/W3.
7141 (Browsing the Web): Fix description.
7142 (Web Searches): Ditto.
7143 (Customizing W3): Ditto.
7144
71452005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7146
7147 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7148
71492005-10-11 Jay Belanger <belanger@truman.edu>
7150
7151 * calc.texi (Integration): Mention using `a i' to compute definite
7152 integrals.
7153
71542005-10-11 Juri Linkov <juri@jurta.org>
7155
7156 * info.texi: Rearrange nodes.
7157 (Top): Update menu. Change ref `Info for Experts' to
7158 `Advanced Info Commands'.
7159 (Getting Started): Fix description of manual's parts.
7160 (Help-Int): Change xref `Info Search' to `Search Index', and
7161 `Expert Info' to `Advanced'.
7162 (Advanced): Move node one level up.
7163 (Search Text, Search Index): New nodes split out from `Info Search'.
7164 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7165 split out from `Advanced'.
7166 (Advanced, Emacs Info Variables): De-document editing an Info file
7167 in Info.
7168 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7169 (Creating an Info File): Delete node and move its text to
7170 `Expert Info'.
7171
71722005-10-10 Carsten Dominik <dominik@science.uva.nl>
7173
7174 * org.texi (Workflow states): Documented that change in keywords
7175 becomes active only after restart of Emacs.
7176
71772005-10-08 Michael Albinus <michael.albinus@gmx.de>
7178
7179 Sync with Tramp 2.0.51.
7180
71812005-10-08 Nick Roberts <nickrob@snap.net.nz>
7182
7183 * speedbar.texi (Introduction): Describe new location of speedbar
7184 on menubar.
7185 (Basic Key Bindings): Remove descriptions of bindings that have
7186 been removed.
7187
71882005-10-05 Nick Roberts <nickrob@snap.net.nz>
7189
7190 * speedbar.texi (GDB): Describe use of watch expressions.
7191
71922005-09-28 Simon Josefsson <jas@extundo.com>
7193
7194 * message.texi (IDNA): Fix.
7195
71962005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7197
7198 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7199 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7200 description of nntp-open-connection-function.
7201 (Common Variables): Fix descriptions.
7202
72032005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7204
7205 * gnus.texi (Server Buffer Format): Document the %a format spec.
7206
72072005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7208
7209 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7210
72112005-09-23 Carsten Dominik <dominik@science.uva.nl>
7212
7213 * org.texi Version 3.16.
7214
72152005-09-19 Miles Bader <miles@gnu.org>
7216
7217 * newsticker.texi: Get rid of CVS keywords.
7218
72192005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7220
7221 * gnus.texi (Finding the Parent): Fix description of how Gnus
7222 finds article.
7223
72242005-09-14 Jari Aalto <jari.aalto@cante.net>
7225
7226 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7227 to drop off non-answered articles.
7228
72292005-09-19 Juanma Barranquero <lekktu@gmail.com>
7230
7231 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7232 braces (which are unsupported by NMAKE) for macro `srcdir'.
7233
72342005-09-17 Eli Zaretskii <eliz@gnu.org>
7235
7236 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7237 (../info/newsticker, newsticker.dvi): New targets.
7238
72392005-09-17 Ulf Jasper <ulf.jasper@web.de>
7240
7241 * newsticker.texi: Replace @command with @code. Replace @example
7242 with @lisp.
0c7efc08
SM
7243 (Top): Add explanations to menu items.
7244 (GNU Free Documentation License): Remove.
2de53ca6
GM
7245
72462005-09-16 Romain Francoise <romain@orebokech.com>
7247
7248 Update all files to specify GFDL version 1.2.
7249
7250 * doclicense.texi (GNU Free Documentation License): Update to
7251 version 1.2.
7252
72532005-09-15 Richard M. Stallman <rms@gnu.org>
7254
7255 * newsticker.texi: Fix @setfilename.
7256
7257 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7258 (../info/newsticker, newsticker.dvi): New targets.
7259
72602005-08-30 Carsten Dominik <dominik@science.uva.nl>
7261
7262 * org.texi: Version 3.15.
7263
72642005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7265
7266 * ses.texi: Combine all three indices into one.
7267 Correct a few typos.
7268
72692005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7270
7271 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7272
72732005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7274
7275 * emacs-mime.texi (Handles): Remove duplicate item.
7276 (Encoding Customization): Fix the default value for
7277 mm-coding-system-priorities.
7278 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7279 (Basic Functions): Fix reference.
7280
72812005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7282
7283 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7284
72852005-08-18 Richard M. Stallman <rms@gnu.org>
7286
7287 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7288 and web site.
7289
7290 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7291 not keyboard-translate.
7292
72932005-08-11 Richard M. Stallman <rms@gnu.org>
7294
7295 * faq.texi (Using regular expressions): Fix xref.
7296
72972005-08-09 Juri Linkov <juri@jurta.org>
7298
7299 * info.texi (Help-P): Replace `Prev' with `Previous'.
7300 (Help-M, Help-Xref): Add S-TAB.
7301 (Help-FOO): Update `u' command.
7302 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7303 Update info about visibility of xref parts.
7304 (Help-Int): Fix `m' command. Rename `Info-last' to
7305 `Info-history-back'. Add `Info-history-forward'.
7306 (Advanced): Fix `g*' and `M-n' commands.
7307 (Info Search): Add `index-apropos' in stand-alone browser.
7308 Add isearch commands.
7309 (Emacs Info Variables): Remove `Info-fontify'.
7310 Add `Info-mode-hook'. Update face names.
7311 Add `Info-fontify-maximum-menu-size',
7312 `Info-fontify-visited-nodes', `Info-isearch-search'.
7313
73142005-08-07 Michael Albinus <michael.albinus@gmx.de>
7315
7316 Sync with Tramp 2.0.50.
7317
7318 * tramp.texi: Use @option{} consequently for method names.
7319 (Inline methods, External transfer methods): Remove references to
7320 Cygwin.
7321 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7322 implementation.
7323
73242005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7325
7326 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7327 Mention that gnus-init-file is not read when Emacs is invoked with
7328 --no-init-file or -q.
7329
73302005-07-19 Carsten Dominik <dominik@science.uva.nl>
7331
7332 * org.texi: Version 3.14.
7333
73342005-07-04 Carsten Dominik <dominik@science.uva.nl>
7335
7336 * org.texi: Version 3.13.
7337
73382005-07-18 Juri Linkov <juri@jurta.org>
7339
7340 * calc.texi (Time Zones, Logical Operations):
7341 * cl.texi (Overview):
7342 * org.texi (TODO types):
7343 * sc.texi (Emacs 18 MUAs):
7344 * speedbar.texi (Top):
7345 * url.texi (History):
7346 Delete duplicate duplicate words.
7347
ce058493 73482005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
7349
7350 * cl.texi (Type Predicates): Document `atom' type.
7351
73522005-07-04 Lute Kamstra <lute@gnu.org>
7353
7354 Update FSF's address in GPL notices.
7355
7356 * calc.texi (Copying):
7357 * doclicense.texi (GNU Free Documentation License):
7358 * faq.texi (Contacting the FSF):
7359 * mh-e.texi (Copying): Update FSF's address.
7360
73612005-07-03 Richard M. Stallman <rms@gnu.org>
7362
7363 * flymake.texi (Example -- Configuring a tool called directly):
7364 Update name of flymake-build-relative-filename.
7365
73662005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7367
7368 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
7369
73702005-06-29 Carsten Dominik <dominik@science.uva.nl>
7371
7372 * org.texi: Version 3.12.
7373
73742005-06-24 Eli Zaretskii <eliz@gnu.org>
7375
7376 * makefile.w32-in (MAKEINFO): Use --force.
7377 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7378 Makefile.in.
7379 (gnus.dvi): Use "..." to quote Sed args, so that it works with
7380 more shells.
7381
73822005-06-23 Richard M. Stallman <rms@gnu.org>
7383
7384 * speedbar.texi (Creating a display): Texinfo usage fixes.
7385
7386 * tramp.texi (Customizing Completion, Auto-save and Backup):
7387 Texinfo usage fixes.
7388
73892005-06-23 Juanma Barranquero <lekktu@gmail.com>
7390
7391 * dired-x.texi (Miscellaneous Commands):
7392 * ediff.texi (Miscellaneous):
7393 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
7394 (Agent Variables):
7395 * info.texi (Help-Xref):
7396 * message.texi (Message Headers):
7397 * org.texi (Remember):
7398 * reftex.texi (Options (Defining Label Environments)):
7399 (Options (Index Support)):
7400 (Options (Viewing Cross-References)):
7401 (Options (Misc)):
7402 (Changes):
7403 * speedbar.texi (Creating a display):
7404 * tramp.texi (Customizing Completion, Auto-save and Backup):
7405 Texinfo usage fix.
7406
74072005-06-13 Carsten Dominik <dominik@science.uva.nl>
7408
7409 * org.texi: Version 3.11.
7410
74112005-06-12 Jay Belanger <belanger@truman.edu>
7412
7413 * calc.texi (Getting Started): Remove extra menu item.
7414
74152005-05-31 Jay Belanger <belanger@truman.edu>
7416
7417 * calc.texi (Notations Used in This Manual): Use @kbd for key
7418 sequence.
7419 (Demonstration of Calc): Mention another way of starting Calc.
7420 (Starting Calc): Mention long name of M-#.
7421 (Embedded Mode Overview): Remove unnecessary instruction.
7422 (Other M-# commands): Rephrase `M-# 0' explanation.
7423 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
7424 reflect current behavior.
7425
74262005-05-30 Jay Belanger <belanger@truman.edu>
7427
7428 * calc.texi (Hooks): Change description of calc-window-hook and
7429 calc-trail-window-hook to match usage.
7430 (Computational Functions): Add more constant-generating functions.
7431 (Customizable Variables): Use defvar.
7432
74332005-05-28 Jay Belanger <belanger@truman.edu>
7434
7435 * calc.texi (Assignments in Embedded Mode): Fix variable name.
7436 (Basic Embedded Mode): Explain behavior of arguments to
7437 calc-embedded-mode.
7438
74392005-05-27 Jay Belanger <belanger@truman.edu>
7440
7441 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
7442 current behavior.
7443
74442005-05-25 Jay Belanger <belanger@truman.edu>
7445
7446 * calc.texi: Change Calc version number throughout.
7447 (Keypad Mode): Change location in info output.
7448 (Keypad mode overview): Move picture of keypad.
7449
74502005-05-21 Jay Belanger <belanger@truman.edu>
7451
7452 * calc.texi (Storing variables): Mention that only most variables
7453 are void to begin with.
7454
74552005-05-21 Kevin Ryde <user42@zip.com.au>
7456
7457 * widget.texi (Basic Types): Update cross ref from "Enabling
7458 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
7459 lispref/text.texi change.
7460
74612005-05-20 Carsten Dominik <dominik@science.uva.nl>
7462
7463 * org.texi: Version 3.09.
7464
74652005-05-18 Carsten Dominik <dominik@science.uva.nl>
7466
7467 * reftex.texi: Version 4.28.
7468
74692005-05-16 Jay Belanger <belanger@truman.edu>
7470
7471 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
7472
74732005-05-14 Jay Belanger <belanger@truman.edu>
7474
7475 * calc.texi (Default Simplifications): Insert missing ! (logical
7476 not operator).
7477
74782005-05-14 Michael Albinus <michael.albinus@gmx.de>
7479
7480 Sync with Tramp 2.0.49.
7481
74822005-05-10 Jay Belanger <belanger@truman.edu>
7483
7484 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
7485 to 1.
7486
74872005-04-29 Carsten Dominik <dominik@science.uva.nl>
7488
7489 * org.texi: Version 3.08, structure reorganized.
7490
74912005-04-24 Richard M. Stallman <rms@gnu.org>
7492
7493 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
7494
74952005-04-15 Carsten Dominik <dominik@science.uva.nl>
7496
7497 * org.texi: Update to version 3.06.
7498
74992005-04-13 Lute Kamstra <lute@gnu.org>
7500
7501 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
7502
75032005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
7504
7505 * cl.texi (Porting Common Lisp): Fix typo.
7506
75072005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7508
7509 * gnus.texi (RSS): Addition.
7510
75112005-04-04 Jay Belanger <belanger@truman.edu>
7512
7513 * calc.texi: Change Calc version number.
7514 (Customizable variables): Fix description of calc-language-alist.
7515 (Copying): Put in version 2 of GPL.
7516
75172005-04-01 Jay Belanger <belanger@truman.edu>
7518
7519 * calc.texi (Troubleshooting Commands): Remove comment about
7520 installation.
7521 (Installation): Remove section.
7522 (Customizable Variables): New section.
7523 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
7524 (Graphical Devices): Add references to Customizable Variables.
7525
75262005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
7527
7528 * emacs-mime.texi (Display Customization): Markup fixes.
7529 (rfc2047): Update.
7530
75312005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
7532
7533 * gnus-faq.texi: Replaced with auto-generated version.
7534
75352005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7536
7537 * dired-x.texi (Multiple Dired Directories): default-directory was
7538 renamed to dired-default-directory.
7539
75402005-03-26 Jay Belanger <belanger@truman.edu>
7541
7542 * calc.texi (Simplifying Formulas, Rewrite Rules):
7543 Change description of top and bottom of fraction.
7544 (Modulo Forms): Move description of how to create modulo forms to
7545 earlier in the section.
7546 (Fraction Mode): Suggest using : to get a fraction by dividing.
7547 (Basic Arithmetic): Adjust placement of command name.
7548 (Truncating the Stack): Emphasize that "hidden" entries are still
7549 visible.
7550 (Installation): Move discussion of printing manual to "About This
7551 Manual".
7552 (About This Manual): Mention how to print the manual.
7553 (Reporting Bugs): Remove first person.
7554 (Building Vectors): Add algebraic version of append.
7555 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
7556 (Grouping Digits): Fix typo.
7557
75582005-03-25 Werner Lemberg <wl@gnu.org>
7559
7560 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
7561 Replace `legal' with `valid'.
7562
75632005-03-25 Werner Lemberg <wl@gnu.org>
7564
7565 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
7566
75672005-03-24 Jay Belanger <belanger@truman.edu>
7568
7569 * calc.texi (General Mode Commands)
7570 (Mode Settings in Embedded Mode): Add some explanation of
7571 recording mode settings.
7572
75732005-03-24 Richard M. Stallman <rms@gnu.org>
7574
7575 * calc.texi: Remove praise of non-free software.
7576
7577 * idlwave.texi: Don't say where to get IDL or its non-free manual.
7578 (Installation): Node deleted.
7579
75802005-03-23 Richard M. Stallman <rms@gnu.org>
7581
7582 * url.texi (HTTP language/coding): Improve last change.
7583
75842005-03-22 Jay Belanger <belanger@truman.edu>
7585
7586 * calc.texi (Embedded Mode): Add new information on changing
7587 modes.
7588
75892005-03-20 Michael Albinus <michael.albinus@gmx.de>
7590
7591 Sync with Tramp 2.0.48.
7592
7593 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
7594
7595 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
7596 "GNU/Linux". Change all addresses to .gnu.org.
7597 (Default Method): Offer shortened syntax for "su" and "sudo"
7598 methods.
7599
76002005-03-07 Richard M. Stallman <rms@gnu.org>
7601
7602 * url.texi: Fix usage of "e.g.".
7603 (HTTP language/coding): Explain the rules for these strings.
7604
76052005-03-06 Richard M. Stallman <rms@gnu.org>
7606
7607 * woman.texi (Introduction): Minor cleanups.
7608
7609 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
7610
7611 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
7612 (Installation): Node deleted.
7613
7614 * mh-e.texi (Preface): Get rid of "Emacs 21".
7615
7616 * eshell.texi (Installation): Delete node (for Emacs 20).
7617
76182005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
7619
7620 * flymake.texi: Refill and tweak style in @lisp blocks.
7621
76222005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7623
7624 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
7625
76262005-03-01 Jay Belanger <belanger@truman.edu>
7627
7628 * calc.texi (Trigonometric and Hyperbolic Functions):
7629 Mention additional functions.
7630 (Algebraic Simplifications): Mention additional simplifications.
7631
76322005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
7633
7634 * ses.texi: Add concept/function/variable indices (this work was
7635 donated by Brad Collins <brad@chenla.org>, copyright-assignment
7636 papers on file at FSF).
7637
76382005-02-10 Jay Belanger <belanger@truman.edu>
7639
7640 * calc.texi: Change @LaTeX to La@TeX throughout.
7641 Redefine @expr as @math for TeX output.
7642 Redefine @texline as a no-op for TeX output.
7643 Define @tfn, replace @t by @tfn throughout.
7644
76452005-02-09 Jay Belanger <belanger@truman.edu>
7646
7647 * calc.texi: Add macro for LaTeX for info output.
7648
76492005-02-08 Kim F. Storm <storm@cua.dk>
7650
7651 * texinfo.tex (LaTex): Add def.
7652
76532005-02-06 Jay Belanger <belanger@truman.edu>
7654
7655 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
7656 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
7657 throughout manual.
7658
76592005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7660
7661 * gnus.texi: Some edits based on comments from David Abrahams.
7662
76632005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
7664
7665 * gnus.texi (RSS): Fix the keystroke.
7666
76672005-01-24 David Kastrup <dak@gnu.org>
7668
7669 * faq.texi: Update AUCTeX version info.
7670
76712005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
7672
7673 * gnus-faq.texi ([4.1]): Typo.
7674
76752005-01-19 Jay Belanger <belanger@truman.edu>
7676
7677 * calc.texi (Keep Arguments): Mention that keeping arguments
7678 doesn't work with keyboard macros.
7679
76802005-01-16 Richard M. Stallman <rms@gnu.org>
7681
7682 * autotype.texi (Autoinserting): Fix small error.
7683
76842005-01-16 Michael Albinus <michael.albinus@gmx.de>
7685
7686 Sync with Tramp 2.0.47.
7687
7688 * tramp.texi (Compilation): New section, describing compilation of
7689 remote files.
7690
76912005-01-11 Kim F. Storm <storm@cua.dk>
7692
7693 * widget.texi (Basic Types): Add :follow-link keyword.
7694
76952005-01-09 Jay Belanger <belanger@truman.edu>
7696
7697 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
7698
76992005-01-08 Jay Belanger <belanger@truman.edu>
7700
7701 * calc.texi: Change throughout to reflect new default value of
7702 calc-settings-file.
7703
77042005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7705
7706 * message.texi (Reply): `message-reply-to-function' should return
7707 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
7708
77092005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
7710
7711 * faq.texi (Changing load-path): Fix typo.
7712
77132005-01-05 Jay Belanger <belanger@truman.edu>
7714
7715 * calc.texi (Programming Tutorial): Replace kbd command by
7716 appropriate characters for a keyboard macro.
7717
77182005-01-04 Jay Belanger <belanger@truman.edu>
7719
7720 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
7721 for Lucid Emacs.
7722 (Programming Tutorial): Mention that the user needs to be in the
7723 right mode to compute some functions.
7724
77252005-01-04 Jay Belanger <belanger@truman.edu>
7726
7727 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
7728 no longer applicable.
7729
77302005-01-01 Jay Belanger <belanger@truman.edu>
7731
0c7efc08 7732 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
7733 edit keyboard macros to match current behavior.
7734
77352004-12-31 Jay Belanger <belanger@truman.edu>
7736
7737 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
7738
77392004-12-20 Jay Belanger <belanger@truman.edu>
7740
7741 * calc.texi (Types Tutorial): Emphasize that you can't divide by
7742 zero.
7743
77442004-12-17 Luc Teirlinck <teirllm@auburn.edu>
7745
7746 * cc-mode.texi (Text Filling and Line Breaking): Put period after
7747 @xref.
7748 (Font Locking): Avoid @strong{Note:}.
7749
77502004-12-17 Michael Albinus <michael.albinus@gmx.de>
7751
7752 Sync with Tramp 2.0.46.
7753
7754 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
7755
77562004-12-16 Luc Teirlinck <teirllm@auburn.edu>
7757
7758 * url.texi: Correct typos.
7759 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 7760 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
7761 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
7762 (Dealing with HTTP documents): @inforef->@xref.
7763
77642004-12-15 Jay Belanger <belanger@truman.edu>
7765
7766 * calc.texi: Consistently capitalized all mode names.
7767 (Answers to Exercises): Mention that an answer can be a fraction
7768 when in Fraction mode.
7769
77702004-12-13 Jay Belanger <belanger@truman.edu>
7771
7772 * calc.texi: Fix some TeX definitions.
7773
77742004-12-09 Luc Teirlinck <teirllm@auburn.edu>
7775
7776 * reftex.texi (Imprint): Remove erroneous @value's.
7777
77782004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7779
7780 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
7781 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
7782
77832004-12-08 Jay Belanger <belanger@truman.edu>
7784
7785 * calc.texi (Starting Calc): Remove comment about installation.
7786 (Keypad Mode Overview): Remove comment about Emacs 19 support.
7787
77882004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7789
7790 * url.texi: Update @setfilename.
7791 (Getting Started): No need to worry about Gnus versions.
7792 (Dealing with HTTP documents): Use @inforef.
7793
7794 * org.texi: Fix @direntry file name.
7795
77962004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7797
7798 * url.texi: New file.
7799
7800 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
7801
78022004-12-06 Jay Belanger <belanger@truman.edu>
7803
7804 * calc.texi (Using Calc): Remove paragraph about installation.
7805
78062004-12-06 Jay Belanger <belanger@truman.edu>
7807
7808 * calc.texi: Use more Texinfo macros and less TeX defs.
7809 Remove @refill's.
7810
78112004-12-06 Richard M. Stallman <rms@gnu.org>
7812
7813 * org.texi: New file.
7814
78152004-12-05 Richard M. Stallman <rms@gnu.org>
7816
7817 * Makefile.in (org.dvi, ../info/org): New targets.
7818 (INFO_TARGETS): Add ../info/org.
7819 (DVI_TARGETS): Add org.dvi.
7820 (maintainer-clean): Remove the info files in the info dir.
7821
78222004-11-26 Eli Zaretskii <eliz@gnu.org>
7823
7824 * idlwave.texi: Fix the setfilename directive to put the produced
7825 file in ../info.
7826 (Continued Statement Indentation): Resurrect Jan D.'s change from
7827 2004-11-03 that was lost when a newer version of idlwave.texi was
7828 imported.
7829
78302004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
7831
0c7efc08 7832 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 7833
0c7efc08
SM
7834 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
7835 Index `spam-initialize'.
2de53ca6
GM
7836
78372004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
7838
7839 * message.texi (Various Message Variables): Mention that all mail
7840 file variables are derived from `message-directory'.
7841
7842 * gnus.texi (Splitting Mail): Clarify bogus group.
7843
78442004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7845
0c7efc08
SM
7846 * emacs-mime.texi (Encoding Customization):
7847 Fix mm-coding-system-priorities entry.
2de53ca6 7848
c8763fb6 78492004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
7850
7851 * idlwave.texi (Continued Statement Indentation):
7852 * reftex.texi (Options (Index Support)):
7853 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
7854 * speedbar.texi (Creating a display, Major Display Modes):
7855 Replace non-nil with non-@code{nil}.
2de53ca6
GM
7856
78572004-10-21 Jay Belanger <belanger@truman.edu>
7858
0c7efc08 7859 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
7860
78612004-10-18 Luc Teirlinck <teirllm@auburn.edu>
7862
7863 * calc.texi (Reporting Bugs): Double up `@'.
7864
78652004-10-18 Jay Belanger <belanger@truman.edu>
7866
0c7efc08 7867 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
7868 should be sent to.
7869
78702004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
7871
7872 * gnus.texi (New Features): Add 5.11.
7873
7874 * message.texi (Resending): Remove wrong default value.
7875
7876 * gnus.texi (Mail Source Specifiers): Describe possible problems
7877 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
7878 `pop3-leave-mail-on-server' to the index.
7879
78802004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
7881
7882 * message.texi (Canceling News): Add how to set a password.
7883
78842004-10-12 Jay Belanger <belanger@truman.edu>
7885
0c7efc08 7886 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
7887 calc-describe-function and calc-describe-variable to match their
7888 current behavior.
7889
78902004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
7891
7892 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
7893
78942004-10-12 Michael Albinus <michael.albinus@gmx.de>
7895
7896 Sync with Tramp 2.0.45.
7897
7898 * tramp.texi (Frequently Asked Questions): Comment paragraph about
7899 plink link. The URL is outdated. Originator contacted for
7900 clarification.
7901
79022004-10-10 Juri Linkov <juri@jurta.org>
7903
7904 * gnus.texi (Top, Marking Articles): Join two menus in one node
7905 because a node can have only one menu.
7906
79072004-10-09 Juri Linkov <juri@jurta.org>
7908
7909 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
7910 example of nnmail-split-fancy.
7911
79122004-10-06 Karl Berry <karl@gnu.org>
7913
7914 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
7915 consistency with other uses of dashes.
7916
79172004-10-05 Karl Berry <karl@gnu.org>
7918
7919 * info.texi: Consistently use --- throughout, periods at end of
7920 menu descriptions, and a couple typos.
7921
79222004-09-26 Jesper Harder <harder@ifa.au.dk>
7923
7924 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
7925 * pgg.texi (User Commands, Backend methods): Do.
7926 * gnus.texi: Markup fixes.
7927 (Setting Process Marks): Fix `M P a' entry.
7928 * emacs-mime.texi: Fixes.
7929
79302004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
7931
7932 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
7933 again.
7934 Use 5.10 instead of 5.10.0.
7935
79362004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7937
7938 * gnus.texi (Summary Mail Commands): S D e.
7939
79402004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
7941
7942 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
7943 the gnus-article-mode-line-format section.
7944
79452004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
7946
7947 * gnus.texi (Various Summary Stuff): Fix the documentation for
7948 gnus-newsgroup-variables.
7949
79502004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
7951
0c7efc08
SM
7952 * gnus.texi (MIME Commands):
7953 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
7954 gnus-mime-display-multipart-alternative-as-mixed,
7955 gnus-mime-display-multipart-related-as-mixed.
7956 (Mail Source Customization): Clarify `mail-source-directory'.
7957 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 7958 (SpamOracle): Fix typo.
2de53ca6
GM
7959
7960 * gnus-faq.texi: Untabify.
7961 ([6.3]): nnir.el is in contrib directory.
7962
7963 * message.texi (News Headers): Clarify how a unique ID is created.
7964
0c7efc08
SM
7965 * gnus.texi (Batching Agents): Fix typo in example.
7966 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 7967
b2abec73 79682004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 7969
0c7efc08 7970 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
7971
79722004-09-20 Florian Weimer <fw@deneb.enyo.de>
7973
7974 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
7975
79762004-09-22 Jay Belanger <belanger@truman.edu>
7977
0c7efc08 7978 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
7979 might be hidden during part of the session.
7980
79812004-09-20 Jay Belanger <belanger@truman.edu>
7982
7983 * calc.texi (Notations Used in This Manual): Put in an earlier
7984 mention that DEL could be called Backspace.
7985
79862004-09-10 Simon Josefsson <jas@extundo.com>
7987
7988 * gnus.texi (IMAP): Add example. Suggested and partially written
7989 by Steinar Bang <sb@dod.no>.
7990
79912004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7992
7993 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
7994 netrc syntax.
7995
79962004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7997
b2abec73
JB
7998 * gnus.texi (Spam ELisp Package Sequence of Events):
7999 Some clarifications.
2de53ca6
GM
8000 (Spam ELisp Package Global Variables): More clarifications.
8001
80022004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8003
8004 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8005 Mention spam-split does not modify incoming mail.
8006
80072004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8008
8009 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8010
80112004-09-10 Eli Zaretskii <eliz@gnu.org>
8012
8013 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8014
80152004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8016
8017 * makefile.w32-in (sieve, pgg): Use $(infodir).
8018
80192004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8020
8021 * makefile.w32-in: Fix PGG and Sieve entries.
8022
80232004-08-28 Eli Zaretskii <eliz@gnu.org>
8024
8025 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8026 Emacs and related programs.
8027
80282004-08-27 Richard M. Stallman <rms@gnu.org>
8029
8030 * faq.texi: Fix texinfo usage, esp. doublequotes.
8031 (Difference between Emacs and XEmacs): Some clarification.
8032
8033 * faq.texi (Difference between Emacs and XEmacs):
8034 Explain not to contrast XEmacs with GNU Emacs.
8035
80362004-08-26 Richard M. Stallman <rms@gnu.org>
8037
8038 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8039
80402004-08-22 David Kastrup <dak@gnu.org>
8041
8042 * reftex.texi (AUCTeX): Update links, section name.
8043
8044 * faq.texi (Calc): Update availability (included in 22.1).
8045 (AUCTeX): Update availability, information, versions, description.
8046
80472004-08-14 Eli Zaretskii <eliz@gnu.org>
8048
8049 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8050
80512004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8052
8053 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8054
80552004-08-10 Michael Albinus <michael.albinus@gmx.de>
8056
8057 Sync with Tramp 2.0.44.
8058
80592004-08-05 Lars Hansen <larsh@math.ku.dk>
8060
8061 * widget.texi (User Interface): Update how to separate the
8062 editable field of an editable-field widget from other widgets.
8063 (Programming Example): Add text after field.
8064
80652004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8066
8067 * emacs-mime.texi (Encoding Customization): Add a note to the
8068 mm-content-transfer-encoding-defaults entry.
8069 (rfc2047): Update.
8070
0c7efc08
SM
8071 * gnus.texi (Article Highlighting):
8072 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8073 (POP before SMTP): New node.
8074 (Posting Styles): Addition.
8075 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8076 (Fancy Mail Splitting): Ditto.
8077 (X-Face): Add gnus-x-face.
8078
80792004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8080
8081 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8082 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8083
80842004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8085
0c7efc08
SM
8086 * gnus.texi (Mail Source Specifiers):
8087 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8088
80892004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8090
8091 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8092
8093 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8094 repository. Change setfilename.
8095
8096 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8097
80982004-07-02 Juri Linkov <juri@jurta.org>
8099
8100 * pcl-cvs.texi (Viewing differences): Add `d r'.
8101
81022004-06-29 Jesper Harder <harder@ifa.au.dk>
8103
8104 * ses.texi, viper.texi, flymake.texi, faq.texi:
8105 * eshell.texi, ediff.texi: Markup fixes.
8106
81072004-06-21 Karl Berry <karl@gnu.org>
8108
8109 * info.texi (Top): Mention that only Emacs has mouse support.
8110 (Getting Started): Mention this in a few other places.
8111
81122004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8113
0c7efc08
SM
8114 * autotype.texi (Copyrights, Timestamps):
8115 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8116
81172004-06-13 Lars Hansen <larsh@math.ku.dk>
8118
8119 * dired-x.texi (dired-mark-omitted): Update keybinding.
8120
81212004-06-10 Kim F. Storm <storm@cua.dk>
8122
8123 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8124
81252004-06-05 Lars Hansen <larsh@math.ku.dk>
8126
8127 * dired-x.texi (variable dired-omit-mode): Rename from
8128 dired-omit-files-p.
8129 (function dired-omit-mode): Rename from dired-omit-toggle.
8130 Call dired-omit-mode rather than set dired-omit-files-p.
8131 (dired-mark-omitted): Describe command.
8132
81332004-05-29 Michael Albinus <michael.albinus@gmx.de>
8134
8135 Version 2.0.41 of Tramp released.
8136
81372004-05-29 Juanma Barranquero <lektu@terra.es>
8138
8139 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8140 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8141
81422004-05-29 Richard M. Stallman <rms@gnu.org>
8143
8144 * cl.texi (Top): Call this chapter `Introduction'.
8145 (Overview): In TeX, no section heading here.
8146
8147 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8148
81492004-05-29 Eli Zaretskii <eliz@gnu.org>
8150
8151 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8152 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8153
81542004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8155
8156 * flymake.texi: New file.
8157
81582004-05-28 Simon Josefsson <jas@extundo.com>
8159
8160 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8161
b344d29d 81622004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8163
8164 Version 2.0.40 of Tramp released.
8165
81662004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8167
8168 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8169
8170 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8171 variables `tramp-backup-directory-alist' and
8172 `tramp-bkup-backup-directory-info'.
8173 (Overview, Connection types)
8174 (External transfer methods, Default Method)
8175 (Windows setup hints): Remove restriction of password entering
8176 with external methods.
8177 (Auto-save and Backup): Make file name example
8178 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8179 and `auto-save-directory' must be used.
8180 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8181 only "NT"). Remove doubled entry "What kinds of systems does
8182 @tramp{} work on".
8183 (tramp): Macro removed.
8184 (Obtaining Tramp): Flag removed from title.
8185 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8186 and `trampver' used properly. Flag `tramp-inst' replaced by
8187 `installchapter'. Installation related text adapted.
8188
81892004-04-28 Masatake YAMATO <jet@gyve.org>
8190
8191 * widget.texi (Programming Example): Remove overlays.
8192
81932004-04-27 Jesper Harder <harder@ifa.au.dk>
8194
8195 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8196
81972004-04-23 Juanma Barranquero <lektu@terra.es>
8198
8199 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8200
82012004-04-05 Jesper Harder <harder@ifa.au.dk>
8202
8203 * info.texi (Info Search): Add info-apropos.
8204
82052004-03-22 Juri Linkov <juri@jurta.org>
8206
8207 * faq.texi: Fix help key bindings.
8208
82092004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8210
8211 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8212 (as suggested by Karl Berry). Update information about colored
8213 stars in menus. Add new subheading describing M-n.
8214
82152004-03-12 Richard M. Stallman <rms@gnu.org>
8216
8217 * cl.texi (Top): Rename top node's title.
8218
82192004-03-08 Karl Berry <karl@gnu.org>
8220
8221 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8222 problems making the texinfo distribution.
8223
82242004-02-29 Simon Josefsson <jas@extundo.com>
8225
0c7efc08 8226 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8227 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8228 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8229 <voegelas@gmx.net>.
8230
82312004-02-29 Juanma Barranquero <lektu@terra.es>
8232
8233 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8234 Use $(DEL) instead of rm, and ignore exit code.
8235
b344d29d 82362004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8237
8238 Tramp version 2.0.39 released.
8239
82402004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8241
8242 * tramp.texi (Customizing Completion): Explain new functions
8243 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8244 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8245 (Top): Refer to Savannah mailing list as the major one.
8246 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8247 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8248 (Frequently Asked Questions): Remote hosts must not be Unix-like
8249 for "smb" method.
8250 (Password caching): New node.
8251 (External transfer methods): Refer to password caching for "smb"
8252 method.
8253
82542004-02-17 Karl Berry <karl@gnu.org>
8255
8256 * info.texi (Help-Int): Mention the new line number feature.
8257
82582004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8259
8260 * ses.texi (Advanced Features): New functionality for
8261 ses-set-header-row (defaults to current row unless C-u used).
8262 (Acknowledgements): Add Stefan Monnier.
8263
82642003-12-29 Kevin Ryde <user42@zip.com.au>
8265
8266 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8267
b344d29d 82682003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8269
8270 Tramp version 2.0.38 released.
8271
8272 * tramp.texi (Remote shell setup): Warn of environment variables
8273 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8274 <sven.gabriel@imk.fzk.de>.
8275 (Configuration): Tramp now chooses base64/uuencode
8276 automatically. Update wording accordingly.
8277 (Top): More description for the `Default Method' menu entry.
8278 (Default Method): Use @code, not @var, for Lisp variables.
8279 (Default Method): New subsection `Which method is the right one
8280 for me?' Suggested by Christian Kirsch.
8281 (Configuration): Pointer to new subsection added.
8282 (Default Method): Too many "use" in one sentence.
8283 Rephrase. Reported by Christian Kirsch.
8284 (Filename Syntax): Old `su' example is probably a left-over from
8285 the sm/su method naming. Replace with `ssh', instead.
8286 (External transfer methods, Auto-save and Backup):
8287 Typo fixes.
8288
82892003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8290
183080b6 8291 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
8292 (Top): Mention japanese manual only if flag `jamanual' is set.
8293 Insert section `Japanese manual' in menu.
8294
82952003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8296
8297 * eshell.texi (Known Problems): Add doc item.
8298
82992003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8300
8301 * cc-mode.texi: Update for CC Mode 5.30.
8302
8303 Note: Please refrain from doing purely cosmetic changes like
8304 removing trailing whitespace in this manual; it clobbers cvs
8305 merging for no good reason.
8306
83072003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8308
8309 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8310 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8311 @acronym{ASCII}.
8312
83132003-10-26 Karl Berry <karl@gnu.org>
8314
8315 * info.texi (Info Search): Echo area, not echo are. From Debian
8316 diff.
8317
83182003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
8319
10d1d0af 8320 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
8321 :buttons and :children keywords.
8322
83232003-10-22 Miles Bader <miles@gnu.org>
8324
8325 * Makefile.in (info): Move before $(top_srcdir)/info.
8326
83272003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
8328
8329 * tramp.texi (Inline methods): Small grammar fix.
8330 (External transfer methods): Likewise.
8331
83322003-10-08 Nick Roberts <nick@nick.uklinux.net>
8333
8334 * speedbar.texi: Remove paragraph for GUD that is no longer true.
8335
83362003-10-06 Luc Teirlinck <teirllm@auburn.edu>
8337
8338 * texinfo.tex: Replace `%' in arch tagline by @ignore.
8339
83402003-09-30 Richard M. Stallman <rms@gnu.org>
8341
8342 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8343
8344 * widget.texi (User Interface): Fix typos.
8345
8346 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8347
83482003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8349
8350 * pcl-cvs.texi (Selected Files): Fix typo.
8351
83522003-09-21 Karl Berry <karl@gnu.org>
8353
8354 * info.texi (] and [ commands): No period at end of section title.
8355
83562003-09-04 Miles Bader <miles@gnu.org>
8357
8358 * Makefile.in (top_srcdir): New variable.
8359 ($(top_srcdir)/info): New rule.
8360 (info): Depend on it.
8361
83622003-09-03 Peter Runestig <peter@runestig.com>
8363
8364 * makefile.w32-in: New file.
8365
83662003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
8367
8368 * widget.texi (User Interface): Explain the need of static text
8369 around an editable field.
8370
83712003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8372
8373 * widget.texi (Basic Types): The argument to `:help-echo' can now
8374 be a form that evaluates to a string.
8375
83762003-08-18 Kim F. Storm <storm@cua.dk>
8377
8378 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
8379
83802003-08-16 Richard M. Stallman <rms@gnu.org>
8381
8382 * dired-x.texi (Shell Command Guessing): Explain *.
8383
83842003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
8385
8386 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
8387 log-edit-insert-changelog.
8388
83892003-08-03 Karl Berry <karl@gnu.org>
8390
8391 * info.texi: Need @contents.
8392
c8763fb6 83932003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8394
8395 Tramp version 2.0.36 released.
8396
8397 * tramp.texi (Remote shell setup): Explain about problems with
8398 non-Bourne commands in ~/.profile and ~/.shrc.
8399
84002003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8401
8402 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
8403 renaming of `vis-mode' to `visible-mode'.
8404
84052003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
8406
8407 * info.texi (Top, Help-Small-Screen): Remove accidentally added
8408 next, prev and up pointers.
8409
84102003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
8411
8412 * info.texi (Help): Mention existence of Emacs and stand-alone
8413 Info at the very beginning of the tutorial.
8414 (Help-Inv): New node.
8415 (Help-]): New node.
8416 (Help-M): Systematically point out the differences between default
8417 Emacs and stand-alone versions. Delete second menu.
8418 (Help-Xref): Systematically point out the differences between
8419 default Emacs and stand-alone versions.
8420 (Help-Int): Change `l' example.
8421 (Expert Info): Fix typos.
8422 (Emacs Info Variables): Mention `Info-hide-note-references' and
8423 new default for `Info-scroll-prefer-subnodes'.
8424
c8763fb6 84252003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8426
8427 Version 2.0.35 of Tramp released.
8428
8429 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
8430 (Inline methods): Add methods `remsh' and `plink1'.
8431 (External transfer methods): Add method `remcp'.
8432 (Multi-hop Methods): Add method `remsh'.
8433 Small patch from Adrian Aichner <adrian@xemacs.org>:
8434 Fix minor typos.
0c7efc08 8435 (Concept Index): Add to make manual searchable via
2de53ca6
GM
8436 `Info-index'.
8437 (Version Control): Add cindex entry.
8438
c8763fb6 84392003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8440
8441 * trampver.texi: Version 2.0.34 released.
8442
84432003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8444
8445 * faq.texi: Improve previous changes.
8446
84472003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
8448
8449 * faq.texi: Update copyright and maintenance details.
8450 Update some package URLs, versions, and maintainers.
8451 Remove many references to the Emacs Lisp Archive.
8452
84532003-04-23 Simon Josefsson <jas@extundo.com>
8454
8455 * smtpmail.texi: Fix license (the invariant sections mentioned has
8456 never been part of the smtp manual). Align info dir entry with
8457 other emacs packages.
8458
84592003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
8460
8461 * tramp.texi: Version 2.0.33 released.
8462 Remove installation chapter. Remove XEmacs specifics.
8463
84642003-03-29 Richard M. Stallman <rms@gnu.org>
8465
8466 * tramp.texi (Top): Undo the previous renaming.
8467 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
8468
c8763fb6 84692003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8470
8471 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
8472 version of manual.
8473
8474 * tramp.texi (Auto-save and Backup): New node.
8475
84762003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
8477
8478 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
8479 Emacs" in order to have better differentiation to "XEmacs".
8480 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
8481 are new macros in order to point to the other Emacs flavor where
8482 appropriate. In info case, point to node `Installation' in order
8483 to explain how to generate the other way. In html case, make a
8484 link to the other html file.
0c7efc08 8485 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
8486 after CVS checkout/update.
8487 (Installation): Completely rewritten.
8488 (Installation parameters, Load paths): New sections under
8489 `Installation'.
8490
c8763fb6 84912003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
8492
8493 * tramp.texi: Version 2.0.30 released.
8494 Replace word "path" with "localname" where used as a component of
8495 a Tramp file name.
8496
84972003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
8498
8499 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
8500 introduced.
8501 (Installation): Explain what to do if files from the tramp/contrib
8502 directory are needed.
8503
85042003-02-23 Alex Schroeder <alex@emacswiki.org>
8505
8506 * smtpmail.texi (How Mail Works): New.
8507
85082003-02-22 Alex Schroeder <alex@emacswiki.org>
8509
8510 * smtpmail.texi: New file.
8511
8512 * Makefile.in: Build SMTP manual.
8513
c8763fb6 85142003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
8515
8516 * tramp.texi: Version 2.0.29 released.
8517 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
8518 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
8519
85202003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
8521
8522 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 8523 another package loads accidentally Ange-FTP.
2de53ca6
GM
8524
85252003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
8526
8527 * tramp.texi (Customizing Completion): Add function
8528 `tramp-parse-sconfig'. Change example of
8529 `tramp-set-completion-function', because parsing of ssh config
8530 files looks more natural.
8531
85322003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
8533
8534 * gnus.texi: Do not use `path' in several locations.
8535
c8763fb6 85362002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 8537
0c7efc08
SM
8538 * tramp.texi (External transfer methods): New method `smb'.
8539 From Michael Albinus.
2de53ca6
GM
8540
85412002-11-05 Karl Berry <karl@gnu.org>
8542
8543 * info.texi (Info-fontify): Reorder face list to avoid bad line
8544 breaks.
8545
c8763fb6 85462002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 8547
0c7efc08
SM
8548 * tramp.texi: Move @copying to standard place.
8549 Use @insertcopying.
2de53ca6
GM
8550
85512002-10-02 Karl Berry <karl@gnu.org>
8552
8553 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
8554 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
8555 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
8556 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
8557 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
8558 Per rms, update all manuals to use @copying instead of @ifinfo.
8559 Also use @ifnottex instead of @ifinfo around the top node, where
8560 needed for the sake of the HTML output.
8561 (The Gnus manual is not fixed since it's not clear to me how it
8562 works; and the Tramp manual already uses @copying, although in an
8563 unusual way. All others were changed.)
8564
85652002-09-10 Jonathan Yavner <jyavner@engineer.com>
8566
8567 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
8568 (../info/ses, ses.dvi): New targets.
8569 * ses.texi: New file.
8570
c8763fb6 85712002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
8572
8573 * texinfo.tex: Update to texinfo 4.2.
8574
85752002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
8576
8577 * reftex.texi: Update to RefTeX 4.19.
8578
c8763fb6 85792002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
8580
8581 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
8582 (../info/tramp, tramp.dvi): New targets.
8583
85842002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8585
8586 * Makefile.in (DVI_TARGETS): Add calc.dvi.
8587 (calc.dvi): Uncomment.
8588
85892001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
8590
8591 * Makefile.in (INFO_TARGETS): Add ../info/calc.
8592 (../info/calc): New target.
8593
85942001-10-20 Gerd Moellmann <gerd@gnu.org>
8595
8596 * (Version 21.1 released.)
8597
85982001-10-05 Gerd Moellmann <gerd@gnu.org>
8599
8600 * Branch for 21.1.
8601
86022001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8603
8604 * Makefile.in (../info/info): Use an explicit -o switch to
8605 makeinfo.
8606
86072001-03-05 Gerd Moellmann <gerd@gnu.org>
8608
8609 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
8610
86112000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
8612
8613 * Makefile.in (../info/idlwave): Use --no-split.
8614
86152000-12-14 Dave Love <fx@gnu.org>
8616
c4cc8b9a 8617 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
8618 (gnus.dvi): Change rule to remove @latex stuff.
8619
86202000-10-19 Eric M. Ludlam <zappo@ultranet.com>
8621
8622 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
8623
86242000-10-13 John Wiegley <johnw@gnu.org>
8625
8626 * Makefile.in: Add build targets for eshell.texi.
8627
86282000-09-25 Gerd Moellmann <gerd@gnu.org>
8629
8630 * Makefile.in: Remove/comment speedbar stuff.
8631
86322000-09-22 Dave Love <fx@gnu.org>
8633
8634 * Makefile.in: Add emacs-mime.
8635
86362000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8637
8638 * Makefile.in (INFO_TARGETS): Add ../info/woman.
8639 (DVI_TARGETS): Add woman.dvi.
8640 (../info/woman, woman.dvi): New targets.
8641
86422000-05-31 Stefan Monnier <monnier@cs.yale.edu>
8643
8644 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
8645
8646 * pcl-cvs.texi: New file.
8647 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
8648 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
8649
86502000-05-11 Gerd Moellmann <gerd@gnu.org>
8651
8652 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
8653 (../info/ebrowse, ebrowse.dvi): New targets.
8654
86552000-01-13 Gerd Moellmann <gerd@gnu.org>
8656
8657 * Makefile.in (INFO_TARGETS): Add eudc.
8658 (DVI_TARGETS): Add eudc.dvi.
8659 (../info/eudc, eudc.dvi): New targets.
8660
86612000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
8662
8663 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
8664 compatibility with 8+3 filesystems).
8665 (../info/efaq): Rename from emacs-faq.
8666
86672000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
8668
8669 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
8670 (../info/idlwave, idlwave.dvi): New targets.
8671
86721999-10-23 Dave Love <fx@gnu.org>
8673
8674 * Makefile.in: Use autotype.texi.
8675
86761999-10-12 Stefan Monnier <monnier@cs.yale.edu>
8677
8678 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
8679 faq.texi file) rather than ../info/faq.
8680
86811999-10-07 Gerd Moellmann <gerd@gnu.org>
8682
8683 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
8684 (../info/ada-mode, ada-mode.dvi): New targets.
8685
86861999-09-01 Dave Love <fx@gnu.org>
8687
8688 * Makefile.in: Add faq.
8689
86901999-07-12 Richard Stallman <rms@gnu.org>
8691
8692 * Version 20.4 released.
8693
86941998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8695
8696 * Version 20.3 released.
8697
86981998-04-06 Andreas Schwab <schwab@gnu.org>
8699
768c0c0f
JB
8700 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
8701 Use it in dvi targets.
2de53ca6
GM
8702 (../etc/GNU): Change to $(srcdir) first.
8703
87041998-03-11 Carsten Dominik <cd@delysid.gnu.org>
8705
8706 * reftex.texi: Update for RefTeX version 3.22.
8707
87081998-02-08 Richard Stallman <rms@psilocin.gnu.org>
8709
8710 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
8711 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
8712
87131997-09-23 Paul Eggert <eggert@twinsun.com>
8714
8715 * Makefile.in: Merge changes mistakenly made to `Makefile'.
8716 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
8717
87181997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8719
8720 * Version 20.2 released.
8721
87221997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8723
8724 * Version 20.1 released.
8725
87261997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8727
8728 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
8729
87301996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8731
8732 * Version 19.33 released.
8733
87341996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8735
8736 * Version 19.32 released.
8737
87381996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
8739
8740 * Makefile.in: Add rules for the Message manual.
8741
87421996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
8743
8744 * gnus.texi: New version.
8745
8746 * message.texi: New manual.
8747
87481996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8749
8750 * Makefile.in (All info targets): cd $(srcdir) to do the work.
8751
87521996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8753
8754 * Makefile.in (All info targets): Specify $(srcdir) in input files.
8755 Specify -I option.
8756 (All dvi targets): Set the TEXINPUTS variable.
8757
87581996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8759
8760 * Version 19.31 released.
8761
87621996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8763
8764 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
8765 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
8766
87671995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8768
8769 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
8770 (INFO_TARGETS): Add ../info/cc-mode.
8771 (DVI_TARGETS): Add cc-mode.dvi.
8772
2de53ca6
GM
87731995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8774
8775 * Version 19.30 released.
8776
87771995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
8778
8779 * gnus.texi: New file.
8780
87811995-11-04 Erik Naggum <erik@naggum.no>
8782
8783 * gnus.texi: File deleted.
8784
87851995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
8786
8787 * mh-e.texi: "Function Index" -> "Command Index" to work with
8788 Emacs 19.30 C-h C-k support of separately-documented commands.
8789
87901995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8791
8792 * Makefile.in (../info/ediff, ediff.dvi): New targets.
8793 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
8794
87951995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8796
8797 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
8798 (../info/viper, viper.dvi): New targets.
8799
88001995-04-20 Kevin Rodgers <kevinr@ihs.com>
8801
8802 * dired-x.texi (Installation): Change the example to set
8803 buffer-local variables like dired-omit-files-p in
8804 dired-mode-hook.
8805
88061995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8807
8808 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
8809 (../info/mh-e, mh-e.dvi): New targets.
8810
88111995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8812
8813 * Makefile.in (maintainer-clean): Rename from realclean.
8814
88151994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8816
8817 * Makefile.in: New file.
8818 * Makefile: File deleted.
8819
88201994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8821
8822 * Makefile (TEXINDEX_OBJS): Variable deleted.
8823 (texindex, texindex.o, getopt.o): Rules deleted.
8824 All deps on texindex deleted.
8825 (distclean): Don't delete texindex.
8826 (mostlyclean): Don't delete *.o.
8827 * texindex.c, getopt.c: Files deleted.
8828
88291994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8830
8831 * Version 19.26 released.
8832
88331994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8834
8835 * Version 19.25 released.
8836
88371994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8838
8839 * Version 19.24 released.
8840
88411994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8842
8843 * Version 19.23 released.
8844
88451994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8846
8847 * Makefile: Delete spurious tab.
8848
88491994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8850
8851 * Makefile (.SUFFIXES): New rule.
8852
88531994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8854
8855 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
8856 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
8857
88581994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8859
8860 * Makefile (../info/sc): Rename from sc.info.
8861 (../info/cl): Likewise.
8862 (INFO_TARGETS): Use new names.
8863
88641993-12-04 Richard Stallman (rms@srarc2)
8865
8866 * getopt.c: New file.
8867 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
8868 (getopt.o): New rule.
8869 (dvi): Don't depend on texindex.
8870 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
8871 Depend on texindex.
8872
88731993-12-03 Richard Stallman (rms@srarc2)
8874
8875 * Makefile (../info/sc.info): Rename from ../info/sc.
8876 (TEXI2DVI): New variable.
8877 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
8878 Add explicit commands.
8879 (TEXINDEX_OBJS): Delete duplicate getopt.o.
8880
88811993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8882
8883 * Version 19.22 released.
8884
88851993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8886
8887 * Makefile (TEXINDEX_OBJS): Delete spurious period.
8888
88891993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8890
8891 * Version 19.21 released.
8892
88931993-11-15 Paul Eggert (eggert@twinsun.com)
8894
8895 * man/Makefile (../info/cl.info): Rename from ../info/cl.
8896
88971993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8898
8899 * Makefile (../etc/GNU): New target.
8900 (EMACSSOURCES): Add gnu1.texi.
8901
89021993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8903
8904 * Makefile (realclean): Don't delete the Info files.
8905
f0131492 89061993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
8907
8908 * forms.texi: Fix forms.texi so that it will format correctly.
8909 Add missing `@end iftex', fix bad reference.
8910
8911 * info.texi, info-stn.texi: New files implement texinfo version of
8912 `info' file.
8913
f0131492 89141993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
8915
8916 * Makefile: Fix targets for texindex, new info.texi files.
8917 * info-stnd.texi: New file implements info for standalone info
8918 reader.
8919 * info.texi: Update to include recent changes to "../info/info".
8920 New source file for ../info/info; includes info-stnd.texi.
8921
8922 * texindex.c: Include "../src/config.h" if building in emacs.
8923
8924 * Makefile: Change all files to FILENAME.texi, force all targets
8925 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
8926 vip.texinfo, forms.texinfo, cl.texinfo.
8927 Add target to build texindex.c, defining `emacs'.
8928
8929 * forms.texi: Install new file to match version 2.3 of forms.el.
8930
89311993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8932
8933 * Version 19.19 released.
8934
89351993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
8936
8937 * sc.texinfo: Fix info file name.
8938
8939 * Makefile (info): Add gnus and sc.
8940 (dvi): Add gnus.dvi and sc.dvi.
8941 (../info/sc, sc.dvi): New targets.
8942
89431993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8944
8945 * Version 19.18 released.
8946
89471993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8948
8949 * Makefile: Fix source file names of the separate manuals.
8950 (gnus.dvi, ../info/gnus): New targets.
8951
89521993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8953
8954 * Version 19.17 released.
8955
89561993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8957
8958 * split-man: Fix typos in last change.
8959
89601993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8961
8962 * Version 19.16 released.
8963
89641993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8965
8966 * version 19.15 released.
8967
89681993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8969
8970 * Makefile (distclean): It's rm, not rf.
8971
89721993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8973
8974 * Version 19.14 released.
8975
89761993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8977
8978 * Makefile: New file.
8979
89801993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8981
8982 * Version 19.13 released.
8983
89841993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8985
8986 * Version 19.9 released.
8987
89881993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8989
8990 * Version 19.8 released.
8991
89921993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8993
8994 * Version 19.7 released.
8995
89961990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
8997
8998 * gnus.texinfo: New file. Removed installation instructions.
8999
90001990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9001
9002 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9003
90041989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9005
9006 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
9007 then define `\sc' as the command for smallcaps in Texinfo.
9008 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
9009 made the corresponding change to makeinfo and texinfm.el.
9010
90111988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9012
9013 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9014 Customization since the menu entry did not point to anything.
9015 Also add an @finalout command to remove overfull hboxes from the
9016 printed output.
9017
9018 * cl.texinfo: Add @bye, \input line and @settitle to file.
9019 This file is clearly intended to be a chapter of some other work,
9020 but the other work does not yet exist.
9021
90221988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9023
9024 * texinfo.texinfo: Three typos corrected.
9025
4009494e 9026;; Local Variables:
c8763fb6 9027;; coding: utf-8
4009494e
GM
9028;; End:
9029
3fe7cdc8 9030 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9031
9032 This file is part of GNU Emacs.
9033
97c0352c 9034 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9035 it under the terms of the GNU General Public License as published by
97c0352c
GM
9036 the Free Software Foundation, either version 3 of the License, or
9037 (at your option) any later version.
4009494e
GM
9038
9039 GNU Emacs is distributed in the hope that it will be useful,
9040 but WITHOUT ANY WARRANTY; without even the implied warranty of
9041 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9042 GNU General Public License for more details.
9043
9044 You should have received a copy of the GNU General Public License
97c0352c 9045 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.