Fix mouse links in new Buffer Menu.
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
3fe7cdc8
GM
12012-05-12 Glenn Morris <rgm@gnu.org>
2
c7f95930 3 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 4 (.SUFFIXES): Disable implicit rules.
c7f95930 5
3fe7cdc8
GM
6 * Makefile.in (MKDIR_P): New, set by configure.
7 (mkinfodir): Use $MKDIR_P.
8
6f0652af
GM
92012-05-07 Glenn Morris <rgm@gnu.org>
10
11 * forms.texi (Long Example): Update for changed location of files.
12
8045b906
GM
132012-05-04 Glenn Morris <rgm@gnu.org>
14
15 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
16 (INFO_TARGETS): Use $INFO_EXT.
17 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
18 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
19 (INFO_TARGETS): Use $INFO_EXT.
20 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
21
9e7a4bcf
GM
222012-05-02 Glenn Morris <rgm@gnu.org>
23
9aa071df
GM
24 * Makefile.in (echo-info): New phony target, used by top-level.
25
9e7a4bcf
GM
26 * viper.texi: Make direntry shorter (also it is no longer "newest").
27
28 * emacs-gnutls.texi, ert.texi, org.texi:
29 Fix dircategory, direntry to match info/dir.
30
31cc861c
GM
31 * faq.texi: Convert @inforefs to @xrefs.
32 Fix some malformed cross-references.
f9e320bb
GM
33 (File-name conventions): Shorten section name to avoid overfull line.
34 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 35
723ea6b5
TZ
362012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
37
38 * auth.texi (Help for users): Update for .gpg file being second.
39
a8e7d6d7 402012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
41
42 * org.texi (Agenda commands): Fix two typos: give corresponding
43 function names, according to `org-agenda-view-mode-dispatch'.
44
a8e7d6d7 452012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
46
47 * faq.texi (Major packages and programs): Remove section.
48 There is no point listing 6 packages (cf etc/MORE.STUFF).
49 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 50
dcbf5805
MA
512012-04-22 Michael Albinus <michael.albinus@gmx.de>
52
53 * dbus.texi (Version): New node.
54 (Properties and Annotations): Mention the object manager
55 interface. Describe dbus-get-all-managed-objects.
56 (Type Conversion): Floating point numbers are allowed, if an
57 anteger does not fit Emacs's integer range.
58 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
59 (Asynchronous Methods): Fix description of
60 dbus-call-method-asynchronously.
61 (Receiving Method Calls): Fix some minor errors. Add
62 dbus-interface-emacs.
63 (Signals): Describe unicast signals and the new match rules.
64 (Alternative Buses): Add the PRIVATE optional argument to
65 dbus-init-bus. Describe its new return value. Add dbus-setenv.
66
adee4030
GM
672012-04-20 Glenn Morris <rgm@gnu.org>
68
69 * faq.texi (New in Emacs 24): New section.
70 (Packages that do not come with Emacs): Mention M-x list-packages.
71
35dc09a1 722012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
73
74 * cc-mode.texi (c-offsets-alist): Correct a typo.
75
35dc09a1 762012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
77
78 * org.texi (Deadlines and scheduling): Fix the example: the
79 DEADLINE item should come right after the headline. We enforce
80 this convention, so it is a bug not to illustrate it correctly in
81 the manual.
82
35dc09a1 832012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
84
85 * org.texi (Agenda commands): Fix documentation bug by swapping
86 the equivalent keybindings to `org-agenda-next-line' with the ones
87 to `org-agenda-previous-line'.
88
35dc09a1 892012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
90
91 * Makefile.in: Replace non-portable use of $< in ordinary rules.
92
e2560ea8
EZ
932012-04-09 Eli Zaretskii <eliz@gnu.org>
94
95 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
96 emacs-gnutls.
97 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
98
6b4f4a2d
TZ
992012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
100
250b840e 101 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
102
103 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
104
ca2c89b6
TZ
1052012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
106
107 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 108 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 109
aebd5f1a
GM
1102012-04-04 Glenn Morris <rgm@gnu.org>
111
112 * auth.texi (Secret Service API): Copyedits.
113 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
114 (Help for users, Help for developers)
115 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 116
0317dd51
MA
1172012-04-04 Michael Albinus <michael.albinus@gmx.de>
118
119 * auth.texi (Secret Service API): Add the missing text.
120
3d439cd1
CY
1212012-04-04 Chong Yidong <cyd@gnu.org>
122
123 * message.texi (Using PGP/MIME): Note that epg is now the default.
124
125 * gnus.texi: Reduce references to obsolete pgg library.
126 (Security): Note that epg is now the default.
127
128 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
129
130 * nxml-mode.texi (Completion): C-RET is no longer bound to
131 nxml-complete.
132
153ae947
BG
1332012-04-01 Jambunathan K <kjambunathan@gmail.com>
134
135 * org.texi (Customizing tables in ODT export): Correct few errors.
136
1372012-04-01 Jambunathan K <kjambunathan@gmail.com>
138
139 * org.texi (Links in ODT export): Update.
140 (Labels and captions in ODT export): New node.
141
1422012-04-01 Jambunathan K <kjambunathan@gmail.com>
143
144 * org.texi (Literal examples in ODT export): htmlfontify.el in
145 Emacs-24.1 now supports fontification. So ODT source blocks will
146 be fontified by default.
147
1482012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
149
150 * org.texi (Refiling notes): Remove duplicated keybinding.
151
1522012-04-01 Eric Schulte <eric.schulte@gmx.com>
153
154 * org.texi (noweb): Documentation of this new option to the :noweb
155 header argument.
156
1572012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
158
159 * org.texi (Header and sectioning): Add example demonstrating how
160 to use "LaTeX_CLASS_OPTIONS".
161
1622012-04-01 Eric Schulte <eric.schulte@gmx.com>
163
164 * org.texi (Noweb reference syntax): Describe the ability to
165 execute noweb references in the manual.
166
1672012-04-01 Eric Schulte <eric.schulte@gmx.com>
168
169 * org.texi (cache): Improve cache documentation when session
170 evaluation is used.
171
1722012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
173
174 * org.texi (Plain lists): Document removal.
175
1762012-04-01 Michael Brand <michael.ch.brand@gmail.com>
177
178 * org.texi: Decapitalize file name in references to Calc manual.
179
1802012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
181
182 * org.texi (Plain lists): Document removal.
183
1842012-04-01 Jambunathan K <kjambunathan@gmail.com>
185
186 * org.texi (Top, OpenDocument Text export)
187 (ODT export commands, Extending ODT export)
188 (Images in ODT export, Tables in ODT export)
189 (Configuring a document converter): Add or Update.
190
1912012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
192
193 * org.texi (MobileOrg): Change the wording to reflect that the
194 Android Version is no longer just the little brother of the iOS
195 version.
196
1972012-04-01 Eric Schulte <eric.schulte@gmx.com>
198
199 * org.texi (Key bindings and useful functions): Updated babel key
200 binding documentation in manual.
201
2022012-04-01 Eric Schulte <eric.schulte@gmx.com>
203
204 * org.texi (noweb): Document new noweb header value.
205
2062012-04-01 Eric Schulte <eric.schulte@gmx.com>
207
208 * org.texi (noweb-sep): Document new header argument.
209
2102012-04-01 Eric Schulte <eric.schulte@gmx.com>
211
212 * org.texi (noweb-ref): Documentation of this new custom variable.
213
2142012-04-01 Eric Schulte <eric.schulte@gmx.com>
215
216 * org.texi (wrap): Update the new :wrap documentation to match the
217 current implementation.
218
2192012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
220
221 * org.texi: Added documentation for :wrap.
222
2232012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
224
225 * org.texi: #+RESULTS now user-configurable.
226
2272012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
228
229 * org.texi: Documented :noweb no-export.
230
2312012-04-01 Thomas Dye <dk@poto.local>
232
233 * org.texi: Edit :noweb no header argument for correctness.
234
2352012-04-01 Bastien Guerry <bzg@altern.org>
236
237 * org.texi (Customization): Update the approximate number of Org
238 variables.
239
2402012-04-01 Thomas Dye <dk@poto.local>
241
242 * org.texi: The :results wrap produces a drawer instead of a
243 begin_results block.
244
005a89ff
G
2452012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
246
247 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
248 reflect the new default.
249
589ce070
EZ
2502012-03-10 Eli Zaretskii <eliz@gnu.org>
251
252 * info.texi (Expert Info): Move the index entry for "Texinfo" from
253 "Getting Started" to this node. (Bug#10450)
254
a5392527
CY
2552012-03-10 Chong Yidong <cyd@gnu.org>
256
8ae818e4
CY
257 * flymake.texi (Example -- Configuring a tool called via make):
258 Mention the Automake COMPILE variable (Bug#8715).
259
a5392527
CY
260 * info.texi (Getting Started): Add an index entry (Bug#10450).
261
d49902e4
MA
2622012-03-02 Michael Albinus <michael.albinus@gmx.de>
263
264 * dbus.texi (Signals): Known names will be mapped onto unique
265 names, when registering for signals.
266
53eced6d
GM
2672012-02-29 Glenn Morris <rgm@gnu.org>
268
bcd6cd23
GM
269 * url.texi: Fix quote usage in body text.
270
775b55af
GM
271 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
272
53eced6d
GM
273 * cl.texi: Use @code{} in menus when appropriate.
274
44e97401
GM
2752012-02-28 Glenn Morris <rgm@gnu.org>
276
277 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
278 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
279 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
280 * org.texi, sc.texi, vip.texi, viper.texi:
281 Standardize possessive apostrophe usage.
282
fa9a0855
CY
2832012-02-26 Chong Yidong <cyd@gnu.org>
284
285 * ediff.texi (Quick Help Commands): Add a couple of index entries
286 (Bug#10834).
287
0fd2c9a3
GM
2882012-02-17 Glenn Morris <rgm@gnu.org>
289
290 * gnus.texi (Posting Styles):
291 * remember.texi (Org): Fix cross-refs to other manuals.
292
9f26dc24
GM
2932012-02-15 Glenn Morris <rgm@gnu.org>
294
295 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
296 (Encryption): New chapter, split out from previous.
297
3d2af193
LI
2982012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
299
300 * gnus.texi (Customizing the IMAP Connection): Mention
301 nnimap-record-commands.
302
b74c9672
GM
3032012-02-10 Glenn Morris <rgm@gnu.org>
304
305 * url.texi (Retrieving URLs): Update url-retrieve arguments.
306 Mention url-queue-retrieve.
307
2ebc3b94
GM
3082012-02-09 Glenn Morris <rgm@gnu.org>
309
9fcfcdef
GM
310 * sem-user.texi (Semantic mode user commands): Typo fix.
311
2ebc3b94
GM
312 * info.texi (Create Info buffer): Mention info-display-manual.
313
7c4bbb69
LI
3142012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
315
316 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
317 example (modified from an example by Michael Albinus).
318
debce7bc
G
3192012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
320
321 * gnus.texi (Agent Basics): Fix outdated description of
322 `gnus-agent-auto-agentize-methods'.
323
b207a4ec
AS
3242012-01-28 Andreas Schwab <schwab@linux-m68k.org>
325
326 * cc-mode.texi: Always @defindex ss.
327 (Config Basics): Fix argument of @itemize.
328 (Macro Backslashes): Add @code around index entry.
329
b8fe8712
GM
3302012-01-23 Glenn Morris <rgm@gnu.org>
331
332 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
333
02dc2fd7
EH
3342012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
335
336 * tramp.texi (File): Tweak wording for the `scpc' option.
337
e7719ea1
G
3382012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
339
340 * gnus.texi (Group Parameters): Really note precedence.
341
9937bef4
G
3422012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
343
344 * gnus.texi (Group Parameters): Note precedence.
345
e66ba1df
BG
3462012-01-03 Eric Schulte <eric.schulte@gmx.com>
347
348 * org.texi (Noweb reference syntax): Adding documentation of
349 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
350 variable.
351
3522012-01-03 Bastien Guerry <bzg@gnu.org>
353
354 * org.texi (Plain lists): Split the table to fix the display
355 of items.
356
3572012-01-03 Bastien Guerry <bzg@gnu.org>
358
359 * org.texi (Plain lists): Fix misplaced explanation.
360
3612012-01-03 Bastien Guerry <bzg@gnu.org>
362
363 * org.texi (Plain lists, Agenda files): Add index entries.
364
3652012-01-03 Julian Gehring <julian.gehring@googlemail.com>
366
367 * org.texi: Use "Org mode" instead of alternatives like
368 "Org-mode" or "org-mode".
369
3702012-01-03 Bernt Hansen <bernt@norang.ca>
371
372 * org.texi (Agenda commands): Document
373 `org-clock-report-include-clocking-task'.
374
3752012-01-03 Bastien Guerry <bzg@gnu.org>
376
377 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
378 C-c' on checkboxes.
379
3802012-01-03 Julian Gehring <julian.gehring@googlemail.com>
381
382 * org.texi: End sentences with two spaces.
383
3842012-01-03 Michael Brand <michael.ch.brand@gmail.com>
385
386 * org.texi (External links): Document the link types file+sys
387 and file+emacs, slightly narrow used page width.
388
3892012-01-03 Eric Schulte <eric.schulte@gmx.com>
390
391 * org.texi (colnames): Note that colnames behavior may differ
392 across languages.
393
3942012-01-03 Bastien Guerry <bzg@gnu.org>
395
396 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
397
3982012-01-03 Thomas Dye <dk@poto.westell.com>
399
400 * org.texi: Augmented discussion of babel property
401 inheritance. Put footnote outside sentence ending period.
402
4032012-01-03 Eric Schulte <schulte.eric@gmail.com>
404
405 * org.texi (eval): Documenting the full range of :eval header
406 argument values.
407
4082012-01-03 Eric Schulte <schulte.eric@gmail.com>
409
410 * org.texi (eval): Documentation of the new :eval option.
411
4122012-01-03 Thomas Dye <dk@poto.local>
413
414 * org.texi: Add accumulated properties.
415
4162012-01-03 Thomas Dye <dk@poto.local>
417
418 * org.texi: Documented no spaces in name=assign, another
419 correction to :var table.
420
4212012-01-03 Thomas Dye <dk@poto.local>
422
423 * org.texi: Changed DATA to NAME in Working With Source Code
424 section.
425
4262012-01-03 Tom Dye <tsd@tsdye.com>
427
428 * org.texi: Minor change to :var table.
429
4302012-01-03 Tom Dye <tsd@tsdye.com>
431
432 * org.texi: More changes to :var table (some examples were wrong).
433
4342012-01-03 Tom Dye <tsd@tsdye.com>
435
436 * org.texi: Cleaned up :var table.
437
4382012-01-03 Bastien Guerry <bzg@gnu.org>
439
440 * org.texi (Timestamps, Weekly/daily agenda)
441 (Weekly/daily agenda): Add @cindex for "appointment".
442
4432012-01-03 Eric Schulte <schulte.eric@gmail.com>
444
445 * org.texi (Literal examples): A new link to the template for
446 inserting empty code blocks.
447 (Structure of code blocks): A new link to the template for
448 inserting empty code blocks.
449
4502012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
451
452 * org.texi (External links): Add footnote on how the behavior
453 of the text search in Org files are controled by the variable
454 `org-link-search-must-match-exact-headline'.
455
4562012-01-03 Eric Schulte <schulte.eric@gmail.com>
457
458 * org.texi (Buffer-wide header arguments): Update
459 documentation to reflect removal of #+PROPERTIES.
460
4612012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
462
463 * org.texi (The clock table): Mention that ACHIVED trees
464 contribute to the clock table.
465
4662012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
467
468 * org.texi (Conflicts): Better yasnippet config info.
469
4702012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
471
472 * org.texi (Selective export): Explicitely mention the default
473 values for `org-export-select-tags',
474 `org-export-exclude-tags'.
475
4762012-01-03 Tom Dye <tsd@tsdye.com>
477
478 * org.texi: Added a line to specify that header arguments are
479 lowercase.
480
4812012-01-03 Tom Dye <tsd@tsdye.com>
482
483 * org.texi: :var requires default value when declared.
484
4852012-01-03 Bastien Guerry <bzg@gnu.org>
486
487 * org.texi (Handling links): Add a note about the
488 `org-link-frame-setup' option.
489
4902012-01-03 David Maus <dmaus@ictsoc.de>
491
492 * org.texi (Exporting Agenda Views, Extracting agenda
493 information): Fix command line syntax, quote symbol parameter
494 values.
495
4962012-01-03 David Maus <dmaus@ictsoc.de>
497
498 * org.texi (Exporting Agenda Views): Fix command line syntax.
499
8d80ef01
PE
5002011-12-28 Paul Eggert <eggert@cs.ucla.edu>
501
502 * gnus.texi (Mail Source Customization, Mail Back End Variables):
503 Use octal notation for file permissions, which are normally
504 thought of in octal.
505 (Mail Back End Variables): Use more-plausible modes in example.
506
47d42d81
AM
5072011-12-20 Alan Mackenzie <acm@muc.de>
508
509 * cc-mode.texi: Update version string 5.31 -> 5.32.
510
a98edce9
JB
5112011-12-06 Juanma Barranquero <lekktu@gmail.com>
512
513 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
514
321decc8
GM
5152011-11-24 Glenn Morris <rgm@gnu.org>
516
517 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
518
f8107b79
JB
5192011-11-24 Juanma Barranquero <lekktu@gmail.com>
520
521 * makefile.w32-in: Update dependencies.
522
f5a96a4f
GM
5232011-11-20 Glenn Morris <rgm@gnu.org>
524
525 * gnus.texi (Group Information):
526 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
527
cd1181db
JB
5282011-11-20 Juanma Barranquero <lekktu@gmail.com>
529
530 * gnus-coding.texi (Gnus Maintenance Guide):
531 Rename from "Gnus Maintainance Guide".
532
533 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
534 * eieio.texi (Customizing):
fe7a3057
JB
535 * gnus.texi (Article Washing):
536 * gnus-news.texi:
537 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 538
7877f373
JB
5392011-11-16 Juanma Barranquero <lekktu@gmail.com>
540
541 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
542
0d26e0b6
JB
5432011-11-15 Juanma Barranquero <lekktu@gmail.com>
544
c7015153
JB
545 * ede.texi (project-am-texinfo):
546 * gnus.texi (Sending or Not Sending):
547 * org.texi (Template elements): Fix typos.
0d26e0b6 548
0b381c7e
JB
5492011-11-14 Juanma Barranquero <lekktu@gmail.com>
550
551 * ediff.texi (Hooks):
c7015153 552 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 553
40a8bdf6
JB
5542011-11-11 Juanma Barranquero <lekktu@gmail.com>
555
556 * semantic.texi (Tag handling): Fix typo.
557
57dda3bb
KY
5582011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
559
560 * gnus.texi (Other Gnus Versions): Remove.
561
52bedd34
AM
5622011-10-28 Alan Mackenzie <acm@muc.de>
563
564 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
565 (Other Special Indentations): Add an xref to "Macros with ;".
566 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
567 "Macros with ;".
568 (Macros with ;): New page.
569
00b77525
GM
570 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
571 Document the new handling of nested scopes for movement by defuns.
52bedd34 572
4a623313
MA
5732011-10-23 Michael Albinus <michael.albinus@gmx.de>
574
575 Sync with Tramp 2.2.3.
576
577 * trampver.texi: Update release number.
578
466a320e
GM
5792011-10-14 Glenn Morris <rgm@gnu.org>
580
581 * ert.texi (Introduction, How to Run Tests)
582 (Running Tests Interactively, Expected Failures)
583 (Tests and Their Environment, Useful Techniques)
584 (Interactive Debugging, Fixtures and Test Suites):
585 Minor rephrasings.
586 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
587 (Running Tests in Batch Mode): Simplify loading instructions.
588 (Test Selectors): Clarify some selectors.
589 (Expected Failures, Useful Techniques):
590 Make examples fit in 80 columns.
591
2be4956d
JB
5922011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
593
594 * calc.texi (Basic Operations on Units): Discuss temperature
595 conversion (`u t') alongside with other unit conversions ('u c').
596
7359a765
GM
5972011-10-12 Glenn Morris <rgm@gnu.org>
598
599 * ert.texi: Whitespace trivia to make main menu items line up better.
600
a0c52e5d
GM
6012011-10-08 Glenn Morris <rgm@gnu.org>
602
603 * Makefile.in: Fix ert rules.
604
465d0300
G
6052011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
606
607 * gnus.texi (Gnus Utility Functions): Add more references and
608 explanations (bug#9683).
609
a5166359
LMI
6102011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
611
612 * gnus.texi (Archived Messages): Note the default (bug#9552).
613
b523dc20
BW
6142011-09-21 Bill Wohler <wohler@newt.com>
615
616 Release MH-E manual version 8.3.
617
58179cce 618 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
619 release 8.3.
620 (Preface): Updated support information.
621 (From Bill Wohler): Reset text to original version. As a
622 historical quote, the tense should be correct in the time that it
623 was written.
624
0afb49a1
LMI
6252011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
626
627 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
628 (Finding the News): Doc clarification.
629 (Terminology): Mention naming.
630
e21bac42
G
6312011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
632
633 * gnus.texi: Remove mentions of `recent', which are now obsolete.
634 (Interactive): Document `quiet'.
635
5b409b39 6362011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633
BG
637
638 * org.texi (Images in LaTeX export): rewrite.
639
5b409b39 6402011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
641
642 * org.texi (Using the mapping API): mention 'region as a possible
643 scope for `org-map-entries'.
644
5b409b39 6452011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
646
647 * org.texi (Visibility cycling): Document `org-copy-visible'.
648
5b409b39 6492011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
650
651 * org.texi (Template expansion): order template sequences in the
652 proper order.
653
5b409b39 6542011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
655
656 * org.texi (eval): Expand discussion of the :eval header argument.
657
5b409b39 6582011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
659
660 * org.texi (Languages): Add Lilypond and Awk as supported
661 languages.
662
5b409b39 6632011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837
BG
664
665 * org.texi: document that both CLOCK_INTO_DRAWER and
666 LOG_INTO_DRAWER can be used to override the contents of variable
667 org-clock-into-drawer (or if unset, org-log-into-drawer).
668
669 * org.texi: replace @xref->@pxref.
670
5b409b39 6712011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
672
673 * org.texi (Evaluating code blocks): Documenting the new option
674 for inline call lines.
675
5b409b39 6762011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
677
678 * org.texi (Results of evaluation): More explicit about the
679 mechanism through which interactive evaluation of code is
680 performed.
681
5b409b39 6822011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
683
684 * org.texi (noweb-ref): New header argument documentation.
685
5b409b39 6862011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
687
688 * org.texi (Extracting source code): Documentation of the new
689 org-babel-tangle-named-block-combination variable.
690
5b409b39 6912011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
692
693 * org.texi (Structure of code blocks): explicitly state that the
694 behavior of multiple blocks of the same name is undefined
695
5b409b39 6962011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
697
698 * org.texi (TaskJuggler export): Modify the example to reflect the
699 new effort durations.
700
5b409b39 7012011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
702
703 * org.texi (Images in LaTeX export): Escape curly brackets in
704 LaTeX example.
705
5b409b39 7062011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
707
708 * org.texi (The clock table): Document the :properties and
709 :inherit-props arguments for the clocktable.
710
5b409b39 7112011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
712
713 * org.texi (Tables in LaTeX export): Document specifying placement
714 options for tables.
715
5b409b39 7162011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
717
718 * org.texi (Evaluating code blocks): More specific documentation
719 about the different types of header arguments.
720
5b409b39 7212011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
722
723 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
724
5b409b39 7252011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
726
727 * org.texi (Built-in table editor): Document the table field
728 follow mode.
729
5b409b39 7302011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
731
732 * org.texi (Easy Templates): Document new template.
733
5b409b39 7342011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
735
736 * org.texi (Literal examples): Add a cross-reference from "Literal
737 Examples" to "Easy Templates."
738
5b409b39 7392011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
740
741 * org.texi (The clock table): Add link to match syntax.
742
5b409b39 7432011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
744
745 * org.texi (Agenda commands): Document clock consistency checks.
746
5b409b39 7472011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
748
749 * org.texi (Built-in table editor): Document that \vert represents
750 a vertical bar in a table field.
751
5b409b39 7522011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
753
754 * org.texi (Literal examples): Link from "Markup" > "Literate
755 Examples" to "Working with Source Code".
756
5b409b39 7572011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
758
759 * org.texi (Agenda commands): Doc for function option to bulk
760 action.
761
5b409b39 7622011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
763
764 * org.texi (Template expansion): Document new %<...> template
765 escape.
766
5b409b39 7672011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
768
769 * org.texi (Selective export): Document exclusion of any tasks
770 from export.
771
5b409b39 7722011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
773
774 * org.texi (Selective export): Document how to exclude DONE tasks
775 from export.
776 (Publishing options): Document the properties to be used to turn off
777 export of DONE tasks.
778
5b409b39 7792011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
780
781 * org.texi (The date/time prompt): Document date range protection.
782
5b409b39 7832011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
784
785 * org.texi (padline): Documentation of the new padline header
786 argument.
787
5b409b39 7882011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
789
790 * org.texi (var): Adding "[" to list of characters triggering
791 elisp evaluation.
792
5b409b39 7932011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
794
795 * org.texi (var): Documentation of Emacs Lisp evaluation during
796 variable assignment.
797
5b409b39 7982011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
799
800 * org.texi (colnames): Reference indexing into variables, and note
801 that colnames are *not* removed before indexing occurs.
802 (rownames): Reference indexing into variables, and note that
803 rownames are *not* removed before indexing occurs.
804
5b409b39 8052011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
806
807 * org.texi (var): Clarification of indexing into tabular
808 variables.
809
5b409b39 8102011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
811
812 * org.texi (results): Documentation of the `:results wrap' header
813 argument.
814
5b409b39 8152011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
816
817 * org.texi (LaTeX and PDF export): add a note about a limitation
818 of the LaTeX export: the org file has to be properly structured.
819
5b409b39 8202011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
821
822 * org.texi (Dynamic blocks, Structure editing): Mention
823 the function `org-narrow-to-block'.
824
5b409b39 8252011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
826
827 * org.texi (Languages): Updating list of code block supported
828 languages.
829
5b409b39 8302011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
831
832 * org.texi (Special properties): CATEGORY is a special property,
833 but it may also used in the drawer.
834
5b409b39 8352011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
836
837 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
838
5b409b39 8392011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
840
841 * org.texi (Include files): Document :lines.
842
5b409b39 8432011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
844
845 * org.texi (comments): Documentation of the ":comments noweb" code
846 block header argument.
847
5b409b39 8482011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
849
850 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
851 added extra whitespace around functions to be consistent with the
852 rest of the section.
853
5b409b39 8542011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 855
0b381c7e 856 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
857 #+call: line syntax.
858 (Header arguments in function calls): Expanded discussion of
859 #+call: line syntax.
860
5b409b39 8612011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
862
863 * org.texi (Evaluating code blocks): More explicit about how to
864 pass variables to #+call lines.
865
5b409b39 8662011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
867
868 * org.texi (Results of evaluation): Link to the :results header
869 argument list from the "Results of evaluation" section.
870
5b409b39 8712011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
872
873 * org.texi (Conflicts): Adding additional information about
874 resolving org/yasnippet conflicts.
875
5b409b39 8762011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
877
878 * org.texi (Publishing options): Document style-include-scripts
879 publishing project property.
880
5b409b39 8812011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
882
883 * org.texi (Sparse trees): Document the next-error /
884 previous-error functionality.
885
5b409b39 8862011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
887
888 * org.texi (cache): Improved documentation of code block caches.
889
5b409b39 8902011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
891
892 * org.texi (Code block specific header arguments): Documentation
893 of multi-line header arguments.
894
5b409b39 8952011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
896
897 * org.texi (Code evaluation security): Add example for using a
898 function.
899
5b409b39 9002011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
901
902 * org.texi (Tables in LaTeX export): Documentation of new
903 attr_latex options for tables.
904
5b409b39
BG
9052011-08-03 Michael Albinus <michael.albinus@gmx.de>
906
907 * trampver.texi: Update release number.
908
9092011-07-30 Michael Albinus <michael.albinus@gmx.de>
910
911 Sync with Tramp 2.2.2.
912
913 * trampver.texi: Update release number.
914
064e2d08
LMI
9152011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
916
917 * flymake.texi (Example -- Configuring a tool called via make):
918 Use /dev/null instead of the Windows "nul" (bug#8715).
919
b8151e9c
LMI
9202011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
921
922 * widget.texi (Setting Up the Buffer): Remove mention of the
923 global keymap parent, which doesn't seem to be accurate
924 (bug#7045).
925
5b409b39
BG
9262011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
927
928 * org.texi (Special agenda views): Fix double quoting (bug#3509).
929
c0a8ae95
KR
9302010-07-10 Kevin Ryde <user42@zip.com.au>
931
932 * cl.texi (For Clauses): Add destructuring example processing an
933 alist (bug#6596).
934
ac6531ad
LMI
9352011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
936
937 * ediff.texi (Major Entry Points): Remove mention of `require',
938 since that's not pertinent in the installed Emacs (bug#9016).
939
d30dd079
G
9402011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
941
942 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
943 (Filtering New Groups): Clarify how simple the "options -n" format is.
944 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
945 is internal.
d30dd079 946
862c0d68
MA
9472011-07-04 Michael Albinus <michael.albinus@gmx.de>
948
949 * tramp.texi (Cleanup remote connections): Add
950 `tramp-cleanup-this-connection'.
951
cd865a33
G
9522011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
953
954 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
955 zombies.
956 (Checking New Groups): Ditto (bug#8974).
7d1738f1 957 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
958
9592011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
960
961 * gnus.texi (Startup Files): Clarify that we're talking about numbered
962 backups, and not actual vc (bug#8975).
963
79414ae4
KR
9642011-07-03 Kevin Ryde <user42@zip.com.au>
965
966 * cl.texi (For Clauses): @items for hash-values and key-bindings
967 to make them more visible when skimming. Add examples of `using'
968 clause to them, examples being clearer than a description in
969 words (bug#6599).
970
847ccf7c
AM
9712011-07-01 Alan Mackenzie <acm@muc.de>
972
973 * cc-mode.texi (Guessing the Style): New page.
974 (Styles): Add a short introduction to above.
975
3da13bb9
DD
9762011-06-28 Deniz Dogan <deniz@dogan.se>
977
978 * rcirc.texi (Configuration): Bug-fix:
979 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
980 Reported by Elias Pipping <pipping@exherbo.org>.
981
60a0884e
G
9822011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
983
984 * gnus.texi (Summary Mail Commands): Document
985 `gnus-summary-reply-to-list-with-original'.
986
0c7efc08
SM
9872011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
988
989 * eshell.texi (Known problems): Fix typo.
990
ea3596a2
MA
9912011-06-12 Michael Albinus <michael.albinus@gmx.de>
992
0c7efc08 993 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
994 (Password handling): `auth-source-debug' is good for debug messages.
995
2da9c605
G
9962011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
997
998 * gnus.texi (Store custom flags and keywords): Refer to
999 `gnus-registry-article-marks-to-{chars,names}' instead of
1000 `gnus-registry-user-format-function-{M,M2}'.
1001
e61923c8
GM
10022011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1003
1004 * texinfo.tex: Merge from gnulib.
1005
627abcdd
TZ
10062011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1007
1008 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1009 (Store custom flags and keywords):
1010 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1011 `gnus-registry-user-format-function-M2'.
1012
a3c92bc1
EZ
10132011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1014
8f906c40 1015 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1016
85d870a9
GM
10172011-05-17 Glenn Morris <rgm@gnu.org>
1018
1019 * gnus.texi (Face): Fix typo.
1020
2cdee799
GM
10212011-05-14 Glenn Morris <rgm@gnu.org>
1022
1023 * dired-x.texi (Omitting Examples): Minor addition.
1024
79b70037
GM
10252011-05-10 Jim Meyering <meyering@redhat.com>
1026
1027 * ede.texi: Fix typo "or or -> or".
1028
a7111a62 10292011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1030
1031 * gnus.texi (Summary Buffer Lines):
1032 gnus-summary-user-date-format-alist does not exist.
1033 (Sorting the Summary Buffer): More about sorting threads.
1034
69026aba
MA
10352011-04-25 Michael Albinus <michael.albinus@gmx.de>
1036
1037 * trampver.texi: Update release number.
1038
9024ff79
MA
10392011-04-14 Michael Albinus <michael.albinus@gmx.de>
1040
1041 * tramp.texi (Frequently Asked Questions): New item for disabling
1042 Tramp in other packages.
1043
c3c65d73
TZ
10442011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1045
1046 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1047 (Fancy splitting to parent, Store arbitrary data):
1048 Updated gnus-registry docs.
c3c65d73 1049
9ec6a317
JB
10502011-04-13 Juanma Barranquero <lekktu@gmail.com>
1051
1052 * ede.texi: Fix typos.
1053
1e3b6001
G
10542011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1055
9ec6a317
JB
1056 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1057 It's @table @code.
1e3b6001 1058
a5954fa5
G
10592011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1060
1061 * gnus.texi (Listing Groups): Document gnus-group-list-ticked
1062
d71990a1
JB
10632011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1064
1065 * calc.texi (Logarithmic Units): Update the function names.
1066
1518e4f0
G
10672011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1068
1069 * message.texi (Various Commands): Document format specs in the
1070 ellipsis.
1071
a123622d
G
10722011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1073
1074 * message.texi (Insertion Variables): Document message-cite-style.
1075
10762011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1077
1078 * tramp.texi (Remote processes): New subsection "Running shell on
1079 a remote host".
1080
4248cca2
TZ
10812011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1082
1083 * auth.texi (Help for developers): Update docs to explain that the
1084 :save-function will only run the first time.
1085
54ce11a1
GM
10862011-03-12 Glenn Morris <rgm@gnu.org>
1087
1088 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1089 (emacs-faq.text): New target.
1090 (clean): Add emacs-faq.
1091
0c3b25f8
MA
10922011-03-12 Michael Albinus <michael.albinus@gmx.de>
1093
1094 Sync with Tramp 2.2.1.
1095
1096 * trampver.texi: Update release number.
1097
b740639e
GM
10982011-03-11 Glenn Morris <rgm@gnu.org>
1099
1100 * Makefile.in (HTML_TARGETS): New.
1101 (clean): Delete $HTML_TARGETS.
1102 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1103
733afdf4
TZ
11042011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1105
1106 * auth.texi (Help for developers): Show example of using
1107 `auth-source-search' with prompts and :save-function.
1108
33383987
JB
11092011-03-07 Chong Yidong <cyd@stupidchicken.com>
1110
1111 * Version 23.3 released.
1112
a5057546
G
11132011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1114
1115 * message.texi (Message Buffers): Update default value of
1116 message-generate-new-buffers.
1117
479a2c9b
JB
11182011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1119
1120 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1121 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1122 respectively.
05a29101
JB
1123 (Musical Notes): New section.
1124 (Customizing Calc): Mention the customizable variable
1125 calc-note-threshold.
479a2c9b 1126
e0535b76
GM
11272011-03-03 Glenn Morris <rgm@gnu.org>
1128
1129 * url.texi (Dealing with HTTP documents): Remove reference to
1130 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1131 (Configuration): Update url-configuration-directory description.
e0535b76 1132
2777ccbf
GM
11332011-03-02 Glenn Morris <rgm@gnu.org>
1134
1135 * dired-x.texi (Multiple Dired Directories): Remove mentions
1136 of dired-default-directory-alist and dired-default-directory.
1137 Move dired-smart-shell-command here...
1138 (Miscellaneous Commands): ... from here.
1139
257219bd
PE
11402011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1141
1142 * texinfo.tex: Update to version 2011-02-24.09.
1143
8889f4e2
GM
11442011-03-02 Glenn Morris <rgm@gnu.org>
1145
1146 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1147 instead of the obsoleted dired-omit-here-always.
1148
5d41af19
MA
11492011-02-28 Michael Albinus <michael.albinus@gmx.de>
1150
1151 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1152 supported systems.
1153
2b0c7330 11542011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1155
61cf3a76
GM
1156 * dbus.texi (Type Conversion): Grammar fix.
1157
cce7d530 11582011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1159
cce7d530
GM
1160 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1161 "Debian GNU/Linux".
51a13bdd 1162
cce7d530
GM
1163 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1164
817b48a7
GM
11652011-02-23 Glenn Morris <rgm@gnu.org>
1166
cce7d530
GM
1167 * dired-x.texi (Features): Minor rephrasing.
1168 (Local Variables): Fix typos.
47301027
GM
1169
1170 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1171 Standardize some Emacs/XEmacs terminology.
1172
817b48a7
GM
1173 * dired-x.texi (Features): Don't advertise obsolete local variables.
1174 Simplify layout.
1175 (Omitting Variables): Update local variables example.
1176 (Local Variables): Say this is obsolete. Fix description of
1177 dired-enable-local-variables possible values.
1178
4a3988d5
G
11792011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1180
1181 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1182 default now.
1183
8e22bee0
G
11842011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1185
1186 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1187
06b840e0
LI
11882011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1189
1190 * gnus.texi (Window Layout): Document layout names.
1191
67ab0163 11922011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1193
1194 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1195 * auth.texi: Sync @dircategory with ../../info/dir.
1196 * autotype.texi: Sync @dircategory with ../../info/dir.
1197 * calc.texi: Sync @dircategory with ../../info/dir.
1198 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1199 * cl.texi: Sync @dircategory with ../../info/dir.
1200 * dbus.texi: Sync @dircategory with ../../info/dir.
1201 * dired-x.texi: Sync @dircategory with ../../info/dir.
1202 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1203 * ede.texi: Sync @dircategory with ../../info/dir.
1204 * ediff.texi: Sync @dircategory with ../../info/dir.
1205 * edt.texi: Sync @dircategory with ../../info/dir.
1206 * eieio.texi: Sync @dircategory with ../../info/dir.
1207 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1208 * epa.texi: Sync @dircategory with ../../info/dir.
1209 * erc.texi: Sync @dircategory with ../../info/dir.
1210 * eshell.texi: Sync @dircategory with ../../info/dir.
1211 * eudc.texi: Sync @dircategory with ../../info/dir.
1212 * flymake.texi: Sync @dircategory with ../../info/dir.
1213 * forms.texi: Sync @dircategory with ../../info/dir.
1214 * gnus.texi: Sync @dircategory with ../../info/dir.
1215 * idlwave.texi: Sync @dircategory with ../../info/dir.
1216 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1217 * message.texi: Sync @dircategory with ../../info/dir.
1218 * mh-e.texi: Sync @dircategory with ../../info/dir.
1219 * newsticker.texi: Sync @dircategory with ../../info/dir.
1220 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1221 * org.texi: Sync @dircategory with ../../info/dir.
1222 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1223 * pgg.texi: Sync @dircategory with ../../info/dir.
1224 * rcirc.texi: Sync @dircategory with ../../info/dir.
1225 * reftex.texi: Sync @dircategory with ../../info/dir.
1226 * remember.texi: Sync @dircategory with ../../info/dir.
1227 * sasl.texi: Sync @dircategory with ../../info/dir.
1228 * sc.texi: Sync @dircategory with ../../info/dir.
1229 * semantic.texi: Sync @dircategory with ../../info/dir.
1230 * ses.texi: Sync @dircategory with ../../info/dir.
1231 * sieve.texi: Sync @dircategory with ../../info/dir.
1232 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1233 * speedbar.texi: Sync @dircategory with ../../info/dir.
1234 * trampver.texi [emacs]: Set emacsname to "Emacs".
1235 * tramp.texi: Sync @dircategory with ../../info/dir.
1236 * url.texi: Sync @dircategory with ../../info/dir.
1237 * vip.texi: Sync @dircategory with ../../info/dir.
1238 * viper.texi: Sync @dircategory with ../../info/dir.
1239 * widget.texi: Sync @dircategory with ../../info/dir.
1240 * woman.texi: Sync @dircategory with ../../info/dir.
1241
30abce25
GM
12422011-02-19 Glenn Morris <rgm@gnu.org>
1243
0c7efc08
SM
1244 * dired-x.texi (Technical Details): No longer redefines
1245 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1246 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1247
f31f8469
GM
12482011-02-18 Glenn Morris <rgm@gnu.org>
1249
1250 * dired-x.texi (Optional Installation File At Point): Simplify.
1251
35123c04
TZ
12522011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1253
1254 * auth.texi (Help for users): Use :port instead of :protocol for all
1255 auth-source docs.
7ba93e94
G
1256 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1257 to have two files in `auth-sources'.
35123c04 1258
da5e0ce4
GM
12592011-02-16 Glenn Morris <rgm@gnu.org>
1260
b322c9af
GM
1261 * dired-x.texi: Use emacsver.texi to get Emacs version.
1262 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1263 Depend on emacsver.texi.
1264
07ca5555
GM
1265 * dired-x.texi: Drop meaningless version number.
1266 (Introduction): Remove old info.
1267 (Optional Installation Dired Jump): Autoload from dired-x.
1268 Remove incorrect info about loaddefs.el.
1269 (Bugs): Just refer to M-x report-emacs-bug.
1270
da5e0ce4
GM
1271 * dired-x.texi (Multiple Dired Directories): Update for rename of
1272 default-directory-alist.
1273 (Miscellaneous Commands): No longer mention very old VM version 4.
1274
bb55f713
PE
12752011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1276
1277 Merge from gnulib.
1278 * texinfo.tex: Update to version 2011-02-14.11.
1279
5415d076
G
12802011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1281
da5e0ce4
GM
1282 * auth.texi (Help for users):
1283 Login collection is "Login" and not "login".
5415d076 1284
14029d4b
MA
12852011-02-13 Michael Albinus <michael.albinus@gmx.de>
1286
1287 * tramp.texi (History): Remove IMAP support.
1288 (External methods, Frequently Asked Questions): Remove `imap' and
1289 `imaps' methods.
1290 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1291
1292 * trampver.texi: Remove default value of `emacsimap'.
1293
8a36c07f
GM
12942011-02-13 Glenn Morris <rgm@gnu.org>
1295
1296 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1297 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1298
165bc5a0
GM
12992011-02-12 Glenn Morris <rgm@gnu.org>
1300
1301 * sc.texi (Getting Connected): Remove old index entries.
1302
5415d076 13032011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
1304
1305 * url.texi: Remove duplicate @dircategory (Bug#7942).
1306
b8e0f0cd
G
13072011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
1308
8a36c07f
GM
1309 * auth.texi (Overview, Help for users, Help for developers):
1310 Update docs.
b8e0f0cd
G
1311 (Help for users): Talk about spaces.
1312
caf82551
PE
13132011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1314
1315 * texinfo.tex: Update to version 2011-02-07.16.
1316
1ff98217
MA
13172011-02-07 Michael Albinus <michael.albinus@gmx.de>
1318
1319 * dbus.texi (Bus names): Adapt descriptions for
1320 dbus-list-activatable-names and dbus-list-known-names.
1321
2e78df6b
JB
13222011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1323
1324 * calc.texi (Logarithmic Units): New section.
1325
7fbf7cae
TZ
13262011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
1327
1328 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1329 manuals use it now.
1330
0c7efc08 1331 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 1332
156ad271
KY
13332011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
1334
1335 * overrides.texi: Remove.
1336
1337 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
1338 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
1339
36539990
MA
13402011-02-05 Michael Albinus <michael.albinus@gmx.de>
1341
1342 * tramp.texi (Frequently Asked Questions): Mention problems with
1343 WinSSHD.
1344
1345 * trampver.texi: Update release number.
1346
13472011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1348
1349 * tramp.texi:
1350 Replace "delimet" with "delimit" globally.
1351 Replace "explicite" with "explicit" globally.
1352 Replace "instead of" with "instead" where there was nothing after "of".
1353 Audit use of comma before interrogative pronoun, "that", or "which".
1354 Minor word order, spelling, wording changes.
1355
ec72bf63
G
13562011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1357
1358 * overrides.texi: New file to set or clear WEBHACKDEVEL.
1359
1360 * sieve.texi: Use WEBHACKDEVEL.
1361
1362 * sasl.texi: Use WEBHACKDEVEL.
1363
1364 * pgg.texi: Use WEBHACKDEVEL.
1365
1366 * message.texi: Use WEBHACKDEVEL.
1367
1368 * gnus.texi: Use WEBHACKDEVEL.
1369
1370 * emacs-mime.texi: Use WEBHACKDEVEL.
1371
1372 * auth.texi: Use WEBHACKDEVEL.
1373
1374 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
1375 manuals.
1376
13772011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1378
1379 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
1380
90b750f4
PE
13812011-02-03 Paul Eggert <eggert@cs.ucla.edu>
1382
1383 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
1384 which in turn is copied from ftp://tug.org/tex/.
1385
0e751a49
GM
13862011-02-03 Glenn Morris <rgm@gnu.org>
1387
1388 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
1389 (Binding combinations of modifiers and function keys):
1390 Let's assume people reading this are not using Emacs 18.
1391
7f13c2e2
LI
13922011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1393
1394 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
1395 since it's run automatically.
1396
d76c843e
LI
13972011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1398
1399 * gnus.texi (Customizing Articles): Fix typo.
1400
12e3ca0a
LI
14012011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1402
1403 * gnus.texi (Customizing Articles): Document the new way of customizing
1404 the date headers(s).
1405
fe72c8fa
LI
14062011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1407
1408 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
1409 splitting example.
1410
bf3dae7e
EZ
14112011-01-29 Eli Zaretskii <eliz@gnu.org>
1412
1413 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
1414 (MAKEINFO_OPTS): New variable.
1415 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
1416 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
1417 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
1418 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
1419 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
1420 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
1421 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
1422 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
1423 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
1424 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
1425 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
1426 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
1427 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
1428 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
1429 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
1430 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
1431 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
1432 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
1433
d6f13ac8
LI
14342011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1435
1436 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
1437
c5ecc769
G
14382011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
1439
1440 * message.texi (IDNA): Explain what it is.
1441
14422011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1443
1444 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
1445
45eb2a5d
WL
14462011-01-23 Werner Lemberg <wl@gnu.org>
1447
1448 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1449 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 1450 (ENVADD): Update.
45eb2a5d 1451
6872a814
GM
14522011-01-18 Glenn Morris <rgm@gnu.org>
1453
1454 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
1455
77ab81d0 14562011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
1457
1458 * nxml-mode.texi (Introduction): Fix file name typos.
1459
d221e780
CO
14602011-01-13 Christian Ohler <ohler@gnu.org>
1461
1462 * ert.texi: New file.
1463
1464 * Makefile.in:
1465 * makefile.w32-in: Add ert.texi.
1466
8c904d82
MA
14672011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
1468
1469 * dbus.texi (Receiving Method Calls): New function
1470 dbus-register-service. Rearrange node.
1471
f56e0e7a
PE
14722011-01-07 Paul Eggert <eggert@cs.ucla.edu>
1473
1474 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
1475 which in turn is copied from ftp://tug.org/tex/.
1476
0fadf00e
MA
14772011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
1478
1479 * dbus.texi (Receiving Method Calls): Describe new optional
1480 parameter dont-register-service of dbus-register-{method,property}.
1481
8b358e90
DU
14822010-12-17 Daiki Ueno <ueno@unixuser.org>
1483
0c7efc08
SM
1484 * epa.texi (Encrypting/decrypting *.gpg files):
1485 Mention epa-file-select-keys.
8b358e90 1486
549c9aed
G
14872010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1488
1489 * gnus.texi (Archived Messages): Remove outdated text.
1490
14912010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
1492
0c7efc08 1493 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 1494
156e3f9c
G
14952010-12-15 Andrew Cohen <cohen@andy.bu.edu>
1496
83f3eadc 1497 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 1498
8151d490
AC
14992010-12-14 Andrew Cohen <cohen@andy.bu.edu>
1500
1501 * gnus.texi (The swish++ Engine): Add customizable parameters
1502 descriptions.
1503 (The swish-e Engine): Ditto.
1504
305bdd22
MA
15052010-12-14 Michael Albinus <michael.albinus@gmx.de>
1506
1507 * tramp.texi (Inline methods): Add "ksu" method.
1508 (Remote processes): Add example with remote `default-directory'.
1509
53aff12a
GM
15102010-12-14 Glenn Morris <rgm@gnu.org>
1511
1512 * faq.texi (Expanding aliases when sending mail):
1513 Now build-mail-aliases is interactive.
1514
8a1cdce5
AC
15152010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1516
1517 * gnus.texi: First pass at adding (rough) nnir documentation.
1518
7410c270
G
15192010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1520
53aff12a
GM
1521 * gnus.texi (Filtering New Groups):
1522 Mention gnus-auto-subscribed-categories.
1523 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
1524 removed.
1525
f49d1f52 15262010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
1527
1528 * cl.texi (For Clauses): Small fixes for frames and windows.
1529
acedf35c
CD
15302010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
1531
1532 * org.texi (Using capture): Document using prefix arguments for
1533 finalizing capture.
1534 (Agenda commands): Document prefix argument for the bulk scatter
1535 command.
1536 (Beamer class export): Document that also overlay arguments can be
1537 passed to the column environment.
1538 (Template elements): Document the new entry type.
1539
15402010-12-11 Puneeth Chaganti <punchagan@gmail.com>
1541
1542 * org.texi (Include files): Document :minlevel.
1543
15442010-12-11 Julien Danjou <julien@danjou.info>
1545
1546 * org.texi (Categories): Document category icons.
1547
15482010-12-11 Eric Schulte <schulte.eric@gmail.com>
1549
1550 * org.texi (noweb): Fix typo.
1551
516aa569
G
15522010-12-06 Tassilo Horn <tassilo@member.fsf.org>
1553
1554 * gnus.texi (Server Commands): Point to the rest of the server
1555 commands.
1556
04db63bc
G
15572010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1558
1559 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
1560 g'.
1561
ed797193
G
15622010-12-02 Julien Danjou <julien@danjou.info>
1563
1564 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
1565
15662010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1567
1568 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
1569 (Direct Functions): Note the STARTTLS upgrade.
1570
07976ae3 15712010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 1572 James Clark <none@example.com>
d3dfb185
GM
1573
1574 * nxml-mode.texi (Introduction): New section.
1575
59e75882
G
15762010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1577
1578 * gnus.texi (Server Commands): Document gnus-server-show-server.
1579
568a887f
MA
15802010-11-20 Michael Albinus <michael.albinus@gmx.de>
1581
1582 Sync with Tramp 2.2.0.
1583
1584 * trampver.texi: Update release number.
1585
1265829e
JB
15862010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
1587
1588 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
1589 Mention that the TeX specific units won't use the `tex' prefix
1590 in TeX mode.
1591
239661c0
KY
15922010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
1593
1594 * gnus.texi (Misc Article): Document gnus-inhibit-images.
1595
4a47c275 15962010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
1597
1598 * edt.texi: Remove information about Emacs 19.
1599
4a47c275 16002010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
1601
1602 * trampver.texi: Update release number.
1603
2f0e0dc8
KY
16042010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1605
1606 * gnus.texi (Article Washing): Fix typo.
1607
afe98dfa
CD
16082010-11-11 Noorul Islam <noorul@noorul.com>
1609
56f5a94e 1610 * org.texi: Fix typo.
afe98dfa
CD
1611
16122010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1613
1614 * org.texi (Using capture): Explain that refiling is
1615 sensitive to cursor position.
1616
16172010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1618
56f5a94e 1619 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
1620
16212010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1622
1623 * org.texi: Document the <c> cookie.
1624
16252010-11-11 Eric Schulte <schulte.eric@gmail.com>
1626
56f5a94e
GM
1627 * org.texi: multi-line header arguments :PROPERTIES: :ID:
1628 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
1629
16302010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1631
56f5a94e 1632 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
1633
16342010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1635
56f5a94e 1636 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
1637
16382010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1639
1640 * org.texi (Setting up the staging area): Document that
1641 file names remain visible when encrypting the MobileOrg files.
1642
16432010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1644
1645 * org.texi (Setting up the staging area): Document which
1646 versions are needed for encryption.
1647
16482010-11-11 Eric Schulte <schulte.eric@gmail.com>
1649
56f5a94e
GM
1650 * org.texi (noweb): Update :noweb documentation to
1651 reflect the new "tangle" argument.
afe98dfa
CD
1652
16532010-11-11 Eric Schulte <schulte.eric@gmail.com>
1654
56f5a94e
GM
1655 * org.texi (Batch execution): Improve tangling script in
1656 documentation.
afe98dfa
CD
1657
16582010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1659
1660 * org.texi (Handling links):
1661 (In-buffer settings): Document inlining images on startup.
1662
16632010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1664
1665 * org.texi (Setting up the staging area): Document use of
1666 crypt password.
1667
16682010-11-11 David Maus <dmaus@ictsoc.de>
1669
56f5a94e 1670 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
1671
16722010-11-11 David Maus <dmaus@ictsoc.de>
1673
56f5a94e
GM
1674 * org.texi (Template expansion): Add mew in table for link type
1675 escapes.
afe98dfa
CD
1676
16772010-11-11 David Maus <dmaus@ictsoc.de>
1678
56f5a94e 1679 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
1680
16812010-11-11 Eric Schulte <schulte.eric@gmail.com>
1682
56f5a94e 1683 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
1684
16852010-11-11 Eric Schulte <schulte.eric@gmail.com>
1686
56f5a94e 1687 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
1688
16892010-11-11 Eric Schulte <schulte.eric@gmail.com>
1690
56f5a94e
GM
1691 * org.texi (Structure of code blocks):
1692 Update documentation to mention inline code block syntax.
afe98dfa
CD
1693
16942010-11-11 Eric Schulte <schulte.eric@gmail.com>
1695
56f5a94e 1696 * org.texi (comments): Improve wording.
afe98dfa
CD
1697
16982010-11-11 Eric Schulte <schulte.eric@gmail.com>
1699
56f5a94e 1700 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
1701
17022010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1703
1704 * org.texi (Installation): Remove the special
1705 installation instructions for XEmacs.
1706
17072010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
1708
56f5a94e 1709 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
1710 insertion of empty structural elements.
1711
17122010-11-11 Noorul Islam <noorul@noorul.com>
1713
56f5a94e 1714 * org.texi: Fix doc.
afe98dfa
CD
1715
17162010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
1717
1718 * org.texi (The date/time prompt): Document specification
1719 of time ranges.
1720
17212010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1722
1723 * org.texi (Internal links): Document the changes in
1724 internal links.
1725
17262010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1727
1728 * org.texi (Agenda commands): Document the limitation for
1729 the filter preset - it can only be used for an entire agenda
1730 view, not in an individual block in a block agenda.
1731
17322010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
1733
1734 * org.texi (iCalendar export): Document alarm creation.
1735
6f8fc60c
MA
17362010-11-10 Michael Albinus <michael.albinus@gmx.de>
1737
1738 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
1739
be3c11b3
LMI
17402010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1741
1742 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
1743
d607b96b 17442010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 1745
d607b96b 1746 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 1747
181cb5fb
G
17482010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1749
1750 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
1751 since that works by default.
1752
17532010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
1754
1755 * gnus.texi (Customizing the IMAP Connection): Document
1756 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
1757
36bc5d3b
MA
17582010-11-04 Michael Albinus <michael.albinus@gmx.de>
1759
1760 * tramp.texi (Remote shell setup): New item "Interactive shell
1761 prompt". Reported by Christian Millour <cm@abtela.com>.
1762 (Remote shell setup, Remote processes): Use @code{} for
1763 environment variables.
1764
cf503f7c
GM
17652010-11-03 Glenn Morris <rgm@gnu.org>
1766
537b04b9 1767 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 1768 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 1769
389b76fa
G
17702010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1771
1772 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
1773
2699a554 17742010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
1775
1776 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
1777
2699a554 17782010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
1779
1780 * cc-mode.texi: Remove reference to defunct viewcvs URL.
1781
99e65b2d
G
17822010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1783
0c7efc08
SM
1784 * gnus.texi (Client-Side IMAP Splitting):
1785 Mention nnimap-unsplittable-articles.
99e65b2d
G
1786
17872010-10-29 Julien Danjou <julien@danjou.info>
1788
1789 * gnus.texi (Finding the News): Remove references to obsoletes
1790 variables `gnus-nntp-server' and `gnus-secondary-servers'.
1791
aeeb3dcb
EZ
17922010-10-29 Eli Zaretskii <eliz@gnu.org>
1793
1794 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
1795 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
1796 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
1797 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
1798
8289f37b
GM
17992010-10-28 Glenn Morris <rgm@gnu.org>
1800
1801 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
1802 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
1803 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
1804
d85d3b3a
DU
18052010-10-25 Daiki Ueno <ueno@unixuser.org>
1806
1807 * epa.texi (Mail-mode integration): Add alternative key bindings
1808 for epa-mail commands; escape comma.
c05c2b9b 1809 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 1810
9f534a47
JB
18112010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
1812
99e65b2d 1813 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 1814
5793a7bc 18152010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
1816
1817 * gnus.texi (Group Parameters, Buttons): Fix typos.
1818
280f417b
G
18192010-10-22 Tassilo Horn <tassilo@member.fsf.org>
1820
1821 * gnus.texi (Subscription Commands): Mention that you can also
1822 subscribe to new groups via the Server buffer, which is probably more
1823 convenient when subscribing to many groups.
1824
d806c872
G
18252010-10-21 Julien Danjou <julien@danjou.info>
1826
1827 * message.texi (Message Headers): Allow message-default-headers to be a
1828 function.
1829
d5798f68
LMI
18302010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1831
1832 * gnus-news.texi: Mention new archive defaults.
1833
b79bbef7
KY
18342010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
1835
1836 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
1837
2526f423
G
18382010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1839
1840 * gnus.texi (HTML): Document the function value of
1841 gnus-blocked-images.
1842 (Article Washing): shr and gnus-w3m, not the direct function names.
1843
ba91f05d
G
18442010-10-20 Julien Danjou <julien@danjou.info>
1845
1846 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
1847 variable.
1848
da451787
LMI
18492010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1850
1851 * gnus.texi (Customizing the IMAP Connection): The port strings are
1852 strings.
c872595d 1853 (Document Groups): Mention git.
da451787 1854
7cad71ad
G
18552010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1856
1857 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
1858 bzr/Gnus git sync.
1859
c56dfd36
EZ
18602010-10-15 Eli Zaretskii <eliz@gnu.org>
1861
1862 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
1863 change.
1864
a1d16a7b
G
18652010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1866
1867 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
1868 @item syntax for in-Emacs makeinfo.
1869
18702010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
1871
1872 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
1873 trim sentence.
1874
98e2b864
DU
18752010-10-12 Daiki Ueno <ueno@unixuser.org>
1876
1877 * epa.texi (Caching Passphrases):
0c7efc08
SM
1878 * auth.texi (GnuPG and EasyPG Assistant Configuration):
1879 Clarify some configurations require to set up gpg-agent.
98e2b864 1880
c12e4a81
GM
18812010-10-11 Glenn Morris <rgm@gnu.org>
1882
1883 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
1884
f7aa248a
G
18852010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1886
1887 * gnus.texi (Spam Package Introduction): Mention `$'.
1888
6513b232
EZ
18892010-10-09 Eli Zaretskii <eliz@gnu.org>
1890
1891 * makefile.w32-in (emacsdir): New variable.
1892 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
1893 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
1894
abd40fb4
GM
18952010-10-09 Glenn Morris <rgm@gnu.org>
1896
0f05450f
GM
1897 * Makefile.in (mostlyclean): Delete *.toc.
1898
d3a4ac46
GM
1899 * Makefile.in: Use $< in rules.
1900
aa9db089
GM
1901 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
1902
abd40fb4
GM
1903 * Makefile.in ($(infodir)): Delete rule.
1904 (mkinfodir): New. Use it in all the info rules, rather than depending
1905 on infodir.
1906
ea274122
GM
19072010-10-09 Glenn Morris <rgm@gnu.org>
1908
6e90e2a8
GM
1909 * gnus.texi (Article Washing): Fix previous change.
1910
f7a31f11
GM
1911 * Makefile.in (emacsdir): New variable.
1912 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
1913 Depend on emacsver.texi.
1914
f7a31f11
GM
1915 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
1916
ea274122
GM
1917 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
1918
36d3245f
G
19192010-10-08 Julien Danjou <julien@danjou.info>
1920
f7a31f11 1921 * gnus.texi: Add mm-shr.
36d3245f
G
1922
19232010-10-08 Ludovic Courtès <ludo@gnu.org>
1924
1925 * gnus.texi (Finding the Parent, The Gnus Registry)
1926 (Registry Article Refer Method): Update docs for nnregistry.el.
1927
19282010-10-08 Daiki Ueno <ueno@unixuser.org>
1929
1930 * auth.texi (Help for users)
1931 (GnuPG and EasyPG Assistant Configuration): Update docs.
1932
12359245
GM
19332010-10-08 Glenn Morris <rgm@gnu.org>
1934
1935 * cl.texi (Organization, Installation, Old CL Compatibility):
1936 Deprecate cl-compat for new code.
4628bef1 1937 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
1938
1939 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
1940
fcf2d385
KY
19412010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
1942
1943 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
1944
66627fa9
G
19452010-10-06 Julien Danjou <julien@danjou.info>
1946
fd9ba500
JD
1947 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
1948
66627fa9
G
1949 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
1950 broken link.
1951
1952 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
1953
1954 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
1955 to ReiserFS.
1956
1957 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
1958 (FAQ 7-1): Fix getmail URL.
1959
65f54520
DU
19602010-10-06 Daiki Ueno <ueno@unixuser.org>
1961
1962 * epa.texi (Caching Passphrases): New section.
1963
4c83f6e1
GM
19642010-10-06 Glenn Morris <rgm@gnu.org>
1965
1966 * Makefile.in (SHELL): Set it.
1967 (info): Move the mkdir dependency to the individual info files.
1968 (mostlyclean): Tidy up.
1969 (clean): Only delete the specific dvi and pdf files.
1970 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 1971 ($(infodir)): Add parallel build workaround.
4c83f6e1 1972
71e691a5
G
19732010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1974
1975 * gnus.texi (Misc Article): Document gnus-widen-article-window.
1976
a41c2e6d
G
19772010-10-03 Julien Danjou <julien@danjou.info>
1978
0c7efc08
SM
1979 * emacs-mime.texi (Display Customization):
1980 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
1981 mm-inline-large-images-proportion.
1982
37255945
MA
19832010-10-03 Michael Albinus <michael.albinus@gmx.de>
1984
0c7efc08
SM
1985 * tramp.texi (Frequently Asked Questions):
1986 Mention remote-file-name-inhibit-cache.
37255945 1987
11e4e7bd
LMI
19882010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1989
1990 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 1991 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 1992
cb83220a
KY
19932010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1994
0c7efc08
SM
1995 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
1996 (Article Hiding): Add google banner example.
1997 Suggested by Benjamin Xu.
cb83220a 1998
6b958814
G
19992010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2000
0c7efc08
SM
2001 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2002 Remove nnimap-split-rule from examples.
6b958814
G
2003
20042010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2005
2006 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2007 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2008 Fishman.
2009 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2010
20112010-09-30 Julien Danjou <julien@danjou.info>
2012
2013 * gnus.texi (Gravatars): Fix documentation about
2014 gnu-gravatar-properties.
2015
b9476c04
DU
20162010-09-29 Daiki Ueno <ueno@unixuser.org>
2017
2018 * epa.texi (Bug Reports): New section.
2019
5f874327
GM
20202010-09-29 Glenn Morris <rgm@gnu.org>
2021
2022 * Makefile.in (top_srcdir): Remove unused variable.
2023
6b958814
G
20242010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2025
2026 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2027 (Client-Side IMAP Splitting): Document 'default.
2028
20292010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2030
0c7efc08
SM
2031 * gnus.texi (Customizing the IMAP Connection):
2032 Document nnimap-fetch-partial-articles.
6b958814 2033
82bccbfa
KY
20342010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2035
2036 * gnus-news.texi: Mention nnimap-inbox.
2037
2038 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2039
20402010-09-26 Julien Danjou <julien@danjou.info>
2041
47e08896 2042 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2043
20442010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2045
2046 * gnus.texi (Security): Remove gpg.el mention.
2047
20482010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2049
2050 * gnus.texi (Browse Foreign Server): New variable
2051 gnus-browse-subscribe-newsgroup-method.
2052
2053 * gnus-news.texi: Mention it.
2054
20552010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2056
0c7efc08 2057 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2058 (Startup Variables): No jingle.
2059
4c964351
UM
20602010-09-25 Ulrich Mueller <ulm@gentoo.org>
2061
2062 * woman.texi (Interface Options): xz compression is now supported.
2063
82bccbfa
KY
20642010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2065
2066 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2067 (Unavailable Servers): Document gnus-server-copy-server.
2068 (Using IMAP): Document the new nnimap.
2069
20702010-09-25 Julien Danjou <julien@danjou.info>
2071
47e08896 2072 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2073
18778f71
GM
20742010-09-24 Glenn Morris <rgm@gnu.org>
2075
2076 * url.texi (Disk Caching): Tweak previous change.
2077
9c766321
JD
20782010-09-24 Julien Danjou <julien@danjou.info>
2079
2080 * url.texi (Disk Caching): Mention url-cache-expire-time,
2081 url-cache-expired, and url-fetch-from-cache.
2082
82bccbfa
KY
20832010-09-24 Julien Danjou <julien@danjou.info>
2084
2085 * gnus.texi: Add Gravatars.
2086
20872010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2088
2089 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2090
592bdb9a
LMI
20912010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2092
2093 * gnus.texi (Expunging mailboxes): Update name of the expunging
2094 command.
2095
e4e22d29
KY
20962010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2097
2098 * emacs-mime.texi (rfc2047): Update description for
2099 rfc2047-encode-parameter.
2100
371d9801
MA
21012010-09-13 Michael Albinus <michael.albinus@gmx.de>
2102
2103 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2104 "fish" methods.
2105 (External methods): Remove "scp1_old" and "scp2_old" methods.
2106
31ae5827
MA
21072010-09-09 Michael Albinus <michael.albinus@gmx.de>
2108
2109 * tramp.texi: Remove Japanese manual. Fix typo.
2110
2111 * trampver.texi: Update release number. Remove japanesemanual.
2112
c0468714
GM
21132010-09-09 Glenn Morris <rgm@gnu.org>
2114
2115 * org.texi: Restore clobbered changes (copyright years, untabify).
2116
86441999
JD
21172010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2118
2119 * gnus.texi (Adaptive Scoring): Fix typo.
2120
25f28806
LMI
21212010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2122
2123 * gnus.texi (Article Display): Document gnus-html-show-images.
2124
45240125 21252010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2126
45240125
JD
2127 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2128
59d09f15
LMI
21292010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2130
2131 * gnus.texi (HTML): Document gnus-max-image-proportion.
2132
2cdd366f
KY
21332010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2134
51dee5ef
KY
2135 * gnus.texi (HTML): Document gnus-blocked-images.
2136
2cdd366f
KY
2137 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2138
b0e4f3fc
KY
21392010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2140
2141 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2142 the first message are used for wide replies.
f02566ce
KY
2143 (Changing Servers): Remove documentation on gnus-change-server and
2144 friends, since it's been removed.
b0e4f3fc 2145
598451ed
KY
21462010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2147
2148 * gnus.texi (Drafts): Mention B DEL.
2149
e7842e69
KY
21502010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2151
2152 * gnus.texi (Delayed Articles): Mention that the Date header is the
2153 original one, even if you delay.
2154
85115796
KY
21552010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2156
0c7efc08
SM
2157 * gnus.texi (Asynchronous Fetching):
2158 Document gnus-async-post-fetch-function.
85115796
KY
2159 (HTML): Made into its own section.
2160
f0b44bc0
MA
21612010-08-26 Michael Albinus <michael.albinus@gmx.de>
2162
2163 Sync with Tramp 2.1.19.
2164
217876c9 2165 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2166 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2167 Remove remark about doubled "-t" argument.
217876c9
MA
2168 (Auto-save and Backup): Remove reference to Emacs 21.
2169 (Filename Syntax): Describe port numbers.
2170 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2171 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2172 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2173 errors with the backquotes.
2174 (External packages): File attributes cache flushing for asynchronous
2175 processes.
2176 (Traces and Profiles): Describe verbose level 9.
2177
f0b44bc0
MA
2178 * trampver.texi: Update release number.
2179
7457f7b6
MA
21802010-08-23 Michael Albinus <michael.albinus@gmx.de>
2181
2182 * dbus.texi (Alternative Buses): New chapter.
2183
b695beda
SM
21842010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2185
2186 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2187
443c2c03
JB
21882010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2189
2190 * calc.texi (Customizing Calc): Rearrange description of new
2191 variables to match the presentation of other variables.
2192
7815fe19 21932010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2194
2195 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2196
2c695727
JB
21972010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2198
2199 * calc.texi (Making Selections, Selecting Subformulas)
2200 (Customizing Calc): Mention how to use faces to emphasize selected
2201 sub-formulas.
2202
bbb6ffa1
MA
22032010-08-05 Michael Albinus <michael.albinus@gmx.de>
2204
2205 * tramp.texi (External packages): File attributes cache flushing
2206 for asynchronous processes.
2207
5cee0a9c
AM
22082010-08-01 Alan Mackenzie <acm@muc.de>
2209
2210 Enhance the manual for the latest Java Mode.
2211
2212 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2213 annotation-var-cont.
2214 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2215 two new symbols.
2216
3f2afe32
MA
22172010-07-28 Michael Albinus <michael.albinus@gmx.de>
2218
2219 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2220
0ed082fe 22212010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2222
2223 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2224
311f0356
JB
22252010-07-19 Juanma Barranquero <lekktu@gmail.com>
2226
2227 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2228
86fbb8ca
CD
22292010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2230
2231 * org.texi: Add macros to get plain quotes in PDF output.
2232 List additional contributors.
2233 (Capture): New section, replaces the section about remember.
2234 (Working With Source Code): New chapter, focused on documenting Org
2235 Babel.
2236 (Code evaluation security): New section.
2237 (MobileOrg): Document DropBox support.
2238 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2239 (Special symbols): Show how to display UTF8 characters for entities.
2240 (Global TODO list): Clarify the use of the "M" key and the differences
2241 to the "m" key.
2242 (RSS Feeds): Mention Atom feeds as well.
2243 (Setting tags): Remove paragraph about
2244 `org-complete-tags-always-offer-all-agenda-tags'.
2245
5732e8ed
MA
22462010-07-17 Michael Albinus <michael.albinus@gmx.de>
2247
2248 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2249 argument.
2250 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2251 echoing shells.
2252
ca1bb391
MA
22532010-07-10 Michael Albinus <michael.albinus@gmx.de>
2254
2255 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2256 (Filename Syntax): Describe port numbers.
2257
5bd55c3c
MA
22582010-07-09 Michael Albinus <michael.albinus@gmx.de>
2259
2260 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2261 forgotten.
2262 (Type Conversion): Precise conversion of natural numbers.
2263 (Errors and Events): Add "debugging" to concept index. Add variable
2264 `dbus-debug'.
2265
820ae8fe
MA
22662010-07-04 Michael Albinus <michael.albinus@gmx.de>
2267
2268 * dbus.texi (Receiving Method Calls): Add optional argument
2269 EMITS-SIGNAL to `dbus-register-property'.
2270
b6f9df0f
JB
22712010-06-27 Alex Schroeder <alex@gnu.org>
2272
2273 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2274
62e034c2
GM
22752010-06-24 Glenn Morris <rgm@gnu.org>
2276
2277 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2278 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2279 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2280 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2281 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2282 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2283 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2284 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2285 convention. Make them end with a period.
2286
9360256a
GM
22872010-06-23 Glenn Morris <rgm@gnu.org>
2288
2289 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
2290 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2291 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2292 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2293 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2294 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 2295
04d3bb6c
GM
22962010-06-10 Glenn Morris <rgm@gnu.org>
2297
2298 * idlwave.texi (Load-Path Shadows):
2299 * org.texi (Handling links): Fix typos.
2300
5e7d4a75
KY
23012010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
2302
2303 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2304
9841cb4f
MA
23052010-05-26 Michael Albinus <michael.albinus@gmx.de>
2306
2307 * eshell.texi (Built-ins): Describe, how to disable a built-in command
2308 by an alias. (Bug#6226)
2309
597517ef
JB
23102010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2311
2312 * calc.texi (Manipulating Vectors): Mention that vectors can
2313 be used to determine bins for `calc-histogram'.
2314
14914c43
JB
23152010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2316
597517ef 2317 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 2318
0235128c 23192010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2320
2321 * url.texi (HTTP language/coding, Customization):
2322 * message.texi (Header Commands, Responses):
2323 * cl.texi (Argument Lists): Fix typos.
2324
0235128c 23252010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 2326
0235128c
SM
2327 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2328 Note that Development menu is always available.
aa5789b5
CY
2329 (Creating a project): Fix terminology.
2330 (Add/Remove files): Fix typo.
2331
0235128c
SM
23322010-05-07 Chong Yidong <cyd@stupidchicken.com>
2333
2334 * Version 23.2 released.
2335
a628ad9d 23362010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
2337
2338 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
2339
502269d6
MA
23402010-05-01 Michael Albinus <michael.albinus@gmx.de>
2341
0235128c
SM
2342 * tramp.texi (Inline methods, Default Method):
2343 Mention `tramp-inline-compress-start-size'.
502269d6 2344
6e104790 23452010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
2346
2347 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
2348 the CVS repo. Put the Git repo in the news section.
2349
6e104790 2350 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
2351 Removed some mentions of CVS. Mention the new Git repo.
2352
6e104790 23532010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
2354
2355 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
2356 (Mail Group Commands): Add index entry.
2357
6e104790 23582010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
2359
2360 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
2361
f8b91752
JB
23622010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
2363
2364 * calc.texi (Radix modes): Mention that the option prefix will
2365 turn on twos-complement mode.
2366 (Inverse and Hyperbolic Flags): Mention the Option flag.
2367
ed21c5c8
CD
23682010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
2369
2370 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 2371 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
2372 (Sectioning structure): Update.
2373 (References): New use case for field coordinates.
6e104790 2374 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
2375 (Setting up the staging area): Document the availability of
2376 encryption for MobileOrg.
2377 (Images and tables): Document how to reference labels.
2378 (Index entries): New section.
2379 (Generating an index): New section.
2380 (Column width and alignment): Document that <N> now
2381 means a fixed width, not a maximum width.
2382 (Publishing options): Document the :email option.
2383 (Beamer class export): Fix bug in the BEAMER example.
2384 (Refiling notes): Document refile logging.
2385 (In-buffer settings): Document refile logging keywords.
2386 (Drawers): Document `C-c C-z' command.
2387 (Agenda commands): Mention the alternative key `C-c C-z'.
2388 (Special properties): Document the BLOCKED property.
2389 (The spreadsheet): Mention the formula editor.
2390 (References): Document field coordinates.
2391 (Publishing action): Correct the documentation for the
2392 publishing function.
2393 (The date/time prompt): Document that we accept dates
2394 like month/day/year.
2395 (Cooperation): Document the changes in table.el support.
2396 (Faces for TODO keywords, Faces for TODO keywords)
2397 (Priorities): Document the easy colors.
2398 (Visibility cycling): Document the new double prefix
2399 arg for `org-reveal'.
2400 (Cooperation): Remember.el is part of Emacs.
2401 (Clean view): Mention that `wrap-prefix' is also set by
2402 org-indent-mode.
2403 (Agenda commands): Add information about prefix args to
2404 scheduling and deadline commands.
2405 (Search view): Point to the docstring of
2406 `org-search-view' for more details.
6e104790 2407 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
2408 (Setting tags): Document variable
2409 org-complete-tags-always-offer-all-agenda-tags.
6e104790 2410 (Column attributes): Cross-reference special properties.
ed21c5c8 2411
456b348e
MA
24122010-04-10 Michael Albinus <michael.albinus@gmx.de>
2413
2414 Synchronize with Tramp repository.
2415
2416 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
2417 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
2418 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
2419 syntax, texi2dvi reports errors with the backquotes.
2420
2421 * trampver.texi: Update release number.
2422
357e2d8e
KY
24232010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
2424
2425 * gnus.texi (Finding the News): Add pointers to the Server buffer
2426 because it's essential.
2427
1d4d7664
KY
24282010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
2429
2430 * gnus.texi (MIME Commands): Update description of
2431 gnus-article-browse-html-article.
2432
bd3e840f
KY
24332010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
2434
2435 * auth.texi (Secret Service API): Add TODO node.
2436 (Help for users): Explain the new source options for `auth-sources'.
2437
e867cb5d 24382010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
2439
2440 * trampver.texi: Update release number.
2441
288f9fc0
CY
24422010-03-10 Chong Yidong <cyd@stupidchicken.com>
2443
2444 * Branch for 23.2.
2445
d99aaebd
CY
24462010-03-03 Chong Yidong <cyd@stupidchicken.com>
2447
2448 * faq.texi (Escape sequences in shell output): Note that ansi-color is
2449 now enabled by default.
2450
5794c2a5
MA
24512010-02-28 Michael Albinus <michael.albinus@gmx.de>
2452
2453 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
2454 when Emacs runs in interactive mode. (Bug#5645)
2455
40572be6
GM
24562010-02-16 Glenn Morris <rgm@gnu.org>
2457
2458 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
2459
7bb8ed67
MH
24602010-02-05 Mark A. Hershberger <mah@everybody.org>
2461
2462 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
2463
45a1423d 24642010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
2465
2466 * gnus.texi (Score File Format): Fix typo.
2467
45a1423d 24682010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
2469
2470 * cc-mode.texi: Replace references to obsolete c-subword-mode.
2471
14f17fc8
JB
24722010-01-18 Juanma Barranquero <lekktu@gmail.com>
2473
2474 * ada-mode.texi (Project File Overview): Fix typo.
2475
607d4369
CY
24762010-01-17 Chong Yidong <cyd@stupidchicken.com>
2477
2478 * semantic.texi: Add Richard Y. Kim credit.
2479
2480 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
2481
3d1bfa99
MA
24822010-01-17 Michael Albinus <michael.albinus@gmx.de>
2483
2484 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 2485 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 2486
6fbf7a75
GM
24872010-01-17 Glenn Morris <rgm@gnu.org>
2488
b9f978f0
GM
2489 * calc.texi (Reporting Bugs): Don't mention format of repository.
2490
f19bc38d
GM
2491 * woman.texi (Bugs): Make "Emacs repository" less specific,
2492 and the URL for same more specific.
2493
6fbf7a75
GM
2494 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
2495
16c3428a
JB
24962010-01-17 Juanma Barranquero <lekktu@gmail.com>
2497
2498 * ede.texi (ede-step-project, ede-proj-target):
2499 * tramp.texi (Remote processes): Fix typos.
2500
045b9da7
ML
25012010-01-16 Mario Lang <mlang@delysid.org>
2502
2503 * ede.texi (ede-target):
2504 * org.texi (Refiling notes): Remove duplicated words.
2505
c57008f6
SM
25062010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2507
2508 * gnus.texi (Posting Styles): Use with-current-buffer.
2509 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
2510
798c9eb5
KR
25112010-01-02 Kevin Ryde <user42@zip.com.au>
2512
2513 * eieio.texi (Naming Conventions): Correction to xref on elisp
2514 coding conventions, is "Tips" node not "Standards".
2515
4970fbfe
CY
25162009-12-24 Chong Yidong <cyd@stupidchicken.com>
2517
2518 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
2519
2520 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
2521
83828b06
KY
25222009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
2523
2524 * gnus.texi (Direct Functions): Add missing port number to tls method.
2525
45a4a565
JB
25262009-12-15 Juanma Barranquero <lekktu@gmail.com>
2527
2528 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
2529 ($(infodir)/edt, edt.dvi): New targets.
2530
698bfef7
GM
25312009-12-15 Glenn Morris <rgm@gnu.org>
2532
2533 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
2534 (edt, $(infodir)/edt, edt.dvi): New targets.
2535 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
2536
2537 * Makefile.in (PDF_TARGETS, pdf): New.
2538 (clean): Add *.pdf.
2539 Add pdf rules for all manuals.
2540
0e983327
JB
25412009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
2542
2543 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
2544
8e687433
CY
25452009-12-14 Chong Yidong <cyd@stupidchicken.com>
2546
2547 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
2548 (Smart Jump, Analyzer Debug): Copyedits.
2549 (Semantic mode user commands): Link to new nodes.
2550 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
2551 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
2552 upstream Semantic manual.
2553
2554 * semantic.texi (Introduction): Minor fix to diagram.
2555
020335df
MA
25562009-12-09 Michael Albinus <michael.albinus@gmx.de>
2557
2558 * eshell.texi (History): Add the other built-in variables.
2559 (Built-ins): Explain built-ins, and how to apply the external commands.
2560 Add `history', `su' and `sudo'.
2561
2562 * tramp.texi (Remote processes): Add missing <RET> in the example.
2563
6ddf13e4
BW
25642009-12-01 Bill Wohler <wohler@newt.com>
2565
2566 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 2567 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
2568 excessively garrulous.
2569
07b6428c
MA
25702009-11-29 Michael Albinus <michael.albinus@gmx.de>
2571
2572 * tramp.texi (Remote processes): Improve eshell example with "su"
2573 and "sudo" commands.
2574
fd1cefda
CY
25752009-11-28 Chong Yidong <cyd@stupidchicken.com>
2576
2577 * semantic.texi (Analyzer Internals): Rename from Analyzer.
2578
2579 * sem-user.texi (Semantic mode user commands): Fix key syntax.
2580 Document semantic-complete-analyze-inline.
2581 (Semanticdb search debugging commands): Minor clarification.
2582 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 2583 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 2584 manual.
9d542758 2585 (Semantic mode): Link to Idle Scheduler.
fd1cefda 2586
159e3ad5
KR
25872009-11-28 Kevin Ryde <user42@zip.com.au>
2588
2589 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 2590 @pxref, now EIEIO is in Emacs.
159e3ad5 2591
c6d47315
KR
2592 * erc.texi (Development): Correction to git tutorial url.
2593
16f6287e
GM
25942009-11-26 Glenn Morris <rgm@gnu.org>
2595
2596 * faq.texi (Latest version of Emacs): Mention stability of development
2597 version.
2598 (Problems with very large files): Max buffer size increase in 23.2.
2599 (VM): VM has moved house again.
2600
5ea5dbc9
JB
26012009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
2602
2603 * calc.texi (Radix modes): Discuss alternate bases for two's complement
2604 notations.
2605
5dec9555
CD
26062009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
2607
45a4a565 2608 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 2609
bd6f6833
CY
26102009-11-20 Chong Yidong <cyd@stupidchicken.com>
2611
2612 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
2613 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
2614 (Idle Completions Mode): Numerous copyedits.
bd6f6833 2615
be479117
JB
26162009-11-17 Juanma Barranquero <lekktu@gmail.com>
2617
2618 * semantic.texi (Semantic Internals, Glossary):
2619 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
2620 (Semanticdb search debugging commands): Fix typos.
2621
17291a1f
JB
26222009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2623
be479117 2624 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 2625
af42a9cc
JB
26262009-11-16 Juanma Barranquero <lekktu@gmail.com>
2627
2628 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
2629 ($(infodir)/semantic, semantic.dvi): New targets.
2630
3149927d
CY
26312009-11-16 Chong Yidong <cyd@stupidchicken.com>
2632
2633 * Makefile.in: Build the Semantic manual.
2634
2635 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
2636 repository.
2637
977640ed
MA
26382009-11-16 Michael Albinus <michael.albinus@gmx.de>
2639
2640 * dbus.texi (Receiving Method Calls): New defun
2641 `dbus-unregister-service'.
2642
17673adf
CD
26432009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
2644
2645 * org.texi (Speed keys): New section.
2646
0ecd3c90
MA
26472009-11-13 Michael Albinus <michael.albinus@gmx.de>
2648
2649 * dbus.texi (Type Conversion): Fix typo.
2650 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
2651 `dbus-registered-objects-table'.
0c7efc08
SM
2652 (Receiving Method Calls): New defun `dbus-register-property'.
2653 Move `dbus-unregister-object' here.
0ecd3c90 2654
8bfe682a
CD
26552009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
2656
2657 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
2658
26592009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
2660
2661 * org.texi (Column attributes): Add the new age summary operators.
2662 Also, mention the fact you can only use one summary operator per
2663 property.
2664
26652009-11-13 John Wiegley <johnw@newartisans.com>
2666
0c7efc08 2667 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 2668 manual about how to track habits.
0c7efc08 2669 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
2670 dangling clocks are resolved.
2671
26722009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
2673
2674 * org.texi (Agenda commands): Document the new `i' command.
2675 (Inserting deadline/schedule): Document logging changes
2676 of scheduling and deadline times stamps.
2677 (In-buffer settings): Document the in-buffer keywords for logging
2678 changes of scheduling and deadline times stamps.
2679 (Structure editing, Plain lists): Document indentation
2680 cycling in empty entries with TAB.
2681 (Archiving): Document the default archiving command.
2682 (Moving subtrees): Document the new keys for archiving.
2683 (Internal archiving): Fix incorrect key.
2684 (Agenda commands): Document the TODO set switching commands.
2685 (Agenda commands): Document the new archiving keys.
2686 (Clocking work time): Better description on how to save
2687 and restore a clock.
2688 (Resolving idle time): Mention the x11idle program to get true
2689 idleness also under X11.
2690 (Resolving idle time): Use @kbd instead of @key for normal
2691 letters, because this is how he rest of the manual does this.
2692 (Pushing to MobileOrg): Mention that `org-directory'
2693 should be set.
2694 (Agenda commands): Document that SPC is a filter for
2695 any tag.
0c7efc08 2696 (Search view): Rename from "Keyword search".
8bfe682a
CD
2697 (Capure): New chapter.
2698 (Markup): New chapter.
0c7efc08
SM
2699 (Links in HTML export, Images in HTML export):
2700 Extend the section titles.
8bfe682a
CD
2701 (Images in HTML export): Document the align option.
2702 (Text areas in HTML export): Extend the section title.
2703 (Images in LaTeX export): Explain image placement in LaTeX.
2704
693737cd
GM
27052009-11-10 Glenn Morris <rgm@gnu.org>
2706
2707 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
2708
c7bd4ebe
MA
27092009-11-08 Michael Albinus <michael.albinus@gmx.de>
2710
2711 * tramp.texi (Auto-save and Backup): Disable backups just for a
2712 method.
2713
2714 * trampver.texi: Update release number.
2715
76c5acad
MA
27162009-11-07 Michael Albinus <michael.albinus@gmx.de>
2717
2718 Sync with Tramp 2.1.17.
2719
2720 * trampver.texi: Update release number.
2721
d9a57abf
GM
27222009-10-29 Glenn Morris <rgm@gnu.org>
2723
2724 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
2725
637f4f0f
MA
27262009-10-23 Michael Albinus <michael.albinus@gmx.de>
2727
2728 * tramp.texi (External methods): Temporary files are kept for
2729 `rsync' and `rsyncc' methods.
2730
310dbb05
JB
27312009-10-09 Juanma Barranquero <lekktu@gmail.com>
2732
2733 * eieio.texi: Fix typos.
2734
09094f28
CY
27352009-10-07 Chong Yidong <cyd@stupidchicken.com>
2736
2737 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
2738
216f299a
JB
27392009-10-07 Juanma Barranquero <lekktu@gmail.com>
2740
2741 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
2742 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
2743
966a6506
CY
27442009-10-07 Chong Yidong <cyd@stupidchicken.com>
2745
2746 * Makefile.in: Build EIEIO and EDE manuals.
2747
27482009-10-07 Eric Ludlam <zappo@gnu.org>
2749
2750 * eieio.texi:
2751 * ede.texi: New files.
2752
8842cd9b
MA
27532009-10-05 Michael Albinus <michael.albinus@gmx.de>
2754
2755 * tramp.texi (Remote processes): Association of a pty is not supported.
2756
7006d207
CD
27572009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
2758
2759 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
2760 (Processing LaTeX fragments): Document that the size of images can be
2761 changes using the variable `org-format-latex-options'.
2762 (The date/time prompt, Timestamps): Be more accurate over ISO format
2763 dates and times.
2764 (Visibility cycling): Document showeverything keyword.
2765 (In-buffer settings): Document showeverything keyword.
2766 (Setting up the staging area): Fix the example.
2767 (MobileOrg): New section.
2768 (Agenda commands, Exporting Agenda Views): Document exporting the
2769 agenda view to Org files.
2770
0e7b2867
MA
27712009-09-28 Michael Albinus <michael.albinus@gmx.de>
2772
2773 * tramp.texi (History): Add IMAP support.
2774 (External methods): Add `imap' and `imaps' methods.
2775 (GVFS based methods): Add indices for `davs'.
2776 (Password handling): Rename anchors. Add IMAP entries for
2777 ~/.authinfo.gpg.
2778
2779 * trampver.texi: Set default value of `emacsimap'.
2780
4146636e
KY
27812009-09-22 Daiki Ueno <ueno@unixuser.org>
2782
2783 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
2784
d22f7ffa
CY
27852009-09-13 Chong Yidong <cyd@stupidchicken.com>
2786
0c7efc08
SM
2787 * dired-x.texi (Technical Details):
2788 Delete dired-up-directory (Bug#4292).
d22f7ffa 2789
66043531
MA
27902009-09-03 Michael Albinus <michael.albinus@gmx.de>
2791
216f299a 2792 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 2793
6eb02347
CD
27942009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
2795
2796 * org.texi (Effort estimates): Document new effort setting commands.
2797 (Agenda commands): Document the new keys fro agenda time motion.
2798 Document entry text mode. Improve documentation of the keys to include
2799 inactive time stamps into the agenda view.
2800 (Feedback): Document the new bug report command.
0c7efc08 2801 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 2802
38dc51ba
KY
28032009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
2804
2805 * auth.texi (Help for users): Corrected markup.
2806
e402f452
GM
28072009-09-02 Glenn Morris <rgm@gnu.org>
2808
2809 * emacs-mime.texi (time-date): Mention float-time.
2810
744256cf
JB
28112009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
2812
2813 * calc.texi (Simplifying Formulas): Improve the wording.
2814
b0b63450
MB
28152009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
2816
2817 * auth.texi: Rewritten for coverage and clarity.
2818
28192009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
2820
0c7efc08
SM
2821 * gnus.texi (Expiring Mail):
2822 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
2823 (Various Various): Mention gnus-safe-html-newsgroups.
2824
2825 * gnus-news.texi: Mention
2826 gnus-mark-copied-or-moved-articles-as-expirable.
2827
2828 * emacs-mime.texi (Display Customization): Add xref to
2829 gnus-safe-html-newsgroups.
2830
b59329e0
MA
28312009-08-28 Michael Albinus <michael.albinus@gmx.de>
2832
2833 * tramp.texi (Version Control): Remove.
af42a9cc 2834 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
2835 reference.
2836 (External methods): Correct `scpc' concept index entries. New method
2837 `rsyncc'.
2838 (External packages): New subsections "Filename completion" and "File
2839 attributes cache".
2840
0ff2d6c2
JB
28412009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
2842
2843 * calc.texi (Rewrite Rules): Improve the example.
2844 (Simplifying Formulas): Explain use of the I and H flags for
2845 simplification.
2846
ecd3d54f
MA
28472009-08-25 Michael Albinus <michael.albinus@gmx.de>
2848
2849 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 2850 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
2851 (Synchronous Methods, Asynchronous Methods): Use English numeric format
2852 for timeout values.
78176e69
MA
2853 (Top): Remove footnote saying D-Bus is not enabled by
2854 default. (Bug#4256)
ecd3d54f 2855
0f215bca
DU
28562009-08-23 Daiki Ueno <ueno@unixuser.org>
2857
2858 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 2859 Reported by Jari Aalto (Bug#4211).
0f215bca 2860 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 2861 epa-global-mail-mode.
3b7ab45f
DU
2862 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
2863 epa-setup.
0f215bca 2864
4f22e84d
MA
28652009-08-16 Michael Albinus <michael.albinus@gmx.de>
2866
2867 * dbus.texi (Asynchronous Methods): Allow nil handler.
2868
9ff0b02b 28692009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 2870
26b03ee3 2871 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 2872
26b03ee3 2873 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 2874
4c39f404
CY
28752009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
2876
2877 * calc.texi (Date Forms): Fix typos.
2878
3bcfba17
GM
28792009-08-08 Glenn Morris <rgm@gnu.org>
2880
2881 * org.texi (Agenda commands): Restore clobbered change.
2882
66783bb4
EZ
28832009-08-07 Eli Zaretskii <eliz@gnu.org>
2884
2885 * calc.texi (Graphics, Devices): Update with the peculiarities of
2886 operation on MS-Windows.
2887
c8d0cf5c
CD
28882009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2889
2890 * org.texi (Publishing action): Improve documentation of file
2891 names when publishing to the source directory.
2892 (Clean view): Document `org-indent-mode'.
2893 (Clocking work time): Add documentation for the
2894 new :timetamp option when creating a clock report.
2895 (Paragraphs): Fix many typos.
2896 (Plain lists): Remove duplicate explanation about the
2897 `C-c *' command.
2898 (Literal examples): Update to reflect the new behavior
2899 of the -n -r -k switches when exporting source code examples.
2900 (Structure editing): Add information about `C-c *',
2901 converting a plain list into a list of Org items.
2902 (Remember): Small rephrasing of the paragraph
2903 describing remember.el. Also mentioned that remember.el is part
2904 of Emacs 23, not Emacs 22.
2905 (Clocking work time): Add documentation about
2906 displaying the current clocking time against the effort estimate.
2907 Also add a footnote about using `org-clock-in-prepare-hook' to add
2908 an effort estimate on the fly, just before clocking it.
2909 (Footnotes): Document automatic renumbering and
2910 sorting.
2911 (Agenda commands): Document new bulk commands.
2912 (Plain lists): Document new behavior of
2913 `org-cycle-include-plain-lists'.
4e2af782 2914 Hyphenation only in TeX.
c8d0cf5c
CD
2915 (Clocking work time): Document the key to update effort
2916 estimates.
2917 (Clocking work time): Document the clock time display.
2918 (Structure editing, TODO basics): Document new
2919 variables.
2920 (Column attributes): Document new colciew operators.
2921 (Publishing options): Document :xml-declaration.
2922 (Tracking TODO state changes): Document the
2923 LOG_INTO_DRAWER property.
2924 (Literal examples): Document the new implementation for
2925 editing source code.
2926 (Publishing action): Mention the new publishing
2927 function, to publish an Org source file.
2928 (Publishing links): Mention how to link to an Org source file.
2929 (Macro replacement): Document new macros.
2930 (Handling links): Document type-specific completion
2931 when inserting links.
2932 (Structure editing, Plain lists): Improve documentation
2933 on sorting.
2934 (Internal links): Document custom ids for links.
2935 (Handling links): Document custom ids for links.
2936 (CSS support): Document new class.
2937 (Refiling notes): Document the possibility to create new nodes
2938 during refiling.
2939 (Agenda commands): Document the "?" operator to find
2940 tasks without effort setting.
2941 (Exporting agenda information): Section moved.
2942 (RSS Feeds): New section.
2943 (Built-in table editor): Document M-e and M-a navigate
2944 inside table field.
2945 (Stuck projects): Docment that projects identified as
2946 un-stuck will still be searchd for stuck sub-projects.
2947 (Paragraphs): Document centering.
2948 (Creating timestamps, Agenda commands): Document new
2949 behavior when changing time stamps.
2950 (Structure editing): Document the new command
2951 `org-clone-subtree-with-time-shift'.
2952 (Publishing): Refresh this chapter.
2953 (Export options, Export options, In-buffer settings):
2954 Document the new keywords.
2955 (Matching tags and properties): Collect all
2956 documentation about tags/property matches here.
2957 (Setting tags): Document `org-tag-persistent-alist'.
2958 (Weekly/daily agenda): New section.
2959 (Orgstruct mode): Describe `orgstruct++-mode'.
2960 (Drawers): Mention the LOGBOOK drawer.
2961 (Export options, Sectioning structure): Document the
2962 #+LEATEX_HEADER in-buffer setting.
2963 (Bugs): Section removed.
2964 (Hooks): New section.
0c7efc08 2965 (Add-on packages): Move here from old location.
c8d0cf5c
CD
2966 (Context-sensitive commands): New section.
2967 (Setting tags): Document newline option.
2968 (Global TODO list, Matching tags and properties):
2969 Mention more variables.
2970 (Checkboxes): Update to changed command behavior.
81a5560e 2971
40d2791f
CY
29722009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
2973
2974 * speedbar.texi (Basic Key Bindings): Fix typo.
2975
65d0154b
JB
29762009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
2977
2978 * calc.texi (Vector/Matrix Functions): Add index entries for both
2979 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
2980 affects matrices with more than one row.
b5bdfd9f 2981 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 2982
5a9e3ab7
JB
29832009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
2984
2985 * calc.texi (Stack Manipulation Commands): Add documentation for
2986 `calc-transpose-lines'
2987
42fb7e61
MA
29882009-07-27 Michael Albinus <michael.albinus@gmx.de>
2989
2990 * dbus.texi (Receiving Method Calls): Describe special return value
2991 `:ignore'.
2992
574b69d5
AM
29932009-07-24 Alan Mackenzie <acm@muc.de>
2994
2995 * cc-mode.texi (Config Basics, File Styles): Document that at mode
2996 initialization, any individual variable setting now takes precedence
2997 over one done via c-file-style/c-file-offsets.
2998
ec06459c
JB
29992009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3000
3001 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3002 truncated when Calc is quit.
3003 (Customizing Calc): Document `calc-undo-length'.
3004
4ce54f6b
CY
30052009-07-20 Chong Yidong <cyd@stupidchicken.com>
3006
3007 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3008
0e4f8ba5
GM
30092009-07-11 Kevin Ryde <user42@zip.com.au>
3010
3011 * pcl-cvs.texi (About PCL-CVS):
3012 * widget.texi (Basic Types):
3013 Fix cross-references.
3014
fa0f81b0
AS
30152009-07-01 Andreas Schwab <aschwab@redhat.com>
3016
3017 * dbus.texi (Type Conversion): Don't use literal control character.
3018
88a683c5
MA
30192009-07-01 Michael Albinus <michael.albinus@gmx.de>
3020
3021 * tramp.texi (GVFS based methods): New section.
3022 (Remote processes): Processes for GVFS based methods run locally.
3023
36c8febb
MA
30242009-06-30 Michael Albinus <michael.albinus@gmx.de>
3025
0c7efc08
SM
3026 * tramp.texi (Inline methods, External methods, Gateway methods):
3027 Avoid the words "kludge" and hack".
36c8febb
MA
3028 (External methods): Add `synce' method.
3029
3030 * trampver.texi: Update release number.
3031
d6b951bb
MA
30322009-06-22 Michael Albinus <michael.albinus@gmx.de>
3033
3034 Sync with Tramp 2.1.16.
3035
3036 * tramp.texi (History): Add GVFS support.
3037 (External methods): Precise `rsync' description. Add `dav', `davs' and
3038 `obex' methods. Add 'tramp-gvfs-methods' option.
3039 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3040 forms.
3041 (Remote Programs): Introduce `tramp-own-remote-path'.
3042 (Remote processes): New subsection "Running remote programs that create
3043 local X11 windows".
3044 (Frequently Asked Questions): Improve code for disabling vc.
3045
3046 * trampver.texi: Update release number. Set default value of
3047 `emacsgvfs'.
3048
70243478
CY
30492009-06-21 Chong Yidong <cyd@stupidchicken.com>
3050
3051 * Branch for 23.1.
3052
54b31cbf
GM
30532009-06-17 Glenn Morris <rgm@gnu.org>
3054
3055 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3056 (Latest version of Emacs): Mention source code repository.
3057
f6adc23c
GM
30582009-06-16 Glenn Morris <rgm@gnu.org>
3059
3060 * faq.texi (Top): Language tweak.
3061 (Extended commands): Most people have arrow keys.
3062 (Emacs manual): Say how to follow info links.
3063 (File-name conventions): Change title a bit. Explain about source
3064 versus installed. Condense etc description.
3065 (Guidelines for newsgroup postings): Mention Savannah list page.
3066 (Newsgroup archives): Simplify.
3067 (Contacting the FSF): Add contact URL.
3068 (Emacs Lisp documentation): Printed version not always available.
3069 (Installing Texinfo documentation): Explain how by hand installation is
3070 not normally needed. Use add-to-list. Remove duplicate reference.
3071 (Informational files for Emacs): Move info on Help menu here from
3072 "File-name conventions".
3073 (Help installing Emacs): Tweak uref.
3074 (Obtaining the FAQ): Mention repository.
3075 (Origin of the term Emacs): Explain "ITS".
3076 (Changing load-path): Use add-to-list.
3077 (Automatic indentation): Clarify this is for Text mode.
3078 Don't mention Indented Text mode.
3079 (Finding Emacs on the Internet): The FSF does not seem to offer a
3080 deluxe distribution on CD anymore.
3081
b59a8457
GM
30822009-06-16 Glenn Morris <rgm@gnu.org>
3083
3084 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3085 Recommend the latest release. Mention how to get older FAQs.
3086 Recommend the Emacs manual.
3087 (Guidelines for newsgroup postings): Discourage cross-posts.
3088 (Underlining paragraphs): Remove.
3089 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3090 (Bugs and problems): Update key-binding.
3091 (Problems with very large files): Mention 64-bit.
3092 (Shell process exits abnormally): Remove.
3093 (Problems with Shell Mode): Rename and update.
3094 (Spontaneous entry into isearch-mode)
3095 (Problems talking to certain hosts): Remove. This is old information,
3096 in etc/PROBLEMS if needed.
3097 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3098 (Dired claims that no file is on this line): Update.
3099 (Installing Emacs, Problems building Emacs): Simplify.
3100 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3101 information.
3102 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3103 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3104 (JDEE): "JDEE", not "JDE".
3105 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3106 Remove. This is old information, in etc/PROBLEMS if needed.
3107 (stty and Backspace key, Kanji and Chinese characters): Remove.
3108 (Right-to-left alphabets): Update section.
3109 (Changing the included text prefix): Gnus uses message-yank-prefix.
3110 Add cross-reference to Supercite manual.
3111 (Saving a copy of outgoing mail): Simplify output file description.
3112 (Expanding aliases when sending mail): Refer to Emacs manual.
3113 Remove old info about RFC822.
3114 Correct description of how to rebuild aliases.
3115 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3116 (MIME with Emacs mail packages)
3117 (Viewing articles with embedded underlining)
3118 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3119 Remove old sections.
3120 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3121 and is well-documented in the Gnus manual.
3122 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3123 (Making Gnus faster): Rename from "Starting Gnus faster".
3124 Merge "Catch-up is slow in Gnus" into here.
3125
0e6d12ca
GM
31262009-06-14 Glenn Morris <rgm@gnu.org>
3127
3128 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3129 (New in Emacs 23): New section.
3130 (Handling C-s and C-q with flow control): Add xref.
3131
2e17e05e
GM
31322009-06-13 Glenn Morris <rgm@gnu.org>
3133
3134 * faq.texi (Setting up a customization file): Grammar fix.
3135 Customize is no longer "new".
3136 (Displaying the current line or column): Line-number mode is on by
3137 default. Don't mention `column' package. Mention linum.el.
3138 (Turning on abbrevs by default): Explain how to do it for buffers,
3139 modes, and everywhere.
3140 (Associating modes with files): Use add-to-list. Don't mention Emacs
3141 19.
3142 (Highlighting a region): On by default since 23.1.
3143 (Replacing highlighted text): Update doc quote.
3144 (Working with unprintable characters): Don't mention search-quote-char.
3145 (Using an already running Emacs process): Gnuclient is probably not an
3146 enhancement these days.
3147 (Indenting switch statements): Remove mention of pre-Emacs 20.
3148 (Horizontal scrolling): Abbreviate Emacs 20 description.
3149 (Replacing text across multiple files): Fix name of dired command.
3150 (Disabling backups): Use require not load.
4f9d4de3 3151 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3152
2a1cf2b9
BW
31532009-06-13 Bill Wohler <wohler@newt.com>
3154
3155 Release MH-E manual version 8.2.
3156
3157 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3158 release 8.2.
3159
85b438b7
GM
31602009-06-13 Glenn Morris <rgm@gnu.org>
3161
3162 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3163 in this day and age the common meaning is "on the web".
3164 (copying): Use @copyright in all cases.
3165 (Basic keys): Remove reference to deleted manual node "Text Characters".
3166 (File-name conventions): Use GNU as an example rather than SERVICE.
3167 default.el lives in site-lisp. Update Info directory location.
3168 (Real meaning of copyleft): GPL actions have been brought, but all
3169 settled out of court.
3170 (Guidelines for newsgroup postings): Shorten section title.
3171 Simplify comp.emacs description.
3172 (Newsgroup archives): Change Google URL. Describe Gmane.
3173 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3174 points". Mention List-Unsubscribe header.
3175 (Contacting the FSF): Update email and URLs.
3176 (Basic editing): Mention F1 for help.
3177 (Installing Texinfo documentation): Refer to Texinfo website rather
3178 than ftp server.
3179 (Printing a Texinfo file): Mention texi2pdf.
3180 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3181 are just stubs nowadays.
3182 (Latest version of Emacs): Explain version numbers.
3183 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3184 (Turning on syntax highlighting): No need to mention hilit19 any more.
3185 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3186 (Modes for various languages): Remove section.
3187 (Major packages and programs): Remove most version and maintainer
3188 information - it's hard to keep up-to-date, and adds nothing.
3189 Similarly with direct links to mailing lists.
3190 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3191 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3192 years, and Emacs comes with tools for this now.
3193 (Patch): Remove section - this is a standard tool.
3194 (Using function keys under X): Remove section.
3195
93e2d996
GM
31962009-06-12 Glenn Morris <rgm@gnu.org>
3197
3198 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3199 (Help installing Emacs): Remove reference to deleted X11 node.
3200 (Associating modes with files): Interpreter-mode-alist is no longer
3201 subservient to auto-mode-alist.
3202 (Installing Emacs): Change future Emacs version.
3203 (Linking with -lX11 fails): Remove old section.
3204 (Packages that do not come with Emacs): Update ELL location.
3205 Emacs Lisp archive is dead.
3206 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3207 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3208 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3209 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3210 (Removing flashing messages): Remove section about non-existent Gnus
3211 option.
3212
f0bf7708
GM
3213 * faq.texi (Top): Add @top command.
3214 Remove the optional arguments from all @node commands: makeinfo can
3215 generate these automatically, and it is easier to edit and rearrange
3216 nodes without them.
3217
30884d11
GM
32182009-06-11 Glenn Morris <rgm@gnu.org>
3219
3220 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3221 (The LPF): Make the updated URL the sole reference point.
3222 (Learning how to do something): Update refcard price and format.
3223 (Getting a printed manual): Sources in doc/emacs/, not man/.
3224 Also available in PDF format. Since the page count varies, be less
3225 precise.
3226 (Informational files for Emacs): Remove references to deleted files
3227 LPF and SUN-SUPPORT, and to UUCP.
3228 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3229 Remove many obsolete ways to get the FAQ, which now seems only to be
3230 distributed with Emacs.
3231 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3232
deab46e0
CY
32332009-06-09 Chong Yidong <cyd@stupidchicken.com>
3234
223b43fa 3235 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3236 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3237
deab46e0
CY
3238 * ada-mode.texi (Installation, Compile commands)
3239 (Project File Overview, No project files, Set compiler options)
3240 (Use GNAT project file, Use multiple GNAT project files)
3241 (Identifier completion): Use @samp for menu items, and @kbd for key
3242 sequences (Bug#3504).
3243
71fbd643
DU
32442009-06-04 Daiki Ueno <ueno@unixuser.org>
3245
8c9bb6f5 3246 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3247
f197085b
CY
32482009-06-04 Ryan Yeske <rcyeske@gmail.com>
3249
3250 * message.texi (Header Commands): Fix descriptions to match
3251 keybindings.
3252
7f3bc720
DU
32532009-04-22 Daiki Ueno <ueno@unixuser.org>
3254
3255 * gnus.texi (Security): Mention that EasyPG is the current default.
3256
4518068d
CY
32572009-04-13 Chong Yidong <cyd@stupidchicken.com>
3258
3259 * ediff.texi (Session Commands): Fix typo.
3260
d7ca410a
MB
32612009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3262
3263 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3264 news.software.readers. Reported by Florian Rehnisch.
3265
c6c76add
GM
32662009-04-02 Glenn Morris <rgm@gnu.org>
3267
3268 * auth.texi: Capitalize direntry.
3269
3270 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3271 using a period in the entry name. (Bug#2797)
3272
35ed8e2e
JB
32732009-03-03 Juanma Barranquero <lekktu@gmail.com>
3274
3275 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3276 ($(infodir)/auth, auth.dvi): New targets.
3277
e280480a
GM
32782009-03-03 Glenn Morris <rgm@gnu.org>
3279
3280 * auth.texi: Fix @setfilename.
3281
3282 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3283 (auth, $(infodir)/auth, auth.dvi): New rules.
3284
8a76755b
GM
32852009-02-25 Glenn Morris <rgm@gnu.org>
3286
3287 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
3288
0038d478
MB
32892009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3290
3291 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3292
32932009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3294
3295 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3296 gnus-nocem-issuers, and gnus-nocem-verifyer.
3297
867d4bb3
JB
32982009-02-20 Juanma Barranquero <lekktu@gmail.com>
3299
3300 * ada-mode.texi (Project files, Automatic Casing):
3301 * dbus.texi (Signals):
3302 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3303 * mh-e.texi (HTML):
3304 * nxml-mode.texi (Locating a schema)
3305 (Using the document's URI to locate a schema):
3306 * org.texi (Footnotes, Using the mapping API):
3307 * rcirc.texi (Channels): Remove duplicate words.
3308
3a44dc1f
GM
33092009-02-20 Glenn Morris <rgm@gnu.org>
3310
3311 * dired-x.texi (Miscellaneous Commands):
3312 * gnus.texi: Minor updates for mbox Rmail.
3313
5dc584b5
KB
33142009-02-16 Karl Berry <karl@gnu.org>
3315
b59a8457
GM
3316 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3317 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3318 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3319 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3320 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3321 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3322 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3323 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3324 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3325 Consistently use @insertcopying in the Top node,
5dc584b5 3326 @contents at the front (after @end titlepage),
b59a8457 3327 and @direntry after @copying. (Bug#1988)
5dc584b5 3328
9eb59592
MB
33292009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3330
3331 * auth.texi: New file documenting auth-source.
3332
d324fa76
CD
33332009-02-13 Carsten Dominik <dominik@science.uva.nl>
3334
3335 * org.texi (Org Plot): Fix link.
3336
7a603b73
DU
33372009-02-09 Daiki Ueno <ueno@unixuser.org>
3338
3339 * epa.texi (Mail-mode integration): Mention the way to do
3340 "encrypt-to-self". (Bug#1807)
3341
a626b338 33422009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
3343
3344 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
3345
3b36c17e
MB
33462009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
3347
3348 * gnus-news.texi: Print version about Incoming*.
3349
55033558
CD
33502009-02-02 Carsten Dominik <dominik@science.uva.nl>
3351
3352 * org.texi (Structure editing, Handling links)
3353 (Fast access to TODO states, Javascript support): Make standard docs
3354 correctly reflect default variable settings.
3355
ec712abb
GM
33562009-02-02 Glenn Morris <rgm@gnu.org>
3357
3358 * org.texi: Fix typos.
3359
7112648c
MA
33602009-02-01 Michael Albinus <michael.albinus@gmx.de>
3361
3362 Sync with Tramp 2.1.15.
3363
3364 * trampver.texi: Update release number.
3365
2e461fc1
CD
33662009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
3367
3368 * org.texi (TODO dependencies): Document TODO dependencies on
3369 checkboxes.
3370
bc283609
CD
33712009-01-30 Carsten Dominik <dominik@science.uva.nl>
3372
3373 * org.texi (TODO dependencies): Document key binding for toggling
3374 ORDERED property.
3375
74fc5047
MA
33762009-01-28 Michael Albinus <michael.albinus@gmx.de>
3377
3378 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
3379 of hook functions.
3380
d6685abc
CD
33812009-01-28 Carsten Dominik <dominik@science.uva.nl>
3382
3383 * org.texi (TODO dependencies): New section.
3384
65c439fd
CD
33852009-01-27 Carsten Dominik <dominik@science.uva.nl>
3386
3387 * org.texi (Plain lists, TODO basics, Priorities)
3388 (Multiple sets in one file, Conflicts): Document interaction with
3389 `shift-selection-mode'.
3390
5fafc247
JB
33912009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
3392
3393 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
3394 Make Calc the subject of sentences.
3395 (Rearranging Formulas using Selections): Discuss new options
3396 for `j *'.
3397
e7433508
MA
33982009-01-26 Michael Albinus <michael.albinus@gmx.de>
3399
3400 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
3401
2096a1b6
GM
34022009-01-26 Glenn Morris <rgm@gnu.org>
3403
3404 * org.texi: Fix typos.
3405
0cb61492
BW
34062009-01-26 Bill Wohler <wohler@newt.com>
3407
2096a1b6 3408 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 3409
0bd48b37
CD
34102009-01-25 Carsten Dominik <dominik@science.uva.nl>
3411
3412 * org.texi (References): Add information about remote references.
3413 (Built-in table editor): Document `C-c RET' in tables.
3414 (Math symbols, Quoting LaTeX code): Mention that simple
3415 LaTeX macros survive LaTeX export.
3416 (Images in LaTeX export): Show how to create a reference to a
3417 figure.
3418 (Sectioning structure): Document that the LaTeX class can be
3419 specified in a property.
3420 (Text areas in HTML export): New section.
3421 (External links): Add examples for text search and ID links.
3422 (Built-in table editor): Remove the descriptio of `C-c
3423 C-q', it not longer works.
3424 (Literal examples): Document that a space must follow
3425 the colon in short examples.
3426 (Relative timer): Document `org-timer-stop'.
3427 (Footnotes): New section.
3428 (Footnote markup): Shorten section and refer to new Footnote
3429 section.
3430 (Literal examples): Add documentation for line
3431 numbering in and references to code examples.
3432 (CSS support): Fix the description of default CSS styles.
3433 (Capturing column view): Document
3434 "file:path/to/file.org" as an allowed value for the ID property of
3435 a dynamic block copying column view.
3436
49dbbaf2
SE
34372009-01-23 Stephen Eglen <stephen@gnu.org>
3438
3439 * mh-e.texi (Getting Started): Describe $MH.
3440
193e6828
MA
34412009-01-21 Michael Albinus <michael.albinus@gmx.de>
3442
3443 * tramp.texi (all): Harmonize usage of "external method",
3444 "external transfer method" and "out-of-band method".
3445 (Connection types): Precise the differences of inline and external
3446 methods. Written by Adrian Phillips <a.phillips@met.no>.
3447
26b9f88d
MB
34482009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3449
3450 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
3451 commands as described at the top. Reported by Allan Gottlieb
3452 <gottlieb@nyu.edu>.
3453
34542009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
3455
3456 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
3457 nnmail-pathname-coding-system.
3458
377952e0
GM
34592009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
3460
3461 * org.texi (Relative timer): Fix typo.
3462
a20d3598
JB
34632009-01-15 Juanma Barranquero <lekktu@gmail.com>
3464
3465 * org.texi (Clocking work time): Fix typo.
98a1e0f5 3466 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 3467
a50253cc
GM
34682009-01-13 Glenn Morris <rgm@gnu.org>
3469
3470 * org.texi: Fix some more typos.
3471
07450bee
GM
34722009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
3473
3474 * org.texi: Fix some typos.
3475
e3e955fe
MB
34762009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
3477
3478 * gnus.texi (Group Parameters): Add note for local variables.
3479
34802009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
3481
0c7efc08
SM
3482 * gnus.texi (Converting Kill Files): Fix URL.
3483 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
3484
34852009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
3486
3487 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
3488 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
3489 (Paging the Article): Add index entry.
3490
71dd9983
JB
34912009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
3492
3493 * ada-mode.texi (Examples): Delete redundant text.
3494
4a0cf14f
MA
34952009-01-03 Michael Albinus <michael.albinus@gmx.de>
3496
36c8febb 3497 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
3498
3499 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
3500 addresses.
3501
aedac0f0
BW
35022009-01-03 Bill Wohler <wohler@newt.com>
3503
3504 * mh-e.texi (Scan Line Formats): Indicate that first column should be
3505 kept empty.
3506
4c65b566
CD
35072008-12-20 Carsten Dominik <dominik@science.uva.nl>
3508
3509 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
3510 (HTML Export commands, LaTeX/PDF export commands):
3511 Improve documentation about transient-mark-mode.
e9fce1ac 3512 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
3513 to fields in the last table row.
3514
e1a78e1e
JL
35152008-12-19 Juri Linkov <juri@jurta.org>
3516
3517 * info.texi (Search Text): Remove mention of removed key binding M-s.
3518
17a0aa82
CD
35192008-12-18 Carsten Dominik <dominik@science.uva.nl>
3520
3521 * org.texi (References): Remove mentioning of @0 as reference for the
3522 last line, this has been reverted in the Lisp sources.
3523
4997d802
JB
35242008-12-17 Juanma Barranquero <lekktu@gmail.com>
3525
3526 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
3527 (DVI_TARGETS): Remove duplicates. Add sasl.
3528 ($(infodir)/sasl, sasl.dvi): New targets.
3529
33306645
CD
35302008-12-17 Carsten Dominik <dominik@science.uva.nl>
3531
3532 * org.texi: Version number pushed to 6.15d.
3533
db55f368
CD
35342008-12-16 Carsten Dominik <dominik@science.uva.nl>
3535
a0bf4117 3536 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
3537 (Images in LaTeX export): New section.
3538 (Inlined images, Images in HTML export): Sections renamed.
3539
dae0a942
MB
35402008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
3541
3542 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
3543
9f5572e9
MB
35442008-12-04 David Engster <dengste@eml.cc>
3545
3546 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 3547 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 3548
bc23baaa
CD
35492008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
3550
3551 * org.texi (Using the mapping API): Fix bug in mapping example.
3552 (Publishing options): Make the list of properties complete again, in
3553 correspondence to the variable `org-export-plist-vars'.
3554 (Property searches): Document new special values for time comparisons.
3555 (Tag inheritance): Refine the description of tag inheritance.
3556 (Project alist): Add info about the publishing sequence of components.
a0bf4117 3557 (Effort estimates): Document the new relative timer.
bc23baaa 3558
3bf8054f
JB
35592008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
3560
3561 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
3562 (Using Calc): Clarify use of `C-x * o'.
3563 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
3564
ac134f2f
RS
35652008-11-28 Richard M Stallman <rms@gnu.org>
3566
3567 * dbus.texi (Receiving Method Calls): Clean up previous change.
3568
ace706d1
MA
35692008-11-26 Michael Albinus <michael.albinus@gmx.de>
3570
3571 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
3572 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
3573 `dbus-unescape-from-identifier'.
3574 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 3575 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
3576 (Signals): Use the constants in the example.
3577
d60b1ba1
CD
35782008-11-24 Carsten Dominik <dominik@science.uva.nl>
3579
b97439ce 3580 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 3581
ce4fdcb9
CD
35822008-11-23 Carsten Dominik <dominik@science.uva.nl>
3583
3584 * org.texi (Setting up Remember): Document `org-remember-mode'.
3585 (External links): Document that bbdb links can use a regular
3586 expression.
3587 (External links): Document that elisp links can contain interactive
3588 commands.
3589
c8548a00 35902008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
3591
3592 * viper.texi (viper-translate-all-ESC-keysequences):
3593 Description removed.
3594
6a2c4aec
GM
35952008-11-19 Glenn Morris <rgm@gnu.org>
3596
3597 * doclicense.texi: Change to FDL 1.3.
3598 Relicense all texi files under FDL 1.3 or later.
3599
59ee4113
JB
36002008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
3601
3602 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
3603
59bcbb98 36042008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 3605
0c7efc08 3606 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
3607
3608 * ediff.texi: Version/date change.
9f90198a 3609
8aa41c9b
CY
36102008-11-14 Chong Yidong <cyd@stupidchicken.com>
3611
3612 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
3613
17587b1b
JB
36142008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
3615
3616 * calc.texi (About This Manual): Comment out a mention of
3617 marginal notes.
3618
564c900e
CD
36192008-11-12 Carsten Dominik <dominik@science.uva.nl>
3620
3621 * org.texi (Clocking work time): Document the :formula property of
3622 clock tables.
3623 (Structure editing, Refiling notes): Document refiling regions.
3624 (Agenda commands): Document the double-prefix version
3625 of the `l' command in the agenda.
3626 (Handling links): Explain the effect of a double prefix
3627 arg to `C-c C-o'.
3628 (TODO basics): Add documentation for tag triggers.
3629
3c4be1f2
GM
36302008-10-23 Glenn Morris <rgm@gnu.org>
3631
3632 * cl.texi (Function Bindings): Mention `flet' fails to deal with
3633 byte-compiling things like `+'.
3634
3635 * ns-emacs.texi: Merge copyright years of author now with assignment
3636 into FSF years.
3637 (VER): Use it for easier automatic updating. Use Emacs version rather
3638 than standalone Emacs.app version.
3639
a6520ff3
CD
36402008-10-12 Carsten Dominik <dominik@science.uva.nl>
3641
864c9740 3642 * org.texi: Lots of minor fixes.
a6520ff3
CD
3643 (Capture): New chapter.
3644 (Org Plot): New section.
3645
db7a4b66
MH
36462008-09-30 Magnus Henoch <mange@freemail.hu>
3647
3648 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
3649
4043c194
JB
36502008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
3651
3652 * calc.texi (User Defined Units): Mention how to enter optional display
3653 string.
3654
eef5ade7
MB
36552008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
3656
0c7efc08 3657 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
3658 avoid the "y/n" wording.
3659
e52cac88
MB
36602008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
3661
0c7efc08 3662 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
3663
36642008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3665
3666 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
3667 @enumerate section so as to be able to be formatted with MAKEINFO=no.
3668
00c55306
BW
36692008-09-22 Bill Wohler <wohler@newt.com>
3670
3671 Release MH-E manual version 8.1.
3672
3673 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3674 release 8.1.
3675
3676 * mh-e.texi: Retain dual license as agreed to by the FSF.
3677 However, bump GPL to Version 3.
3678 Use @include for license text.
3679
e52cac88 36802008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
3681
3682 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
3683 (Store custom flags and keywords, Store arbitrary data):
3684 Clean up markup.
64763fe3
MB
3685
36862008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
3687
3688 * gnus.texi (The Gnus Registry): Document it.
3689
9e601b8d
MB
36902008-09-08 David Engster <dengste@eml.cc>
3691
88ee5b02
JB
3692 * gnus.texi (nnmairix): Point out that nnml uses MH format.
3693 Clarify section about choosing back end servers.
9e601b8d 3694
247043f1
GM
36952008-08-23 Glenn Morris <rgm@gnu.org>
3696
3697 * dired-x.texi (Shell Command Guessing):
3698 Mention dired-guess-shell-case-fold-search. (Bug#417)
3699
2bfec7a0
MA
37002008-08-22 Michael Albinus <michael.albinus@gmx.de>
3701
3702 * trampver.texi: Update release number.
3703
247043f1 37042008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
3705
3706 * ns-emacs.texi: Update version.
3707 (Introduction): Correct menu location for options save.
3708 (Customization): Note that defaults are stored under org.gnu.Emacs.
3709
8c20bd92
BW
37102008-08-11 Bill Wohler <wohler@newt.com>
3711
3712 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
3713 explicit about GNU mailutils MH elsewhere (with thanks to Darel
3714 Henman) (closes SF #1768928).
3715
767a4d92
GM
37162008-08-10 Glenn Morris <rgm@gnu.org>
3717
3718 * ns-emacs.texi: Use @copying. Change copyright of authors with
3719 assignment to FSF. Change license to GFDL.
3720 (Top): Remove outdated references.
3721
6ecfe5c2
MB
37222008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
3723
88ee5b02
JB
3724 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
3725 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
3726 gnus-summary-sort-by-most-recent-date.
3727 (Summary Sorting): Explain prefix argument.
3728
37292008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
3730
3731 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
3732 gnus-summary-pipe-output.
3733
eb932e8a
MA
37342008-08-03 Michael Albinus <michael.albinus@gmx.de>
3735
3736 * dbus.texi (Receiving Method Calls): Document error handling of own
3737 D-Bus methods.
3738
bfe16263
BW
37392008-08-01 Bill Wohler <wohler@newt.com>
3740
3741 * mh-e.texi (Reading Mail)
9f90198a 3742 (Viewing Attachments): Describe new function
bfe16263
BW
3743 mh-show-preferred-alternative.
3744 (Sending Mail, Redistributing, Sending Message): Describe new hook
3745 mh-annotate-msg-hook.
3746
21956b56
MA
37472008-07-31 Michael Albinus <michael.albinus@gmx.de>
3748
3749 * dbus.texi (Arguments and Signatures): Fix example.
3750 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
3751 (Asynchronous Methods): New node.
9f90198a
JB
3752 (Errors and Events): Describe extended layout of `dbus-event'.
3753 New defun `dbus-event-message-type'.
21956b56 3754
7c2fb837
DN
37552008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3756
3757 * ediff.texi: Remove VMS support.
3758
13662773
JB
37592008-07-29 Juanma Barranquero <lekktu@gmail.com>
3760
3761 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
3762 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
3763
ddde0b34
CY
37642008-07-29 Chong Yidong <cyd@stupidchicken.com>
3765
3766 * Makefile.in: Add mairix-el targets.
3767
37682008-07-29 David Engster <deng@randomsample.de>
3769
3770 * mairix-el.texi: New file.
3771
d5875b25
JB
37722008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
3773
366b7d44
JB
3774 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
3775 project files. Delete 'main_unit' project variable; not needed. Allow
3776 process environment variables wherever project variables are allowed.
3777 Add tutorial section on multiple GNAT project files.
d5875b25 3778
6cbab8ee
MA
37792008-07-27 Michael Albinus <michael.albinus@gmx.de>
3780
3781 Sync with Tramp 2.1.14.
3782
3783 * trampver.texi: Update release number.
3784
9e2a2647
DN
37852008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3786
3787 * ns-emacs.texi:
3788 * faq.texi: Remove mentions of Mac Carbon.
3789
d62672f3
MB
37902008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
3791
3792 * gnus.texi (Saving Articles): Describe the 2nd argument of
3793 gnus-summary-save-in-pipe.
3794 (SpamAssassin): Use it.
3795
37962008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
3797
3798 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
3799
dd12e1c6
CD
38002008-07-25 Carsten Dominik <dominik@science.uva.nl>
3801
3802 * org.texi (Export options): Document the use of the creator flag.
3803
44ce9197
CD
38042008-07-24 Carsten Dominik <dominik@science.uva.nl>
3805
3806 * org.texi: New version 6.06a.
3807
ddd13c5d
JB
38082008-07-23 Juanma Barranquero <lekktu@gmail.com>
3809
3810 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
3811 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
3812
8dc6104d
JB
38132008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
3814
3815 * calc.texi (Editing Stack Entries):
3816 (Algebraic Entry): Rewrite introductory sentences so it can be used by
3817 Calc's help functions. Mention fixing typos.
3818 (Customizing Calc): Fix typo.
3819
38202008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
3821
3822 * calc.texi (summarykey): New macro. Use to correctly format keys in
3823 the summary.
3824
ddd13c5d 38252008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
3826
3827 * ns-emacs.texi (Customization): Corrected documentation on color
3828 specification formats.
3829
568beaa2
AS
38302008-07-19 Andreas Schwab <schwab@suse.de>
3831
db8ef699 3832 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
3833
3834 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
3835 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
3836
cd71b9ae
MA
38372008-07-18 Michael Albinus <michael.albinus@gmx.de>
3838
3839 * dbus.texi (Inspection): Rework, introduce submenus.
3840 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
3841 (Properties and Annotations, Arguments and Signatures): New nodes.
3842
9b7993b4
MA
38432008-07-13 Michael Albinus <michael.albinus@gmx.de>
3844
3845 * dbus.texi (Receiving Method Calls): Fix description of
3846 `dbus-register-method'.
3847 (Signals): Allow also signal arguments for filtering in
3848 `dbus-register-signal'.
3849
241d447b
JB
38502008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
3851
3852 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
3853 `cnorm'.
3854 (Arithmetic Tutorial): Simplify the verification of prime factors.
3855
adb46650
MB
38562008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
3857
3858 * gnus.texi (Saving Articles): Mention
3859 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
3860
92e15881
JB
38612008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
3862
3863 * calc.texi: Adjust mode line throughout.
3864
ea597303
JB
38652008-06-28 Juanma Barranquero <lekktu@gmail.com>
3866
3867 * sasl.texi (Mechanisms): Fix typos.
3868
aee08080
JB
38692008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
3870
3871 * calc.texi (Killing from the stack): Mention using normal Emacs
3872 copying.
3873
a06a4a12
MA
38742008-06-21 Michael Albinus <michael.albinus@gmx.de>
3875
0c7efc08 3876 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 3877 Add `auth-source' mechanism.
a06a4a12
MA
3878 (Connection caching): Tramp reopens the connection automatically,
3879 when the operating system on the remote host has been changed.
3880
7389398d
EZ
38812008-06-20 Eli Zaretskii <eliz@gnu.org>
3882
3883 * makefile.w32-in (distclean): Remove makefile.
3884
b349f79f
CD
38852008-06-17 Carsten Dominik <dominik@science.uva.nl>
3886
3f9b4c2b 3887 * org.texi (Using the mapping API): New section.
b349f79f 3888 (Agenda column view): New section.
3f9b4c2b 3889 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 3890 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 3891 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
3892
38932008-06-17 Jason Riedy <jason@acm.org>
3894
3895 * org.texi (A LaTeX example): Note that fmt may be a one-argument
3896 function, and efmt may be a two-argument function.
3897 (Radio tables): Document multiple destinations.
3898
cd5c05d2
GM
38992008-06-16 Glenn Morris <rgm@gnu.org>
3900
3901 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
3902 Add Cover-Texts.
3903
debf4439
GM
39042008-06-15 Glenn Morris <rgm@gnu.org>
3905
3906 * faq.texi (VER): Update to 23.0.60.
3907
3908 * mh-e.texi: Remove option of licensing under GPL.
3909 Add Cover-Texts to GFDL permissions notice.
3910 (GPL): Remove section.
3911 (GFDL): Include doclicense.texi rather than the actual text.
3912
3913 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
3914 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
3915
3916 * sasl.texi: Fix output file name.
3917
3918 * epa.texi, sasl.texi: Refer to license in Emacs manual.
3919
3920 * gnus-coding.texi: Refer to license in Gnus manual.
3921
3922 * idlwave.texi, sasl.texi: Use @copying.
3923
3924 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
3925
3926 * speedbar.texi: Update Back-Cover Text as per maintain.info.
3927
3928 * url.texi: Use @copying, @title, @subtitle, @author.
3929
3930 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
3931 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
3932 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
3933 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
3934 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
3935 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
3936 * widget.texi, woman.texi:
3937 Remove references to external license, since doclicense is included.
3938
3939 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
3940 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
3941 Remove references to non-existent Invariant Sections.
3942
091f8bc1
GM
39432008-06-14 Glenn Morris <rgm@gnu.org>
3944
3945 * faq.texi (Major packages and programs): Remove references to external
3946 Supercite, Calc, VIPER, since they have been included for some time.
3947 Update VM, AUCTeX, BBDB entries.
3948
47bcb4d3
UJ
39492008-06-14 Ulf Jasper <ulf.jasper@web.de>
3950
3951 * newsticker.texi: Updated to match latest newsticker changes.
3952
6f093307
GM
39532008-06-13 Glenn Morris <rgm@gnu.org>
3954
3955 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
3956 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
3957 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
3958 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
3959 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
3960 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
3961 * woman.texi:
3962 Update Back-Cover Text as per maintain.info.
3963
2b968687
MB
39642008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
3965
3966 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
3967
3968 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
3969 (gnus-faq.xml): Update repository host.
3970
2b968687
MB
3971 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
3972
39732008-06-15 Frank Schmitt <ich@frank-schmitt.net>
3974
3975 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
3976 Fix a typo.
3977
39782008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
3979
3980 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 3981 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
3982 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
3983
39842008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
3985
3986 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
3987 coding standards.
3988
39892008-06-14 David Engster <dengste@eml.cc>
3990
3991 * gnus.texi (nnmairix): Markup fixes.
3992
e6d2d263
MB
39932008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
3994
2b968687 3995 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
3996
39972008-06-05 David Engster <dengste@eml.cc>
3998
3999 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4000
40012008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4002
b344d29d 4003 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4004 (Searching, nnir, nnmairix): New stub nodes.
4005
ad231df6 40062008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4007
4008 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4009
f394fa25
MB
40102008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4011
4012 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4013
58333467
MB
40142008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4015
4016 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4017
67525fb9
JY
40182008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4019
4020 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4021
0549d8fc
JB
40222008-05-06 Juanma Barranquero <lekktu@gmail.com>
4023
4024 * info.texi (Top): Fix typo in xref.
4025
149a3837
KB
40262008-05-05 Karl Berry <karl@gnu.org>
4027
4028 * info.texi (Top): @xref to stand-alone manual.
4029
3a23a519
MB
40302008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4031
4032 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4033 (Various Summary Stuff): Fix typo in last xref.
4034
0a29fbf3
JB
40352008-05-02 Juanma Barranquero <lekktu@gmail.com>
4036
4037 * org.texi (Moving subtrees): Fix typo.
4038
586b90f1
MA
40392008-04-28 Michael Albinus <michael.albinus@gmx.de>
4040
4041 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4042 Tramp via `tramp-mode'.
4043
b5af9883
CD
40442008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4045
4046 * org.texi: Massive changes, in many parts of the file.
4047
d55fe5bb
MB
40482008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4049
4050 * gnus.texi (Oort Gnus): Add message-fill-column.
4051
40522008-04-12 Adrian Aichner <adrian@xemacs.org>
4053
4054 * gnus.texi (Mail Source Specifiers): Typo fix.
4055
40562008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4057
4058 * gnus.texi (Diary Headers Generation): Update key binding for
4059 `gnus-diary-check-message'.
4060
40612008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4062
4063 * gnus.texi (Emacsen): Addition.
4064
40652008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4066
4067 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4068
40692008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4070
4071 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4072
40732008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4074
4075 * gnus-news.texi: Update tool bar item.
4076
40772008-04-09 Sven Joachim <svenjoac@gmx.de>
4078
4079 * gnus-news.texi: Fix typos.
4080
76c109c3
JB
40812008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4082
222027f2 4083 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4084 Add mention of `kron'.
4085
d5fbd5a6
MO
40862008-04-01 Daiki Ueno <ueno@unixuser.org>
4087
0c7efc08
SM
4088 * epa.texi (Encrypting/decrypting *.gpg files):
4089 Document epa-file-name-regexp.
d5fbd5a6 4090
fbcbb58c
KY
40912008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4092
4093 * gnus.texi (Example Methods): Fix description about ssh-agent.
4094 (Indirect Functions): Fix the default value of nntp-telnet-command;
4095 remove link to connect.html.
4096
134ce16c
MA
40972008-03-30 Michael Albinus <michael.albinus@gmx.de>
4098
4099 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4100 dbus-call-method.
4101 (Receiving Method Calls): The timeout can be set by the calling client.
4102
da1975d7
MA
4103 * trampver.texi: Update release number.
4104
2e4089ab
RS
41052008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4106
4107 * gnus.texi (Top): Fix version. Add SASL.
4108
70cab5a9
MA
41092008-03-29 Michael Albinus <michael.albinus@gmx.de>
4110
4111 Sync with Tramp 2.1.13.
4112
4113 * trampver.texi: Update release number.
4114
5bc6ddff
MB
41152008-03-29 Chong Yidong <cyd@stupidchicken.com>
4116
4117 * org.texi: Update to new org-mode website.
4118
41192008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4120
4121 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4122
9b3ebcb6
MB
41232008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4124
4125 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4126 gnus-read-ephemeral-gmane-group-url,
4127 gnus-read-ephemeral-emacs-bug-group,
4128 gnus-read-ephemeral-debian-bug-group.
4129
41302008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4131
4132 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4133
4134 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4135 Add FIXMEs for Bookmarks and gnus-registry-marks.
4136
41372008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4138
4139 * gnus.texi (Smileys): Document `smiley-style'.
4140
41412008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4142
4143 * gnus.texi (Gnus Development): Clarify difference between ding and
4144 gnu.emacs.gnus.
4145 (MIME Commands, Using MIME, RSS): Fix markup.
4146
4147 * gnus-faq.texi ([8.4]): Ditto.
4148
41492008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4150
4151 * gnus.texi (Emacsen): Remove obsolete stuff.
4152
41532008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4154
4155 * gnus.texi (Oort Gnus): Add version info WRT
4156 `mail-source-delete-incoming'.
4157
41582008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4159
4160 * gnus.texi (Top): Add "Other related manuals" and version info in
4161 `iftex' output.
4162 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4163 gnus-balloon-face-0 and the corresponding format specifiers.
4164
608d6a81
MA
41652008-03-26 Michael Albinus <michael.albinus@gmx.de>
4166
4167 * tramp.texi (Filename completion): Remove footnote about let-bind
4168 of `partial-completion-mode'. It doesn't work this way.
4169
27a6f132
SM
41702008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4171
4172 * pcl-cvs.texi (Contributors): Update my email.
4173
4a7c4c40
MA
41742008-03-21 Michael Albinus <michael.albinus@gmx.de>
4175
4176 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4177
2940c053
BW
41782008-03-17 Bill Wohler <wohler@newt.com>
4179
4180 * mh-e.texi (Viewing): Update URL for adding header fields to
4181 mh-invisible-header-fields-default.
4182
30864d5f
BW
41832008-03-16 Bill Wohler <wohler@newt.com>
4184
4185 * mh-e.texi (Preface): Add Gnus to requirements.
4186 (Forwarding): Note that forwarded MIME messages are now inline.
4187
31fe2b00
SM
41882008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4189
4190 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4191 (Common Variables): Give precedence to the netcat methods over the
4192 telnet methods, and mention that they are more reliable.
31fe2b00 4193
5e97c626
CD
41942008-03-13 Carsten Dominik <dominik@science.uva.nl>
4195
4196 * org.texi (Exporting Agenda Views): Document agenda export to
4197 iCalendar.
4198 (Progress logging): Document the new progress logging stuff.
4199
37a68866
MB
42002008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4201
4202 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4203 Update for change of `mail-source-delete-incoming'.
4204
4205 * gnus-news.texi: Ditto.
4206
8f7abae3
MB
42072008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4208
4209 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4210 custom versions.
4211
af379c86
AM
42122008-03-07 Alan Mackenzie <acm@muc.de>
4213
4214 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4215 parens/brackets in a k&r region is limited.
4216
3d0f8a67
MB
42172008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4218
4219 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4220 using different Emacs versions.
4221
52151df0
GM
42222008-02-27 Glenn Morris <rgm@gnu.org>
4223
4224 * sc.texi: Remove a lot of old and obsolete info.
4225 (titlepage): Simplify.
4226 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4227 (VM with any Emacsen, GNEWS with any Emacsen)
4228 (Overloading for Non-conforming MUAs, Version 3 Changes)
4229 (The Supercite Mailing List): Delete nodes.
4230 (Introduction): Remove info about old packages.
4231 (Getting Connected): Simplify. Remove info about old packages.
4232 (Citing Commands): Delete Emacs 19 info.
4233 (Hints to MUA Authors): Simplify.
4234 (Thanks and History): Merge in some info from the deleted node
4235 "Version 3 Changes".
4236
b03f96dc
MB
42372008-02-05 Juanma Barranquero <lekktu@gmail.com>
4238
4239 * org.texi (Setting tags, In-buffer settings):
4240 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4241
52bec650
MB
42422008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4243
4244 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4245 installation directory name.
4246
34a3c587
RF
42472008-02-12 Romain Francoise <romain@orebokech.com>
4248
4249 * epa.texi (Overview): Fix typo.
4250
5a8d03e9
MO
42512008-02-11 Daiki Ueno <ueno@unixuser.org>
4252
4253 * epa.texi (Quick start): Remove the .emacs setting.
4254
f1914c40
MO
42552008-02-10 Daiki Ueno <ueno@unixuser.org>
4256
4257 * epa.texi (Quick start): Use the command `epa-enable' instead of
4258 loading `epa-setup'.
4259
bca98fc9
JB
42602008-02-08 Juanma Barranquero <lekktu@gmail.com>
4261
4262 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4263 ($(infodir)/epa, epa.dvi): New targets.
4264
4b01af2e
MO
42652008-02-08 Daiki Ueno <ueno@unixuser.org>
4266
4267 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4268
4269 * epa.texi: New manual documenting the EasyPG Assistant.
4270
06c0751a
MA
42712008-02-06 Michael Albinus <michael.albinus@gmx.de>
4272
4273 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4274 (Inspection): New function dbus-ping.
4275
7dcccd7b
MA
42762008-02-05 Michael Albinus <michael.albinus@gmx.de>
4277
4278 * tramp.texi (Remote processes): Add `shell-command'.
4279
a1da1e37
MB
42802008-01-28 Michael Sperber <sperber@deinprogramm.de>
4281
4282 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4283 (Group Parameters): Document `mail-source' parameter.
4284
c9d8f746
MA
42852008-01-27 Michael Albinus <michael.albinus@gmx.de>
4286
4287 * tramp.texi (Inline methods): The hostname of the su(do)? methods
4288 must be a local host.
4289
15db4a13
MO
42902008-01-26 Michael Olson <mwolson@gnu.org>
4291
4292 * erc.texi: Update version for ERC 5.3 release.
4293 (Obtaining ERC): Update extras URLs for 5.3.
4294 (Development): Write instructions for git, and remove those for Arch.
4295 (History): Mention the switch to git.
4296
2bc43980
KB
42972008-01-24 Karl Berry <karl@gnu.org>
4298
bca98fc9
JB
4299 * info.texi (Search Index, Search Text): Mention the command
4300 character in the section name, a la the (Go to node) node.
2bc43980 4301
d2e4a6c9
MA
43022008-01-21 Michael Albinus <michael.albinus@gmx.de>
4303
4304 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4305
0b6799c3
MB
43062008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4307
4308 * gnus-news.texi: Mention gnus-article-describe-bindings.
4309
43102008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4311
4312 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4313
db9c3fb1 43142008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 4315
7b4d0413 4316 * org.texi (Property inheritance): New section.
db9c3fb1 4317 (Conventions): New section.
7b4d0413 4318 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
4319 commands, and the new bindings for refiling.
4320 (Sparse trees): Document the new special command for sparse trees.
4321 (References): Be more clear about the counting of hilines.
4322 (Handling links): Document M-p/n for accessing links.
4323 (Fast access to TODO states): New section.
4324 (Per file keywords): New section.
4325 (Property inheritance): New section.
4326 (Column attributes): New summary types.
4327 (Capturing Column View): New section.
4328 (The date/time prompt): Cover the new features in the date/time prompt.
4329 Compactify the table of keys for the calendar remote control.
4330 (Clocking work time): Document the new :scope parameter.
4331 (Remember): Promoted to chapter.
4332 (Quoted examples): New section.
4333 (Enhancing text): New verbatim environments.
4334
6ed73f28
MA
43352008-01-14 Michael Albinus <michael.albinus@gmx.de>
4336
4337 * trampver.texi: Update release number.
4338
95838435
MB
43392008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4340
0c7efc08
SM
4341 * gnus.texi (Article Keymap):
4342 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
4343 gnus-article-reply-with-original and
4344 gnus-article-followup-with-original.
4345
20234d96
GM
43462008-01-09 Glenn Morris <rgm@gnu.org>
4347
4348 * nxml-mode.texi: Add @copying section.
4349
d82cf70b
MB
43502008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4351
4352 * message.texi (Mail Variables): Add some text from "(gnus)Posting
4353 Server". Add `message-send-mail-with-mailclient'.
4354
4355 * gnus.texi (Posting Server): Move some text to "(message)Mail
4356 Variables" and add a reference here.
4357
addb7f2e
MA
43582008-01-04 Michael Albinus <michael.albinus@gmx.de>
4359
4360 * dbus.texi (Receiving Method Calls): New chapter.
4361 (Errors and Events): Add serial number to events. Replace "signal" by
4362 "message". Introduce dbus-event-serial-number.
4363
4db2806c
MA
43642008-01-03 Michael Albinus <michael.albinus@gmx.de>
4365
4366 * dbus.texi (Type Conversion): Explain the type specification for empty
4367 arrays. Use another example.
4368
c9ecb5a7
MA
43692007-12-30 Michael Albinus <michael.albinus@gmx.de>
4370
4371 * dbus.texi (all): Replace "..." by @dots{}.
4372 (Type Conversion): Precise the value range for :byte types.
4373 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
4374 Mention its return value.
4375 (Errors and Events): There is no D-Bus error propagation during event
4376 processing.
4377
702dbfd9
JB
43782007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
4379
4380 * calc.tex (Yacas Language, Maxima Language, Giac Language):
4381 New sections.
4382
87035689
MB
43832007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
4384
4385 * gnus.texi (Group Parameters): Reorder the text and add a note about
4386 `gnus-parameters' near the beginning of the node.
4387
43882007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
4389
4390 * gnus.texi (Score File Editing): Fix function name.
4391
5492f5ca
MA
43922007-12-23 Michael Albinus <michael.albinus@gmx.de>
4393
4394 Sync with Tramp 2.1.12.
4395
4396 * trampver.texi: Update release number.
4397
d4e67bc5
MA
43982007-12-22 Michael Albinus <michael.albinus@gmx.de>
4399
4400 * dbus.texi (Type Conversion): Correct input parameters mapping.
4401
6a31c819
MA
44022007-12-21 Michael Albinus <michael.albinus@gmx.de>
4403
4404 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
4405 (Errors and Events): Mention wrong-type-argument error.
4406
99a3e35f
AS
44072007-12-21 Alex Schroeder <alex@gnu.org>
4408
4409 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 4410 spaces. Fixed some typos.
99a3e35f
AS
4411 (Internet Relay Chat): Explain relay.
4412 (Getting started with rcirc): Change items to reflect prompts.
4413 Add more explanation to rcirc-track-minor-mode and added a comment to
4414 warn future maintainers that this section is a copy.
0c7efc08 4415 (People): Change /ignore example.
62b12a24 4416 (Keywords): Not keywords.
99a3e35f 4417
331e4d02
AS
44182007-12-20 Alex Schroeder <alex@gnu.org>
4419
4420 * rcirc.texi (Top): Fighting Information Overload chapter added.
4421 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 4422 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
4423 (Fighting Information Overload): New chapter documenting /keyword,
4424 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
4425 (Configuration): Document rcirc-server-alist, remove
4426 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 4427
cd71c3ef
MA
44282007-12-16 Michael Albinus <michael.albinus@gmx.de>
4429
4430 * dbus.texi (Signals): Fix example in dbus-register-signal.
4431
bbbe940b
MB
44322007-12-14 Sven Joachim <svenjoac@gmx.de>
4433
4434 * gnus.texi (Score Variables): Fix typo.
4435
0ce574ef
MA
44362007-12-07 Michael Albinus <michael.albinus@gmx.de>
4437
4438 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
4439 (Signals): Adapt dbus-send-signal and dbus-register-signal.
4440 (Errors and Events): Adapt dbus-event.
4441
b890d447
MB
44422007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4443
4444 * gnus.texi (Other Files): Add the yenc command.
4445
44462007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
4447
4448 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
4449 since 2004-08-06.
4450
44512007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
4452
4453 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
4454 on body.
4455
44562007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
4457
4458 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
4459 and rfc2047-allow-irregular-q-encoded-words; fix description of
4460 rfc2047-encode-encoded-words.
4461
44622007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
4463
4464 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
4465
3728bf03
MO
44662007-12-05 Michael Olson <mwolson@gnu.org>
4467
4468 * remember.texi (Diary): Remove "require" line for remember-diary.el.
4469 Update documentation for `remember-diary-file'.
4470
a4397af9
MA
44712007-12-04 Michael Albinus <michael.albinus@gmx.de>
4472
4473 * dbus.texi (Signals): Precise `dbus-register-signal'.
4474 (Errors and Events): Rework events part, the internal structure of
4475 dbus-event has changed.
4476
1682490c
JB
44772007-12-03 Juanma Barranquero <lekktu@gmail.com>
4478
4479 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
4480 ($(infodir)/dbus, dbus.dvi): New targets.
4481
7b13a0f2
MA
44822007-12-03 Michael Albinus <michael.albinus@gmx.de>
4483
4484 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
4485 unconditionally.
4486
4487 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
4488 emulation with @print{}.
4489
7ef92bc9
RS
44902007-12-02 Richard Stallman <rms@gnu.org>
4491
4492 * dbus.texi (Overview): Minor cleanup.
4493
22d8ac3a
MA
44942007-12-02 Michael Albinus <michael.albinus@gmx.de>
4495
d3a8e0df
MA
4496 * Makefile.in (INFO_TARGETS): Add dbus.
4497 (DVI_TARGETS): Add dbus.dvi.
4498 (dbus, dbus.dvi): New targets.
4499
22d8ac3a
MA
4500 * dbus.texi: New file.
4501
559764ab
RF
45022007-11-24 Romain Francoise <romain@orebokech.com>
4503
4504 * nxml-mode.texi: Add description in @direntry.
7aa579d9 4505 Fix file name to match @setfilename.
559764ab 4506
ac97a16b
MH
45072007-11-23 Mark A. Hershberger <mah@everybody.org>
4508
4509 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
4510 ($(infodir)/nxml-mode): New rule.
4511
4512 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
4513 ($(infodir)/nxml-mode): New rule.
4514 (clean): Add nxml-mode*.
4515
4516 * nxml-mode.texi: New file with nxml manual.
4517
404cd454
GM
45182007-11-18 Richard Stallman <rms@gnu.org>
4519
4520 * flymake.texi (Example -- Configuring a tool called directly):
4521 Update example.
4522
b048d478
MA
45232007-11-18 Michael Albinus <michael.albinus@gmx.de>
4524
4525 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 4526 double-slash behavior. Explain directory contents flushing.
b048d478 4527
346e8469
JB
45282007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4529
4530 * calc.texi (TeX and LaTeX Language Modes): Put in
4531 missing braces.
4532
404cd454
GM
45332007-11-15 Richard Stallman <rms@gnu.org>
4534
4535 * cl.texi (Equality Predicates): Delete `eql'.
4536 (Predicates, Naming Conventions, Top): Delete `eql'.
4537 (Common Lisp Compatibility): Delete `eql'.
4538 (Porting Common Lisp): Delete obsolete backquote info.
4539 Minor clarification about character constants.
4540 (Sequence Basics): Minor clarification.
4541
1f6af58b
JB
45422007-11-15 Juanma Barranquero <lekktu@gmail.com>
4543
dccb744b 4544 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
4545 * tramp.texi (Filename completion): Fix typos.
4546
3bc88bc9
JB
45472007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
4548
4549 * calc.texi (Basic commands): Mention the menu.
4550
bc5300d3
MA
45512007-11-12 Michael Albinus <michael.albinus@gmx.de>
4552
4553 * tramp.texi (Connection caching): Tramp flushes connection
4554 properties when remote operating system has been changed.
4555
4d8a28ec
MB
45562007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
4557
4558 * gnus-news.texi: Fix spelling.
4559 `message-insert-formatted-citation-line', not
4560 `message-insert-formated-citation-line'.
4561
404cd454
GM
4562 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
4563
e1176b47
MA
45642007-11-07 Michael Albinus <michael.albinus@gmx.de>
4565
4566 * tramp.texi (Overview): Mention also the PuTTY integration under
4567 Win32. Remove paragraphs about Tramp's experimental status.
4568 (Frequently Asked Questions): Add code example for highlighting the
4569 mode line.
4570
6159985a
MO
45712007-11-03 Michael Olson <mwolson@gnu.org>
4572
4573 * remember.texi: Change mentions of remember-buffer to
4574 remember-finalize throughout.
4575
bec9b2f5
MO
45762007-10-30 Michael Olson <mwolson@gnu.org>
4577
4578 * remember.texi (Copying): Remove.
4579 (Mailbox): Update with non-BBDB instructions.
4580 (Diary, Org): Add.
4581 (Bibliography, Planner Page): Remove.
4582
b6173182
JB
45832007-10-30 Juanma Barranquero <lekktu@gmail.com>
4584
4585 * makefile.w32-in (INFO_TARGETS): Add remember.
4586 (DVI_TARGETS): Add remember.dvi.
4587 ($(infodir)/remember): New rule.
4588 (clean): Add remember*.
4589
15f3eb73
MO
45902007-10-30 Michael Olson <mwolson@gnu.org>
4591
70bdc930
MO
4592 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
4593 ($(infodir)/remember): New rule that builds the Remember Manual.
4594
b6173182
JB
4595 * remember.texi: New file containing the Remember Mode Manual.
4596 Shuffle chapters around after initial import.
7d3f6f1a
MO
4597 (Function Reference): Split Keystrokes into separate chapter.
4598 (Keystrokes): Document C-c C-k.
51d24a12 4599 (Introduction): Fix typographical issue with "---".
15f3eb73 4600
404cd454
GM
46012007-10-29 Richard Stallman <rms@gnu.org>
4602
4603 * widget.texi (Introduction): Delete discussion of implementation
4604 internals.
4605
9bbb9638
MA
46062007-10-29 Michael Albinus <michael.albinus@gmx.de>
4607
4608 * tramp.texi (Connection caching): Host names must be different
4609 when tunneling.
4610
c7ff939a
RS
46112007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4612
4613 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
4614 Gnus v5.13.
4615
01c52d31
MB
46162007-10-28 Miles Bader <miles@gnu.org>
4617
4618 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
4619
01c52d31
MB
46202007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4621
0c7efc08
SM
4622 * gnus.texi (Sorting the Summary Buffer):
4623 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
4624
46252007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4626
4627 * gnus.texi (Non-ASCII Group Names): New node.
4628 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
4629 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
4630
c8763fb6 46312007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
4632
4633 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
4634 clean the output of the program `imap-shell-program'.
4635
46362007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4637
4638 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
4639
46402007-10-28 Tassilo Horn <tassilo@member.fsf.org>
4641
4642 * gnus.texi (Sticky Articles): Documentation for sticky article
4643 buffers.
4644
c8763fb6 46452007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
4646
4647 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
4648
46492007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4650
4651 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
4652
46532007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4654
0c7efc08
SM
4655 * gnus.texi (Archived Messages):
4656 Document gnus-update-message-archive-method.
01c52d31
MB
4657
46582007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4659
4660 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
4661
c8763fb6 46622007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 4663
0c7efc08
SM
4664 * gnus.texi (Group Maneuvering):
4665 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
4666
46672007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4668
0c7efc08
SM
4669 * gnus.texi (Really Various Summary Commands):
4670 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
4671
46722007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4673
4674 * gnus.texi, message.texi: Bump version number.
4675
46762007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4677
4678 * gnus.texi (Group Line Specification, Misc Group Stuff)
4679 (Server Commands): Parenthesize @pxref{Mail Spool}.
4680
46812007-10-28 Didier Verna <didier@xemacs.org>
4682
4683 New user option: message-signature-directory.
4684 * message.texi (Insertion Variables): Document it.
4685 * gnus.texi (Posting Styles): Ditto.
4686
46872007-10-28 Didier Verna <didier@xemacs.org>
4688
4689 * gnus.texi (Group Line Specification):
4690 * gnus.texi (Misc Group Stuff):
4691 * gnus.texi (Server Commands): Document the group compaction feature.
4692
46932007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4694
4695 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
4696
4697 * message.texi (Various Message Variables): Add message-fill-column.
4698
46992007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4700
4701 * gnus.texi: Untabify.
4702
47032007-10-28 Didier Verna <didier@xemacs.org>
4704
4705 * gnus.texi (Group Parameters): Document the posting-style merging
4706 process in topic-mode.
4707
47082007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4709
4710 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
4711
47122007-10-28 Romain Francoise <romain@orebokech.com>
4713
4714 * gnus.texi (Mail Spool): Fix typo.
4715 Update copyright.
4716
47172007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4718
4719 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
4720
47212007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4722
4723 * gnus.texi (Summary Generation Commands):
4724 Add gnus-summary-insert-ticked-articles.
4725
47262007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4727
b2abec73
JB
4728 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
4729 to spam-spamassassin-program.
01c52d31
MB
4730
47312007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4732
4733 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
4734
47352007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4736
4737 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
4738
47392007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4740
4741 * message.texi (Mail Headers): Document `opportunistic'.
4742
47432007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4744
4745 * emacs-mime.texi (Encoding Customization): Explain how to set
4746 mm-coding-system-priorities per hierarchy.
4747
47482007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4749
4750 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
4751 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
4752
47532007-10-28 Didier Verna <didier@xemacs.org>
4754
4755 * message.texi (Wide Reply): Update documentation of
4756 message-dont-reply-to-names (now allowing a list of regexps).
4757
47582007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4759
4760 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
4761
47622007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4763
4764 * gnus.texi (SpamAssassin back end): Fix typo.
4765
4766 * sieve.texi (Examples): Fix grammar.
4767
47682007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4769
4770 * gnus.texi (Searching for Articles): Document M-S and M-R.
4771 (Limiting): Document / b.
4772
47732007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4774
4775 * gnus.texi (Thread Commands): T M-^.
4776
47772007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4778
4779 * message.texi (Mail Aliases): Document ecomplete.
4780 (Mail Aliases): Fix typo.
4781
47822007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4783
4784 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
4785 fix typo.
4786
47872007-10-28 Romain Francoise <romain@orebokech.com>
4788
4789 * gnus.texi (Mail Spool): Grammar fix.
4790
47912007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4792
4793 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
4794 string.
4795
47962007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4797
4798 * gnus.texi (Group Parameters): Fix description.
4799
48002007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4801
b2abec73
JB
4802 * gnus.texi (Gmane Spam Reporting):
4803 Fix spam-report-gmane-use-article-number.
4804 Add spam-report-user-mail-address.
01c52d31
MB
4805
48062007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4807
4808 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
4809
48102007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4811
4812 * gnus.texi (Group Parameters): Add simplified sorting example based on
4813 example for `Sorting the Summary Buffer' from Jari Aalto
4814 <jari.aalto@cante.net>.
4815 (Example Methods): Add example for an indirect connection.
4816
48172007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
4818
0c7efc08 4819 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
4820 (Agent Parameters): Updated parameter names to match code.
4821 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
4822 'gnus-agent-summary-fetch-series'.
4823 (Agent and flags): New section providing a generalized discussion
4824 of flag handling.
0c7efc08
SM
4825 (Agent and IMAP): Remove flag discussion.
4826 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
4827
48282007-10-28 Romain Francoise <romain@orebokech.com>
4829
4830 * gnus.texi (Exiting the Summary Buffer): Add new function
4831 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
4832
48332007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4834
4835 * gnus.texi (Conformity): Fix typo.
4836 (Customizing Articles): Document `first'.
4837
48382007-10-28 Jari Aalto <jari.aalto@cante.net>
4839
4840 * gnus.texi (Sorting the Summary Buffer):
4841 Add `gnus-thread-sort-by-date-reverse'. Add example
4842 host to different sorting in NNTP and RSS groups.
4843
48442007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4845
4846 * message.texi (Insertion): Describe prefix for
4847 message-mark-inserted-region and message-mark-insert-file.
4848
48492007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4850
4851 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
4852 LaTeX documents. Describe "text/x-gnus-verbatim".
4853
48542007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
4855
b2abec73 4856 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
4857 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
4858 (spam-stat spam filtering, SpamOracle)
0c7efc08 4859 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
4860 clarity.
4861
48622007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4863
4864 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
4865 gnus-article-delete-part and gnus-article-replace-part.
4866 (Using MIME): Add gnus-mime-replace-part.
4867
48682007-10-28 Romain Francoise <romain@orebokech.com>
4869
4870 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
4871 requires `auto-compression-mode' to be enabled. Add new nnml
4872 variable `nnml-compressed-files-size-threshold'.
4873
48742007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4875
0c7efc08
SM
4876 * gnus.texi (Sorting the Summary Buffer):
4877 Add gnus-thread-sort-by-recipient.
01c52d31
MB
4878
48792007-10-28 Romain Francoise <romain@orebokech.com>
4880
4881 * message.texi (Insertion Variables): Mention new variable
4882 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
4883 documentation accordingly.
4884
48852007-10-28 Romain Francoise <romain@orebokech.com>
4886
4887 * gnus.texi (To From Newsgroups): Mention new variables
4888 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
4889
48902007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4891
4892 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
4893 stuff; gnus-mime-inline-part does the automatic decompression.
4894
48952007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
4896
4897 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 4898 "training.ham" should be "training.spam".
01c52d31
MB
4899
49002007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4901
4902 * message.texi (Mail Variables): Fix the default value for
4903 message-send-mail-function.
4904
49052007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4906
4907 * gnus.texi (Optional Back End Functions): nntp-request-update-info
4908 always returns nil exceptionally.
4909
49102007-10-28 Simon Josefsson <jas@extundo.com>
4911
0c7efc08
SM
4912 * gnus.texi (Article Washing): Add libidn URL.
4913 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
4914
49152007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4916
4917 * gnus.texi (Topic Commands): Fix next/previous.
4918
49192007-10-28 Simon Josefsson <jas@extundo.com>
4920
4921 * gnus.texi (Article Washing): Mention `W i'.
4922
c8763fb6 49232007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
4924
4925 * gnus.texi (Group Parameters): Slight extension of sieve
4926 parameter description.
4927
49282007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4929
4930 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
4931 matching score files as well.
4932 (Picons): Describe `gnus-picon-style'.
4933
49342007-10-28 Romain Francoise <romain@orebokech.com>
4935
4936 * message.texi (Message Headers): Mention that headers are hidden
4937 using narrowing, and how to expose them.
4938 Update copyright.
4939
49402007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4941
4942 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
4943 `gnus-summary-sort-by-recipient'.
4944
49452007-10-28 Romain Francoise <romain@orebokech.com>
4946
4947 * gnus.texi (NNTP marks): New node.
4948 (NNTP): Move NNTP marks variables to the new node.
4949
49502007-10-28 Jesper Harder <harder@ifa.au.dk>
4951
b2abec73 4952 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
4953
4954 * gnus.texi (MIME Commands, Hashcash): Markup fix.
4955
49562007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
4957
b2abec73 4958 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 4959 everywhere for consistency.
b2abec73
JB
4960 (Filtering Spam Using The Spam ELisp Package): Admonish again.
4961 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
4962 Say "regular expression" instead of "regex." Admonish.
4963 Pick other words to sound better (s/so/thus/).
4964 (Spam ELisp Package Filtering of Incoming Mail):
4965 Mention statistical filters. Remove old TODO.
01c52d31 4966 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
4967 New section on sorting and displaying the spam score.
4968 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
4969 backend but an alias to spam-use-BBDB.
4970 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
4971 new backend functionality.
4972
49732007-10-28 Simon Josefsson <jas@extundo.com>
4974
4975 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
4976 nntp-marks-directory, from Romain Francoise
4977 <romain@orebokech.com>.
4978
49792007-10-28 Magnus Henoch <mange@freemail.hu>
4980
4981 * gnus.texi (Hashcash): New default value of
4982 hashcash-default-payment.
4983
49842007-10-28 Simon Josefsson <jas@extundo.com>
4985
4986 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
4987 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
4988
49892007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4990
0c7efc08 4991 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
4992
49932007-10-28 Simon Josefsson <jas@extundo.com>
4994
4995 * gnus.texi (documentencoding): Add, to avoid warnings.
4996
49972007-10-28 Simon Josefsson <jas@extundo.com>
4998
4999 * message.texi (Mail Headers): Add.
5000
5001 * gnus.texi (Hashcash): Fix.
5002
50032007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5004
0c7efc08 5005 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5006 that payments can be verified and fix the name of the
b2abec73 5007 hashcash-path variable.
01c52d31
MB
5008
50092007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5010
b2abec73 5011 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5012
50132007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5014
5015 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5016
50172007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5018
5019 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5020 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5021 warning about ham processors in spam groups removed.
01c52d31
MB
5022
50232007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5024
0c7efc08 5025 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5026 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5027
50282007-10-28 Jesper Harder <harder@ifa.au.dk>
5029
5030 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5031 (Mailing List): Typo.
5032 (Customizing Articles): Add gnus-treat-ansi-sequences.
5033 (Article Washing): Index.
5034
5035 * message.texi: Use m-dash consistently.
5036
50372007-10-28 Jesper Harder <harder@ifa.au.dk>
5038
5039 * gnus.texi (GroupLens): Remove.
5040
50412007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5042
0c7efc08
SM
5043 * gnus.texi (Outgoing Messages, Agent Variables):
5044 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5045 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5046
50472007-10-28 Jesper Harder <harder@ifa.au.dk>
5048
5049 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5050
50512007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5052
5053 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5054
5055 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5056
50572007-10-28 Simon Josefsson <jas@extundo.com>
5058
5059 * gnus.texi (Top): Add SASL.
5060
404cd454
GM
50612007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5062
5063 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5064
50652007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5066
5067 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5068
0edd2970
JB
50692007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5070
5071 * calc.texi (Formulas, Composition Basics): Lower the
5072 precedence of negation.
5073
a9afba20
JY
50742007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5075
5076 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5077 Mention the new three-letter column identifiers.
5078 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5079 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5080 message when using `c' on an empty default with default printer.
5081 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5082 renamed to `ses--symbolic-formulas' some time ago.
5083
45b778a6
JB
50842007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5085
5086 * calc.texi (Default Simplifications, Making Selections)
5087 (Customizing Calc): Clarify associativity of multiplication.
5088
03b5bade
MA
50892007-10-23 Michael Albinus <michael.albinus@gmx.de>
5090
5091 * tramp.texi (Traces and Profiles): Simplify loop over
5092 `trace-function-background'.
5093
e658c8ee
JL
50942007-10-22 Juri Linkov <juri@jurta.org>
5095
5096 * dired-x.texi (Shell Command Guessing): Default values are now
5097 available by typing M-n instead of M-p.
5098
dd753688
MA
50992007-10-21 Michael Albinus <michael.albinus@gmx.de>
5100
5101 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5102 (Password caching): Remove `tramp-clear-passwd'.
5103 It's not a command anymore.
dd753688
MA
5104 (Bug Reports): Add `tramp-bug' to function index.
5105 (Function Index, Variable Index): New nodes.
5106 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5107
5108 * trampver.texi: Update release number.
5109
4bb49b43
JB
51102007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5111
8b296cdd 5112 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5113 about integer size into past tense.
5114 (Time Zones): Remove pointer to Calc author's address.
5115 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5116 and hyperbolic cotangent. Fix typo.
4bb49b43 5117
311dd93f
MA
51182007-10-10 Michael Albinus <michael.albinus@gmx.de>
5119
5120 Sync with Tramp 2.1.11.
5121
5122 * trampver.texi: Update release number.
5123
ea3fc256
MA
51242007-10-06 Michael Albinus <michael.albinus@gmx.de>
5125
5126 * tramp.texi (External packages): New section.
5127
1af74d06
MB
51282007-09-29 Juri Linkov <juri@jurta.org>
5129
5130 * info.texi (Help-Int): Document `L' (`Info-history').
5131
0e2806fa
SM
51322007-09-26 Carsten Dominik <dominik@science.uva.nl>
5133
5134 * org.texi: Change links to webpage and maintained email.
5135 (Remember): Promote to Chapter, significant changes.
5136 (Fast access to TODO states): New section.
5137 (Faces for TODO keywords): New section.
5138 (Export options): Example for #+DATE.
5139 (Progress logging): Section moved.
5140
567b9191
BW
51412007-09-26 Bill Wohler <wohler@newt.com>
5142
5143 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5144 browse-url-at-mouse.
5145
1af74d06
MB
51462007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5147
5148 * flymake.texi (Customizable variables): Face names don't end in -face.
5149 Fix flymake-err-line-patterns template.
5150 (Example -- Configuring a tool called directly): Fix init-function.
5151 (Highlighting erroneous lines): Face names don't end in -face.
5152
d60a4e3a 51532007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5154
5155 * erc.texi (Special-Features): Fix small typo.
5156
7d7a3510
MA
51572007-09-14 Michael Albinus <michael.albinus@gmx.de>
5158
5159 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5160 and "External transfer methods".
5161
285f0d3a
JB
51622007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5163
5164 * calc.texi (Predefined Units): Add some history.
5165
526dc846
MO
51662007-09-08 Michael Olson <mwolson@gnu.org>
5167
87e04f16
JB
5168 * erc.texi (Copying): New section included from gpl.texi.
5169 This matches the look of the upstream ERC manual.
526dc846 5170
f10d0e80
JB
51712007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5172
87e04f16 5173 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5174 (Random Numbers): Clarify the distribution of `random'.
5175
4009494e
GM
51762007-09-06 Glenn Morris <rgm@gnu.org>
5177
f1fc42aa 5178 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5179 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5180 Change all setfilename commands to use ../../info.
5181 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5182 refer to the Emacs manual here.
5183 (infodir): New variable.
5184 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5185 (cc-mode.texi, faq.texi): Update references to source file locations.
5186 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5187 do not refer to the Emacs manual here.
5188 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5189
5190 * Makefile.in: Add `basename' versions of all info targets, for
5191 convenience when rebuilding just one manual.
5192 (../etc/GNU): Delete obsolete target.
5193 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5194 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5195 *.vrs *.toc here...
5196 (maintainer-clean): ...from here.
4009494e
GM
5197
5198 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5199
2de53ca6
GM
52002007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5201
5202 * calc.texi (Date Conversions): Clarify definition of
5203 Julian day numbering.
5204 (Date Forms): Clarify definition of Julian day numbering;
5205 add some history.
5206
52072007-08-30 Carsten Dominik <dominik@science.uva.nl>
5208
87e04f16 5209 * org.texi: Version 5.07.
2de53ca6
GM
5210
52112007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5212
5213 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5214
52152007-08-22 Carsten Dominik <dominik@science.uva.nl>
5216
5217 * org.texi (Adding hyperlink types): New section.
5218 (Embedded LaTeX): Chapter updated because of LaTeX export.
5219 (LaTeX export): New section.
5220 (Using links out): New section.
5221
52222007-08-22 Glenn Morris <rgm@gnu.org>
5223
5224 * faq.texi (Learning how to do something): Refcards now in
5225 etc/refcards/ directory.
5226
52272007-08-22 Michael Albinus <michael.albinus@gmx.de>
5228
5229 * tramp.texi (Remote Programs): Persistency file must be cleared when
5230 changing `tramp-remote-path'.
5231 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5232 macro.
5233
52342007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5235
5236 * calc.texi: Move contents to beginning of file.
5237 (Algebraic Entry): Fix the formatting of an example.
5238
52392007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5240
5241 * calc.texi (Basic Operations on Units): Mention exact versus
5242 inexact conversions.
5243
52442007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5245
5246 * calc.texi (Basic Operations on Units): Mention default
5247 values for new units.
5248 (Quick Calculator Mode): Mention that binary format will
5249 be displayed.
5250
52512007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5252
5253 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5254
52552007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5256
5257 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5258
52592007-08-08 Glenn Morris <rgm@gnu.org>
5260
5261 * gnus.texi, sieve.texi: Replace `iff'.
5262
52632007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5264
5265 * calc.texi (Basic Graphics): Mention the graphing of error
5266 forms.
5267 (Graphics Options): Mention how `g s' handles error forms.
5268 (Curve Fitting): Mention plotting the curves.
5269 (Standard Nonlinear Models): Add additional models.
5270 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5271 (Linear Fits): Correct result.
5272
52732007-08-01 Alan Mackenzie <acm@muc.de>
5274
5275 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5276 to "--no-site-file".
5277
52782007-07-29 Michael Albinus <michael.albinus@gmx.de>
5279
5280 * tramp.texi (Frequently Asked Questions): Point to mode line
5281 extension in Emacs 23.1.
5282
5283 * trampver.texi: Update release number.
5284
52852007-07-27 Glenn Morris <rgm@gnu.org>
5286
5287 * calc.texi (Copying): Include license text from gpl.texi, rather than
5288 in-line.
5289
52902007-07-25 Glenn Morris <rgm@gnu.org>
5291
5292 * calc.texi (Copying): Replace license with GPLv3.
5293
5294 * Relicense all FSF files to GPLv3 or later.
5295
52962007-07-22 Michael Albinus <michael.albinus@gmx.de>
5297
5298 Sync with Tramp 2.1.10.
5299
5300 * tramp.texi (trampfn): Expand macro implementation in order to handle
5301 empty arguments.
5302 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 5303 occurrences by trampfn.
2de53ca6 5304 (Frequently Asked Questions): Extend example code for host
b2abec73 5305 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
5306 file names to be typed.
5307
5308 * trampver.texi: Update release number.
5309
53102007-07-17 Michael Albinus <michael.albinus@gmx.de>
5311
5312 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5313 section. Reported by <poti@potis.org>.
5314 (Remote processes): Arguments of the program to be debugged are taken
5315 literally.
5316 (Frequently Asked Questions): Simplify recentf example.
5317
53182007-07-14 Karl Berry <karl@gnu.org>
5319
5320 * info.texi (@copying): New Back-Cover Text.
5321
5322 * info.texi (Quitting Info): Move to proper place in source.
5323 (Reported by Benno Schulenberg.)
5324
53252007-07-13 Eli Zaretskii <eliz@gnu.org>
5326
5327 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5328
5329 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5330
5331 * emacs-mime.texi: Add @documentencoding directive.
5332
53332007-07-12 Nick Roberts <nickrob@snap.net.nz>
5334
5335 * tramp.texi (Remote processes): Add an anchor to the subsection
5336 "Running a debugger on a remote host".
5337
53382007-07-12 Michael Albinus <michael.albinus@gmx.de>
5339
5340 * tramp.texi (Remote processes): Don't call it "experimental" any
5341 longer. Add subsection about running a debugger on a remote host.
5342
53432007-07-10 Carsten Dominik <dominik@science.uva.nl>
5344
5345 * org.texi (Properties and columns): Chapter rewritten.
5346
53472007-07-08 Michael Albinus <michael.albinus@gmx.de>
5348
5349 * tramp.texi:
5350 * trampver.texi: Migrate to Tramp 2.1.
5351
53522007-07-02 Carsten Dominik <dominik@science.uva.nl>
5353
5354 * org.texi (Properties): New chapter.
5355
53562007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
5357
5358 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
5359 Control Panel.
5360
5361 * gnus.texi (Misc Article): Add index entry for
5362 gnus-single-article-buffer.
5363
53642007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
5365
5366 * gnus.texi (Starting Up): Fix typo.
5367
53682007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
5369
5370 * gnus.texi (Asynchronous Fetching): Fix typo.
5371
53722007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
5373
5374 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
5375 (About This Manual): Remove redundant information.
5376 (Getting Started): Mention author.
5377 (Basic Arithmetic, Customizing Calc): Make description of the
5378 variable `calc-multiplication-has-precedence' match its new effect.
5379
53802007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
5381
0c7efc08
SM
5382 * calc.texi (Basic Arithmetic, Customizing Calc):
5383 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
5384
53852007-06-19 Carsten Dominik <dominik@science.uva.nl>
5386
5387 * org.texi (Tag): Section swapped with node Timestamps.
5388 (Formula syntax for Lisp): Document new `L' flag.
5389
53902007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
5391
5392 * gnus.texi (Misc Group Stuff, Summary Buffer)
5393 (Server Commands, Article Keymap): Fix typo. s/function/command/.
5394
53952007-06-06 Juanma Barranquero <lekktu@gmail.com>
5396
5397 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
5398 * gnus.texi (Article Buttons, Mail Source Customization)
5399 (Sending or Not Sending, Customizing NNDiary):
5400 * message.texi (Message Headers):
5401 * mh-e.texi (HTML): Fix typos.
5402
54032007-06-07 Michael Albinus <michael.albinus@gmx.de>
5404
5405 Sync with Tramp 2.0.56.
5406
5407 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
5408 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
5409
54102007-06-02 Chong Yidong <cyd@stupidchicken.com>
5411
5412 * Version 22.1 released.
5413
54142007-05-26 Michael Olson <mwolson@gnu.org>
5415
5416 * erc.texi (Modules): Fix references to completion modules.
5417
54182007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
5419
5420 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
5421
54222007-05-09 Didier Verna <didier@xemacs.org>
5423
5424 * gnus.texi (Email Based Diary): New. Proper documentation for the
5425 nndiary back end and the gnus-diary library.
5426
54272007-05-03 Karl Berry <karl@gnu.org>
5428
5429 * .cvsignore (*.pdf): New entry.
5430
5431 * texinfo.tex: Update from current version for better pdf generation.
5432
54332007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
5434
5435 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
5436
54372007-04-28 Glenn Morris <rgm@gnu.org>
5438
5439 * faq.texi (New in Emacs 22): Restore mention of python.el pending
5440 consideration of legal status.
5441
54422007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
5443
5444 * idlwave.texi: Minor updates for IDLWAVE 6.1.
5445
54462007-04-24 Chong Yidong <cyd@stupidchicken.com>
5447
5448 * faq.texi (New in Emacs 22): python.el removed.
5449
54502007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
5451
5452 * calc.texi (Reporting bugs): Update maintainer's address.
5453
54542007-04-22 Chong Yidong <cyd@stupidchicken.com>
5455
5456 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
5457
54582007-04-15 Jay Belanger <belanger@truman.edu>
5459
5460 * calc.texi (Title page): Remove the date.
5461 (Basic Arithmetic): Emphasize that / binds less strongly than *.
5462 (The Standard Calc Interface): Change trail title.
5463 (Floats): Mention that when non-decimal floats are entered, only
5464 approximations are stored.
5465 (Copying): Move to the appendices.
5466 (GNU Free Documentation License): Add as an appendix.
5467
54682007-04-15 Chong Yidong <cyd@stupidchicken.com>
5469
5470 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
5471 * dired-x.texi, ebrowse.texi, ediff.texi:
5472 * emacs-mime.texi, erc.texi, eshell.texi:
5473 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
5474 * idlwave.texi, message.texi, newsticker.texi, org.texi:
5475 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
5476 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
5477 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
5478 * woman.texi: Include GFDL.
5479
5480 * doclicense.texi: Remove node heading, so that it can be included by
5481 other files.
5482
5483 * dired-x.texi: Relicence under GFDL. Remove date from title page.
5484
5485 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
5486 than *.
5487
54882007-04-14 Carsten Dominik <dominik@science.uva.nl>
5489
5490 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
5491 in Calc.
5492
54932007-04-09 Romain Francoise <romain@orebokech.com>
5494
5495 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
5496 Mac OS ports. Make it clear that mouse-1 complements and doesn't
5497 replace mouse-2.
5498
54992007-04-08 Chong Yidong <cyd@stupidchicken.com>
5500
5501 * woman.texi (Word at point, Interface Options): woman-topic-at-point
5502 renamed to woman-use-topic-at-point. Document new behavior.
5503
55042007-04-08 Richard Stallman <rms@gnu.org>
5505
5506 * url.texi: Fix some indexing.
5507 (Disk Caching): Drop discussion of old/other Emacs versions.
5508
55092007-04-07 Chong Yidong <cyd@stupidchicken.com>
5510
5511 * url.texi (Disk Caching): Say Emacs 21 "and later".
5512
5513 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
5514 on Font locking which now mentions JIT lock.
5515
55162007-04-01 Michael Olson <mwolson@gnu.org>
5517
5518 * erc.texi: Update for the ERC 5.2 release.
5519
55202007-03-31 David Kastrup <dak@gnu.org>
5521
5522 * woman.texi (Topic, Interface Options): Explain changes semantics of
5523 woman-manpath in order to consider MANPATH_MAP entries.
5524
55252007-03-31 Eli Zaretskii <eliz@gnu.org>
5526
5527 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
5528
55292007-03-26 Richard Stallman <rms@gnu.org>
5530
5531 * pgg.texi (Caching passphrase): Clean up previous change.
5532
55332007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
5534
5535 * gnus.texi (Setting Process Marks): Fix typo.
5536
55372007-03-25 Romain Francoise <romain@orebokech.com>
5538
5539 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
5540 readability, and include various fixes by Daniel Brockman, Nick Roberts
5541 and Dieter Wilhelm.
5542
55432007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
5544
5545 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
5546
5547 * gnus.texi (Mail Source Specifiers): Fix typo.
5548
55492007-03-22 Ralf Angeli <angeli@caeruleus.net>
5550
5551 * reftex.texi (Imprint): Update maintainer information.
5552
55532007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
5554
5555 * message.texi (Message Buffers): Update documentation for
5556 message-generate-new-buffers.
5557
55582007-03-15 Daiki Ueno <ueno@unixuser.org>
5559
5560 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
5561
55622007-03-21 Glenn Morris <rgm@gnu.org>
5563
5564 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
5565
55662007-03-19 Chong Yidong <cyd@stupidchicken.com>
5567
5568 * eshell.texi (Known problems): Emacs 21 -> 22.
5569
5570 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
5571
55722007-03-18 Jay Belanger <belanger@truman.edu>
5573
5574 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
5575
55762007-03-12 Glenn Morris <rgm@gnu.org>
5577
5578 * calc.texi (Time Zones): Switch to new North America DST rule.
5579
5580 * calc.texi: Replace "daylight savings" with "daylight
5581 saving" in text throughout.
5582
55832007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5584
5585 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
5586 The variable now uses a list of symbols instead of just a symbol.
5587 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
5588
55892007-03-06 Romain Francoise <romain@orebokech.com>
5590
5591 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
5592 new packages, and mention Gnus update.
5593
55942007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
5595
5596 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
5597 nntp-open-connection-functions-never-echo-commands.
5598
55992007-02-27 Chong Yidong <cyd@stupidchicken.com>
5600
5601 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
5602 problems on the console, and security risk in not using gpg-agent.
5603
56042007-02-25 Carsten Dominik <dominik@science.uva.nl>
5605
0c7efc08 5606 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
5607 Completely reorganized and rewritten.
5608 (CamelCase links): Section removed.
5609 (Repeating items): New section.
5610 (Tracking TODO state changes): New section.
5611 (Agenda views): Chapter reorganized and rewritten.
5612 (HTML export): Section rewritten.
5613 (Tables in arbitrary syntax): New section.
5614 (Summary): Better feature summary.
5615 (Activation): Document problem with cut-and-paste of Lisp code
5616 from PDF files.
5617 (Visibility cycling): Document indirect buffer use.
5618 (Structure editing): Document sorting.
5619 (Remember): Section rewritten.
5620 (Time stamps): Better description of time stamp types.
5621 (Tag searches): Document regular expression search for tags.
5622 (Stuck projects): New section.
5623 (In-buffer settings): New keywords.
5624 (History and Acknowledgments): Updated description.
5625
56262007-02-24 Alan Mackenzie <acm@muc.de>
5627
5628 * cc-mode.texi (Movement Commands): Insert two missing command names.
5629 (Getting Started): Slight wording correction (use conditional).
5630
56312007-02-22 Kim F. Storm <storm@cua.dk>
5632
5633 * widget.texi (User Interface, Basic Types): Document need to put some
5634 text before the %v escape in :format string in editable-field widget.
5635
56362007-02-18 Romain Francoise <romain@orebokech.com>
5637
5638 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
5639 `cvs-mode-quit'.
5640
56412007-02-10 Markus Triska <markus.triska@gmx.at>
5642
5643 * widget.texi (Programming Example): Put constant strings in :format.
5644
56452007-02-07 Juanma Barranquero <lekktu@gmail.com>
5646
5647 * faq.texi (Fullscreen mode on MS-Windows): New node.
5648
56492007-02-04 David Kastrup <dak@gnu.org>
5650
5651 * faq.texi (AUCTeX): Update version number. Should probably be done
5652 for other packages as well.
5653
56542007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5655
5656 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
5657 <tassilo@member.fsf.org>.
5658
56592007-01-27 Eli Zaretskii <eliz@gnu.org>
5660
5661 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
5662 ls-lisp-use-localized-time-format.
5663
56642007-01-20 Markus Triska <markus.triska@gmx.at>
5665
5666 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
5667
56682007-01-13 Michael Olson <mwolson@gnu.org>
5669
5670 * erc.texi (Modules): Mention capab-identify module.
5671
56722007-01-05 Michael Olson <mwolson@gnu.org>
5673
5674 * erc.texi (Getting Started): Update for /RECONNECT command.
5675
56762007-01-04 Richard Stallman <rms@gnu.org>
5677
5678 * ebrowse.texi: Change C-c b to C-c C-m.
5679
56802007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
5681
5682 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
5683 variables only in info to avoid redundant entries in the printed
5684 manual.
5685
56862007-01-02 Daiki Ueno <ueno@unixuser.org>
5687
5688 * message.texi (Using PGP/MIME): Document gpg-agent usage.
5689
56902007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
5691
5692 * message.texi (Security): Split into sub-nodes.
5693
56942007-01-01 Alan Mackenzie <acm@muc.de>
5695
5696 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
5697 eval-after-load in Emacs <=21 and a workaround. Document that
5698 trigraphs are not supported.
5699
57002007-01-01 Alan Mackenzie <acm@muc.de>
5701
5702 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
5703 c-context-line-break. When invoked within a string, preserve
5704 whitespace. Add a backslash only when also in a macro.
5705
57062007-01-01 Alan Mackenzie <acm@muc.de>
5707
5708 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
5709
57102007-01-01 Alan Mackenzie <acm@muc.de>
5711
5712 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
5713 are now bound by default to c-\(beginning\|end\)-of-defun by default.
5714
57152007-01-01 Alan Mackenzie <acm@muc.de>
5716
5717 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
5718 "Choosing a Style".
5719
5720 * cc-mode.texi ("Styles"): Add @dfn{style}.
5721
57222006-12-30 Michael Albinus <michael.albinus@gmx.de>
5723
5724 Sync with Tramp 2.0.55.
5725
5726 * trampver.texi: Update release number.
5727
57282006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5729
5730 * gnus.texi (Customizing Articles): Add index entries for all
5731 gnus-treat-* variables.
5732
c8763fb6 57332006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
5734
5735 * gnus.texi (IMAP): Fix incorrect explanation of
5736 nnimap-search-uids-not-since-is-evil in documentation for
5737 nnimap-expunge-search-string.
5738
57392006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
5740
5741 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
5742 spam-ifile-database.
5743
57442006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
5745
5746 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
5747 rebind C-s.
5748
c8763fb6 57492006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
5750
5751 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
5752 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
5753 "expiring mail".
5754 (IMAP): Document nnimap-search-uids-not-since-is-evil and
5755 nnimap-nov-is-evil.
5756
57572006-12-25 Kevin Ryde <user42@zip.com.au>
5758
5759 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
5760 about the key procedure being used heavily.
5761
57622006-12-24 Chong Yidong <cyd@stupidchicken.com>
5763
5764 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
5765 to t.
5766 (Prerequisites): Add explanation about gpg-agent.
5767
57682006-12-22 Kevin Ryde <user42@zip.com.au>
5769
5770 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
5771 "sort" instead of "sort*".
5772
57732006-12-19 Richard Stallman <rms@gnu.org>
5774
5775 * calc.texi (History and Acknowledgements): Recognize that Emacs
5776 now does have floating point.
5777
57782006-12-19 Michael Albinus <michael.albinus@gmx.de>
5779
5780 * tramp.texi (External transfer methods): Describe new method `scpc'.
5781
57822006-12-17 Sascha Wilde <wilde@sha-bang.de>
5783
5784 * pgg.texi: Added short note on gpg-agent to the introduction.
5785
57862006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
5787
5788 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
5789 also applies to Cc.
5790
57912006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
5792
5793 * gnus.texi (X-Face): Clarify. Say which programs are required
5794 on Windows.
5795
57962006-12-08 Michael Olson <mwolson@gnu.org>
5797
5798 * erc.texi (Modules): Remove documentation for list module.
5799
c8763fb6 58002006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
5801
5802 * faq.texi (^M in the shell buffer): Ditto.
5803
58042006-11-20 Michael Olson <mwolson@gnu.org>
5805
5806 * erc.texi: Call this the 5.2 stable pre-release of ERC.
5807
58082006-11-17 Carsten Dominik <dominik@science.uva.nl>
5809
5810 * org.texi: Fix typos.
5811 (Agenda commands): Document `C-k'.
5812
58132006-11-16 Eli Zaretskii <eliz@gnu.org>
5814
5815 * url.texi (http/https): Fix a typo in the HTTP URL.
5816
58172006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
5818
5819 * ada-mode.texi: Total rewrite.
5820
58212006-11-13 Carsten Dominik <dominik@science.uva.nl>
5822
5823 * org.texi: Minor typo fixes.
5824
58252006-11-13 Bill Wohler <wohler@newt.com>
5826
5827 Release MH-E manual version 8.0.3.
5828
5829 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5830 release 8.0.3.
5831
5832 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
5833 to set MAILDIR.
5834 (Reading Mail): Document the customization of read-mail-command
5835 for MH-E.
5836 (Viewing Attachments): Document mm-discouraged-alternatives.
5837 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
5838 (Junk): Add more information about the settings of mh-junk-background
5839 in a program. Add /usr/bin/mh to PATH in examples.
5840
58412006-11-12 Richard Stallman <rms@gnu.org>
5842
5843 * woman.texi: Update author address but say he no longer maintains it.
5844
58452006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
5846
5847 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
5848 archived trees.
5849 (Checkboxes): Section moved to chapter 5, and extended.
5850 (The date/time prompt): New section.
5851 (Link abbreviations): New section.
5852 (Presentation and sorting): New section.
5853 (Custom agenda views): Section completely rewritten.
5854 (Summary): Compare with Planner.
5855 (Feedback): More info about creating backtraces.
5856 (Plain lists): Modified example.
5857 (Breaking down tasks): New section.
5858 (Custom time format): New section.
5859 (Time stamps): Document inactive timestamps.
5860 (Setting tags): More details about fast tag selection.
5861 (Block agenda): New section.
5862 (Custom agenda views): Section rewritten.
5863 (Block agenda): New section.
5864
58652006-11-07 Michael Albinus <michael.albinus@gmx.de>
5866
5867 * tramp.texi (Configuration): scp is the default method.
5868 (Default Method): Use ssh as example for another method.
5869
58702006-10-27 Richard Stallman <rms@gnu.org>
5871
5872 * woman.texi: Downcase nroff/troff/roff.
5873 (Installation): Chapter deleted. Some xrefs deleted.
5874 (Background): woman doesn't advise man ;-).
5875
c8763fb6 58762006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
5877
5878 * ada-mode.texi (Project files, Identifier completion)
5879 (Automatic Casing, Debugging, Using non-standard file names)
5880 (Working Remotely): Fix typos.
5881
58822006-10-20 Masatake YAMATO <jet@gyve.org>
5883
0c7efc08 5884 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
5885 sample code `my-c-initialization-hook'.
5886
58872006-10-19 Stuart D. Herring <herring@lanl.gov>
5888
5889 * widget.texi: Fix typos.
5890
58912006-10-19 Michael Albinus <michael.albinus@gmx.de>
5892
5893 * tramp.texi (Frequently Asked Questions): Remove questions marked with
5894 "???". There have been no complaints for years, so the information
5895 must be appropriate.
5896
58972006-10-16 Richard Stallman <rms@gnu.org>
5898
5899 * widget.texi: Use @var instead of capitalization.
5900 Clarify many widget type descriptions.
5901
59022006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5903
5904 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
5905 gnus-dired-attach.
5906 (Selecting a Group): Fix typo.
5907
c8763fb6 59082006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
5909
5910 * widget.texi: Fix typos.
5911
59122006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
5913
5914 * gnus.texi (Image Enhancements): Update for Emacs 22.
5915
5916 * gnus-faq.texi ([1.3]): Update.
5917
59182006-10-06 Richard Stallman <rms@gnu.org>
5919
5920 * faq.texi (Displaying the current line or column):
5921 Delete "As of Emacs 20".
5922
59232006-10-06 Romain Francoise <romain@orebokech.com>
5924
5925 * faq.texi (VM): VM works with Emacs 22 too.
5926
59272006-10-06 Richard Stallman <rms@gnu.org>
5928
5929 * ebrowse.texi: Remove Emacs version "21" from title.
5930
59312006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
5932
5933 * gnus.texi (Foreign Groups): Say where change of editing commands are
5934 stored. Add reference to `gnus-parameters'.
5935
59362006-09-15 Jay Belanger <belanger@truman.edu>
5937
5938 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
5939 Change "Library Public License" to "Lesser Public License"
5940 throughout. Use "yyyy" to represent year.
5941
59422006-09-15 Carsten Dominik <dominik@science.uva.nl>
5943
5944 * org.texi (Setting tags): Typo fix.
5945
59462006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
5947
5948 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
5949
59502006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
5951
5952 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
5953
59542006-09-12 Paul Eggert <eggert@cs.ucla.edu>
5955
5956 * faq.texi (Escape sequences in shell output): EMACS is now set
5957 to Emacs's absolute file name, not to "t".
5958 (^M in the shell buffer): Likewise.
5959 * misc.texi (Interactive Shell): Likewise.
5960
59612006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
5962
5963 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
5964 mails with pop3-leave-mail-on-server. Fix wording.
5965 (Limiting): Improve gnus-summary-limit-to-articles.
5966 (X-Face): Fix typo.
5967
59682006-09-11 Simon Josefsson <jas@extundo.com>
5969
5970 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
5971 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
5972
59732006-09-06 Simon Josefsson <jas@extundo.com>
5974
5975 * smtpmail.texi (Authentication): Mention SSL.
5976
59772006-09-01 Eli Zaretskii <eliz@gnu.org>
5978
5979 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
5980 Don't use @indicateurl.
5981
5982 * cc-mode.texi (Subword Movement): Don't use @headitem.
5983 (Custom Braces, Clean-ups): Don't use @tie.
5984
59852006-08-29 Michael Albinus <michael.albinus@gmx.de>
5986
5987 Sync with Tramp 2.0.54.
5988
5989 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
5990 Suggested by Adrian Phillips <a.phillips@met.no>.
5991
59922006-08-15 Carsten Dominik <dominik@science.uva.nl>
5993
5994 * org.texi (Installation, Activation): Split from Installation and
5995 Activation.
5996 (Clocking work time): Documented new features.
5997
59982006-08-13 Alex Schroeder <alex@gnu.org>
5999
6000 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6001 example.
6002
60032006-08-12 Eli Zaretskii <eliz@gnu.org>
6004
6005 * faq.texi (How to add fonts): New node.
6006
60072006-08-05 Romain Francoise <romain@orebokech.com>
6008
6009 * faq.texi (New in Emacs 22): Expand.
6010
60112006-08-03 Michael Olson <mwolson@gnu.org>
6012
6013 * erc.texi: Update for ERC 5.1.4.
6014
60152006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6016
6017 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6018 in .../site-lisp/gnus/ by default.
6019 [ From gnus-news.texi in the trunk. ]
6020
60212006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6022
6023 * gnus.texi (MIME Commands): Additions for yEnc.
6024
60252006-07-24 Richard Stallman <rms@gnu.org>
6026
6027 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6028 * faq.texi: Move periods and commas inside quotes.
6029
60302006-07-20 Jay Belanger <belanger@truman.edu>
6031
6032 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6033
60342006-07-18 Chong Yidong <cyd@stupidchicken.com>
6035
6036 * faq.texi (Security risks with Emacs): Document Emacs 22
6037 file-local-variable mechanism.
6038
60392006-07-12 Michael Olson <mwolson@gnu.org>
6040
6041 * erc.texi: Update for ERC 5.1.3.
6042
60432006-07-12 Alex Schroeder <alex@gnu.org>
6044
6045 * rcirc.texi: Fix typos.
6046 (Getting started with rcirc): New calling convention for M-x irc.
6047 Mention #rcirc. Removed channel tracking.
0c7efc08 6048 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6049 recently, eg. rcirc-server to rcirc-default-server. Added
6050 documentation for rcirc-authinfo, some background for Bitlbee, and
6051 rcirc-track-minor-mode.
0c7efc08 6052 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6053 Scrolling.
0c7efc08 6054 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6055 to match code changes.
6056
60572006-07-10 Nick Roberts <nickrob@snap.net.nz>
6058
6059 * gnus.texi, message.texi: Fix typos.
6060
60612006-07-07 Carsten Dominik <dominik@science.uva.nl>
6062
6063 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6064 commands.
6065 (Global TODO list): Document the use of the variables
6066 `org-agenda-todo-ignore-scheduled' and
6067 `org-agenda-todo-list-sublevels'.
6068
60692006-07-05 Richard Stallman <rms@gnu.org>
6070
6071 * faq.texi (Scrolling only one line): Fix xref.
6072
60732006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6074
6075 * faq.texi (Evaluating Emacs Lisp code):
6076 Throughout, replace eval-current-buffer with eval-buffer.
6077
60782006-07-03 Richard Stallman <rms@gnu.org>
6079
6080 * rcirc.texi (Scrolling conservatively): Fix xref.
6081
6082 * pcl-cvs.texi (Viewing differences): Usage fix.
6083
60842006-07-03 Carsten Dominik <dominik@science.uva.nl>
6085
6086 * org.texi (Agenda commands): Document `s' key to save all org-mode
6087 buffers.
6088
60892006-06-30 Ralf Angeli <angeli@caeruleus.net>
6090
6091 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6092 names. Mention `cvs-msg' face.
6093
60942006-06-29 Carsten Dominik <dominik@science.uva.nl>
6095
6096 * org.texi (Checkboxes): New section.
6097
60982006-06-28 Carsten Dominik <dominik@science.uva.nl>
6099
6100 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6101 throughout this chapter.
6102
61032006-06-27 Chong Yidong <cyd@stupidchicken.com>
6104
6105 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6106 text for standalone vs Emacs info.
6107 (Help): Clarify header line description. Use mouse-1 for clicks.
6108 (Help-P): Use mouse-1 for clicks.
6109 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6110 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6111 (Choose menu subtopic): Remove gratuitous Emacs command names.
6112 (Help-FOO): Put usual behavior first.
6113 (Help-Xref): Clicking on xrefs works in Emacs.
6114 (Search Text): Clarify what the default behavior is.
6115 (Create Info buffer): Fix Emacs window/X window confusion.
6116 (Emacs Info Variables): Fix for new Emacs init file behavior.
6117
61182006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6119
6120 * gnus.texi (Summary Buffer Lines): Fix typo.
6121
61222006-06-23 Carsten Dominik <dominik@science.uva.nl>
6123
6124 * org.texi (Embedded LaTeX): New chapter.
6125 (Archiving): Section rewritten.
6126 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6127
61282006-06-20 Bill Wohler <wohler@newt.com>
6129
6130 Release MH-E manual version 8.0.1.
6131
6132 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6133 release 8.0.1.
6134 (Preface): Depend on GNU mailutils 1.0 and higher.
6135
61362006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6137
6138 * message.texi (News Headers): Update message-syntax-checks section.
6139
61402006-06-19 Karl Berry <karl@gnu.org>
6141
6142 * info.texi (Advanced): Mention C-q, especially with ?.
6143
61442006-06-19 Carsten Dominik <dominik@science.uva.nl>
6145
6146 * org.texi (Publishing links): Document the `:link-validation-function'
6147 property.
6148 (Extensions and Hacking): New chapter, includes some sections of the
6149 "Miscellaneous" chapter.
6150
61512006-06-10 Carsten Dominik <dominik@science.uva.nl>
6152
6153 * org.texi (Progress logging): New section.
6154
2de53ca6
GM
61552006-06-06 Carsten Dominik <dominik@science.uva.nl>
6156
6157 * org.texi (ASCII export): Document indentation adaptation.
6158 (Setting tags): Document mutually-exclusive tags.
6159
61602006-06-05 Romain Francoise <romain@orebokech.com>
6161
6162 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6163 Fix typo.
6164
6165 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6166 channel (#gnus@irc.freenode.net).
6167 Fix typos. Update copyright notice.
6168
6169 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6170 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6171 (Line-Up Functions, Custom Macros):
6172 * ediff.texi (Window and Frame Configuration)
dccb744b 6173 (Highlighting Difference Regions):
2de53ca6
GM
6174 * emacs-mime.texi (Display Customization):
6175 * erc.texi (History):
6176 * eshell.texi (Known problems):
6177 * eudc.texi (Overview, BBDB):
6178 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6179 (The problem of spam, SpamOracle, Extending the Spam package)
6180 (Conformity, Terminology):
dccb744b 6181 * idlwave.texi (Routine Info)
2de53ca6
GM
6182 (Class and Keyword Inheritance, Padding Operators)
6183 (Breakpoints and Stepping, Electric Debug Mode)
6184 (Examining Variables, Troubleshooting):
6185 * org.texi (Creating timestamps):
6186 * reftex.texi (Commands, Options, Changes):
6187 * tramp.texi (Inline methods, Password caching)
6188 (Auto-save and Backup, Issues):
6189 * vip.texi (Files, Commands in Insert Mode):
6190 * viper.texi (Emacs Preliminaries, States in Viper)
6191 (Packages that Change Keymaps, Viper Specials, Groundwork):
6192 Fix various typos.
6193
61942006-05-31 Michael Ernst <mernst@alum.mit.edu>
6195
6196 * ediff.texi: Fix typos.
6197
61982006-05-30 Carsten Dominik <dominik@science.uva.nl>
6199
6200 * org.texi: Small typo fixes.
6201
fff84c22
JB
62022006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6203
6204 * viper.texi (Viper Specials):
6205 * gnus.texi (Example Setup):
6206 * faq.texi (Backspace invokes help):
6207 * dired-x.texi (Optional Installation Dired Jump):
6208 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6209 follow coding conventions.
6210
2de53ca6
GM
62112006-05-29 Michael Albinus <michael.albinus@gmx.de>
6212
6213 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6214
62152006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6216
6217 * pcl-cvs.texi: Fix typos.
6218 (Customization): Say "us".
6219
62202006-05-26 Eli Zaretskii <eliz@gnu.org>
6221
6222 * org.texi: Remove bogus @setfilename.
6223
62242006-05-26 Carsten Dominik <dominik@science.uva.nl>
6225
6226 * org.texi (ASCII export): Omit command name.
6227 (HTML export): Add prefix to all lines in Local Variable example.
6228 (Acknowledgments): Typeset names in italics.
6229
62302006-05-24 Carsten Dominik <dominik@science.uva.nl>
6231
6232 * org.texi (Plain lists): Add new item navigation commands.
6233 (External links): Document elisp and info links.
6234 (Custom searches): New section.
6235 (Publishing): New chapter.
6236 (HTML export): Include a list of supported CSS classes.
6237 (Setting tags): Describe the fast-tag-setting interface.
6238
62392006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6240
6241 * dired-x.texi: ifinfo -> ifnottex.
6242
62432006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6244
6245 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6246
62472006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6248
6249 * message.texi (Interface): Add tool bar customization.
6250 (MIME): Index and text additions for mml-attach.
6251 (MIME): Describe mml-dnd-protocol-alist and
6252 mml-dnd-attach-options.
6253
6254 * gnus.texi (Oort Gnus): Reorder entries in sections.
6255 Fix some entries.
6256 (Starting Up): Add references to "Emacs for Heathens" and to
6257 "Finding the News". Add user-full-name and user-mail-address.
6258 (Group Buffer Format): Add tool bar customization and update.
6259 (Summary Buffer): Add tool bar customization.
6260 (Posting Styles): Add message-alternative-emails.
6261
62622006-05-09 Michael Albinus <michael.albinus@gmx.de>
6263
6264 * tramp.texi (Filename completion): Improve wording.
6265
62662006-05-07 Romain Francoise <romain@orebokech.com>
6267
6268 * faq.texi (Using regular expressions): Fix typo.
6269 (Packages that do not come with Emacs): Fix capitalization.
6270 (Replacing text across multiple files): Expand node to explain how
6271 to use `dired-do-query-replace-regexp' in more detail, based on
6272 suggestion by Eric Hanchrow <offby1@blarg.net>.
6273
62742006-05-06 Michael Albinus <michael.albinus@gmx.de>
6275
6276 * tramp.texi (Filename completion): Completion of remote files'
6277 method, user name and host name is active only in partial
6278 completion mode.
6279
62802006-05-06 Bill Wohler <wohler@newt.com>
6281
6282 Release MH-E manual version 8.0.
6283
6284 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6285 release 8.0.
6286
62872006-05-06 Bill Wohler <wohler@newt.com>
6288
6289 * mh-e.texi (MH-BOOK-HOME): Change from
6290 http://www.ics.uci.edu/~mh/book/mh to
6291 http://rand-mh.sourceforge.net/book/mh.
6292 Replace .htm suffix with .html for MH book files.
6293 (Using This Manual): Update key binding for getting relevant
6294 chapter in Info from command key.
6295 (Ranges): Fix itemx.
6296
62972006-05-05 Karl Berry <karl@gnu.org>
6298
6299 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6300 (\fonttextsize): New user-level command to change text font size.
6301
63022006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6303
6304 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
6305
63062006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6307
6308 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6309
63102006-04-24 Bill Wohler <wohler@newt.com>
6311
6312 * mh-e.texi (Getting Started): Make it more explicit that you need
6313 to install MH. Add pointers to current MH implementations.
6314
63152006-04-21 Bill Wohler <wohler@newt.com>
6316
6317 Release MH-E manual version 7.94.
6318
6319 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6320 release 7.94.
6321
63222006-04-21 Carsten Dominik <dominik@science.uva.nl>
6323
6324 * org.texi: Many small fixes.
6325 (Handling links): Rename from "Managing links".
6326
63272006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
6328
6329 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6330 (Splitting mail using spam-stat): Fix @xref.
6331
63322006-04-20 Chong Yidong <cyd@stupidchicken.com>
6333
6334 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 6335 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
6336
63372006-04-20 Carsten Dominik <dominik@science.uva.nl>
6338
6339 * org.texi (Time stamps): Better explanation of the purpose of
6340 different time stamps.
6341 (Structure editing, Plain lists): More details on how new items
6342 and headings are inserted.
6343
63442006-04-18 Carsten Dominik <dominik@science.uva.nl>
6345
6346 * org.texi (Formula syntax): Fix link to Calc Manual.
6347
63482006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
6349
6350 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
6351
63522006-04-17 Bill Wohler <wohler@newt.com>
6353
6354 * mh-e.texi (Folders): Update mh-before-quit-hook and
6355 mh-quit-hook example with code that removes the buffers rather
6356 than just bury them.
6357
63582006-04-17 Michael Albinus <michael.albinus@gmx.de>
6359
6360 Sync with Tramp 2.0.53.
6361
63622006-04-13 Carsten Dominik <dominik@science.uva.nl>
6363
6364 * org.texi (Updating settings): New section.
6365 (Visibility cycling): Better names for the startup folding
6366 options.
6367 (Exporting): Completely restructured.
6368 (The very busy C-c C-c key): New section.
6369 (Summary of in-buffer settings): New section.
6370
63712006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
6372
6373 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
6374
63752006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6376
6377 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
6378 (Server Commands): Key `v' is reserved for users.
6379
63802006-04-11 Carsten Dominik <dominik@science.uva.nl>
6381
6382 * org.texi (Link format): New section, emphasis on bracket links.
6383 (External links): Document bracket links.
6384 (FAQ): Expand to cover shell links and the new link format.
6385
63862006-04-09 Kevin Ryde <user42@zip.com.au>
6387
6388 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
6389
63902006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6391
6392 * gnus.texi (Summary Buffer Lines): Add `*'.
6393
c8763fb6 63942006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
6395
6396 * gnus.texi (Group Parameters):
6397 Mention gnus-permanently-visible-groups.
6398
63992006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
6400
6401 * gnus.texi (Face): Fix typo.
6402
64032006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
6404
6405 * gnus.texi (X-Face): Clarify.
6406 (Face): Need Emacs with PNG support.
6407
64082006-04-06 Richard Stallman <rms@gnu.org>
6409
6410 * idlwave.texi: Delete the blocks "not suitable for inclusion with
6411 Emacs".
6412
64132006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
6414
6415 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
6416 blocks not suitable for inclusion with Emacs using variable
6417 PARTOFEMACS.
6418
64192006-04-04 Simon Josefsson <jas@extundo.com>
6420
6421 * gnus.texi (Security): Improve.
6422
64232006-04-02 Bill Wohler <wohler@newt.com>
6424
6425 * mh-e.texi (Getting Started, Junk, Bug Reports)
6426 (MH FAQ and Support): Fix URLs.
6427
64282006-03-31 Romain Francoise <romain@orebokech.com>
6429
6430 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
6431 to t, not nil (and has for the past eight years).
6432
64332006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
6434
6435 * message.texi, gnus.texi: Bump version to 5.11.
6436
64372006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
6438
6439 * gnus.texi (Top): Add comment about version line.
6440
6441 * message.texi (Top): Ditto. Change to take named versions into
6442 account.
6443
64442006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
6445
6446 * gnus.texi (Posting Styles): Add x-face-file to example.
6447 (X-Face): Refer to posting styles.
6448
6449 * gnus-faq.texi ([5.8]): Add x-face-file.
6450 ([8.4]): Add links to gmane.emacs.gnus.user and
6451 gmane.emacs.gnus.general.
6452
64532006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
6454
6455 * gnus-faq.texi: Use .invalid.
6456 ([5.4]): Fix gnus-posting-styles example.
6457
64582006-03-27 Romain Francoise <romain@orebokech.com>
6459
6460 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
6461 Emacs/W3 needs a new maintainer.
6462 (Ispell): Update author and version info.
6463 (Mailcrypt): Mention PGG.
6464 (New in Emacs 22): Add PGG to the list of new packages.
6465 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
6466 updating dead URLs.
6467
64682006-03-25 Karl Berry <karl@gnu.org>
6469
6470 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
6471 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
6472 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
6473 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
6474 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
6475 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
6476 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
6477 (2) do not indent copyright year list (or anything else).
6478
64792006-03-21 Bill Wohler <wohler@newt.com>
6480
6481 * mh-e.texi (Folders): Various edits.
6482
64832006-03-20 Romain Francoise <romain@orebokech.com>
6484
6485 * gnus.texi (Mail Folders): Grammar fix.
6486
64872006-03-19 Bill Wohler <wohler@newt.com>
6488
6489 * mh-e.texi (Replying): Document Mail-Followup-To.
6490 Change manually-formatted table to multitable. Add debugging info.
6491 Move description of mh-reply-default-reply-to into paragraph
6492 that describes its values.
6493
64942006-03-17 Bill Wohler <wohler@newt.com>
6495
10d1d0af 6496 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
6497 (Sending Mail Tour): Update method of entering
6498 addresses and subject.
6499 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
6500 (Adding Attachments, Searching): Update screenshots for Emacs 22.
6501
65022006-03-15 Carsten Dominik <dominik@science.uva.nl>
6503
6504 * org.texi: Version number change only.
6505
65062006-03-14 Bill Wohler <wohler@newt.com>
6507
6508 * mh-e.texi: Add index entries around each paragraph rather than
6509 depend on entries from beginning of node. Doing so ensures that
6510 index entries are less likely to be forgotten if text is cut and
6511 pasted, and are necessary anyway if the references are on a
6512 separate page. It seems that makeinfo is now (v. 4.8) only
6513 producing one index entry per node, so there is no longer any
6514 excuse not to. Use subheading instead of heading. The incorrect
6515 use of heading produced very large fonts in Info--as large as the
6516 main heading.
6517 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
6518 versions 6 and 7 appeared *around* the time of these Emacs releases.
6519
65202006-03-13 Carsten Dominik <dominik@science.uva.nl>
6521
6522 * org.texi (Clean view): Document new startup options.
6523
65242006-03-11 Bill Wohler <wohler@newt.com>
6525
6526 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
6527 (Composing, Scan Line Formats): Fix @refs.
6528 (Getting Started): Define MH profile and MH profile components.
6529 (Incorporating Mail, Reading Mail, Viewing, Printing)
6530 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
6531 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
6532 for string constants.
6533 (Tool Bar): Remove spurious quote.
6534 (Junk): Use ``...'' instead of "...".
6535 (Scan Line Formats): Replace @samp with @kbd.
6536
65372006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
6538
6539 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
6540
65412006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6542
6543 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
6544 easy to understand.
6545
65462006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
6547
6548 * gnus.texi: Markup fix.
6549 (Fancy Mail Splitting): Specify new feature.
6550
65512006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
6552
6553 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
6554 partial-words matching.
6555
65562006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
6557
6558 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
6559
6560 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
6561 (MIME Commands): Fix mm-discouraged-alternatives.
6562
65632006-03-07 Carsten Dominik <dominik@science.uva.nl>
6564
6565 * org.texi: Version number change only.
6566
65672006-03-06 Bill Wohler <wohler@newt.com>
6568
6569 * mh-e.texi: Move from SourceForge repository to Savannah.
6570 This is version 7.93, which is a total rewrite from the previous
6571 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
6572 version 7.93.
6573
65742006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
6575
6576 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
6577
65782006-03-01 Carsten Dominik <dominik@science.uva.nl>
6579
6580 * org.texi (Interaction): Add item about `org-mouse.el' by
6581 Piotr Zielinski.
6582 (Managing links): Document that also mouse-1 can be used to
6583 activate a link.
6584 (Headlines, FAQ): Add entry about hiding leading stars.
6585 (Miscellaneous): Resort the sections in this chapter to a more
6586 logical sequence.
6587
65882006-02-27 Simon Josefsson <jas@extundo.com>
6589
6590 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
6591 2004-01-27 from the trunk).
6592
65932006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6594
6595 * cc-mode.texi: Rename c-hungry-backspace to
6596 c-hungry-delete-backwards, at the request of RMS. Leave the old
6597 name as an alias.
6598
65992006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6600
6601 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
6602 include the function header within the defun.
6603
66042006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6605
6606 * cc-mode.texi: Correct two typos.
6607
66082006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6609
6610 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
6611 existing comment.
6612 (Electric Keys): Add a justification for electric indentation.
6613 (Hungry WS Deletion): Clear up the names and complications of the
6614 BACKSPACE and DELETE keys.
6615
66162006-02-23 Juri Linkov <juri@jurta.org>
6617
6618 * faq.texi (Common requests): Move `Turning on auto-fill by
6619 default' after `Wrapping words automatically'. Move `Working with
6620 unprintable characters' before `Searching for/replacing newlines'.
6621 Move `Replacing highlighted text' after `Highlighting a region'.
6622 Merge `Repeating commands' and `Repeating a command as many times
6623 as possible' into the former.
6624 (Packages that do not come with Emacs): Add refs to Gmane and
6625 etc/MORE.STUFF.
6626
66272006-02-23 Juri Linkov <juri@jurta.org>
6628
6629 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
6630 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
6631 Add xref to `(emacs)Reporting Bugs'.
6632 (Getting a printed manual): Add URL to other formats of the manual.
6633 (Common requests): Fix menu.
6634 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
6635 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
6636 (Inserting text at the beginning of each line): Add pxref to
6637 `Changing the included text prefix'.
6638 (Forcing the cursor to remain in the same column): Mention `track-eol'
6639 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
6640 (Replacing text across multiple files): Add keybinding `Q' for
6641 `dired-do-query-replace'.
6642
66432006-02-22 Carsten Dominik <dominik@science.uva.nl>
6644
6645 * reftex.texi: Version number and date change only.
6646
6647 * org.texi (Internal Links): Rewrite to cover the modified
6648 linking system.
6649
66502006-02-17 Eli Zaretskii <eliz@gnu.org>
6651
6652 * faq.texi: Remove the coding cookie, it's not needed anymore.
6653
66542006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6655
6656 * faq.texi (Colors on a TTY): Mention Mac OS port.
6657
66582006-02-12 Karl Berry <karl@gnu.org>
6659
6660 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
6661 8-bit accented a.
6662
66632006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
6664
6665 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
6666
66672006-02-08 Romain Francoise <romain@orebokech.com>
6668
6669 * faq.texi (Top): Remove paragraph about the FAQ being a
6670 transitional document, etc.
6671 (Searching for/replacing newlines): New node.
6672 (Yanking text in isearch): New node.
6673 (Inserting text at the beginning of each line): Rename and make
6674 more general, mention `M-;' in Message mode.
6675
66762006-02-07 Luc Teirlinck <teirllm@auburn.edu>
6677
6678 * faq.texi (Meta key does not work in xterm)
6679 (Emacs does not display 8-bit characters)
6680 (Inputting eight-bit characters): Update xrefs.
6681
66822006-02-06 Romain Francoise <romain@orebokech.com>
6683
6684 * faq.texi (VM): VM now at version 7.19.
6685 Set myself as maintainer of this file.
6686
66872006-02-04 Michael Olson <mwolson@gnu.org>
6688
6689 * erc.texi (History): Note that ERC is now included with Emacs.
6690
66912006-01-31 Romain Francoise <romain@orebokech.com>
6692
6693 * message.texi (Message Headers): Explain what
6694 `message-alternative-emails' does in more detail.
6695 Update copyright year.
6696
66972006-01-30 Juanma Barranquero <lekktu@gmail.com>
6698
6699 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
6700
67012006-01-29 Richard M. Stallman <rms@gnu.org>
6702
6703 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
6704
67052006-01-29 Michael Olson <mwolson@gnu.org>
6706
6707 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
6708
6709 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
6710
6711 * faq.texi (New in Emacs 22): Mention ERC.
6712
67132006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6714
6715 * rcirc.texi: Capitalize dir entry for consistency with the entry
6716 in info/dir and other entries in the Emacs category.
6717 Fix typos. Delete trailing whitespace.
6718
c8763fb6 67192006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
6720
6721 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
6722
67232006-01-27 Eli Zaretskii <eliz@gnu.org>
6724
6725 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
6726 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
6727
6728 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
6729 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
6730
67312006-01-27 Alex Schroeder <alex@gnu.org>
6732
6733 * rcirc.texi: New file.
6734
67352006-01-23 Juri Linkov <juri@jurta.org>
6736
6737 * widget.texi (User Interface): Add S-TAB for widget-backward.
6738
67392006-01-22 Michael Albinus <michael.albinus@gmx.de>
6740
6741 Sync with Tramp 2.0.52.
6742
6743 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
6744 Add Tramp disabling item. New item for common connection problems.
6745 (various): Apply "ftp" as method for the download URL.
6746 (Bug Reports): Refer to FAQ for common problems.
6747
67482006-01-21 Eli Zaretskii <eliz@gnu.org>
6749
6750 * widget.texi (User Interface): Use @key for TAB.
6751
6752 * ses.texi (Formulas, Printer functions): Use @key for TAB.
6753
6754 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
6755 for TAB.
6756
6757 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
6758
67592006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6760
6761 * gnus.texi: Update copyright.
6762
67632006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
6764
6765 * gnus.texi (Article Washing): Additions.
6766
2de53ca6
GM
67672006-01-13 Carsten Dominik <dominik@science.uva.nl>
6768
6769 * org.texi (Agenda commands): Document tags command.
6770
67712006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6772
6773 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
6774
67752006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6776
6777 * gnus.texi (RSS): Addition.
6778
67792005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6780
6781 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
6782
67832005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
6784
6785 * emacs-mime.texi (Display Customization): Add setting example to
6786 mm-discouraged-alternatives.
6787
67882006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6789
6790 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
6791 version is the canonical version.
6792
67932006-01-08 Alex Schroeder <alex@gnu.org>
6794
6795 * pgg.texi (Caching passphrase): Rewording.
6796
67972006-01-06 Eli Zaretskii <eliz@gnu.org>
6798
6799 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
6800 repository URL.
6801
68022006-01-06 Carsten Dominik <dominik@science.uva.nl>
6803
6804 * org.texi: Removed the accidentally re-added empty line in the
6805 direntry.
6806
68072006-01-05 Carsten Dominik <dominik@science.uva.nl>
6808
6809 * org.texi (Agenda Views): Chapter reorganized.
6810
68112005-12-29 Romain Francoise <romain@orebokech.com>
6812
6813 * faq.texi (Using Customize): New node.
6814
68152005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6816
6817 * org.texi: Remove blank line in @direntry. It is non-standard
6818 and recursively produces blank lines all over the dir file (when
6819 using Texinfo 4.8).
6820
68212005-12-21 Luc Teirlinck <teirllm@auburn.edu>
6822
6823 * widget.texi (atoms): Delete obsolete remark about `file' widget.
6824
68252005-12-20 Carsten Dominik <dominik@science.uva.nl>
6826
6827 * org.texi (Tags): Boolean logic documented.
6828 (Agenda Views): Document custom commands.
6829
68302005-12-20 David Kastrup <dak@gnu.org>
6831
6832 * faq.texi (AUCTeX): Update version and mailing list info.
6833
68342005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
6835
6836 * gnus.texi (MIME Commands): Mention addition of
6837 multipart/alternative to gnus-buttonized-mime-types and add xref
6838 to mm-discouraged-alternatives.
6839
6840 * emacs-mime.texi (Display Customization): Mention addition of
6841 "image/.*" and add xref to gnus-buttonized-mime-types in the
6842 mm-discouraged-alternatives section.
6843
68442005-12-16 Carsten Dominik <dominik@science.uva.nl>
6845
6846 * org.texi (Tags): New section.
6847 (Agenda Views): Chapter reorganized.
6848
68492005-12-16 Eli Zaretskii <eliz@gnu.org>
6850
6851 * org.texi (Internal Links): Add a missing comma after an @xref.
6852
68532005-12-14 Chong Yidong <cyd@stupidchicken.com>
6854
6855 * faq.texi (Filling paragraphs with a single space): No need to
6856 change sentence-end now.
6857
68582005-12-13 Romain Francoise <romain@orebokech.com>
6859
6860 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
6861
68622005-12-12 Jay Belanger <belanger@truman.edu>
6863
6864 * faq.texi (Calc): Update version number.
6865
68662005-12-12 Carsten Dominik <dominik@science.uva.nl>
6867
6868 * org.texi (Progress Logging): New section.
6869
68702005-12-10 Romain Francoise <romain@orebokech.com>
6871
6872 Update the Emacs FAQ for the 22.1 release.
6873
6874 * faq.texi: Set VER to `22.1'.
6875 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
6876 Tutorial. Mention that `C-h r' displays the manual.
6877 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
6878 (Getting a printed manual): Point to the new locations of the
6879 manuals on the GNU Web site.
6880 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
6881 available via Info (it was previously distributed separately).
6882 (Installing Texinfo documentation): The latest version of Texinfo
6883 is 4.8, not 4.0.
6884 (Informational files for Emacs): COPYING is the GNU General Public
6885 License, not the Emacs General Public License.
6886 (Informational files for Emacs): Delete obsolete link to the
6887 GNUinfo pages as they have been removed from the GNU Web site.
6888 (New in Emacs 22): New node.
6889 (Setting up a customization file): Say that most packages support
6890 Customize nowadays.
6891 (Colors on a TTY): Delete reference to instructions on how to
6892 enable syntax highlighting, it is now enabled by default.
6893 (Turning on abbrevs by default): Emacs now reads the abbrevs file
6894 at startup automatically.
6895 (Controlling case sensitivity): Mention `M-c' in isearch.
6896 (Using an already running Emacs process): Emacs now creates the
6897 socket in `/tmp/emacsUID'. Fix typos. Change default location of
6898 gnuserv. As emacsclient can now run Lisp code as well, delete a
6899 sentence praising gnuserv for that. Simplify description of how
6900 the client/server operation works.
6901 (Compiler error messages): Delete obsolete text (compile.el has
6902 been rewritten).
6903 (Indenting switch statements): Fix typo.
6904 (Matching parentheses): Simplify setup instructions, mention the
6905 menu bar item in the Options menu.
6906 (Repeating a command as many times as possible): Mention `C-x e'.
6907 (Going to a line by number): Mention new keymap and bindings
6908 `M-g M-g', `M-g M-p' and `M-g M-n'.
6909 (Turning on syntax highlighting): Now on by default. Simplify.
6910 (Replacing highlighted text): Use `1', not `t'.
6911 (Problems with very large files): The maximum size is now 256MB on
6912 32-bit machines.
6913 (^M in the shell buffer): Mention `comint-process-echoes'.
6914 (Emacs for Apple computers): Emacs 22 has native support for Mac
6915 OS X.
6916 (Translating names to IP addresses): Delete node.
6917 (Binding keys to commands): Fix typo.
6918 (SPC no longer completes file names): New node.
6919 (MIME with Emacs mail packages): Delete section about the Emacs
6920 MIME FAQ (it's not reachable anymore).
6921
69222005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6923
6924 * cc-mode.texi: The manual has been extensively revised: the
6925 information about using CC Mode has been separated from the larger
6926 and more difficult chapters about configuration. It has been
6927 updated for CC Mode 5.31.
6928
69292005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6930
6931 * pgg.texi (User Commands): Fix description of pgg-verify-region.
6932 (Selecting an implementation): Fix descriptions.
6933
69342005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
6935
6936 * message.texi (Various Message Variables): Addition.
6937
69382005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
6939
6940 * message.texi: Fix default values.
6941
69422005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6943
6944 * message.texi (Header Commands): Clarify descriptions of
6945 message-cross-post-followup-to, message-reduce-to-to-cc, and
6946 message-insert-wide-reply.
6947 (Various Commands): Fix kindex for message-kill-to-signature;
6948 clarify description of message-tab.
6949
69502005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6951
6952 * message.texi (Mailing Lists): Fix description about MFT.
6953
6954 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
6955
69562005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
6957
6958 * gnus.texi (Slow Terminal Connection): Replace old description
6959 with new one.
6960
69612005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
6962
6963 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
6964 replace X-Draft-Headers with X-Draft-From.
6965
69662005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
6967
6968 * gnus.texi (Various Various): Fix the default value of
6969 nnheader-max-head-length.
6970 (Gnus Versions): Fix typo.
6971
69722005-12-08 Carsten Dominik <dominik@science.uva.nl>
6973
6974 * org.texi (Structure editing): Document new functionality of
6975 M-RET.
6976
69772005-12-06 Luc Teirlinck <teirllm@auburn.edu>
6978
6979 * org.texi (Internal Links): Fix Texinfo usage.
6980
69812005-12-06 Carsten Dominik <dominik@science.uva.nl>
6982
6983 * org.texi (TODO basics): Document the global todo list.
6984 (TODO items): Documents sparse tree for specific TODO
6985 keywords.
6986
69872005-11-30 Carsten Dominik <dominik@science.uva.nl>
6988
6989 * org.texi (Plain Lists): Typos fixed.
6990
69912005-11-28 Jay Belanger <belanger@truman.edu>
6992
6993 * calc.texi: Change references of `M-#' to `C-x *' prefix.
6994
69952005-11-24 Carsten Dominik <dominik@science.uva.nl>
6996
6997 * org.texi (Structure editing): New item moving commands added.
6998 (Plain Lists): New section.
6999
70002005-11-18 Carsten Dominik <dominik@science.uva.nl>
7001
7002 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7003 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7004 `org-agenda-file-to-front'.
2de53ca6
GM
7005 (Built-in table editor): Document `org-table-sort-lines'.
7006 (HTML formatting): Export of hand-formatted lists.
7007
70082005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7009
7010 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7011 new variable gnus-toolbar-thickness.
7012
70132005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7014
7015 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7016
70172005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7018
7019 * gnus.texi (X-Face): Fix description.
7020 (XVarious): Remove gnus-xmas-logo-color-alist and
7021 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7022
70232005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7024
7025 * gnus.texi (Group Parameters): Mention new variable
7026 gnus-parameters-case-fold-search.
7027 (Home Score File): Addition.
7028
70292005-11-04 Ulf Jasper <ulf.jasper@web.de>
7030
7031 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7032 (Overview): List supported feed types.
7033 (Installation): No installation necessary when using autoload.
7034 (Configuration): Rename "RSS" to "news".
7035
70362005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7037
7038 * pgg.texi (User Commands): Document additional passphrase
7039 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7040 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7041
70422005-11-04 Carsten Dominik <dominik@science.uva.nl>
7043
7044 * org.texi: Version number changed to 3.19.
7045
70462005-10-29 Sascha Wilde <wilde@sha-bang.de>
7047
7048 * pgg.texi (How to use): Update the example to add autoload of
7049 pgg-encrypt-symmetric-region.
7050 (User Commands): Document pgg-encrypt-symmetric-region.
7051 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7052
70532005-10-27 Jay Belanger <belanger@truman.edu>
7054
7055 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7056 mention other TeX-related units.
7057
70582005-10-23 Lars Hansen <larsh@soem.dk>
7059
0c7efc08
SM
7060 * dired-x.texi (Miscellaneous Commands):
7061 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7062 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7063
70642005-10-23 Jay Belanger <belanger@truman.edu>
7065
7066 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7067 constant.
7068
70692005-10-23 Michael Albinus <michael.albinus@gmx.de>
7070
0c7efc08
SM
7071 * faq.texi (Bugs and problems):
7072 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7073 `directory-listing-before-filename-regexp'.
7074
70752005-10-22 Eli Zaretskii <eliz@gnu.org>
7076
7077 * newsticker.texi (UPDATED): Set value.
7078
70792005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7080
7081 * gnus.texi (Document Groups): Remove duplicate item.
7082
70832005-10-21 Carsten Dominik <dominik@science.uva.nl>
7084
7085 * org.texi (Summary): Mention iCalendar support.
7086 (Exporting): Document iCalendar support.
7087
70882005-10-18 Romain Francoise <romain@orebokech.com>
7089
7090 * viper.texi (Viper Specials): Capitalize GNU.
7091
70922005-10-17 Juri Linkov <juri@jurta.org>
7093
7094 * info.texi (Getting Started, Search Index, Expert Info):
7095 Fix wording.
7096 (Search Text): Replace `echo area' with `mode line'.
7097 (Search Index): Both `i' and `,' find all index entries.
7098 Replace example `C-f' with `C-l' (which exists in index of Info
7099 manual) and delete spaces in its keyboard input sequence.
7100 Delete unnecessary explanations about literal characters.
7101
71022005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7103
7104 * gnus.texi (Document Server Internals): Addition.
7105
71062005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7107
7108 * gnus.texi (A note on namespaces): Fix RFC reference.
7109
71102005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7111
7112 * gnus.texi (RSS): Fix key description.
7113
71142005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7115
7116 * gnus.texi: Emacs/w3 -> Emacs/W3.
7117 (Browsing the Web): Fix description.
7118 (Web Searches): Ditto.
7119 (Customizing W3): Ditto.
7120
71212005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7122
7123 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7124
71252005-10-11 Jay Belanger <belanger@truman.edu>
7126
7127 * calc.texi (Integration): Mention using `a i' to compute definite
7128 integrals.
7129
71302005-10-11 Juri Linkov <juri@jurta.org>
7131
7132 * info.texi: Rearrange nodes.
7133 (Top): Update menu. Change ref `Info for Experts' to
7134 `Advanced Info Commands'.
7135 (Getting Started): Fix description of manual's parts.
7136 (Help-Int): Change xref `Info Search' to `Search Index', and
7137 `Expert Info' to `Advanced'.
7138 (Advanced): Move node one level up.
7139 (Search Text, Search Index): New nodes split out from `Info Search'.
7140 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7141 split out from `Advanced'.
7142 (Advanced, Emacs Info Variables): De-document editing an Info file
7143 in Info.
7144 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7145 (Creating an Info File): Delete node and move its text to
7146 `Expert Info'.
7147
71482005-10-10 Carsten Dominik <dominik@science.uva.nl>
7149
7150 * org.texi (Workflow states): Documented that change in keywords
7151 becomes active only after restart of Emacs.
7152
71532005-10-08 Michael Albinus <michael.albinus@gmx.de>
7154
7155 Sync with Tramp 2.0.51.
7156
71572005-10-08 Nick Roberts <nickrob@snap.net.nz>
7158
7159 * speedbar.texi (Introduction): Describe new location of speedbar
7160 on menubar.
7161 (Basic Key Bindings): Remove descriptions of bindings that have
7162 been removed.
7163
71642005-10-05 Nick Roberts <nickrob@snap.net.nz>
7165
7166 * speedbar.texi (GDB): Describe use of watch expressions.
7167
71682005-09-28 Simon Josefsson <jas@extundo.com>
7169
7170 * message.texi (IDNA): Fix.
7171
71722005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7173
7174 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7175 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7176 description of nntp-open-connection-function.
7177 (Common Variables): Fix descriptions.
7178
71792005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7180
7181 * gnus.texi (Server Buffer Format): Document the %a format spec.
7182
71832005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7184
7185 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7186
71872005-09-23 Carsten Dominik <dominik@science.uva.nl>
7188
7189 * org.texi Version 3.16.
7190
71912005-09-19 Miles Bader <miles@gnu.org>
7192
7193 * newsticker.texi: Get rid of CVS keywords.
7194
71952005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7196
7197 * gnus.texi (Finding the Parent): Fix description of how Gnus
7198 finds article.
7199
72002005-09-14 Jari Aalto <jari.aalto@cante.net>
7201
7202 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7203 to drop off non-answered articles.
7204
72052005-09-19 Juanma Barranquero <lekktu@gmail.com>
7206
7207 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7208 braces (which are unsupported by NMAKE) for macro `srcdir'.
7209
72102005-09-17 Eli Zaretskii <eliz@gnu.org>
7211
7212 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7213 (../info/newsticker, newsticker.dvi): New targets.
7214
72152005-09-17 Ulf Jasper <ulf.jasper@web.de>
7216
7217 * newsticker.texi: Replace @command with @code. Replace @example
7218 with @lisp.
0c7efc08
SM
7219 (Top): Add explanations to menu items.
7220 (GNU Free Documentation License): Remove.
2de53ca6
GM
7221
72222005-09-16 Romain Francoise <romain@orebokech.com>
7223
7224 Update all files to specify GFDL version 1.2.
7225
7226 * doclicense.texi (GNU Free Documentation License): Update to
7227 version 1.2.
7228
72292005-09-15 Richard M. Stallman <rms@gnu.org>
7230
7231 * newsticker.texi: Fix @setfilename.
7232
7233 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7234 (../info/newsticker, newsticker.dvi): New targets.
7235
72362005-08-30 Carsten Dominik <dominik@science.uva.nl>
7237
7238 * org.texi: Version 3.15.
7239
72402005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7241
7242 * ses.texi: Combine all three indices into one.
7243 Correct a few typos.
7244
72452005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7246
7247 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7248
72492005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7250
7251 * emacs-mime.texi (Handles): Remove duplicate item.
7252 (Encoding Customization): Fix the default value for
7253 mm-coding-system-priorities.
7254 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7255 (Basic Functions): Fix reference.
7256
72572005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7258
7259 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7260
72612005-08-18 Richard M. Stallman <rms@gnu.org>
7262
7263 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7264 and web site.
7265
7266 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7267 not keyboard-translate.
7268
72692005-08-11 Richard M. Stallman <rms@gnu.org>
7270
7271 * faq.texi (Using regular expressions): Fix xref.
7272
72732005-08-09 Juri Linkov <juri@jurta.org>
7274
7275 * info.texi (Help-P): Replace `Prev' with `Previous'.
7276 (Help-M, Help-Xref): Add S-TAB.
7277 (Help-FOO): Update `u' command.
7278 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7279 Update info about visibility of xref parts.
7280 (Help-Int): Fix `m' command. Rename `Info-last' to
7281 `Info-history-back'. Add `Info-history-forward'.
7282 (Advanced): Fix `g*' and `M-n' commands.
7283 (Info Search): Add `index-apropos' in stand-alone browser.
7284 Add isearch commands.
7285 (Emacs Info Variables): Remove `Info-fontify'.
7286 Add `Info-mode-hook'. Update face names.
7287 Add `Info-fontify-maximum-menu-size',
7288 `Info-fontify-visited-nodes', `Info-isearch-search'.
7289
72902005-08-07 Michael Albinus <michael.albinus@gmx.de>
7291
7292 Sync with Tramp 2.0.50.
7293
7294 * tramp.texi: Use @option{} consequently for method names.
7295 (Inline methods, External transfer methods): Remove references to
7296 Cygwin.
7297 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7298 implementation.
7299
73002005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7301
7302 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7303 Mention that gnus-init-file is not read when Emacs is invoked with
7304 --no-init-file or -q.
7305
73062005-07-19 Carsten Dominik <dominik@science.uva.nl>
7307
7308 * org.texi: Version 3.14.
7309
73102005-07-04 Carsten Dominik <dominik@science.uva.nl>
7311
7312 * org.texi: Version 3.13.
7313
73142005-07-18 Juri Linkov <juri@jurta.org>
7315
7316 * calc.texi (Time Zones, Logical Operations):
7317 * cl.texi (Overview):
7318 * org.texi (TODO types):
7319 * sc.texi (Emacs 18 MUAs):
7320 * speedbar.texi (Top):
7321 * url.texi (History):
7322 Delete duplicate duplicate words.
7323
ce058493 73242005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
7325
7326 * cl.texi (Type Predicates): Document `atom' type.
7327
73282005-07-04 Lute Kamstra <lute@gnu.org>
7329
7330 Update FSF's address in GPL notices.
7331
7332 * calc.texi (Copying):
7333 * doclicense.texi (GNU Free Documentation License):
7334 * faq.texi (Contacting the FSF):
7335 * mh-e.texi (Copying): Update FSF's address.
7336
73372005-07-03 Richard M. Stallman <rms@gnu.org>
7338
7339 * flymake.texi (Example -- Configuring a tool called directly):
7340 Update name of flymake-build-relative-filename.
7341
73422005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7343
7344 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
7345
73462005-06-29 Carsten Dominik <dominik@science.uva.nl>
7347
7348 * org.texi: Version 3.12.
7349
73502005-06-24 Eli Zaretskii <eliz@gnu.org>
7351
7352 * makefile.w32-in (MAKEINFO): Use --force.
7353 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7354 Makefile.in.
7355 (gnus.dvi): Use "..." to quote Sed args, so that it works with
7356 more shells.
7357
73582005-06-23 Richard M. Stallman <rms@gnu.org>
7359
7360 * speedbar.texi (Creating a display): Texinfo usage fixes.
7361
7362 * tramp.texi (Customizing Completion, Auto-save and Backup):
7363 Texinfo usage fixes.
7364
73652005-06-23 Juanma Barranquero <lekktu@gmail.com>
7366
7367 * dired-x.texi (Miscellaneous Commands):
7368 * ediff.texi (Miscellaneous):
7369 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
7370 (Agent Variables):
7371 * info.texi (Help-Xref):
7372 * message.texi (Message Headers):
7373 * org.texi (Remember):
7374 * reftex.texi (Options (Defining Label Environments)):
7375 (Options (Index Support)):
7376 (Options (Viewing Cross-References)):
7377 (Options (Misc)):
7378 (Changes):
7379 * speedbar.texi (Creating a display):
7380 * tramp.texi (Customizing Completion, Auto-save and Backup):
7381 Texinfo usage fix.
7382
73832005-06-13 Carsten Dominik <dominik@science.uva.nl>
7384
7385 * org.texi: Version 3.11.
7386
73872005-06-12 Jay Belanger <belanger@truman.edu>
7388
7389 * calc.texi (Getting Started): Remove extra menu item.
7390
73912005-05-31 Jay Belanger <belanger@truman.edu>
7392
7393 * calc.texi (Notations Used in This Manual): Use @kbd for key
7394 sequence.
7395 (Demonstration of Calc): Mention another way of starting Calc.
7396 (Starting Calc): Mention long name of M-#.
7397 (Embedded Mode Overview): Remove unnecessary instruction.
7398 (Other M-# commands): Rephrase `M-# 0' explanation.
7399 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
7400 reflect current behavior.
7401
74022005-05-30 Jay Belanger <belanger@truman.edu>
7403
7404 * calc.texi (Hooks): Change description of calc-window-hook and
7405 calc-trail-window-hook to match usage.
7406 (Computational Functions): Add more constant-generating functions.
7407 (Customizable Variables): Use defvar.
7408
74092005-05-28 Jay Belanger <belanger@truman.edu>
7410
7411 * calc.texi (Assignments in Embedded Mode): Fix variable name.
7412 (Basic Embedded Mode): Explain behavior of arguments to
7413 calc-embedded-mode.
7414
74152005-05-27 Jay Belanger <belanger@truman.edu>
7416
7417 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
7418 current behavior.
7419
74202005-05-25 Jay Belanger <belanger@truman.edu>
7421
7422 * calc.texi: Change Calc version number throughout.
7423 (Keypad Mode): Change location in info output.
7424 (Keypad mode overview): Move picture of keypad.
7425
74262005-05-21 Jay Belanger <belanger@truman.edu>
7427
7428 * calc.texi (Storing variables): Mention that only most variables
7429 are void to begin with.
7430
74312005-05-21 Kevin Ryde <user42@zip.com.au>
7432
7433 * widget.texi (Basic Types): Update cross ref from "Enabling
7434 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
7435 lispref/text.texi change.
7436
74372005-05-20 Carsten Dominik <dominik@science.uva.nl>
7438
7439 * org.texi: Version 3.09.
7440
74412005-05-18 Carsten Dominik <dominik@science.uva.nl>
7442
7443 * reftex.texi: Version 4.28.
7444
74452005-05-16 Jay Belanger <belanger@truman.edu>
7446
7447 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
7448
74492005-05-14 Jay Belanger <belanger@truman.edu>
7450
7451 * calc.texi (Default Simplifications): Insert missing ! (logical
7452 not operator).
7453
74542005-05-14 Michael Albinus <michael.albinus@gmx.de>
7455
7456 Sync with Tramp 2.0.49.
7457
74582005-05-10 Jay Belanger <belanger@truman.edu>
7459
7460 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
7461 to 1.
7462
74632005-04-29 Carsten Dominik <dominik@science.uva.nl>
7464
7465 * org.texi: Version 3.08, structure reorganized.
7466
74672005-04-24 Richard M. Stallman <rms@gnu.org>
7468
7469 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
7470
74712005-04-15 Carsten Dominik <dominik@science.uva.nl>
7472
7473 * org.texi: Update to version 3.06.
7474
74752005-04-13 Lute Kamstra <lute@gnu.org>
7476
7477 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
7478
74792005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
7480
7481 * cl.texi (Porting Common Lisp): Fix typo.
7482
74832005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7484
7485 * gnus.texi (RSS): Addition.
7486
74872005-04-04 Jay Belanger <belanger@truman.edu>
7488
7489 * calc.texi: Change Calc version number.
7490 (Customizable variables): Fix description of calc-language-alist.
7491 (Copying): Put in version 2 of GPL.
7492
74932005-04-01 Jay Belanger <belanger@truman.edu>
7494
7495 * calc.texi (Troubleshooting Commands): Remove comment about
7496 installation.
7497 (Installation): Remove section.
7498 (Customizable Variables): New section.
7499 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
7500 (Graphical Devices): Add references to Customizable Variables.
7501
75022005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
7503
7504 * emacs-mime.texi (Display Customization): Markup fixes.
7505 (rfc2047): Update.
7506
75072005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
7508
7509 * gnus-faq.texi: Replaced with auto-generated version.
7510
75112005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7512
7513 * dired-x.texi (Multiple Dired Directories): default-directory was
7514 renamed to dired-default-directory.
7515
75162005-03-26 Jay Belanger <belanger@truman.edu>
7517
7518 * calc.texi (Simplifying Formulas, Rewrite Rules):
7519 Change description of top and bottom of fraction.
7520 (Modulo Forms): Move description of how to create modulo forms to
7521 earlier in the section.
7522 (Fraction Mode): Suggest using : to get a fraction by dividing.
7523 (Basic Arithmetic): Adjust placement of command name.
7524 (Truncating the Stack): Emphasize that "hidden" entries are still
7525 visible.
7526 (Installation): Move discussion of printing manual to "About This
7527 Manual".
7528 (About This Manual): Mention how to print the manual.
7529 (Reporting Bugs): Remove first person.
7530 (Building Vectors): Add algebraic version of append.
7531 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
7532 (Grouping Digits): Fix typo.
7533
75342005-03-25 Werner Lemberg <wl@gnu.org>
7535
7536 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
7537 Replace `legal' with `valid'.
7538
75392005-03-25 Werner Lemberg <wl@gnu.org>
7540
7541 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
7542
75432005-03-24 Jay Belanger <belanger@truman.edu>
7544
7545 * calc.texi (General Mode Commands)
7546 (Mode Settings in Embedded Mode): Add some explanation of
7547 recording mode settings.
7548
75492005-03-24 Richard M. Stallman <rms@gnu.org>
7550
7551 * calc.texi: Remove praise of non-free software.
7552
7553 * idlwave.texi: Don't say where to get IDL or its non-free manual.
7554 (Installation): Node deleted.
7555
75562005-03-23 Richard M. Stallman <rms@gnu.org>
7557
7558 * url.texi (HTTP language/coding): Improve last change.
7559
75602005-03-22 Jay Belanger <belanger@truman.edu>
7561
7562 * calc.texi (Embedded Mode): Add new information on changing
7563 modes.
7564
75652005-03-20 Michael Albinus <michael.albinus@gmx.de>
7566
7567 Sync with Tramp 2.0.48.
7568
7569 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
7570
7571 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
7572 "GNU/Linux". Change all addresses to .gnu.org.
7573 (Default Method): Offer shortened syntax for "su" and "sudo"
7574 methods.
7575
75762005-03-07 Richard M. Stallman <rms@gnu.org>
7577
7578 * url.texi: Fix usage of "e.g.".
7579 (HTTP language/coding): Explain the rules for these strings.
7580
75812005-03-06 Richard M. Stallman <rms@gnu.org>
7582
7583 * woman.texi (Introduction): Minor cleanups.
7584
7585 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
7586
7587 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
7588 (Installation): Node deleted.
7589
7590 * mh-e.texi (Preface): Get rid of "Emacs 21".
7591
7592 * eshell.texi (Installation): Delete node (for Emacs 20).
7593
75942005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
7595
7596 * flymake.texi: Refill and tweak style in @lisp blocks.
7597
75982005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7599
7600 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
7601
76022005-03-01 Jay Belanger <belanger@truman.edu>
7603
7604 * calc.texi (Trigonometric and Hyperbolic Functions):
7605 Mention additional functions.
7606 (Algebraic Simplifications): Mention additional simplifications.
7607
76082005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
7609
7610 * ses.texi: Add concept/function/variable indices (this work was
7611 donated by Brad Collins <brad@chenla.org>, copyright-assignment
7612 papers on file at FSF).
7613
76142005-02-10 Jay Belanger <belanger@truman.edu>
7615
7616 * calc.texi: Change @LaTeX to La@TeX throughout.
7617 Redefine @expr as @math for TeX output.
7618 Redefine @texline as a no-op for TeX output.
7619 Define @tfn, replace @t by @tfn throughout.
7620
76212005-02-09 Jay Belanger <belanger@truman.edu>
7622
7623 * calc.texi: Add macro for LaTeX for info output.
7624
76252005-02-08 Kim F. Storm <storm@cua.dk>
7626
7627 * texinfo.tex (LaTex): Add def.
7628
76292005-02-06 Jay Belanger <belanger@truman.edu>
7630
7631 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
7632 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
7633 throughout manual.
7634
76352005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7636
7637 * gnus.texi: Some edits based on comments from David Abrahams.
7638
76392005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
7640
7641 * gnus.texi (RSS): Fix the keystroke.
7642
76432005-01-24 David Kastrup <dak@gnu.org>
7644
7645 * faq.texi: Update AUCTeX version info.
7646
76472005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
7648
7649 * gnus-faq.texi ([4.1]): Typo.
7650
76512005-01-19 Jay Belanger <belanger@truman.edu>
7652
7653 * calc.texi (Keep Arguments): Mention that keeping arguments
7654 doesn't work with keyboard macros.
7655
76562005-01-16 Richard M. Stallman <rms@gnu.org>
7657
7658 * autotype.texi (Autoinserting): Fix small error.
7659
76602005-01-16 Michael Albinus <michael.albinus@gmx.de>
7661
7662 Sync with Tramp 2.0.47.
7663
7664 * tramp.texi (Compilation): New section, describing compilation of
7665 remote files.
7666
76672005-01-11 Kim F. Storm <storm@cua.dk>
7668
7669 * widget.texi (Basic Types): Add :follow-link keyword.
7670
76712005-01-09 Jay Belanger <belanger@truman.edu>
7672
7673 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
7674
76752005-01-08 Jay Belanger <belanger@truman.edu>
7676
7677 * calc.texi: Change throughout to reflect new default value of
7678 calc-settings-file.
7679
76802005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7681
7682 * message.texi (Reply): `message-reply-to-function' should return
7683 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
7684
76852005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
7686
7687 * faq.texi (Changing load-path): Fix typo.
7688
76892005-01-05 Jay Belanger <belanger@truman.edu>
7690
7691 * calc.texi (Programming Tutorial): Replace kbd command by
7692 appropriate characters for a keyboard macro.
7693
76942005-01-04 Jay Belanger <belanger@truman.edu>
7695
7696 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
7697 for Lucid Emacs.
7698 (Programming Tutorial): Mention that the user needs to be in the
7699 right mode to compute some functions.
7700
77012005-01-04 Jay Belanger <belanger@truman.edu>
7702
7703 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
7704 no longer applicable.
7705
77062005-01-01 Jay Belanger <belanger@truman.edu>
7707
0c7efc08 7708 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
7709 edit keyboard macros to match current behavior.
7710
77112004-12-31 Jay Belanger <belanger@truman.edu>
7712
7713 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
7714
77152004-12-20 Jay Belanger <belanger@truman.edu>
7716
7717 * calc.texi (Types Tutorial): Emphasize that you can't divide by
7718 zero.
7719
77202004-12-17 Luc Teirlinck <teirllm@auburn.edu>
7721
7722 * cc-mode.texi (Text Filling and Line Breaking): Put period after
7723 @xref.
7724 (Font Locking): Avoid @strong{Note:}.
7725
77262004-12-17 Michael Albinus <michael.albinus@gmx.de>
7727
7728 Sync with Tramp 2.0.46.
7729
7730 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
7731
77322004-12-16 Luc Teirlinck <teirllm@auburn.edu>
7733
7734 * url.texi: Correct typos.
7735 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 7736 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
7737 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
7738 (Dealing with HTTP documents): @inforef->@xref.
7739
77402004-12-15 Jay Belanger <belanger@truman.edu>
7741
7742 * calc.texi: Consistently capitalized all mode names.
7743 (Answers to Exercises): Mention that an answer can be a fraction
7744 when in Fraction mode.
7745
77462004-12-13 Jay Belanger <belanger@truman.edu>
7747
7748 * calc.texi: Fix some TeX definitions.
7749
77502004-12-09 Luc Teirlinck <teirllm@auburn.edu>
7751
7752 * reftex.texi (Imprint): Remove erroneous @value's.
7753
77542004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7755
7756 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
7757 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
7758
77592004-12-08 Jay Belanger <belanger@truman.edu>
7760
7761 * calc.texi (Starting Calc): Remove comment about installation.
7762 (Keypad Mode Overview): Remove comment about Emacs 19 support.
7763
77642004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7765
7766 * url.texi: Update @setfilename.
7767 (Getting Started): No need to worry about Gnus versions.
7768 (Dealing with HTTP documents): Use @inforef.
7769
7770 * org.texi: Fix @direntry file name.
7771
77722004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7773
7774 * url.texi: New file.
7775
7776 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
7777
77782004-12-06 Jay Belanger <belanger@truman.edu>
7779
7780 * calc.texi (Using Calc): Remove paragraph about installation.
7781
77822004-12-06 Jay Belanger <belanger@truman.edu>
7783
7784 * calc.texi: Use more Texinfo macros and less TeX defs.
7785 Remove @refill's.
7786
77872004-12-06 Richard M. Stallman <rms@gnu.org>
7788
7789 * org.texi: New file.
7790
77912004-12-05 Richard M. Stallman <rms@gnu.org>
7792
7793 * Makefile.in (org.dvi, ../info/org): New targets.
7794 (INFO_TARGETS): Add ../info/org.
7795 (DVI_TARGETS): Add org.dvi.
7796 (maintainer-clean): Remove the info files in the info dir.
7797
77982004-11-26 Eli Zaretskii <eliz@gnu.org>
7799
7800 * idlwave.texi: Fix the setfilename directive to put the produced
7801 file in ../info.
7802 (Continued Statement Indentation): Resurrect Jan D.'s change from
7803 2004-11-03 that was lost when a newer version of idlwave.texi was
7804 imported.
7805
78062004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
7807
0c7efc08 7808 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 7809
0c7efc08
SM
7810 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
7811 Index `spam-initialize'.
2de53ca6
GM
7812
78132004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
7814
7815 * message.texi (Various Message Variables): Mention that all mail
7816 file variables are derived from `message-directory'.
7817
7818 * gnus.texi (Splitting Mail): Clarify bogus group.
7819
78202004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7821
0c7efc08
SM
7822 * emacs-mime.texi (Encoding Customization):
7823 Fix mm-coding-system-priorities entry.
2de53ca6 7824
c8763fb6 78252004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
7826
7827 * idlwave.texi (Continued Statement Indentation):
7828 * reftex.texi (Options (Index Support)):
7829 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
7830 * speedbar.texi (Creating a display, Major Display Modes):
7831 Replace non-nil with non-@code{nil}.
2de53ca6
GM
7832
78332004-10-21 Jay Belanger <belanger@truman.edu>
7834
0c7efc08 7835 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
7836
78372004-10-18 Luc Teirlinck <teirllm@auburn.edu>
7838
7839 * calc.texi (Reporting Bugs): Double up `@'.
7840
78412004-10-18 Jay Belanger <belanger@truman.edu>
7842
0c7efc08 7843 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
7844 should be sent to.
7845
78462004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
7847
7848 * gnus.texi (New Features): Add 5.11.
7849
7850 * message.texi (Resending): Remove wrong default value.
7851
7852 * gnus.texi (Mail Source Specifiers): Describe possible problems
7853 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
7854 `pop3-leave-mail-on-server' to the index.
7855
78562004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
7857
7858 * message.texi (Canceling News): Add how to set a password.
7859
78602004-10-12 Jay Belanger <belanger@truman.edu>
7861
0c7efc08 7862 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
7863 calc-describe-function and calc-describe-variable to match their
7864 current behavior.
7865
78662004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
7867
7868 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
7869
78702004-10-12 Michael Albinus <michael.albinus@gmx.de>
7871
7872 Sync with Tramp 2.0.45.
7873
7874 * tramp.texi (Frequently Asked Questions): Comment paragraph about
7875 plink link. The URL is outdated. Originator contacted for
7876 clarification.
7877
78782004-10-10 Juri Linkov <juri@jurta.org>
7879
7880 * gnus.texi (Top, Marking Articles): Join two menus in one node
7881 because a node can have only one menu.
7882
78832004-10-09 Juri Linkov <juri@jurta.org>
7884
7885 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
7886 example of nnmail-split-fancy.
7887
78882004-10-06 Karl Berry <karl@gnu.org>
7889
7890 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
7891 consistency with other uses of dashes.
7892
78932004-10-05 Karl Berry <karl@gnu.org>
7894
7895 * info.texi: Consistently use --- throughout, periods at end of
7896 menu descriptions, and a couple typos.
7897
78982004-09-26 Jesper Harder <harder@ifa.au.dk>
7899
7900 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
7901 * pgg.texi (User Commands, Backend methods): Do.
7902 * gnus.texi: Markup fixes.
7903 (Setting Process Marks): Fix `M P a' entry.
7904 * emacs-mime.texi: Fixes.
7905
79062004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
7907
7908 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
7909 again.
7910 Use 5.10 instead of 5.10.0.
7911
79122004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7913
7914 * gnus.texi (Summary Mail Commands): S D e.
7915
79162004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
7917
7918 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
7919 the gnus-article-mode-line-format section.
7920
79212004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
7922
7923 * gnus.texi (Various Summary Stuff): Fix the documentation for
7924 gnus-newsgroup-variables.
7925
79262004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
7927
0c7efc08
SM
7928 * gnus.texi (MIME Commands):
7929 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
7930 gnus-mime-display-multipart-alternative-as-mixed,
7931 gnus-mime-display-multipart-related-as-mixed.
7932 (Mail Source Customization): Clarify `mail-source-directory'.
7933 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 7934 (SpamOracle): Fix typo.
2de53ca6
GM
7935
7936 * gnus-faq.texi: Untabify.
7937 ([6.3]): nnir.el is in contrib directory.
7938
7939 * message.texi (News Headers): Clarify how a unique ID is created.
7940
0c7efc08
SM
7941 * gnus.texi (Batching Agents): Fix typo in example.
7942 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 7943
b2abec73 79442004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 7945
0c7efc08 7946 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
7947
79482004-09-20 Florian Weimer <fw@deneb.enyo.de>
7949
7950 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
7951
79522004-09-22 Jay Belanger <belanger@truman.edu>
7953
0c7efc08 7954 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
7955 might be hidden during part of the session.
7956
79572004-09-20 Jay Belanger <belanger@truman.edu>
7958
7959 * calc.texi (Notations Used in This Manual): Put in an earlier
7960 mention that DEL could be called Backspace.
7961
79622004-09-10 Simon Josefsson <jas@extundo.com>
7963
7964 * gnus.texi (IMAP): Add example. Suggested and partially written
7965 by Steinar Bang <sb@dod.no>.
7966
79672004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7968
7969 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
7970 netrc syntax.
7971
79722004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7973
b2abec73
JB
7974 * gnus.texi (Spam ELisp Package Sequence of Events):
7975 Some clarifications.
2de53ca6
GM
7976 (Spam ELisp Package Global Variables): More clarifications.
7977
79782004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7979
7980 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
7981 Mention spam-split does not modify incoming mail.
7982
79832004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7984
7985 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
7986
79872004-09-10 Eli Zaretskii <eliz@gnu.org>
7988
7989 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
7990
79912004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
7992
7993 * makefile.w32-in (sieve, pgg): Use $(infodir).
7994
79952004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
7996
7997 * makefile.w32-in: Fix PGG and Sieve entries.
7998
79992004-08-28 Eli Zaretskii <eliz@gnu.org>
8000
8001 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8002 Emacs and related programs.
8003
80042004-08-27 Richard M. Stallman <rms@gnu.org>
8005
8006 * faq.texi: Fix texinfo usage, esp. doublequotes.
8007 (Difference between Emacs and XEmacs): Some clarification.
8008
8009 * faq.texi (Difference between Emacs and XEmacs):
8010 Explain not to contrast XEmacs with GNU Emacs.
8011
80122004-08-26 Richard M. Stallman <rms@gnu.org>
8013
8014 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8015
80162004-08-22 David Kastrup <dak@gnu.org>
8017
8018 * reftex.texi (AUCTeX): Update links, section name.
8019
8020 * faq.texi (Calc): Update availability (included in 22.1).
8021 (AUCTeX): Update availability, information, versions, description.
8022
80232004-08-14 Eli Zaretskii <eliz@gnu.org>
8024
8025 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8026
80272004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8028
8029 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8030
80312004-08-10 Michael Albinus <michael.albinus@gmx.de>
8032
8033 Sync with Tramp 2.0.44.
8034
80352004-08-05 Lars Hansen <larsh@math.ku.dk>
8036
8037 * widget.texi (User Interface): Update how to separate the
8038 editable field of an editable-field widget from other widgets.
8039 (Programming Example): Add text after field.
8040
80412004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8042
8043 * emacs-mime.texi (Encoding Customization): Add a note to the
8044 mm-content-transfer-encoding-defaults entry.
8045 (rfc2047): Update.
8046
0c7efc08
SM
8047 * gnus.texi (Article Highlighting):
8048 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8049 (POP before SMTP): New node.
8050 (Posting Styles): Addition.
8051 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8052 (Fancy Mail Splitting): Ditto.
8053 (X-Face): Add gnus-x-face.
8054
80552004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8056
8057 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8058 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8059
80602004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8061
0c7efc08
SM
8062 * gnus.texi (Mail Source Specifiers):
8063 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8064
80652004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8066
8067 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8068
8069 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8070 repository. Change setfilename.
8071
8072 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8073
80742004-07-02 Juri Linkov <juri@jurta.org>
8075
8076 * pcl-cvs.texi (Viewing differences): Add `d r'.
8077
80782004-06-29 Jesper Harder <harder@ifa.au.dk>
8079
8080 * ses.texi, viper.texi, flymake.texi, faq.texi:
8081 * eshell.texi, ediff.texi: Markup fixes.
8082
80832004-06-21 Karl Berry <karl@gnu.org>
8084
8085 * info.texi (Top): Mention that only Emacs has mouse support.
8086 (Getting Started): Mention this in a few other places.
8087
80882004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8089
0c7efc08
SM
8090 * autotype.texi (Copyrights, Timestamps):
8091 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8092
80932004-06-13 Lars Hansen <larsh@math.ku.dk>
8094
8095 * dired-x.texi (dired-mark-omitted): Update keybinding.
8096
80972004-06-10 Kim F. Storm <storm@cua.dk>
8098
8099 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8100
81012004-06-05 Lars Hansen <larsh@math.ku.dk>
8102
8103 * dired-x.texi (variable dired-omit-mode): Rename from
8104 dired-omit-files-p.
8105 (function dired-omit-mode): Rename from dired-omit-toggle.
8106 Call dired-omit-mode rather than set dired-omit-files-p.
8107 (dired-mark-omitted): Describe command.
8108
81092004-05-29 Michael Albinus <michael.albinus@gmx.de>
8110
8111 Version 2.0.41 of Tramp released.
8112
81132004-05-29 Juanma Barranquero <lektu@terra.es>
8114
8115 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8116 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8117
81182004-05-29 Richard M. Stallman <rms@gnu.org>
8119
8120 * cl.texi (Top): Call this chapter `Introduction'.
8121 (Overview): In TeX, no section heading here.
8122
8123 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8124
81252004-05-29 Eli Zaretskii <eliz@gnu.org>
8126
8127 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8128 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8129
81302004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8131
8132 * flymake.texi: New file.
8133
81342004-05-28 Simon Josefsson <jas@extundo.com>
8135
8136 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8137
b344d29d 81382004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8139
8140 Version 2.0.40 of Tramp released.
8141
81422004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8143
8144 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8145
8146 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8147 variables `tramp-backup-directory-alist' and
8148 `tramp-bkup-backup-directory-info'.
8149 (Overview, Connection types)
8150 (External transfer methods, Default Method)
8151 (Windows setup hints): Remove restriction of password entering
8152 with external methods.
8153 (Auto-save and Backup): Make file name example
8154 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8155 and `auto-save-directory' must be used.
8156 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8157 only "NT"). Remove doubled entry "What kinds of systems does
8158 @tramp{} work on".
8159 (tramp): Macro removed.
8160 (Obtaining Tramp): Flag removed from title.
8161 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8162 and `trampver' used properly. Flag `tramp-inst' replaced by
8163 `installchapter'. Installation related text adapted.
8164
81652004-04-28 Masatake YAMATO <jet@gyve.org>
8166
8167 * widget.texi (Programming Example): Remove overlays.
8168
81692004-04-27 Jesper Harder <harder@ifa.au.dk>
8170
8171 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8172
81732004-04-23 Juanma Barranquero <lektu@terra.es>
8174
8175 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8176
81772004-04-05 Jesper Harder <harder@ifa.au.dk>
8178
8179 * info.texi (Info Search): Add info-apropos.
8180
81812004-03-22 Juri Linkov <juri@jurta.org>
8182
8183 * faq.texi: Fix help key bindings.
8184
81852004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8186
8187 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8188 (as suggested by Karl Berry). Update information about colored
8189 stars in menus. Add new subheading describing M-n.
8190
81912004-03-12 Richard M. Stallman <rms@gnu.org>
8192
8193 * cl.texi (Top): Rename top node's title.
8194
81952004-03-08 Karl Berry <karl@gnu.org>
8196
8197 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8198 problems making the texinfo distribution.
8199
82002004-02-29 Simon Josefsson <jas@extundo.com>
8201
0c7efc08 8202 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8203 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8204 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8205 <voegelas@gmx.net>.
8206
82072004-02-29 Juanma Barranquero <lektu@terra.es>
8208
8209 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8210 Use $(DEL) instead of rm, and ignore exit code.
8211
b344d29d 82122004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8213
8214 Tramp version 2.0.39 released.
8215
82162004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8217
8218 * tramp.texi (Customizing Completion): Explain new functions
8219 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8220 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8221 (Top): Refer to Savannah mailing list as the major one.
8222 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8223 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8224 (Frequently Asked Questions): Remote hosts must not be Unix-like
8225 for "smb" method.
8226 (Password caching): New node.
8227 (External transfer methods): Refer to password caching for "smb"
8228 method.
8229
82302004-02-17 Karl Berry <karl@gnu.org>
8231
8232 * info.texi (Help-Int): Mention the new line number feature.
8233
82342004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8235
8236 * ses.texi (Advanced Features): New functionality for
8237 ses-set-header-row (defaults to current row unless C-u used).
8238 (Acknowledgements): Add Stefan Monnier.
8239
82402003-12-29 Kevin Ryde <user42@zip.com.au>
8241
8242 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8243
b344d29d 82442003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8245
8246 Tramp version 2.0.38 released.
8247
8248 * tramp.texi (Remote shell setup): Warn of environment variables
8249 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8250 <sven.gabriel@imk.fzk.de>.
8251 (Configuration): Tramp now chooses base64/uuencode
8252 automatically. Update wording accordingly.
8253 (Top): More description for the `Default Method' menu entry.
8254 (Default Method): Use @code, not @var, for Lisp variables.
8255 (Default Method): New subsection `Which method is the right one
8256 for me?' Suggested by Christian Kirsch.
8257 (Configuration): Pointer to new subsection added.
8258 (Default Method): Too many "use" in one sentence.
8259 Rephrase. Reported by Christian Kirsch.
8260 (Filename Syntax): Old `su' example is probably a left-over from
8261 the sm/su method naming. Replace with `ssh', instead.
8262 (External transfer methods, Auto-save and Backup):
8263 Typo fixes.
8264
82652003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8266
183080b6 8267 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
8268 (Top): Mention japanese manual only if flag `jamanual' is set.
8269 Insert section `Japanese manual' in menu.
8270
82712003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8272
8273 * eshell.texi (Known Problems): Add doc item.
8274
82752003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8276
8277 * cc-mode.texi: Update for CC Mode 5.30.
8278
8279 Note: Please refrain from doing purely cosmetic changes like
8280 removing trailing whitespace in this manual; it clobbers cvs
8281 merging for no good reason.
8282
82832003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8284
8285 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8286 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8287 @acronym{ASCII}.
8288
82892003-10-26 Karl Berry <karl@gnu.org>
8290
8291 * info.texi (Info Search): Echo area, not echo are. From Debian
8292 diff.
8293
82942003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
8295
10d1d0af 8296 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
8297 :buttons and :children keywords.
8298
82992003-10-22 Miles Bader <miles@gnu.org>
8300
8301 * Makefile.in (info): Move before $(top_srcdir)/info.
8302
83032003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
8304
8305 * tramp.texi (Inline methods): Small grammar fix.
8306 (External transfer methods): Likewise.
8307
83082003-10-08 Nick Roberts <nick@nick.uklinux.net>
8309
8310 * speedbar.texi: Remove paragraph for GUD that is no longer true.
8311
83122003-10-06 Luc Teirlinck <teirllm@auburn.edu>
8313
8314 * texinfo.tex: Replace `%' in arch tagline by @ignore.
8315
83162003-09-30 Richard M. Stallman <rms@gnu.org>
8317
8318 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8319
8320 * widget.texi (User Interface): Fix typos.
8321
8322 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8323
83242003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8325
8326 * pcl-cvs.texi (Selected Files): Fix typo.
8327
83282003-09-21 Karl Berry <karl@gnu.org>
8329
8330 * info.texi (] and [ commands): No period at end of section title.
8331
83322003-09-04 Miles Bader <miles@gnu.org>
8333
8334 * Makefile.in (top_srcdir): New variable.
8335 ($(top_srcdir)/info): New rule.
8336 (info): Depend on it.
8337
83382003-09-03 Peter Runestig <peter@runestig.com>
8339
8340 * makefile.w32-in: New file.
8341
83422003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
8343
8344 * widget.texi (User Interface): Explain the need of static text
8345 around an editable field.
8346
83472003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8348
8349 * widget.texi (Basic Types): The argument to `:help-echo' can now
8350 be a form that evaluates to a string.
8351
83522003-08-18 Kim F. Storm <storm@cua.dk>
8353
8354 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
8355
83562003-08-16 Richard M. Stallman <rms@gnu.org>
8357
8358 * dired-x.texi (Shell Command Guessing): Explain *.
8359
83602003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
8361
8362 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
8363 log-edit-insert-changelog.
8364
83652003-08-03 Karl Berry <karl@gnu.org>
8366
8367 * info.texi: Need @contents.
8368
c8763fb6 83692003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8370
8371 Tramp version 2.0.36 released.
8372
8373 * tramp.texi (Remote shell setup): Explain about problems with
8374 non-Bourne commands in ~/.profile and ~/.shrc.
8375
83762003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8377
8378 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
8379 renaming of `vis-mode' to `visible-mode'.
8380
83812003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
8382
8383 * info.texi (Top, Help-Small-Screen): Remove accidentally added
8384 next, prev and up pointers.
8385
83862003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
8387
8388 * info.texi (Help): Mention existence of Emacs and stand-alone
8389 Info at the very beginning of the tutorial.
8390 (Help-Inv): New node.
8391 (Help-]): New node.
8392 (Help-M): Systematically point out the differences between default
8393 Emacs and stand-alone versions. Delete second menu.
8394 (Help-Xref): Systematically point out the differences between
8395 default Emacs and stand-alone versions.
8396 (Help-Int): Change `l' example.
8397 (Expert Info): Fix typos.
8398 (Emacs Info Variables): Mention `Info-hide-note-references' and
8399 new default for `Info-scroll-prefer-subnodes'.
8400
c8763fb6 84012003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8402
8403 Version 2.0.35 of Tramp released.
8404
8405 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
8406 (Inline methods): Add methods `remsh' and `plink1'.
8407 (External transfer methods): Add method `remcp'.
8408 (Multi-hop Methods): Add method `remsh'.
8409 Small patch from Adrian Aichner <adrian@xemacs.org>:
8410 Fix minor typos.
0c7efc08 8411 (Concept Index): Add to make manual searchable via
2de53ca6
GM
8412 `Info-index'.
8413 (Version Control): Add cindex entry.
8414
c8763fb6 84152003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8416
8417 * trampver.texi: Version 2.0.34 released.
8418
84192003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8420
8421 * faq.texi: Improve previous changes.
8422
84232003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
8424
8425 * faq.texi: Update copyright and maintenance details.
8426 Update some package URLs, versions, and maintainers.
8427 Remove many references to the Emacs Lisp Archive.
8428
84292003-04-23 Simon Josefsson <jas@extundo.com>
8430
8431 * smtpmail.texi: Fix license (the invariant sections mentioned has
8432 never been part of the smtp manual). Align info dir entry with
8433 other emacs packages.
8434
84352003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
8436
8437 * tramp.texi: Version 2.0.33 released.
8438 Remove installation chapter. Remove XEmacs specifics.
8439
84402003-03-29 Richard M. Stallman <rms@gnu.org>
8441
8442 * tramp.texi (Top): Undo the previous renaming.
8443 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
8444
c8763fb6 84452003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8446
8447 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
8448 version of manual.
8449
8450 * tramp.texi (Auto-save and Backup): New node.
8451
84522003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
8453
8454 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
8455 Emacs" in order to have better differentiation to "XEmacs".
8456 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
8457 are new macros in order to point to the other Emacs flavor where
8458 appropriate. In info case, point to node `Installation' in order
8459 to explain how to generate the other way. In html case, make a
8460 link to the other html file.
0c7efc08 8461 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
8462 after CVS checkout/update.
8463 (Installation): Completely rewritten.
8464 (Installation parameters, Load paths): New sections under
8465 `Installation'.
8466
c8763fb6 84672003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
8468
8469 * tramp.texi: Version 2.0.30 released.
8470 Replace word "path" with "localname" where used as a component of
8471 a Tramp file name.
8472
84732003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
8474
8475 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
8476 introduced.
8477 (Installation): Explain what to do if files from the tramp/contrib
8478 directory are needed.
8479
84802003-02-23 Alex Schroeder <alex@emacswiki.org>
8481
8482 * smtpmail.texi (How Mail Works): New.
8483
84842003-02-22 Alex Schroeder <alex@emacswiki.org>
8485
8486 * smtpmail.texi: New file.
8487
8488 * Makefile.in: Build SMTP manual.
8489
c8763fb6 84902003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
8491
8492 * tramp.texi: Version 2.0.29 released.
8493 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
8494 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
8495
84962003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
8497
8498 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 8499 another package loads accidentally Ange-FTP.
2de53ca6
GM
8500
85012003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
8502
8503 * tramp.texi (Customizing Completion): Add function
8504 `tramp-parse-sconfig'. Change example of
8505 `tramp-set-completion-function', because parsing of ssh config
8506 files looks more natural.
8507
85082003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
8509
8510 * gnus.texi: Do not use `path' in several locations.
8511
c8763fb6 85122002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 8513
0c7efc08
SM
8514 * tramp.texi (External transfer methods): New method `smb'.
8515 From Michael Albinus.
2de53ca6
GM
8516
85172002-11-05 Karl Berry <karl@gnu.org>
8518
8519 * info.texi (Info-fontify): Reorder face list to avoid bad line
8520 breaks.
8521
c8763fb6 85222002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 8523
0c7efc08
SM
8524 * tramp.texi: Move @copying to standard place.
8525 Use @insertcopying.
2de53ca6
GM
8526
85272002-10-02 Karl Berry <karl@gnu.org>
8528
8529 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
8530 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
8531 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
8532 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
8533 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
8534 Per rms, update all manuals to use @copying instead of @ifinfo.
8535 Also use @ifnottex instead of @ifinfo around the top node, where
8536 needed for the sake of the HTML output.
8537 (The Gnus manual is not fixed since it's not clear to me how it
8538 works; and the Tramp manual already uses @copying, although in an
8539 unusual way. All others were changed.)
8540
85412002-09-10 Jonathan Yavner <jyavner@engineer.com>
8542
8543 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
8544 (../info/ses, ses.dvi): New targets.
8545 * ses.texi: New file.
8546
c8763fb6 85472002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
8548
8549 * texinfo.tex: Update to texinfo 4.2.
8550
85512002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
8552
8553 * reftex.texi: Update to RefTeX 4.19.
8554
c8763fb6 85552002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
8556
8557 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
8558 (../info/tramp, tramp.dvi): New targets.
8559
85602002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8561
8562 * Makefile.in (DVI_TARGETS): Add calc.dvi.
8563 (calc.dvi): Uncomment.
8564
85652001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
8566
8567 * Makefile.in (INFO_TARGETS): Add ../info/calc.
8568 (../info/calc): New target.
8569
85702001-10-20 Gerd Moellmann <gerd@gnu.org>
8571
8572 * (Version 21.1 released.)
8573
85742001-10-05 Gerd Moellmann <gerd@gnu.org>
8575
8576 * Branch for 21.1.
8577
85782001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8579
8580 * Makefile.in (../info/info): Use an explicit -o switch to
8581 makeinfo.
8582
85832001-03-05 Gerd Moellmann <gerd@gnu.org>
8584
8585 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
8586
85872000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
8588
8589 * Makefile.in (../info/idlwave): Use --no-split.
8590
85912000-12-14 Dave Love <fx@gnu.org>
8592
c4cc8b9a 8593 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
8594 (gnus.dvi): Change rule to remove @latex stuff.
8595
85962000-10-19 Eric M. Ludlam <zappo@ultranet.com>
8597
8598 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
8599
86002000-10-13 John Wiegley <johnw@gnu.org>
8601
8602 * Makefile.in: Add build targets for eshell.texi.
8603
86042000-09-25 Gerd Moellmann <gerd@gnu.org>
8605
8606 * Makefile.in: Remove/comment speedbar stuff.
8607
86082000-09-22 Dave Love <fx@gnu.org>
8609
8610 * Makefile.in: Add emacs-mime.
8611
86122000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8613
8614 * Makefile.in (INFO_TARGETS): Add ../info/woman.
8615 (DVI_TARGETS): Add woman.dvi.
8616 (../info/woman, woman.dvi): New targets.
8617
86182000-05-31 Stefan Monnier <monnier@cs.yale.edu>
8619
8620 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
8621
8622 * pcl-cvs.texi: New file.
8623 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
8624 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
8625
86262000-05-11 Gerd Moellmann <gerd@gnu.org>
8627
8628 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
8629 (../info/ebrowse, ebrowse.dvi): New targets.
8630
86312000-01-13 Gerd Moellmann <gerd@gnu.org>
8632
8633 * Makefile.in (INFO_TARGETS): Add eudc.
8634 (DVI_TARGETS): Add eudc.dvi.
8635 (../info/eudc, eudc.dvi): New targets.
8636
86372000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
8638
8639 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
8640 compatibility with 8+3 filesystems).
8641 (../info/efaq): Rename from emacs-faq.
8642
86432000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
8644
8645 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
8646 (../info/idlwave, idlwave.dvi): New targets.
8647
86481999-10-23 Dave Love <fx@gnu.org>
8649
8650 * Makefile.in: Use autotype.texi.
8651
86521999-10-12 Stefan Monnier <monnier@cs.yale.edu>
8653
8654 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
8655 faq.texi file) rather than ../info/faq.
8656
86571999-10-07 Gerd Moellmann <gerd@gnu.org>
8658
8659 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
8660 (../info/ada-mode, ada-mode.dvi): New targets.
8661
86621999-09-01 Dave Love <fx@gnu.org>
8663
8664 * Makefile.in: Add faq.
8665
86661999-07-12 Richard Stallman <rms@gnu.org>
8667
8668 * Version 20.4 released.
8669
86701998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8671
8672 * Version 20.3 released.
8673
86741998-04-06 Andreas Schwab <schwab@gnu.org>
8675
768c0c0f
JB
8676 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
8677 Use it in dvi targets.
2de53ca6
GM
8678 (../etc/GNU): Change to $(srcdir) first.
8679
86801998-03-11 Carsten Dominik <cd@delysid.gnu.org>
8681
8682 * reftex.texi: Update for RefTeX version 3.22.
8683
86841998-02-08 Richard Stallman <rms@psilocin.gnu.org>
8685
8686 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
8687 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
8688
86891997-09-23 Paul Eggert <eggert@twinsun.com>
8690
8691 * Makefile.in: Merge changes mistakenly made to `Makefile'.
8692 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
8693
86941997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8695
8696 * Version 20.2 released.
8697
86981997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8699
8700 * Version 20.1 released.
8701
87021997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8703
8704 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
8705
87061996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8707
8708 * Version 19.33 released.
8709
87101996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8711
8712 * Version 19.32 released.
8713
87141996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
8715
8716 * Makefile.in: Add rules for the Message manual.
8717
87181996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
8719
8720 * gnus.texi: New version.
8721
8722 * message.texi: New manual.
8723
87241996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8725
8726 * Makefile.in (All info targets): cd $(srcdir) to do the work.
8727
87281996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8729
8730 * Makefile.in (All info targets): Specify $(srcdir) in input files.
8731 Specify -I option.
8732 (All dvi targets): Set the TEXINPUTS variable.
8733
87341996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8735
8736 * Version 19.31 released.
8737
87381996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8739
8740 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
8741 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
8742
87431995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8744
8745 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
8746 (INFO_TARGETS): Add ../info/cc-mode.
8747 (DVI_TARGETS): Add cc-mode.dvi.
8748
2de53ca6
GM
87491995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8750
8751 * Version 19.30 released.
8752
87531995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
8754
8755 * gnus.texi: New file.
8756
87571995-11-04 Erik Naggum <erik@naggum.no>
8758
8759 * gnus.texi: File deleted.
8760
87611995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
8762
8763 * mh-e.texi: "Function Index" -> "Command Index" to work with
8764 Emacs 19.30 C-h C-k support of separately-documented commands.
8765
87661995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8767
8768 * Makefile.in (../info/ediff, ediff.dvi): New targets.
8769 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
8770
87711995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8772
8773 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
8774 (../info/viper, viper.dvi): New targets.
8775
87761995-04-20 Kevin Rodgers <kevinr@ihs.com>
8777
8778 * dired-x.texi (Installation): Change the example to set
8779 buffer-local variables like dired-omit-files-p in
8780 dired-mode-hook.
8781
87821995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8783
8784 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
8785 (../info/mh-e, mh-e.dvi): New targets.
8786
87871995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8788
8789 * Makefile.in (maintainer-clean): Rename from realclean.
8790
87911994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8792
8793 * Makefile.in: New file.
8794 * Makefile: File deleted.
8795
87961994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8797
8798 * Makefile (TEXINDEX_OBJS): Variable deleted.
8799 (texindex, texindex.o, getopt.o): Rules deleted.
8800 All deps on texindex deleted.
8801 (distclean): Don't delete texindex.
8802 (mostlyclean): Don't delete *.o.
8803 * texindex.c, getopt.c: Files deleted.
8804
88051994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8806
8807 * Version 19.26 released.
8808
88091994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8810
8811 * Version 19.25 released.
8812
88131994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8814
8815 * Version 19.24 released.
8816
88171994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8818
8819 * Version 19.23 released.
8820
88211994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8822
8823 * Makefile: Delete spurious tab.
8824
88251994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8826
8827 * Makefile (.SUFFIXES): New rule.
8828
88291994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8830
8831 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
8832 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
8833
88341994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8835
8836 * Makefile (../info/sc): Rename from sc.info.
8837 (../info/cl): Likewise.
8838 (INFO_TARGETS): Use new names.
8839
88401993-12-04 Richard Stallman (rms@srarc2)
8841
8842 * getopt.c: New file.
8843 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
8844 (getopt.o): New rule.
8845 (dvi): Don't depend on texindex.
8846 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
8847 Depend on texindex.
8848
88491993-12-03 Richard Stallman (rms@srarc2)
8850
8851 * Makefile (../info/sc.info): Rename from ../info/sc.
8852 (TEXI2DVI): New variable.
8853 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
8854 Add explicit commands.
8855 (TEXINDEX_OBJS): Delete duplicate getopt.o.
8856
88571993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8858
8859 * Version 19.22 released.
8860
88611993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8862
8863 * Makefile (TEXINDEX_OBJS): Delete spurious period.
8864
88651993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8866
8867 * Version 19.21 released.
8868
88691993-11-15 Paul Eggert (eggert@twinsun.com)
8870
8871 * man/Makefile (../info/cl.info): Rename from ../info/cl.
8872
88731993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8874
8875 * Makefile (../etc/GNU): New target.
8876 (EMACSSOURCES): Add gnu1.texi.
8877
88781993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8879
8880 * Makefile (realclean): Don't delete the Info files.
8881
f0131492 88821993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
8883
8884 * forms.texi: Fix forms.texi so that it will format correctly.
8885 Add missing `@end iftex', fix bad reference.
8886
8887 * info.texi, info-stn.texi: New files implement texinfo version of
8888 `info' file.
8889
f0131492 88901993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
8891
8892 * Makefile: Fix targets for texindex, new info.texi files.
8893 * info-stnd.texi: New file implements info for standalone info
8894 reader.
8895 * info.texi: Update to include recent changes to "../info/info".
8896 New source file for ../info/info; includes info-stnd.texi.
8897
8898 * texindex.c: Include "../src/config.h" if building in emacs.
8899
8900 * Makefile: Change all files to FILENAME.texi, force all targets
8901 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
8902 vip.texinfo, forms.texinfo, cl.texinfo.
8903 Add target to build texindex.c, defining `emacs'.
8904
8905 * forms.texi: Install new file to match version 2.3 of forms.el.
8906
89071993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8908
8909 * Version 19.19 released.
8910
89111993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
8912
8913 * sc.texinfo: Fix info file name.
8914
8915 * Makefile (info): Add gnus and sc.
8916 (dvi): Add gnus.dvi and sc.dvi.
8917 (../info/sc, sc.dvi): New targets.
8918
89191993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8920
8921 * Version 19.18 released.
8922
89231993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8924
8925 * Makefile: Fix source file names of the separate manuals.
8926 (gnus.dvi, ../info/gnus): New targets.
8927
89281993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8929
8930 * Version 19.17 released.
8931
89321993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8933
8934 * split-man: Fix typos in last change.
8935
89361993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8937
8938 * Version 19.16 released.
8939
89401993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8941
8942 * version 19.15 released.
8943
89441993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8945
8946 * Makefile (distclean): It's rm, not rf.
8947
89481993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8949
8950 * Version 19.14 released.
8951
89521993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8953
8954 * Makefile: New file.
8955
89561993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8957
8958 * Version 19.13 released.
8959
89601993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8961
8962 * Version 19.9 released.
8963
89641993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8965
8966 * Version 19.8 released.
8967
89681993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8969
8970 * Version 19.7 released.
8971
89721990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
8973
8974 * gnus.texinfo: New file. Removed installation instructions.
8975
89761990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8977
8978 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
8979
89801989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
8981
8982 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
8983 then define `\sc' as the command for smallcaps in Texinfo.
8984 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
8985 made the corresponding change to makeinfo and texinfm.el.
8986
89871988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8988
8989 * vip.texinfo: Remove menu entry Adding Lisp Code in node
8990 Customization since the menu entry did not point to anything.
8991 Also add an @finalout command to remove overfull hboxes from the
8992 printed output.
8993
8994 * cl.texinfo: Add @bye, \input line and @settitle to file.
8995 This file is clearly intended to be a chapter of some other work,
8996 but the other work does not yet exist.
8997
89981988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8999
9000 * texinfo.texinfo: Three typos corrected.
9001
4009494e 9002;; Local Variables:
c8763fb6 9003;; coding: utf-8
4009494e
GM
9004;; End:
9005
3fe7cdc8 9006 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9007
9008 This file is part of GNU Emacs.
9009
97c0352c 9010 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9011 it under the terms of the GNU General Public License as published by
97c0352c
GM
9012 the Free Software Foundation, either version 3 of the License, or
9013 (at your option) any later version.
4009494e
GM
9014
9015 GNU Emacs is distributed in the hope that it will be useful,
9016 but WITHOUT ANY WARRANTY; without even the implied warranty of
9017 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9018 GNU General Public License for more details.
9019
9020 You should have received a copy of the GNU General Public License
97c0352c 9021 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.