Fix for gomoku-display-statistics.
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
df43dd53
GM
12012-11-01 Glenn Morris <rgm@gnu.org>
2
3 * cl.texi: General copyedits for style, line-breaks, etc.
4
69c1c2e6
GM
52012-10-31 Glenn Morris <rgm@gnu.org>
6
dd90fd1a
GM
7 * ert.texi (Introduction, The @code{should} Macro):
8 Refer to "cl-assert" rather than "assert".
9
69c1c2e6
GM
10 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
11 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
12 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
13 Reword, and add details of flet and labels.
87b0d8b1 14 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 15
4ddedf94
GM
162012-10-30 Glenn Morris <rgm@gnu.org>
17
18 * cl.texi (Modify Macros): Update for cl-letf changes.
19 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
20 (Setf Extensions): Partially restore note about cl-getf,
21 mainly moved to lispref/variables.texi.
22 (Property Lists): Fix cl-getf typos.
f43a5263 23 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 24
d3094168
GM
252012-10-29 Glenn Morris <rgm@gnu.org>
26
27 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 28 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 29 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
30 (Modify Macros, Multiple Values, Other Clauses):
31 Remove mentions of obsolete features.
6a07d52e 32 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 33
3c0c6155
GM
342012-10-28 Glenn Morris <rgm@gnu.org>
35
f94b04fc
GM
36 * cl.texi (Multiple Values, Common Lisp Compatibility):
37 More namespace updates.
38 (Obsolete Features): Copyedits.
39 (Obsolete Lexical Macros, Obsolete Setf Customization):
40 New subsections.
41
9c52d61d
GM
42 * cl.texi (Porting Common Lisp, Lexical Bindings):
43 Add some xrefs to the Elisp manual.
44
3c0c6155
GM
45 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
46 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
47 (Obsolete Features): New appendix. Move Lexical Bindings here.
48
5887564d
GM
492012-10-27 Glenn Morris <rgm@gnu.org>
50
e1117425
GM
51 * cl.texi: Use defmac for macros rather than defspec.
52 (Efficiency Concerns): Related copyedit.
53
5887564d
GM
54 * cl.texi (Control Structure): Update for setf now being in core.
55 (Setf Extensions): Rename from Basic Setf. Move much of the
56 former content to lispref/variables.texi.
57 (Modify Macros): Move pop, push details to lispref/variables.texi.
58 (Customizing Setf): Copyedits for setf etc being in core.
59 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
60 Further namespaces updates.
61
bdebdb64
BG
622012-10-26 Bastien Guerry <bzg@gnu.org>
63
64 * org.texi (Installation): Update the link to Org's ELPA. Also
65 don't mention org-install.el anymore as the replacement file
66 org-loaddefs.el is now loaded by org.el.
67
f956e59d
MA
682012-10-25 Michael Albinus <michael.albinus@gmx.de>
69
70 * tramp.texi (Frequently Asked Questions): Mention
71 `tramp-completion-reread-directory-timeout' for performance
72 improvement.
73
a05cb6e3
GM
742012-10-25 Glenn Morris <rgm@gnu.org>
75
76 * cl.texi: Don't mess with the TeX section number counter.
77 Use Texinfo recommended convention for quotes+punctuation.
78 (Overview, Sequence Functions): Rephrase for better line-breaking.
79 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
80 (Macro Bindings, Conditionals, Iteration, Loop Basics)
81 (Random Numbers, Mapping over Sequences, Structures)
82 (Porting Common Lisp): Further updates for cl-lib namespace.
83 (Modify Macros, Declarations, Macro Bindings, Structures):
84 Break long lines in examples.
85 (Dynamic Bindings): Update for changed progv behavior.
86 (Loop Examples, Efficiency Concerns): Markup fixes.
87 (Structures): Remove TeX margin change.
39ff2cf3 88 (Declarations): Fix typos.
a05cb6e3 89
39a58b5b
GM
902012-10-24 Glenn Morris <rgm@gnu.org>
91
a6880551
GM
92 * cl.texi (Overview, Multiple Values, Creating Symbols)
93 (Numerical Functions): Say less/nothing about the original cl.el.
94 (Old CL Compatibility): Remove.
95 (Assertions): Remove ignore-errors (standard Elisp for some time).
96
39a58b5b
GM
97 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
98 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
99 (Efficiency Concerns, Efficiency Concerns)
100 (Common Lisp Compatibility, Old CL Compatibility):
101 Further updates for cl-lib namespace.
102
72ec96fb
PE
1032012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
104
105 Update manual for new time stamp format (Bug#12706).
106 * emacs-mime.texi (time-date): Update for new format.
107 Also, fix bogus time stamp and modernize a bit.
108
8d6510b9
GM
1092012-10-23 Glenn Morris <rgm@gnu.org>
110
111 * cl.texi: Include emacsver.texi. Use Emacs version number rather
112 than unchanging cl.el version number.
113 End all menu descriptions with a period.
114 Do not use @dfn{CL} for every instance of "CL".
115 (Overview): Remove no-runtime caveat, and note about foo* names.
116 (Usage): Use cl-lib rather than cl.
117 (Organization, Naming Conventions): Update for cl-lib.el.
118 (Installation): Remove long-irrelevant node.
119 (Program Structure, Predicates, Control Structure):
120 Start updating for cl-lib namespace.
8d6510b9
GM
121 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
122 Depend on emacsver.texi.
123
0a078f36
MA
1242012-10-09 Michael Albinus <michael.albinus@gmx.de>
125
126 * trampver.texi: Update release number.
127
a03bb33f
GM
1282012-10-06 Glenn Morris <rgm@gnu.org>
129
24636b26
GM
130 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
131 ERC version.
132 (Introduction): ERC is distributed with Emacs.
133 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
134 (Getting Started): Simplify.
135 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
136 (History): Mention ERC maintained as part of Emacs now.
137 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
138 Add dependency on emacsver.texi.
139
a03bb33f
GM
140 * erc.texi: Remove hand-written node pointers.
141
d259be38
GM
1422012-10-05 Glenn Morris <rgm@gnu.org>
143
144 * newsticker.texi (Overview, Requirements, Usage, Configuration):
145 Copyedits.
146
62a81506
CY
1472012-10-01 Eric Ludlam <zappo@gnu.org>
148
149 * ede.texi (Quick Start, Project Local Variables)
150 (Miscellaneous commands, ede-java-root, Development Overview)
151 (Detecting a Project): New nodes.
152 (Simple projects): Node deleted.
153
154 * eieio.texi (Building Classes): Some slot attributes cannot be
155 overridden.
156 (Slot Options): Remove an example.
157 (Method Invocation, Documentation): New nodes.
158
07f133bf
GM
1592012-10-01 Glenn Morris <rgm@gnu.org>
160
161 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
162 (reftex.pdf): Add dependency on emacsver.texi.
163 * reftex.texi: Don't include directory part for emacsver.texi;
164 the Makefile's -I handles it.
165
4f595e15
RA
1662012-09-30 Ralf Angeli <angeli@caeruleus.net>
167
168 Merge from standalone RefTeX repository.
169
170 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
171 with macros.
172 (Imprint): Mention Wolfgang in list of contributors.
173 (Creating Citations): Give a hint about how to
174 auto-revert the BibTeX database file when using external editors.
175 (Referencing Labels): Simplify section about reference macro
176 cycling.
177 (Options (Referencing Labels)): Adapt to new structure of
178 `reftex-ref-style-alist'.
179 (Referencing Labels, Reference Styles): Document changes in the
180 referencing functionality.
181 (Commands): Mention options for definition of header and footer in
182 BibTeX files.
183 (Options (Creating Citations)): Document
184 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
185 (Reference Styles): New section.
186 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
187 (Options (Referencing Labels)): Remove descriptions of deprecated
188 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
189 Add descriptions for `reftex-ref-style-alist' and
190 `reftex-ref-style-default-list'.
191 (Referencing Labels): Update regarding reference styles.
192 (Citation Styles): Mention support for ConTeXt.
193 (Options (Defining Label Environments)): Fix typo.
194 (Options (Creating Citations)): Document
195 `reftex-cite-key-separator'.
196
8223b1d2
BG
1972012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
198
199 * org.texi: Add description of ORG_ADD_CONTRIB to info
200 documentation. Add link to Worg for more details.
201
202 * org.texi: Clarify installation procedure. Provide link to the
203 build system description on Worg.
204
205 * org.texi: Remove reference to utils/, x11idle.c is now in
206 contrib/scripts.
207
208 * org.texi: Re-normalize to "Org mode" in manual.
209
210 * org.texi (Installation): Adapt documentation to new build
211 system. Mention GNU ELPA (since it needs to be handled like Emacs
212 built-in Org).
213
8223b1d2
BG
2142012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
215
216 * org.texi: Fix typo in description of the 'Hooks' section.
217
218 * org.texi: Add ID to the list of special properties.
219
2202012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
221
222 * org.texi (Moving subtrees): Document the ability to archive to a
223 datetree.
224
2252012-09-30 Bastien Guerry <bzg@altern.org>
226
227 * org.texi (Installation, Feedback, Batch execution): Use
228 (add-to-list 'load-path ... t) for the contrib dir.
229
230 * org.texi (results): Update documentation for ":results drawer"
231 and ":results org".
232
233 * org.texi (Column width and alignment): Fix typo.
234
235 * org.texi (Activation): Point to the "Conflicts" section.
236
237 * org.texi (Conflicts): Mention filladapt.el in the list of
238 conflicting packages.
239
240 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
241 not needed for versions of Emacs > 22.1.
242
243 * org.texi (History and Acknowledgments): Fix typo.
244
245 * org.texi (History and Acknowledgments): Add my own
246 acknowledgments.
247
248 * org.texi (Agenda commands): Document the new command and the new
249 option.
250
251 * org.texi (Agenda commands): Delete `org-agenda-action' section.
252 (Agenda commands): Reorder. Document `*' to toggle persistent
253 marks.
254
255 * org.texi (Agenda dispatcher): Mention
256 `org-toggle-agenda-sticky'.
257 (Agenda commands, Exporting Agenda Views): Fix typo.
258
259 * org.texi (Templates in contexts, Setting Options): Update to
260 reflect changes in how contexts options are processed.
261
262 * org.texi (Templates in contexts): Document the new structure of
263 the variables `org-agenda-custom-commands-contexts' and
264 `org-capture-templates-contexts'.
265
266 * org.texi (Templates in contexts): Document the new option
267 `org-capture-templates-contexts'.
268 (Storing searches): Document the new option
269 `org-agenda-custom-commands-contexts'.
270
271 * org.texi (Formula syntax for Lisp): Reformat.
272
273 * org.texi (Special properties, Column attributes)
274 (Agenda column view): Document the new special property
275 CLOCKSUM_T.
276
277 * org.texi (Template expansion): Document the new %l template.
278
279 * org.texi (Fast access to TODO states): Fix documentation about
280 allowed characters for fast todo selection.
281
282 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
283 use in `org-agenda-to-appt'.
284
285 * org.texi (Comment lines): Update wrt comments.
286
287 * org.texi (Resolving idle time): Document new keybinding.
288
289 * org.texi (Clocking commands): Document the use of S-M-<up/down>
290 on clock timestamps.
291
292 * org.texi (Fast access to TODO states): Explicitely says only
293 letters are supported as fast TODO selection keys.
294
295 * org.texi (Link abbreviations): Illustrate the use of the "%h"
296 specifier. Document the new "%(my-function)" specifier.
297
298 * org.texi (Clocking commands): New cindex.
299 (Clocking commands): Update documentation for `org-clock-in'.
300 Document `org-clock-in-last'. Mention `org-clock-out' and
301 `org-clock-in-last' as commands that can be globally bound.
302 (Resolving idle time): Document continuous clocking.
303
304 * org.texi (Top, Introduction): Fix formatting.
305 (Activation): Add index entries.
306 (Conventions): Update section.
307 (Embedded @LaTeX{}): Fix formatting.
308
309 * org.texi (Visibility cycling): Document `show-children'.
310
311 * org.texi (Using capture): Mention the `org-capture-last-stored'
312 bookmark as a way to jump to the last stored capture.
313
314 * org.texi (Uploading files): Fix typo.
315
316 * org.texi (Using capture): Document `C-0' as a prefix argument
317 for `org-capture'.
318
319 * org.texi (Agenda commands): Document persistent marks.
320
321 * org.texi (Template expansion): Update doc to reflect change.
322
323 * org.texi (Radio tables): Document the :no-escape parameter.
324
325 * org.texi (Repeated tasks): Document repeat cookies for years,
326 months, weeks, days and hours.
327
328 * org.texi (Export options): State that you can use the d: option
329 by specifying a list of drawers.
330
331 * org.texi (HTML preamble and postamble): Small doc improvement.
332
3332012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
334
335 * org.texi: The sections in the Exporting section of the manual
336 left out articles in the description of the org-export-as-*
337 commands, among other places. This patch adds them, adds a few
338 missing prepositions, and switches instances of "an HTML" to "a
339 html" for internal consistency.
340
341 * org.texi: Alter several examples of headings with timestamps in
342 them to include the timestamps in the body instead of the heading.
343
3442012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
345
346 * org.texi (Agenda dispatcher): Document sticky agenda views and
347 the new key for them.
348
3492012-09-30 Charles <millarc@verizon.net> (tiny change)
350
351 * org.texi (Advanced features): Fix error in table.
352
3532012-09-30 Feng Shu <tumashu@gmail.com>
354
355 * org.texi (@LaTeX{} fragments): Document imagemagick as an
356 alternative to dvipng.
357
3582012-09-30 François Allisson <francois@allisson.co> (tiny change)
359
360 * org.texi: Remove extra curly bracket.
361
3622012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
363
364 * org.texi (org-clock-in-last and org-clock-cancel): Update the
365 defkeys.
366
3672012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
368
369 * org.texi (Agenda commands): Fix two typos by giving
370 corresponding function names, according to
371 `org-agenda-view-mode-dispatch'.
372
3732012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
374
375 * org.texi (The spreadsheet): Fix typo.
376
3772012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
378
379 * org.texi (Tracking your habits): Point to the "Tracking TODO
380 state changes" section.
381
3822012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
383
384 * org.texi (Literal examples): Remove reference to unknown
385 `org-export-latex-minted' variable. Also simplify footnote since
386 `org-export-latex-listings' documentation is exhaustive already.
387
388 * org.texi (Plain lists): Remove reference to now hard-coded
389 `bullet' automatic rule.
390
3912012-09-30 Toby S. Cubitt <tsc25@cantab.net>
392
393 * org.texi: Updated documentation accordingly.
394
5087f097
PE
3952012-09-13 Paul Eggert <eggert@cs.ucla.edu>
396
397 * texinfo.tex: Merge from gnulib.
398
20121a26
MA
3992012-09-12 Michael Albinus <michael.albinus@gmx.de>
400
401 Sync with Tramp 2.2.6.
402
403 * tramp.texi (Bug Reports): Cleanup caches before a test run.
404
405 * trampver.texi: Update release number.
406
44677e30
PE
4072012-09-12 Paul Eggert <eggert@cs.ucla.edu>
408
409 * texinfo.tex: Merge from gnulib.
410
5a4c42ba
AA
4112012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
412
413 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
414 (bug#12096).
415
8e7046c3
JB
4162012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
417
1dcac243
JB
418 * calc.texi (Simplification modes, Conversions)
419 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
420 (The Calc Mode Line): Mention the mode line display for Basic
421 simplification mode.
422 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
423 simplifications.
424 (Basic Simplifications): Rename from "Limited Simplifications"
425 Replace "limited" by "basic" throughout.
426 (Algebraic Simplifications): Indicate that the algebraic
427 simplifications are done by default.
428 (Unsafe Simplifications): Mention `m E'.
429 (Simplification of Units): Mention `m U'.
430 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
431 (Kinds of Declarations, Functions for Declarations): Mention
432 "algebraic simplifications" instead of `a s'.
1dcac243 433 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 434
d2bd74ff
JB
4352012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
436
437 * calc.texi (Getting Started, Tutorial): Change simulated
438 Calc output to match actual output.
439 (Simplifying Formulas): Mention that algebraic simplification is now
440 the default.
441
77472261
EZ
4422012-07-28 Eli Zaretskii <eliz@gnu.org>
443
444 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
445 (Bug#12073)
446
09ae5da1
PE
4472012-07-25 Paul Eggert <eggert@cs.ucla.edu>
448
449 Prefer typical American spelling for "acknowledgment".
450 * calc.texi (History and Acknowledgments): Rename from
451 History and Acknowledgements.
452 * idlwave.texi (Acknowledgments):
453 * ses.texi (Acknowledgments):
454 * woman.texi (Acknowledgments): Rename from Acknowledgements.
455
c4444d16
PE
4562012-07-09 Paul Eggert <eggert@cs.ucla.edu>
457
458 Rename configure.in to configure.ac (Bug#11603).
459 * ede.texi (Compiler and Linker objects, ede-proj-project)
460 (ede-step-project): Prefer the name configure.ac to configure.in.
461
ef091c97
MA
4622012-07-06 Michael Albinus <michael.albinus@gmx.de>
463
464 * tramp.texi (Multi-hops): Introduce
465 `tramp-restricted-shell-hosts-alist'.
466
89b163db
G
4672012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
468
469 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
470 methods, so don't mention smtpmail here.
471
4722012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
473
474 * gnus.texi (Picons): Document gnus-picon-properties.
475
4762012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
477
478 * gnus.texi: Remove mention of compilation, as that's no longer
479 supported.
480
4812012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
482
483 * gnus.texi (Archived Messages): Mention
484 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
485
4862012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
487
488 * gnus.texi (Various Summary Stuff):
489 Remove mention of `gnus-propagate-marks'.
490
4912012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
492
493 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
494 which no longer exist.
495
4962012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
497
498 * gnus.texi (Archived Messages):
499 Document gnus-gcc-self-resent-messages.
500
5012012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
502
503 * message.texi (Mail Variables):
504 Mention the optional user parameter for X-Message-SMTP-Method.
505
5062012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
507
508 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
509
510 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
511
5122012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
513
514 * gnus.texi (Key Index): Change encoding to utf-8.
515
ac1a0ce1 5162012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
517
518 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
519
71cca84d
G
5202012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
521
522 * gnus.texi (Group Timestamp): Mention where to find documentation for
523 the `gnus-tmp-' variables (bug#11601).
524
888a7fc0
MA
5252012-06-11 Michael Albinus <michael.albinus@gmx.de>
526
527 Sync with Tramp 2.2.6-pre.
528
529 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
530 where appropriate.
531 (Ad-hoc multi-hops): New section.
532 (Remote processes): New subsection "Running remote processes on
533 Windows hosts".
534 (History): Add remote commands on Windows, and ad-hoc multi-hop
535 methods.
536 (External methods): "ControlPersist" must be set to "no" for the
537 `scpc' method.
538 (Remote processes): Add a note about `auto-revert-tail-mode'.
539 (Frequently Asked Questions): Use "scpx" in combination with
540 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
541
542 * trampver.texi: Update release number.
543
31ca4639 5442012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
545
546 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
547 compilation for html-mono.
548
0e8bbf66
PE
5492012-06-08 Paul Eggert <eggert@cs.ucla.edu>
550
551 * texinfo.tex: Merge from gnulib.
552
b8f061b3
KY
5532012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
554
555 * Makefile.in (echo-info): Don't try to install info files named
556 just ".info".
557
16af873e
GM
5582012-05-28 Glenn Morris <rgm@gnu.org>
559
c1dabff0
GM
560 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
561
16af873e
GM
562 * sc.texi: Nuke hand-written node pointers.
563 Fix top-level menu to match actual node order.
564
1d5b82ef
GM
5652012-05-27 Glenn Morris <rgm@gnu.org>
566
567 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
568 Some associated fixes, including not messing with chapno in cl.texi.
569
33017faf 5702012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
571
572 * org.texi (Durations and time values): Fix typo.
573
d14b0029
JB
5742012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
575
33017faf 576 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
577 Mention `calc-ensure-consistent-units'.
578
2f4cadd1 5792012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 580
9879e263
AS
581 * cc-mode.texi: Avoid space before macro in 4th argument of cross
582 reference commands. (Bug#11461)
583
78e91d08
AS
584 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
585
3fe7cdc8
GM
5862012-05-12 Glenn Morris <rgm@gnu.org>
587
9598ef0b
GM
588 * Makefile.in (mostlyclean): Add more TeX intermediates.
589
7d326a29
GM
590 * Makefile.in: Make it look more like the other doc Makefiles.
591 Use explicit $srcdir in all dependencies.
592 Remove cd $srcdir from rules.
593 (VPATH): Remove.
594 (infodir): Set to an absolute path.
595 (INFO_TARGETS): Use short names.
596 (mkinfodir): infodir is now absolute.
597 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
598
c7f95930 599 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 600 (.SUFFIXES): Disable implicit rules.
c7f95930 601
3fe7cdc8
GM
602 * Makefile.in (MKDIR_P): New, set by configure.
603 (mkinfodir): Use $MKDIR_P.
604
6f0652af
GM
6052012-05-07 Glenn Morris <rgm@gnu.org>
606
607 * forms.texi (Long Example): Update for changed location of files.
608
8045b906
GM
6092012-05-04 Glenn Morris <rgm@gnu.org>
610
611 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
612 (INFO_TARGETS): Use $INFO_EXT.
613 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
614 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
615 (INFO_TARGETS): Use $INFO_EXT.
616 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
617
9e7a4bcf
GM
6182012-05-02 Glenn Morris <rgm@gnu.org>
619
9aa071df
GM
620 * Makefile.in (echo-info): New phony target, used by top-level.
621
9e7a4bcf
GM
622 * viper.texi: Make direntry shorter (also it is no longer "newest").
623
624 * emacs-gnutls.texi, ert.texi, org.texi:
625 Fix dircategory, direntry to match info/dir.
626
31cc861c
GM
627 * faq.texi: Convert @inforefs to @xrefs.
628 Fix some malformed cross-references.
f9e320bb
GM
629 (File-name conventions): Shorten section name to avoid overfull line.
630 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 631
723ea6b5
TZ
6322012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
633
634 * auth.texi (Help for users): Update for .gpg file being second.
635
a8e7d6d7 6362012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
637
638 * org.texi (Agenda commands): Fix two typos: give corresponding
639 function names, according to `org-agenda-view-mode-dispatch'.
640
a8e7d6d7 6412012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
642
643 * faq.texi (Major packages and programs): Remove section.
644 There is no point listing 6 packages (cf etc/MORE.STUFF).
645 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 646
dcbf5805
MA
6472012-04-22 Michael Albinus <michael.albinus@gmx.de>
648
649 * dbus.texi (Version): New node.
650 (Properties and Annotations): Mention the object manager
651 interface. Describe dbus-get-all-managed-objects.
652 (Type Conversion): Floating point numbers are allowed, if an
653 anteger does not fit Emacs's integer range.
654 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
655 (Asynchronous Methods): Fix description of
656 dbus-call-method-asynchronously.
657 (Receiving Method Calls): Fix some minor errors. Add
658 dbus-interface-emacs.
659 (Signals): Describe unicast signals and the new match rules.
660 (Alternative Buses): Add the PRIVATE optional argument to
661 dbus-init-bus. Describe its new return value. Add dbus-setenv.
662
adee4030
GM
6632012-04-20 Glenn Morris <rgm@gnu.org>
664
665 * faq.texi (New in Emacs 24): New section.
666 (Packages that do not come with Emacs): Mention M-x list-packages.
667
35dc09a1 6682012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
669
670 * cc-mode.texi (c-offsets-alist): Correct a typo.
671
35dc09a1 6722012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
673
674 * org.texi (Deadlines and scheduling): Fix the example: the
675 DEADLINE item should come right after the headline. We enforce
676 this convention, so it is a bug not to illustrate it correctly in
677 the manual.
678
35dc09a1 6792012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
680
681 * org.texi (Agenda commands): Fix documentation bug by swapping
682 the equivalent keybindings to `org-agenda-next-line' with the ones
683 to `org-agenda-previous-line'.
684
35dc09a1 6852012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
686
687 * Makefile.in: Replace non-portable use of $< in ordinary rules.
688
e2560ea8
EZ
6892012-04-09 Eli Zaretskii <eliz@gnu.org>
690
691 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
692 emacs-gnutls.
693 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
694
6b4f4a2d
TZ
6952012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
696
250b840e 697 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
698
699 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
700
ca2c89b6
TZ
7012012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
702
703 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 704 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 705
aebd5f1a
GM
7062012-04-04 Glenn Morris <rgm@gnu.org>
707
708 * auth.texi (Secret Service API): Copyedits.
709 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
710 (Help for users, Help for developers)
711 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 712
0317dd51
MA
7132012-04-04 Michael Albinus <michael.albinus@gmx.de>
714
715 * auth.texi (Secret Service API): Add the missing text.
716
3d439cd1
CY
7172012-04-04 Chong Yidong <cyd@gnu.org>
718
719 * message.texi (Using PGP/MIME): Note that epg is now the default.
720
721 * gnus.texi: Reduce references to obsolete pgg library.
722 (Security): Note that epg is now the default.
723
724 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
725
726 * nxml-mode.texi (Completion): C-RET is no longer bound to
727 nxml-complete.
728
153ae947
BG
7292012-04-01 Jambunathan K <kjambunathan@gmail.com>
730
731 * org.texi (Customizing tables in ODT export): Correct few errors.
732
7332012-04-01 Jambunathan K <kjambunathan@gmail.com>
734
735 * org.texi (Links in ODT export): Update.
736 (Labels and captions in ODT export): New node.
737
7382012-04-01 Jambunathan K <kjambunathan@gmail.com>
739
740 * org.texi (Literal examples in ODT export): htmlfontify.el in
741 Emacs-24.1 now supports fontification. So ODT source blocks will
742 be fontified by default.
743
7442012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
745
746 * org.texi (Refiling notes): Remove duplicated keybinding.
747
7482012-04-01 Eric Schulte <eric.schulte@gmx.com>
749
750 * org.texi (noweb): Documentation of this new option to the :noweb
751 header argument.
752
7532012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
754
755 * org.texi (Header and sectioning): Add example demonstrating how
756 to use "LaTeX_CLASS_OPTIONS".
757
7582012-04-01 Eric Schulte <eric.schulte@gmx.com>
759
760 * org.texi (Noweb reference syntax): Describe the ability to
761 execute noweb references in the manual.
762
7632012-04-01 Eric Schulte <eric.schulte@gmx.com>
764
765 * org.texi (cache): Improve cache documentation when session
766 evaluation is used.
767
7682012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
769
770 * org.texi (Plain lists): Document removal.
771
7722012-04-01 Michael Brand <michael.ch.brand@gmail.com>
773
774 * org.texi: Decapitalize file name in references to Calc manual.
775
7762012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
777
778 * org.texi (Plain lists): Document removal.
779
7802012-04-01 Jambunathan K <kjambunathan@gmail.com>
781
782 * org.texi (Top, OpenDocument Text export)
783 (ODT export commands, Extending ODT export)
784 (Images in ODT export, Tables in ODT export)
785 (Configuring a document converter): Add or Update.
786
7872012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
788
789 * org.texi (MobileOrg): Change the wording to reflect that the
790 Android Version is no longer just the little brother of the iOS
791 version.
792
7932012-04-01 Eric Schulte <eric.schulte@gmx.com>
794
795 * org.texi (Key bindings and useful functions): Updated babel key
796 binding documentation in manual.
797
7982012-04-01 Eric Schulte <eric.schulte@gmx.com>
799
800 * org.texi (noweb): Document new noweb header value.
801
8022012-04-01 Eric Schulte <eric.schulte@gmx.com>
803
804 * org.texi (noweb-sep): Document new header argument.
805
8062012-04-01 Eric Schulte <eric.schulte@gmx.com>
807
808 * org.texi (noweb-ref): Documentation of this new custom variable.
809
8102012-04-01 Eric Schulte <eric.schulte@gmx.com>
811
812 * org.texi (wrap): Update the new :wrap documentation to match the
813 current implementation.
814
8152012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
816
817 * org.texi: Added documentation for :wrap.
818
8192012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
820
821 * org.texi: #+RESULTS now user-configurable.
822
8232012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
824
825 * org.texi: Documented :noweb no-export.
826
8272012-04-01 Thomas Dye <dk@poto.local>
828
829 * org.texi: Edit :noweb no header argument for correctness.
830
8312012-04-01 Bastien Guerry <bzg@altern.org>
832
833 * org.texi (Customization): Update the approximate number of Org
834 variables.
835
8362012-04-01 Thomas Dye <dk@poto.local>
837
838 * org.texi: The :results wrap produces a drawer instead of a
839 begin_results block.
840
005a89ff
G
8412012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
842
843 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
844 reflect the new default.
845
589ce070
EZ
8462012-03-10 Eli Zaretskii <eliz@gnu.org>
847
848 * info.texi (Expert Info): Move the index entry for "Texinfo" from
849 "Getting Started" to this node. (Bug#10450)
850
a5392527
CY
8512012-03-10 Chong Yidong <cyd@gnu.org>
852
8ae818e4
CY
853 * flymake.texi (Example -- Configuring a tool called via make):
854 Mention the Automake COMPILE variable (Bug#8715).
855
a5392527
CY
856 * info.texi (Getting Started): Add an index entry (Bug#10450).
857
d49902e4
MA
8582012-03-02 Michael Albinus <michael.albinus@gmx.de>
859
860 * dbus.texi (Signals): Known names will be mapped onto unique
861 names, when registering for signals.
862
53eced6d
GM
8632012-02-29 Glenn Morris <rgm@gnu.org>
864
bcd6cd23
GM
865 * url.texi: Fix quote usage in body text.
866
775b55af
GM
867 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
868
53eced6d
GM
869 * cl.texi: Use @code{} in menus when appropriate.
870
44e97401
GM
8712012-02-28 Glenn Morris <rgm@gnu.org>
872
873 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
874 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
875 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
876 * org.texi, sc.texi, vip.texi, viper.texi:
877 Standardize possessive apostrophe usage.
878
fa9a0855
CY
8792012-02-26 Chong Yidong <cyd@gnu.org>
880
881 * ediff.texi (Quick Help Commands): Add a couple of index entries
882 (Bug#10834).
883
0fd2c9a3
GM
8842012-02-17 Glenn Morris <rgm@gnu.org>
885
886 * gnus.texi (Posting Styles):
887 * remember.texi (Org): Fix cross-refs to other manuals.
888
9f26dc24
GM
8892012-02-15 Glenn Morris <rgm@gnu.org>
890
891 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
892 (Encryption): New chapter, split out from previous.
893
3d2af193
LI
8942012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
895
896 * gnus.texi (Customizing the IMAP Connection): Mention
897 nnimap-record-commands.
898
b74c9672
GM
8992012-02-10 Glenn Morris <rgm@gnu.org>
900
901 * url.texi (Retrieving URLs): Update url-retrieve arguments.
902 Mention url-queue-retrieve.
903
2ebc3b94
GM
9042012-02-09 Glenn Morris <rgm@gnu.org>
905
9fcfcdef
GM
906 * sem-user.texi (Semantic mode user commands): Typo fix.
907
2ebc3b94
GM
908 * info.texi (Create Info buffer): Mention info-display-manual.
909
7c4bbb69
LI
9102012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
911
912 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
913 example (modified from an example by Michael Albinus).
914
debce7bc
G
9152012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
916
917 * gnus.texi (Agent Basics): Fix outdated description of
918 `gnus-agent-auto-agentize-methods'.
919
b207a4ec
AS
9202012-01-28 Andreas Schwab <schwab@linux-m68k.org>
921
922 * cc-mode.texi: Always @defindex ss.
923 (Config Basics): Fix argument of @itemize.
924 (Macro Backslashes): Add @code around index entry.
925
b8fe8712
GM
9262012-01-23 Glenn Morris <rgm@gnu.org>
927
928 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
929
02dc2fd7
EH
9302012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
931
932 * tramp.texi (File): Tweak wording for the `scpc' option.
933
e7719ea1
G
9342012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
935
936 * gnus.texi (Group Parameters): Really note precedence.
937
9937bef4
G
9382012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
939
940 * gnus.texi (Group Parameters): Note precedence.
941
e66ba1df
BG
9422012-01-03 Eric Schulte <eric.schulte@gmx.com>
943
944 * org.texi (Noweb reference syntax): Adding documentation of
945 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
946 variable.
947
9482012-01-03 Bastien Guerry <bzg@gnu.org>
949
950 * org.texi (Plain lists): Split the table to fix the display
951 of items.
952
9532012-01-03 Bastien Guerry <bzg@gnu.org>
954
955 * org.texi (Plain lists): Fix misplaced explanation.
956
9572012-01-03 Bastien Guerry <bzg@gnu.org>
958
959 * org.texi (Plain lists, Agenda files): Add index entries.
960
9612012-01-03 Julian Gehring <julian.gehring@googlemail.com>
962
963 * org.texi: Use "Org mode" instead of alternatives like
964 "Org-mode" or "org-mode".
965
9662012-01-03 Bernt Hansen <bernt@norang.ca>
967
968 * org.texi (Agenda commands): Document
969 `org-clock-report-include-clocking-task'.
970
9712012-01-03 Bastien Guerry <bzg@gnu.org>
972
973 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
974 C-c' on checkboxes.
975
9762012-01-03 Julian Gehring <julian.gehring@googlemail.com>
977
978 * org.texi: End sentences with two spaces.
979
9802012-01-03 Michael Brand <michael.ch.brand@gmail.com>
981
982 * org.texi (External links): Document the link types file+sys
983 and file+emacs, slightly narrow used page width.
984
9852012-01-03 Eric Schulte <eric.schulte@gmx.com>
986
987 * org.texi (colnames): Note that colnames behavior may differ
988 across languages.
989
9902012-01-03 Bastien Guerry <bzg@gnu.org>
991
992 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
993
9942012-01-03 Thomas Dye <dk@poto.westell.com>
995
996 * org.texi: Augmented discussion of babel property
997 inheritance. Put footnote outside sentence ending period.
998
9992012-01-03 Eric Schulte <schulte.eric@gmail.com>
1000
1001 * org.texi (eval): Documenting the full range of :eval header
1002 argument values.
1003
10042012-01-03 Eric Schulte <schulte.eric@gmail.com>
1005
1006 * org.texi (eval): Documentation of the new :eval option.
1007
10082012-01-03 Thomas Dye <dk@poto.local>
1009
1010 * org.texi: Add accumulated properties.
1011
10122012-01-03 Thomas Dye <dk@poto.local>
1013
1014 * org.texi: Documented no spaces in name=assign, another
1015 correction to :var table.
1016
10172012-01-03 Thomas Dye <dk@poto.local>
1018
1019 * org.texi: Changed DATA to NAME in Working With Source Code
1020 section.
1021
10222012-01-03 Tom Dye <tsd@tsdye.com>
1023
1024 * org.texi: Minor change to :var table.
1025
10262012-01-03 Tom Dye <tsd@tsdye.com>
1027
1028 * org.texi: More changes to :var table (some examples were wrong).
1029
10302012-01-03 Tom Dye <tsd@tsdye.com>
1031
1032 * org.texi: Cleaned up :var table.
1033
10342012-01-03 Bastien Guerry <bzg@gnu.org>
1035
1036 * org.texi (Timestamps, Weekly/daily agenda)
1037 (Weekly/daily agenda): Add @cindex for "appointment".
1038
10392012-01-03 Eric Schulte <schulte.eric@gmail.com>
1040
1041 * org.texi (Literal examples): A new link to the template for
1042 inserting empty code blocks.
1043 (Structure of code blocks): A new link to the template for
1044 inserting empty code blocks.
1045
10462012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1047
1048 * org.texi (External links): Add footnote on how the behavior
1049 of the text search in Org files are controled by the variable
1050 `org-link-search-must-match-exact-headline'.
1051
10522012-01-03 Eric Schulte <schulte.eric@gmail.com>
1053
1054 * org.texi (Buffer-wide header arguments): Update
1055 documentation to reflect removal of #+PROPERTIES.
1056
10572012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1058
1059 * org.texi (The clock table): Mention that ACHIVED trees
1060 contribute to the clock table.
1061
10622012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1063
1064 * org.texi (Conflicts): Better yasnippet config info.
1065
10662012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1067
1068 * org.texi (Selective export): Explicitely mention the default
1069 values for `org-export-select-tags',
1070 `org-export-exclude-tags'.
1071
10722012-01-03 Tom Dye <tsd@tsdye.com>
1073
1074 * org.texi: Added a line to specify that header arguments are
1075 lowercase.
1076
10772012-01-03 Tom Dye <tsd@tsdye.com>
1078
1079 * org.texi: :var requires default value when declared.
1080
10812012-01-03 Bastien Guerry <bzg@gnu.org>
1082
1083 * org.texi (Handling links): Add a note about the
1084 `org-link-frame-setup' option.
1085
10862012-01-03 David Maus <dmaus@ictsoc.de>
1087
1088 * org.texi (Exporting Agenda Views, Extracting agenda
1089 information): Fix command line syntax, quote symbol parameter
1090 values.
1091
10922012-01-03 David Maus <dmaus@ictsoc.de>
1093
1094 * org.texi (Exporting Agenda Views): Fix command line syntax.
1095
8d80ef01
PE
10962011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1097
1098 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1099 Use octal notation for file permissions, which are normally
1100 thought of in octal.
1101 (Mail Back End Variables): Use more-plausible modes in example.
1102
47d42d81
AM
11032011-12-20 Alan Mackenzie <acm@muc.de>
1104
1105 * cc-mode.texi: Update version string 5.31 -> 5.32.
1106
a98edce9
JB
11072011-12-06 Juanma Barranquero <lekktu@gmail.com>
1108
1109 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1110
321decc8
GM
11112011-11-24 Glenn Morris <rgm@gnu.org>
1112
1113 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1114
f8107b79
JB
11152011-11-24 Juanma Barranquero <lekktu@gmail.com>
1116
1117 * makefile.w32-in: Update dependencies.
1118
f5a96a4f
GM
11192011-11-20 Glenn Morris <rgm@gnu.org>
1120
1121 * gnus.texi (Group Information):
1122 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1123
cd1181db
JB
11242011-11-20 Juanma Barranquero <lekktu@gmail.com>
1125
1126 * gnus-coding.texi (Gnus Maintenance Guide):
1127 Rename from "Gnus Maintainance Guide".
1128
1129 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1130 * eieio.texi (Customizing):
fe7a3057
JB
1131 * gnus.texi (Article Washing):
1132 * gnus-news.texi:
1133 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 1134
7877f373
JB
11352011-11-16 Juanma Barranquero <lekktu@gmail.com>
1136
1137 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1138
0d26e0b6
JB
11392011-11-15 Juanma Barranquero <lekktu@gmail.com>
1140
c7015153
JB
1141 * ede.texi (project-am-texinfo):
1142 * gnus.texi (Sending or Not Sending):
1143 * org.texi (Template elements): Fix typos.
0d26e0b6 1144
0b381c7e
JB
11452011-11-14 Juanma Barranquero <lekktu@gmail.com>
1146
1147 * ediff.texi (Hooks):
c7015153 1148 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 1149
40a8bdf6
JB
11502011-11-11 Juanma Barranquero <lekktu@gmail.com>
1151
1152 * semantic.texi (Tag handling): Fix typo.
1153
57dda3bb
KY
11542011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1155
1156 * gnus.texi (Other Gnus Versions): Remove.
1157
52bedd34
AM
11582011-10-28 Alan Mackenzie <acm@muc.de>
1159
1160 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1161 (Other Special Indentations): Add an xref to "Macros with ;".
1162 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1163 "Macros with ;".
1164 (Macros with ;): New page.
1165
00b77525
GM
1166 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1167 Document the new handling of nested scopes for movement by defuns.
52bedd34 1168
4a623313
MA
11692011-10-23 Michael Albinus <michael.albinus@gmx.de>
1170
1171 Sync with Tramp 2.2.3.
1172
1173 * trampver.texi: Update release number.
1174
466a320e
GM
11752011-10-14 Glenn Morris <rgm@gnu.org>
1176
1177 * ert.texi (Introduction, How to Run Tests)
1178 (Running Tests Interactively, Expected Failures)
1179 (Tests and Their Environment, Useful Techniques)
1180 (Interactive Debugging, Fixtures and Test Suites):
1181 Minor rephrasings.
1182 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1183 (Running Tests in Batch Mode): Simplify loading instructions.
1184 (Test Selectors): Clarify some selectors.
1185 (Expected Failures, Useful Techniques):
1186 Make examples fit in 80 columns.
1187
2be4956d
JB
11882011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1189
1190 * calc.texi (Basic Operations on Units): Discuss temperature
1191 conversion (`u t') alongside with other unit conversions ('u c').
1192
7359a765
GM
11932011-10-12 Glenn Morris <rgm@gnu.org>
1194
1195 * ert.texi: Whitespace trivia to make main menu items line up better.
1196
a0c52e5d
GM
11972011-10-08 Glenn Morris <rgm@gnu.org>
1198
1199 * Makefile.in: Fix ert rules.
1200
465d0300
G
12012011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1202
1203 * gnus.texi (Gnus Utility Functions): Add more references and
1204 explanations (bug#9683).
1205
a5166359
LMI
12062011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1207
1208 * gnus.texi (Archived Messages): Note the default (bug#9552).
1209
b523dc20
BW
12102011-09-21 Bill Wohler <wohler@newt.com>
1211
1212 Release MH-E manual version 8.3.
1213
58179cce 1214 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
1215 release 8.3.
1216 (Preface): Updated support information.
bd7239f5 1217 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
1218 historical quote, the tense should be correct in the time that it
1219 was written.
1220
0afb49a1
LMI
12212011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1222
1223 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1224 (Finding the News): Doc clarification.
1225 (Terminology): Mention naming.
1226
e21bac42
G
12272011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1228
1229 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1230 (Interactive): Document `quiet'.
1231
5b409b39 12322011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 1233
bd7239f5 1234 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 1235
5b409b39 12362011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1237
bd7239f5 1238 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
1239 scope for `org-map-entries'.
1240
5b409b39 12412011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1242
1243 * org.texi (Visibility cycling): Document `org-copy-visible'.
1244
5b409b39 12452011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1246
bd7239f5 1247 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
1248 proper order.
1249
5b409b39 12502011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1251
1252 * org.texi (eval): Expand discussion of the :eval header argument.
1253
5b409b39 12542011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1255
1256 * org.texi (Languages): Add Lilypond and Awk as supported
1257 languages.
1258
5b409b39 12592011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 1260
bd7239f5 1261 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
1262 LOG_INTO_DRAWER can be used to override the contents of variable
1263 org-clock-into-drawer (or if unset, org-log-into-drawer).
1264
bd7239f5 1265 * org.texi: Replace @xref->@pxref.
3ab2c837 1266
5b409b39 12672011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1268
1269 * org.texi (Evaluating code blocks): Documenting the new option
1270 for inline call lines.
1271
5b409b39 12722011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1273
1274 * org.texi (Results of evaluation): More explicit about the
1275 mechanism through which interactive evaluation of code is
1276 performed.
1277
5b409b39 12782011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1279
1280 * org.texi (noweb-ref): New header argument documentation.
1281
5b409b39 12822011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1283
1284 * org.texi (Extracting source code): Documentation of the new
1285 org-babel-tangle-named-block-combination variable.
1286
5b409b39 12872011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1288
bd7239f5 1289 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 1290 behavior of multiple blocks of the same name is undefined.
3ab2c837 1291
5b409b39 12922011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
1293
1294 * org.texi (TaskJuggler export): Modify the example to reflect the
1295 new effort durations.
1296
5b409b39 12972011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1298
1299 * org.texi (Images in LaTeX export): Escape curly brackets in
1300 LaTeX example.
1301
5b409b39 13022011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1303
1304 * org.texi (The clock table): Document the :properties and
1305 :inherit-props arguments for the clocktable.
1306
5b409b39 13072011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1308
1309 * org.texi (Tables in LaTeX export): Document specifying placement
1310 options for tables.
1311
5b409b39 13122011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1313
1314 * org.texi (Evaluating code blocks): More specific documentation
1315 about the different types of header arguments.
1316
5b409b39 13172011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
1318
1319 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1320
5b409b39 13212011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1322
1323 * org.texi (Built-in table editor): Document the table field
1324 follow mode.
1325
5b409b39 13262011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1327
1328 * org.texi (Easy Templates): Document new template.
1329
5b409b39 13302011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1331
1332 * org.texi (Literal examples): Add a cross-reference from "Literal
1333 Examples" to "Easy Templates."
1334
5b409b39 13352011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1336
1337 * org.texi (The clock table): Add link to match syntax.
1338
5b409b39 13392011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1340
1341 * org.texi (Agenda commands): Document clock consistency checks.
1342
5b409b39 13432011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1344
1345 * org.texi (Built-in table editor): Document that \vert represents
1346 a vertical bar in a table field.
1347
5b409b39 13482011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1349
1350 * org.texi (Literal examples): Link from "Markup" > "Literate
1351 Examples" to "Working with Source Code".
1352
5b409b39 13532011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1354
1355 * org.texi (Agenda commands): Doc for function option to bulk
1356 action.
1357
5b409b39 13582011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1359
1360 * org.texi (Template expansion): Document new %<...> template
1361 escape.
1362
5b409b39 13632011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1364
1365 * org.texi (Selective export): Document exclusion of any tasks
1366 from export.
1367
5b409b39 13682011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1369
1370 * org.texi (Selective export): Document how to exclude DONE tasks
1371 from export.
1372 (Publishing options): Document the properties to be used to turn off
1373 export of DONE tasks.
1374
5b409b39 13752011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1376
1377 * org.texi (The date/time prompt): Document date range protection.
1378
5b409b39 13792011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1380
1381 * org.texi (padline): Documentation of the new padline header
1382 argument.
1383
5b409b39 13842011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1385
1386 * org.texi (var): Adding "[" to list of characters triggering
1387 elisp evaluation.
1388
5b409b39 13892011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1390
1391 * org.texi (var): Documentation of Emacs Lisp evaluation during
1392 variable assignment.
1393
5b409b39 13942011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1395
1396 * org.texi (colnames): Reference indexing into variables, and note
1397 that colnames are *not* removed before indexing occurs.
1398 (rownames): Reference indexing into variables, and note that
1399 rownames are *not* removed before indexing occurs.
1400
5b409b39 14012011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1402
1403 * org.texi (var): Clarification of indexing into tabular
1404 variables.
1405
5b409b39 14062011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1407
1408 * org.texi (results): Documentation of the `:results wrap' header
1409 argument.
1410
5b409b39 14112011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1412
bd7239f5 1413 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
1414 of the LaTeX export: the org file has to be properly structured.
1415
5b409b39 14162011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1417
1418 * org.texi (Dynamic blocks, Structure editing): Mention
1419 the function `org-narrow-to-block'.
1420
5b409b39 14212011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1422
1423 * org.texi (Languages): Updating list of code block supported
1424 languages.
1425
5b409b39 14262011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1427
1428 * org.texi (Special properties): CATEGORY is a special property,
1429 but it may also used in the drawer.
1430
5b409b39 14312011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1432
1433 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1434
5b409b39 14352011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1436
1437 * org.texi (Include files): Document :lines.
1438
5b409b39 14392011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1440
1441 * org.texi (comments): Documentation of the ":comments noweb" code
1442 block header argument.
1443
5b409b39 14442011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1445
1446 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1447 added extra whitespace around functions to be consistent with the
1448 rest of the section.
1449
5b409b39 14502011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1451
0b381c7e 1452 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
1453 #+call: line syntax.
1454 (Header arguments in function calls): Expanded discussion of
1455 #+call: line syntax.
1456
5b409b39 14572011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1458
1459 * org.texi (Evaluating code blocks): More explicit about how to
1460 pass variables to #+call lines.
1461
5b409b39 14622011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1463
1464 * org.texi (Results of evaluation): Link to the :results header
1465 argument list from the "Results of evaluation" section.
1466
5b409b39 14672011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1468
1469 * org.texi (Conflicts): Adding additional information about
1470 resolving org/yasnippet conflicts.
1471
5b409b39 14722011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1473
1474 * org.texi (Publishing options): Document style-include-scripts
1475 publishing project property.
1476
5b409b39 14772011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1478
1479 * org.texi (Sparse trees): Document the next-error /
1480 previous-error functionality.
1481
5b409b39 14822011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1483
1484 * org.texi (cache): Improved documentation of code block caches.
1485
5b409b39 14862011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1487
1488 * org.texi (Code block specific header arguments): Documentation
1489 of multi-line header arguments.
1490
5b409b39 14912011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1492
1493 * org.texi (Code evaluation security): Add example for using a
1494 function.
1495
5b409b39 14962011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1497
1498 * org.texi (Tables in LaTeX export): Documentation of new
1499 attr_latex options for tables.
1500
5b409b39
BG
15012011-08-03 Michael Albinus <michael.albinus@gmx.de>
1502
1503 * trampver.texi: Update release number.
1504
15052011-07-30 Michael Albinus <michael.albinus@gmx.de>
1506
1507 Sync with Tramp 2.2.2.
1508
1509 * trampver.texi: Update release number.
1510
064e2d08
LMI
15112011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1512
1513 * flymake.texi (Example -- Configuring a tool called via make):
1514 Use /dev/null instead of the Windows "nul" (bug#8715).
1515
b8151e9c
LMI
15162011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1517
1518 * widget.texi (Setting Up the Buffer): Remove mention of the
1519 global keymap parent, which doesn't seem to be accurate
1520 (bug#7045).
1521
5b409b39
BG
15222011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1523
1524 * org.texi (Special agenda views): Fix double quoting (bug#3509).
1525
c0a8ae95
KR
15262010-07-10 Kevin Ryde <user42@zip.com.au>
1527
1528 * cl.texi (For Clauses): Add destructuring example processing an
1529 alist (bug#6596).
1530
ac6531ad
LMI
15312011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1532
1533 * ediff.texi (Major Entry Points): Remove mention of `require',
1534 since that's not pertinent in the installed Emacs (bug#9016).
1535
d30dd079
G
15362011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1537
1538 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
1539 (Filtering New Groups): Clarify how simple the "options -n" format is.
1540 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1541 is internal.
d30dd079 1542
862c0d68
MA
15432011-07-04 Michael Albinus <michael.albinus@gmx.de>
1544
1545 * tramp.texi (Cleanup remote connections): Add
1546 `tramp-cleanup-this-connection'.
1547
cd865a33
G
15482011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1549
1550 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1551 zombies.
1552 (Checking New Groups): Ditto (bug#8974).
7d1738f1 1553 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
1554
15552011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1556
1557 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1558 backups, and not actual vc (bug#8975).
1559
79414ae4
KR
15602011-07-03 Kevin Ryde <user42@zip.com.au>
1561
1562 * cl.texi (For Clauses): @items for hash-values and key-bindings
1563 to make them more visible when skimming. Add examples of `using'
1564 clause to them, examples being clearer than a description in
1565 words (bug#6599).
1566
847ccf7c
AM
15672011-07-01 Alan Mackenzie <acm@muc.de>
1568
1569 * cc-mode.texi (Guessing the Style): New page.
1570 (Styles): Add a short introduction to above.
1571
3da13bb9
DD
15722011-06-28 Deniz Dogan <deniz@dogan.se>
1573
1574 * rcirc.texi (Configuration): Bug-fix:
1575 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1576 Reported by Elias Pipping <pipping@exherbo.org>.
1577
60a0884e
G
15782011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1579
1580 * gnus.texi (Summary Mail Commands): Document
1581 `gnus-summary-reply-to-list-with-original'.
1582
0c7efc08
SM
15832011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1584
1585 * eshell.texi (Known problems): Fix typo.
1586
ea3596a2
MA
15872011-06-12 Michael Albinus <michael.albinus@gmx.de>
1588
0c7efc08 1589 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1590 (Password handling): `auth-source-debug' is good for debug messages.
1591
2da9c605
G
15922011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1593
1594 * gnus.texi (Store custom flags and keywords): Refer to
1595 `gnus-registry-article-marks-to-{chars,names}' instead of
1596 `gnus-registry-user-format-function-{M,M2}'.
1597
e61923c8
GM
15982011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1599
1600 * texinfo.tex: Merge from gnulib.
1601
627abcdd
TZ
16022011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1603
1604 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1605 (Store custom flags and keywords):
1606 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1607 `gnus-registry-user-format-function-M2'.
1608
a3c92bc1
EZ
16092011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1610
8f906c40 1611 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1612
85d870a9
GM
16132011-05-17 Glenn Morris <rgm@gnu.org>
1614
1615 * gnus.texi (Face): Fix typo.
1616
2cdee799
GM
16172011-05-14 Glenn Morris <rgm@gnu.org>
1618
1619 * dired-x.texi (Omitting Examples): Minor addition.
1620
79b70037
GM
16212011-05-10 Jim Meyering <meyering@redhat.com>
1622
1623 * ede.texi: Fix typo "or or -> or".
1624
a7111a62 16252011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1626
1627 * gnus.texi (Summary Buffer Lines):
1628 gnus-summary-user-date-format-alist does not exist.
1629 (Sorting the Summary Buffer): More about sorting threads.
1630
69026aba
MA
16312011-04-25 Michael Albinus <michael.albinus@gmx.de>
1632
1633 * trampver.texi: Update release number.
1634
9024ff79
MA
16352011-04-14 Michael Albinus <michael.albinus@gmx.de>
1636
1637 * tramp.texi (Frequently Asked Questions): New item for disabling
1638 Tramp in other packages.
1639
c3c65d73
TZ
16402011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1641
1642 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1643 (Fancy splitting to parent, Store arbitrary data):
1644 Updated gnus-registry docs.
c3c65d73 1645
9ec6a317
JB
16462011-04-13 Juanma Barranquero <lekktu@gmail.com>
1647
1648 * ede.texi: Fix typos.
1649
1e3b6001
G
16502011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1651
9ec6a317
JB
1652 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1653 It's @table @code.
1e3b6001 1654
a5954fa5
G
16552011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1656
ed9265fc 1657 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 1658
d71990a1
JB
16592011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1660
1661 * calc.texi (Logarithmic Units): Update the function names.
1662
1518e4f0
G
16632011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1664
1665 * message.texi (Various Commands): Document format specs in the
1666 ellipsis.
1667
a123622d
G
16682011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1669
1670 * message.texi (Insertion Variables): Document message-cite-style.
1671
16722011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1673
1674 * tramp.texi (Remote processes): New subsection "Running shell on
1675 a remote host".
1676
4248cca2
TZ
16772011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1678
1679 * auth.texi (Help for developers): Update docs to explain that the
1680 :save-function will only run the first time.
1681
54ce11a1
GM
16822011-03-12 Glenn Morris <rgm@gnu.org>
1683
1684 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1685 (emacs-faq.text): New target.
1686 (clean): Add emacs-faq.
1687
0c3b25f8
MA
16882011-03-12 Michael Albinus <michael.albinus@gmx.de>
1689
1690 Sync with Tramp 2.2.1.
1691
1692 * trampver.texi: Update release number.
1693
b740639e
GM
16942011-03-11 Glenn Morris <rgm@gnu.org>
1695
1696 * Makefile.in (HTML_TARGETS): New.
1697 (clean): Delete $HTML_TARGETS.
1698 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1699
733afdf4
TZ
17002011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1701
1702 * auth.texi (Help for developers): Show example of using
1703 `auth-source-search' with prompts and :save-function.
1704
33383987
JB
17052011-03-07 Chong Yidong <cyd@stupidchicken.com>
1706
1707 * Version 23.3 released.
1708
a5057546
G
17092011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1710
1711 * message.texi (Message Buffers): Update default value of
1712 message-generate-new-buffers.
1713
479a2c9b
JB
17142011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1715
1716 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1717 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1718 respectively.
05a29101
JB
1719 (Musical Notes): New section.
1720 (Customizing Calc): Mention the customizable variable
1721 calc-note-threshold.
479a2c9b 1722
e0535b76
GM
17232011-03-03 Glenn Morris <rgm@gnu.org>
1724
1725 * url.texi (Dealing with HTTP documents): Remove reference to
1726 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1727 (Configuration): Update url-configuration-directory description.
e0535b76 1728
2777ccbf
GM
17292011-03-02 Glenn Morris <rgm@gnu.org>
1730
1731 * dired-x.texi (Multiple Dired Directories): Remove mentions
1732 of dired-default-directory-alist and dired-default-directory.
1733 Move dired-smart-shell-command here...
1734 (Miscellaneous Commands): ... from here.
1735
257219bd
PE
17362011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1737
1738 * texinfo.tex: Update to version 2011-02-24.09.
1739
8889f4e2
GM
17402011-03-02 Glenn Morris <rgm@gnu.org>
1741
1742 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1743 instead of the obsoleted dired-omit-here-always.
1744
5d41af19
MA
17452011-02-28 Michael Albinus <michael.albinus@gmx.de>
1746
1747 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1748 supported systems.
1749
2b0c7330 17502011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1751
61cf3a76
GM
1752 * dbus.texi (Type Conversion): Grammar fix.
1753
cce7d530 17542011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1755
cce7d530
GM
1756 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1757 "Debian GNU/Linux".
51a13bdd 1758
cce7d530
GM
1759 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1760
817b48a7
GM
17612011-02-23 Glenn Morris <rgm@gnu.org>
1762
cce7d530
GM
1763 * dired-x.texi (Features): Minor rephrasing.
1764 (Local Variables): Fix typos.
47301027
GM
1765
1766 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1767 Standardize some Emacs/XEmacs terminology.
1768
817b48a7
GM
1769 * dired-x.texi (Features): Don't advertise obsolete local variables.
1770 Simplify layout.
1771 (Omitting Variables): Update local variables example.
1772 (Local Variables): Say this is obsolete. Fix description of
1773 dired-enable-local-variables possible values.
1774
4a3988d5
G
17752011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1776
1777 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1778 default now.
1779
8e22bee0
G
17802011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1781
1782 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1783
06b840e0
LI
17842011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1785
1786 * gnus.texi (Window Layout): Document layout names.
1787
67ab0163 17882011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1789
1790 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1791 * auth.texi: Sync @dircategory with ../../info/dir.
1792 * autotype.texi: Sync @dircategory with ../../info/dir.
1793 * calc.texi: Sync @dircategory with ../../info/dir.
1794 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1795 * cl.texi: Sync @dircategory with ../../info/dir.
1796 * dbus.texi: Sync @dircategory with ../../info/dir.
1797 * dired-x.texi: Sync @dircategory with ../../info/dir.
1798 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1799 * ede.texi: Sync @dircategory with ../../info/dir.
1800 * ediff.texi: Sync @dircategory with ../../info/dir.
1801 * edt.texi: Sync @dircategory with ../../info/dir.
1802 * eieio.texi: Sync @dircategory with ../../info/dir.
1803 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1804 * epa.texi: Sync @dircategory with ../../info/dir.
1805 * erc.texi: Sync @dircategory with ../../info/dir.
1806 * eshell.texi: Sync @dircategory with ../../info/dir.
1807 * eudc.texi: Sync @dircategory with ../../info/dir.
1808 * flymake.texi: Sync @dircategory with ../../info/dir.
1809 * forms.texi: Sync @dircategory with ../../info/dir.
1810 * gnus.texi: Sync @dircategory with ../../info/dir.
1811 * idlwave.texi: Sync @dircategory with ../../info/dir.
1812 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1813 * message.texi: Sync @dircategory with ../../info/dir.
1814 * mh-e.texi: Sync @dircategory with ../../info/dir.
1815 * newsticker.texi: Sync @dircategory with ../../info/dir.
1816 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1817 * org.texi: Sync @dircategory with ../../info/dir.
1818 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1819 * pgg.texi: Sync @dircategory with ../../info/dir.
1820 * rcirc.texi: Sync @dircategory with ../../info/dir.
1821 * reftex.texi: Sync @dircategory with ../../info/dir.
1822 * remember.texi: Sync @dircategory with ../../info/dir.
1823 * sasl.texi: Sync @dircategory with ../../info/dir.
1824 * sc.texi: Sync @dircategory with ../../info/dir.
1825 * semantic.texi: Sync @dircategory with ../../info/dir.
1826 * ses.texi: Sync @dircategory with ../../info/dir.
1827 * sieve.texi: Sync @dircategory with ../../info/dir.
1828 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1829 * speedbar.texi: Sync @dircategory with ../../info/dir.
1830 * trampver.texi [emacs]: Set emacsname to "Emacs".
1831 * tramp.texi: Sync @dircategory with ../../info/dir.
1832 * url.texi: Sync @dircategory with ../../info/dir.
1833 * vip.texi: Sync @dircategory with ../../info/dir.
1834 * viper.texi: Sync @dircategory with ../../info/dir.
1835 * widget.texi: Sync @dircategory with ../../info/dir.
1836 * woman.texi: Sync @dircategory with ../../info/dir.
1837
30abce25
GM
18382011-02-19 Glenn Morris <rgm@gnu.org>
1839
0c7efc08
SM
1840 * dired-x.texi (Technical Details): No longer redefines
1841 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1842 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1843
f31f8469
GM
18442011-02-18 Glenn Morris <rgm@gnu.org>
1845
1846 * dired-x.texi (Optional Installation File At Point): Simplify.
1847
35123c04
TZ
18482011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1849
1850 * auth.texi (Help for users): Use :port instead of :protocol for all
1851 auth-source docs.
7ba93e94
G
1852 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1853 to have two files in `auth-sources'.
35123c04 1854
da5e0ce4
GM
18552011-02-16 Glenn Morris <rgm@gnu.org>
1856
b322c9af
GM
1857 * dired-x.texi: Use emacsver.texi to get Emacs version.
1858 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1859 Depend on emacsver.texi.
1860
07ca5555
GM
1861 * dired-x.texi: Drop meaningless version number.
1862 (Introduction): Remove old info.
1863 (Optional Installation Dired Jump): Autoload from dired-x.
1864 Remove incorrect info about loaddefs.el.
1865 (Bugs): Just refer to M-x report-emacs-bug.
1866
da5e0ce4
GM
1867 * dired-x.texi (Multiple Dired Directories): Update for rename of
1868 default-directory-alist.
1869 (Miscellaneous Commands): No longer mention very old VM version 4.
1870
bb55f713
PE
18712011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1872
1873 Merge from gnulib.
1874 * texinfo.tex: Update to version 2011-02-14.11.
1875
5415d076
G
18762011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1877
da5e0ce4
GM
1878 * auth.texi (Help for users):
1879 Login collection is "Login" and not "login".
5415d076 1880
14029d4b
MA
18812011-02-13 Michael Albinus <michael.albinus@gmx.de>
1882
1883 * tramp.texi (History): Remove IMAP support.
1884 (External methods, Frequently Asked Questions): Remove `imap' and
1885 `imaps' methods.
1886 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1887
1888 * trampver.texi: Remove default value of `emacsimap'.
1889
8a36c07f
GM
18902011-02-13 Glenn Morris <rgm@gnu.org>
1891
1892 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1893 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1894
165bc5a0
GM
18952011-02-12 Glenn Morris <rgm@gnu.org>
1896
1897 * sc.texi (Getting Connected): Remove old index entries.
1898
5415d076 18992011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
1900
1901 * url.texi: Remove duplicate @dircategory (Bug#7942).
1902
b8e0f0cd
G
19032011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
1904
8a36c07f
GM
1905 * auth.texi (Overview, Help for users, Help for developers):
1906 Update docs.
b8e0f0cd
G
1907 (Help for users): Talk about spaces.
1908
caf82551
PE
19092011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1910
1911 * texinfo.tex: Update to version 2011-02-07.16.
1912
1ff98217
MA
19132011-02-07 Michael Albinus <michael.albinus@gmx.de>
1914
1915 * dbus.texi (Bus names): Adapt descriptions for
1916 dbus-list-activatable-names and dbus-list-known-names.
1917
2e78df6b
JB
19182011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1919
1920 * calc.texi (Logarithmic Units): New section.
1921
7fbf7cae
TZ
19222011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
1923
1924 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1925 manuals use it now.
1926
0c7efc08 1927 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 1928
156ad271
KY
19292011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
1930
1931 * overrides.texi: Remove.
1932
1933 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
1934 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
1935
36539990
MA
19362011-02-05 Michael Albinus <michael.albinus@gmx.de>
1937
1938 * tramp.texi (Frequently Asked Questions): Mention problems with
1939 WinSSHD.
1940
1941 * trampver.texi: Update release number.
1942
19432011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1944
1945 * tramp.texi:
1946 Replace "delimet" with "delimit" globally.
1947 Replace "explicite" with "explicit" globally.
1948 Replace "instead of" with "instead" where there was nothing after "of".
1949 Audit use of comma before interrogative pronoun, "that", or "which".
1950 Minor word order, spelling, wording changes.
1951
ec72bf63
G
19522011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1953
1954 * overrides.texi: New file to set or clear WEBHACKDEVEL.
1955
1956 * sieve.texi: Use WEBHACKDEVEL.
1957
1958 * sasl.texi: Use WEBHACKDEVEL.
1959
1960 * pgg.texi: Use WEBHACKDEVEL.
1961
1962 * message.texi: Use WEBHACKDEVEL.
1963
1964 * gnus.texi: Use WEBHACKDEVEL.
1965
1966 * emacs-mime.texi: Use WEBHACKDEVEL.
1967
1968 * auth.texi: Use WEBHACKDEVEL.
1969
1970 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
1971 manuals.
1972
19732011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1974
1975 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
1976
90b750f4
PE
19772011-02-03 Paul Eggert <eggert@cs.ucla.edu>
1978
1979 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
1980 which in turn is copied from ftp://tug.org/tex/.
1981
0e751a49
GM
19822011-02-03 Glenn Morris <rgm@gnu.org>
1983
1984 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
1985 (Binding combinations of modifiers and function keys):
1986 Let's assume people reading this are not using Emacs 18.
1987
7f13c2e2
LI
19882011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1989
1990 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
1991 since it's run automatically.
1992
d76c843e
LI
19932011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1994
1995 * gnus.texi (Customizing Articles): Fix typo.
1996
12e3ca0a
LI
19972011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1998
1999 * gnus.texi (Customizing Articles): Document the new way of customizing
2000 the date headers(s).
2001
fe72c8fa
LI
20022011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2003
2004 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2005 splitting example.
2006
bf3dae7e
EZ
20072011-01-29 Eli Zaretskii <eliz@gnu.org>
2008
2009 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2010 (MAKEINFO_OPTS): New variable.
2011 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2012 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2013 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2014 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2015 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2016 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2017 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2018 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2019 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2020 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2021 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2022 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2023 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2024 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2025 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2026 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2027 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2028 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2029
d6f13ac8
LI
20302011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2031
2032 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2033
c5ecc769
G
20342011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2035
2036 * message.texi (IDNA): Explain what it is.
2037
20382011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2039
2040 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2041
45eb2a5d
WL
20422011-01-23 Werner Lemberg <wl@gnu.org>
2043
2044 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2045 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2046 (ENVADD): Update.
45eb2a5d 2047
6872a814
GM
20482011-01-18 Glenn Morris <rgm@gnu.org>
2049
2050 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2051
77ab81d0 20522011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2053
2054 * nxml-mode.texi (Introduction): Fix file name typos.
2055
d221e780
CO
20562011-01-13 Christian Ohler <ohler@gnu.org>
2057
2058 * ert.texi: New file.
2059
2060 * Makefile.in:
2061 * makefile.w32-in: Add ert.texi.
2062
8c904d82
MA
20632011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2064
2065 * dbus.texi (Receiving Method Calls): New function
2066 dbus-register-service. Rearrange node.
2067
f56e0e7a
PE
20682011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2069
2070 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2071 which in turn is copied from ftp://tug.org/tex/.
2072
0fadf00e
MA
20732011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2074
2075 * dbus.texi (Receiving Method Calls): Describe new optional
2076 parameter dont-register-service of dbus-register-{method,property}.
2077
8b358e90
DU
20782010-12-17 Daiki Ueno <ueno@unixuser.org>
2079
0c7efc08
SM
2080 * epa.texi (Encrypting/decrypting *.gpg files):
2081 Mention epa-file-select-keys.
8b358e90 2082
549c9aed
G
20832010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2084
2085 * gnus.texi (Archived Messages): Remove outdated text.
2086
20872010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2088
0c7efc08 2089 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 2090
156e3f9c
G
20912010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2092
83f3eadc 2093 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 2094
8151d490
AC
20952010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2096
2097 * gnus.texi (The swish++ Engine): Add customizable parameters
2098 descriptions.
2099 (The swish-e Engine): Ditto.
2100
305bdd22
MA
21012010-12-14 Michael Albinus <michael.albinus@gmx.de>
2102
2103 * tramp.texi (Inline methods): Add "ksu" method.
2104 (Remote processes): Add example with remote `default-directory'.
2105
53aff12a
GM
21062010-12-14 Glenn Morris <rgm@gnu.org>
2107
2108 * faq.texi (Expanding aliases when sending mail):
2109 Now build-mail-aliases is interactive.
2110
8a1cdce5
AC
21112010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2112
2113 * gnus.texi: First pass at adding (rough) nnir documentation.
2114
7410c270
G
21152010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2116
53aff12a
GM
2117 * gnus.texi (Filtering New Groups):
2118 Mention gnus-auto-subscribed-categories.
2119 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
2120 removed.
2121
f49d1f52 21222010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
2123
2124 * cl.texi (For Clauses): Small fixes for frames and windows.
2125
acedf35c
CD
21262010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2127
2128 * org.texi (Using capture): Document using prefix arguments for
2129 finalizing capture.
2130 (Agenda commands): Document prefix argument for the bulk scatter
2131 command.
2132 (Beamer class export): Document that also overlay arguments can be
2133 passed to the column environment.
2134 (Template elements): Document the new entry type.
2135
21362010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2137
2138 * org.texi (Include files): Document :minlevel.
2139
21402010-12-11 Julien Danjou <julien@danjou.info>
2141
2142 * org.texi (Categories): Document category icons.
2143
21442010-12-11 Eric Schulte <schulte.eric@gmail.com>
2145
2146 * org.texi (noweb): Fix typo.
2147
516aa569
G
21482010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2149
2150 * gnus.texi (Server Commands): Point to the rest of the server
2151 commands.
2152
04db63bc
G
21532010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2154
2155 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2156 g'.
2157
ed797193
G
21582010-12-02 Julien Danjou <julien@danjou.info>
2159
2160 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2161
21622010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2163
2164 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2165 (Direct Functions): Note the STARTTLS upgrade.
2166
07976ae3 21672010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 2168 James Clark <none@example.com>
d3dfb185
GM
2169
2170 * nxml-mode.texi (Introduction): New section.
2171
59e75882
G
21722010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2173
2174 * gnus.texi (Server Commands): Document gnus-server-show-server.
2175
568a887f
MA
21762010-11-20 Michael Albinus <michael.albinus@gmx.de>
2177
2178 Sync with Tramp 2.2.0.
2179
2180 * trampver.texi: Update release number.
2181
1265829e
JB
21822010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2183
2184 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2185 Mention that the TeX specific units won't use the `tex' prefix
2186 in TeX mode.
2187
239661c0
KY
21882010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2189
2190 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2191
4a47c275 21922010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
2193
2194 * edt.texi: Remove information about Emacs 19.
2195
4a47c275 21962010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
2197
2198 * trampver.texi: Update release number.
2199
2f0e0dc8
KY
22002010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2201
2202 * gnus.texi (Article Washing): Fix typo.
2203
afe98dfa
CD
22042010-11-11 Noorul Islam <noorul@noorul.com>
2205
56f5a94e 2206 * org.texi: Fix typo.
afe98dfa
CD
2207
22082010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2209
2210 * org.texi (Using capture): Explain that refiling is
2211 sensitive to cursor position.
2212
22132010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2214
56f5a94e 2215 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
2216
22172010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2218
2219 * org.texi: Document the <c> cookie.
2220
22212010-11-11 Eric Schulte <schulte.eric@gmail.com>
2222
bd7239f5 2223 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 2224 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
2225
22262010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2227
56f5a94e 2228 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
2229
22302010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2231
56f5a94e 2232 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
2233
22342010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2235
2236 * org.texi (Setting up the staging area): Document that
2237 file names remain visible when encrypting the MobileOrg files.
2238
22392010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2240
2241 * org.texi (Setting up the staging area): Document which
2242 versions are needed for encryption.
2243
22442010-11-11 Eric Schulte <schulte.eric@gmail.com>
2245
56f5a94e
GM
2246 * org.texi (noweb): Update :noweb documentation to
2247 reflect the new "tangle" argument.
afe98dfa
CD
2248
22492010-11-11 Eric Schulte <schulte.eric@gmail.com>
2250
56f5a94e
GM
2251 * org.texi (Batch execution): Improve tangling script in
2252 documentation.
afe98dfa
CD
2253
22542010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2255
2256 * org.texi (Handling links):
2257 (In-buffer settings): Document inlining images on startup.
2258
22592010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2260
2261 * org.texi (Setting up the staging area): Document use of
2262 crypt password.
2263
22642010-11-11 David Maus <dmaus@ictsoc.de>
2265
56f5a94e 2266 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
2267
22682010-11-11 David Maus <dmaus@ictsoc.de>
2269
56f5a94e
GM
2270 * org.texi (Template expansion): Add mew in table for link type
2271 escapes.
afe98dfa
CD
2272
22732010-11-11 David Maus <dmaus@ictsoc.de>
2274
56f5a94e 2275 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
2276
22772010-11-11 Eric Schulte <schulte.eric@gmail.com>
2278
56f5a94e 2279 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
2280
22812010-11-11 Eric Schulte <schulte.eric@gmail.com>
2282
56f5a94e 2283 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
2284
22852010-11-11 Eric Schulte <schulte.eric@gmail.com>
2286
56f5a94e
GM
2287 * org.texi (Structure of code blocks):
2288 Update documentation to mention inline code block syntax.
afe98dfa
CD
2289
22902010-11-11 Eric Schulte <schulte.eric@gmail.com>
2291
56f5a94e 2292 * org.texi (comments): Improve wording.
afe98dfa
CD
2293
22942010-11-11 Eric Schulte <schulte.eric@gmail.com>
2295
56f5a94e 2296 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
2297
22982010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2299
2300 * org.texi (Installation): Remove the special
2301 installation instructions for XEmacs.
2302
23032010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2304
56f5a94e 2305 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
2306 insertion of empty structural elements.
2307
23082010-11-11 Noorul Islam <noorul@noorul.com>
2309
56f5a94e 2310 * org.texi: Fix doc.
afe98dfa
CD
2311
23122010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2313
2314 * org.texi (The date/time prompt): Document specification
2315 of time ranges.
2316
23172010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2318
2319 * org.texi (Internal links): Document the changes in
2320 internal links.
2321
23222010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2323
2324 * org.texi (Agenda commands): Document the limitation for
2325 the filter preset - it can only be used for an entire agenda
2326 view, not in an individual block in a block agenda.
2327
23282010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2329
2330 * org.texi (iCalendar export): Document alarm creation.
2331
6f8fc60c
MA
23322010-11-10 Michael Albinus <michael.albinus@gmx.de>
2333
2334 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2335
be3c11b3
LMI
23362010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2337
2338 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2339
d607b96b 23402010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 2341
d607b96b 2342 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 2343
181cb5fb
G
23442010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2345
2346 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2347 since that works by default.
2348
23492010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2350
2351 * gnus.texi (Customizing the IMAP Connection): Document
2352 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2353
36bc5d3b
MA
23542010-11-04 Michael Albinus <michael.albinus@gmx.de>
2355
2356 * tramp.texi (Remote shell setup): New item "Interactive shell
2357 prompt". Reported by Christian Millour <cm@abtela.com>.
2358 (Remote shell setup, Remote processes): Use @code{} for
2359 environment variables.
2360
cf503f7c
GM
23612010-11-03 Glenn Morris <rgm@gnu.org>
2362
537b04b9 2363 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 2364 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 2365
389b76fa
G
23662010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2367
2368 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2369
2699a554 23702010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
2371
2372 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2373
2699a554 23742010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
2375
2376 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2377
99e65b2d
G
23782010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2379
0c7efc08
SM
2380 * gnus.texi (Client-Side IMAP Splitting):
2381 Mention nnimap-unsplittable-articles.
99e65b2d
G
2382
23832010-10-29 Julien Danjou <julien@danjou.info>
2384
2385 * gnus.texi (Finding the News): Remove references to obsoletes
2386 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2387
aeeb3dcb
EZ
23882010-10-29 Eli Zaretskii <eliz@gnu.org>
2389
2390 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2391 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2392 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2393 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2394
8289f37b
GM
23952010-10-28 Glenn Morris <rgm@gnu.org>
2396
2397 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2398 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2399 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2400
d85d3b3a
DU
24012010-10-25 Daiki Ueno <ueno@unixuser.org>
2402
2403 * epa.texi (Mail-mode integration): Add alternative key bindings
2404 for epa-mail commands; escape comma.
c05c2b9b 2405 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 2406
9f534a47
JB
24072010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
2408
99e65b2d 2409 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 2410
5793a7bc 24112010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
2412
2413 * gnus.texi (Group Parameters, Buttons): Fix typos.
2414
280f417b
G
24152010-10-22 Tassilo Horn <tassilo@member.fsf.org>
2416
2417 * gnus.texi (Subscription Commands): Mention that you can also
2418 subscribe to new groups via the Server buffer, which is probably more
2419 convenient when subscribing to many groups.
2420
d806c872
G
24212010-10-21 Julien Danjou <julien@danjou.info>
2422
2423 * message.texi (Message Headers): Allow message-default-headers to be a
2424 function.
2425
d5798f68
LMI
24262010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2427
2428 * gnus-news.texi: Mention new archive defaults.
2429
b79bbef7
KY
24302010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2431
2432 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2433
2526f423
G
24342010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2435
2436 * gnus.texi (HTML): Document the function value of
2437 gnus-blocked-images.
2438 (Article Washing): shr and gnus-w3m, not the direct function names.
2439
ba91f05d
G
24402010-10-20 Julien Danjou <julien@danjou.info>
2441
2442 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2443 variable.
2444
da451787
LMI
24452010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2446
2447 * gnus.texi (Customizing the IMAP Connection): The port strings are
2448 strings.
c872595d 2449 (Document Groups): Mention git.
da451787 2450
7cad71ad
G
24512010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2452
2453 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2454 bzr/Gnus git sync.
2455
c56dfd36
EZ
24562010-10-15 Eli Zaretskii <eliz@gnu.org>
2457
2458 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2459 change.
2460
a1d16a7b
G
24612010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2462
2463 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2464 @item syntax for in-Emacs makeinfo.
2465
24662010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2467
2468 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2469 trim sentence.
2470
98e2b864
DU
24712010-10-12 Daiki Ueno <ueno@unixuser.org>
2472
2473 * epa.texi (Caching Passphrases):
0c7efc08
SM
2474 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2475 Clarify some configurations require to set up gpg-agent.
98e2b864 2476
c12e4a81
GM
24772010-10-11 Glenn Morris <rgm@gnu.org>
2478
2479 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2480
f7aa248a
G
24812010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2482
2483 * gnus.texi (Spam Package Introduction): Mention `$'.
2484
6513b232
EZ
24852010-10-09 Eli Zaretskii <eliz@gnu.org>
2486
2487 * makefile.w32-in (emacsdir): New variable.
2488 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2489 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2490
abd40fb4
GM
24912010-10-09 Glenn Morris <rgm@gnu.org>
2492
0f05450f
GM
2493 * Makefile.in (mostlyclean): Delete *.toc.
2494
d3a4ac46
GM
2495 * Makefile.in: Use $< in rules.
2496
aa9db089
GM
2497 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2498
abd40fb4
GM
2499 * Makefile.in ($(infodir)): Delete rule.
2500 (mkinfodir): New. Use it in all the info rules, rather than depending
2501 on infodir.
2502
ea274122
GM
25032010-10-09 Glenn Morris <rgm@gnu.org>
2504
6e90e2a8
GM
2505 * gnus.texi (Article Washing): Fix previous change.
2506
f7a31f11
GM
2507 * Makefile.in (emacsdir): New variable.
2508 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
2509 Depend on emacsver.texi.
2510
f7a31f11
GM
2511 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2512
ea274122
GM
2513 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2514
36d3245f
G
25152010-10-08 Julien Danjou <julien@danjou.info>
2516
f7a31f11 2517 * gnus.texi: Add mm-shr.
36d3245f
G
2518
25192010-10-08 Ludovic Courtès <ludo@gnu.org>
2520
2521 * gnus.texi (Finding the Parent, The Gnus Registry)
2522 (Registry Article Refer Method): Update docs for nnregistry.el.
2523
25242010-10-08 Daiki Ueno <ueno@unixuser.org>
2525
2526 * auth.texi (Help for users)
2527 (GnuPG and EasyPG Assistant Configuration): Update docs.
2528
12359245
GM
25292010-10-08 Glenn Morris <rgm@gnu.org>
2530
2531 * cl.texi (Organization, Installation, Old CL Compatibility):
2532 Deprecate cl-compat for new code.
4628bef1 2533 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
2534
2535 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2536
fcf2d385
KY
25372010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2538
2539 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2540
66627fa9
G
25412010-10-06 Julien Danjou <julien@danjou.info>
2542
fd9ba500
JD
2543 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2544
66627fa9
G
2545 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2546 broken link.
2547
2548 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2549
2550 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2551 to ReiserFS.
2552
2553 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2554 (FAQ 7-1): Fix getmail URL.
2555
65f54520
DU
25562010-10-06 Daiki Ueno <ueno@unixuser.org>
2557
2558 * epa.texi (Caching Passphrases): New section.
2559
4c83f6e1
GM
25602010-10-06 Glenn Morris <rgm@gnu.org>
2561
2562 * Makefile.in (SHELL): Set it.
2563 (info): Move the mkdir dependency to the individual info files.
2564 (mostlyclean): Tidy up.
2565 (clean): Only delete the specific dvi and pdf files.
2566 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 2567 ($(infodir)): Add parallel build workaround.
4c83f6e1 2568
71e691a5
G
25692010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2570
2571 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2572
a41c2e6d
G
25732010-10-03 Julien Danjou <julien@danjou.info>
2574
0c7efc08
SM
2575 * emacs-mime.texi (Display Customization):
2576 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
2577 mm-inline-large-images-proportion.
2578
37255945
MA
25792010-10-03 Michael Albinus <michael.albinus@gmx.de>
2580
0c7efc08
SM
2581 * tramp.texi (Frequently Asked Questions):
2582 Mention remote-file-name-inhibit-cache.
37255945 2583
11e4e7bd
LMI
25842010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2585
2586 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2587 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2588
cb83220a
KY
25892010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2590
0c7efc08
SM
2591 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2592 (Article Hiding): Add google banner example.
2593 Suggested by Benjamin Xu.
cb83220a 2594
6b958814
G
25952010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2596
0c7efc08
SM
2597 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2598 Remove nnimap-split-rule from examples.
6b958814
G
2599
26002010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2601
2602 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2603 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2604 Fishman.
2605 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2606
26072010-09-30 Julien Danjou <julien@danjou.info>
2608
2609 * gnus.texi (Gravatars): Fix documentation about
2610 gnu-gravatar-properties.
2611
b9476c04
DU
26122010-09-29 Daiki Ueno <ueno@unixuser.org>
2613
2614 * epa.texi (Bug Reports): New section.
2615
5f874327
GM
26162010-09-29 Glenn Morris <rgm@gnu.org>
2617
2618 * Makefile.in (top_srcdir): Remove unused variable.
2619
6b958814
G
26202010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2621
2622 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2623 (Client-Side IMAP Splitting): Document 'default.
2624
26252010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2626
0c7efc08
SM
2627 * gnus.texi (Customizing the IMAP Connection):
2628 Document nnimap-fetch-partial-articles.
6b958814 2629
82bccbfa
KY
26302010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2631
2632 * gnus-news.texi: Mention nnimap-inbox.
2633
2634 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2635
26362010-09-26 Julien Danjou <julien@danjou.info>
2637
47e08896 2638 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2639
26402010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2641
2642 * gnus.texi (Security): Remove gpg.el mention.
2643
26442010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2645
2646 * gnus.texi (Browse Foreign Server): New variable
2647 gnus-browse-subscribe-newsgroup-method.
2648
2649 * gnus-news.texi: Mention it.
2650
26512010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2652
0c7efc08 2653 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2654 (Startup Variables): No jingle.
2655
4c964351
UM
26562010-09-25 Ulrich Mueller <ulm@gentoo.org>
2657
2658 * woman.texi (Interface Options): xz compression is now supported.
2659
82bccbfa
KY
26602010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2661
2662 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2663 (Unavailable Servers): Document gnus-server-copy-server.
2664 (Using IMAP): Document the new nnimap.
2665
26662010-09-25 Julien Danjou <julien@danjou.info>
2667
47e08896 2668 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2669
18778f71
GM
26702010-09-24 Glenn Morris <rgm@gnu.org>
2671
2672 * url.texi (Disk Caching): Tweak previous change.
2673
9c766321
JD
26742010-09-24 Julien Danjou <julien@danjou.info>
2675
2676 * url.texi (Disk Caching): Mention url-cache-expire-time,
2677 url-cache-expired, and url-fetch-from-cache.
2678
82bccbfa
KY
26792010-09-24 Julien Danjou <julien@danjou.info>
2680
2681 * gnus.texi: Add Gravatars.
2682
26832010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2684
2685 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2686
592bdb9a
LMI
26872010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2688
2689 * gnus.texi (Expunging mailboxes): Update name of the expunging
2690 command.
2691
e4e22d29
KY
26922010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2693
2694 * emacs-mime.texi (rfc2047): Update description for
2695 rfc2047-encode-parameter.
2696
371d9801
MA
26972010-09-13 Michael Albinus <michael.albinus@gmx.de>
2698
2699 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2700 "fish" methods.
2701 (External methods): Remove "scp1_old" and "scp2_old" methods.
2702
31ae5827
MA
27032010-09-09 Michael Albinus <michael.albinus@gmx.de>
2704
2705 * tramp.texi: Remove Japanese manual. Fix typo.
2706
2707 * trampver.texi: Update release number. Remove japanesemanual.
2708
c0468714
GM
27092010-09-09 Glenn Morris <rgm@gnu.org>
2710
2711 * org.texi: Restore clobbered changes (copyright years, untabify).
2712
86441999
JD
27132010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2714
2715 * gnus.texi (Adaptive Scoring): Fix typo.
2716
25f28806
LMI
27172010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2718
2719 * gnus.texi (Article Display): Document gnus-html-show-images.
2720
45240125 27212010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2722
45240125
JD
2723 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2724
59d09f15
LMI
27252010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2726
2727 * gnus.texi (HTML): Document gnus-max-image-proportion.
2728
2cdd366f
KY
27292010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2730
51dee5ef
KY
2731 * gnus.texi (HTML): Document gnus-blocked-images.
2732
2cdd366f
KY
2733 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2734
b0e4f3fc
KY
27352010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2736
2737 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2738 the first message are used for wide replies.
f02566ce
KY
2739 (Changing Servers): Remove documentation on gnus-change-server and
2740 friends, since it's been removed.
b0e4f3fc 2741
598451ed
KY
27422010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2743
2744 * gnus.texi (Drafts): Mention B DEL.
2745
e7842e69
KY
27462010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2747
2748 * gnus.texi (Delayed Articles): Mention that the Date header is the
2749 original one, even if you delay.
2750
85115796
KY
27512010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2752
0c7efc08
SM
2753 * gnus.texi (Asynchronous Fetching):
2754 Document gnus-async-post-fetch-function.
85115796
KY
2755 (HTML): Made into its own section.
2756
f0b44bc0
MA
27572010-08-26 Michael Albinus <michael.albinus@gmx.de>
2758
2759 Sync with Tramp 2.1.19.
2760
217876c9 2761 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2762 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2763 Remove remark about doubled "-t" argument.
217876c9
MA
2764 (Auto-save and Backup): Remove reference to Emacs 21.
2765 (Filename Syntax): Describe port numbers.
2766 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2767 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2768 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2769 errors with the backquotes.
2770 (External packages): File attributes cache flushing for asynchronous
2771 processes.
2772 (Traces and Profiles): Describe verbose level 9.
2773
f0b44bc0
MA
2774 * trampver.texi: Update release number.
2775
7457f7b6
MA
27762010-08-23 Michael Albinus <michael.albinus@gmx.de>
2777
2778 * dbus.texi (Alternative Buses): New chapter.
2779
b695beda
SM
27802010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2781
2782 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2783
443c2c03
JB
27842010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2785
2786 * calc.texi (Customizing Calc): Rearrange description of new
2787 variables to match the presentation of other variables.
2788
7815fe19 27892010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2790
2791 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2792
2c695727
JB
27932010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2794
2795 * calc.texi (Making Selections, Selecting Subformulas)
2796 (Customizing Calc): Mention how to use faces to emphasize selected
2797 sub-formulas.
2798
bbb6ffa1
MA
27992010-08-05 Michael Albinus <michael.albinus@gmx.de>
2800
2801 * tramp.texi (External packages): File attributes cache flushing
2802 for asynchronous processes.
2803
5cee0a9c
AM
28042010-08-01 Alan Mackenzie <acm@muc.de>
2805
2806 Enhance the manual for the latest Java Mode.
2807
2808 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2809 annotation-var-cont.
2810 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2811 two new symbols.
2812
3f2afe32
MA
28132010-07-28 Michael Albinus <michael.albinus@gmx.de>
2814
2815 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2816
0ed082fe 28172010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2818
2819 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2820
311f0356
JB
28212010-07-19 Juanma Barranquero <lekktu@gmail.com>
2822
2823 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2824
86fbb8ca
CD
28252010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2826
2827 * org.texi: Add macros to get plain quotes in PDF output.
2828 List additional contributors.
2829 (Capture): New section, replaces the section about remember.
2830 (Working With Source Code): New chapter, focused on documenting Org
2831 Babel.
2832 (Code evaluation security): New section.
2833 (MobileOrg): Document DropBox support.
2834 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2835 (Special symbols): Show how to display UTF8 characters for entities.
2836 (Global TODO list): Clarify the use of the "M" key and the differences
2837 to the "m" key.
2838 (RSS Feeds): Mention Atom feeds as well.
2839 (Setting tags): Remove paragraph about
2840 `org-complete-tags-always-offer-all-agenda-tags'.
2841
5732e8ed
MA
28422010-07-17 Michael Albinus <michael.albinus@gmx.de>
2843
2844 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2845 argument.
2846 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2847 echoing shells.
2848
ca1bb391
MA
28492010-07-10 Michael Albinus <michael.albinus@gmx.de>
2850
2851 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2852 (Filename Syntax): Describe port numbers.
2853
5bd55c3c
MA
28542010-07-09 Michael Albinus <michael.albinus@gmx.de>
2855
2856 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2857 forgotten.
2858 (Type Conversion): Precise conversion of natural numbers.
2859 (Errors and Events): Add "debugging" to concept index. Add variable
2860 `dbus-debug'.
2861
820ae8fe
MA
28622010-07-04 Michael Albinus <michael.albinus@gmx.de>
2863
2864 * dbus.texi (Receiving Method Calls): Add optional argument
2865 EMITS-SIGNAL to `dbus-register-property'.
2866
b6f9df0f
JB
28672010-06-27 Alex Schroeder <alex@gnu.org>
2868
2869 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2870
62e034c2
GM
28712010-06-24 Glenn Morris <rgm@gnu.org>
2872
2873 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2874 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2875 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2876 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2877 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2878 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2879 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2880 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2881 convention. Make them end with a period.
2882
9360256a
GM
28832010-06-23 Glenn Morris <rgm@gnu.org>
2884
2885 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
2886 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2887 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2888 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2889 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2890 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 2891
04d3bb6c
GM
28922010-06-10 Glenn Morris <rgm@gnu.org>
2893
2894 * idlwave.texi (Load-Path Shadows):
2895 * org.texi (Handling links): Fix typos.
2896
5e7d4a75
KY
28972010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
2898
2899 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2900
9841cb4f
MA
29012010-05-26 Michael Albinus <michael.albinus@gmx.de>
2902
2903 * eshell.texi (Built-ins): Describe, how to disable a built-in command
2904 by an alias. (Bug#6226)
2905
597517ef
JB
29062010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2907
2908 * calc.texi (Manipulating Vectors): Mention that vectors can
2909 be used to determine bins for `calc-histogram'.
2910
14914c43
JB
29112010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2912
597517ef 2913 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 2914
0235128c 29152010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2916
2917 * url.texi (HTTP language/coding, Customization):
2918 * message.texi (Header Commands, Responses):
2919 * cl.texi (Argument Lists): Fix typos.
2920
0235128c 29212010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 2922
0235128c
SM
2923 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2924 Note that Development menu is always available.
aa5789b5
CY
2925 (Creating a project): Fix terminology.
2926 (Add/Remove files): Fix typo.
2927
0235128c
SM
29282010-05-07 Chong Yidong <cyd@stupidchicken.com>
2929
2930 * Version 23.2 released.
2931
a628ad9d 29322010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
2933
2934 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
2935
502269d6
MA
29362010-05-01 Michael Albinus <michael.albinus@gmx.de>
2937
0235128c
SM
2938 * tramp.texi (Inline methods, Default Method):
2939 Mention `tramp-inline-compress-start-size'.
502269d6 2940
6e104790 29412010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
2942
2943 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
2944 the CVS repo. Put the Git repo in the news section.
2945
6e104790 2946 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
2947 Removed some mentions of CVS. Mention the new Git repo.
2948
6e104790 29492010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
2950
2951 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
2952 (Mail Group Commands): Add index entry.
2953
6e104790 29542010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
2955
2956 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
2957
f8b91752
JB
29582010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
2959
2960 * calc.texi (Radix modes): Mention that the option prefix will
2961 turn on twos-complement mode.
2962 (Inverse and Hyperbolic Flags): Mention the Option flag.
2963
ed21c5c8
CD
29642010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
2965
2966 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 2967 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
2968 (Sectioning structure): Update.
2969 (References): New use case for field coordinates.
6e104790 2970 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
2971 (Setting up the staging area): Document the availability of
2972 encryption for MobileOrg.
2973 (Images and tables): Document how to reference labels.
2974 (Index entries): New section.
2975 (Generating an index): New section.
2976 (Column width and alignment): Document that <N> now
2977 means a fixed width, not a maximum width.
2978 (Publishing options): Document the :email option.
2979 (Beamer class export): Fix bug in the BEAMER example.
2980 (Refiling notes): Document refile logging.
2981 (In-buffer settings): Document refile logging keywords.
2982 (Drawers): Document `C-c C-z' command.
2983 (Agenda commands): Mention the alternative key `C-c C-z'.
2984 (Special properties): Document the BLOCKED property.
2985 (The spreadsheet): Mention the formula editor.
2986 (References): Document field coordinates.
2987 (Publishing action): Correct the documentation for the
2988 publishing function.
2989 (The date/time prompt): Document that we accept dates
2990 like month/day/year.
2991 (Cooperation): Document the changes in table.el support.
2992 (Faces for TODO keywords, Faces for TODO keywords)
2993 (Priorities): Document the easy colors.
2994 (Visibility cycling): Document the new double prefix
2995 arg for `org-reveal'.
2996 (Cooperation): Remember.el is part of Emacs.
2997 (Clean view): Mention that `wrap-prefix' is also set by
2998 org-indent-mode.
2999 (Agenda commands): Add information about prefix args to
3000 scheduling and deadline commands.
3001 (Search view): Point to the docstring of
3002 `org-search-view' for more details.
6e104790 3003 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3004 (Setting tags): Document variable
3005 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3006 (Column attributes): Cross-reference special properties.
ed21c5c8 3007
456b348e
MA
30082010-04-10 Michael Albinus <michael.albinus@gmx.de>
3009
3010 Synchronize with Tramp repository.
3011
3012 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3013 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3014 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3015 syntax, texi2dvi reports errors with the backquotes.
3016
3017 * trampver.texi: Update release number.
3018
357e2d8e
KY
30192010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3020
3021 * gnus.texi (Finding the News): Add pointers to the Server buffer
3022 because it's essential.
3023
1d4d7664
KY
30242010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3025
3026 * gnus.texi (MIME Commands): Update description of
3027 gnus-article-browse-html-article.
3028
bd3e840f
KY
30292010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3030
3031 * auth.texi (Secret Service API): Add TODO node.
3032 (Help for users): Explain the new source options for `auth-sources'.
3033
e867cb5d 30342010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3035
3036 * trampver.texi: Update release number.
3037
288f9fc0
CY
30382010-03-10 Chong Yidong <cyd@stupidchicken.com>
3039
3040 * Branch for 23.2.
3041
d99aaebd
CY
30422010-03-03 Chong Yidong <cyd@stupidchicken.com>
3043
3044 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3045 now enabled by default.
3046
5794c2a5
MA
30472010-02-28 Michael Albinus <michael.albinus@gmx.de>
3048
3049 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3050 when Emacs runs in interactive mode. (Bug#5645)
3051
40572be6
GM
30522010-02-16 Glenn Morris <rgm@gnu.org>
3053
3054 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3055
7bb8ed67
MH
30562010-02-05 Mark A. Hershberger <mah@everybody.org>
3057
3058 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3059
45a1423d 30602010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3061
3062 * gnus.texi (Score File Format): Fix typo.
3063
45a1423d 30642010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3065
3066 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3067
14f17fc8
JB
30682010-01-18 Juanma Barranquero <lekktu@gmail.com>
3069
3070 * ada-mode.texi (Project File Overview): Fix typo.
3071
607d4369
CY
30722010-01-17 Chong Yidong <cyd@stupidchicken.com>
3073
3074 * semantic.texi: Add Richard Y. Kim credit.
3075
3076 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3077
3d1bfa99
MA
30782010-01-17 Michael Albinus <michael.albinus@gmx.de>
3079
3080 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 3081 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 3082
6fbf7a75
GM
30832010-01-17 Glenn Morris <rgm@gnu.org>
3084
b9f978f0
GM
3085 * calc.texi (Reporting Bugs): Don't mention format of repository.
3086
f19bc38d
GM
3087 * woman.texi (Bugs): Make "Emacs repository" less specific,
3088 and the URL for same more specific.
3089
6fbf7a75
GM
3090 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3091
16c3428a
JB
30922010-01-17 Juanma Barranquero <lekktu@gmail.com>
3093
3094 * ede.texi (ede-step-project, ede-proj-target):
3095 * tramp.texi (Remote processes): Fix typos.
3096
045b9da7
ML
30972010-01-16 Mario Lang <mlang@delysid.org>
3098
3099 * ede.texi (ede-target):
3100 * org.texi (Refiling notes): Remove duplicated words.
3101
c57008f6
SM
31022010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3103
3104 * gnus.texi (Posting Styles): Use with-current-buffer.
3105 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3106
798c9eb5
KR
31072010-01-02 Kevin Ryde <user42@zip.com.au>
3108
3109 * eieio.texi (Naming Conventions): Correction to xref on elisp
3110 coding conventions, is "Tips" node not "Standards".
3111
4970fbfe
CY
31122009-12-24 Chong Yidong <cyd@stupidchicken.com>
3113
3114 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3115
3116 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3117
83828b06
KY
31182009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3119
3120 * gnus.texi (Direct Functions): Add missing port number to tls method.
3121
45a4a565
JB
31222009-12-15 Juanma Barranquero <lekktu@gmail.com>
3123
3124 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3125 ($(infodir)/edt, edt.dvi): New targets.
3126
698bfef7
GM
31272009-12-15 Glenn Morris <rgm@gnu.org>
3128
3129 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3130 (edt, $(infodir)/edt, edt.dvi): New targets.
3131 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3132
3133 * Makefile.in (PDF_TARGETS, pdf): New.
3134 (clean): Add *.pdf.
3135 Add pdf rules for all manuals.
3136
0e983327
JB
31372009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3138
3139 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3140
8e687433
CY
31412009-12-14 Chong Yidong <cyd@stupidchicken.com>
3142
3143 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3144 (Smart Jump, Analyzer Debug): Copyedits.
3145 (Semantic mode user commands): Link to new nodes.
3146 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3147 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3148 upstream Semantic manual.
3149
3150 * semantic.texi (Introduction): Minor fix to diagram.
3151
020335df
MA
31522009-12-09 Michael Albinus <michael.albinus@gmx.de>
3153
3154 * eshell.texi (History): Add the other built-in variables.
3155 (Built-ins): Explain built-ins, and how to apply the external commands.
3156 Add `history', `su' and `sudo'.
3157
3158 * tramp.texi (Remote processes): Add missing <RET> in the example.
3159
6ddf13e4
BW
31602009-12-01 Bill Wohler <wohler@newt.com>
3161
3162 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 3163 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
3164 excessively garrulous.
3165
07b6428c
MA
31662009-11-29 Michael Albinus <michael.albinus@gmx.de>
3167
3168 * tramp.texi (Remote processes): Improve eshell example with "su"
3169 and "sudo" commands.
3170
fd1cefda
CY
31712009-11-28 Chong Yidong <cyd@stupidchicken.com>
3172
3173 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3174
3175 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3176 Document semantic-complete-analyze-inline.
3177 (Semanticdb search debugging commands): Minor clarification.
3178 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 3179 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 3180 manual.
9d542758 3181 (Semantic mode): Link to Idle Scheduler.
fd1cefda 3182
159e3ad5
KR
31832009-11-28 Kevin Ryde <user42@zip.com.au>
3184
3185 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 3186 @pxref, now EIEIO is in Emacs.
159e3ad5 3187
c6d47315
KR
3188 * erc.texi (Development): Correction to git tutorial url.
3189
16f6287e
GM
31902009-11-26 Glenn Morris <rgm@gnu.org>
3191
3192 * faq.texi (Latest version of Emacs): Mention stability of development
3193 version.
3194 (Problems with very large files): Max buffer size increase in 23.2.
3195 (VM): VM has moved house again.
3196
5ea5dbc9
JB
31972009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3198
3199 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3200 notations.
3201
5dec9555
CD
32022009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3203
45a4a565 3204 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 3205
bd6f6833
CY
32062009-11-20 Chong Yidong <cyd@stupidchicken.com>
3207
3208 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
3209 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3210 (Idle Completions Mode): Numerous copyedits.
bd6f6833 3211
be479117
JB
32122009-11-17 Juanma Barranquero <lekktu@gmail.com>
3213
3214 * semantic.texi (Semantic Internals, Glossary):
3215 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3216 (Semanticdb search debugging commands): Fix typos.
3217
17291a1f
JB
32182009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3219
be479117 3220 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 3221
af42a9cc
JB
32222009-11-16 Juanma Barranquero <lekktu@gmail.com>
3223
3224 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3225 ($(infodir)/semantic, semantic.dvi): New targets.
3226
3149927d
CY
32272009-11-16 Chong Yidong <cyd@stupidchicken.com>
3228
3229 * Makefile.in: Build the Semantic manual.
3230
3231 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3232 repository.
3233
977640ed
MA
32342009-11-16 Michael Albinus <michael.albinus@gmx.de>
3235
3236 * dbus.texi (Receiving Method Calls): New defun
3237 `dbus-unregister-service'.
3238
17673adf
CD
32392009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3240
3241 * org.texi (Speed keys): New section.
3242
0ecd3c90
MA
32432009-11-13 Michael Albinus <michael.albinus@gmx.de>
3244
3245 * dbus.texi (Type Conversion): Fix typo.
3246 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3247 `dbus-registered-objects-table'.
0c7efc08
SM
3248 (Receiving Method Calls): New defun `dbus-register-property'.
3249 Move `dbus-unregister-object' here.
0ecd3c90 3250
8bfe682a
CD
32512009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3252
3253 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3254
32552009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3256
3257 * org.texi (Column attributes): Add the new age summary operators.
3258 Also, mention the fact you can only use one summary operator per
3259 property.
3260
32612009-11-13 John Wiegley <johnw@newartisans.com>
3262
0c7efc08 3263 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 3264 manual about how to track habits.
0c7efc08 3265 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
3266 dangling clocks are resolved.
3267
32682009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3269
3270 * org.texi (Agenda commands): Document the new `i' command.
3271 (Inserting deadline/schedule): Document logging changes
3272 of scheduling and deadline times stamps.
3273 (In-buffer settings): Document the in-buffer keywords for logging
3274 changes of scheduling and deadline times stamps.
3275 (Structure editing, Plain lists): Document indentation
3276 cycling in empty entries with TAB.
3277 (Archiving): Document the default archiving command.
3278 (Moving subtrees): Document the new keys for archiving.
3279 (Internal archiving): Fix incorrect key.
3280 (Agenda commands): Document the TODO set switching commands.
3281 (Agenda commands): Document the new archiving keys.
3282 (Clocking work time): Better description on how to save
3283 and restore a clock.
3284 (Resolving idle time): Mention the x11idle program to get true
3285 idleness also under X11.
3286 (Resolving idle time): Use @kbd instead of @key for normal
3287 letters, because this is how he rest of the manual does this.
3288 (Pushing to MobileOrg): Mention that `org-directory'
3289 should be set.
3290 (Agenda commands): Document that SPC is a filter for
3291 any tag.
0c7efc08 3292 (Search view): Rename from "Keyword search".
8bfe682a
CD
3293 (Capure): New chapter.
3294 (Markup): New chapter.
0c7efc08
SM
3295 (Links in HTML export, Images in HTML export):
3296 Extend the section titles.
8bfe682a
CD
3297 (Images in HTML export): Document the align option.
3298 (Text areas in HTML export): Extend the section title.
3299 (Images in LaTeX export): Explain image placement in LaTeX.
3300
693737cd
GM
33012009-11-10 Glenn Morris <rgm@gnu.org>
3302
3303 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3304
c7bd4ebe
MA
33052009-11-08 Michael Albinus <michael.albinus@gmx.de>
3306
3307 * tramp.texi (Auto-save and Backup): Disable backups just for a
3308 method.
3309
3310 * trampver.texi: Update release number.
3311
76c5acad
MA
33122009-11-07 Michael Albinus <michael.albinus@gmx.de>
3313
3314 Sync with Tramp 2.1.17.
3315
3316 * trampver.texi: Update release number.
3317
d9a57abf
GM
33182009-10-29 Glenn Morris <rgm@gnu.org>
3319
3320 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3321
637f4f0f
MA
33222009-10-23 Michael Albinus <michael.albinus@gmx.de>
3323
3324 * tramp.texi (External methods): Temporary files are kept for
3325 `rsync' and `rsyncc' methods.
3326
310dbb05
JB
33272009-10-09 Juanma Barranquero <lekktu@gmail.com>
3328
3329 * eieio.texi: Fix typos.
3330
09094f28
CY
33312009-10-07 Chong Yidong <cyd@stupidchicken.com>
3332
3333 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3334
216f299a
JB
33352009-10-07 Juanma Barranquero <lekktu@gmail.com>
3336
3337 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3338 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3339
966a6506
CY
33402009-10-07 Chong Yidong <cyd@stupidchicken.com>
3341
3342 * Makefile.in: Build EIEIO and EDE manuals.
3343
33442009-10-07 Eric Ludlam <zappo@gnu.org>
3345
3346 * eieio.texi:
3347 * ede.texi: New files.
3348
8842cd9b
MA
33492009-10-05 Michael Albinus <michael.albinus@gmx.de>
3350
3351 * tramp.texi (Remote processes): Association of a pty is not supported.
3352
7006d207
CD
33532009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3354
3355 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3356 (Processing LaTeX fragments): Document that the size of images can be
3357 changes using the variable `org-format-latex-options'.
3358 (The date/time prompt, Timestamps): Be more accurate over ISO format
3359 dates and times.
3360 (Visibility cycling): Document showeverything keyword.
3361 (In-buffer settings): Document showeverything keyword.
3362 (Setting up the staging area): Fix the example.
3363 (MobileOrg): New section.
3364 (Agenda commands, Exporting Agenda Views): Document exporting the
3365 agenda view to Org files.
3366
0e7b2867
MA
33672009-09-28 Michael Albinus <michael.albinus@gmx.de>
3368
3369 * tramp.texi (History): Add IMAP support.
3370 (External methods): Add `imap' and `imaps' methods.
3371 (GVFS based methods): Add indices for `davs'.
3372 (Password handling): Rename anchors. Add IMAP entries for
3373 ~/.authinfo.gpg.
3374
3375 * trampver.texi: Set default value of `emacsimap'.
3376
4146636e
KY
33772009-09-22 Daiki Ueno <ueno@unixuser.org>
3378
3379 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3380
d22f7ffa
CY
33812009-09-13 Chong Yidong <cyd@stupidchicken.com>
3382
0c7efc08
SM
3383 * dired-x.texi (Technical Details):
3384 Delete dired-up-directory (Bug#4292).
d22f7ffa 3385
66043531
MA
33862009-09-03 Michael Albinus <michael.albinus@gmx.de>
3387
216f299a 3388 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 3389
6eb02347
CD
33902009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3391
3392 * org.texi (Effort estimates): Document new effort setting commands.
3393 (Agenda commands): Document the new keys fro agenda time motion.
3394 Document entry text mode. Improve documentation of the keys to include
3395 inactive time stamps into the agenda view.
3396 (Feedback): Document the new bug report command.
0c7efc08 3397 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 3398
38dc51ba
KY
33992009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3400
3401 * auth.texi (Help for users): Corrected markup.
3402
e402f452
GM
34032009-09-02 Glenn Morris <rgm@gnu.org>
3404
3405 * emacs-mime.texi (time-date): Mention float-time.
3406
744256cf
JB
34072009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
3408
3409 * calc.texi (Simplifying Formulas): Improve the wording.
3410
b0b63450
MB
34112009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
3412
3413 * auth.texi: Rewritten for coverage and clarity.
3414
34152009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3416
0c7efc08
SM
3417 * gnus.texi (Expiring Mail):
3418 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
3419 (Various Various): Mention gnus-safe-html-newsgroups.
3420
3421 * gnus-news.texi: Mention
3422 gnus-mark-copied-or-moved-articles-as-expirable.
3423
3424 * emacs-mime.texi (Display Customization): Add xref to
3425 gnus-safe-html-newsgroups.
3426
b59329e0
MA
34272009-08-28 Michael Albinus <michael.albinus@gmx.de>
3428
3429 * tramp.texi (Version Control): Remove.
af42a9cc 3430 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
3431 reference.
3432 (External methods): Correct `scpc' concept index entries. New method
3433 `rsyncc'.
3434 (External packages): New subsections "Filename completion" and "File
3435 attributes cache".
3436
0ff2d6c2
JB
34372009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
3438
3439 * calc.texi (Rewrite Rules): Improve the example.
3440 (Simplifying Formulas): Explain use of the I and H flags for
3441 simplification.
3442
ecd3d54f
MA
34432009-08-25 Michael Albinus <michael.albinus@gmx.de>
3444
3445 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 3446 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
3447 (Synchronous Methods, Asynchronous Methods): Use English numeric format
3448 for timeout values.
78176e69
MA
3449 (Top): Remove footnote saying D-Bus is not enabled by
3450 default. (Bug#4256)
ecd3d54f 3451
0f215bca
DU
34522009-08-23 Daiki Ueno <ueno@unixuser.org>
3453
3454 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 3455 Reported by Jari Aalto (Bug#4211).
0f215bca 3456 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 3457 epa-global-mail-mode.
3b7ab45f
DU
3458 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3459 epa-setup.
0f215bca 3460
4f22e84d
MA
34612009-08-16 Michael Albinus <michael.albinus@gmx.de>
3462
3463 * dbus.texi (Asynchronous Methods): Allow nil handler.
3464
9ff0b02b 34652009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 3466
26b03ee3 3467 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 3468
26b03ee3 3469 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 3470
4c39f404
CY
34712009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3472
3473 * calc.texi (Date Forms): Fix typos.
3474
3bcfba17
GM
34752009-08-08 Glenn Morris <rgm@gnu.org>
3476
3477 * org.texi (Agenda commands): Restore clobbered change.
3478
66783bb4
EZ
34792009-08-07 Eli Zaretskii <eliz@gnu.org>
3480
3481 * calc.texi (Graphics, Devices): Update with the peculiarities of
3482 operation on MS-Windows.
3483
c8d0cf5c
CD
34842009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3485
3486 * org.texi (Publishing action): Improve documentation of file
3487 names when publishing to the source directory.
3488 (Clean view): Document `org-indent-mode'.
3489 (Clocking work time): Add documentation for the
3490 new :timetamp option when creating a clock report.
3491 (Paragraphs): Fix many typos.
3492 (Plain lists): Remove duplicate explanation about the
3493 `C-c *' command.
3494 (Literal examples): Update to reflect the new behavior
3495 of the -n -r -k switches when exporting source code examples.
3496 (Structure editing): Add information about `C-c *',
3497 converting a plain list into a list of Org items.
3498 (Remember): Small rephrasing of the paragraph
3499 describing remember.el. Also mentioned that remember.el is part
3500 of Emacs 23, not Emacs 22.
3501 (Clocking work time): Add documentation about
3502 displaying the current clocking time against the effort estimate.
3503 Also add a footnote about using `org-clock-in-prepare-hook' to add
3504 an effort estimate on the fly, just before clocking it.
3505 (Footnotes): Document automatic renumbering and
3506 sorting.
3507 (Agenda commands): Document new bulk commands.
3508 (Plain lists): Document new behavior of
3509 `org-cycle-include-plain-lists'.
4e2af782 3510 Hyphenation only in TeX.
c8d0cf5c
CD
3511 (Clocking work time): Document the key to update effort
3512 estimates.
3513 (Clocking work time): Document the clock time display.
3514 (Structure editing, TODO basics): Document new
3515 variables.
3516 (Column attributes): Document new colciew operators.
3517 (Publishing options): Document :xml-declaration.
3518 (Tracking TODO state changes): Document the
3519 LOG_INTO_DRAWER property.
3520 (Literal examples): Document the new implementation for
3521 editing source code.
3522 (Publishing action): Mention the new publishing
3523 function, to publish an Org source file.
3524 (Publishing links): Mention how to link to an Org source file.
3525 (Macro replacement): Document new macros.
3526 (Handling links): Document type-specific completion
3527 when inserting links.
3528 (Structure editing, Plain lists): Improve documentation
3529 on sorting.
3530 (Internal links): Document custom ids for links.
3531 (Handling links): Document custom ids for links.
3532 (CSS support): Document new class.
3533 (Refiling notes): Document the possibility to create new nodes
3534 during refiling.
3535 (Agenda commands): Document the "?" operator to find
3536 tasks without effort setting.
3537 (Exporting agenda information): Section moved.
3538 (RSS Feeds): New section.
3539 (Built-in table editor): Document M-e and M-a navigate
3540 inside table field.
3541 (Stuck projects): Docment that projects identified as
3542 un-stuck will still be searchd for stuck sub-projects.
3543 (Paragraphs): Document centering.
3544 (Creating timestamps, Agenda commands): Document new
3545 behavior when changing time stamps.
3546 (Structure editing): Document the new command
3547 `org-clone-subtree-with-time-shift'.
3548 (Publishing): Refresh this chapter.
3549 (Export options, Export options, In-buffer settings):
3550 Document the new keywords.
3551 (Matching tags and properties): Collect all
3552 documentation about tags/property matches here.
3553 (Setting tags): Document `org-tag-persistent-alist'.
3554 (Weekly/daily agenda): New section.
3555 (Orgstruct mode): Describe `orgstruct++-mode'.
3556 (Drawers): Mention the LOGBOOK drawer.
3557 (Export options, Sectioning structure): Document the
3558 #+LEATEX_HEADER in-buffer setting.
3559 (Bugs): Section removed.
3560 (Hooks): New section.
0c7efc08 3561 (Add-on packages): Move here from old location.
c8d0cf5c
CD
3562 (Context-sensitive commands): New section.
3563 (Setting tags): Document newline option.
3564 (Global TODO list, Matching tags and properties):
3565 Mention more variables.
3566 (Checkboxes): Update to changed command behavior.
81a5560e 3567
40d2791f
CY
35682009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3569
3570 * speedbar.texi (Basic Key Bindings): Fix typo.
3571
65d0154b
JB
35722009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3573
3574 * calc.texi (Vector/Matrix Functions): Add index entries for both
3575 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3576 affects matrices with more than one row.
b5bdfd9f 3577 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 3578
5a9e3ab7
JB
35792009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3580
3581 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 3582 `calc-transpose-lines'.
5a9e3ab7 3583
42fb7e61
MA
35842009-07-27 Michael Albinus <michael.albinus@gmx.de>
3585
3586 * dbus.texi (Receiving Method Calls): Describe special return value
3587 `:ignore'.
3588
574b69d5
AM
35892009-07-24 Alan Mackenzie <acm@muc.de>
3590
3591 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3592 initialization, any individual variable setting now takes precedence
3593 over one done via c-file-style/c-file-offsets.
3594
ec06459c
JB
35952009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3596
3597 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3598 truncated when Calc is quit.
3599 (Customizing Calc): Document `calc-undo-length'.
3600
4ce54f6b
CY
36012009-07-20 Chong Yidong <cyd@stupidchicken.com>
3602
3603 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3604
0e4f8ba5
GM
36052009-07-11 Kevin Ryde <user42@zip.com.au>
3606
3607 * pcl-cvs.texi (About PCL-CVS):
3608 * widget.texi (Basic Types):
3609 Fix cross-references.
3610
fa0f81b0
AS
36112009-07-01 Andreas Schwab <aschwab@redhat.com>
3612
3613 * dbus.texi (Type Conversion): Don't use literal control character.
3614
88a683c5
MA
36152009-07-01 Michael Albinus <michael.albinus@gmx.de>
3616
3617 * tramp.texi (GVFS based methods): New section.
3618 (Remote processes): Processes for GVFS based methods run locally.
3619
36c8febb
MA
36202009-06-30 Michael Albinus <michael.albinus@gmx.de>
3621
0c7efc08
SM
3622 * tramp.texi (Inline methods, External methods, Gateway methods):
3623 Avoid the words "kludge" and hack".
36c8febb
MA
3624 (External methods): Add `synce' method.
3625
3626 * trampver.texi: Update release number.
3627
d6b951bb
MA
36282009-06-22 Michael Albinus <michael.albinus@gmx.de>
3629
3630 Sync with Tramp 2.1.16.
3631
3632 * tramp.texi (History): Add GVFS support.
3633 (External methods): Precise `rsync' description. Add `dav', `davs' and
3634 `obex' methods. Add 'tramp-gvfs-methods' option.
3635 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3636 forms.
3637 (Remote Programs): Introduce `tramp-own-remote-path'.
3638 (Remote processes): New subsection "Running remote programs that create
3639 local X11 windows".
3640 (Frequently Asked Questions): Improve code for disabling vc.
3641
3642 * trampver.texi: Update release number. Set default value of
3643 `emacsgvfs'.
3644
70243478
CY
36452009-06-21 Chong Yidong <cyd@stupidchicken.com>
3646
3647 * Branch for 23.1.
3648
54b31cbf
GM
36492009-06-17 Glenn Morris <rgm@gnu.org>
3650
3651 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3652 (Latest version of Emacs): Mention source code repository.
3653
f6adc23c
GM
36542009-06-16 Glenn Morris <rgm@gnu.org>
3655
3656 * faq.texi (Top): Language tweak.
3657 (Extended commands): Most people have arrow keys.
3658 (Emacs manual): Say how to follow info links.
3659 (File-name conventions): Change title a bit. Explain about source
3660 versus installed. Condense etc description.
3661 (Guidelines for newsgroup postings): Mention Savannah list page.
3662 (Newsgroup archives): Simplify.
3663 (Contacting the FSF): Add contact URL.
3664 (Emacs Lisp documentation): Printed version not always available.
3665 (Installing Texinfo documentation): Explain how by hand installation is
3666 not normally needed. Use add-to-list. Remove duplicate reference.
3667 (Informational files for Emacs): Move info on Help menu here from
3668 "File-name conventions".
3669 (Help installing Emacs): Tweak uref.
3670 (Obtaining the FAQ): Mention repository.
3671 (Origin of the term Emacs): Explain "ITS".
3672 (Changing load-path): Use add-to-list.
3673 (Automatic indentation): Clarify this is for Text mode.
3674 Don't mention Indented Text mode.
3675 (Finding Emacs on the Internet): The FSF does not seem to offer a
3676 deluxe distribution on CD anymore.
3677
b59a8457
GM
36782009-06-16 Glenn Morris <rgm@gnu.org>
3679
3680 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3681 Recommend the latest release. Mention how to get older FAQs.
3682 Recommend the Emacs manual.
3683 (Guidelines for newsgroup postings): Discourage cross-posts.
3684 (Underlining paragraphs): Remove.
3685 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3686 (Bugs and problems): Update key-binding.
3687 (Problems with very large files): Mention 64-bit.
3688 (Shell process exits abnormally): Remove.
3689 (Problems with Shell Mode): Rename and update.
3690 (Spontaneous entry into isearch-mode)
3691 (Problems talking to certain hosts): Remove. This is old information,
3692 in etc/PROBLEMS if needed.
3693 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3694 (Dired claims that no file is on this line): Update.
3695 (Installing Emacs, Problems building Emacs): Simplify.
3696 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3697 information.
3698 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3699 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3700 (JDEE): "JDEE", not "JDE".
3701 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3702 Remove. This is old information, in etc/PROBLEMS if needed.
3703 (stty and Backspace key, Kanji and Chinese characters): Remove.
3704 (Right-to-left alphabets): Update section.
3705 (Changing the included text prefix): Gnus uses message-yank-prefix.
3706 Add cross-reference to Supercite manual.
3707 (Saving a copy of outgoing mail): Simplify output file description.
3708 (Expanding aliases when sending mail): Refer to Emacs manual.
3709 Remove old info about RFC822.
3710 Correct description of how to rebuild aliases.
3711 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3712 (MIME with Emacs mail packages)
3713 (Viewing articles with embedded underlining)
3714 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3715 Remove old sections.
3716 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3717 and is well-documented in the Gnus manual.
3718 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3719 (Making Gnus faster): Rename from "Starting Gnus faster".
3720 Merge "Catch-up is slow in Gnus" into here.
3721
0e6d12ca
GM
37222009-06-14 Glenn Morris <rgm@gnu.org>
3723
3724 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3725 (New in Emacs 23): New section.
3726 (Handling C-s and C-q with flow control): Add xref.
3727
2e17e05e
GM
37282009-06-13 Glenn Morris <rgm@gnu.org>
3729
3730 * faq.texi (Setting up a customization file): Grammar fix.
3731 Customize is no longer "new".
3732 (Displaying the current line or column): Line-number mode is on by
3733 default. Don't mention `column' package. Mention linum.el.
3734 (Turning on abbrevs by default): Explain how to do it for buffers,
3735 modes, and everywhere.
3736 (Associating modes with files): Use add-to-list. Don't mention Emacs
3737 19.
3738 (Highlighting a region): On by default since 23.1.
3739 (Replacing highlighted text): Update doc quote.
3740 (Working with unprintable characters): Don't mention search-quote-char.
3741 (Using an already running Emacs process): Gnuclient is probably not an
3742 enhancement these days.
3743 (Indenting switch statements): Remove mention of pre-Emacs 20.
3744 (Horizontal scrolling): Abbreviate Emacs 20 description.
3745 (Replacing text across multiple files): Fix name of dired command.
3746 (Disabling backups): Use require not load.
4f9d4de3 3747 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3748
2a1cf2b9
BW
37492009-06-13 Bill Wohler <wohler@newt.com>
3750
3751 Release MH-E manual version 8.2.
3752
3753 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3754 release 8.2.
3755
85b438b7
GM
37562009-06-13 Glenn Morris <rgm@gnu.org>
3757
3758 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3759 in this day and age the common meaning is "on the web".
3760 (copying): Use @copyright in all cases.
3761 (Basic keys): Remove reference to deleted manual node "Text Characters".
3762 (File-name conventions): Use GNU as an example rather than SERVICE.
3763 default.el lives in site-lisp. Update Info directory location.
3764 (Real meaning of copyleft): GPL actions have been brought, but all
3765 settled out of court.
3766 (Guidelines for newsgroup postings): Shorten section title.
3767 Simplify comp.emacs description.
3768 (Newsgroup archives): Change Google URL. Describe Gmane.
3769 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3770 points". Mention List-Unsubscribe header.
3771 (Contacting the FSF): Update email and URLs.
3772 (Basic editing): Mention F1 for help.
3773 (Installing Texinfo documentation): Refer to Texinfo website rather
3774 than ftp server.
3775 (Printing a Texinfo file): Mention texi2pdf.
3776 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3777 are just stubs nowadays.
3778 (Latest version of Emacs): Explain version numbers.
3779 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3780 (Turning on syntax highlighting): No need to mention hilit19 any more.
3781 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3782 (Modes for various languages): Remove section.
3783 (Major packages and programs): Remove most version and maintainer
3784 information - it's hard to keep up-to-date, and adds nothing.
3785 Similarly with direct links to mailing lists.
3786 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3787 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3788 years, and Emacs comes with tools for this now.
3789 (Patch): Remove section - this is a standard tool.
3790 (Using function keys under X): Remove section.
3791
93e2d996
GM
37922009-06-12 Glenn Morris <rgm@gnu.org>
3793
3794 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3795 (Help installing Emacs): Remove reference to deleted X11 node.
3796 (Associating modes with files): Interpreter-mode-alist is no longer
3797 subservient to auto-mode-alist.
3798 (Installing Emacs): Change future Emacs version.
3799 (Linking with -lX11 fails): Remove old section.
3800 (Packages that do not come with Emacs): Update ELL location.
3801 Emacs Lisp archive is dead.
3802 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3803 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3804 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3805 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3806 (Removing flashing messages): Remove section about non-existent Gnus
3807 option.
3808
f0bf7708
GM
3809 * faq.texi (Top): Add @top command.
3810 Remove the optional arguments from all @node commands: makeinfo can
3811 generate these automatically, and it is easier to edit and rearrange
3812 nodes without them.
3813
30884d11
GM
38142009-06-11 Glenn Morris <rgm@gnu.org>
3815
3816 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3817 (The LPF): Make the updated URL the sole reference point.
3818 (Learning how to do something): Update refcard price and format.
3819 (Getting a printed manual): Sources in doc/emacs/, not man/.
3820 Also available in PDF format. Since the page count varies, be less
3821 precise.
3822 (Informational files for Emacs): Remove references to deleted files
3823 LPF and SUN-SUPPORT, and to UUCP.
3824 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3825 Remove many obsolete ways to get the FAQ, which now seems only to be
3826 distributed with Emacs.
3827 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3828
deab46e0
CY
38292009-06-09 Chong Yidong <cyd@stupidchicken.com>
3830
223b43fa 3831 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3832 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3833
deab46e0
CY
3834 * ada-mode.texi (Installation, Compile commands)
3835 (Project File Overview, No project files, Set compiler options)
3836 (Use GNAT project file, Use multiple GNAT project files)
3837 (Identifier completion): Use @samp for menu items, and @kbd for key
3838 sequences (Bug#3504).
3839
71fbd643
DU
38402009-06-04 Daiki Ueno <ueno@unixuser.org>
3841
8c9bb6f5 3842 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3843
f197085b
CY
38442009-06-04 Ryan Yeske <rcyeske@gmail.com>
3845
3846 * message.texi (Header Commands): Fix descriptions to match
3847 keybindings.
3848
7f3bc720
DU
38492009-04-22 Daiki Ueno <ueno@unixuser.org>
3850
3851 * gnus.texi (Security): Mention that EasyPG is the current default.
3852
4518068d
CY
38532009-04-13 Chong Yidong <cyd@stupidchicken.com>
3854
3855 * ediff.texi (Session Commands): Fix typo.
3856
d7ca410a
MB
38572009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3858
3859 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3860 news.software.readers. Reported by Florian Rehnisch.
3861
c6c76add
GM
38622009-04-02 Glenn Morris <rgm@gnu.org>
3863
3864 * auth.texi: Capitalize direntry.
3865
3866 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3867 using a period in the entry name. (Bug#2797)
3868
35ed8e2e
JB
38692009-03-03 Juanma Barranquero <lekktu@gmail.com>
3870
3871 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3872 ($(infodir)/auth, auth.dvi): New targets.
3873
e280480a
GM
38742009-03-03 Glenn Morris <rgm@gnu.org>
3875
3876 * auth.texi: Fix @setfilename.
3877
3878 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3879 (auth, $(infodir)/auth, auth.dvi): New rules.
3880
8a76755b
GM
38812009-02-25 Glenn Morris <rgm@gnu.org>
3882
3883 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
3884
0038d478
MB
38852009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3886
3887 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3888
38892009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3890
3891 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3892 gnus-nocem-issuers, and gnus-nocem-verifyer.
3893
867d4bb3
JB
38942009-02-20 Juanma Barranquero <lekktu@gmail.com>
3895
3896 * ada-mode.texi (Project files, Automatic Casing):
3897 * dbus.texi (Signals):
3898 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3899 * mh-e.texi (HTML):
3900 * nxml-mode.texi (Locating a schema)
3901 (Using the document's URI to locate a schema):
3902 * org.texi (Footnotes, Using the mapping API):
3903 * rcirc.texi (Channels): Remove duplicate words.
3904
3a44dc1f
GM
39052009-02-20 Glenn Morris <rgm@gnu.org>
3906
3907 * dired-x.texi (Miscellaneous Commands):
3908 * gnus.texi: Minor updates for mbox Rmail.
3909
5dc584b5
KB
39102009-02-16 Karl Berry <karl@gnu.org>
3911
b59a8457
GM
3912 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3913 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3914 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3915 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3916 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3917 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3918 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3919 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3920 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3921 Consistently use @insertcopying in the Top node,
5dc584b5 3922 @contents at the front (after @end titlepage),
b59a8457 3923 and @direntry after @copying. (Bug#1988)
5dc584b5 3924
9eb59592
MB
39252009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3926
3927 * auth.texi: New file documenting auth-source.
3928
d324fa76
CD
39292009-02-13 Carsten Dominik <dominik@science.uva.nl>
3930
3931 * org.texi (Org Plot): Fix link.
3932
7a603b73
DU
39332009-02-09 Daiki Ueno <ueno@unixuser.org>
3934
3935 * epa.texi (Mail-mode integration): Mention the way to do
3936 "encrypt-to-self". (Bug#1807)
3937
a626b338 39382009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
3939
3940 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
3941
3b36c17e
MB
39422009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
3943
3944 * gnus-news.texi: Print version about Incoming*.
3945
55033558
CD
39462009-02-02 Carsten Dominik <dominik@science.uva.nl>
3947
3948 * org.texi (Structure editing, Handling links)
3949 (Fast access to TODO states, Javascript support): Make standard docs
3950 correctly reflect default variable settings.
3951
ec712abb
GM
39522009-02-02 Glenn Morris <rgm@gnu.org>
3953
3954 * org.texi: Fix typos.
3955
7112648c
MA
39562009-02-01 Michael Albinus <michael.albinus@gmx.de>
3957
3958 Sync with Tramp 2.1.15.
3959
3960 * trampver.texi: Update release number.
3961
2e461fc1
CD
39622009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
3963
3964 * org.texi (TODO dependencies): Document TODO dependencies on
3965 checkboxes.
3966
bc283609
CD
39672009-01-30 Carsten Dominik <dominik@science.uva.nl>
3968
3969 * org.texi (TODO dependencies): Document key binding for toggling
3970 ORDERED property.
3971
74fc5047
MA
39722009-01-28 Michael Albinus <michael.albinus@gmx.de>
3973
3974 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
3975 of hook functions.
3976
d6685abc
CD
39772009-01-28 Carsten Dominik <dominik@science.uva.nl>
3978
3979 * org.texi (TODO dependencies): New section.
3980
65c439fd
CD
39812009-01-27 Carsten Dominik <dominik@science.uva.nl>
3982
3983 * org.texi (Plain lists, TODO basics, Priorities)
3984 (Multiple sets in one file, Conflicts): Document interaction with
3985 `shift-selection-mode'.
3986
5fafc247
JB
39872009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
3988
3989 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
3990 Make Calc the subject of sentences.
3991 (Rearranging Formulas using Selections): Discuss new options
3992 for `j *'.
3993
e7433508
MA
39942009-01-26 Michael Albinus <michael.albinus@gmx.de>
3995
3996 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
3997
2096a1b6
GM
39982009-01-26 Glenn Morris <rgm@gnu.org>
3999
4000 * org.texi: Fix typos.
4001
0cb61492
BW
40022009-01-26 Bill Wohler <wohler@newt.com>
4003
2096a1b6 4004 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4005
0bd48b37
CD
40062009-01-25 Carsten Dominik <dominik@science.uva.nl>
4007
4008 * org.texi (References): Add information about remote references.
4009 (Built-in table editor): Document `C-c RET' in tables.
4010 (Math symbols, Quoting LaTeX code): Mention that simple
4011 LaTeX macros survive LaTeX export.
4012 (Images in LaTeX export): Show how to create a reference to a
4013 figure.
4014 (Sectioning structure): Document that the LaTeX class can be
4015 specified in a property.
4016 (Text areas in HTML export): New section.
4017 (External links): Add examples for text search and ID links.
4018 (Built-in table editor): Remove the descriptio of `C-c
4019 C-q', it not longer works.
4020 (Literal examples): Document that a space must follow
4021 the colon in short examples.
4022 (Relative timer): Document `org-timer-stop'.
4023 (Footnotes): New section.
4024 (Footnote markup): Shorten section and refer to new Footnote
4025 section.
4026 (Literal examples): Add documentation for line
4027 numbering in and references to code examples.
4028 (CSS support): Fix the description of default CSS styles.
4029 (Capturing column view): Document
4030 "file:path/to/file.org" as an allowed value for the ID property of
4031 a dynamic block copying column view.
4032
49dbbaf2
SE
40332009-01-23 Stephen Eglen <stephen@gnu.org>
4034
4035 * mh-e.texi (Getting Started): Describe $MH.
4036
193e6828
MA
40372009-01-21 Michael Albinus <michael.albinus@gmx.de>
4038
4039 * tramp.texi (all): Harmonize usage of "external method",
4040 "external transfer method" and "out-of-band method".
4041 (Connection types): Precise the differences of inline and external
4042 methods. Written by Adrian Phillips <a.phillips@met.no>.
4043
26b9f88d
MB
40442009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4045
4046 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4047 commands as described at the top. Reported by Allan Gottlieb
4048 <gottlieb@nyu.edu>.
4049
40502009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4051
4052 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4053 nnmail-pathname-coding-system.
4054
377952e0
GM
40552009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4056
4057 * org.texi (Relative timer): Fix typo.
4058
a20d3598
JB
40592009-01-15 Juanma Barranquero <lekktu@gmail.com>
4060
4061 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4062 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4063
a50253cc
GM
40642009-01-13 Glenn Morris <rgm@gnu.org>
4065
4066 * org.texi: Fix some more typos.
4067
07450bee
GM
40682009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4069
4070 * org.texi: Fix some typos.
4071
e3e955fe
MB
40722009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4073
4074 * gnus.texi (Group Parameters): Add note for local variables.
4075
40762009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4077
0c7efc08
SM
4078 * gnus.texi (Converting Kill Files): Fix URL.
4079 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
4080
40812009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4082
4083 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4084 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4085 (Paging the Article): Add index entry.
4086
71dd9983
JB
40872009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4088
4089 * ada-mode.texi (Examples): Delete redundant text.
4090
4a0cf14f
MA
40912009-01-03 Michael Albinus <michael.albinus@gmx.de>
4092
36c8febb 4093 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
4094
4095 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4096 addresses.
4097
aedac0f0
BW
40982009-01-03 Bill Wohler <wohler@newt.com>
4099
4100 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4101 kept empty.
4102
4c65b566
CD
41032008-12-20 Carsten Dominik <dominik@science.uva.nl>
4104
4105 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
4106 (HTML Export commands, LaTeX/PDF export commands):
4107 Improve documentation about transient-mark-mode.
e9fce1ac 4108 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
4109 to fields in the last table row.
4110
e1a78e1e
JL
41112008-12-19 Juri Linkov <juri@jurta.org>
4112
4113 * info.texi (Search Text): Remove mention of removed key binding M-s.
4114
17a0aa82
CD
41152008-12-18 Carsten Dominik <dominik@science.uva.nl>
4116
4117 * org.texi (References): Remove mentioning of @0 as reference for the
4118 last line, this has been reverted in the Lisp sources.
4119
4997d802
JB
41202008-12-17 Juanma Barranquero <lekktu@gmail.com>
4121
4122 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4123 (DVI_TARGETS): Remove duplicates. Add sasl.
4124 ($(infodir)/sasl, sasl.dvi): New targets.
4125
33306645
CD
41262008-12-17 Carsten Dominik <dominik@science.uva.nl>
4127
4128 * org.texi: Version number pushed to 6.15d.
4129
db55f368
CD
41302008-12-16 Carsten Dominik <dominik@science.uva.nl>
4131
a0bf4117 4132 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
4133 (Images in LaTeX export): New section.
4134 (Inlined images, Images in HTML export): Sections renamed.
4135
dae0a942
MB
41362008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4137
4138 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4139
9f5572e9
MB
41402008-12-04 David Engster <dengste@eml.cc>
4141
4142 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 4143 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 4144
bc23baaa
CD
41452008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4146
4147 * org.texi (Using the mapping API): Fix bug in mapping example.
4148 (Publishing options): Make the list of properties complete again, in
4149 correspondence to the variable `org-export-plist-vars'.
4150 (Property searches): Document new special values for time comparisons.
4151 (Tag inheritance): Refine the description of tag inheritance.
4152 (Project alist): Add info about the publishing sequence of components.
a0bf4117 4153 (Effort estimates): Document the new relative timer.
bc23baaa 4154
3bf8054f
JB
41552008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4156
4157 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4158 (Using Calc): Clarify use of `C-x * o'.
4159 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4160
ac134f2f
RS
41612008-11-28 Richard M Stallman <rms@gnu.org>
4162
4163 * dbus.texi (Receiving Method Calls): Clean up previous change.
4164
ace706d1
MA
41652008-11-26 Michael Albinus <michael.albinus@gmx.de>
4166
4167 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4168 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4169 `dbus-unescape-from-identifier'.
4170 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 4171 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
4172 (Signals): Use the constants in the example.
4173
d60b1ba1
CD
41742008-11-24 Carsten Dominik <dominik@science.uva.nl>
4175
b97439ce 4176 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 4177
ce4fdcb9
CD
41782008-11-23 Carsten Dominik <dominik@science.uva.nl>
4179
4180 * org.texi (Setting up Remember): Document `org-remember-mode'.
4181 (External links): Document that bbdb links can use a regular
4182 expression.
4183 (External links): Document that elisp links can contain interactive
4184 commands.
4185
c8548a00 41862008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
4187
4188 * viper.texi (viper-translate-all-ESC-keysequences):
4189 Description removed.
4190
6a2c4aec
GM
41912008-11-19 Glenn Morris <rgm@gnu.org>
4192
4193 * doclicense.texi: Change to FDL 1.3.
4194 Relicense all texi files under FDL 1.3 or later.
4195
59ee4113
JB
41962008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4197
4198 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4199
59bcbb98 42002008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 4201
0c7efc08 4202 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
4203
4204 * ediff.texi: Version/date change.
9f90198a 4205
8aa41c9b
CY
42062008-11-14 Chong Yidong <cyd@stupidchicken.com>
4207
4208 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4209
17587b1b
JB
42102008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4211
4212 * calc.texi (About This Manual): Comment out a mention of
4213 marginal notes.
4214
564c900e
CD
42152008-11-12 Carsten Dominik <dominik@science.uva.nl>
4216
4217 * org.texi (Clocking work time): Document the :formula property of
4218 clock tables.
4219 (Structure editing, Refiling notes): Document refiling regions.
4220 (Agenda commands): Document the double-prefix version
4221 of the `l' command in the agenda.
4222 (Handling links): Explain the effect of a double prefix
4223 arg to `C-c C-o'.
4224 (TODO basics): Add documentation for tag triggers.
4225
3c4be1f2
GM
42262008-10-23 Glenn Morris <rgm@gnu.org>
4227
4228 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4229 byte-compiling things like `+'.
4230
4231 * ns-emacs.texi: Merge copyright years of author now with assignment
4232 into FSF years.
4233 (VER): Use it for easier automatic updating. Use Emacs version rather
4234 than standalone Emacs.app version.
4235
a6520ff3
CD
42362008-10-12 Carsten Dominik <dominik@science.uva.nl>
4237
864c9740 4238 * org.texi: Lots of minor fixes.
a6520ff3
CD
4239 (Capture): New chapter.
4240 (Org Plot): New section.
4241
db7a4b66
MH
42422008-09-30 Magnus Henoch <mange@freemail.hu>
4243
4244 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4245
4043c194
JB
42462008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4247
4248 * calc.texi (User Defined Units): Mention how to enter optional display
4249 string.
4250
eef5ade7
MB
42512008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4252
0c7efc08 4253 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
4254 avoid the "y/n" wording.
4255
e52cac88
MB
42562008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4257
0c7efc08 4258 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
4259
42602008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4261
4262 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4263 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4264
00c55306
BW
42652008-09-22 Bill Wohler <wohler@newt.com>
4266
4267 Release MH-E manual version 8.1.
4268
4269 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4270 release 8.1.
4271
4272 * mh-e.texi: Retain dual license as agreed to by the FSF.
4273 However, bump GPL to Version 3.
4274 Use @include for license text.
4275
e52cac88 42762008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
4277
4278 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
4279 (Store custom flags and keywords, Store arbitrary data):
4280 Clean up markup.
64763fe3
MB
4281
42822008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4283
4284 * gnus.texi (The Gnus Registry): Document it.
4285
9e601b8d
MB
42862008-09-08 David Engster <dengste@eml.cc>
4287
88ee5b02
JB
4288 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4289 Clarify section about choosing back end servers.
9e601b8d 4290
247043f1
GM
42912008-08-23 Glenn Morris <rgm@gnu.org>
4292
4293 * dired-x.texi (Shell Command Guessing):
4294 Mention dired-guess-shell-case-fold-search. (Bug#417)
4295
2bfec7a0
MA
42962008-08-22 Michael Albinus <michael.albinus@gmx.de>
4297
4298 * trampver.texi: Update release number.
4299
247043f1 43002008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
4301
4302 * ns-emacs.texi: Update version.
4303 (Introduction): Correct menu location for options save.
4304 (Customization): Note that defaults are stored under org.gnu.Emacs.
4305
8c20bd92
BW
43062008-08-11 Bill Wohler <wohler@newt.com>
4307
4308 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4309 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4310 Henman) (closes SF #1768928).
4311
767a4d92
GM
43122008-08-10 Glenn Morris <rgm@gnu.org>
4313
4314 * ns-emacs.texi: Use @copying. Change copyright of authors with
4315 assignment to FSF. Change license to GFDL.
4316 (Top): Remove outdated references.
4317
6ecfe5c2
MB
43182008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4319
88ee5b02
JB
4320 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4321 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
4322 gnus-summary-sort-by-most-recent-date.
4323 (Summary Sorting): Explain prefix argument.
4324
43252008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4326
4327 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4328 gnus-summary-pipe-output.
4329
eb932e8a
MA
43302008-08-03 Michael Albinus <michael.albinus@gmx.de>
4331
4332 * dbus.texi (Receiving Method Calls): Document error handling of own
4333 D-Bus methods.
4334
bfe16263
BW
43352008-08-01 Bill Wohler <wohler@newt.com>
4336
4337 * mh-e.texi (Reading Mail)
9f90198a 4338 (Viewing Attachments): Describe new function
bfe16263
BW
4339 mh-show-preferred-alternative.
4340 (Sending Mail, Redistributing, Sending Message): Describe new hook
4341 mh-annotate-msg-hook.
4342
21956b56
MA
43432008-07-31 Michael Albinus <michael.albinus@gmx.de>
4344
4345 * dbus.texi (Arguments and Signatures): Fix example.
4346 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4347 (Asynchronous Methods): New node.
9f90198a
JB
4348 (Errors and Events): Describe extended layout of `dbus-event'.
4349 New defun `dbus-event-message-type'.
21956b56 4350
7c2fb837
DN
43512008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4352
4353 * ediff.texi: Remove VMS support.
4354
13662773
JB
43552008-07-29 Juanma Barranquero <lekktu@gmail.com>
4356
4357 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4358 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4359
ddde0b34
CY
43602008-07-29 Chong Yidong <cyd@stupidchicken.com>
4361
4362 * Makefile.in: Add mairix-el targets.
4363
43642008-07-29 David Engster <deng@randomsample.de>
4365
4366 * mairix-el.texi: New file.
4367
d5875b25
JB
43682008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4369
366b7d44
JB
4370 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4371 project files. Delete 'main_unit' project variable; not needed. Allow
4372 process environment variables wherever project variables are allowed.
4373 Add tutorial section on multiple GNAT project files.
d5875b25 4374
6cbab8ee
MA
43752008-07-27 Michael Albinus <michael.albinus@gmx.de>
4376
4377 Sync with Tramp 2.1.14.
4378
4379 * trampver.texi: Update release number.
4380
9e2a2647
DN
43812008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4382
4383 * ns-emacs.texi:
4384 * faq.texi: Remove mentions of Mac Carbon.
4385
d62672f3
MB
43862008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4387
4388 * gnus.texi (Saving Articles): Describe the 2nd argument of
4389 gnus-summary-save-in-pipe.
4390 (SpamAssassin): Use it.
4391
43922008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4393
4394 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4395
dd12e1c6
CD
43962008-07-25 Carsten Dominik <dominik@science.uva.nl>
4397
4398 * org.texi (Export options): Document the use of the creator flag.
4399
44ce9197
CD
44002008-07-24 Carsten Dominik <dominik@science.uva.nl>
4401
4402 * org.texi: New version 6.06a.
4403
ddd13c5d
JB
44042008-07-23 Juanma Barranquero <lekktu@gmail.com>
4405
4406 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4407 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4408
8dc6104d
JB
44092008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
4410
4411 * calc.texi (Editing Stack Entries):
4412 (Algebraic Entry): Rewrite introductory sentences so it can be used by
4413 Calc's help functions. Mention fixing typos.
4414 (Customizing Calc): Fix typo.
4415
44162008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
4417
4418 * calc.texi (summarykey): New macro. Use to correctly format keys in
4419 the summary.
4420
ddd13c5d 44212008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
4422
4423 * ns-emacs.texi (Customization): Corrected documentation on color
4424 specification formats.
4425
568beaa2
AS
44262008-07-19 Andreas Schwab <schwab@suse.de>
4427
db8ef699 4428 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
4429
4430 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4431 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4432
cd71b9ae
MA
44332008-07-18 Michael Albinus <michael.albinus@gmx.de>
4434
4435 * dbus.texi (Inspection): Rework, introduce submenus.
4436 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4437 (Properties and Annotations, Arguments and Signatures): New nodes.
4438
9b7993b4
MA
44392008-07-13 Michael Albinus <michael.albinus@gmx.de>
4440
4441 * dbus.texi (Receiving Method Calls): Fix description of
4442 `dbus-register-method'.
4443 (Signals): Allow also signal arguments for filtering in
4444 `dbus-register-signal'.
4445
241d447b
JB
44462008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4447
4448 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4449 `cnorm'.
4450 (Arithmetic Tutorial): Simplify the verification of prime factors.
4451
adb46650
MB
44522008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4453
4454 * gnus.texi (Saving Articles): Mention
4455 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4456
92e15881
JB
44572008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
4458
4459 * calc.texi: Adjust mode line throughout.
4460
ea597303
JB
44612008-06-28 Juanma Barranquero <lekktu@gmail.com>
4462
4463 * sasl.texi (Mechanisms): Fix typos.
4464
aee08080
JB
44652008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4466
4467 * calc.texi (Killing from the stack): Mention using normal Emacs
4468 copying.
4469
a06a4a12
MA
44702008-06-21 Michael Albinus <michael.albinus@gmx.de>
4471
0c7efc08 4472 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 4473 Add `auth-source' mechanism.
a06a4a12
MA
4474 (Connection caching): Tramp reopens the connection automatically,
4475 when the operating system on the remote host has been changed.
4476
7389398d
EZ
44772008-06-20 Eli Zaretskii <eliz@gnu.org>
4478
4479 * makefile.w32-in (distclean): Remove makefile.
4480
b349f79f
CD
44812008-06-17 Carsten Dominik <dominik@science.uva.nl>
4482
3f9b4c2b 4483 * org.texi (Using the mapping API): New section.
b349f79f 4484 (Agenda column view): New section.
3f9b4c2b 4485 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 4486 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 4487 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
4488
44892008-06-17 Jason Riedy <jason@acm.org>
4490
4491 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4492 function, and efmt may be a two-argument function.
4493 (Radio tables): Document multiple destinations.
4494
cd5c05d2
GM
44952008-06-16 Glenn Morris <rgm@gnu.org>
4496
4497 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4498 Add Cover-Texts.
4499
debf4439
GM
45002008-06-15 Glenn Morris <rgm@gnu.org>
4501
4502 * faq.texi (VER): Update to 23.0.60.
4503
4504 * mh-e.texi: Remove option of licensing under GPL.
4505 Add Cover-Texts to GFDL permissions notice.
4506 (GPL): Remove section.
4507 (GFDL): Include doclicense.texi rather than the actual text.
4508
4509 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4510 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4511
4512 * sasl.texi: Fix output file name.
4513
4514 * epa.texi, sasl.texi: Refer to license in Emacs manual.
4515
4516 * gnus-coding.texi: Refer to license in Gnus manual.
4517
4518 * idlwave.texi, sasl.texi: Use @copying.
4519
4520 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
4521
4522 * speedbar.texi: Update Back-Cover Text as per maintain.info.
4523
4524 * url.texi: Use @copying, @title, @subtitle, @author.
4525
4526 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4527 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4528 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4529 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4530 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4531 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4532 * widget.texi, woman.texi:
4533 Remove references to external license, since doclicense is included.
4534
4535 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4536 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4537 Remove references to non-existent Invariant Sections.
4538
091f8bc1
GM
45392008-06-14 Glenn Morris <rgm@gnu.org>
4540
4541 * faq.texi (Major packages and programs): Remove references to external
4542 Supercite, Calc, VIPER, since they have been included for some time.
4543 Update VM, AUCTeX, BBDB entries.
4544
47bcb4d3
UJ
45452008-06-14 Ulf Jasper <ulf.jasper@web.de>
4546
4547 * newsticker.texi: Updated to match latest newsticker changes.
4548
6f093307
GM
45492008-06-13 Glenn Morris <rgm@gnu.org>
4550
4551 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4552 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4553 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4554 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4555 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4556 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4557 * woman.texi:
4558 Update Back-Cover Text as per maintain.info.
4559
2b968687
MB
45602008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4561
4562 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4563
4564 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4565 (gnus-faq.xml): Update repository host.
4566
2b968687
MB
4567 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4568
45692008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4570
4571 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4572 Fix a typo.
4573
45742008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4575
4576 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 4577 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
4578 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4579
45802008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4581
4582 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4583 coding standards.
4584
45852008-06-14 David Engster <dengste@eml.cc>
4586
4587 * gnus.texi (nnmairix): Markup fixes.
4588
e6d2d263
MB
45892008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4590
2b968687 4591 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4592
45932008-06-05 David Engster <dengste@eml.cc>
4594
4595 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4596
45972008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4598
b344d29d 4599 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4600 (Searching, nnir, nnmairix): New stub nodes.
4601
ad231df6 46022008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4603
4604 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4605
f394fa25
MB
46062008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4607
4608 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4609
58333467
MB
46102008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4611
4612 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4613
67525fb9
JY
46142008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4615
4616 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4617
0549d8fc
JB
46182008-05-06 Juanma Barranquero <lekktu@gmail.com>
4619
4620 * info.texi (Top): Fix typo in xref.
4621
149a3837
KB
46222008-05-05 Karl Berry <karl@gnu.org>
4623
4624 * info.texi (Top): @xref to stand-alone manual.
4625
3a23a519
MB
46262008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4627
4628 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4629 (Various Summary Stuff): Fix typo in last xref.
4630
0a29fbf3
JB
46312008-05-02 Juanma Barranquero <lekktu@gmail.com>
4632
4633 * org.texi (Moving subtrees): Fix typo.
4634
586b90f1
MA
46352008-04-28 Michael Albinus <michael.albinus@gmx.de>
4636
4637 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4638 Tramp via `tramp-mode'.
4639
b5af9883
CD
46402008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4641
4642 * org.texi: Massive changes, in many parts of the file.
4643
d55fe5bb
MB
46442008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4645
4646 * gnus.texi (Oort Gnus): Add message-fill-column.
4647
46482008-04-12 Adrian Aichner <adrian@xemacs.org>
4649
4650 * gnus.texi (Mail Source Specifiers): Typo fix.
4651
46522008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4653
4654 * gnus.texi (Diary Headers Generation): Update key binding for
4655 `gnus-diary-check-message'.
4656
46572008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4658
4659 * gnus.texi (Emacsen): Addition.
4660
46612008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4662
4663 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4664
46652008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4666
4667 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4668
46692008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4670
4671 * gnus-news.texi: Update tool bar item.
4672
46732008-04-09 Sven Joachim <svenjoac@gmx.de>
4674
4675 * gnus-news.texi: Fix typos.
4676
76c109c3
JB
46772008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4678
222027f2 4679 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4680 Add mention of `kron'.
4681
d5fbd5a6
MO
46822008-04-01 Daiki Ueno <ueno@unixuser.org>
4683
0c7efc08
SM
4684 * epa.texi (Encrypting/decrypting *.gpg files):
4685 Document epa-file-name-regexp.
d5fbd5a6 4686
fbcbb58c
KY
46872008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4688
4689 * gnus.texi (Example Methods): Fix description about ssh-agent.
4690 (Indirect Functions): Fix the default value of nntp-telnet-command;
4691 remove link to connect.html.
4692
134ce16c
MA
46932008-03-30 Michael Albinus <michael.albinus@gmx.de>
4694
4695 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4696 dbus-call-method.
4697 (Receiving Method Calls): The timeout can be set by the calling client.
4698
da1975d7
MA
4699 * trampver.texi: Update release number.
4700
2e4089ab
RS
47012008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4702
4703 * gnus.texi (Top): Fix version. Add SASL.
4704
70cab5a9
MA
47052008-03-29 Michael Albinus <michael.albinus@gmx.de>
4706
4707 Sync with Tramp 2.1.13.
4708
4709 * trampver.texi: Update release number.
4710
5bc6ddff
MB
47112008-03-29 Chong Yidong <cyd@stupidchicken.com>
4712
4713 * org.texi: Update to new org-mode website.
4714
47152008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4716
4717 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4718
9b3ebcb6
MB
47192008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4720
4721 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4722 gnus-read-ephemeral-gmane-group-url,
4723 gnus-read-ephemeral-emacs-bug-group,
4724 gnus-read-ephemeral-debian-bug-group.
4725
47262008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4727
4728 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4729
4730 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4731 Add FIXMEs for Bookmarks and gnus-registry-marks.
4732
47332008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4734
4735 * gnus.texi (Smileys): Document `smiley-style'.
4736
47372008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4738
4739 * gnus.texi (Gnus Development): Clarify difference between ding and
4740 gnu.emacs.gnus.
4741 (MIME Commands, Using MIME, RSS): Fix markup.
4742
4743 * gnus-faq.texi ([8.4]): Ditto.
4744
47452008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4746
4747 * gnus.texi (Emacsen): Remove obsolete stuff.
4748
47492008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4750
4751 * gnus.texi (Oort Gnus): Add version info WRT
4752 `mail-source-delete-incoming'.
4753
47542008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4755
4756 * gnus.texi (Top): Add "Other related manuals" and version info in
4757 `iftex' output.
4758 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4759 gnus-balloon-face-0 and the corresponding format specifiers.
4760
608d6a81
MA
47612008-03-26 Michael Albinus <michael.albinus@gmx.de>
4762
4763 * tramp.texi (Filename completion): Remove footnote about let-bind
4764 of `partial-completion-mode'. It doesn't work this way.
4765
27a6f132
SM
47662008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4767
4768 * pcl-cvs.texi (Contributors): Update my email.
4769
4a7c4c40
MA
47702008-03-21 Michael Albinus <michael.albinus@gmx.de>
4771
4772 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4773
2940c053
BW
47742008-03-17 Bill Wohler <wohler@newt.com>
4775
4776 * mh-e.texi (Viewing): Update URL for adding header fields to
4777 mh-invisible-header-fields-default.
4778
30864d5f
BW
47792008-03-16 Bill Wohler <wohler@newt.com>
4780
4781 * mh-e.texi (Preface): Add Gnus to requirements.
4782 (Forwarding): Note that forwarded MIME messages are now inline.
4783
31fe2b00
SM
47842008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4785
4786 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4787 (Common Variables): Give precedence to the netcat methods over the
4788 telnet methods, and mention that they are more reliable.
31fe2b00 4789
5e97c626
CD
47902008-03-13 Carsten Dominik <dominik@science.uva.nl>
4791
4792 * org.texi (Exporting Agenda Views): Document agenda export to
4793 iCalendar.
4794 (Progress logging): Document the new progress logging stuff.
4795
37a68866
MB
47962008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4797
4798 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4799 Update for change of `mail-source-delete-incoming'.
4800
4801 * gnus-news.texi: Ditto.
4802
8f7abae3
MB
48032008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4804
4805 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4806 custom versions.
4807
af379c86
AM
48082008-03-07 Alan Mackenzie <acm@muc.de>
4809
4810 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4811 parens/brackets in a k&r region is limited.
4812
3d0f8a67
MB
48132008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4814
4815 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4816 using different Emacs versions.
4817
52151df0
GM
48182008-02-27 Glenn Morris <rgm@gnu.org>
4819
4820 * sc.texi: Remove a lot of old and obsolete info.
4821 (titlepage): Simplify.
4822 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4823 (VM with any Emacsen, GNEWS with any Emacsen)
4824 (Overloading for Non-conforming MUAs, Version 3 Changes)
4825 (The Supercite Mailing List): Delete nodes.
4826 (Introduction): Remove info about old packages.
4827 (Getting Connected): Simplify. Remove info about old packages.
4828 (Citing Commands): Delete Emacs 19 info.
4829 (Hints to MUA Authors): Simplify.
4830 (Thanks and History): Merge in some info from the deleted node
4831 "Version 3 Changes".
4832
b03f96dc
MB
48332008-02-05 Juanma Barranquero <lekktu@gmail.com>
4834
4835 * org.texi (Setting tags, In-buffer settings):
4836 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4837
52bec650
MB
48382008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4839
4840 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4841 installation directory name.
4842
34a3c587
RF
48432008-02-12 Romain Francoise <romain@orebokech.com>
4844
4845 * epa.texi (Overview): Fix typo.
4846
5a8d03e9
MO
48472008-02-11 Daiki Ueno <ueno@unixuser.org>
4848
4849 * epa.texi (Quick start): Remove the .emacs setting.
4850
f1914c40
MO
48512008-02-10 Daiki Ueno <ueno@unixuser.org>
4852
4853 * epa.texi (Quick start): Use the command `epa-enable' instead of
4854 loading `epa-setup'.
4855
bca98fc9
JB
48562008-02-08 Juanma Barranquero <lekktu@gmail.com>
4857
4858 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4859 ($(infodir)/epa, epa.dvi): New targets.
4860
4b01af2e
MO
48612008-02-08 Daiki Ueno <ueno@unixuser.org>
4862
4863 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4864
4865 * epa.texi: New manual documenting the EasyPG Assistant.
4866
06c0751a
MA
48672008-02-06 Michael Albinus <michael.albinus@gmx.de>
4868
4869 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4870 (Inspection): New function dbus-ping.
4871
7dcccd7b
MA
48722008-02-05 Michael Albinus <michael.albinus@gmx.de>
4873
4874 * tramp.texi (Remote processes): Add `shell-command'.
4875
a1da1e37
MB
48762008-01-28 Michael Sperber <sperber@deinprogramm.de>
4877
4878 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4879 (Group Parameters): Document `mail-source' parameter.
4880
c9d8f746
MA
48812008-01-27 Michael Albinus <michael.albinus@gmx.de>
4882
4883 * tramp.texi (Inline methods): The hostname of the su(do)? methods
4884 must be a local host.
4885
15db4a13
MO
48862008-01-26 Michael Olson <mwolson@gnu.org>
4887
4888 * erc.texi: Update version for ERC 5.3 release.
4889 (Obtaining ERC): Update extras URLs for 5.3.
4890 (Development): Write instructions for git, and remove those for Arch.
4891 (History): Mention the switch to git.
4892
2bc43980
KB
48932008-01-24 Karl Berry <karl@gnu.org>
4894
bca98fc9
JB
4895 * info.texi (Search Index, Search Text): Mention the command
4896 character in the section name, a la the (Go to node) node.
2bc43980 4897
d2e4a6c9
MA
48982008-01-21 Michael Albinus <michael.albinus@gmx.de>
4899
4900 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4901
0b6799c3
MB
49022008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4903
4904 * gnus-news.texi: Mention gnus-article-describe-bindings.
4905
49062008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4907
4908 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4909
db9c3fb1 49102008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 4911
7b4d0413 4912 * org.texi (Property inheritance): New section.
db9c3fb1 4913 (Conventions): New section.
7b4d0413 4914 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
4915 commands, and the new bindings for refiling.
4916 (Sparse trees): Document the new special command for sparse trees.
4917 (References): Be more clear about the counting of hilines.
4918 (Handling links): Document M-p/n for accessing links.
4919 (Fast access to TODO states): New section.
4920 (Per file keywords): New section.
4921 (Property inheritance): New section.
4922 (Column attributes): New summary types.
4923 (Capturing Column View): New section.
4924 (The date/time prompt): Cover the new features in the date/time prompt.
4925 Compactify the table of keys for the calendar remote control.
4926 (Clocking work time): Document the new :scope parameter.
4927 (Remember): Promoted to chapter.
4928 (Quoted examples): New section.
4929 (Enhancing text): New verbatim environments.
4930
6ed73f28
MA
49312008-01-14 Michael Albinus <michael.albinus@gmx.de>
4932
4933 * trampver.texi: Update release number.
4934
95838435
MB
49352008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4936
0c7efc08
SM
4937 * gnus.texi (Article Keymap):
4938 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
4939 gnus-article-reply-with-original and
4940 gnus-article-followup-with-original.
4941
20234d96
GM
49422008-01-09 Glenn Morris <rgm@gnu.org>
4943
4944 * nxml-mode.texi: Add @copying section.
4945
d82cf70b
MB
49462008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4947
4948 * message.texi (Mail Variables): Add some text from "(gnus)Posting
4949 Server". Add `message-send-mail-with-mailclient'.
4950
4951 * gnus.texi (Posting Server): Move some text to "(message)Mail
4952 Variables" and add a reference here.
4953
addb7f2e
MA
49542008-01-04 Michael Albinus <michael.albinus@gmx.de>
4955
4956 * dbus.texi (Receiving Method Calls): New chapter.
4957 (Errors and Events): Add serial number to events. Replace "signal" by
4958 "message". Introduce dbus-event-serial-number.
4959
4db2806c
MA
49602008-01-03 Michael Albinus <michael.albinus@gmx.de>
4961
4962 * dbus.texi (Type Conversion): Explain the type specification for empty
4963 arrays. Use another example.
4964
c9ecb5a7
MA
49652007-12-30 Michael Albinus <michael.albinus@gmx.de>
4966
4967 * dbus.texi (all): Replace "..." by @dots{}.
4968 (Type Conversion): Precise the value range for :byte types.
4969 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
4970 Mention its return value.
4971 (Errors and Events): There is no D-Bus error propagation during event
4972 processing.
4973
702dbfd9
JB
49742007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
4975
4976 * calc.tex (Yacas Language, Maxima Language, Giac Language):
4977 New sections.
4978
87035689
MB
49792007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
4980
4981 * gnus.texi (Group Parameters): Reorder the text and add a note about
4982 `gnus-parameters' near the beginning of the node.
4983
49842007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
4985
4986 * gnus.texi (Score File Editing): Fix function name.
4987
5492f5ca
MA
49882007-12-23 Michael Albinus <michael.albinus@gmx.de>
4989
4990 Sync with Tramp 2.1.12.
4991
4992 * trampver.texi: Update release number.
4993
d4e67bc5
MA
49942007-12-22 Michael Albinus <michael.albinus@gmx.de>
4995
4996 * dbus.texi (Type Conversion): Correct input parameters mapping.
4997
6a31c819
MA
49982007-12-21 Michael Albinus <michael.albinus@gmx.de>
4999
5000 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5001 (Errors and Events): Mention wrong-type-argument error.
5002
99a3e35f
AS
50032007-12-21 Alex Schroeder <alex@gnu.org>
5004
5005 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5006 spaces. Fixed some typos.
99a3e35f
AS
5007 (Internet Relay Chat): Explain relay.
5008 (Getting started with rcirc): Change items to reflect prompts.
5009 Add more explanation to rcirc-track-minor-mode and added a comment to
5010 warn future maintainers that this section is a copy.
0c7efc08 5011 (People): Change /ignore example.
62b12a24 5012 (Keywords): Not keywords.
99a3e35f 5013
331e4d02
AS
50142007-12-20 Alex Schroeder <alex@gnu.org>
5015
5016 * rcirc.texi (Top): Fighting Information Overload chapter added.
5017 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5018 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5019 (Fighting Information Overload): New chapter documenting /keyword,
5020 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5021 (Configuration): Document rcirc-server-alist, remove
5022 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5023
cd71c3ef
MA
50242007-12-16 Michael Albinus <michael.albinus@gmx.de>
5025
5026 * dbus.texi (Signals): Fix example in dbus-register-signal.
5027
bbbe940b
MB
50282007-12-14 Sven Joachim <svenjoac@gmx.de>
5029
5030 * gnus.texi (Score Variables): Fix typo.
5031
0ce574ef
MA
50322007-12-07 Michael Albinus <michael.albinus@gmx.de>
5033
5034 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5035 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5036 (Errors and Events): Adapt dbus-event.
5037
b890d447
MB
50382007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5039
5040 * gnus.texi (Other Files): Add the yenc command.
5041
50422007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5043
5044 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5045 since 2004-08-06.
5046
50472007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5048
5049 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5050 on body.
5051
50522007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5053
5054 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5055 and rfc2047-allow-irregular-q-encoded-words; fix description of
5056 rfc2047-encode-encoded-words.
5057
50582007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5059
5060 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5061
3728bf03
MO
50622007-12-05 Michael Olson <mwolson@gnu.org>
5063
5064 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5065 Update documentation for `remember-diary-file'.
5066
a4397af9
MA
50672007-12-04 Michael Albinus <michael.albinus@gmx.de>
5068
5069 * dbus.texi (Signals): Precise `dbus-register-signal'.
5070 (Errors and Events): Rework events part, the internal structure of
5071 dbus-event has changed.
5072
1682490c
JB
50732007-12-03 Juanma Barranquero <lekktu@gmail.com>
5074
5075 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5076 ($(infodir)/dbus, dbus.dvi): New targets.
5077
7b13a0f2
MA
50782007-12-03 Michael Albinus <michael.albinus@gmx.de>
5079
5080 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5081 unconditionally.
5082
5083 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5084 emulation with @print{}.
5085
7ef92bc9
RS
50862007-12-02 Richard Stallman <rms@gnu.org>
5087
5088 * dbus.texi (Overview): Minor cleanup.
5089
22d8ac3a
MA
50902007-12-02 Michael Albinus <michael.albinus@gmx.de>
5091
d3a8e0df
MA
5092 * Makefile.in (INFO_TARGETS): Add dbus.
5093 (DVI_TARGETS): Add dbus.dvi.
5094 (dbus, dbus.dvi): New targets.
5095
22d8ac3a
MA
5096 * dbus.texi: New file.
5097
559764ab
RF
50982007-11-24 Romain Francoise <romain@orebokech.com>
5099
5100 * nxml-mode.texi: Add description in @direntry.
7aa579d9 5101 Fix file name to match @setfilename.
559764ab 5102
ac97a16b
MH
51032007-11-23 Mark A. Hershberger <mah@everybody.org>
5104
5105 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5106 ($(infodir)/nxml-mode): New rule.
5107
5108 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5109 ($(infodir)/nxml-mode): New rule.
5110 (clean): Add nxml-mode*.
5111
5112 * nxml-mode.texi: New file with nxml manual.
5113
404cd454
GM
51142007-11-18 Richard Stallman <rms@gnu.org>
5115
5116 * flymake.texi (Example -- Configuring a tool called directly):
5117 Update example.
5118
b048d478
MA
51192007-11-18 Michael Albinus <michael.albinus@gmx.de>
5120
5121 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 5122 double-slash behavior. Explain directory contents flushing.
b048d478 5123
346e8469
JB
51242007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5125
5126 * calc.texi (TeX and LaTeX Language Modes): Put in
5127 missing braces.
5128
404cd454
GM
51292007-11-15 Richard Stallman <rms@gnu.org>
5130
5131 * cl.texi (Equality Predicates): Delete `eql'.
5132 (Predicates, Naming Conventions, Top): Delete `eql'.
5133 (Common Lisp Compatibility): Delete `eql'.
5134 (Porting Common Lisp): Delete obsolete backquote info.
5135 Minor clarification about character constants.
5136 (Sequence Basics): Minor clarification.
5137
1f6af58b
JB
51382007-11-15 Juanma Barranquero <lekktu@gmail.com>
5139
dccb744b 5140 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
5141 * tramp.texi (Filename completion): Fix typos.
5142
3bc88bc9
JB
51432007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5144
5145 * calc.texi (Basic commands): Mention the menu.
5146
bc5300d3
MA
51472007-11-12 Michael Albinus <michael.albinus@gmx.de>
5148
5149 * tramp.texi (Connection caching): Tramp flushes connection
5150 properties when remote operating system has been changed.
5151
4d8a28ec
MB
51522007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5153
5154 * gnus-news.texi: Fix spelling.
5155 `message-insert-formatted-citation-line', not
5156 `message-insert-formated-citation-line'.
5157
404cd454
GM
5158 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5159
e1176b47
MA
51602007-11-07 Michael Albinus <michael.albinus@gmx.de>
5161
5162 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 5163 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
5164 (Frequently Asked Questions): Add code example for highlighting the
5165 mode line.
5166
6159985a
MO
51672007-11-03 Michael Olson <mwolson@gnu.org>
5168
5169 * remember.texi: Change mentions of remember-buffer to
5170 remember-finalize throughout.
5171
bec9b2f5
MO
51722007-10-30 Michael Olson <mwolson@gnu.org>
5173
5174 * remember.texi (Copying): Remove.
5175 (Mailbox): Update with non-BBDB instructions.
5176 (Diary, Org): Add.
5177 (Bibliography, Planner Page): Remove.
5178
b6173182
JB
51792007-10-30 Juanma Barranquero <lekktu@gmail.com>
5180
5181 * makefile.w32-in (INFO_TARGETS): Add remember.
5182 (DVI_TARGETS): Add remember.dvi.
5183 ($(infodir)/remember): New rule.
5184 (clean): Add remember*.
5185
15f3eb73
MO
51862007-10-30 Michael Olson <mwolson@gnu.org>
5187
70bdc930
MO
5188 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5189 ($(infodir)/remember): New rule that builds the Remember Manual.
5190
b6173182
JB
5191 * remember.texi: New file containing the Remember Mode Manual.
5192 Shuffle chapters around after initial import.
7d3f6f1a
MO
5193 (Function Reference): Split Keystrokes into separate chapter.
5194 (Keystrokes): Document C-c C-k.
51d24a12 5195 (Introduction): Fix typographical issue with "---".
15f3eb73 5196
404cd454
GM
51972007-10-29 Richard Stallman <rms@gnu.org>
5198
5199 * widget.texi (Introduction): Delete discussion of implementation
5200 internals.
5201
9bbb9638
MA
52022007-10-29 Michael Albinus <michael.albinus@gmx.de>
5203
5204 * tramp.texi (Connection caching): Host names must be different
5205 when tunneling.
5206
c7ff939a
RS
52072007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5208
5209 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5210 Gnus v5.13.
5211
01c52d31
MB
52122007-10-28 Miles Bader <miles@gnu.org>
5213
5214 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5215
01c52d31
MB
52162007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5217
0c7efc08
SM
5218 * gnus.texi (Sorting the Summary Buffer):
5219 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
5220
52212007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5222
5223 * gnus.texi (Non-ASCII Group Names): New node.
5224 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5225 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5226
c8763fb6 52272007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5228
5229 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5230 clean the output of the program `imap-shell-program'.
5231
52322007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5233
5234 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5235
52362007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5237
5238 * gnus.texi (Sticky Articles): Documentation for sticky article
5239 buffers.
5240
c8763fb6 52412007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5242
5243 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5244
52452007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5246
5247 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5248
52492007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5250
0c7efc08
SM
5251 * gnus.texi (Archived Messages):
5252 Document gnus-update-message-archive-method.
01c52d31
MB
5253
52542007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5255
5256 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5257
c8763fb6 52582007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 5259
0c7efc08
SM
5260 * gnus.texi (Group Maneuvering):
5261 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
5262
52632007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5264
0c7efc08
SM
5265 * gnus.texi (Really Various Summary Commands):
5266 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
5267
52682007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5269
5270 * gnus.texi, message.texi: Bump version number.
5271
52722007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5273
5274 * gnus.texi (Group Line Specification, Misc Group Stuff)
5275 (Server Commands): Parenthesize @pxref{Mail Spool}.
5276
52772007-10-28 Didier Verna <didier@xemacs.org>
5278
5279 New user option: message-signature-directory.
5280 * message.texi (Insertion Variables): Document it.
5281 * gnus.texi (Posting Styles): Ditto.
5282
52832007-10-28 Didier Verna <didier@xemacs.org>
5284
5285 * gnus.texi (Group Line Specification):
5286 * gnus.texi (Misc Group Stuff):
5287 * gnus.texi (Server Commands): Document the group compaction feature.
5288
52892007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5290
5291 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5292
5293 * message.texi (Various Message Variables): Add message-fill-column.
5294
52952007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5296
5297 * gnus.texi: Untabify.
5298
52992007-10-28 Didier Verna <didier@xemacs.org>
5300
5301 * gnus.texi (Group Parameters): Document the posting-style merging
5302 process in topic-mode.
5303
53042007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5305
5306 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5307
53082007-10-28 Romain Francoise <romain@orebokech.com>
5309
5310 * gnus.texi (Mail Spool): Fix typo.
5311 Update copyright.
5312
53132007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5314
5315 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5316
53172007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5318
5319 * gnus.texi (Summary Generation Commands):
5320 Add gnus-summary-insert-ticked-articles.
5321
53222007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5323
b2abec73
JB
5324 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5325 to spam-spamassassin-program.
01c52d31
MB
5326
53272007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5328
5329 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5330
53312007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5332
5333 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5334
53352007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5336
5337 * message.texi (Mail Headers): Document `opportunistic'.
5338
53392007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5340
5341 * emacs-mime.texi (Encoding Customization): Explain how to set
5342 mm-coding-system-priorities per hierarchy.
5343
53442007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5345
5346 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5347 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5348
53492007-10-28 Didier Verna <didier@xemacs.org>
5350
5351 * message.texi (Wide Reply): Update documentation of
5352 message-dont-reply-to-names (now allowing a list of regexps).
5353
53542007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5355
5356 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5357
53582007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5359
5360 * gnus.texi (SpamAssassin back end): Fix typo.
5361
5362 * sieve.texi (Examples): Fix grammar.
5363
53642007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5365
5366 * gnus.texi (Searching for Articles): Document M-S and M-R.
5367 (Limiting): Document / b.
5368
53692007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5370
5371 * gnus.texi (Thread Commands): T M-^.
5372
53732007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5374
5375 * message.texi (Mail Aliases): Document ecomplete.
5376 (Mail Aliases): Fix typo.
5377
53782007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5379
5380 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5381 fix typo.
5382
53832007-10-28 Romain Francoise <romain@orebokech.com>
5384
5385 * gnus.texi (Mail Spool): Grammar fix.
5386
53872007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5388
5389 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5390 string.
5391
53922007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5393
5394 * gnus.texi (Group Parameters): Fix description.
5395
53962007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5397
b2abec73
JB
5398 * gnus.texi (Gmane Spam Reporting):
5399 Fix spam-report-gmane-use-article-number.
5400 Add spam-report-user-mail-address.
01c52d31
MB
5401
54022007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5403
5404 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5405
54062007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5407
5408 * gnus.texi (Group Parameters): Add simplified sorting example based on
5409 example for `Sorting the Summary Buffer' from Jari Aalto
5410 <jari.aalto@cante.net>.
5411 (Example Methods): Add example for an indirect connection.
5412
54132007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5414
0c7efc08 5415 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
5416 (Agent Parameters): Updated parameter names to match code.
5417 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5418 'gnus-agent-summary-fetch-series'.
5419 (Agent and flags): New section providing a generalized discussion
5420 of flag handling.
0c7efc08
SM
5421 (Agent and IMAP): Remove flag discussion.
5422 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
5423
54242007-10-28 Romain Francoise <romain@orebokech.com>
5425
5426 * gnus.texi (Exiting the Summary Buffer): Add new function
5427 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5428
54292007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5430
5431 * gnus.texi (Conformity): Fix typo.
5432 (Customizing Articles): Document `first'.
5433
54342007-10-28 Jari Aalto <jari.aalto@cante.net>
5435
5436 * gnus.texi (Sorting the Summary Buffer):
5437 Add `gnus-thread-sort-by-date-reverse'. Add example
5438 host to different sorting in NNTP and RSS groups.
5439
54402007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5441
5442 * message.texi (Insertion): Describe prefix for
5443 message-mark-inserted-region and message-mark-insert-file.
5444
54452007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5446
5447 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5448 LaTeX documents. Describe "text/x-gnus-verbatim".
5449
54502007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5451
b2abec73 5452 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
5453 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5454 (spam-stat spam filtering, SpamOracle)
0c7efc08 5455 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
5456 clarity.
5457
54582007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5459
5460 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5461 gnus-article-delete-part and gnus-article-replace-part.
5462 (Using MIME): Add gnus-mime-replace-part.
5463
54642007-10-28 Romain Francoise <romain@orebokech.com>
5465
5466 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5467 requires `auto-compression-mode' to be enabled. Add new nnml
5468 variable `nnml-compressed-files-size-threshold'.
5469
54702007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5471
0c7efc08
SM
5472 * gnus.texi (Sorting the Summary Buffer):
5473 Add gnus-thread-sort-by-recipient.
01c52d31
MB
5474
54752007-10-28 Romain Francoise <romain@orebokech.com>
5476
5477 * message.texi (Insertion Variables): Mention new variable
5478 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5479 documentation accordingly.
5480
54812007-10-28 Romain Francoise <romain@orebokech.com>
5482
5483 * gnus.texi (To From Newsgroups): Mention new variables
5484 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5485
54862007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5487
5488 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5489 stuff; gnus-mime-inline-part does the automatic decompression.
5490
54912007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5492
5493 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 5494 "training.ham" should be "training.spam".
01c52d31
MB
5495
54962007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5497
5498 * message.texi (Mail Variables): Fix the default value for
5499 message-send-mail-function.
5500
55012007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5502
5503 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5504 always returns nil exceptionally.
5505
55062007-10-28 Simon Josefsson <jas@extundo.com>
5507
0c7efc08
SM
5508 * gnus.texi (Article Washing): Add libidn URL.
5509 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
5510
55112007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5512
5513 * gnus.texi (Topic Commands): Fix next/previous.
5514
55152007-10-28 Simon Josefsson <jas@extundo.com>
5516
5517 * gnus.texi (Article Washing): Mention `W i'.
5518
c8763fb6 55192007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
5520
5521 * gnus.texi (Group Parameters): Slight extension of sieve
5522 parameter description.
5523
55242007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5525
5526 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5527 matching score files as well.
5528 (Picons): Describe `gnus-picon-style'.
5529
55302007-10-28 Romain Francoise <romain@orebokech.com>
5531
5532 * message.texi (Message Headers): Mention that headers are hidden
5533 using narrowing, and how to expose them.
5534 Update copyright.
5535
55362007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5537
5538 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5539 `gnus-summary-sort-by-recipient'.
5540
55412007-10-28 Romain Francoise <romain@orebokech.com>
5542
5543 * gnus.texi (NNTP marks): New node.
5544 (NNTP): Move NNTP marks variables to the new node.
5545
55462007-10-28 Jesper Harder <harder@ifa.au.dk>
5547
b2abec73 5548 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
5549
5550 * gnus.texi (MIME Commands, Hashcash): Markup fix.
5551
55522007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5553
b2abec73 5554 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 5555 everywhere for consistency.
b2abec73
JB
5556 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5557 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
5558 Say "regular expression" instead of "regex." Admonish.
5559 Pick other words to sound better (s/so/thus/).
5560 (Spam ELisp Package Filtering of Incoming Mail):
5561 Mention statistical filters. Remove old TODO.
01c52d31 5562 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
5563 New section on sorting and displaying the spam score.
5564 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5565 backend but an alias to spam-use-BBDB.
5566 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
5567 new backend functionality.
5568
55692007-10-28 Simon Josefsson <jas@extundo.com>
5570
5571 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5572 nntp-marks-directory, from Romain Francoise
5573 <romain@orebokech.com>.
5574
55752007-10-28 Magnus Henoch <mange@freemail.hu>
5576
5577 * gnus.texi (Hashcash): New default value of
5578 hashcash-default-payment.
5579
55802007-10-28 Simon Josefsson <jas@extundo.com>
5581
5582 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5583 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5584
55852007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5586
0c7efc08 5587 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5588
55892007-10-28 Simon Josefsson <jas@extundo.com>
5590
5591 * gnus.texi (documentencoding): Add, to avoid warnings.
5592
55932007-10-28 Simon Josefsson <jas@extundo.com>
5594
5595 * message.texi (Mail Headers): Add.
5596
5597 * gnus.texi (Hashcash): Fix.
5598
55992007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5600
0c7efc08 5601 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5602 that payments can be verified and fix the name of the
b2abec73 5603 hashcash-path variable.
01c52d31
MB
5604
56052007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5606
b2abec73 5607 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5608
56092007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5610
5611 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5612
56132007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5614
5615 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5616 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5617 warning about ham processors in spam groups removed.
01c52d31
MB
5618
56192007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5620
0c7efc08 5621 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5622 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5623
56242007-10-28 Jesper Harder <harder@ifa.au.dk>
5625
5626 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5627 (Mailing List): Typo.
5628 (Customizing Articles): Add gnus-treat-ansi-sequences.
5629 (Article Washing): Index.
5630
5631 * message.texi: Use m-dash consistently.
5632
56332007-10-28 Jesper Harder <harder@ifa.au.dk>
5634
5635 * gnus.texi (GroupLens): Remove.
5636
56372007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5638
0c7efc08
SM
5639 * gnus.texi (Outgoing Messages, Agent Variables):
5640 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5641 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5642
56432007-10-28 Jesper Harder <harder@ifa.au.dk>
5644
5645 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5646
56472007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5648
5649 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5650
5651 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5652
56532007-10-28 Simon Josefsson <jas@extundo.com>
5654
5655 * gnus.texi (Top): Add SASL.
5656
404cd454
GM
56572007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5658
5659 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5660
56612007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5662
5663 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5664
0edd2970
JB
56652007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5666
5667 * calc.texi (Formulas, Composition Basics): Lower the
5668 precedence of negation.
5669
a9afba20
JY
56702007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5671
5672 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5673 Mention the new three-letter column identifiers.
5674 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5675 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5676 message when using `c' on an empty default with default printer.
5677 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5678 renamed to `ses--symbolic-formulas' some time ago.
5679
45b778a6
JB
56802007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5681
5682 * calc.texi (Default Simplifications, Making Selections)
5683 (Customizing Calc): Clarify associativity of multiplication.
5684
03b5bade
MA
56852007-10-23 Michael Albinus <michael.albinus@gmx.de>
5686
5687 * tramp.texi (Traces and Profiles): Simplify loop over
5688 `trace-function-background'.
5689
e658c8ee
JL
56902007-10-22 Juri Linkov <juri@jurta.org>
5691
5692 * dired-x.texi (Shell Command Guessing): Default values are now
5693 available by typing M-n instead of M-p.
5694
dd753688
MA
56952007-10-21 Michael Albinus <michael.albinus@gmx.de>
5696
5697 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5698 (Password caching): Remove `tramp-clear-passwd'.
5699 It's not a command anymore.
dd753688
MA
5700 (Bug Reports): Add `tramp-bug' to function index.
5701 (Function Index, Variable Index): New nodes.
5702 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5703
5704 * trampver.texi: Update release number.
5705
4bb49b43
JB
57062007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5707
8b296cdd 5708 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5709 about integer size into past tense.
5710 (Time Zones): Remove pointer to Calc author's address.
5711 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5712 and hyperbolic cotangent. Fix typo.
4bb49b43 5713
311dd93f
MA
57142007-10-10 Michael Albinus <michael.albinus@gmx.de>
5715
5716 Sync with Tramp 2.1.11.
5717
5718 * trampver.texi: Update release number.
5719
ea3fc256
MA
57202007-10-06 Michael Albinus <michael.albinus@gmx.de>
5721
5722 * tramp.texi (External packages): New section.
5723
1af74d06
MB
57242007-09-29 Juri Linkov <juri@jurta.org>
5725
5726 * info.texi (Help-Int): Document `L' (`Info-history').
5727
0e2806fa
SM
57282007-09-26 Carsten Dominik <dominik@science.uva.nl>
5729
5730 * org.texi: Change links to webpage and maintained email.
5731 (Remember): Promote to Chapter, significant changes.
5732 (Fast access to TODO states): New section.
5733 (Faces for TODO keywords): New section.
5734 (Export options): Example for #+DATE.
5735 (Progress logging): Section moved.
5736
567b9191
BW
57372007-09-26 Bill Wohler <wohler@newt.com>
5738
5739 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5740 browse-url-at-mouse.
5741
1af74d06
MB
57422007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5743
5744 * flymake.texi (Customizable variables): Face names don't end in -face.
5745 Fix flymake-err-line-patterns template.
5746 (Example -- Configuring a tool called directly): Fix init-function.
5747 (Highlighting erroneous lines): Face names don't end in -face.
5748
d60a4e3a 57492007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5750
5751 * erc.texi (Special-Features): Fix small typo.
5752
7d7a3510
MA
57532007-09-14 Michael Albinus <michael.albinus@gmx.de>
5754
5755 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5756 and "External transfer methods".
5757
285f0d3a
JB
57582007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5759
5760 * calc.texi (Predefined Units): Add some history.
5761
526dc846
MO
57622007-09-08 Michael Olson <mwolson@gnu.org>
5763
87e04f16
JB
5764 * erc.texi (Copying): New section included from gpl.texi.
5765 This matches the look of the upstream ERC manual.
526dc846 5766
f10d0e80
JB
57672007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5768
87e04f16 5769 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5770 (Random Numbers): Clarify the distribution of `random'.
5771
4009494e
GM
57722007-09-06 Glenn Morris <rgm@gnu.org>
5773
f1fc42aa 5774 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5775 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5776 Change all setfilename commands to use ../../info.
5777 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5778 refer to the Emacs manual here.
5779 (infodir): New variable.
5780 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5781 (cc-mode.texi, faq.texi): Update references to source file locations.
5782 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5783 do not refer to the Emacs manual here.
5784 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5785
5786 * Makefile.in: Add `basename' versions of all info targets, for
5787 convenience when rebuilding just one manual.
5788 (../etc/GNU): Delete obsolete target.
5789 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5790 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5791 *.vrs *.toc here...
5792 (maintainer-clean): ...from here.
4009494e
GM
5793
5794 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5795
2de53ca6
GM
57962007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5797
5798 * calc.texi (Date Conversions): Clarify definition of
5799 Julian day numbering.
5800 (Date Forms): Clarify definition of Julian day numbering;
5801 add some history.
5802
58032007-08-30 Carsten Dominik <dominik@science.uva.nl>
5804
87e04f16 5805 * org.texi: Version 5.07.
2de53ca6
GM
5806
58072007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5808
5809 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5810
58112007-08-22 Carsten Dominik <dominik@science.uva.nl>
5812
5813 * org.texi (Adding hyperlink types): New section.
5814 (Embedded LaTeX): Chapter updated because of LaTeX export.
5815 (LaTeX export): New section.
5816 (Using links out): New section.
5817
58182007-08-22 Glenn Morris <rgm@gnu.org>
5819
5820 * faq.texi (Learning how to do something): Refcards now in
5821 etc/refcards/ directory.
5822
58232007-08-22 Michael Albinus <michael.albinus@gmx.de>
5824
5825 * tramp.texi (Remote Programs): Persistency file must be cleared when
5826 changing `tramp-remote-path'.
5827 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5828 macro.
5829
58302007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5831
5832 * calc.texi: Move contents to beginning of file.
5833 (Algebraic Entry): Fix the formatting of an example.
5834
58352007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5836
5837 * calc.texi (Basic Operations on Units): Mention exact versus
5838 inexact conversions.
5839
58402007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5841
5842 * calc.texi (Basic Operations on Units): Mention default
5843 values for new units.
5844 (Quick Calculator Mode): Mention that binary format will
5845 be displayed.
5846
58472007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5848
5849 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5850
58512007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5852
5853 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5854
58552007-08-08 Glenn Morris <rgm@gnu.org>
5856
5857 * gnus.texi, sieve.texi: Replace `iff'.
5858
58592007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5860
5861 * calc.texi (Basic Graphics): Mention the graphing of error
5862 forms.
5863 (Graphics Options): Mention how `g s' handles error forms.
5864 (Curve Fitting): Mention plotting the curves.
5865 (Standard Nonlinear Models): Add additional models.
5866 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5867 (Linear Fits): Correct result.
5868
58692007-08-01 Alan Mackenzie <acm@muc.de>
5870
5871 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5872 to "--no-site-file".
5873
58742007-07-29 Michael Albinus <michael.albinus@gmx.de>
5875
5876 * tramp.texi (Frequently Asked Questions): Point to mode line
5877 extension in Emacs 23.1.
5878
5879 * trampver.texi: Update release number.
5880
58812007-07-27 Glenn Morris <rgm@gnu.org>
5882
5883 * calc.texi (Copying): Include license text from gpl.texi, rather than
5884 in-line.
5885
58862007-07-25 Glenn Morris <rgm@gnu.org>
5887
5888 * calc.texi (Copying): Replace license with GPLv3.
5889
5890 * Relicense all FSF files to GPLv3 or later.
5891
58922007-07-22 Michael Albinus <michael.albinus@gmx.de>
5893
5894 Sync with Tramp 2.1.10.
5895
5896 * tramp.texi (trampfn): Expand macro implementation in order to handle
5897 empty arguments.
5898 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 5899 occurrences by trampfn.
2de53ca6 5900 (Frequently Asked Questions): Extend example code for host
b2abec73 5901 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
5902 file names to be typed.
5903
5904 * trampver.texi: Update release number.
5905
59062007-07-17 Michael Albinus <michael.albinus@gmx.de>
5907
5908 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5909 section. Reported by <poti@potis.org>.
5910 (Remote processes): Arguments of the program to be debugged are taken
5911 literally.
5912 (Frequently Asked Questions): Simplify recentf example.
5913
59142007-07-14 Karl Berry <karl@gnu.org>
5915
5916 * info.texi (@copying): New Back-Cover Text.
5917
5918 * info.texi (Quitting Info): Move to proper place in source.
5919 (Reported by Benno Schulenberg.)
5920
59212007-07-13 Eli Zaretskii <eliz@gnu.org>
5922
5923 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5924
5925 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5926
5927 * emacs-mime.texi: Add @documentencoding directive.
5928
59292007-07-12 Nick Roberts <nickrob@snap.net.nz>
5930
5931 * tramp.texi (Remote processes): Add an anchor to the subsection
5932 "Running a debugger on a remote host".
5933
59342007-07-12 Michael Albinus <michael.albinus@gmx.de>
5935
5936 * tramp.texi (Remote processes): Don't call it "experimental" any
5937 longer. Add subsection about running a debugger on a remote host.
5938
59392007-07-10 Carsten Dominik <dominik@science.uva.nl>
5940
5941 * org.texi (Properties and columns): Chapter rewritten.
5942
59432007-07-08 Michael Albinus <michael.albinus@gmx.de>
5944
5945 * tramp.texi:
5946 * trampver.texi: Migrate to Tramp 2.1.
5947
59482007-07-02 Carsten Dominik <dominik@science.uva.nl>
5949
5950 * org.texi (Properties): New chapter.
5951
59522007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
5953
5954 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
5955 Control Panel.
5956
5957 * gnus.texi (Misc Article): Add index entry for
5958 gnus-single-article-buffer.
5959
59602007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
5961
5962 * gnus.texi (Starting Up): Fix typo.
5963
59642007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
5965
5966 * gnus.texi (Asynchronous Fetching): Fix typo.
5967
59682007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
5969
5970 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
5971 (About This Manual): Remove redundant information.
5972 (Getting Started): Mention author.
5973 (Basic Arithmetic, Customizing Calc): Make description of the
5974 variable `calc-multiplication-has-precedence' match its new effect.
5975
59762007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
5977
0c7efc08
SM
5978 * calc.texi (Basic Arithmetic, Customizing Calc):
5979 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
5980
59812007-06-19 Carsten Dominik <dominik@science.uva.nl>
5982
5983 * org.texi (Tag): Section swapped with node Timestamps.
5984 (Formula syntax for Lisp): Document new `L' flag.
5985
59862007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
5987
5988 * gnus.texi (Misc Group Stuff, Summary Buffer)
5989 (Server Commands, Article Keymap): Fix typo. s/function/command/.
5990
59912007-06-06 Juanma Barranquero <lekktu@gmail.com>
5992
5993 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
5994 * gnus.texi (Article Buttons, Mail Source Customization)
5995 (Sending or Not Sending, Customizing NNDiary):
5996 * message.texi (Message Headers):
5997 * mh-e.texi (HTML): Fix typos.
5998
59992007-06-07 Michael Albinus <michael.albinus@gmx.de>
6000
6001 Sync with Tramp 2.0.56.
6002
6003 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6004 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6005
60062007-06-02 Chong Yidong <cyd@stupidchicken.com>
6007
6008 * Version 22.1 released.
6009
60102007-05-26 Michael Olson <mwolson@gnu.org>
6011
6012 * erc.texi (Modules): Fix references to completion modules.
6013
60142007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6015
6016 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6017
60182007-05-09 Didier Verna <didier@xemacs.org>
6019
6020 * gnus.texi (Email Based Diary): New. Proper documentation for the
6021 nndiary back end and the gnus-diary library.
6022
60232007-05-03 Karl Berry <karl@gnu.org>
6024
6025 * .cvsignore (*.pdf): New entry.
6026
6027 * texinfo.tex: Update from current version for better pdf generation.
6028
60292007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6030
6031 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6032
60332007-04-28 Glenn Morris <rgm@gnu.org>
6034
6035 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6036 consideration of legal status.
6037
60382007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6039
6040 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6041
60422007-04-24 Chong Yidong <cyd@stupidchicken.com>
6043
6044 * faq.texi (New in Emacs 22): python.el removed.
6045
60462007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6047
6048 * calc.texi (Reporting bugs): Update maintainer's address.
6049
60502007-04-22 Chong Yidong <cyd@stupidchicken.com>
6051
6052 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6053
60542007-04-15 Jay Belanger <belanger@truman.edu>
6055
6056 * calc.texi (Title page): Remove the date.
6057 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6058 (The Standard Calc Interface): Change trail title.
6059 (Floats): Mention that when non-decimal floats are entered, only
6060 approximations are stored.
6061 (Copying): Move to the appendices.
6062 (GNU Free Documentation License): Add as an appendix.
6063
60642007-04-15 Chong Yidong <cyd@stupidchicken.com>
6065
6066 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6067 * dired-x.texi, ebrowse.texi, ediff.texi:
6068 * emacs-mime.texi, erc.texi, eshell.texi:
6069 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6070 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6071 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6072 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6073 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6074 * woman.texi: Include GFDL.
6075
6076 * doclicense.texi: Remove node heading, so that it can be included by
6077 other files.
6078
6079 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6080
6081 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6082 than *.
6083
60842007-04-14 Carsten Dominik <dominik@science.uva.nl>
6085
6086 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6087 in Calc.
6088
60892007-04-09 Romain Francoise <romain@orebokech.com>
6090
6091 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6092 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6093 replace mouse-2.
6094
60952007-04-08 Chong Yidong <cyd@stupidchicken.com>
6096
6097 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6098 renamed to woman-use-topic-at-point. Document new behavior.
6099
61002007-04-08 Richard Stallman <rms@gnu.org>
6101
6102 * url.texi: Fix some indexing.
6103 (Disk Caching): Drop discussion of old/other Emacs versions.
6104
61052007-04-07 Chong Yidong <cyd@stupidchicken.com>
6106
6107 * url.texi (Disk Caching): Say Emacs 21 "and later".
6108
6109 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6110 on Font locking which now mentions JIT lock.
6111
61122007-04-01 Michael Olson <mwolson@gnu.org>
6113
6114 * erc.texi: Update for the ERC 5.2 release.
6115
61162007-03-31 David Kastrup <dak@gnu.org>
6117
6118 * woman.texi (Topic, Interface Options): Explain changes semantics of
6119 woman-manpath in order to consider MANPATH_MAP entries.
6120
61212007-03-31 Eli Zaretskii <eliz@gnu.org>
6122
6123 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6124
61252007-03-26 Richard Stallman <rms@gnu.org>
6126
6127 * pgg.texi (Caching passphrase): Clean up previous change.
6128
61292007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6130
6131 * gnus.texi (Setting Process Marks): Fix typo.
6132
61332007-03-25 Romain Francoise <romain@orebokech.com>
6134
6135 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6136 readability, and include various fixes by Daniel Brockman, Nick Roberts
6137 and Dieter Wilhelm.
6138
61392007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6140
6141 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6142
6143 * gnus.texi (Mail Source Specifiers): Fix typo.
6144
61452007-03-22 Ralf Angeli <angeli@caeruleus.net>
6146
6147 * reftex.texi (Imprint): Update maintainer information.
6148
61492007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6150
6151 * message.texi (Message Buffers): Update documentation for
6152 message-generate-new-buffers.
6153
61542007-03-15 Daiki Ueno <ueno@unixuser.org>
6155
6156 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6157
61582007-03-21 Glenn Morris <rgm@gnu.org>
6159
6160 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6161
61622007-03-19 Chong Yidong <cyd@stupidchicken.com>
6163
6164 * eshell.texi (Known problems): Emacs 21 -> 22.
6165
6166 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6167
61682007-03-18 Jay Belanger <belanger@truman.edu>
6169
6170 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6171
61722007-03-12 Glenn Morris <rgm@gnu.org>
6173
6174 * calc.texi (Time Zones): Switch to new North America DST rule.
6175
6176 * calc.texi: Replace "daylight savings" with "daylight
6177 saving" in text throughout.
6178
61792007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6180
6181 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6182 The variable now uses a list of symbols instead of just a symbol.
6183 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6184
61852007-03-06 Romain Francoise <romain@orebokech.com>
6186
6187 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6188 new packages, and mention Gnus update.
6189
61902007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6191
6192 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6193 nntp-open-connection-functions-never-echo-commands.
6194
61952007-02-27 Chong Yidong <cyd@stupidchicken.com>
6196
6197 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6198 problems on the console, and security risk in not using gpg-agent.
6199
62002007-02-25 Carsten Dominik <dominik@science.uva.nl>
6201
0c7efc08 6202 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
6203 Completely reorganized and rewritten.
6204 (CamelCase links): Section removed.
6205 (Repeating items): New section.
6206 (Tracking TODO state changes): New section.
6207 (Agenda views): Chapter reorganized and rewritten.
6208 (HTML export): Section rewritten.
6209 (Tables in arbitrary syntax): New section.
6210 (Summary): Better feature summary.
6211 (Activation): Document problem with cut-and-paste of Lisp code
6212 from PDF files.
6213 (Visibility cycling): Document indirect buffer use.
6214 (Structure editing): Document sorting.
6215 (Remember): Section rewritten.
6216 (Time stamps): Better description of time stamp types.
6217 (Tag searches): Document regular expression search for tags.
6218 (Stuck projects): New section.
6219 (In-buffer settings): New keywords.
6220 (History and Acknowledgments): Updated description.
6221
62222007-02-24 Alan Mackenzie <acm@muc.de>
6223
6224 * cc-mode.texi (Movement Commands): Insert two missing command names.
6225 (Getting Started): Slight wording correction (use conditional).
6226
62272007-02-22 Kim F. Storm <storm@cua.dk>
6228
6229 * widget.texi (User Interface, Basic Types): Document need to put some
6230 text before the %v escape in :format string in editable-field widget.
6231
62322007-02-18 Romain Francoise <romain@orebokech.com>
6233
6234 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6235 `cvs-mode-quit'.
6236
62372007-02-10 Markus Triska <markus.triska@gmx.at>
6238
6239 * widget.texi (Programming Example): Put constant strings in :format.
6240
62412007-02-07 Juanma Barranquero <lekktu@gmail.com>
6242
6243 * faq.texi (Fullscreen mode on MS-Windows): New node.
6244
62452007-02-04 David Kastrup <dak@gnu.org>
6246
6247 * faq.texi (AUCTeX): Update version number. Should probably be done
6248 for other packages as well.
6249
62502007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6251
6252 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6253 <tassilo@member.fsf.org>.
6254
62552007-01-27 Eli Zaretskii <eliz@gnu.org>
6256
6257 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6258 ls-lisp-use-localized-time-format.
6259
62602007-01-20 Markus Triska <markus.triska@gmx.at>
6261
6262 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6263
62642007-01-13 Michael Olson <mwolson@gnu.org>
6265
6266 * erc.texi (Modules): Mention capab-identify module.
6267
62682007-01-05 Michael Olson <mwolson@gnu.org>
6269
6270 * erc.texi (Getting Started): Update for /RECONNECT command.
6271
62722007-01-04 Richard Stallman <rms@gnu.org>
6273
6274 * ebrowse.texi: Change C-c b to C-c C-m.
6275
62762007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6277
6278 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6279 variables only in info to avoid redundant entries in the printed
6280 manual.
6281
62822007-01-02 Daiki Ueno <ueno@unixuser.org>
6283
6284 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6285
62862007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6287
6288 * message.texi (Security): Split into sub-nodes.
6289
62902007-01-01 Alan Mackenzie <acm@muc.de>
6291
6292 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6293 eval-after-load in Emacs <=21 and a workaround. Document that
6294 trigraphs are not supported.
6295
62962007-01-01 Alan Mackenzie <acm@muc.de>
6297
6298 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6299 c-context-line-break. When invoked within a string, preserve
6300 whitespace. Add a backslash only when also in a macro.
6301
63022007-01-01 Alan Mackenzie <acm@muc.de>
6303
6304 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6305
63062007-01-01 Alan Mackenzie <acm@muc.de>
6307
6308 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6309 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6310
63112007-01-01 Alan Mackenzie <acm@muc.de>
6312
6313 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6314 "Choosing a Style".
6315
6316 * cc-mode.texi ("Styles"): Add @dfn{style}.
6317
63182006-12-30 Michael Albinus <michael.albinus@gmx.de>
6319
6320 Sync with Tramp 2.0.55.
6321
6322 * trampver.texi: Update release number.
6323
63242006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6325
6326 * gnus.texi (Customizing Articles): Add index entries for all
6327 gnus-treat-* variables.
6328
c8763fb6 63292006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6330
6331 * gnus.texi (IMAP): Fix incorrect explanation of
6332 nnimap-search-uids-not-since-is-evil in documentation for
6333 nnimap-expunge-search-string.
6334
63352006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6336
6337 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6338 spam-ifile-database.
6339
63402006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6341
6342 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6343 rebind C-s.
6344
c8763fb6 63452006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6346
6347 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6348 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6349 "expiring mail".
6350 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6351 nnimap-nov-is-evil.
6352
63532006-12-25 Kevin Ryde <user42@zip.com.au>
6354
6355 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6356 about the key procedure being used heavily.
6357
63582006-12-24 Chong Yidong <cyd@stupidchicken.com>
6359
6360 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6361 to t.
6362 (Prerequisites): Add explanation about gpg-agent.
6363
63642006-12-22 Kevin Ryde <user42@zip.com.au>
6365
6366 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6367 "sort" instead of "sort*".
6368
63692006-12-19 Richard Stallman <rms@gnu.org>
6370
6371 * calc.texi (History and Acknowledgements): Recognize that Emacs
6372 now does have floating point.
6373
63742006-12-19 Michael Albinus <michael.albinus@gmx.de>
6375
6376 * tramp.texi (External transfer methods): Describe new method `scpc'.
6377
63782006-12-17 Sascha Wilde <wilde@sha-bang.de>
6379
6380 * pgg.texi: Added short note on gpg-agent to the introduction.
6381
63822006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6383
6384 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6385 also applies to Cc.
6386
63872006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6388
6389 * gnus.texi (X-Face): Clarify. Say which programs are required
6390 on Windows.
6391
63922006-12-08 Michael Olson <mwolson@gnu.org>
6393
6394 * erc.texi (Modules): Remove documentation for list module.
6395
c8763fb6 63962006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
6397
6398 * faq.texi (^M in the shell buffer): Ditto.
6399
64002006-11-20 Michael Olson <mwolson@gnu.org>
6401
6402 * erc.texi: Call this the 5.2 stable pre-release of ERC.
6403
64042006-11-17 Carsten Dominik <dominik@science.uva.nl>
6405
6406 * org.texi: Fix typos.
6407 (Agenda commands): Document `C-k'.
6408
64092006-11-16 Eli Zaretskii <eliz@gnu.org>
6410
6411 * url.texi (http/https): Fix a typo in the HTTP URL.
6412
64132006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6414
6415 * ada-mode.texi: Total rewrite.
6416
64172006-11-13 Carsten Dominik <dominik@science.uva.nl>
6418
6419 * org.texi: Minor typo fixes.
6420
64212006-11-13 Bill Wohler <wohler@newt.com>
6422
6423 Release MH-E manual version 8.0.3.
6424
6425 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6426 release 8.0.3.
6427
6428 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6429 to set MAILDIR.
6430 (Reading Mail): Document the customization of read-mail-command
6431 for MH-E.
6432 (Viewing Attachments): Document mm-discouraged-alternatives.
6433 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6434 (Junk): Add more information about the settings of mh-junk-background
6435 in a program. Add /usr/bin/mh to PATH in examples.
6436
64372006-11-12 Richard Stallman <rms@gnu.org>
6438
6439 * woman.texi: Update author address but say he no longer maintains it.
6440
64412006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6442
6443 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6444 archived trees.
6445 (Checkboxes): Section moved to chapter 5, and extended.
6446 (The date/time prompt): New section.
6447 (Link abbreviations): New section.
6448 (Presentation and sorting): New section.
6449 (Custom agenda views): Section completely rewritten.
6450 (Summary): Compare with Planner.
6451 (Feedback): More info about creating backtraces.
6452 (Plain lists): Modified example.
6453 (Breaking down tasks): New section.
6454 (Custom time format): New section.
6455 (Time stamps): Document inactive timestamps.
6456 (Setting tags): More details about fast tag selection.
6457 (Block agenda): New section.
6458 (Custom agenda views): Section rewritten.
6459 (Block agenda): New section.
6460
64612006-11-07 Michael Albinus <michael.albinus@gmx.de>
6462
6463 * tramp.texi (Configuration): scp is the default method.
6464 (Default Method): Use ssh as example for another method.
6465
64662006-10-27 Richard Stallman <rms@gnu.org>
6467
6468 * woman.texi: Downcase nroff/troff/roff.
6469 (Installation): Chapter deleted. Some xrefs deleted.
6470 (Background): woman doesn't advise man ;-).
6471
c8763fb6 64722006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6473
6474 * ada-mode.texi (Project files, Identifier completion)
6475 (Automatic Casing, Debugging, Using non-standard file names)
6476 (Working Remotely): Fix typos.
6477
64782006-10-20 Masatake YAMATO <jet@gyve.org>
6479
0c7efc08 6480 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
6481 sample code `my-c-initialization-hook'.
6482
64832006-10-19 Stuart D. Herring <herring@lanl.gov>
6484
6485 * widget.texi: Fix typos.
6486
64872006-10-19 Michael Albinus <michael.albinus@gmx.de>
6488
6489 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6490 "???". There have been no complaints for years, so the information
6491 must be appropriate.
6492
64932006-10-16 Richard Stallman <rms@gnu.org>
6494
6495 * widget.texi: Use @var instead of capitalization.
6496 Clarify many widget type descriptions.
6497
64982006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6499
6500 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6501 gnus-dired-attach.
6502 (Selecting a Group): Fix typo.
6503
c8763fb6 65042006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6505
6506 * widget.texi: Fix typos.
6507
65082006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
6509
6510 * gnus.texi (Image Enhancements): Update for Emacs 22.
6511
6512 * gnus-faq.texi ([1.3]): Update.
6513
65142006-10-06 Richard Stallman <rms@gnu.org>
6515
6516 * faq.texi (Displaying the current line or column):
6517 Delete "As of Emacs 20".
6518
65192006-10-06 Romain Francoise <romain@orebokech.com>
6520
6521 * faq.texi (VM): VM works with Emacs 22 too.
6522
65232006-10-06 Richard Stallman <rms@gnu.org>
6524
6525 * ebrowse.texi: Remove Emacs version "21" from title.
6526
65272006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
6528
6529 * gnus.texi (Foreign Groups): Say where change of editing commands are
6530 stored. Add reference to `gnus-parameters'.
6531
65322006-09-15 Jay Belanger <belanger@truman.edu>
6533
6534 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6535 Change "Library Public License" to "Lesser Public License"
6536 throughout. Use "yyyy" to represent year.
6537
65382006-09-15 Carsten Dominik <dominik@science.uva.nl>
6539
6540 * org.texi (Setting tags): Typo fix.
6541
65422006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
6543
6544 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6545
65462006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6547
6548 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6549
65502006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6551
6552 * faq.texi (Escape sequences in shell output): EMACS is now set
6553 to Emacs's absolute file name, not to "t".
6554 (^M in the shell buffer): Likewise.
6555 * misc.texi (Interactive Shell): Likewise.
6556
65572006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6558
6559 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6560 mails with pop3-leave-mail-on-server. Fix wording.
6561 (Limiting): Improve gnus-summary-limit-to-articles.
6562 (X-Face): Fix typo.
6563
65642006-09-11 Simon Josefsson <jas@extundo.com>
6565
6566 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6567 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6568
65692006-09-06 Simon Josefsson <jas@extundo.com>
6570
6571 * smtpmail.texi (Authentication): Mention SSL.
6572
65732006-09-01 Eli Zaretskii <eliz@gnu.org>
6574
6575 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6576 Don't use @indicateurl.
6577
6578 * cc-mode.texi (Subword Movement): Don't use @headitem.
6579 (Custom Braces, Clean-ups): Don't use @tie.
6580
65812006-08-29 Michael Albinus <michael.albinus@gmx.de>
6582
6583 Sync with Tramp 2.0.54.
6584
6585 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6586 Suggested by Adrian Phillips <a.phillips@met.no>.
6587
65882006-08-15 Carsten Dominik <dominik@science.uva.nl>
6589
6590 * org.texi (Installation, Activation): Split from Installation and
6591 Activation.
6592 (Clocking work time): Documented new features.
6593
65942006-08-13 Alex Schroeder <alex@gnu.org>
6595
6596 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6597 example.
6598
65992006-08-12 Eli Zaretskii <eliz@gnu.org>
6600
6601 * faq.texi (How to add fonts): New node.
6602
66032006-08-05 Romain Francoise <romain@orebokech.com>
6604
6605 * faq.texi (New in Emacs 22): Expand.
6606
66072006-08-03 Michael Olson <mwolson@gnu.org>
6608
6609 * erc.texi: Update for ERC 5.1.4.
6610
66112006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6612
6613 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6614 in .../site-lisp/gnus/ by default.
6615 [ From gnus-news.texi in the trunk. ]
6616
66172006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6618
6619 * gnus.texi (MIME Commands): Additions for yEnc.
6620
66212006-07-24 Richard Stallman <rms@gnu.org>
6622
6623 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6624 * faq.texi: Move periods and commas inside quotes.
6625
66262006-07-20 Jay Belanger <belanger@truman.edu>
6627
6628 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6629
66302006-07-18 Chong Yidong <cyd@stupidchicken.com>
6631
6632 * faq.texi (Security risks with Emacs): Document Emacs 22
6633 file-local-variable mechanism.
6634
66352006-07-12 Michael Olson <mwolson@gnu.org>
6636
6637 * erc.texi: Update for ERC 5.1.3.
6638
66392006-07-12 Alex Schroeder <alex@gnu.org>
6640
6641 * rcirc.texi: Fix typos.
6642 (Getting started with rcirc): New calling convention for M-x irc.
6643 Mention #rcirc. Removed channel tracking.
0c7efc08 6644 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6645 recently, eg. rcirc-server to rcirc-default-server. Added
6646 documentation for rcirc-authinfo, some background for Bitlbee, and
6647 rcirc-track-minor-mode.
0c7efc08 6648 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6649 Scrolling.
0c7efc08 6650 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6651 to match code changes.
6652
66532006-07-10 Nick Roberts <nickrob@snap.net.nz>
6654
6655 * gnus.texi, message.texi: Fix typos.
6656
66572006-07-07 Carsten Dominik <dominik@science.uva.nl>
6658
6659 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6660 commands.
6661 (Global TODO list): Document the use of the variables
6662 `org-agenda-todo-ignore-scheduled' and
6663 `org-agenda-todo-list-sublevels'.
6664
66652006-07-05 Richard Stallman <rms@gnu.org>
6666
6667 * faq.texi (Scrolling only one line): Fix xref.
6668
66692006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6670
6671 * faq.texi (Evaluating Emacs Lisp code):
6672 Throughout, replace eval-current-buffer with eval-buffer.
6673
66742006-07-03 Richard Stallman <rms@gnu.org>
6675
6676 * rcirc.texi (Scrolling conservatively): Fix xref.
6677
6678 * pcl-cvs.texi (Viewing differences): Usage fix.
6679
66802006-07-03 Carsten Dominik <dominik@science.uva.nl>
6681
6682 * org.texi (Agenda commands): Document `s' key to save all org-mode
6683 buffers.
6684
66852006-06-30 Ralf Angeli <angeli@caeruleus.net>
6686
6687 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6688 names. Mention `cvs-msg' face.
6689
66902006-06-29 Carsten Dominik <dominik@science.uva.nl>
6691
6692 * org.texi (Checkboxes): New section.
6693
66942006-06-28 Carsten Dominik <dominik@science.uva.nl>
6695
6696 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6697 throughout this chapter.
6698
66992006-06-27 Chong Yidong <cyd@stupidchicken.com>
6700
6701 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6702 text for standalone vs Emacs info.
6703 (Help): Clarify header line description. Use mouse-1 for clicks.
6704 (Help-P): Use mouse-1 for clicks.
6705 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6706 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6707 (Choose menu subtopic): Remove gratuitous Emacs command names.
6708 (Help-FOO): Put usual behavior first.
6709 (Help-Xref): Clicking on xrefs works in Emacs.
6710 (Search Text): Clarify what the default behavior is.
6711 (Create Info buffer): Fix Emacs window/X window confusion.
6712 (Emacs Info Variables): Fix for new Emacs init file behavior.
6713
67142006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6715
6716 * gnus.texi (Summary Buffer Lines): Fix typo.
6717
67182006-06-23 Carsten Dominik <dominik@science.uva.nl>
6719
6720 * org.texi (Embedded LaTeX): New chapter.
6721 (Archiving): Section rewritten.
6722 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6723
67242006-06-20 Bill Wohler <wohler@newt.com>
6725
6726 Release MH-E manual version 8.0.1.
6727
6728 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6729 release 8.0.1.
6730 (Preface): Depend on GNU mailutils 1.0 and higher.
6731
67322006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6733
6734 * message.texi (News Headers): Update message-syntax-checks section.
6735
67362006-06-19 Karl Berry <karl@gnu.org>
6737
6738 * info.texi (Advanced): Mention C-q, especially with ?.
6739
67402006-06-19 Carsten Dominik <dominik@science.uva.nl>
6741
6742 * org.texi (Publishing links): Document the `:link-validation-function'
6743 property.
6744 (Extensions and Hacking): New chapter, includes some sections of the
6745 "Miscellaneous" chapter.
6746
67472006-06-10 Carsten Dominik <dominik@science.uva.nl>
6748
6749 * org.texi (Progress logging): New section.
6750
2de53ca6
GM
67512006-06-06 Carsten Dominik <dominik@science.uva.nl>
6752
6753 * org.texi (ASCII export): Document indentation adaptation.
6754 (Setting tags): Document mutually-exclusive tags.
6755
67562006-06-05 Romain Francoise <romain@orebokech.com>
6757
6758 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6759 Fix typo.
6760
6761 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6762 channel (#gnus@irc.freenode.net).
6763 Fix typos. Update copyright notice.
6764
6765 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6766 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6767 (Line-Up Functions, Custom Macros):
6768 * ediff.texi (Window and Frame Configuration)
dccb744b 6769 (Highlighting Difference Regions):
2de53ca6
GM
6770 * emacs-mime.texi (Display Customization):
6771 * erc.texi (History):
6772 * eshell.texi (Known problems):
6773 * eudc.texi (Overview, BBDB):
6774 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6775 (The problem of spam, SpamOracle, Extending the Spam package)
6776 (Conformity, Terminology):
dccb744b 6777 * idlwave.texi (Routine Info)
2de53ca6
GM
6778 (Class and Keyword Inheritance, Padding Operators)
6779 (Breakpoints and Stepping, Electric Debug Mode)
6780 (Examining Variables, Troubleshooting):
6781 * org.texi (Creating timestamps):
6782 * reftex.texi (Commands, Options, Changes):
6783 * tramp.texi (Inline methods, Password caching)
6784 (Auto-save and Backup, Issues):
6785 * vip.texi (Files, Commands in Insert Mode):
6786 * viper.texi (Emacs Preliminaries, States in Viper)
6787 (Packages that Change Keymaps, Viper Specials, Groundwork):
6788 Fix various typos.
6789
67902006-05-31 Michael Ernst <mernst@alum.mit.edu>
6791
6792 * ediff.texi: Fix typos.
6793
67942006-05-30 Carsten Dominik <dominik@science.uva.nl>
6795
6796 * org.texi: Small typo fixes.
6797
fff84c22
JB
67982006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6799
6800 * viper.texi (Viper Specials):
6801 * gnus.texi (Example Setup):
6802 * faq.texi (Backspace invokes help):
6803 * dired-x.texi (Optional Installation Dired Jump):
6804 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6805 follow coding conventions.
6806
2de53ca6
GM
68072006-05-29 Michael Albinus <michael.albinus@gmx.de>
6808
6809 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6810
68112006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6812
6813 * pcl-cvs.texi: Fix typos.
6814 (Customization): Say "us".
6815
68162006-05-26 Eli Zaretskii <eliz@gnu.org>
6817
6818 * org.texi: Remove bogus @setfilename.
6819
68202006-05-26 Carsten Dominik <dominik@science.uva.nl>
6821
6822 * org.texi (ASCII export): Omit command name.
6823 (HTML export): Add prefix to all lines in Local Variable example.
6824 (Acknowledgments): Typeset names in italics.
6825
68262006-05-24 Carsten Dominik <dominik@science.uva.nl>
6827
6828 * org.texi (Plain lists): Add new item navigation commands.
6829 (External links): Document elisp and info links.
6830 (Custom searches): New section.
6831 (Publishing): New chapter.
6832 (HTML export): Include a list of supported CSS classes.
6833 (Setting tags): Describe the fast-tag-setting interface.
6834
68352006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6836
6837 * dired-x.texi: ifinfo -> ifnottex.
6838
68392006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6840
6841 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6842
68432006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6844
6845 * message.texi (Interface): Add tool bar customization.
6846 (MIME): Index and text additions for mml-attach.
6847 (MIME): Describe mml-dnd-protocol-alist and
6848 mml-dnd-attach-options.
6849
6850 * gnus.texi (Oort Gnus): Reorder entries in sections.
6851 Fix some entries.
6852 (Starting Up): Add references to "Emacs for Heathens" and to
6853 "Finding the News". Add user-full-name and user-mail-address.
6854 (Group Buffer Format): Add tool bar customization and update.
6855 (Summary Buffer): Add tool bar customization.
6856 (Posting Styles): Add message-alternative-emails.
6857
68582006-05-09 Michael Albinus <michael.albinus@gmx.de>
6859
6860 * tramp.texi (Filename completion): Improve wording.
6861
68622006-05-07 Romain Francoise <romain@orebokech.com>
6863
6864 * faq.texi (Using regular expressions): Fix typo.
6865 (Packages that do not come with Emacs): Fix capitalization.
6866 (Replacing text across multiple files): Expand node to explain how
6867 to use `dired-do-query-replace-regexp' in more detail, based on
6868 suggestion by Eric Hanchrow <offby1@blarg.net>.
6869
68702006-05-06 Michael Albinus <michael.albinus@gmx.de>
6871
6872 * tramp.texi (Filename completion): Completion of remote files'
6873 method, user name and host name is active only in partial
6874 completion mode.
6875
68762006-05-06 Bill Wohler <wohler@newt.com>
6877
6878 Release MH-E manual version 8.0.
6879
6880 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6881 release 8.0.
6882
68832006-05-06 Bill Wohler <wohler@newt.com>
6884
6885 * mh-e.texi (MH-BOOK-HOME): Change from
6886 http://www.ics.uci.edu/~mh/book/mh to
6887 http://rand-mh.sourceforge.net/book/mh.
6888 Replace .htm suffix with .html for MH book files.
6889 (Using This Manual): Update key binding for getting relevant
6890 chapter in Info from command key.
6891 (Ranges): Fix itemx.
6892
68932006-05-05 Karl Berry <karl@gnu.org>
6894
6895 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6896 (\fonttextsize): New user-level command to change text font size.
6897
68982006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6899
6900 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
6901
69022006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6903
6904 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6905
69062006-04-24 Bill Wohler <wohler@newt.com>
6907
6908 * mh-e.texi (Getting Started): Make it more explicit that you need
6909 to install MH. Add pointers to current MH implementations.
6910
69112006-04-21 Bill Wohler <wohler@newt.com>
6912
6913 Release MH-E manual version 7.94.
6914
6915 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6916 release 7.94.
6917
69182006-04-21 Carsten Dominik <dominik@science.uva.nl>
6919
6920 * org.texi: Many small fixes.
6921 (Handling links): Rename from "Managing links".
6922
69232006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
6924
6925 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6926 (Splitting mail using spam-stat): Fix @xref.
6927
69282006-04-20 Chong Yidong <cyd@stupidchicken.com>
6929
6930 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 6931 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
6932
69332006-04-20 Carsten Dominik <dominik@science.uva.nl>
6934
6935 * org.texi (Time stamps): Better explanation of the purpose of
6936 different time stamps.
6937 (Structure editing, Plain lists): More details on how new items
6938 and headings are inserted.
6939
69402006-04-18 Carsten Dominik <dominik@science.uva.nl>
6941
6942 * org.texi (Formula syntax): Fix link to Calc Manual.
6943
69442006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
6945
6946 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
6947
69482006-04-17 Bill Wohler <wohler@newt.com>
6949
6950 * mh-e.texi (Folders): Update mh-before-quit-hook and
6951 mh-quit-hook example with code that removes the buffers rather
6952 than just bury them.
6953
69542006-04-17 Michael Albinus <michael.albinus@gmx.de>
6955
6956 Sync with Tramp 2.0.53.
6957
69582006-04-13 Carsten Dominik <dominik@science.uva.nl>
6959
6960 * org.texi (Updating settings): New section.
6961 (Visibility cycling): Better names for the startup folding
6962 options.
6963 (Exporting): Completely restructured.
6964 (The very busy C-c C-c key): New section.
6965 (Summary of in-buffer settings): New section.
6966
69672006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
6968
6969 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
6970
69712006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6972
6973 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
6974 (Server Commands): Key `v' is reserved for users.
6975
69762006-04-11 Carsten Dominik <dominik@science.uva.nl>
6977
6978 * org.texi (Link format): New section, emphasis on bracket links.
6979 (External links): Document bracket links.
6980 (FAQ): Expand to cover shell links and the new link format.
6981
69822006-04-09 Kevin Ryde <user42@zip.com.au>
6983
6984 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
6985
69862006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6987
6988 * gnus.texi (Summary Buffer Lines): Add `*'.
6989
c8763fb6 69902006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
6991
6992 * gnus.texi (Group Parameters):
6993 Mention gnus-permanently-visible-groups.
6994
69952006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
6996
6997 * gnus.texi (Face): Fix typo.
6998
69992006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7000
7001 * gnus.texi (X-Face): Clarify.
7002 (Face): Need Emacs with PNG support.
7003
70042006-04-06 Richard Stallman <rms@gnu.org>
7005
7006 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7007 Emacs".
7008
70092006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7010
7011 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7012 blocks not suitable for inclusion with Emacs using variable
7013 PARTOFEMACS.
7014
70152006-04-04 Simon Josefsson <jas@extundo.com>
7016
7017 * gnus.texi (Security): Improve.
7018
70192006-04-02 Bill Wohler <wohler@newt.com>
7020
7021 * mh-e.texi (Getting Started, Junk, Bug Reports)
7022 (MH FAQ and Support): Fix URLs.
7023
70242006-03-31 Romain Francoise <romain@orebokech.com>
7025
7026 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7027 to t, not nil (and has for the past eight years).
7028
70292006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7030
7031 * message.texi, gnus.texi: Bump version to 5.11.
7032
70332006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7034
7035 * gnus.texi (Top): Add comment about version line.
7036
7037 * message.texi (Top): Ditto. Change to take named versions into
7038 account.
7039
70402006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7041
7042 * gnus.texi (Posting Styles): Add x-face-file to example.
7043 (X-Face): Refer to posting styles.
7044
7045 * gnus-faq.texi ([5.8]): Add x-face-file.
7046 ([8.4]): Add links to gmane.emacs.gnus.user and
7047 gmane.emacs.gnus.general.
7048
70492006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7050
7051 * gnus-faq.texi: Use .invalid.
7052 ([5.4]): Fix gnus-posting-styles example.
7053
70542006-03-27 Romain Francoise <romain@orebokech.com>
7055
7056 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7057 Emacs/W3 needs a new maintainer.
7058 (Ispell): Update author and version info.
7059 (Mailcrypt): Mention PGG.
7060 (New in Emacs 22): Add PGG to the list of new packages.
7061 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7062 updating dead URLs.
7063
70642006-03-25 Karl Berry <karl@gnu.org>
7065
7066 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7067 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7068 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7069 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7070 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7071 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7072 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7073 (2) do not indent copyright year list (or anything else).
7074
70752006-03-21 Bill Wohler <wohler@newt.com>
7076
7077 * mh-e.texi (Folders): Various edits.
7078
70792006-03-20 Romain Francoise <romain@orebokech.com>
7080
7081 * gnus.texi (Mail Folders): Grammar fix.
7082
70832006-03-19 Bill Wohler <wohler@newt.com>
7084
7085 * mh-e.texi (Replying): Document Mail-Followup-To.
7086 Change manually-formatted table to multitable. Add debugging info.
7087 Move description of mh-reply-default-reply-to into paragraph
7088 that describes its values.
7089
70902006-03-17 Bill Wohler <wohler@newt.com>
7091
10d1d0af 7092 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
7093 (Sending Mail Tour): Update method of entering
7094 addresses and subject.
7095 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7096 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7097
70982006-03-15 Carsten Dominik <dominik@science.uva.nl>
7099
7100 * org.texi: Version number change only.
7101
71022006-03-14 Bill Wohler <wohler@newt.com>
7103
7104 * mh-e.texi: Add index entries around each paragraph rather than
7105 depend on entries from beginning of node. Doing so ensures that
7106 index entries are less likely to be forgotten if text is cut and
7107 pasted, and are necessary anyway if the references are on a
7108 separate page. It seems that makeinfo is now (v. 4.8) only
7109 producing one index entry per node, so there is no longer any
7110 excuse not to. Use subheading instead of heading. The incorrect
7111 use of heading produced very large fonts in Info--as large as the
7112 main heading.
7113 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7114 versions 6 and 7 appeared *around* the time of these Emacs releases.
7115
71162006-03-13 Carsten Dominik <dominik@science.uva.nl>
7117
7118 * org.texi (Clean view): Document new startup options.
7119
71202006-03-11 Bill Wohler <wohler@newt.com>
7121
7122 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7123 (Composing, Scan Line Formats): Fix @refs.
7124 (Getting Started): Define MH profile and MH profile components.
7125 (Incorporating Mail, Reading Mail, Viewing, Printing)
7126 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7127 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7128 for string constants.
7129 (Tool Bar): Remove spurious quote.
7130 (Junk): Use ``...'' instead of "...".
7131 (Scan Line Formats): Replace @samp with @kbd.
7132
71332006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7134
7135 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7136
71372006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7138
7139 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7140 easy to understand.
7141
71422006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7143
7144 * gnus.texi: Markup fix.
7145 (Fancy Mail Splitting): Specify new feature.
7146
71472006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7148
7149 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7150 partial-words matching.
7151
71522006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7153
7154 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7155
7156 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7157 (MIME Commands): Fix mm-discouraged-alternatives.
7158
71592006-03-07 Carsten Dominik <dominik@science.uva.nl>
7160
7161 * org.texi: Version number change only.
7162
71632006-03-06 Bill Wohler <wohler@newt.com>
7164
7165 * mh-e.texi: Move from SourceForge repository to Savannah.
7166 This is version 7.93, which is a total rewrite from the previous
7167 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7168 version 7.93.
7169
71702006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7171
7172 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7173
71742006-03-01 Carsten Dominik <dominik@science.uva.nl>
7175
7176 * org.texi (Interaction): Add item about `org-mouse.el' by
7177 Piotr Zielinski.
7178 (Managing links): Document that also mouse-1 can be used to
7179 activate a link.
7180 (Headlines, FAQ): Add entry about hiding leading stars.
7181 (Miscellaneous): Resort the sections in this chapter to a more
7182 logical sequence.
7183
71842006-02-27 Simon Josefsson <jas@extundo.com>
7185
7186 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7187 2004-01-27 from the trunk).
7188
71892006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7190
7191 * cc-mode.texi: Rename c-hungry-backspace to
7192 c-hungry-delete-backwards, at the request of RMS. Leave the old
7193 name as an alias.
7194
71952006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7196
7197 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7198 include the function header within the defun.
7199
72002006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7201
7202 * cc-mode.texi: Correct two typos.
7203
72042006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7205
7206 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7207 existing comment.
7208 (Electric Keys): Add a justification for electric indentation.
7209 (Hungry WS Deletion): Clear up the names and complications of the
7210 BACKSPACE and DELETE keys.
7211
72122006-02-23 Juri Linkov <juri@jurta.org>
7213
7214 * faq.texi (Common requests): Move `Turning on auto-fill by
7215 default' after `Wrapping words automatically'. Move `Working with
7216 unprintable characters' before `Searching for/replacing newlines'.
7217 Move `Replacing highlighted text' after `Highlighting a region'.
7218 Merge `Repeating commands' and `Repeating a command as many times
7219 as possible' into the former.
7220 (Packages that do not come with Emacs): Add refs to Gmane and
7221 etc/MORE.STUFF.
7222
72232006-02-23 Juri Linkov <juri@jurta.org>
7224
7225 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7226 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7227 Add xref to `(emacs)Reporting Bugs'.
7228 (Getting a printed manual): Add URL to other formats of the manual.
7229 (Common requests): Fix menu.
7230 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7231 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7232 (Inserting text at the beginning of each line): Add pxref to
7233 `Changing the included text prefix'.
7234 (Forcing the cursor to remain in the same column): Mention `track-eol'
7235 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7236 (Replacing text across multiple files): Add keybinding `Q' for
7237 `dired-do-query-replace'.
7238
72392006-02-22 Carsten Dominik <dominik@science.uva.nl>
7240
7241 * reftex.texi: Version number and date change only.
7242
7243 * org.texi (Internal Links): Rewrite to cover the modified
7244 linking system.
7245
72462006-02-17 Eli Zaretskii <eliz@gnu.org>
7247
7248 * faq.texi: Remove the coding cookie, it's not needed anymore.
7249
72502006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7251
7252 * faq.texi (Colors on a TTY): Mention Mac OS port.
7253
72542006-02-12 Karl Berry <karl@gnu.org>
7255
7256 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7257 8-bit accented a.
7258
72592006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7260
7261 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7262
72632006-02-08 Romain Francoise <romain@orebokech.com>
7264
7265 * faq.texi (Top): Remove paragraph about the FAQ being a
7266 transitional document, etc.
7267 (Searching for/replacing newlines): New node.
7268 (Yanking text in isearch): New node.
7269 (Inserting text at the beginning of each line): Rename and make
7270 more general, mention `M-;' in Message mode.
7271
72722006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7273
7274 * faq.texi (Meta key does not work in xterm)
7275 (Emacs does not display 8-bit characters)
7276 (Inputting eight-bit characters): Update xrefs.
7277
72782006-02-06 Romain Francoise <romain@orebokech.com>
7279
7280 * faq.texi (VM): VM now at version 7.19.
7281 Set myself as maintainer of this file.
7282
72832006-02-04 Michael Olson <mwolson@gnu.org>
7284
7285 * erc.texi (History): Note that ERC is now included with Emacs.
7286
72872006-01-31 Romain Francoise <romain@orebokech.com>
7288
7289 * message.texi (Message Headers): Explain what
7290 `message-alternative-emails' does in more detail.
7291 Update copyright year.
7292
72932006-01-30 Juanma Barranquero <lekktu@gmail.com>
7294
7295 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7296
72972006-01-29 Richard M. Stallman <rms@gnu.org>
7298
7299 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7300
73012006-01-29 Michael Olson <mwolson@gnu.org>
7302
7303 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7304
7305 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7306
7307 * faq.texi (New in Emacs 22): Mention ERC.
7308
73092006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7310
7311 * rcirc.texi: Capitalize dir entry for consistency with the entry
7312 in info/dir and other entries in the Emacs category.
7313 Fix typos. Delete trailing whitespace.
7314
c8763fb6 73152006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
7316
7317 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7318
73192006-01-27 Eli Zaretskii <eliz@gnu.org>
7320
7321 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7322 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7323
7324 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7325 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7326
73272006-01-27 Alex Schroeder <alex@gnu.org>
7328
7329 * rcirc.texi: New file.
7330
73312006-01-23 Juri Linkov <juri@jurta.org>
7332
7333 * widget.texi (User Interface): Add S-TAB for widget-backward.
7334
73352006-01-22 Michael Albinus <michael.albinus@gmx.de>
7336
7337 Sync with Tramp 2.0.52.
7338
7339 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7340 Add Tramp disabling item. New item for common connection problems.
7341 (various): Apply "ftp" as method for the download URL.
7342 (Bug Reports): Refer to FAQ for common problems.
7343
73442006-01-21 Eli Zaretskii <eliz@gnu.org>
7345
7346 * widget.texi (User Interface): Use @key for TAB.
7347
7348 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7349
7350 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7351 for TAB.
7352
7353 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7354
73552006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7356
7357 * gnus.texi: Update copyright.
7358
73592006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7360
7361 * gnus.texi (Article Washing): Additions.
7362
2de53ca6
GM
73632006-01-13 Carsten Dominik <dominik@science.uva.nl>
7364
7365 * org.texi (Agenda commands): Document tags command.
7366
73672006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7368
7369 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7370
73712006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7372
7373 * gnus.texi (RSS): Addition.
7374
73752005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7376
7377 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7378
73792005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7380
7381 * emacs-mime.texi (Display Customization): Add setting example to
7382 mm-discouraged-alternatives.
7383
73842006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7385
7386 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7387 version is the canonical version.
7388
73892006-01-08 Alex Schroeder <alex@gnu.org>
7390
7391 * pgg.texi (Caching passphrase): Rewording.
7392
73932006-01-06 Eli Zaretskii <eliz@gnu.org>
7394
7395 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7396 repository URL.
7397
73982006-01-06 Carsten Dominik <dominik@science.uva.nl>
7399
7400 * org.texi: Removed the accidentally re-added empty line in the
7401 direntry.
7402
74032006-01-05 Carsten Dominik <dominik@science.uva.nl>
7404
7405 * org.texi (Agenda Views): Chapter reorganized.
7406
74072005-12-29 Romain Francoise <romain@orebokech.com>
7408
7409 * faq.texi (Using Customize): New node.
7410
74112005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7412
7413 * org.texi: Remove blank line in @direntry. It is non-standard
7414 and recursively produces blank lines all over the dir file (when
7415 using Texinfo 4.8).
7416
74172005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7418
7419 * widget.texi (atoms): Delete obsolete remark about `file' widget.
7420
74212005-12-20 Carsten Dominik <dominik@science.uva.nl>
7422
7423 * org.texi (Tags): Boolean logic documented.
7424 (Agenda Views): Document custom commands.
7425
74262005-12-20 David Kastrup <dak@gnu.org>
7427
7428 * faq.texi (AUCTeX): Update version and mailing list info.
7429
74302005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7431
7432 * gnus.texi (MIME Commands): Mention addition of
7433 multipart/alternative to gnus-buttonized-mime-types and add xref
7434 to mm-discouraged-alternatives.
7435
7436 * emacs-mime.texi (Display Customization): Mention addition of
7437 "image/.*" and add xref to gnus-buttonized-mime-types in the
7438 mm-discouraged-alternatives section.
7439
74402005-12-16 Carsten Dominik <dominik@science.uva.nl>
7441
7442 * org.texi (Tags): New section.
7443 (Agenda Views): Chapter reorganized.
7444
74452005-12-16 Eli Zaretskii <eliz@gnu.org>
7446
7447 * org.texi (Internal Links): Add a missing comma after an @xref.
7448
74492005-12-14 Chong Yidong <cyd@stupidchicken.com>
7450
7451 * faq.texi (Filling paragraphs with a single space): No need to
7452 change sentence-end now.
7453
74542005-12-13 Romain Francoise <romain@orebokech.com>
7455
7456 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7457
74582005-12-12 Jay Belanger <belanger@truman.edu>
7459
7460 * faq.texi (Calc): Update version number.
7461
74622005-12-12 Carsten Dominik <dominik@science.uva.nl>
7463
7464 * org.texi (Progress Logging): New section.
7465
74662005-12-10 Romain Francoise <romain@orebokech.com>
7467
7468 Update the Emacs FAQ for the 22.1 release.
7469
7470 * faq.texi: Set VER to `22.1'.
7471 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
7472 Tutorial. Mention that `C-h r' displays the manual.
7473 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
7474 (Getting a printed manual): Point to the new locations of the
7475 manuals on the GNU Web site.
7476 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7477 available via Info (it was previously distributed separately).
7478 (Installing Texinfo documentation): The latest version of Texinfo
7479 is 4.8, not 4.0.
7480 (Informational files for Emacs): COPYING is the GNU General Public
7481 License, not the Emacs General Public License.
7482 (Informational files for Emacs): Delete obsolete link to the
7483 GNUinfo pages as they have been removed from the GNU Web site.
7484 (New in Emacs 22): New node.
7485 (Setting up a customization file): Say that most packages support
7486 Customize nowadays.
7487 (Colors on a TTY): Delete reference to instructions on how to
7488 enable syntax highlighting, it is now enabled by default.
7489 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7490 at startup automatically.
7491 (Controlling case sensitivity): Mention `M-c' in isearch.
7492 (Using an already running Emacs process): Emacs now creates the
7493 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7494 gnuserv. As emacsclient can now run Lisp code as well, delete a
7495 sentence praising gnuserv for that. Simplify description of how
7496 the client/server operation works.
7497 (Compiler error messages): Delete obsolete text (compile.el has
7498 been rewritten).
7499 (Indenting switch statements): Fix typo.
7500 (Matching parentheses): Simplify setup instructions, mention the
7501 menu bar item in the Options menu.
7502 (Repeating a command as many times as possible): Mention `C-x e'.
7503 (Going to a line by number): Mention new keymap and bindings
7504 `M-g M-g', `M-g M-p' and `M-g M-n'.
7505 (Turning on syntax highlighting): Now on by default. Simplify.
7506 (Replacing highlighted text): Use `1', not `t'.
7507 (Problems with very large files): The maximum size is now 256MB on
7508 32-bit machines.
7509 (^M in the shell buffer): Mention `comint-process-echoes'.
7510 (Emacs for Apple computers): Emacs 22 has native support for Mac
7511 OS X.
7512 (Translating names to IP addresses): Delete node.
7513 (Binding keys to commands): Fix typo.
7514 (SPC no longer completes file names): New node.
7515 (MIME with Emacs mail packages): Delete section about the Emacs
7516 MIME FAQ (it's not reachable anymore).
7517
75182005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7519
7520 * cc-mode.texi: The manual has been extensively revised: the
7521 information about using CC Mode has been separated from the larger
7522 and more difficult chapters about configuration. It has been
7523 updated for CC Mode 5.31.
7524
75252005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7526
7527 * pgg.texi (User Commands): Fix description of pgg-verify-region.
7528 (Selecting an implementation): Fix descriptions.
7529
75302005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7531
7532 * message.texi (Various Message Variables): Addition.
7533
75342005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7535
7536 * message.texi: Fix default values.
7537
75382005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7539
7540 * message.texi (Header Commands): Clarify descriptions of
7541 message-cross-post-followup-to, message-reduce-to-to-cc, and
7542 message-insert-wide-reply.
7543 (Various Commands): Fix kindex for message-kill-to-signature;
7544 clarify description of message-tab.
7545
75462005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7547
7548 * message.texi (Mailing Lists): Fix description about MFT.
7549
7550 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7551
75522005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7553
7554 * gnus.texi (Slow Terminal Connection): Replace old description
7555 with new one.
7556
75572005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7558
7559 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7560 replace X-Draft-Headers with X-Draft-From.
7561
75622005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7563
7564 * gnus.texi (Various Various): Fix the default value of
7565 nnheader-max-head-length.
7566 (Gnus Versions): Fix typo.
7567
75682005-12-08 Carsten Dominik <dominik@science.uva.nl>
7569
7570 * org.texi (Structure editing): Document new functionality of
7571 M-RET.
7572
75732005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7574
7575 * org.texi (Internal Links): Fix Texinfo usage.
7576
75772005-12-06 Carsten Dominik <dominik@science.uva.nl>
7578
7579 * org.texi (TODO basics): Document the global todo list.
7580 (TODO items): Documents sparse tree for specific TODO
7581 keywords.
7582
75832005-11-30 Carsten Dominik <dominik@science.uva.nl>
7584
7585 * org.texi (Plain Lists): Typos fixed.
7586
75872005-11-28 Jay Belanger <belanger@truman.edu>
7588
7589 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7590
75912005-11-24 Carsten Dominik <dominik@science.uva.nl>
7592
7593 * org.texi (Structure editing): New item moving commands added.
7594 (Plain Lists): New section.
7595
75962005-11-18 Carsten Dominik <dominik@science.uva.nl>
7597
7598 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7599 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7600 `org-agenda-file-to-front'.
2de53ca6
GM
7601 (Built-in table editor): Document `org-table-sort-lines'.
7602 (HTML formatting): Export of hand-formatted lists.
7603
76042005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7605
7606 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7607 new variable gnus-toolbar-thickness.
7608
76092005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7610
7611 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7612
76132005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7614
7615 * gnus.texi (X-Face): Fix description.
7616 (XVarious): Remove gnus-xmas-logo-color-alist and
7617 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7618
76192005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7620
7621 * gnus.texi (Group Parameters): Mention new variable
7622 gnus-parameters-case-fold-search.
7623 (Home Score File): Addition.
7624
76252005-11-04 Ulf Jasper <ulf.jasper@web.de>
7626
7627 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7628 (Overview): List supported feed types.
7629 (Installation): No installation necessary when using autoload.
7630 (Configuration): Rename "RSS" to "news".
7631
76322005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7633
7634 * pgg.texi (User Commands): Document additional passphrase
7635 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7636 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7637
76382005-11-04 Carsten Dominik <dominik@science.uva.nl>
7639
7640 * org.texi: Version number changed to 3.19.
7641
76422005-10-29 Sascha Wilde <wilde@sha-bang.de>
7643
7644 * pgg.texi (How to use): Update the example to add autoload of
7645 pgg-encrypt-symmetric-region.
7646 (User Commands): Document pgg-encrypt-symmetric-region.
7647 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7648
76492005-10-27 Jay Belanger <belanger@truman.edu>
7650
7651 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7652 mention other TeX-related units.
7653
76542005-10-23 Lars Hansen <larsh@soem.dk>
7655
0c7efc08
SM
7656 * dired-x.texi (Miscellaneous Commands):
7657 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7658 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7659
76602005-10-23 Jay Belanger <belanger@truman.edu>
7661
7662 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7663 constant.
7664
76652005-10-23 Michael Albinus <michael.albinus@gmx.de>
7666
0c7efc08
SM
7667 * faq.texi (Bugs and problems):
7668 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7669 `directory-listing-before-filename-regexp'.
7670
76712005-10-22 Eli Zaretskii <eliz@gnu.org>
7672
7673 * newsticker.texi (UPDATED): Set value.
7674
76752005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7676
7677 * gnus.texi (Document Groups): Remove duplicate item.
7678
76792005-10-21 Carsten Dominik <dominik@science.uva.nl>
7680
7681 * org.texi (Summary): Mention iCalendar support.
7682 (Exporting): Document iCalendar support.
7683
76842005-10-18 Romain Francoise <romain@orebokech.com>
7685
7686 * viper.texi (Viper Specials): Capitalize GNU.
7687
76882005-10-17 Juri Linkov <juri@jurta.org>
7689
7690 * info.texi (Getting Started, Search Index, Expert Info):
7691 Fix wording.
7692 (Search Text): Replace `echo area' with `mode line'.
7693 (Search Index): Both `i' and `,' find all index entries.
7694 Replace example `C-f' with `C-l' (which exists in index of Info
7695 manual) and delete spaces in its keyboard input sequence.
7696 Delete unnecessary explanations about literal characters.
7697
76982005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7699
7700 * gnus.texi (Document Server Internals): Addition.
7701
77022005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7703
7704 * gnus.texi (A note on namespaces): Fix RFC reference.
7705
77062005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7707
7708 * gnus.texi (RSS): Fix key description.
7709
77102005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7711
7712 * gnus.texi: Emacs/w3 -> Emacs/W3.
7713 (Browsing the Web): Fix description.
7714 (Web Searches): Ditto.
7715 (Customizing W3): Ditto.
7716
77172005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7718
7719 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7720
77212005-10-11 Jay Belanger <belanger@truman.edu>
7722
7723 * calc.texi (Integration): Mention using `a i' to compute definite
7724 integrals.
7725
77262005-10-11 Juri Linkov <juri@jurta.org>
7727
7728 * info.texi: Rearrange nodes.
7729 (Top): Update menu. Change ref `Info for Experts' to
7730 `Advanced Info Commands'.
7731 (Getting Started): Fix description of manual's parts.
7732 (Help-Int): Change xref `Info Search' to `Search Index', and
7733 `Expert Info' to `Advanced'.
7734 (Advanced): Move node one level up.
7735 (Search Text, Search Index): New nodes split out from `Info Search'.
7736 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7737 split out from `Advanced'.
7738 (Advanced, Emacs Info Variables): De-document editing an Info file
7739 in Info.
7740 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7741 (Creating an Info File): Delete node and move its text to
7742 `Expert Info'.
7743
77442005-10-10 Carsten Dominik <dominik@science.uva.nl>
7745
7746 * org.texi (Workflow states): Documented that change in keywords
7747 becomes active only after restart of Emacs.
7748
77492005-10-08 Michael Albinus <michael.albinus@gmx.de>
7750
7751 Sync with Tramp 2.0.51.
7752
77532005-10-08 Nick Roberts <nickrob@snap.net.nz>
7754
7755 * speedbar.texi (Introduction): Describe new location of speedbar
7756 on menubar.
7757 (Basic Key Bindings): Remove descriptions of bindings that have
7758 been removed.
7759
77602005-10-05 Nick Roberts <nickrob@snap.net.nz>
7761
7762 * speedbar.texi (GDB): Describe use of watch expressions.
7763
77642005-09-28 Simon Josefsson <jas@extundo.com>
7765
7766 * message.texi (IDNA): Fix.
7767
77682005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7769
7770 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7771 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7772 description of nntp-open-connection-function.
7773 (Common Variables): Fix descriptions.
7774
77752005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7776
7777 * gnus.texi (Server Buffer Format): Document the %a format spec.
7778
77792005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7780
7781 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7782
77832005-09-23 Carsten Dominik <dominik@science.uva.nl>
7784
7785 * org.texi Version 3.16.
7786
77872005-09-19 Miles Bader <miles@gnu.org>
7788
7789 * newsticker.texi: Get rid of CVS keywords.
7790
77912005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7792
7793 * gnus.texi (Finding the Parent): Fix description of how Gnus
7794 finds article.
7795
77962005-09-14 Jari Aalto <jari.aalto@cante.net>
7797
7798 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7799 to drop off non-answered articles.
7800
78012005-09-19 Juanma Barranquero <lekktu@gmail.com>
7802
7803 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7804 braces (which are unsupported by NMAKE) for macro `srcdir'.
7805
78062005-09-17 Eli Zaretskii <eliz@gnu.org>
7807
7808 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7809 (../info/newsticker, newsticker.dvi): New targets.
7810
78112005-09-17 Ulf Jasper <ulf.jasper@web.de>
7812
7813 * newsticker.texi: Replace @command with @code. Replace @example
7814 with @lisp.
0c7efc08
SM
7815 (Top): Add explanations to menu items.
7816 (GNU Free Documentation License): Remove.
2de53ca6
GM
7817
78182005-09-16 Romain Francoise <romain@orebokech.com>
7819
7820 Update all files to specify GFDL version 1.2.
7821
7822 * doclicense.texi (GNU Free Documentation License): Update to
7823 version 1.2.
7824
78252005-09-15 Richard M. Stallman <rms@gnu.org>
7826
7827 * newsticker.texi: Fix @setfilename.
7828
7829 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7830 (../info/newsticker, newsticker.dvi): New targets.
7831
78322005-08-30 Carsten Dominik <dominik@science.uva.nl>
7833
7834 * org.texi: Version 3.15.
7835
78362005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7837
7838 * ses.texi: Combine all three indices into one.
7839 Correct a few typos.
7840
78412005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7842
7843 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7844
78452005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7846
7847 * emacs-mime.texi (Handles): Remove duplicate item.
7848 (Encoding Customization): Fix the default value for
7849 mm-coding-system-priorities.
7850 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7851 (Basic Functions): Fix reference.
7852
78532005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7854
7855 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7856
78572005-08-18 Richard M. Stallman <rms@gnu.org>
7858
7859 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7860 and web site.
7861
7862 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7863 not keyboard-translate.
7864
78652005-08-11 Richard M. Stallman <rms@gnu.org>
7866
7867 * faq.texi (Using regular expressions): Fix xref.
7868
78692005-08-09 Juri Linkov <juri@jurta.org>
7870
7871 * info.texi (Help-P): Replace `Prev' with `Previous'.
7872 (Help-M, Help-Xref): Add S-TAB.
7873 (Help-FOO): Update `u' command.
7874 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7875 Update info about visibility of xref parts.
7876 (Help-Int): Fix `m' command. Rename `Info-last' to
7877 `Info-history-back'. Add `Info-history-forward'.
7878 (Advanced): Fix `g*' and `M-n' commands.
7879 (Info Search): Add `index-apropos' in stand-alone browser.
7880 Add isearch commands.
7881 (Emacs Info Variables): Remove `Info-fontify'.
7882 Add `Info-mode-hook'. Update face names.
7883 Add `Info-fontify-maximum-menu-size',
7884 `Info-fontify-visited-nodes', `Info-isearch-search'.
7885
78862005-08-07 Michael Albinus <michael.albinus@gmx.de>
7887
7888 Sync with Tramp 2.0.50.
7889
7890 * tramp.texi: Use @option{} consequently for method names.
7891 (Inline methods, External transfer methods): Remove references to
7892 Cygwin.
7893 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7894 implementation.
7895
78962005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7897
7898 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7899 Mention that gnus-init-file is not read when Emacs is invoked with
7900 --no-init-file or -q.
7901
79022005-07-19 Carsten Dominik <dominik@science.uva.nl>
7903
7904 * org.texi: Version 3.14.
7905
79062005-07-04 Carsten Dominik <dominik@science.uva.nl>
7907
7908 * org.texi: Version 3.13.
7909
79102005-07-18 Juri Linkov <juri@jurta.org>
7911
7912 * calc.texi (Time Zones, Logical Operations):
7913 * cl.texi (Overview):
7914 * org.texi (TODO types):
7915 * sc.texi (Emacs 18 MUAs):
7916 * speedbar.texi (Top):
7917 * url.texi (History):
7918 Delete duplicate duplicate words.
7919
ce058493 79202005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
7921
7922 * cl.texi (Type Predicates): Document `atom' type.
7923
79242005-07-04 Lute Kamstra <lute@gnu.org>
7925
7926 Update FSF's address in GPL notices.
7927
7928 * calc.texi (Copying):
7929 * doclicense.texi (GNU Free Documentation License):
7930 * faq.texi (Contacting the FSF):
7931 * mh-e.texi (Copying): Update FSF's address.
7932
79332005-07-03 Richard M. Stallman <rms@gnu.org>
7934
7935 * flymake.texi (Example -- Configuring a tool called directly):
7936 Update name of flymake-build-relative-filename.
7937
79382005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7939
7940 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
7941
79422005-06-29 Carsten Dominik <dominik@science.uva.nl>
7943
7944 * org.texi: Version 3.12.
7945
79462005-06-24 Eli Zaretskii <eliz@gnu.org>
7947
7948 * makefile.w32-in (MAKEINFO): Use --force.
7949 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7950 Makefile.in.
7951 (gnus.dvi): Use "..." to quote Sed args, so that it works with
7952 more shells.
7953
79542005-06-23 Richard M. Stallman <rms@gnu.org>
7955
7956 * speedbar.texi (Creating a display): Texinfo usage fixes.
7957
7958 * tramp.texi (Customizing Completion, Auto-save and Backup):
7959 Texinfo usage fixes.
7960
79612005-06-23 Juanma Barranquero <lekktu@gmail.com>
7962
7963 * dired-x.texi (Miscellaneous Commands):
7964 * ediff.texi (Miscellaneous):
7965 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
7966 (Agent Variables):
7967 * info.texi (Help-Xref):
7968 * message.texi (Message Headers):
7969 * org.texi (Remember):
7970 * reftex.texi (Options (Defining Label Environments)):
7971 (Options (Index Support)):
7972 (Options (Viewing Cross-References)):
7973 (Options (Misc)):
7974 (Changes):
7975 * speedbar.texi (Creating a display):
7976 * tramp.texi (Customizing Completion, Auto-save and Backup):
7977 Texinfo usage fix.
7978
79792005-06-13 Carsten Dominik <dominik@science.uva.nl>
7980
7981 * org.texi: Version 3.11.
7982
79832005-06-12 Jay Belanger <belanger@truman.edu>
7984
7985 * calc.texi (Getting Started): Remove extra menu item.
7986
79872005-05-31 Jay Belanger <belanger@truman.edu>
7988
7989 * calc.texi (Notations Used in This Manual): Use @kbd for key
7990 sequence.
7991 (Demonstration of Calc): Mention another way of starting Calc.
7992 (Starting Calc): Mention long name of M-#.
7993 (Embedded Mode Overview): Remove unnecessary instruction.
7994 (Other M-# commands): Rephrase `M-# 0' explanation.
7995 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
7996 reflect current behavior.
7997
79982005-05-30 Jay Belanger <belanger@truman.edu>
7999
8000 * calc.texi (Hooks): Change description of calc-window-hook and
8001 calc-trail-window-hook to match usage.
8002 (Computational Functions): Add more constant-generating functions.
8003 (Customizable Variables): Use defvar.
8004
80052005-05-28 Jay Belanger <belanger@truman.edu>
8006
8007 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8008 (Basic Embedded Mode): Explain behavior of arguments to
8009 calc-embedded-mode.
8010
80112005-05-27 Jay Belanger <belanger@truman.edu>
8012
8013 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8014 current behavior.
8015
80162005-05-25 Jay Belanger <belanger@truman.edu>
8017
8018 * calc.texi: Change Calc version number throughout.
8019 (Keypad Mode): Change location in info output.
8020 (Keypad mode overview): Move picture of keypad.
8021
80222005-05-21 Jay Belanger <belanger@truman.edu>
8023
8024 * calc.texi (Storing variables): Mention that only most variables
8025 are void to begin with.
8026
80272005-05-21 Kevin Ryde <user42@zip.com.au>
8028
8029 * widget.texi (Basic Types): Update cross ref from "Enabling
8030 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8031 lispref/text.texi change.
8032
80332005-05-20 Carsten Dominik <dominik@science.uva.nl>
8034
8035 * org.texi: Version 3.09.
8036
80372005-05-18 Carsten Dominik <dominik@science.uva.nl>
8038
8039 * reftex.texi: Version 4.28.
8040
80412005-05-16 Jay Belanger <belanger@truman.edu>
8042
8043 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8044
80452005-05-14 Jay Belanger <belanger@truman.edu>
8046
8047 * calc.texi (Default Simplifications): Insert missing ! (logical
8048 not operator).
8049
80502005-05-14 Michael Albinus <michael.albinus@gmx.de>
8051
8052 Sync with Tramp 2.0.49.
8053
80542005-05-10 Jay Belanger <belanger@truman.edu>
8055
8056 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8057 to 1.
8058
80592005-04-29 Carsten Dominik <dominik@science.uva.nl>
8060
8061 * org.texi: Version 3.08, structure reorganized.
8062
80632005-04-24 Richard M. Stallman <rms@gnu.org>
8064
8065 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8066
80672005-04-15 Carsten Dominik <dominik@science.uva.nl>
8068
8069 * org.texi: Update to version 3.06.
8070
80712005-04-13 Lute Kamstra <lute@gnu.org>
8072
8073 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8074
80752005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8076
8077 * cl.texi (Porting Common Lisp): Fix typo.
8078
80792005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8080
8081 * gnus.texi (RSS): Addition.
8082
80832005-04-04 Jay Belanger <belanger@truman.edu>
8084
8085 * calc.texi: Change Calc version number.
8086 (Customizable variables): Fix description of calc-language-alist.
8087 (Copying): Put in version 2 of GPL.
8088
80892005-04-01 Jay Belanger <belanger@truman.edu>
8090
8091 * calc.texi (Troubleshooting Commands): Remove comment about
8092 installation.
8093 (Installation): Remove section.
8094 (Customizable Variables): New section.
8095 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8096 (Graphical Devices): Add references to Customizable Variables.
8097
80982005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8099
8100 * emacs-mime.texi (Display Customization): Markup fixes.
8101 (rfc2047): Update.
8102
81032005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8104
8105 * gnus-faq.texi: Replaced with auto-generated version.
8106
81072005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8108
8109 * dired-x.texi (Multiple Dired Directories): default-directory was
8110 renamed to dired-default-directory.
8111
81122005-03-26 Jay Belanger <belanger@truman.edu>
8113
8114 * calc.texi (Simplifying Formulas, Rewrite Rules):
8115 Change description of top and bottom of fraction.
8116 (Modulo Forms): Move description of how to create modulo forms to
8117 earlier in the section.
8118 (Fraction Mode): Suggest using : to get a fraction by dividing.
8119 (Basic Arithmetic): Adjust placement of command name.
8120 (Truncating the Stack): Emphasize that "hidden" entries are still
8121 visible.
8122 (Installation): Move discussion of printing manual to "About This
8123 Manual".
8124 (About This Manual): Mention how to print the manual.
8125 (Reporting Bugs): Remove first person.
8126 (Building Vectors): Add algebraic version of append.
8127 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8128 (Grouping Digits): Fix typo.
8129
81302005-03-25 Werner Lemberg <wl@gnu.org>
8131
8132 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8133 Replace `legal' with `valid'.
8134
81352005-03-25 Werner Lemberg <wl@gnu.org>
8136
8137 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8138
81392005-03-24 Jay Belanger <belanger@truman.edu>
8140
8141 * calc.texi (General Mode Commands)
8142 (Mode Settings in Embedded Mode): Add some explanation of
8143 recording mode settings.
8144
81452005-03-24 Richard M. Stallman <rms@gnu.org>
8146
8147 * calc.texi: Remove praise of non-free software.
8148
8149 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8150 (Installation): Node deleted.
8151
81522005-03-23 Richard M. Stallman <rms@gnu.org>
8153
8154 * url.texi (HTTP language/coding): Improve last change.
8155
81562005-03-22 Jay Belanger <belanger@truman.edu>
8157
8158 * calc.texi (Embedded Mode): Add new information on changing
8159 modes.
8160
81612005-03-20 Michael Albinus <michael.albinus@gmx.de>
8162
8163 Sync with Tramp 2.0.48.
8164
8165 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8166
8167 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8168 "GNU/Linux". Change all addresses to .gnu.org.
8169 (Default Method): Offer shortened syntax for "su" and "sudo"
8170 methods.
8171
81722005-03-07 Richard M. Stallman <rms@gnu.org>
8173
8174 * url.texi: Fix usage of "e.g.".
8175 (HTTP language/coding): Explain the rules for these strings.
8176
81772005-03-06 Richard M. Stallman <rms@gnu.org>
8178
8179 * woman.texi (Introduction): Minor cleanups.
8180
8181 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8182
8183 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8184 (Installation): Node deleted.
8185
8186 * mh-e.texi (Preface): Get rid of "Emacs 21".
8187
8188 * eshell.texi (Installation): Delete node (for Emacs 20).
8189
81902005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8191
8192 * flymake.texi: Refill and tweak style in @lisp blocks.
8193
81942005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8195
8196 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8197
81982005-03-01 Jay Belanger <belanger@truman.edu>
8199
8200 * calc.texi (Trigonometric and Hyperbolic Functions):
8201 Mention additional functions.
8202 (Algebraic Simplifications): Mention additional simplifications.
8203
82042005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8205
8206 * ses.texi: Add concept/function/variable indices (this work was
8207 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8208 papers on file at FSF).
8209
82102005-02-10 Jay Belanger <belanger@truman.edu>
8211
8212 * calc.texi: Change @LaTeX to La@TeX throughout.
8213 Redefine @expr as @math for TeX output.
8214 Redefine @texline as a no-op for TeX output.
8215 Define @tfn, replace @t by @tfn throughout.
8216
82172005-02-09 Jay Belanger <belanger@truman.edu>
8218
8219 * calc.texi: Add macro for LaTeX for info output.
8220
82212005-02-08 Kim F. Storm <storm@cua.dk>
8222
8223 * texinfo.tex (LaTex): Add def.
8224
82252005-02-06 Jay Belanger <belanger@truman.edu>
8226
8227 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8228 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8229 throughout manual.
8230
82312005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8232
8233 * gnus.texi: Some edits based on comments from David Abrahams.
8234
82352005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8236
8237 * gnus.texi (RSS): Fix the keystroke.
8238
82392005-01-24 David Kastrup <dak@gnu.org>
8240
8241 * faq.texi: Update AUCTeX version info.
8242
82432005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8244
8245 * gnus-faq.texi ([4.1]): Typo.
8246
82472005-01-19 Jay Belanger <belanger@truman.edu>
8248
8249 * calc.texi (Keep Arguments): Mention that keeping arguments
8250 doesn't work with keyboard macros.
8251
82522005-01-16 Richard M. Stallman <rms@gnu.org>
8253
8254 * autotype.texi (Autoinserting): Fix small error.
8255
82562005-01-16 Michael Albinus <michael.albinus@gmx.de>
8257
8258 Sync with Tramp 2.0.47.
8259
8260 * tramp.texi (Compilation): New section, describing compilation of
8261 remote files.
8262
82632005-01-11 Kim F. Storm <storm@cua.dk>
8264
8265 * widget.texi (Basic Types): Add :follow-link keyword.
8266
82672005-01-09 Jay Belanger <belanger@truman.edu>
8268
8269 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8270
82712005-01-08 Jay Belanger <belanger@truman.edu>
8272
8273 * calc.texi: Change throughout to reflect new default value of
8274 calc-settings-file.
8275
82762005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8277
8278 * message.texi (Reply): `message-reply-to-function' should return
8279 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8280
82812005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8282
8283 * faq.texi (Changing load-path): Fix typo.
8284
82852005-01-05 Jay Belanger <belanger@truman.edu>
8286
8287 * calc.texi (Programming Tutorial): Replace kbd command by
8288 appropriate characters for a keyboard macro.
8289
82902005-01-04 Jay Belanger <belanger@truman.edu>
8291
8292 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8293 for Lucid Emacs.
8294 (Programming Tutorial): Mention that the user needs to be in the
8295 right mode to compute some functions.
8296
82972005-01-04 Jay Belanger <belanger@truman.edu>
8298
8299 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8300 no longer applicable.
8301
83022005-01-01 Jay Belanger <belanger@truman.edu>
8303
0c7efc08 8304 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
8305 edit keyboard macros to match current behavior.
8306
83072004-12-31 Jay Belanger <belanger@truman.edu>
8308
8309 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8310
83112004-12-20 Jay Belanger <belanger@truman.edu>
8312
8313 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8314 zero.
8315
83162004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8317
8318 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8319 @xref.
8320 (Font Locking): Avoid @strong{Note:}.
8321
83222004-12-17 Michael Albinus <michael.albinus@gmx.de>
8323
8324 Sync with Tramp 2.0.46.
8325
8326 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8327
83282004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8329
8330 * url.texi: Correct typos.
8331 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 8332 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
8333 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8334 (Dealing with HTTP documents): @inforef->@xref.
8335
83362004-12-15 Jay Belanger <belanger@truman.edu>
8337
8338 * calc.texi: Consistently capitalized all mode names.
8339 (Answers to Exercises): Mention that an answer can be a fraction
8340 when in Fraction mode.
8341
83422004-12-13 Jay Belanger <belanger@truman.edu>
8343
8344 * calc.texi: Fix some TeX definitions.
8345
83462004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8347
8348 * reftex.texi (Imprint): Remove erroneous @value's.
8349
83502004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8351
8352 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8353 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8354
83552004-12-08 Jay Belanger <belanger@truman.edu>
8356
8357 * calc.texi (Starting Calc): Remove comment about installation.
8358 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8359
83602004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8361
8362 * url.texi: Update @setfilename.
8363 (Getting Started): No need to worry about Gnus versions.
8364 (Dealing with HTTP documents): Use @inforef.
8365
8366 * org.texi: Fix @direntry file name.
8367
83682004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8369
8370 * url.texi: New file.
8371
8372 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8373
83742004-12-06 Jay Belanger <belanger@truman.edu>
8375
8376 * calc.texi (Using Calc): Remove paragraph about installation.
8377
83782004-12-06 Jay Belanger <belanger@truman.edu>
8379
8380 * calc.texi: Use more Texinfo macros and less TeX defs.
8381 Remove @refill's.
8382
83832004-12-06 Richard M. Stallman <rms@gnu.org>
8384
8385 * org.texi: New file.
8386
83872004-12-05 Richard M. Stallman <rms@gnu.org>
8388
8389 * Makefile.in (org.dvi, ../info/org): New targets.
8390 (INFO_TARGETS): Add ../info/org.
8391 (DVI_TARGETS): Add org.dvi.
8392 (maintainer-clean): Remove the info files in the info dir.
8393
83942004-11-26 Eli Zaretskii <eliz@gnu.org>
8395
8396 * idlwave.texi: Fix the setfilename directive to put the produced
8397 file in ../info.
8398 (Continued Statement Indentation): Resurrect Jan D.'s change from
8399 2004-11-03 that was lost when a newer version of idlwave.texi was
8400 imported.
8401
84022004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8403
0c7efc08 8404 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 8405
0c7efc08
SM
8406 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8407 Index `spam-initialize'.
2de53ca6
GM
8408
84092004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8410
8411 * message.texi (Various Message Variables): Mention that all mail
8412 file variables are derived from `message-directory'.
8413
8414 * gnus.texi (Splitting Mail): Clarify bogus group.
8415
84162004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8417
0c7efc08
SM
8418 * emacs-mime.texi (Encoding Customization):
8419 Fix mm-coding-system-priorities entry.
2de53ca6 8420
c8763fb6 84212004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
8422
8423 * idlwave.texi (Continued Statement Indentation):
8424 * reftex.texi (Options (Index Support)):
8425 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
8426 * speedbar.texi (Creating a display, Major Display Modes):
8427 Replace non-nil with non-@code{nil}.
2de53ca6
GM
8428
84292004-10-21 Jay Belanger <belanger@truman.edu>
8430
0c7efc08 8431 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
8432
84332004-10-18 Luc Teirlinck <teirllm@auburn.edu>
8434
8435 * calc.texi (Reporting Bugs): Double up `@'.
8436
84372004-10-18 Jay Belanger <belanger@truman.edu>
8438
0c7efc08 8439 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
8440 should be sent to.
8441
84422004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8443
8444 * gnus.texi (New Features): Add 5.11.
8445
8446 * message.texi (Resending): Remove wrong default value.
8447
8448 * gnus.texi (Mail Source Specifiers): Describe possible problems
8449 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
8450 `pop3-leave-mail-on-server' to the index.
8451
84522004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8453
8454 * message.texi (Canceling News): Add how to set a password.
8455
84562004-10-12 Jay Belanger <belanger@truman.edu>
8457
0c7efc08 8458 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
8459 calc-describe-function and calc-describe-variable to match their
8460 current behavior.
8461
84622004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8463
8464 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8465
84662004-10-12 Michael Albinus <michael.albinus@gmx.de>
8467
8468 Sync with Tramp 2.0.45.
8469
8470 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8471 plink link. The URL is outdated. Originator contacted for
8472 clarification.
8473
84742004-10-10 Juri Linkov <juri@jurta.org>
8475
8476 * gnus.texi (Top, Marking Articles): Join two menus in one node
8477 because a node can have only one menu.
8478
84792004-10-09 Juri Linkov <juri@jurta.org>
8480
8481 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8482 example of nnmail-split-fancy.
8483
84842004-10-06 Karl Berry <karl@gnu.org>
8485
8486 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8487 consistency with other uses of dashes.
8488
84892004-10-05 Karl Berry <karl@gnu.org>
8490
8491 * info.texi: Consistently use --- throughout, periods at end of
8492 menu descriptions, and a couple typos.
8493
84942004-09-26 Jesper Harder <harder@ifa.au.dk>
8495
8496 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8497 * pgg.texi (User Commands, Backend methods): Do.
8498 * gnus.texi: Markup fixes.
8499 (Setting Process Marks): Fix `M P a' entry.
8500 * emacs-mime.texi: Fixes.
8501
85022004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8503
8504 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8505 again.
8506 Use 5.10 instead of 5.10.0.
8507
85082004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8509
8510 * gnus.texi (Summary Mail Commands): S D e.
8511
85122004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
8513
8514 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8515 the gnus-article-mode-line-format section.
8516
85172004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
8518
8519 * gnus.texi (Various Summary Stuff): Fix the documentation for
8520 gnus-newsgroup-variables.
8521
85222004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8523
0c7efc08
SM
8524 * gnus.texi (MIME Commands):
8525 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
8526 gnus-mime-display-multipart-alternative-as-mixed,
8527 gnus-mime-display-multipart-related-as-mixed.
8528 (Mail Source Customization): Clarify `mail-source-directory'.
8529 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 8530 (SpamOracle): Fix typo.
2de53ca6
GM
8531
8532 * gnus-faq.texi: Untabify.
8533 ([6.3]): nnir.el is in contrib directory.
8534
8535 * message.texi (News Headers): Clarify how a unique ID is created.
8536
0c7efc08
SM
8537 * gnus.texi (Batching Agents): Fix typo in example.
8538 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 8539
b2abec73 85402004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 8541
0c7efc08 8542 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
8543
85442004-09-20 Florian Weimer <fw@deneb.enyo.de>
8545
8546 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8547
85482004-09-22 Jay Belanger <belanger@truman.edu>
8549
0c7efc08 8550 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
8551 might be hidden during part of the session.
8552
85532004-09-20 Jay Belanger <belanger@truman.edu>
8554
8555 * calc.texi (Notations Used in This Manual): Put in an earlier
8556 mention that DEL could be called Backspace.
8557
85582004-09-10 Simon Josefsson <jas@extundo.com>
8559
8560 * gnus.texi (IMAP): Add example. Suggested and partially written
8561 by Steinar Bang <sb@dod.no>.
8562
85632004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8564
8565 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8566 netrc syntax.
8567
85682004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8569
b2abec73
JB
8570 * gnus.texi (Spam ELisp Package Sequence of Events):
8571 Some clarifications.
2de53ca6
GM
8572 (Spam ELisp Package Global Variables): More clarifications.
8573
85742004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8575
8576 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8577 Mention spam-split does not modify incoming mail.
8578
85792004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8580
8581 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8582
85832004-09-10 Eli Zaretskii <eliz@gnu.org>
8584
8585 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8586
85872004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8588
8589 * makefile.w32-in (sieve, pgg): Use $(infodir).
8590
85912004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8592
8593 * makefile.w32-in: Fix PGG and Sieve entries.
8594
85952004-08-28 Eli Zaretskii <eliz@gnu.org>
8596
8597 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8598 Emacs and related programs.
8599
86002004-08-27 Richard M. Stallman <rms@gnu.org>
8601
8602 * faq.texi: Fix texinfo usage, esp. doublequotes.
8603 (Difference between Emacs and XEmacs): Some clarification.
8604
8605 * faq.texi (Difference between Emacs and XEmacs):
8606 Explain not to contrast XEmacs with GNU Emacs.
8607
86082004-08-26 Richard M. Stallman <rms@gnu.org>
8609
8610 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8611
86122004-08-22 David Kastrup <dak@gnu.org>
8613
8614 * reftex.texi (AUCTeX): Update links, section name.
8615
8616 * faq.texi (Calc): Update availability (included in 22.1).
8617 (AUCTeX): Update availability, information, versions, description.
8618
86192004-08-14 Eli Zaretskii <eliz@gnu.org>
8620
8621 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8622
86232004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8624
8625 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8626
86272004-08-10 Michael Albinus <michael.albinus@gmx.de>
8628
8629 Sync with Tramp 2.0.44.
8630
86312004-08-05 Lars Hansen <larsh@math.ku.dk>
8632
8633 * widget.texi (User Interface): Update how to separate the
8634 editable field of an editable-field widget from other widgets.
8635 (Programming Example): Add text after field.
8636
86372004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8638
8639 * emacs-mime.texi (Encoding Customization): Add a note to the
8640 mm-content-transfer-encoding-defaults entry.
8641 (rfc2047): Update.
8642
0c7efc08
SM
8643 * gnus.texi (Article Highlighting):
8644 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8645 (POP before SMTP): New node.
8646 (Posting Styles): Addition.
8647 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8648 (Fancy Mail Splitting): Ditto.
8649 (X-Face): Add gnus-x-face.
8650
86512004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8652
8653 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8654 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8655
86562004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8657
0c7efc08
SM
8658 * gnus.texi (Mail Source Specifiers):
8659 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8660
86612004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8662
8663 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8664
8665 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8666 repository. Change setfilename.
8667
8668 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8669
86702004-07-02 Juri Linkov <juri@jurta.org>
8671
8672 * pcl-cvs.texi (Viewing differences): Add `d r'.
8673
86742004-06-29 Jesper Harder <harder@ifa.au.dk>
8675
8676 * ses.texi, viper.texi, flymake.texi, faq.texi:
8677 * eshell.texi, ediff.texi: Markup fixes.
8678
86792004-06-21 Karl Berry <karl@gnu.org>
8680
8681 * info.texi (Top): Mention that only Emacs has mouse support.
8682 (Getting Started): Mention this in a few other places.
8683
86842004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8685
0c7efc08
SM
8686 * autotype.texi (Copyrights, Timestamps):
8687 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8688
86892004-06-13 Lars Hansen <larsh@math.ku.dk>
8690
8691 * dired-x.texi (dired-mark-omitted): Update keybinding.
8692
86932004-06-10 Kim F. Storm <storm@cua.dk>
8694
8695 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8696
86972004-06-05 Lars Hansen <larsh@math.ku.dk>
8698
8699 * dired-x.texi (variable dired-omit-mode): Rename from
8700 dired-omit-files-p.
8701 (function dired-omit-mode): Rename from dired-omit-toggle.
8702 Call dired-omit-mode rather than set dired-omit-files-p.
8703 (dired-mark-omitted): Describe command.
8704
87052004-05-29 Michael Albinus <michael.albinus@gmx.de>
8706
8707 Version 2.0.41 of Tramp released.
8708
87092004-05-29 Juanma Barranquero <lektu@terra.es>
8710
8711 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8712 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8713
87142004-05-29 Richard M. Stallman <rms@gnu.org>
8715
8716 * cl.texi (Top): Call this chapter `Introduction'.
8717 (Overview): In TeX, no section heading here.
8718
8719 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8720
87212004-05-29 Eli Zaretskii <eliz@gnu.org>
8722
8723 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8724 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8725
87262004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8727
8728 * flymake.texi: New file.
8729
87302004-05-28 Simon Josefsson <jas@extundo.com>
8731
8732 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8733
b344d29d 87342004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8735
8736 Version 2.0.40 of Tramp released.
8737
87382004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8739
8740 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8741
8742 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8743 variables `tramp-backup-directory-alist' and
8744 `tramp-bkup-backup-directory-info'.
8745 (Overview, Connection types)
8746 (External transfer methods, Default Method)
8747 (Windows setup hints): Remove restriction of password entering
8748 with external methods.
8749 (Auto-save and Backup): Make file name example
8750 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8751 and `auto-save-directory' must be used.
8752 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8753 only "NT"). Remove doubled entry "What kinds of systems does
8754 @tramp{} work on".
8755 (tramp): Macro removed.
8756 (Obtaining Tramp): Flag removed from title.
8757 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8758 and `trampver' used properly. Flag `tramp-inst' replaced by
8759 `installchapter'. Installation related text adapted.
8760
87612004-04-28 Masatake YAMATO <jet@gyve.org>
8762
8763 * widget.texi (Programming Example): Remove overlays.
8764
87652004-04-27 Jesper Harder <harder@ifa.au.dk>
8766
8767 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8768
87692004-04-23 Juanma Barranquero <lektu@terra.es>
8770
8771 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8772
87732004-04-05 Jesper Harder <harder@ifa.au.dk>
8774
8775 * info.texi (Info Search): Add info-apropos.
8776
87772004-03-22 Juri Linkov <juri@jurta.org>
8778
8779 * faq.texi: Fix help key bindings.
8780
87812004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8782
8783 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8784 (as suggested by Karl Berry). Update information about colored
8785 stars in menus. Add new subheading describing M-n.
8786
87872004-03-12 Richard M. Stallman <rms@gnu.org>
8788
8789 * cl.texi (Top): Rename top node's title.
8790
87912004-03-08 Karl Berry <karl@gnu.org>
8792
8793 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8794 problems making the texinfo distribution.
8795
87962004-02-29 Simon Josefsson <jas@extundo.com>
8797
0c7efc08 8798 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8799 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8800 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8801 <voegelas@gmx.net>.
8802
88032004-02-29 Juanma Barranquero <lektu@terra.es>
8804
8805 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8806 Use $(DEL) instead of rm, and ignore exit code.
8807
b344d29d 88082004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8809
8810 Tramp version 2.0.39 released.
8811
88122004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8813
8814 * tramp.texi (Customizing Completion): Explain new functions
8815 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8816 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8817 (Top): Refer to Savannah mailing list as the major one.
8818 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8819 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8820 (Frequently Asked Questions): Remote hosts must not be Unix-like
8821 for "smb" method.
8822 (Password caching): New node.
8823 (External transfer methods): Refer to password caching for "smb"
8824 method.
8825
88262004-02-17 Karl Berry <karl@gnu.org>
8827
8828 * info.texi (Help-Int): Mention the new line number feature.
8829
88302004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8831
8832 * ses.texi (Advanced Features): New functionality for
8833 ses-set-header-row (defaults to current row unless C-u used).
8834 (Acknowledgements): Add Stefan Monnier.
8835
88362003-12-29 Kevin Ryde <user42@zip.com.au>
8837
8838 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8839
b344d29d 88402003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8841
8842 Tramp version 2.0.38 released.
8843
8844 * tramp.texi (Remote shell setup): Warn of environment variables
8845 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8846 <sven.gabriel@imk.fzk.de>.
8847 (Configuration): Tramp now chooses base64/uuencode
8848 automatically. Update wording accordingly.
8849 (Top): More description for the `Default Method' menu entry.
8850 (Default Method): Use @code, not @var, for Lisp variables.
8851 (Default Method): New subsection `Which method is the right one
8852 for me?' Suggested by Christian Kirsch.
8853 (Configuration): Pointer to new subsection added.
8854 (Default Method): Too many "use" in one sentence.
8855 Rephrase. Reported by Christian Kirsch.
8856 (Filename Syntax): Old `su' example is probably a left-over from
8857 the sm/su method naming. Replace with `ssh', instead.
8858 (External transfer methods, Auto-save and Backup):
8859 Typo fixes.
8860
88612003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8862
183080b6 8863 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
8864 (Top): Mention japanese manual only if flag `jamanual' is set.
8865 Insert section `Japanese manual' in menu.
8866
88672003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8868
8869 * eshell.texi (Known Problems): Add doc item.
8870
88712003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8872
8873 * cc-mode.texi: Update for CC Mode 5.30.
8874
8875 Note: Please refrain from doing purely cosmetic changes like
8876 removing trailing whitespace in this manual; it clobbers cvs
8877 merging for no good reason.
8878
88792003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8880
8881 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8882 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8883 @acronym{ASCII}.
8884
88852003-10-26 Karl Berry <karl@gnu.org>
8886
8887 * info.texi (Info Search): Echo area, not echo are. From Debian
8888 diff.
8889
88902003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
8891
10d1d0af 8892 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
8893 :buttons and :children keywords.
8894
88952003-10-22 Miles Bader <miles@gnu.org>
8896
8897 * Makefile.in (info): Move before $(top_srcdir)/info.
8898
88992003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
8900
8901 * tramp.texi (Inline methods): Small grammar fix.
8902 (External transfer methods): Likewise.
8903
89042003-10-08 Nick Roberts <nick@nick.uklinux.net>
8905
8906 * speedbar.texi: Remove paragraph for GUD that is no longer true.
8907
89082003-10-06 Luc Teirlinck <teirllm@auburn.edu>
8909
8910 * texinfo.tex: Replace `%' in arch tagline by @ignore.
8911
89122003-09-30 Richard M. Stallman <rms@gnu.org>
8913
8914 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8915
8916 * widget.texi (User Interface): Fix typos.
8917
8918 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8919
89202003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8921
8922 * pcl-cvs.texi (Selected Files): Fix typo.
8923
89242003-09-21 Karl Berry <karl@gnu.org>
8925
8926 * info.texi (] and [ commands): No period at end of section title.
8927
89282003-09-04 Miles Bader <miles@gnu.org>
8929
8930 * Makefile.in (top_srcdir): New variable.
8931 ($(top_srcdir)/info): New rule.
8932 (info): Depend on it.
8933
89342003-09-03 Peter Runestig <peter@runestig.com>
8935
8936 * makefile.w32-in: New file.
8937
89382003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
8939
8940 * widget.texi (User Interface): Explain the need of static text
8941 around an editable field.
8942
89432003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8944
8945 * widget.texi (Basic Types): The argument to `:help-echo' can now
8946 be a form that evaluates to a string.
8947
89482003-08-18 Kim F. Storm <storm@cua.dk>
8949
8950 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
8951
89522003-08-16 Richard M. Stallman <rms@gnu.org>
8953
8954 * dired-x.texi (Shell Command Guessing): Explain *.
8955
89562003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
8957
8958 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
8959 log-edit-insert-changelog.
8960
89612003-08-03 Karl Berry <karl@gnu.org>
8962
8963 * info.texi: Need @contents.
8964
c8763fb6 89652003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8966
8967 Tramp version 2.0.36 released.
8968
8969 * tramp.texi (Remote shell setup): Explain about problems with
8970 non-Bourne commands in ~/.profile and ~/.shrc.
8971
89722003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8973
8974 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
8975 renaming of `vis-mode' to `visible-mode'.
8976
89772003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
8978
8979 * info.texi (Top, Help-Small-Screen): Remove accidentally added
8980 next, prev and up pointers.
8981
89822003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
8983
8984 * info.texi (Help): Mention existence of Emacs and stand-alone
8985 Info at the very beginning of the tutorial.
8986 (Help-Inv): New node.
8987 (Help-]): New node.
8988 (Help-M): Systematically point out the differences between default
8989 Emacs and stand-alone versions. Delete second menu.
8990 (Help-Xref): Systematically point out the differences between
8991 default Emacs and stand-alone versions.
8992 (Help-Int): Change `l' example.
8993 (Expert Info): Fix typos.
8994 (Emacs Info Variables): Mention `Info-hide-note-references' and
8995 new default for `Info-scroll-prefer-subnodes'.
8996
c8763fb6 89972003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8998
8999 Version 2.0.35 of Tramp released.
9000
9001 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9002 (Inline methods): Add methods `remsh' and `plink1'.
9003 (External transfer methods): Add method `remcp'.
9004 (Multi-hop Methods): Add method `remsh'.
9005 Small patch from Adrian Aichner <adrian@xemacs.org>:
9006 Fix minor typos.
0c7efc08 9007 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9008 `Info-index'.
9009 (Version Control): Add cindex entry.
9010
c8763fb6 90112003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9012
9013 * trampver.texi: Version 2.0.34 released.
9014
90152003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9016
9017 * faq.texi: Improve previous changes.
9018
90192003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9020
9021 * faq.texi: Update copyright and maintenance details.
9022 Update some package URLs, versions, and maintainers.
9023 Remove many references to the Emacs Lisp Archive.
9024
90252003-04-23 Simon Josefsson <jas@extundo.com>
9026
9027 * smtpmail.texi: Fix license (the invariant sections mentioned has
9028 never been part of the smtp manual). Align info dir entry with
9029 other emacs packages.
9030
90312003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9032
9033 * tramp.texi: Version 2.0.33 released.
9034 Remove installation chapter. Remove XEmacs specifics.
9035
90362003-03-29 Richard M. Stallman <rms@gnu.org>
9037
9038 * tramp.texi (Top): Undo the previous renaming.
9039 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9040
c8763fb6 90412003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9042
9043 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9044 version of manual.
9045
9046 * tramp.texi (Auto-save and Backup): New node.
9047
90482003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9049
9050 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9051 Emacs" in order to have better differentiation to "XEmacs".
9052 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9053 are new macros in order to point to the other Emacs flavor where
9054 appropriate. In info case, point to node `Installation' in order
9055 to explain how to generate the other way. In html case, make a
9056 link to the other html file.
0c7efc08 9057 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9058 after CVS checkout/update.
9059 (Installation): Completely rewritten.
9060 (Installation parameters, Load paths): New sections under
9061 `Installation'.
9062
c8763fb6 90632003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9064
9065 * tramp.texi: Version 2.0.30 released.
9066 Replace word "path" with "localname" where used as a component of
9067 a Tramp file name.
9068
90692003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9070
9071 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9072 introduced.
9073 (Installation): Explain what to do if files from the tramp/contrib
9074 directory are needed.
9075
90762003-02-23 Alex Schroeder <alex@emacswiki.org>
9077
9078 * smtpmail.texi (How Mail Works): New.
9079
90802003-02-22 Alex Schroeder <alex@emacswiki.org>
9081
9082 * smtpmail.texi: New file.
9083
9084 * Makefile.in: Build SMTP manual.
9085
c8763fb6 90862003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9087
9088 * tramp.texi: Version 2.0.29 released.
9089 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9090 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9091
90922003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9093
9094 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 9095 another package loads accidentally Ange-FTP.
2de53ca6
GM
9096
90972003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9098
9099 * tramp.texi (Customizing Completion): Add function
9100 `tramp-parse-sconfig'. Change example of
9101 `tramp-set-completion-function', because parsing of ssh config
9102 files looks more natural.
9103
91042003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9105
9106 * gnus.texi: Do not use `path' in several locations.
9107
c8763fb6 91082002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 9109
0c7efc08
SM
9110 * tramp.texi (External transfer methods): New method `smb'.
9111 From Michael Albinus.
2de53ca6
GM
9112
91132002-11-05 Karl Berry <karl@gnu.org>
9114
9115 * info.texi (Info-fontify): Reorder face list to avoid bad line
9116 breaks.
9117
c8763fb6 91182002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 9119
0c7efc08
SM
9120 * tramp.texi: Move @copying to standard place.
9121 Use @insertcopying.
2de53ca6
GM
9122
91232002-10-02 Karl Berry <karl@gnu.org>
9124
9125 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9126 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9127 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9128 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9129 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9130 Per rms, update all manuals to use @copying instead of @ifinfo.
9131 Also use @ifnottex instead of @ifinfo around the top node, where
9132 needed for the sake of the HTML output.
9133 (The Gnus manual is not fixed since it's not clear to me how it
9134 works; and the Tramp manual already uses @copying, although in an
9135 unusual way. All others were changed.)
9136
91372002-09-10 Jonathan Yavner <jyavner@engineer.com>
9138
9139 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9140 (../info/ses, ses.dvi): New targets.
9141 * ses.texi: New file.
9142
c8763fb6 91432002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
9144
9145 * texinfo.tex: Update to texinfo 4.2.
9146
91472002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9148
9149 * reftex.texi: Update to RefTeX 4.19.
9150
c8763fb6 91512002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
9152
9153 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9154 (../info/tramp, tramp.dvi): New targets.
9155
91562002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9157
9158 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9159 (calc.dvi): Uncomment.
9160
91612001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9162
9163 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9164 (../info/calc): New target.
9165
91662001-10-20 Gerd Moellmann <gerd@gnu.org>
9167
9168 * (Version 21.1 released.)
9169
91702001-10-05 Gerd Moellmann <gerd@gnu.org>
9171
9172 * Branch for 21.1.
9173
91742001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9175
9176 * Makefile.in (../info/info): Use an explicit -o switch to
9177 makeinfo.
9178
91792001-03-05 Gerd Moellmann <gerd@gnu.org>
9180
9181 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9182
91832000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9184
9185 * Makefile.in (../info/idlwave): Use --no-split.
9186
91872000-12-14 Dave Love <fx@gnu.org>
9188
c4cc8b9a 9189 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
9190 (gnus.dvi): Change rule to remove @latex stuff.
9191
91922000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9193
9194 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9195
91962000-10-13 John Wiegley <johnw@gnu.org>
9197
9198 * Makefile.in: Add build targets for eshell.texi.
9199
92002000-09-25 Gerd Moellmann <gerd@gnu.org>
9201
9202 * Makefile.in: Remove/comment speedbar stuff.
9203
92042000-09-22 Dave Love <fx@gnu.org>
9205
9206 * Makefile.in: Add emacs-mime.
9207
92082000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9209
9210 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9211 (DVI_TARGETS): Add woman.dvi.
9212 (../info/woman, woman.dvi): New targets.
9213
92142000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9215
9216 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9217
9218 * pcl-cvs.texi: New file.
9219 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9220 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9221
92222000-05-11 Gerd Moellmann <gerd@gnu.org>
9223
9224 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9225 (../info/ebrowse, ebrowse.dvi): New targets.
9226
92272000-01-13 Gerd Moellmann <gerd@gnu.org>
9228
9229 * Makefile.in (INFO_TARGETS): Add eudc.
9230 (DVI_TARGETS): Add eudc.dvi.
9231 (../info/eudc, eudc.dvi): New targets.
9232
92332000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9234
9235 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9236 compatibility with 8+3 filesystems).
9237 (../info/efaq): Rename from emacs-faq.
9238
92392000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9240
9241 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9242 (../info/idlwave, idlwave.dvi): New targets.
9243
92441999-10-23 Dave Love <fx@gnu.org>
9245
9246 * Makefile.in: Use autotype.texi.
9247
92481999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9249
9250 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9251 faq.texi file) rather than ../info/faq.
9252
92531999-10-07 Gerd Moellmann <gerd@gnu.org>
9254
9255 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9256 (../info/ada-mode, ada-mode.dvi): New targets.
9257
92581999-09-01 Dave Love <fx@gnu.org>
9259
9260 * Makefile.in: Add faq.
9261
92621999-07-12 Richard Stallman <rms@gnu.org>
9263
9264 * Version 20.4 released.
9265
92661998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9267
9268 * Version 20.3 released.
9269
92701998-04-06 Andreas Schwab <schwab@gnu.org>
9271
768c0c0f
JB
9272 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9273 Use it in dvi targets.
2de53ca6
GM
9274 (../etc/GNU): Change to $(srcdir) first.
9275
92761998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9277
9278 * reftex.texi: Update for RefTeX version 3.22.
9279
92801998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9281
9282 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9283 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9284
92851997-09-23 Paul Eggert <eggert@twinsun.com>
9286
9287 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9288 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9289
92901997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9291
9292 * Version 20.2 released.
9293
92941997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9295
9296 * Version 20.1 released.
9297
92981997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9299
9300 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9301
93021996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9303
9304 * Version 19.33 released.
9305
93061996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9307
9308 * Version 19.32 released.
9309
93101996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9311
9312 * Makefile.in: Add rules for the Message manual.
9313
93141996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9315
9316 * gnus.texi: New version.
9317
9318 * message.texi: New manual.
9319
93201996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9321
9322 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9323
93241996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9325
9326 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9327 Specify -I option.
9328 (All dvi targets): Set the TEXINPUTS variable.
9329
93301996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9331
9332 * Version 19.31 released.
9333
93341996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9335
9336 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9337 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9338
93391995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9340
9341 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9342 (INFO_TARGETS): Add ../info/cc-mode.
9343 (DVI_TARGETS): Add cc-mode.dvi.
9344
2de53ca6
GM
93451995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9346
9347 * Version 19.30 released.
9348
93491995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9350
9351 * gnus.texi: New file.
9352
93531995-11-04 Erik Naggum <erik@naggum.no>
9354
9355 * gnus.texi: File deleted.
9356
93571995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9358
9359 * mh-e.texi: "Function Index" -> "Command Index" to work with
9360 Emacs 19.30 C-h C-k support of separately-documented commands.
9361
93621995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9363
9364 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9365 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9366
93671995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9368
9369 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9370 (../info/viper, viper.dvi): New targets.
9371
93721995-04-20 Kevin Rodgers <kevinr@ihs.com>
9373
9374 * dired-x.texi (Installation): Change the example to set
9375 buffer-local variables like dired-omit-files-p in
9376 dired-mode-hook.
9377
93781995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9379
9380 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9381 (../info/mh-e, mh-e.dvi): New targets.
9382
93831995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9384
9385 * Makefile.in (maintainer-clean): Rename from realclean.
9386
93871994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9388
9389 * Makefile.in: New file.
9390 * Makefile: File deleted.
9391
93921994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9393
9394 * Makefile (TEXINDEX_OBJS): Variable deleted.
9395 (texindex, texindex.o, getopt.o): Rules deleted.
9396 All deps on texindex deleted.
9397 (distclean): Don't delete texindex.
9398 (mostlyclean): Don't delete *.o.
9399 * texindex.c, getopt.c: Files deleted.
9400
94011994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9402
9403 * Version 19.26 released.
9404
94051994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9406
9407 * Version 19.25 released.
9408
94091994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9410
9411 * Version 19.24 released.
9412
94131994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9414
9415 * Version 19.23 released.
9416
94171994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9418
9419 * Makefile: Delete spurious tab.
9420
94211994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9422
9423 * Makefile (.SUFFIXES): New rule.
9424
94251994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9426
9427 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9428 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9429
94301994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9431
9432 * Makefile (../info/sc): Rename from sc.info.
9433 (../info/cl): Likewise.
9434 (INFO_TARGETS): Use new names.
9435
94361993-12-04 Richard Stallman (rms@srarc2)
9437
9438 * getopt.c: New file.
9439 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9440 (getopt.o): New rule.
9441 (dvi): Don't depend on texindex.
9442 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9443 Depend on texindex.
9444
94451993-12-03 Richard Stallman (rms@srarc2)
9446
9447 * Makefile (../info/sc.info): Rename from ../info/sc.
9448 (TEXI2DVI): New variable.
9449 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9450 Add explicit commands.
9451 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9452
94531993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9454
9455 * Version 19.22 released.
9456
94571993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9458
9459 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9460
94611993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9462
9463 * Version 19.21 released.
9464
94651993-11-15 Paul Eggert (eggert@twinsun.com)
9466
9467 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9468
94691993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9470
9471 * Makefile (../etc/GNU): New target.
9472 (EMACSSOURCES): Add gnu1.texi.
9473
94741993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9475
9476 * Makefile (realclean): Don't delete the Info files.
9477
f0131492 94781993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
9479
9480 * forms.texi: Fix forms.texi so that it will format correctly.
9481 Add missing `@end iftex', fix bad reference.
9482
9483 * info.texi, info-stn.texi: New files implement texinfo version of
9484 `info' file.
9485
f0131492 94861993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
9487
9488 * Makefile: Fix targets for texindex, new info.texi files.
9489 * info-stnd.texi: New file implements info for standalone info
9490 reader.
9491 * info.texi: Update to include recent changes to "../info/info".
9492 New source file for ../info/info; includes info-stnd.texi.
9493
9494 * texindex.c: Include "../src/config.h" if building in emacs.
9495
9496 * Makefile: Change all files to FILENAME.texi, force all targets
9497 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9498 vip.texinfo, forms.texinfo, cl.texinfo.
9499 Add target to build texindex.c, defining `emacs'.
9500
9501 * forms.texi: Install new file to match version 2.3 of forms.el.
9502
95031993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9504
9505 * Version 19.19 released.
9506
95071993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
9508
9509 * sc.texinfo: Fix info file name.
9510
9511 * Makefile (info): Add gnus and sc.
9512 (dvi): Add gnus.dvi and sc.dvi.
9513 (../info/sc, sc.dvi): New targets.
9514
95151993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9516
9517 * Version 19.18 released.
9518
95191993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9520
9521 * Makefile: Fix source file names of the separate manuals.
9522 (gnus.dvi, ../info/gnus): New targets.
9523
95241993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9525
9526 * Version 19.17 released.
9527
95281993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9529
9530 * split-man: Fix typos in last change.
9531
95321993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9533
9534 * Version 19.16 released.
9535
95361993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9537
9538 * version 19.15 released.
9539
95401993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9541
9542 * Makefile (distclean): It's rm, not rf.
9543
95441993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9545
9546 * Version 19.14 released.
9547
95481993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9549
9550 * Makefile: New file.
9551
95521993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9553
9554 * Version 19.13 released.
9555
95561993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9557
9558 * Version 19.9 released.
9559
95601993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9561
9562 * Version 19.8 released.
9563
95641993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9565
9566 * Version 19.7 released.
9567
95681990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9569
9570 * gnus.texinfo: New file. Removed installation instructions.
9571
95721990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9573
9574 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9575
95761989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9577
9578 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
9579 then define `\sc' as the command for smallcaps in Texinfo.
9580 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
9581 made the corresponding change to makeinfo and texinfm.el.
9582
95831988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9584
9585 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9586 Customization since the menu entry did not point to anything.
9587 Also add an @finalout command to remove overfull hboxes from the
9588 printed output.
9589
9590 * cl.texinfo: Add @bye, \input line and @settitle to file.
9591 This file is clearly intended to be a chapter of some other work,
9592 but the other work does not yet exist.
9593
95941988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9595
9596 * texinfo.texinfo: Three typos corrected.
9597
4009494e 9598;; Local Variables:
c8763fb6 9599;; coding: utf-8
4009494e
GM
9600;; End:
9601
3fe7cdc8 9602 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9603
9604 This file is part of GNU Emacs.
9605
97c0352c 9606 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9607 it under the terms of the GNU General Public License as published by
97c0352c
GM
9608 the Free Software Foundation, either version 3 of the License, or
9609 (at your option) any later version.
4009494e
GM
9610
9611 GNU Emacs is distributed in the hope that it will be useful,
9612 but WITHOUT ANY WARRANTY; without even the implied warranty of
9613 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9614 GNU General Public License for more details.
9615
9616 You should have received a copy of the GNU General Public License
97c0352c 9617 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.