Simplify by using FOR_EACH_FRAME here and there.
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
31f47fba
PE
12012-11-12 Paul Eggert <eggert@cs.ucla.edu>
2
3 * texinfo.tex: Merge from gnulib.
4
6baf66d5 52012-11-10 Chong Yidong <cyd@gnu.org>
5b637222
CY
6
7 * url.texi (Introduction): Move url-configuration-directory to
8 Customization node.
9 (Parsed URIs): Split into its own node.
10 (URI Encoding): New node.
11 (Defining New URLs): Remove empty chapter.
12 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
13 Improve docs for url-queue-*.
14 (Supported URL Types): Copyedits. Delete empty subnodes.
15
82f84fa3
CY
16 * url.texi (Introduction): Rename from Getting Started. Rewrite
17 the introduction.
18 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
19
6baf66d5 202012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f
GM
21
22 * cl.texi (Obsolete Setf Customization):
23 Revert defsetf example to the more correct let rather than prog1.
bdd8064f
GM
24 Give define-modify-macro, defsetf, and define-setf-method
25 gv.el replacements.
2ee1d59f 26
2027b1b3 27 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
a358a44e 28 (Setf Extensions): Remove obsolete reference.
2027b1b3 29 (Obsolete Setf Customization):
651af8c6 30 Move note on lack of setf functions to lispref/variables.texi.
ab7f1c43 31 Undocument get-setf-method, since it no longer exists.
a358a44e 32 Mention simple defsetf replaced by gv-define-simple-setter.
651af8c6 33
c65b407b
GM
342012-11-03 Glenn Morris <rgm@gnu.org>
35
36 * cl.texi: Further general copyedits.
685b0026
GM
37 (List Functions): Remove copy-tree, standard elisp for some time.
38 (Efficiency Concerns): Comment out examples that no longer apply.
39 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
40 (Creating Symbols, Random Numbers): De-emphasize internal
41 variables cl--gensym-counter and cl--random-state. (Bug#12788)
f58542e1
GM
42 (Naming Conventions, Type Predicates, Macros)
43 (Predicates on Numbers): No longer mention cl-floatp-safe.
c65b407b 44
a71e2379
G
452012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
46
47 * gnus.texi (Mail Source Specifiers):
48 Document :leave keyword used for pop mail source.
49
df43dd53
GM
502012-11-01 Glenn Morris <rgm@gnu.org>
51
52 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
53 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
54 (Macro Bindings, Blocks and Exits):
55 Acknowledge existence of lexical-binding.
56 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 57
69c1c2e6
GM
582012-10-31 Glenn Morris <rgm@gnu.org>
59
dd90fd1a
GM
60 * ert.texi (Introduction, The @code{should} Macro):
61 Refer to "cl-assert" rather than "assert".
62
69c1c2e6
GM
63 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
64 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
65 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
66 Reword, and add details of flet and labels.
87b0d8b1 67 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 68
4ddedf94
GM
692012-10-30 Glenn Morris <rgm@gnu.org>
70
71 * cl.texi (Modify Macros): Update for cl-letf changes.
72 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
73 (Setf Extensions): Partially restore note about cl-getf,
74 mainly moved to lispref/variables.texi.
75 (Property Lists): Fix cl-getf typos.
f43a5263 76 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 77
d3094168
GM
782012-10-29 Glenn Morris <rgm@gnu.org>
79
80 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 81 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 82 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
83 (Modify Macros, Multiple Values, Other Clauses):
84 Remove mentions of obsolete features.
6a07d52e 85 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 86
3c0c6155
GM
872012-10-28 Glenn Morris <rgm@gnu.org>
88
f94b04fc
GM
89 * cl.texi (Multiple Values, Common Lisp Compatibility):
90 More namespace updates.
91 (Obsolete Features): Copyedits.
92 (Obsolete Lexical Macros, Obsolete Setf Customization):
93 New subsections.
94
9c52d61d
GM
95 * cl.texi (Porting Common Lisp, Lexical Bindings):
96 Add some xrefs to the Elisp manual.
97
3c0c6155
GM
98 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
99 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
100 (Obsolete Features): New appendix. Move Lexical Bindings here.
101
5887564d
GM
1022012-10-27 Glenn Morris <rgm@gnu.org>
103
e1117425
GM
104 * cl.texi: Use defmac for macros rather than defspec.
105 (Efficiency Concerns): Related copyedit.
106
5887564d
GM
107 * cl.texi (Control Structure): Update for setf now being in core.
108 (Setf Extensions): Rename from Basic Setf. Move much of the
109 former content to lispref/variables.texi.
110 (Modify Macros): Move pop, push details to lispref/variables.texi.
111 (Customizing Setf): Copyedits for setf etc being in core.
112 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
113 Further namespaces updates.
114
bdebdb64
BG
1152012-10-26 Bastien Guerry <bzg@gnu.org>
116
117 * org.texi (Installation): Update the link to Org's ELPA. Also
118 don't mention org-install.el anymore as the replacement file
119 org-loaddefs.el is now loaded by org.el.
120
f956e59d
MA
1212012-10-25 Michael Albinus <michael.albinus@gmx.de>
122
123 * tramp.texi (Frequently Asked Questions): Mention
124 `tramp-completion-reread-directory-timeout' for performance
125 improvement.
126
a05cb6e3
GM
1272012-10-25 Glenn Morris <rgm@gnu.org>
128
129 * cl.texi: Don't mess with the TeX section number counter.
130 Use Texinfo recommended convention for quotes+punctuation.
131 (Overview, Sequence Functions): Rephrase for better line-breaking.
132 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
133 (Macro Bindings, Conditionals, Iteration, Loop Basics)
134 (Random Numbers, Mapping over Sequences, Structures)
135 (Porting Common Lisp): Further updates for cl-lib namespace.
136 (Modify Macros, Declarations, Macro Bindings, Structures):
137 Break long lines in examples.
138 (Dynamic Bindings): Update for changed progv behavior.
139 (Loop Examples, Efficiency Concerns): Markup fixes.
140 (Structures): Remove TeX margin change.
39ff2cf3 141 (Declarations): Fix typos.
a05cb6e3 142
39a58b5b
GM
1432012-10-24 Glenn Morris <rgm@gnu.org>
144
a6880551
GM
145 * cl.texi (Overview, Multiple Values, Creating Symbols)
146 (Numerical Functions): Say less/nothing about the original cl.el.
147 (Old CL Compatibility): Remove.
148 (Assertions): Remove ignore-errors (standard Elisp for some time).
149
39a58b5b
GM
150 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
151 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
152 (Efficiency Concerns, Efficiency Concerns)
153 (Common Lisp Compatibility, Old CL Compatibility):
154 Further updates for cl-lib namespace.
155
72ec96fb
PE
1562012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
157
158 Update manual for new time stamp format (Bug#12706).
159 * emacs-mime.texi (time-date): Update for new format.
160 Also, fix bogus time stamp and modernize a bit.
161
8d6510b9
GM
1622012-10-23 Glenn Morris <rgm@gnu.org>
163
164 * cl.texi: Include emacsver.texi. Use Emacs version number rather
165 than unchanging cl.el version number.
166 End all menu descriptions with a period.
167 Do not use @dfn{CL} for every instance of "CL".
168 (Overview): Remove no-runtime caveat, and note about foo* names.
169 (Usage): Use cl-lib rather than cl.
170 (Organization, Naming Conventions): Update for cl-lib.el.
171 (Installation): Remove long-irrelevant node.
172 (Program Structure, Predicates, Control Structure):
173 Start updating for cl-lib namespace.
8d6510b9
GM
174 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
175 Depend on emacsver.texi.
176
0a078f36
MA
1772012-10-09 Michael Albinus <michael.albinus@gmx.de>
178
179 * trampver.texi: Update release number.
180
a03bb33f
GM
1812012-10-06 Glenn Morris <rgm@gnu.org>
182
24636b26
GM
183 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
184 ERC version.
185 (Introduction): ERC is distributed with Emacs.
186 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
187 (Getting Started): Simplify.
188 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
189 (History): Mention ERC maintained as part of Emacs now.
190 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
191 Add dependency on emacsver.texi.
192
a03bb33f
GM
193 * erc.texi: Remove hand-written node pointers.
194
d259be38
GM
1952012-10-05 Glenn Morris <rgm@gnu.org>
196
197 * newsticker.texi (Overview, Requirements, Usage, Configuration):
198 Copyedits.
199
62a81506
CY
2002012-10-01 Eric Ludlam <zappo@gnu.org>
201
202 * ede.texi (Quick Start, Project Local Variables)
203 (Miscellaneous commands, ede-java-root, Development Overview)
204 (Detecting a Project): New nodes.
205 (Simple projects): Node deleted.
206
207 * eieio.texi (Building Classes): Some slot attributes cannot be
208 overridden.
209 (Slot Options): Remove an example.
210 (Method Invocation, Documentation): New nodes.
211
07f133bf
GM
2122012-10-01 Glenn Morris <rgm@gnu.org>
213
214 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
215 (reftex.pdf): Add dependency on emacsver.texi.
216 * reftex.texi: Don't include directory part for emacsver.texi;
217 the Makefile's -I handles it.
218
4f595e15
RA
2192012-09-30 Ralf Angeli <angeli@caeruleus.net>
220
221 Merge from standalone RefTeX repository.
222
223 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
224 with macros.
225 (Imprint): Mention Wolfgang in list of contributors.
226 (Creating Citations): Give a hint about how to
227 auto-revert the BibTeX database file when using external editors.
228 (Referencing Labels): Simplify section about reference macro
229 cycling.
230 (Options (Referencing Labels)): Adapt to new structure of
231 `reftex-ref-style-alist'.
232 (Referencing Labels, Reference Styles): Document changes in the
233 referencing functionality.
234 (Commands): Mention options for definition of header and footer in
235 BibTeX files.
236 (Options (Creating Citations)): Document
237 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
238 (Reference Styles): New section.
239 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
240 (Options (Referencing Labels)): Remove descriptions of deprecated
241 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
242 Add descriptions for `reftex-ref-style-alist' and
243 `reftex-ref-style-default-list'.
244 (Referencing Labels): Update regarding reference styles.
245 (Citation Styles): Mention support for ConTeXt.
246 (Options (Defining Label Environments)): Fix typo.
247 (Options (Creating Citations)): Document
248 `reftex-cite-key-separator'.
249
8223b1d2
BG
2502012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
251
252 * org.texi: Add description of ORG_ADD_CONTRIB to info
253 documentation. Add link to Worg for more details.
254
255 * org.texi: Clarify installation procedure. Provide link to the
256 build system description on Worg.
257
258 * org.texi: Remove reference to utils/, x11idle.c is now in
259 contrib/scripts.
260
261 * org.texi: Re-normalize to "Org mode" in manual.
262
263 * org.texi (Installation): Adapt documentation to new build
264 system. Mention GNU ELPA (since it needs to be handled like Emacs
265 built-in Org).
266
8223b1d2
BG
2672012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
268
269 * org.texi: Fix typo in description of the 'Hooks' section.
270
271 * org.texi: Add ID to the list of special properties.
272
2732012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
274
275 * org.texi (Moving subtrees): Document the ability to archive to a
276 datetree.
277
2782012-09-30 Bastien Guerry <bzg@altern.org>
279
280 * org.texi (Installation, Feedback, Batch execution): Use
281 (add-to-list 'load-path ... t) for the contrib dir.
282
283 * org.texi (results): Update documentation for ":results drawer"
284 and ":results org".
285
286 * org.texi (Column width and alignment): Fix typo.
287
288 * org.texi (Activation): Point to the "Conflicts" section.
289
290 * org.texi (Conflicts): Mention filladapt.el in the list of
291 conflicting packages.
292
293 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
294 not needed for versions of Emacs > 22.1.
295
296 * org.texi (History and Acknowledgments): Fix typo.
297
298 * org.texi (History and Acknowledgments): Add my own
299 acknowledgments.
300
301 * org.texi (Agenda commands): Document the new command and the new
302 option.
303
304 * org.texi (Agenda commands): Delete `org-agenda-action' section.
305 (Agenda commands): Reorder. Document `*' to toggle persistent
306 marks.
307
308 * org.texi (Agenda dispatcher): Mention
309 `org-toggle-agenda-sticky'.
310 (Agenda commands, Exporting Agenda Views): Fix typo.
311
312 * org.texi (Templates in contexts, Setting Options): Update to
313 reflect changes in how contexts options are processed.
314
315 * org.texi (Templates in contexts): Document the new structure of
316 the variables `org-agenda-custom-commands-contexts' and
317 `org-capture-templates-contexts'.
318
319 * org.texi (Templates in contexts): Document the new option
320 `org-capture-templates-contexts'.
321 (Storing searches): Document the new option
322 `org-agenda-custom-commands-contexts'.
323
324 * org.texi (Formula syntax for Lisp): Reformat.
325
326 * org.texi (Special properties, Column attributes)
327 (Agenda column view): Document the new special property
328 CLOCKSUM_T.
329
330 * org.texi (Template expansion): Document the new %l template.
331
332 * org.texi (Fast access to TODO states): Fix documentation about
333 allowed characters for fast todo selection.
334
335 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
336 use in `org-agenda-to-appt'.
337
338 * org.texi (Comment lines): Update wrt comments.
339
340 * org.texi (Resolving idle time): Document new keybinding.
341
342 * org.texi (Clocking commands): Document the use of S-M-<up/down>
343 on clock timestamps.
344
345 * org.texi (Fast access to TODO states): Explicitely says only
346 letters are supported as fast TODO selection keys.
347
348 * org.texi (Link abbreviations): Illustrate the use of the "%h"
349 specifier. Document the new "%(my-function)" specifier.
350
351 * org.texi (Clocking commands): New cindex.
352 (Clocking commands): Update documentation for `org-clock-in'.
353 Document `org-clock-in-last'. Mention `org-clock-out' and
354 `org-clock-in-last' as commands that can be globally bound.
355 (Resolving idle time): Document continuous clocking.
356
357 * org.texi (Top, Introduction): Fix formatting.
358 (Activation): Add index entries.
359 (Conventions): Update section.
360 (Embedded @LaTeX{}): Fix formatting.
361
362 * org.texi (Visibility cycling): Document `show-children'.
363
364 * org.texi (Using capture): Mention the `org-capture-last-stored'
365 bookmark as a way to jump to the last stored capture.
366
367 * org.texi (Uploading files): Fix typo.
368
369 * org.texi (Using capture): Document `C-0' as a prefix argument
370 for `org-capture'.
371
372 * org.texi (Agenda commands): Document persistent marks.
373
374 * org.texi (Template expansion): Update doc to reflect change.
375
376 * org.texi (Radio tables): Document the :no-escape parameter.
377
378 * org.texi (Repeated tasks): Document repeat cookies for years,
379 months, weeks, days and hours.
380
381 * org.texi (Export options): State that you can use the d: option
382 by specifying a list of drawers.
383
384 * org.texi (HTML preamble and postamble): Small doc improvement.
385
3862012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
387
388 * org.texi: The sections in the Exporting section of the manual
389 left out articles in the description of the org-export-as-*
390 commands, among other places. This patch adds them, adds a few
391 missing prepositions, and switches instances of "an HTML" to "a
392 html" for internal consistency.
393
394 * org.texi: Alter several examples of headings with timestamps in
395 them to include the timestamps in the body instead of the heading.
396
3972012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
398
399 * org.texi (Agenda dispatcher): Document sticky agenda views and
400 the new key for them.
401
4022012-09-30 Charles <millarc@verizon.net> (tiny change)
403
404 * org.texi (Advanced features): Fix error in table.
405
4062012-09-30 Feng Shu <tumashu@gmail.com>
407
408 * org.texi (@LaTeX{} fragments): Document imagemagick as an
409 alternative to dvipng.
410
4112012-09-30 François Allisson <francois@allisson.co> (tiny change)
412
413 * org.texi: Remove extra curly bracket.
414
4152012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
416
417 * org.texi (org-clock-in-last and org-clock-cancel): Update the
418 defkeys.
419
4202012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
421
422 * org.texi (Agenda commands): Fix two typos by giving
423 corresponding function names, according to
424 `org-agenda-view-mode-dispatch'.
425
4262012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
427
428 * org.texi (The spreadsheet): Fix typo.
429
4302012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
431
432 * org.texi (Tracking your habits): Point to the "Tracking TODO
433 state changes" section.
434
4352012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
436
437 * org.texi (Literal examples): Remove reference to unknown
438 `org-export-latex-minted' variable. Also simplify footnote since
439 `org-export-latex-listings' documentation is exhaustive already.
440
441 * org.texi (Plain lists): Remove reference to now hard-coded
442 `bullet' automatic rule.
443
4442012-09-30 Toby S. Cubitt <tsc25@cantab.net>
445
446 * org.texi: Updated documentation accordingly.
447
5087f097
PE
4482012-09-13 Paul Eggert <eggert@cs.ucla.edu>
449
450 * texinfo.tex: Merge from gnulib.
451
20121a26
MA
4522012-09-12 Michael Albinus <michael.albinus@gmx.de>
453
454 Sync with Tramp 2.2.6.
455
456 * tramp.texi (Bug Reports): Cleanup caches before a test run.
457
458 * trampver.texi: Update release number.
459
44677e30
PE
4602012-09-12 Paul Eggert <eggert@cs.ucla.edu>
461
462 * texinfo.tex: Merge from gnulib.
463
5a4c42ba
AA
4642012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
465
466 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
467 (bug#12096).
468
8e7046c3
JB
4692012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
470
1dcac243
JB
471 * calc.texi (Simplification modes, Conversions)
472 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
473 (The Calc Mode Line): Mention the mode line display for Basic
474 simplification mode.
475 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
476 simplifications.
477 (Basic Simplifications): Rename from "Limited Simplifications"
478 Replace "limited" by "basic" throughout.
479 (Algebraic Simplifications): Indicate that the algebraic
480 simplifications are done by default.
481 (Unsafe Simplifications): Mention `m E'.
482 (Simplification of Units): Mention `m U'.
483 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
484 (Kinds of Declarations, Functions for Declarations): Mention
485 "algebraic simplifications" instead of `a s'.
1dcac243 486 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 487
d2bd74ff
JB
4882012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
489
490 * calc.texi (Getting Started, Tutorial): Change simulated
491 Calc output to match actual output.
492 (Simplifying Formulas): Mention that algebraic simplification is now
493 the default.
494
77472261
EZ
4952012-07-28 Eli Zaretskii <eliz@gnu.org>
496
497 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
498 (Bug#12073)
499
09ae5da1
PE
5002012-07-25 Paul Eggert <eggert@cs.ucla.edu>
501
502 Prefer typical American spelling for "acknowledgment".
503 * calc.texi (History and Acknowledgments): Rename from
504 History and Acknowledgements.
505 * idlwave.texi (Acknowledgments):
506 * ses.texi (Acknowledgments):
507 * woman.texi (Acknowledgments): Rename from Acknowledgements.
508
c4444d16
PE
5092012-07-09 Paul Eggert <eggert@cs.ucla.edu>
510
511 Rename configure.in to configure.ac (Bug#11603).
512 * ede.texi (Compiler and Linker objects, ede-proj-project)
513 (ede-step-project): Prefer the name configure.ac to configure.in.
514
ef091c97
MA
5152012-07-06 Michael Albinus <michael.albinus@gmx.de>
516
517 * tramp.texi (Multi-hops): Introduce
518 `tramp-restricted-shell-hosts-alist'.
519
89b163db
G
5202012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
521
522 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
523 methods, so don't mention smtpmail here.
524
5252012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
526
527 * gnus.texi (Picons): Document gnus-picon-properties.
528
5292012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
530
531 * gnus.texi: Remove mention of compilation, as that's no longer
532 supported.
533
5342012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
535
536 * gnus.texi (Archived Messages): Mention
537 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
538
5392012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
540
541 * gnus.texi (Various Summary Stuff):
542 Remove mention of `gnus-propagate-marks'.
543
5442012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
545
546 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
547 which no longer exist.
548
5492012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
550
551 * gnus.texi (Archived Messages):
552 Document gnus-gcc-self-resent-messages.
553
5542012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
555
556 * message.texi (Mail Variables):
557 Mention the optional user parameter for X-Message-SMTP-Method.
558
5592012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
560
561 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
562
563 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
564
5652012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
566
567 * gnus.texi (Key Index): Change encoding to utf-8.
568
ac1a0ce1 5692012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
570
571 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
572
71cca84d
G
5732012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
574
575 * gnus.texi (Group Timestamp): Mention where to find documentation for
576 the `gnus-tmp-' variables (bug#11601).
577
888a7fc0
MA
5782012-06-11 Michael Albinus <michael.albinus@gmx.de>
579
580 Sync with Tramp 2.2.6-pre.
581
582 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
583 where appropriate.
584 (Ad-hoc multi-hops): New section.
585 (Remote processes): New subsection "Running remote processes on
586 Windows hosts".
587 (History): Add remote commands on Windows, and ad-hoc multi-hop
588 methods.
589 (External methods): "ControlPersist" must be set to "no" for the
590 `scpc' method.
591 (Remote processes): Add a note about `auto-revert-tail-mode'.
592 (Frequently Asked Questions): Use "scpx" in combination with
593 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
594
595 * trampver.texi: Update release number.
596
31ca4639 5972012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
598
599 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
600 compilation for html-mono.
601
0e8bbf66
PE
6022012-06-08 Paul Eggert <eggert@cs.ucla.edu>
603
604 * texinfo.tex: Merge from gnulib.
605
b8f061b3
KY
6062012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
607
608 * Makefile.in (echo-info): Don't try to install info files named
609 just ".info".
610
16af873e
GM
6112012-05-28 Glenn Morris <rgm@gnu.org>
612
c1dabff0
GM
613 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
614
16af873e
GM
615 * sc.texi: Nuke hand-written node pointers.
616 Fix top-level menu to match actual node order.
617
1d5b82ef
GM
6182012-05-27 Glenn Morris <rgm@gnu.org>
619
620 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
621 Some associated fixes, including not messing with chapno in cl.texi.
622
33017faf 6232012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
624
625 * org.texi (Durations and time values): Fix typo.
626
d14b0029
JB
6272012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
628
33017faf 629 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
630 Mention `calc-ensure-consistent-units'.
631
2f4cadd1 6322012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 633
9879e263
AS
634 * cc-mode.texi: Avoid space before macro in 4th argument of cross
635 reference commands. (Bug#11461)
636
78e91d08
AS
637 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
638
3fe7cdc8
GM
6392012-05-12 Glenn Morris <rgm@gnu.org>
640
9598ef0b
GM
641 * Makefile.in (mostlyclean): Add more TeX intermediates.
642
7d326a29
GM
643 * Makefile.in: Make it look more like the other doc Makefiles.
644 Use explicit $srcdir in all dependencies.
645 Remove cd $srcdir from rules.
646 (VPATH): Remove.
647 (infodir): Set to an absolute path.
648 (INFO_TARGETS): Use short names.
649 (mkinfodir): infodir is now absolute.
650 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
651
c7f95930 652 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 653 (.SUFFIXES): Disable implicit rules.
c7f95930 654
3fe7cdc8
GM
655 * Makefile.in (MKDIR_P): New, set by configure.
656 (mkinfodir): Use $MKDIR_P.
657
6f0652af
GM
6582012-05-07 Glenn Morris <rgm@gnu.org>
659
660 * forms.texi (Long Example): Update for changed location of files.
661
8045b906
GM
6622012-05-04 Glenn Morris <rgm@gnu.org>
663
664 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
665 (INFO_TARGETS): Use $INFO_EXT.
666 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
667 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
668 (INFO_TARGETS): Use $INFO_EXT.
669 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
670
9e7a4bcf
GM
6712012-05-02 Glenn Morris <rgm@gnu.org>
672
9aa071df
GM
673 * Makefile.in (echo-info): New phony target, used by top-level.
674
9e7a4bcf
GM
675 * viper.texi: Make direntry shorter (also it is no longer "newest").
676
677 * emacs-gnutls.texi, ert.texi, org.texi:
678 Fix dircategory, direntry to match info/dir.
679
31cc861c
GM
680 * faq.texi: Convert @inforefs to @xrefs.
681 Fix some malformed cross-references.
f9e320bb
GM
682 (File-name conventions): Shorten section name to avoid overfull line.
683 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 684
723ea6b5
TZ
6852012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
686
687 * auth.texi (Help for users): Update for .gpg file being second.
688
a8e7d6d7 6892012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
690
691 * org.texi (Agenda commands): Fix two typos: give corresponding
692 function names, according to `org-agenda-view-mode-dispatch'.
693
a8e7d6d7 6942012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
695
696 * faq.texi (Major packages and programs): Remove section.
697 There is no point listing 6 packages (cf etc/MORE.STUFF).
698 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 699
dcbf5805
MA
7002012-04-22 Michael Albinus <michael.albinus@gmx.de>
701
702 * dbus.texi (Version): New node.
703 (Properties and Annotations): Mention the object manager
704 interface. Describe dbus-get-all-managed-objects.
705 (Type Conversion): Floating point numbers are allowed, if an
706 anteger does not fit Emacs's integer range.
707 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
708 (Asynchronous Methods): Fix description of
709 dbus-call-method-asynchronously.
710 (Receiving Method Calls): Fix some minor errors. Add
711 dbus-interface-emacs.
712 (Signals): Describe unicast signals and the new match rules.
713 (Alternative Buses): Add the PRIVATE optional argument to
714 dbus-init-bus. Describe its new return value. Add dbus-setenv.
715
adee4030
GM
7162012-04-20 Glenn Morris <rgm@gnu.org>
717
718 * faq.texi (New in Emacs 24): New section.
719 (Packages that do not come with Emacs): Mention M-x list-packages.
720
35dc09a1 7212012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
722
723 * cc-mode.texi (c-offsets-alist): Correct a typo.
724
35dc09a1 7252012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
726
727 * org.texi (Deadlines and scheduling): Fix the example: the
728 DEADLINE item should come right after the headline. We enforce
729 this convention, so it is a bug not to illustrate it correctly in
730 the manual.
731
35dc09a1 7322012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
733
734 * org.texi (Agenda commands): Fix documentation bug by swapping
735 the equivalent keybindings to `org-agenda-next-line' with the ones
736 to `org-agenda-previous-line'.
737
35dc09a1 7382012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
739
740 * Makefile.in: Replace non-portable use of $< in ordinary rules.
741
e2560ea8
EZ
7422012-04-09 Eli Zaretskii <eliz@gnu.org>
743
744 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
745 emacs-gnutls.
746 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
747
6b4f4a2d
TZ
7482012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
749
250b840e 750 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
751
752 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
753
ca2c89b6
TZ
7542012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
755
756 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 757 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 758
aebd5f1a
GM
7592012-04-04 Glenn Morris <rgm@gnu.org>
760
761 * auth.texi (Secret Service API): Copyedits.
762 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
763 (Help for users, Help for developers)
764 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 765
0317dd51
MA
7662012-04-04 Michael Albinus <michael.albinus@gmx.de>
767
768 * auth.texi (Secret Service API): Add the missing text.
769
3d439cd1
CY
7702012-04-04 Chong Yidong <cyd@gnu.org>
771
772 * message.texi (Using PGP/MIME): Note that epg is now the default.
773
774 * gnus.texi: Reduce references to obsolete pgg library.
775 (Security): Note that epg is now the default.
776
777 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
778
779 * nxml-mode.texi (Completion): C-RET is no longer bound to
780 nxml-complete.
781
153ae947
BG
7822012-04-01 Jambunathan K <kjambunathan@gmail.com>
783
784 * org.texi (Customizing tables in ODT export): Correct few errors.
785
7862012-04-01 Jambunathan K <kjambunathan@gmail.com>
787
788 * org.texi (Links in ODT export): Update.
789 (Labels and captions in ODT export): New node.
790
7912012-04-01 Jambunathan K <kjambunathan@gmail.com>
792
793 * org.texi (Literal examples in ODT export): htmlfontify.el in
794 Emacs-24.1 now supports fontification. So ODT source blocks will
795 be fontified by default.
796
7972012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
798
799 * org.texi (Refiling notes): Remove duplicated keybinding.
800
8012012-04-01 Eric Schulte <eric.schulte@gmx.com>
802
803 * org.texi (noweb): Documentation of this new option to the :noweb
804 header argument.
805
8062012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
807
808 * org.texi (Header and sectioning): Add example demonstrating how
809 to use "LaTeX_CLASS_OPTIONS".
810
8112012-04-01 Eric Schulte <eric.schulte@gmx.com>
812
813 * org.texi (Noweb reference syntax): Describe the ability to
814 execute noweb references in the manual.
815
8162012-04-01 Eric Schulte <eric.schulte@gmx.com>
817
818 * org.texi (cache): Improve cache documentation when session
819 evaluation is used.
820
8212012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
822
823 * org.texi (Plain lists): Document removal.
824
8252012-04-01 Michael Brand <michael.ch.brand@gmail.com>
826
827 * org.texi: Decapitalize file name in references to Calc manual.
828
8292012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
830
831 * org.texi (Plain lists): Document removal.
832
8332012-04-01 Jambunathan K <kjambunathan@gmail.com>
834
835 * org.texi (Top, OpenDocument Text export)
836 (ODT export commands, Extending ODT export)
837 (Images in ODT export, Tables in ODT export)
838 (Configuring a document converter): Add or Update.
839
8402012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
841
842 * org.texi (MobileOrg): Change the wording to reflect that the
843 Android Version is no longer just the little brother of the iOS
844 version.
845
8462012-04-01 Eric Schulte <eric.schulte@gmx.com>
847
848 * org.texi (Key bindings and useful functions): Updated babel key
849 binding documentation in manual.
850
8512012-04-01 Eric Schulte <eric.schulte@gmx.com>
852
853 * org.texi (noweb): Document new noweb header value.
854
8552012-04-01 Eric Schulte <eric.schulte@gmx.com>
856
857 * org.texi (noweb-sep): Document new header argument.
858
8592012-04-01 Eric Schulte <eric.schulte@gmx.com>
860
861 * org.texi (noweb-ref): Documentation of this new custom variable.
862
8632012-04-01 Eric Schulte <eric.schulte@gmx.com>
864
865 * org.texi (wrap): Update the new :wrap documentation to match the
866 current implementation.
867
8682012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
869
870 * org.texi: Added documentation for :wrap.
871
8722012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
873
874 * org.texi: #+RESULTS now user-configurable.
875
8762012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
877
878 * org.texi: Documented :noweb no-export.
879
8802012-04-01 Thomas Dye <dk@poto.local>
881
882 * org.texi: Edit :noweb no header argument for correctness.
883
8842012-04-01 Bastien Guerry <bzg@altern.org>
885
886 * org.texi (Customization): Update the approximate number of Org
887 variables.
888
8892012-04-01 Thomas Dye <dk@poto.local>
890
891 * org.texi: The :results wrap produces a drawer instead of a
892 begin_results block.
893
005a89ff
G
8942012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
895
896 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
897 reflect the new default.
898
589ce070
EZ
8992012-03-10 Eli Zaretskii <eliz@gnu.org>
900
901 * info.texi (Expert Info): Move the index entry for "Texinfo" from
902 "Getting Started" to this node. (Bug#10450)
903
a5392527
CY
9042012-03-10 Chong Yidong <cyd@gnu.org>
905
8ae818e4
CY
906 * flymake.texi (Example -- Configuring a tool called via make):
907 Mention the Automake COMPILE variable (Bug#8715).
908
a5392527
CY
909 * info.texi (Getting Started): Add an index entry (Bug#10450).
910
d49902e4
MA
9112012-03-02 Michael Albinus <michael.albinus@gmx.de>
912
913 * dbus.texi (Signals): Known names will be mapped onto unique
914 names, when registering for signals.
915
53eced6d
GM
9162012-02-29 Glenn Morris <rgm@gnu.org>
917
bcd6cd23
GM
918 * url.texi: Fix quote usage in body text.
919
775b55af
GM
920 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
921
53eced6d
GM
922 * cl.texi: Use @code{} in menus when appropriate.
923
44e97401
GM
9242012-02-28 Glenn Morris <rgm@gnu.org>
925
926 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
927 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
928 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
929 * org.texi, sc.texi, vip.texi, viper.texi:
930 Standardize possessive apostrophe usage.
931
fa9a0855
CY
9322012-02-26 Chong Yidong <cyd@gnu.org>
933
934 * ediff.texi (Quick Help Commands): Add a couple of index entries
935 (Bug#10834).
936
0fd2c9a3
GM
9372012-02-17 Glenn Morris <rgm@gnu.org>
938
939 * gnus.texi (Posting Styles):
940 * remember.texi (Org): Fix cross-refs to other manuals.
941
9f26dc24
GM
9422012-02-15 Glenn Morris <rgm@gnu.org>
943
944 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
945 (Encryption): New chapter, split out from previous.
946
3d2af193
LI
9472012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
948
949 * gnus.texi (Customizing the IMAP Connection): Mention
950 nnimap-record-commands.
951
b74c9672
GM
9522012-02-10 Glenn Morris <rgm@gnu.org>
953
954 * url.texi (Retrieving URLs): Update url-retrieve arguments.
955 Mention url-queue-retrieve.
956
2ebc3b94
GM
9572012-02-09 Glenn Morris <rgm@gnu.org>
958
9fcfcdef
GM
959 * sem-user.texi (Semantic mode user commands): Typo fix.
960
2ebc3b94
GM
961 * info.texi (Create Info buffer): Mention info-display-manual.
962
7c4bbb69
LI
9632012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
964
965 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
966 example (modified from an example by Michael Albinus).
967
debce7bc
G
9682012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
969
970 * gnus.texi (Agent Basics): Fix outdated description of
971 `gnus-agent-auto-agentize-methods'.
972
b207a4ec
AS
9732012-01-28 Andreas Schwab <schwab@linux-m68k.org>
974
975 * cc-mode.texi: Always @defindex ss.
976 (Config Basics): Fix argument of @itemize.
977 (Macro Backslashes): Add @code around index entry.
978
b8fe8712
GM
9792012-01-23 Glenn Morris <rgm@gnu.org>
980
981 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
982
02dc2fd7
EH
9832012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
984
985 * tramp.texi (File): Tweak wording for the `scpc' option.
986
e7719ea1
G
9872012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
988
989 * gnus.texi (Group Parameters): Really note precedence.
990
9937bef4
G
9912012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
992
993 * gnus.texi (Group Parameters): Note precedence.
994
e66ba1df
BG
9952012-01-03 Eric Schulte <eric.schulte@gmx.com>
996
997 * org.texi (Noweb reference syntax): Adding documentation of
998 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
999 variable.
1000
10012012-01-03 Bastien Guerry <bzg@gnu.org>
1002
1003 * org.texi (Plain lists): Split the table to fix the display
1004 of items.
1005
10062012-01-03 Bastien Guerry <bzg@gnu.org>
1007
1008 * org.texi (Plain lists): Fix misplaced explanation.
1009
10102012-01-03 Bastien Guerry <bzg@gnu.org>
1011
1012 * org.texi (Plain lists, Agenda files): Add index entries.
1013
10142012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1015
1016 * org.texi: Use "Org mode" instead of alternatives like
1017 "Org-mode" or "org-mode".
1018
10192012-01-03 Bernt Hansen <bernt@norang.ca>
1020
1021 * org.texi (Agenda commands): Document
1022 `org-clock-report-include-clocking-task'.
1023
10242012-01-03 Bastien Guerry <bzg@gnu.org>
1025
1026 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1027 C-c' on checkboxes.
1028
10292012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1030
1031 * org.texi: End sentences with two spaces.
1032
10332012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1034
1035 * org.texi (External links): Document the link types file+sys
1036 and file+emacs, slightly narrow used page width.
1037
10382012-01-03 Eric Schulte <eric.schulte@gmx.com>
1039
1040 * org.texi (colnames): Note that colnames behavior may differ
1041 across languages.
1042
10432012-01-03 Bastien Guerry <bzg@gnu.org>
1044
1045 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1046
10472012-01-03 Thomas Dye <dk@poto.westell.com>
1048
1049 * org.texi: Augmented discussion of babel property
1050 inheritance. Put footnote outside sentence ending period.
1051
10522012-01-03 Eric Schulte <schulte.eric@gmail.com>
1053
1054 * org.texi (eval): Documenting the full range of :eval header
1055 argument values.
1056
10572012-01-03 Eric Schulte <schulte.eric@gmail.com>
1058
1059 * org.texi (eval): Documentation of the new :eval option.
1060
10612012-01-03 Thomas Dye <dk@poto.local>
1062
1063 * org.texi: Add accumulated properties.
1064
10652012-01-03 Thomas Dye <dk@poto.local>
1066
1067 * org.texi: Documented no spaces in name=assign, another
1068 correction to :var table.
1069
10702012-01-03 Thomas Dye <dk@poto.local>
1071
1072 * org.texi: Changed DATA to NAME in Working With Source Code
1073 section.
1074
10752012-01-03 Tom Dye <tsd@tsdye.com>
1076
1077 * org.texi: Minor change to :var table.
1078
10792012-01-03 Tom Dye <tsd@tsdye.com>
1080
1081 * org.texi: More changes to :var table (some examples were wrong).
1082
10832012-01-03 Tom Dye <tsd@tsdye.com>
1084
1085 * org.texi: Cleaned up :var table.
1086
10872012-01-03 Bastien Guerry <bzg@gnu.org>
1088
1089 * org.texi (Timestamps, Weekly/daily agenda)
1090 (Weekly/daily agenda): Add @cindex for "appointment".
1091
10922012-01-03 Eric Schulte <schulte.eric@gmail.com>
1093
1094 * org.texi (Literal examples): A new link to the template for
1095 inserting empty code blocks.
1096 (Structure of code blocks): A new link to the template for
1097 inserting empty code blocks.
1098
10992012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1100
1101 * org.texi (External links): Add footnote on how the behavior
1102 of the text search in Org files are controled by the variable
1103 `org-link-search-must-match-exact-headline'.
1104
11052012-01-03 Eric Schulte <schulte.eric@gmail.com>
1106
1107 * org.texi (Buffer-wide header arguments): Update
1108 documentation to reflect removal of #+PROPERTIES.
1109
11102012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1111
1112 * org.texi (The clock table): Mention that ACHIVED trees
1113 contribute to the clock table.
1114
11152012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1116
1117 * org.texi (Conflicts): Better yasnippet config info.
1118
11192012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1120
1121 * org.texi (Selective export): Explicitely mention the default
1122 values for `org-export-select-tags',
1123 `org-export-exclude-tags'.
1124
11252012-01-03 Tom Dye <tsd@tsdye.com>
1126
1127 * org.texi: Added a line to specify that header arguments are
1128 lowercase.
1129
11302012-01-03 Tom Dye <tsd@tsdye.com>
1131
1132 * org.texi: :var requires default value when declared.
1133
11342012-01-03 Bastien Guerry <bzg@gnu.org>
1135
1136 * org.texi (Handling links): Add a note about the
1137 `org-link-frame-setup' option.
1138
11392012-01-03 David Maus <dmaus@ictsoc.de>
1140
1141 * org.texi (Exporting Agenda Views, Extracting agenda
1142 information): Fix command line syntax, quote symbol parameter
1143 values.
1144
11452012-01-03 David Maus <dmaus@ictsoc.de>
1146
1147 * org.texi (Exporting Agenda Views): Fix command line syntax.
1148
8d80ef01
PE
11492011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1150
1151 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1152 Use octal notation for file permissions, which are normally
1153 thought of in octal.
1154 (Mail Back End Variables): Use more-plausible modes in example.
1155
47d42d81
AM
11562011-12-20 Alan Mackenzie <acm@muc.de>
1157
1158 * cc-mode.texi: Update version string 5.31 -> 5.32.
1159
a98edce9
JB
11602011-12-06 Juanma Barranquero <lekktu@gmail.com>
1161
1162 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1163
321decc8
GM
11642011-11-24 Glenn Morris <rgm@gnu.org>
1165
1166 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1167
f8107b79
JB
11682011-11-24 Juanma Barranquero <lekktu@gmail.com>
1169
1170 * makefile.w32-in: Update dependencies.
1171
f5a96a4f
GM
11722011-11-20 Glenn Morris <rgm@gnu.org>
1173
1174 * gnus.texi (Group Information):
1175 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1176
cd1181db
JB
11772011-11-20 Juanma Barranquero <lekktu@gmail.com>
1178
1179 * gnus-coding.texi (Gnus Maintenance Guide):
1180 Rename from "Gnus Maintainance Guide".
1181
1182 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1183 * eieio.texi (Customizing):
fe7a3057
JB
1184 * gnus.texi (Article Washing):
1185 * gnus-news.texi:
1186 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 1187
7877f373
JB
11882011-11-16 Juanma Barranquero <lekktu@gmail.com>
1189
1190 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1191
0d26e0b6
JB
11922011-11-15 Juanma Barranquero <lekktu@gmail.com>
1193
c7015153
JB
1194 * ede.texi (project-am-texinfo):
1195 * gnus.texi (Sending or Not Sending):
1196 * org.texi (Template elements): Fix typos.
0d26e0b6 1197
0b381c7e
JB
11982011-11-14 Juanma Barranquero <lekktu@gmail.com>
1199
1200 * ediff.texi (Hooks):
c7015153 1201 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 1202
40a8bdf6
JB
12032011-11-11 Juanma Barranquero <lekktu@gmail.com>
1204
1205 * semantic.texi (Tag handling): Fix typo.
1206
57dda3bb
KY
12072011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1208
1209 * gnus.texi (Other Gnus Versions): Remove.
1210
52bedd34
AM
12112011-10-28 Alan Mackenzie <acm@muc.de>
1212
1213 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1214 (Other Special Indentations): Add an xref to "Macros with ;".
1215 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1216 "Macros with ;".
1217 (Macros with ;): New page.
1218
00b77525
GM
1219 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1220 Document the new handling of nested scopes for movement by defuns.
52bedd34 1221
4a623313
MA
12222011-10-23 Michael Albinus <michael.albinus@gmx.de>
1223
1224 Sync with Tramp 2.2.3.
1225
1226 * trampver.texi: Update release number.
1227
466a320e
GM
12282011-10-14 Glenn Morris <rgm@gnu.org>
1229
1230 * ert.texi (Introduction, How to Run Tests)
1231 (Running Tests Interactively, Expected Failures)
1232 (Tests and Their Environment, Useful Techniques)
1233 (Interactive Debugging, Fixtures and Test Suites):
1234 Minor rephrasings.
1235 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1236 (Running Tests in Batch Mode): Simplify loading instructions.
1237 (Test Selectors): Clarify some selectors.
1238 (Expected Failures, Useful Techniques):
1239 Make examples fit in 80 columns.
1240
2be4956d
JB
12412011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1242
1243 * calc.texi (Basic Operations on Units): Discuss temperature
1244 conversion (`u t') alongside with other unit conversions ('u c').
1245
7359a765
GM
12462011-10-12 Glenn Morris <rgm@gnu.org>
1247
1248 * ert.texi: Whitespace trivia to make main menu items line up better.
1249
a0c52e5d
GM
12502011-10-08 Glenn Morris <rgm@gnu.org>
1251
1252 * Makefile.in: Fix ert rules.
1253
465d0300
G
12542011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1255
1256 * gnus.texi (Gnus Utility Functions): Add more references and
1257 explanations (bug#9683).
1258
a5166359
LMI
12592011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1260
1261 * gnus.texi (Archived Messages): Note the default (bug#9552).
1262
b523dc20
BW
12632011-09-21 Bill Wohler <wohler@newt.com>
1264
1265 Release MH-E manual version 8.3.
1266
58179cce 1267 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
1268 release 8.3.
1269 (Preface): Updated support information.
bd7239f5 1270 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
1271 historical quote, the tense should be correct in the time that it
1272 was written.
1273
0afb49a1
LMI
12742011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1275
1276 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1277 (Finding the News): Doc clarification.
1278 (Terminology): Mention naming.
1279
e21bac42
G
12802011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1281
1282 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1283 (Interactive): Document `quiet'.
1284
5b409b39 12852011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 1286
bd7239f5 1287 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 1288
5b409b39 12892011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1290
bd7239f5 1291 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
1292 scope for `org-map-entries'.
1293
5b409b39 12942011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1295
1296 * org.texi (Visibility cycling): Document `org-copy-visible'.
1297
5b409b39 12982011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1299
bd7239f5 1300 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
1301 proper order.
1302
5b409b39 13032011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1304
1305 * org.texi (eval): Expand discussion of the :eval header argument.
1306
5b409b39 13072011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1308
1309 * org.texi (Languages): Add Lilypond and Awk as supported
1310 languages.
1311
5b409b39 13122011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 1313
bd7239f5 1314 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
1315 LOG_INTO_DRAWER can be used to override the contents of variable
1316 org-clock-into-drawer (or if unset, org-log-into-drawer).
1317
bd7239f5 1318 * org.texi: Replace @xref->@pxref.
3ab2c837 1319
5b409b39 13202011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1321
1322 * org.texi (Evaluating code blocks): Documenting the new option
1323 for inline call lines.
1324
5b409b39 13252011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1326
1327 * org.texi (Results of evaluation): More explicit about the
1328 mechanism through which interactive evaluation of code is
1329 performed.
1330
5b409b39 13312011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1332
1333 * org.texi (noweb-ref): New header argument documentation.
1334
5b409b39 13352011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1336
1337 * org.texi (Extracting source code): Documentation of the new
1338 org-babel-tangle-named-block-combination variable.
1339
5b409b39 13402011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1341
bd7239f5 1342 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 1343 behavior of multiple blocks of the same name is undefined.
3ab2c837 1344
5b409b39 13452011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
1346
1347 * org.texi (TaskJuggler export): Modify the example to reflect the
1348 new effort durations.
1349
5b409b39 13502011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1351
1352 * org.texi (Images in LaTeX export): Escape curly brackets in
1353 LaTeX example.
1354
5b409b39 13552011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1356
1357 * org.texi (The clock table): Document the :properties and
1358 :inherit-props arguments for the clocktable.
1359
5b409b39 13602011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1361
1362 * org.texi (Tables in LaTeX export): Document specifying placement
1363 options for tables.
1364
5b409b39 13652011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1366
1367 * org.texi (Evaluating code blocks): More specific documentation
1368 about the different types of header arguments.
1369
5b409b39 13702011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
1371
1372 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1373
5b409b39 13742011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1375
1376 * org.texi (Built-in table editor): Document the table field
1377 follow mode.
1378
5b409b39 13792011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1380
1381 * org.texi (Easy Templates): Document new template.
1382
5b409b39 13832011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1384
1385 * org.texi (Literal examples): Add a cross-reference from "Literal
1386 Examples" to "Easy Templates."
1387
5b409b39 13882011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1389
1390 * org.texi (The clock table): Add link to match syntax.
1391
5b409b39 13922011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1393
1394 * org.texi (Agenda commands): Document clock consistency checks.
1395
5b409b39 13962011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1397
1398 * org.texi (Built-in table editor): Document that \vert represents
1399 a vertical bar in a table field.
1400
5b409b39 14012011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1402
1403 * org.texi (Literal examples): Link from "Markup" > "Literate
1404 Examples" to "Working with Source Code".
1405
5b409b39 14062011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1407
1408 * org.texi (Agenda commands): Doc for function option to bulk
1409 action.
1410
5b409b39 14112011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1412
1413 * org.texi (Template expansion): Document new %<...> template
1414 escape.
1415
5b409b39 14162011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1417
1418 * org.texi (Selective export): Document exclusion of any tasks
1419 from export.
1420
5b409b39 14212011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1422
1423 * org.texi (Selective export): Document how to exclude DONE tasks
1424 from export.
1425 (Publishing options): Document the properties to be used to turn off
1426 export of DONE tasks.
1427
5b409b39 14282011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1429
1430 * org.texi (The date/time prompt): Document date range protection.
1431
5b409b39 14322011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1433
1434 * org.texi (padline): Documentation of the new padline header
1435 argument.
1436
5b409b39 14372011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1438
1439 * org.texi (var): Adding "[" to list of characters triggering
1440 elisp evaluation.
1441
5b409b39 14422011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1443
1444 * org.texi (var): Documentation of Emacs Lisp evaluation during
1445 variable assignment.
1446
5b409b39 14472011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1448
1449 * org.texi (colnames): Reference indexing into variables, and note
1450 that colnames are *not* removed before indexing occurs.
1451 (rownames): Reference indexing into variables, and note that
1452 rownames are *not* removed before indexing occurs.
1453
5b409b39 14542011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1455
1456 * org.texi (var): Clarification of indexing into tabular
1457 variables.
1458
5b409b39 14592011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1460
1461 * org.texi (results): Documentation of the `:results wrap' header
1462 argument.
1463
5b409b39 14642011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1465
bd7239f5 1466 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
1467 of the LaTeX export: the org file has to be properly structured.
1468
5b409b39 14692011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1470
1471 * org.texi (Dynamic blocks, Structure editing): Mention
1472 the function `org-narrow-to-block'.
1473
5b409b39 14742011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1475
1476 * org.texi (Languages): Updating list of code block supported
1477 languages.
1478
5b409b39 14792011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1480
1481 * org.texi (Special properties): CATEGORY is a special property,
1482 but it may also used in the drawer.
1483
5b409b39 14842011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1485
1486 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1487
5b409b39 14882011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1489
1490 * org.texi (Include files): Document :lines.
1491
5b409b39 14922011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1493
1494 * org.texi (comments): Documentation of the ":comments noweb" code
1495 block header argument.
1496
5b409b39 14972011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1498
1499 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1500 added extra whitespace around functions to be consistent with the
1501 rest of the section.
1502
5b409b39 15032011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1504
0b381c7e 1505 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
1506 #+call: line syntax.
1507 (Header arguments in function calls): Expanded discussion of
1508 #+call: line syntax.
1509
5b409b39 15102011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1511
1512 * org.texi (Evaluating code blocks): More explicit about how to
1513 pass variables to #+call lines.
1514
5b409b39 15152011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1516
1517 * org.texi (Results of evaluation): Link to the :results header
1518 argument list from the "Results of evaluation" section.
1519
5b409b39 15202011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1521
1522 * org.texi (Conflicts): Adding additional information about
1523 resolving org/yasnippet conflicts.
1524
5b409b39 15252011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1526
1527 * org.texi (Publishing options): Document style-include-scripts
1528 publishing project property.
1529
5b409b39 15302011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1531
1532 * org.texi (Sparse trees): Document the next-error /
1533 previous-error functionality.
1534
5b409b39 15352011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1536
1537 * org.texi (cache): Improved documentation of code block caches.
1538
5b409b39 15392011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1540
1541 * org.texi (Code block specific header arguments): Documentation
1542 of multi-line header arguments.
1543
5b409b39 15442011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1545
1546 * org.texi (Code evaluation security): Add example for using a
1547 function.
1548
5b409b39 15492011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1550
1551 * org.texi (Tables in LaTeX export): Documentation of new
1552 attr_latex options for tables.
1553
5b409b39
BG
15542011-08-03 Michael Albinus <michael.albinus@gmx.de>
1555
1556 * trampver.texi: Update release number.
1557
15582011-07-30 Michael Albinus <michael.albinus@gmx.de>
1559
1560 Sync with Tramp 2.2.2.
1561
1562 * trampver.texi: Update release number.
1563
064e2d08
LMI
15642011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1565
1566 * flymake.texi (Example -- Configuring a tool called via make):
1567 Use /dev/null instead of the Windows "nul" (bug#8715).
1568
b8151e9c
LMI
15692011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1570
1571 * widget.texi (Setting Up the Buffer): Remove mention of the
1572 global keymap parent, which doesn't seem to be accurate
1573 (bug#7045).
1574
5b409b39
BG
15752011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1576
1577 * org.texi (Special agenda views): Fix double quoting (bug#3509).
1578
c0a8ae95
KR
15792010-07-10 Kevin Ryde <user42@zip.com.au>
1580
1581 * cl.texi (For Clauses): Add destructuring example processing an
1582 alist (bug#6596).
1583
ac6531ad
LMI
15842011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1585
1586 * ediff.texi (Major Entry Points): Remove mention of `require',
1587 since that's not pertinent in the installed Emacs (bug#9016).
1588
d30dd079
G
15892011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1590
1591 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
1592 (Filtering New Groups): Clarify how simple the "options -n" format is.
1593 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1594 is internal.
d30dd079 1595
862c0d68
MA
15962011-07-04 Michael Albinus <michael.albinus@gmx.de>
1597
1598 * tramp.texi (Cleanup remote connections): Add
1599 `tramp-cleanup-this-connection'.
1600
cd865a33
G
16012011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1602
1603 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1604 zombies.
1605 (Checking New Groups): Ditto (bug#8974).
7d1738f1 1606 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
1607
16082011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1609
1610 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1611 backups, and not actual vc (bug#8975).
1612
79414ae4
KR
16132011-07-03 Kevin Ryde <user42@zip.com.au>
1614
1615 * cl.texi (For Clauses): @items for hash-values and key-bindings
1616 to make them more visible when skimming. Add examples of `using'
1617 clause to them, examples being clearer than a description in
1618 words (bug#6599).
1619
847ccf7c
AM
16202011-07-01 Alan Mackenzie <acm@muc.de>
1621
1622 * cc-mode.texi (Guessing the Style): New page.
1623 (Styles): Add a short introduction to above.
1624
3da13bb9
DD
16252011-06-28 Deniz Dogan <deniz@dogan.se>
1626
1627 * rcirc.texi (Configuration): Bug-fix:
1628 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1629 Reported by Elias Pipping <pipping@exherbo.org>.
1630
60a0884e
G
16312011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1632
1633 * gnus.texi (Summary Mail Commands): Document
1634 `gnus-summary-reply-to-list-with-original'.
1635
0c7efc08
SM
16362011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1637
1638 * eshell.texi (Known problems): Fix typo.
1639
ea3596a2
MA
16402011-06-12 Michael Albinus <michael.albinus@gmx.de>
1641
0c7efc08 1642 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1643 (Password handling): `auth-source-debug' is good for debug messages.
1644
2da9c605
G
16452011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1646
1647 * gnus.texi (Store custom flags and keywords): Refer to
1648 `gnus-registry-article-marks-to-{chars,names}' instead of
1649 `gnus-registry-user-format-function-{M,M2}'.
1650
e61923c8
GM
16512011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1652
1653 * texinfo.tex: Merge from gnulib.
1654
627abcdd
TZ
16552011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1656
1657 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1658 (Store custom flags and keywords):
1659 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1660 `gnus-registry-user-format-function-M2'.
1661
a3c92bc1
EZ
16622011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1663
8f906c40 1664 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1665
85d870a9
GM
16662011-05-17 Glenn Morris <rgm@gnu.org>
1667
1668 * gnus.texi (Face): Fix typo.
1669
2cdee799
GM
16702011-05-14 Glenn Morris <rgm@gnu.org>
1671
1672 * dired-x.texi (Omitting Examples): Minor addition.
1673
79b70037
GM
16742011-05-10 Jim Meyering <meyering@redhat.com>
1675
1676 * ede.texi: Fix typo "or or -> or".
1677
a7111a62 16782011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1679
1680 * gnus.texi (Summary Buffer Lines):
1681 gnus-summary-user-date-format-alist does not exist.
1682 (Sorting the Summary Buffer): More about sorting threads.
1683
69026aba
MA
16842011-04-25 Michael Albinus <michael.albinus@gmx.de>
1685
1686 * trampver.texi: Update release number.
1687
9024ff79
MA
16882011-04-14 Michael Albinus <michael.albinus@gmx.de>
1689
1690 * tramp.texi (Frequently Asked Questions): New item for disabling
1691 Tramp in other packages.
1692
c3c65d73
TZ
16932011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1694
1695 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1696 (Fancy splitting to parent, Store arbitrary data):
1697 Updated gnus-registry docs.
c3c65d73 1698
9ec6a317
JB
16992011-04-13 Juanma Barranquero <lekktu@gmail.com>
1700
1701 * ede.texi: Fix typos.
1702
1e3b6001
G
17032011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1704
9ec6a317
JB
1705 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1706 It's @table @code.
1e3b6001 1707
a5954fa5
G
17082011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1709
ed9265fc 1710 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 1711
d71990a1
JB
17122011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1713
1714 * calc.texi (Logarithmic Units): Update the function names.
1715
1518e4f0
G
17162011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1717
1718 * message.texi (Various Commands): Document format specs in the
1719 ellipsis.
1720
a123622d
G
17212011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1722
1723 * message.texi (Insertion Variables): Document message-cite-style.
1724
17252011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1726
1727 * tramp.texi (Remote processes): New subsection "Running shell on
1728 a remote host".
1729
4248cca2
TZ
17302011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1731
1732 * auth.texi (Help for developers): Update docs to explain that the
1733 :save-function will only run the first time.
1734
54ce11a1
GM
17352011-03-12 Glenn Morris <rgm@gnu.org>
1736
1737 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1738 (emacs-faq.text): New target.
1739 (clean): Add emacs-faq.
1740
0c3b25f8
MA
17412011-03-12 Michael Albinus <michael.albinus@gmx.de>
1742
1743 Sync with Tramp 2.2.1.
1744
1745 * trampver.texi: Update release number.
1746
b740639e
GM
17472011-03-11 Glenn Morris <rgm@gnu.org>
1748
1749 * Makefile.in (HTML_TARGETS): New.
1750 (clean): Delete $HTML_TARGETS.
1751 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1752
733afdf4
TZ
17532011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1754
1755 * auth.texi (Help for developers): Show example of using
1756 `auth-source-search' with prompts and :save-function.
1757
33383987
JB
17582011-03-07 Chong Yidong <cyd@stupidchicken.com>
1759
1760 * Version 23.3 released.
1761
a5057546
G
17622011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1763
1764 * message.texi (Message Buffers): Update default value of
1765 message-generate-new-buffers.
1766
479a2c9b
JB
17672011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1768
1769 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1770 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1771 respectively.
05a29101
JB
1772 (Musical Notes): New section.
1773 (Customizing Calc): Mention the customizable variable
1774 calc-note-threshold.
479a2c9b 1775
e0535b76
GM
17762011-03-03 Glenn Morris <rgm@gnu.org>
1777
1778 * url.texi (Dealing with HTTP documents): Remove reference to
1779 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1780 (Configuration): Update url-configuration-directory description.
e0535b76 1781
2777ccbf
GM
17822011-03-02 Glenn Morris <rgm@gnu.org>
1783
1784 * dired-x.texi (Multiple Dired Directories): Remove mentions
1785 of dired-default-directory-alist and dired-default-directory.
1786 Move dired-smart-shell-command here...
1787 (Miscellaneous Commands): ... from here.
1788
257219bd
PE
17892011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1790
1791 * texinfo.tex: Update to version 2011-02-24.09.
1792
8889f4e2
GM
17932011-03-02 Glenn Morris <rgm@gnu.org>
1794
1795 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1796 instead of the obsoleted dired-omit-here-always.
1797
5d41af19
MA
17982011-02-28 Michael Albinus <michael.albinus@gmx.de>
1799
1800 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1801 supported systems.
1802
2b0c7330 18032011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1804
61cf3a76
GM
1805 * dbus.texi (Type Conversion): Grammar fix.
1806
cce7d530 18072011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1808
cce7d530
GM
1809 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1810 "Debian GNU/Linux".
51a13bdd 1811
cce7d530
GM
1812 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1813
817b48a7
GM
18142011-02-23 Glenn Morris <rgm@gnu.org>
1815
cce7d530
GM
1816 * dired-x.texi (Features): Minor rephrasing.
1817 (Local Variables): Fix typos.
47301027
GM
1818
1819 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1820 Standardize some Emacs/XEmacs terminology.
1821
817b48a7
GM
1822 * dired-x.texi (Features): Don't advertise obsolete local variables.
1823 Simplify layout.
1824 (Omitting Variables): Update local variables example.
1825 (Local Variables): Say this is obsolete. Fix description of
1826 dired-enable-local-variables possible values.
1827
4a3988d5
G
18282011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1829
1830 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1831 default now.
1832
8e22bee0
G
18332011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1834
1835 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1836
06b840e0
LI
18372011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1838
1839 * gnus.texi (Window Layout): Document layout names.
1840
67ab0163 18412011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1842
1843 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1844 * auth.texi: Sync @dircategory with ../../info/dir.
1845 * autotype.texi: Sync @dircategory with ../../info/dir.
1846 * calc.texi: Sync @dircategory with ../../info/dir.
1847 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1848 * cl.texi: Sync @dircategory with ../../info/dir.
1849 * dbus.texi: Sync @dircategory with ../../info/dir.
1850 * dired-x.texi: Sync @dircategory with ../../info/dir.
1851 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1852 * ede.texi: Sync @dircategory with ../../info/dir.
1853 * ediff.texi: Sync @dircategory with ../../info/dir.
1854 * edt.texi: Sync @dircategory with ../../info/dir.
1855 * eieio.texi: Sync @dircategory with ../../info/dir.
1856 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1857 * epa.texi: Sync @dircategory with ../../info/dir.
1858 * erc.texi: Sync @dircategory with ../../info/dir.
1859 * eshell.texi: Sync @dircategory with ../../info/dir.
1860 * eudc.texi: Sync @dircategory with ../../info/dir.
1861 * flymake.texi: Sync @dircategory with ../../info/dir.
1862 * forms.texi: Sync @dircategory with ../../info/dir.
1863 * gnus.texi: Sync @dircategory with ../../info/dir.
1864 * idlwave.texi: Sync @dircategory with ../../info/dir.
1865 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1866 * message.texi: Sync @dircategory with ../../info/dir.
1867 * mh-e.texi: Sync @dircategory with ../../info/dir.
1868 * newsticker.texi: Sync @dircategory with ../../info/dir.
1869 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1870 * org.texi: Sync @dircategory with ../../info/dir.
1871 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1872 * pgg.texi: Sync @dircategory with ../../info/dir.
1873 * rcirc.texi: Sync @dircategory with ../../info/dir.
1874 * reftex.texi: Sync @dircategory with ../../info/dir.
1875 * remember.texi: Sync @dircategory with ../../info/dir.
1876 * sasl.texi: Sync @dircategory with ../../info/dir.
1877 * sc.texi: Sync @dircategory with ../../info/dir.
1878 * semantic.texi: Sync @dircategory with ../../info/dir.
1879 * ses.texi: Sync @dircategory with ../../info/dir.
1880 * sieve.texi: Sync @dircategory with ../../info/dir.
1881 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1882 * speedbar.texi: Sync @dircategory with ../../info/dir.
1883 * trampver.texi [emacs]: Set emacsname to "Emacs".
1884 * tramp.texi: Sync @dircategory with ../../info/dir.
1885 * url.texi: Sync @dircategory with ../../info/dir.
1886 * vip.texi: Sync @dircategory with ../../info/dir.
1887 * viper.texi: Sync @dircategory with ../../info/dir.
1888 * widget.texi: Sync @dircategory with ../../info/dir.
1889 * woman.texi: Sync @dircategory with ../../info/dir.
1890
30abce25
GM
18912011-02-19 Glenn Morris <rgm@gnu.org>
1892
0c7efc08
SM
1893 * dired-x.texi (Technical Details): No longer redefines
1894 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1895 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1896
f31f8469
GM
18972011-02-18 Glenn Morris <rgm@gnu.org>
1898
1899 * dired-x.texi (Optional Installation File At Point): Simplify.
1900
35123c04
TZ
19012011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1902
1903 * auth.texi (Help for users): Use :port instead of :protocol for all
1904 auth-source docs.
7ba93e94
G
1905 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1906 to have two files in `auth-sources'.
35123c04 1907
da5e0ce4
GM
19082011-02-16 Glenn Morris <rgm@gnu.org>
1909
b322c9af
GM
1910 * dired-x.texi: Use emacsver.texi to get Emacs version.
1911 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1912 Depend on emacsver.texi.
1913
07ca5555
GM
1914 * dired-x.texi: Drop meaningless version number.
1915 (Introduction): Remove old info.
1916 (Optional Installation Dired Jump): Autoload from dired-x.
1917 Remove incorrect info about loaddefs.el.
1918 (Bugs): Just refer to M-x report-emacs-bug.
1919
da5e0ce4
GM
1920 * dired-x.texi (Multiple Dired Directories): Update for rename of
1921 default-directory-alist.
1922 (Miscellaneous Commands): No longer mention very old VM version 4.
1923
bb55f713
PE
19242011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1925
1926 Merge from gnulib.
1927 * texinfo.tex: Update to version 2011-02-14.11.
1928
5415d076
G
19292011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1930
da5e0ce4
GM
1931 * auth.texi (Help for users):
1932 Login collection is "Login" and not "login".
5415d076 1933
14029d4b
MA
19342011-02-13 Michael Albinus <michael.albinus@gmx.de>
1935
1936 * tramp.texi (History): Remove IMAP support.
1937 (External methods, Frequently Asked Questions): Remove `imap' and
1938 `imaps' methods.
1939 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1940
1941 * trampver.texi: Remove default value of `emacsimap'.
1942
8a36c07f
GM
19432011-02-13 Glenn Morris <rgm@gnu.org>
1944
1945 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1946 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1947
165bc5a0
GM
19482011-02-12 Glenn Morris <rgm@gnu.org>
1949
1950 * sc.texi (Getting Connected): Remove old index entries.
1951
5415d076 19522011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
1953
1954 * url.texi: Remove duplicate @dircategory (Bug#7942).
1955
b8e0f0cd
G
19562011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
1957
8a36c07f
GM
1958 * auth.texi (Overview, Help for users, Help for developers):
1959 Update docs.
b8e0f0cd
G
1960 (Help for users): Talk about spaces.
1961
caf82551
PE
19622011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1963
1964 * texinfo.tex: Update to version 2011-02-07.16.
1965
1ff98217
MA
19662011-02-07 Michael Albinus <michael.albinus@gmx.de>
1967
1968 * dbus.texi (Bus names): Adapt descriptions for
1969 dbus-list-activatable-names and dbus-list-known-names.
1970
2e78df6b
JB
19712011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1972
1973 * calc.texi (Logarithmic Units): New section.
1974
7fbf7cae
TZ
19752011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
1976
1977 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1978 manuals use it now.
1979
0c7efc08 1980 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 1981
156ad271
KY
19822011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
1983
1984 * overrides.texi: Remove.
1985
1986 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
1987 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
1988
36539990
MA
19892011-02-05 Michael Albinus <michael.albinus@gmx.de>
1990
1991 * tramp.texi (Frequently Asked Questions): Mention problems with
1992 WinSSHD.
1993
1994 * trampver.texi: Update release number.
1995
19962011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1997
1998 * tramp.texi:
1999 Replace "delimet" with "delimit" globally.
2000 Replace "explicite" with "explicit" globally.
2001 Replace "instead of" with "instead" where there was nothing after "of".
2002 Audit use of comma before interrogative pronoun, "that", or "which".
2003 Minor word order, spelling, wording changes.
2004
ec72bf63
G
20052011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2006
2007 * overrides.texi: New file to set or clear WEBHACKDEVEL.
2008
2009 * sieve.texi: Use WEBHACKDEVEL.
2010
2011 * sasl.texi: Use WEBHACKDEVEL.
2012
2013 * pgg.texi: Use WEBHACKDEVEL.
2014
2015 * message.texi: Use WEBHACKDEVEL.
2016
2017 * gnus.texi: Use WEBHACKDEVEL.
2018
2019 * emacs-mime.texi: Use WEBHACKDEVEL.
2020
2021 * auth.texi: Use WEBHACKDEVEL.
2022
2023 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2024 manuals.
2025
20262011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2027
2028 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2029
90b750f4
PE
20302011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2031
2032 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2033 which in turn is copied from ftp://tug.org/tex/.
2034
0e751a49
GM
20352011-02-03 Glenn Morris <rgm@gnu.org>
2036
2037 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2038 (Binding combinations of modifiers and function keys):
2039 Let's assume people reading this are not using Emacs 18.
2040
7f13c2e2
LI
20412011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2042
2043 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2044 since it's run automatically.
2045
d76c843e
LI
20462011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2047
2048 * gnus.texi (Customizing Articles): Fix typo.
2049
12e3ca0a
LI
20502011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2051
2052 * gnus.texi (Customizing Articles): Document the new way of customizing
2053 the date headers(s).
2054
fe72c8fa
LI
20552011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2056
2057 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2058 splitting example.
2059
bf3dae7e
EZ
20602011-01-29 Eli Zaretskii <eliz@gnu.org>
2061
2062 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2063 (MAKEINFO_OPTS): New variable.
2064 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2065 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2066 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2067 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2068 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2069 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2070 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2071 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2072 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2073 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2074 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2075 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2076 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2077 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2078 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2079 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2080 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2081 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2082
d6f13ac8
LI
20832011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2084
2085 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2086
c5ecc769
G
20872011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2088
2089 * message.texi (IDNA): Explain what it is.
2090
20912011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2092
2093 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2094
45eb2a5d
WL
20952011-01-23 Werner Lemberg <wl@gnu.org>
2096
2097 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2098 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2099 (ENVADD): Update.
45eb2a5d 2100
6872a814
GM
21012011-01-18 Glenn Morris <rgm@gnu.org>
2102
2103 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2104
77ab81d0 21052011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2106
2107 * nxml-mode.texi (Introduction): Fix file name typos.
2108
d221e780
CO
21092011-01-13 Christian Ohler <ohler@gnu.org>
2110
2111 * ert.texi: New file.
2112
2113 * Makefile.in:
2114 * makefile.w32-in: Add ert.texi.
2115
8c904d82
MA
21162011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2117
2118 * dbus.texi (Receiving Method Calls): New function
2119 dbus-register-service. Rearrange node.
2120
f56e0e7a
PE
21212011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2122
2123 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2124 which in turn is copied from ftp://tug.org/tex/.
2125
0fadf00e
MA
21262011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2127
2128 * dbus.texi (Receiving Method Calls): Describe new optional
2129 parameter dont-register-service of dbus-register-{method,property}.
2130
8b358e90
DU
21312010-12-17 Daiki Ueno <ueno@unixuser.org>
2132
0c7efc08
SM
2133 * epa.texi (Encrypting/decrypting *.gpg files):
2134 Mention epa-file-select-keys.
8b358e90 2135
549c9aed
G
21362010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2137
2138 * gnus.texi (Archived Messages): Remove outdated text.
2139
21402010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2141
0c7efc08 2142 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 2143
156e3f9c
G
21442010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2145
83f3eadc 2146 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 2147
8151d490
AC
21482010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2149
2150 * gnus.texi (The swish++ Engine): Add customizable parameters
2151 descriptions.
2152 (The swish-e Engine): Ditto.
2153
305bdd22
MA
21542010-12-14 Michael Albinus <michael.albinus@gmx.de>
2155
2156 * tramp.texi (Inline methods): Add "ksu" method.
2157 (Remote processes): Add example with remote `default-directory'.
2158
53aff12a
GM
21592010-12-14 Glenn Morris <rgm@gnu.org>
2160
2161 * faq.texi (Expanding aliases when sending mail):
2162 Now build-mail-aliases is interactive.
2163
8a1cdce5
AC
21642010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2165
2166 * gnus.texi: First pass at adding (rough) nnir documentation.
2167
7410c270
G
21682010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2169
53aff12a
GM
2170 * gnus.texi (Filtering New Groups):
2171 Mention gnus-auto-subscribed-categories.
2172 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
2173 removed.
2174
f49d1f52 21752010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
2176
2177 * cl.texi (For Clauses): Small fixes for frames and windows.
2178
acedf35c
CD
21792010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2180
2181 * org.texi (Using capture): Document using prefix arguments for
2182 finalizing capture.
2183 (Agenda commands): Document prefix argument for the bulk scatter
2184 command.
2185 (Beamer class export): Document that also overlay arguments can be
2186 passed to the column environment.
2187 (Template elements): Document the new entry type.
2188
21892010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2190
2191 * org.texi (Include files): Document :minlevel.
2192
21932010-12-11 Julien Danjou <julien@danjou.info>
2194
2195 * org.texi (Categories): Document category icons.
2196
21972010-12-11 Eric Schulte <schulte.eric@gmail.com>
2198
2199 * org.texi (noweb): Fix typo.
2200
516aa569
G
22012010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2202
2203 * gnus.texi (Server Commands): Point to the rest of the server
2204 commands.
2205
04db63bc
G
22062010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2207
2208 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2209 g'.
2210
ed797193
G
22112010-12-02 Julien Danjou <julien@danjou.info>
2212
2213 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2214
22152010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2216
2217 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2218 (Direct Functions): Note the STARTTLS upgrade.
2219
07976ae3 22202010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 2221 James Clark <none@example.com>
d3dfb185
GM
2222
2223 * nxml-mode.texi (Introduction): New section.
2224
59e75882
G
22252010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2226
2227 * gnus.texi (Server Commands): Document gnus-server-show-server.
2228
568a887f
MA
22292010-11-20 Michael Albinus <michael.albinus@gmx.de>
2230
2231 Sync with Tramp 2.2.0.
2232
2233 * trampver.texi: Update release number.
2234
1265829e
JB
22352010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2236
2237 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2238 Mention that the TeX specific units won't use the `tex' prefix
2239 in TeX mode.
2240
239661c0
KY
22412010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2242
2243 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2244
4a47c275 22452010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
2246
2247 * edt.texi: Remove information about Emacs 19.
2248
4a47c275 22492010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
2250
2251 * trampver.texi: Update release number.
2252
2f0e0dc8
KY
22532010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2254
2255 * gnus.texi (Article Washing): Fix typo.
2256
afe98dfa
CD
22572010-11-11 Noorul Islam <noorul@noorul.com>
2258
56f5a94e 2259 * org.texi: Fix typo.
afe98dfa
CD
2260
22612010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2262
2263 * org.texi (Using capture): Explain that refiling is
2264 sensitive to cursor position.
2265
22662010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2267
56f5a94e 2268 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
2269
22702010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2271
2272 * org.texi: Document the <c> cookie.
2273
22742010-11-11 Eric Schulte <schulte.eric@gmail.com>
2275
bd7239f5 2276 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 2277 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
2278
22792010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2280
56f5a94e 2281 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
2282
22832010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2284
56f5a94e 2285 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
2286
22872010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2288
2289 * org.texi (Setting up the staging area): Document that
2290 file names remain visible when encrypting the MobileOrg files.
2291
22922010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2293
2294 * org.texi (Setting up the staging area): Document which
2295 versions are needed for encryption.
2296
22972010-11-11 Eric Schulte <schulte.eric@gmail.com>
2298
56f5a94e
GM
2299 * org.texi (noweb): Update :noweb documentation to
2300 reflect the new "tangle" argument.
afe98dfa
CD
2301
23022010-11-11 Eric Schulte <schulte.eric@gmail.com>
2303
56f5a94e
GM
2304 * org.texi (Batch execution): Improve tangling script in
2305 documentation.
afe98dfa
CD
2306
23072010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2308
2309 * org.texi (Handling links):
2310 (In-buffer settings): Document inlining images on startup.
2311
23122010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2313
2314 * org.texi (Setting up the staging area): Document use of
2315 crypt password.
2316
23172010-11-11 David Maus <dmaus@ictsoc.de>
2318
56f5a94e 2319 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
2320
23212010-11-11 David Maus <dmaus@ictsoc.de>
2322
56f5a94e
GM
2323 * org.texi (Template expansion): Add mew in table for link type
2324 escapes.
afe98dfa
CD
2325
23262010-11-11 David Maus <dmaus@ictsoc.de>
2327
56f5a94e 2328 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
2329
23302010-11-11 Eric Schulte <schulte.eric@gmail.com>
2331
56f5a94e 2332 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
2333
23342010-11-11 Eric Schulte <schulte.eric@gmail.com>
2335
56f5a94e 2336 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
2337
23382010-11-11 Eric Schulte <schulte.eric@gmail.com>
2339
56f5a94e
GM
2340 * org.texi (Structure of code blocks):
2341 Update documentation to mention inline code block syntax.
afe98dfa
CD
2342
23432010-11-11 Eric Schulte <schulte.eric@gmail.com>
2344
56f5a94e 2345 * org.texi (comments): Improve wording.
afe98dfa
CD
2346
23472010-11-11 Eric Schulte <schulte.eric@gmail.com>
2348
56f5a94e 2349 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
2350
23512010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2352
2353 * org.texi (Installation): Remove the special
2354 installation instructions for XEmacs.
2355
23562010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2357
56f5a94e 2358 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
2359 insertion of empty structural elements.
2360
23612010-11-11 Noorul Islam <noorul@noorul.com>
2362
56f5a94e 2363 * org.texi: Fix doc.
afe98dfa
CD
2364
23652010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2366
2367 * org.texi (The date/time prompt): Document specification
2368 of time ranges.
2369
23702010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2371
2372 * org.texi (Internal links): Document the changes in
2373 internal links.
2374
23752010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2376
2377 * org.texi (Agenda commands): Document the limitation for
2378 the filter preset - it can only be used for an entire agenda
2379 view, not in an individual block in a block agenda.
2380
23812010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2382
2383 * org.texi (iCalendar export): Document alarm creation.
2384
6f8fc60c
MA
23852010-11-10 Michael Albinus <michael.albinus@gmx.de>
2386
2387 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2388
be3c11b3
LMI
23892010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2390
2391 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2392
d607b96b 23932010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 2394
d607b96b 2395 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 2396
181cb5fb
G
23972010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2398
2399 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2400 since that works by default.
2401
24022010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2403
2404 * gnus.texi (Customizing the IMAP Connection): Document
2405 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2406
36bc5d3b
MA
24072010-11-04 Michael Albinus <michael.albinus@gmx.de>
2408
2409 * tramp.texi (Remote shell setup): New item "Interactive shell
2410 prompt". Reported by Christian Millour <cm@abtela.com>.
2411 (Remote shell setup, Remote processes): Use @code{} for
2412 environment variables.
2413
cf503f7c
GM
24142010-11-03 Glenn Morris <rgm@gnu.org>
2415
537b04b9 2416 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 2417 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 2418
389b76fa
G
24192010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2420
2421 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2422
2699a554 24232010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
2424
2425 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2426
2699a554 24272010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
2428
2429 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2430
99e65b2d
G
24312010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2432
0c7efc08
SM
2433 * gnus.texi (Client-Side IMAP Splitting):
2434 Mention nnimap-unsplittable-articles.
99e65b2d
G
2435
24362010-10-29 Julien Danjou <julien@danjou.info>
2437
2438 * gnus.texi (Finding the News): Remove references to obsoletes
2439 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2440
aeeb3dcb
EZ
24412010-10-29 Eli Zaretskii <eliz@gnu.org>
2442
2443 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2444 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2445 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2446 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2447
8289f37b
GM
24482010-10-28 Glenn Morris <rgm@gnu.org>
2449
2450 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2451 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2452 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2453
d85d3b3a
DU
24542010-10-25 Daiki Ueno <ueno@unixuser.org>
2455
2456 * epa.texi (Mail-mode integration): Add alternative key bindings
2457 for epa-mail commands; escape comma.
c05c2b9b 2458 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 2459
9f534a47
JB
24602010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
2461
99e65b2d 2462 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 2463
5793a7bc 24642010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
2465
2466 * gnus.texi (Group Parameters, Buttons): Fix typos.
2467
280f417b
G
24682010-10-22 Tassilo Horn <tassilo@member.fsf.org>
2469
2470 * gnus.texi (Subscription Commands): Mention that you can also
2471 subscribe to new groups via the Server buffer, which is probably more
2472 convenient when subscribing to many groups.
2473
d806c872
G
24742010-10-21 Julien Danjou <julien@danjou.info>
2475
2476 * message.texi (Message Headers): Allow message-default-headers to be a
2477 function.
2478
d5798f68
LMI
24792010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2480
2481 * gnus-news.texi: Mention new archive defaults.
2482
b79bbef7
KY
24832010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2484
2485 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2486
2526f423
G
24872010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2488
2489 * gnus.texi (HTML): Document the function value of
2490 gnus-blocked-images.
2491 (Article Washing): shr and gnus-w3m, not the direct function names.
2492
ba91f05d
G
24932010-10-20 Julien Danjou <julien@danjou.info>
2494
2495 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2496 variable.
2497
da451787
LMI
24982010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2499
2500 * gnus.texi (Customizing the IMAP Connection): The port strings are
2501 strings.
c872595d 2502 (Document Groups): Mention git.
da451787 2503
7cad71ad
G
25042010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2505
2506 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2507 bzr/Gnus git sync.
2508
c56dfd36
EZ
25092010-10-15 Eli Zaretskii <eliz@gnu.org>
2510
2511 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2512 change.
2513
a1d16a7b
G
25142010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2515
2516 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2517 @item syntax for in-Emacs makeinfo.
2518
25192010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2520
2521 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2522 trim sentence.
2523
98e2b864
DU
25242010-10-12 Daiki Ueno <ueno@unixuser.org>
2525
2526 * epa.texi (Caching Passphrases):
0c7efc08
SM
2527 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2528 Clarify some configurations require to set up gpg-agent.
98e2b864 2529
c12e4a81
GM
25302010-10-11 Glenn Morris <rgm@gnu.org>
2531
2532 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2533
f7aa248a
G
25342010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2535
2536 * gnus.texi (Spam Package Introduction): Mention `$'.
2537
6513b232
EZ
25382010-10-09 Eli Zaretskii <eliz@gnu.org>
2539
2540 * makefile.w32-in (emacsdir): New variable.
2541 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2542 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2543
abd40fb4
GM
25442010-10-09 Glenn Morris <rgm@gnu.org>
2545
0f05450f
GM
2546 * Makefile.in (mostlyclean): Delete *.toc.
2547
d3a4ac46
GM
2548 * Makefile.in: Use $< in rules.
2549
aa9db089
GM
2550 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2551
abd40fb4
GM
2552 * Makefile.in ($(infodir)): Delete rule.
2553 (mkinfodir): New. Use it in all the info rules, rather than depending
2554 on infodir.
2555
ea274122
GM
25562010-10-09 Glenn Morris <rgm@gnu.org>
2557
6e90e2a8
GM
2558 * gnus.texi (Article Washing): Fix previous change.
2559
f7a31f11
GM
2560 * Makefile.in (emacsdir): New variable.
2561 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
2562 Depend on emacsver.texi.
2563
f7a31f11
GM
2564 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2565
ea274122
GM
2566 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2567
36d3245f
G
25682010-10-08 Julien Danjou <julien@danjou.info>
2569
f7a31f11 2570 * gnus.texi: Add mm-shr.
36d3245f
G
2571
25722010-10-08 Ludovic Courtès <ludo@gnu.org>
2573
2574 * gnus.texi (Finding the Parent, The Gnus Registry)
2575 (Registry Article Refer Method): Update docs for nnregistry.el.
2576
25772010-10-08 Daiki Ueno <ueno@unixuser.org>
2578
2579 * auth.texi (Help for users)
2580 (GnuPG and EasyPG Assistant Configuration): Update docs.
2581
12359245
GM
25822010-10-08 Glenn Morris <rgm@gnu.org>
2583
2584 * cl.texi (Organization, Installation, Old CL Compatibility):
2585 Deprecate cl-compat for new code.
4628bef1 2586 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
2587
2588 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2589
fcf2d385
KY
25902010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2591
2592 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2593
66627fa9
G
25942010-10-06 Julien Danjou <julien@danjou.info>
2595
fd9ba500
JD
2596 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2597
66627fa9
G
2598 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2599 broken link.
2600
2601 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2602
2603 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2604 to ReiserFS.
2605
2606 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2607 (FAQ 7-1): Fix getmail URL.
2608
65f54520
DU
26092010-10-06 Daiki Ueno <ueno@unixuser.org>
2610
2611 * epa.texi (Caching Passphrases): New section.
2612
4c83f6e1
GM
26132010-10-06 Glenn Morris <rgm@gnu.org>
2614
2615 * Makefile.in (SHELL): Set it.
2616 (info): Move the mkdir dependency to the individual info files.
2617 (mostlyclean): Tidy up.
2618 (clean): Only delete the specific dvi and pdf files.
2619 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 2620 ($(infodir)): Add parallel build workaround.
4c83f6e1 2621
71e691a5
G
26222010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2623
2624 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2625
a41c2e6d
G
26262010-10-03 Julien Danjou <julien@danjou.info>
2627
0c7efc08
SM
2628 * emacs-mime.texi (Display Customization):
2629 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
2630 mm-inline-large-images-proportion.
2631
37255945
MA
26322010-10-03 Michael Albinus <michael.albinus@gmx.de>
2633
0c7efc08
SM
2634 * tramp.texi (Frequently Asked Questions):
2635 Mention remote-file-name-inhibit-cache.
37255945 2636
11e4e7bd
LMI
26372010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2638
2639 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2640 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2641
cb83220a
KY
26422010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2643
0c7efc08
SM
2644 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2645 (Article Hiding): Add google banner example.
2646 Suggested by Benjamin Xu.
cb83220a 2647
6b958814
G
26482010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2649
0c7efc08
SM
2650 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2651 Remove nnimap-split-rule from examples.
6b958814
G
2652
26532010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2654
2655 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2656 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2657 Fishman.
2658 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2659
26602010-09-30 Julien Danjou <julien@danjou.info>
2661
2662 * gnus.texi (Gravatars): Fix documentation about
2663 gnu-gravatar-properties.
2664
b9476c04
DU
26652010-09-29 Daiki Ueno <ueno@unixuser.org>
2666
2667 * epa.texi (Bug Reports): New section.
2668
5f874327
GM
26692010-09-29 Glenn Morris <rgm@gnu.org>
2670
2671 * Makefile.in (top_srcdir): Remove unused variable.
2672
6b958814
G
26732010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2674
2675 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2676 (Client-Side IMAP Splitting): Document 'default.
2677
26782010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2679
0c7efc08
SM
2680 * gnus.texi (Customizing the IMAP Connection):
2681 Document nnimap-fetch-partial-articles.
6b958814 2682
82bccbfa
KY
26832010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2684
2685 * gnus-news.texi: Mention nnimap-inbox.
2686
2687 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2688
26892010-09-26 Julien Danjou <julien@danjou.info>
2690
47e08896 2691 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2692
26932010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2694
2695 * gnus.texi (Security): Remove gpg.el mention.
2696
26972010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2698
2699 * gnus.texi (Browse Foreign Server): New variable
2700 gnus-browse-subscribe-newsgroup-method.
2701
2702 * gnus-news.texi: Mention it.
2703
27042010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2705
0c7efc08 2706 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2707 (Startup Variables): No jingle.
2708
4c964351
UM
27092010-09-25 Ulrich Mueller <ulm@gentoo.org>
2710
2711 * woman.texi (Interface Options): xz compression is now supported.
2712
82bccbfa
KY
27132010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2714
2715 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2716 (Unavailable Servers): Document gnus-server-copy-server.
2717 (Using IMAP): Document the new nnimap.
2718
27192010-09-25 Julien Danjou <julien@danjou.info>
2720
47e08896 2721 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2722
18778f71
GM
27232010-09-24 Glenn Morris <rgm@gnu.org>
2724
2725 * url.texi (Disk Caching): Tweak previous change.
2726
9c766321
JD
27272010-09-24 Julien Danjou <julien@danjou.info>
2728
2729 * url.texi (Disk Caching): Mention url-cache-expire-time,
2730 url-cache-expired, and url-fetch-from-cache.
2731
82bccbfa
KY
27322010-09-24 Julien Danjou <julien@danjou.info>
2733
2734 * gnus.texi: Add Gravatars.
2735
27362010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2737
2738 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2739
592bdb9a
LMI
27402010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2741
2742 * gnus.texi (Expunging mailboxes): Update name of the expunging
2743 command.
2744
e4e22d29
KY
27452010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2746
2747 * emacs-mime.texi (rfc2047): Update description for
2748 rfc2047-encode-parameter.
2749
371d9801
MA
27502010-09-13 Michael Albinus <michael.albinus@gmx.de>
2751
2752 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2753 "fish" methods.
2754 (External methods): Remove "scp1_old" and "scp2_old" methods.
2755
31ae5827
MA
27562010-09-09 Michael Albinus <michael.albinus@gmx.de>
2757
2758 * tramp.texi: Remove Japanese manual. Fix typo.
2759
2760 * trampver.texi: Update release number. Remove japanesemanual.
2761
c0468714
GM
27622010-09-09 Glenn Morris <rgm@gnu.org>
2763
2764 * org.texi: Restore clobbered changes (copyright years, untabify).
2765
86441999
JD
27662010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2767
2768 * gnus.texi (Adaptive Scoring): Fix typo.
2769
25f28806
LMI
27702010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2771
2772 * gnus.texi (Article Display): Document gnus-html-show-images.
2773
45240125 27742010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2775
45240125
JD
2776 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2777
59d09f15
LMI
27782010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2779
2780 * gnus.texi (HTML): Document gnus-max-image-proportion.
2781
2cdd366f
KY
27822010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2783
51dee5ef
KY
2784 * gnus.texi (HTML): Document gnus-blocked-images.
2785
2cdd366f
KY
2786 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2787
b0e4f3fc
KY
27882010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2789
2790 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2791 the first message are used for wide replies.
f02566ce
KY
2792 (Changing Servers): Remove documentation on gnus-change-server and
2793 friends, since it's been removed.
b0e4f3fc 2794
598451ed
KY
27952010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2796
2797 * gnus.texi (Drafts): Mention B DEL.
2798
e7842e69
KY
27992010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2800
2801 * gnus.texi (Delayed Articles): Mention that the Date header is the
2802 original one, even if you delay.
2803
85115796
KY
28042010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2805
0c7efc08
SM
2806 * gnus.texi (Asynchronous Fetching):
2807 Document gnus-async-post-fetch-function.
85115796
KY
2808 (HTML): Made into its own section.
2809
f0b44bc0
MA
28102010-08-26 Michael Albinus <michael.albinus@gmx.de>
2811
2812 Sync with Tramp 2.1.19.
2813
217876c9 2814 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2815 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2816 Remove remark about doubled "-t" argument.
217876c9
MA
2817 (Auto-save and Backup): Remove reference to Emacs 21.
2818 (Filename Syntax): Describe port numbers.
2819 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2820 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2821 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2822 errors with the backquotes.
2823 (External packages): File attributes cache flushing for asynchronous
2824 processes.
2825 (Traces and Profiles): Describe verbose level 9.
2826
f0b44bc0
MA
2827 * trampver.texi: Update release number.
2828
7457f7b6
MA
28292010-08-23 Michael Albinus <michael.albinus@gmx.de>
2830
2831 * dbus.texi (Alternative Buses): New chapter.
2832
b695beda
SM
28332010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2834
2835 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2836
443c2c03
JB
28372010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2838
2839 * calc.texi (Customizing Calc): Rearrange description of new
2840 variables to match the presentation of other variables.
2841
7815fe19 28422010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2843
2844 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2845
2c695727
JB
28462010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2847
2848 * calc.texi (Making Selections, Selecting Subformulas)
2849 (Customizing Calc): Mention how to use faces to emphasize selected
2850 sub-formulas.
2851
bbb6ffa1
MA
28522010-08-05 Michael Albinus <michael.albinus@gmx.de>
2853
2854 * tramp.texi (External packages): File attributes cache flushing
2855 for asynchronous processes.
2856
5cee0a9c
AM
28572010-08-01 Alan Mackenzie <acm@muc.de>
2858
2859 Enhance the manual for the latest Java Mode.
2860
2861 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2862 annotation-var-cont.
2863 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2864 two new symbols.
2865
3f2afe32
MA
28662010-07-28 Michael Albinus <michael.albinus@gmx.de>
2867
2868 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2869
0ed082fe 28702010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2871
2872 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2873
311f0356
JB
28742010-07-19 Juanma Barranquero <lekktu@gmail.com>
2875
2876 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2877
86fbb8ca
CD
28782010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2879
2880 * org.texi: Add macros to get plain quotes in PDF output.
2881 List additional contributors.
2882 (Capture): New section, replaces the section about remember.
2883 (Working With Source Code): New chapter, focused on documenting Org
2884 Babel.
2885 (Code evaluation security): New section.
2886 (MobileOrg): Document DropBox support.
2887 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2888 (Special symbols): Show how to display UTF8 characters for entities.
2889 (Global TODO list): Clarify the use of the "M" key and the differences
2890 to the "m" key.
2891 (RSS Feeds): Mention Atom feeds as well.
2892 (Setting tags): Remove paragraph about
2893 `org-complete-tags-always-offer-all-agenda-tags'.
2894
5732e8ed
MA
28952010-07-17 Michael Albinus <michael.albinus@gmx.de>
2896
2897 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2898 argument.
2899 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2900 echoing shells.
2901
ca1bb391
MA
29022010-07-10 Michael Albinus <michael.albinus@gmx.de>
2903
2904 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2905 (Filename Syntax): Describe port numbers.
2906
5bd55c3c
MA
29072010-07-09 Michael Albinus <michael.albinus@gmx.de>
2908
2909 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2910 forgotten.
2911 (Type Conversion): Precise conversion of natural numbers.
2912 (Errors and Events): Add "debugging" to concept index. Add variable
2913 `dbus-debug'.
2914
820ae8fe
MA
29152010-07-04 Michael Albinus <michael.albinus@gmx.de>
2916
2917 * dbus.texi (Receiving Method Calls): Add optional argument
2918 EMITS-SIGNAL to `dbus-register-property'.
2919
b6f9df0f
JB
29202010-06-27 Alex Schroeder <alex@gnu.org>
2921
2922 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2923
62e034c2
GM
29242010-06-24 Glenn Morris <rgm@gnu.org>
2925
2926 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2927 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2928 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2929 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2930 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2931 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2932 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2933 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2934 convention. Make them end with a period.
2935
9360256a
GM
29362010-06-23 Glenn Morris <rgm@gnu.org>
2937
2938 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
2939 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2940 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2941 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2942 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2943 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 2944
04d3bb6c
GM
29452010-06-10 Glenn Morris <rgm@gnu.org>
2946
2947 * idlwave.texi (Load-Path Shadows):
2948 * org.texi (Handling links): Fix typos.
2949
5e7d4a75
KY
29502010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
2951
2952 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2953
9841cb4f
MA
29542010-05-26 Michael Albinus <michael.albinus@gmx.de>
2955
2956 * eshell.texi (Built-ins): Describe, how to disable a built-in command
2957 by an alias. (Bug#6226)
2958
597517ef
JB
29592010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2960
2961 * calc.texi (Manipulating Vectors): Mention that vectors can
2962 be used to determine bins for `calc-histogram'.
2963
14914c43
JB
29642010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2965
597517ef 2966 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 2967
0235128c 29682010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2969
2970 * url.texi (HTTP language/coding, Customization):
2971 * message.texi (Header Commands, Responses):
2972 * cl.texi (Argument Lists): Fix typos.
2973
0235128c 29742010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 2975
0235128c
SM
2976 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2977 Note that Development menu is always available.
aa5789b5
CY
2978 (Creating a project): Fix terminology.
2979 (Add/Remove files): Fix typo.
2980
0235128c
SM
29812010-05-07 Chong Yidong <cyd@stupidchicken.com>
2982
2983 * Version 23.2 released.
2984
a628ad9d 29852010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
2986
2987 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
2988
502269d6
MA
29892010-05-01 Michael Albinus <michael.albinus@gmx.de>
2990
0235128c
SM
2991 * tramp.texi (Inline methods, Default Method):
2992 Mention `tramp-inline-compress-start-size'.
502269d6 2993
6e104790 29942010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
2995
2996 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
2997 the CVS repo. Put the Git repo in the news section.
2998
6e104790 2999 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
3000 Removed some mentions of CVS. Mention the new Git repo.
3001
6e104790 30022010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
3003
3004 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
3005 (Mail Group Commands): Add index entry.
3006
6e104790 30072010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
3008
3009 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3010
f8b91752
JB
30112010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3012
3013 * calc.texi (Radix modes): Mention that the option prefix will
3014 turn on twos-complement mode.
3015 (Inverse and Hyperbolic Flags): Mention the Option flag.
3016
ed21c5c8
CD
30172010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3018
3019 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 3020 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
3021 (Sectioning structure): Update.
3022 (References): New use case for field coordinates.
6e104790 3023 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
3024 (Setting up the staging area): Document the availability of
3025 encryption for MobileOrg.
3026 (Images and tables): Document how to reference labels.
3027 (Index entries): New section.
3028 (Generating an index): New section.
3029 (Column width and alignment): Document that <N> now
3030 means a fixed width, not a maximum width.
3031 (Publishing options): Document the :email option.
3032 (Beamer class export): Fix bug in the BEAMER example.
3033 (Refiling notes): Document refile logging.
3034 (In-buffer settings): Document refile logging keywords.
3035 (Drawers): Document `C-c C-z' command.
3036 (Agenda commands): Mention the alternative key `C-c C-z'.
3037 (Special properties): Document the BLOCKED property.
3038 (The spreadsheet): Mention the formula editor.
3039 (References): Document field coordinates.
3040 (Publishing action): Correct the documentation for the
3041 publishing function.
3042 (The date/time prompt): Document that we accept dates
3043 like month/day/year.
3044 (Cooperation): Document the changes in table.el support.
3045 (Faces for TODO keywords, Faces for TODO keywords)
3046 (Priorities): Document the easy colors.
3047 (Visibility cycling): Document the new double prefix
3048 arg for `org-reveal'.
3049 (Cooperation): Remember.el is part of Emacs.
3050 (Clean view): Mention that `wrap-prefix' is also set by
3051 org-indent-mode.
3052 (Agenda commands): Add information about prefix args to
3053 scheduling and deadline commands.
3054 (Search view): Point to the docstring of
3055 `org-search-view' for more details.
6e104790 3056 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3057 (Setting tags): Document variable
3058 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3059 (Column attributes): Cross-reference special properties.
ed21c5c8 3060
456b348e
MA
30612010-04-10 Michael Albinus <michael.albinus@gmx.de>
3062
3063 Synchronize with Tramp repository.
3064
3065 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3066 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3067 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3068 syntax, texi2dvi reports errors with the backquotes.
3069
3070 * trampver.texi: Update release number.
3071
357e2d8e
KY
30722010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3073
3074 * gnus.texi (Finding the News): Add pointers to the Server buffer
3075 because it's essential.
3076
1d4d7664
KY
30772010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3078
3079 * gnus.texi (MIME Commands): Update description of
3080 gnus-article-browse-html-article.
3081
bd3e840f
KY
30822010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3083
3084 * auth.texi (Secret Service API): Add TODO node.
3085 (Help for users): Explain the new source options for `auth-sources'.
3086
e867cb5d 30872010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3088
3089 * trampver.texi: Update release number.
3090
288f9fc0
CY
30912010-03-10 Chong Yidong <cyd@stupidchicken.com>
3092
3093 * Branch for 23.2.
3094
d99aaebd
CY
30952010-03-03 Chong Yidong <cyd@stupidchicken.com>
3096
3097 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3098 now enabled by default.
3099
5794c2a5
MA
31002010-02-28 Michael Albinus <michael.albinus@gmx.de>
3101
3102 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3103 when Emacs runs in interactive mode. (Bug#5645)
3104
40572be6
GM
31052010-02-16 Glenn Morris <rgm@gnu.org>
3106
3107 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3108
7bb8ed67
MH
31092010-02-05 Mark A. Hershberger <mah@everybody.org>
3110
3111 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3112
45a1423d 31132010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3114
3115 * gnus.texi (Score File Format): Fix typo.
3116
45a1423d 31172010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3118
3119 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3120
14f17fc8
JB
31212010-01-18 Juanma Barranquero <lekktu@gmail.com>
3122
3123 * ada-mode.texi (Project File Overview): Fix typo.
3124
607d4369
CY
31252010-01-17 Chong Yidong <cyd@stupidchicken.com>
3126
3127 * semantic.texi: Add Richard Y. Kim credit.
3128
3129 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3130
3d1bfa99
MA
31312010-01-17 Michael Albinus <michael.albinus@gmx.de>
3132
3133 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 3134 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 3135
6fbf7a75
GM
31362010-01-17 Glenn Morris <rgm@gnu.org>
3137
b9f978f0
GM
3138 * calc.texi (Reporting Bugs): Don't mention format of repository.
3139
f19bc38d
GM
3140 * woman.texi (Bugs): Make "Emacs repository" less specific,
3141 and the URL for same more specific.
3142
6fbf7a75
GM
3143 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3144
16c3428a
JB
31452010-01-17 Juanma Barranquero <lekktu@gmail.com>
3146
3147 * ede.texi (ede-step-project, ede-proj-target):
3148 * tramp.texi (Remote processes): Fix typos.
3149
045b9da7
ML
31502010-01-16 Mario Lang <mlang@delysid.org>
3151
3152 * ede.texi (ede-target):
3153 * org.texi (Refiling notes): Remove duplicated words.
3154
c57008f6
SM
31552010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3156
3157 * gnus.texi (Posting Styles): Use with-current-buffer.
3158 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3159
798c9eb5
KR
31602010-01-02 Kevin Ryde <user42@zip.com.au>
3161
3162 * eieio.texi (Naming Conventions): Correction to xref on elisp
3163 coding conventions, is "Tips" node not "Standards".
3164
4970fbfe
CY
31652009-12-24 Chong Yidong <cyd@stupidchicken.com>
3166
3167 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3168
3169 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3170
83828b06
KY
31712009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3172
3173 * gnus.texi (Direct Functions): Add missing port number to tls method.
3174
45a4a565
JB
31752009-12-15 Juanma Barranquero <lekktu@gmail.com>
3176
3177 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3178 ($(infodir)/edt, edt.dvi): New targets.
3179
698bfef7
GM
31802009-12-15 Glenn Morris <rgm@gnu.org>
3181
3182 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3183 (edt, $(infodir)/edt, edt.dvi): New targets.
3184 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3185
3186 * Makefile.in (PDF_TARGETS, pdf): New.
3187 (clean): Add *.pdf.
3188 Add pdf rules for all manuals.
3189
0e983327
JB
31902009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3191
3192 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3193
8e687433
CY
31942009-12-14 Chong Yidong <cyd@stupidchicken.com>
3195
3196 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3197 (Smart Jump, Analyzer Debug): Copyedits.
3198 (Semantic mode user commands): Link to new nodes.
3199 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3200 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3201 upstream Semantic manual.
3202
3203 * semantic.texi (Introduction): Minor fix to diagram.
3204
020335df
MA
32052009-12-09 Michael Albinus <michael.albinus@gmx.de>
3206
3207 * eshell.texi (History): Add the other built-in variables.
3208 (Built-ins): Explain built-ins, and how to apply the external commands.
3209 Add `history', `su' and `sudo'.
3210
3211 * tramp.texi (Remote processes): Add missing <RET> in the example.
3212
6ddf13e4
BW
32132009-12-01 Bill Wohler <wohler@newt.com>
3214
3215 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 3216 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
3217 excessively garrulous.
3218
07b6428c
MA
32192009-11-29 Michael Albinus <michael.albinus@gmx.de>
3220
3221 * tramp.texi (Remote processes): Improve eshell example with "su"
3222 and "sudo" commands.
3223
fd1cefda
CY
32242009-11-28 Chong Yidong <cyd@stupidchicken.com>
3225
3226 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3227
3228 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3229 Document semantic-complete-analyze-inline.
3230 (Semanticdb search debugging commands): Minor clarification.
3231 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 3232 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 3233 manual.
9d542758 3234 (Semantic mode): Link to Idle Scheduler.
fd1cefda 3235
159e3ad5
KR
32362009-11-28 Kevin Ryde <user42@zip.com.au>
3237
3238 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 3239 @pxref, now EIEIO is in Emacs.
159e3ad5 3240
c6d47315
KR
3241 * erc.texi (Development): Correction to git tutorial url.
3242
16f6287e
GM
32432009-11-26 Glenn Morris <rgm@gnu.org>
3244
3245 * faq.texi (Latest version of Emacs): Mention stability of development
3246 version.
3247 (Problems with very large files): Max buffer size increase in 23.2.
3248 (VM): VM has moved house again.
3249
5ea5dbc9
JB
32502009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3251
3252 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3253 notations.
3254
5dec9555
CD
32552009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3256
45a4a565 3257 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 3258
bd6f6833
CY
32592009-11-20 Chong Yidong <cyd@stupidchicken.com>
3260
3261 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
3262 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3263 (Idle Completions Mode): Numerous copyedits.
bd6f6833 3264
be479117
JB
32652009-11-17 Juanma Barranquero <lekktu@gmail.com>
3266
3267 * semantic.texi (Semantic Internals, Glossary):
3268 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3269 (Semanticdb search debugging commands): Fix typos.
3270
17291a1f
JB
32712009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3272
be479117 3273 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 3274
af42a9cc
JB
32752009-11-16 Juanma Barranquero <lekktu@gmail.com>
3276
3277 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3278 ($(infodir)/semantic, semantic.dvi): New targets.
3279
3149927d
CY
32802009-11-16 Chong Yidong <cyd@stupidchicken.com>
3281
3282 * Makefile.in: Build the Semantic manual.
3283
3284 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3285 repository.
3286
977640ed
MA
32872009-11-16 Michael Albinus <michael.albinus@gmx.de>
3288
3289 * dbus.texi (Receiving Method Calls): New defun
3290 `dbus-unregister-service'.
3291
17673adf
CD
32922009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3293
3294 * org.texi (Speed keys): New section.
3295
0ecd3c90
MA
32962009-11-13 Michael Albinus <michael.albinus@gmx.de>
3297
3298 * dbus.texi (Type Conversion): Fix typo.
3299 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3300 `dbus-registered-objects-table'.
0c7efc08
SM
3301 (Receiving Method Calls): New defun `dbus-register-property'.
3302 Move `dbus-unregister-object' here.
0ecd3c90 3303
8bfe682a
CD
33042009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3305
3306 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3307
33082009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3309
3310 * org.texi (Column attributes): Add the new age summary operators.
3311 Also, mention the fact you can only use one summary operator per
3312 property.
3313
33142009-11-13 John Wiegley <johnw@newartisans.com>
3315
0c7efc08 3316 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 3317 manual about how to track habits.
0c7efc08 3318 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
3319 dangling clocks are resolved.
3320
33212009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3322
3323 * org.texi (Agenda commands): Document the new `i' command.
3324 (Inserting deadline/schedule): Document logging changes
3325 of scheduling and deadline times stamps.
3326 (In-buffer settings): Document the in-buffer keywords for logging
3327 changes of scheduling and deadline times stamps.
3328 (Structure editing, Plain lists): Document indentation
3329 cycling in empty entries with TAB.
3330 (Archiving): Document the default archiving command.
3331 (Moving subtrees): Document the new keys for archiving.
3332 (Internal archiving): Fix incorrect key.
3333 (Agenda commands): Document the TODO set switching commands.
3334 (Agenda commands): Document the new archiving keys.
3335 (Clocking work time): Better description on how to save
3336 and restore a clock.
3337 (Resolving idle time): Mention the x11idle program to get true
3338 idleness also under X11.
3339 (Resolving idle time): Use @kbd instead of @key for normal
3340 letters, because this is how he rest of the manual does this.
3341 (Pushing to MobileOrg): Mention that `org-directory'
3342 should be set.
3343 (Agenda commands): Document that SPC is a filter for
3344 any tag.
0c7efc08 3345 (Search view): Rename from "Keyword search".
8bfe682a
CD
3346 (Capure): New chapter.
3347 (Markup): New chapter.
0c7efc08
SM
3348 (Links in HTML export, Images in HTML export):
3349 Extend the section titles.
8bfe682a
CD
3350 (Images in HTML export): Document the align option.
3351 (Text areas in HTML export): Extend the section title.
3352 (Images in LaTeX export): Explain image placement in LaTeX.
3353
693737cd
GM
33542009-11-10 Glenn Morris <rgm@gnu.org>
3355
3356 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3357
c7bd4ebe
MA
33582009-11-08 Michael Albinus <michael.albinus@gmx.de>
3359
3360 * tramp.texi (Auto-save and Backup): Disable backups just for a
3361 method.
3362
3363 * trampver.texi: Update release number.
3364
76c5acad
MA
33652009-11-07 Michael Albinus <michael.albinus@gmx.de>
3366
3367 Sync with Tramp 2.1.17.
3368
3369 * trampver.texi: Update release number.
3370
d9a57abf
GM
33712009-10-29 Glenn Morris <rgm@gnu.org>
3372
3373 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3374
637f4f0f
MA
33752009-10-23 Michael Albinus <michael.albinus@gmx.de>
3376
3377 * tramp.texi (External methods): Temporary files are kept for
3378 `rsync' and `rsyncc' methods.
3379
310dbb05
JB
33802009-10-09 Juanma Barranquero <lekktu@gmail.com>
3381
3382 * eieio.texi: Fix typos.
3383
09094f28
CY
33842009-10-07 Chong Yidong <cyd@stupidchicken.com>
3385
3386 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3387
216f299a
JB
33882009-10-07 Juanma Barranquero <lekktu@gmail.com>
3389
3390 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3391 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3392
966a6506
CY
33932009-10-07 Chong Yidong <cyd@stupidchicken.com>
3394
3395 * Makefile.in: Build EIEIO and EDE manuals.
3396
33972009-10-07 Eric Ludlam <zappo@gnu.org>
3398
3399 * eieio.texi:
3400 * ede.texi: New files.
3401
8842cd9b
MA
34022009-10-05 Michael Albinus <michael.albinus@gmx.de>
3403
3404 * tramp.texi (Remote processes): Association of a pty is not supported.
3405
7006d207
CD
34062009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3407
3408 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3409 (Processing LaTeX fragments): Document that the size of images can be
3410 changes using the variable `org-format-latex-options'.
3411 (The date/time prompt, Timestamps): Be more accurate over ISO format
3412 dates and times.
3413 (Visibility cycling): Document showeverything keyword.
3414 (In-buffer settings): Document showeverything keyword.
3415 (Setting up the staging area): Fix the example.
3416 (MobileOrg): New section.
3417 (Agenda commands, Exporting Agenda Views): Document exporting the
3418 agenda view to Org files.
3419
0e7b2867
MA
34202009-09-28 Michael Albinus <michael.albinus@gmx.de>
3421
3422 * tramp.texi (History): Add IMAP support.
3423 (External methods): Add `imap' and `imaps' methods.
3424 (GVFS based methods): Add indices for `davs'.
3425 (Password handling): Rename anchors. Add IMAP entries for
3426 ~/.authinfo.gpg.
3427
3428 * trampver.texi: Set default value of `emacsimap'.
3429
4146636e
KY
34302009-09-22 Daiki Ueno <ueno@unixuser.org>
3431
3432 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3433
d22f7ffa
CY
34342009-09-13 Chong Yidong <cyd@stupidchicken.com>
3435
0c7efc08
SM
3436 * dired-x.texi (Technical Details):
3437 Delete dired-up-directory (Bug#4292).
d22f7ffa 3438
66043531
MA
34392009-09-03 Michael Albinus <michael.albinus@gmx.de>
3440
216f299a 3441 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 3442
6eb02347
CD
34432009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3444
3445 * org.texi (Effort estimates): Document new effort setting commands.
3446 (Agenda commands): Document the new keys fro agenda time motion.
3447 Document entry text mode. Improve documentation of the keys to include
3448 inactive time stamps into the agenda view.
3449 (Feedback): Document the new bug report command.
0c7efc08 3450 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 3451
38dc51ba
KY
34522009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3453
3454 * auth.texi (Help for users): Corrected markup.
3455
e402f452
GM
34562009-09-02 Glenn Morris <rgm@gnu.org>
3457
3458 * emacs-mime.texi (time-date): Mention float-time.
3459
744256cf
JB
34602009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
3461
3462 * calc.texi (Simplifying Formulas): Improve the wording.
3463
b0b63450
MB
34642009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
3465
3466 * auth.texi: Rewritten for coverage and clarity.
3467
34682009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3469
0c7efc08
SM
3470 * gnus.texi (Expiring Mail):
3471 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
3472 (Various Various): Mention gnus-safe-html-newsgroups.
3473
3474 * gnus-news.texi: Mention
3475 gnus-mark-copied-or-moved-articles-as-expirable.
3476
3477 * emacs-mime.texi (Display Customization): Add xref to
3478 gnus-safe-html-newsgroups.
3479
b59329e0
MA
34802009-08-28 Michael Albinus <michael.albinus@gmx.de>
3481
3482 * tramp.texi (Version Control): Remove.
af42a9cc 3483 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
3484 reference.
3485 (External methods): Correct `scpc' concept index entries. New method
3486 `rsyncc'.
3487 (External packages): New subsections "Filename completion" and "File
3488 attributes cache".
3489
0ff2d6c2
JB
34902009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
3491
3492 * calc.texi (Rewrite Rules): Improve the example.
3493 (Simplifying Formulas): Explain use of the I and H flags for
3494 simplification.
3495
ecd3d54f
MA
34962009-08-25 Michael Albinus <michael.albinus@gmx.de>
3497
3498 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 3499 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
3500 (Synchronous Methods, Asynchronous Methods): Use English numeric format
3501 for timeout values.
78176e69
MA
3502 (Top): Remove footnote saying D-Bus is not enabled by
3503 default. (Bug#4256)
ecd3d54f 3504
0f215bca
DU
35052009-08-23 Daiki Ueno <ueno@unixuser.org>
3506
3507 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 3508 Reported by Jari Aalto (Bug#4211).
0f215bca 3509 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 3510 epa-global-mail-mode.
3b7ab45f
DU
3511 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3512 epa-setup.
0f215bca 3513
4f22e84d
MA
35142009-08-16 Michael Albinus <michael.albinus@gmx.de>
3515
3516 * dbus.texi (Asynchronous Methods): Allow nil handler.
3517
9ff0b02b 35182009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 3519
26b03ee3 3520 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 3521
26b03ee3 3522 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 3523
4c39f404
CY
35242009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3525
3526 * calc.texi (Date Forms): Fix typos.
3527
3bcfba17
GM
35282009-08-08 Glenn Morris <rgm@gnu.org>
3529
3530 * org.texi (Agenda commands): Restore clobbered change.
3531
66783bb4
EZ
35322009-08-07 Eli Zaretskii <eliz@gnu.org>
3533
3534 * calc.texi (Graphics, Devices): Update with the peculiarities of
3535 operation on MS-Windows.
3536
c8d0cf5c
CD
35372009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3538
3539 * org.texi (Publishing action): Improve documentation of file
3540 names when publishing to the source directory.
3541 (Clean view): Document `org-indent-mode'.
3542 (Clocking work time): Add documentation for the
3543 new :timetamp option when creating a clock report.
3544 (Paragraphs): Fix many typos.
3545 (Plain lists): Remove duplicate explanation about the
3546 `C-c *' command.
3547 (Literal examples): Update to reflect the new behavior
3548 of the -n -r -k switches when exporting source code examples.
3549 (Structure editing): Add information about `C-c *',
3550 converting a plain list into a list of Org items.
3551 (Remember): Small rephrasing of the paragraph
3552 describing remember.el. Also mentioned that remember.el is part
3553 of Emacs 23, not Emacs 22.
3554 (Clocking work time): Add documentation about
3555 displaying the current clocking time against the effort estimate.
3556 Also add a footnote about using `org-clock-in-prepare-hook' to add
3557 an effort estimate on the fly, just before clocking it.
3558 (Footnotes): Document automatic renumbering and
3559 sorting.
3560 (Agenda commands): Document new bulk commands.
3561 (Plain lists): Document new behavior of
3562 `org-cycle-include-plain-lists'.
4e2af782 3563 Hyphenation only in TeX.
c8d0cf5c
CD
3564 (Clocking work time): Document the key to update effort
3565 estimates.
3566 (Clocking work time): Document the clock time display.
3567 (Structure editing, TODO basics): Document new
3568 variables.
3569 (Column attributes): Document new colciew operators.
3570 (Publishing options): Document :xml-declaration.
3571 (Tracking TODO state changes): Document the
3572 LOG_INTO_DRAWER property.
3573 (Literal examples): Document the new implementation for
3574 editing source code.
3575 (Publishing action): Mention the new publishing
3576 function, to publish an Org source file.
3577 (Publishing links): Mention how to link to an Org source file.
3578 (Macro replacement): Document new macros.
3579 (Handling links): Document type-specific completion
3580 when inserting links.
3581 (Structure editing, Plain lists): Improve documentation
3582 on sorting.
3583 (Internal links): Document custom ids for links.
3584 (Handling links): Document custom ids for links.
3585 (CSS support): Document new class.
3586 (Refiling notes): Document the possibility to create new nodes
3587 during refiling.
3588 (Agenda commands): Document the "?" operator to find
3589 tasks without effort setting.
3590 (Exporting agenda information): Section moved.
3591 (RSS Feeds): New section.
3592 (Built-in table editor): Document M-e and M-a navigate
3593 inside table field.
3594 (Stuck projects): Docment that projects identified as
3595 un-stuck will still be searchd for stuck sub-projects.
3596 (Paragraphs): Document centering.
3597 (Creating timestamps, Agenda commands): Document new
3598 behavior when changing time stamps.
3599 (Structure editing): Document the new command
3600 `org-clone-subtree-with-time-shift'.
3601 (Publishing): Refresh this chapter.
3602 (Export options, Export options, In-buffer settings):
3603 Document the new keywords.
3604 (Matching tags and properties): Collect all
3605 documentation about tags/property matches here.
3606 (Setting tags): Document `org-tag-persistent-alist'.
3607 (Weekly/daily agenda): New section.
3608 (Orgstruct mode): Describe `orgstruct++-mode'.
3609 (Drawers): Mention the LOGBOOK drawer.
3610 (Export options, Sectioning structure): Document the
3611 #+LEATEX_HEADER in-buffer setting.
3612 (Bugs): Section removed.
3613 (Hooks): New section.
0c7efc08 3614 (Add-on packages): Move here from old location.
c8d0cf5c
CD
3615 (Context-sensitive commands): New section.
3616 (Setting tags): Document newline option.
3617 (Global TODO list, Matching tags and properties):
3618 Mention more variables.
3619 (Checkboxes): Update to changed command behavior.
81a5560e 3620
40d2791f
CY
36212009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3622
3623 * speedbar.texi (Basic Key Bindings): Fix typo.
3624
65d0154b
JB
36252009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3626
3627 * calc.texi (Vector/Matrix Functions): Add index entries for both
3628 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3629 affects matrices with more than one row.
b5bdfd9f 3630 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 3631
5a9e3ab7
JB
36322009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3633
3634 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 3635 `calc-transpose-lines'.
5a9e3ab7 3636
42fb7e61
MA
36372009-07-27 Michael Albinus <michael.albinus@gmx.de>
3638
3639 * dbus.texi (Receiving Method Calls): Describe special return value
3640 `:ignore'.
3641
574b69d5
AM
36422009-07-24 Alan Mackenzie <acm@muc.de>
3643
3644 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3645 initialization, any individual variable setting now takes precedence
3646 over one done via c-file-style/c-file-offsets.
3647
ec06459c
JB
36482009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3649
3650 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3651 truncated when Calc is quit.
3652 (Customizing Calc): Document `calc-undo-length'.
3653
4ce54f6b
CY
36542009-07-20 Chong Yidong <cyd@stupidchicken.com>
3655
3656 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3657
0e4f8ba5
GM
36582009-07-11 Kevin Ryde <user42@zip.com.au>
3659
3660 * pcl-cvs.texi (About PCL-CVS):
3661 * widget.texi (Basic Types):
3662 Fix cross-references.
3663
fa0f81b0
AS
36642009-07-01 Andreas Schwab <aschwab@redhat.com>
3665
3666 * dbus.texi (Type Conversion): Don't use literal control character.
3667
88a683c5
MA
36682009-07-01 Michael Albinus <michael.albinus@gmx.de>
3669
3670 * tramp.texi (GVFS based methods): New section.
3671 (Remote processes): Processes for GVFS based methods run locally.
3672
36c8febb
MA
36732009-06-30 Michael Albinus <michael.albinus@gmx.de>
3674
0c7efc08
SM
3675 * tramp.texi (Inline methods, External methods, Gateway methods):
3676 Avoid the words "kludge" and hack".
36c8febb
MA
3677 (External methods): Add `synce' method.
3678
3679 * trampver.texi: Update release number.
3680
d6b951bb
MA
36812009-06-22 Michael Albinus <michael.albinus@gmx.de>
3682
3683 Sync with Tramp 2.1.16.
3684
3685 * tramp.texi (History): Add GVFS support.
3686 (External methods): Precise `rsync' description. Add `dav', `davs' and
3687 `obex' methods. Add 'tramp-gvfs-methods' option.
3688 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3689 forms.
3690 (Remote Programs): Introduce `tramp-own-remote-path'.
3691 (Remote processes): New subsection "Running remote programs that create
3692 local X11 windows".
3693 (Frequently Asked Questions): Improve code for disabling vc.
3694
3695 * trampver.texi: Update release number. Set default value of
3696 `emacsgvfs'.
3697
70243478
CY
36982009-06-21 Chong Yidong <cyd@stupidchicken.com>
3699
3700 * Branch for 23.1.
3701
54b31cbf
GM
37022009-06-17 Glenn Morris <rgm@gnu.org>
3703
3704 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3705 (Latest version of Emacs): Mention source code repository.
3706
f6adc23c
GM
37072009-06-16 Glenn Morris <rgm@gnu.org>
3708
3709 * faq.texi (Top): Language tweak.
3710 (Extended commands): Most people have arrow keys.
3711 (Emacs manual): Say how to follow info links.
3712 (File-name conventions): Change title a bit. Explain about source
3713 versus installed. Condense etc description.
3714 (Guidelines for newsgroup postings): Mention Savannah list page.
3715 (Newsgroup archives): Simplify.
3716 (Contacting the FSF): Add contact URL.
3717 (Emacs Lisp documentation): Printed version not always available.
3718 (Installing Texinfo documentation): Explain how by hand installation is
3719 not normally needed. Use add-to-list. Remove duplicate reference.
3720 (Informational files for Emacs): Move info on Help menu here from
3721 "File-name conventions".
3722 (Help installing Emacs): Tweak uref.
3723 (Obtaining the FAQ): Mention repository.
3724 (Origin of the term Emacs): Explain "ITS".
3725 (Changing load-path): Use add-to-list.
3726 (Automatic indentation): Clarify this is for Text mode.
3727 Don't mention Indented Text mode.
3728 (Finding Emacs on the Internet): The FSF does not seem to offer a
3729 deluxe distribution on CD anymore.
3730
b59a8457
GM
37312009-06-16 Glenn Morris <rgm@gnu.org>
3732
3733 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3734 Recommend the latest release. Mention how to get older FAQs.
3735 Recommend the Emacs manual.
3736 (Guidelines for newsgroup postings): Discourage cross-posts.
3737 (Underlining paragraphs): Remove.
3738 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3739 (Bugs and problems): Update key-binding.
3740 (Problems with very large files): Mention 64-bit.
3741 (Shell process exits abnormally): Remove.
3742 (Problems with Shell Mode): Rename and update.
3743 (Spontaneous entry into isearch-mode)
3744 (Problems talking to certain hosts): Remove. This is old information,
3745 in etc/PROBLEMS if needed.
3746 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3747 (Dired claims that no file is on this line): Update.
3748 (Installing Emacs, Problems building Emacs): Simplify.
3749 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3750 information.
3751 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3752 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3753 (JDEE): "JDEE", not "JDE".
3754 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3755 Remove. This is old information, in etc/PROBLEMS if needed.
3756 (stty and Backspace key, Kanji and Chinese characters): Remove.
3757 (Right-to-left alphabets): Update section.
3758 (Changing the included text prefix): Gnus uses message-yank-prefix.
3759 Add cross-reference to Supercite manual.
3760 (Saving a copy of outgoing mail): Simplify output file description.
3761 (Expanding aliases when sending mail): Refer to Emacs manual.
3762 Remove old info about RFC822.
3763 Correct description of how to rebuild aliases.
3764 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3765 (MIME with Emacs mail packages)
3766 (Viewing articles with embedded underlining)
3767 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3768 Remove old sections.
3769 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3770 and is well-documented in the Gnus manual.
3771 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3772 (Making Gnus faster): Rename from "Starting Gnus faster".
3773 Merge "Catch-up is slow in Gnus" into here.
3774
0e6d12ca
GM
37752009-06-14 Glenn Morris <rgm@gnu.org>
3776
3777 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3778 (New in Emacs 23): New section.
3779 (Handling C-s and C-q with flow control): Add xref.
3780
2e17e05e
GM
37812009-06-13 Glenn Morris <rgm@gnu.org>
3782
3783 * faq.texi (Setting up a customization file): Grammar fix.
3784 Customize is no longer "new".
3785 (Displaying the current line or column): Line-number mode is on by
3786 default. Don't mention `column' package. Mention linum.el.
3787 (Turning on abbrevs by default): Explain how to do it for buffers,
3788 modes, and everywhere.
3789 (Associating modes with files): Use add-to-list. Don't mention Emacs
3790 19.
3791 (Highlighting a region): On by default since 23.1.
3792 (Replacing highlighted text): Update doc quote.
3793 (Working with unprintable characters): Don't mention search-quote-char.
3794 (Using an already running Emacs process): Gnuclient is probably not an
3795 enhancement these days.
3796 (Indenting switch statements): Remove mention of pre-Emacs 20.
3797 (Horizontal scrolling): Abbreviate Emacs 20 description.
3798 (Replacing text across multiple files): Fix name of dired command.
3799 (Disabling backups): Use require not load.
4f9d4de3 3800 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3801
2a1cf2b9
BW
38022009-06-13 Bill Wohler <wohler@newt.com>
3803
3804 Release MH-E manual version 8.2.
3805
3806 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3807 release 8.2.
3808
85b438b7
GM
38092009-06-13 Glenn Morris <rgm@gnu.org>
3810
3811 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3812 in this day and age the common meaning is "on the web".
3813 (copying): Use @copyright in all cases.
3814 (Basic keys): Remove reference to deleted manual node "Text Characters".
3815 (File-name conventions): Use GNU as an example rather than SERVICE.
3816 default.el lives in site-lisp. Update Info directory location.
3817 (Real meaning of copyleft): GPL actions have been brought, but all
3818 settled out of court.
3819 (Guidelines for newsgroup postings): Shorten section title.
3820 Simplify comp.emacs description.
3821 (Newsgroup archives): Change Google URL. Describe Gmane.
3822 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3823 points". Mention List-Unsubscribe header.
3824 (Contacting the FSF): Update email and URLs.
3825 (Basic editing): Mention F1 for help.
3826 (Installing Texinfo documentation): Refer to Texinfo website rather
3827 than ftp server.
3828 (Printing a Texinfo file): Mention texi2pdf.
3829 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3830 are just stubs nowadays.
3831 (Latest version of Emacs): Explain version numbers.
3832 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3833 (Turning on syntax highlighting): No need to mention hilit19 any more.
3834 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3835 (Modes for various languages): Remove section.
3836 (Major packages and programs): Remove most version and maintainer
3837 information - it's hard to keep up-to-date, and adds nothing.
3838 Similarly with direct links to mailing lists.
3839 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3840 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3841 years, and Emacs comes with tools for this now.
3842 (Patch): Remove section - this is a standard tool.
3843 (Using function keys under X): Remove section.
3844
93e2d996
GM
38452009-06-12 Glenn Morris <rgm@gnu.org>
3846
3847 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3848 (Help installing Emacs): Remove reference to deleted X11 node.
3849 (Associating modes with files): Interpreter-mode-alist is no longer
3850 subservient to auto-mode-alist.
3851 (Installing Emacs): Change future Emacs version.
3852 (Linking with -lX11 fails): Remove old section.
3853 (Packages that do not come with Emacs): Update ELL location.
3854 Emacs Lisp archive is dead.
3855 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3856 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3857 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3858 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3859 (Removing flashing messages): Remove section about non-existent Gnus
3860 option.
3861
f0bf7708
GM
3862 * faq.texi (Top): Add @top command.
3863 Remove the optional arguments from all @node commands: makeinfo can
3864 generate these automatically, and it is easier to edit and rearrange
3865 nodes without them.
3866
30884d11
GM
38672009-06-11 Glenn Morris <rgm@gnu.org>
3868
3869 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3870 (The LPF): Make the updated URL the sole reference point.
3871 (Learning how to do something): Update refcard price and format.
3872 (Getting a printed manual): Sources in doc/emacs/, not man/.
3873 Also available in PDF format. Since the page count varies, be less
3874 precise.
3875 (Informational files for Emacs): Remove references to deleted files
3876 LPF and SUN-SUPPORT, and to UUCP.
3877 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3878 Remove many obsolete ways to get the FAQ, which now seems only to be
3879 distributed with Emacs.
3880 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3881
deab46e0
CY
38822009-06-09 Chong Yidong <cyd@stupidchicken.com>
3883
223b43fa 3884 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3885 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3886
deab46e0
CY
3887 * ada-mode.texi (Installation, Compile commands)
3888 (Project File Overview, No project files, Set compiler options)
3889 (Use GNAT project file, Use multiple GNAT project files)
3890 (Identifier completion): Use @samp for menu items, and @kbd for key
3891 sequences (Bug#3504).
3892
71fbd643
DU
38932009-06-04 Daiki Ueno <ueno@unixuser.org>
3894
8c9bb6f5 3895 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3896
f197085b
CY
38972009-06-04 Ryan Yeske <rcyeske@gmail.com>
3898
3899 * message.texi (Header Commands): Fix descriptions to match
3900 keybindings.
3901
7f3bc720
DU
39022009-04-22 Daiki Ueno <ueno@unixuser.org>
3903
3904 * gnus.texi (Security): Mention that EasyPG is the current default.
3905
4518068d
CY
39062009-04-13 Chong Yidong <cyd@stupidchicken.com>
3907
3908 * ediff.texi (Session Commands): Fix typo.
3909
d7ca410a
MB
39102009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3911
3912 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3913 news.software.readers. Reported by Florian Rehnisch.
3914
c6c76add
GM
39152009-04-02 Glenn Morris <rgm@gnu.org>
3916
3917 * auth.texi: Capitalize direntry.
3918
3919 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3920 using a period in the entry name. (Bug#2797)
3921
35ed8e2e
JB
39222009-03-03 Juanma Barranquero <lekktu@gmail.com>
3923
3924 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3925 ($(infodir)/auth, auth.dvi): New targets.
3926
e280480a
GM
39272009-03-03 Glenn Morris <rgm@gnu.org>
3928
3929 * auth.texi: Fix @setfilename.
3930
3931 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3932 (auth, $(infodir)/auth, auth.dvi): New rules.
3933
8a76755b
GM
39342009-02-25 Glenn Morris <rgm@gnu.org>
3935
3936 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
3937
0038d478
MB
39382009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3939
3940 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3941
39422009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3943
3944 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3945 gnus-nocem-issuers, and gnus-nocem-verifyer.
3946
867d4bb3
JB
39472009-02-20 Juanma Barranquero <lekktu@gmail.com>
3948
3949 * ada-mode.texi (Project files, Automatic Casing):
3950 * dbus.texi (Signals):
3951 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3952 * mh-e.texi (HTML):
3953 * nxml-mode.texi (Locating a schema)
3954 (Using the document's URI to locate a schema):
3955 * org.texi (Footnotes, Using the mapping API):
3956 * rcirc.texi (Channels): Remove duplicate words.
3957
3a44dc1f
GM
39582009-02-20 Glenn Morris <rgm@gnu.org>
3959
3960 * dired-x.texi (Miscellaneous Commands):
3961 * gnus.texi: Minor updates for mbox Rmail.
3962
5dc584b5
KB
39632009-02-16 Karl Berry <karl@gnu.org>
3964
b59a8457
GM
3965 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3966 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3967 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3968 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3969 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3970 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3971 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3972 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3973 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3974 Consistently use @insertcopying in the Top node,
5dc584b5 3975 @contents at the front (after @end titlepage),
b59a8457 3976 and @direntry after @copying. (Bug#1988)
5dc584b5 3977
9eb59592
MB
39782009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3979
3980 * auth.texi: New file documenting auth-source.
3981
d324fa76
CD
39822009-02-13 Carsten Dominik <dominik@science.uva.nl>
3983
3984 * org.texi (Org Plot): Fix link.
3985
7a603b73
DU
39862009-02-09 Daiki Ueno <ueno@unixuser.org>
3987
3988 * epa.texi (Mail-mode integration): Mention the way to do
3989 "encrypt-to-self". (Bug#1807)
3990
a626b338 39912009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
3992
3993 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
3994
3b36c17e
MB
39952009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
3996
3997 * gnus-news.texi: Print version about Incoming*.
3998
55033558
CD
39992009-02-02 Carsten Dominik <dominik@science.uva.nl>
4000
4001 * org.texi (Structure editing, Handling links)
4002 (Fast access to TODO states, Javascript support): Make standard docs
4003 correctly reflect default variable settings.
4004
ec712abb
GM
40052009-02-02 Glenn Morris <rgm@gnu.org>
4006
4007 * org.texi: Fix typos.
4008
7112648c
MA
40092009-02-01 Michael Albinus <michael.albinus@gmx.de>
4010
4011 Sync with Tramp 2.1.15.
4012
4013 * trampver.texi: Update release number.
4014
2e461fc1
CD
40152009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4016
4017 * org.texi (TODO dependencies): Document TODO dependencies on
4018 checkboxes.
4019
bc283609
CD
40202009-01-30 Carsten Dominik <dominik@science.uva.nl>
4021
4022 * org.texi (TODO dependencies): Document key binding for toggling
4023 ORDERED property.
4024
74fc5047
MA
40252009-01-28 Michael Albinus <michael.albinus@gmx.de>
4026
4027 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4028 of hook functions.
4029
d6685abc
CD
40302009-01-28 Carsten Dominik <dominik@science.uva.nl>
4031
4032 * org.texi (TODO dependencies): New section.
4033
65c439fd
CD
40342009-01-27 Carsten Dominik <dominik@science.uva.nl>
4035
4036 * org.texi (Plain lists, TODO basics, Priorities)
4037 (Multiple sets in one file, Conflicts): Document interaction with
4038 `shift-selection-mode'.
4039
5fafc247
JB
40402009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4041
4042 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4043 Make Calc the subject of sentences.
4044 (Rearranging Formulas using Selections): Discuss new options
4045 for `j *'.
4046
e7433508
MA
40472009-01-26 Michael Albinus <michael.albinus@gmx.de>
4048
4049 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4050
2096a1b6
GM
40512009-01-26 Glenn Morris <rgm@gnu.org>
4052
4053 * org.texi: Fix typos.
4054
0cb61492
BW
40552009-01-26 Bill Wohler <wohler@newt.com>
4056
2096a1b6 4057 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4058
0bd48b37
CD
40592009-01-25 Carsten Dominik <dominik@science.uva.nl>
4060
4061 * org.texi (References): Add information about remote references.
4062 (Built-in table editor): Document `C-c RET' in tables.
4063 (Math symbols, Quoting LaTeX code): Mention that simple
4064 LaTeX macros survive LaTeX export.
4065 (Images in LaTeX export): Show how to create a reference to a
4066 figure.
4067 (Sectioning structure): Document that the LaTeX class can be
4068 specified in a property.
4069 (Text areas in HTML export): New section.
4070 (External links): Add examples for text search and ID links.
4071 (Built-in table editor): Remove the descriptio of `C-c
4072 C-q', it not longer works.
4073 (Literal examples): Document that a space must follow
4074 the colon in short examples.
4075 (Relative timer): Document `org-timer-stop'.
4076 (Footnotes): New section.
4077 (Footnote markup): Shorten section and refer to new Footnote
4078 section.
4079 (Literal examples): Add documentation for line
4080 numbering in and references to code examples.
4081 (CSS support): Fix the description of default CSS styles.
4082 (Capturing column view): Document
4083 "file:path/to/file.org" as an allowed value for the ID property of
4084 a dynamic block copying column view.
4085
49dbbaf2
SE
40862009-01-23 Stephen Eglen <stephen@gnu.org>
4087
4088 * mh-e.texi (Getting Started): Describe $MH.
4089
193e6828
MA
40902009-01-21 Michael Albinus <michael.albinus@gmx.de>
4091
4092 * tramp.texi (all): Harmonize usage of "external method",
4093 "external transfer method" and "out-of-band method".
4094 (Connection types): Precise the differences of inline and external
4095 methods. Written by Adrian Phillips <a.phillips@met.no>.
4096
26b9f88d
MB
40972009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4098
4099 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4100 commands as described at the top. Reported by Allan Gottlieb
4101 <gottlieb@nyu.edu>.
4102
41032009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4104
4105 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4106 nnmail-pathname-coding-system.
4107
377952e0
GM
41082009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4109
4110 * org.texi (Relative timer): Fix typo.
4111
a20d3598
JB
41122009-01-15 Juanma Barranquero <lekktu@gmail.com>
4113
4114 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4115 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4116
a50253cc
GM
41172009-01-13 Glenn Morris <rgm@gnu.org>
4118
4119 * org.texi: Fix some more typos.
4120
07450bee
GM
41212009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4122
4123 * org.texi: Fix some typos.
4124
e3e955fe
MB
41252009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4126
4127 * gnus.texi (Group Parameters): Add note for local variables.
4128
41292009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4130
0c7efc08
SM
4131 * gnus.texi (Converting Kill Files): Fix URL.
4132 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
4133
41342009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4135
4136 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4137 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4138 (Paging the Article): Add index entry.
4139
71dd9983
JB
41402009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4141
4142 * ada-mode.texi (Examples): Delete redundant text.
4143
4a0cf14f
MA
41442009-01-03 Michael Albinus <michael.albinus@gmx.de>
4145
36c8febb 4146 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
4147
4148 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4149 addresses.
4150
aedac0f0
BW
41512009-01-03 Bill Wohler <wohler@newt.com>
4152
4153 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4154 kept empty.
4155
4c65b566
CD
41562008-12-20 Carsten Dominik <dominik@science.uva.nl>
4157
4158 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
4159 (HTML Export commands, LaTeX/PDF export commands):
4160 Improve documentation about transient-mark-mode.
e9fce1ac 4161 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
4162 to fields in the last table row.
4163
e1a78e1e
JL
41642008-12-19 Juri Linkov <juri@jurta.org>
4165
4166 * info.texi (Search Text): Remove mention of removed key binding M-s.
4167
17a0aa82
CD
41682008-12-18 Carsten Dominik <dominik@science.uva.nl>
4169
4170 * org.texi (References): Remove mentioning of @0 as reference for the
4171 last line, this has been reverted in the Lisp sources.
4172
4997d802
JB
41732008-12-17 Juanma Barranquero <lekktu@gmail.com>
4174
4175 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4176 (DVI_TARGETS): Remove duplicates. Add sasl.
4177 ($(infodir)/sasl, sasl.dvi): New targets.
4178
33306645
CD
41792008-12-17 Carsten Dominik <dominik@science.uva.nl>
4180
4181 * org.texi: Version number pushed to 6.15d.
4182
db55f368
CD
41832008-12-16 Carsten Dominik <dominik@science.uva.nl>
4184
a0bf4117 4185 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
4186 (Images in LaTeX export): New section.
4187 (Inlined images, Images in HTML export): Sections renamed.
4188
dae0a942
MB
41892008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4190
4191 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4192
9f5572e9
MB
41932008-12-04 David Engster <dengste@eml.cc>
4194
4195 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 4196 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 4197
bc23baaa
CD
41982008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4199
4200 * org.texi (Using the mapping API): Fix bug in mapping example.
4201 (Publishing options): Make the list of properties complete again, in
4202 correspondence to the variable `org-export-plist-vars'.
4203 (Property searches): Document new special values for time comparisons.
4204 (Tag inheritance): Refine the description of tag inheritance.
4205 (Project alist): Add info about the publishing sequence of components.
a0bf4117 4206 (Effort estimates): Document the new relative timer.
bc23baaa 4207
3bf8054f
JB
42082008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4209
4210 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4211 (Using Calc): Clarify use of `C-x * o'.
4212 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4213
ac134f2f
RS
42142008-11-28 Richard M Stallman <rms@gnu.org>
4215
4216 * dbus.texi (Receiving Method Calls): Clean up previous change.
4217
ace706d1
MA
42182008-11-26 Michael Albinus <michael.albinus@gmx.de>
4219
4220 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4221 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4222 `dbus-unescape-from-identifier'.
4223 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 4224 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
4225 (Signals): Use the constants in the example.
4226
d60b1ba1
CD
42272008-11-24 Carsten Dominik <dominik@science.uva.nl>
4228
b97439ce 4229 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 4230
ce4fdcb9
CD
42312008-11-23 Carsten Dominik <dominik@science.uva.nl>
4232
4233 * org.texi (Setting up Remember): Document `org-remember-mode'.
4234 (External links): Document that bbdb links can use a regular
4235 expression.
4236 (External links): Document that elisp links can contain interactive
4237 commands.
4238
c8548a00 42392008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
4240
4241 * viper.texi (viper-translate-all-ESC-keysequences):
4242 Description removed.
4243
6a2c4aec
GM
42442008-11-19 Glenn Morris <rgm@gnu.org>
4245
4246 * doclicense.texi: Change to FDL 1.3.
4247 Relicense all texi files under FDL 1.3 or later.
4248
59ee4113
JB
42492008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4250
4251 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4252
59bcbb98 42532008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 4254
0c7efc08 4255 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
4256
4257 * ediff.texi: Version/date change.
9f90198a 4258
8aa41c9b
CY
42592008-11-14 Chong Yidong <cyd@stupidchicken.com>
4260
4261 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4262
17587b1b
JB
42632008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4264
4265 * calc.texi (About This Manual): Comment out a mention of
4266 marginal notes.
4267
564c900e
CD
42682008-11-12 Carsten Dominik <dominik@science.uva.nl>
4269
4270 * org.texi (Clocking work time): Document the :formula property of
4271 clock tables.
4272 (Structure editing, Refiling notes): Document refiling regions.
4273 (Agenda commands): Document the double-prefix version
4274 of the `l' command in the agenda.
4275 (Handling links): Explain the effect of a double prefix
4276 arg to `C-c C-o'.
4277 (TODO basics): Add documentation for tag triggers.
4278
3c4be1f2
GM
42792008-10-23 Glenn Morris <rgm@gnu.org>
4280
4281 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4282 byte-compiling things like `+'.
4283
4284 * ns-emacs.texi: Merge copyright years of author now with assignment
4285 into FSF years.
4286 (VER): Use it for easier automatic updating. Use Emacs version rather
4287 than standalone Emacs.app version.
4288
a6520ff3
CD
42892008-10-12 Carsten Dominik <dominik@science.uva.nl>
4290
864c9740 4291 * org.texi: Lots of minor fixes.
a6520ff3
CD
4292 (Capture): New chapter.
4293 (Org Plot): New section.
4294
db7a4b66
MH
42952008-09-30 Magnus Henoch <mange@freemail.hu>
4296
4297 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4298
4043c194
JB
42992008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4300
4301 * calc.texi (User Defined Units): Mention how to enter optional display
4302 string.
4303
eef5ade7
MB
43042008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4305
0c7efc08 4306 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
4307 avoid the "y/n" wording.
4308
e52cac88
MB
43092008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4310
0c7efc08 4311 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
4312
43132008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4314
4315 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4316 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4317
00c55306
BW
43182008-09-22 Bill Wohler <wohler@newt.com>
4319
4320 Release MH-E manual version 8.1.
4321
4322 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4323 release 8.1.
4324
4325 * mh-e.texi: Retain dual license as agreed to by the FSF.
4326 However, bump GPL to Version 3.
4327 Use @include for license text.
4328
e52cac88 43292008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
4330
4331 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
4332 (Store custom flags and keywords, Store arbitrary data):
4333 Clean up markup.
64763fe3
MB
4334
43352008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4336
4337 * gnus.texi (The Gnus Registry): Document it.
4338
9e601b8d
MB
43392008-09-08 David Engster <dengste@eml.cc>
4340
88ee5b02
JB
4341 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4342 Clarify section about choosing back end servers.
9e601b8d 4343
247043f1
GM
43442008-08-23 Glenn Morris <rgm@gnu.org>
4345
4346 * dired-x.texi (Shell Command Guessing):
4347 Mention dired-guess-shell-case-fold-search. (Bug#417)
4348
2bfec7a0
MA
43492008-08-22 Michael Albinus <michael.albinus@gmx.de>
4350
4351 * trampver.texi: Update release number.
4352
247043f1 43532008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
4354
4355 * ns-emacs.texi: Update version.
4356 (Introduction): Correct menu location for options save.
4357 (Customization): Note that defaults are stored under org.gnu.Emacs.
4358
8c20bd92
BW
43592008-08-11 Bill Wohler <wohler@newt.com>
4360
4361 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4362 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4363 Henman) (closes SF #1768928).
4364
767a4d92
GM
43652008-08-10 Glenn Morris <rgm@gnu.org>
4366
4367 * ns-emacs.texi: Use @copying. Change copyright of authors with
4368 assignment to FSF. Change license to GFDL.
4369 (Top): Remove outdated references.
4370
6ecfe5c2
MB
43712008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4372
88ee5b02
JB
4373 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4374 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
4375 gnus-summary-sort-by-most-recent-date.
4376 (Summary Sorting): Explain prefix argument.
4377
43782008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4379
4380 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4381 gnus-summary-pipe-output.
4382
eb932e8a
MA
43832008-08-03 Michael Albinus <michael.albinus@gmx.de>
4384
4385 * dbus.texi (Receiving Method Calls): Document error handling of own
4386 D-Bus methods.
4387
bfe16263
BW
43882008-08-01 Bill Wohler <wohler@newt.com>
4389
4390 * mh-e.texi (Reading Mail)
9f90198a 4391 (Viewing Attachments): Describe new function
bfe16263
BW
4392 mh-show-preferred-alternative.
4393 (Sending Mail, Redistributing, Sending Message): Describe new hook
4394 mh-annotate-msg-hook.
4395
21956b56
MA
43962008-07-31 Michael Albinus <michael.albinus@gmx.de>
4397
4398 * dbus.texi (Arguments and Signatures): Fix example.
4399 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4400 (Asynchronous Methods): New node.
9f90198a
JB
4401 (Errors and Events): Describe extended layout of `dbus-event'.
4402 New defun `dbus-event-message-type'.
21956b56 4403
7c2fb837
DN
44042008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4405
4406 * ediff.texi: Remove VMS support.
4407
13662773
JB
44082008-07-29 Juanma Barranquero <lekktu@gmail.com>
4409
4410 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4411 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4412
ddde0b34
CY
44132008-07-29 Chong Yidong <cyd@stupidchicken.com>
4414
4415 * Makefile.in: Add mairix-el targets.
4416
44172008-07-29 David Engster <deng@randomsample.de>
4418
4419 * mairix-el.texi: New file.
4420
d5875b25
JB
44212008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4422
366b7d44
JB
4423 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4424 project files. Delete 'main_unit' project variable; not needed. Allow
4425 process environment variables wherever project variables are allowed.
4426 Add tutorial section on multiple GNAT project files.
d5875b25 4427
6cbab8ee
MA
44282008-07-27 Michael Albinus <michael.albinus@gmx.de>
4429
4430 Sync with Tramp 2.1.14.
4431
4432 * trampver.texi: Update release number.
4433
9e2a2647
DN
44342008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4435
4436 * ns-emacs.texi:
4437 * faq.texi: Remove mentions of Mac Carbon.
4438
d62672f3
MB
44392008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4440
4441 * gnus.texi (Saving Articles): Describe the 2nd argument of
4442 gnus-summary-save-in-pipe.
4443 (SpamAssassin): Use it.
4444
44452008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4446
4447 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4448
dd12e1c6
CD
44492008-07-25 Carsten Dominik <dominik@science.uva.nl>
4450
4451 * org.texi (Export options): Document the use of the creator flag.
4452
44ce9197
CD
44532008-07-24 Carsten Dominik <dominik@science.uva.nl>
4454
4455 * org.texi: New version 6.06a.
4456
ddd13c5d
JB
44572008-07-23 Juanma Barranquero <lekktu@gmail.com>
4458
4459 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4460 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4461
8dc6104d
JB
44622008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
4463
4464 * calc.texi (Editing Stack Entries):
4465 (Algebraic Entry): Rewrite introductory sentences so it can be used by
4466 Calc's help functions. Mention fixing typos.
4467 (Customizing Calc): Fix typo.
4468
44692008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
4470
4471 * calc.texi (summarykey): New macro. Use to correctly format keys in
4472 the summary.
4473
ddd13c5d 44742008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
4475
4476 * ns-emacs.texi (Customization): Corrected documentation on color
4477 specification formats.
4478
568beaa2
AS
44792008-07-19 Andreas Schwab <schwab@suse.de>
4480
db8ef699 4481 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
4482
4483 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4484 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4485
cd71b9ae
MA
44862008-07-18 Michael Albinus <michael.albinus@gmx.de>
4487
4488 * dbus.texi (Inspection): Rework, introduce submenus.
4489 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4490 (Properties and Annotations, Arguments and Signatures): New nodes.
4491
9b7993b4
MA
44922008-07-13 Michael Albinus <michael.albinus@gmx.de>
4493
4494 * dbus.texi (Receiving Method Calls): Fix description of
4495 `dbus-register-method'.
4496 (Signals): Allow also signal arguments for filtering in
4497 `dbus-register-signal'.
4498
241d447b
JB
44992008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4500
4501 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4502 `cnorm'.
4503 (Arithmetic Tutorial): Simplify the verification of prime factors.
4504
adb46650
MB
45052008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4506
4507 * gnus.texi (Saving Articles): Mention
4508 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4509
92e15881
JB
45102008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
4511
4512 * calc.texi: Adjust mode line throughout.
4513
ea597303
JB
45142008-06-28 Juanma Barranquero <lekktu@gmail.com>
4515
4516 * sasl.texi (Mechanisms): Fix typos.
4517
aee08080
JB
45182008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4519
4520 * calc.texi (Killing from the stack): Mention using normal Emacs
4521 copying.
4522
a06a4a12
MA
45232008-06-21 Michael Albinus <michael.albinus@gmx.de>
4524
0c7efc08 4525 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 4526 Add `auth-source' mechanism.
a06a4a12
MA
4527 (Connection caching): Tramp reopens the connection automatically,
4528 when the operating system on the remote host has been changed.
4529
7389398d
EZ
45302008-06-20 Eli Zaretskii <eliz@gnu.org>
4531
4532 * makefile.w32-in (distclean): Remove makefile.
4533
b349f79f
CD
45342008-06-17 Carsten Dominik <dominik@science.uva.nl>
4535
3f9b4c2b 4536 * org.texi (Using the mapping API): New section.
b349f79f 4537 (Agenda column view): New section.
3f9b4c2b 4538 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 4539 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 4540 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
4541
45422008-06-17 Jason Riedy <jason@acm.org>
4543
4544 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4545 function, and efmt may be a two-argument function.
4546 (Radio tables): Document multiple destinations.
4547
cd5c05d2
GM
45482008-06-16 Glenn Morris <rgm@gnu.org>
4549
4550 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4551 Add Cover-Texts.
4552
debf4439
GM
45532008-06-15 Glenn Morris <rgm@gnu.org>
4554
4555 * faq.texi (VER): Update to 23.0.60.
4556
4557 * mh-e.texi: Remove option of licensing under GPL.
4558 Add Cover-Texts to GFDL permissions notice.
4559 (GPL): Remove section.
4560 (GFDL): Include doclicense.texi rather than the actual text.
4561
4562 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4563 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4564
4565 * sasl.texi: Fix output file name.
4566
4567 * epa.texi, sasl.texi: Refer to license in Emacs manual.
4568
4569 * gnus-coding.texi: Refer to license in Gnus manual.
4570
4571 * idlwave.texi, sasl.texi: Use @copying.
4572
4573 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
4574
4575 * speedbar.texi: Update Back-Cover Text as per maintain.info.
4576
4577 * url.texi: Use @copying, @title, @subtitle, @author.
4578
4579 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4580 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4581 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4582 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4583 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4584 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4585 * widget.texi, woman.texi:
4586 Remove references to external license, since doclicense is included.
4587
4588 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4589 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4590 Remove references to non-existent Invariant Sections.
4591
091f8bc1
GM
45922008-06-14 Glenn Morris <rgm@gnu.org>
4593
4594 * faq.texi (Major packages and programs): Remove references to external
4595 Supercite, Calc, VIPER, since they have been included for some time.
4596 Update VM, AUCTeX, BBDB entries.
4597
47bcb4d3
UJ
45982008-06-14 Ulf Jasper <ulf.jasper@web.de>
4599
4600 * newsticker.texi: Updated to match latest newsticker changes.
4601
6f093307
GM
46022008-06-13 Glenn Morris <rgm@gnu.org>
4603
4604 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4605 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4606 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4607 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4608 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4609 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4610 * woman.texi:
4611 Update Back-Cover Text as per maintain.info.
4612
2b968687
MB
46132008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4614
4615 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4616
4617 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4618 (gnus-faq.xml): Update repository host.
4619
2b968687
MB
4620 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4621
46222008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4623
4624 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4625 Fix a typo.
4626
46272008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4628
4629 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 4630 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
4631 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4632
46332008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4634
4635 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4636 coding standards.
4637
46382008-06-14 David Engster <dengste@eml.cc>
4639
4640 * gnus.texi (nnmairix): Markup fixes.
4641
e6d2d263
MB
46422008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4643
2b968687 4644 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4645
46462008-06-05 David Engster <dengste@eml.cc>
4647
4648 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4649
46502008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4651
b344d29d 4652 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4653 (Searching, nnir, nnmairix): New stub nodes.
4654
ad231df6 46552008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4656
4657 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4658
f394fa25
MB
46592008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4660
4661 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4662
58333467
MB
46632008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4664
4665 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4666
67525fb9
JY
46672008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4668
4669 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4670
0549d8fc
JB
46712008-05-06 Juanma Barranquero <lekktu@gmail.com>
4672
4673 * info.texi (Top): Fix typo in xref.
4674
149a3837
KB
46752008-05-05 Karl Berry <karl@gnu.org>
4676
4677 * info.texi (Top): @xref to stand-alone manual.
4678
3a23a519
MB
46792008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4680
4681 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4682 (Various Summary Stuff): Fix typo in last xref.
4683
0a29fbf3
JB
46842008-05-02 Juanma Barranquero <lekktu@gmail.com>
4685
4686 * org.texi (Moving subtrees): Fix typo.
4687
586b90f1
MA
46882008-04-28 Michael Albinus <michael.albinus@gmx.de>
4689
4690 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4691 Tramp via `tramp-mode'.
4692
b5af9883
CD
46932008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4694
4695 * org.texi: Massive changes, in many parts of the file.
4696
d55fe5bb
MB
46972008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4698
4699 * gnus.texi (Oort Gnus): Add message-fill-column.
4700
47012008-04-12 Adrian Aichner <adrian@xemacs.org>
4702
4703 * gnus.texi (Mail Source Specifiers): Typo fix.
4704
47052008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4706
4707 * gnus.texi (Diary Headers Generation): Update key binding for
4708 `gnus-diary-check-message'.
4709
47102008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4711
4712 * gnus.texi (Emacsen): Addition.
4713
47142008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4715
4716 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4717
47182008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4719
4720 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4721
47222008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4723
4724 * gnus-news.texi: Update tool bar item.
4725
47262008-04-09 Sven Joachim <svenjoac@gmx.de>
4727
4728 * gnus-news.texi: Fix typos.
4729
76c109c3
JB
47302008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4731
222027f2 4732 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4733 Add mention of `kron'.
4734
d5fbd5a6
MO
47352008-04-01 Daiki Ueno <ueno@unixuser.org>
4736
0c7efc08
SM
4737 * epa.texi (Encrypting/decrypting *.gpg files):
4738 Document epa-file-name-regexp.
d5fbd5a6 4739
fbcbb58c
KY
47402008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4741
4742 * gnus.texi (Example Methods): Fix description about ssh-agent.
4743 (Indirect Functions): Fix the default value of nntp-telnet-command;
4744 remove link to connect.html.
4745
134ce16c
MA
47462008-03-30 Michael Albinus <michael.albinus@gmx.de>
4747
4748 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4749 dbus-call-method.
4750 (Receiving Method Calls): The timeout can be set by the calling client.
4751
da1975d7
MA
4752 * trampver.texi: Update release number.
4753
2e4089ab
RS
47542008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4755
4756 * gnus.texi (Top): Fix version. Add SASL.
4757
70cab5a9
MA
47582008-03-29 Michael Albinus <michael.albinus@gmx.de>
4759
4760 Sync with Tramp 2.1.13.
4761
4762 * trampver.texi: Update release number.
4763
5bc6ddff
MB
47642008-03-29 Chong Yidong <cyd@stupidchicken.com>
4765
4766 * org.texi: Update to new org-mode website.
4767
47682008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4769
4770 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4771
9b3ebcb6
MB
47722008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4773
4774 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4775 gnus-read-ephemeral-gmane-group-url,
4776 gnus-read-ephemeral-emacs-bug-group,
4777 gnus-read-ephemeral-debian-bug-group.
4778
47792008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4780
4781 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4782
4783 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4784 Add FIXMEs for Bookmarks and gnus-registry-marks.
4785
47862008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4787
4788 * gnus.texi (Smileys): Document `smiley-style'.
4789
47902008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4791
4792 * gnus.texi (Gnus Development): Clarify difference between ding and
4793 gnu.emacs.gnus.
4794 (MIME Commands, Using MIME, RSS): Fix markup.
4795
4796 * gnus-faq.texi ([8.4]): Ditto.
4797
47982008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4799
4800 * gnus.texi (Emacsen): Remove obsolete stuff.
4801
48022008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4803
4804 * gnus.texi (Oort Gnus): Add version info WRT
4805 `mail-source-delete-incoming'.
4806
48072008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4808
4809 * gnus.texi (Top): Add "Other related manuals" and version info in
4810 `iftex' output.
4811 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4812 gnus-balloon-face-0 and the corresponding format specifiers.
4813
608d6a81
MA
48142008-03-26 Michael Albinus <michael.albinus@gmx.de>
4815
4816 * tramp.texi (Filename completion): Remove footnote about let-bind
4817 of `partial-completion-mode'. It doesn't work this way.
4818
27a6f132
SM
48192008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4820
4821 * pcl-cvs.texi (Contributors): Update my email.
4822
4a7c4c40
MA
48232008-03-21 Michael Albinus <michael.albinus@gmx.de>
4824
4825 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4826
2940c053
BW
48272008-03-17 Bill Wohler <wohler@newt.com>
4828
4829 * mh-e.texi (Viewing): Update URL for adding header fields to
4830 mh-invisible-header-fields-default.
4831
30864d5f
BW
48322008-03-16 Bill Wohler <wohler@newt.com>
4833
4834 * mh-e.texi (Preface): Add Gnus to requirements.
4835 (Forwarding): Note that forwarded MIME messages are now inline.
4836
31fe2b00
SM
48372008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4838
4839 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4840 (Common Variables): Give precedence to the netcat methods over the
4841 telnet methods, and mention that they are more reliable.
31fe2b00 4842
5e97c626
CD
48432008-03-13 Carsten Dominik <dominik@science.uva.nl>
4844
4845 * org.texi (Exporting Agenda Views): Document agenda export to
4846 iCalendar.
4847 (Progress logging): Document the new progress logging stuff.
4848
37a68866
MB
48492008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4850
4851 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4852 Update for change of `mail-source-delete-incoming'.
4853
4854 * gnus-news.texi: Ditto.
4855
8f7abae3
MB
48562008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4857
4858 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4859 custom versions.
4860
af379c86
AM
48612008-03-07 Alan Mackenzie <acm@muc.de>
4862
4863 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4864 parens/brackets in a k&r region is limited.
4865
3d0f8a67
MB
48662008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4867
4868 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4869 using different Emacs versions.
4870
52151df0
GM
48712008-02-27 Glenn Morris <rgm@gnu.org>
4872
4873 * sc.texi: Remove a lot of old and obsolete info.
4874 (titlepage): Simplify.
4875 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4876 (VM with any Emacsen, GNEWS with any Emacsen)
4877 (Overloading for Non-conforming MUAs, Version 3 Changes)
4878 (The Supercite Mailing List): Delete nodes.
4879 (Introduction): Remove info about old packages.
4880 (Getting Connected): Simplify. Remove info about old packages.
4881 (Citing Commands): Delete Emacs 19 info.
4882 (Hints to MUA Authors): Simplify.
4883 (Thanks and History): Merge in some info from the deleted node
4884 "Version 3 Changes".
4885
b03f96dc
MB
48862008-02-05 Juanma Barranquero <lekktu@gmail.com>
4887
4888 * org.texi (Setting tags, In-buffer settings):
4889 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4890
52bec650
MB
48912008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4892
4893 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4894 installation directory name.
4895
34a3c587
RF
48962008-02-12 Romain Francoise <romain@orebokech.com>
4897
4898 * epa.texi (Overview): Fix typo.
4899
5a8d03e9
MO
49002008-02-11 Daiki Ueno <ueno@unixuser.org>
4901
4902 * epa.texi (Quick start): Remove the .emacs setting.
4903
f1914c40
MO
49042008-02-10 Daiki Ueno <ueno@unixuser.org>
4905
4906 * epa.texi (Quick start): Use the command `epa-enable' instead of
4907 loading `epa-setup'.
4908
bca98fc9
JB
49092008-02-08 Juanma Barranquero <lekktu@gmail.com>
4910
4911 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4912 ($(infodir)/epa, epa.dvi): New targets.
4913
4b01af2e
MO
49142008-02-08 Daiki Ueno <ueno@unixuser.org>
4915
4916 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4917
4918 * epa.texi: New manual documenting the EasyPG Assistant.
4919
06c0751a
MA
49202008-02-06 Michael Albinus <michael.albinus@gmx.de>
4921
4922 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4923 (Inspection): New function dbus-ping.
4924
7dcccd7b
MA
49252008-02-05 Michael Albinus <michael.albinus@gmx.de>
4926
4927 * tramp.texi (Remote processes): Add `shell-command'.
4928
a1da1e37
MB
49292008-01-28 Michael Sperber <sperber@deinprogramm.de>
4930
4931 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4932 (Group Parameters): Document `mail-source' parameter.
4933
c9d8f746
MA
49342008-01-27 Michael Albinus <michael.albinus@gmx.de>
4935
4936 * tramp.texi (Inline methods): The hostname of the su(do)? methods
4937 must be a local host.
4938
15db4a13
MO
49392008-01-26 Michael Olson <mwolson@gnu.org>
4940
4941 * erc.texi: Update version for ERC 5.3 release.
4942 (Obtaining ERC): Update extras URLs for 5.3.
4943 (Development): Write instructions for git, and remove those for Arch.
4944 (History): Mention the switch to git.
4945
2bc43980
KB
49462008-01-24 Karl Berry <karl@gnu.org>
4947
bca98fc9
JB
4948 * info.texi (Search Index, Search Text): Mention the command
4949 character in the section name, a la the (Go to node) node.
2bc43980 4950
d2e4a6c9
MA
49512008-01-21 Michael Albinus <michael.albinus@gmx.de>
4952
4953 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4954
0b6799c3
MB
49552008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4956
4957 * gnus-news.texi: Mention gnus-article-describe-bindings.
4958
49592008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4960
4961 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4962
db9c3fb1 49632008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 4964
7b4d0413 4965 * org.texi (Property inheritance): New section.
db9c3fb1 4966 (Conventions): New section.
7b4d0413 4967 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
4968 commands, and the new bindings for refiling.
4969 (Sparse trees): Document the new special command for sparse trees.
4970 (References): Be more clear about the counting of hilines.
4971 (Handling links): Document M-p/n for accessing links.
4972 (Fast access to TODO states): New section.
4973 (Per file keywords): New section.
4974 (Property inheritance): New section.
4975 (Column attributes): New summary types.
4976 (Capturing Column View): New section.
4977 (The date/time prompt): Cover the new features in the date/time prompt.
4978 Compactify the table of keys for the calendar remote control.
4979 (Clocking work time): Document the new :scope parameter.
4980 (Remember): Promoted to chapter.
4981 (Quoted examples): New section.
4982 (Enhancing text): New verbatim environments.
4983
6ed73f28
MA
49842008-01-14 Michael Albinus <michael.albinus@gmx.de>
4985
4986 * trampver.texi: Update release number.
4987
95838435
MB
49882008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4989
0c7efc08
SM
4990 * gnus.texi (Article Keymap):
4991 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
4992 gnus-article-reply-with-original and
4993 gnus-article-followup-with-original.
4994
20234d96
GM
49952008-01-09 Glenn Morris <rgm@gnu.org>
4996
4997 * nxml-mode.texi: Add @copying section.
4998
d82cf70b
MB
49992008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5000
5001 * message.texi (Mail Variables): Add some text from "(gnus)Posting
5002 Server". Add `message-send-mail-with-mailclient'.
5003
5004 * gnus.texi (Posting Server): Move some text to "(message)Mail
5005 Variables" and add a reference here.
5006
addb7f2e
MA
50072008-01-04 Michael Albinus <michael.albinus@gmx.de>
5008
5009 * dbus.texi (Receiving Method Calls): New chapter.
5010 (Errors and Events): Add serial number to events. Replace "signal" by
5011 "message". Introduce dbus-event-serial-number.
5012
4db2806c
MA
50132008-01-03 Michael Albinus <michael.albinus@gmx.de>
5014
5015 * dbus.texi (Type Conversion): Explain the type specification for empty
5016 arrays. Use another example.
5017
c9ecb5a7
MA
50182007-12-30 Michael Albinus <michael.albinus@gmx.de>
5019
5020 * dbus.texi (all): Replace "..." by @dots{}.
5021 (Type Conversion): Precise the value range for :byte types.
5022 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5023 Mention its return value.
5024 (Errors and Events): There is no D-Bus error propagation during event
5025 processing.
5026
702dbfd9
JB
50272007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5028
5029 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5030 New sections.
5031
87035689
MB
50322007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5033
5034 * gnus.texi (Group Parameters): Reorder the text and add a note about
5035 `gnus-parameters' near the beginning of the node.
5036
50372007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5038
5039 * gnus.texi (Score File Editing): Fix function name.
5040
5492f5ca
MA
50412007-12-23 Michael Albinus <michael.albinus@gmx.de>
5042
5043 Sync with Tramp 2.1.12.
5044
5045 * trampver.texi: Update release number.
5046
d4e67bc5
MA
50472007-12-22 Michael Albinus <michael.albinus@gmx.de>
5048
5049 * dbus.texi (Type Conversion): Correct input parameters mapping.
5050
6a31c819
MA
50512007-12-21 Michael Albinus <michael.albinus@gmx.de>
5052
5053 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5054 (Errors and Events): Mention wrong-type-argument error.
5055
99a3e35f
AS
50562007-12-21 Alex Schroeder <alex@gnu.org>
5057
5058 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5059 spaces. Fixed some typos.
99a3e35f
AS
5060 (Internet Relay Chat): Explain relay.
5061 (Getting started with rcirc): Change items to reflect prompts.
5062 Add more explanation to rcirc-track-minor-mode and added a comment to
5063 warn future maintainers that this section is a copy.
0c7efc08 5064 (People): Change /ignore example.
62b12a24 5065 (Keywords): Not keywords.
99a3e35f 5066
331e4d02
AS
50672007-12-20 Alex Schroeder <alex@gnu.org>
5068
5069 * rcirc.texi (Top): Fighting Information Overload chapter added.
5070 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5071 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5072 (Fighting Information Overload): New chapter documenting /keyword,
5073 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5074 (Configuration): Document rcirc-server-alist, remove
5075 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5076
cd71c3ef
MA
50772007-12-16 Michael Albinus <michael.albinus@gmx.de>
5078
5079 * dbus.texi (Signals): Fix example in dbus-register-signal.
5080
bbbe940b
MB
50812007-12-14 Sven Joachim <svenjoac@gmx.de>
5082
5083 * gnus.texi (Score Variables): Fix typo.
5084
0ce574ef
MA
50852007-12-07 Michael Albinus <michael.albinus@gmx.de>
5086
5087 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5088 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5089 (Errors and Events): Adapt dbus-event.
5090
b890d447
MB
50912007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5092
5093 * gnus.texi (Other Files): Add the yenc command.
5094
50952007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5096
5097 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5098 since 2004-08-06.
5099
51002007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5101
5102 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5103 on body.
5104
51052007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5106
5107 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5108 and rfc2047-allow-irregular-q-encoded-words; fix description of
5109 rfc2047-encode-encoded-words.
5110
51112007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5112
5113 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5114
3728bf03
MO
51152007-12-05 Michael Olson <mwolson@gnu.org>
5116
5117 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5118 Update documentation for `remember-diary-file'.
5119
a4397af9
MA
51202007-12-04 Michael Albinus <michael.albinus@gmx.de>
5121
5122 * dbus.texi (Signals): Precise `dbus-register-signal'.
5123 (Errors and Events): Rework events part, the internal structure of
5124 dbus-event has changed.
5125
1682490c
JB
51262007-12-03 Juanma Barranquero <lekktu@gmail.com>
5127
5128 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5129 ($(infodir)/dbus, dbus.dvi): New targets.
5130
7b13a0f2
MA
51312007-12-03 Michael Albinus <michael.albinus@gmx.de>
5132
5133 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5134 unconditionally.
5135
5136 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5137 emulation with @print{}.
5138
7ef92bc9
RS
51392007-12-02 Richard Stallman <rms@gnu.org>
5140
5141 * dbus.texi (Overview): Minor cleanup.
5142
22d8ac3a
MA
51432007-12-02 Michael Albinus <michael.albinus@gmx.de>
5144
d3a8e0df
MA
5145 * Makefile.in (INFO_TARGETS): Add dbus.
5146 (DVI_TARGETS): Add dbus.dvi.
5147 (dbus, dbus.dvi): New targets.
5148
22d8ac3a
MA
5149 * dbus.texi: New file.
5150
559764ab
RF
51512007-11-24 Romain Francoise <romain@orebokech.com>
5152
5153 * nxml-mode.texi: Add description in @direntry.
7aa579d9 5154 Fix file name to match @setfilename.
559764ab 5155
ac97a16b
MH
51562007-11-23 Mark A. Hershberger <mah@everybody.org>
5157
5158 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5159 ($(infodir)/nxml-mode): New rule.
5160
5161 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5162 ($(infodir)/nxml-mode): New rule.
5163 (clean): Add nxml-mode*.
5164
5165 * nxml-mode.texi: New file with nxml manual.
5166
404cd454
GM
51672007-11-18 Richard Stallman <rms@gnu.org>
5168
5169 * flymake.texi (Example -- Configuring a tool called directly):
5170 Update example.
5171
b048d478
MA
51722007-11-18 Michael Albinus <michael.albinus@gmx.de>
5173
5174 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 5175 double-slash behavior. Explain directory contents flushing.
b048d478 5176
346e8469
JB
51772007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5178
5179 * calc.texi (TeX and LaTeX Language Modes): Put in
5180 missing braces.
5181
404cd454
GM
51822007-11-15 Richard Stallman <rms@gnu.org>
5183
5184 * cl.texi (Equality Predicates): Delete `eql'.
5185 (Predicates, Naming Conventions, Top): Delete `eql'.
5186 (Common Lisp Compatibility): Delete `eql'.
5187 (Porting Common Lisp): Delete obsolete backquote info.
5188 Minor clarification about character constants.
5189 (Sequence Basics): Minor clarification.
5190
1f6af58b
JB
51912007-11-15 Juanma Barranquero <lekktu@gmail.com>
5192
dccb744b 5193 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
5194 * tramp.texi (Filename completion): Fix typos.
5195
3bc88bc9
JB
51962007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5197
5198 * calc.texi (Basic commands): Mention the menu.
5199
bc5300d3
MA
52002007-11-12 Michael Albinus <michael.albinus@gmx.de>
5201
5202 * tramp.texi (Connection caching): Tramp flushes connection
5203 properties when remote operating system has been changed.
5204
4d8a28ec
MB
52052007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5206
5207 * gnus-news.texi: Fix spelling.
5208 `message-insert-formatted-citation-line', not
5209 `message-insert-formated-citation-line'.
5210
404cd454
GM
5211 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5212
e1176b47
MA
52132007-11-07 Michael Albinus <michael.albinus@gmx.de>
5214
5215 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 5216 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
5217 (Frequently Asked Questions): Add code example for highlighting the
5218 mode line.
5219
6159985a
MO
52202007-11-03 Michael Olson <mwolson@gnu.org>
5221
5222 * remember.texi: Change mentions of remember-buffer to
5223 remember-finalize throughout.
5224
bec9b2f5
MO
52252007-10-30 Michael Olson <mwolson@gnu.org>
5226
5227 * remember.texi (Copying): Remove.
5228 (Mailbox): Update with non-BBDB instructions.
5229 (Diary, Org): Add.
5230 (Bibliography, Planner Page): Remove.
5231
b6173182
JB
52322007-10-30 Juanma Barranquero <lekktu@gmail.com>
5233
5234 * makefile.w32-in (INFO_TARGETS): Add remember.
5235 (DVI_TARGETS): Add remember.dvi.
5236 ($(infodir)/remember): New rule.
5237 (clean): Add remember*.
5238
15f3eb73
MO
52392007-10-30 Michael Olson <mwolson@gnu.org>
5240
70bdc930
MO
5241 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5242 ($(infodir)/remember): New rule that builds the Remember Manual.
5243
b6173182
JB
5244 * remember.texi: New file containing the Remember Mode Manual.
5245 Shuffle chapters around after initial import.
7d3f6f1a
MO
5246 (Function Reference): Split Keystrokes into separate chapter.
5247 (Keystrokes): Document C-c C-k.
51d24a12 5248 (Introduction): Fix typographical issue with "---".
15f3eb73 5249
404cd454
GM
52502007-10-29 Richard Stallman <rms@gnu.org>
5251
5252 * widget.texi (Introduction): Delete discussion of implementation
5253 internals.
5254
9bbb9638
MA
52552007-10-29 Michael Albinus <michael.albinus@gmx.de>
5256
5257 * tramp.texi (Connection caching): Host names must be different
5258 when tunneling.
5259
c7ff939a
RS
52602007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5261
5262 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5263 Gnus v5.13.
5264
01c52d31
MB
52652007-10-28 Miles Bader <miles@gnu.org>
5266
5267 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5268
01c52d31
MB
52692007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5270
0c7efc08
SM
5271 * gnus.texi (Sorting the Summary Buffer):
5272 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
5273
52742007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5275
5276 * gnus.texi (Non-ASCII Group Names): New node.
5277 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5278 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5279
c8763fb6 52802007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5281
5282 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5283 clean the output of the program `imap-shell-program'.
5284
52852007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5286
5287 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5288
52892007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5290
5291 * gnus.texi (Sticky Articles): Documentation for sticky article
5292 buffers.
5293
c8763fb6 52942007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5295
5296 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5297
52982007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5299
5300 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5301
53022007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5303
0c7efc08
SM
5304 * gnus.texi (Archived Messages):
5305 Document gnus-update-message-archive-method.
01c52d31
MB
5306
53072007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5308
5309 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5310
c8763fb6 53112007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 5312
0c7efc08
SM
5313 * gnus.texi (Group Maneuvering):
5314 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
5315
53162007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5317
0c7efc08
SM
5318 * gnus.texi (Really Various Summary Commands):
5319 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
5320
53212007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5322
5323 * gnus.texi, message.texi: Bump version number.
5324
53252007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5326
5327 * gnus.texi (Group Line Specification, Misc Group Stuff)
5328 (Server Commands): Parenthesize @pxref{Mail Spool}.
5329
53302007-10-28 Didier Verna <didier@xemacs.org>
5331
5332 New user option: message-signature-directory.
5333 * message.texi (Insertion Variables): Document it.
5334 * gnus.texi (Posting Styles): Ditto.
5335
53362007-10-28 Didier Verna <didier@xemacs.org>
5337
5338 * gnus.texi (Group Line Specification):
5339 * gnus.texi (Misc Group Stuff):
5340 * gnus.texi (Server Commands): Document the group compaction feature.
5341
53422007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5343
5344 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5345
5346 * message.texi (Various Message Variables): Add message-fill-column.
5347
53482007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5349
5350 * gnus.texi: Untabify.
5351
53522007-10-28 Didier Verna <didier@xemacs.org>
5353
5354 * gnus.texi (Group Parameters): Document the posting-style merging
5355 process in topic-mode.
5356
53572007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5358
5359 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5360
53612007-10-28 Romain Francoise <romain@orebokech.com>
5362
5363 * gnus.texi (Mail Spool): Fix typo.
5364 Update copyright.
5365
53662007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5367
5368 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5369
53702007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5371
5372 * gnus.texi (Summary Generation Commands):
5373 Add gnus-summary-insert-ticked-articles.
5374
53752007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5376
b2abec73
JB
5377 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5378 to spam-spamassassin-program.
01c52d31
MB
5379
53802007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5381
5382 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5383
53842007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5385
5386 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5387
53882007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5389
5390 * message.texi (Mail Headers): Document `opportunistic'.
5391
53922007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5393
5394 * emacs-mime.texi (Encoding Customization): Explain how to set
5395 mm-coding-system-priorities per hierarchy.
5396
53972007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5398
5399 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5400 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5401
54022007-10-28 Didier Verna <didier@xemacs.org>
5403
5404 * message.texi (Wide Reply): Update documentation of
5405 message-dont-reply-to-names (now allowing a list of regexps).
5406
54072007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5408
5409 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5410
54112007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5412
5413 * gnus.texi (SpamAssassin back end): Fix typo.
5414
5415 * sieve.texi (Examples): Fix grammar.
5416
54172007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5418
5419 * gnus.texi (Searching for Articles): Document M-S and M-R.
5420 (Limiting): Document / b.
5421
54222007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5423
5424 * gnus.texi (Thread Commands): T M-^.
5425
54262007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5427
5428 * message.texi (Mail Aliases): Document ecomplete.
5429 (Mail Aliases): Fix typo.
5430
54312007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5432
5433 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5434 fix typo.
5435
54362007-10-28 Romain Francoise <romain@orebokech.com>
5437
5438 * gnus.texi (Mail Spool): Grammar fix.
5439
54402007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5441
5442 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5443 string.
5444
54452007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5446
5447 * gnus.texi (Group Parameters): Fix description.
5448
54492007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5450
b2abec73
JB
5451 * gnus.texi (Gmane Spam Reporting):
5452 Fix spam-report-gmane-use-article-number.
5453 Add spam-report-user-mail-address.
01c52d31
MB
5454
54552007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5456
5457 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5458
54592007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5460
5461 * gnus.texi (Group Parameters): Add simplified sorting example based on
5462 example for `Sorting the Summary Buffer' from Jari Aalto
5463 <jari.aalto@cante.net>.
5464 (Example Methods): Add example for an indirect connection.
5465
54662007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5467
0c7efc08 5468 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
5469 (Agent Parameters): Updated parameter names to match code.
5470 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5471 'gnus-agent-summary-fetch-series'.
5472 (Agent and flags): New section providing a generalized discussion
5473 of flag handling.
0c7efc08
SM
5474 (Agent and IMAP): Remove flag discussion.
5475 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
5476
54772007-10-28 Romain Francoise <romain@orebokech.com>
5478
5479 * gnus.texi (Exiting the Summary Buffer): Add new function
5480 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5481
54822007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5483
5484 * gnus.texi (Conformity): Fix typo.
5485 (Customizing Articles): Document `first'.
5486
54872007-10-28 Jari Aalto <jari.aalto@cante.net>
5488
5489 * gnus.texi (Sorting the Summary Buffer):
5490 Add `gnus-thread-sort-by-date-reverse'. Add example
5491 host to different sorting in NNTP and RSS groups.
5492
54932007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5494
5495 * message.texi (Insertion): Describe prefix for
5496 message-mark-inserted-region and message-mark-insert-file.
5497
54982007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5499
5500 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5501 LaTeX documents. Describe "text/x-gnus-verbatim".
5502
55032007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5504
b2abec73 5505 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
5506 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5507 (spam-stat spam filtering, SpamOracle)
0c7efc08 5508 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
5509 clarity.
5510
55112007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5512
5513 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5514 gnus-article-delete-part and gnus-article-replace-part.
5515 (Using MIME): Add gnus-mime-replace-part.
5516
55172007-10-28 Romain Francoise <romain@orebokech.com>
5518
5519 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5520 requires `auto-compression-mode' to be enabled. Add new nnml
5521 variable `nnml-compressed-files-size-threshold'.
5522
55232007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5524
0c7efc08
SM
5525 * gnus.texi (Sorting the Summary Buffer):
5526 Add gnus-thread-sort-by-recipient.
01c52d31
MB
5527
55282007-10-28 Romain Francoise <romain@orebokech.com>
5529
5530 * message.texi (Insertion Variables): Mention new variable
5531 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5532 documentation accordingly.
5533
55342007-10-28 Romain Francoise <romain@orebokech.com>
5535
5536 * gnus.texi (To From Newsgroups): Mention new variables
5537 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5538
55392007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5540
5541 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5542 stuff; gnus-mime-inline-part does the automatic decompression.
5543
55442007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5545
5546 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 5547 "training.ham" should be "training.spam".
01c52d31
MB
5548
55492007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5550
5551 * message.texi (Mail Variables): Fix the default value for
5552 message-send-mail-function.
5553
55542007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5555
5556 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5557 always returns nil exceptionally.
5558
55592007-10-28 Simon Josefsson <jas@extundo.com>
5560
0c7efc08
SM
5561 * gnus.texi (Article Washing): Add libidn URL.
5562 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
5563
55642007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5565
5566 * gnus.texi (Topic Commands): Fix next/previous.
5567
55682007-10-28 Simon Josefsson <jas@extundo.com>
5569
5570 * gnus.texi (Article Washing): Mention `W i'.
5571
c8763fb6 55722007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
5573
5574 * gnus.texi (Group Parameters): Slight extension of sieve
5575 parameter description.
5576
55772007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5578
5579 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5580 matching score files as well.
5581 (Picons): Describe `gnus-picon-style'.
5582
55832007-10-28 Romain Francoise <romain@orebokech.com>
5584
5585 * message.texi (Message Headers): Mention that headers are hidden
5586 using narrowing, and how to expose them.
5587 Update copyright.
5588
55892007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5590
5591 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5592 `gnus-summary-sort-by-recipient'.
5593
55942007-10-28 Romain Francoise <romain@orebokech.com>
5595
5596 * gnus.texi (NNTP marks): New node.
5597 (NNTP): Move NNTP marks variables to the new node.
5598
55992007-10-28 Jesper Harder <harder@ifa.au.dk>
5600
b2abec73 5601 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
5602
5603 * gnus.texi (MIME Commands, Hashcash): Markup fix.
5604
56052007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5606
b2abec73 5607 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 5608 everywhere for consistency.
b2abec73
JB
5609 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5610 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
5611 Say "regular expression" instead of "regex." Admonish.
5612 Pick other words to sound better (s/so/thus/).
5613 (Spam ELisp Package Filtering of Incoming Mail):
5614 Mention statistical filters. Remove old TODO.
01c52d31 5615 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
5616 New section on sorting and displaying the spam score.
5617 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5618 backend but an alias to spam-use-BBDB.
5619 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
5620 new backend functionality.
5621
56222007-10-28 Simon Josefsson <jas@extundo.com>
5623
5624 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5625 nntp-marks-directory, from Romain Francoise
5626 <romain@orebokech.com>.
5627
56282007-10-28 Magnus Henoch <mange@freemail.hu>
5629
5630 * gnus.texi (Hashcash): New default value of
5631 hashcash-default-payment.
5632
56332007-10-28 Simon Josefsson <jas@extundo.com>
5634
5635 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5636 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5637
56382007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5639
0c7efc08 5640 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5641
56422007-10-28 Simon Josefsson <jas@extundo.com>
5643
5644 * gnus.texi (documentencoding): Add, to avoid warnings.
5645
56462007-10-28 Simon Josefsson <jas@extundo.com>
5647
5648 * message.texi (Mail Headers): Add.
5649
5650 * gnus.texi (Hashcash): Fix.
5651
56522007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5653
0c7efc08 5654 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5655 that payments can be verified and fix the name of the
b2abec73 5656 hashcash-path variable.
01c52d31
MB
5657
56582007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5659
b2abec73 5660 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5661
56622007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5663
5664 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5665
56662007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5667
5668 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5669 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5670 warning about ham processors in spam groups removed.
01c52d31
MB
5671
56722007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5673
0c7efc08 5674 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5675 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5676
56772007-10-28 Jesper Harder <harder@ifa.au.dk>
5678
5679 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5680 (Mailing List): Typo.
5681 (Customizing Articles): Add gnus-treat-ansi-sequences.
5682 (Article Washing): Index.
5683
5684 * message.texi: Use m-dash consistently.
5685
56862007-10-28 Jesper Harder <harder@ifa.au.dk>
5687
5688 * gnus.texi (GroupLens): Remove.
5689
56902007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5691
0c7efc08
SM
5692 * gnus.texi (Outgoing Messages, Agent Variables):
5693 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5694 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5695
56962007-10-28 Jesper Harder <harder@ifa.au.dk>
5697
5698 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5699
57002007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5701
5702 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5703
5704 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5705
57062007-10-28 Simon Josefsson <jas@extundo.com>
5707
5708 * gnus.texi (Top): Add SASL.
5709
404cd454
GM
57102007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5711
5712 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5713
57142007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5715
5716 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5717
0edd2970
JB
57182007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5719
5720 * calc.texi (Formulas, Composition Basics): Lower the
5721 precedence of negation.
5722
a9afba20
JY
57232007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5724
5725 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5726 Mention the new three-letter column identifiers.
5727 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5728 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5729 message when using `c' on an empty default with default printer.
5730 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5731 renamed to `ses--symbolic-formulas' some time ago.
5732
45b778a6
JB
57332007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5734
5735 * calc.texi (Default Simplifications, Making Selections)
5736 (Customizing Calc): Clarify associativity of multiplication.
5737
03b5bade
MA
57382007-10-23 Michael Albinus <michael.albinus@gmx.de>
5739
5740 * tramp.texi (Traces and Profiles): Simplify loop over
5741 `trace-function-background'.
5742
e658c8ee
JL
57432007-10-22 Juri Linkov <juri@jurta.org>
5744
5745 * dired-x.texi (Shell Command Guessing): Default values are now
5746 available by typing M-n instead of M-p.
5747
dd753688
MA
57482007-10-21 Michael Albinus <michael.albinus@gmx.de>
5749
5750 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5751 (Password caching): Remove `tramp-clear-passwd'.
5752 It's not a command anymore.
dd753688
MA
5753 (Bug Reports): Add `tramp-bug' to function index.
5754 (Function Index, Variable Index): New nodes.
5755 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5756
5757 * trampver.texi: Update release number.
5758
4bb49b43
JB
57592007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5760
8b296cdd 5761 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5762 about integer size into past tense.
5763 (Time Zones): Remove pointer to Calc author's address.
5764 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5765 and hyperbolic cotangent. Fix typo.
4bb49b43 5766
311dd93f
MA
57672007-10-10 Michael Albinus <michael.albinus@gmx.de>
5768
5769 Sync with Tramp 2.1.11.
5770
5771 * trampver.texi: Update release number.
5772
ea3fc256
MA
57732007-10-06 Michael Albinus <michael.albinus@gmx.de>
5774
5775 * tramp.texi (External packages): New section.
5776
1af74d06
MB
57772007-09-29 Juri Linkov <juri@jurta.org>
5778
5779 * info.texi (Help-Int): Document `L' (`Info-history').
5780
0e2806fa
SM
57812007-09-26 Carsten Dominik <dominik@science.uva.nl>
5782
5783 * org.texi: Change links to webpage and maintained email.
5784 (Remember): Promote to Chapter, significant changes.
5785 (Fast access to TODO states): New section.
5786 (Faces for TODO keywords): New section.
5787 (Export options): Example for #+DATE.
5788 (Progress logging): Section moved.
5789
567b9191
BW
57902007-09-26 Bill Wohler <wohler@newt.com>
5791
5792 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5793 browse-url-at-mouse.
5794
1af74d06
MB
57952007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5796
5797 * flymake.texi (Customizable variables): Face names don't end in -face.
5798 Fix flymake-err-line-patterns template.
5799 (Example -- Configuring a tool called directly): Fix init-function.
5800 (Highlighting erroneous lines): Face names don't end in -face.
5801
d60a4e3a 58022007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5803
5804 * erc.texi (Special-Features): Fix small typo.
5805
7d7a3510
MA
58062007-09-14 Michael Albinus <michael.albinus@gmx.de>
5807
5808 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5809 and "External transfer methods".
5810
285f0d3a
JB
58112007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5812
5813 * calc.texi (Predefined Units): Add some history.
5814
526dc846
MO
58152007-09-08 Michael Olson <mwolson@gnu.org>
5816
87e04f16
JB
5817 * erc.texi (Copying): New section included from gpl.texi.
5818 This matches the look of the upstream ERC manual.
526dc846 5819
f10d0e80
JB
58202007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5821
87e04f16 5822 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5823 (Random Numbers): Clarify the distribution of `random'.
5824
4009494e
GM
58252007-09-06 Glenn Morris <rgm@gnu.org>
5826
f1fc42aa 5827 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5828 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5829 Change all setfilename commands to use ../../info.
5830 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5831 refer to the Emacs manual here.
5832 (infodir): New variable.
5833 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5834 (cc-mode.texi, faq.texi): Update references to source file locations.
5835 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5836 do not refer to the Emacs manual here.
5837 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5838
5839 * Makefile.in: Add `basename' versions of all info targets, for
5840 convenience when rebuilding just one manual.
5841 (../etc/GNU): Delete obsolete target.
5842 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5843 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5844 *.vrs *.toc here...
5845 (maintainer-clean): ...from here.
4009494e
GM
5846
5847 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5848
2de53ca6
GM
58492007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5850
5851 * calc.texi (Date Conversions): Clarify definition of
5852 Julian day numbering.
5853 (Date Forms): Clarify definition of Julian day numbering;
5854 add some history.
5855
58562007-08-30 Carsten Dominik <dominik@science.uva.nl>
5857
87e04f16 5858 * org.texi: Version 5.07.
2de53ca6
GM
5859
58602007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5861
5862 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5863
58642007-08-22 Carsten Dominik <dominik@science.uva.nl>
5865
5866 * org.texi (Adding hyperlink types): New section.
5867 (Embedded LaTeX): Chapter updated because of LaTeX export.
5868 (LaTeX export): New section.
5869 (Using links out): New section.
5870
58712007-08-22 Glenn Morris <rgm@gnu.org>
5872
5873 * faq.texi (Learning how to do something): Refcards now in
5874 etc/refcards/ directory.
5875
58762007-08-22 Michael Albinus <michael.albinus@gmx.de>
5877
5878 * tramp.texi (Remote Programs): Persistency file must be cleared when
5879 changing `tramp-remote-path'.
5880 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5881 macro.
5882
58832007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5884
5885 * calc.texi: Move contents to beginning of file.
5886 (Algebraic Entry): Fix the formatting of an example.
5887
58882007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5889
5890 * calc.texi (Basic Operations on Units): Mention exact versus
5891 inexact conversions.
5892
58932007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5894
5895 * calc.texi (Basic Operations on Units): Mention default
5896 values for new units.
5897 (Quick Calculator Mode): Mention that binary format will
5898 be displayed.
5899
59002007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5901
5902 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5903
59042007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5905
5906 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5907
59082007-08-08 Glenn Morris <rgm@gnu.org>
5909
5910 * gnus.texi, sieve.texi: Replace `iff'.
5911
59122007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5913
5914 * calc.texi (Basic Graphics): Mention the graphing of error
5915 forms.
5916 (Graphics Options): Mention how `g s' handles error forms.
5917 (Curve Fitting): Mention plotting the curves.
5918 (Standard Nonlinear Models): Add additional models.
5919 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5920 (Linear Fits): Correct result.
5921
59222007-08-01 Alan Mackenzie <acm@muc.de>
5923
5924 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5925 to "--no-site-file".
5926
59272007-07-29 Michael Albinus <michael.albinus@gmx.de>
5928
5929 * tramp.texi (Frequently Asked Questions): Point to mode line
5930 extension in Emacs 23.1.
5931
5932 * trampver.texi: Update release number.
5933
59342007-07-27 Glenn Morris <rgm@gnu.org>
5935
5936 * calc.texi (Copying): Include license text from gpl.texi, rather than
5937 in-line.
5938
59392007-07-25 Glenn Morris <rgm@gnu.org>
5940
5941 * calc.texi (Copying): Replace license with GPLv3.
5942
5943 * Relicense all FSF files to GPLv3 or later.
5944
59452007-07-22 Michael Albinus <michael.albinus@gmx.de>
5946
5947 Sync with Tramp 2.1.10.
5948
5949 * tramp.texi (trampfn): Expand macro implementation in order to handle
5950 empty arguments.
5951 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 5952 occurrences by trampfn.
2de53ca6 5953 (Frequently Asked Questions): Extend example code for host
b2abec73 5954 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
5955 file names to be typed.
5956
5957 * trampver.texi: Update release number.
5958
59592007-07-17 Michael Albinus <michael.albinus@gmx.de>
5960
5961 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5962 section. Reported by <poti@potis.org>.
5963 (Remote processes): Arguments of the program to be debugged are taken
5964 literally.
5965 (Frequently Asked Questions): Simplify recentf example.
5966
59672007-07-14 Karl Berry <karl@gnu.org>
5968
5969 * info.texi (@copying): New Back-Cover Text.
5970
5971 * info.texi (Quitting Info): Move to proper place in source.
5972 (Reported by Benno Schulenberg.)
5973
59742007-07-13 Eli Zaretskii <eliz@gnu.org>
5975
5976 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5977
5978 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5979
5980 * emacs-mime.texi: Add @documentencoding directive.
5981
59822007-07-12 Nick Roberts <nickrob@snap.net.nz>
5983
5984 * tramp.texi (Remote processes): Add an anchor to the subsection
5985 "Running a debugger on a remote host".
5986
59872007-07-12 Michael Albinus <michael.albinus@gmx.de>
5988
5989 * tramp.texi (Remote processes): Don't call it "experimental" any
5990 longer. Add subsection about running a debugger on a remote host.
5991
59922007-07-10 Carsten Dominik <dominik@science.uva.nl>
5993
5994 * org.texi (Properties and columns): Chapter rewritten.
5995
59962007-07-08 Michael Albinus <michael.albinus@gmx.de>
5997
5998 * tramp.texi:
5999 * trampver.texi: Migrate to Tramp 2.1.
6000
60012007-07-02 Carsten Dominik <dominik@science.uva.nl>
6002
6003 * org.texi (Properties): New chapter.
6004
60052007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6006
6007 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6008 Control Panel.
6009
6010 * gnus.texi (Misc Article): Add index entry for
6011 gnus-single-article-buffer.
6012
60132007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
6014
6015 * gnus.texi (Starting Up): Fix typo.
6016
60172007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
6018
6019 * gnus.texi (Asynchronous Fetching): Fix typo.
6020
60212007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6022
6023 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6024 (About This Manual): Remove redundant information.
6025 (Getting Started): Mention author.
6026 (Basic Arithmetic, Customizing Calc): Make description of the
6027 variable `calc-multiplication-has-precedence' match its new effect.
6028
60292007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6030
0c7efc08
SM
6031 * calc.texi (Basic Arithmetic, Customizing Calc):
6032 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
6033
60342007-06-19 Carsten Dominik <dominik@science.uva.nl>
6035
6036 * org.texi (Tag): Section swapped with node Timestamps.
6037 (Formula syntax for Lisp): Document new `L' flag.
6038
60392007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6040
6041 * gnus.texi (Misc Group Stuff, Summary Buffer)
6042 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6043
60442007-06-06 Juanma Barranquero <lekktu@gmail.com>
6045
6046 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6047 * gnus.texi (Article Buttons, Mail Source Customization)
6048 (Sending or Not Sending, Customizing NNDiary):
6049 * message.texi (Message Headers):
6050 * mh-e.texi (HTML): Fix typos.
6051
60522007-06-07 Michael Albinus <michael.albinus@gmx.de>
6053
6054 Sync with Tramp 2.0.56.
6055
6056 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6057 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6058
60592007-06-02 Chong Yidong <cyd@stupidchicken.com>
6060
6061 * Version 22.1 released.
6062
60632007-05-26 Michael Olson <mwolson@gnu.org>
6064
6065 * erc.texi (Modules): Fix references to completion modules.
6066
60672007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6068
6069 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6070
60712007-05-09 Didier Verna <didier@xemacs.org>
6072
6073 * gnus.texi (Email Based Diary): New. Proper documentation for the
6074 nndiary back end and the gnus-diary library.
6075
60762007-05-03 Karl Berry <karl@gnu.org>
6077
6078 * .cvsignore (*.pdf): New entry.
6079
6080 * texinfo.tex: Update from current version for better pdf generation.
6081
60822007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6083
6084 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6085
60862007-04-28 Glenn Morris <rgm@gnu.org>
6087
6088 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6089 consideration of legal status.
6090
60912007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6092
6093 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6094
60952007-04-24 Chong Yidong <cyd@stupidchicken.com>
6096
6097 * faq.texi (New in Emacs 22): python.el removed.
6098
60992007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6100
6101 * calc.texi (Reporting bugs): Update maintainer's address.
6102
61032007-04-22 Chong Yidong <cyd@stupidchicken.com>
6104
6105 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6106
61072007-04-15 Jay Belanger <belanger@truman.edu>
6108
6109 * calc.texi (Title page): Remove the date.
6110 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6111 (The Standard Calc Interface): Change trail title.
6112 (Floats): Mention that when non-decimal floats are entered, only
6113 approximations are stored.
6114 (Copying): Move to the appendices.
6115 (GNU Free Documentation License): Add as an appendix.
6116
61172007-04-15 Chong Yidong <cyd@stupidchicken.com>
6118
6119 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6120 * dired-x.texi, ebrowse.texi, ediff.texi:
6121 * emacs-mime.texi, erc.texi, eshell.texi:
6122 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6123 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6124 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6125 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6126 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6127 * woman.texi: Include GFDL.
6128
6129 * doclicense.texi: Remove node heading, so that it can be included by
6130 other files.
6131
6132 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6133
6134 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6135 than *.
6136
61372007-04-14 Carsten Dominik <dominik@science.uva.nl>
6138
6139 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6140 in Calc.
6141
61422007-04-09 Romain Francoise <romain@orebokech.com>
6143
6144 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6145 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6146 replace mouse-2.
6147
61482007-04-08 Chong Yidong <cyd@stupidchicken.com>
6149
6150 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6151 renamed to woman-use-topic-at-point. Document new behavior.
6152
61532007-04-08 Richard Stallman <rms@gnu.org>
6154
6155 * url.texi: Fix some indexing.
6156 (Disk Caching): Drop discussion of old/other Emacs versions.
6157
61582007-04-07 Chong Yidong <cyd@stupidchicken.com>
6159
6160 * url.texi (Disk Caching): Say Emacs 21 "and later".
6161
6162 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6163 on Font locking which now mentions JIT lock.
6164
61652007-04-01 Michael Olson <mwolson@gnu.org>
6166
6167 * erc.texi: Update for the ERC 5.2 release.
6168
61692007-03-31 David Kastrup <dak@gnu.org>
6170
6171 * woman.texi (Topic, Interface Options): Explain changes semantics of
6172 woman-manpath in order to consider MANPATH_MAP entries.
6173
61742007-03-31 Eli Zaretskii <eliz@gnu.org>
6175
6176 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6177
61782007-03-26 Richard Stallman <rms@gnu.org>
6179
6180 * pgg.texi (Caching passphrase): Clean up previous change.
6181
61822007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6183
6184 * gnus.texi (Setting Process Marks): Fix typo.
6185
61862007-03-25 Romain Francoise <romain@orebokech.com>
6187
6188 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6189 readability, and include various fixes by Daniel Brockman, Nick Roberts
6190 and Dieter Wilhelm.
6191
61922007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6193
6194 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6195
6196 * gnus.texi (Mail Source Specifiers): Fix typo.
6197
61982007-03-22 Ralf Angeli <angeli@caeruleus.net>
6199
6200 * reftex.texi (Imprint): Update maintainer information.
6201
62022007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6203
6204 * message.texi (Message Buffers): Update documentation for
6205 message-generate-new-buffers.
6206
62072007-03-15 Daiki Ueno <ueno@unixuser.org>
6208
6209 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6210
62112007-03-21 Glenn Morris <rgm@gnu.org>
6212
6213 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6214
62152007-03-19 Chong Yidong <cyd@stupidchicken.com>
6216
6217 * eshell.texi (Known problems): Emacs 21 -> 22.
6218
6219 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6220
62212007-03-18 Jay Belanger <belanger@truman.edu>
6222
6223 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6224
62252007-03-12 Glenn Morris <rgm@gnu.org>
6226
6227 * calc.texi (Time Zones): Switch to new North America DST rule.
6228
6229 * calc.texi: Replace "daylight savings" with "daylight
6230 saving" in text throughout.
6231
62322007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6233
6234 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6235 The variable now uses a list of symbols instead of just a symbol.
6236 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6237
62382007-03-06 Romain Francoise <romain@orebokech.com>
6239
6240 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6241 new packages, and mention Gnus update.
6242
62432007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6244
6245 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6246 nntp-open-connection-functions-never-echo-commands.
6247
62482007-02-27 Chong Yidong <cyd@stupidchicken.com>
6249
6250 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6251 problems on the console, and security risk in not using gpg-agent.
6252
62532007-02-25 Carsten Dominik <dominik@science.uva.nl>
6254
0c7efc08 6255 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
6256 Completely reorganized and rewritten.
6257 (CamelCase links): Section removed.
6258 (Repeating items): New section.
6259 (Tracking TODO state changes): New section.
6260 (Agenda views): Chapter reorganized and rewritten.
6261 (HTML export): Section rewritten.
6262 (Tables in arbitrary syntax): New section.
6263 (Summary): Better feature summary.
6264 (Activation): Document problem with cut-and-paste of Lisp code
6265 from PDF files.
6266 (Visibility cycling): Document indirect buffer use.
6267 (Structure editing): Document sorting.
6268 (Remember): Section rewritten.
6269 (Time stamps): Better description of time stamp types.
6270 (Tag searches): Document regular expression search for tags.
6271 (Stuck projects): New section.
6272 (In-buffer settings): New keywords.
6273 (History and Acknowledgments): Updated description.
6274
62752007-02-24 Alan Mackenzie <acm@muc.de>
6276
6277 * cc-mode.texi (Movement Commands): Insert two missing command names.
6278 (Getting Started): Slight wording correction (use conditional).
6279
62802007-02-22 Kim F. Storm <storm@cua.dk>
6281
6282 * widget.texi (User Interface, Basic Types): Document need to put some
6283 text before the %v escape in :format string in editable-field widget.
6284
62852007-02-18 Romain Francoise <romain@orebokech.com>
6286
6287 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6288 `cvs-mode-quit'.
6289
62902007-02-10 Markus Triska <markus.triska@gmx.at>
6291
6292 * widget.texi (Programming Example): Put constant strings in :format.
6293
62942007-02-07 Juanma Barranquero <lekktu@gmail.com>
6295
6296 * faq.texi (Fullscreen mode on MS-Windows): New node.
6297
62982007-02-04 David Kastrup <dak@gnu.org>
6299
6300 * faq.texi (AUCTeX): Update version number. Should probably be done
6301 for other packages as well.
6302
63032007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6304
6305 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6306 <tassilo@member.fsf.org>.
6307
63082007-01-27 Eli Zaretskii <eliz@gnu.org>
6309
6310 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6311 ls-lisp-use-localized-time-format.
6312
63132007-01-20 Markus Triska <markus.triska@gmx.at>
6314
6315 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6316
63172007-01-13 Michael Olson <mwolson@gnu.org>
6318
6319 * erc.texi (Modules): Mention capab-identify module.
6320
63212007-01-05 Michael Olson <mwolson@gnu.org>
6322
6323 * erc.texi (Getting Started): Update for /RECONNECT command.
6324
63252007-01-04 Richard Stallman <rms@gnu.org>
6326
6327 * ebrowse.texi: Change C-c b to C-c C-m.
6328
63292007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6330
6331 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6332 variables only in info to avoid redundant entries in the printed
6333 manual.
6334
63352007-01-02 Daiki Ueno <ueno@unixuser.org>
6336
6337 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6338
63392007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6340
6341 * message.texi (Security): Split into sub-nodes.
6342
63432007-01-01 Alan Mackenzie <acm@muc.de>
6344
6345 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6346 eval-after-load in Emacs <=21 and a workaround. Document that
6347 trigraphs are not supported.
6348
63492007-01-01 Alan Mackenzie <acm@muc.de>
6350
6351 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6352 c-context-line-break. When invoked within a string, preserve
6353 whitespace. Add a backslash only when also in a macro.
6354
63552007-01-01 Alan Mackenzie <acm@muc.de>
6356
6357 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6358
63592007-01-01 Alan Mackenzie <acm@muc.de>
6360
6361 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6362 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6363
63642007-01-01 Alan Mackenzie <acm@muc.de>
6365
6366 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6367 "Choosing a Style".
6368
6369 * cc-mode.texi ("Styles"): Add @dfn{style}.
6370
63712006-12-30 Michael Albinus <michael.albinus@gmx.de>
6372
6373 Sync with Tramp 2.0.55.
6374
6375 * trampver.texi: Update release number.
6376
63772006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6378
6379 * gnus.texi (Customizing Articles): Add index entries for all
6380 gnus-treat-* variables.
6381
c8763fb6 63822006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6383
6384 * gnus.texi (IMAP): Fix incorrect explanation of
6385 nnimap-search-uids-not-since-is-evil in documentation for
6386 nnimap-expunge-search-string.
6387
63882006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6389
6390 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6391 spam-ifile-database.
6392
63932006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6394
6395 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6396 rebind C-s.
6397
c8763fb6 63982006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6399
6400 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6401 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6402 "expiring mail".
6403 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6404 nnimap-nov-is-evil.
6405
64062006-12-25 Kevin Ryde <user42@zip.com.au>
6407
6408 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6409 about the key procedure being used heavily.
6410
64112006-12-24 Chong Yidong <cyd@stupidchicken.com>
6412
6413 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6414 to t.
6415 (Prerequisites): Add explanation about gpg-agent.
6416
64172006-12-22 Kevin Ryde <user42@zip.com.au>
6418
6419 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6420 "sort" instead of "sort*".
6421
64222006-12-19 Richard Stallman <rms@gnu.org>
6423
6424 * calc.texi (History and Acknowledgements): Recognize that Emacs
6425 now does have floating point.
6426
64272006-12-19 Michael Albinus <michael.albinus@gmx.de>
6428
6429 * tramp.texi (External transfer methods): Describe new method `scpc'.
6430
64312006-12-17 Sascha Wilde <wilde@sha-bang.de>
6432
6433 * pgg.texi: Added short note on gpg-agent to the introduction.
6434
64352006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6436
6437 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6438 also applies to Cc.
6439
64402006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6441
6442 * gnus.texi (X-Face): Clarify. Say which programs are required
6443 on Windows.
6444
64452006-12-08 Michael Olson <mwolson@gnu.org>
6446
6447 * erc.texi (Modules): Remove documentation for list module.
6448
c8763fb6 64492006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
6450
6451 * faq.texi (^M in the shell buffer): Ditto.
6452
64532006-11-20 Michael Olson <mwolson@gnu.org>
6454
6455 * erc.texi: Call this the 5.2 stable pre-release of ERC.
6456
64572006-11-17 Carsten Dominik <dominik@science.uva.nl>
6458
6459 * org.texi: Fix typos.
6460 (Agenda commands): Document `C-k'.
6461
64622006-11-16 Eli Zaretskii <eliz@gnu.org>
6463
6464 * url.texi (http/https): Fix a typo in the HTTP URL.
6465
64662006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6467
6468 * ada-mode.texi: Total rewrite.
6469
64702006-11-13 Carsten Dominik <dominik@science.uva.nl>
6471
6472 * org.texi: Minor typo fixes.
6473
64742006-11-13 Bill Wohler <wohler@newt.com>
6475
6476 Release MH-E manual version 8.0.3.
6477
6478 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6479 release 8.0.3.
6480
6481 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6482 to set MAILDIR.
6483 (Reading Mail): Document the customization of read-mail-command
6484 for MH-E.
6485 (Viewing Attachments): Document mm-discouraged-alternatives.
6486 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6487 (Junk): Add more information about the settings of mh-junk-background
6488 in a program. Add /usr/bin/mh to PATH in examples.
6489
64902006-11-12 Richard Stallman <rms@gnu.org>
6491
6492 * woman.texi: Update author address but say he no longer maintains it.
6493
64942006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6495
6496 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6497 archived trees.
6498 (Checkboxes): Section moved to chapter 5, and extended.
6499 (The date/time prompt): New section.
6500 (Link abbreviations): New section.
6501 (Presentation and sorting): New section.
6502 (Custom agenda views): Section completely rewritten.
6503 (Summary): Compare with Planner.
6504 (Feedback): More info about creating backtraces.
6505 (Plain lists): Modified example.
6506 (Breaking down tasks): New section.
6507 (Custom time format): New section.
6508 (Time stamps): Document inactive timestamps.
6509 (Setting tags): More details about fast tag selection.
6510 (Block agenda): New section.
6511 (Custom agenda views): Section rewritten.
6512 (Block agenda): New section.
6513
65142006-11-07 Michael Albinus <michael.albinus@gmx.de>
6515
6516 * tramp.texi (Configuration): scp is the default method.
6517 (Default Method): Use ssh as example for another method.
6518
65192006-10-27 Richard Stallman <rms@gnu.org>
6520
6521 * woman.texi: Downcase nroff/troff/roff.
6522 (Installation): Chapter deleted. Some xrefs deleted.
6523 (Background): woman doesn't advise man ;-).
6524
c8763fb6 65252006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6526
6527 * ada-mode.texi (Project files, Identifier completion)
6528 (Automatic Casing, Debugging, Using non-standard file names)
6529 (Working Remotely): Fix typos.
6530
65312006-10-20 Masatake YAMATO <jet@gyve.org>
6532
0c7efc08 6533 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
6534 sample code `my-c-initialization-hook'.
6535
65362006-10-19 Stuart D. Herring <herring@lanl.gov>
6537
6538 * widget.texi: Fix typos.
6539
65402006-10-19 Michael Albinus <michael.albinus@gmx.de>
6541
6542 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6543 "???". There have been no complaints for years, so the information
6544 must be appropriate.
6545
65462006-10-16 Richard Stallman <rms@gnu.org>
6547
6548 * widget.texi: Use @var instead of capitalization.
6549 Clarify many widget type descriptions.
6550
65512006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6552
6553 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6554 gnus-dired-attach.
6555 (Selecting a Group): Fix typo.
6556
c8763fb6 65572006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6558
6559 * widget.texi: Fix typos.
6560
65612006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
6562
6563 * gnus.texi (Image Enhancements): Update for Emacs 22.
6564
6565 * gnus-faq.texi ([1.3]): Update.
6566
65672006-10-06 Richard Stallman <rms@gnu.org>
6568
6569 * faq.texi (Displaying the current line or column):
6570 Delete "As of Emacs 20".
6571
65722006-10-06 Romain Francoise <romain@orebokech.com>
6573
6574 * faq.texi (VM): VM works with Emacs 22 too.
6575
65762006-10-06 Richard Stallman <rms@gnu.org>
6577
6578 * ebrowse.texi: Remove Emacs version "21" from title.
6579
65802006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
6581
6582 * gnus.texi (Foreign Groups): Say where change of editing commands are
6583 stored. Add reference to `gnus-parameters'.
6584
65852006-09-15 Jay Belanger <belanger@truman.edu>
6586
6587 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6588 Change "Library Public License" to "Lesser Public License"
6589 throughout. Use "yyyy" to represent year.
6590
65912006-09-15 Carsten Dominik <dominik@science.uva.nl>
6592
6593 * org.texi (Setting tags): Typo fix.
6594
65952006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
6596
6597 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6598
65992006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6600
6601 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6602
66032006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6604
6605 * faq.texi (Escape sequences in shell output): EMACS is now set
6606 to Emacs's absolute file name, not to "t".
6607 (^M in the shell buffer): Likewise.
6608 * misc.texi (Interactive Shell): Likewise.
6609
66102006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6611
6612 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6613 mails with pop3-leave-mail-on-server. Fix wording.
6614 (Limiting): Improve gnus-summary-limit-to-articles.
6615 (X-Face): Fix typo.
6616
66172006-09-11 Simon Josefsson <jas@extundo.com>
6618
6619 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6620 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6621
66222006-09-06 Simon Josefsson <jas@extundo.com>
6623
6624 * smtpmail.texi (Authentication): Mention SSL.
6625
66262006-09-01 Eli Zaretskii <eliz@gnu.org>
6627
6628 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6629 Don't use @indicateurl.
6630
6631 * cc-mode.texi (Subword Movement): Don't use @headitem.
6632 (Custom Braces, Clean-ups): Don't use @tie.
6633
66342006-08-29 Michael Albinus <michael.albinus@gmx.de>
6635
6636 Sync with Tramp 2.0.54.
6637
6638 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6639 Suggested by Adrian Phillips <a.phillips@met.no>.
6640
66412006-08-15 Carsten Dominik <dominik@science.uva.nl>
6642
6643 * org.texi (Installation, Activation): Split from Installation and
6644 Activation.
6645 (Clocking work time): Documented new features.
6646
66472006-08-13 Alex Schroeder <alex@gnu.org>
6648
6649 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6650 example.
6651
66522006-08-12 Eli Zaretskii <eliz@gnu.org>
6653
6654 * faq.texi (How to add fonts): New node.
6655
66562006-08-05 Romain Francoise <romain@orebokech.com>
6657
6658 * faq.texi (New in Emacs 22): Expand.
6659
66602006-08-03 Michael Olson <mwolson@gnu.org>
6661
6662 * erc.texi: Update for ERC 5.1.4.
6663
66642006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6665
6666 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6667 in .../site-lisp/gnus/ by default.
6668 [ From gnus-news.texi in the trunk. ]
6669
66702006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6671
6672 * gnus.texi (MIME Commands): Additions for yEnc.
6673
66742006-07-24 Richard Stallman <rms@gnu.org>
6675
6676 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6677 * faq.texi: Move periods and commas inside quotes.
6678
66792006-07-20 Jay Belanger <belanger@truman.edu>
6680
6681 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6682
66832006-07-18 Chong Yidong <cyd@stupidchicken.com>
6684
6685 * faq.texi (Security risks with Emacs): Document Emacs 22
6686 file-local-variable mechanism.
6687
66882006-07-12 Michael Olson <mwolson@gnu.org>
6689
6690 * erc.texi: Update for ERC 5.1.3.
6691
66922006-07-12 Alex Schroeder <alex@gnu.org>
6693
6694 * rcirc.texi: Fix typos.
6695 (Getting started with rcirc): New calling convention for M-x irc.
6696 Mention #rcirc. Removed channel tracking.
0c7efc08 6697 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6698 recently, eg. rcirc-server to rcirc-default-server. Added
6699 documentation for rcirc-authinfo, some background for Bitlbee, and
6700 rcirc-track-minor-mode.
0c7efc08 6701 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6702 Scrolling.
0c7efc08 6703 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6704 to match code changes.
6705
67062006-07-10 Nick Roberts <nickrob@snap.net.nz>
6707
6708 * gnus.texi, message.texi: Fix typos.
6709
67102006-07-07 Carsten Dominik <dominik@science.uva.nl>
6711
6712 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6713 commands.
6714 (Global TODO list): Document the use of the variables
6715 `org-agenda-todo-ignore-scheduled' and
6716 `org-agenda-todo-list-sublevels'.
6717
67182006-07-05 Richard Stallman <rms@gnu.org>
6719
6720 * faq.texi (Scrolling only one line): Fix xref.
6721
67222006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6723
6724 * faq.texi (Evaluating Emacs Lisp code):
6725 Throughout, replace eval-current-buffer with eval-buffer.
6726
67272006-07-03 Richard Stallman <rms@gnu.org>
6728
6729 * rcirc.texi (Scrolling conservatively): Fix xref.
6730
6731 * pcl-cvs.texi (Viewing differences): Usage fix.
6732
67332006-07-03 Carsten Dominik <dominik@science.uva.nl>
6734
6735 * org.texi (Agenda commands): Document `s' key to save all org-mode
6736 buffers.
6737
67382006-06-30 Ralf Angeli <angeli@caeruleus.net>
6739
6740 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6741 names. Mention `cvs-msg' face.
6742
67432006-06-29 Carsten Dominik <dominik@science.uva.nl>
6744
6745 * org.texi (Checkboxes): New section.
6746
67472006-06-28 Carsten Dominik <dominik@science.uva.nl>
6748
6749 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6750 throughout this chapter.
6751
67522006-06-27 Chong Yidong <cyd@stupidchicken.com>
6753
6754 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6755 text for standalone vs Emacs info.
6756 (Help): Clarify header line description. Use mouse-1 for clicks.
6757 (Help-P): Use mouse-1 for clicks.
6758 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6759 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6760 (Choose menu subtopic): Remove gratuitous Emacs command names.
6761 (Help-FOO): Put usual behavior first.
6762 (Help-Xref): Clicking on xrefs works in Emacs.
6763 (Search Text): Clarify what the default behavior is.
6764 (Create Info buffer): Fix Emacs window/X window confusion.
6765 (Emacs Info Variables): Fix for new Emacs init file behavior.
6766
67672006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6768
6769 * gnus.texi (Summary Buffer Lines): Fix typo.
6770
67712006-06-23 Carsten Dominik <dominik@science.uva.nl>
6772
6773 * org.texi (Embedded LaTeX): New chapter.
6774 (Archiving): Section rewritten.
6775 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6776
67772006-06-20 Bill Wohler <wohler@newt.com>
6778
6779 Release MH-E manual version 8.0.1.
6780
6781 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6782 release 8.0.1.
6783 (Preface): Depend on GNU mailutils 1.0 and higher.
6784
67852006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6786
6787 * message.texi (News Headers): Update message-syntax-checks section.
6788
67892006-06-19 Karl Berry <karl@gnu.org>
6790
6791 * info.texi (Advanced): Mention C-q, especially with ?.
6792
67932006-06-19 Carsten Dominik <dominik@science.uva.nl>
6794
6795 * org.texi (Publishing links): Document the `:link-validation-function'
6796 property.
6797 (Extensions and Hacking): New chapter, includes some sections of the
6798 "Miscellaneous" chapter.
6799
68002006-06-10 Carsten Dominik <dominik@science.uva.nl>
6801
6802 * org.texi (Progress logging): New section.
6803
2de53ca6
GM
68042006-06-06 Carsten Dominik <dominik@science.uva.nl>
6805
6806 * org.texi (ASCII export): Document indentation adaptation.
6807 (Setting tags): Document mutually-exclusive tags.
6808
68092006-06-05 Romain Francoise <romain@orebokech.com>
6810
6811 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6812 Fix typo.
6813
6814 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6815 channel (#gnus@irc.freenode.net).
6816 Fix typos. Update copyright notice.
6817
6818 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6819 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6820 (Line-Up Functions, Custom Macros):
6821 * ediff.texi (Window and Frame Configuration)
dccb744b 6822 (Highlighting Difference Regions):
2de53ca6
GM
6823 * emacs-mime.texi (Display Customization):
6824 * erc.texi (History):
6825 * eshell.texi (Known problems):
6826 * eudc.texi (Overview, BBDB):
6827 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6828 (The problem of spam, SpamOracle, Extending the Spam package)
6829 (Conformity, Terminology):
dccb744b 6830 * idlwave.texi (Routine Info)
2de53ca6
GM
6831 (Class and Keyword Inheritance, Padding Operators)
6832 (Breakpoints and Stepping, Electric Debug Mode)
6833 (Examining Variables, Troubleshooting):
6834 * org.texi (Creating timestamps):
6835 * reftex.texi (Commands, Options, Changes):
6836 * tramp.texi (Inline methods, Password caching)
6837 (Auto-save and Backup, Issues):
6838 * vip.texi (Files, Commands in Insert Mode):
6839 * viper.texi (Emacs Preliminaries, States in Viper)
6840 (Packages that Change Keymaps, Viper Specials, Groundwork):
6841 Fix various typos.
6842
68432006-05-31 Michael Ernst <mernst@alum.mit.edu>
6844
6845 * ediff.texi: Fix typos.
6846
68472006-05-30 Carsten Dominik <dominik@science.uva.nl>
6848
6849 * org.texi: Small typo fixes.
6850
fff84c22
JB
68512006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6852
6853 * viper.texi (Viper Specials):
6854 * gnus.texi (Example Setup):
6855 * faq.texi (Backspace invokes help):
6856 * dired-x.texi (Optional Installation Dired Jump):
6857 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6858 follow coding conventions.
6859
2de53ca6
GM
68602006-05-29 Michael Albinus <michael.albinus@gmx.de>
6861
6862 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6863
68642006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6865
6866 * pcl-cvs.texi: Fix typos.
6867 (Customization): Say "us".
6868
68692006-05-26 Eli Zaretskii <eliz@gnu.org>
6870
6871 * org.texi: Remove bogus @setfilename.
6872
68732006-05-26 Carsten Dominik <dominik@science.uva.nl>
6874
6875 * org.texi (ASCII export): Omit command name.
6876 (HTML export): Add prefix to all lines in Local Variable example.
6877 (Acknowledgments): Typeset names in italics.
6878
68792006-05-24 Carsten Dominik <dominik@science.uva.nl>
6880
6881 * org.texi (Plain lists): Add new item navigation commands.
6882 (External links): Document elisp and info links.
6883 (Custom searches): New section.
6884 (Publishing): New chapter.
6885 (HTML export): Include a list of supported CSS classes.
6886 (Setting tags): Describe the fast-tag-setting interface.
6887
68882006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6889
6890 * dired-x.texi: ifinfo -> ifnottex.
6891
68922006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6893
6894 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6895
68962006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6897
6898 * message.texi (Interface): Add tool bar customization.
6899 (MIME): Index and text additions for mml-attach.
6900 (MIME): Describe mml-dnd-protocol-alist and
6901 mml-dnd-attach-options.
6902
6903 * gnus.texi (Oort Gnus): Reorder entries in sections.
6904 Fix some entries.
6905 (Starting Up): Add references to "Emacs for Heathens" and to
6906 "Finding the News". Add user-full-name and user-mail-address.
6907 (Group Buffer Format): Add tool bar customization and update.
6908 (Summary Buffer): Add tool bar customization.
6909 (Posting Styles): Add message-alternative-emails.
6910
69112006-05-09 Michael Albinus <michael.albinus@gmx.de>
6912
6913 * tramp.texi (Filename completion): Improve wording.
6914
69152006-05-07 Romain Francoise <romain@orebokech.com>
6916
6917 * faq.texi (Using regular expressions): Fix typo.
6918 (Packages that do not come with Emacs): Fix capitalization.
6919 (Replacing text across multiple files): Expand node to explain how
6920 to use `dired-do-query-replace-regexp' in more detail, based on
6921 suggestion by Eric Hanchrow <offby1@blarg.net>.
6922
69232006-05-06 Michael Albinus <michael.albinus@gmx.de>
6924
6925 * tramp.texi (Filename completion): Completion of remote files'
6926 method, user name and host name is active only in partial
6927 completion mode.
6928
69292006-05-06 Bill Wohler <wohler@newt.com>
6930
6931 Release MH-E manual version 8.0.
6932
6933 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6934 release 8.0.
6935
69362006-05-06 Bill Wohler <wohler@newt.com>
6937
6938 * mh-e.texi (MH-BOOK-HOME): Change from
6939 http://www.ics.uci.edu/~mh/book/mh to
6940 http://rand-mh.sourceforge.net/book/mh.
6941 Replace .htm suffix with .html for MH book files.
6942 (Using This Manual): Update key binding for getting relevant
6943 chapter in Info from command key.
6944 (Ranges): Fix itemx.
6945
69462006-05-05 Karl Berry <karl@gnu.org>
6947
6948 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6949 (\fonttextsize): New user-level command to change text font size.
6950
69512006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6952
6953 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
6954
69552006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6956
6957 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6958
69592006-04-24 Bill Wohler <wohler@newt.com>
6960
6961 * mh-e.texi (Getting Started): Make it more explicit that you need
6962 to install MH. Add pointers to current MH implementations.
6963
69642006-04-21 Bill Wohler <wohler@newt.com>
6965
6966 Release MH-E manual version 7.94.
6967
6968 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6969 release 7.94.
6970
69712006-04-21 Carsten Dominik <dominik@science.uva.nl>
6972
6973 * org.texi: Many small fixes.
6974 (Handling links): Rename from "Managing links".
6975
69762006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
6977
6978 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6979 (Splitting mail using spam-stat): Fix @xref.
6980
69812006-04-20 Chong Yidong <cyd@stupidchicken.com>
6982
6983 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 6984 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
6985
69862006-04-20 Carsten Dominik <dominik@science.uva.nl>
6987
6988 * org.texi (Time stamps): Better explanation of the purpose of
6989 different time stamps.
6990 (Structure editing, Plain lists): More details on how new items
6991 and headings are inserted.
6992
69932006-04-18 Carsten Dominik <dominik@science.uva.nl>
6994
6995 * org.texi (Formula syntax): Fix link to Calc Manual.
6996
69972006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
6998
6999 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7000
70012006-04-17 Bill Wohler <wohler@newt.com>
7002
7003 * mh-e.texi (Folders): Update mh-before-quit-hook and
7004 mh-quit-hook example with code that removes the buffers rather
7005 than just bury them.
7006
70072006-04-17 Michael Albinus <michael.albinus@gmx.de>
7008
7009 Sync with Tramp 2.0.53.
7010
70112006-04-13 Carsten Dominik <dominik@science.uva.nl>
7012
7013 * org.texi (Updating settings): New section.
7014 (Visibility cycling): Better names for the startup folding
7015 options.
7016 (Exporting): Completely restructured.
7017 (The very busy C-c C-c key): New section.
7018 (Summary of in-buffer settings): New section.
7019
70202006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7021
7022 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7023
70242006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7025
7026 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7027 (Server Commands): Key `v' is reserved for users.
7028
70292006-04-11 Carsten Dominik <dominik@science.uva.nl>
7030
7031 * org.texi (Link format): New section, emphasis on bracket links.
7032 (External links): Document bracket links.
7033 (FAQ): Expand to cover shell links and the new link format.
7034
70352006-04-09 Kevin Ryde <user42@zip.com.au>
7036
7037 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7038
70392006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7040
7041 * gnus.texi (Summary Buffer Lines): Add `*'.
7042
c8763fb6 70432006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7044
7045 * gnus.texi (Group Parameters):
7046 Mention gnus-permanently-visible-groups.
7047
70482006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7049
7050 * gnus.texi (Face): Fix typo.
7051
70522006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7053
7054 * gnus.texi (X-Face): Clarify.
7055 (Face): Need Emacs with PNG support.
7056
70572006-04-06 Richard Stallman <rms@gnu.org>
7058
7059 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7060 Emacs".
7061
70622006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7063
7064 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7065 blocks not suitable for inclusion with Emacs using variable
7066 PARTOFEMACS.
7067
70682006-04-04 Simon Josefsson <jas@extundo.com>
7069
7070 * gnus.texi (Security): Improve.
7071
70722006-04-02 Bill Wohler <wohler@newt.com>
7073
7074 * mh-e.texi (Getting Started, Junk, Bug Reports)
7075 (MH FAQ and Support): Fix URLs.
7076
70772006-03-31 Romain Francoise <romain@orebokech.com>
7078
7079 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7080 to t, not nil (and has for the past eight years).
7081
70822006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7083
7084 * message.texi, gnus.texi: Bump version to 5.11.
7085
70862006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7087
7088 * gnus.texi (Top): Add comment about version line.
7089
7090 * message.texi (Top): Ditto. Change to take named versions into
7091 account.
7092
70932006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7094
7095 * gnus.texi (Posting Styles): Add x-face-file to example.
7096 (X-Face): Refer to posting styles.
7097
7098 * gnus-faq.texi ([5.8]): Add x-face-file.
7099 ([8.4]): Add links to gmane.emacs.gnus.user and
7100 gmane.emacs.gnus.general.
7101
71022006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7103
7104 * gnus-faq.texi: Use .invalid.
7105 ([5.4]): Fix gnus-posting-styles example.
7106
71072006-03-27 Romain Francoise <romain@orebokech.com>
7108
7109 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7110 Emacs/W3 needs a new maintainer.
7111 (Ispell): Update author and version info.
7112 (Mailcrypt): Mention PGG.
7113 (New in Emacs 22): Add PGG to the list of new packages.
7114 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7115 updating dead URLs.
7116
71172006-03-25 Karl Berry <karl@gnu.org>
7118
7119 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7120 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7121 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7122 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7123 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7124 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7125 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7126 (2) do not indent copyright year list (or anything else).
7127
71282006-03-21 Bill Wohler <wohler@newt.com>
7129
7130 * mh-e.texi (Folders): Various edits.
7131
71322006-03-20 Romain Francoise <romain@orebokech.com>
7133
7134 * gnus.texi (Mail Folders): Grammar fix.
7135
71362006-03-19 Bill Wohler <wohler@newt.com>
7137
7138 * mh-e.texi (Replying): Document Mail-Followup-To.
7139 Change manually-formatted table to multitable. Add debugging info.
7140 Move description of mh-reply-default-reply-to into paragraph
7141 that describes its values.
7142
71432006-03-17 Bill Wohler <wohler@newt.com>
7144
10d1d0af 7145 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
7146 (Sending Mail Tour): Update method of entering
7147 addresses and subject.
7148 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7149 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7150
71512006-03-15 Carsten Dominik <dominik@science.uva.nl>
7152
7153 * org.texi: Version number change only.
7154
71552006-03-14 Bill Wohler <wohler@newt.com>
7156
7157 * mh-e.texi: Add index entries around each paragraph rather than
7158 depend on entries from beginning of node. Doing so ensures that
7159 index entries are less likely to be forgotten if text is cut and
7160 pasted, and are necessary anyway if the references are on a
7161 separate page. It seems that makeinfo is now (v. 4.8) only
7162 producing one index entry per node, so there is no longer any
7163 excuse not to. Use subheading instead of heading. The incorrect
7164 use of heading produced very large fonts in Info--as large as the
7165 main heading.
7166 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7167 versions 6 and 7 appeared *around* the time of these Emacs releases.
7168
71692006-03-13 Carsten Dominik <dominik@science.uva.nl>
7170
7171 * org.texi (Clean view): Document new startup options.
7172
71732006-03-11 Bill Wohler <wohler@newt.com>
7174
7175 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7176 (Composing, Scan Line Formats): Fix @refs.
7177 (Getting Started): Define MH profile and MH profile components.
7178 (Incorporating Mail, Reading Mail, Viewing, Printing)
7179 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7180 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7181 for string constants.
7182 (Tool Bar): Remove spurious quote.
7183 (Junk): Use ``...'' instead of "...".
7184 (Scan Line Formats): Replace @samp with @kbd.
7185
71862006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7187
7188 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7189
71902006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7191
7192 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7193 easy to understand.
7194
71952006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7196
7197 * gnus.texi: Markup fix.
7198 (Fancy Mail Splitting): Specify new feature.
7199
72002006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7201
7202 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7203 partial-words matching.
7204
72052006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7206
7207 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7208
7209 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7210 (MIME Commands): Fix mm-discouraged-alternatives.
7211
72122006-03-07 Carsten Dominik <dominik@science.uva.nl>
7213
7214 * org.texi: Version number change only.
7215
72162006-03-06 Bill Wohler <wohler@newt.com>
7217
7218 * mh-e.texi: Move from SourceForge repository to Savannah.
7219 This is version 7.93, which is a total rewrite from the previous
7220 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7221 version 7.93.
7222
72232006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7224
7225 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7226
72272006-03-01 Carsten Dominik <dominik@science.uva.nl>
7228
7229 * org.texi (Interaction): Add item about `org-mouse.el' by
7230 Piotr Zielinski.
7231 (Managing links): Document that also mouse-1 can be used to
7232 activate a link.
7233 (Headlines, FAQ): Add entry about hiding leading stars.
7234 (Miscellaneous): Resort the sections in this chapter to a more
7235 logical sequence.
7236
72372006-02-27 Simon Josefsson <jas@extundo.com>
7238
7239 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7240 2004-01-27 from the trunk).
7241
72422006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7243
7244 * cc-mode.texi: Rename c-hungry-backspace to
7245 c-hungry-delete-backwards, at the request of RMS. Leave the old
7246 name as an alias.
7247
72482006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7249
7250 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7251 include the function header within the defun.
7252
72532006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7254
7255 * cc-mode.texi: Correct two typos.
7256
72572006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7258
7259 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7260 existing comment.
7261 (Electric Keys): Add a justification for electric indentation.
7262 (Hungry WS Deletion): Clear up the names and complications of the
7263 BACKSPACE and DELETE keys.
7264
72652006-02-23 Juri Linkov <juri@jurta.org>
7266
7267 * faq.texi (Common requests): Move `Turning on auto-fill by
7268 default' after `Wrapping words automatically'. Move `Working with
7269 unprintable characters' before `Searching for/replacing newlines'.
7270 Move `Replacing highlighted text' after `Highlighting a region'.
7271 Merge `Repeating commands' and `Repeating a command as many times
7272 as possible' into the former.
7273 (Packages that do not come with Emacs): Add refs to Gmane and
7274 etc/MORE.STUFF.
7275
72762006-02-23 Juri Linkov <juri@jurta.org>
7277
7278 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7279 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7280 Add xref to `(emacs)Reporting Bugs'.
7281 (Getting a printed manual): Add URL to other formats of the manual.
7282 (Common requests): Fix menu.
7283 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7284 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7285 (Inserting text at the beginning of each line): Add pxref to
7286 `Changing the included text prefix'.
7287 (Forcing the cursor to remain in the same column): Mention `track-eol'
7288 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7289 (Replacing text across multiple files): Add keybinding `Q' for
7290 `dired-do-query-replace'.
7291
72922006-02-22 Carsten Dominik <dominik@science.uva.nl>
7293
7294 * reftex.texi: Version number and date change only.
7295
7296 * org.texi (Internal Links): Rewrite to cover the modified
7297 linking system.
7298
72992006-02-17 Eli Zaretskii <eliz@gnu.org>
7300
7301 * faq.texi: Remove the coding cookie, it's not needed anymore.
7302
73032006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7304
7305 * faq.texi (Colors on a TTY): Mention Mac OS port.
7306
73072006-02-12 Karl Berry <karl@gnu.org>
7308
7309 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7310 8-bit accented a.
7311
73122006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7313
7314 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7315
73162006-02-08 Romain Francoise <romain@orebokech.com>
7317
7318 * faq.texi (Top): Remove paragraph about the FAQ being a
7319 transitional document, etc.
7320 (Searching for/replacing newlines): New node.
7321 (Yanking text in isearch): New node.
7322 (Inserting text at the beginning of each line): Rename and make
7323 more general, mention `M-;' in Message mode.
7324
73252006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7326
7327 * faq.texi (Meta key does not work in xterm)
7328 (Emacs does not display 8-bit characters)
7329 (Inputting eight-bit characters): Update xrefs.
7330
73312006-02-06 Romain Francoise <romain@orebokech.com>
7332
7333 * faq.texi (VM): VM now at version 7.19.
7334 Set myself as maintainer of this file.
7335
73362006-02-04 Michael Olson <mwolson@gnu.org>
7337
7338 * erc.texi (History): Note that ERC is now included with Emacs.
7339
73402006-01-31 Romain Francoise <romain@orebokech.com>
7341
7342 * message.texi (Message Headers): Explain what
7343 `message-alternative-emails' does in more detail.
7344 Update copyright year.
7345
73462006-01-30 Juanma Barranquero <lekktu@gmail.com>
7347
7348 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7349
73502006-01-29 Richard M. Stallman <rms@gnu.org>
7351
7352 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7353
73542006-01-29 Michael Olson <mwolson@gnu.org>
7355
7356 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7357
7358 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7359
7360 * faq.texi (New in Emacs 22): Mention ERC.
7361
73622006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7363
7364 * rcirc.texi: Capitalize dir entry for consistency with the entry
7365 in info/dir and other entries in the Emacs category.
7366 Fix typos. Delete trailing whitespace.
7367
c8763fb6 73682006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
7369
7370 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7371
73722006-01-27 Eli Zaretskii <eliz@gnu.org>
7373
7374 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7375 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7376
7377 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7378 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7379
73802006-01-27 Alex Schroeder <alex@gnu.org>
7381
7382 * rcirc.texi: New file.
7383
73842006-01-23 Juri Linkov <juri@jurta.org>
7385
7386 * widget.texi (User Interface): Add S-TAB for widget-backward.
7387
73882006-01-22 Michael Albinus <michael.albinus@gmx.de>
7389
7390 Sync with Tramp 2.0.52.
7391
7392 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7393 Add Tramp disabling item. New item for common connection problems.
7394 (various): Apply "ftp" as method for the download URL.
7395 (Bug Reports): Refer to FAQ for common problems.
7396
73972006-01-21 Eli Zaretskii <eliz@gnu.org>
7398
7399 * widget.texi (User Interface): Use @key for TAB.
7400
7401 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7402
7403 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7404 for TAB.
7405
7406 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7407
74082006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7409
7410 * gnus.texi: Update copyright.
7411
74122006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7413
7414 * gnus.texi (Article Washing): Additions.
7415
2de53ca6
GM
74162006-01-13 Carsten Dominik <dominik@science.uva.nl>
7417
7418 * org.texi (Agenda commands): Document tags command.
7419
74202006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7421
7422 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7423
74242006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7425
7426 * gnus.texi (RSS): Addition.
7427
74282005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7429
7430 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7431
74322005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7433
7434 * emacs-mime.texi (Display Customization): Add setting example to
7435 mm-discouraged-alternatives.
7436
74372006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7438
7439 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7440 version is the canonical version.
7441
74422006-01-08 Alex Schroeder <alex@gnu.org>
7443
7444 * pgg.texi (Caching passphrase): Rewording.
7445
74462006-01-06 Eli Zaretskii <eliz@gnu.org>
7447
7448 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7449 repository URL.
7450
74512006-01-06 Carsten Dominik <dominik@science.uva.nl>
7452
7453 * org.texi: Removed the accidentally re-added empty line in the
7454 direntry.
7455
74562006-01-05 Carsten Dominik <dominik@science.uva.nl>
7457
7458 * org.texi (Agenda Views): Chapter reorganized.
7459
74602005-12-29 Romain Francoise <romain@orebokech.com>
7461
7462 * faq.texi (Using Customize): New node.
7463
74642005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7465
7466 * org.texi: Remove blank line in @direntry. It is non-standard
7467 and recursively produces blank lines all over the dir file (when
7468 using Texinfo 4.8).
7469
74702005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7471
7472 * widget.texi (atoms): Delete obsolete remark about `file' widget.
7473
74742005-12-20 Carsten Dominik <dominik@science.uva.nl>
7475
7476 * org.texi (Tags): Boolean logic documented.
7477 (Agenda Views): Document custom commands.
7478
74792005-12-20 David Kastrup <dak@gnu.org>
7480
7481 * faq.texi (AUCTeX): Update version and mailing list info.
7482
74832005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7484
7485 * gnus.texi (MIME Commands): Mention addition of
7486 multipart/alternative to gnus-buttonized-mime-types and add xref
7487 to mm-discouraged-alternatives.
7488
7489 * emacs-mime.texi (Display Customization): Mention addition of
7490 "image/.*" and add xref to gnus-buttonized-mime-types in the
7491 mm-discouraged-alternatives section.
7492
74932005-12-16 Carsten Dominik <dominik@science.uva.nl>
7494
7495 * org.texi (Tags): New section.
7496 (Agenda Views): Chapter reorganized.
7497
74982005-12-16 Eli Zaretskii <eliz@gnu.org>
7499
7500 * org.texi (Internal Links): Add a missing comma after an @xref.
7501
75022005-12-14 Chong Yidong <cyd@stupidchicken.com>
7503
7504 * faq.texi (Filling paragraphs with a single space): No need to
7505 change sentence-end now.
7506
75072005-12-13 Romain Francoise <romain@orebokech.com>
7508
7509 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7510
75112005-12-12 Jay Belanger <belanger@truman.edu>
7512
7513 * faq.texi (Calc): Update version number.
7514
75152005-12-12 Carsten Dominik <dominik@science.uva.nl>
7516
7517 * org.texi (Progress Logging): New section.
7518
75192005-12-10 Romain Francoise <romain@orebokech.com>
7520
7521 Update the Emacs FAQ for the 22.1 release.
7522
7523 * faq.texi: Set VER to `22.1'.
7524 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
7525 Tutorial. Mention that `C-h r' displays the manual.
7526 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
7527 (Getting a printed manual): Point to the new locations of the
7528 manuals on the GNU Web site.
7529 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7530 available via Info (it was previously distributed separately).
7531 (Installing Texinfo documentation): The latest version of Texinfo
7532 is 4.8, not 4.0.
7533 (Informational files for Emacs): COPYING is the GNU General Public
7534 License, not the Emacs General Public License.
7535 (Informational files for Emacs): Delete obsolete link to the
7536 GNUinfo pages as they have been removed from the GNU Web site.
7537 (New in Emacs 22): New node.
7538 (Setting up a customization file): Say that most packages support
7539 Customize nowadays.
7540 (Colors on a TTY): Delete reference to instructions on how to
7541 enable syntax highlighting, it is now enabled by default.
7542 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7543 at startup automatically.
7544 (Controlling case sensitivity): Mention `M-c' in isearch.
7545 (Using an already running Emacs process): Emacs now creates the
7546 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7547 gnuserv. As emacsclient can now run Lisp code as well, delete a
7548 sentence praising gnuserv for that. Simplify description of how
7549 the client/server operation works.
7550 (Compiler error messages): Delete obsolete text (compile.el has
7551 been rewritten).
7552 (Indenting switch statements): Fix typo.
7553 (Matching parentheses): Simplify setup instructions, mention the
7554 menu bar item in the Options menu.
7555 (Repeating a command as many times as possible): Mention `C-x e'.
7556 (Going to a line by number): Mention new keymap and bindings
7557 `M-g M-g', `M-g M-p' and `M-g M-n'.
7558 (Turning on syntax highlighting): Now on by default. Simplify.
7559 (Replacing highlighted text): Use `1', not `t'.
7560 (Problems with very large files): The maximum size is now 256MB on
7561 32-bit machines.
7562 (^M in the shell buffer): Mention `comint-process-echoes'.
7563 (Emacs for Apple computers): Emacs 22 has native support for Mac
7564 OS X.
7565 (Translating names to IP addresses): Delete node.
7566 (Binding keys to commands): Fix typo.
7567 (SPC no longer completes file names): New node.
7568 (MIME with Emacs mail packages): Delete section about the Emacs
7569 MIME FAQ (it's not reachable anymore).
7570
75712005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7572
7573 * cc-mode.texi: The manual has been extensively revised: the
7574 information about using CC Mode has been separated from the larger
7575 and more difficult chapters about configuration. It has been
7576 updated for CC Mode 5.31.
7577
75782005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7579
7580 * pgg.texi (User Commands): Fix description of pgg-verify-region.
7581 (Selecting an implementation): Fix descriptions.
7582
75832005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7584
7585 * message.texi (Various Message Variables): Addition.
7586
75872005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7588
7589 * message.texi: Fix default values.
7590
75912005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7592
7593 * message.texi (Header Commands): Clarify descriptions of
7594 message-cross-post-followup-to, message-reduce-to-to-cc, and
7595 message-insert-wide-reply.
7596 (Various Commands): Fix kindex for message-kill-to-signature;
7597 clarify description of message-tab.
7598
75992005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7600
7601 * message.texi (Mailing Lists): Fix description about MFT.
7602
7603 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7604
76052005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7606
7607 * gnus.texi (Slow Terminal Connection): Replace old description
7608 with new one.
7609
76102005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7611
7612 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7613 replace X-Draft-Headers with X-Draft-From.
7614
76152005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7616
7617 * gnus.texi (Various Various): Fix the default value of
7618 nnheader-max-head-length.
7619 (Gnus Versions): Fix typo.
7620
76212005-12-08 Carsten Dominik <dominik@science.uva.nl>
7622
7623 * org.texi (Structure editing): Document new functionality of
7624 M-RET.
7625
76262005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7627
7628 * org.texi (Internal Links): Fix Texinfo usage.
7629
76302005-12-06 Carsten Dominik <dominik@science.uva.nl>
7631
7632 * org.texi (TODO basics): Document the global todo list.
7633 (TODO items): Documents sparse tree for specific TODO
7634 keywords.
7635
76362005-11-30 Carsten Dominik <dominik@science.uva.nl>
7637
7638 * org.texi (Plain Lists): Typos fixed.
7639
76402005-11-28 Jay Belanger <belanger@truman.edu>
7641
7642 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7643
76442005-11-24 Carsten Dominik <dominik@science.uva.nl>
7645
7646 * org.texi (Structure editing): New item moving commands added.
7647 (Plain Lists): New section.
7648
76492005-11-18 Carsten Dominik <dominik@science.uva.nl>
7650
7651 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7652 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7653 `org-agenda-file-to-front'.
2de53ca6
GM
7654 (Built-in table editor): Document `org-table-sort-lines'.
7655 (HTML formatting): Export of hand-formatted lists.
7656
76572005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7658
7659 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7660 new variable gnus-toolbar-thickness.
7661
76622005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7663
7664 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7665
76662005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7667
7668 * gnus.texi (X-Face): Fix description.
7669 (XVarious): Remove gnus-xmas-logo-color-alist and
7670 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7671
76722005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7673
7674 * gnus.texi (Group Parameters): Mention new variable
7675 gnus-parameters-case-fold-search.
7676 (Home Score File): Addition.
7677
76782005-11-04 Ulf Jasper <ulf.jasper@web.de>
7679
7680 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7681 (Overview): List supported feed types.
7682 (Installation): No installation necessary when using autoload.
7683 (Configuration): Rename "RSS" to "news".
7684
76852005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7686
7687 * pgg.texi (User Commands): Document additional passphrase
7688 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7689 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7690
76912005-11-04 Carsten Dominik <dominik@science.uva.nl>
7692
7693 * org.texi: Version number changed to 3.19.
7694
76952005-10-29 Sascha Wilde <wilde@sha-bang.de>
7696
7697 * pgg.texi (How to use): Update the example to add autoload of
7698 pgg-encrypt-symmetric-region.
7699 (User Commands): Document pgg-encrypt-symmetric-region.
7700 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7701
77022005-10-27 Jay Belanger <belanger@truman.edu>
7703
7704 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7705 mention other TeX-related units.
7706
77072005-10-23 Lars Hansen <larsh@soem.dk>
7708
0c7efc08
SM
7709 * dired-x.texi (Miscellaneous Commands):
7710 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7711 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7712
77132005-10-23 Jay Belanger <belanger@truman.edu>
7714
7715 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7716 constant.
7717
77182005-10-23 Michael Albinus <michael.albinus@gmx.de>
7719
0c7efc08
SM
7720 * faq.texi (Bugs and problems):
7721 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7722 `directory-listing-before-filename-regexp'.
7723
77242005-10-22 Eli Zaretskii <eliz@gnu.org>
7725
7726 * newsticker.texi (UPDATED): Set value.
7727
77282005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7729
7730 * gnus.texi (Document Groups): Remove duplicate item.
7731
77322005-10-21 Carsten Dominik <dominik@science.uva.nl>
7733
7734 * org.texi (Summary): Mention iCalendar support.
7735 (Exporting): Document iCalendar support.
7736
77372005-10-18 Romain Francoise <romain@orebokech.com>
7738
7739 * viper.texi (Viper Specials): Capitalize GNU.
7740
77412005-10-17 Juri Linkov <juri@jurta.org>
7742
7743 * info.texi (Getting Started, Search Index, Expert Info):
7744 Fix wording.
7745 (Search Text): Replace `echo area' with `mode line'.
7746 (Search Index): Both `i' and `,' find all index entries.
7747 Replace example `C-f' with `C-l' (which exists in index of Info
7748 manual) and delete spaces in its keyboard input sequence.
7749 Delete unnecessary explanations about literal characters.
7750
77512005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7752
7753 * gnus.texi (Document Server Internals): Addition.
7754
77552005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7756
7757 * gnus.texi (A note on namespaces): Fix RFC reference.
7758
77592005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7760
7761 * gnus.texi (RSS): Fix key description.
7762
77632005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7764
7765 * gnus.texi: Emacs/w3 -> Emacs/W3.
7766 (Browsing the Web): Fix description.
7767 (Web Searches): Ditto.
7768 (Customizing W3): Ditto.
7769
77702005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7771
7772 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7773
77742005-10-11 Jay Belanger <belanger@truman.edu>
7775
7776 * calc.texi (Integration): Mention using `a i' to compute definite
7777 integrals.
7778
77792005-10-11 Juri Linkov <juri@jurta.org>
7780
7781 * info.texi: Rearrange nodes.
7782 (Top): Update menu. Change ref `Info for Experts' to
7783 `Advanced Info Commands'.
7784 (Getting Started): Fix description of manual's parts.
7785 (Help-Int): Change xref `Info Search' to `Search Index', and
7786 `Expert Info' to `Advanced'.
7787 (Advanced): Move node one level up.
7788 (Search Text, Search Index): New nodes split out from `Info Search'.
7789 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7790 split out from `Advanced'.
7791 (Advanced, Emacs Info Variables): De-document editing an Info file
7792 in Info.
7793 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7794 (Creating an Info File): Delete node and move its text to
7795 `Expert Info'.
7796
77972005-10-10 Carsten Dominik <dominik@science.uva.nl>
7798
7799 * org.texi (Workflow states): Documented that change in keywords
7800 becomes active only after restart of Emacs.
7801
78022005-10-08 Michael Albinus <michael.albinus@gmx.de>
7803
7804 Sync with Tramp 2.0.51.
7805
78062005-10-08 Nick Roberts <nickrob@snap.net.nz>
7807
7808 * speedbar.texi (Introduction): Describe new location of speedbar
7809 on menubar.
7810 (Basic Key Bindings): Remove descriptions of bindings that have
7811 been removed.
7812
78132005-10-05 Nick Roberts <nickrob@snap.net.nz>
7814
7815 * speedbar.texi (GDB): Describe use of watch expressions.
7816
78172005-09-28 Simon Josefsson <jas@extundo.com>
7818
7819 * message.texi (IDNA): Fix.
7820
78212005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7822
7823 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7824 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7825 description of nntp-open-connection-function.
7826 (Common Variables): Fix descriptions.
7827
78282005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7829
7830 * gnus.texi (Server Buffer Format): Document the %a format spec.
7831
78322005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7833
7834 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7835
78362005-09-23 Carsten Dominik <dominik@science.uva.nl>
7837
7838 * org.texi Version 3.16.
7839
78402005-09-19 Miles Bader <miles@gnu.org>
7841
7842 * newsticker.texi: Get rid of CVS keywords.
7843
78442005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7845
7846 * gnus.texi (Finding the Parent): Fix description of how Gnus
7847 finds article.
7848
78492005-09-14 Jari Aalto <jari.aalto@cante.net>
7850
7851 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7852 to drop off non-answered articles.
7853
78542005-09-19 Juanma Barranquero <lekktu@gmail.com>
7855
7856 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7857 braces (which are unsupported by NMAKE) for macro `srcdir'.
7858
78592005-09-17 Eli Zaretskii <eliz@gnu.org>
7860
7861 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7862 (../info/newsticker, newsticker.dvi): New targets.
7863
78642005-09-17 Ulf Jasper <ulf.jasper@web.de>
7865
7866 * newsticker.texi: Replace @command with @code. Replace @example
7867 with @lisp.
0c7efc08
SM
7868 (Top): Add explanations to menu items.
7869 (GNU Free Documentation License): Remove.
2de53ca6
GM
7870
78712005-09-16 Romain Francoise <romain@orebokech.com>
7872
7873 Update all files to specify GFDL version 1.2.
7874
7875 * doclicense.texi (GNU Free Documentation License): Update to
7876 version 1.2.
7877
78782005-09-15 Richard M. Stallman <rms@gnu.org>
7879
7880 * newsticker.texi: Fix @setfilename.
7881
7882 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7883 (../info/newsticker, newsticker.dvi): New targets.
7884
78852005-08-30 Carsten Dominik <dominik@science.uva.nl>
7886
7887 * org.texi: Version 3.15.
7888
78892005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7890
7891 * ses.texi: Combine all three indices into one.
7892 Correct a few typos.
7893
78942005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7895
7896 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7897
78982005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7899
7900 * emacs-mime.texi (Handles): Remove duplicate item.
7901 (Encoding Customization): Fix the default value for
7902 mm-coding-system-priorities.
7903 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7904 (Basic Functions): Fix reference.
7905
79062005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7907
7908 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7909
79102005-08-18 Richard M. Stallman <rms@gnu.org>
7911
7912 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7913 and web site.
7914
7915 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7916 not keyboard-translate.
7917
79182005-08-11 Richard M. Stallman <rms@gnu.org>
7919
7920 * faq.texi (Using regular expressions): Fix xref.
7921
79222005-08-09 Juri Linkov <juri@jurta.org>
7923
7924 * info.texi (Help-P): Replace `Prev' with `Previous'.
7925 (Help-M, Help-Xref): Add S-TAB.
7926 (Help-FOO): Update `u' command.
7927 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7928 Update info about visibility of xref parts.
7929 (Help-Int): Fix `m' command. Rename `Info-last' to
7930 `Info-history-back'. Add `Info-history-forward'.
7931 (Advanced): Fix `g*' and `M-n' commands.
7932 (Info Search): Add `index-apropos' in stand-alone browser.
7933 Add isearch commands.
7934 (Emacs Info Variables): Remove `Info-fontify'.
7935 Add `Info-mode-hook'. Update face names.
7936 Add `Info-fontify-maximum-menu-size',
7937 `Info-fontify-visited-nodes', `Info-isearch-search'.
7938
79392005-08-07 Michael Albinus <michael.albinus@gmx.de>
7940
7941 Sync with Tramp 2.0.50.
7942
7943 * tramp.texi: Use @option{} consequently for method names.
7944 (Inline methods, External transfer methods): Remove references to
7945 Cygwin.
7946 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7947 implementation.
7948
79492005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7950
7951 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7952 Mention that gnus-init-file is not read when Emacs is invoked with
7953 --no-init-file or -q.
7954
79552005-07-19 Carsten Dominik <dominik@science.uva.nl>
7956
7957 * org.texi: Version 3.14.
7958
79592005-07-04 Carsten Dominik <dominik@science.uva.nl>
7960
7961 * org.texi: Version 3.13.
7962
79632005-07-18 Juri Linkov <juri@jurta.org>
7964
7965 * calc.texi (Time Zones, Logical Operations):
7966 * cl.texi (Overview):
7967 * org.texi (TODO types):
7968 * sc.texi (Emacs 18 MUAs):
7969 * speedbar.texi (Top):
7970 * url.texi (History):
7971 Delete duplicate duplicate words.
7972
ce058493 79732005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
7974
7975 * cl.texi (Type Predicates): Document `atom' type.
7976
79772005-07-04 Lute Kamstra <lute@gnu.org>
7978
7979 Update FSF's address in GPL notices.
7980
7981 * calc.texi (Copying):
7982 * doclicense.texi (GNU Free Documentation License):
7983 * faq.texi (Contacting the FSF):
7984 * mh-e.texi (Copying): Update FSF's address.
7985
79862005-07-03 Richard M. Stallman <rms@gnu.org>
7987
7988 * flymake.texi (Example -- Configuring a tool called directly):
7989 Update name of flymake-build-relative-filename.
7990
79912005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7992
7993 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
7994
79952005-06-29 Carsten Dominik <dominik@science.uva.nl>
7996
7997 * org.texi: Version 3.12.
7998
79992005-06-24 Eli Zaretskii <eliz@gnu.org>
8000
8001 * makefile.w32-in (MAKEINFO): Use --force.
8002 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8003 Makefile.in.
8004 (gnus.dvi): Use "..." to quote Sed args, so that it works with
8005 more shells.
8006
80072005-06-23 Richard M. Stallman <rms@gnu.org>
8008
8009 * speedbar.texi (Creating a display): Texinfo usage fixes.
8010
8011 * tramp.texi (Customizing Completion, Auto-save and Backup):
8012 Texinfo usage fixes.
8013
80142005-06-23 Juanma Barranquero <lekktu@gmail.com>
8015
8016 * dired-x.texi (Miscellaneous Commands):
8017 * ediff.texi (Miscellaneous):
8018 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8019 (Agent Variables):
8020 * info.texi (Help-Xref):
8021 * message.texi (Message Headers):
8022 * org.texi (Remember):
8023 * reftex.texi (Options (Defining Label Environments)):
8024 (Options (Index Support)):
8025 (Options (Viewing Cross-References)):
8026 (Options (Misc)):
8027 (Changes):
8028 * speedbar.texi (Creating a display):
8029 * tramp.texi (Customizing Completion, Auto-save and Backup):
8030 Texinfo usage fix.
8031
80322005-06-13 Carsten Dominik <dominik@science.uva.nl>
8033
8034 * org.texi: Version 3.11.
8035
80362005-06-12 Jay Belanger <belanger@truman.edu>
8037
8038 * calc.texi (Getting Started): Remove extra menu item.
8039
80402005-05-31 Jay Belanger <belanger@truman.edu>
8041
8042 * calc.texi (Notations Used in This Manual): Use @kbd for key
8043 sequence.
8044 (Demonstration of Calc): Mention another way of starting Calc.
8045 (Starting Calc): Mention long name of M-#.
8046 (Embedded Mode Overview): Remove unnecessary instruction.
8047 (Other M-# commands): Rephrase `M-# 0' explanation.
8048 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8049 reflect current behavior.
8050
80512005-05-30 Jay Belanger <belanger@truman.edu>
8052
8053 * calc.texi (Hooks): Change description of calc-window-hook and
8054 calc-trail-window-hook to match usage.
8055 (Computational Functions): Add more constant-generating functions.
8056 (Customizable Variables): Use defvar.
8057
80582005-05-28 Jay Belanger <belanger@truman.edu>
8059
8060 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8061 (Basic Embedded Mode): Explain behavior of arguments to
8062 calc-embedded-mode.
8063
80642005-05-27 Jay Belanger <belanger@truman.edu>
8065
8066 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8067 current behavior.
8068
80692005-05-25 Jay Belanger <belanger@truman.edu>
8070
8071 * calc.texi: Change Calc version number throughout.
8072 (Keypad Mode): Change location in info output.
8073 (Keypad mode overview): Move picture of keypad.
8074
80752005-05-21 Jay Belanger <belanger@truman.edu>
8076
8077 * calc.texi (Storing variables): Mention that only most variables
8078 are void to begin with.
8079
80802005-05-21 Kevin Ryde <user42@zip.com.au>
8081
8082 * widget.texi (Basic Types): Update cross ref from "Enabling
8083 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8084 lispref/text.texi change.
8085
80862005-05-20 Carsten Dominik <dominik@science.uva.nl>
8087
8088 * org.texi: Version 3.09.
8089
80902005-05-18 Carsten Dominik <dominik@science.uva.nl>
8091
8092 * reftex.texi: Version 4.28.
8093
80942005-05-16 Jay Belanger <belanger@truman.edu>
8095
8096 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8097
80982005-05-14 Jay Belanger <belanger@truman.edu>
8099
8100 * calc.texi (Default Simplifications): Insert missing ! (logical
8101 not operator).
8102
81032005-05-14 Michael Albinus <michael.albinus@gmx.de>
8104
8105 Sync with Tramp 2.0.49.
8106
81072005-05-10 Jay Belanger <belanger@truman.edu>
8108
8109 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8110 to 1.
8111
81122005-04-29 Carsten Dominik <dominik@science.uva.nl>
8113
8114 * org.texi: Version 3.08, structure reorganized.
8115
81162005-04-24 Richard M. Stallman <rms@gnu.org>
8117
8118 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8119
81202005-04-15 Carsten Dominik <dominik@science.uva.nl>
8121
8122 * org.texi: Update to version 3.06.
8123
81242005-04-13 Lute Kamstra <lute@gnu.org>
8125
8126 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8127
81282005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8129
8130 * cl.texi (Porting Common Lisp): Fix typo.
8131
81322005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8133
8134 * gnus.texi (RSS): Addition.
8135
81362005-04-04 Jay Belanger <belanger@truman.edu>
8137
8138 * calc.texi: Change Calc version number.
8139 (Customizable variables): Fix description of calc-language-alist.
8140 (Copying): Put in version 2 of GPL.
8141
81422005-04-01 Jay Belanger <belanger@truman.edu>
8143
8144 * calc.texi (Troubleshooting Commands): Remove comment about
8145 installation.
8146 (Installation): Remove section.
8147 (Customizable Variables): New section.
8148 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8149 (Graphical Devices): Add references to Customizable Variables.
8150
81512005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8152
8153 * emacs-mime.texi (Display Customization): Markup fixes.
8154 (rfc2047): Update.
8155
81562005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8157
8158 * gnus-faq.texi: Replaced with auto-generated version.
8159
81602005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8161
8162 * dired-x.texi (Multiple Dired Directories): default-directory was
8163 renamed to dired-default-directory.
8164
81652005-03-26 Jay Belanger <belanger@truman.edu>
8166
8167 * calc.texi (Simplifying Formulas, Rewrite Rules):
8168 Change description of top and bottom of fraction.
8169 (Modulo Forms): Move description of how to create modulo forms to
8170 earlier in the section.
8171 (Fraction Mode): Suggest using : to get a fraction by dividing.
8172 (Basic Arithmetic): Adjust placement of command name.
8173 (Truncating the Stack): Emphasize that "hidden" entries are still
8174 visible.
8175 (Installation): Move discussion of printing manual to "About This
8176 Manual".
8177 (About This Manual): Mention how to print the manual.
8178 (Reporting Bugs): Remove first person.
8179 (Building Vectors): Add algebraic version of append.
8180 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8181 (Grouping Digits): Fix typo.
8182
81832005-03-25 Werner Lemberg <wl@gnu.org>
8184
8185 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8186 Replace `legal' with `valid'.
8187
81882005-03-25 Werner Lemberg <wl@gnu.org>
8189
8190 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8191
81922005-03-24 Jay Belanger <belanger@truman.edu>
8193
8194 * calc.texi (General Mode Commands)
8195 (Mode Settings in Embedded Mode): Add some explanation of
8196 recording mode settings.
8197
81982005-03-24 Richard M. Stallman <rms@gnu.org>
8199
8200 * calc.texi: Remove praise of non-free software.
8201
8202 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8203 (Installation): Node deleted.
8204
82052005-03-23 Richard M. Stallman <rms@gnu.org>
8206
8207 * url.texi (HTTP language/coding): Improve last change.
8208
82092005-03-22 Jay Belanger <belanger@truman.edu>
8210
8211 * calc.texi (Embedded Mode): Add new information on changing
8212 modes.
8213
82142005-03-20 Michael Albinus <michael.albinus@gmx.de>
8215
8216 Sync with Tramp 2.0.48.
8217
8218 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8219
8220 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8221 "GNU/Linux". Change all addresses to .gnu.org.
8222 (Default Method): Offer shortened syntax for "su" and "sudo"
8223 methods.
8224
82252005-03-07 Richard M. Stallman <rms@gnu.org>
8226
8227 * url.texi: Fix usage of "e.g.".
8228 (HTTP language/coding): Explain the rules for these strings.
8229
82302005-03-06 Richard M. Stallman <rms@gnu.org>
8231
8232 * woman.texi (Introduction): Minor cleanups.
8233
8234 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8235
8236 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8237 (Installation): Node deleted.
8238
8239 * mh-e.texi (Preface): Get rid of "Emacs 21".
8240
8241 * eshell.texi (Installation): Delete node (for Emacs 20).
8242
82432005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8244
8245 * flymake.texi: Refill and tweak style in @lisp blocks.
8246
82472005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8248
8249 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8250
82512005-03-01 Jay Belanger <belanger@truman.edu>
8252
8253 * calc.texi (Trigonometric and Hyperbolic Functions):
8254 Mention additional functions.
8255 (Algebraic Simplifications): Mention additional simplifications.
8256
82572005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8258
8259 * ses.texi: Add concept/function/variable indices (this work was
8260 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8261 papers on file at FSF).
8262
82632005-02-10 Jay Belanger <belanger@truman.edu>
8264
8265 * calc.texi: Change @LaTeX to La@TeX throughout.
8266 Redefine @expr as @math for TeX output.
8267 Redefine @texline as a no-op for TeX output.
8268 Define @tfn, replace @t by @tfn throughout.
8269
82702005-02-09 Jay Belanger <belanger@truman.edu>
8271
8272 * calc.texi: Add macro for LaTeX for info output.
8273
82742005-02-08 Kim F. Storm <storm@cua.dk>
8275
8276 * texinfo.tex (LaTex): Add def.
8277
82782005-02-06 Jay Belanger <belanger@truman.edu>
8279
8280 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8281 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8282 throughout manual.
8283
82842005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8285
8286 * gnus.texi: Some edits based on comments from David Abrahams.
8287
82882005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8289
8290 * gnus.texi (RSS): Fix the keystroke.
8291
82922005-01-24 David Kastrup <dak@gnu.org>
8293
8294 * faq.texi: Update AUCTeX version info.
8295
82962005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8297
8298 * gnus-faq.texi ([4.1]): Typo.
8299
83002005-01-19 Jay Belanger <belanger@truman.edu>
8301
8302 * calc.texi (Keep Arguments): Mention that keeping arguments
8303 doesn't work with keyboard macros.
8304
83052005-01-16 Richard M. Stallman <rms@gnu.org>
8306
8307 * autotype.texi (Autoinserting): Fix small error.
8308
83092005-01-16 Michael Albinus <michael.albinus@gmx.de>
8310
8311 Sync with Tramp 2.0.47.
8312
8313 * tramp.texi (Compilation): New section, describing compilation of
8314 remote files.
8315
83162005-01-11 Kim F. Storm <storm@cua.dk>
8317
8318 * widget.texi (Basic Types): Add :follow-link keyword.
8319
83202005-01-09 Jay Belanger <belanger@truman.edu>
8321
8322 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8323
83242005-01-08 Jay Belanger <belanger@truman.edu>
8325
8326 * calc.texi: Change throughout to reflect new default value of
8327 calc-settings-file.
8328
83292005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8330
8331 * message.texi (Reply): `message-reply-to-function' should return
8332 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8333
83342005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8335
8336 * faq.texi (Changing load-path): Fix typo.
8337
83382005-01-05 Jay Belanger <belanger@truman.edu>
8339
8340 * calc.texi (Programming Tutorial): Replace kbd command by
8341 appropriate characters for a keyboard macro.
8342
83432005-01-04 Jay Belanger <belanger@truman.edu>
8344
8345 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8346 for Lucid Emacs.
8347 (Programming Tutorial): Mention that the user needs to be in the
8348 right mode to compute some functions.
8349
83502005-01-04 Jay Belanger <belanger@truman.edu>
8351
8352 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8353 no longer applicable.
8354
83552005-01-01 Jay Belanger <belanger@truman.edu>
8356
0c7efc08 8357 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
8358 edit keyboard macros to match current behavior.
8359
83602004-12-31 Jay Belanger <belanger@truman.edu>
8361
8362 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8363
83642004-12-20 Jay Belanger <belanger@truman.edu>
8365
8366 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8367 zero.
8368
83692004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8370
8371 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8372 @xref.
8373 (Font Locking): Avoid @strong{Note:}.
8374
83752004-12-17 Michael Albinus <michael.albinus@gmx.de>
8376
8377 Sync with Tramp 2.0.46.
8378
8379 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8380
83812004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8382
8383 * url.texi: Correct typos.
8384 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 8385 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
8386 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8387 (Dealing with HTTP documents): @inforef->@xref.
8388
83892004-12-15 Jay Belanger <belanger@truman.edu>
8390
8391 * calc.texi: Consistently capitalized all mode names.
8392 (Answers to Exercises): Mention that an answer can be a fraction
8393 when in Fraction mode.
8394
83952004-12-13 Jay Belanger <belanger@truman.edu>
8396
8397 * calc.texi: Fix some TeX definitions.
8398
83992004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8400
8401 * reftex.texi (Imprint): Remove erroneous @value's.
8402
84032004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8404
8405 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8406 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8407
84082004-12-08 Jay Belanger <belanger@truman.edu>
8409
8410 * calc.texi (Starting Calc): Remove comment about installation.
8411 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8412
84132004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8414
8415 * url.texi: Update @setfilename.
8416 (Getting Started): No need to worry about Gnus versions.
8417 (Dealing with HTTP documents): Use @inforef.
8418
8419 * org.texi: Fix @direntry file name.
8420
84212004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8422
8423 * url.texi: New file.
8424
8425 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8426
84272004-12-06 Jay Belanger <belanger@truman.edu>
8428
8429 * calc.texi (Using Calc): Remove paragraph about installation.
8430
84312004-12-06 Jay Belanger <belanger@truman.edu>
8432
8433 * calc.texi: Use more Texinfo macros and less TeX defs.
8434 Remove @refill's.
8435
84362004-12-06 Richard M. Stallman <rms@gnu.org>
8437
8438 * org.texi: New file.
8439
84402004-12-05 Richard M. Stallman <rms@gnu.org>
8441
8442 * Makefile.in (org.dvi, ../info/org): New targets.
8443 (INFO_TARGETS): Add ../info/org.
8444 (DVI_TARGETS): Add org.dvi.
8445 (maintainer-clean): Remove the info files in the info dir.
8446
84472004-11-26 Eli Zaretskii <eliz@gnu.org>
8448
8449 * idlwave.texi: Fix the setfilename directive to put the produced
8450 file in ../info.
8451 (Continued Statement Indentation): Resurrect Jan D.'s change from
8452 2004-11-03 that was lost when a newer version of idlwave.texi was
8453 imported.
8454
84552004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8456
0c7efc08 8457 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 8458
0c7efc08
SM
8459 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8460 Index `spam-initialize'.
2de53ca6
GM
8461
84622004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8463
8464 * message.texi (Various Message Variables): Mention that all mail
8465 file variables are derived from `message-directory'.
8466
8467 * gnus.texi (Splitting Mail): Clarify bogus group.
8468
84692004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8470
0c7efc08
SM
8471 * emacs-mime.texi (Encoding Customization):
8472 Fix mm-coding-system-priorities entry.
2de53ca6 8473
c8763fb6 84742004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
8475
8476 * idlwave.texi (Continued Statement Indentation):
8477 * reftex.texi (Options (Index Support)):
8478 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
8479 * speedbar.texi (Creating a display, Major Display Modes):
8480 Replace non-nil with non-@code{nil}.
2de53ca6
GM
8481
84822004-10-21 Jay Belanger <belanger@truman.edu>
8483
0c7efc08 8484 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
8485
84862004-10-18 Luc Teirlinck <teirllm@auburn.edu>
8487
8488 * calc.texi (Reporting Bugs): Double up `@'.
8489
84902004-10-18 Jay Belanger <belanger@truman.edu>
8491
0c7efc08 8492 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
8493 should be sent to.
8494
84952004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8496
8497 * gnus.texi (New Features): Add 5.11.
8498
8499 * message.texi (Resending): Remove wrong default value.
8500
8501 * gnus.texi (Mail Source Specifiers): Describe possible problems
8502 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
8503 `pop3-leave-mail-on-server' to the index.
8504
85052004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8506
8507 * message.texi (Canceling News): Add how to set a password.
8508
85092004-10-12 Jay Belanger <belanger@truman.edu>
8510
0c7efc08 8511 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
8512 calc-describe-function and calc-describe-variable to match their
8513 current behavior.
8514
85152004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8516
8517 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8518
85192004-10-12 Michael Albinus <michael.albinus@gmx.de>
8520
8521 Sync with Tramp 2.0.45.
8522
8523 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8524 plink link. The URL is outdated. Originator contacted for
8525 clarification.
8526
85272004-10-10 Juri Linkov <juri@jurta.org>
8528
8529 * gnus.texi (Top, Marking Articles): Join two menus in one node
8530 because a node can have only one menu.
8531
85322004-10-09 Juri Linkov <juri@jurta.org>
8533
8534 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8535 example of nnmail-split-fancy.
8536
85372004-10-06 Karl Berry <karl@gnu.org>
8538
8539 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8540 consistency with other uses of dashes.
8541
85422004-10-05 Karl Berry <karl@gnu.org>
8543
8544 * info.texi: Consistently use --- throughout, periods at end of
8545 menu descriptions, and a couple typos.
8546
85472004-09-26 Jesper Harder <harder@ifa.au.dk>
8548
8549 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8550 * pgg.texi (User Commands, Backend methods): Do.
8551 * gnus.texi: Markup fixes.
8552 (Setting Process Marks): Fix `M P a' entry.
8553 * emacs-mime.texi: Fixes.
8554
85552004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8556
8557 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8558 again.
8559 Use 5.10 instead of 5.10.0.
8560
85612004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8562
8563 * gnus.texi (Summary Mail Commands): S D e.
8564
85652004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
8566
8567 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8568 the gnus-article-mode-line-format section.
8569
85702004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
8571
8572 * gnus.texi (Various Summary Stuff): Fix the documentation for
8573 gnus-newsgroup-variables.
8574
85752004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8576
0c7efc08
SM
8577 * gnus.texi (MIME Commands):
8578 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
8579 gnus-mime-display-multipart-alternative-as-mixed,
8580 gnus-mime-display-multipart-related-as-mixed.
8581 (Mail Source Customization): Clarify `mail-source-directory'.
8582 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 8583 (SpamOracle): Fix typo.
2de53ca6
GM
8584
8585 * gnus-faq.texi: Untabify.
8586 ([6.3]): nnir.el is in contrib directory.
8587
8588 * message.texi (News Headers): Clarify how a unique ID is created.
8589
0c7efc08
SM
8590 * gnus.texi (Batching Agents): Fix typo in example.
8591 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 8592
b2abec73 85932004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 8594
0c7efc08 8595 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
8596
85972004-09-20 Florian Weimer <fw@deneb.enyo.de>
8598
8599 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8600
86012004-09-22 Jay Belanger <belanger@truman.edu>
8602
0c7efc08 8603 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
8604 might be hidden during part of the session.
8605
86062004-09-20 Jay Belanger <belanger@truman.edu>
8607
8608 * calc.texi (Notations Used in This Manual): Put in an earlier
8609 mention that DEL could be called Backspace.
8610
86112004-09-10 Simon Josefsson <jas@extundo.com>
8612
8613 * gnus.texi (IMAP): Add example. Suggested and partially written
8614 by Steinar Bang <sb@dod.no>.
8615
86162004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8617
8618 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8619 netrc syntax.
8620
86212004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8622
b2abec73
JB
8623 * gnus.texi (Spam ELisp Package Sequence of Events):
8624 Some clarifications.
2de53ca6
GM
8625 (Spam ELisp Package Global Variables): More clarifications.
8626
86272004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8628
8629 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8630 Mention spam-split does not modify incoming mail.
8631
86322004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8633
8634 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8635
86362004-09-10 Eli Zaretskii <eliz@gnu.org>
8637
8638 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8639
86402004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8641
8642 * makefile.w32-in (sieve, pgg): Use $(infodir).
8643
86442004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8645
8646 * makefile.w32-in: Fix PGG and Sieve entries.
8647
86482004-08-28 Eli Zaretskii <eliz@gnu.org>
8649
8650 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8651 Emacs and related programs.
8652
86532004-08-27 Richard M. Stallman <rms@gnu.org>
8654
8655 * faq.texi: Fix texinfo usage, esp. doublequotes.
8656 (Difference between Emacs and XEmacs): Some clarification.
8657
8658 * faq.texi (Difference between Emacs and XEmacs):
8659 Explain not to contrast XEmacs with GNU Emacs.
8660
86612004-08-26 Richard M. Stallman <rms@gnu.org>
8662
8663 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8664
86652004-08-22 David Kastrup <dak@gnu.org>
8666
8667 * reftex.texi (AUCTeX): Update links, section name.
8668
8669 * faq.texi (Calc): Update availability (included in 22.1).
8670 (AUCTeX): Update availability, information, versions, description.
8671
86722004-08-14 Eli Zaretskii <eliz@gnu.org>
8673
8674 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8675
86762004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8677
8678 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8679
86802004-08-10 Michael Albinus <michael.albinus@gmx.de>
8681
8682 Sync with Tramp 2.0.44.
8683
86842004-08-05 Lars Hansen <larsh@math.ku.dk>
8685
8686 * widget.texi (User Interface): Update how to separate the
8687 editable field of an editable-field widget from other widgets.
8688 (Programming Example): Add text after field.
8689
86902004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8691
8692 * emacs-mime.texi (Encoding Customization): Add a note to the
8693 mm-content-transfer-encoding-defaults entry.
8694 (rfc2047): Update.
8695
0c7efc08
SM
8696 * gnus.texi (Article Highlighting):
8697 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8698 (POP before SMTP): New node.
8699 (Posting Styles): Addition.
8700 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8701 (Fancy Mail Splitting): Ditto.
8702 (X-Face): Add gnus-x-face.
8703
87042004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8705
8706 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8707 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8708
87092004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8710
0c7efc08
SM
8711 * gnus.texi (Mail Source Specifiers):
8712 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8713
87142004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8715
8716 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8717
8718 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8719 repository. Change setfilename.
8720
8721 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8722
87232004-07-02 Juri Linkov <juri@jurta.org>
8724
8725 * pcl-cvs.texi (Viewing differences): Add `d r'.
8726
87272004-06-29 Jesper Harder <harder@ifa.au.dk>
8728
8729 * ses.texi, viper.texi, flymake.texi, faq.texi:
8730 * eshell.texi, ediff.texi: Markup fixes.
8731
87322004-06-21 Karl Berry <karl@gnu.org>
8733
8734 * info.texi (Top): Mention that only Emacs has mouse support.
8735 (Getting Started): Mention this in a few other places.
8736
87372004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8738
0c7efc08
SM
8739 * autotype.texi (Copyrights, Timestamps):
8740 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8741
87422004-06-13 Lars Hansen <larsh@math.ku.dk>
8743
8744 * dired-x.texi (dired-mark-omitted): Update keybinding.
8745
87462004-06-10 Kim F. Storm <storm@cua.dk>
8747
8748 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8749
87502004-06-05 Lars Hansen <larsh@math.ku.dk>
8751
8752 * dired-x.texi (variable dired-omit-mode): Rename from
8753 dired-omit-files-p.
8754 (function dired-omit-mode): Rename from dired-omit-toggle.
8755 Call dired-omit-mode rather than set dired-omit-files-p.
8756 (dired-mark-omitted): Describe command.
8757
87582004-05-29 Michael Albinus <michael.albinus@gmx.de>
8759
8760 Version 2.0.41 of Tramp released.
8761
87622004-05-29 Juanma Barranquero <lektu@terra.es>
8763
8764 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8765 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8766
87672004-05-29 Richard M. Stallman <rms@gnu.org>
8768
8769 * cl.texi (Top): Call this chapter `Introduction'.
8770 (Overview): In TeX, no section heading here.
8771
8772 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8773
87742004-05-29 Eli Zaretskii <eliz@gnu.org>
8775
8776 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8777 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8778
87792004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8780
8781 * flymake.texi: New file.
8782
87832004-05-28 Simon Josefsson <jas@extundo.com>
8784
8785 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8786
b344d29d 87872004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8788
8789 Version 2.0.40 of Tramp released.
8790
87912004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8792
8793 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8794
8795 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8796 variables `tramp-backup-directory-alist' and
8797 `tramp-bkup-backup-directory-info'.
8798 (Overview, Connection types)
8799 (External transfer methods, Default Method)
8800 (Windows setup hints): Remove restriction of password entering
8801 with external methods.
8802 (Auto-save and Backup): Make file name example
8803 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8804 and `auto-save-directory' must be used.
8805 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8806 only "NT"). Remove doubled entry "What kinds of systems does
8807 @tramp{} work on".
8808 (tramp): Macro removed.
8809 (Obtaining Tramp): Flag removed from title.
8810 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8811 and `trampver' used properly. Flag `tramp-inst' replaced by
8812 `installchapter'. Installation related text adapted.
8813
88142004-04-28 Masatake YAMATO <jet@gyve.org>
8815
8816 * widget.texi (Programming Example): Remove overlays.
8817
88182004-04-27 Jesper Harder <harder@ifa.au.dk>
8819
8820 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8821
88222004-04-23 Juanma Barranquero <lektu@terra.es>
8823
8824 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8825
88262004-04-05 Jesper Harder <harder@ifa.au.dk>
8827
8828 * info.texi (Info Search): Add info-apropos.
8829
88302004-03-22 Juri Linkov <juri@jurta.org>
8831
8832 * faq.texi: Fix help key bindings.
8833
88342004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8835
8836 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8837 (as suggested by Karl Berry). Update information about colored
8838 stars in menus. Add new subheading describing M-n.
8839
88402004-03-12 Richard M. Stallman <rms@gnu.org>
8841
8842 * cl.texi (Top): Rename top node's title.
8843
88442004-03-08 Karl Berry <karl@gnu.org>
8845
8846 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8847 problems making the texinfo distribution.
8848
88492004-02-29 Simon Josefsson <jas@extundo.com>
8850
0c7efc08 8851 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8852 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8853 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8854 <voegelas@gmx.net>.
8855
88562004-02-29 Juanma Barranquero <lektu@terra.es>
8857
8858 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8859 Use $(DEL) instead of rm, and ignore exit code.
8860
b344d29d 88612004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8862
8863 Tramp version 2.0.39 released.
8864
88652004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8866
8867 * tramp.texi (Customizing Completion): Explain new functions
8868 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8869 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8870 (Top): Refer to Savannah mailing list as the major one.
8871 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8872 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8873 (Frequently Asked Questions): Remote hosts must not be Unix-like
8874 for "smb" method.
8875 (Password caching): New node.
8876 (External transfer methods): Refer to password caching for "smb"
8877 method.
8878
88792004-02-17 Karl Berry <karl@gnu.org>
8880
8881 * info.texi (Help-Int): Mention the new line number feature.
8882
88832004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8884
8885 * ses.texi (Advanced Features): New functionality for
8886 ses-set-header-row (defaults to current row unless C-u used).
8887 (Acknowledgements): Add Stefan Monnier.
8888
88892003-12-29 Kevin Ryde <user42@zip.com.au>
8890
8891 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8892
b344d29d 88932003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8894
8895 Tramp version 2.0.38 released.
8896
8897 * tramp.texi (Remote shell setup): Warn of environment variables
8898 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8899 <sven.gabriel@imk.fzk.de>.
8900 (Configuration): Tramp now chooses base64/uuencode
8901 automatically. Update wording accordingly.
8902 (Top): More description for the `Default Method' menu entry.
8903 (Default Method): Use @code, not @var, for Lisp variables.
8904 (Default Method): New subsection `Which method is the right one
8905 for me?' Suggested by Christian Kirsch.
8906 (Configuration): Pointer to new subsection added.
8907 (Default Method): Too many "use" in one sentence.
8908 Rephrase. Reported by Christian Kirsch.
8909 (Filename Syntax): Old `su' example is probably a left-over from
8910 the sm/su method naming. Replace with `ssh', instead.
8911 (External transfer methods, Auto-save and Backup):
8912 Typo fixes.
8913
89142003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8915
183080b6 8916 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
8917 (Top): Mention japanese manual only if flag `jamanual' is set.
8918 Insert section `Japanese manual' in menu.
8919
89202003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8921
8922 * eshell.texi (Known Problems): Add doc item.
8923
89242003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8925
8926 * cc-mode.texi: Update for CC Mode 5.30.
8927
8928 Note: Please refrain from doing purely cosmetic changes like
8929 removing trailing whitespace in this manual; it clobbers cvs
8930 merging for no good reason.
8931
89322003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8933
8934 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8935 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8936 @acronym{ASCII}.
8937
89382003-10-26 Karl Berry <karl@gnu.org>
8939
8940 * info.texi (Info Search): Echo area, not echo are. From Debian
8941 diff.
8942
89432003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
8944
10d1d0af 8945 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
8946 :buttons and :children keywords.
8947
89482003-10-22 Miles Bader <miles@gnu.org>
8949
8950 * Makefile.in (info): Move before $(top_srcdir)/info.
8951
89522003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
8953
8954 * tramp.texi (Inline methods): Small grammar fix.
8955 (External transfer methods): Likewise.
8956
89572003-10-08 Nick Roberts <nick@nick.uklinux.net>
8958
8959 * speedbar.texi: Remove paragraph for GUD that is no longer true.
8960
89612003-10-06 Luc Teirlinck <teirllm@auburn.edu>
8962
8963 * texinfo.tex: Replace `%' in arch tagline by @ignore.
8964
89652003-09-30 Richard M. Stallman <rms@gnu.org>
8966
8967 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8968
8969 * widget.texi (User Interface): Fix typos.
8970
8971 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8972
89732003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8974
8975 * pcl-cvs.texi (Selected Files): Fix typo.
8976
89772003-09-21 Karl Berry <karl@gnu.org>
8978
8979 * info.texi (] and [ commands): No period at end of section title.
8980
89812003-09-04 Miles Bader <miles@gnu.org>
8982
8983 * Makefile.in (top_srcdir): New variable.
8984 ($(top_srcdir)/info): New rule.
8985 (info): Depend on it.
8986
89872003-09-03 Peter Runestig <peter@runestig.com>
8988
8989 * makefile.w32-in: New file.
8990
89912003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
8992
8993 * widget.texi (User Interface): Explain the need of static text
8994 around an editable field.
8995
89962003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8997
8998 * widget.texi (Basic Types): The argument to `:help-echo' can now
8999 be a form that evaluates to a string.
9000
90012003-08-18 Kim F. Storm <storm@cua.dk>
9002
9003 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9004
90052003-08-16 Richard M. Stallman <rms@gnu.org>
9006
9007 * dired-x.texi (Shell Command Guessing): Explain *.
9008
90092003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
9010
9011 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9012 log-edit-insert-changelog.
9013
90142003-08-03 Karl Berry <karl@gnu.org>
9015
9016 * info.texi: Need @contents.
9017
c8763fb6 90182003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9019
9020 Tramp version 2.0.36 released.
9021
9022 * tramp.texi (Remote shell setup): Explain about problems with
9023 non-Bourne commands in ~/.profile and ~/.shrc.
9024
90252003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9026
9027 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9028 renaming of `vis-mode' to `visible-mode'.
9029
90302003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9031
9032 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9033 next, prev and up pointers.
9034
90352003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9036
9037 * info.texi (Help): Mention existence of Emacs and stand-alone
9038 Info at the very beginning of the tutorial.
9039 (Help-Inv): New node.
9040 (Help-]): New node.
9041 (Help-M): Systematically point out the differences between default
9042 Emacs and stand-alone versions. Delete second menu.
9043 (Help-Xref): Systematically point out the differences between
9044 default Emacs and stand-alone versions.
9045 (Help-Int): Change `l' example.
9046 (Expert Info): Fix typos.
9047 (Emacs Info Variables): Mention `Info-hide-note-references' and
9048 new default for `Info-scroll-prefer-subnodes'.
9049
c8763fb6 90502003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9051
9052 Version 2.0.35 of Tramp released.
9053
9054 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9055 (Inline methods): Add methods `remsh' and `plink1'.
9056 (External transfer methods): Add method `remcp'.
9057 (Multi-hop Methods): Add method `remsh'.
9058 Small patch from Adrian Aichner <adrian@xemacs.org>:
9059 Fix minor typos.
0c7efc08 9060 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9061 `Info-index'.
9062 (Version Control): Add cindex entry.
9063
c8763fb6 90642003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9065
9066 * trampver.texi: Version 2.0.34 released.
9067
90682003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9069
9070 * faq.texi: Improve previous changes.
9071
90722003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9073
9074 * faq.texi: Update copyright and maintenance details.
9075 Update some package URLs, versions, and maintainers.
9076 Remove many references to the Emacs Lisp Archive.
9077
90782003-04-23 Simon Josefsson <jas@extundo.com>
9079
9080 * smtpmail.texi: Fix license (the invariant sections mentioned has
9081 never been part of the smtp manual). Align info dir entry with
9082 other emacs packages.
9083
90842003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9085
9086 * tramp.texi: Version 2.0.33 released.
9087 Remove installation chapter. Remove XEmacs specifics.
9088
90892003-03-29 Richard M. Stallman <rms@gnu.org>
9090
9091 * tramp.texi (Top): Undo the previous renaming.
9092 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9093
c8763fb6 90942003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9095
9096 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9097 version of manual.
9098
9099 * tramp.texi (Auto-save and Backup): New node.
9100
91012003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9102
9103 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9104 Emacs" in order to have better differentiation to "XEmacs".
9105 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9106 are new macros in order to point to the other Emacs flavor where
9107 appropriate. In info case, point to node `Installation' in order
9108 to explain how to generate the other way. In html case, make a
9109 link to the other html file.
0c7efc08 9110 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9111 after CVS checkout/update.
9112 (Installation): Completely rewritten.
9113 (Installation parameters, Load paths): New sections under
9114 `Installation'.
9115
c8763fb6 91162003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9117
9118 * tramp.texi: Version 2.0.30 released.
9119 Replace word "path" with "localname" where used as a component of
9120 a Tramp file name.
9121
91222003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9123
9124 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9125 introduced.
9126 (Installation): Explain what to do if files from the tramp/contrib
9127 directory are needed.
9128
91292003-02-23 Alex Schroeder <alex@emacswiki.org>
9130
9131 * smtpmail.texi (How Mail Works): New.
9132
91332003-02-22 Alex Schroeder <alex@emacswiki.org>
9134
9135 * smtpmail.texi: New file.
9136
9137 * Makefile.in: Build SMTP manual.
9138
c8763fb6 91392003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9140
9141 * tramp.texi: Version 2.0.29 released.
9142 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9143 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9144
91452003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9146
9147 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 9148 another package loads accidentally Ange-FTP.
2de53ca6
GM
9149
91502003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9151
9152 * tramp.texi (Customizing Completion): Add function
9153 `tramp-parse-sconfig'. Change example of
9154 `tramp-set-completion-function', because parsing of ssh config
9155 files looks more natural.
9156
91572003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9158
9159 * gnus.texi: Do not use `path' in several locations.
9160
c8763fb6 91612002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 9162
0c7efc08
SM
9163 * tramp.texi (External transfer methods): New method `smb'.
9164 From Michael Albinus.
2de53ca6
GM
9165
91662002-11-05 Karl Berry <karl@gnu.org>
9167
9168 * info.texi (Info-fontify): Reorder face list to avoid bad line
9169 breaks.
9170
c8763fb6 91712002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 9172
0c7efc08
SM
9173 * tramp.texi: Move @copying to standard place.
9174 Use @insertcopying.
2de53ca6
GM
9175
91762002-10-02 Karl Berry <karl@gnu.org>
9177
9178 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9179 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9180 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9181 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9182 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9183 Per rms, update all manuals to use @copying instead of @ifinfo.
9184 Also use @ifnottex instead of @ifinfo around the top node, where
9185 needed for the sake of the HTML output.
9186 (The Gnus manual is not fixed since it's not clear to me how it
9187 works; and the Tramp manual already uses @copying, although in an
9188 unusual way. All others were changed.)
9189
91902002-09-10 Jonathan Yavner <jyavner@engineer.com>
9191
9192 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9193 (../info/ses, ses.dvi): New targets.
9194 * ses.texi: New file.
9195
c8763fb6 91962002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
9197
9198 * texinfo.tex: Update to texinfo 4.2.
9199
92002002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9201
9202 * reftex.texi: Update to RefTeX 4.19.
9203
c8763fb6 92042002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
9205
9206 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9207 (../info/tramp, tramp.dvi): New targets.
9208
92092002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9210
9211 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9212 (calc.dvi): Uncomment.
9213
92142001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9215
9216 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9217 (../info/calc): New target.
9218
92192001-10-20 Gerd Moellmann <gerd@gnu.org>
9220
9221 * (Version 21.1 released.)
9222
92232001-10-05 Gerd Moellmann <gerd@gnu.org>
9224
9225 * Branch for 21.1.
9226
92272001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9228
9229 * Makefile.in (../info/info): Use an explicit -o switch to
9230 makeinfo.
9231
92322001-03-05 Gerd Moellmann <gerd@gnu.org>
9233
9234 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9235
92362000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9237
9238 * Makefile.in (../info/idlwave): Use --no-split.
9239
92402000-12-14 Dave Love <fx@gnu.org>
9241
c4cc8b9a 9242 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
9243 (gnus.dvi): Change rule to remove @latex stuff.
9244
92452000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9246
9247 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9248
92492000-10-13 John Wiegley <johnw@gnu.org>
9250
9251 * Makefile.in: Add build targets for eshell.texi.
9252
92532000-09-25 Gerd Moellmann <gerd@gnu.org>
9254
9255 * Makefile.in: Remove/comment speedbar stuff.
9256
92572000-09-22 Dave Love <fx@gnu.org>
9258
9259 * Makefile.in: Add emacs-mime.
9260
92612000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9262
9263 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9264 (DVI_TARGETS): Add woman.dvi.
9265 (../info/woman, woman.dvi): New targets.
9266
92672000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9268
9269 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9270
9271 * pcl-cvs.texi: New file.
9272 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9273 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9274
92752000-05-11 Gerd Moellmann <gerd@gnu.org>
9276
9277 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9278 (../info/ebrowse, ebrowse.dvi): New targets.
9279
92802000-01-13 Gerd Moellmann <gerd@gnu.org>
9281
9282 * Makefile.in (INFO_TARGETS): Add eudc.
9283 (DVI_TARGETS): Add eudc.dvi.
9284 (../info/eudc, eudc.dvi): New targets.
9285
92862000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9287
9288 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9289 compatibility with 8+3 filesystems).
9290 (../info/efaq): Rename from emacs-faq.
9291
92922000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9293
9294 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9295 (../info/idlwave, idlwave.dvi): New targets.
9296
92971999-10-23 Dave Love <fx@gnu.org>
9298
9299 * Makefile.in: Use autotype.texi.
9300
93011999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9302
9303 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9304 faq.texi file) rather than ../info/faq.
9305
93061999-10-07 Gerd Moellmann <gerd@gnu.org>
9307
9308 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9309 (../info/ada-mode, ada-mode.dvi): New targets.
9310
93111999-09-01 Dave Love <fx@gnu.org>
9312
9313 * Makefile.in: Add faq.
9314
93151999-07-12 Richard Stallman <rms@gnu.org>
9316
9317 * Version 20.4 released.
9318
93191998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9320
9321 * Version 20.3 released.
9322
93231998-04-06 Andreas Schwab <schwab@gnu.org>
9324
768c0c0f
JB
9325 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9326 Use it in dvi targets.
2de53ca6
GM
9327 (../etc/GNU): Change to $(srcdir) first.
9328
93291998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9330
9331 * reftex.texi: Update for RefTeX version 3.22.
9332
93331998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9334
9335 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9336 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9337
93381997-09-23 Paul Eggert <eggert@twinsun.com>
9339
9340 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9341 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9342
93431997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9344
9345 * Version 20.2 released.
9346
93471997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9348
9349 * Version 20.1 released.
9350
93511997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9352
9353 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9354
93551996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9356
9357 * Version 19.33 released.
9358
93591996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9360
9361 * Version 19.32 released.
9362
93631996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9364
9365 * Makefile.in: Add rules for the Message manual.
9366
93671996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9368
9369 * gnus.texi: New version.
9370
9371 * message.texi: New manual.
9372
93731996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9374
9375 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9376
93771996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9378
9379 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9380 Specify -I option.
9381 (All dvi targets): Set the TEXINPUTS variable.
9382
93831996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9384
9385 * Version 19.31 released.
9386
93871996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9388
9389 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9390 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9391
93921995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9393
9394 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9395 (INFO_TARGETS): Add ../info/cc-mode.
9396 (DVI_TARGETS): Add cc-mode.dvi.
9397
2de53ca6
GM
93981995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9399
9400 * Version 19.30 released.
9401
94021995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9403
9404 * gnus.texi: New file.
9405
94061995-11-04 Erik Naggum <erik@naggum.no>
9407
9408 * gnus.texi: File deleted.
9409
94101995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9411
9412 * mh-e.texi: "Function Index" -> "Command Index" to work with
9413 Emacs 19.30 C-h C-k support of separately-documented commands.
9414
94151995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9416
9417 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9418 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9419
94201995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9421
9422 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9423 (../info/viper, viper.dvi): New targets.
9424
94251995-04-20 Kevin Rodgers <kevinr@ihs.com>
9426
9427 * dired-x.texi (Installation): Change the example to set
9428 buffer-local variables like dired-omit-files-p in
9429 dired-mode-hook.
9430
94311995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9432
9433 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9434 (../info/mh-e, mh-e.dvi): New targets.
9435
94361995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9437
9438 * Makefile.in (maintainer-clean): Rename from realclean.
9439
94401994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9441
9442 * Makefile.in: New file.
9443 * Makefile: File deleted.
9444
94451994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9446
9447 * Makefile (TEXINDEX_OBJS): Variable deleted.
9448 (texindex, texindex.o, getopt.o): Rules deleted.
9449 All deps on texindex deleted.
9450 (distclean): Don't delete texindex.
9451 (mostlyclean): Don't delete *.o.
9452 * texindex.c, getopt.c: Files deleted.
9453
94541994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9455
9456 * Version 19.26 released.
9457
94581994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9459
9460 * Version 19.25 released.
9461
94621994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9463
9464 * Version 19.24 released.
9465
94661994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9467
9468 * Version 19.23 released.
9469
94701994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9471
9472 * Makefile: Delete spurious tab.
9473
94741994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9475
9476 * Makefile (.SUFFIXES): New rule.
9477
94781994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9479
9480 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9481 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9482
94831994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9484
9485 * Makefile (../info/sc): Rename from sc.info.
9486 (../info/cl): Likewise.
9487 (INFO_TARGETS): Use new names.
9488
94891993-12-04 Richard Stallman (rms@srarc2)
9490
9491 * getopt.c: New file.
9492 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9493 (getopt.o): New rule.
9494 (dvi): Don't depend on texindex.
9495 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9496 Depend on texindex.
9497
94981993-12-03 Richard Stallman (rms@srarc2)
9499
9500 * Makefile (../info/sc.info): Rename from ../info/sc.
9501 (TEXI2DVI): New variable.
9502 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9503 Add explicit commands.
9504 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9505
95061993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9507
9508 * Version 19.22 released.
9509
95101993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9511
9512 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9513
95141993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9515
9516 * Version 19.21 released.
9517
95181993-11-15 Paul Eggert (eggert@twinsun.com)
9519
9520 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9521
95221993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9523
9524 * Makefile (../etc/GNU): New target.
9525 (EMACSSOURCES): Add gnu1.texi.
9526
95271993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9528
9529 * Makefile (realclean): Don't delete the Info files.
9530
f0131492 95311993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
9532
9533 * forms.texi: Fix forms.texi so that it will format correctly.
9534 Add missing `@end iftex', fix bad reference.
9535
9536 * info.texi, info-stn.texi: New files implement texinfo version of
9537 `info' file.
9538
f0131492 95391993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
9540
9541 * Makefile: Fix targets for texindex, new info.texi files.
9542 * info-stnd.texi: New file implements info for standalone info
9543 reader.
9544 * info.texi: Update to include recent changes to "../info/info".
9545 New source file for ../info/info; includes info-stnd.texi.
9546
9547 * texindex.c: Include "../src/config.h" if building in emacs.
9548
9549 * Makefile: Change all files to FILENAME.texi, force all targets
9550 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9551 vip.texinfo, forms.texinfo, cl.texinfo.
9552 Add target to build texindex.c, defining `emacs'.
9553
9554 * forms.texi: Install new file to match version 2.3 of forms.el.
9555
95561993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9557
9558 * Version 19.19 released.
9559
95601993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
9561
9562 * sc.texinfo: Fix info file name.
9563
9564 * Makefile (info): Add gnus and sc.
9565 (dvi): Add gnus.dvi and sc.dvi.
9566 (../info/sc, sc.dvi): New targets.
9567
95681993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9569
9570 * Version 19.18 released.
9571
95721993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9573
9574 * Makefile: Fix source file names of the separate manuals.
9575 (gnus.dvi, ../info/gnus): New targets.
9576
95771993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9578
9579 * Version 19.17 released.
9580
95811993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9582
9583 * split-man: Fix typos in last change.
9584
95851993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9586
9587 * Version 19.16 released.
9588
95891993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9590
9591 * version 19.15 released.
9592
95931993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9594
9595 * Makefile (distclean): It's rm, not rf.
9596
95971993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9598
9599 * Version 19.14 released.
9600
96011993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9602
9603 * Makefile: New file.
9604
96051993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9606
9607 * Version 19.13 released.
9608
96091993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9610
9611 * Version 19.9 released.
9612
96131993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9614
9615 * Version 19.8 released.
9616
96171993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9618
9619 * Version 19.7 released.
9620
96211990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9622
9623 * gnus.texinfo: New file. Removed installation instructions.
9624
96251990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9626
9627 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9628
96291989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9630
9631 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
9632 then define `\sc' as the command for smallcaps in Texinfo.
9633 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
9634 made the corresponding change to makeinfo and texinfm.el.
9635
96361988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9637
9638 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9639 Customization since the menu entry did not point to anything.
9640 Also add an @finalout command to remove overfull hboxes from the
9641 printed output.
9642
9643 * cl.texinfo: Add @bye, \input line and @settitle to file.
9644 This file is clearly intended to be a chapter of some other work,
9645 but the other work does not yet exist.
9646
96471988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9648
9649 * texinfo.texinfo: Three typos corrected.
9650
4009494e 9651;; Local Variables:
c8763fb6 9652;; coding: utf-8
4009494e
GM
9653;; End:
9654
3fe7cdc8 9655 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9656
9657 This file is part of GNU Emacs.
9658
97c0352c 9659 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9660 it under the terms of the GNU General Public License as published by
97c0352c
GM
9661 the Free Software Foundation, either version 3 of the License, or
9662 (at your option) any later version.
4009494e
GM
9663
9664 GNU Emacs is distributed in the hope that it will be useful,
9665 but WITHOUT ANY WARRANTY; without even the implied warranty of
9666 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9667 GNU General Public License for more details.
9668
9669 You should have received a copy of the GNU General Public License
97c0352c 9670 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.