Fix compilation problems with 64-bit MSVC compiler.
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
555ccdc2
MA
12012-11-20 Michael Albinus <michael.albinus@gmx.de>
2
3 * trampver.texi: Downgrade version to 2.2.6-24.3, in order to
4 distinguish from trunk.
5
e8693c96
GM
62012-11-16 Glenn Morris <rgm@gnu.org>
7
8 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
9 (Obsolete Macros): Move example here from Function Bindings.
10
6e5e9b70
GM
112012-11-13 Glenn Morris <rgm@gnu.org>
12
5c934f8b
GM
13 * erc.texi: Use @code{nil} rather than just "nil".
14 (Modules): Undocument obsolete "hecomplete".
6e5e9b70 15 Add "notifications".
f925b109 16 (Connecting): Add brief section on passwords.
274f5de6 17 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
6e5e9b70 18
24c38527
GM
192012-11-12 Glenn Morris <rgm@gnu.org>
20
21 * flymake.texi (Customizable variables)
22 (Highlighting erroneous lines): Mention flymake-error-bitmap,
23 flymake-warning-bitmap, and flymake-fringe-indicator-position.
24
5b637222
CY
252012-11-09 Chong Yidong <cyd@gnu.org>
26
27 * url.texi (Introduction): Move url-configuration-directory to
28 Customization node.
29 (Parsed URIs): Split into its own node.
30 (URI Encoding): New node.
31 (Defining New URLs): Remove empty chapter.
32 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
33 Improve docs for url-queue-*.
34 (Supported URL Types): Copyedits. Delete empty subnodes.
35
82f84fa3
CY
362012-11-08 Chong Yidong <cyd@gnu.org>
37
38 * url.texi (Introduction): Rename from Getting Started. Rewrite
39 the introduction.
40 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
41
2ee1d59f
GM
422012-11-07 Glenn Morris <rgm@gnu.org>
43
44 * cl.texi (Obsolete Setf Customization):
45 Revert defsetf example to the more correct let rather than prog1.
bdd8064f
GM
46 Give define-modify-macro, defsetf, and define-setf-method
47 gv.el replacements.
2ee1d59f 48
651af8c6
GM
492012-11-06 Glenn Morris <rgm@gnu.org>
50
2027b1b3 51 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
a358a44e 52 (Setf Extensions): Remove obsolete reference.
2027b1b3 53 (Obsolete Setf Customization):
651af8c6 54 Move note on lack of setf functions to lispref/variables.texi.
ab7f1c43 55 Undocument get-setf-method, since it no longer exists.
a358a44e 56 Mention simple defsetf replaced by gv-define-simple-setter.
651af8c6 57
c65b407b
GM
582012-11-03 Glenn Morris <rgm@gnu.org>
59
60 * cl.texi: Further general copyedits.
685b0026
GM
61 (List Functions): Remove copy-tree, standard elisp for some time.
62 (Efficiency Concerns): Comment out examples that no longer apply.
63 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
64 (Creating Symbols, Random Numbers): De-emphasize internal
65 variables cl--gensym-counter and cl--random-state. (Bug#12788)
c65b407b 66
7fbf8f7b
GM
672012-11-02 Glenn Morris <rgm@gnu.org>
68
69 * cl.texi (Naming Conventions, Type Predicates, Macros)
70 (Predicates on Numbers): No longer mention cl-floatp-safe.
71
df43dd53
GM
722012-11-01 Glenn Morris <rgm@gnu.org>
73
74 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
75 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
76 (Macro Bindings, Blocks and Exits):
77 Acknowledge existence of lexical-binding.
78 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 79
69c1c2e6
GM
802012-10-31 Glenn Morris <rgm@gnu.org>
81
dd90fd1a
GM
82 * ert.texi (Introduction, The @code{should} Macro):
83 Refer to "cl-assert" rather than "assert".
84
69c1c2e6
GM
85 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
86 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
87 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
88 Reword, and add details of flet and labels.
87b0d8b1 89 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 90
4ddedf94
GM
912012-10-30 Glenn Morris <rgm@gnu.org>
92
93 * cl.texi (Modify Macros): Update for cl-letf changes.
94 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
95 (Setf Extensions): Partially restore note about cl-getf,
96 mainly moved to lispref/variables.texi.
97 (Property Lists): Fix cl-getf typos.
f43a5263 98 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 99
d3094168
GM
1002012-10-29 Glenn Morris <rgm@gnu.org>
101
102 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 103 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 104 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
105 (Modify Macros, Multiple Values, Other Clauses):
106 Remove mentions of obsolete features.
6a07d52e 107 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 108
3c0c6155
GM
1092012-10-28 Glenn Morris <rgm@gnu.org>
110
f94b04fc
GM
111 * cl.texi (Multiple Values, Common Lisp Compatibility):
112 More namespace updates.
113 (Obsolete Features): Copyedits.
114 (Obsolete Lexical Macros, Obsolete Setf Customization):
115 New subsections.
116
9c52d61d
GM
117 * cl.texi (Porting Common Lisp, Lexical Bindings):
118 Add some xrefs to the Elisp manual.
119
3c0c6155
GM
120 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
121 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
122 (Obsolete Features): New appendix. Move Lexical Bindings here.
123
5887564d
GM
1242012-10-27 Glenn Morris <rgm@gnu.org>
125
e1117425
GM
126 * cl.texi: Use defmac for macros rather than defspec.
127 (Efficiency Concerns): Related copyedit.
128
5887564d
GM
129 * cl.texi (Control Structure): Update for setf now being in core.
130 (Setf Extensions): Rename from Basic Setf. Move much of the
131 former content to lispref/variables.texi.
132 (Modify Macros): Move pop, push details to lispref/variables.texi.
133 (Customizing Setf): Copyedits for setf etc being in core.
134 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
135 Further namespaces updates.
136
bdebdb64
BG
1372012-10-26 Bastien Guerry <bzg@gnu.org>
138
139 * org.texi (Installation): Update the link to Org's ELPA. Also
140 don't mention org-install.el anymore as the replacement file
141 org-loaddefs.el is now loaded by org.el.
142
f956e59d
MA
1432012-10-25 Michael Albinus <michael.albinus@gmx.de>
144
145 * tramp.texi (Frequently Asked Questions): Mention
146 `tramp-completion-reread-directory-timeout' for performance
147 improvement.
148
a05cb6e3
GM
1492012-10-25 Glenn Morris <rgm@gnu.org>
150
151 * cl.texi: Don't mess with the TeX section number counter.
152 Use Texinfo recommended convention for quotes+punctuation.
153 (Overview, Sequence Functions): Rephrase for better line-breaking.
154 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
155 (Macro Bindings, Conditionals, Iteration, Loop Basics)
156 (Random Numbers, Mapping over Sequences, Structures)
157 (Porting Common Lisp): Further updates for cl-lib namespace.
158 (Modify Macros, Declarations, Macro Bindings, Structures):
159 Break long lines in examples.
160 (Dynamic Bindings): Update for changed progv behavior.
161 (Loop Examples, Efficiency Concerns): Markup fixes.
162 (Structures): Remove TeX margin change.
39ff2cf3 163 (Declarations): Fix typos.
a05cb6e3 164
39a58b5b
GM
1652012-10-24 Glenn Morris <rgm@gnu.org>
166
a6880551
GM
167 * cl.texi (Overview, Multiple Values, Creating Symbols)
168 (Numerical Functions): Say less/nothing about the original cl.el.
169 (Old CL Compatibility): Remove.
170 (Assertions): Remove ignore-errors (standard Elisp for some time).
171
39a58b5b
GM
172 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
173 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
174 (Efficiency Concerns, Efficiency Concerns)
175 (Common Lisp Compatibility, Old CL Compatibility):
176 Further updates for cl-lib namespace.
177
72ec96fb
PE
1782012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
179
180 Update manual for new time stamp format (Bug#12706).
181 * emacs-mime.texi (time-date): Update for new format.
182 Also, fix bogus time stamp and modernize a bit.
183
8d6510b9
GM
1842012-10-23 Glenn Morris <rgm@gnu.org>
185
186 * cl.texi: Include emacsver.texi. Use Emacs version number rather
187 than unchanging cl.el version number.
188 End all menu descriptions with a period.
189 Do not use @dfn{CL} for every instance of "CL".
190 (Overview): Remove no-runtime caveat, and note about foo* names.
191 (Usage): Use cl-lib rather than cl.
192 (Organization, Naming Conventions): Update for cl-lib.el.
193 (Installation): Remove long-irrelevant node.
194 (Program Structure, Predicates, Control Structure):
195 Start updating for cl-lib namespace.
8d6510b9
GM
196 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
197 Depend on emacsver.texi.
198
0a078f36
MA
1992012-10-09 Michael Albinus <michael.albinus@gmx.de>
200
201 * trampver.texi: Update release number.
202
a03bb33f
GM
2032012-10-06 Glenn Morris <rgm@gnu.org>
204
24636b26
GM
205 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
206 ERC version.
207 (Introduction): ERC is distributed with Emacs.
208 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
209 (Getting Started): Simplify.
210 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
211 (History): Mention ERC maintained as part of Emacs now.
212 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
213 Add dependency on emacsver.texi.
214
a03bb33f
GM
215 * erc.texi: Remove hand-written node pointers.
216
d259be38
GM
2172012-10-05 Glenn Morris <rgm@gnu.org>
218
219 * newsticker.texi (Overview, Requirements, Usage, Configuration):
220 Copyedits.
221
62a81506
CY
2222012-10-01 Eric Ludlam <zappo@gnu.org>
223
224 * ede.texi (Quick Start, Project Local Variables)
225 (Miscellaneous commands, ede-java-root, Development Overview)
226 (Detecting a Project): New nodes.
227 (Simple projects): Node deleted.
228
229 * eieio.texi (Building Classes): Some slot attributes cannot be
230 overridden.
231 (Slot Options): Remove an example.
232 (Method Invocation, Documentation): New nodes.
233
07f133bf
GM
2342012-10-01 Glenn Morris <rgm@gnu.org>
235
236 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
237 (reftex.pdf): Add dependency on emacsver.texi.
238 * reftex.texi: Don't include directory part for emacsver.texi;
239 the Makefile's -I handles it.
240
4f595e15
RA
2412012-09-30 Ralf Angeli <angeli@caeruleus.net>
242
243 Merge from standalone RefTeX repository.
244
245 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
246 with macros.
247 (Imprint): Mention Wolfgang in list of contributors.
248 (Creating Citations): Give a hint about how to
249 auto-revert the BibTeX database file when using external editors.
250 (Referencing Labels): Simplify section about reference macro
251 cycling.
252 (Options (Referencing Labels)): Adapt to new structure of
253 `reftex-ref-style-alist'.
254 (Referencing Labels, Reference Styles): Document changes in the
255 referencing functionality.
256 (Commands): Mention options for definition of header and footer in
257 BibTeX files.
258 (Options (Creating Citations)): Document
259 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
260 (Reference Styles): New section.
261 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
262 (Options (Referencing Labels)): Remove descriptions of deprecated
263 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
264 Add descriptions for `reftex-ref-style-alist' and
265 `reftex-ref-style-default-list'.
266 (Referencing Labels): Update regarding reference styles.
267 (Citation Styles): Mention support for ConTeXt.
268 (Options (Defining Label Environments)): Fix typo.
269 (Options (Creating Citations)): Document
270 `reftex-cite-key-separator'.
271
8223b1d2
BG
2722012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
273
274 * org.texi: Add description of ORG_ADD_CONTRIB to info
275 documentation. Add link to Worg for more details.
276
277 * org.texi: Clarify installation procedure. Provide link to the
278 build system description on Worg.
279
280 * org.texi: Remove reference to utils/, x11idle.c is now in
281 contrib/scripts.
282
283 * org.texi: Re-normalize to "Org mode" in manual.
284
285 * org.texi (Installation): Adapt documentation to new build
286 system. Mention GNU ELPA (since it needs to be handled like Emacs
287 built-in Org).
288
8223b1d2
BG
2892012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
290
291 * org.texi: Fix typo in description of the 'Hooks' section.
292
293 * org.texi: Add ID to the list of special properties.
294
2952012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
296
297 * org.texi (Moving subtrees): Document the ability to archive to a
298 datetree.
299
3002012-09-30 Bastien Guerry <bzg@altern.org>
301
302 * org.texi (Installation, Feedback, Batch execution): Use
303 (add-to-list 'load-path ... t) for the contrib dir.
304
305 * org.texi (results): Update documentation for ":results drawer"
306 and ":results org".
307
308 * org.texi (Column width and alignment): Fix typo.
309
310 * org.texi (Activation): Point to the "Conflicts" section.
311
312 * org.texi (Conflicts): Mention filladapt.el in the list of
313 conflicting packages.
314
315 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
316 not needed for versions of Emacs > 22.1.
317
318 * org.texi (History and Acknowledgments): Fix typo.
319
320 * org.texi (History and Acknowledgments): Add my own
321 acknowledgments.
322
323 * org.texi (Agenda commands): Document the new command and the new
324 option.
325
326 * org.texi (Agenda commands): Delete `org-agenda-action' section.
327 (Agenda commands): Reorder. Document `*' to toggle persistent
328 marks.
329
330 * org.texi (Agenda dispatcher): Mention
331 `org-toggle-agenda-sticky'.
332 (Agenda commands, Exporting Agenda Views): Fix typo.
333
334 * org.texi (Templates in contexts, Setting Options): Update to
335 reflect changes in how contexts options are processed.
336
337 * org.texi (Templates in contexts): Document the new structure of
338 the variables `org-agenda-custom-commands-contexts' and
339 `org-capture-templates-contexts'.
340
341 * org.texi (Templates in contexts): Document the new option
342 `org-capture-templates-contexts'.
343 (Storing searches): Document the new option
344 `org-agenda-custom-commands-contexts'.
345
346 * org.texi (Formula syntax for Lisp): Reformat.
347
348 * org.texi (Special properties, Column attributes)
349 (Agenda column view): Document the new special property
350 CLOCKSUM_T.
351
352 * org.texi (Template expansion): Document the new %l template.
353
354 * org.texi (Fast access to TODO states): Fix documentation about
355 allowed characters for fast todo selection.
356
357 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
358 use in `org-agenda-to-appt'.
359
360 * org.texi (Comment lines): Update wrt comments.
361
362 * org.texi (Resolving idle time): Document new keybinding.
363
364 * org.texi (Clocking commands): Document the use of S-M-<up/down>
365 on clock timestamps.
366
367 * org.texi (Fast access to TODO states): Explicitely says only
368 letters are supported as fast TODO selection keys.
369
370 * org.texi (Link abbreviations): Illustrate the use of the "%h"
371 specifier. Document the new "%(my-function)" specifier.
372
373 * org.texi (Clocking commands): New cindex.
374 (Clocking commands): Update documentation for `org-clock-in'.
375 Document `org-clock-in-last'. Mention `org-clock-out' and
376 `org-clock-in-last' as commands that can be globally bound.
377 (Resolving idle time): Document continuous clocking.
378
379 * org.texi (Top, Introduction): Fix formatting.
380 (Activation): Add index entries.
381 (Conventions): Update section.
382 (Embedded @LaTeX{}): Fix formatting.
383
384 * org.texi (Visibility cycling): Document `show-children'.
385
386 * org.texi (Using capture): Mention the `org-capture-last-stored'
387 bookmark as a way to jump to the last stored capture.
388
389 * org.texi (Uploading files): Fix typo.
390
391 * org.texi (Using capture): Document `C-0' as a prefix argument
392 for `org-capture'.
393
394 * org.texi (Agenda commands): Document persistent marks.
395
396 * org.texi (Template expansion): Update doc to reflect change.
397
398 * org.texi (Radio tables): Document the :no-escape parameter.
399
400 * org.texi (Repeated tasks): Document repeat cookies for years,
401 months, weeks, days and hours.
402
403 * org.texi (Export options): State that you can use the d: option
404 by specifying a list of drawers.
405
406 * org.texi (HTML preamble and postamble): Small doc improvement.
407
4082012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
409
410 * org.texi: The sections in the Exporting section of the manual
411 left out articles in the description of the org-export-as-*
412 commands, among other places. This patch adds them, adds a few
413 missing prepositions, and switches instances of "an HTML" to "a
414 html" for internal consistency.
415
416 * org.texi: Alter several examples of headings with timestamps in
417 them to include the timestamps in the body instead of the heading.
418
4192012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
420
421 * org.texi (Agenda dispatcher): Document sticky agenda views and
422 the new key for them.
423
4242012-09-30 Charles <millarc@verizon.net> (tiny change)
425
426 * org.texi (Advanced features): Fix error in table.
427
4282012-09-30 Feng Shu <tumashu@gmail.com>
429
430 * org.texi (@LaTeX{} fragments): Document imagemagick as an
431 alternative to dvipng.
432
4332012-09-30 François Allisson <francois@allisson.co> (tiny change)
434
435 * org.texi: Remove extra curly bracket.
436
4372012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
438
439 * org.texi (org-clock-in-last and org-clock-cancel): Update the
440 defkeys.
441
4422012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
443
444 * org.texi (Agenda commands): Fix two typos by giving
445 corresponding function names, according to
446 `org-agenda-view-mode-dispatch'.
447
4482012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
449
450 * org.texi (The spreadsheet): Fix typo.
451
4522012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
453
454 * org.texi (Tracking your habits): Point to the "Tracking TODO
455 state changes" section.
456
4572012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
458
459 * org.texi (Literal examples): Remove reference to unknown
460 `org-export-latex-minted' variable. Also simplify footnote since
461 `org-export-latex-listings' documentation is exhaustive already.
462
463 * org.texi (Plain lists): Remove reference to now hard-coded
464 `bullet' automatic rule.
465
4662012-09-30 Toby S. Cubitt <tsc25@cantab.net>
467
468 * org.texi: Updated documentation accordingly.
469
5087f097
PE
4702012-09-13 Paul Eggert <eggert@cs.ucla.edu>
471
472 * texinfo.tex: Merge from gnulib.
473
20121a26
MA
4742012-09-12 Michael Albinus <michael.albinus@gmx.de>
475
476 Sync with Tramp 2.2.6.
477
478 * tramp.texi (Bug Reports): Cleanup caches before a test run.
479
480 * trampver.texi: Update release number.
481
44677e30
PE
4822012-09-12 Paul Eggert <eggert@cs.ucla.edu>
483
484 * texinfo.tex: Merge from gnulib.
485
5a4c42ba
AA
4862012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
487
488 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
489 (bug#12096).
490
8e7046c3
JB
4912012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
492
1dcac243
JB
493 * calc.texi (Simplification modes, Conversions)
494 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
495 (The Calc Mode Line): Mention the mode line display for Basic
496 simplification mode.
497 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
498 simplifications.
499 (Basic Simplifications): Rename from "Limited Simplifications"
500 Replace "limited" by "basic" throughout.
501 (Algebraic Simplifications): Indicate that the algebraic
502 simplifications are done by default.
503 (Unsafe Simplifications): Mention `m E'.
504 (Simplification of Units): Mention `m U'.
505 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
506 (Kinds of Declarations, Functions for Declarations): Mention
507 "algebraic simplifications" instead of `a s'.
1dcac243 508 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 509
d2bd74ff
JB
5102012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
511
512 * calc.texi (Getting Started, Tutorial): Change simulated
513 Calc output to match actual output.
514 (Simplifying Formulas): Mention that algebraic simplification is now
515 the default.
516
77472261
EZ
5172012-07-28 Eli Zaretskii <eliz@gnu.org>
518
519 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
520 (Bug#12073)
521
09ae5da1
PE
5222012-07-25 Paul Eggert <eggert@cs.ucla.edu>
523
524 Prefer typical American spelling for "acknowledgment".
525 * calc.texi (History and Acknowledgments): Rename from
526 History and Acknowledgements.
527 * idlwave.texi (Acknowledgments):
528 * ses.texi (Acknowledgments):
529 * woman.texi (Acknowledgments): Rename from Acknowledgements.
530
c4444d16
PE
5312012-07-09 Paul Eggert <eggert@cs.ucla.edu>
532
533 Rename configure.in to configure.ac (Bug#11603).
534 * ede.texi (Compiler and Linker objects, ede-proj-project)
535 (ede-step-project): Prefer the name configure.ac to configure.in.
536
ef091c97
MA
5372012-07-06 Michael Albinus <michael.albinus@gmx.de>
538
539 * tramp.texi (Multi-hops): Introduce
540 `tramp-restricted-shell-hosts-alist'.
541
89b163db
G
5422012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
543
544 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
545 methods, so don't mention smtpmail here.
546
5472012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
548
549 * gnus.texi (Picons): Document gnus-picon-properties.
550
5512012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
552
553 * gnus.texi: Remove mention of compilation, as that's no longer
554 supported.
555
5562012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
557
558 * gnus.texi (Archived Messages): Mention
559 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
560
5612012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
562
563 * gnus.texi (Various Summary Stuff):
564 Remove mention of `gnus-propagate-marks'.
565
5662012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
567
568 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
569 which no longer exist.
570
5712012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
572
573 * gnus.texi (Archived Messages):
574 Document gnus-gcc-self-resent-messages.
575
5762012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
577
578 * message.texi (Mail Variables):
579 Mention the optional user parameter for X-Message-SMTP-Method.
580
5812012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
582
583 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
584
585 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
586
5872012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
588
589 * gnus.texi (Key Index): Change encoding to utf-8.
590
ac1a0ce1 5912012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
592
593 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
594
71cca84d
G
5952012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
596
597 * gnus.texi (Group Timestamp): Mention where to find documentation for
598 the `gnus-tmp-' variables (bug#11601).
599
888a7fc0
MA
6002012-06-11 Michael Albinus <michael.albinus@gmx.de>
601
602 Sync with Tramp 2.2.6-pre.
603
604 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
605 where appropriate.
606 (Ad-hoc multi-hops): New section.
607 (Remote processes): New subsection "Running remote processes on
608 Windows hosts".
609 (History): Add remote commands on Windows, and ad-hoc multi-hop
610 methods.
611 (External methods): "ControlPersist" must be set to "no" for the
612 `scpc' method.
613 (Remote processes): Add a note about `auto-revert-tail-mode'.
614 (Frequently Asked Questions): Use "scpx" in combination with
615 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
616
617 * trampver.texi: Update release number.
618
31ca4639 6192012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
620
621 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
622 compilation for html-mono.
623
0e8bbf66
PE
6242012-06-08 Paul Eggert <eggert@cs.ucla.edu>
625
626 * texinfo.tex: Merge from gnulib.
627
b8f061b3
KY
6282012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
629
630 * Makefile.in (echo-info): Don't try to install info files named
631 just ".info".
632
16af873e
GM
6332012-05-28 Glenn Morris <rgm@gnu.org>
634
c1dabff0
GM
635 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
636
16af873e
GM
637 * sc.texi: Nuke hand-written node pointers.
638 Fix top-level menu to match actual node order.
639
1d5b82ef
GM
6402012-05-27 Glenn Morris <rgm@gnu.org>
641
642 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
643 Some associated fixes, including not messing with chapno in cl.texi.
644
33017faf 6452012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
646
647 * org.texi (Durations and time values): Fix typo.
648
d14b0029
JB
6492012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
650
33017faf 651 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
652 Mention `calc-ensure-consistent-units'.
653
2f4cadd1 6542012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 655
9879e263
AS
656 * cc-mode.texi: Avoid space before macro in 4th argument of cross
657 reference commands. (Bug#11461)
658
78e91d08
AS
659 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
660
3fe7cdc8
GM
6612012-05-12 Glenn Morris <rgm@gnu.org>
662
9598ef0b
GM
663 * Makefile.in (mostlyclean): Add more TeX intermediates.
664
7d326a29
GM
665 * Makefile.in: Make it look more like the other doc Makefiles.
666 Use explicit $srcdir in all dependencies.
667 Remove cd $srcdir from rules.
668 (VPATH): Remove.
669 (infodir): Set to an absolute path.
670 (INFO_TARGETS): Use short names.
671 (mkinfodir): infodir is now absolute.
672 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
673
c7f95930 674 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 675 (.SUFFIXES): Disable implicit rules.
c7f95930 676
3fe7cdc8
GM
677 * Makefile.in (MKDIR_P): New, set by configure.
678 (mkinfodir): Use $MKDIR_P.
679
6f0652af
GM
6802012-05-07 Glenn Morris <rgm@gnu.org>
681
682 * forms.texi (Long Example): Update for changed location of files.
683
8045b906
GM
6842012-05-04 Glenn Morris <rgm@gnu.org>
685
686 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
687 (INFO_TARGETS): Use $INFO_EXT.
688 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
689 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
690 (INFO_TARGETS): Use $INFO_EXT.
691 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
692
9e7a4bcf
GM
6932012-05-02 Glenn Morris <rgm@gnu.org>
694
9aa071df
GM
695 * Makefile.in (echo-info): New phony target, used by top-level.
696
9e7a4bcf
GM
697 * viper.texi: Make direntry shorter (also it is no longer "newest").
698
699 * emacs-gnutls.texi, ert.texi, org.texi:
700 Fix dircategory, direntry to match info/dir.
701
31cc861c
GM
702 * faq.texi: Convert @inforefs to @xrefs.
703 Fix some malformed cross-references.
f9e320bb
GM
704 (File-name conventions): Shorten section name to avoid overfull line.
705 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 706
723ea6b5
TZ
7072012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
708
709 * auth.texi (Help for users): Update for .gpg file being second.
710
a8e7d6d7 7112012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
712
713 * org.texi (Agenda commands): Fix two typos: give corresponding
714 function names, according to `org-agenda-view-mode-dispatch'.
715
a8e7d6d7 7162012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
717
718 * faq.texi (Major packages and programs): Remove section.
719 There is no point listing 6 packages (cf etc/MORE.STUFF).
720 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 721
dcbf5805
MA
7222012-04-22 Michael Albinus <michael.albinus@gmx.de>
723
724 * dbus.texi (Version): New node.
725 (Properties and Annotations): Mention the object manager
726 interface. Describe dbus-get-all-managed-objects.
727 (Type Conversion): Floating point numbers are allowed, if an
728 anteger does not fit Emacs's integer range.
729 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
730 (Asynchronous Methods): Fix description of
731 dbus-call-method-asynchronously.
732 (Receiving Method Calls): Fix some minor errors. Add
733 dbus-interface-emacs.
734 (Signals): Describe unicast signals and the new match rules.
735 (Alternative Buses): Add the PRIVATE optional argument to
736 dbus-init-bus. Describe its new return value. Add dbus-setenv.
737
adee4030
GM
7382012-04-20 Glenn Morris <rgm@gnu.org>
739
740 * faq.texi (New in Emacs 24): New section.
741 (Packages that do not come with Emacs): Mention M-x list-packages.
742
35dc09a1 7432012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
744
745 * cc-mode.texi (c-offsets-alist): Correct a typo.
746
35dc09a1 7472012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
748
749 * org.texi (Deadlines and scheduling): Fix the example: the
750 DEADLINE item should come right after the headline. We enforce
751 this convention, so it is a bug not to illustrate it correctly in
752 the manual.
753
35dc09a1 7542012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
755
756 * org.texi (Agenda commands): Fix documentation bug by swapping
757 the equivalent keybindings to `org-agenda-next-line' with the ones
758 to `org-agenda-previous-line'.
759
35dc09a1 7602012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
761
762 * Makefile.in: Replace non-portable use of $< in ordinary rules.
763
e2560ea8
EZ
7642012-04-09 Eli Zaretskii <eliz@gnu.org>
765
766 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
767 emacs-gnutls.
768 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
769
6b4f4a2d
TZ
7702012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
771
250b840e 772 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
773
774 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
775
ca2c89b6
TZ
7762012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
777
778 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 779 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 780
aebd5f1a
GM
7812012-04-04 Glenn Morris <rgm@gnu.org>
782
783 * auth.texi (Secret Service API): Copyedits.
784 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
785 (Help for users, Help for developers)
786 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 787
0317dd51
MA
7882012-04-04 Michael Albinus <michael.albinus@gmx.de>
789
790 * auth.texi (Secret Service API): Add the missing text.
791
3d439cd1
CY
7922012-04-04 Chong Yidong <cyd@gnu.org>
793
794 * message.texi (Using PGP/MIME): Note that epg is now the default.
795
796 * gnus.texi: Reduce references to obsolete pgg library.
797 (Security): Note that epg is now the default.
798
799 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
800
801 * nxml-mode.texi (Completion): C-RET is no longer bound to
802 nxml-complete.
803
153ae947
BG
8042012-04-01 Jambunathan K <kjambunathan@gmail.com>
805
806 * org.texi (Customizing tables in ODT export): Correct few errors.
807
8082012-04-01 Jambunathan K <kjambunathan@gmail.com>
809
810 * org.texi (Links in ODT export): Update.
811 (Labels and captions in ODT export): New node.
812
8132012-04-01 Jambunathan K <kjambunathan@gmail.com>
814
815 * org.texi (Literal examples in ODT export): htmlfontify.el in
816 Emacs-24.1 now supports fontification. So ODT source blocks will
817 be fontified by default.
818
8192012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
820
821 * org.texi (Refiling notes): Remove duplicated keybinding.
822
8232012-04-01 Eric Schulte <eric.schulte@gmx.com>
824
825 * org.texi (noweb): Documentation of this new option to the :noweb
826 header argument.
827
8282012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
829
830 * org.texi (Header and sectioning): Add example demonstrating how
831 to use "LaTeX_CLASS_OPTIONS".
832
8332012-04-01 Eric Schulte <eric.schulte@gmx.com>
834
835 * org.texi (Noweb reference syntax): Describe the ability to
836 execute noweb references in the manual.
837
8382012-04-01 Eric Schulte <eric.schulte@gmx.com>
839
840 * org.texi (cache): Improve cache documentation when session
841 evaluation is used.
842
8432012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
844
845 * org.texi (Plain lists): Document removal.
846
8472012-04-01 Michael Brand <michael.ch.brand@gmail.com>
848
849 * org.texi: Decapitalize file name in references to Calc manual.
850
8512012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
852
853 * org.texi (Plain lists): Document removal.
854
8552012-04-01 Jambunathan K <kjambunathan@gmail.com>
856
857 * org.texi (Top, OpenDocument Text export)
858 (ODT export commands, Extending ODT export)
859 (Images in ODT export, Tables in ODT export)
860 (Configuring a document converter): Add or Update.
861
8622012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
863
864 * org.texi (MobileOrg): Change the wording to reflect that the
865 Android Version is no longer just the little brother of the iOS
866 version.
867
8682012-04-01 Eric Schulte <eric.schulte@gmx.com>
869
870 * org.texi (Key bindings and useful functions): Updated babel key
871 binding documentation in manual.
872
8732012-04-01 Eric Schulte <eric.schulte@gmx.com>
874
875 * org.texi (noweb): Document new noweb header value.
876
8772012-04-01 Eric Schulte <eric.schulte@gmx.com>
878
879 * org.texi (noweb-sep): Document new header argument.
880
8812012-04-01 Eric Schulte <eric.schulte@gmx.com>
882
883 * org.texi (noweb-ref): Documentation of this new custom variable.
884
8852012-04-01 Eric Schulte <eric.schulte@gmx.com>
886
887 * org.texi (wrap): Update the new :wrap documentation to match the
888 current implementation.
889
8902012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
891
892 * org.texi: Added documentation for :wrap.
893
8942012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
895
896 * org.texi: #+RESULTS now user-configurable.
897
8982012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
899
900 * org.texi: Documented :noweb no-export.
901
9022012-04-01 Thomas Dye <dk@poto.local>
903
904 * org.texi: Edit :noweb no header argument for correctness.
905
9062012-04-01 Bastien Guerry <bzg@altern.org>
907
908 * org.texi (Customization): Update the approximate number of Org
909 variables.
910
9112012-04-01 Thomas Dye <dk@poto.local>
912
913 * org.texi: The :results wrap produces a drawer instead of a
914 begin_results block.
915
005a89ff
G
9162012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
917
918 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
919 reflect the new default.
920
589ce070
EZ
9212012-03-10 Eli Zaretskii <eliz@gnu.org>
922
923 * info.texi (Expert Info): Move the index entry for "Texinfo" from
924 "Getting Started" to this node. (Bug#10450)
925
a5392527
CY
9262012-03-10 Chong Yidong <cyd@gnu.org>
927
8ae818e4
CY
928 * flymake.texi (Example -- Configuring a tool called via make):
929 Mention the Automake COMPILE variable (Bug#8715).
930
a5392527
CY
931 * info.texi (Getting Started): Add an index entry (Bug#10450).
932
d49902e4
MA
9332012-03-02 Michael Albinus <michael.albinus@gmx.de>
934
935 * dbus.texi (Signals): Known names will be mapped onto unique
936 names, when registering for signals.
937
53eced6d
GM
9382012-02-29 Glenn Morris <rgm@gnu.org>
939
bcd6cd23
GM
940 * url.texi: Fix quote usage in body text.
941
775b55af
GM
942 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
943
53eced6d
GM
944 * cl.texi: Use @code{} in menus when appropriate.
945
44e97401
GM
9462012-02-28 Glenn Morris <rgm@gnu.org>
947
948 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
949 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
950 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
951 * org.texi, sc.texi, vip.texi, viper.texi:
952 Standardize possessive apostrophe usage.
953
fa9a0855
CY
9542012-02-26 Chong Yidong <cyd@gnu.org>
955
956 * ediff.texi (Quick Help Commands): Add a couple of index entries
957 (Bug#10834).
958
0fd2c9a3
GM
9592012-02-17 Glenn Morris <rgm@gnu.org>
960
961 * gnus.texi (Posting Styles):
962 * remember.texi (Org): Fix cross-refs to other manuals.
963
9f26dc24
GM
9642012-02-15 Glenn Morris <rgm@gnu.org>
965
966 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
967 (Encryption): New chapter, split out from previous.
968
3d2af193
LI
9692012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
970
971 * gnus.texi (Customizing the IMAP Connection): Mention
972 nnimap-record-commands.
973
b74c9672
GM
9742012-02-10 Glenn Morris <rgm@gnu.org>
975
976 * url.texi (Retrieving URLs): Update url-retrieve arguments.
977 Mention url-queue-retrieve.
978
2ebc3b94
GM
9792012-02-09 Glenn Morris <rgm@gnu.org>
980
9fcfcdef
GM
981 * sem-user.texi (Semantic mode user commands): Typo fix.
982
2ebc3b94
GM
983 * info.texi (Create Info buffer): Mention info-display-manual.
984
7c4bbb69
LI
9852012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
986
987 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
988 example (modified from an example by Michael Albinus).
989
debce7bc
G
9902012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
991
992 * gnus.texi (Agent Basics): Fix outdated description of
993 `gnus-agent-auto-agentize-methods'.
994
b207a4ec
AS
9952012-01-28 Andreas Schwab <schwab@linux-m68k.org>
996
997 * cc-mode.texi: Always @defindex ss.
998 (Config Basics): Fix argument of @itemize.
999 (Macro Backslashes): Add @code around index entry.
1000
b8fe8712
GM
10012012-01-23 Glenn Morris <rgm@gnu.org>
1002
1003 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
1004
02dc2fd7
EH
10052012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
1006
1007 * tramp.texi (File): Tweak wording for the `scpc' option.
1008
e7719ea1
G
10092012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1010
1011 * gnus.texi (Group Parameters): Really note precedence.
1012
9937bef4
G
10132012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1014
1015 * gnus.texi (Group Parameters): Note precedence.
1016
e66ba1df
BG
10172012-01-03 Eric Schulte <eric.schulte@gmx.com>
1018
1019 * org.texi (Noweb reference syntax): Adding documentation of
1020 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1021 variable.
1022
10232012-01-03 Bastien Guerry <bzg@gnu.org>
1024
1025 * org.texi (Plain lists): Split the table to fix the display
1026 of items.
1027
10282012-01-03 Bastien Guerry <bzg@gnu.org>
1029
1030 * org.texi (Plain lists): Fix misplaced explanation.
1031
10322012-01-03 Bastien Guerry <bzg@gnu.org>
1033
1034 * org.texi (Plain lists, Agenda files): Add index entries.
1035
10362012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1037
1038 * org.texi: Use "Org mode" instead of alternatives like
1039 "Org-mode" or "org-mode".
1040
10412012-01-03 Bernt Hansen <bernt@norang.ca>
1042
1043 * org.texi (Agenda commands): Document
1044 `org-clock-report-include-clocking-task'.
1045
10462012-01-03 Bastien Guerry <bzg@gnu.org>
1047
1048 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1049 C-c' on checkboxes.
1050
10512012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1052
1053 * org.texi: End sentences with two spaces.
1054
10552012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1056
1057 * org.texi (External links): Document the link types file+sys
1058 and file+emacs, slightly narrow used page width.
1059
10602012-01-03 Eric Schulte <eric.schulte@gmx.com>
1061
1062 * org.texi (colnames): Note that colnames behavior may differ
1063 across languages.
1064
10652012-01-03 Bastien Guerry <bzg@gnu.org>
1066
1067 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1068
10692012-01-03 Thomas Dye <dk@poto.westell.com>
1070
1071 * org.texi: Augmented discussion of babel property
1072 inheritance. Put footnote outside sentence ending period.
1073
10742012-01-03 Eric Schulte <schulte.eric@gmail.com>
1075
1076 * org.texi (eval): Documenting the full range of :eval header
1077 argument values.
1078
10792012-01-03 Eric Schulte <schulte.eric@gmail.com>
1080
1081 * org.texi (eval): Documentation of the new :eval option.
1082
10832012-01-03 Thomas Dye <dk@poto.local>
1084
1085 * org.texi: Add accumulated properties.
1086
10872012-01-03 Thomas Dye <dk@poto.local>
1088
1089 * org.texi: Documented no spaces in name=assign, another
1090 correction to :var table.
1091
10922012-01-03 Thomas Dye <dk@poto.local>
1093
1094 * org.texi: Changed DATA to NAME in Working With Source Code
1095 section.
1096
10972012-01-03 Tom Dye <tsd@tsdye.com>
1098
1099 * org.texi: Minor change to :var table.
1100
11012012-01-03 Tom Dye <tsd@tsdye.com>
1102
1103 * org.texi: More changes to :var table (some examples were wrong).
1104
11052012-01-03 Tom Dye <tsd@tsdye.com>
1106
1107 * org.texi: Cleaned up :var table.
1108
11092012-01-03 Bastien Guerry <bzg@gnu.org>
1110
1111 * org.texi (Timestamps, Weekly/daily agenda)
1112 (Weekly/daily agenda): Add @cindex for "appointment".
1113
11142012-01-03 Eric Schulte <schulte.eric@gmail.com>
1115
1116 * org.texi (Literal examples): A new link to the template for
1117 inserting empty code blocks.
1118 (Structure of code blocks): A new link to the template for
1119 inserting empty code blocks.
1120
11212012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1122
1123 * org.texi (External links): Add footnote on how the behavior
1124 of the text search in Org files are controled by the variable
1125 `org-link-search-must-match-exact-headline'.
1126
11272012-01-03 Eric Schulte <schulte.eric@gmail.com>
1128
1129 * org.texi (Buffer-wide header arguments): Update
1130 documentation to reflect removal of #+PROPERTIES.
1131
11322012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1133
1134 * org.texi (The clock table): Mention that ACHIVED trees
1135 contribute to the clock table.
1136
11372012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1138
1139 * org.texi (Conflicts): Better yasnippet config info.
1140
11412012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1142
1143 * org.texi (Selective export): Explicitely mention the default
1144 values for `org-export-select-tags',
1145 `org-export-exclude-tags'.
1146
11472012-01-03 Tom Dye <tsd@tsdye.com>
1148
1149 * org.texi: Added a line to specify that header arguments are
1150 lowercase.
1151
11522012-01-03 Tom Dye <tsd@tsdye.com>
1153
1154 * org.texi: :var requires default value when declared.
1155
11562012-01-03 Bastien Guerry <bzg@gnu.org>
1157
1158 * org.texi (Handling links): Add a note about the
1159 `org-link-frame-setup' option.
1160
11612012-01-03 David Maus <dmaus@ictsoc.de>
1162
1163 * org.texi (Exporting Agenda Views, Extracting agenda
1164 information): Fix command line syntax, quote symbol parameter
1165 values.
1166
11672012-01-03 David Maus <dmaus@ictsoc.de>
1168
1169 * org.texi (Exporting Agenda Views): Fix command line syntax.
1170
8d80ef01
PE
11712011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1172
1173 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1174 Use octal notation for file permissions, which are normally
1175 thought of in octal.
1176 (Mail Back End Variables): Use more-plausible modes in example.
1177
47d42d81
AM
11782011-12-20 Alan Mackenzie <acm@muc.de>
1179
1180 * cc-mode.texi: Update version string 5.31 -> 5.32.
1181
a98edce9
JB
11822011-12-06 Juanma Barranquero <lekktu@gmail.com>
1183
1184 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1185
321decc8
GM
11862011-11-24 Glenn Morris <rgm@gnu.org>
1187
1188 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1189
f8107b79
JB
11902011-11-24 Juanma Barranquero <lekktu@gmail.com>
1191
1192 * makefile.w32-in: Update dependencies.
1193
f5a96a4f
GM
11942011-11-20 Glenn Morris <rgm@gnu.org>
1195
1196 * gnus.texi (Group Information):
1197 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1198
cd1181db
JB
11992011-11-20 Juanma Barranquero <lekktu@gmail.com>
1200
1201 * gnus-coding.texi (Gnus Maintenance Guide):
1202 Rename from "Gnus Maintainance Guide".
1203
1204 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1205 * eieio.texi (Customizing):
fe7a3057
JB
1206 * gnus.texi (Article Washing):
1207 * gnus-news.texi:
1208 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 1209
7877f373
JB
12102011-11-16 Juanma Barranquero <lekktu@gmail.com>
1211
1212 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1213
0d26e0b6
JB
12142011-11-15 Juanma Barranquero <lekktu@gmail.com>
1215
c7015153
JB
1216 * ede.texi (project-am-texinfo):
1217 * gnus.texi (Sending or Not Sending):
1218 * org.texi (Template elements): Fix typos.
0d26e0b6 1219
0b381c7e
JB
12202011-11-14 Juanma Barranquero <lekktu@gmail.com>
1221
1222 * ediff.texi (Hooks):
c7015153 1223 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 1224
40a8bdf6
JB
12252011-11-11 Juanma Barranquero <lekktu@gmail.com>
1226
1227 * semantic.texi (Tag handling): Fix typo.
1228
57dda3bb
KY
12292011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1230
1231 * gnus.texi (Other Gnus Versions): Remove.
1232
52bedd34
AM
12332011-10-28 Alan Mackenzie <acm@muc.de>
1234
1235 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1236 (Other Special Indentations): Add an xref to "Macros with ;".
1237 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1238 "Macros with ;".
1239 (Macros with ;): New page.
1240
00b77525
GM
1241 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1242 Document the new handling of nested scopes for movement by defuns.
52bedd34 1243
4a623313
MA
12442011-10-23 Michael Albinus <michael.albinus@gmx.de>
1245
1246 Sync with Tramp 2.2.3.
1247
1248 * trampver.texi: Update release number.
1249
466a320e
GM
12502011-10-14 Glenn Morris <rgm@gnu.org>
1251
1252 * ert.texi (Introduction, How to Run Tests)
1253 (Running Tests Interactively, Expected Failures)
1254 (Tests and Their Environment, Useful Techniques)
1255 (Interactive Debugging, Fixtures and Test Suites):
1256 Minor rephrasings.
1257 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1258 (Running Tests in Batch Mode): Simplify loading instructions.
1259 (Test Selectors): Clarify some selectors.
1260 (Expected Failures, Useful Techniques):
1261 Make examples fit in 80 columns.
1262
2be4956d
JB
12632011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1264
1265 * calc.texi (Basic Operations on Units): Discuss temperature
1266 conversion (`u t') alongside with other unit conversions ('u c').
1267
7359a765
GM
12682011-10-12 Glenn Morris <rgm@gnu.org>
1269
1270 * ert.texi: Whitespace trivia to make main menu items line up better.
1271
a0c52e5d
GM
12722011-10-08 Glenn Morris <rgm@gnu.org>
1273
1274 * Makefile.in: Fix ert rules.
1275
465d0300
G
12762011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1277
1278 * gnus.texi (Gnus Utility Functions): Add more references and
1279 explanations (bug#9683).
1280
a5166359
LMI
12812011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1282
1283 * gnus.texi (Archived Messages): Note the default (bug#9552).
1284
b523dc20
BW
12852011-09-21 Bill Wohler <wohler@newt.com>
1286
1287 Release MH-E manual version 8.3.
1288
58179cce 1289 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
1290 release 8.3.
1291 (Preface): Updated support information.
bd7239f5 1292 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
1293 historical quote, the tense should be correct in the time that it
1294 was written.
1295
0afb49a1
LMI
12962011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1297
1298 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1299 (Finding the News): Doc clarification.
1300 (Terminology): Mention naming.
1301
e21bac42
G
13022011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1303
1304 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1305 (Interactive): Document `quiet'.
1306
5b409b39 13072011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 1308
bd7239f5 1309 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 1310
5b409b39 13112011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1312
bd7239f5 1313 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
1314 scope for `org-map-entries'.
1315
5b409b39 13162011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1317
1318 * org.texi (Visibility cycling): Document `org-copy-visible'.
1319
5b409b39 13202011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1321
bd7239f5 1322 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
1323 proper order.
1324
5b409b39 13252011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1326
1327 * org.texi (eval): Expand discussion of the :eval header argument.
1328
5b409b39 13292011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1330
1331 * org.texi (Languages): Add Lilypond and Awk as supported
1332 languages.
1333
5b409b39 13342011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 1335
bd7239f5 1336 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
1337 LOG_INTO_DRAWER can be used to override the contents of variable
1338 org-clock-into-drawer (or if unset, org-log-into-drawer).
1339
bd7239f5 1340 * org.texi: Replace @xref->@pxref.
3ab2c837 1341
5b409b39 13422011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1343
1344 * org.texi (Evaluating code blocks): Documenting the new option
1345 for inline call lines.
1346
5b409b39 13472011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1348
1349 * org.texi (Results of evaluation): More explicit about the
1350 mechanism through which interactive evaluation of code is
1351 performed.
1352
5b409b39 13532011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1354
1355 * org.texi (noweb-ref): New header argument documentation.
1356
5b409b39 13572011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1358
1359 * org.texi (Extracting source code): Documentation of the new
1360 org-babel-tangle-named-block-combination variable.
1361
5b409b39 13622011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1363
bd7239f5 1364 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 1365 behavior of multiple blocks of the same name is undefined.
3ab2c837 1366
5b409b39 13672011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
1368
1369 * org.texi (TaskJuggler export): Modify the example to reflect the
1370 new effort durations.
1371
5b409b39 13722011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1373
1374 * org.texi (Images in LaTeX export): Escape curly brackets in
1375 LaTeX example.
1376
5b409b39 13772011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1378
1379 * org.texi (The clock table): Document the :properties and
1380 :inherit-props arguments for the clocktable.
1381
5b409b39 13822011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1383
1384 * org.texi (Tables in LaTeX export): Document specifying placement
1385 options for tables.
1386
5b409b39 13872011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1388
1389 * org.texi (Evaluating code blocks): More specific documentation
1390 about the different types of header arguments.
1391
5b409b39 13922011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
1393
1394 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1395
5b409b39 13962011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1397
1398 * org.texi (Built-in table editor): Document the table field
1399 follow mode.
1400
5b409b39 14012011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1402
1403 * org.texi (Easy Templates): Document new template.
1404
5b409b39 14052011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1406
1407 * org.texi (Literal examples): Add a cross-reference from "Literal
1408 Examples" to "Easy Templates."
1409
5b409b39 14102011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1411
1412 * org.texi (The clock table): Add link to match syntax.
1413
5b409b39 14142011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1415
1416 * org.texi (Agenda commands): Document clock consistency checks.
1417
5b409b39 14182011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1419
1420 * org.texi (Built-in table editor): Document that \vert represents
1421 a vertical bar in a table field.
1422
5b409b39 14232011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1424
1425 * org.texi (Literal examples): Link from "Markup" > "Literate
1426 Examples" to "Working with Source Code".
1427
5b409b39 14282011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1429
1430 * org.texi (Agenda commands): Doc for function option to bulk
1431 action.
1432
5b409b39 14332011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1434
1435 * org.texi (Template expansion): Document new %<...> template
1436 escape.
1437
5b409b39 14382011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1439
1440 * org.texi (Selective export): Document exclusion of any tasks
1441 from export.
1442
5b409b39 14432011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1444
1445 * org.texi (Selective export): Document how to exclude DONE tasks
1446 from export.
1447 (Publishing options): Document the properties to be used to turn off
1448 export of DONE tasks.
1449
5b409b39 14502011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1451
1452 * org.texi (The date/time prompt): Document date range protection.
1453
5b409b39 14542011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1455
1456 * org.texi (padline): Documentation of the new padline header
1457 argument.
1458
5b409b39 14592011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1460
1461 * org.texi (var): Adding "[" to list of characters triggering
1462 elisp evaluation.
1463
5b409b39 14642011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1465
1466 * org.texi (var): Documentation of Emacs Lisp evaluation during
1467 variable assignment.
1468
5b409b39 14692011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1470
1471 * org.texi (colnames): Reference indexing into variables, and note
1472 that colnames are *not* removed before indexing occurs.
1473 (rownames): Reference indexing into variables, and note that
1474 rownames are *not* removed before indexing occurs.
1475
5b409b39 14762011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1477
1478 * org.texi (var): Clarification of indexing into tabular
1479 variables.
1480
5b409b39 14812011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1482
1483 * org.texi (results): Documentation of the `:results wrap' header
1484 argument.
1485
5b409b39 14862011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1487
bd7239f5 1488 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
1489 of the LaTeX export: the org file has to be properly structured.
1490
5b409b39 14912011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1492
1493 * org.texi (Dynamic blocks, Structure editing): Mention
1494 the function `org-narrow-to-block'.
1495
5b409b39 14962011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1497
1498 * org.texi (Languages): Updating list of code block supported
1499 languages.
1500
5b409b39 15012011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1502
1503 * org.texi (Special properties): CATEGORY is a special property,
1504 but it may also used in the drawer.
1505
5b409b39 15062011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1507
1508 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1509
5b409b39 15102011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1511
1512 * org.texi (Include files): Document :lines.
1513
5b409b39 15142011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1515
1516 * org.texi (comments): Documentation of the ":comments noweb" code
1517 block header argument.
1518
5b409b39 15192011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1520
1521 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1522 added extra whitespace around functions to be consistent with the
1523 rest of the section.
1524
5b409b39 15252011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1526
0b381c7e 1527 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
1528 #+call: line syntax.
1529 (Header arguments in function calls): Expanded discussion of
1530 #+call: line syntax.
1531
5b409b39 15322011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1533
1534 * org.texi (Evaluating code blocks): More explicit about how to
1535 pass variables to #+call lines.
1536
5b409b39 15372011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1538
1539 * org.texi (Results of evaluation): Link to the :results header
1540 argument list from the "Results of evaluation" section.
1541
5b409b39 15422011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1543
1544 * org.texi (Conflicts): Adding additional information about
1545 resolving org/yasnippet conflicts.
1546
5b409b39 15472011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1548
1549 * org.texi (Publishing options): Document style-include-scripts
1550 publishing project property.
1551
5b409b39 15522011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1553
1554 * org.texi (Sparse trees): Document the next-error /
1555 previous-error functionality.
1556
5b409b39 15572011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1558
1559 * org.texi (cache): Improved documentation of code block caches.
1560
5b409b39 15612011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1562
1563 * org.texi (Code block specific header arguments): Documentation
1564 of multi-line header arguments.
1565
5b409b39 15662011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1567
1568 * org.texi (Code evaluation security): Add example for using a
1569 function.
1570
5b409b39 15712011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1572
1573 * org.texi (Tables in LaTeX export): Documentation of new
1574 attr_latex options for tables.
1575
5b409b39
BG
15762011-08-03 Michael Albinus <michael.albinus@gmx.de>
1577
1578 * trampver.texi: Update release number.
1579
15802011-07-30 Michael Albinus <michael.albinus@gmx.de>
1581
1582 Sync with Tramp 2.2.2.
1583
1584 * trampver.texi: Update release number.
1585
064e2d08
LMI
15862011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1587
1588 * flymake.texi (Example -- Configuring a tool called via make):
1589 Use /dev/null instead of the Windows "nul" (bug#8715).
1590
b8151e9c
LMI
15912011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1592
1593 * widget.texi (Setting Up the Buffer): Remove mention of the
1594 global keymap parent, which doesn't seem to be accurate
1595 (bug#7045).
1596
5b409b39
BG
15972011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1598
1599 * org.texi (Special agenda views): Fix double quoting (bug#3509).
1600
c0a8ae95
KR
16012010-07-10 Kevin Ryde <user42@zip.com.au>
1602
1603 * cl.texi (For Clauses): Add destructuring example processing an
1604 alist (bug#6596).
1605
ac6531ad
LMI
16062011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1607
1608 * ediff.texi (Major Entry Points): Remove mention of `require',
1609 since that's not pertinent in the installed Emacs (bug#9016).
1610
d30dd079
G
16112011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1612
1613 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
1614 (Filtering New Groups): Clarify how simple the "options -n" format is.
1615 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1616 is internal.
d30dd079 1617
862c0d68
MA
16182011-07-04 Michael Albinus <michael.albinus@gmx.de>
1619
1620 * tramp.texi (Cleanup remote connections): Add
1621 `tramp-cleanup-this-connection'.
1622
cd865a33
G
16232011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1624
1625 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1626 zombies.
1627 (Checking New Groups): Ditto (bug#8974).
7d1738f1 1628 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
1629
16302011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1631
1632 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1633 backups, and not actual vc (bug#8975).
1634
79414ae4
KR
16352011-07-03 Kevin Ryde <user42@zip.com.au>
1636
1637 * cl.texi (For Clauses): @items for hash-values and key-bindings
1638 to make them more visible when skimming. Add examples of `using'
1639 clause to them, examples being clearer than a description in
1640 words (bug#6599).
1641
847ccf7c
AM
16422011-07-01 Alan Mackenzie <acm@muc.de>
1643
1644 * cc-mode.texi (Guessing the Style): New page.
1645 (Styles): Add a short introduction to above.
1646
3da13bb9
DD
16472011-06-28 Deniz Dogan <deniz@dogan.se>
1648
1649 * rcirc.texi (Configuration): Bug-fix:
1650 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1651 Reported by Elias Pipping <pipping@exherbo.org>.
1652
60a0884e
G
16532011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1654
1655 * gnus.texi (Summary Mail Commands): Document
1656 `gnus-summary-reply-to-list-with-original'.
1657
0c7efc08
SM
16582011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1659
1660 * eshell.texi (Known problems): Fix typo.
1661
ea3596a2
MA
16622011-06-12 Michael Albinus <michael.albinus@gmx.de>
1663
0c7efc08 1664 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1665 (Password handling): `auth-source-debug' is good for debug messages.
1666
2da9c605
G
16672011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1668
1669 * gnus.texi (Store custom flags and keywords): Refer to
1670 `gnus-registry-article-marks-to-{chars,names}' instead of
1671 `gnus-registry-user-format-function-{M,M2}'.
1672
e61923c8
GM
16732011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1674
1675 * texinfo.tex: Merge from gnulib.
1676
627abcdd
TZ
16772011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1678
1679 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1680 (Store custom flags and keywords):
1681 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1682 `gnus-registry-user-format-function-M2'.
1683
a3c92bc1
EZ
16842011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1685
8f906c40 1686 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1687
85d870a9
GM
16882011-05-17 Glenn Morris <rgm@gnu.org>
1689
1690 * gnus.texi (Face): Fix typo.
1691
2cdee799
GM
16922011-05-14 Glenn Morris <rgm@gnu.org>
1693
1694 * dired-x.texi (Omitting Examples): Minor addition.
1695
79b70037
GM
16962011-05-10 Jim Meyering <meyering@redhat.com>
1697
1698 * ede.texi: Fix typo "or or -> or".
1699
a7111a62 17002011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1701
1702 * gnus.texi (Summary Buffer Lines):
1703 gnus-summary-user-date-format-alist does not exist.
1704 (Sorting the Summary Buffer): More about sorting threads.
1705
69026aba
MA
17062011-04-25 Michael Albinus <michael.albinus@gmx.de>
1707
1708 * trampver.texi: Update release number.
1709
9024ff79
MA
17102011-04-14 Michael Albinus <michael.albinus@gmx.de>
1711
1712 * tramp.texi (Frequently Asked Questions): New item for disabling
1713 Tramp in other packages.
1714
c3c65d73
TZ
17152011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1716
1717 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1718 (Fancy splitting to parent, Store arbitrary data):
1719 Updated gnus-registry docs.
c3c65d73 1720
9ec6a317
JB
17212011-04-13 Juanma Barranquero <lekktu@gmail.com>
1722
1723 * ede.texi: Fix typos.
1724
1e3b6001
G
17252011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1726
9ec6a317
JB
1727 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1728 It's @table @code.
1e3b6001 1729
a5954fa5
G
17302011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1731
ed9265fc 1732 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 1733
d71990a1
JB
17342011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1735
1736 * calc.texi (Logarithmic Units): Update the function names.
1737
1518e4f0
G
17382011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1739
1740 * message.texi (Various Commands): Document format specs in the
1741 ellipsis.
1742
a123622d
G
17432011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1744
1745 * message.texi (Insertion Variables): Document message-cite-style.
1746
17472011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1748
1749 * tramp.texi (Remote processes): New subsection "Running shell on
1750 a remote host".
1751
4248cca2
TZ
17522011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1753
1754 * auth.texi (Help for developers): Update docs to explain that the
1755 :save-function will only run the first time.
1756
54ce11a1
GM
17572011-03-12 Glenn Morris <rgm@gnu.org>
1758
1759 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1760 (emacs-faq.text): New target.
1761 (clean): Add emacs-faq.
1762
0c3b25f8
MA
17632011-03-12 Michael Albinus <michael.albinus@gmx.de>
1764
1765 Sync with Tramp 2.2.1.
1766
1767 * trampver.texi: Update release number.
1768
b740639e
GM
17692011-03-11 Glenn Morris <rgm@gnu.org>
1770
1771 * Makefile.in (HTML_TARGETS): New.
1772 (clean): Delete $HTML_TARGETS.
1773 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1774
733afdf4
TZ
17752011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1776
1777 * auth.texi (Help for developers): Show example of using
1778 `auth-source-search' with prompts and :save-function.
1779
33383987
JB
17802011-03-07 Chong Yidong <cyd@stupidchicken.com>
1781
1782 * Version 23.3 released.
1783
a5057546
G
17842011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1785
1786 * message.texi (Message Buffers): Update default value of
1787 message-generate-new-buffers.
1788
479a2c9b
JB
17892011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1790
1791 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1792 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1793 respectively.
05a29101
JB
1794 (Musical Notes): New section.
1795 (Customizing Calc): Mention the customizable variable
1796 calc-note-threshold.
479a2c9b 1797
e0535b76
GM
17982011-03-03 Glenn Morris <rgm@gnu.org>
1799
1800 * url.texi (Dealing with HTTP documents): Remove reference to
1801 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1802 (Configuration): Update url-configuration-directory description.
e0535b76 1803
2777ccbf
GM
18042011-03-02 Glenn Morris <rgm@gnu.org>
1805
1806 * dired-x.texi (Multiple Dired Directories): Remove mentions
1807 of dired-default-directory-alist and dired-default-directory.
1808 Move dired-smart-shell-command here...
1809 (Miscellaneous Commands): ... from here.
1810
257219bd
PE
18112011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1812
1813 * texinfo.tex: Update to version 2011-02-24.09.
1814
8889f4e2
GM
18152011-03-02 Glenn Morris <rgm@gnu.org>
1816
1817 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1818 instead of the obsoleted dired-omit-here-always.
1819
5d41af19
MA
18202011-02-28 Michael Albinus <michael.albinus@gmx.de>
1821
1822 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1823 supported systems.
1824
2b0c7330 18252011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1826
61cf3a76
GM
1827 * dbus.texi (Type Conversion): Grammar fix.
1828
cce7d530 18292011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1830
cce7d530
GM
1831 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1832 "Debian GNU/Linux".
51a13bdd 1833
cce7d530
GM
1834 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1835
817b48a7
GM
18362011-02-23 Glenn Morris <rgm@gnu.org>
1837
cce7d530
GM
1838 * dired-x.texi (Features): Minor rephrasing.
1839 (Local Variables): Fix typos.
47301027
GM
1840
1841 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1842 Standardize some Emacs/XEmacs terminology.
1843
817b48a7
GM
1844 * dired-x.texi (Features): Don't advertise obsolete local variables.
1845 Simplify layout.
1846 (Omitting Variables): Update local variables example.
1847 (Local Variables): Say this is obsolete. Fix description of
1848 dired-enable-local-variables possible values.
1849
4a3988d5
G
18502011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1851
1852 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1853 default now.
1854
8e22bee0
G
18552011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1856
1857 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1858
06b840e0
LI
18592011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1860
1861 * gnus.texi (Window Layout): Document layout names.
1862
67ab0163 18632011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1864
1865 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1866 * auth.texi: Sync @dircategory with ../../info/dir.
1867 * autotype.texi: Sync @dircategory with ../../info/dir.
1868 * calc.texi: Sync @dircategory with ../../info/dir.
1869 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1870 * cl.texi: Sync @dircategory with ../../info/dir.
1871 * dbus.texi: Sync @dircategory with ../../info/dir.
1872 * dired-x.texi: Sync @dircategory with ../../info/dir.
1873 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1874 * ede.texi: Sync @dircategory with ../../info/dir.
1875 * ediff.texi: Sync @dircategory with ../../info/dir.
1876 * edt.texi: Sync @dircategory with ../../info/dir.
1877 * eieio.texi: Sync @dircategory with ../../info/dir.
1878 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1879 * epa.texi: Sync @dircategory with ../../info/dir.
1880 * erc.texi: Sync @dircategory with ../../info/dir.
1881 * eshell.texi: Sync @dircategory with ../../info/dir.
1882 * eudc.texi: Sync @dircategory with ../../info/dir.
1883 * flymake.texi: Sync @dircategory with ../../info/dir.
1884 * forms.texi: Sync @dircategory with ../../info/dir.
1885 * gnus.texi: Sync @dircategory with ../../info/dir.
1886 * idlwave.texi: Sync @dircategory with ../../info/dir.
1887 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1888 * message.texi: Sync @dircategory with ../../info/dir.
1889 * mh-e.texi: Sync @dircategory with ../../info/dir.
1890 * newsticker.texi: Sync @dircategory with ../../info/dir.
1891 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1892 * org.texi: Sync @dircategory with ../../info/dir.
1893 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1894 * pgg.texi: Sync @dircategory with ../../info/dir.
1895 * rcirc.texi: Sync @dircategory with ../../info/dir.
1896 * reftex.texi: Sync @dircategory with ../../info/dir.
1897 * remember.texi: Sync @dircategory with ../../info/dir.
1898 * sasl.texi: Sync @dircategory with ../../info/dir.
1899 * sc.texi: Sync @dircategory with ../../info/dir.
1900 * semantic.texi: Sync @dircategory with ../../info/dir.
1901 * ses.texi: Sync @dircategory with ../../info/dir.
1902 * sieve.texi: Sync @dircategory with ../../info/dir.
1903 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1904 * speedbar.texi: Sync @dircategory with ../../info/dir.
1905 * trampver.texi [emacs]: Set emacsname to "Emacs".
1906 * tramp.texi: Sync @dircategory with ../../info/dir.
1907 * url.texi: Sync @dircategory with ../../info/dir.
1908 * vip.texi: Sync @dircategory with ../../info/dir.
1909 * viper.texi: Sync @dircategory with ../../info/dir.
1910 * widget.texi: Sync @dircategory with ../../info/dir.
1911 * woman.texi: Sync @dircategory with ../../info/dir.
1912
30abce25
GM
19132011-02-19 Glenn Morris <rgm@gnu.org>
1914
0c7efc08
SM
1915 * dired-x.texi (Technical Details): No longer redefines
1916 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1917 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1918
f31f8469
GM
19192011-02-18 Glenn Morris <rgm@gnu.org>
1920
1921 * dired-x.texi (Optional Installation File At Point): Simplify.
1922
35123c04
TZ
19232011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1924
1925 * auth.texi (Help for users): Use :port instead of :protocol for all
1926 auth-source docs.
7ba93e94
G
1927 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1928 to have two files in `auth-sources'.
35123c04 1929
da5e0ce4
GM
19302011-02-16 Glenn Morris <rgm@gnu.org>
1931
b322c9af
GM
1932 * dired-x.texi: Use emacsver.texi to get Emacs version.
1933 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1934 Depend on emacsver.texi.
1935
07ca5555
GM
1936 * dired-x.texi: Drop meaningless version number.
1937 (Introduction): Remove old info.
1938 (Optional Installation Dired Jump): Autoload from dired-x.
1939 Remove incorrect info about loaddefs.el.
1940 (Bugs): Just refer to M-x report-emacs-bug.
1941
da5e0ce4
GM
1942 * dired-x.texi (Multiple Dired Directories): Update for rename of
1943 default-directory-alist.
1944 (Miscellaneous Commands): No longer mention very old VM version 4.
1945
bb55f713
PE
19462011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1947
1948 Merge from gnulib.
1949 * texinfo.tex: Update to version 2011-02-14.11.
1950
5415d076
G
19512011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1952
da5e0ce4
GM
1953 * auth.texi (Help for users):
1954 Login collection is "Login" and not "login".
5415d076 1955
14029d4b
MA
19562011-02-13 Michael Albinus <michael.albinus@gmx.de>
1957
1958 * tramp.texi (History): Remove IMAP support.
1959 (External methods, Frequently Asked Questions): Remove `imap' and
1960 `imaps' methods.
1961 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1962
1963 * trampver.texi: Remove default value of `emacsimap'.
1964
8a36c07f
GM
19652011-02-13 Glenn Morris <rgm@gnu.org>
1966
1967 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1968 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1969
165bc5a0
GM
19702011-02-12 Glenn Morris <rgm@gnu.org>
1971
1972 * sc.texi (Getting Connected): Remove old index entries.
1973
5415d076 19742011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
1975
1976 * url.texi: Remove duplicate @dircategory (Bug#7942).
1977
b8e0f0cd
G
19782011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
1979
8a36c07f
GM
1980 * auth.texi (Overview, Help for users, Help for developers):
1981 Update docs.
b8e0f0cd
G
1982 (Help for users): Talk about spaces.
1983
caf82551
PE
19842011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1985
1986 * texinfo.tex: Update to version 2011-02-07.16.
1987
1ff98217
MA
19882011-02-07 Michael Albinus <michael.albinus@gmx.de>
1989
1990 * dbus.texi (Bus names): Adapt descriptions for
1991 dbus-list-activatable-names and dbus-list-known-names.
1992
2e78df6b
JB
19932011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1994
1995 * calc.texi (Logarithmic Units): New section.
1996
7fbf7cae
TZ
19972011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
1998
1999 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
2000 manuals use it now.
2001
0c7efc08 2002 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 2003
156ad271
KY
20042011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
2005
2006 * overrides.texi: Remove.
2007
2008 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2009 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2010
36539990
MA
20112011-02-05 Michael Albinus <michael.albinus@gmx.de>
2012
2013 * tramp.texi (Frequently Asked Questions): Mention problems with
2014 WinSSHD.
2015
2016 * trampver.texi: Update release number.
2017
20182011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
2019
2020 * tramp.texi:
2021 Replace "delimet" with "delimit" globally.
2022 Replace "explicite" with "explicit" globally.
2023 Replace "instead of" with "instead" where there was nothing after "of".
2024 Audit use of comma before interrogative pronoun, "that", or "which".
2025 Minor word order, spelling, wording changes.
2026
ec72bf63
G
20272011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2028
2029 * overrides.texi: New file to set or clear WEBHACKDEVEL.
2030
2031 * sieve.texi: Use WEBHACKDEVEL.
2032
2033 * sasl.texi: Use WEBHACKDEVEL.
2034
2035 * pgg.texi: Use WEBHACKDEVEL.
2036
2037 * message.texi: Use WEBHACKDEVEL.
2038
2039 * gnus.texi: Use WEBHACKDEVEL.
2040
2041 * emacs-mime.texi: Use WEBHACKDEVEL.
2042
2043 * auth.texi: Use WEBHACKDEVEL.
2044
2045 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2046 manuals.
2047
20482011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2049
2050 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2051
90b750f4
PE
20522011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2053
2054 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2055 which in turn is copied from ftp://tug.org/tex/.
2056
0e751a49
GM
20572011-02-03 Glenn Morris <rgm@gnu.org>
2058
2059 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2060 (Binding combinations of modifiers and function keys):
2061 Let's assume people reading this are not using Emacs 18.
2062
7f13c2e2
LI
20632011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2064
2065 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2066 since it's run automatically.
2067
d76c843e
LI
20682011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2069
2070 * gnus.texi (Customizing Articles): Fix typo.
2071
12e3ca0a
LI
20722011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2073
2074 * gnus.texi (Customizing Articles): Document the new way of customizing
2075 the date headers(s).
2076
fe72c8fa
LI
20772011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2078
2079 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2080 splitting example.
2081
bf3dae7e
EZ
20822011-01-29 Eli Zaretskii <eliz@gnu.org>
2083
2084 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2085 (MAKEINFO_OPTS): New variable.
2086 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2087 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2088 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2089 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2090 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2091 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2092 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2093 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2094 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2095 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2096 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2097 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2098 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2099 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2100 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2101 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2102 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2103 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2104
d6f13ac8
LI
21052011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2106
2107 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2108
c5ecc769
G
21092011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2110
2111 * message.texi (IDNA): Explain what it is.
2112
21132011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2114
2115 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2116
45eb2a5d
WL
21172011-01-23 Werner Lemberg <wl@gnu.org>
2118
2119 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2120 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2121 (ENVADD): Update.
45eb2a5d 2122
6872a814
GM
21232011-01-18 Glenn Morris <rgm@gnu.org>
2124
2125 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2126
77ab81d0 21272011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2128
2129 * nxml-mode.texi (Introduction): Fix file name typos.
2130
d221e780
CO
21312011-01-13 Christian Ohler <ohler@gnu.org>
2132
2133 * ert.texi: New file.
2134
2135 * Makefile.in:
2136 * makefile.w32-in: Add ert.texi.
2137
8c904d82
MA
21382011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2139
2140 * dbus.texi (Receiving Method Calls): New function
2141 dbus-register-service. Rearrange node.
2142
f56e0e7a
PE
21432011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2144
2145 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2146 which in turn is copied from ftp://tug.org/tex/.
2147
0fadf00e
MA
21482011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2149
2150 * dbus.texi (Receiving Method Calls): Describe new optional
2151 parameter dont-register-service of dbus-register-{method,property}.
2152
8b358e90
DU
21532010-12-17 Daiki Ueno <ueno@unixuser.org>
2154
0c7efc08
SM
2155 * epa.texi (Encrypting/decrypting *.gpg files):
2156 Mention epa-file-select-keys.
8b358e90 2157
549c9aed
G
21582010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2159
2160 * gnus.texi (Archived Messages): Remove outdated text.
2161
21622010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2163
0c7efc08 2164 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 2165
156e3f9c
G
21662010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2167
83f3eadc 2168 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 2169
8151d490
AC
21702010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2171
2172 * gnus.texi (The swish++ Engine): Add customizable parameters
2173 descriptions.
2174 (The swish-e Engine): Ditto.
2175
305bdd22
MA
21762010-12-14 Michael Albinus <michael.albinus@gmx.de>
2177
2178 * tramp.texi (Inline methods): Add "ksu" method.
2179 (Remote processes): Add example with remote `default-directory'.
2180
53aff12a
GM
21812010-12-14 Glenn Morris <rgm@gnu.org>
2182
2183 * faq.texi (Expanding aliases when sending mail):
2184 Now build-mail-aliases is interactive.
2185
8a1cdce5
AC
21862010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2187
2188 * gnus.texi: First pass at adding (rough) nnir documentation.
2189
7410c270
G
21902010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2191
53aff12a
GM
2192 * gnus.texi (Filtering New Groups):
2193 Mention gnus-auto-subscribed-categories.
2194 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
2195 removed.
2196
f49d1f52 21972010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
2198
2199 * cl.texi (For Clauses): Small fixes for frames and windows.
2200
acedf35c
CD
22012010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2202
2203 * org.texi (Using capture): Document using prefix arguments for
2204 finalizing capture.
2205 (Agenda commands): Document prefix argument for the bulk scatter
2206 command.
2207 (Beamer class export): Document that also overlay arguments can be
2208 passed to the column environment.
2209 (Template elements): Document the new entry type.
2210
22112010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2212
2213 * org.texi (Include files): Document :minlevel.
2214
22152010-12-11 Julien Danjou <julien@danjou.info>
2216
2217 * org.texi (Categories): Document category icons.
2218
22192010-12-11 Eric Schulte <schulte.eric@gmail.com>
2220
2221 * org.texi (noweb): Fix typo.
2222
516aa569
G
22232010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2224
2225 * gnus.texi (Server Commands): Point to the rest of the server
2226 commands.
2227
04db63bc
G
22282010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2229
2230 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2231 g'.
2232
ed797193
G
22332010-12-02 Julien Danjou <julien@danjou.info>
2234
2235 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2236
22372010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2238
2239 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2240 (Direct Functions): Note the STARTTLS upgrade.
2241
07976ae3 22422010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 2243 James Clark <none@example.com>
d3dfb185
GM
2244
2245 * nxml-mode.texi (Introduction): New section.
2246
59e75882
G
22472010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2248
2249 * gnus.texi (Server Commands): Document gnus-server-show-server.
2250
568a887f
MA
22512010-11-20 Michael Albinus <michael.albinus@gmx.de>
2252
2253 Sync with Tramp 2.2.0.
2254
2255 * trampver.texi: Update release number.
2256
1265829e
JB
22572010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2258
2259 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2260 Mention that the TeX specific units won't use the `tex' prefix
2261 in TeX mode.
2262
239661c0
KY
22632010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2264
2265 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2266
4a47c275 22672010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
2268
2269 * edt.texi: Remove information about Emacs 19.
2270
4a47c275 22712010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
2272
2273 * trampver.texi: Update release number.
2274
2f0e0dc8
KY
22752010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2276
2277 * gnus.texi (Article Washing): Fix typo.
2278
afe98dfa
CD
22792010-11-11 Noorul Islam <noorul@noorul.com>
2280
56f5a94e 2281 * org.texi: Fix typo.
afe98dfa
CD
2282
22832010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2284
2285 * org.texi (Using capture): Explain that refiling is
2286 sensitive to cursor position.
2287
22882010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2289
56f5a94e 2290 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
2291
22922010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2293
2294 * org.texi: Document the <c> cookie.
2295
22962010-11-11 Eric Schulte <schulte.eric@gmail.com>
2297
bd7239f5 2298 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 2299 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
2300
23012010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2302
56f5a94e 2303 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
2304
23052010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2306
56f5a94e 2307 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
2308
23092010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2310
2311 * org.texi (Setting up the staging area): Document that
2312 file names remain visible when encrypting the MobileOrg files.
2313
23142010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2315
2316 * org.texi (Setting up the staging area): Document which
2317 versions are needed for encryption.
2318
23192010-11-11 Eric Schulte <schulte.eric@gmail.com>
2320
56f5a94e
GM
2321 * org.texi (noweb): Update :noweb documentation to
2322 reflect the new "tangle" argument.
afe98dfa
CD
2323
23242010-11-11 Eric Schulte <schulte.eric@gmail.com>
2325
56f5a94e
GM
2326 * org.texi (Batch execution): Improve tangling script in
2327 documentation.
afe98dfa
CD
2328
23292010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2330
2331 * org.texi (Handling links):
2332 (In-buffer settings): Document inlining images on startup.
2333
23342010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2335
2336 * org.texi (Setting up the staging area): Document use of
2337 crypt password.
2338
23392010-11-11 David Maus <dmaus@ictsoc.de>
2340
56f5a94e 2341 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
2342
23432010-11-11 David Maus <dmaus@ictsoc.de>
2344
56f5a94e
GM
2345 * org.texi (Template expansion): Add mew in table for link type
2346 escapes.
afe98dfa
CD
2347
23482010-11-11 David Maus <dmaus@ictsoc.de>
2349
56f5a94e 2350 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
2351
23522010-11-11 Eric Schulte <schulte.eric@gmail.com>
2353
56f5a94e 2354 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
2355
23562010-11-11 Eric Schulte <schulte.eric@gmail.com>
2357
56f5a94e 2358 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
2359
23602010-11-11 Eric Schulte <schulte.eric@gmail.com>
2361
56f5a94e
GM
2362 * org.texi (Structure of code blocks):
2363 Update documentation to mention inline code block syntax.
afe98dfa
CD
2364
23652010-11-11 Eric Schulte <schulte.eric@gmail.com>
2366
56f5a94e 2367 * org.texi (comments): Improve wording.
afe98dfa
CD
2368
23692010-11-11 Eric Schulte <schulte.eric@gmail.com>
2370
56f5a94e 2371 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
2372
23732010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2374
2375 * org.texi (Installation): Remove the special
2376 installation instructions for XEmacs.
2377
23782010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2379
56f5a94e 2380 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
2381 insertion of empty structural elements.
2382
23832010-11-11 Noorul Islam <noorul@noorul.com>
2384
56f5a94e 2385 * org.texi: Fix doc.
afe98dfa
CD
2386
23872010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2388
2389 * org.texi (The date/time prompt): Document specification
2390 of time ranges.
2391
23922010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2393
2394 * org.texi (Internal links): Document the changes in
2395 internal links.
2396
23972010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2398
2399 * org.texi (Agenda commands): Document the limitation for
2400 the filter preset - it can only be used for an entire agenda
2401 view, not in an individual block in a block agenda.
2402
24032010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2404
2405 * org.texi (iCalendar export): Document alarm creation.
2406
6f8fc60c
MA
24072010-11-10 Michael Albinus <michael.albinus@gmx.de>
2408
2409 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2410
be3c11b3
LMI
24112010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2412
2413 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2414
d607b96b 24152010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 2416
d607b96b 2417 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 2418
181cb5fb
G
24192010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2420
2421 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2422 since that works by default.
2423
24242010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2425
2426 * gnus.texi (Customizing the IMAP Connection): Document
2427 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2428
36bc5d3b
MA
24292010-11-04 Michael Albinus <michael.albinus@gmx.de>
2430
2431 * tramp.texi (Remote shell setup): New item "Interactive shell
2432 prompt". Reported by Christian Millour <cm@abtela.com>.
2433 (Remote shell setup, Remote processes): Use @code{} for
2434 environment variables.
2435
cf503f7c
GM
24362010-11-03 Glenn Morris <rgm@gnu.org>
2437
537b04b9 2438 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 2439 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 2440
389b76fa
G
24412010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2442
2443 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2444
2699a554 24452010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
2446
2447 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2448
2699a554 24492010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
2450
2451 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2452
99e65b2d
G
24532010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2454
0c7efc08
SM
2455 * gnus.texi (Client-Side IMAP Splitting):
2456 Mention nnimap-unsplittable-articles.
99e65b2d
G
2457
24582010-10-29 Julien Danjou <julien@danjou.info>
2459
2460 * gnus.texi (Finding the News): Remove references to obsoletes
2461 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2462
aeeb3dcb
EZ
24632010-10-29 Eli Zaretskii <eliz@gnu.org>
2464
2465 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2466 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2467 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2468 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2469
8289f37b
GM
24702010-10-28 Glenn Morris <rgm@gnu.org>
2471
2472 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2473 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2474 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2475
d85d3b3a
DU
24762010-10-25 Daiki Ueno <ueno@unixuser.org>
2477
2478 * epa.texi (Mail-mode integration): Add alternative key bindings
2479 for epa-mail commands; escape comma.
c05c2b9b 2480 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 2481
9f534a47
JB
24822010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
2483
99e65b2d 2484 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 2485
5793a7bc 24862010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
2487
2488 * gnus.texi (Group Parameters, Buttons): Fix typos.
2489
280f417b
G
24902010-10-22 Tassilo Horn <tassilo@member.fsf.org>
2491
2492 * gnus.texi (Subscription Commands): Mention that you can also
2493 subscribe to new groups via the Server buffer, which is probably more
2494 convenient when subscribing to many groups.
2495
d806c872
G
24962010-10-21 Julien Danjou <julien@danjou.info>
2497
2498 * message.texi (Message Headers): Allow message-default-headers to be a
2499 function.
2500
d5798f68
LMI
25012010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2502
2503 * gnus-news.texi: Mention new archive defaults.
2504
b79bbef7
KY
25052010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2506
2507 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2508
2526f423
G
25092010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2510
2511 * gnus.texi (HTML): Document the function value of
2512 gnus-blocked-images.
2513 (Article Washing): shr and gnus-w3m, not the direct function names.
2514
ba91f05d
G
25152010-10-20 Julien Danjou <julien@danjou.info>
2516
2517 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2518 variable.
2519
da451787
LMI
25202010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2521
2522 * gnus.texi (Customizing the IMAP Connection): The port strings are
2523 strings.
c872595d 2524 (Document Groups): Mention git.
da451787 2525
7cad71ad
G
25262010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2527
2528 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2529 bzr/Gnus git sync.
2530
c56dfd36
EZ
25312010-10-15 Eli Zaretskii <eliz@gnu.org>
2532
2533 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2534 change.
2535
a1d16a7b
G
25362010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2537
2538 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2539 @item syntax for in-Emacs makeinfo.
2540
25412010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2542
2543 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2544 trim sentence.
2545
98e2b864
DU
25462010-10-12 Daiki Ueno <ueno@unixuser.org>
2547
2548 * epa.texi (Caching Passphrases):
0c7efc08
SM
2549 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2550 Clarify some configurations require to set up gpg-agent.
98e2b864 2551
c12e4a81
GM
25522010-10-11 Glenn Morris <rgm@gnu.org>
2553
2554 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2555
f7aa248a
G
25562010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2557
2558 * gnus.texi (Spam Package Introduction): Mention `$'.
2559
6513b232
EZ
25602010-10-09 Eli Zaretskii <eliz@gnu.org>
2561
2562 * makefile.w32-in (emacsdir): New variable.
2563 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2564 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2565
abd40fb4
GM
25662010-10-09 Glenn Morris <rgm@gnu.org>
2567
0f05450f
GM
2568 * Makefile.in (mostlyclean): Delete *.toc.
2569
d3a4ac46
GM
2570 * Makefile.in: Use $< in rules.
2571
aa9db089
GM
2572 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2573
abd40fb4
GM
2574 * Makefile.in ($(infodir)): Delete rule.
2575 (mkinfodir): New. Use it in all the info rules, rather than depending
2576 on infodir.
2577
ea274122
GM
25782010-10-09 Glenn Morris <rgm@gnu.org>
2579
6e90e2a8
GM
2580 * gnus.texi (Article Washing): Fix previous change.
2581
f7a31f11
GM
2582 * Makefile.in (emacsdir): New variable.
2583 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
2584 Depend on emacsver.texi.
2585
f7a31f11
GM
2586 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2587
ea274122
GM
2588 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2589
36d3245f
G
25902010-10-08 Julien Danjou <julien@danjou.info>
2591
f7a31f11 2592 * gnus.texi: Add mm-shr.
36d3245f
G
2593
25942010-10-08 Ludovic Courtès <ludo@gnu.org>
2595
2596 * gnus.texi (Finding the Parent, The Gnus Registry)
2597 (Registry Article Refer Method): Update docs for nnregistry.el.
2598
25992010-10-08 Daiki Ueno <ueno@unixuser.org>
2600
2601 * auth.texi (Help for users)
2602 (GnuPG and EasyPG Assistant Configuration): Update docs.
2603
12359245
GM
26042010-10-08 Glenn Morris <rgm@gnu.org>
2605
2606 * cl.texi (Organization, Installation, Old CL Compatibility):
2607 Deprecate cl-compat for new code.
4628bef1 2608 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
2609
2610 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2611
fcf2d385
KY
26122010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2613
2614 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2615
66627fa9
G
26162010-10-06 Julien Danjou <julien@danjou.info>
2617
fd9ba500
JD
2618 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2619
66627fa9
G
2620 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2621 broken link.
2622
2623 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2624
2625 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2626 to ReiserFS.
2627
2628 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2629 (FAQ 7-1): Fix getmail URL.
2630
65f54520
DU
26312010-10-06 Daiki Ueno <ueno@unixuser.org>
2632
2633 * epa.texi (Caching Passphrases): New section.
2634
4c83f6e1
GM
26352010-10-06 Glenn Morris <rgm@gnu.org>
2636
2637 * Makefile.in (SHELL): Set it.
2638 (info): Move the mkdir dependency to the individual info files.
2639 (mostlyclean): Tidy up.
2640 (clean): Only delete the specific dvi and pdf files.
2641 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 2642 ($(infodir)): Add parallel build workaround.
4c83f6e1 2643
71e691a5
G
26442010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2645
2646 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2647
a41c2e6d
G
26482010-10-03 Julien Danjou <julien@danjou.info>
2649
0c7efc08
SM
2650 * emacs-mime.texi (Display Customization):
2651 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
2652 mm-inline-large-images-proportion.
2653
37255945
MA
26542010-10-03 Michael Albinus <michael.albinus@gmx.de>
2655
0c7efc08
SM
2656 * tramp.texi (Frequently Asked Questions):
2657 Mention remote-file-name-inhibit-cache.
37255945 2658
11e4e7bd
LMI
26592010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2660
2661 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2662 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2663
cb83220a
KY
26642010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2665
0c7efc08
SM
2666 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2667 (Article Hiding): Add google banner example.
2668 Suggested by Benjamin Xu.
cb83220a 2669
6b958814
G
26702010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2671
0c7efc08
SM
2672 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2673 Remove nnimap-split-rule from examples.
6b958814
G
2674
26752010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2676
2677 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2678 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2679 Fishman.
2680 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2681
26822010-09-30 Julien Danjou <julien@danjou.info>
2683
2684 * gnus.texi (Gravatars): Fix documentation about
2685 gnu-gravatar-properties.
2686
b9476c04
DU
26872010-09-29 Daiki Ueno <ueno@unixuser.org>
2688
2689 * epa.texi (Bug Reports): New section.
2690
5f874327
GM
26912010-09-29 Glenn Morris <rgm@gnu.org>
2692
2693 * Makefile.in (top_srcdir): Remove unused variable.
2694
6b958814
G
26952010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2696
2697 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2698 (Client-Side IMAP Splitting): Document 'default.
2699
27002010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2701
0c7efc08
SM
2702 * gnus.texi (Customizing the IMAP Connection):
2703 Document nnimap-fetch-partial-articles.
6b958814 2704
82bccbfa
KY
27052010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2706
2707 * gnus-news.texi: Mention nnimap-inbox.
2708
2709 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2710
27112010-09-26 Julien Danjou <julien@danjou.info>
2712
47e08896 2713 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2714
27152010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2716
2717 * gnus.texi (Security): Remove gpg.el mention.
2718
27192010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2720
2721 * gnus.texi (Browse Foreign Server): New variable
2722 gnus-browse-subscribe-newsgroup-method.
2723
2724 * gnus-news.texi: Mention it.
2725
27262010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2727
0c7efc08 2728 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2729 (Startup Variables): No jingle.
2730
4c964351
UM
27312010-09-25 Ulrich Mueller <ulm@gentoo.org>
2732
2733 * woman.texi (Interface Options): xz compression is now supported.
2734
82bccbfa
KY
27352010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2736
2737 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2738 (Unavailable Servers): Document gnus-server-copy-server.
2739 (Using IMAP): Document the new nnimap.
2740
27412010-09-25 Julien Danjou <julien@danjou.info>
2742
47e08896 2743 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2744
18778f71
GM
27452010-09-24 Glenn Morris <rgm@gnu.org>
2746
2747 * url.texi (Disk Caching): Tweak previous change.
2748
9c766321
JD
27492010-09-24 Julien Danjou <julien@danjou.info>
2750
2751 * url.texi (Disk Caching): Mention url-cache-expire-time,
2752 url-cache-expired, and url-fetch-from-cache.
2753
82bccbfa
KY
27542010-09-24 Julien Danjou <julien@danjou.info>
2755
2756 * gnus.texi: Add Gravatars.
2757
27582010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2759
2760 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2761
592bdb9a
LMI
27622010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2763
2764 * gnus.texi (Expunging mailboxes): Update name of the expunging
2765 command.
2766
e4e22d29
KY
27672010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2768
2769 * emacs-mime.texi (rfc2047): Update description for
2770 rfc2047-encode-parameter.
2771
371d9801
MA
27722010-09-13 Michael Albinus <michael.albinus@gmx.de>
2773
2774 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2775 "fish" methods.
2776 (External methods): Remove "scp1_old" and "scp2_old" methods.
2777
31ae5827
MA
27782010-09-09 Michael Albinus <michael.albinus@gmx.de>
2779
2780 * tramp.texi: Remove Japanese manual. Fix typo.
2781
2782 * trampver.texi: Update release number. Remove japanesemanual.
2783
c0468714
GM
27842010-09-09 Glenn Morris <rgm@gnu.org>
2785
2786 * org.texi: Restore clobbered changes (copyright years, untabify).
2787
86441999
JD
27882010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2789
2790 * gnus.texi (Adaptive Scoring): Fix typo.
2791
25f28806
LMI
27922010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2793
2794 * gnus.texi (Article Display): Document gnus-html-show-images.
2795
45240125 27962010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2797
45240125
JD
2798 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2799
59d09f15
LMI
28002010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2801
2802 * gnus.texi (HTML): Document gnus-max-image-proportion.
2803
2cdd366f
KY
28042010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2805
51dee5ef
KY
2806 * gnus.texi (HTML): Document gnus-blocked-images.
2807
2cdd366f
KY
2808 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2809
b0e4f3fc
KY
28102010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2811
2812 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2813 the first message are used for wide replies.
f02566ce
KY
2814 (Changing Servers): Remove documentation on gnus-change-server and
2815 friends, since it's been removed.
b0e4f3fc 2816
598451ed
KY
28172010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2818
2819 * gnus.texi (Drafts): Mention B DEL.
2820
e7842e69
KY
28212010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2822
2823 * gnus.texi (Delayed Articles): Mention that the Date header is the
2824 original one, even if you delay.
2825
85115796
KY
28262010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2827
0c7efc08
SM
2828 * gnus.texi (Asynchronous Fetching):
2829 Document gnus-async-post-fetch-function.
85115796
KY
2830 (HTML): Made into its own section.
2831
f0b44bc0
MA
28322010-08-26 Michael Albinus <michael.albinus@gmx.de>
2833
2834 Sync with Tramp 2.1.19.
2835
217876c9 2836 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2837 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2838 Remove remark about doubled "-t" argument.
217876c9
MA
2839 (Auto-save and Backup): Remove reference to Emacs 21.
2840 (Filename Syntax): Describe port numbers.
2841 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2842 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2843 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2844 errors with the backquotes.
2845 (External packages): File attributes cache flushing for asynchronous
2846 processes.
2847 (Traces and Profiles): Describe verbose level 9.
2848
f0b44bc0
MA
2849 * trampver.texi: Update release number.
2850
7457f7b6
MA
28512010-08-23 Michael Albinus <michael.albinus@gmx.de>
2852
2853 * dbus.texi (Alternative Buses): New chapter.
2854
b695beda
SM
28552010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2856
2857 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2858
443c2c03
JB
28592010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2860
2861 * calc.texi (Customizing Calc): Rearrange description of new
2862 variables to match the presentation of other variables.
2863
7815fe19 28642010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2865
2866 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2867
2c695727
JB
28682010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2869
2870 * calc.texi (Making Selections, Selecting Subformulas)
2871 (Customizing Calc): Mention how to use faces to emphasize selected
2872 sub-formulas.
2873
bbb6ffa1
MA
28742010-08-05 Michael Albinus <michael.albinus@gmx.de>
2875
2876 * tramp.texi (External packages): File attributes cache flushing
2877 for asynchronous processes.
2878
5cee0a9c
AM
28792010-08-01 Alan Mackenzie <acm@muc.de>
2880
2881 Enhance the manual for the latest Java Mode.
2882
2883 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2884 annotation-var-cont.
2885 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2886 two new symbols.
2887
3f2afe32
MA
28882010-07-28 Michael Albinus <michael.albinus@gmx.de>
2889
2890 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2891
0ed082fe 28922010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2893
2894 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2895
311f0356
JB
28962010-07-19 Juanma Barranquero <lekktu@gmail.com>
2897
2898 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2899
86fbb8ca
CD
29002010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2901
2902 * org.texi: Add macros to get plain quotes in PDF output.
2903 List additional contributors.
2904 (Capture): New section, replaces the section about remember.
2905 (Working With Source Code): New chapter, focused on documenting Org
2906 Babel.
2907 (Code evaluation security): New section.
2908 (MobileOrg): Document DropBox support.
2909 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2910 (Special symbols): Show how to display UTF8 characters for entities.
2911 (Global TODO list): Clarify the use of the "M" key and the differences
2912 to the "m" key.
2913 (RSS Feeds): Mention Atom feeds as well.
2914 (Setting tags): Remove paragraph about
2915 `org-complete-tags-always-offer-all-agenda-tags'.
2916
5732e8ed
MA
29172010-07-17 Michael Albinus <michael.albinus@gmx.de>
2918
2919 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2920 argument.
2921 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2922 echoing shells.
2923
ca1bb391
MA
29242010-07-10 Michael Albinus <michael.albinus@gmx.de>
2925
2926 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2927 (Filename Syntax): Describe port numbers.
2928
5bd55c3c
MA
29292010-07-09 Michael Albinus <michael.albinus@gmx.de>
2930
2931 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2932 forgotten.
2933 (Type Conversion): Precise conversion of natural numbers.
2934 (Errors and Events): Add "debugging" to concept index. Add variable
2935 `dbus-debug'.
2936
820ae8fe
MA
29372010-07-04 Michael Albinus <michael.albinus@gmx.de>
2938
2939 * dbus.texi (Receiving Method Calls): Add optional argument
2940 EMITS-SIGNAL to `dbus-register-property'.
2941
b6f9df0f
JB
29422010-06-27 Alex Schroeder <alex@gnu.org>
2943
2944 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2945
62e034c2
GM
29462010-06-24 Glenn Morris <rgm@gnu.org>
2947
2948 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2949 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2950 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2951 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2952 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2953 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2954 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2955 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2956 convention. Make them end with a period.
2957
9360256a
GM
29582010-06-23 Glenn Morris <rgm@gnu.org>
2959
2960 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
2961 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2962 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2963 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2964 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2965 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 2966
04d3bb6c
GM
29672010-06-10 Glenn Morris <rgm@gnu.org>
2968
2969 * idlwave.texi (Load-Path Shadows):
2970 * org.texi (Handling links): Fix typos.
2971
5e7d4a75
KY
29722010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
2973
2974 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2975
9841cb4f
MA
29762010-05-26 Michael Albinus <michael.albinus@gmx.de>
2977
2978 * eshell.texi (Built-ins): Describe, how to disable a built-in command
2979 by an alias. (Bug#6226)
2980
597517ef
JB
29812010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2982
2983 * calc.texi (Manipulating Vectors): Mention that vectors can
2984 be used to determine bins for `calc-histogram'.
2985
14914c43
JB
29862010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2987
597517ef 2988 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 2989
0235128c 29902010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2991
2992 * url.texi (HTTP language/coding, Customization):
2993 * message.texi (Header Commands, Responses):
2994 * cl.texi (Argument Lists): Fix typos.
2995
0235128c 29962010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 2997
0235128c
SM
2998 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2999 Note that Development menu is always available.
aa5789b5
CY
3000 (Creating a project): Fix terminology.
3001 (Add/Remove files): Fix typo.
3002
0235128c
SM
30032010-05-07 Chong Yidong <cyd@stupidchicken.com>
3004
3005 * Version 23.2 released.
3006
a628ad9d 30072010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
3008
3009 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3010
502269d6
MA
30112010-05-01 Michael Albinus <michael.albinus@gmx.de>
3012
0235128c
SM
3013 * tramp.texi (Inline methods, Default Method):
3014 Mention `tramp-inline-compress-start-size'.
502269d6 3015
6e104790 30162010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
3017
3018 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3019 the CVS repo. Put the Git repo in the news section.
3020
6e104790 3021 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
3022 Removed some mentions of CVS. Mention the new Git repo.
3023
6e104790 30242010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
3025
3026 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
3027 (Mail Group Commands): Add index entry.
3028
6e104790 30292010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
3030
3031 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3032
f8b91752
JB
30332010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3034
3035 * calc.texi (Radix modes): Mention that the option prefix will
3036 turn on twos-complement mode.
3037 (Inverse and Hyperbolic Flags): Mention the Option flag.
3038
ed21c5c8
CD
30392010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3040
3041 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 3042 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
3043 (Sectioning structure): Update.
3044 (References): New use case for field coordinates.
6e104790 3045 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
3046 (Setting up the staging area): Document the availability of
3047 encryption for MobileOrg.
3048 (Images and tables): Document how to reference labels.
3049 (Index entries): New section.
3050 (Generating an index): New section.
3051 (Column width and alignment): Document that <N> now
3052 means a fixed width, not a maximum width.
3053 (Publishing options): Document the :email option.
3054 (Beamer class export): Fix bug in the BEAMER example.
3055 (Refiling notes): Document refile logging.
3056 (In-buffer settings): Document refile logging keywords.
3057 (Drawers): Document `C-c C-z' command.
3058 (Agenda commands): Mention the alternative key `C-c C-z'.
3059 (Special properties): Document the BLOCKED property.
3060 (The spreadsheet): Mention the formula editor.
3061 (References): Document field coordinates.
3062 (Publishing action): Correct the documentation for the
3063 publishing function.
3064 (The date/time prompt): Document that we accept dates
3065 like month/day/year.
3066 (Cooperation): Document the changes in table.el support.
3067 (Faces for TODO keywords, Faces for TODO keywords)
3068 (Priorities): Document the easy colors.
3069 (Visibility cycling): Document the new double prefix
3070 arg for `org-reveal'.
3071 (Cooperation): Remember.el is part of Emacs.
3072 (Clean view): Mention that `wrap-prefix' is also set by
3073 org-indent-mode.
3074 (Agenda commands): Add information about prefix args to
3075 scheduling and deadline commands.
3076 (Search view): Point to the docstring of
3077 `org-search-view' for more details.
6e104790 3078 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3079 (Setting tags): Document variable
3080 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3081 (Column attributes): Cross-reference special properties.
ed21c5c8 3082
456b348e
MA
30832010-04-10 Michael Albinus <michael.albinus@gmx.de>
3084
3085 Synchronize with Tramp repository.
3086
3087 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3088 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3089 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3090 syntax, texi2dvi reports errors with the backquotes.
3091
3092 * trampver.texi: Update release number.
3093
357e2d8e
KY
30942010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3095
3096 * gnus.texi (Finding the News): Add pointers to the Server buffer
3097 because it's essential.
3098
1d4d7664
KY
30992010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3100
3101 * gnus.texi (MIME Commands): Update description of
3102 gnus-article-browse-html-article.
3103
bd3e840f
KY
31042010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3105
3106 * auth.texi (Secret Service API): Add TODO node.
3107 (Help for users): Explain the new source options for `auth-sources'.
3108
e867cb5d 31092010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3110
3111 * trampver.texi: Update release number.
3112
288f9fc0
CY
31132010-03-10 Chong Yidong <cyd@stupidchicken.com>
3114
3115 * Branch for 23.2.
3116
d99aaebd
CY
31172010-03-03 Chong Yidong <cyd@stupidchicken.com>
3118
3119 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3120 now enabled by default.
3121
5794c2a5
MA
31222010-02-28 Michael Albinus <michael.albinus@gmx.de>
3123
3124 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3125 when Emacs runs in interactive mode. (Bug#5645)
3126
40572be6
GM
31272010-02-16 Glenn Morris <rgm@gnu.org>
3128
3129 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3130
7bb8ed67
MH
31312010-02-05 Mark A. Hershberger <mah@everybody.org>
3132
3133 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3134
45a1423d 31352010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3136
3137 * gnus.texi (Score File Format): Fix typo.
3138
45a1423d 31392010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3140
3141 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3142
14f17fc8
JB
31432010-01-18 Juanma Barranquero <lekktu@gmail.com>
3144
3145 * ada-mode.texi (Project File Overview): Fix typo.
3146
607d4369
CY
31472010-01-17 Chong Yidong <cyd@stupidchicken.com>
3148
3149 * semantic.texi: Add Richard Y. Kim credit.
3150
3151 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3152
3d1bfa99
MA
31532010-01-17 Michael Albinus <michael.albinus@gmx.de>
3154
3155 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 3156 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 3157
6fbf7a75
GM
31582010-01-17 Glenn Morris <rgm@gnu.org>
3159
b9f978f0
GM
3160 * calc.texi (Reporting Bugs): Don't mention format of repository.
3161
f19bc38d
GM
3162 * woman.texi (Bugs): Make "Emacs repository" less specific,
3163 and the URL for same more specific.
3164
6fbf7a75
GM
3165 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3166
16c3428a
JB
31672010-01-17 Juanma Barranquero <lekktu@gmail.com>
3168
3169 * ede.texi (ede-step-project, ede-proj-target):
3170 * tramp.texi (Remote processes): Fix typos.
3171
045b9da7
ML
31722010-01-16 Mario Lang <mlang@delysid.org>
3173
3174 * ede.texi (ede-target):
3175 * org.texi (Refiling notes): Remove duplicated words.
3176
c57008f6
SM
31772010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3178
3179 * gnus.texi (Posting Styles): Use with-current-buffer.
3180 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3181
798c9eb5
KR
31822010-01-02 Kevin Ryde <user42@zip.com.au>
3183
3184 * eieio.texi (Naming Conventions): Correction to xref on elisp
3185 coding conventions, is "Tips" node not "Standards".
3186
4970fbfe
CY
31872009-12-24 Chong Yidong <cyd@stupidchicken.com>
3188
3189 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3190
3191 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3192
83828b06
KY
31932009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3194
3195 * gnus.texi (Direct Functions): Add missing port number to tls method.
3196
45a4a565
JB
31972009-12-15 Juanma Barranquero <lekktu@gmail.com>
3198
3199 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3200 ($(infodir)/edt, edt.dvi): New targets.
3201
698bfef7
GM
32022009-12-15 Glenn Morris <rgm@gnu.org>
3203
3204 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3205 (edt, $(infodir)/edt, edt.dvi): New targets.
3206 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3207
3208 * Makefile.in (PDF_TARGETS, pdf): New.
3209 (clean): Add *.pdf.
3210 Add pdf rules for all manuals.
3211
0e983327
JB
32122009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3213
3214 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3215
8e687433
CY
32162009-12-14 Chong Yidong <cyd@stupidchicken.com>
3217
3218 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3219 (Smart Jump, Analyzer Debug): Copyedits.
3220 (Semantic mode user commands): Link to new nodes.
3221 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3222 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3223 upstream Semantic manual.
3224
3225 * semantic.texi (Introduction): Minor fix to diagram.
3226
020335df
MA
32272009-12-09 Michael Albinus <michael.albinus@gmx.de>
3228
3229 * eshell.texi (History): Add the other built-in variables.
3230 (Built-ins): Explain built-ins, and how to apply the external commands.
3231 Add `history', `su' and `sudo'.
3232
3233 * tramp.texi (Remote processes): Add missing <RET> in the example.
3234
6ddf13e4
BW
32352009-12-01 Bill Wohler <wohler@newt.com>
3236
3237 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 3238 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
3239 excessively garrulous.
3240
07b6428c
MA
32412009-11-29 Michael Albinus <michael.albinus@gmx.de>
3242
3243 * tramp.texi (Remote processes): Improve eshell example with "su"
3244 and "sudo" commands.
3245
fd1cefda
CY
32462009-11-28 Chong Yidong <cyd@stupidchicken.com>
3247
3248 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3249
3250 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3251 Document semantic-complete-analyze-inline.
3252 (Semanticdb search debugging commands): Minor clarification.
3253 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 3254 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 3255 manual.
9d542758 3256 (Semantic mode): Link to Idle Scheduler.
fd1cefda 3257
159e3ad5
KR
32582009-11-28 Kevin Ryde <user42@zip.com.au>
3259
3260 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 3261 @pxref, now EIEIO is in Emacs.
159e3ad5 3262
c6d47315
KR
3263 * erc.texi (Development): Correction to git tutorial url.
3264
16f6287e
GM
32652009-11-26 Glenn Morris <rgm@gnu.org>
3266
3267 * faq.texi (Latest version of Emacs): Mention stability of development
3268 version.
3269 (Problems with very large files): Max buffer size increase in 23.2.
3270 (VM): VM has moved house again.
3271
5ea5dbc9
JB
32722009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3273
3274 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3275 notations.
3276
5dec9555
CD
32772009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3278
45a4a565 3279 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 3280
bd6f6833
CY
32812009-11-20 Chong Yidong <cyd@stupidchicken.com>
3282
3283 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
3284 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3285 (Idle Completions Mode): Numerous copyedits.
bd6f6833 3286
be479117
JB
32872009-11-17 Juanma Barranquero <lekktu@gmail.com>
3288
3289 * semantic.texi (Semantic Internals, Glossary):
3290 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3291 (Semanticdb search debugging commands): Fix typos.
3292
17291a1f
JB
32932009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3294
be479117 3295 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 3296
af42a9cc
JB
32972009-11-16 Juanma Barranquero <lekktu@gmail.com>
3298
3299 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3300 ($(infodir)/semantic, semantic.dvi): New targets.
3301
3149927d
CY
33022009-11-16 Chong Yidong <cyd@stupidchicken.com>
3303
3304 * Makefile.in: Build the Semantic manual.
3305
3306 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3307 repository.
3308
977640ed
MA
33092009-11-16 Michael Albinus <michael.albinus@gmx.de>
3310
3311 * dbus.texi (Receiving Method Calls): New defun
3312 `dbus-unregister-service'.
3313
17673adf
CD
33142009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3315
3316 * org.texi (Speed keys): New section.
3317
0ecd3c90
MA
33182009-11-13 Michael Albinus <michael.albinus@gmx.de>
3319
3320 * dbus.texi (Type Conversion): Fix typo.
3321 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3322 `dbus-registered-objects-table'.
0c7efc08
SM
3323 (Receiving Method Calls): New defun `dbus-register-property'.
3324 Move `dbus-unregister-object' here.
0ecd3c90 3325
8bfe682a
CD
33262009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3327
3328 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3329
33302009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3331
3332 * org.texi (Column attributes): Add the new age summary operators.
3333 Also, mention the fact you can only use one summary operator per
3334 property.
3335
33362009-11-13 John Wiegley <johnw@newartisans.com>
3337
0c7efc08 3338 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 3339 manual about how to track habits.
0c7efc08 3340 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
3341 dangling clocks are resolved.
3342
33432009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3344
3345 * org.texi (Agenda commands): Document the new `i' command.
3346 (Inserting deadline/schedule): Document logging changes
3347 of scheduling and deadline times stamps.
3348 (In-buffer settings): Document the in-buffer keywords for logging
3349 changes of scheduling and deadline times stamps.
3350 (Structure editing, Plain lists): Document indentation
3351 cycling in empty entries with TAB.
3352 (Archiving): Document the default archiving command.
3353 (Moving subtrees): Document the new keys for archiving.
3354 (Internal archiving): Fix incorrect key.
3355 (Agenda commands): Document the TODO set switching commands.
3356 (Agenda commands): Document the new archiving keys.
3357 (Clocking work time): Better description on how to save
3358 and restore a clock.
3359 (Resolving idle time): Mention the x11idle program to get true
3360 idleness also under X11.
3361 (Resolving idle time): Use @kbd instead of @key for normal
3362 letters, because this is how he rest of the manual does this.
3363 (Pushing to MobileOrg): Mention that `org-directory'
3364 should be set.
3365 (Agenda commands): Document that SPC is a filter for
3366 any tag.
0c7efc08 3367 (Search view): Rename from "Keyword search".
8bfe682a
CD
3368 (Capure): New chapter.
3369 (Markup): New chapter.
0c7efc08
SM
3370 (Links in HTML export, Images in HTML export):
3371 Extend the section titles.
8bfe682a
CD
3372 (Images in HTML export): Document the align option.
3373 (Text areas in HTML export): Extend the section title.
3374 (Images in LaTeX export): Explain image placement in LaTeX.
3375
693737cd
GM
33762009-11-10 Glenn Morris <rgm@gnu.org>
3377
3378 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3379
c7bd4ebe
MA
33802009-11-08 Michael Albinus <michael.albinus@gmx.de>
3381
3382 * tramp.texi (Auto-save and Backup): Disable backups just for a
3383 method.
3384
3385 * trampver.texi: Update release number.
3386
76c5acad
MA
33872009-11-07 Michael Albinus <michael.albinus@gmx.de>
3388
3389 Sync with Tramp 2.1.17.
3390
3391 * trampver.texi: Update release number.
3392
d9a57abf
GM
33932009-10-29 Glenn Morris <rgm@gnu.org>
3394
3395 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3396
637f4f0f
MA
33972009-10-23 Michael Albinus <michael.albinus@gmx.de>
3398
3399 * tramp.texi (External methods): Temporary files are kept for
3400 `rsync' and `rsyncc' methods.
3401
310dbb05
JB
34022009-10-09 Juanma Barranquero <lekktu@gmail.com>
3403
3404 * eieio.texi: Fix typos.
3405
09094f28
CY
34062009-10-07 Chong Yidong <cyd@stupidchicken.com>
3407
3408 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3409
216f299a
JB
34102009-10-07 Juanma Barranquero <lekktu@gmail.com>
3411
3412 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3413 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3414
966a6506
CY
34152009-10-07 Chong Yidong <cyd@stupidchicken.com>
3416
3417 * Makefile.in: Build EIEIO and EDE manuals.
3418
34192009-10-07 Eric Ludlam <zappo@gnu.org>
3420
3421 * eieio.texi:
3422 * ede.texi: New files.
3423
8842cd9b
MA
34242009-10-05 Michael Albinus <michael.albinus@gmx.de>
3425
3426 * tramp.texi (Remote processes): Association of a pty is not supported.
3427
7006d207
CD
34282009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3429
3430 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3431 (Processing LaTeX fragments): Document that the size of images can be
3432 changes using the variable `org-format-latex-options'.
3433 (The date/time prompt, Timestamps): Be more accurate over ISO format
3434 dates and times.
3435 (Visibility cycling): Document showeverything keyword.
3436 (In-buffer settings): Document showeverything keyword.
3437 (Setting up the staging area): Fix the example.
3438 (MobileOrg): New section.
3439 (Agenda commands, Exporting Agenda Views): Document exporting the
3440 agenda view to Org files.
3441
0e7b2867
MA
34422009-09-28 Michael Albinus <michael.albinus@gmx.de>
3443
3444 * tramp.texi (History): Add IMAP support.
3445 (External methods): Add `imap' and `imaps' methods.
3446 (GVFS based methods): Add indices for `davs'.
3447 (Password handling): Rename anchors. Add IMAP entries for
3448 ~/.authinfo.gpg.
3449
3450 * trampver.texi: Set default value of `emacsimap'.
3451
4146636e
KY
34522009-09-22 Daiki Ueno <ueno@unixuser.org>
3453
3454 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3455
d22f7ffa
CY
34562009-09-13 Chong Yidong <cyd@stupidchicken.com>
3457
0c7efc08
SM
3458 * dired-x.texi (Technical Details):
3459 Delete dired-up-directory (Bug#4292).
d22f7ffa 3460
66043531
MA
34612009-09-03 Michael Albinus <michael.albinus@gmx.de>
3462
216f299a 3463 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 3464
6eb02347
CD
34652009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3466
3467 * org.texi (Effort estimates): Document new effort setting commands.
3468 (Agenda commands): Document the new keys fro agenda time motion.
3469 Document entry text mode. Improve documentation of the keys to include
3470 inactive time stamps into the agenda view.
3471 (Feedback): Document the new bug report command.
0c7efc08 3472 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 3473
38dc51ba
KY
34742009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3475
3476 * auth.texi (Help for users): Corrected markup.
3477
e402f452
GM
34782009-09-02 Glenn Morris <rgm@gnu.org>
3479
3480 * emacs-mime.texi (time-date): Mention float-time.
3481
744256cf
JB
34822009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
3483
3484 * calc.texi (Simplifying Formulas): Improve the wording.
3485
b0b63450
MB
34862009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
3487
3488 * auth.texi: Rewritten for coverage and clarity.
3489
34902009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3491
0c7efc08
SM
3492 * gnus.texi (Expiring Mail):
3493 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
3494 (Various Various): Mention gnus-safe-html-newsgroups.
3495
3496 * gnus-news.texi: Mention
3497 gnus-mark-copied-or-moved-articles-as-expirable.
3498
3499 * emacs-mime.texi (Display Customization): Add xref to
3500 gnus-safe-html-newsgroups.
3501
b59329e0
MA
35022009-08-28 Michael Albinus <michael.albinus@gmx.de>
3503
3504 * tramp.texi (Version Control): Remove.
af42a9cc 3505 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
3506 reference.
3507 (External methods): Correct `scpc' concept index entries. New method
3508 `rsyncc'.
3509 (External packages): New subsections "Filename completion" and "File
3510 attributes cache".
3511
0ff2d6c2
JB
35122009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
3513
3514 * calc.texi (Rewrite Rules): Improve the example.
3515 (Simplifying Formulas): Explain use of the I and H flags for
3516 simplification.
3517
ecd3d54f
MA
35182009-08-25 Michael Albinus <michael.albinus@gmx.de>
3519
3520 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 3521 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
3522 (Synchronous Methods, Asynchronous Methods): Use English numeric format
3523 for timeout values.
78176e69
MA
3524 (Top): Remove footnote saying D-Bus is not enabled by
3525 default. (Bug#4256)
ecd3d54f 3526
0f215bca
DU
35272009-08-23 Daiki Ueno <ueno@unixuser.org>
3528
3529 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 3530 Reported by Jari Aalto (Bug#4211).
0f215bca 3531 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 3532 epa-global-mail-mode.
3b7ab45f
DU
3533 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3534 epa-setup.
0f215bca 3535
4f22e84d
MA
35362009-08-16 Michael Albinus <michael.albinus@gmx.de>
3537
3538 * dbus.texi (Asynchronous Methods): Allow nil handler.
3539
9ff0b02b 35402009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 3541
26b03ee3 3542 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 3543
26b03ee3 3544 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 3545
4c39f404
CY
35462009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3547
3548 * calc.texi (Date Forms): Fix typos.
3549
3bcfba17
GM
35502009-08-08 Glenn Morris <rgm@gnu.org>
3551
3552 * org.texi (Agenda commands): Restore clobbered change.
3553
66783bb4
EZ
35542009-08-07 Eli Zaretskii <eliz@gnu.org>
3555
3556 * calc.texi (Graphics, Devices): Update with the peculiarities of
3557 operation on MS-Windows.
3558
c8d0cf5c
CD
35592009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3560
3561 * org.texi (Publishing action): Improve documentation of file
3562 names when publishing to the source directory.
3563 (Clean view): Document `org-indent-mode'.
3564 (Clocking work time): Add documentation for the
3565 new :timetamp option when creating a clock report.
3566 (Paragraphs): Fix many typos.
3567 (Plain lists): Remove duplicate explanation about the
3568 `C-c *' command.
3569 (Literal examples): Update to reflect the new behavior
3570 of the -n -r -k switches when exporting source code examples.
3571 (Structure editing): Add information about `C-c *',
3572 converting a plain list into a list of Org items.
3573 (Remember): Small rephrasing of the paragraph
3574 describing remember.el. Also mentioned that remember.el is part
3575 of Emacs 23, not Emacs 22.
3576 (Clocking work time): Add documentation about
3577 displaying the current clocking time against the effort estimate.
3578 Also add a footnote about using `org-clock-in-prepare-hook' to add
3579 an effort estimate on the fly, just before clocking it.
3580 (Footnotes): Document automatic renumbering and
3581 sorting.
3582 (Agenda commands): Document new bulk commands.
3583 (Plain lists): Document new behavior of
3584 `org-cycle-include-plain-lists'.
4e2af782 3585 Hyphenation only in TeX.
c8d0cf5c
CD
3586 (Clocking work time): Document the key to update effort
3587 estimates.
3588 (Clocking work time): Document the clock time display.
3589 (Structure editing, TODO basics): Document new
3590 variables.
3591 (Column attributes): Document new colciew operators.
3592 (Publishing options): Document :xml-declaration.
3593 (Tracking TODO state changes): Document the
3594 LOG_INTO_DRAWER property.
3595 (Literal examples): Document the new implementation for
3596 editing source code.
3597 (Publishing action): Mention the new publishing
3598 function, to publish an Org source file.
3599 (Publishing links): Mention how to link to an Org source file.
3600 (Macro replacement): Document new macros.
3601 (Handling links): Document type-specific completion
3602 when inserting links.
3603 (Structure editing, Plain lists): Improve documentation
3604 on sorting.
3605 (Internal links): Document custom ids for links.
3606 (Handling links): Document custom ids for links.
3607 (CSS support): Document new class.
3608 (Refiling notes): Document the possibility to create new nodes
3609 during refiling.
3610 (Agenda commands): Document the "?" operator to find
3611 tasks without effort setting.
3612 (Exporting agenda information): Section moved.
3613 (RSS Feeds): New section.
3614 (Built-in table editor): Document M-e and M-a navigate
3615 inside table field.
3616 (Stuck projects): Docment that projects identified as
3617 un-stuck will still be searchd for stuck sub-projects.
3618 (Paragraphs): Document centering.
3619 (Creating timestamps, Agenda commands): Document new
3620 behavior when changing time stamps.
3621 (Structure editing): Document the new command
3622 `org-clone-subtree-with-time-shift'.
3623 (Publishing): Refresh this chapter.
3624 (Export options, Export options, In-buffer settings):
3625 Document the new keywords.
3626 (Matching tags and properties): Collect all
3627 documentation about tags/property matches here.
3628 (Setting tags): Document `org-tag-persistent-alist'.
3629 (Weekly/daily agenda): New section.
3630 (Orgstruct mode): Describe `orgstruct++-mode'.
3631 (Drawers): Mention the LOGBOOK drawer.
3632 (Export options, Sectioning structure): Document the
3633 #+LEATEX_HEADER in-buffer setting.
3634 (Bugs): Section removed.
3635 (Hooks): New section.
0c7efc08 3636 (Add-on packages): Move here from old location.
c8d0cf5c
CD
3637 (Context-sensitive commands): New section.
3638 (Setting tags): Document newline option.
3639 (Global TODO list, Matching tags and properties):
3640 Mention more variables.
3641 (Checkboxes): Update to changed command behavior.
81a5560e 3642
40d2791f
CY
36432009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3644
3645 * speedbar.texi (Basic Key Bindings): Fix typo.
3646
65d0154b
JB
36472009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3648
3649 * calc.texi (Vector/Matrix Functions): Add index entries for both
3650 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3651 affects matrices with more than one row.
b5bdfd9f 3652 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 3653
5a9e3ab7
JB
36542009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3655
3656 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 3657 `calc-transpose-lines'.
5a9e3ab7 3658
42fb7e61
MA
36592009-07-27 Michael Albinus <michael.albinus@gmx.de>
3660
3661 * dbus.texi (Receiving Method Calls): Describe special return value
3662 `:ignore'.
3663
574b69d5
AM
36642009-07-24 Alan Mackenzie <acm@muc.de>
3665
3666 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3667 initialization, any individual variable setting now takes precedence
3668 over one done via c-file-style/c-file-offsets.
3669
ec06459c
JB
36702009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3671
3672 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3673 truncated when Calc is quit.
3674 (Customizing Calc): Document `calc-undo-length'.
3675
4ce54f6b
CY
36762009-07-20 Chong Yidong <cyd@stupidchicken.com>
3677
3678 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3679
0e4f8ba5
GM
36802009-07-11 Kevin Ryde <user42@zip.com.au>
3681
3682 * pcl-cvs.texi (About PCL-CVS):
3683 * widget.texi (Basic Types):
3684 Fix cross-references.
3685
fa0f81b0
AS
36862009-07-01 Andreas Schwab <aschwab@redhat.com>
3687
3688 * dbus.texi (Type Conversion): Don't use literal control character.
3689
88a683c5
MA
36902009-07-01 Michael Albinus <michael.albinus@gmx.de>
3691
3692 * tramp.texi (GVFS based methods): New section.
3693 (Remote processes): Processes for GVFS based methods run locally.
3694
36c8febb
MA
36952009-06-30 Michael Albinus <michael.albinus@gmx.de>
3696
0c7efc08
SM
3697 * tramp.texi (Inline methods, External methods, Gateway methods):
3698 Avoid the words "kludge" and hack".
36c8febb
MA
3699 (External methods): Add `synce' method.
3700
3701 * trampver.texi: Update release number.
3702
d6b951bb
MA
37032009-06-22 Michael Albinus <michael.albinus@gmx.de>
3704
3705 Sync with Tramp 2.1.16.
3706
3707 * tramp.texi (History): Add GVFS support.
3708 (External methods): Precise `rsync' description. Add `dav', `davs' and
3709 `obex' methods. Add 'tramp-gvfs-methods' option.
3710 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3711 forms.
3712 (Remote Programs): Introduce `tramp-own-remote-path'.
3713 (Remote processes): New subsection "Running remote programs that create
3714 local X11 windows".
3715 (Frequently Asked Questions): Improve code for disabling vc.
3716
3717 * trampver.texi: Update release number. Set default value of
3718 `emacsgvfs'.
3719
70243478
CY
37202009-06-21 Chong Yidong <cyd@stupidchicken.com>
3721
3722 * Branch for 23.1.
3723
54b31cbf
GM
37242009-06-17 Glenn Morris <rgm@gnu.org>
3725
3726 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3727 (Latest version of Emacs): Mention source code repository.
3728
f6adc23c
GM
37292009-06-16 Glenn Morris <rgm@gnu.org>
3730
3731 * faq.texi (Top): Language tweak.
3732 (Extended commands): Most people have arrow keys.
3733 (Emacs manual): Say how to follow info links.
3734 (File-name conventions): Change title a bit. Explain about source
3735 versus installed. Condense etc description.
3736 (Guidelines for newsgroup postings): Mention Savannah list page.
3737 (Newsgroup archives): Simplify.
3738 (Contacting the FSF): Add contact URL.
3739 (Emacs Lisp documentation): Printed version not always available.
3740 (Installing Texinfo documentation): Explain how by hand installation is
3741 not normally needed. Use add-to-list. Remove duplicate reference.
3742 (Informational files for Emacs): Move info on Help menu here from
3743 "File-name conventions".
3744 (Help installing Emacs): Tweak uref.
3745 (Obtaining the FAQ): Mention repository.
3746 (Origin of the term Emacs): Explain "ITS".
3747 (Changing load-path): Use add-to-list.
3748 (Automatic indentation): Clarify this is for Text mode.
3749 Don't mention Indented Text mode.
3750 (Finding Emacs on the Internet): The FSF does not seem to offer a
3751 deluxe distribution on CD anymore.
3752
b59a8457
GM
37532009-06-16 Glenn Morris <rgm@gnu.org>
3754
3755 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3756 Recommend the latest release. Mention how to get older FAQs.
3757 Recommend the Emacs manual.
3758 (Guidelines for newsgroup postings): Discourage cross-posts.
3759 (Underlining paragraphs): Remove.
3760 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3761 (Bugs and problems): Update key-binding.
3762 (Problems with very large files): Mention 64-bit.
3763 (Shell process exits abnormally): Remove.
3764 (Problems with Shell Mode): Rename and update.
3765 (Spontaneous entry into isearch-mode)
3766 (Problems talking to certain hosts): Remove. This is old information,
3767 in etc/PROBLEMS if needed.
3768 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3769 (Dired claims that no file is on this line): Update.
3770 (Installing Emacs, Problems building Emacs): Simplify.
3771 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3772 information.
3773 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3774 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3775 (JDEE): "JDEE", not "JDE".
3776 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3777 Remove. This is old information, in etc/PROBLEMS if needed.
3778 (stty and Backspace key, Kanji and Chinese characters): Remove.
3779 (Right-to-left alphabets): Update section.
3780 (Changing the included text prefix): Gnus uses message-yank-prefix.
3781 Add cross-reference to Supercite manual.
3782 (Saving a copy of outgoing mail): Simplify output file description.
3783 (Expanding aliases when sending mail): Refer to Emacs manual.
3784 Remove old info about RFC822.
3785 Correct description of how to rebuild aliases.
3786 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3787 (MIME with Emacs mail packages)
3788 (Viewing articles with embedded underlining)
3789 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3790 Remove old sections.
3791 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3792 and is well-documented in the Gnus manual.
3793 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3794 (Making Gnus faster): Rename from "Starting Gnus faster".
3795 Merge "Catch-up is slow in Gnus" into here.
3796
0e6d12ca
GM
37972009-06-14 Glenn Morris <rgm@gnu.org>
3798
3799 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3800 (New in Emacs 23): New section.
3801 (Handling C-s and C-q with flow control): Add xref.
3802
2e17e05e
GM
38032009-06-13 Glenn Morris <rgm@gnu.org>
3804
3805 * faq.texi (Setting up a customization file): Grammar fix.
3806 Customize is no longer "new".
3807 (Displaying the current line or column): Line-number mode is on by
3808 default. Don't mention `column' package. Mention linum.el.
3809 (Turning on abbrevs by default): Explain how to do it for buffers,
3810 modes, and everywhere.
3811 (Associating modes with files): Use add-to-list. Don't mention Emacs
3812 19.
3813 (Highlighting a region): On by default since 23.1.
3814 (Replacing highlighted text): Update doc quote.
3815 (Working with unprintable characters): Don't mention search-quote-char.
3816 (Using an already running Emacs process): Gnuclient is probably not an
3817 enhancement these days.
3818 (Indenting switch statements): Remove mention of pre-Emacs 20.
3819 (Horizontal scrolling): Abbreviate Emacs 20 description.
3820 (Replacing text across multiple files): Fix name of dired command.
3821 (Disabling backups): Use require not load.
4f9d4de3 3822 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3823
2a1cf2b9
BW
38242009-06-13 Bill Wohler <wohler@newt.com>
3825
3826 Release MH-E manual version 8.2.
3827
3828 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3829 release 8.2.
3830
85b438b7
GM
38312009-06-13 Glenn Morris <rgm@gnu.org>
3832
3833 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3834 in this day and age the common meaning is "on the web".
3835 (copying): Use @copyright in all cases.
3836 (Basic keys): Remove reference to deleted manual node "Text Characters".
3837 (File-name conventions): Use GNU as an example rather than SERVICE.
3838 default.el lives in site-lisp. Update Info directory location.
3839 (Real meaning of copyleft): GPL actions have been brought, but all
3840 settled out of court.
3841 (Guidelines for newsgroup postings): Shorten section title.
3842 Simplify comp.emacs description.
3843 (Newsgroup archives): Change Google URL. Describe Gmane.
3844 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3845 points". Mention List-Unsubscribe header.
3846 (Contacting the FSF): Update email and URLs.
3847 (Basic editing): Mention F1 for help.
3848 (Installing Texinfo documentation): Refer to Texinfo website rather
3849 than ftp server.
3850 (Printing a Texinfo file): Mention texi2pdf.
3851 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3852 are just stubs nowadays.
3853 (Latest version of Emacs): Explain version numbers.
3854 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3855 (Turning on syntax highlighting): No need to mention hilit19 any more.
3856 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3857 (Modes for various languages): Remove section.
3858 (Major packages and programs): Remove most version and maintainer
3859 information - it's hard to keep up-to-date, and adds nothing.
3860 Similarly with direct links to mailing lists.
3861 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3862 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3863 years, and Emacs comes with tools for this now.
3864 (Patch): Remove section - this is a standard tool.
3865 (Using function keys under X): Remove section.
3866
93e2d996
GM
38672009-06-12 Glenn Morris <rgm@gnu.org>
3868
3869 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3870 (Help installing Emacs): Remove reference to deleted X11 node.
3871 (Associating modes with files): Interpreter-mode-alist is no longer
3872 subservient to auto-mode-alist.
3873 (Installing Emacs): Change future Emacs version.
3874 (Linking with -lX11 fails): Remove old section.
3875 (Packages that do not come with Emacs): Update ELL location.
3876 Emacs Lisp archive is dead.
3877 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3878 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3879 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3880 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3881 (Removing flashing messages): Remove section about non-existent Gnus
3882 option.
3883
f0bf7708
GM
3884 * faq.texi (Top): Add @top command.
3885 Remove the optional arguments from all @node commands: makeinfo can
3886 generate these automatically, and it is easier to edit and rearrange
3887 nodes without them.
3888
30884d11
GM
38892009-06-11 Glenn Morris <rgm@gnu.org>
3890
3891 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3892 (The LPF): Make the updated URL the sole reference point.
3893 (Learning how to do something): Update refcard price and format.
3894 (Getting a printed manual): Sources in doc/emacs/, not man/.
3895 Also available in PDF format. Since the page count varies, be less
3896 precise.
3897 (Informational files for Emacs): Remove references to deleted files
3898 LPF and SUN-SUPPORT, and to UUCP.
3899 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3900 Remove many obsolete ways to get the FAQ, which now seems only to be
3901 distributed with Emacs.
3902 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3903
deab46e0
CY
39042009-06-09 Chong Yidong <cyd@stupidchicken.com>
3905
223b43fa 3906 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3907 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3908
deab46e0
CY
3909 * ada-mode.texi (Installation, Compile commands)
3910 (Project File Overview, No project files, Set compiler options)
3911 (Use GNAT project file, Use multiple GNAT project files)
3912 (Identifier completion): Use @samp for menu items, and @kbd for key
3913 sequences (Bug#3504).
3914
71fbd643
DU
39152009-06-04 Daiki Ueno <ueno@unixuser.org>
3916
8c9bb6f5 3917 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3918
f197085b
CY
39192009-06-04 Ryan Yeske <rcyeske@gmail.com>
3920
3921 * message.texi (Header Commands): Fix descriptions to match
3922 keybindings.
3923
7f3bc720
DU
39242009-04-22 Daiki Ueno <ueno@unixuser.org>
3925
3926 * gnus.texi (Security): Mention that EasyPG is the current default.
3927
4518068d
CY
39282009-04-13 Chong Yidong <cyd@stupidchicken.com>
3929
3930 * ediff.texi (Session Commands): Fix typo.
3931
d7ca410a
MB
39322009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3933
3934 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3935 news.software.readers. Reported by Florian Rehnisch.
3936
c6c76add
GM
39372009-04-02 Glenn Morris <rgm@gnu.org>
3938
3939 * auth.texi: Capitalize direntry.
3940
3941 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3942 using a period in the entry name. (Bug#2797)
3943
35ed8e2e
JB
39442009-03-03 Juanma Barranquero <lekktu@gmail.com>
3945
3946 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3947 ($(infodir)/auth, auth.dvi): New targets.
3948
e280480a
GM
39492009-03-03 Glenn Morris <rgm@gnu.org>
3950
3951 * auth.texi: Fix @setfilename.
3952
3953 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3954 (auth, $(infodir)/auth, auth.dvi): New rules.
3955
8a76755b
GM
39562009-02-25 Glenn Morris <rgm@gnu.org>
3957
3958 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
3959
0038d478
MB
39602009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3961
3962 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3963
39642009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3965
3966 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3967 gnus-nocem-issuers, and gnus-nocem-verifyer.
3968
867d4bb3
JB
39692009-02-20 Juanma Barranquero <lekktu@gmail.com>
3970
3971 * ada-mode.texi (Project files, Automatic Casing):
3972 * dbus.texi (Signals):
3973 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3974 * mh-e.texi (HTML):
3975 * nxml-mode.texi (Locating a schema)
3976 (Using the document's URI to locate a schema):
3977 * org.texi (Footnotes, Using the mapping API):
3978 * rcirc.texi (Channels): Remove duplicate words.
3979
3a44dc1f
GM
39802009-02-20 Glenn Morris <rgm@gnu.org>
3981
3982 * dired-x.texi (Miscellaneous Commands):
3983 * gnus.texi: Minor updates for mbox Rmail.
3984
5dc584b5
KB
39852009-02-16 Karl Berry <karl@gnu.org>
3986
b59a8457
GM
3987 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3988 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3989 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3990 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3991 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3992 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3993 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3994 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3995 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3996 Consistently use @insertcopying in the Top node,
5dc584b5 3997 @contents at the front (after @end titlepage),
b59a8457 3998 and @direntry after @copying. (Bug#1988)
5dc584b5 3999
9eb59592
MB
40002009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4001
4002 * auth.texi: New file documenting auth-source.
4003
d324fa76
CD
40042009-02-13 Carsten Dominik <dominik@science.uva.nl>
4005
4006 * org.texi (Org Plot): Fix link.
4007
7a603b73
DU
40082009-02-09 Daiki Ueno <ueno@unixuser.org>
4009
4010 * epa.texi (Mail-mode integration): Mention the way to do
4011 "encrypt-to-self". (Bug#1807)
4012
a626b338 40132009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
4014
4015 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
4016
3b36c17e
MB
40172009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
4018
4019 * gnus-news.texi: Print version about Incoming*.
4020
55033558
CD
40212009-02-02 Carsten Dominik <dominik@science.uva.nl>
4022
4023 * org.texi (Structure editing, Handling links)
4024 (Fast access to TODO states, Javascript support): Make standard docs
4025 correctly reflect default variable settings.
4026
ec712abb
GM
40272009-02-02 Glenn Morris <rgm@gnu.org>
4028
4029 * org.texi: Fix typos.
4030
7112648c
MA
40312009-02-01 Michael Albinus <michael.albinus@gmx.de>
4032
4033 Sync with Tramp 2.1.15.
4034
4035 * trampver.texi: Update release number.
4036
2e461fc1
CD
40372009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4038
4039 * org.texi (TODO dependencies): Document TODO dependencies on
4040 checkboxes.
4041
bc283609
CD
40422009-01-30 Carsten Dominik <dominik@science.uva.nl>
4043
4044 * org.texi (TODO dependencies): Document key binding for toggling
4045 ORDERED property.
4046
74fc5047
MA
40472009-01-28 Michael Albinus <michael.albinus@gmx.de>
4048
4049 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4050 of hook functions.
4051
d6685abc
CD
40522009-01-28 Carsten Dominik <dominik@science.uva.nl>
4053
4054 * org.texi (TODO dependencies): New section.
4055
65c439fd
CD
40562009-01-27 Carsten Dominik <dominik@science.uva.nl>
4057
4058 * org.texi (Plain lists, TODO basics, Priorities)
4059 (Multiple sets in one file, Conflicts): Document interaction with
4060 `shift-selection-mode'.
4061
5fafc247
JB
40622009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4063
4064 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4065 Make Calc the subject of sentences.
4066 (Rearranging Formulas using Selections): Discuss new options
4067 for `j *'.
4068
e7433508
MA
40692009-01-26 Michael Albinus <michael.albinus@gmx.de>
4070
4071 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4072
2096a1b6
GM
40732009-01-26 Glenn Morris <rgm@gnu.org>
4074
4075 * org.texi: Fix typos.
4076
0cb61492
BW
40772009-01-26 Bill Wohler <wohler@newt.com>
4078
2096a1b6 4079 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4080
0bd48b37
CD
40812009-01-25 Carsten Dominik <dominik@science.uva.nl>
4082
4083 * org.texi (References): Add information about remote references.
4084 (Built-in table editor): Document `C-c RET' in tables.
4085 (Math symbols, Quoting LaTeX code): Mention that simple
4086 LaTeX macros survive LaTeX export.
4087 (Images in LaTeX export): Show how to create a reference to a
4088 figure.
4089 (Sectioning structure): Document that the LaTeX class can be
4090 specified in a property.
4091 (Text areas in HTML export): New section.
4092 (External links): Add examples for text search and ID links.
4093 (Built-in table editor): Remove the descriptio of `C-c
4094 C-q', it not longer works.
4095 (Literal examples): Document that a space must follow
4096 the colon in short examples.
4097 (Relative timer): Document `org-timer-stop'.
4098 (Footnotes): New section.
4099 (Footnote markup): Shorten section and refer to new Footnote
4100 section.
4101 (Literal examples): Add documentation for line
4102 numbering in and references to code examples.
4103 (CSS support): Fix the description of default CSS styles.
4104 (Capturing column view): Document
4105 "file:path/to/file.org" as an allowed value for the ID property of
4106 a dynamic block copying column view.
4107
49dbbaf2
SE
41082009-01-23 Stephen Eglen <stephen@gnu.org>
4109
4110 * mh-e.texi (Getting Started): Describe $MH.
4111
193e6828
MA
41122009-01-21 Michael Albinus <michael.albinus@gmx.de>
4113
4114 * tramp.texi (all): Harmonize usage of "external method",
4115 "external transfer method" and "out-of-band method".
4116 (Connection types): Precise the differences of inline and external
4117 methods. Written by Adrian Phillips <a.phillips@met.no>.
4118
26b9f88d
MB
41192009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4120
4121 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4122 commands as described at the top. Reported by Allan Gottlieb
4123 <gottlieb@nyu.edu>.
4124
41252009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4126
4127 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4128 nnmail-pathname-coding-system.
4129
377952e0
GM
41302009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4131
4132 * org.texi (Relative timer): Fix typo.
4133
a20d3598
JB
41342009-01-15 Juanma Barranquero <lekktu@gmail.com>
4135
4136 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4137 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4138
a50253cc
GM
41392009-01-13 Glenn Morris <rgm@gnu.org>
4140
4141 * org.texi: Fix some more typos.
4142
07450bee
GM
41432009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4144
4145 * org.texi: Fix some typos.
4146
e3e955fe
MB
41472009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4148
4149 * gnus.texi (Group Parameters): Add note for local variables.
4150
41512009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4152
0c7efc08
SM
4153 * gnus.texi (Converting Kill Files): Fix URL.
4154 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
4155
41562009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4157
4158 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4159 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4160 (Paging the Article): Add index entry.
4161
71dd9983
JB
41622009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4163
4164 * ada-mode.texi (Examples): Delete redundant text.
4165
4a0cf14f
MA
41662009-01-03 Michael Albinus <michael.albinus@gmx.de>
4167
36c8febb 4168 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
4169
4170 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4171 addresses.
4172
aedac0f0
BW
41732009-01-03 Bill Wohler <wohler@newt.com>
4174
4175 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4176 kept empty.
4177
4c65b566
CD
41782008-12-20 Carsten Dominik <dominik@science.uva.nl>
4179
4180 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
4181 (HTML Export commands, LaTeX/PDF export commands):
4182 Improve documentation about transient-mark-mode.
e9fce1ac 4183 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
4184 to fields in the last table row.
4185
e1a78e1e
JL
41862008-12-19 Juri Linkov <juri@jurta.org>
4187
4188 * info.texi (Search Text): Remove mention of removed key binding M-s.
4189
17a0aa82
CD
41902008-12-18 Carsten Dominik <dominik@science.uva.nl>
4191
4192 * org.texi (References): Remove mentioning of @0 as reference for the
4193 last line, this has been reverted in the Lisp sources.
4194
4997d802
JB
41952008-12-17 Juanma Barranquero <lekktu@gmail.com>
4196
4197 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4198 (DVI_TARGETS): Remove duplicates. Add sasl.
4199 ($(infodir)/sasl, sasl.dvi): New targets.
4200
33306645
CD
42012008-12-17 Carsten Dominik <dominik@science.uva.nl>
4202
4203 * org.texi: Version number pushed to 6.15d.
4204
db55f368
CD
42052008-12-16 Carsten Dominik <dominik@science.uva.nl>
4206
a0bf4117 4207 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
4208 (Images in LaTeX export): New section.
4209 (Inlined images, Images in HTML export): Sections renamed.
4210
dae0a942
MB
42112008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4212
4213 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4214
9f5572e9
MB
42152008-12-04 David Engster <dengste@eml.cc>
4216
4217 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 4218 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 4219
bc23baaa
CD
42202008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4221
4222 * org.texi (Using the mapping API): Fix bug in mapping example.
4223 (Publishing options): Make the list of properties complete again, in
4224 correspondence to the variable `org-export-plist-vars'.
4225 (Property searches): Document new special values for time comparisons.
4226 (Tag inheritance): Refine the description of tag inheritance.
4227 (Project alist): Add info about the publishing sequence of components.
a0bf4117 4228 (Effort estimates): Document the new relative timer.
bc23baaa 4229
3bf8054f
JB
42302008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4231
4232 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4233 (Using Calc): Clarify use of `C-x * o'.
4234 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4235
ac134f2f
RS
42362008-11-28 Richard M Stallman <rms@gnu.org>
4237
4238 * dbus.texi (Receiving Method Calls): Clean up previous change.
4239
ace706d1
MA
42402008-11-26 Michael Albinus <michael.albinus@gmx.de>
4241
4242 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4243 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4244 `dbus-unescape-from-identifier'.
4245 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 4246 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
4247 (Signals): Use the constants in the example.
4248
d60b1ba1
CD
42492008-11-24 Carsten Dominik <dominik@science.uva.nl>
4250
b97439ce 4251 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 4252
ce4fdcb9
CD
42532008-11-23 Carsten Dominik <dominik@science.uva.nl>
4254
4255 * org.texi (Setting up Remember): Document `org-remember-mode'.
4256 (External links): Document that bbdb links can use a regular
4257 expression.
4258 (External links): Document that elisp links can contain interactive
4259 commands.
4260
c8548a00 42612008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
4262
4263 * viper.texi (viper-translate-all-ESC-keysequences):
4264 Description removed.
4265
6a2c4aec
GM
42662008-11-19 Glenn Morris <rgm@gnu.org>
4267
4268 * doclicense.texi: Change to FDL 1.3.
4269 Relicense all texi files under FDL 1.3 or later.
4270
59ee4113
JB
42712008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4272
4273 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4274
59bcbb98 42752008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 4276
0c7efc08 4277 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
4278
4279 * ediff.texi: Version/date change.
9f90198a 4280
8aa41c9b
CY
42812008-11-14 Chong Yidong <cyd@stupidchicken.com>
4282
4283 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4284
17587b1b
JB
42852008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4286
4287 * calc.texi (About This Manual): Comment out a mention of
4288 marginal notes.
4289
564c900e
CD
42902008-11-12 Carsten Dominik <dominik@science.uva.nl>
4291
4292 * org.texi (Clocking work time): Document the :formula property of
4293 clock tables.
4294 (Structure editing, Refiling notes): Document refiling regions.
4295 (Agenda commands): Document the double-prefix version
4296 of the `l' command in the agenda.
4297 (Handling links): Explain the effect of a double prefix
4298 arg to `C-c C-o'.
4299 (TODO basics): Add documentation for tag triggers.
4300
3c4be1f2
GM
43012008-10-23 Glenn Morris <rgm@gnu.org>
4302
4303 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4304 byte-compiling things like `+'.
4305
4306 * ns-emacs.texi: Merge copyright years of author now with assignment
4307 into FSF years.
4308 (VER): Use it for easier automatic updating. Use Emacs version rather
4309 than standalone Emacs.app version.
4310
a6520ff3
CD
43112008-10-12 Carsten Dominik <dominik@science.uva.nl>
4312
864c9740 4313 * org.texi: Lots of minor fixes.
a6520ff3
CD
4314 (Capture): New chapter.
4315 (Org Plot): New section.
4316
db7a4b66
MH
43172008-09-30 Magnus Henoch <mange@freemail.hu>
4318
4319 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4320
4043c194
JB
43212008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4322
4323 * calc.texi (User Defined Units): Mention how to enter optional display
4324 string.
4325
eef5ade7
MB
43262008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4327
0c7efc08 4328 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
4329 avoid the "y/n" wording.
4330
e52cac88
MB
43312008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4332
0c7efc08 4333 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
4334
43352008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4336
4337 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4338 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4339
00c55306
BW
43402008-09-22 Bill Wohler <wohler@newt.com>
4341
4342 Release MH-E manual version 8.1.
4343
4344 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4345 release 8.1.
4346
4347 * mh-e.texi: Retain dual license as agreed to by the FSF.
4348 However, bump GPL to Version 3.
4349 Use @include for license text.
4350
e52cac88 43512008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
4352
4353 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
4354 (Store custom flags and keywords, Store arbitrary data):
4355 Clean up markup.
64763fe3
MB
4356
43572008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4358
4359 * gnus.texi (The Gnus Registry): Document it.
4360
9e601b8d
MB
43612008-09-08 David Engster <dengste@eml.cc>
4362
88ee5b02
JB
4363 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4364 Clarify section about choosing back end servers.
9e601b8d 4365
247043f1
GM
43662008-08-23 Glenn Morris <rgm@gnu.org>
4367
4368 * dired-x.texi (Shell Command Guessing):
4369 Mention dired-guess-shell-case-fold-search. (Bug#417)
4370
2bfec7a0
MA
43712008-08-22 Michael Albinus <michael.albinus@gmx.de>
4372
4373 * trampver.texi: Update release number.
4374
247043f1 43752008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
4376
4377 * ns-emacs.texi: Update version.
4378 (Introduction): Correct menu location for options save.
4379 (Customization): Note that defaults are stored under org.gnu.Emacs.
4380
8c20bd92
BW
43812008-08-11 Bill Wohler <wohler@newt.com>
4382
4383 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4384 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4385 Henman) (closes SF #1768928).
4386
767a4d92
GM
43872008-08-10 Glenn Morris <rgm@gnu.org>
4388
4389 * ns-emacs.texi: Use @copying. Change copyright of authors with
4390 assignment to FSF. Change license to GFDL.
4391 (Top): Remove outdated references.
4392
6ecfe5c2
MB
43932008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4394
88ee5b02
JB
4395 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4396 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
4397 gnus-summary-sort-by-most-recent-date.
4398 (Summary Sorting): Explain prefix argument.
4399
44002008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4401
4402 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4403 gnus-summary-pipe-output.
4404
eb932e8a
MA
44052008-08-03 Michael Albinus <michael.albinus@gmx.de>
4406
4407 * dbus.texi (Receiving Method Calls): Document error handling of own
4408 D-Bus methods.
4409
bfe16263
BW
44102008-08-01 Bill Wohler <wohler@newt.com>
4411
4412 * mh-e.texi (Reading Mail)
9f90198a 4413 (Viewing Attachments): Describe new function
bfe16263
BW
4414 mh-show-preferred-alternative.
4415 (Sending Mail, Redistributing, Sending Message): Describe new hook
4416 mh-annotate-msg-hook.
4417
21956b56
MA
44182008-07-31 Michael Albinus <michael.albinus@gmx.de>
4419
4420 * dbus.texi (Arguments and Signatures): Fix example.
4421 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4422 (Asynchronous Methods): New node.
9f90198a
JB
4423 (Errors and Events): Describe extended layout of `dbus-event'.
4424 New defun `dbus-event-message-type'.
21956b56 4425
7c2fb837
DN
44262008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4427
4428 * ediff.texi: Remove VMS support.
4429
13662773
JB
44302008-07-29 Juanma Barranquero <lekktu@gmail.com>
4431
4432 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4433 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4434
ddde0b34
CY
44352008-07-29 Chong Yidong <cyd@stupidchicken.com>
4436
4437 * Makefile.in: Add mairix-el targets.
4438
44392008-07-29 David Engster <deng@randomsample.de>
4440
4441 * mairix-el.texi: New file.
4442
d5875b25
JB
44432008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4444
366b7d44
JB
4445 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4446 project files. Delete 'main_unit' project variable; not needed. Allow
4447 process environment variables wherever project variables are allowed.
4448 Add tutorial section on multiple GNAT project files.
d5875b25 4449
6cbab8ee
MA
44502008-07-27 Michael Albinus <michael.albinus@gmx.de>
4451
4452 Sync with Tramp 2.1.14.
4453
4454 * trampver.texi: Update release number.
4455
9e2a2647
DN
44562008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4457
4458 * ns-emacs.texi:
4459 * faq.texi: Remove mentions of Mac Carbon.
4460
d62672f3
MB
44612008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4462
4463 * gnus.texi (Saving Articles): Describe the 2nd argument of
4464 gnus-summary-save-in-pipe.
4465 (SpamAssassin): Use it.
4466
44672008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4468
4469 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4470
dd12e1c6
CD
44712008-07-25 Carsten Dominik <dominik@science.uva.nl>
4472
4473 * org.texi (Export options): Document the use of the creator flag.
4474
44ce9197
CD
44752008-07-24 Carsten Dominik <dominik@science.uva.nl>
4476
4477 * org.texi: New version 6.06a.
4478
ddd13c5d
JB
44792008-07-23 Juanma Barranquero <lekktu@gmail.com>
4480
4481 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4482 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4483
8dc6104d
JB
44842008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
4485
4486 * calc.texi (Editing Stack Entries):
4487 (Algebraic Entry): Rewrite introductory sentences so it can be used by
4488 Calc's help functions. Mention fixing typos.
4489 (Customizing Calc): Fix typo.
4490
44912008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
4492
4493 * calc.texi (summarykey): New macro. Use to correctly format keys in
4494 the summary.
4495
ddd13c5d 44962008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
4497
4498 * ns-emacs.texi (Customization): Corrected documentation on color
4499 specification formats.
4500
568beaa2
AS
45012008-07-19 Andreas Schwab <schwab@suse.de>
4502
db8ef699 4503 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
4504
4505 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4506 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4507
cd71b9ae
MA
45082008-07-18 Michael Albinus <michael.albinus@gmx.de>
4509
4510 * dbus.texi (Inspection): Rework, introduce submenus.
4511 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4512 (Properties and Annotations, Arguments and Signatures): New nodes.
4513
9b7993b4
MA
45142008-07-13 Michael Albinus <michael.albinus@gmx.de>
4515
4516 * dbus.texi (Receiving Method Calls): Fix description of
4517 `dbus-register-method'.
4518 (Signals): Allow also signal arguments for filtering in
4519 `dbus-register-signal'.
4520
241d447b
JB
45212008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4522
4523 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4524 `cnorm'.
4525 (Arithmetic Tutorial): Simplify the verification of prime factors.
4526
adb46650
MB
45272008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4528
4529 * gnus.texi (Saving Articles): Mention
4530 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4531
92e15881
JB
45322008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
4533
4534 * calc.texi: Adjust mode line throughout.
4535
ea597303
JB
45362008-06-28 Juanma Barranquero <lekktu@gmail.com>
4537
4538 * sasl.texi (Mechanisms): Fix typos.
4539
aee08080
JB
45402008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4541
4542 * calc.texi (Killing from the stack): Mention using normal Emacs
4543 copying.
4544
a06a4a12
MA
45452008-06-21 Michael Albinus <michael.albinus@gmx.de>
4546
0c7efc08 4547 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 4548 Add `auth-source' mechanism.
a06a4a12
MA
4549 (Connection caching): Tramp reopens the connection automatically,
4550 when the operating system on the remote host has been changed.
4551
7389398d
EZ
45522008-06-20 Eli Zaretskii <eliz@gnu.org>
4553
4554 * makefile.w32-in (distclean): Remove makefile.
4555
b349f79f
CD
45562008-06-17 Carsten Dominik <dominik@science.uva.nl>
4557
3f9b4c2b 4558 * org.texi (Using the mapping API): New section.
b349f79f 4559 (Agenda column view): New section.
3f9b4c2b 4560 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 4561 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 4562 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
4563
45642008-06-17 Jason Riedy <jason@acm.org>
4565
4566 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4567 function, and efmt may be a two-argument function.
4568 (Radio tables): Document multiple destinations.
4569
cd5c05d2
GM
45702008-06-16 Glenn Morris <rgm@gnu.org>
4571
4572 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4573 Add Cover-Texts.
4574
debf4439
GM
45752008-06-15 Glenn Morris <rgm@gnu.org>
4576
4577 * faq.texi (VER): Update to 23.0.60.
4578
4579 * mh-e.texi: Remove option of licensing under GPL.
4580 Add Cover-Texts to GFDL permissions notice.
4581 (GPL): Remove section.
4582 (GFDL): Include doclicense.texi rather than the actual text.
4583
4584 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4585 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4586
4587 * sasl.texi: Fix output file name.
4588
4589 * epa.texi, sasl.texi: Refer to license in Emacs manual.
4590
4591 * gnus-coding.texi: Refer to license in Gnus manual.
4592
4593 * idlwave.texi, sasl.texi: Use @copying.
4594
4595 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
4596
4597 * speedbar.texi: Update Back-Cover Text as per maintain.info.
4598
4599 * url.texi: Use @copying, @title, @subtitle, @author.
4600
4601 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4602 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4603 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4604 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4605 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4606 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4607 * widget.texi, woman.texi:
4608 Remove references to external license, since doclicense is included.
4609
4610 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4611 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4612 Remove references to non-existent Invariant Sections.
4613
091f8bc1
GM
46142008-06-14 Glenn Morris <rgm@gnu.org>
4615
4616 * faq.texi (Major packages and programs): Remove references to external
4617 Supercite, Calc, VIPER, since they have been included for some time.
4618 Update VM, AUCTeX, BBDB entries.
4619
47bcb4d3
UJ
46202008-06-14 Ulf Jasper <ulf.jasper@web.de>
4621
4622 * newsticker.texi: Updated to match latest newsticker changes.
4623
6f093307
GM
46242008-06-13 Glenn Morris <rgm@gnu.org>
4625
4626 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4627 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4628 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4629 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4630 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4631 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4632 * woman.texi:
4633 Update Back-Cover Text as per maintain.info.
4634
2b968687
MB
46352008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4636
4637 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4638
4639 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4640 (gnus-faq.xml): Update repository host.
4641
2b968687
MB
4642 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4643
46442008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4645
4646 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4647 Fix a typo.
4648
46492008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4650
4651 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 4652 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
4653 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4654
46552008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4656
4657 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4658 coding standards.
4659
46602008-06-14 David Engster <dengste@eml.cc>
4661
4662 * gnus.texi (nnmairix): Markup fixes.
4663
e6d2d263
MB
46642008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4665
2b968687 4666 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4667
46682008-06-05 David Engster <dengste@eml.cc>
4669
4670 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4671
46722008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4673
b344d29d 4674 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4675 (Searching, nnir, nnmairix): New stub nodes.
4676
ad231df6 46772008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4678
4679 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4680
f394fa25
MB
46812008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4682
4683 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4684
58333467
MB
46852008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4686
4687 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4688
67525fb9
JY
46892008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4690
4691 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4692
0549d8fc
JB
46932008-05-06 Juanma Barranquero <lekktu@gmail.com>
4694
4695 * info.texi (Top): Fix typo in xref.
4696
149a3837
KB
46972008-05-05 Karl Berry <karl@gnu.org>
4698
4699 * info.texi (Top): @xref to stand-alone manual.
4700
3a23a519
MB
47012008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4702
4703 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4704 (Various Summary Stuff): Fix typo in last xref.
4705
0a29fbf3
JB
47062008-05-02 Juanma Barranquero <lekktu@gmail.com>
4707
4708 * org.texi (Moving subtrees): Fix typo.
4709
586b90f1
MA
47102008-04-28 Michael Albinus <michael.albinus@gmx.de>
4711
4712 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4713 Tramp via `tramp-mode'.
4714
b5af9883
CD
47152008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4716
4717 * org.texi: Massive changes, in many parts of the file.
4718
d55fe5bb
MB
47192008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4720
4721 * gnus.texi (Oort Gnus): Add message-fill-column.
4722
47232008-04-12 Adrian Aichner <adrian@xemacs.org>
4724
4725 * gnus.texi (Mail Source Specifiers): Typo fix.
4726
47272008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4728
4729 * gnus.texi (Diary Headers Generation): Update key binding for
4730 `gnus-diary-check-message'.
4731
47322008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4733
4734 * gnus.texi (Emacsen): Addition.
4735
47362008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4737
4738 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4739
47402008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4741
4742 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4743
47442008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4745
4746 * gnus-news.texi: Update tool bar item.
4747
47482008-04-09 Sven Joachim <svenjoac@gmx.de>
4749
4750 * gnus-news.texi: Fix typos.
4751
76c109c3
JB
47522008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4753
222027f2 4754 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4755 Add mention of `kron'.
4756
d5fbd5a6
MO
47572008-04-01 Daiki Ueno <ueno@unixuser.org>
4758
0c7efc08
SM
4759 * epa.texi (Encrypting/decrypting *.gpg files):
4760 Document epa-file-name-regexp.
d5fbd5a6 4761
fbcbb58c
KY
47622008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4763
4764 * gnus.texi (Example Methods): Fix description about ssh-agent.
4765 (Indirect Functions): Fix the default value of nntp-telnet-command;
4766 remove link to connect.html.
4767
134ce16c
MA
47682008-03-30 Michael Albinus <michael.albinus@gmx.de>
4769
4770 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4771 dbus-call-method.
4772 (Receiving Method Calls): The timeout can be set by the calling client.
4773
da1975d7
MA
4774 * trampver.texi: Update release number.
4775
2e4089ab
RS
47762008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4777
4778 * gnus.texi (Top): Fix version. Add SASL.
4779
70cab5a9
MA
47802008-03-29 Michael Albinus <michael.albinus@gmx.de>
4781
4782 Sync with Tramp 2.1.13.
4783
4784 * trampver.texi: Update release number.
4785
5bc6ddff
MB
47862008-03-29 Chong Yidong <cyd@stupidchicken.com>
4787
4788 * org.texi: Update to new org-mode website.
4789
47902008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4791
4792 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4793
9b3ebcb6
MB
47942008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4795
4796 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4797 gnus-read-ephemeral-gmane-group-url,
4798 gnus-read-ephemeral-emacs-bug-group,
4799 gnus-read-ephemeral-debian-bug-group.
4800
48012008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4802
4803 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4804
4805 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4806 Add FIXMEs for Bookmarks and gnus-registry-marks.
4807
48082008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4809
4810 * gnus.texi (Smileys): Document `smiley-style'.
4811
48122008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4813
4814 * gnus.texi (Gnus Development): Clarify difference between ding and
4815 gnu.emacs.gnus.
4816 (MIME Commands, Using MIME, RSS): Fix markup.
4817
4818 * gnus-faq.texi ([8.4]): Ditto.
4819
48202008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4821
4822 * gnus.texi (Emacsen): Remove obsolete stuff.
4823
48242008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4825
4826 * gnus.texi (Oort Gnus): Add version info WRT
4827 `mail-source-delete-incoming'.
4828
48292008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4830
4831 * gnus.texi (Top): Add "Other related manuals" and version info in
4832 `iftex' output.
4833 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4834 gnus-balloon-face-0 and the corresponding format specifiers.
4835
608d6a81
MA
48362008-03-26 Michael Albinus <michael.albinus@gmx.de>
4837
4838 * tramp.texi (Filename completion): Remove footnote about let-bind
4839 of `partial-completion-mode'. It doesn't work this way.
4840
27a6f132
SM
48412008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4842
4843 * pcl-cvs.texi (Contributors): Update my email.
4844
4a7c4c40
MA
48452008-03-21 Michael Albinus <michael.albinus@gmx.de>
4846
4847 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4848
2940c053
BW
48492008-03-17 Bill Wohler <wohler@newt.com>
4850
4851 * mh-e.texi (Viewing): Update URL for adding header fields to
4852 mh-invisible-header-fields-default.
4853
30864d5f
BW
48542008-03-16 Bill Wohler <wohler@newt.com>
4855
4856 * mh-e.texi (Preface): Add Gnus to requirements.
4857 (Forwarding): Note that forwarded MIME messages are now inline.
4858
31fe2b00
SM
48592008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4860
4861 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4862 (Common Variables): Give precedence to the netcat methods over the
4863 telnet methods, and mention that they are more reliable.
31fe2b00 4864
5e97c626
CD
48652008-03-13 Carsten Dominik <dominik@science.uva.nl>
4866
4867 * org.texi (Exporting Agenda Views): Document agenda export to
4868 iCalendar.
4869 (Progress logging): Document the new progress logging stuff.
4870
37a68866
MB
48712008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4872
4873 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4874 Update for change of `mail-source-delete-incoming'.
4875
4876 * gnus-news.texi: Ditto.
4877
8f7abae3
MB
48782008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4879
4880 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4881 custom versions.
4882
af379c86
AM
48832008-03-07 Alan Mackenzie <acm@muc.de>
4884
4885 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4886 parens/brackets in a k&r region is limited.
4887
3d0f8a67
MB
48882008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4889
4890 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4891 using different Emacs versions.
4892
52151df0
GM
48932008-02-27 Glenn Morris <rgm@gnu.org>
4894
4895 * sc.texi: Remove a lot of old and obsolete info.
4896 (titlepage): Simplify.
4897 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4898 (VM with any Emacsen, GNEWS with any Emacsen)
4899 (Overloading for Non-conforming MUAs, Version 3 Changes)
4900 (The Supercite Mailing List): Delete nodes.
4901 (Introduction): Remove info about old packages.
4902 (Getting Connected): Simplify. Remove info about old packages.
4903 (Citing Commands): Delete Emacs 19 info.
4904 (Hints to MUA Authors): Simplify.
4905 (Thanks and History): Merge in some info from the deleted node
4906 "Version 3 Changes".
4907
b03f96dc
MB
49082008-02-05 Juanma Barranquero <lekktu@gmail.com>
4909
4910 * org.texi (Setting tags, In-buffer settings):
4911 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4912
52bec650
MB
49132008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4914
4915 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4916 installation directory name.
4917
34a3c587
RF
49182008-02-12 Romain Francoise <romain@orebokech.com>
4919
4920 * epa.texi (Overview): Fix typo.
4921
5a8d03e9
MO
49222008-02-11 Daiki Ueno <ueno@unixuser.org>
4923
4924 * epa.texi (Quick start): Remove the .emacs setting.
4925
f1914c40
MO
49262008-02-10 Daiki Ueno <ueno@unixuser.org>
4927
4928 * epa.texi (Quick start): Use the command `epa-enable' instead of
4929 loading `epa-setup'.
4930
bca98fc9
JB
49312008-02-08 Juanma Barranquero <lekktu@gmail.com>
4932
4933 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4934 ($(infodir)/epa, epa.dvi): New targets.
4935
4b01af2e
MO
49362008-02-08 Daiki Ueno <ueno@unixuser.org>
4937
4938 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4939
4940 * epa.texi: New manual documenting the EasyPG Assistant.
4941
06c0751a
MA
49422008-02-06 Michael Albinus <michael.albinus@gmx.de>
4943
4944 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4945 (Inspection): New function dbus-ping.
4946
7dcccd7b
MA
49472008-02-05 Michael Albinus <michael.albinus@gmx.de>
4948
4949 * tramp.texi (Remote processes): Add `shell-command'.
4950
a1da1e37
MB
49512008-01-28 Michael Sperber <sperber@deinprogramm.de>
4952
4953 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4954 (Group Parameters): Document `mail-source' parameter.
4955
c9d8f746
MA
49562008-01-27 Michael Albinus <michael.albinus@gmx.de>
4957
4958 * tramp.texi (Inline methods): The hostname of the su(do)? methods
4959 must be a local host.
4960
15db4a13
MO
49612008-01-26 Michael Olson <mwolson@gnu.org>
4962
4963 * erc.texi: Update version for ERC 5.3 release.
4964 (Obtaining ERC): Update extras URLs for 5.3.
4965 (Development): Write instructions for git, and remove those for Arch.
4966 (History): Mention the switch to git.
4967
2bc43980
KB
49682008-01-24 Karl Berry <karl@gnu.org>
4969
bca98fc9
JB
4970 * info.texi (Search Index, Search Text): Mention the command
4971 character in the section name, a la the (Go to node) node.
2bc43980 4972
d2e4a6c9
MA
49732008-01-21 Michael Albinus <michael.albinus@gmx.de>
4974
4975 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4976
0b6799c3
MB
49772008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4978
4979 * gnus-news.texi: Mention gnus-article-describe-bindings.
4980
49812008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4982
4983 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4984
db9c3fb1 49852008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 4986
7b4d0413 4987 * org.texi (Property inheritance): New section.
db9c3fb1 4988 (Conventions): New section.
7b4d0413 4989 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
4990 commands, and the new bindings for refiling.
4991 (Sparse trees): Document the new special command for sparse trees.
4992 (References): Be more clear about the counting of hilines.
4993 (Handling links): Document M-p/n for accessing links.
4994 (Fast access to TODO states): New section.
4995 (Per file keywords): New section.
4996 (Property inheritance): New section.
4997 (Column attributes): New summary types.
4998 (Capturing Column View): New section.
4999 (The date/time prompt): Cover the new features in the date/time prompt.
5000 Compactify the table of keys for the calendar remote control.
5001 (Clocking work time): Document the new :scope parameter.
5002 (Remember): Promoted to chapter.
5003 (Quoted examples): New section.
5004 (Enhancing text): New verbatim environments.
5005
6ed73f28
MA
50062008-01-14 Michael Albinus <michael.albinus@gmx.de>
5007
5008 * trampver.texi: Update release number.
5009
95838435
MB
50102008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5011
0c7efc08
SM
5012 * gnus.texi (Article Keymap):
5013 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
5014 gnus-article-reply-with-original and
5015 gnus-article-followup-with-original.
5016
20234d96
GM
50172008-01-09 Glenn Morris <rgm@gnu.org>
5018
5019 * nxml-mode.texi: Add @copying section.
5020
d82cf70b
MB
50212008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5022
5023 * message.texi (Mail Variables): Add some text from "(gnus)Posting
5024 Server". Add `message-send-mail-with-mailclient'.
5025
5026 * gnus.texi (Posting Server): Move some text to "(message)Mail
5027 Variables" and add a reference here.
5028
addb7f2e
MA
50292008-01-04 Michael Albinus <michael.albinus@gmx.de>
5030
5031 * dbus.texi (Receiving Method Calls): New chapter.
5032 (Errors and Events): Add serial number to events. Replace "signal" by
5033 "message". Introduce dbus-event-serial-number.
5034
4db2806c
MA
50352008-01-03 Michael Albinus <michael.albinus@gmx.de>
5036
5037 * dbus.texi (Type Conversion): Explain the type specification for empty
5038 arrays. Use another example.
5039
c9ecb5a7
MA
50402007-12-30 Michael Albinus <michael.albinus@gmx.de>
5041
5042 * dbus.texi (all): Replace "..." by @dots{}.
5043 (Type Conversion): Precise the value range for :byte types.
5044 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5045 Mention its return value.
5046 (Errors and Events): There is no D-Bus error propagation during event
5047 processing.
5048
702dbfd9
JB
50492007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5050
5051 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5052 New sections.
5053
87035689
MB
50542007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5055
5056 * gnus.texi (Group Parameters): Reorder the text and add a note about
5057 `gnus-parameters' near the beginning of the node.
5058
50592007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5060
5061 * gnus.texi (Score File Editing): Fix function name.
5062
5492f5ca
MA
50632007-12-23 Michael Albinus <michael.albinus@gmx.de>
5064
5065 Sync with Tramp 2.1.12.
5066
5067 * trampver.texi: Update release number.
5068
d4e67bc5
MA
50692007-12-22 Michael Albinus <michael.albinus@gmx.de>
5070
5071 * dbus.texi (Type Conversion): Correct input parameters mapping.
5072
6a31c819
MA
50732007-12-21 Michael Albinus <michael.albinus@gmx.de>
5074
5075 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5076 (Errors and Events): Mention wrong-type-argument error.
5077
99a3e35f
AS
50782007-12-21 Alex Schroeder <alex@gnu.org>
5079
5080 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5081 spaces. Fixed some typos.
99a3e35f
AS
5082 (Internet Relay Chat): Explain relay.
5083 (Getting started with rcirc): Change items to reflect prompts.
5084 Add more explanation to rcirc-track-minor-mode and added a comment to
5085 warn future maintainers that this section is a copy.
0c7efc08 5086 (People): Change /ignore example.
62b12a24 5087 (Keywords): Not keywords.
99a3e35f 5088
331e4d02
AS
50892007-12-20 Alex Schroeder <alex@gnu.org>
5090
5091 * rcirc.texi (Top): Fighting Information Overload chapter added.
5092 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5093 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5094 (Fighting Information Overload): New chapter documenting /keyword,
5095 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5096 (Configuration): Document rcirc-server-alist, remove
5097 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5098
cd71c3ef
MA
50992007-12-16 Michael Albinus <michael.albinus@gmx.de>
5100
5101 * dbus.texi (Signals): Fix example in dbus-register-signal.
5102
bbbe940b
MB
51032007-12-14 Sven Joachim <svenjoac@gmx.de>
5104
5105 * gnus.texi (Score Variables): Fix typo.
5106
0ce574ef
MA
51072007-12-07 Michael Albinus <michael.albinus@gmx.de>
5108
5109 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5110 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5111 (Errors and Events): Adapt dbus-event.
5112
b890d447
MB
51132007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5114
5115 * gnus.texi (Other Files): Add the yenc command.
5116
51172007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5118
5119 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5120 since 2004-08-06.
5121
51222007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5123
5124 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5125 on body.
5126
51272007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5128
5129 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5130 and rfc2047-allow-irregular-q-encoded-words; fix description of
5131 rfc2047-encode-encoded-words.
5132
51332007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5134
5135 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5136
3728bf03
MO
51372007-12-05 Michael Olson <mwolson@gnu.org>
5138
5139 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5140 Update documentation for `remember-diary-file'.
5141
a4397af9
MA
51422007-12-04 Michael Albinus <michael.albinus@gmx.de>
5143
5144 * dbus.texi (Signals): Precise `dbus-register-signal'.
5145 (Errors and Events): Rework events part, the internal structure of
5146 dbus-event has changed.
5147
1682490c
JB
51482007-12-03 Juanma Barranquero <lekktu@gmail.com>
5149
5150 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5151 ($(infodir)/dbus, dbus.dvi): New targets.
5152
7b13a0f2
MA
51532007-12-03 Michael Albinus <michael.albinus@gmx.de>
5154
5155 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5156 unconditionally.
5157
5158 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5159 emulation with @print{}.
5160
7ef92bc9
RS
51612007-12-02 Richard Stallman <rms@gnu.org>
5162
5163 * dbus.texi (Overview): Minor cleanup.
5164
22d8ac3a
MA
51652007-12-02 Michael Albinus <michael.albinus@gmx.de>
5166
d3a8e0df
MA
5167 * Makefile.in (INFO_TARGETS): Add dbus.
5168 (DVI_TARGETS): Add dbus.dvi.
5169 (dbus, dbus.dvi): New targets.
5170
22d8ac3a
MA
5171 * dbus.texi: New file.
5172
559764ab
RF
51732007-11-24 Romain Francoise <romain@orebokech.com>
5174
5175 * nxml-mode.texi: Add description in @direntry.
7aa579d9 5176 Fix file name to match @setfilename.
559764ab 5177
ac97a16b
MH
51782007-11-23 Mark A. Hershberger <mah@everybody.org>
5179
5180 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5181 ($(infodir)/nxml-mode): New rule.
5182
5183 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5184 ($(infodir)/nxml-mode): New rule.
5185 (clean): Add nxml-mode*.
5186
5187 * nxml-mode.texi: New file with nxml manual.
5188
404cd454
GM
51892007-11-18 Richard Stallman <rms@gnu.org>
5190
5191 * flymake.texi (Example -- Configuring a tool called directly):
5192 Update example.
5193
b048d478
MA
51942007-11-18 Michael Albinus <michael.albinus@gmx.de>
5195
5196 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 5197 double-slash behavior. Explain directory contents flushing.
b048d478 5198
346e8469
JB
51992007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5200
5201 * calc.texi (TeX and LaTeX Language Modes): Put in
5202 missing braces.
5203
404cd454
GM
52042007-11-15 Richard Stallman <rms@gnu.org>
5205
5206 * cl.texi (Equality Predicates): Delete `eql'.
5207 (Predicates, Naming Conventions, Top): Delete `eql'.
5208 (Common Lisp Compatibility): Delete `eql'.
5209 (Porting Common Lisp): Delete obsolete backquote info.
5210 Minor clarification about character constants.
5211 (Sequence Basics): Minor clarification.
5212
1f6af58b
JB
52132007-11-15 Juanma Barranquero <lekktu@gmail.com>
5214
dccb744b 5215 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
5216 * tramp.texi (Filename completion): Fix typos.
5217
3bc88bc9
JB
52182007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5219
5220 * calc.texi (Basic commands): Mention the menu.
5221
bc5300d3
MA
52222007-11-12 Michael Albinus <michael.albinus@gmx.de>
5223
5224 * tramp.texi (Connection caching): Tramp flushes connection
5225 properties when remote operating system has been changed.
5226
4d8a28ec
MB
52272007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5228
5229 * gnus-news.texi: Fix spelling.
5230 `message-insert-formatted-citation-line', not
5231 `message-insert-formated-citation-line'.
5232
404cd454
GM
5233 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5234
e1176b47
MA
52352007-11-07 Michael Albinus <michael.albinus@gmx.de>
5236
5237 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 5238 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
5239 (Frequently Asked Questions): Add code example for highlighting the
5240 mode line.
5241
6159985a
MO
52422007-11-03 Michael Olson <mwolson@gnu.org>
5243
5244 * remember.texi: Change mentions of remember-buffer to
5245 remember-finalize throughout.
5246
bec9b2f5
MO
52472007-10-30 Michael Olson <mwolson@gnu.org>
5248
5249 * remember.texi (Copying): Remove.
5250 (Mailbox): Update with non-BBDB instructions.
5251 (Diary, Org): Add.
5252 (Bibliography, Planner Page): Remove.
5253
b6173182
JB
52542007-10-30 Juanma Barranquero <lekktu@gmail.com>
5255
5256 * makefile.w32-in (INFO_TARGETS): Add remember.
5257 (DVI_TARGETS): Add remember.dvi.
5258 ($(infodir)/remember): New rule.
5259 (clean): Add remember*.
5260
15f3eb73
MO
52612007-10-30 Michael Olson <mwolson@gnu.org>
5262
70bdc930
MO
5263 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5264 ($(infodir)/remember): New rule that builds the Remember Manual.
5265
b6173182
JB
5266 * remember.texi: New file containing the Remember Mode Manual.
5267 Shuffle chapters around after initial import.
7d3f6f1a
MO
5268 (Function Reference): Split Keystrokes into separate chapter.
5269 (Keystrokes): Document C-c C-k.
51d24a12 5270 (Introduction): Fix typographical issue with "---".
15f3eb73 5271
404cd454
GM
52722007-10-29 Richard Stallman <rms@gnu.org>
5273
5274 * widget.texi (Introduction): Delete discussion of implementation
5275 internals.
5276
9bbb9638
MA
52772007-10-29 Michael Albinus <michael.albinus@gmx.de>
5278
5279 * tramp.texi (Connection caching): Host names must be different
5280 when tunneling.
5281
c7ff939a
RS
52822007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5283
5284 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5285 Gnus v5.13.
5286
01c52d31
MB
52872007-10-28 Miles Bader <miles@gnu.org>
5288
5289 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5290
01c52d31
MB
52912007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5292
0c7efc08
SM
5293 * gnus.texi (Sorting the Summary Buffer):
5294 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
5295
52962007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5297
5298 * gnus.texi (Non-ASCII Group Names): New node.
5299 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5300 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5301
c8763fb6 53022007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5303
5304 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5305 clean the output of the program `imap-shell-program'.
5306
53072007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5308
5309 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5310
53112007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5312
5313 * gnus.texi (Sticky Articles): Documentation for sticky article
5314 buffers.
5315
c8763fb6 53162007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5317
5318 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5319
53202007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5321
5322 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5323
53242007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5325
0c7efc08
SM
5326 * gnus.texi (Archived Messages):
5327 Document gnus-update-message-archive-method.
01c52d31
MB
5328
53292007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5330
5331 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5332
c8763fb6 53332007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 5334
0c7efc08
SM
5335 * gnus.texi (Group Maneuvering):
5336 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
5337
53382007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5339
0c7efc08
SM
5340 * gnus.texi (Really Various Summary Commands):
5341 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
5342
53432007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5344
5345 * gnus.texi, message.texi: Bump version number.
5346
53472007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5348
5349 * gnus.texi (Group Line Specification, Misc Group Stuff)
5350 (Server Commands): Parenthesize @pxref{Mail Spool}.
5351
53522007-10-28 Didier Verna <didier@xemacs.org>
5353
5354 New user option: message-signature-directory.
5355 * message.texi (Insertion Variables): Document it.
5356 * gnus.texi (Posting Styles): Ditto.
5357
53582007-10-28 Didier Verna <didier@xemacs.org>
5359
5360 * gnus.texi (Group Line Specification):
5361 * gnus.texi (Misc Group Stuff):
5362 * gnus.texi (Server Commands): Document the group compaction feature.
5363
53642007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5365
5366 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5367
5368 * message.texi (Various Message Variables): Add message-fill-column.
5369
53702007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5371
5372 * gnus.texi: Untabify.
5373
53742007-10-28 Didier Verna <didier@xemacs.org>
5375
5376 * gnus.texi (Group Parameters): Document the posting-style merging
5377 process in topic-mode.
5378
53792007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5380
5381 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5382
53832007-10-28 Romain Francoise <romain@orebokech.com>
5384
5385 * gnus.texi (Mail Spool): Fix typo.
5386 Update copyright.
5387
53882007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5389
5390 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5391
53922007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5393
5394 * gnus.texi (Summary Generation Commands):
5395 Add gnus-summary-insert-ticked-articles.
5396
53972007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5398
b2abec73
JB
5399 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5400 to spam-spamassassin-program.
01c52d31
MB
5401
54022007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5403
5404 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5405
54062007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5407
5408 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5409
54102007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5411
5412 * message.texi (Mail Headers): Document `opportunistic'.
5413
54142007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5415
5416 * emacs-mime.texi (Encoding Customization): Explain how to set
5417 mm-coding-system-priorities per hierarchy.
5418
54192007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5420
5421 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5422 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5423
54242007-10-28 Didier Verna <didier@xemacs.org>
5425
5426 * message.texi (Wide Reply): Update documentation of
5427 message-dont-reply-to-names (now allowing a list of regexps).
5428
54292007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5430
5431 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5432
54332007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5434
5435 * gnus.texi (SpamAssassin back end): Fix typo.
5436
5437 * sieve.texi (Examples): Fix grammar.
5438
54392007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5440
5441 * gnus.texi (Searching for Articles): Document M-S and M-R.
5442 (Limiting): Document / b.
5443
54442007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5445
5446 * gnus.texi (Thread Commands): T M-^.
5447
54482007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5449
5450 * message.texi (Mail Aliases): Document ecomplete.
5451 (Mail Aliases): Fix typo.
5452
54532007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5454
5455 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5456 fix typo.
5457
54582007-10-28 Romain Francoise <romain@orebokech.com>
5459
5460 * gnus.texi (Mail Spool): Grammar fix.
5461
54622007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5463
5464 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5465 string.
5466
54672007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5468
5469 * gnus.texi (Group Parameters): Fix description.
5470
54712007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5472
b2abec73
JB
5473 * gnus.texi (Gmane Spam Reporting):
5474 Fix spam-report-gmane-use-article-number.
5475 Add spam-report-user-mail-address.
01c52d31
MB
5476
54772007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5478
5479 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5480
54812007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5482
5483 * gnus.texi (Group Parameters): Add simplified sorting example based on
5484 example for `Sorting the Summary Buffer' from Jari Aalto
5485 <jari.aalto@cante.net>.
5486 (Example Methods): Add example for an indirect connection.
5487
54882007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5489
0c7efc08 5490 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
5491 (Agent Parameters): Updated parameter names to match code.
5492 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5493 'gnus-agent-summary-fetch-series'.
5494 (Agent and flags): New section providing a generalized discussion
5495 of flag handling.
0c7efc08
SM
5496 (Agent and IMAP): Remove flag discussion.
5497 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
5498
54992007-10-28 Romain Francoise <romain@orebokech.com>
5500
5501 * gnus.texi (Exiting the Summary Buffer): Add new function
5502 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5503
55042007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5505
5506 * gnus.texi (Conformity): Fix typo.
5507 (Customizing Articles): Document `first'.
5508
55092007-10-28 Jari Aalto <jari.aalto@cante.net>
5510
5511 * gnus.texi (Sorting the Summary Buffer):
5512 Add `gnus-thread-sort-by-date-reverse'. Add example
5513 host to different sorting in NNTP and RSS groups.
5514
55152007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5516
5517 * message.texi (Insertion): Describe prefix for
5518 message-mark-inserted-region and message-mark-insert-file.
5519
55202007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5521
5522 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5523 LaTeX documents. Describe "text/x-gnus-verbatim".
5524
55252007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5526
b2abec73 5527 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
5528 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5529 (spam-stat spam filtering, SpamOracle)
0c7efc08 5530 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
5531 clarity.
5532
55332007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5534
5535 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5536 gnus-article-delete-part and gnus-article-replace-part.
5537 (Using MIME): Add gnus-mime-replace-part.
5538
55392007-10-28 Romain Francoise <romain@orebokech.com>
5540
5541 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5542 requires `auto-compression-mode' to be enabled. Add new nnml
5543 variable `nnml-compressed-files-size-threshold'.
5544
55452007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5546
0c7efc08
SM
5547 * gnus.texi (Sorting the Summary Buffer):
5548 Add gnus-thread-sort-by-recipient.
01c52d31
MB
5549
55502007-10-28 Romain Francoise <romain@orebokech.com>
5551
5552 * message.texi (Insertion Variables): Mention new variable
5553 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5554 documentation accordingly.
5555
55562007-10-28 Romain Francoise <romain@orebokech.com>
5557
5558 * gnus.texi (To From Newsgroups): Mention new variables
5559 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5560
55612007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5562
5563 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5564 stuff; gnus-mime-inline-part does the automatic decompression.
5565
55662007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5567
5568 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 5569 "training.ham" should be "training.spam".
01c52d31
MB
5570
55712007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5572
5573 * message.texi (Mail Variables): Fix the default value for
5574 message-send-mail-function.
5575
55762007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5577
5578 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5579 always returns nil exceptionally.
5580
55812007-10-28 Simon Josefsson <jas@extundo.com>
5582
0c7efc08
SM
5583 * gnus.texi (Article Washing): Add libidn URL.
5584 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
5585
55862007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5587
5588 * gnus.texi (Topic Commands): Fix next/previous.
5589
55902007-10-28 Simon Josefsson <jas@extundo.com>
5591
5592 * gnus.texi (Article Washing): Mention `W i'.
5593
c8763fb6 55942007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
5595
5596 * gnus.texi (Group Parameters): Slight extension of sieve
5597 parameter description.
5598
55992007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5600
5601 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5602 matching score files as well.
5603 (Picons): Describe `gnus-picon-style'.
5604
56052007-10-28 Romain Francoise <romain@orebokech.com>
5606
5607 * message.texi (Message Headers): Mention that headers are hidden
5608 using narrowing, and how to expose them.
5609 Update copyright.
5610
56112007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5612
5613 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5614 `gnus-summary-sort-by-recipient'.
5615
56162007-10-28 Romain Francoise <romain@orebokech.com>
5617
5618 * gnus.texi (NNTP marks): New node.
5619 (NNTP): Move NNTP marks variables to the new node.
5620
56212007-10-28 Jesper Harder <harder@ifa.au.dk>
5622
b2abec73 5623 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
5624
5625 * gnus.texi (MIME Commands, Hashcash): Markup fix.
5626
56272007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5628
b2abec73 5629 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 5630 everywhere for consistency.
b2abec73
JB
5631 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5632 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
5633 Say "regular expression" instead of "regex." Admonish.
5634 Pick other words to sound better (s/so/thus/).
5635 (Spam ELisp Package Filtering of Incoming Mail):
5636 Mention statistical filters. Remove old TODO.
01c52d31 5637 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
5638 New section on sorting and displaying the spam score.
5639 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5640 backend but an alias to spam-use-BBDB.
5641 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
5642 new backend functionality.
5643
56442007-10-28 Simon Josefsson <jas@extundo.com>
5645
5646 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5647 nntp-marks-directory, from Romain Francoise
5648 <romain@orebokech.com>.
5649
56502007-10-28 Magnus Henoch <mange@freemail.hu>
5651
5652 * gnus.texi (Hashcash): New default value of
5653 hashcash-default-payment.
5654
56552007-10-28 Simon Josefsson <jas@extundo.com>
5656
5657 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5658 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5659
56602007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5661
0c7efc08 5662 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5663
56642007-10-28 Simon Josefsson <jas@extundo.com>
5665
5666 * gnus.texi (documentencoding): Add, to avoid warnings.
5667
56682007-10-28 Simon Josefsson <jas@extundo.com>
5669
5670 * message.texi (Mail Headers): Add.
5671
5672 * gnus.texi (Hashcash): Fix.
5673
56742007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5675
0c7efc08 5676 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5677 that payments can be verified and fix the name of the
b2abec73 5678 hashcash-path variable.
01c52d31
MB
5679
56802007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5681
b2abec73 5682 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5683
56842007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5685
5686 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5687
56882007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5689
5690 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5691 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5692 warning about ham processors in spam groups removed.
01c52d31
MB
5693
56942007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5695
0c7efc08 5696 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5697 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5698
56992007-10-28 Jesper Harder <harder@ifa.au.dk>
5700
5701 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5702 (Mailing List): Typo.
5703 (Customizing Articles): Add gnus-treat-ansi-sequences.
5704 (Article Washing): Index.
5705
5706 * message.texi: Use m-dash consistently.
5707
57082007-10-28 Jesper Harder <harder@ifa.au.dk>
5709
5710 * gnus.texi (GroupLens): Remove.
5711
57122007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5713
0c7efc08
SM
5714 * gnus.texi (Outgoing Messages, Agent Variables):
5715 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5716 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5717
57182007-10-28 Jesper Harder <harder@ifa.au.dk>
5719
5720 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5721
57222007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5723
5724 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5725
5726 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5727
57282007-10-28 Simon Josefsson <jas@extundo.com>
5729
5730 * gnus.texi (Top): Add SASL.
5731
404cd454
GM
57322007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5733
5734 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5735
57362007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5737
5738 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5739
0edd2970
JB
57402007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5741
5742 * calc.texi (Formulas, Composition Basics): Lower the
5743 precedence of negation.
5744
a9afba20
JY
57452007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5746
5747 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5748 Mention the new three-letter column identifiers.
5749 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5750 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5751 message when using `c' on an empty default with default printer.
5752 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5753 renamed to `ses--symbolic-formulas' some time ago.
5754
45b778a6
JB
57552007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5756
5757 * calc.texi (Default Simplifications, Making Selections)
5758 (Customizing Calc): Clarify associativity of multiplication.
5759
03b5bade
MA
57602007-10-23 Michael Albinus <michael.albinus@gmx.de>
5761
5762 * tramp.texi (Traces and Profiles): Simplify loop over
5763 `trace-function-background'.
5764
e658c8ee
JL
57652007-10-22 Juri Linkov <juri@jurta.org>
5766
5767 * dired-x.texi (Shell Command Guessing): Default values are now
5768 available by typing M-n instead of M-p.
5769
dd753688
MA
57702007-10-21 Michael Albinus <michael.albinus@gmx.de>
5771
5772 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5773 (Password caching): Remove `tramp-clear-passwd'.
5774 It's not a command anymore.
dd753688
MA
5775 (Bug Reports): Add `tramp-bug' to function index.
5776 (Function Index, Variable Index): New nodes.
5777 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5778
5779 * trampver.texi: Update release number.
5780
4bb49b43
JB
57812007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5782
8b296cdd 5783 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5784 about integer size into past tense.
5785 (Time Zones): Remove pointer to Calc author's address.
5786 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5787 and hyperbolic cotangent. Fix typo.
4bb49b43 5788
311dd93f
MA
57892007-10-10 Michael Albinus <michael.albinus@gmx.de>
5790
5791 Sync with Tramp 2.1.11.
5792
5793 * trampver.texi: Update release number.
5794
ea3fc256
MA
57952007-10-06 Michael Albinus <michael.albinus@gmx.de>
5796
5797 * tramp.texi (External packages): New section.
5798
1af74d06
MB
57992007-09-29 Juri Linkov <juri@jurta.org>
5800
5801 * info.texi (Help-Int): Document `L' (`Info-history').
5802
0e2806fa
SM
58032007-09-26 Carsten Dominik <dominik@science.uva.nl>
5804
5805 * org.texi: Change links to webpage and maintained email.
5806 (Remember): Promote to Chapter, significant changes.
5807 (Fast access to TODO states): New section.
5808 (Faces for TODO keywords): New section.
5809 (Export options): Example for #+DATE.
5810 (Progress logging): Section moved.
5811
567b9191
BW
58122007-09-26 Bill Wohler <wohler@newt.com>
5813
5814 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5815 browse-url-at-mouse.
5816
1af74d06
MB
58172007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5818
5819 * flymake.texi (Customizable variables): Face names don't end in -face.
5820 Fix flymake-err-line-patterns template.
5821 (Example -- Configuring a tool called directly): Fix init-function.
5822 (Highlighting erroneous lines): Face names don't end in -face.
5823
d60a4e3a 58242007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5825
5826 * erc.texi (Special-Features): Fix small typo.
5827
7d7a3510
MA
58282007-09-14 Michael Albinus <michael.albinus@gmx.de>
5829
5830 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5831 and "External transfer methods".
5832
285f0d3a
JB
58332007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5834
5835 * calc.texi (Predefined Units): Add some history.
5836
526dc846
MO
58372007-09-08 Michael Olson <mwolson@gnu.org>
5838
87e04f16
JB
5839 * erc.texi (Copying): New section included from gpl.texi.
5840 This matches the look of the upstream ERC manual.
526dc846 5841
f10d0e80
JB
58422007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5843
87e04f16 5844 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5845 (Random Numbers): Clarify the distribution of `random'.
5846
4009494e
GM
58472007-09-06 Glenn Morris <rgm@gnu.org>
5848
f1fc42aa 5849 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5850 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5851 Change all setfilename commands to use ../../info.
5852 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5853 refer to the Emacs manual here.
5854 (infodir): New variable.
5855 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5856 (cc-mode.texi, faq.texi): Update references to source file locations.
5857 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5858 do not refer to the Emacs manual here.
5859 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5860
5861 * Makefile.in: Add `basename' versions of all info targets, for
5862 convenience when rebuilding just one manual.
5863 (../etc/GNU): Delete obsolete target.
5864 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5865 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5866 *.vrs *.toc here...
5867 (maintainer-clean): ...from here.
4009494e
GM
5868
5869 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5870
2de53ca6
GM
58712007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5872
5873 * calc.texi (Date Conversions): Clarify definition of
5874 Julian day numbering.
5875 (Date Forms): Clarify definition of Julian day numbering;
5876 add some history.
5877
58782007-08-30 Carsten Dominik <dominik@science.uva.nl>
5879
87e04f16 5880 * org.texi: Version 5.07.
2de53ca6
GM
5881
58822007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5883
5884 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5885
58862007-08-22 Carsten Dominik <dominik@science.uva.nl>
5887
5888 * org.texi (Adding hyperlink types): New section.
5889 (Embedded LaTeX): Chapter updated because of LaTeX export.
5890 (LaTeX export): New section.
5891 (Using links out): New section.
5892
58932007-08-22 Glenn Morris <rgm@gnu.org>
5894
5895 * faq.texi (Learning how to do something): Refcards now in
5896 etc/refcards/ directory.
5897
58982007-08-22 Michael Albinus <michael.albinus@gmx.de>
5899
5900 * tramp.texi (Remote Programs): Persistency file must be cleared when
5901 changing `tramp-remote-path'.
5902 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5903 macro.
5904
59052007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5906
5907 * calc.texi: Move contents to beginning of file.
5908 (Algebraic Entry): Fix the formatting of an example.
5909
59102007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5911
5912 * calc.texi (Basic Operations on Units): Mention exact versus
5913 inexact conversions.
5914
59152007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5916
5917 * calc.texi (Basic Operations on Units): Mention default
5918 values for new units.
5919 (Quick Calculator Mode): Mention that binary format will
5920 be displayed.
5921
59222007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5923
5924 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5925
59262007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5927
5928 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5929
59302007-08-08 Glenn Morris <rgm@gnu.org>
5931
5932 * gnus.texi, sieve.texi: Replace `iff'.
5933
59342007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5935
5936 * calc.texi (Basic Graphics): Mention the graphing of error
5937 forms.
5938 (Graphics Options): Mention how `g s' handles error forms.
5939 (Curve Fitting): Mention plotting the curves.
5940 (Standard Nonlinear Models): Add additional models.
5941 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5942 (Linear Fits): Correct result.
5943
59442007-08-01 Alan Mackenzie <acm@muc.de>
5945
5946 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5947 to "--no-site-file".
5948
59492007-07-29 Michael Albinus <michael.albinus@gmx.de>
5950
5951 * tramp.texi (Frequently Asked Questions): Point to mode line
5952 extension in Emacs 23.1.
5953
5954 * trampver.texi: Update release number.
5955
59562007-07-27 Glenn Morris <rgm@gnu.org>
5957
5958 * calc.texi (Copying): Include license text from gpl.texi, rather than
5959 in-line.
5960
59612007-07-25 Glenn Morris <rgm@gnu.org>
5962
5963 * calc.texi (Copying): Replace license with GPLv3.
5964
5965 * Relicense all FSF files to GPLv3 or later.
5966
59672007-07-22 Michael Albinus <michael.albinus@gmx.de>
5968
5969 Sync with Tramp 2.1.10.
5970
5971 * tramp.texi (trampfn): Expand macro implementation in order to handle
5972 empty arguments.
5973 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 5974 occurrences by trampfn.
2de53ca6 5975 (Frequently Asked Questions): Extend example code for host
b2abec73 5976 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
5977 file names to be typed.
5978
5979 * trampver.texi: Update release number.
5980
59812007-07-17 Michael Albinus <michael.albinus@gmx.de>
5982
5983 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5984 section. Reported by <poti@potis.org>.
5985 (Remote processes): Arguments of the program to be debugged are taken
5986 literally.
5987 (Frequently Asked Questions): Simplify recentf example.
5988
59892007-07-14 Karl Berry <karl@gnu.org>
5990
5991 * info.texi (@copying): New Back-Cover Text.
5992
5993 * info.texi (Quitting Info): Move to proper place in source.
5994 (Reported by Benno Schulenberg.)
5995
59962007-07-13 Eli Zaretskii <eliz@gnu.org>
5997
5998 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5999
6000 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
6001
6002 * emacs-mime.texi: Add @documentencoding directive.
6003
60042007-07-12 Nick Roberts <nickrob@snap.net.nz>
6005
6006 * tramp.texi (Remote processes): Add an anchor to the subsection
6007 "Running a debugger on a remote host".
6008
60092007-07-12 Michael Albinus <michael.albinus@gmx.de>
6010
6011 * tramp.texi (Remote processes): Don't call it "experimental" any
6012 longer. Add subsection about running a debugger on a remote host.
6013
60142007-07-10 Carsten Dominik <dominik@science.uva.nl>
6015
6016 * org.texi (Properties and columns): Chapter rewritten.
6017
60182007-07-08 Michael Albinus <michael.albinus@gmx.de>
6019
6020 * tramp.texi:
6021 * trampver.texi: Migrate to Tramp 2.1.
6022
60232007-07-02 Carsten Dominik <dominik@science.uva.nl>
6024
6025 * org.texi (Properties): New chapter.
6026
60272007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6028
6029 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6030 Control Panel.
6031
6032 * gnus.texi (Misc Article): Add index entry for
6033 gnus-single-article-buffer.
6034
60352007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
6036
6037 * gnus.texi (Starting Up): Fix typo.
6038
60392007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
6040
6041 * gnus.texi (Asynchronous Fetching): Fix typo.
6042
60432007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6044
6045 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6046 (About This Manual): Remove redundant information.
6047 (Getting Started): Mention author.
6048 (Basic Arithmetic, Customizing Calc): Make description of the
6049 variable `calc-multiplication-has-precedence' match its new effect.
6050
60512007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6052
0c7efc08
SM
6053 * calc.texi (Basic Arithmetic, Customizing Calc):
6054 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
6055
60562007-06-19 Carsten Dominik <dominik@science.uva.nl>
6057
6058 * org.texi (Tag): Section swapped with node Timestamps.
6059 (Formula syntax for Lisp): Document new `L' flag.
6060
60612007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6062
6063 * gnus.texi (Misc Group Stuff, Summary Buffer)
6064 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6065
60662007-06-06 Juanma Barranquero <lekktu@gmail.com>
6067
6068 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6069 * gnus.texi (Article Buttons, Mail Source Customization)
6070 (Sending or Not Sending, Customizing NNDiary):
6071 * message.texi (Message Headers):
6072 * mh-e.texi (HTML): Fix typos.
6073
60742007-06-07 Michael Albinus <michael.albinus@gmx.de>
6075
6076 Sync with Tramp 2.0.56.
6077
6078 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6079 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6080
60812007-06-02 Chong Yidong <cyd@stupidchicken.com>
6082
6083 * Version 22.1 released.
6084
60852007-05-26 Michael Olson <mwolson@gnu.org>
6086
6087 * erc.texi (Modules): Fix references to completion modules.
6088
60892007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6090
6091 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6092
60932007-05-09 Didier Verna <didier@xemacs.org>
6094
6095 * gnus.texi (Email Based Diary): New. Proper documentation for the
6096 nndiary back end and the gnus-diary library.
6097
60982007-05-03 Karl Berry <karl@gnu.org>
6099
6100 * .cvsignore (*.pdf): New entry.
6101
6102 * texinfo.tex: Update from current version for better pdf generation.
6103
61042007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6105
6106 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6107
61082007-04-28 Glenn Morris <rgm@gnu.org>
6109
6110 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6111 consideration of legal status.
6112
61132007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6114
6115 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6116
61172007-04-24 Chong Yidong <cyd@stupidchicken.com>
6118
6119 * faq.texi (New in Emacs 22): python.el removed.
6120
61212007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6122
6123 * calc.texi (Reporting bugs): Update maintainer's address.
6124
61252007-04-22 Chong Yidong <cyd@stupidchicken.com>
6126
6127 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6128
61292007-04-15 Jay Belanger <belanger@truman.edu>
6130
6131 * calc.texi (Title page): Remove the date.
6132 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6133 (The Standard Calc Interface): Change trail title.
6134 (Floats): Mention that when non-decimal floats are entered, only
6135 approximations are stored.
6136 (Copying): Move to the appendices.
6137 (GNU Free Documentation License): Add as an appendix.
6138
61392007-04-15 Chong Yidong <cyd@stupidchicken.com>
6140
6141 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6142 * dired-x.texi, ebrowse.texi, ediff.texi:
6143 * emacs-mime.texi, erc.texi, eshell.texi:
6144 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6145 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6146 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6147 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6148 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6149 * woman.texi: Include GFDL.
6150
6151 * doclicense.texi: Remove node heading, so that it can be included by
6152 other files.
6153
6154 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6155
6156 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6157 than *.
6158
61592007-04-14 Carsten Dominik <dominik@science.uva.nl>
6160
6161 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6162 in Calc.
6163
61642007-04-09 Romain Francoise <romain@orebokech.com>
6165
6166 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6167 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6168 replace mouse-2.
6169
61702007-04-08 Chong Yidong <cyd@stupidchicken.com>
6171
6172 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6173 renamed to woman-use-topic-at-point. Document new behavior.
6174
61752007-04-08 Richard Stallman <rms@gnu.org>
6176
6177 * url.texi: Fix some indexing.
6178 (Disk Caching): Drop discussion of old/other Emacs versions.
6179
61802007-04-07 Chong Yidong <cyd@stupidchicken.com>
6181
6182 * url.texi (Disk Caching): Say Emacs 21 "and later".
6183
6184 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6185 on Font locking which now mentions JIT lock.
6186
61872007-04-01 Michael Olson <mwolson@gnu.org>
6188
6189 * erc.texi: Update for the ERC 5.2 release.
6190
61912007-03-31 David Kastrup <dak@gnu.org>
6192
6193 * woman.texi (Topic, Interface Options): Explain changes semantics of
6194 woman-manpath in order to consider MANPATH_MAP entries.
6195
61962007-03-31 Eli Zaretskii <eliz@gnu.org>
6197
6198 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6199
62002007-03-26 Richard Stallman <rms@gnu.org>
6201
6202 * pgg.texi (Caching passphrase): Clean up previous change.
6203
62042007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6205
6206 * gnus.texi (Setting Process Marks): Fix typo.
6207
62082007-03-25 Romain Francoise <romain@orebokech.com>
6209
6210 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6211 readability, and include various fixes by Daniel Brockman, Nick Roberts
6212 and Dieter Wilhelm.
6213
62142007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6215
6216 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6217
6218 * gnus.texi (Mail Source Specifiers): Fix typo.
6219
62202007-03-22 Ralf Angeli <angeli@caeruleus.net>
6221
6222 * reftex.texi (Imprint): Update maintainer information.
6223
62242007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6225
6226 * message.texi (Message Buffers): Update documentation for
6227 message-generate-new-buffers.
6228
62292007-03-15 Daiki Ueno <ueno@unixuser.org>
6230
6231 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6232
62332007-03-21 Glenn Morris <rgm@gnu.org>
6234
6235 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6236
62372007-03-19 Chong Yidong <cyd@stupidchicken.com>
6238
6239 * eshell.texi (Known problems): Emacs 21 -> 22.
6240
6241 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6242
62432007-03-18 Jay Belanger <belanger@truman.edu>
6244
6245 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6246
62472007-03-12 Glenn Morris <rgm@gnu.org>
6248
6249 * calc.texi (Time Zones): Switch to new North America DST rule.
6250
6251 * calc.texi: Replace "daylight savings" with "daylight
6252 saving" in text throughout.
6253
62542007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6255
6256 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6257 The variable now uses a list of symbols instead of just a symbol.
6258 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6259
62602007-03-06 Romain Francoise <romain@orebokech.com>
6261
6262 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6263 new packages, and mention Gnus update.
6264
62652007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6266
6267 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6268 nntp-open-connection-functions-never-echo-commands.
6269
62702007-02-27 Chong Yidong <cyd@stupidchicken.com>
6271
6272 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6273 problems on the console, and security risk in not using gpg-agent.
6274
62752007-02-25 Carsten Dominik <dominik@science.uva.nl>
6276
0c7efc08 6277 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
6278 Completely reorganized and rewritten.
6279 (CamelCase links): Section removed.
6280 (Repeating items): New section.
6281 (Tracking TODO state changes): New section.
6282 (Agenda views): Chapter reorganized and rewritten.
6283 (HTML export): Section rewritten.
6284 (Tables in arbitrary syntax): New section.
6285 (Summary): Better feature summary.
6286 (Activation): Document problem with cut-and-paste of Lisp code
6287 from PDF files.
6288 (Visibility cycling): Document indirect buffer use.
6289 (Structure editing): Document sorting.
6290 (Remember): Section rewritten.
6291 (Time stamps): Better description of time stamp types.
6292 (Tag searches): Document regular expression search for tags.
6293 (Stuck projects): New section.
6294 (In-buffer settings): New keywords.
6295 (History and Acknowledgments): Updated description.
6296
62972007-02-24 Alan Mackenzie <acm@muc.de>
6298
6299 * cc-mode.texi (Movement Commands): Insert two missing command names.
6300 (Getting Started): Slight wording correction (use conditional).
6301
63022007-02-22 Kim F. Storm <storm@cua.dk>
6303
6304 * widget.texi (User Interface, Basic Types): Document need to put some
6305 text before the %v escape in :format string in editable-field widget.
6306
63072007-02-18 Romain Francoise <romain@orebokech.com>
6308
6309 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6310 `cvs-mode-quit'.
6311
63122007-02-10 Markus Triska <markus.triska@gmx.at>
6313
6314 * widget.texi (Programming Example): Put constant strings in :format.
6315
63162007-02-07 Juanma Barranquero <lekktu@gmail.com>
6317
6318 * faq.texi (Fullscreen mode on MS-Windows): New node.
6319
63202007-02-04 David Kastrup <dak@gnu.org>
6321
6322 * faq.texi (AUCTeX): Update version number. Should probably be done
6323 for other packages as well.
6324
63252007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6326
6327 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6328 <tassilo@member.fsf.org>.
6329
63302007-01-27 Eli Zaretskii <eliz@gnu.org>
6331
6332 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6333 ls-lisp-use-localized-time-format.
6334
63352007-01-20 Markus Triska <markus.triska@gmx.at>
6336
6337 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6338
63392007-01-13 Michael Olson <mwolson@gnu.org>
6340
6341 * erc.texi (Modules): Mention capab-identify module.
6342
63432007-01-05 Michael Olson <mwolson@gnu.org>
6344
6345 * erc.texi (Getting Started): Update for /RECONNECT command.
6346
63472007-01-04 Richard Stallman <rms@gnu.org>
6348
6349 * ebrowse.texi: Change C-c b to C-c C-m.
6350
63512007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6352
6353 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6354 variables only in info to avoid redundant entries in the printed
6355 manual.
6356
63572007-01-02 Daiki Ueno <ueno@unixuser.org>
6358
6359 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6360
63612007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6362
6363 * message.texi (Security): Split into sub-nodes.
6364
63652007-01-01 Alan Mackenzie <acm@muc.de>
6366
6367 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6368 eval-after-load in Emacs <=21 and a workaround. Document that
6369 trigraphs are not supported.
6370
63712007-01-01 Alan Mackenzie <acm@muc.de>
6372
6373 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6374 c-context-line-break. When invoked within a string, preserve
6375 whitespace. Add a backslash only when also in a macro.
6376
63772007-01-01 Alan Mackenzie <acm@muc.de>
6378
6379 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6380
63812007-01-01 Alan Mackenzie <acm@muc.de>
6382
6383 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6384 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6385
63862007-01-01 Alan Mackenzie <acm@muc.de>
6387
6388 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6389 "Choosing a Style".
6390
6391 * cc-mode.texi ("Styles"): Add @dfn{style}.
6392
63932006-12-30 Michael Albinus <michael.albinus@gmx.de>
6394
6395 Sync with Tramp 2.0.55.
6396
6397 * trampver.texi: Update release number.
6398
63992006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6400
6401 * gnus.texi (Customizing Articles): Add index entries for all
6402 gnus-treat-* variables.
6403
c8763fb6 64042006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6405
6406 * gnus.texi (IMAP): Fix incorrect explanation of
6407 nnimap-search-uids-not-since-is-evil in documentation for
6408 nnimap-expunge-search-string.
6409
64102006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6411
6412 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6413 spam-ifile-database.
6414
64152006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6416
6417 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6418 rebind C-s.
6419
c8763fb6 64202006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6421
6422 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6423 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6424 "expiring mail".
6425 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6426 nnimap-nov-is-evil.
6427
64282006-12-25 Kevin Ryde <user42@zip.com.au>
6429
6430 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6431 about the key procedure being used heavily.
6432
64332006-12-24 Chong Yidong <cyd@stupidchicken.com>
6434
6435 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6436 to t.
6437 (Prerequisites): Add explanation about gpg-agent.
6438
64392006-12-22 Kevin Ryde <user42@zip.com.au>
6440
6441 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6442 "sort" instead of "sort*".
6443
64442006-12-19 Richard Stallman <rms@gnu.org>
6445
6446 * calc.texi (History and Acknowledgements): Recognize that Emacs
6447 now does have floating point.
6448
64492006-12-19 Michael Albinus <michael.albinus@gmx.de>
6450
6451 * tramp.texi (External transfer methods): Describe new method `scpc'.
6452
64532006-12-17 Sascha Wilde <wilde@sha-bang.de>
6454
6455 * pgg.texi: Added short note on gpg-agent to the introduction.
6456
64572006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6458
6459 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6460 also applies to Cc.
6461
64622006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6463
6464 * gnus.texi (X-Face): Clarify. Say which programs are required
6465 on Windows.
6466
64672006-12-08 Michael Olson <mwolson@gnu.org>
6468
6469 * erc.texi (Modules): Remove documentation for list module.
6470
c8763fb6 64712006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
6472
6473 * faq.texi (^M in the shell buffer): Ditto.
6474
64752006-11-20 Michael Olson <mwolson@gnu.org>
6476
6477 * erc.texi: Call this the 5.2 stable pre-release of ERC.
6478
64792006-11-17 Carsten Dominik <dominik@science.uva.nl>
6480
6481 * org.texi: Fix typos.
6482 (Agenda commands): Document `C-k'.
6483
64842006-11-16 Eli Zaretskii <eliz@gnu.org>
6485
6486 * url.texi (http/https): Fix a typo in the HTTP URL.
6487
64882006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6489
6490 * ada-mode.texi: Total rewrite.
6491
64922006-11-13 Carsten Dominik <dominik@science.uva.nl>
6493
6494 * org.texi: Minor typo fixes.
6495
64962006-11-13 Bill Wohler <wohler@newt.com>
6497
6498 Release MH-E manual version 8.0.3.
6499
6500 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6501 release 8.0.3.
6502
6503 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6504 to set MAILDIR.
6505 (Reading Mail): Document the customization of read-mail-command
6506 for MH-E.
6507 (Viewing Attachments): Document mm-discouraged-alternatives.
6508 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6509 (Junk): Add more information about the settings of mh-junk-background
6510 in a program. Add /usr/bin/mh to PATH in examples.
6511
65122006-11-12 Richard Stallman <rms@gnu.org>
6513
6514 * woman.texi: Update author address but say he no longer maintains it.
6515
65162006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6517
6518 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6519 archived trees.
6520 (Checkboxes): Section moved to chapter 5, and extended.
6521 (The date/time prompt): New section.
6522 (Link abbreviations): New section.
6523 (Presentation and sorting): New section.
6524 (Custom agenda views): Section completely rewritten.
6525 (Summary): Compare with Planner.
6526 (Feedback): More info about creating backtraces.
6527 (Plain lists): Modified example.
6528 (Breaking down tasks): New section.
6529 (Custom time format): New section.
6530 (Time stamps): Document inactive timestamps.
6531 (Setting tags): More details about fast tag selection.
6532 (Block agenda): New section.
6533 (Custom agenda views): Section rewritten.
6534 (Block agenda): New section.
6535
65362006-11-07 Michael Albinus <michael.albinus@gmx.de>
6537
6538 * tramp.texi (Configuration): scp is the default method.
6539 (Default Method): Use ssh as example for another method.
6540
65412006-10-27 Richard Stallman <rms@gnu.org>
6542
6543 * woman.texi: Downcase nroff/troff/roff.
6544 (Installation): Chapter deleted. Some xrefs deleted.
6545 (Background): woman doesn't advise man ;-).
6546
c8763fb6 65472006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6548
6549 * ada-mode.texi (Project files, Identifier completion)
6550 (Automatic Casing, Debugging, Using non-standard file names)
6551 (Working Remotely): Fix typos.
6552
65532006-10-20 Masatake YAMATO <jet@gyve.org>
6554
0c7efc08 6555 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
6556 sample code `my-c-initialization-hook'.
6557
65582006-10-19 Stuart D. Herring <herring@lanl.gov>
6559
6560 * widget.texi: Fix typos.
6561
65622006-10-19 Michael Albinus <michael.albinus@gmx.de>
6563
6564 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6565 "???". There have been no complaints for years, so the information
6566 must be appropriate.
6567
65682006-10-16 Richard Stallman <rms@gnu.org>
6569
6570 * widget.texi: Use @var instead of capitalization.
6571 Clarify many widget type descriptions.
6572
65732006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6574
6575 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6576 gnus-dired-attach.
6577 (Selecting a Group): Fix typo.
6578
c8763fb6 65792006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6580
6581 * widget.texi: Fix typos.
6582
65832006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
6584
6585 * gnus.texi (Image Enhancements): Update for Emacs 22.
6586
6587 * gnus-faq.texi ([1.3]): Update.
6588
65892006-10-06 Richard Stallman <rms@gnu.org>
6590
6591 * faq.texi (Displaying the current line or column):
6592 Delete "As of Emacs 20".
6593
65942006-10-06 Romain Francoise <romain@orebokech.com>
6595
6596 * faq.texi (VM): VM works with Emacs 22 too.
6597
65982006-10-06 Richard Stallman <rms@gnu.org>
6599
6600 * ebrowse.texi: Remove Emacs version "21" from title.
6601
66022006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
6603
6604 * gnus.texi (Foreign Groups): Say where change of editing commands are
6605 stored. Add reference to `gnus-parameters'.
6606
66072006-09-15 Jay Belanger <belanger@truman.edu>
6608
6609 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6610 Change "Library Public License" to "Lesser Public License"
6611 throughout. Use "yyyy" to represent year.
6612
66132006-09-15 Carsten Dominik <dominik@science.uva.nl>
6614
6615 * org.texi (Setting tags): Typo fix.
6616
66172006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
6618
6619 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6620
66212006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6622
6623 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6624
66252006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6626
6627 * faq.texi (Escape sequences in shell output): EMACS is now set
6628 to Emacs's absolute file name, not to "t".
6629 (^M in the shell buffer): Likewise.
6630 * misc.texi (Interactive Shell): Likewise.
6631
66322006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6633
6634 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6635 mails with pop3-leave-mail-on-server. Fix wording.
6636 (Limiting): Improve gnus-summary-limit-to-articles.
6637 (X-Face): Fix typo.
6638
66392006-09-11 Simon Josefsson <jas@extundo.com>
6640
6641 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6642 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6643
66442006-09-06 Simon Josefsson <jas@extundo.com>
6645
6646 * smtpmail.texi (Authentication): Mention SSL.
6647
66482006-09-01 Eli Zaretskii <eliz@gnu.org>
6649
6650 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6651 Don't use @indicateurl.
6652
6653 * cc-mode.texi (Subword Movement): Don't use @headitem.
6654 (Custom Braces, Clean-ups): Don't use @tie.
6655
66562006-08-29 Michael Albinus <michael.albinus@gmx.de>
6657
6658 Sync with Tramp 2.0.54.
6659
6660 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6661 Suggested by Adrian Phillips <a.phillips@met.no>.
6662
66632006-08-15 Carsten Dominik <dominik@science.uva.nl>
6664
6665 * org.texi (Installation, Activation): Split from Installation and
6666 Activation.
6667 (Clocking work time): Documented new features.
6668
66692006-08-13 Alex Schroeder <alex@gnu.org>
6670
6671 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6672 example.
6673
66742006-08-12 Eli Zaretskii <eliz@gnu.org>
6675
6676 * faq.texi (How to add fonts): New node.
6677
66782006-08-05 Romain Francoise <romain@orebokech.com>
6679
6680 * faq.texi (New in Emacs 22): Expand.
6681
66822006-08-03 Michael Olson <mwolson@gnu.org>
6683
6684 * erc.texi: Update for ERC 5.1.4.
6685
66862006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6687
6688 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6689 in .../site-lisp/gnus/ by default.
6690 [ From gnus-news.texi in the trunk. ]
6691
66922006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6693
6694 * gnus.texi (MIME Commands): Additions for yEnc.
6695
66962006-07-24 Richard Stallman <rms@gnu.org>
6697
6698 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6699 * faq.texi: Move periods and commas inside quotes.
6700
67012006-07-20 Jay Belanger <belanger@truman.edu>
6702
6703 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6704
67052006-07-18 Chong Yidong <cyd@stupidchicken.com>
6706
6707 * faq.texi (Security risks with Emacs): Document Emacs 22
6708 file-local-variable mechanism.
6709
67102006-07-12 Michael Olson <mwolson@gnu.org>
6711
6712 * erc.texi: Update for ERC 5.1.3.
6713
67142006-07-12 Alex Schroeder <alex@gnu.org>
6715
6716 * rcirc.texi: Fix typos.
6717 (Getting started with rcirc): New calling convention for M-x irc.
6718 Mention #rcirc. Removed channel tracking.
0c7efc08 6719 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6720 recently, eg. rcirc-server to rcirc-default-server. Added
6721 documentation for rcirc-authinfo, some background for Bitlbee, and
6722 rcirc-track-minor-mode.
0c7efc08 6723 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6724 Scrolling.
0c7efc08 6725 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6726 to match code changes.
6727
67282006-07-10 Nick Roberts <nickrob@snap.net.nz>
6729
6730 * gnus.texi, message.texi: Fix typos.
6731
67322006-07-07 Carsten Dominik <dominik@science.uva.nl>
6733
6734 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6735 commands.
6736 (Global TODO list): Document the use of the variables
6737 `org-agenda-todo-ignore-scheduled' and
6738 `org-agenda-todo-list-sublevels'.
6739
67402006-07-05 Richard Stallman <rms@gnu.org>
6741
6742 * faq.texi (Scrolling only one line): Fix xref.
6743
67442006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6745
6746 * faq.texi (Evaluating Emacs Lisp code):
6747 Throughout, replace eval-current-buffer with eval-buffer.
6748
67492006-07-03 Richard Stallman <rms@gnu.org>
6750
6751 * rcirc.texi (Scrolling conservatively): Fix xref.
6752
6753 * pcl-cvs.texi (Viewing differences): Usage fix.
6754
67552006-07-03 Carsten Dominik <dominik@science.uva.nl>
6756
6757 * org.texi (Agenda commands): Document `s' key to save all org-mode
6758 buffers.
6759
67602006-06-30 Ralf Angeli <angeli@caeruleus.net>
6761
6762 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6763 names. Mention `cvs-msg' face.
6764
67652006-06-29 Carsten Dominik <dominik@science.uva.nl>
6766
6767 * org.texi (Checkboxes): New section.
6768
67692006-06-28 Carsten Dominik <dominik@science.uva.nl>
6770
6771 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6772 throughout this chapter.
6773
67742006-06-27 Chong Yidong <cyd@stupidchicken.com>
6775
6776 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6777 text for standalone vs Emacs info.
6778 (Help): Clarify header line description. Use mouse-1 for clicks.
6779 (Help-P): Use mouse-1 for clicks.
6780 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6781 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6782 (Choose menu subtopic): Remove gratuitous Emacs command names.
6783 (Help-FOO): Put usual behavior first.
6784 (Help-Xref): Clicking on xrefs works in Emacs.
6785 (Search Text): Clarify what the default behavior is.
6786 (Create Info buffer): Fix Emacs window/X window confusion.
6787 (Emacs Info Variables): Fix for new Emacs init file behavior.
6788
67892006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6790
6791 * gnus.texi (Summary Buffer Lines): Fix typo.
6792
67932006-06-23 Carsten Dominik <dominik@science.uva.nl>
6794
6795 * org.texi (Embedded LaTeX): New chapter.
6796 (Archiving): Section rewritten.
6797 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6798
67992006-06-20 Bill Wohler <wohler@newt.com>
6800
6801 Release MH-E manual version 8.0.1.
6802
6803 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6804 release 8.0.1.
6805 (Preface): Depend on GNU mailutils 1.0 and higher.
6806
68072006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6808
6809 * message.texi (News Headers): Update message-syntax-checks section.
6810
68112006-06-19 Karl Berry <karl@gnu.org>
6812
6813 * info.texi (Advanced): Mention C-q, especially with ?.
6814
68152006-06-19 Carsten Dominik <dominik@science.uva.nl>
6816
6817 * org.texi (Publishing links): Document the `:link-validation-function'
6818 property.
6819 (Extensions and Hacking): New chapter, includes some sections of the
6820 "Miscellaneous" chapter.
6821
68222006-06-10 Carsten Dominik <dominik@science.uva.nl>
6823
6824 * org.texi (Progress logging): New section.
6825
2de53ca6
GM
68262006-06-06 Carsten Dominik <dominik@science.uva.nl>
6827
6828 * org.texi (ASCII export): Document indentation adaptation.
6829 (Setting tags): Document mutually-exclusive tags.
6830
68312006-06-05 Romain Francoise <romain@orebokech.com>
6832
6833 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6834 Fix typo.
6835
6836 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6837 channel (#gnus@irc.freenode.net).
6838 Fix typos. Update copyright notice.
6839
6840 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6841 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6842 (Line-Up Functions, Custom Macros):
6843 * ediff.texi (Window and Frame Configuration)
dccb744b 6844 (Highlighting Difference Regions):
2de53ca6
GM
6845 * emacs-mime.texi (Display Customization):
6846 * erc.texi (History):
6847 * eshell.texi (Known problems):
6848 * eudc.texi (Overview, BBDB):
6849 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6850 (The problem of spam, SpamOracle, Extending the Spam package)
6851 (Conformity, Terminology):
dccb744b 6852 * idlwave.texi (Routine Info)
2de53ca6
GM
6853 (Class and Keyword Inheritance, Padding Operators)
6854 (Breakpoints and Stepping, Electric Debug Mode)
6855 (Examining Variables, Troubleshooting):
6856 * org.texi (Creating timestamps):
6857 * reftex.texi (Commands, Options, Changes):
6858 * tramp.texi (Inline methods, Password caching)
6859 (Auto-save and Backup, Issues):
6860 * vip.texi (Files, Commands in Insert Mode):
6861 * viper.texi (Emacs Preliminaries, States in Viper)
6862 (Packages that Change Keymaps, Viper Specials, Groundwork):
6863 Fix various typos.
6864
68652006-05-31 Michael Ernst <mernst@alum.mit.edu>
6866
6867 * ediff.texi: Fix typos.
6868
68692006-05-30 Carsten Dominik <dominik@science.uva.nl>
6870
6871 * org.texi: Small typo fixes.
6872
fff84c22
JB
68732006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6874
6875 * viper.texi (Viper Specials):
6876 * gnus.texi (Example Setup):
6877 * faq.texi (Backspace invokes help):
6878 * dired-x.texi (Optional Installation Dired Jump):
6879 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6880 follow coding conventions.
6881
2de53ca6
GM
68822006-05-29 Michael Albinus <michael.albinus@gmx.de>
6883
6884 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6885
68862006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6887
6888 * pcl-cvs.texi: Fix typos.
6889 (Customization): Say "us".
6890
68912006-05-26 Eli Zaretskii <eliz@gnu.org>
6892
6893 * org.texi: Remove bogus @setfilename.
6894
68952006-05-26 Carsten Dominik <dominik@science.uva.nl>
6896
6897 * org.texi (ASCII export): Omit command name.
6898 (HTML export): Add prefix to all lines in Local Variable example.
6899 (Acknowledgments): Typeset names in italics.
6900
69012006-05-24 Carsten Dominik <dominik@science.uva.nl>
6902
6903 * org.texi (Plain lists): Add new item navigation commands.
6904 (External links): Document elisp and info links.
6905 (Custom searches): New section.
6906 (Publishing): New chapter.
6907 (HTML export): Include a list of supported CSS classes.
6908 (Setting tags): Describe the fast-tag-setting interface.
6909
69102006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6911
6912 * dired-x.texi: ifinfo -> ifnottex.
6913
69142006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6915
6916 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6917
69182006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6919
6920 * message.texi (Interface): Add tool bar customization.
6921 (MIME): Index and text additions for mml-attach.
6922 (MIME): Describe mml-dnd-protocol-alist and
6923 mml-dnd-attach-options.
6924
6925 * gnus.texi (Oort Gnus): Reorder entries in sections.
6926 Fix some entries.
6927 (Starting Up): Add references to "Emacs for Heathens" and to
6928 "Finding the News". Add user-full-name and user-mail-address.
6929 (Group Buffer Format): Add tool bar customization and update.
6930 (Summary Buffer): Add tool bar customization.
6931 (Posting Styles): Add message-alternative-emails.
6932
69332006-05-09 Michael Albinus <michael.albinus@gmx.de>
6934
6935 * tramp.texi (Filename completion): Improve wording.
6936
69372006-05-07 Romain Francoise <romain@orebokech.com>
6938
6939 * faq.texi (Using regular expressions): Fix typo.
6940 (Packages that do not come with Emacs): Fix capitalization.
6941 (Replacing text across multiple files): Expand node to explain how
6942 to use `dired-do-query-replace-regexp' in more detail, based on
6943 suggestion by Eric Hanchrow <offby1@blarg.net>.
6944
69452006-05-06 Michael Albinus <michael.albinus@gmx.de>
6946
6947 * tramp.texi (Filename completion): Completion of remote files'
6948 method, user name and host name is active only in partial
6949 completion mode.
6950
69512006-05-06 Bill Wohler <wohler@newt.com>
6952
6953 Release MH-E manual version 8.0.
6954
6955 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6956 release 8.0.
6957
69582006-05-06 Bill Wohler <wohler@newt.com>
6959
6960 * mh-e.texi (MH-BOOK-HOME): Change from
6961 http://www.ics.uci.edu/~mh/book/mh to
6962 http://rand-mh.sourceforge.net/book/mh.
6963 Replace .htm suffix with .html for MH book files.
6964 (Using This Manual): Update key binding for getting relevant
6965 chapter in Info from command key.
6966 (Ranges): Fix itemx.
6967
69682006-05-05 Karl Berry <karl@gnu.org>
6969
6970 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6971 (\fonttextsize): New user-level command to change text font size.
6972
69732006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6974
6975 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
6976
69772006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6978
6979 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6980
69812006-04-24 Bill Wohler <wohler@newt.com>
6982
6983 * mh-e.texi (Getting Started): Make it more explicit that you need
6984 to install MH. Add pointers to current MH implementations.
6985
69862006-04-21 Bill Wohler <wohler@newt.com>
6987
6988 Release MH-E manual version 7.94.
6989
6990 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6991 release 7.94.
6992
69932006-04-21 Carsten Dominik <dominik@science.uva.nl>
6994
6995 * org.texi: Many small fixes.
6996 (Handling links): Rename from "Managing links".
6997
69982006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
6999
7000 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
7001 (Splitting mail using spam-stat): Fix @xref.
7002
70032006-04-20 Chong Yidong <cyd@stupidchicken.com>
7004
7005 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 7006 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
7007
70082006-04-20 Carsten Dominik <dominik@science.uva.nl>
7009
7010 * org.texi (Time stamps): Better explanation of the purpose of
7011 different time stamps.
7012 (Structure editing, Plain lists): More details on how new items
7013 and headings are inserted.
7014
70152006-04-18 Carsten Dominik <dominik@science.uva.nl>
7016
7017 * org.texi (Formula syntax): Fix link to Calc Manual.
7018
70192006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7020
7021 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7022
70232006-04-17 Bill Wohler <wohler@newt.com>
7024
7025 * mh-e.texi (Folders): Update mh-before-quit-hook and
7026 mh-quit-hook example with code that removes the buffers rather
7027 than just bury them.
7028
70292006-04-17 Michael Albinus <michael.albinus@gmx.de>
7030
7031 Sync with Tramp 2.0.53.
7032
70332006-04-13 Carsten Dominik <dominik@science.uva.nl>
7034
7035 * org.texi (Updating settings): New section.
7036 (Visibility cycling): Better names for the startup folding
7037 options.
7038 (Exporting): Completely restructured.
7039 (The very busy C-c C-c key): New section.
7040 (Summary of in-buffer settings): New section.
7041
70422006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7043
7044 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7045
70462006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7047
7048 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7049 (Server Commands): Key `v' is reserved for users.
7050
70512006-04-11 Carsten Dominik <dominik@science.uva.nl>
7052
7053 * org.texi (Link format): New section, emphasis on bracket links.
7054 (External links): Document bracket links.
7055 (FAQ): Expand to cover shell links and the new link format.
7056
70572006-04-09 Kevin Ryde <user42@zip.com.au>
7058
7059 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7060
70612006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7062
7063 * gnus.texi (Summary Buffer Lines): Add `*'.
7064
c8763fb6 70652006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7066
7067 * gnus.texi (Group Parameters):
7068 Mention gnus-permanently-visible-groups.
7069
70702006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7071
7072 * gnus.texi (Face): Fix typo.
7073
70742006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7075
7076 * gnus.texi (X-Face): Clarify.
7077 (Face): Need Emacs with PNG support.
7078
70792006-04-06 Richard Stallman <rms@gnu.org>
7080
7081 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7082 Emacs".
7083
70842006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7085
7086 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7087 blocks not suitable for inclusion with Emacs using variable
7088 PARTOFEMACS.
7089
70902006-04-04 Simon Josefsson <jas@extundo.com>
7091
7092 * gnus.texi (Security): Improve.
7093
70942006-04-02 Bill Wohler <wohler@newt.com>
7095
7096 * mh-e.texi (Getting Started, Junk, Bug Reports)
7097 (MH FAQ and Support): Fix URLs.
7098
70992006-03-31 Romain Francoise <romain@orebokech.com>
7100
7101 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7102 to t, not nil (and has for the past eight years).
7103
71042006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7105
7106 * message.texi, gnus.texi: Bump version to 5.11.
7107
71082006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7109
7110 * gnus.texi (Top): Add comment about version line.
7111
7112 * message.texi (Top): Ditto. Change to take named versions into
7113 account.
7114
71152006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7116
7117 * gnus.texi (Posting Styles): Add x-face-file to example.
7118 (X-Face): Refer to posting styles.
7119
7120 * gnus-faq.texi ([5.8]): Add x-face-file.
7121 ([8.4]): Add links to gmane.emacs.gnus.user and
7122 gmane.emacs.gnus.general.
7123
71242006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7125
7126 * gnus-faq.texi: Use .invalid.
7127 ([5.4]): Fix gnus-posting-styles example.
7128
71292006-03-27 Romain Francoise <romain@orebokech.com>
7130
7131 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7132 Emacs/W3 needs a new maintainer.
7133 (Ispell): Update author and version info.
7134 (Mailcrypt): Mention PGG.
7135 (New in Emacs 22): Add PGG to the list of new packages.
7136 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7137 updating dead URLs.
7138
71392006-03-25 Karl Berry <karl@gnu.org>
7140
7141 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7142 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7143 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7144 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7145 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7146 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7147 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7148 (2) do not indent copyright year list (or anything else).
7149
71502006-03-21 Bill Wohler <wohler@newt.com>
7151
7152 * mh-e.texi (Folders): Various edits.
7153
71542006-03-20 Romain Francoise <romain@orebokech.com>
7155
7156 * gnus.texi (Mail Folders): Grammar fix.
7157
71582006-03-19 Bill Wohler <wohler@newt.com>
7159
7160 * mh-e.texi (Replying): Document Mail-Followup-To.
7161 Change manually-formatted table to multitable. Add debugging info.
7162 Move description of mh-reply-default-reply-to into paragraph
7163 that describes its values.
7164
71652006-03-17 Bill Wohler <wohler@newt.com>
7166
10d1d0af 7167 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
7168 (Sending Mail Tour): Update method of entering
7169 addresses and subject.
7170 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7171 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7172
71732006-03-15 Carsten Dominik <dominik@science.uva.nl>
7174
7175 * org.texi: Version number change only.
7176
71772006-03-14 Bill Wohler <wohler@newt.com>
7178
7179 * mh-e.texi: Add index entries around each paragraph rather than
7180 depend on entries from beginning of node. Doing so ensures that
7181 index entries are less likely to be forgotten if text is cut and
7182 pasted, and are necessary anyway if the references are on a
7183 separate page. It seems that makeinfo is now (v. 4.8) only
7184 producing one index entry per node, so there is no longer any
7185 excuse not to. Use subheading instead of heading. The incorrect
7186 use of heading produced very large fonts in Info--as large as the
7187 main heading.
7188 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7189 versions 6 and 7 appeared *around* the time of these Emacs releases.
7190
71912006-03-13 Carsten Dominik <dominik@science.uva.nl>
7192
7193 * org.texi (Clean view): Document new startup options.
7194
71952006-03-11 Bill Wohler <wohler@newt.com>
7196
7197 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7198 (Composing, Scan Line Formats): Fix @refs.
7199 (Getting Started): Define MH profile and MH profile components.
7200 (Incorporating Mail, Reading Mail, Viewing, Printing)
7201 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7202 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7203 for string constants.
7204 (Tool Bar): Remove spurious quote.
7205 (Junk): Use ``...'' instead of "...".
7206 (Scan Line Formats): Replace @samp with @kbd.
7207
72082006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7209
7210 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7211
72122006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7213
7214 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7215 easy to understand.
7216
72172006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7218
7219 * gnus.texi: Markup fix.
7220 (Fancy Mail Splitting): Specify new feature.
7221
72222006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7223
7224 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7225 partial-words matching.
7226
72272006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7228
7229 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7230
7231 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7232 (MIME Commands): Fix mm-discouraged-alternatives.
7233
72342006-03-07 Carsten Dominik <dominik@science.uva.nl>
7235
7236 * org.texi: Version number change only.
7237
72382006-03-06 Bill Wohler <wohler@newt.com>
7239
7240 * mh-e.texi: Move from SourceForge repository to Savannah.
7241 This is version 7.93, which is a total rewrite from the previous
7242 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7243 version 7.93.
7244
72452006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7246
7247 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7248
72492006-03-01 Carsten Dominik <dominik@science.uva.nl>
7250
7251 * org.texi (Interaction): Add item about `org-mouse.el' by
7252 Piotr Zielinski.
7253 (Managing links): Document that also mouse-1 can be used to
7254 activate a link.
7255 (Headlines, FAQ): Add entry about hiding leading stars.
7256 (Miscellaneous): Resort the sections in this chapter to a more
7257 logical sequence.
7258
72592006-02-27 Simon Josefsson <jas@extundo.com>
7260
7261 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7262 2004-01-27 from the trunk).
7263
72642006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7265
7266 * cc-mode.texi: Rename c-hungry-backspace to
7267 c-hungry-delete-backwards, at the request of RMS. Leave the old
7268 name as an alias.
7269
72702006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7271
7272 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7273 include the function header within the defun.
7274
72752006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7276
7277 * cc-mode.texi: Correct two typos.
7278
72792006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7280
7281 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7282 existing comment.
7283 (Electric Keys): Add a justification for electric indentation.
7284 (Hungry WS Deletion): Clear up the names and complications of the
7285 BACKSPACE and DELETE keys.
7286
72872006-02-23 Juri Linkov <juri@jurta.org>
7288
7289 * faq.texi (Common requests): Move `Turning on auto-fill by
7290 default' after `Wrapping words automatically'. Move `Working with
7291 unprintable characters' before `Searching for/replacing newlines'.
7292 Move `Replacing highlighted text' after `Highlighting a region'.
7293 Merge `Repeating commands' and `Repeating a command as many times
7294 as possible' into the former.
7295 (Packages that do not come with Emacs): Add refs to Gmane and
7296 etc/MORE.STUFF.
7297
72982006-02-23 Juri Linkov <juri@jurta.org>
7299
7300 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7301 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7302 Add xref to `(emacs)Reporting Bugs'.
7303 (Getting a printed manual): Add URL to other formats of the manual.
7304 (Common requests): Fix menu.
7305 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7306 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7307 (Inserting text at the beginning of each line): Add pxref to
7308 `Changing the included text prefix'.
7309 (Forcing the cursor to remain in the same column): Mention `track-eol'
7310 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7311 (Replacing text across multiple files): Add keybinding `Q' for
7312 `dired-do-query-replace'.
7313
73142006-02-22 Carsten Dominik <dominik@science.uva.nl>
7315
7316 * reftex.texi: Version number and date change only.
7317
7318 * org.texi (Internal Links): Rewrite to cover the modified
7319 linking system.
7320
73212006-02-17 Eli Zaretskii <eliz@gnu.org>
7322
7323 * faq.texi: Remove the coding cookie, it's not needed anymore.
7324
73252006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7326
7327 * faq.texi (Colors on a TTY): Mention Mac OS port.
7328
73292006-02-12 Karl Berry <karl@gnu.org>
7330
7331 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7332 8-bit accented a.
7333
73342006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7335
7336 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7337
73382006-02-08 Romain Francoise <romain@orebokech.com>
7339
7340 * faq.texi (Top): Remove paragraph about the FAQ being a
7341 transitional document, etc.
7342 (Searching for/replacing newlines): New node.
7343 (Yanking text in isearch): New node.
7344 (Inserting text at the beginning of each line): Rename and make
7345 more general, mention `M-;' in Message mode.
7346
73472006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7348
7349 * faq.texi (Meta key does not work in xterm)
7350 (Emacs does not display 8-bit characters)
7351 (Inputting eight-bit characters): Update xrefs.
7352
73532006-02-06 Romain Francoise <romain@orebokech.com>
7354
7355 * faq.texi (VM): VM now at version 7.19.
7356 Set myself as maintainer of this file.
7357
73582006-02-04 Michael Olson <mwolson@gnu.org>
7359
7360 * erc.texi (History): Note that ERC is now included with Emacs.
7361
73622006-01-31 Romain Francoise <romain@orebokech.com>
7363
7364 * message.texi (Message Headers): Explain what
7365 `message-alternative-emails' does in more detail.
7366 Update copyright year.
7367
73682006-01-30 Juanma Barranquero <lekktu@gmail.com>
7369
7370 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7371
73722006-01-29 Richard M. Stallman <rms@gnu.org>
7373
7374 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7375
73762006-01-29 Michael Olson <mwolson@gnu.org>
7377
7378 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7379
7380 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7381
7382 * faq.texi (New in Emacs 22): Mention ERC.
7383
73842006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7385
7386 * rcirc.texi: Capitalize dir entry for consistency with the entry
7387 in info/dir and other entries in the Emacs category.
7388 Fix typos. Delete trailing whitespace.
7389
c8763fb6 73902006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
7391
7392 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7393
73942006-01-27 Eli Zaretskii <eliz@gnu.org>
7395
7396 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7397 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7398
7399 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7400 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7401
74022006-01-27 Alex Schroeder <alex@gnu.org>
7403
7404 * rcirc.texi: New file.
7405
74062006-01-23 Juri Linkov <juri@jurta.org>
7407
7408 * widget.texi (User Interface): Add S-TAB for widget-backward.
7409
74102006-01-22 Michael Albinus <michael.albinus@gmx.de>
7411
7412 Sync with Tramp 2.0.52.
7413
7414 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7415 Add Tramp disabling item. New item for common connection problems.
7416 (various): Apply "ftp" as method for the download URL.
7417 (Bug Reports): Refer to FAQ for common problems.
7418
74192006-01-21 Eli Zaretskii <eliz@gnu.org>
7420
7421 * widget.texi (User Interface): Use @key for TAB.
7422
7423 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7424
7425 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7426 for TAB.
7427
7428 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7429
74302006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7431
7432 * gnus.texi: Update copyright.
7433
74342006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7435
7436 * gnus.texi (Article Washing): Additions.
7437
2de53ca6
GM
74382006-01-13 Carsten Dominik <dominik@science.uva.nl>
7439
7440 * org.texi (Agenda commands): Document tags command.
7441
74422006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7443
7444 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7445
74462006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7447
7448 * gnus.texi (RSS): Addition.
7449
74502005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7451
7452 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7453
74542005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7455
7456 * emacs-mime.texi (Display Customization): Add setting example to
7457 mm-discouraged-alternatives.
7458
74592006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7460
7461 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7462 version is the canonical version.
7463
74642006-01-08 Alex Schroeder <alex@gnu.org>
7465
7466 * pgg.texi (Caching passphrase): Rewording.
7467
74682006-01-06 Eli Zaretskii <eliz@gnu.org>
7469
7470 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7471 repository URL.
7472
74732006-01-06 Carsten Dominik <dominik@science.uva.nl>
7474
7475 * org.texi: Removed the accidentally re-added empty line in the
7476 direntry.
7477
74782006-01-05 Carsten Dominik <dominik@science.uva.nl>
7479
7480 * org.texi (Agenda Views): Chapter reorganized.
7481
74822005-12-29 Romain Francoise <romain@orebokech.com>
7483
7484 * faq.texi (Using Customize): New node.
7485
74862005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7487
7488 * org.texi: Remove blank line in @direntry. It is non-standard
7489 and recursively produces blank lines all over the dir file (when
7490 using Texinfo 4.8).
7491
74922005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7493
7494 * widget.texi (atoms): Delete obsolete remark about `file' widget.
7495
74962005-12-20 Carsten Dominik <dominik@science.uva.nl>
7497
7498 * org.texi (Tags): Boolean logic documented.
7499 (Agenda Views): Document custom commands.
7500
75012005-12-20 David Kastrup <dak@gnu.org>
7502
7503 * faq.texi (AUCTeX): Update version and mailing list info.
7504
75052005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7506
7507 * gnus.texi (MIME Commands): Mention addition of
7508 multipart/alternative to gnus-buttonized-mime-types and add xref
7509 to mm-discouraged-alternatives.
7510
7511 * emacs-mime.texi (Display Customization): Mention addition of
7512 "image/.*" and add xref to gnus-buttonized-mime-types in the
7513 mm-discouraged-alternatives section.
7514
75152005-12-16 Carsten Dominik <dominik@science.uva.nl>
7516
7517 * org.texi (Tags): New section.
7518 (Agenda Views): Chapter reorganized.
7519
75202005-12-16 Eli Zaretskii <eliz@gnu.org>
7521
7522 * org.texi (Internal Links): Add a missing comma after an @xref.
7523
75242005-12-14 Chong Yidong <cyd@stupidchicken.com>
7525
7526 * faq.texi (Filling paragraphs with a single space): No need to
7527 change sentence-end now.
7528
75292005-12-13 Romain Francoise <romain@orebokech.com>
7530
7531 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7532
75332005-12-12 Jay Belanger <belanger@truman.edu>
7534
7535 * faq.texi (Calc): Update version number.
7536
75372005-12-12 Carsten Dominik <dominik@science.uva.nl>
7538
7539 * org.texi (Progress Logging): New section.
7540
75412005-12-10 Romain Francoise <romain@orebokech.com>
7542
7543 Update the Emacs FAQ for the 22.1 release.
7544
7545 * faq.texi: Set VER to `22.1'.
7546 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
7547 Tutorial. Mention that `C-h r' displays the manual.
7548 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
7549 (Getting a printed manual): Point to the new locations of the
7550 manuals on the GNU Web site.
7551 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7552 available via Info (it was previously distributed separately).
7553 (Installing Texinfo documentation): The latest version of Texinfo
7554 is 4.8, not 4.0.
7555 (Informational files for Emacs): COPYING is the GNU General Public
7556 License, not the Emacs General Public License.
7557 (Informational files for Emacs): Delete obsolete link to the
7558 GNUinfo pages as they have been removed from the GNU Web site.
7559 (New in Emacs 22): New node.
7560 (Setting up a customization file): Say that most packages support
7561 Customize nowadays.
7562 (Colors on a TTY): Delete reference to instructions on how to
7563 enable syntax highlighting, it is now enabled by default.
7564 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7565 at startup automatically.
7566 (Controlling case sensitivity): Mention `M-c' in isearch.
7567 (Using an already running Emacs process): Emacs now creates the
7568 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7569 gnuserv. As emacsclient can now run Lisp code as well, delete a
7570 sentence praising gnuserv for that. Simplify description of how
7571 the client/server operation works.
7572 (Compiler error messages): Delete obsolete text (compile.el has
7573 been rewritten).
7574 (Indenting switch statements): Fix typo.
7575 (Matching parentheses): Simplify setup instructions, mention the
7576 menu bar item in the Options menu.
7577 (Repeating a command as many times as possible): Mention `C-x e'.
7578 (Going to a line by number): Mention new keymap and bindings
7579 `M-g M-g', `M-g M-p' and `M-g M-n'.
7580 (Turning on syntax highlighting): Now on by default. Simplify.
7581 (Replacing highlighted text): Use `1', not `t'.
7582 (Problems with very large files): The maximum size is now 256MB on
7583 32-bit machines.
7584 (^M in the shell buffer): Mention `comint-process-echoes'.
7585 (Emacs for Apple computers): Emacs 22 has native support for Mac
7586 OS X.
7587 (Translating names to IP addresses): Delete node.
7588 (Binding keys to commands): Fix typo.
7589 (SPC no longer completes file names): New node.
7590 (MIME with Emacs mail packages): Delete section about the Emacs
7591 MIME FAQ (it's not reachable anymore).
7592
75932005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7594
7595 * cc-mode.texi: The manual has been extensively revised: the
7596 information about using CC Mode has been separated from the larger
7597 and more difficult chapters about configuration. It has been
7598 updated for CC Mode 5.31.
7599
76002005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7601
7602 * pgg.texi (User Commands): Fix description of pgg-verify-region.
7603 (Selecting an implementation): Fix descriptions.
7604
76052005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7606
7607 * message.texi (Various Message Variables): Addition.
7608
76092005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7610
7611 * message.texi: Fix default values.
7612
76132005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7614
7615 * message.texi (Header Commands): Clarify descriptions of
7616 message-cross-post-followup-to, message-reduce-to-to-cc, and
7617 message-insert-wide-reply.
7618 (Various Commands): Fix kindex for message-kill-to-signature;
7619 clarify description of message-tab.
7620
76212005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7622
7623 * message.texi (Mailing Lists): Fix description about MFT.
7624
7625 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7626
76272005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7628
7629 * gnus.texi (Slow Terminal Connection): Replace old description
7630 with new one.
7631
76322005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7633
7634 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7635 replace X-Draft-Headers with X-Draft-From.
7636
76372005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7638
7639 * gnus.texi (Various Various): Fix the default value of
7640 nnheader-max-head-length.
7641 (Gnus Versions): Fix typo.
7642
76432005-12-08 Carsten Dominik <dominik@science.uva.nl>
7644
7645 * org.texi (Structure editing): Document new functionality of
7646 M-RET.
7647
76482005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7649
7650 * org.texi (Internal Links): Fix Texinfo usage.
7651
76522005-12-06 Carsten Dominik <dominik@science.uva.nl>
7653
7654 * org.texi (TODO basics): Document the global todo list.
7655 (TODO items): Documents sparse tree for specific TODO
7656 keywords.
7657
76582005-11-30 Carsten Dominik <dominik@science.uva.nl>
7659
7660 * org.texi (Plain Lists): Typos fixed.
7661
76622005-11-28 Jay Belanger <belanger@truman.edu>
7663
7664 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7665
76662005-11-24 Carsten Dominik <dominik@science.uva.nl>
7667
7668 * org.texi (Structure editing): New item moving commands added.
7669 (Plain Lists): New section.
7670
76712005-11-18 Carsten Dominik <dominik@science.uva.nl>
7672
7673 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7674 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7675 `org-agenda-file-to-front'.
2de53ca6
GM
7676 (Built-in table editor): Document `org-table-sort-lines'.
7677 (HTML formatting): Export of hand-formatted lists.
7678
76792005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7680
7681 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7682 new variable gnus-toolbar-thickness.
7683
76842005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7685
7686 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7687
76882005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7689
7690 * gnus.texi (X-Face): Fix description.
7691 (XVarious): Remove gnus-xmas-logo-color-alist and
7692 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7693
76942005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7695
7696 * gnus.texi (Group Parameters): Mention new variable
7697 gnus-parameters-case-fold-search.
7698 (Home Score File): Addition.
7699
77002005-11-04 Ulf Jasper <ulf.jasper@web.de>
7701
7702 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7703 (Overview): List supported feed types.
7704 (Installation): No installation necessary when using autoload.
7705 (Configuration): Rename "RSS" to "news".
7706
77072005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7708
7709 * pgg.texi (User Commands): Document additional passphrase
7710 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7711 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7712
77132005-11-04 Carsten Dominik <dominik@science.uva.nl>
7714
7715 * org.texi: Version number changed to 3.19.
7716
77172005-10-29 Sascha Wilde <wilde@sha-bang.de>
7718
7719 * pgg.texi (How to use): Update the example to add autoload of
7720 pgg-encrypt-symmetric-region.
7721 (User Commands): Document pgg-encrypt-symmetric-region.
7722 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7723
77242005-10-27 Jay Belanger <belanger@truman.edu>
7725
7726 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7727 mention other TeX-related units.
7728
77292005-10-23 Lars Hansen <larsh@soem.dk>
7730
0c7efc08
SM
7731 * dired-x.texi (Miscellaneous Commands):
7732 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7733 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7734
77352005-10-23 Jay Belanger <belanger@truman.edu>
7736
7737 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7738 constant.
7739
77402005-10-23 Michael Albinus <michael.albinus@gmx.de>
7741
0c7efc08
SM
7742 * faq.texi (Bugs and problems):
7743 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7744 `directory-listing-before-filename-regexp'.
7745
77462005-10-22 Eli Zaretskii <eliz@gnu.org>
7747
7748 * newsticker.texi (UPDATED): Set value.
7749
77502005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7751
7752 * gnus.texi (Document Groups): Remove duplicate item.
7753
77542005-10-21 Carsten Dominik <dominik@science.uva.nl>
7755
7756 * org.texi (Summary): Mention iCalendar support.
7757 (Exporting): Document iCalendar support.
7758
77592005-10-18 Romain Francoise <romain@orebokech.com>
7760
7761 * viper.texi (Viper Specials): Capitalize GNU.
7762
77632005-10-17 Juri Linkov <juri@jurta.org>
7764
7765 * info.texi (Getting Started, Search Index, Expert Info):
7766 Fix wording.
7767 (Search Text): Replace `echo area' with `mode line'.
7768 (Search Index): Both `i' and `,' find all index entries.
7769 Replace example `C-f' with `C-l' (which exists in index of Info
7770 manual) and delete spaces in its keyboard input sequence.
7771 Delete unnecessary explanations about literal characters.
7772
77732005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7774
7775 * gnus.texi (Document Server Internals): Addition.
7776
77772005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7778
7779 * gnus.texi (A note on namespaces): Fix RFC reference.
7780
77812005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7782
7783 * gnus.texi (RSS): Fix key description.
7784
77852005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7786
7787 * gnus.texi: Emacs/w3 -> Emacs/W3.
7788 (Browsing the Web): Fix description.
7789 (Web Searches): Ditto.
7790 (Customizing W3): Ditto.
7791
77922005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7793
7794 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7795
77962005-10-11 Jay Belanger <belanger@truman.edu>
7797
7798 * calc.texi (Integration): Mention using `a i' to compute definite
7799 integrals.
7800
78012005-10-11 Juri Linkov <juri@jurta.org>
7802
7803 * info.texi: Rearrange nodes.
7804 (Top): Update menu. Change ref `Info for Experts' to
7805 `Advanced Info Commands'.
7806 (Getting Started): Fix description of manual's parts.
7807 (Help-Int): Change xref `Info Search' to `Search Index', and
7808 `Expert Info' to `Advanced'.
7809 (Advanced): Move node one level up.
7810 (Search Text, Search Index): New nodes split out from `Info Search'.
7811 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7812 split out from `Advanced'.
7813 (Advanced, Emacs Info Variables): De-document editing an Info file
7814 in Info.
7815 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7816 (Creating an Info File): Delete node and move its text to
7817 `Expert Info'.
7818
78192005-10-10 Carsten Dominik <dominik@science.uva.nl>
7820
7821 * org.texi (Workflow states): Documented that change in keywords
7822 becomes active only after restart of Emacs.
7823
78242005-10-08 Michael Albinus <michael.albinus@gmx.de>
7825
7826 Sync with Tramp 2.0.51.
7827
78282005-10-08 Nick Roberts <nickrob@snap.net.nz>
7829
7830 * speedbar.texi (Introduction): Describe new location of speedbar
7831 on menubar.
7832 (Basic Key Bindings): Remove descriptions of bindings that have
7833 been removed.
7834
78352005-10-05 Nick Roberts <nickrob@snap.net.nz>
7836
7837 * speedbar.texi (GDB): Describe use of watch expressions.
7838
78392005-09-28 Simon Josefsson <jas@extundo.com>
7840
7841 * message.texi (IDNA): Fix.
7842
78432005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7844
7845 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7846 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7847 description of nntp-open-connection-function.
7848 (Common Variables): Fix descriptions.
7849
78502005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7851
7852 * gnus.texi (Server Buffer Format): Document the %a format spec.
7853
78542005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7855
7856 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7857
78582005-09-23 Carsten Dominik <dominik@science.uva.nl>
7859
7860 * org.texi Version 3.16.
7861
78622005-09-19 Miles Bader <miles@gnu.org>
7863
7864 * newsticker.texi: Get rid of CVS keywords.
7865
78662005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7867
7868 * gnus.texi (Finding the Parent): Fix description of how Gnus
7869 finds article.
7870
78712005-09-14 Jari Aalto <jari.aalto@cante.net>
7872
7873 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7874 to drop off non-answered articles.
7875
78762005-09-19 Juanma Barranquero <lekktu@gmail.com>
7877
7878 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7879 braces (which are unsupported by NMAKE) for macro `srcdir'.
7880
78812005-09-17 Eli Zaretskii <eliz@gnu.org>
7882
7883 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7884 (../info/newsticker, newsticker.dvi): New targets.
7885
78862005-09-17 Ulf Jasper <ulf.jasper@web.de>
7887
7888 * newsticker.texi: Replace @command with @code. Replace @example
7889 with @lisp.
0c7efc08
SM
7890 (Top): Add explanations to menu items.
7891 (GNU Free Documentation License): Remove.
2de53ca6
GM
7892
78932005-09-16 Romain Francoise <romain@orebokech.com>
7894
7895 Update all files to specify GFDL version 1.2.
7896
7897 * doclicense.texi (GNU Free Documentation License): Update to
7898 version 1.2.
7899
79002005-09-15 Richard M. Stallman <rms@gnu.org>
7901
7902 * newsticker.texi: Fix @setfilename.
7903
7904 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7905 (../info/newsticker, newsticker.dvi): New targets.
7906
79072005-08-30 Carsten Dominik <dominik@science.uva.nl>
7908
7909 * org.texi: Version 3.15.
7910
79112005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7912
7913 * ses.texi: Combine all three indices into one.
7914 Correct a few typos.
7915
79162005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7917
7918 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7919
79202005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7921
7922 * emacs-mime.texi (Handles): Remove duplicate item.
7923 (Encoding Customization): Fix the default value for
7924 mm-coding-system-priorities.
7925 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7926 (Basic Functions): Fix reference.
7927
79282005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7929
7930 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7931
79322005-08-18 Richard M. Stallman <rms@gnu.org>
7933
7934 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7935 and web site.
7936
7937 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7938 not keyboard-translate.
7939
79402005-08-11 Richard M. Stallman <rms@gnu.org>
7941
7942 * faq.texi (Using regular expressions): Fix xref.
7943
79442005-08-09 Juri Linkov <juri@jurta.org>
7945
7946 * info.texi (Help-P): Replace `Prev' with `Previous'.
7947 (Help-M, Help-Xref): Add S-TAB.
7948 (Help-FOO): Update `u' command.
7949 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7950 Update info about visibility of xref parts.
7951 (Help-Int): Fix `m' command. Rename `Info-last' to
7952 `Info-history-back'. Add `Info-history-forward'.
7953 (Advanced): Fix `g*' and `M-n' commands.
7954 (Info Search): Add `index-apropos' in stand-alone browser.
7955 Add isearch commands.
7956 (Emacs Info Variables): Remove `Info-fontify'.
7957 Add `Info-mode-hook'. Update face names.
7958 Add `Info-fontify-maximum-menu-size',
7959 `Info-fontify-visited-nodes', `Info-isearch-search'.
7960
79612005-08-07 Michael Albinus <michael.albinus@gmx.de>
7962
7963 Sync with Tramp 2.0.50.
7964
7965 * tramp.texi: Use @option{} consequently for method names.
7966 (Inline methods, External transfer methods): Remove references to
7967 Cygwin.
7968 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7969 implementation.
7970
79712005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7972
7973 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7974 Mention that gnus-init-file is not read when Emacs is invoked with
7975 --no-init-file or -q.
7976
79772005-07-19 Carsten Dominik <dominik@science.uva.nl>
7978
7979 * org.texi: Version 3.14.
7980
79812005-07-04 Carsten Dominik <dominik@science.uva.nl>
7982
7983 * org.texi: Version 3.13.
7984
79852005-07-18 Juri Linkov <juri@jurta.org>
7986
7987 * calc.texi (Time Zones, Logical Operations):
7988 * cl.texi (Overview):
7989 * org.texi (TODO types):
7990 * sc.texi (Emacs 18 MUAs):
7991 * speedbar.texi (Top):
7992 * url.texi (History):
7993 Delete duplicate duplicate words.
7994
ce058493 79952005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
7996
7997 * cl.texi (Type Predicates): Document `atom' type.
7998
79992005-07-04 Lute Kamstra <lute@gnu.org>
8000
8001 Update FSF's address in GPL notices.
8002
8003 * calc.texi (Copying):
8004 * doclicense.texi (GNU Free Documentation License):
8005 * faq.texi (Contacting the FSF):
8006 * mh-e.texi (Copying): Update FSF's address.
8007
80082005-07-03 Richard M. Stallman <rms@gnu.org>
8009
8010 * flymake.texi (Example -- Configuring a tool called directly):
8011 Update name of flymake-build-relative-filename.
8012
80132005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8014
8015 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8016
80172005-06-29 Carsten Dominik <dominik@science.uva.nl>
8018
8019 * org.texi: Version 3.12.
8020
80212005-06-24 Eli Zaretskii <eliz@gnu.org>
8022
8023 * makefile.w32-in (MAKEINFO): Use --force.
8024 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8025 Makefile.in.
8026 (gnus.dvi): Use "..." to quote Sed args, so that it works with
8027 more shells.
8028
80292005-06-23 Richard M. Stallman <rms@gnu.org>
8030
8031 * speedbar.texi (Creating a display): Texinfo usage fixes.
8032
8033 * tramp.texi (Customizing Completion, Auto-save and Backup):
8034 Texinfo usage fixes.
8035
80362005-06-23 Juanma Barranquero <lekktu@gmail.com>
8037
8038 * dired-x.texi (Miscellaneous Commands):
8039 * ediff.texi (Miscellaneous):
8040 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8041 (Agent Variables):
8042 * info.texi (Help-Xref):
8043 * message.texi (Message Headers):
8044 * org.texi (Remember):
8045 * reftex.texi (Options (Defining Label Environments)):
8046 (Options (Index Support)):
8047 (Options (Viewing Cross-References)):
8048 (Options (Misc)):
8049 (Changes):
8050 * speedbar.texi (Creating a display):
8051 * tramp.texi (Customizing Completion, Auto-save and Backup):
8052 Texinfo usage fix.
8053
80542005-06-13 Carsten Dominik <dominik@science.uva.nl>
8055
8056 * org.texi: Version 3.11.
8057
80582005-06-12 Jay Belanger <belanger@truman.edu>
8059
8060 * calc.texi (Getting Started): Remove extra menu item.
8061
80622005-05-31 Jay Belanger <belanger@truman.edu>
8063
8064 * calc.texi (Notations Used in This Manual): Use @kbd for key
8065 sequence.
8066 (Demonstration of Calc): Mention another way of starting Calc.
8067 (Starting Calc): Mention long name of M-#.
8068 (Embedded Mode Overview): Remove unnecessary instruction.
8069 (Other M-# commands): Rephrase `M-# 0' explanation.
8070 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8071 reflect current behavior.
8072
80732005-05-30 Jay Belanger <belanger@truman.edu>
8074
8075 * calc.texi (Hooks): Change description of calc-window-hook and
8076 calc-trail-window-hook to match usage.
8077 (Computational Functions): Add more constant-generating functions.
8078 (Customizable Variables): Use defvar.
8079
80802005-05-28 Jay Belanger <belanger@truman.edu>
8081
8082 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8083 (Basic Embedded Mode): Explain behavior of arguments to
8084 calc-embedded-mode.
8085
80862005-05-27 Jay Belanger <belanger@truman.edu>
8087
8088 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8089 current behavior.
8090
80912005-05-25 Jay Belanger <belanger@truman.edu>
8092
8093 * calc.texi: Change Calc version number throughout.
8094 (Keypad Mode): Change location in info output.
8095 (Keypad mode overview): Move picture of keypad.
8096
80972005-05-21 Jay Belanger <belanger@truman.edu>
8098
8099 * calc.texi (Storing variables): Mention that only most variables
8100 are void to begin with.
8101
81022005-05-21 Kevin Ryde <user42@zip.com.au>
8103
8104 * widget.texi (Basic Types): Update cross ref from "Enabling
8105 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8106 lispref/text.texi change.
8107
81082005-05-20 Carsten Dominik <dominik@science.uva.nl>
8109
8110 * org.texi: Version 3.09.
8111
81122005-05-18 Carsten Dominik <dominik@science.uva.nl>
8113
8114 * reftex.texi: Version 4.28.
8115
81162005-05-16 Jay Belanger <belanger@truman.edu>
8117
8118 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8119
81202005-05-14 Jay Belanger <belanger@truman.edu>
8121
8122 * calc.texi (Default Simplifications): Insert missing ! (logical
8123 not operator).
8124
81252005-05-14 Michael Albinus <michael.albinus@gmx.de>
8126
8127 Sync with Tramp 2.0.49.
8128
81292005-05-10 Jay Belanger <belanger@truman.edu>
8130
8131 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8132 to 1.
8133
81342005-04-29 Carsten Dominik <dominik@science.uva.nl>
8135
8136 * org.texi: Version 3.08, structure reorganized.
8137
81382005-04-24 Richard M. Stallman <rms@gnu.org>
8139
8140 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8141
81422005-04-15 Carsten Dominik <dominik@science.uva.nl>
8143
8144 * org.texi: Update to version 3.06.
8145
81462005-04-13 Lute Kamstra <lute@gnu.org>
8147
8148 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8149
81502005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8151
8152 * cl.texi (Porting Common Lisp): Fix typo.
8153
81542005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8155
8156 * gnus.texi (RSS): Addition.
8157
81582005-04-04 Jay Belanger <belanger@truman.edu>
8159
8160 * calc.texi: Change Calc version number.
8161 (Customizable variables): Fix description of calc-language-alist.
8162 (Copying): Put in version 2 of GPL.
8163
81642005-04-01 Jay Belanger <belanger@truman.edu>
8165
8166 * calc.texi (Troubleshooting Commands): Remove comment about
8167 installation.
8168 (Installation): Remove section.
8169 (Customizable Variables): New section.
8170 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8171 (Graphical Devices): Add references to Customizable Variables.
8172
81732005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8174
8175 * emacs-mime.texi (Display Customization): Markup fixes.
8176 (rfc2047): Update.
8177
81782005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8179
8180 * gnus-faq.texi: Replaced with auto-generated version.
8181
81822005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8183
8184 * dired-x.texi (Multiple Dired Directories): default-directory was
8185 renamed to dired-default-directory.
8186
81872005-03-26 Jay Belanger <belanger@truman.edu>
8188
8189 * calc.texi (Simplifying Formulas, Rewrite Rules):
8190 Change description of top and bottom of fraction.
8191 (Modulo Forms): Move description of how to create modulo forms to
8192 earlier in the section.
8193 (Fraction Mode): Suggest using : to get a fraction by dividing.
8194 (Basic Arithmetic): Adjust placement of command name.
8195 (Truncating the Stack): Emphasize that "hidden" entries are still
8196 visible.
8197 (Installation): Move discussion of printing manual to "About This
8198 Manual".
8199 (About This Manual): Mention how to print the manual.
8200 (Reporting Bugs): Remove first person.
8201 (Building Vectors): Add algebraic version of append.
8202 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8203 (Grouping Digits): Fix typo.
8204
82052005-03-25 Werner Lemberg <wl@gnu.org>
8206
8207 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8208 Replace `legal' with `valid'.
8209
82102005-03-25 Werner Lemberg <wl@gnu.org>
8211
8212 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8213
82142005-03-24 Jay Belanger <belanger@truman.edu>
8215
8216 * calc.texi (General Mode Commands)
8217 (Mode Settings in Embedded Mode): Add some explanation of
8218 recording mode settings.
8219
82202005-03-24 Richard M. Stallman <rms@gnu.org>
8221
8222 * calc.texi: Remove praise of non-free software.
8223
8224 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8225 (Installation): Node deleted.
8226
82272005-03-23 Richard M. Stallman <rms@gnu.org>
8228
8229 * url.texi (HTTP language/coding): Improve last change.
8230
82312005-03-22 Jay Belanger <belanger@truman.edu>
8232
8233 * calc.texi (Embedded Mode): Add new information on changing
8234 modes.
8235
82362005-03-20 Michael Albinus <michael.albinus@gmx.de>
8237
8238 Sync with Tramp 2.0.48.
8239
8240 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8241
8242 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8243 "GNU/Linux". Change all addresses to .gnu.org.
8244 (Default Method): Offer shortened syntax for "su" and "sudo"
8245 methods.
8246
82472005-03-07 Richard M. Stallman <rms@gnu.org>
8248
8249 * url.texi: Fix usage of "e.g.".
8250 (HTTP language/coding): Explain the rules for these strings.
8251
82522005-03-06 Richard M. Stallman <rms@gnu.org>
8253
8254 * woman.texi (Introduction): Minor cleanups.
8255
8256 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8257
8258 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8259 (Installation): Node deleted.
8260
8261 * mh-e.texi (Preface): Get rid of "Emacs 21".
8262
8263 * eshell.texi (Installation): Delete node (for Emacs 20).
8264
82652005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8266
8267 * flymake.texi: Refill and tweak style in @lisp blocks.
8268
82692005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8270
8271 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8272
82732005-03-01 Jay Belanger <belanger@truman.edu>
8274
8275 * calc.texi (Trigonometric and Hyperbolic Functions):
8276 Mention additional functions.
8277 (Algebraic Simplifications): Mention additional simplifications.
8278
82792005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8280
8281 * ses.texi: Add concept/function/variable indices (this work was
8282 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8283 papers on file at FSF).
8284
82852005-02-10 Jay Belanger <belanger@truman.edu>
8286
8287 * calc.texi: Change @LaTeX to La@TeX throughout.
8288 Redefine @expr as @math for TeX output.
8289 Redefine @texline as a no-op for TeX output.
8290 Define @tfn, replace @t by @tfn throughout.
8291
82922005-02-09 Jay Belanger <belanger@truman.edu>
8293
8294 * calc.texi: Add macro for LaTeX for info output.
8295
82962005-02-08 Kim F. Storm <storm@cua.dk>
8297
8298 * texinfo.tex (LaTex): Add def.
8299
83002005-02-06 Jay Belanger <belanger@truman.edu>
8301
8302 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8303 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8304 throughout manual.
8305
83062005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8307
8308 * gnus.texi: Some edits based on comments from David Abrahams.
8309
83102005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8311
8312 * gnus.texi (RSS): Fix the keystroke.
8313
83142005-01-24 David Kastrup <dak@gnu.org>
8315
8316 * faq.texi: Update AUCTeX version info.
8317
83182005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8319
8320 * gnus-faq.texi ([4.1]): Typo.
8321
83222005-01-19 Jay Belanger <belanger@truman.edu>
8323
8324 * calc.texi (Keep Arguments): Mention that keeping arguments
8325 doesn't work with keyboard macros.
8326
83272005-01-16 Richard M. Stallman <rms@gnu.org>
8328
8329 * autotype.texi (Autoinserting): Fix small error.
8330
83312005-01-16 Michael Albinus <michael.albinus@gmx.de>
8332
8333 Sync with Tramp 2.0.47.
8334
8335 * tramp.texi (Compilation): New section, describing compilation of
8336 remote files.
8337
83382005-01-11 Kim F. Storm <storm@cua.dk>
8339
8340 * widget.texi (Basic Types): Add :follow-link keyword.
8341
83422005-01-09 Jay Belanger <belanger@truman.edu>
8343
8344 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8345
83462005-01-08 Jay Belanger <belanger@truman.edu>
8347
8348 * calc.texi: Change throughout to reflect new default value of
8349 calc-settings-file.
8350
83512005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8352
8353 * message.texi (Reply): `message-reply-to-function' should return
8354 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8355
83562005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8357
8358 * faq.texi (Changing load-path): Fix typo.
8359
83602005-01-05 Jay Belanger <belanger@truman.edu>
8361
8362 * calc.texi (Programming Tutorial): Replace kbd command by
8363 appropriate characters for a keyboard macro.
8364
83652005-01-04 Jay Belanger <belanger@truman.edu>
8366
8367 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8368 for Lucid Emacs.
8369 (Programming Tutorial): Mention that the user needs to be in the
8370 right mode to compute some functions.
8371
83722005-01-04 Jay Belanger <belanger@truman.edu>
8373
8374 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8375 no longer applicable.
8376
83772005-01-01 Jay Belanger <belanger@truman.edu>
8378
0c7efc08 8379 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
8380 edit keyboard macros to match current behavior.
8381
83822004-12-31 Jay Belanger <belanger@truman.edu>
8383
8384 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8385
83862004-12-20 Jay Belanger <belanger@truman.edu>
8387
8388 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8389 zero.
8390
83912004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8392
8393 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8394 @xref.
8395 (Font Locking): Avoid @strong{Note:}.
8396
83972004-12-17 Michael Albinus <michael.albinus@gmx.de>
8398
8399 Sync with Tramp 2.0.46.
8400
8401 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8402
84032004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8404
8405 * url.texi: Correct typos.
8406 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 8407 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
8408 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8409 (Dealing with HTTP documents): @inforef->@xref.
8410
84112004-12-15 Jay Belanger <belanger@truman.edu>
8412
8413 * calc.texi: Consistently capitalized all mode names.
8414 (Answers to Exercises): Mention that an answer can be a fraction
8415 when in Fraction mode.
8416
84172004-12-13 Jay Belanger <belanger@truman.edu>
8418
8419 * calc.texi: Fix some TeX definitions.
8420
84212004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8422
8423 * reftex.texi (Imprint): Remove erroneous @value's.
8424
84252004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8426
8427 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8428 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8429
84302004-12-08 Jay Belanger <belanger@truman.edu>
8431
8432 * calc.texi (Starting Calc): Remove comment about installation.
8433 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8434
84352004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8436
8437 * url.texi: Update @setfilename.
8438 (Getting Started): No need to worry about Gnus versions.
8439 (Dealing with HTTP documents): Use @inforef.
8440
8441 * org.texi: Fix @direntry file name.
8442
84432004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8444
8445 * url.texi: New file.
8446
8447 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8448
84492004-12-06 Jay Belanger <belanger@truman.edu>
8450
8451 * calc.texi (Using Calc): Remove paragraph about installation.
8452
84532004-12-06 Jay Belanger <belanger@truman.edu>
8454
8455 * calc.texi: Use more Texinfo macros and less TeX defs.
8456 Remove @refill's.
8457
84582004-12-06 Richard M. Stallman <rms@gnu.org>
8459
8460 * org.texi: New file.
8461
84622004-12-05 Richard M. Stallman <rms@gnu.org>
8463
8464 * Makefile.in (org.dvi, ../info/org): New targets.
8465 (INFO_TARGETS): Add ../info/org.
8466 (DVI_TARGETS): Add org.dvi.
8467 (maintainer-clean): Remove the info files in the info dir.
8468
84692004-11-26 Eli Zaretskii <eliz@gnu.org>
8470
8471 * idlwave.texi: Fix the setfilename directive to put the produced
8472 file in ../info.
8473 (Continued Statement Indentation): Resurrect Jan D.'s change from
8474 2004-11-03 that was lost when a newer version of idlwave.texi was
8475 imported.
8476
84772004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8478
0c7efc08 8479 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 8480
0c7efc08
SM
8481 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8482 Index `spam-initialize'.
2de53ca6
GM
8483
84842004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8485
8486 * message.texi (Various Message Variables): Mention that all mail
8487 file variables are derived from `message-directory'.
8488
8489 * gnus.texi (Splitting Mail): Clarify bogus group.
8490
84912004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8492
0c7efc08
SM
8493 * emacs-mime.texi (Encoding Customization):
8494 Fix mm-coding-system-priorities entry.
2de53ca6 8495
c8763fb6 84962004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
8497
8498 * idlwave.texi (Continued Statement Indentation):
8499 * reftex.texi (Options (Index Support)):
8500 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
8501 * speedbar.texi (Creating a display, Major Display Modes):
8502 Replace non-nil with non-@code{nil}.
2de53ca6
GM
8503
85042004-10-21 Jay Belanger <belanger@truman.edu>
8505
0c7efc08 8506 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
8507
85082004-10-18 Luc Teirlinck <teirllm@auburn.edu>
8509
8510 * calc.texi (Reporting Bugs): Double up `@'.
8511
85122004-10-18 Jay Belanger <belanger@truman.edu>
8513
0c7efc08 8514 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
8515 should be sent to.
8516
85172004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8518
8519 * gnus.texi (New Features): Add 5.11.
8520
8521 * message.texi (Resending): Remove wrong default value.
8522
8523 * gnus.texi (Mail Source Specifiers): Describe possible problems
8524 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
8525 `pop3-leave-mail-on-server' to the index.
8526
85272004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8528
8529 * message.texi (Canceling News): Add how to set a password.
8530
85312004-10-12 Jay Belanger <belanger@truman.edu>
8532
0c7efc08 8533 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
8534 calc-describe-function and calc-describe-variable to match their
8535 current behavior.
8536
85372004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8538
8539 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8540
85412004-10-12 Michael Albinus <michael.albinus@gmx.de>
8542
8543 Sync with Tramp 2.0.45.
8544
8545 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8546 plink link. The URL is outdated. Originator contacted for
8547 clarification.
8548
85492004-10-10 Juri Linkov <juri@jurta.org>
8550
8551 * gnus.texi (Top, Marking Articles): Join two menus in one node
8552 because a node can have only one menu.
8553
85542004-10-09 Juri Linkov <juri@jurta.org>
8555
8556 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8557 example of nnmail-split-fancy.
8558
85592004-10-06 Karl Berry <karl@gnu.org>
8560
8561 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8562 consistency with other uses of dashes.
8563
85642004-10-05 Karl Berry <karl@gnu.org>
8565
8566 * info.texi: Consistently use --- throughout, periods at end of
8567 menu descriptions, and a couple typos.
8568
85692004-09-26 Jesper Harder <harder@ifa.au.dk>
8570
8571 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8572 * pgg.texi (User Commands, Backend methods): Do.
8573 * gnus.texi: Markup fixes.
8574 (Setting Process Marks): Fix `M P a' entry.
8575 * emacs-mime.texi: Fixes.
8576
85772004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8578
8579 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8580 again.
8581 Use 5.10 instead of 5.10.0.
8582
85832004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8584
8585 * gnus.texi (Summary Mail Commands): S D e.
8586
85872004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
8588
8589 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8590 the gnus-article-mode-line-format section.
8591
85922004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
8593
8594 * gnus.texi (Various Summary Stuff): Fix the documentation for
8595 gnus-newsgroup-variables.
8596
85972004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8598
0c7efc08
SM
8599 * gnus.texi (MIME Commands):
8600 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
8601 gnus-mime-display-multipart-alternative-as-mixed,
8602 gnus-mime-display-multipart-related-as-mixed.
8603 (Mail Source Customization): Clarify `mail-source-directory'.
8604 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 8605 (SpamOracle): Fix typo.
2de53ca6
GM
8606
8607 * gnus-faq.texi: Untabify.
8608 ([6.3]): nnir.el is in contrib directory.
8609
8610 * message.texi (News Headers): Clarify how a unique ID is created.
8611
0c7efc08
SM
8612 * gnus.texi (Batching Agents): Fix typo in example.
8613 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 8614
b2abec73 86152004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 8616
0c7efc08 8617 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
8618
86192004-09-20 Florian Weimer <fw@deneb.enyo.de>
8620
8621 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8622
86232004-09-22 Jay Belanger <belanger@truman.edu>
8624
0c7efc08 8625 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
8626 might be hidden during part of the session.
8627
86282004-09-20 Jay Belanger <belanger@truman.edu>
8629
8630 * calc.texi (Notations Used in This Manual): Put in an earlier
8631 mention that DEL could be called Backspace.
8632
86332004-09-10 Simon Josefsson <jas@extundo.com>
8634
8635 * gnus.texi (IMAP): Add example. Suggested and partially written
8636 by Steinar Bang <sb@dod.no>.
8637
86382004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8639
8640 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8641 netrc syntax.
8642
86432004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8644
b2abec73
JB
8645 * gnus.texi (Spam ELisp Package Sequence of Events):
8646 Some clarifications.
2de53ca6
GM
8647 (Spam ELisp Package Global Variables): More clarifications.
8648
86492004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8650
8651 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8652 Mention spam-split does not modify incoming mail.
8653
86542004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8655
8656 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8657
86582004-09-10 Eli Zaretskii <eliz@gnu.org>
8659
8660 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8661
86622004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8663
8664 * makefile.w32-in (sieve, pgg): Use $(infodir).
8665
86662004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8667
8668 * makefile.w32-in: Fix PGG and Sieve entries.
8669
86702004-08-28 Eli Zaretskii <eliz@gnu.org>
8671
8672 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8673 Emacs and related programs.
8674
86752004-08-27 Richard M. Stallman <rms@gnu.org>
8676
8677 * faq.texi: Fix texinfo usage, esp. doublequotes.
8678 (Difference between Emacs and XEmacs): Some clarification.
8679
8680 * faq.texi (Difference between Emacs and XEmacs):
8681 Explain not to contrast XEmacs with GNU Emacs.
8682
86832004-08-26 Richard M. Stallman <rms@gnu.org>
8684
8685 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8686
86872004-08-22 David Kastrup <dak@gnu.org>
8688
8689 * reftex.texi (AUCTeX): Update links, section name.
8690
8691 * faq.texi (Calc): Update availability (included in 22.1).
8692 (AUCTeX): Update availability, information, versions, description.
8693
86942004-08-14 Eli Zaretskii <eliz@gnu.org>
8695
8696 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8697
86982004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8699
8700 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8701
87022004-08-10 Michael Albinus <michael.albinus@gmx.de>
8703
8704 Sync with Tramp 2.0.44.
8705
87062004-08-05 Lars Hansen <larsh@math.ku.dk>
8707
8708 * widget.texi (User Interface): Update how to separate the
8709 editable field of an editable-field widget from other widgets.
8710 (Programming Example): Add text after field.
8711
87122004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8713
8714 * emacs-mime.texi (Encoding Customization): Add a note to the
8715 mm-content-transfer-encoding-defaults entry.
8716 (rfc2047): Update.
8717
0c7efc08
SM
8718 * gnus.texi (Article Highlighting):
8719 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8720 (POP before SMTP): New node.
8721 (Posting Styles): Addition.
8722 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8723 (Fancy Mail Splitting): Ditto.
8724 (X-Face): Add gnus-x-face.
8725
87262004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8727
8728 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8729 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8730
87312004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8732
0c7efc08
SM
8733 * gnus.texi (Mail Source Specifiers):
8734 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8735
87362004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8737
8738 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8739
8740 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8741 repository. Change setfilename.
8742
8743 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8744
87452004-07-02 Juri Linkov <juri@jurta.org>
8746
8747 * pcl-cvs.texi (Viewing differences): Add `d r'.
8748
87492004-06-29 Jesper Harder <harder@ifa.au.dk>
8750
8751 * ses.texi, viper.texi, flymake.texi, faq.texi:
8752 * eshell.texi, ediff.texi: Markup fixes.
8753
87542004-06-21 Karl Berry <karl@gnu.org>
8755
8756 * info.texi (Top): Mention that only Emacs has mouse support.
8757 (Getting Started): Mention this in a few other places.
8758
87592004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8760
0c7efc08
SM
8761 * autotype.texi (Copyrights, Timestamps):
8762 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8763
87642004-06-13 Lars Hansen <larsh@math.ku.dk>
8765
8766 * dired-x.texi (dired-mark-omitted): Update keybinding.
8767
87682004-06-10 Kim F. Storm <storm@cua.dk>
8769
8770 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8771
87722004-06-05 Lars Hansen <larsh@math.ku.dk>
8773
8774 * dired-x.texi (variable dired-omit-mode): Rename from
8775 dired-omit-files-p.
8776 (function dired-omit-mode): Rename from dired-omit-toggle.
8777 Call dired-omit-mode rather than set dired-omit-files-p.
8778 (dired-mark-omitted): Describe command.
8779
87802004-05-29 Michael Albinus <michael.albinus@gmx.de>
8781
8782 Version 2.0.41 of Tramp released.
8783
87842004-05-29 Juanma Barranquero <lektu@terra.es>
8785
8786 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8787 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8788
87892004-05-29 Richard M. Stallman <rms@gnu.org>
8790
8791 * cl.texi (Top): Call this chapter `Introduction'.
8792 (Overview): In TeX, no section heading here.
8793
8794 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8795
87962004-05-29 Eli Zaretskii <eliz@gnu.org>
8797
8798 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8799 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8800
88012004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8802
8803 * flymake.texi: New file.
8804
88052004-05-28 Simon Josefsson <jas@extundo.com>
8806
8807 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8808
b344d29d 88092004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8810
8811 Version 2.0.40 of Tramp released.
8812
88132004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8814
8815 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8816
8817 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8818 variables `tramp-backup-directory-alist' and
8819 `tramp-bkup-backup-directory-info'.
8820 (Overview, Connection types)
8821 (External transfer methods, Default Method)
8822 (Windows setup hints): Remove restriction of password entering
8823 with external methods.
8824 (Auto-save and Backup): Make file name example
8825 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8826 and `auto-save-directory' must be used.
8827 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8828 only "NT"). Remove doubled entry "What kinds of systems does
8829 @tramp{} work on".
8830 (tramp): Macro removed.
8831 (Obtaining Tramp): Flag removed from title.
8832 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8833 and `trampver' used properly. Flag `tramp-inst' replaced by
8834 `installchapter'. Installation related text adapted.
8835
88362004-04-28 Masatake YAMATO <jet@gyve.org>
8837
8838 * widget.texi (Programming Example): Remove overlays.
8839
88402004-04-27 Jesper Harder <harder@ifa.au.dk>
8841
8842 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8843
88442004-04-23 Juanma Barranquero <lektu@terra.es>
8845
8846 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8847
88482004-04-05 Jesper Harder <harder@ifa.au.dk>
8849
8850 * info.texi (Info Search): Add info-apropos.
8851
88522004-03-22 Juri Linkov <juri@jurta.org>
8853
8854 * faq.texi: Fix help key bindings.
8855
88562004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8857
8858 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8859 (as suggested by Karl Berry). Update information about colored
8860 stars in menus. Add new subheading describing M-n.
8861
88622004-03-12 Richard M. Stallman <rms@gnu.org>
8863
8864 * cl.texi (Top): Rename top node's title.
8865
88662004-03-08 Karl Berry <karl@gnu.org>
8867
8868 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8869 problems making the texinfo distribution.
8870
88712004-02-29 Simon Josefsson <jas@extundo.com>
8872
0c7efc08 8873 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8874 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8875 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8876 <voegelas@gmx.net>.
8877
88782004-02-29 Juanma Barranquero <lektu@terra.es>
8879
8880 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8881 Use $(DEL) instead of rm, and ignore exit code.
8882
b344d29d 88832004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8884
8885 Tramp version 2.0.39 released.
8886
88872004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8888
8889 * tramp.texi (Customizing Completion): Explain new functions
8890 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8891 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8892 (Top): Refer to Savannah mailing list as the major one.
8893 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8894 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8895 (Frequently Asked Questions): Remote hosts must not be Unix-like
8896 for "smb" method.
8897 (Password caching): New node.
8898 (External transfer methods): Refer to password caching for "smb"
8899 method.
8900
89012004-02-17 Karl Berry <karl@gnu.org>
8902
8903 * info.texi (Help-Int): Mention the new line number feature.
8904
89052004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8906
8907 * ses.texi (Advanced Features): New functionality for
8908 ses-set-header-row (defaults to current row unless C-u used).
8909 (Acknowledgements): Add Stefan Monnier.
8910
89112003-12-29 Kevin Ryde <user42@zip.com.au>
8912
8913 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8914
b344d29d 89152003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8916
8917 Tramp version 2.0.38 released.
8918
8919 * tramp.texi (Remote shell setup): Warn of environment variables
8920 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8921 <sven.gabriel@imk.fzk.de>.
8922 (Configuration): Tramp now chooses base64/uuencode
8923 automatically. Update wording accordingly.
8924 (Top): More description for the `Default Method' menu entry.
8925 (Default Method): Use @code, not @var, for Lisp variables.
8926 (Default Method): New subsection `Which method is the right one
8927 for me?' Suggested by Christian Kirsch.
8928 (Configuration): Pointer to new subsection added.
8929 (Default Method): Too many "use" in one sentence.
8930 Rephrase. Reported by Christian Kirsch.
8931 (Filename Syntax): Old `su' example is probably a left-over from
8932 the sm/su method naming. Replace with `ssh', instead.
8933 (External transfer methods, Auto-save and Backup):
8934 Typo fixes.
8935
89362003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8937
183080b6 8938 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
8939 (Top): Mention japanese manual only if flag `jamanual' is set.
8940 Insert section `Japanese manual' in menu.
8941
89422003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8943
8944 * eshell.texi (Known Problems): Add doc item.
8945
89462003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8947
8948 * cc-mode.texi: Update for CC Mode 5.30.
8949
8950 Note: Please refrain from doing purely cosmetic changes like
8951 removing trailing whitespace in this manual; it clobbers cvs
8952 merging for no good reason.
8953
89542003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8955
8956 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8957 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8958 @acronym{ASCII}.
8959
89602003-10-26 Karl Berry <karl@gnu.org>
8961
8962 * info.texi (Info Search): Echo area, not echo are. From Debian
8963 diff.
8964
89652003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
8966
10d1d0af 8967 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
8968 :buttons and :children keywords.
8969
89702003-10-22 Miles Bader <miles@gnu.org>
8971
8972 * Makefile.in (info): Move before $(top_srcdir)/info.
8973
89742003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
8975
8976 * tramp.texi (Inline methods): Small grammar fix.
8977 (External transfer methods): Likewise.
8978
89792003-10-08 Nick Roberts <nick@nick.uklinux.net>
8980
8981 * speedbar.texi: Remove paragraph for GUD that is no longer true.
8982
89832003-10-06 Luc Teirlinck <teirllm@auburn.edu>
8984
8985 * texinfo.tex: Replace `%' in arch tagline by @ignore.
8986
89872003-09-30 Richard M. Stallman <rms@gnu.org>
8988
8989 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8990
8991 * widget.texi (User Interface): Fix typos.
8992
8993 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8994
89952003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8996
8997 * pcl-cvs.texi (Selected Files): Fix typo.
8998
89992003-09-21 Karl Berry <karl@gnu.org>
9000
9001 * info.texi (] and [ commands): No period at end of section title.
9002
90032003-09-04 Miles Bader <miles@gnu.org>
9004
9005 * Makefile.in (top_srcdir): New variable.
9006 ($(top_srcdir)/info): New rule.
9007 (info): Depend on it.
9008
90092003-09-03 Peter Runestig <peter@runestig.com>
9010
9011 * makefile.w32-in: New file.
9012
90132003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
9014
9015 * widget.texi (User Interface): Explain the need of static text
9016 around an editable field.
9017
90182003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9019
9020 * widget.texi (Basic Types): The argument to `:help-echo' can now
9021 be a form that evaluates to a string.
9022
90232003-08-18 Kim F. Storm <storm@cua.dk>
9024
9025 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9026
90272003-08-16 Richard M. Stallman <rms@gnu.org>
9028
9029 * dired-x.texi (Shell Command Guessing): Explain *.
9030
90312003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
9032
9033 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9034 log-edit-insert-changelog.
9035
90362003-08-03 Karl Berry <karl@gnu.org>
9037
9038 * info.texi: Need @contents.
9039
c8763fb6 90402003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9041
9042 Tramp version 2.0.36 released.
9043
9044 * tramp.texi (Remote shell setup): Explain about problems with
9045 non-Bourne commands in ~/.profile and ~/.shrc.
9046
90472003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9048
9049 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9050 renaming of `vis-mode' to `visible-mode'.
9051
90522003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9053
9054 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9055 next, prev and up pointers.
9056
90572003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9058
9059 * info.texi (Help): Mention existence of Emacs and stand-alone
9060 Info at the very beginning of the tutorial.
9061 (Help-Inv): New node.
9062 (Help-]): New node.
9063 (Help-M): Systematically point out the differences between default
9064 Emacs and stand-alone versions. Delete second menu.
9065 (Help-Xref): Systematically point out the differences between
9066 default Emacs and stand-alone versions.
9067 (Help-Int): Change `l' example.
9068 (Expert Info): Fix typos.
9069 (Emacs Info Variables): Mention `Info-hide-note-references' and
9070 new default for `Info-scroll-prefer-subnodes'.
9071
c8763fb6 90722003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9073
9074 Version 2.0.35 of Tramp released.
9075
9076 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9077 (Inline methods): Add methods `remsh' and `plink1'.
9078 (External transfer methods): Add method `remcp'.
9079 (Multi-hop Methods): Add method `remsh'.
9080 Small patch from Adrian Aichner <adrian@xemacs.org>:
9081 Fix minor typos.
0c7efc08 9082 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9083 `Info-index'.
9084 (Version Control): Add cindex entry.
9085
c8763fb6 90862003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9087
9088 * trampver.texi: Version 2.0.34 released.
9089
90902003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9091
9092 * faq.texi: Improve previous changes.
9093
90942003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9095
9096 * faq.texi: Update copyright and maintenance details.
9097 Update some package URLs, versions, and maintainers.
9098 Remove many references to the Emacs Lisp Archive.
9099
91002003-04-23 Simon Josefsson <jas@extundo.com>
9101
9102 * smtpmail.texi: Fix license (the invariant sections mentioned has
9103 never been part of the smtp manual). Align info dir entry with
9104 other emacs packages.
9105
91062003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9107
9108 * tramp.texi: Version 2.0.33 released.
9109 Remove installation chapter. Remove XEmacs specifics.
9110
91112003-03-29 Richard M. Stallman <rms@gnu.org>
9112
9113 * tramp.texi (Top): Undo the previous renaming.
9114 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9115
c8763fb6 91162003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9117
9118 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9119 version of manual.
9120
9121 * tramp.texi (Auto-save and Backup): New node.
9122
91232003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9124
9125 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9126 Emacs" in order to have better differentiation to "XEmacs".
9127 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9128 are new macros in order to point to the other Emacs flavor where
9129 appropriate. In info case, point to node `Installation' in order
9130 to explain how to generate the other way. In html case, make a
9131 link to the other html file.
0c7efc08 9132 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9133 after CVS checkout/update.
9134 (Installation): Completely rewritten.
9135 (Installation parameters, Load paths): New sections under
9136 `Installation'.
9137
c8763fb6 91382003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9139
9140 * tramp.texi: Version 2.0.30 released.
9141 Replace word "path" with "localname" where used as a component of
9142 a Tramp file name.
9143
91442003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9145
9146 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9147 introduced.
9148 (Installation): Explain what to do if files from the tramp/contrib
9149 directory are needed.
9150
91512003-02-23 Alex Schroeder <alex@emacswiki.org>
9152
9153 * smtpmail.texi (How Mail Works): New.
9154
91552003-02-22 Alex Schroeder <alex@emacswiki.org>
9156
9157 * smtpmail.texi: New file.
9158
9159 * Makefile.in: Build SMTP manual.
9160
c8763fb6 91612003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9162
9163 * tramp.texi: Version 2.0.29 released.
9164 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9165 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9166
91672003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9168
9169 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 9170 another package loads accidentally Ange-FTP.
2de53ca6
GM
9171
91722003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9173
9174 * tramp.texi (Customizing Completion): Add function
9175 `tramp-parse-sconfig'. Change example of
9176 `tramp-set-completion-function', because parsing of ssh config
9177 files looks more natural.
9178
91792003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9180
9181 * gnus.texi: Do not use `path' in several locations.
9182
c8763fb6 91832002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 9184
0c7efc08
SM
9185 * tramp.texi (External transfer methods): New method `smb'.
9186 From Michael Albinus.
2de53ca6
GM
9187
91882002-11-05 Karl Berry <karl@gnu.org>
9189
9190 * info.texi (Info-fontify): Reorder face list to avoid bad line
9191 breaks.
9192
c8763fb6 91932002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 9194
0c7efc08
SM
9195 * tramp.texi: Move @copying to standard place.
9196 Use @insertcopying.
2de53ca6
GM
9197
91982002-10-02 Karl Berry <karl@gnu.org>
9199
9200 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9201 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9202 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9203 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9204 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9205 Per rms, update all manuals to use @copying instead of @ifinfo.
9206 Also use @ifnottex instead of @ifinfo around the top node, where
9207 needed for the sake of the HTML output.
9208 (The Gnus manual is not fixed since it's not clear to me how it
9209 works; and the Tramp manual already uses @copying, although in an
9210 unusual way. All others were changed.)
9211
92122002-09-10 Jonathan Yavner <jyavner@engineer.com>
9213
9214 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9215 (../info/ses, ses.dvi): New targets.
9216 * ses.texi: New file.
9217
c8763fb6 92182002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
9219
9220 * texinfo.tex: Update to texinfo 4.2.
9221
92222002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9223
9224 * reftex.texi: Update to RefTeX 4.19.
9225
c8763fb6 92262002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
9227
9228 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9229 (../info/tramp, tramp.dvi): New targets.
9230
92312002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9232
9233 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9234 (calc.dvi): Uncomment.
9235
92362001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9237
9238 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9239 (../info/calc): New target.
9240
92412001-10-20 Gerd Moellmann <gerd@gnu.org>
9242
9243 * (Version 21.1 released.)
9244
92452001-10-05 Gerd Moellmann <gerd@gnu.org>
9246
9247 * Branch for 21.1.
9248
92492001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9250
9251 * Makefile.in (../info/info): Use an explicit -o switch to
9252 makeinfo.
9253
92542001-03-05 Gerd Moellmann <gerd@gnu.org>
9255
9256 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9257
92582000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9259
9260 * Makefile.in (../info/idlwave): Use --no-split.
9261
92622000-12-14 Dave Love <fx@gnu.org>
9263
c4cc8b9a 9264 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
9265 (gnus.dvi): Change rule to remove @latex stuff.
9266
92672000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9268
9269 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9270
92712000-10-13 John Wiegley <johnw@gnu.org>
9272
9273 * Makefile.in: Add build targets for eshell.texi.
9274
92752000-09-25 Gerd Moellmann <gerd@gnu.org>
9276
9277 * Makefile.in: Remove/comment speedbar stuff.
9278
92792000-09-22 Dave Love <fx@gnu.org>
9280
9281 * Makefile.in: Add emacs-mime.
9282
92832000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9284
9285 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9286 (DVI_TARGETS): Add woman.dvi.
9287 (../info/woman, woman.dvi): New targets.
9288
92892000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9290
9291 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9292
9293 * pcl-cvs.texi: New file.
9294 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9295 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9296
92972000-05-11 Gerd Moellmann <gerd@gnu.org>
9298
9299 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9300 (../info/ebrowse, ebrowse.dvi): New targets.
9301
93022000-01-13 Gerd Moellmann <gerd@gnu.org>
9303
9304 * Makefile.in (INFO_TARGETS): Add eudc.
9305 (DVI_TARGETS): Add eudc.dvi.
9306 (../info/eudc, eudc.dvi): New targets.
9307
93082000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9309
9310 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9311 compatibility with 8+3 filesystems).
9312 (../info/efaq): Rename from emacs-faq.
9313
93142000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9315
9316 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9317 (../info/idlwave, idlwave.dvi): New targets.
9318
93191999-10-23 Dave Love <fx@gnu.org>
9320
9321 * Makefile.in: Use autotype.texi.
9322
93231999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9324
9325 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9326 faq.texi file) rather than ../info/faq.
9327
93281999-10-07 Gerd Moellmann <gerd@gnu.org>
9329
9330 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9331 (../info/ada-mode, ada-mode.dvi): New targets.
9332
93331999-09-01 Dave Love <fx@gnu.org>
9334
9335 * Makefile.in: Add faq.
9336
93371999-07-12 Richard Stallman <rms@gnu.org>
9338
9339 * Version 20.4 released.
9340
93411998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9342
9343 * Version 20.3 released.
9344
93451998-04-06 Andreas Schwab <schwab@gnu.org>
9346
768c0c0f
JB
9347 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9348 Use it in dvi targets.
2de53ca6
GM
9349 (../etc/GNU): Change to $(srcdir) first.
9350
93511998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9352
9353 * reftex.texi: Update for RefTeX version 3.22.
9354
93551998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9356
9357 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9358 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9359
93601997-09-23 Paul Eggert <eggert@twinsun.com>
9361
9362 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9363 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9364
93651997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9366
9367 * Version 20.2 released.
9368
93691997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9370
9371 * Version 20.1 released.
9372
93731997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9374
9375 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9376
93771996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9378
9379 * Version 19.33 released.
9380
93811996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9382
9383 * Version 19.32 released.
9384
93851996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9386
9387 * Makefile.in: Add rules for the Message manual.
9388
93891996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9390
9391 * gnus.texi: New version.
9392
9393 * message.texi: New manual.
9394
93951996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9396
9397 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9398
93991996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9400
9401 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9402 Specify -I option.
9403 (All dvi targets): Set the TEXINPUTS variable.
9404
94051996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9406
9407 * Version 19.31 released.
9408
94091996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9410
9411 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9412 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9413
94141995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9415
9416 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9417 (INFO_TARGETS): Add ../info/cc-mode.
9418 (DVI_TARGETS): Add cc-mode.dvi.
9419
2de53ca6
GM
94201995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9421
9422 * Version 19.30 released.
9423
94241995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9425
9426 * gnus.texi: New file.
9427
94281995-11-04 Erik Naggum <erik@naggum.no>
9429
9430 * gnus.texi: File deleted.
9431
94321995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9433
9434 * mh-e.texi: "Function Index" -> "Command Index" to work with
9435 Emacs 19.30 C-h C-k support of separately-documented commands.
9436
94371995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9438
9439 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9440 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9441
94421995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9443
9444 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9445 (../info/viper, viper.dvi): New targets.
9446
94471995-04-20 Kevin Rodgers <kevinr@ihs.com>
9448
9449 * dired-x.texi (Installation): Change the example to set
9450 buffer-local variables like dired-omit-files-p in
9451 dired-mode-hook.
9452
94531995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9454
9455 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9456 (../info/mh-e, mh-e.dvi): New targets.
9457
94581995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9459
9460 * Makefile.in (maintainer-clean): Rename from realclean.
9461
94621994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9463
9464 * Makefile.in: New file.
9465 * Makefile: File deleted.
9466
94671994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9468
9469 * Makefile (TEXINDEX_OBJS): Variable deleted.
9470 (texindex, texindex.o, getopt.o): Rules deleted.
9471 All deps on texindex deleted.
9472 (distclean): Don't delete texindex.
9473 (mostlyclean): Don't delete *.o.
9474 * texindex.c, getopt.c: Files deleted.
9475
94761994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9477
9478 * Version 19.26 released.
9479
94801994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9481
9482 * Version 19.25 released.
9483
94841994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9485
9486 * Version 19.24 released.
9487
94881994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9489
9490 * Version 19.23 released.
9491
94921994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9493
9494 * Makefile: Delete spurious tab.
9495
94961994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9497
9498 * Makefile (.SUFFIXES): New rule.
9499
95001994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9501
9502 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9503 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9504
95051994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9506
9507 * Makefile (../info/sc): Rename from sc.info.
9508 (../info/cl): Likewise.
9509 (INFO_TARGETS): Use new names.
9510
95111993-12-04 Richard Stallman (rms@srarc2)
9512
9513 * getopt.c: New file.
9514 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9515 (getopt.o): New rule.
9516 (dvi): Don't depend on texindex.
9517 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9518 Depend on texindex.
9519
95201993-12-03 Richard Stallman (rms@srarc2)
9521
9522 * Makefile (../info/sc.info): Rename from ../info/sc.
9523 (TEXI2DVI): New variable.
9524 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9525 Add explicit commands.
9526 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9527
95281993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9529
9530 * Version 19.22 released.
9531
95321993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9533
9534 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9535
95361993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9537
9538 * Version 19.21 released.
9539
95401993-11-15 Paul Eggert (eggert@twinsun.com)
9541
9542 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9543
95441993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9545
9546 * Makefile (../etc/GNU): New target.
9547 (EMACSSOURCES): Add gnu1.texi.
9548
95491993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9550
9551 * Makefile (realclean): Don't delete the Info files.
9552
f0131492 95531993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
9554
9555 * forms.texi: Fix forms.texi so that it will format correctly.
9556 Add missing `@end iftex', fix bad reference.
9557
9558 * info.texi, info-stn.texi: New files implement texinfo version of
9559 `info' file.
9560
f0131492 95611993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
9562
9563 * Makefile: Fix targets for texindex, new info.texi files.
9564 * info-stnd.texi: New file implements info for standalone info
9565 reader.
9566 * info.texi: Update to include recent changes to "../info/info".
9567 New source file for ../info/info; includes info-stnd.texi.
9568
9569 * texindex.c: Include "../src/config.h" if building in emacs.
9570
9571 * Makefile: Change all files to FILENAME.texi, force all targets
9572 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9573 vip.texinfo, forms.texinfo, cl.texinfo.
9574 Add target to build texindex.c, defining `emacs'.
9575
9576 * forms.texi: Install new file to match version 2.3 of forms.el.
9577
95781993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9579
9580 * Version 19.19 released.
9581
95821993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
9583
9584 * sc.texinfo: Fix info file name.
9585
9586 * Makefile (info): Add gnus and sc.
9587 (dvi): Add gnus.dvi and sc.dvi.
9588 (../info/sc, sc.dvi): New targets.
9589
95901993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9591
9592 * Version 19.18 released.
9593
95941993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9595
9596 * Makefile: Fix source file names of the separate manuals.
9597 (gnus.dvi, ../info/gnus): New targets.
9598
95991993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9600
9601 * Version 19.17 released.
9602
96031993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9604
9605 * split-man: Fix typos in last change.
9606
96071993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9608
9609 * Version 19.16 released.
9610
96111993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9612
9613 * version 19.15 released.
9614
96151993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9616
9617 * Makefile (distclean): It's rm, not rf.
9618
96191993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9620
9621 * Version 19.14 released.
9622
96231993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9624
9625 * Makefile: New file.
9626
96271993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9628
9629 * Version 19.13 released.
9630
96311993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9632
9633 * Version 19.9 released.
9634
96351993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9636
9637 * Version 19.8 released.
9638
96391993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9640
9641 * Version 19.7 released.
9642
96431990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9644
9645 * gnus.texinfo: New file. Removed installation instructions.
9646
96471990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9648
9649 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9650
96511989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9652
9653 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
9654 then define `\sc' as the command for smallcaps in Texinfo.
9655 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
9656 made the corresponding change to makeinfo and texinfm.el.
9657
96581988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9659
9660 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9661 Customization since the menu entry did not point to anything.
9662 Also add an @finalout command to remove overfull hboxes from the
9663 printed output.
9664
9665 * cl.texinfo: Add @bye, \input line and @settitle to file.
9666 This file is clearly intended to be a chapter of some other work,
9667 but the other work does not yet exist.
9668
96691988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9670
9671 * texinfo.texinfo: Three typos corrected.
9672
4009494e 9673;; Local Variables:
c8763fb6 9674;; coding: utf-8
4009494e
GM
9675;; End:
9676
3fe7cdc8 9677 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9678
9679 This file is part of GNU Emacs.
9680
97c0352c 9681 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9682 it under the terms of the GNU General Public License as published by
97c0352c
GM
9683 the Free Software Foundation, either version 3 of the License, or
9684 (at your option) any later version.
4009494e
GM
9685
9686 GNU Emacs is distributed in the hope that it will be useful,
9687 but WITHOUT ANY WARRANTY; without even the implied warranty of
9688 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9689 GNU General Public License for more details.
9690
9691 You should have received a copy of the GNU General Public License
97c0352c 9692 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.