Import bovine manual from CEDET trunk
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
cfa49c1e
EL
12012-12-13 Eric Ludlam <zappo@gnu.org>
2 David Ponce <david@dponce.com>
3 Richard Kim <emacs18@gmail.com>
4
5 * bovine.texi: New file, imported from CEDET trunk.
6
4c2dd4ee
GM
72012-12-12 Glenn Morris <rgm@gnu.org>
8
9b97b143
GM
9 * flymake.texi (Customizable variables, Locating the buildfile):
10 Remove refs to flymake-buildfile-dirs, removed 2007-07-20. (Bug#13148)
11
4c2dd4ee
GM
12 * srecode.texi: Small edits. Set copyright to FSF, add explicit
13 GFDL 1.3+ license, fix up index.
14 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
15 (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
16 (srecode.pdf): New targets.
17 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
18 ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
19
ac1d9dde
EL
202012-12-12 Eric Ludlam <zappo@gnu.org>
21
22 * srecode.texi: New file, imported from CEDET trunk.
23
63aa0982
BG
242012-12-12 Bastien Guerry <bzg@gnu.org>
25
26 * org.texi (Summary, Code block specific header arguments)
27 (Code block specific header arguments)
28 (Header arguments in function calls, var, noweb)
29 (Results of evaluation, Code evaluation security): Small
30 reformatting: add a blank line before some example.
31
32 * org.texi (System-wide header arguments)
33 (Header arguments in Org mode properties, Conflicts)
34 (Dynamic blocks, Using the mapping API): Fix indendation of
35 Elisp code examples.
36
37 * org.texi (Comment lines): Fix description of the comment syntax.
38
39 * org.texi (Installation): Mention "make test" in the correct
40 section.
41
328dac0d
MA
422012-12-02 Michael Albinus <michael.albinus@gmx.de>
43
44 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
45 (External methods): Fix typo.
46
f4f3b439
GM
472012-11-30 Glenn Morris <rgm@gnu.org>
48
49 * rcirc.texi (Notices): Fix typo.
50
555ccdc2
MA
512012-11-20 Michael Albinus <michael.albinus@gmx.de>
52
53 * trampver.texi: Downgrade version to 2.2.6-24.3, in order to
54 distinguish from trunk.
55
e8693c96
GM
562012-11-16 Glenn Morris <rgm@gnu.org>
57
58 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
59 (Obsolete Macros): Move example here from Function Bindings.
60
6e5e9b70
GM
612012-11-13 Glenn Morris <rgm@gnu.org>
62
5c934f8b
GM
63 * erc.texi: Use @code{nil} rather than just "nil".
64 (Modules): Undocument obsolete "hecomplete".
6e5e9b70 65 Add "notifications".
f925b109 66 (Connecting): Add brief section on passwords.
274f5de6 67 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
6e5e9b70 68
24c38527
GM
692012-11-12 Glenn Morris <rgm@gnu.org>
70
71 * flymake.texi (Customizable variables)
72 (Highlighting erroneous lines): Mention flymake-error-bitmap,
73 flymake-warning-bitmap, and flymake-fringe-indicator-position.
74
5b637222
CY
752012-11-09 Chong Yidong <cyd@gnu.org>
76
77 * url.texi (Introduction): Move url-configuration-directory to
78 Customization node.
79 (Parsed URIs): Split into its own node.
80 (URI Encoding): New node.
81 (Defining New URLs): Remove empty chapter.
82 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
83 Improve docs for url-queue-*.
84 (Supported URL Types): Copyedits. Delete empty subnodes.
85
82f84fa3
CY
862012-11-08 Chong Yidong <cyd@gnu.org>
87
88 * url.texi (Introduction): Rename from Getting Started. Rewrite
89 the introduction.
90 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
91
2ee1d59f
GM
922012-11-07 Glenn Morris <rgm@gnu.org>
93
94 * cl.texi (Obsolete Setf Customization):
95 Revert defsetf example to the more correct let rather than prog1.
bdd8064f
GM
96 Give define-modify-macro, defsetf, and define-setf-method
97 gv.el replacements.
2ee1d59f 98
651af8c6
GM
992012-11-06 Glenn Morris <rgm@gnu.org>
100
2027b1b3 101 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
a358a44e 102 (Setf Extensions): Remove obsolete reference.
2027b1b3 103 (Obsolete Setf Customization):
651af8c6 104 Move note on lack of setf functions to lispref/variables.texi.
ab7f1c43 105 Undocument get-setf-method, since it no longer exists.
a358a44e 106 Mention simple defsetf replaced by gv-define-simple-setter.
651af8c6 107
c65b407b
GM
1082012-11-03 Glenn Morris <rgm@gnu.org>
109
110 * cl.texi: Further general copyedits.
685b0026
GM
111 (List Functions): Remove copy-tree, standard elisp for some time.
112 (Efficiency Concerns): Comment out examples that no longer apply.
113 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
114 (Creating Symbols, Random Numbers): De-emphasize internal
115 variables cl--gensym-counter and cl--random-state. (Bug#12788)
c65b407b 116
7fbf8f7b
GM
1172012-11-02 Glenn Morris <rgm@gnu.org>
118
119 * cl.texi (Naming Conventions, Type Predicates, Macros)
120 (Predicates on Numbers): No longer mention cl-floatp-safe.
121
df43dd53
GM
1222012-11-01 Glenn Morris <rgm@gnu.org>
123
124 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
125 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
126 (Macro Bindings, Blocks and Exits):
127 Acknowledge existence of lexical-binding.
128 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 129
69c1c2e6
GM
1302012-10-31 Glenn Morris <rgm@gnu.org>
131
dd90fd1a
GM
132 * ert.texi (Introduction, The @code{should} Macro):
133 Refer to "cl-assert" rather than "assert".
134
69c1c2e6
GM
135 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
136 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
137 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
138 Reword, and add details of flet and labels.
87b0d8b1 139 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 140
4ddedf94
GM
1412012-10-30 Glenn Morris <rgm@gnu.org>
142
143 * cl.texi (Modify Macros): Update for cl-letf changes.
144 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
145 (Setf Extensions): Partially restore note about cl-getf,
146 mainly moved to lispref/variables.texi.
147 (Property Lists): Fix cl-getf typos.
f43a5263 148 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 149
d3094168
GM
1502012-10-29 Glenn Morris <rgm@gnu.org>
151
152 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 153 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 154 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
155 (Modify Macros, Multiple Values, Other Clauses):
156 Remove mentions of obsolete features.
6a07d52e 157 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 158
3c0c6155
GM
1592012-10-28 Glenn Morris <rgm@gnu.org>
160
f94b04fc
GM
161 * cl.texi (Multiple Values, Common Lisp Compatibility):
162 More namespace updates.
163 (Obsolete Features): Copyedits.
164 (Obsolete Lexical Macros, Obsolete Setf Customization):
165 New subsections.
166
9c52d61d
GM
167 * cl.texi (Porting Common Lisp, Lexical Bindings):
168 Add some xrefs to the Elisp manual.
169
3c0c6155
GM
170 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
171 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
172 (Obsolete Features): New appendix. Move Lexical Bindings here.
173
5887564d
GM
1742012-10-27 Glenn Morris <rgm@gnu.org>
175
e1117425
GM
176 * cl.texi: Use defmac for macros rather than defspec.
177 (Efficiency Concerns): Related copyedit.
178
5887564d
GM
179 * cl.texi (Control Structure): Update for setf now being in core.
180 (Setf Extensions): Rename from Basic Setf. Move much of the
181 former content to lispref/variables.texi.
182 (Modify Macros): Move pop, push details to lispref/variables.texi.
183 (Customizing Setf): Copyedits for setf etc being in core.
184 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
185 Further namespaces updates.
186
bdebdb64
BG
1872012-10-26 Bastien Guerry <bzg@gnu.org>
188
189 * org.texi (Installation): Update the link to Org's ELPA. Also
190 don't mention org-install.el anymore as the replacement file
191 org-loaddefs.el is now loaded by org.el.
192
f956e59d
MA
1932012-10-25 Michael Albinus <michael.albinus@gmx.de>
194
195 * tramp.texi (Frequently Asked Questions): Mention
196 `tramp-completion-reread-directory-timeout' for performance
197 improvement.
198
a05cb6e3
GM
1992012-10-25 Glenn Morris <rgm@gnu.org>
200
201 * cl.texi: Don't mess with the TeX section number counter.
202 Use Texinfo recommended convention for quotes+punctuation.
203 (Overview, Sequence Functions): Rephrase for better line-breaking.
204 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
205 (Macro Bindings, Conditionals, Iteration, Loop Basics)
206 (Random Numbers, Mapping over Sequences, Structures)
207 (Porting Common Lisp): Further updates for cl-lib namespace.
208 (Modify Macros, Declarations, Macro Bindings, Structures):
209 Break long lines in examples.
210 (Dynamic Bindings): Update for changed progv behavior.
211 (Loop Examples, Efficiency Concerns): Markup fixes.
212 (Structures): Remove TeX margin change.
39ff2cf3 213 (Declarations): Fix typos.
a05cb6e3 214
39a58b5b
GM
2152012-10-24 Glenn Morris <rgm@gnu.org>
216
a6880551
GM
217 * cl.texi (Overview, Multiple Values, Creating Symbols)
218 (Numerical Functions): Say less/nothing about the original cl.el.
219 (Old CL Compatibility): Remove.
220 (Assertions): Remove ignore-errors (standard Elisp for some time).
221
39a58b5b
GM
222 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
223 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
224 (Efficiency Concerns, Efficiency Concerns)
225 (Common Lisp Compatibility, Old CL Compatibility):
226 Further updates for cl-lib namespace.
227
72ec96fb
PE
2282012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
229
230 Update manual for new time stamp format (Bug#12706).
231 * emacs-mime.texi (time-date): Update for new format.
232 Also, fix bogus time stamp and modernize a bit.
233
8d6510b9
GM
2342012-10-23 Glenn Morris <rgm@gnu.org>
235
236 * cl.texi: Include emacsver.texi. Use Emacs version number rather
237 than unchanging cl.el version number.
238 End all menu descriptions with a period.
239 Do not use @dfn{CL} for every instance of "CL".
240 (Overview): Remove no-runtime caveat, and note about foo* names.
241 (Usage): Use cl-lib rather than cl.
242 (Organization, Naming Conventions): Update for cl-lib.el.
243 (Installation): Remove long-irrelevant node.
244 (Program Structure, Predicates, Control Structure):
245 Start updating for cl-lib namespace.
8d6510b9
GM
246 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
247 Depend on emacsver.texi.
248
0a078f36
MA
2492012-10-09 Michael Albinus <michael.albinus@gmx.de>
250
251 * trampver.texi: Update release number.
252
a03bb33f
GM
2532012-10-06 Glenn Morris <rgm@gnu.org>
254
24636b26
GM
255 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
256 ERC version.
257 (Introduction): ERC is distributed with Emacs.
258 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
259 (Getting Started): Simplify.
260 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
261 (History): Mention ERC maintained as part of Emacs now.
262 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
263 Add dependency on emacsver.texi.
264
a03bb33f
GM
265 * erc.texi: Remove hand-written node pointers.
266
d259be38
GM
2672012-10-05 Glenn Morris <rgm@gnu.org>
268
269 * newsticker.texi (Overview, Requirements, Usage, Configuration):
270 Copyedits.
271
62a81506
CY
2722012-10-01 Eric Ludlam <zappo@gnu.org>
273
274 * ede.texi (Quick Start, Project Local Variables)
275 (Miscellaneous commands, ede-java-root, Development Overview)
276 (Detecting a Project): New nodes.
277 (Simple projects): Node deleted.
278
279 * eieio.texi (Building Classes): Some slot attributes cannot be
280 overridden.
281 (Slot Options): Remove an example.
282 (Method Invocation, Documentation): New nodes.
283
07f133bf
GM
2842012-10-01 Glenn Morris <rgm@gnu.org>
285
286 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
287 (reftex.pdf): Add dependency on emacsver.texi.
288 * reftex.texi: Don't include directory part for emacsver.texi;
289 the Makefile's -I handles it.
290
4f595e15
RA
2912012-09-30 Ralf Angeli <angeli@caeruleus.net>
292
293 Merge from standalone RefTeX repository.
294
295 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
296 with macros.
297 (Imprint): Mention Wolfgang in list of contributors.
298 (Creating Citations): Give a hint about how to
299 auto-revert the BibTeX database file when using external editors.
300 (Referencing Labels): Simplify section about reference macro
301 cycling.
302 (Options (Referencing Labels)): Adapt to new structure of
303 `reftex-ref-style-alist'.
304 (Referencing Labels, Reference Styles): Document changes in the
305 referencing functionality.
306 (Commands): Mention options for definition of header and footer in
307 BibTeX files.
308 (Options (Creating Citations)): Document
309 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
310 (Reference Styles): New section.
311 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
312 (Options (Referencing Labels)): Remove descriptions of deprecated
313 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
314 Add descriptions for `reftex-ref-style-alist' and
315 `reftex-ref-style-default-list'.
316 (Referencing Labels): Update regarding reference styles.
317 (Citation Styles): Mention support for ConTeXt.
318 (Options (Defining Label Environments)): Fix typo.
319 (Options (Creating Citations)): Document
320 `reftex-cite-key-separator'.
321
8223b1d2
BG
3222012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
323
324 * org.texi: Add description of ORG_ADD_CONTRIB to info
325 documentation. Add link to Worg for more details.
326
327 * org.texi: Clarify installation procedure. Provide link to the
328 build system description on Worg.
329
330 * org.texi: Remove reference to utils/, x11idle.c is now in
331 contrib/scripts.
332
333 * org.texi: Re-normalize to "Org mode" in manual.
334
335 * org.texi (Installation): Adapt documentation to new build
336 system. Mention GNU ELPA (since it needs to be handled like Emacs
337 built-in Org).
338
8223b1d2
BG
3392012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
340
341 * org.texi: Fix typo in description of the 'Hooks' section.
342
343 * org.texi: Add ID to the list of special properties.
344
3452012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
346
347 * org.texi (Moving subtrees): Document the ability to archive to a
348 datetree.
349
3502012-09-30 Bastien Guerry <bzg@altern.org>
351
352 * org.texi (Installation, Feedback, Batch execution): Use
353 (add-to-list 'load-path ... t) for the contrib dir.
354
355 * org.texi (results): Update documentation for ":results drawer"
356 and ":results org".
357
358 * org.texi (Column width and alignment): Fix typo.
359
360 * org.texi (Activation): Point to the "Conflicts" section.
361
362 * org.texi (Conflicts): Mention filladapt.el in the list of
363 conflicting packages.
364
365 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
366 not needed for versions of Emacs > 22.1.
367
368 * org.texi (History and Acknowledgments): Fix typo.
369
370 * org.texi (History and Acknowledgments): Add my own
371 acknowledgments.
372
373 * org.texi (Agenda commands): Document the new command and the new
374 option.
375
376 * org.texi (Agenda commands): Delete `org-agenda-action' section.
377 (Agenda commands): Reorder. Document `*' to toggle persistent
378 marks.
379
380 * org.texi (Agenda dispatcher): Mention
381 `org-toggle-agenda-sticky'.
382 (Agenda commands, Exporting Agenda Views): Fix typo.
383
384 * org.texi (Templates in contexts, Setting Options): Update to
385 reflect changes in how contexts options are processed.
386
387 * org.texi (Templates in contexts): Document the new structure of
388 the variables `org-agenda-custom-commands-contexts' and
389 `org-capture-templates-contexts'.
390
391 * org.texi (Templates in contexts): Document the new option
392 `org-capture-templates-contexts'.
393 (Storing searches): Document the new option
394 `org-agenda-custom-commands-contexts'.
395
396 * org.texi (Formula syntax for Lisp): Reformat.
397
398 * org.texi (Special properties, Column attributes)
399 (Agenda column view): Document the new special property
400 CLOCKSUM_T.
401
402 * org.texi (Template expansion): Document the new %l template.
403
404 * org.texi (Fast access to TODO states): Fix documentation about
405 allowed characters for fast todo selection.
406
407 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
408 use in `org-agenda-to-appt'.
409
410 * org.texi (Comment lines): Update wrt comments.
411
412 * org.texi (Resolving idle time): Document new keybinding.
413
414 * org.texi (Clocking commands): Document the use of S-M-<up/down>
415 on clock timestamps.
416
417 * org.texi (Fast access to TODO states): Explicitely says only
418 letters are supported as fast TODO selection keys.
419
420 * org.texi (Link abbreviations): Illustrate the use of the "%h"
421 specifier. Document the new "%(my-function)" specifier.
422
423 * org.texi (Clocking commands): New cindex.
424 (Clocking commands): Update documentation for `org-clock-in'.
425 Document `org-clock-in-last'. Mention `org-clock-out' and
426 `org-clock-in-last' as commands that can be globally bound.
427 (Resolving idle time): Document continuous clocking.
428
429 * org.texi (Top, Introduction): Fix formatting.
430 (Activation): Add index entries.
431 (Conventions): Update section.
432 (Embedded @LaTeX{}): Fix formatting.
433
434 * org.texi (Visibility cycling): Document `show-children'.
435
436 * org.texi (Using capture): Mention the `org-capture-last-stored'
437 bookmark as a way to jump to the last stored capture.
438
439 * org.texi (Uploading files): Fix typo.
440
441 * org.texi (Using capture): Document `C-0' as a prefix argument
442 for `org-capture'.
443
444 * org.texi (Agenda commands): Document persistent marks.
445
446 * org.texi (Template expansion): Update doc to reflect change.
447
448 * org.texi (Radio tables): Document the :no-escape parameter.
449
450 * org.texi (Repeated tasks): Document repeat cookies for years,
451 months, weeks, days and hours.
452
453 * org.texi (Export options): State that you can use the d: option
454 by specifying a list of drawers.
455
456 * org.texi (HTML preamble and postamble): Small doc improvement.
457
4582012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
459
460 * org.texi: The sections in the Exporting section of the manual
461 left out articles in the description of the org-export-as-*
462 commands, among other places. This patch adds them, adds a few
463 missing prepositions, and switches instances of "an HTML" to "a
464 html" for internal consistency.
465
466 * org.texi: Alter several examples of headings with timestamps in
467 them to include the timestamps in the body instead of the heading.
468
4692012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
470
471 * org.texi (Agenda dispatcher): Document sticky agenda views and
472 the new key for them.
473
4742012-09-30 Charles <millarc@verizon.net> (tiny change)
475
476 * org.texi (Advanced features): Fix error in table.
477
4782012-09-30 Feng Shu <tumashu@gmail.com>
479
480 * org.texi (@LaTeX{} fragments): Document imagemagick as an
481 alternative to dvipng.
482
4832012-09-30 François Allisson <francois@allisson.co> (tiny change)
484
485 * org.texi: Remove extra curly bracket.
486
4872012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
488
489 * org.texi (org-clock-in-last and org-clock-cancel): Update the
490 defkeys.
491
4922012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
493
494 * org.texi (Agenda commands): Fix two typos by giving
495 corresponding function names, according to
496 `org-agenda-view-mode-dispatch'.
497
4982012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
499
500 * org.texi (The spreadsheet): Fix typo.
501
5022012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
503
504 * org.texi (Tracking your habits): Point to the "Tracking TODO
505 state changes" section.
506
5072012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
508
509 * org.texi (Literal examples): Remove reference to unknown
510 `org-export-latex-minted' variable. Also simplify footnote since
511 `org-export-latex-listings' documentation is exhaustive already.
512
513 * org.texi (Plain lists): Remove reference to now hard-coded
514 `bullet' automatic rule.
515
5162012-09-30 Toby S. Cubitt <tsc25@cantab.net>
517
518 * org.texi: Updated documentation accordingly.
519
5087f097
PE
5202012-09-13 Paul Eggert <eggert@cs.ucla.edu>
521
522 * texinfo.tex: Merge from gnulib.
523
20121a26
MA
5242012-09-12 Michael Albinus <michael.albinus@gmx.de>
525
526 Sync with Tramp 2.2.6.
527
528 * tramp.texi (Bug Reports): Cleanup caches before a test run.
529
530 * trampver.texi: Update release number.
531
44677e30
PE
5322012-09-12 Paul Eggert <eggert@cs.ucla.edu>
533
534 * texinfo.tex: Merge from gnulib.
535
5a4c42ba
AA
5362012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
537
538 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
539 (bug#12096).
540
8e7046c3
JB
5412012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
542
1dcac243
JB
543 * calc.texi (Simplification modes, Conversions)
544 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
545 (The Calc Mode Line): Mention the mode line display for Basic
546 simplification mode.
547 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
548 simplifications.
549 (Basic Simplifications): Rename from "Limited Simplifications"
550 Replace "limited" by "basic" throughout.
551 (Algebraic Simplifications): Indicate that the algebraic
552 simplifications are done by default.
553 (Unsafe Simplifications): Mention `m E'.
554 (Simplification of Units): Mention `m U'.
555 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
556 (Kinds of Declarations, Functions for Declarations): Mention
557 "algebraic simplifications" instead of `a s'.
1dcac243 558 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 559
d2bd74ff
JB
5602012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
561
562 * calc.texi (Getting Started, Tutorial): Change simulated
563 Calc output to match actual output.
564 (Simplifying Formulas): Mention that algebraic simplification is now
565 the default.
566
77472261
EZ
5672012-07-28 Eli Zaretskii <eliz@gnu.org>
568
569 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
570 (Bug#12073)
571
09ae5da1
PE
5722012-07-25 Paul Eggert <eggert@cs.ucla.edu>
573
574 Prefer typical American spelling for "acknowledgment".
575 * calc.texi (History and Acknowledgments): Rename from
576 History and Acknowledgements.
577 * idlwave.texi (Acknowledgments):
578 * ses.texi (Acknowledgments):
579 * woman.texi (Acknowledgments): Rename from Acknowledgements.
580
c4444d16
PE
5812012-07-09 Paul Eggert <eggert@cs.ucla.edu>
582
583 Rename configure.in to configure.ac (Bug#11603).
584 * ede.texi (Compiler and Linker objects, ede-proj-project)
585 (ede-step-project): Prefer the name configure.ac to configure.in.
586
ef091c97
MA
5872012-07-06 Michael Albinus <michael.albinus@gmx.de>
588
589 * tramp.texi (Multi-hops): Introduce
590 `tramp-restricted-shell-hosts-alist'.
591
89b163db
G
5922012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
593
594 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
595 methods, so don't mention smtpmail here.
596
5972012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
598
599 * gnus.texi (Picons): Document gnus-picon-properties.
600
6012012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
602
603 * gnus.texi: Remove mention of compilation, as that's no longer
604 supported.
605
6062012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
607
608 * gnus.texi (Archived Messages): Mention
609 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
610
6112012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
612
613 * gnus.texi (Various Summary Stuff):
614 Remove mention of `gnus-propagate-marks'.
615
6162012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
617
618 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
619 which no longer exist.
620
6212012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
622
623 * gnus.texi (Archived Messages):
624 Document gnus-gcc-self-resent-messages.
625
6262012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
627
628 * message.texi (Mail Variables):
629 Mention the optional user parameter for X-Message-SMTP-Method.
630
6312012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
632
633 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
634
635 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
636
6372012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
638
639 * gnus.texi (Key Index): Change encoding to utf-8.
640
ac1a0ce1 6412012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
642
643 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
644
71cca84d
G
6452012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
646
647 * gnus.texi (Group Timestamp): Mention where to find documentation for
648 the `gnus-tmp-' variables (bug#11601).
649
888a7fc0
MA
6502012-06-11 Michael Albinus <michael.albinus@gmx.de>
651
652 Sync with Tramp 2.2.6-pre.
653
654 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
655 where appropriate.
656 (Ad-hoc multi-hops): New section.
657 (Remote processes): New subsection "Running remote processes on
658 Windows hosts".
659 (History): Add remote commands on Windows, and ad-hoc multi-hop
660 methods.
661 (External methods): "ControlPersist" must be set to "no" for the
662 `scpc' method.
663 (Remote processes): Add a note about `auto-revert-tail-mode'.
664 (Frequently Asked Questions): Use "scpx" in combination with
665 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
666
667 * trampver.texi: Update release number.
668
31ca4639 6692012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
670
671 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
672 compilation for html-mono.
673
0e8bbf66
PE
6742012-06-08 Paul Eggert <eggert@cs.ucla.edu>
675
676 * texinfo.tex: Merge from gnulib.
677
b8f061b3
KY
6782012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
679
680 * Makefile.in (echo-info): Don't try to install info files named
681 just ".info".
682
16af873e
GM
6832012-05-28 Glenn Morris <rgm@gnu.org>
684
c1dabff0
GM
685 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
686
16af873e
GM
687 * sc.texi: Nuke hand-written node pointers.
688 Fix top-level menu to match actual node order.
689
1d5b82ef
GM
6902012-05-27 Glenn Morris <rgm@gnu.org>
691
692 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
693 Some associated fixes, including not messing with chapno in cl.texi.
694
33017faf 6952012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
696
697 * org.texi (Durations and time values): Fix typo.
698
d14b0029
JB
6992012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
700
33017faf 701 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
702 Mention `calc-ensure-consistent-units'.
703
2f4cadd1 7042012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 705
9879e263
AS
706 * cc-mode.texi: Avoid space before macro in 4th argument of cross
707 reference commands. (Bug#11461)
708
78e91d08
AS
709 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
710
3fe7cdc8
GM
7112012-05-12 Glenn Morris <rgm@gnu.org>
712
9598ef0b
GM
713 * Makefile.in (mostlyclean): Add more TeX intermediates.
714
7d326a29
GM
715 * Makefile.in: Make it look more like the other doc Makefiles.
716 Use explicit $srcdir in all dependencies.
717 Remove cd $srcdir from rules.
718 (VPATH): Remove.
719 (infodir): Set to an absolute path.
720 (INFO_TARGETS): Use short names.
721 (mkinfodir): infodir is now absolute.
722 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
723
c7f95930 724 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 725 (.SUFFIXES): Disable implicit rules.
c7f95930 726
3fe7cdc8
GM
727 * Makefile.in (MKDIR_P): New, set by configure.
728 (mkinfodir): Use $MKDIR_P.
729
6f0652af
GM
7302012-05-07 Glenn Morris <rgm@gnu.org>
731
732 * forms.texi (Long Example): Update for changed location of files.
733
8045b906
GM
7342012-05-04 Glenn Morris <rgm@gnu.org>
735
736 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
737 (INFO_TARGETS): Use $INFO_EXT.
738 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
739 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
740 (INFO_TARGETS): Use $INFO_EXT.
741 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
742
9e7a4bcf
GM
7432012-05-02 Glenn Morris <rgm@gnu.org>
744
9aa071df
GM
745 * Makefile.in (echo-info): New phony target, used by top-level.
746
9e7a4bcf
GM
747 * viper.texi: Make direntry shorter (also it is no longer "newest").
748
749 * emacs-gnutls.texi, ert.texi, org.texi:
750 Fix dircategory, direntry to match info/dir.
751
31cc861c
GM
752 * faq.texi: Convert @inforefs to @xrefs.
753 Fix some malformed cross-references.
f9e320bb
GM
754 (File-name conventions): Shorten section name to avoid overfull line.
755 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 756
723ea6b5
TZ
7572012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
758
759 * auth.texi (Help for users): Update for .gpg file being second.
760
a8e7d6d7 7612012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
762
763 * org.texi (Agenda commands): Fix two typos: give corresponding
764 function names, according to `org-agenda-view-mode-dispatch'.
765
a8e7d6d7 7662012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
767
768 * faq.texi (Major packages and programs): Remove section.
769 There is no point listing 6 packages (cf etc/MORE.STUFF).
770 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 771
dcbf5805
MA
7722012-04-22 Michael Albinus <michael.albinus@gmx.de>
773
774 * dbus.texi (Version): New node.
775 (Properties and Annotations): Mention the object manager
776 interface. Describe dbus-get-all-managed-objects.
777 (Type Conversion): Floating point numbers are allowed, if an
778 anteger does not fit Emacs's integer range.
779 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
780 (Asynchronous Methods): Fix description of
781 dbus-call-method-asynchronously.
782 (Receiving Method Calls): Fix some minor errors. Add
783 dbus-interface-emacs.
784 (Signals): Describe unicast signals and the new match rules.
785 (Alternative Buses): Add the PRIVATE optional argument to
786 dbus-init-bus. Describe its new return value. Add dbus-setenv.
787
adee4030
GM
7882012-04-20 Glenn Morris <rgm@gnu.org>
789
790 * faq.texi (New in Emacs 24): New section.
791 (Packages that do not come with Emacs): Mention M-x list-packages.
792
35dc09a1 7932012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
794
795 * cc-mode.texi (c-offsets-alist): Correct a typo.
796
35dc09a1 7972012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
798
799 * org.texi (Deadlines and scheduling): Fix the example: the
800 DEADLINE item should come right after the headline. We enforce
801 this convention, so it is a bug not to illustrate it correctly in
802 the manual.
803
35dc09a1 8042012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
805
806 * org.texi (Agenda commands): Fix documentation bug by swapping
807 the equivalent keybindings to `org-agenda-next-line' with the ones
808 to `org-agenda-previous-line'.
809
35dc09a1 8102012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
811
812 * Makefile.in: Replace non-portable use of $< in ordinary rules.
813
e2560ea8
EZ
8142012-04-09 Eli Zaretskii <eliz@gnu.org>
815
816 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
817 emacs-gnutls.
818 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
819
6b4f4a2d
TZ
8202012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
821
250b840e 822 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
823
824 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
825
ca2c89b6
TZ
8262012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
827
828 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 829 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 830
aebd5f1a
GM
8312012-04-04 Glenn Morris <rgm@gnu.org>
832
833 * auth.texi (Secret Service API): Copyedits.
834 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
835 (Help for users, Help for developers)
836 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 837
0317dd51
MA
8382012-04-04 Michael Albinus <michael.albinus@gmx.de>
839
840 * auth.texi (Secret Service API): Add the missing text.
841
3d439cd1
CY
8422012-04-04 Chong Yidong <cyd@gnu.org>
843
844 * message.texi (Using PGP/MIME): Note that epg is now the default.
845
846 * gnus.texi: Reduce references to obsolete pgg library.
847 (Security): Note that epg is now the default.
848
849 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
850
851 * nxml-mode.texi (Completion): C-RET is no longer bound to
852 nxml-complete.
853
153ae947
BG
8542012-04-01 Jambunathan K <kjambunathan@gmail.com>
855
856 * org.texi (Customizing tables in ODT export): Correct few errors.
857
8582012-04-01 Jambunathan K <kjambunathan@gmail.com>
859
860 * org.texi (Links in ODT export): Update.
861 (Labels and captions in ODT export): New node.
862
8632012-04-01 Jambunathan K <kjambunathan@gmail.com>
864
865 * org.texi (Literal examples in ODT export): htmlfontify.el in
866 Emacs-24.1 now supports fontification. So ODT source blocks will
867 be fontified by default.
868
8692012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
870
871 * org.texi (Refiling notes): Remove duplicated keybinding.
872
8732012-04-01 Eric Schulte <eric.schulte@gmx.com>
874
875 * org.texi (noweb): Documentation of this new option to the :noweb
876 header argument.
877
8782012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
879
880 * org.texi (Header and sectioning): Add example demonstrating how
881 to use "LaTeX_CLASS_OPTIONS".
882
8832012-04-01 Eric Schulte <eric.schulte@gmx.com>
884
885 * org.texi (Noweb reference syntax): Describe the ability to
886 execute noweb references in the manual.
887
8882012-04-01 Eric Schulte <eric.schulte@gmx.com>
889
890 * org.texi (cache): Improve cache documentation when session
891 evaluation is used.
892
8932012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
894
895 * org.texi (Plain lists): Document removal.
896
8972012-04-01 Michael Brand <michael.ch.brand@gmail.com>
898
899 * org.texi: Decapitalize file name in references to Calc manual.
900
9012012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
902
903 * org.texi (Plain lists): Document removal.
904
9052012-04-01 Jambunathan K <kjambunathan@gmail.com>
906
907 * org.texi (Top, OpenDocument Text export)
908 (ODT export commands, Extending ODT export)
909 (Images in ODT export, Tables in ODT export)
910 (Configuring a document converter): Add or Update.
911
9122012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
913
914 * org.texi (MobileOrg): Change the wording to reflect that the
915 Android Version is no longer just the little brother of the iOS
916 version.
917
9182012-04-01 Eric Schulte <eric.schulte@gmx.com>
919
920 * org.texi (Key bindings and useful functions): Updated babel key
921 binding documentation in manual.
922
9232012-04-01 Eric Schulte <eric.schulte@gmx.com>
924
925 * org.texi (noweb): Document new noweb header value.
926
9272012-04-01 Eric Schulte <eric.schulte@gmx.com>
928
929 * org.texi (noweb-sep): Document new header argument.
930
9312012-04-01 Eric Schulte <eric.schulte@gmx.com>
932
933 * org.texi (noweb-ref): Documentation of this new custom variable.
934
9352012-04-01 Eric Schulte <eric.schulte@gmx.com>
936
937 * org.texi (wrap): Update the new :wrap documentation to match the
938 current implementation.
939
9402012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
941
942 * org.texi: Added documentation for :wrap.
943
9442012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
945
946 * org.texi: #+RESULTS now user-configurable.
947
9482012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
949
950 * org.texi: Documented :noweb no-export.
951
9522012-04-01 Thomas Dye <dk@poto.local>
953
954 * org.texi: Edit :noweb no header argument for correctness.
955
9562012-04-01 Bastien Guerry <bzg@altern.org>
957
958 * org.texi (Customization): Update the approximate number of Org
959 variables.
960
9612012-04-01 Thomas Dye <dk@poto.local>
962
963 * org.texi: The :results wrap produces a drawer instead of a
964 begin_results block.
965
005a89ff
G
9662012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
967
968 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
969 reflect the new default.
970
589ce070
EZ
9712012-03-10 Eli Zaretskii <eliz@gnu.org>
972
973 * info.texi (Expert Info): Move the index entry for "Texinfo" from
974 "Getting Started" to this node. (Bug#10450)
975
a5392527
CY
9762012-03-10 Chong Yidong <cyd@gnu.org>
977
8ae818e4
CY
978 * flymake.texi (Example -- Configuring a tool called via make):
979 Mention the Automake COMPILE variable (Bug#8715).
980
a5392527
CY
981 * info.texi (Getting Started): Add an index entry (Bug#10450).
982
d49902e4
MA
9832012-03-02 Michael Albinus <michael.albinus@gmx.de>
984
985 * dbus.texi (Signals): Known names will be mapped onto unique
986 names, when registering for signals.
987
53eced6d
GM
9882012-02-29 Glenn Morris <rgm@gnu.org>
989
bcd6cd23
GM
990 * url.texi: Fix quote usage in body text.
991
775b55af
GM
992 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
993
53eced6d
GM
994 * cl.texi: Use @code{} in menus when appropriate.
995
44e97401
GM
9962012-02-28 Glenn Morris <rgm@gnu.org>
997
998 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
999 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
1000 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
1001 * org.texi, sc.texi, vip.texi, viper.texi:
1002 Standardize possessive apostrophe usage.
1003
fa9a0855
CY
10042012-02-26 Chong Yidong <cyd@gnu.org>
1005
1006 * ediff.texi (Quick Help Commands): Add a couple of index entries
1007 (Bug#10834).
1008
0fd2c9a3
GM
10092012-02-17 Glenn Morris <rgm@gnu.org>
1010
1011 * gnus.texi (Posting Styles):
1012 * remember.texi (Org): Fix cross-refs to other manuals.
1013
9f26dc24
GM
10142012-02-15 Glenn Morris <rgm@gnu.org>
1015
1016 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
1017 (Encryption): New chapter, split out from previous.
1018
3d2af193
LI
10192012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1020
1021 * gnus.texi (Customizing the IMAP Connection): Mention
1022 nnimap-record-commands.
1023
b74c9672
GM
10242012-02-10 Glenn Morris <rgm@gnu.org>
1025
1026 * url.texi (Retrieving URLs): Update url-retrieve arguments.
1027 Mention url-queue-retrieve.
1028
2ebc3b94
GM
10292012-02-09 Glenn Morris <rgm@gnu.org>
1030
9fcfcdef
GM
1031 * sem-user.texi (Semantic mode user commands): Typo fix.
1032
2ebc3b94
GM
1033 * info.texi (Create Info buffer): Mention info-display-manual.
1034
7c4bbb69
LI
10352012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1036
1037 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
1038 example (modified from an example by Michael Albinus).
1039
debce7bc
G
10402012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1041
1042 * gnus.texi (Agent Basics): Fix outdated description of
1043 `gnus-agent-auto-agentize-methods'.
1044
b207a4ec
AS
10452012-01-28 Andreas Schwab <schwab@linux-m68k.org>
1046
1047 * cc-mode.texi: Always @defindex ss.
1048 (Config Basics): Fix argument of @itemize.
1049 (Macro Backslashes): Add @code around index entry.
1050
b8fe8712
GM
10512012-01-23 Glenn Morris <rgm@gnu.org>
1052
1053 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
1054
02dc2fd7
EH
10552012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
1056
1057 * tramp.texi (File): Tweak wording for the `scpc' option.
1058
e7719ea1
G
10592012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1060
1061 * gnus.texi (Group Parameters): Really note precedence.
1062
9937bef4
G
10632012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1064
1065 * gnus.texi (Group Parameters): Note precedence.
1066
e66ba1df
BG
10672012-01-03 Eric Schulte <eric.schulte@gmx.com>
1068
1069 * org.texi (Noweb reference syntax): Adding documentation of
1070 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1071 variable.
1072
10732012-01-03 Bastien Guerry <bzg@gnu.org>
1074
1075 * org.texi (Plain lists): Split the table to fix the display
1076 of items.
1077
10782012-01-03 Bastien Guerry <bzg@gnu.org>
1079
1080 * org.texi (Plain lists): Fix misplaced explanation.
1081
10822012-01-03 Bastien Guerry <bzg@gnu.org>
1083
1084 * org.texi (Plain lists, Agenda files): Add index entries.
1085
10862012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1087
1088 * org.texi: Use "Org mode" instead of alternatives like
1089 "Org-mode" or "org-mode".
1090
10912012-01-03 Bernt Hansen <bernt@norang.ca>
1092
1093 * org.texi (Agenda commands): Document
1094 `org-clock-report-include-clocking-task'.
1095
10962012-01-03 Bastien Guerry <bzg@gnu.org>
1097
1098 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1099 C-c' on checkboxes.
1100
11012012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1102
1103 * org.texi: End sentences with two spaces.
1104
11052012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1106
1107 * org.texi (External links): Document the link types file+sys
1108 and file+emacs, slightly narrow used page width.
1109
11102012-01-03 Eric Schulte <eric.schulte@gmx.com>
1111
1112 * org.texi (colnames): Note that colnames behavior may differ
1113 across languages.
1114
11152012-01-03 Bastien Guerry <bzg@gnu.org>
1116
1117 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1118
11192012-01-03 Thomas Dye <dk@poto.westell.com>
1120
1121 * org.texi: Augmented discussion of babel property
1122 inheritance. Put footnote outside sentence ending period.
1123
11242012-01-03 Eric Schulte <schulte.eric@gmail.com>
1125
1126 * org.texi (eval): Documenting the full range of :eval header
1127 argument values.
1128
11292012-01-03 Eric Schulte <schulte.eric@gmail.com>
1130
1131 * org.texi (eval): Documentation of the new :eval option.
1132
11332012-01-03 Thomas Dye <dk@poto.local>
1134
1135 * org.texi: Add accumulated properties.
1136
11372012-01-03 Thomas Dye <dk@poto.local>
1138
1139 * org.texi: Documented no spaces in name=assign, another
1140 correction to :var table.
1141
11422012-01-03 Thomas Dye <dk@poto.local>
1143
1144 * org.texi: Changed DATA to NAME in Working With Source Code
1145 section.
1146
11472012-01-03 Tom Dye <tsd@tsdye.com>
1148
1149 * org.texi: Minor change to :var table.
1150
11512012-01-03 Tom Dye <tsd@tsdye.com>
1152
1153 * org.texi: More changes to :var table (some examples were wrong).
1154
11552012-01-03 Tom Dye <tsd@tsdye.com>
1156
1157 * org.texi: Cleaned up :var table.
1158
11592012-01-03 Bastien Guerry <bzg@gnu.org>
1160
1161 * org.texi (Timestamps, Weekly/daily agenda)
1162 (Weekly/daily agenda): Add @cindex for "appointment".
1163
11642012-01-03 Eric Schulte <schulte.eric@gmail.com>
1165
1166 * org.texi (Literal examples): A new link to the template for
1167 inserting empty code blocks.
1168 (Structure of code blocks): A new link to the template for
1169 inserting empty code blocks.
1170
11712012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1172
1173 * org.texi (External links): Add footnote on how the behavior
1174 of the text search in Org files are controled by the variable
1175 `org-link-search-must-match-exact-headline'.
1176
11772012-01-03 Eric Schulte <schulte.eric@gmail.com>
1178
1179 * org.texi (Buffer-wide header arguments): Update
1180 documentation to reflect removal of #+PROPERTIES.
1181
11822012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1183
1184 * org.texi (The clock table): Mention that ACHIVED trees
1185 contribute to the clock table.
1186
11872012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1188
1189 * org.texi (Conflicts): Better yasnippet config info.
1190
11912012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1192
1193 * org.texi (Selective export): Explicitely mention the default
1194 values for `org-export-select-tags',
1195 `org-export-exclude-tags'.
1196
11972012-01-03 Tom Dye <tsd@tsdye.com>
1198
1199 * org.texi: Added a line to specify that header arguments are
1200 lowercase.
1201
12022012-01-03 Tom Dye <tsd@tsdye.com>
1203
1204 * org.texi: :var requires default value when declared.
1205
12062012-01-03 Bastien Guerry <bzg@gnu.org>
1207
1208 * org.texi (Handling links): Add a note about the
1209 `org-link-frame-setup' option.
1210
12112012-01-03 David Maus <dmaus@ictsoc.de>
1212
1213 * org.texi (Exporting Agenda Views, Extracting agenda
1214 information): Fix command line syntax, quote symbol parameter
1215 values.
1216
12172012-01-03 David Maus <dmaus@ictsoc.de>
1218
1219 * org.texi (Exporting Agenda Views): Fix command line syntax.
1220
8d80ef01
PE
12212011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1222
1223 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1224 Use octal notation for file permissions, which are normally
1225 thought of in octal.
1226 (Mail Back End Variables): Use more-plausible modes in example.
1227
47d42d81
AM
12282011-12-20 Alan Mackenzie <acm@muc.de>
1229
1230 * cc-mode.texi: Update version string 5.31 -> 5.32.
1231
a98edce9
JB
12322011-12-06 Juanma Barranquero <lekktu@gmail.com>
1233
1234 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1235
321decc8
GM
12362011-11-24 Glenn Morris <rgm@gnu.org>
1237
1238 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1239
f8107b79
JB
12402011-11-24 Juanma Barranquero <lekktu@gmail.com>
1241
1242 * makefile.w32-in: Update dependencies.
1243
f5a96a4f
GM
12442011-11-20 Glenn Morris <rgm@gnu.org>
1245
1246 * gnus.texi (Group Information):
1247 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1248
cd1181db
JB
12492011-11-20 Juanma Barranquero <lekktu@gmail.com>
1250
1251 * gnus-coding.texi (Gnus Maintenance Guide):
1252 Rename from "Gnus Maintainance Guide".
1253
1254 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1255 * eieio.texi (Customizing):
fe7a3057
JB
1256 * gnus.texi (Article Washing):
1257 * gnus-news.texi:
1258 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 1259
7877f373
JB
12602011-11-16 Juanma Barranquero <lekktu@gmail.com>
1261
1262 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1263
0d26e0b6
JB
12642011-11-15 Juanma Barranquero <lekktu@gmail.com>
1265
c7015153
JB
1266 * ede.texi (project-am-texinfo):
1267 * gnus.texi (Sending or Not Sending):
1268 * org.texi (Template elements): Fix typos.
0d26e0b6 1269
0b381c7e
JB
12702011-11-14 Juanma Barranquero <lekktu@gmail.com>
1271
1272 * ediff.texi (Hooks):
c7015153 1273 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 1274
40a8bdf6
JB
12752011-11-11 Juanma Barranquero <lekktu@gmail.com>
1276
1277 * semantic.texi (Tag handling): Fix typo.
1278
57dda3bb
KY
12792011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1280
1281 * gnus.texi (Other Gnus Versions): Remove.
1282
52bedd34
AM
12832011-10-28 Alan Mackenzie <acm@muc.de>
1284
1285 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1286 (Other Special Indentations): Add an xref to "Macros with ;".
1287 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1288 "Macros with ;".
1289 (Macros with ;): New page.
1290
00b77525
GM
1291 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1292 Document the new handling of nested scopes for movement by defuns.
52bedd34 1293
4a623313
MA
12942011-10-23 Michael Albinus <michael.albinus@gmx.de>
1295
1296 Sync with Tramp 2.2.3.
1297
1298 * trampver.texi: Update release number.
1299
466a320e
GM
13002011-10-14 Glenn Morris <rgm@gnu.org>
1301
1302 * ert.texi (Introduction, How to Run Tests)
1303 (Running Tests Interactively, Expected Failures)
1304 (Tests and Their Environment, Useful Techniques)
1305 (Interactive Debugging, Fixtures and Test Suites):
1306 Minor rephrasings.
1307 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1308 (Running Tests in Batch Mode): Simplify loading instructions.
1309 (Test Selectors): Clarify some selectors.
1310 (Expected Failures, Useful Techniques):
1311 Make examples fit in 80 columns.
1312
2be4956d
JB
13132011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1314
1315 * calc.texi (Basic Operations on Units): Discuss temperature
1316 conversion (`u t') alongside with other unit conversions ('u c').
1317
7359a765
GM
13182011-10-12 Glenn Morris <rgm@gnu.org>
1319
1320 * ert.texi: Whitespace trivia to make main menu items line up better.
1321
a0c52e5d
GM
13222011-10-08 Glenn Morris <rgm@gnu.org>
1323
1324 * Makefile.in: Fix ert rules.
1325
465d0300
G
13262011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1327
1328 * gnus.texi (Gnus Utility Functions): Add more references and
1329 explanations (bug#9683).
1330
a5166359
LMI
13312011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1332
1333 * gnus.texi (Archived Messages): Note the default (bug#9552).
1334
b523dc20
BW
13352011-09-21 Bill Wohler <wohler@newt.com>
1336
1337 Release MH-E manual version 8.3.
1338
58179cce 1339 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
1340 release 8.3.
1341 (Preface): Updated support information.
bd7239f5 1342 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
1343 historical quote, the tense should be correct in the time that it
1344 was written.
1345
0afb49a1
LMI
13462011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1347
1348 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1349 (Finding the News): Doc clarification.
1350 (Terminology): Mention naming.
1351
e21bac42
G
13522011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1353
1354 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1355 (Interactive): Document `quiet'.
1356
5b409b39 13572011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 1358
bd7239f5 1359 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 1360
5b409b39 13612011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1362
bd7239f5 1363 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
1364 scope for `org-map-entries'.
1365
5b409b39 13662011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1367
1368 * org.texi (Visibility cycling): Document `org-copy-visible'.
1369
5b409b39 13702011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1371
bd7239f5 1372 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
1373 proper order.
1374
5b409b39 13752011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1376
1377 * org.texi (eval): Expand discussion of the :eval header argument.
1378
5b409b39 13792011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1380
1381 * org.texi (Languages): Add Lilypond and Awk as supported
1382 languages.
1383
5b409b39 13842011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 1385
bd7239f5 1386 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
1387 LOG_INTO_DRAWER can be used to override the contents of variable
1388 org-clock-into-drawer (or if unset, org-log-into-drawer).
1389
bd7239f5 1390 * org.texi: Replace @xref->@pxref.
3ab2c837 1391
5b409b39 13922011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1393
1394 * org.texi (Evaluating code blocks): Documenting the new option
1395 for inline call lines.
1396
5b409b39 13972011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1398
1399 * org.texi (Results of evaluation): More explicit about the
1400 mechanism through which interactive evaluation of code is
1401 performed.
1402
5b409b39 14032011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1404
1405 * org.texi (noweb-ref): New header argument documentation.
1406
5b409b39 14072011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1408
1409 * org.texi (Extracting source code): Documentation of the new
1410 org-babel-tangle-named-block-combination variable.
1411
5b409b39 14122011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1413
bd7239f5 1414 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 1415 behavior of multiple blocks of the same name is undefined.
3ab2c837 1416
5b409b39 14172011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
1418
1419 * org.texi (TaskJuggler export): Modify the example to reflect the
1420 new effort durations.
1421
5b409b39 14222011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1423
1424 * org.texi (Images in LaTeX export): Escape curly brackets in
1425 LaTeX example.
1426
5b409b39 14272011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1428
1429 * org.texi (The clock table): Document the :properties and
1430 :inherit-props arguments for the clocktable.
1431
5b409b39 14322011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1433
1434 * org.texi (Tables in LaTeX export): Document specifying placement
1435 options for tables.
1436
5b409b39 14372011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1438
1439 * org.texi (Evaluating code blocks): More specific documentation
1440 about the different types of header arguments.
1441
5b409b39 14422011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
1443
1444 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1445
5b409b39 14462011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1447
1448 * org.texi (Built-in table editor): Document the table field
1449 follow mode.
1450
5b409b39 14512011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1452
1453 * org.texi (Easy Templates): Document new template.
1454
5b409b39 14552011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1456
1457 * org.texi (Literal examples): Add a cross-reference from "Literal
1458 Examples" to "Easy Templates."
1459
5b409b39 14602011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1461
1462 * org.texi (The clock table): Add link to match syntax.
1463
5b409b39 14642011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1465
1466 * org.texi (Agenda commands): Document clock consistency checks.
1467
5b409b39 14682011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1469
1470 * org.texi (Built-in table editor): Document that \vert represents
1471 a vertical bar in a table field.
1472
5b409b39 14732011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1474
1475 * org.texi (Literal examples): Link from "Markup" > "Literate
1476 Examples" to "Working with Source Code".
1477
5b409b39 14782011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1479
1480 * org.texi (Agenda commands): Doc for function option to bulk
1481 action.
1482
5b409b39 14832011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1484
1485 * org.texi (Template expansion): Document new %<...> template
1486 escape.
1487
5b409b39 14882011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1489
1490 * org.texi (Selective export): Document exclusion of any tasks
1491 from export.
1492
5b409b39 14932011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1494
1495 * org.texi (Selective export): Document how to exclude DONE tasks
1496 from export.
1497 (Publishing options): Document the properties to be used to turn off
1498 export of DONE tasks.
1499
5b409b39 15002011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1501
1502 * org.texi (The date/time prompt): Document date range protection.
1503
5b409b39 15042011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1505
1506 * org.texi (padline): Documentation of the new padline header
1507 argument.
1508
5b409b39 15092011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1510
1511 * org.texi (var): Adding "[" to list of characters triggering
1512 elisp evaluation.
1513
5b409b39 15142011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1515
1516 * org.texi (var): Documentation of Emacs Lisp evaluation during
1517 variable assignment.
1518
5b409b39 15192011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1520
1521 * org.texi (colnames): Reference indexing into variables, and note
1522 that colnames are *not* removed before indexing occurs.
1523 (rownames): Reference indexing into variables, and note that
1524 rownames are *not* removed before indexing occurs.
1525
5b409b39 15262011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1527
1528 * org.texi (var): Clarification of indexing into tabular
1529 variables.
1530
5b409b39 15312011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1532
1533 * org.texi (results): Documentation of the `:results wrap' header
1534 argument.
1535
5b409b39 15362011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1537
bd7239f5 1538 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
1539 of the LaTeX export: the org file has to be properly structured.
1540
5b409b39 15412011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1542
1543 * org.texi (Dynamic blocks, Structure editing): Mention
1544 the function `org-narrow-to-block'.
1545
5b409b39 15462011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1547
1548 * org.texi (Languages): Updating list of code block supported
1549 languages.
1550
5b409b39 15512011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1552
1553 * org.texi (Special properties): CATEGORY is a special property,
1554 but it may also used in the drawer.
1555
5b409b39 15562011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1557
1558 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1559
5b409b39 15602011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1561
1562 * org.texi (Include files): Document :lines.
1563
5b409b39 15642011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1565
1566 * org.texi (comments): Documentation of the ":comments noweb" code
1567 block header argument.
1568
5b409b39 15692011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1570
1571 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1572 added extra whitespace around functions to be consistent with the
1573 rest of the section.
1574
5b409b39 15752011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1576
0b381c7e 1577 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
1578 #+call: line syntax.
1579 (Header arguments in function calls): Expanded discussion of
1580 #+call: line syntax.
1581
5b409b39 15822011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1583
1584 * org.texi (Evaluating code blocks): More explicit about how to
1585 pass variables to #+call lines.
1586
5b409b39 15872011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1588
1589 * org.texi (Results of evaluation): Link to the :results header
1590 argument list from the "Results of evaluation" section.
1591
5b409b39 15922011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1593
1594 * org.texi (Conflicts): Adding additional information about
1595 resolving org/yasnippet conflicts.
1596
5b409b39 15972011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1598
1599 * org.texi (Publishing options): Document style-include-scripts
1600 publishing project property.
1601
5b409b39 16022011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1603
1604 * org.texi (Sparse trees): Document the next-error /
1605 previous-error functionality.
1606
5b409b39 16072011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1608
1609 * org.texi (cache): Improved documentation of code block caches.
1610
5b409b39 16112011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1612
1613 * org.texi (Code block specific header arguments): Documentation
1614 of multi-line header arguments.
1615
5b409b39 16162011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1617
1618 * org.texi (Code evaluation security): Add example for using a
1619 function.
1620
5b409b39 16212011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1622
1623 * org.texi (Tables in LaTeX export): Documentation of new
1624 attr_latex options for tables.
1625
5b409b39
BG
16262011-08-03 Michael Albinus <michael.albinus@gmx.de>
1627
1628 * trampver.texi: Update release number.
1629
16302011-07-30 Michael Albinus <michael.albinus@gmx.de>
1631
1632 Sync with Tramp 2.2.2.
1633
1634 * trampver.texi: Update release number.
1635
064e2d08
LMI
16362011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1637
1638 * flymake.texi (Example -- Configuring a tool called via make):
1639 Use /dev/null instead of the Windows "nul" (bug#8715).
1640
b8151e9c
LMI
16412011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1642
1643 * widget.texi (Setting Up the Buffer): Remove mention of the
1644 global keymap parent, which doesn't seem to be accurate
1645 (bug#7045).
1646
5b409b39
BG
16472011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1648
1649 * org.texi (Special agenda views): Fix double quoting (bug#3509).
1650
c0a8ae95
KR
16512010-07-10 Kevin Ryde <user42@zip.com.au>
1652
1653 * cl.texi (For Clauses): Add destructuring example processing an
1654 alist (bug#6596).
1655
ac6531ad
LMI
16562011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1657
1658 * ediff.texi (Major Entry Points): Remove mention of `require',
1659 since that's not pertinent in the installed Emacs (bug#9016).
1660
d30dd079
G
16612011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1662
1663 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
1664 (Filtering New Groups): Clarify how simple the "options -n" format is.
1665 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1666 is internal.
d30dd079 1667
862c0d68
MA
16682011-07-04 Michael Albinus <michael.albinus@gmx.de>
1669
1670 * tramp.texi (Cleanup remote connections): Add
1671 `tramp-cleanup-this-connection'.
1672
cd865a33
G
16732011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1674
1675 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1676 zombies.
1677 (Checking New Groups): Ditto (bug#8974).
7d1738f1 1678 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
1679
16802011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1681
1682 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1683 backups, and not actual vc (bug#8975).
1684
79414ae4
KR
16852011-07-03 Kevin Ryde <user42@zip.com.au>
1686
1687 * cl.texi (For Clauses): @items for hash-values and key-bindings
1688 to make them more visible when skimming. Add examples of `using'
1689 clause to them, examples being clearer than a description in
1690 words (bug#6599).
1691
847ccf7c
AM
16922011-07-01 Alan Mackenzie <acm@muc.de>
1693
1694 * cc-mode.texi (Guessing the Style): New page.
1695 (Styles): Add a short introduction to above.
1696
3da13bb9
DD
16972011-06-28 Deniz Dogan <deniz@dogan.se>
1698
1699 * rcirc.texi (Configuration): Bug-fix:
1700 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1701 Reported by Elias Pipping <pipping@exherbo.org>.
1702
60a0884e
G
17032011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1704
1705 * gnus.texi (Summary Mail Commands): Document
1706 `gnus-summary-reply-to-list-with-original'.
1707
0c7efc08
SM
17082011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1709
1710 * eshell.texi (Known problems): Fix typo.
1711
ea3596a2
MA
17122011-06-12 Michael Albinus <michael.albinus@gmx.de>
1713
0c7efc08 1714 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1715 (Password handling): `auth-source-debug' is good for debug messages.
1716
2da9c605
G
17172011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1718
1719 * gnus.texi (Store custom flags and keywords): Refer to
1720 `gnus-registry-article-marks-to-{chars,names}' instead of
1721 `gnus-registry-user-format-function-{M,M2}'.
1722
e61923c8
GM
17232011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1724
1725 * texinfo.tex: Merge from gnulib.
1726
627abcdd
TZ
17272011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1728
1729 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1730 (Store custom flags and keywords):
1731 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1732 `gnus-registry-user-format-function-M2'.
1733
a3c92bc1
EZ
17342011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1735
8f906c40 1736 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1737
85d870a9
GM
17382011-05-17 Glenn Morris <rgm@gnu.org>
1739
1740 * gnus.texi (Face): Fix typo.
1741
2cdee799
GM
17422011-05-14 Glenn Morris <rgm@gnu.org>
1743
1744 * dired-x.texi (Omitting Examples): Minor addition.
1745
79b70037
GM
17462011-05-10 Jim Meyering <meyering@redhat.com>
1747
1748 * ede.texi: Fix typo "or or -> or".
1749
a7111a62 17502011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1751
1752 * gnus.texi (Summary Buffer Lines):
1753 gnus-summary-user-date-format-alist does not exist.
1754 (Sorting the Summary Buffer): More about sorting threads.
1755
69026aba
MA
17562011-04-25 Michael Albinus <michael.albinus@gmx.de>
1757
1758 * trampver.texi: Update release number.
1759
9024ff79
MA
17602011-04-14 Michael Albinus <michael.albinus@gmx.de>
1761
1762 * tramp.texi (Frequently Asked Questions): New item for disabling
1763 Tramp in other packages.
1764
c3c65d73
TZ
17652011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1766
1767 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1768 (Fancy splitting to parent, Store arbitrary data):
1769 Updated gnus-registry docs.
c3c65d73 1770
9ec6a317
JB
17712011-04-13 Juanma Barranquero <lekktu@gmail.com>
1772
1773 * ede.texi: Fix typos.
1774
1e3b6001
G
17752011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1776
9ec6a317
JB
1777 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1778 It's @table @code.
1e3b6001 1779
a5954fa5
G
17802011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1781
ed9265fc 1782 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 1783
d71990a1
JB
17842011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1785
1786 * calc.texi (Logarithmic Units): Update the function names.
1787
1518e4f0
G
17882011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1789
1790 * message.texi (Various Commands): Document format specs in the
1791 ellipsis.
1792
a123622d
G
17932011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1794
1795 * message.texi (Insertion Variables): Document message-cite-style.
1796
17972011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1798
1799 * tramp.texi (Remote processes): New subsection "Running shell on
1800 a remote host".
1801
4248cca2
TZ
18022011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1803
1804 * auth.texi (Help for developers): Update docs to explain that the
1805 :save-function will only run the first time.
1806
54ce11a1
GM
18072011-03-12 Glenn Morris <rgm@gnu.org>
1808
1809 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1810 (emacs-faq.text): New target.
1811 (clean): Add emacs-faq.
1812
0c3b25f8
MA
18132011-03-12 Michael Albinus <michael.albinus@gmx.de>
1814
1815 Sync with Tramp 2.2.1.
1816
1817 * trampver.texi: Update release number.
1818
b740639e
GM
18192011-03-11 Glenn Morris <rgm@gnu.org>
1820
1821 * Makefile.in (HTML_TARGETS): New.
1822 (clean): Delete $HTML_TARGETS.
1823 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1824
733afdf4
TZ
18252011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1826
1827 * auth.texi (Help for developers): Show example of using
1828 `auth-source-search' with prompts and :save-function.
1829
33383987
JB
18302011-03-07 Chong Yidong <cyd@stupidchicken.com>
1831
1832 * Version 23.3 released.
1833
a5057546
G
18342011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1835
1836 * message.texi (Message Buffers): Update default value of
1837 message-generate-new-buffers.
1838
479a2c9b
JB
18392011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1840
1841 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1842 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1843 respectively.
05a29101
JB
1844 (Musical Notes): New section.
1845 (Customizing Calc): Mention the customizable variable
1846 calc-note-threshold.
479a2c9b 1847
e0535b76
GM
18482011-03-03 Glenn Morris <rgm@gnu.org>
1849
1850 * url.texi (Dealing with HTTP documents): Remove reference to
1851 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1852 (Configuration): Update url-configuration-directory description.
e0535b76 1853
2777ccbf
GM
18542011-03-02 Glenn Morris <rgm@gnu.org>
1855
1856 * dired-x.texi (Multiple Dired Directories): Remove mentions
1857 of dired-default-directory-alist and dired-default-directory.
1858 Move dired-smart-shell-command here...
1859 (Miscellaneous Commands): ... from here.
1860
257219bd
PE
18612011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1862
1863 * texinfo.tex: Update to version 2011-02-24.09.
1864
8889f4e2
GM
18652011-03-02 Glenn Morris <rgm@gnu.org>
1866
1867 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1868 instead of the obsoleted dired-omit-here-always.
1869
5d41af19
MA
18702011-02-28 Michael Albinus <michael.albinus@gmx.de>
1871
1872 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1873 supported systems.
1874
2b0c7330 18752011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1876
61cf3a76
GM
1877 * dbus.texi (Type Conversion): Grammar fix.
1878
cce7d530 18792011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1880
cce7d530
GM
1881 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1882 "Debian GNU/Linux".
51a13bdd 1883
cce7d530
GM
1884 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1885
817b48a7
GM
18862011-02-23 Glenn Morris <rgm@gnu.org>
1887
cce7d530
GM
1888 * dired-x.texi (Features): Minor rephrasing.
1889 (Local Variables): Fix typos.
47301027
GM
1890
1891 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1892 Standardize some Emacs/XEmacs terminology.
1893
817b48a7
GM
1894 * dired-x.texi (Features): Don't advertise obsolete local variables.
1895 Simplify layout.
1896 (Omitting Variables): Update local variables example.
1897 (Local Variables): Say this is obsolete. Fix description of
1898 dired-enable-local-variables possible values.
1899
4a3988d5
G
19002011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1901
1902 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1903 default now.
1904
8e22bee0
G
19052011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1906
1907 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1908
06b840e0
LI
19092011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1910
1911 * gnus.texi (Window Layout): Document layout names.
1912
67ab0163 19132011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1914
1915 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1916 * auth.texi: Sync @dircategory with ../../info/dir.
1917 * autotype.texi: Sync @dircategory with ../../info/dir.
1918 * calc.texi: Sync @dircategory with ../../info/dir.
1919 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1920 * cl.texi: Sync @dircategory with ../../info/dir.
1921 * dbus.texi: Sync @dircategory with ../../info/dir.
1922 * dired-x.texi: Sync @dircategory with ../../info/dir.
1923 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1924 * ede.texi: Sync @dircategory with ../../info/dir.
1925 * ediff.texi: Sync @dircategory with ../../info/dir.
1926 * edt.texi: Sync @dircategory with ../../info/dir.
1927 * eieio.texi: Sync @dircategory with ../../info/dir.
1928 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1929 * epa.texi: Sync @dircategory with ../../info/dir.
1930 * erc.texi: Sync @dircategory with ../../info/dir.
1931 * eshell.texi: Sync @dircategory with ../../info/dir.
1932 * eudc.texi: Sync @dircategory with ../../info/dir.
1933 * flymake.texi: Sync @dircategory with ../../info/dir.
1934 * forms.texi: Sync @dircategory with ../../info/dir.
1935 * gnus.texi: Sync @dircategory with ../../info/dir.
1936 * idlwave.texi: Sync @dircategory with ../../info/dir.
1937 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1938 * message.texi: Sync @dircategory with ../../info/dir.
1939 * mh-e.texi: Sync @dircategory with ../../info/dir.
1940 * newsticker.texi: Sync @dircategory with ../../info/dir.
1941 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1942 * org.texi: Sync @dircategory with ../../info/dir.
1943 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1944 * pgg.texi: Sync @dircategory with ../../info/dir.
1945 * rcirc.texi: Sync @dircategory with ../../info/dir.
1946 * reftex.texi: Sync @dircategory with ../../info/dir.
1947 * remember.texi: Sync @dircategory with ../../info/dir.
1948 * sasl.texi: Sync @dircategory with ../../info/dir.
1949 * sc.texi: Sync @dircategory with ../../info/dir.
1950 * semantic.texi: Sync @dircategory with ../../info/dir.
1951 * ses.texi: Sync @dircategory with ../../info/dir.
1952 * sieve.texi: Sync @dircategory with ../../info/dir.
1953 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1954 * speedbar.texi: Sync @dircategory with ../../info/dir.
1955 * trampver.texi [emacs]: Set emacsname to "Emacs".
1956 * tramp.texi: Sync @dircategory with ../../info/dir.
1957 * url.texi: Sync @dircategory with ../../info/dir.
1958 * vip.texi: Sync @dircategory with ../../info/dir.
1959 * viper.texi: Sync @dircategory with ../../info/dir.
1960 * widget.texi: Sync @dircategory with ../../info/dir.
1961 * woman.texi: Sync @dircategory with ../../info/dir.
1962
30abce25
GM
19632011-02-19 Glenn Morris <rgm@gnu.org>
1964
0c7efc08
SM
1965 * dired-x.texi (Technical Details): No longer redefines
1966 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1967 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1968
f31f8469
GM
19692011-02-18 Glenn Morris <rgm@gnu.org>
1970
1971 * dired-x.texi (Optional Installation File At Point): Simplify.
1972
35123c04
TZ
19732011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1974
1975 * auth.texi (Help for users): Use :port instead of :protocol for all
1976 auth-source docs.
7ba93e94
G
1977 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1978 to have two files in `auth-sources'.
35123c04 1979
da5e0ce4
GM
19802011-02-16 Glenn Morris <rgm@gnu.org>
1981
b322c9af
GM
1982 * dired-x.texi: Use emacsver.texi to get Emacs version.
1983 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1984 Depend on emacsver.texi.
1985
07ca5555
GM
1986 * dired-x.texi: Drop meaningless version number.
1987 (Introduction): Remove old info.
1988 (Optional Installation Dired Jump): Autoload from dired-x.
1989 Remove incorrect info about loaddefs.el.
1990 (Bugs): Just refer to M-x report-emacs-bug.
1991
da5e0ce4
GM
1992 * dired-x.texi (Multiple Dired Directories): Update for rename of
1993 default-directory-alist.
1994 (Miscellaneous Commands): No longer mention very old VM version 4.
1995
bb55f713
PE
19962011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1997
1998 Merge from gnulib.
1999 * texinfo.tex: Update to version 2011-02-14.11.
2000
5415d076
G
20012011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2002
da5e0ce4
GM
2003 * auth.texi (Help for users):
2004 Login collection is "Login" and not "login".
5415d076 2005
14029d4b
MA
20062011-02-13 Michael Albinus <michael.albinus@gmx.de>
2007
2008 * tramp.texi (History): Remove IMAP support.
2009 (External methods, Frequently Asked Questions): Remove `imap' and
2010 `imaps' methods.
2011 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
2012
2013 * trampver.texi: Remove default value of `emacsimap'.
2014
8a36c07f
GM
20152011-02-13 Glenn Morris <rgm@gnu.org>
2016
2017 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
2018 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
2019
165bc5a0
GM
20202011-02-12 Glenn Morris <rgm@gnu.org>
2021
2022 * sc.texi (Getting Connected): Remove old index entries.
2023
5415d076 20242011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
2025
2026 * url.texi: Remove duplicate @dircategory (Bug#7942).
2027
b8e0f0cd
G
20282011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
2029
8a36c07f
GM
2030 * auth.texi (Overview, Help for users, Help for developers):
2031 Update docs.
b8e0f0cd
G
2032 (Help for users): Talk about spaces.
2033
caf82551
PE
20342011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2035
2036 * texinfo.tex: Update to version 2011-02-07.16.
2037
1ff98217
MA
20382011-02-07 Michael Albinus <michael.albinus@gmx.de>
2039
2040 * dbus.texi (Bus names): Adapt descriptions for
2041 dbus-list-activatable-names and dbus-list-known-names.
2042
2e78df6b
JB
20432011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
2044
2045 * calc.texi (Logarithmic Units): New section.
2046
7fbf7cae
TZ
20472011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
2048
2049 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
2050 manuals use it now.
2051
0c7efc08 2052 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 2053
156ad271
KY
20542011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
2055
2056 * overrides.texi: Remove.
2057
2058 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2059 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2060
36539990
MA
20612011-02-05 Michael Albinus <michael.albinus@gmx.de>
2062
2063 * tramp.texi (Frequently Asked Questions): Mention problems with
2064 WinSSHD.
2065
2066 * trampver.texi: Update release number.
2067
20682011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
2069
2070 * tramp.texi:
2071 Replace "delimet" with "delimit" globally.
2072 Replace "explicite" with "explicit" globally.
2073 Replace "instead of" with "instead" where there was nothing after "of".
2074 Audit use of comma before interrogative pronoun, "that", or "which".
2075 Minor word order, spelling, wording changes.
2076
ec72bf63
G
20772011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2078
2079 * overrides.texi: New file to set or clear WEBHACKDEVEL.
2080
2081 * sieve.texi: Use WEBHACKDEVEL.
2082
2083 * sasl.texi: Use WEBHACKDEVEL.
2084
2085 * pgg.texi: Use WEBHACKDEVEL.
2086
2087 * message.texi: Use WEBHACKDEVEL.
2088
2089 * gnus.texi: Use WEBHACKDEVEL.
2090
2091 * emacs-mime.texi: Use WEBHACKDEVEL.
2092
2093 * auth.texi: Use WEBHACKDEVEL.
2094
2095 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2096 manuals.
2097
20982011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2099
2100 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2101
90b750f4
PE
21022011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2103
2104 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2105 which in turn is copied from ftp://tug.org/tex/.
2106
0e751a49
GM
21072011-02-03 Glenn Morris <rgm@gnu.org>
2108
2109 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2110 (Binding combinations of modifiers and function keys):
2111 Let's assume people reading this are not using Emacs 18.
2112
7f13c2e2
LI
21132011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2114
2115 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2116 since it's run automatically.
2117
d76c843e
LI
21182011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2119
2120 * gnus.texi (Customizing Articles): Fix typo.
2121
12e3ca0a
LI
21222011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2123
2124 * gnus.texi (Customizing Articles): Document the new way of customizing
2125 the date headers(s).
2126
fe72c8fa
LI
21272011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2128
2129 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2130 splitting example.
2131
bf3dae7e
EZ
21322011-01-29 Eli Zaretskii <eliz@gnu.org>
2133
2134 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2135 (MAKEINFO_OPTS): New variable.
2136 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2137 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2138 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2139 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2140 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2141 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2142 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2143 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2144 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2145 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2146 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2147 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2148 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2149 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2150 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2151 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2152 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2153 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2154
d6f13ac8
LI
21552011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2156
2157 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2158
c5ecc769
G
21592011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2160
2161 * message.texi (IDNA): Explain what it is.
2162
21632011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2164
2165 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2166
45eb2a5d
WL
21672011-01-23 Werner Lemberg <wl@gnu.org>
2168
2169 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2170 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2171 (ENVADD): Update.
45eb2a5d 2172
6872a814
GM
21732011-01-18 Glenn Morris <rgm@gnu.org>
2174
2175 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2176
77ab81d0 21772011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2178
2179 * nxml-mode.texi (Introduction): Fix file name typos.
2180
d221e780
CO
21812011-01-13 Christian Ohler <ohler@gnu.org>
2182
2183 * ert.texi: New file.
2184
2185 * Makefile.in:
2186 * makefile.w32-in: Add ert.texi.
2187
8c904d82
MA
21882011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2189
2190 * dbus.texi (Receiving Method Calls): New function
2191 dbus-register-service. Rearrange node.
2192
f56e0e7a
PE
21932011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2194
2195 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2196 which in turn is copied from ftp://tug.org/tex/.
2197
0fadf00e
MA
21982011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2199
2200 * dbus.texi (Receiving Method Calls): Describe new optional
2201 parameter dont-register-service of dbus-register-{method,property}.
2202
8b358e90
DU
22032010-12-17 Daiki Ueno <ueno@unixuser.org>
2204
0c7efc08
SM
2205 * epa.texi (Encrypting/decrypting *.gpg files):
2206 Mention epa-file-select-keys.
8b358e90 2207
549c9aed
G
22082010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2209
2210 * gnus.texi (Archived Messages): Remove outdated text.
2211
22122010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2213
0c7efc08 2214 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 2215
156e3f9c
G
22162010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2217
83f3eadc 2218 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 2219
8151d490
AC
22202010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2221
2222 * gnus.texi (The swish++ Engine): Add customizable parameters
2223 descriptions.
2224 (The swish-e Engine): Ditto.
2225
305bdd22
MA
22262010-12-14 Michael Albinus <michael.albinus@gmx.de>
2227
2228 * tramp.texi (Inline methods): Add "ksu" method.
2229 (Remote processes): Add example with remote `default-directory'.
2230
53aff12a
GM
22312010-12-14 Glenn Morris <rgm@gnu.org>
2232
2233 * faq.texi (Expanding aliases when sending mail):
2234 Now build-mail-aliases is interactive.
2235
8a1cdce5
AC
22362010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2237
2238 * gnus.texi: First pass at adding (rough) nnir documentation.
2239
7410c270
G
22402010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2241
53aff12a
GM
2242 * gnus.texi (Filtering New Groups):
2243 Mention gnus-auto-subscribed-categories.
2244 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
2245 removed.
2246
f49d1f52 22472010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
2248
2249 * cl.texi (For Clauses): Small fixes for frames and windows.
2250
acedf35c
CD
22512010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2252
2253 * org.texi (Using capture): Document using prefix arguments for
2254 finalizing capture.
2255 (Agenda commands): Document prefix argument for the bulk scatter
2256 command.
2257 (Beamer class export): Document that also overlay arguments can be
2258 passed to the column environment.
2259 (Template elements): Document the new entry type.
2260
22612010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2262
2263 * org.texi (Include files): Document :minlevel.
2264
22652010-12-11 Julien Danjou <julien@danjou.info>
2266
2267 * org.texi (Categories): Document category icons.
2268
22692010-12-11 Eric Schulte <schulte.eric@gmail.com>
2270
2271 * org.texi (noweb): Fix typo.
2272
516aa569
G
22732010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2274
2275 * gnus.texi (Server Commands): Point to the rest of the server
2276 commands.
2277
04db63bc
G
22782010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2279
2280 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2281 g'.
2282
ed797193
G
22832010-12-02 Julien Danjou <julien@danjou.info>
2284
2285 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2286
22872010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2288
2289 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2290 (Direct Functions): Note the STARTTLS upgrade.
2291
07976ae3 22922010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 2293 James Clark <none@example.com>
d3dfb185
GM
2294
2295 * nxml-mode.texi (Introduction): New section.
2296
59e75882
G
22972010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2298
2299 * gnus.texi (Server Commands): Document gnus-server-show-server.
2300
568a887f
MA
23012010-11-20 Michael Albinus <michael.albinus@gmx.de>
2302
2303 Sync with Tramp 2.2.0.
2304
2305 * trampver.texi: Update release number.
2306
1265829e
JB
23072010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2308
2309 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2310 Mention that the TeX specific units won't use the `tex' prefix
2311 in TeX mode.
2312
239661c0
KY
23132010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2314
2315 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2316
4a47c275 23172010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
2318
2319 * edt.texi: Remove information about Emacs 19.
2320
4a47c275 23212010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
2322
2323 * trampver.texi: Update release number.
2324
2f0e0dc8
KY
23252010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2326
2327 * gnus.texi (Article Washing): Fix typo.
2328
afe98dfa
CD
23292010-11-11 Noorul Islam <noorul@noorul.com>
2330
56f5a94e 2331 * org.texi: Fix typo.
afe98dfa
CD
2332
23332010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2334
2335 * org.texi (Using capture): Explain that refiling is
2336 sensitive to cursor position.
2337
23382010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2339
56f5a94e 2340 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
2341
23422010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2343
2344 * org.texi: Document the <c> cookie.
2345
23462010-11-11 Eric Schulte <schulte.eric@gmail.com>
2347
bd7239f5 2348 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 2349 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
2350
23512010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2352
56f5a94e 2353 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
2354
23552010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2356
56f5a94e 2357 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
2358
23592010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2360
2361 * org.texi (Setting up the staging area): Document that
2362 file names remain visible when encrypting the MobileOrg files.
2363
23642010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2365
2366 * org.texi (Setting up the staging area): Document which
2367 versions are needed for encryption.
2368
23692010-11-11 Eric Schulte <schulte.eric@gmail.com>
2370
56f5a94e
GM
2371 * org.texi (noweb): Update :noweb documentation to
2372 reflect the new "tangle" argument.
afe98dfa
CD
2373
23742010-11-11 Eric Schulte <schulte.eric@gmail.com>
2375
56f5a94e
GM
2376 * org.texi (Batch execution): Improve tangling script in
2377 documentation.
afe98dfa
CD
2378
23792010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2380
2381 * org.texi (Handling links):
2382 (In-buffer settings): Document inlining images on startup.
2383
23842010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2385
2386 * org.texi (Setting up the staging area): Document use of
2387 crypt password.
2388
23892010-11-11 David Maus <dmaus@ictsoc.de>
2390
56f5a94e 2391 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
2392
23932010-11-11 David Maus <dmaus@ictsoc.de>
2394
56f5a94e
GM
2395 * org.texi (Template expansion): Add mew in table for link type
2396 escapes.
afe98dfa
CD
2397
23982010-11-11 David Maus <dmaus@ictsoc.de>
2399
56f5a94e 2400 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
2401
24022010-11-11 Eric Schulte <schulte.eric@gmail.com>
2403
56f5a94e 2404 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
2405
24062010-11-11 Eric Schulte <schulte.eric@gmail.com>
2407
56f5a94e 2408 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
2409
24102010-11-11 Eric Schulte <schulte.eric@gmail.com>
2411
56f5a94e
GM
2412 * org.texi (Structure of code blocks):
2413 Update documentation to mention inline code block syntax.
afe98dfa
CD
2414
24152010-11-11 Eric Schulte <schulte.eric@gmail.com>
2416
56f5a94e 2417 * org.texi (comments): Improve wording.
afe98dfa
CD
2418
24192010-11-11 Eric Schulte <schulte.eric@gmail.com>
2420
56f5a94e 2421 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
2422
24232010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2424
2425 * org.texi (Installation): Remove the special
2426 installation instructions for XEmacs.
2427
24282010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2429
56f5a94e 2430 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
2431 insertion of empty structural elements.
2432
24332010-11-11 Noorul Islam <noorul@noorul.com>
2434
56f5a94e 2435 * org.texi: Fix doc.
afe98dfa
CD
2436
24372010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2438
2439 * org.texi (The date/time prompt): Document specification
2440 of time ranges.
2441
24422010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2443
2444 * org.texi (Internal links): Document the changes in
2445 internal links.
2446
24472010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2448
2449 * org.texi (Agenda commands): Document the limitation for
2450 the filter preset - it can only be used for an entire agenda
2451 view, not in an individual block in a block agenda.
2452
24532010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2454
2455 * org.texi (iCalendar export): Document alarm creation.
2456
6f8fc60c
MA
24572010-11-10 Michael Albinus <michael.albinus@gmx.de>
2458
2459 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2460
be3c11b3
LMI
24612010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2462
2463 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2464
d607b96b 24652010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 2466
d607b96b 2467 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 2468
181cb5fb
G
24692010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2470
2471 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2472 since that works by default.
2473
24742010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2475
2476 * gnus.texi (Customizing the IMAP Connection): Document
2477 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2478
36bc5d3b
MA
24792010-11-04 Michael Albinus <michael.albinus@gmx.de>
2480
2481 * tramp.texi (Remote shell setup): New item "Interactive shell
2482 prompt". Reported by Christian Millour <cm@abtela.com>.
2483 (Remote shell setup, Remote processes): Use @code{} for
2484 environment variables.
2485
cf503f7c
GM
24862010-11-03 Glenn Morris <rgm@gnu.org>
2487
537b04b9 2488 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 2489 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 2490
389b76fa
G
24912010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2492
2493 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2494
2699a554 24952010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
2496
2497 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2498
2699a554 24992010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
2500
2501 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2502
99e65b2d
G
25032010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2504
0c7efc08
SM
2505 * gnus.texi (Client-Side IMAP Splitting):
2506 Mention nnimap-unsplittable-articles.
99e65b2d
G
2507
25082010-10-29 Julien Danjou <julien@danjou.info>
2509
2510 * gnus.texi (Finding the News): Remove references to obsoletes
2511 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2512
aeeb3dcb
EZ
25132010-10-29 Eli Zaretskii <eliz@gnu.org>
2514
2515 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2516 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2517 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2518 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2519
8289f37b
GM
25202010-10-28 Glenn Morris <rgm@gnu.org>
2521
2522 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2523 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2524 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2525
d85d3b3a
DU
25262010-10-25 Daiki Ueno <ueno@unixuser.org>
2527
2528 * epa.texi (Mail-mode integration): Add alternative key bindings
2529 for epa-mail commands; escape comma.
c05c2b9b 2530 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 2531
9f534a47
JB
25322010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
2533
99e65b2d 2534 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 2535
5793a7bc 25362010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
2537
2538 * gnus.texi (Group Parameters, Buttons): Fix typos.
2539
280f417b
G
25402010-10-22 Tassilo Horn <tassilo@member.fsf.org>
2541
2542 * gnus.texi (Subscription Commands): Mention that you can also
2543 subscribe to new groups via the Server buffer, which is probably more
2544 convenient when subscribing to many groups.
2545
d806c872
G
25462010-10-21 Julien Danjou <julien@danjou.info>
2547
2548 * message.texi (Message Headers): Allow message-default-headers to be a
2549 function.
2550
d5798f68
LMI
25512010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2552
2553 * gnus-news.texi: Mention new archive defaults.
2554
b79bbef7
KY
25552010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2556
2557 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2558
2526f423
G
25592010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2560
2561 * gnus.texi (HTML): Document the function value of
2562 gnus-blocked-images.
2563 (Article Washing): shr and gnus-w3m, not the direct function names.
2564
ba91f05d
G
25652010-10-20 Julien Danjou <julien@danjou.info>
2566
2567 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2568 variable.
2569
da451787
LMI
25702010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2571
2572 * gnus.texi (Customizing the IMAP Connection): The port strings are
2573 strings.
c872595d 2574 (Document Groups): Mention git.
da451787 2575
7cad71ad
G
25762010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2577
2578 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2579 bzr/Gnus git sync.
2580
c56dfd36
EZ
25812010-10-15 Eli Zaretskii <eliz@gnu.org>
2582
2583 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2584 change.
2585
a1d16a7b
G
25862010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2587
2588 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2589 @item syntax for in-Emacs makeinfo.
2590
25912010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2592
2593 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2594 trim sentence.
2595
98e2b864
DU
25962010-10-12 Daiki Ueno <ueno@unixuser.org>
2597
2598 * epa.texi (Caching Passphrases):
0c7efc08
SM
2599 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2600 Clarify some configurations require to set up gpg-agent.
98e2b864 2601
c12e4a81
GM
26022010-10-11 Glenn Morris <rgm@gnu.org>
2603
2604 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2605
f7aa248a
G
26062010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2607
2608 * gnus.texi (Spam Package Introduction): Mention `$'.
2609
6513b232
EZ
26102010-10-09 Eli Zaretskii <eliz@gnu.org>
2611
2612 * makefile.w32-in (emacsdir): New variable.
2613 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2614 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2615
abd40fb4
GM
26162010-10-09 Glenn Morris <rgm@gnu.org>
2617
0f05450f
GM
2618 * Makefile.in (mostlyclean): Delete *.toc.
2619
d3a4ac46
GM
2620 * Makefile.in: Use $< in rules.
2621
aa9db089
GM
2622 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2623
abd40fb4
GM
2624 * Makefile.in ($(infodir)): Delete rule.
2625 (mkinfodir): New. Use it in all the info rules, rather than depending
2626 on infodir.
2627
ea274122
GM
26282010-10-09 Glenn Morris <rgm@gnu.org>
2629
6e90e2a8
GM
2630 * gnus.texi (Article Washing): Fix previous change.
2631
f7a31f11
GM
2632 * Makefile.in (emacsdir): New variable.
2633 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
2634 Depend on emacsver.texi.
2635
f7a31f11
GM
2636 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2637
ea274122
GM
2638 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2639
36d3245f
G
26402010-10-08 Julien Danjou <julien@danjou.info>
2641
f7a31f11 2642 * gnus.texi: Add mm-shr.
36d3245f
G
2643
26442010-10-08 Ludovic Courtès <ludo@gnu.org>
2645
2646 * gnus.texi (Finding the Parent, The Gnus Registry)
2647 (Registry Article Refer Method): Update docs for nnregistry.el.
2648
26492010-10-08 Daiki Ueno <ueno@unixuser.org>
2650
2651 * auth.texi (Help for users)
2652 (GnuPG and EasyPG Assistant Configuration): Update docs.
2653
12359245
GM
26542010-10-08 Glenn Morris <rgm@gnu.org>
2655
2656 * cl.texi (Organization, Installation, Old CL Compatibility):
2657 Deprecate cl-compat for new code.
4628bef1 2658 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
2659
2660 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2661
fcf2d385
KY
26622010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2663
2664 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2665
66627fa9
G
26662010-10-06 Julien Danjou <julien@danjou.info>
2667
fd9ba500
JD
2668 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2669
66627fa9
G
2670 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2671 broken link.
2672
2673 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2674
2675 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2676 to ReiserFS.
2677
2678 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2679 (FAQ 7-1): Fix getmail URL.
2680
65f54520
DU
26812010-10-06 Daiki Ueno <ueno@unixuser.org>
2682
2683 * epa.texi (Caching Passphrases): New section.
2684
4c83f6e1
GM
26852010-10-06 Glenn Morris <rgm@gnu.org>
2686
2687 * Makefile.in (SHELL): Set it.
2688 (info): Move the mkdir dependency to the individual info files.
2689 (mostlyclean): Tidy up.
2690 (clean): Only delete the specific dvi and pdf files.
2691 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 2692 ($(infodir)): Add parallel build workaround.
4c83f6e1 2693
71e691a5
G
26942010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2695
2696 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2697
a41c2e6d
G
26982010-10-03 Julien Danjou <julien@danjou.info>
2699
0c7efc08
SM
2700 * emacs-mime.texi (Display Customization):
2701 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
2702 mm-inline-large-images-proportion.
2703
37255945
MA
27042010-10-03 Michael Albinus <michael.albinus@gmx.de>
2705
0c7efc08
SM
2706 * tramp.texi (Frequently Asked Questions):
2707 Mention remote-file-name-inhibit-cache.
37255945 2708
11e4e7bd
LMI
27092010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2710
2711 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2712 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2713
cb83220a
KY
27142010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2715
0c7efc08
SM
2716 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2717 (Article Hiding): Add google banner example.
2718 Suggested by Benjamin Xu.
cb83220a 2719
6b958814
G
27202010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2721
0c7efc08
SM
2722 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2723 Remove nnimap-split-rule from examples.
6b958814
G
2724
27252010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2726
2727 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2728 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2729 Fishman.
2730 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2731
27322010-09-30 Julien Danjou <julien@danjou.info>
2733
2734 * gnus.texi (Gravatars): Fix documentation about
2735 gnu-gravatar-properties.
2736
b9476c04
DU
27372010-09-29 Daiki Ueno <ueno@unixuser.org>
2738
2739 * epa.texi (Bug Reports): New section.
2740
5f874327
GM
27412010-09-29 Glenn Morris <rgm@gnu.org>
2742
2743 * Makefile.in (top_srcdir): Remove unused variable.
2744
6b958814
G
27452010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2746
2747 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2748 (Client-Side IMAP Splitting): Document 'default.
2749
27502010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2751
0c7efc08
SM
2752 * gnus.texi (Customizing the IMAP Connection):
2753 Document nnimap-fetch-partial-articles.
6b958814 2754
82bccbfa
KY
27552010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2756
2757 * gnus-news.texi: Mention nnimap-inbox.
2758
2759 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2760
27612010-09-26 Julien Danjou <julien@danjou.info>
2762
47e08896 2763 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2764
27652010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2766
2767 * gnus.texi (Security): Remove gpg.el mention.
2768
27692010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2770
2771 * gnus.texi (Browse Foreign Server): New variable
2772 gnus-browse-subscribe-newsgroup-method.
2773
2774 * gnus-news.texi: Mention it.
2775
27762010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2777
0c7efc08 2778 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2779 (Startup Variables): No jingle.
2780
4c964351
UM
27812010-09-25 Ulrich Mueller <ulm@gentoo.org>
2782
2783 * woman.texi (Interface Options): xz compression is now supported.
2784
82bccbfa
KY
27852010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2786
2787 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2788 (Unavailable Servers): Document gnus-server-copy-server.
2789 (Using IMAP): Document the new nnimap.
2790
27912010-09-25 Julien Danjou <julien@danjou.info>
2792
47e08896 2793 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2794
18778f71
GM
27952010-09-24 Glenn Morris <rgm@gnu.org>
2796
2797 * url.texi (Disk Caching): Tweak previous change.
2798
9c766321
JD
27992010-09-24 Julien Danjou <julien@danjou.info>
2800
2801 * url.texi (Disk Caching): Mention url-cache-expire-time,
2802 url-cache-expired, and url-fetch-from-cache.
2803
82bccbfa
KY
28042010-09-24 Julien Danjou <julien@danjou.info>
2805
2806 * gnus.texi: Add Gravatars.
2807
28082010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2809
2810 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2811
592bdb9a
LMI
28122010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2813
2814 * gnus.texi (Expunging mailboxes): Update name of the expunging
2815 command.
2816
e4e22d29
KY
28172010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2818
2819 * emacs-mime.texi (rfc2047): Update description for
2820 rfc2047-encode-parameter.
2821
371d9801
MA
28222010-09-13 Michael Albinus <michael.albinus@gmx.de>
2823
2824 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2825 "fish" methods.
2826 (External methods): Remove "scp1_old" and "scp2_old" methods.
2827
31ae5827
MA
28282010-09-09 Michael Albinus <michael.albinus@gmx.de>
2829
2830 * tramp.texi: Remove Japanese manual. Fix typo.
2831
2832 * trampver.texi: Update release number. Remove japanesemanual.
2833
c0468714
GM
28342010-09-09 Glenn Morris <rgm@gnu.org>
2835
2836 * org.texi: Restore clobbered changes (copyright years, untabify).
2837
86441999
JD
28382010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2839
2840 * gnus.texi (Adaptive Scoring): Fix typo.
2841
25f28806
LMI
28422010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2843
2844 * gnus.texi (Article Display): Document gnus-html-show-images.
2845
45240125 28462010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2847
45240125
JD
2848 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2849
59d09f15
LMI
28502010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2851
2852 * gnus.texi (HTML): Document gnus-max-image-proportion.
2853
2cdd366f
KY
28542010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2855
51dee5ef
KY
2856 * gnus.texi (HTML): Document gnus-blocked-images.
2857
2cdd366f
KY
2858 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2859
b0e4f3fc
KY
28602010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2861
2862 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2863 the first message are used for wide replies.
f02566ce
KY
2864 (Changing Servers): Remove documentation on gnus-change-server and
2865 friends, since it's been removed.
b0e4f3fc 2866
598451ed
KY
28672010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2868
2869 * gnus.texi (Drafts): Mention B DEL.
2870
e7842e69
KY
28712010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2872
2873 * gnus.texi (Delayed Articles): Mention that the Date header is the
2874 original one, even if you delay.
2875
85115796
KY
28762010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2877
0c7efc08
SM
2878 * gnus.texi (Asynchronous Fetching):
2879 Document gnus-async-post-fetch-function.
85115796
KY
2880 (HTML): Made into its own section.
2881
f0b44bc0
MA
28822010-08-26 Michael Albinus <michael.albinus@gmx.de>
2883
2884 Sync with Tramp 2.1.19.
2885
217876c9 2886 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2887 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2888 Remove remark about doubled "-t" argument.
217876c9
MA
2889 (Auto-save and Backup): Remove reference to Emacs 21.
2890 (Filename Syntax): Describe port numbers.
2891 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2892 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2893 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2894 errors with the backquotes.
2895 (External packages): File attributes cache flushing for asynchronous
2896 processes.
2897 (Traces and Profiles): Describe verbose level 9.
2898
f0b44bc0
MA
2899 * trampver.texi: Update release number.
2900
7457f7b6
MA
29012010-08-23 Michael Albinus <michael.albinus@gmx.de>
2902
2903 * dbus.texi (Alternative Buses): New chapter.
2904
b695beda
SM
29052010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2906
2907 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2908
443c2c03
JB
29092010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2910
2911 * calc.texi (Customizing Calc): Rearrange description of new
2912 variables to match the presentation of other variables.
2913
7815fe19 29142010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2915
2916 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2917
2c695727
JB
29182010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2919
2920 * calc.texi (Making Selections, Selecting Subformulas)
2921 (Customizing Calc): Mention how to use faces to emphasize selected
2922 sub-formulas.
2923
bbb6ffa1
MA
29242010-08-05 Michael Albinus <michael.albinus@gmx.de>
2925
2926 * tramp.texi (External packages): File attributes cache flushing
2927 for asynchronous processes.
2928
5cee0a9c
AM
29292010-08-01 Alan Mackenzie <acm@muc.de>
2930
2931 Enhance the manual for the latest Java Mode.
2932
2933 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2934 annotation-var-cont.
2935 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2936 two new symbols.
2937
3f2afe32
MA
29382010-07-28 Michael Albinus <michael.albinus@gmx.de>
2939
2940 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2941
0ed082fe 29422010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2943
2944 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2945
311f0356
JB
29462010-07-19 Juanma Barranquero <lekktu@gmail.com>
2947
2948 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2949
86fbb8ca
CD
29502010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2951
2952 * org.texi: Add macros to get plain quotes in PDF output.
2953 List additional contributors.
2954 (Capture): New section, replaces the section about remember.
2955 (Working With Source Code): New chapter, focused on documenting Org
2956 Babel.
2957 (Code evaluation security): New section.
2958 (MobileOrg): Document DropBox support.
2959 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2960 (Special symbols): Show how to display UTF8 characters for entities.
2961 (Global TODO list): Clarify the use of the "M" key and the differences
2962 to the "m" key.
2963 (RSS Feeds): Mention Atom feeds as well.
2964 (Setting tags): Remove paragraph about
2965 `org-complete-tags-always-offer-all-agenda-tags'.
2966
5732e8ed
MA
29672010-07-17 Michael Albinus <michael.albinus@gmx.de>
2968
2969 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2970 argument.
2971 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2972 echoing shells.
2973
ca1bb391
MA
29742010-07-10 Michael Albinus <michael.albinus@gmx.de>
2975
2976 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2977 (Filename Syntax): Describe port numbers.
2978
5bd55c3c
MA
29792010-07-09 Michael Albinus <michael.albinus@gmx.de>
2980
2981 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2982 forgotten.
2983 (Type Conversion): Precise conversion of natural numbers.
2984 (Errors and Events): Add "debugging" to concept index. Add variable
2985 `dbus-debug'.
2986
820ae8fe
MA
29872010-07-04 Michael Albinus <michael.albinus@gmx.de>
2988
2989 * dbus.texi (Receiving Method Calls): Add optional argument
2990 EMITS-SIGNAL to `dbus-register-property'.
2991
b6f9df0f
JB
29922010-06-27 Alex Schroeder <alex@gnu.org>
2993
2994 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2995
62e034c2
GM
29962010-06-24 Glenn Morris <rgm@gnu.org>
2997
2998 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2999 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
3000 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3001 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
3002 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
3003 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
3004 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
3005 * woman.texi: Start direntry descriptions in column 32, per Texinfo
3006 convention. Make them end with a period.
3007
9360256a
GM
30082010-06-23 Glenn Morris <rgm@gnu.org>
3009
3010 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
3011 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
3012 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
3013 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
3014 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
3015 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 3016
04d3bb6c
GM
30172010-06-10 Glenn Morris <rgm@gnu.org>
3018
3019 * idlwave.texi (Load-Path Shadows):
3020 * org.texi (Handling links): Fix typos.
3021
5e7d4a75
KY
30222010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
3023
3024 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
3025
9841cb4f
MA
30262010-05-26 Michael Albinus <michael.albinus@gmx.de>
3027
3028 * eshell.texi (Built-ins): Describe, how to disable a built-in command
3029 by an alias. (Bug#6226)
3030
597517ef
JB
30312010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
3032
3033 * calc.texi (Manipulating Vectors): Mention that vectors can
3034 be used to determine bins for `calc-histogram'.
3035
14914c43
JB
30362010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
3037
597517ef 3038 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 3039
0235128c 30402010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
3041
3042 * url.texi (HTTP language/coding, Customization):
3043 * message.texi (Header Commands, Responses):
3044 * cl.texi (Argument Lists): Fix typos.
3045
0235128c 30462010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 3047
0235128c
SM
3048 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
3049 Note that Development menu is always available.
aa5789b5
CY
3050 (Creating a project): Fix terminology.
3051 (Add/Remove files): Fix typo.
3052
0235128c
SM
30532010-05-07 Chong Yidong <cyd@stupidchicken.com>
3054
3055 * Version 23.2 released.
3056
a628ad9d 30572010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
3058
3059 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3060
502269d6
MA
30612010-05-01 Michael Albinus <michael.albinus@gmx.de>
3062
0235128c
SM
3063 * tramp.texi (Inline methods, Default Method):
3064 Mention `tramp-inline-compress-start-size'.
502269d6 3065
6e104790 30662010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
3067
3068 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3069 the CVS repo. Put the Git repo in the news section.
3070
6e104790 3071 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
3072 Removed some mentions of CVS. Mention the new Git repo.
3073
6e104790 30742010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
3075
3076 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
3077 (Mail Group Commands): Add index entry.
3078
6e104790 30792010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
3080
3081 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3082
f8b91752
JB
30832010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3084
3085 * calc.texi (Radix modes): Mention that the option prefix will
3086 turn on twos-complement mode.
3087 (Inverse and Hyperbolic Flags): Mention the Option flag.
3088
ed21c5c8
CD
30892010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3090
3091 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 3092 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
3093 (Sectioning structure): Update.
3094 (References): New use case for field coordinates.
6e104790 3095 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
3096 (Setting up the staging area): Document the availability of
3097 encryption for MobileOrg.
3098 (Images and tables): Document how to reference labels.
3099 (Index entries): New section.
3100 (Generating an index): New section.
3101 (Column width and alignment): Document that <N> now
3102 means a fixed width, not a maximum width.
3103 (Publishing options): Document the :email option.
3104 (Beamer class export): Fix bug in the BEAMER example.
3105 (Refiling notes): Document refile logging.
3106 (In-buffer settings): Document refile logging keywords.
3107 (Drawers): Document `C-c C-z' command.
3108 (Agenda commands): Mention the alternative key `C-c C-z'.
3109 (Special properties): Document the BLOCKED property.
3110 (The spreadsheet): Mention the formula editor.
3111 (References): Document field coordinates.
3112 (Publishing action): Correct the documentation for the
3113 publishing function.
3114 (The date/time prompt): Document that we accept dates
3115 like month/day/year.
3116 (Cooperation): Document the changes in table.el support.
3117 (Faces for TODO keywords, Faces for TODO keywords)
3118 (Priorities): Document the easy colors.
3119 (Visibility cycling): Document the new double prefix
3120 arg for `org-reveal'.
3121 (Cooperation): Remember.el is part of Emacs.
3122 (Clean view): Mention that `wrap-prefix' is also set by
3123 org-indent-mode.
3124 (Agenda commands): Add information about prefix args to
3125 scheduling and deadline commands.
3126 (Search view): Point to the docstring of
3127 `org-search-view' for more details.
6e104790 3128 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3129 (Setting tags): Document variable
3130 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3131 (Column attributes): Cross-reference special properties.
ed21c5c8 3132
456b348e
MA
31332010-04-10 Michael Albinus <michael.albinus@gmx.de>
3134
3135 Synchronize with Tramp repository.
3136
3137 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3138 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3139 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3140 syntax, texi2dvi reports errors with the backquotes.
3141
3142 * trampver.texi: Update release number.
3143
357e2d8e
KY
31442010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3145
3146 * gnus.texi (Finding the News): Add pointers to the Server buffer
3147 because it's essential.
3148
1d4d7664
KY
31492010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3150
3151 * gnus.texi (MIME Commands): Update description of
3152 gnus-article-browse-html-article.
3153
bd3e840f
KY
31542010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3155
3156 * auth.texi (Secret Service API): Add TODO node.
3157 (Help for users): Explain the new source options for `auth-sources'.
3158
e867cb5d 31592010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3160
3161 * trampver.texi: Update release number.
3162
288f9fc0
CY
31632010-03-10 Chong Yidong <cyd@stupidchicken.com>
3164
3165 * Branch for 23.2.
3166
d99aaebd
CY
31672010-03-03 Chong Yidong <cyd@stupidchicken.com>
3168
3169 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3170 now enabled by default.
3171
5794c2a5
MA
31722010-02-28 Michael Albinus <michael.albinus@gmx.de>
3173
3174 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3175 when Emacs runs in interactive mode. (Bug#5645)
3176
40572be6
GM
31772010-02-16 Glenn Morris <rgm@gnu.org>
3178
3179 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3180
7bb8ed67
MH
31812010-02-05 Mark A. Hershberger <mah@everybody.org>
3182
3183 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3184
45a1423d 31852010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3186
3187 * gnus.texi (Score File Format): Fix typo.
3188
45a1423d 31892010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3190
3191 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3192
14f17fc8
JB
31932010-01-18 Juanma Barranquero <lekktu@gmail.com>
3194
3195 * ada-mode.texi (Project File Overview): Fix typo.
3196
607d4369
CY
31972010-01-17 Chong Yidong <cyd@stupidchicken.com>
3198
3199 * semantic.texi: Add Richard Y. Kim credit.
3200
3201 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3202
3d1bfa99
MA
32032010-01-17 Michael Albinus <michael.albinus@gmx.de>
3204
3205 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 3206 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 3207
6fbf7a75
GM
32082010-01-17 Glenn Morris <rgm@gnu.org>
3209
b9f978f0
GM
3210 * calc.texi (Reporting Bugs): Don't mention format of repository.
3211
f19bc38d
GM
3212 * woman.texi (Bugs): Make "Emacs repository" less specific,
3213 and the URL for same more specific.
3214
6fbf7a75
GM
3215 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3216
16c3428a
JB
32172010-01-17 Juanma Barranquero <lekktu@gmail.com>
3218
3219 * ede.texi (ede-step-project, ede-proj-target):
3220 * tramp.texi (Remote processes): Fix typos.
3221
045b9da7
ML
32222010-01-16 Mario Lang <mlang@delysid.org>
3223
3224 * ede.texi (ede-target):
3225 * org.texi (Refiling notes): Remove duplicated words.
3226
c57008f6
SM
32272010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3228
3229 * gnus.texi (Posting Styles): Use with-current-buffer.
3230 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3231
798c9eb5
KR
32322010-01-02 Kevin Ryde <user42@zip.com.au>
3233
3234 * eieio.texi (Naming Conventions): Correction to xref on elisp
3235 coding conventions, is "Tips" node not "Standards".
3236
4970fbfe
CY
32372009-12-24 Chong Yidong <cyd@stupidchicken.com>
3238
3239 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3240
3241 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3242
83828b06
KY
32432009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3244
3245 * gnus.texi (Direct Functions): Add missing port number to tls method.
3246
45a4a565
JB
32472009-12-15 Juanma Barranquero <lekktu@gmail.com>
3248
3249 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3250 ($(infodir)/edt, edt.dvi): New targets.
3251
698bfef7
GM
32522009-12-15 Glenn Morris <rgm@gnu.org>
3253
3254 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3255 (edt, $(infodir)/edt, edt.dvi): New targets.
3256 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3257
3258 * Makefile.in (PDF_TARGETS, pdf): New.
3259 (clean): Add *.pdf.
3260 Add pdf rules for all manuals.
3261
0e983327
JB
32622009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3263
3264 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3265
8e687433
CY
32662009-12-14 Chong Yidong <cyd@stupidchicken.com>
3267
3268 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3269 (Smart Jump, Analyzer Debug): Copyedits.
3270 (Semantic mode user commands): Link to new nodes.
3271 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3272 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3273 upstream Semantic manual.
3274
3275 * semantic.texi (Introduction): Minor fix to diagram.
3276
020335df
MA
32772009-12-09 Michael Albinus <michael.albinus@gmx.de>
3278
3279 * eshell.texi (History): Add the other built-in variables.
3280 (Built-ins): Explain built-ins, and how to apply the external commands.
3281 Add `history', `su' and `sudo'.
3282
3283 * tramp.texi (Remote processes): Add missing <RET> in the example.
3284
6ddf13e4
BW
32852009-12-01 Bill Wohler <wohler@newt.com>
3286
3287 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 3288 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
3289 excessively garrulous.
3290
07b6428c
MA
32912009-11-29 Michael Albinus <michael.albinus@gmx.de>
3292
3293 * tramp.texi (Remote processes): Improve eshell example with "su"
3294 and "sudo" commands.
3295
fd1cefda
CY
32962009-11-28 Chong Yidong <cyd@stupidchicken.com>
3297
3298 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3299
3300 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3301 Document semantic-complete-analyze-inline.
3302 (Semanticdb search debugging commands): Minor clarification.
3303 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 3304 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 3305 manual.
9d542758 3306 (Semantic mode): Link to Idle Scheduler.
fd1cefda 3307
159e3ad5
KR
33082009-11-28 Kevin Ryde <user42@zip.com.au>
3309
3310 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 3311 @pxref, now EIEIO is in Emacs.
159e3ad5 3312
c6d47315
KR
3313 * erc.texi (Development): Correction to git tutorial url.
3314
16f6287e
GM
33152009-11-26 Glenn Morris <rgm@gnu.org>
3316
3317 * faq.texi (Latest version of Emacs): Mention stability of development
3318 version.
3319 (Problems with very large files): Max buffer size increase in 23.2.
3320 (VM): VM has moved house again.
3321
5ea5dbc9
JB
33222009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3323
3324 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3325 notations.
3326
5dec9555
CD
33272009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3328
45a4a565 3329 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 3330
bd6f6833
CY
33312009-11-20 Chong Yidong <cyd@stupidchicken.com>
3332
3333 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
3334 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3335 (Idle Completions Mode): Numerous copyedits.
bd6f6833 3336
be479117
JB
33372009-11-17 Juanma Barranquero <lekktu@gmail.com>
3338
3339 * semantic.texi (Semantic Internals, Glossary):
3340 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3341 (Semanticdb search debugging commands): Fix typos.
3342
17291a1f
JB
33432009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3344
be479117 3345 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 3346
af42a9cc
JB
33472009-11-16 Juanma Barranquero <lekktu@gmail.com>
3348
3349 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3350 ($(infodir)/semantic, semantic.dvi): New targets.
3351
3149927d
CY
33522009-11-16 Chong Yidong <cyd@stupidchicken.com>
3353
3354 * Makefile.in: Build the Semantic manual.
3355
3356 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3357 repository.
3358
977640ed
MA
33592009-11-16 Michael Albinus <michael.albinus@gmx.de>
3360
3361 * dbus.texi (Receiving Method Calls): New defun
3362 `dbus-unregister-service'.
3363
17673adf
CD
33642009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3365
3366 * org.texi (Speed keys): New section.
3367
0ecd3c90
MA
33682009-11-13 Michael Albinus <michael.albinus@gmx.de>
3369
3370 * dbus.texi (Type Conversion): Fix typo.
3371 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3372 `dbus-registered-objects-table'.
0c7efc08
SM
3373 (Receiving Method Calls): New defun `dbus-register-property'.
3374 Move `dbus-unregister-object' here.
0ecd3c90 3375
8bfe682a
CD
33762009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3377
3378 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3379
33802009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3381
3382 * org.texi (Column attributes): Add the new age summary operators.
3383 Also, mention the fact you can only use one summary operator per
3384 property.
3385
33862009-11-13 John Wiegley <johnw@newartisans.com>
3387
0c7efc08 3388 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 3389 manual about how to track habits.
0c7efc08 3390 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
3391 dangling clocks are resolved.
3392
33932009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3394
3395 * org.texi (Agenda commands): Document the new `i' command.
3396 (Inserting deadline/schedule): Document logging changes
3397 of scheduling and deadline times stamps.
3398 (In-buffer settings): Document the in-buffer keywords for logging
3399 changes of scheduling and deadline times stamps.
3400 (Structure editing, Plain lists): Document indentation
3401 cycling in empty entries with TAB.
3402 (Archiving): Document the default archiving command.
3403 (Moving subtrees): Document the new keys for archiving.
3404 (Internal archiving): Fix incorrect key.
3405 (Agenda commands): Document the TODO set switching commands.
3406 (Agenda commands): Document the new archiving keys.
3407 (Clocking work time): Better description on how to save
3408 and restore a clock.
3409 (Resolving idle time): Mention the x11idle program to get true
3410 idleness also under X11.
3411 (Resolving idle time): Use @kbd instead of @key for normal
3412 letters, because this is how he rest of the manual does this.
3413 (Pushing to MobileOrg): Mention that `org-directory'
3414 should be set.
3415 (Agenda commands): Document that SPC is a filter for
3416 any tag.
0c7efc08 3417 (Search view): Rename from "Keyword search".
8bfe682a
CD
3418 (Capure): New chapter.
3419 (Markup): New chapter.
0c7efc08
SM
3420 (Links in HTML export, Images in HTML export):
3421 Extend the section titles.
8bfe682a
CD
3422 (Images in HTML export): Document the align option.
3423 (Text areas in HTML export): Extend the section title.
3424 (Images in LaTeX export): Explain image placement in LaTeX.
3425
693737cd
GM
34262009-11-10 Glenn Morris <rgm@gnu.org>
3427
3428 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3429
c7bd4ebe
MA
34302009-11-08 Michael Albinus <michael.albinus@gmx.de>
3431
3432 * tramp.texi (Auto-save and Backup): Disable backups just for a
3433 method.
3434
3435 * trampver.texi: Update release number.
3436
76c5acad
MA
34372009-11-07 Michael Albinus <michael.albinus@gmx.de>
3438
3439 Sync with Tramp 2.1.17.
3440
3441 * trampver.texi: Update release number.
3442
d9a57abf
GM
34432009-10-29 Glenn Morris <rgm@gnu.org>
3444
3445 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3446
637f4f0f
MA
34472009-10-23 Michael Albinus <michael.albinus@gmx.de>
3448
3449 * tramp.texi (External methods): Temporary files are kept for
3450 `rsync' and `rsyncc' methods.
3451
310dbb05
JB
34522009-10-09 Juanma Barranquero <lekktu@gmail.com>
3453
3454 * eieio.texi: Fix typos.
3455
09094f28
CY
34562009-10-07 Chong Yidong <cyd@stupidchicken.com>
3457
3458 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3459
216f299a
JB
34602009-10-07 Juanma Barranquero <lekktu@gmail.com>
3461
3462 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3463 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3464
966a6506
CY
34652009-10-07 Chong Yidong <cyd@stupidchicken.com>
3466
3467 * Makefile.in: Build EIEIO and EDE manuals.
3468
34692009-10-07 Eric Ludlam <zappo@gnu.org>
3470
3471 * eieio.texi:
3472 * ede.texi: New files.
3473
8842cd9b
MA
34742009-10-05 Michael Albinus <michael.albinus@gmx.de>
3475
3476 * tramp.texi (Remote processes): Association of a pty is not supported.
3477
7006d207
CD
34782009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3479
3480 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3481 (Processing LaTeX fragments): Document that the size of images can be
3482 changes using the variable `org-format-latex-options'.
3483 (The date/time prompt, Timestamps): Be more accurate over ISO format
3484 dates and times.
3485 (Visibility cycling): Document showeverything keyword.
3486 (In-buffer settings): Document showeverything keyword.
3487 (Setting up the staging area): Fix the example.
3488 (MobileOrg): New section.
3489 (Agenda commands, Exporting Agenda Views): Document exporting the
3490 agenda view to Org files.
3491
0e7b2867
MA
34922009-09-28 Michael Albinus <michael.albinus@gmx.de>
3493
3494 * tramp.texi (History): Add IMAP support.
3495 (External methods): Add `imap' and `imaps' methods.
3496 (GVFS based methods): Add indices for `davs'.
3497 (Password handling): Rename anchors. Add IMAP entries for
3498 ~/.authinfo.gpg.
3499
3500 * trampver.texi: Set default value of `emacsimap'.
3501
4146636e
KY
35022009-09-22 Daiki Ueno <ueno@unixuser.org>
3503
3504 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3505
d22f7ffa
CY
35062009-09-13 Chong Yidong <cyd@stupidchicken.com>
3507
0c7efc08
SM
3508 * dired-x.texi (Technical Details):
3509 Delete dired-up-directory (Bug#4292).
d22f7ffa 3510
66043531
MA
35112009-09-03 Michael Albinus <michael.albinus@gmx.de>
3512
216f299a 3513 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 3514
6eb02347
CD
35152009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3516
3517 * org.texi (Effort estimates): Document new effort setting commands.
3518 (Agenda commands): Document the new keys fro agenda time motion.
3519 Document entry text mode. Improve documentation of the keys to include
3520 inactive time stamps into the agenda view.
3521 (Feedback): Document the new bug report command.
0c7efc08 3522 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 3523
38dc51ba
KY
35242009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3525
3526 * auth.texi (Help for users): Corrected markup.
3527
e402f452
GM
35282009-09-02 Glenn Morris <rgm@gnu.org>
3529
3530 * emacs-mime.texi (time-date): Mention float-time.
3531
744256cf
JB
35322009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
3533
3534 * calc.texi (Simplifying Formulas): Improve the wording.
3535
b0b63450
MB
35362009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
3537
3538 * auth.texi: Rewritten for coverage and clarity.
3539
35402009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3541
0c7efc08
SM
3542 * gnus.texi (Expiring Mail):
3543 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
3544 (Various Various): Mention gnus-safe-html-newsgroups.
3545
3546 * gnus-news.texi: Mention
3547 gnus-mark-copied-or-moved-articles-as-expirable.
3548
3549 * emacs-mime.texi (Display Customization): Add xref to
3550 gnus-safe-html-newsgroups.
3551
b59329e0
MA
35522009-08-28 Michael Albinus <michael.albinus@gmx.de>
3553
3554 * tramp.texi (Version Control): Remove.
af42a9cc 3555 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
3556 reference.
3557 (External methods): Correct `scpc' concept index entries. New method
3558 `rsyncc'.
3559 (External packages): New subsections "Filename completion" and "File
3560 attributes cache".
3561
0ff2d6c2
JB
35622009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
3563
3564 * calc.texi (Rewrite Rules): Improve the example.
3565 (Simplifying Formulas): Explain use of the I and H flags for
3566 simplification.
3567
ecd3d54f
MA
35682009-08-25 Michael Albinus <michael.albinus@gmx.de>
3569
3570 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 3571 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
3572 (Synchronous Methods, Asynchronous Methods): Use English numeric format
3573 for timeout values.
78176e69
MA
3574 (Top): Remove footnote saying D-Bus is not enabled by
3575 default. (Bug#4256)
ecd3d54f 3576
0f215bca
DU
35772009-08-23 Daiki Ueno <ueno@unixuser.org>
3578
3579 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 3580 Reported by Jari Aalto (Bug#4211).
0f215bca 3581 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 3582 epa-global-mail-mode.
3b7ab45f
DU
3583 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3584 epa-setup.
0f215bca 3585
4f22e84d
MA
35862009-08-16 Michael Albinus <michael.albinus@gmx.de>
3587
3588 * dbus.texi (Asynchronous Methods): Allow nil handler.
3589
9ff0b02b 35902009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 3591
26b03ee3 3592 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 3593
26b03ee3 3594 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 3595
4c39f404
CY
35962009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3597
3598 * calc.texi (Date Forms): Fix typos.
3599
3bcfba17
GM
36002009-08-08 Glenn Morris <rgm@gnu.org>
3601
3602 * org.texi (Agenda commands): Restore clobbered change.
3603
66783bb4
EZ
36042009-08-07 Eli Zaretskii <eliz@gnu.org>
3605
3606 * calc.texi (Graphics, Devices): Update with the peculiarities of
3607 operation on MS-Windows.
3608
c8d0cf5c
CD
36092009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3610
3611 * org.texi (Publishing action): Improve documentation of file
3612 names when publishing to the source directory.
3613 (Clean view): Document `org-indent-mode'.
3614 (Clocking work time): Add documentation for the
3615 new :timetamp option when creating a clock report.
3616 (Paragraphs): Fix many typos.
3617 (Plain lists): Remove duplicate explanation about the
3618 `C-c *' command.
3619 (Literal examples): Update to reflect the new behavior
3620 of the -n -r -k switches when exporting source code examples.
3621 (Structure editing): Add information about `C-c *',
3622 converting a plain list into a list of Org items.
3623 (Remember): Small rephrasing of the paragraph
3624 describing remember.el. Also mentioned that remember.el is part
3625 of Emacs 23, not Emacs 22.
3626 (Clocking work time): Add documentation about
3627 displaying the current clocking time against the effort estimate.
3628 Also add a footnote about using `org-clock-in-prepare-hook' to add
3629 an effort estimate on the fly, just before clocking it.
3630 (Footnotes): Document automatic renumbering and
3631 sorting.
3632 (Agenda commands): Document new bulk commands.
3633 (Plain lists): Document new behavior of
3634 `org-cycle-include-plain-lists'.
4e2af782 3635 Hyphenation only in TeX.
c8d0cf5c
CD
3636 (Clocking work time): Document the key to update effort
3637 estimates.
3638 (Clocking work time): Document the clock time display.
3639 (Structure editing, TODO basics): Document new
3640 variables.
3641 (Column attributes): Document new colciew operators.
3642 (Publishing options): Document :xml-declaration.
3643 (Tracking TODO state changes): Document the
3644 LOG_INTO_DRAWER property.
3645 (Literal examples): Document the new implementation for
3646 editing source code.
3647 (Publishing action): Mention the new publishing
3648 function, to publish an Org source file.
3649 (Publishing links): Mention how to link to an Org source file.
3650 (Macro replacement): Document new macros.
3651 (Handling links): Document type-specific completion
3652 when inserting links.
3653 (Structure editing, Plain lists): Improve documentation
3654 on sorting.
3655 (Internal links): Document custom ids for links.
3656 (Handling links): Document custom ids for links.
3657 (CSS support): Document new class.
3658 (Refiling notes): Document the possibility to create new nodes
3659 during refiling.
3660 (Agenda commands): Document the "?" operator to find
3661 tasks without effort setting.
3662 (Exporting agenda information): Section moved.
3663 (RSS Feeds): New section.
3664 (Built-in table editor): Document M-e and M-a navigate
3665 inside table field.
3666 (Stuck projects): Docment that projects identified as
3667 un-stuck will still be searchd for stuck sub-projects.
3668 (Paragraphs): Document centering.
3669 (Creating timestamps, Agenda commands): Document new
3670 behavior when changing time stamps.
3671 (Structure editing): Document the new command
3672 `org-clone-subtree-with-time-shift'.
3673 (Publishing): Refresh this chapter.
3674 (Export options, Export options, In-buffer settings):
3675 Document the new keywords.
3676 (Matching tags and properties): Collect all
3677 documentation about tags/property matches here.
3678 (Setting tags): Document `org-tag-persistent-alist'.
3679 (Weekly/daily agenda): New section.
3680 (Orgstruct mode): Describe `orgstruct++-mode'.
3681 (Drawers): Mention the LOGBOOK drawer.
3682 (Export options, Sectioning structure): Document the
3683 #+LEATEX_HEADER in-buffer setting.
3684 (Bugs): Section removed.
3685 (Hooks): New section.
0c7efc08 3686 (Add-on packages): Move here from old location.
c8d0cf5c
CD
3687 (Context-sensitive commands): New section.
3688 (Setting tags): Document newline option.
3689 (Global TODO list, Matching tags and properties):
3690 Mention more variables.
3691 (Checkboxes): Update to changed command behavior.
81a5560e 3692
40d2791f
CY
36932009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3694
3695 * speedbar.texi (Basic Key Bindings): Fix typo.
3696
65d0154b
JB
36972009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3698
3699 * calc.texi (Vector/Matrix Functions): Add index entries for both
3700 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3701 affects matrices with more than one row.
b5bdfd9f 3702 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 3703
5a9e3ab7
JB
37042009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3705
3706 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 3707 `calc-transpose-lines'.
5a9e3ab7 3708
42fb7e61
MA
37092009-07-27 Michael Albinus <michael.albinus@gmx.de>
3710
3711 * dbus.texi (Receiving Method Calls): Describe special return value
3712 `:ignore'.
3713
574b69d5
AM
37142009-07-24 Alan Mackenzie <acm@muc.de>
3715
3716 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3717 initialization, any individual variable setting now takes precedence
3718 over one done via c-file-style/c-file-offsets.
3719
ec06459c
JB
37202009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3721
3722 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3723 truncated when Calc is quit.
3724 (Customizing Calc): Document `calc-undo-length'.
3725
4ce54f6b
CY
37262009-07-20 Chong Yidong <cyd@stupidchicken.com>
3727
3728 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3729
0e4f8ba5
GM
37302009-07-11 Kevin Ryde <user42@zip.com.au>
3731
3732 * pcl-cvs.texi (About PCL-CVS):
3733 * widget.texi (Basic Types):
3734 Fix cross-references.
3735
fa0f81b0
AS
37362009-07-01 Andreas Schwab <aschwab@redhat.com>
3737
3738 * dbus.texi (Type Conversion): Don't use literal control character.
3739
88a683c5
MA
37402009-07-01 Michael Albinus <michael.albinus@gmx.de>
3741
3742 * tramp.texi (GVFS based methods): New section.
3743 (Remote processes): Processes for GVFS based methods run locally.
3744
36c8febb
MA
37452009-06-30 Michael Albinus <michael.albinus@gmx.de>
3746
0c7efc08
SM
3747 * tramp.texi (Inline methods, External methods, Gateway methods):
3748 Avoid the words "kludge" and hack".
36c8febb
MA
3749 (External methods): Add `synce' method.
3750
3751 * trampver.texi: Update release number.
3752
d6b951bb
MA
37532009-06-22 Michael Albinus <michael.albinus@gmx.de>
3754
3755 Sync with Tramp 2.1.16.
3756
3757 * tramp.texi (History): Add GVFS support.
3758 (External methods): Precise `rsync' description. Add `dav', `davs' and
3759 `obex' methods. Add 'tramp-gvfs-methods' option.
3760 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3761 forms.
3762 (Remote Programs): Introduce `tramp-own-remote-path'.
3763 (Remote processes): New subsection "Running remote programs that create
3764 local X11 windows".
3765 (Frequently Asked Questions): Improve code for disabling vc.
3766
3767 * trampver.texi: Update release number. Set default value of
3768 `emacsgvfs'.
3769
70243478
CY
37702009-06-21 Chong Yidong <cyd@stupidchicken.com>
3771
3772 * Branch for 23.1.
3773
54b31cbf
GM
37742009-06-17 Glenn Morris <rgm@gnu.org>
3775
3776 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3777 (Latest version of Emacs): Mention source code repository.
3778
f6adc23c
GM
37792009-06-16 Glenn Morris <rgm@gnu.org>
3780
3781 * faq.texi (Top): Language tweak.
3782 (Extended commands): Most people have arrow keys.
3783 (Emacs manual): Say how to follow info links.
3784 (File-name conventions): Change title a bit. Explain about source
3785 versus installed. Condense etc description.
3786 (Guidelines for newsgroup postings): Mention Savannah list page.
3787 (Newsgroup archives): Simplify.
3788 (Contacting the FSF): Add contact URL.
3789 (Emacs Lisp documentation): Printed version not always available.
3790 (Installing Texinfo documentation): Explain how by hand installation is
3791 not normally needed. Use add-to-list. Remove duplicate reference.
3792 (Informational files for Emacs): Move info on Help menu here from
3793 "File-name conventions".
3794 (Help installing Emacs): Tweak uref.
3795 (Obtaining the FAQ): Mention repository.
3796 (Origin of the term Emacs): Explain "ITS".
3797 (Changing load-path): Use add-to-list.
3798 (Automatic indentation): Clarify this is for Text mode.
3799 Don't mention Indented Text mode.
3800 (Finding Emacs on the Internet): The FSF does not seem to offer a
3801 deluxe distribution on CD anymore.
3802
b59a8457
GM
38032009-06-16 Glenn Morris <rgm@gnu.org>
3804
3805 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3806 Recommend the latest release. Mention how to get older FAQs.
3807 Recommend the Emacs manual.
3808 (Guidelines for newsgroup postings): Discourage cross-posts.
3809 (Underlining paragraphs): Remove.
3810 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3811 (Bugs and problems): Update key-binding.
3812 (Problems with very large files): Mention 64-bit.
3813 (Shell process exits abnormally): Remove.
3814 (Problems with Shell Mode): Rename and update.
3815 (Spontaneous entry into isearch-mode)
3816 (Problems talking to certain hosts): Remove. This is old information,
3817 in etc/PROBLEMS if needed.
3818 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3819 (Dired claims that no file is on this line): Update.
3820 (Installing Emacs, Problems building Emacs): Simplify.
3821 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3822 information.
3823 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3824 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3825 (JDEE): "JDEE", not "JDE".
3826 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3827 Remove. This is old information, in etc/PROBLEMS if needed.
3828 (stty and Backspace key, Kanji and Chinese characters): Remove.
3829 (Right-to-left alphabets): Update section.
3830 (Changing the included text prefix): Gnus uses message-yank-prefix.
3831 Add cross-reference to Supercite manual.
3832 (Saving a copy of outgoing mail): Simplify output file description.
3833 (Expanding aliases when sending mail): Refer to Emacs manual.
3834 Remove old info about RFC822.
3835 Correct description of how to rebuild aliases.
3836 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3837 (MIME with Emacs mail packages)
3838 (Viewing articles with embedded underlining)
3839 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3840 Remove old sections.
3841 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3842 and is well-documented in the Gnus manual.
3843 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3844 (Making Gnus faster): Rename from "Starting Gnus faster".
3845 Merge "Catch-up is slow in Gnus" into here.
3846
0e6d12ca
GM
38472009-06-14 Glenn Morris <rgm@gnu.org>
3848
3849 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3850 (New in Emacs 23): New section.
3851 (Handling C-s and C-q with flow control): Add xref.
3852
2e17e05e
GM
38532009-06-13 Glenn Morris <rgm@gnu.org>
3854
3855 * faq.texi (Setting up a customization file): Grammar fix.
3856 Customize is no longer "new".
3857 (Displaying the current line or column): Line-number mode is on by
3858 default. Don't mention `column' package. Mention linum.el.
3859 (Turning on abbrevs by default): Explain how to do it for buffers,
3860 modes, and everywhere.
3861 (Associating modes with files): Use add-to-list. Don't mention Emacs
3862 19.
3863 (Highlighting a region): On by default since 23.1.
3864 (Replacing highlighted text): Update doc quote.
3865 (Working with unprintable characters): Don't mention search-quote-char.
3866 (Using an already running Emacs process): Gnuclient is probably not an
3867 enhancement these days.
3868 (Indenting switch statements): Remove mention of pre-Emacs 20.
3869 (Horizontal scrolling): Abbreviate Emacs 20 description.
3870 (Replacing text across multiple files): Fix name of dired command.
3871 (Disabling backups): Use require not load.
4f9d4de3 3872 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3873
2a1cf2b9
BW
38742009-06-13 Bill Wohler <wohler@newt.com>
3875
3876 Release MH-E manual version 8.2.
3877
3878 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3879 release 8.2.
3880
85b438b7
GM
38812009-06-13 Glenn Morris <rgm@gnu.org>
3882
3883 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3884 in this day and age the common meaning is "on the web".
3885 (copying): Use @copyright in all cases.
3886 (Basic keys): Remove reference to deleted manual node "Text Characters".
3887 (File-name conventions): Use GNU as an example rather than SERVICE.
3888 default.el lives in site-lisp. Update Info directory location.
3889 (Real meaning of copyleft): GPL actions have been brought, but all
3890 settled out of court.
3891 (Guidelines for newsgroup postings): Shorten section title.
3892 Simplify comp.emacs description.
3893 (Newsgroup archives): Change Google URL. Describe Gmane.
3894 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3895 points". Mention List-Unsubscribe header.
3896 (Contacting the FSF): Update email and URLs.
3897 (Basic editing): Mention F1 for help.
3898 (Installing Texinfo documentation): Refer to Texinfo website rather
3899 than ftp server.
3900 (Printing a Texinfo file): Mention texi2pdf.
3901 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3902 are just stubs nowadays.
3903 (Latest version of Emacs): Explain version numbers.
3904 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3905 (Turning on syntax highlighting): No need to mention hilit19 any more.
3906 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3907 (Modes for various languages): Remove section.
3908 (Major packages and programs): Remove most version and maintainer
3909 information - it's hard to keep up-to-date, and adds nothing.
3910 Similarly with direct links to mailing lists.
3911 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3912 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3913 years, and Emacs comes with tools for this now.
3914 (Patch): Remove section - this is a standard tool.
3915 (Using function keys under X): Remove section.
3916
93e2d996
GM
39172009-06-12 Glenn Morris <rgm@gnu.org>
3918
3919 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3920 (Help installing Emacs): Remove reference to deleted X11 node.
3921 (Associating modes with files): Interpreter-mode-alist is no longer
3922 subservient to auto-mode-alist.
3923 (Installing Emacs): Change future Emacs version.
3924 (Linking with -lX11 fails): Remove old section.
3925 (Packages that do not come with Emacs): Update ELL location.
3926 Emacs Lisp archive is dead.
3927 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3928 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3929 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3930 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3931 (Removing flashing messages): Remove section about non-existent Gnus
3932 option.
3933
f0bf7708
GM
3934 * faq.texi (Top): Add @top command.
3935 Remove the optional arguments from all @node commands: makeinfo can
3936 generate these automatically, and it is easier to edit and rearrange
3937 nodes without them.
3938
30884d11
GM
39392009-06-11 Glenn Morris <rgm@gnu.org>
3940
3941 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3942 (The LPF): Make the updated URL the sole reference point.
3943 (Learning how to do something): Update refcard price and format.
3944 (Getting a printed manual): Sources in doc/emacs/, not man/.
3945 Also available in PDF format. Since the page count varies, be less
3946 precise.
3947 (Informational files for Emacs): Remove references to deleted files
3948 LPF and SUN-SUPPORT, and to UUCP.
3949 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3950 Remove many obsolete ways to get the FAQ, which now seems only to be
3951 distributed with Emacs.
3952 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3953
deab46e0
CY
39542009-06-09 Chong Yidong <cyd@stupidchicken.com>
3955
223b43fa 3956 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3957 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3958
deab46e0
CY
3959 * ada-mode.texi (Installation, Compile commands)
3960 (Project File Overview, No project files, Set compiler options)
3961 (Use GNAT project file, Use multiple GNAT project files)
3962 (Identifier completion): Use @samp for menu items, and @kbd for key
3963 sequences (Bug#3504).
3964
71fbd643
DU
39652009-06-04 Daiki Ueno <ueno@unixuser.org>
3966
8c9bb6f5 3967 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3968
f197085b
CY
39692009-06-04 Ryan Yeske <rcyeske@gmail.com>
3970
3971 * message.texi (Header Commands): Fix descriptions to match
3972 keybindings.
3973
7f3bc720
DU
39742009-04-22 Daiki Ueno <ueno@unixuser.org>
3975
3976 * gnus.texi (Security): Mention that EasyPG is the current default.
3977
4518068d
CY
39782009-04-13 Chong Yidong <cyd@stupidchicken.com>
3979
3980 * ediff.texi (Session Commands): Fix typo.
3981
d7ca410a
MB
39822009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3983
3984 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3985 news.software.readers. Reported by Florian Rehnisch.
3986
c6c76add
GM
39872009-04-02 Glenn Morris <rgm@gnu.org>
3988
3989 * auth.texi: Capitalize direntry.
3990
3991 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3992 using a period in the entry name. (Bug#2797)
3993
35ed8e2e
JB
39942009-03-03 Juanma Barranquero <lekktu@gmail.com>
3995
3996 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3997 ($(infodir)/auth, auth.dvi): New targets.
3998
e280480a
GM
39992009-03-03 Glenn Morris <rgm@gnu.org>
4000
4001 * auth.texi: Fix @setfilename.
4002
4003 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
4004 (auth, $(infodir)/auth, auth.dvi): New rules.
4005
8a76755b
GM
40062009-02-25 Glenn Morris <rgm@gnu.org>
4007
4008 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
4009
0038d478
MB
40102009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4011
4012 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
4013
40142009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4015
4016 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
4017 gnus-nocem-issuers, and gnus-nocem-verifyer.
4018
867d4bb3
JB
40192009-02-20 Juanma Barranquero <lekktu@gmail.com>
4020
4021 * ada-mode.texi (Project files, Automatic Casing):
4022 * dbus.texi (Signals):
4023 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
4024 * mh-e.texi (HTML):
4025 * nxml-mode.texi (Locating a schema)
4026 (Using the document's URI to locate a schema):
4027 * org.texi (Footnotes, Using the mapping API):
4028 * rcirc.texi (Channels): Remove duplicate words.
4029
3a44dc1f
GM
40302009-02-20 Glenn Morris <rgm@gnu.org>
4031
4032 * dired-x.texi (Miscellaneous Commands):
4033 * gnus.texi: Minor updates for mbox Rmail.
4034
5dc584b5
KB
40352009-02-16 Karl Berry <karl@gnu.org>
4036
b59a8457
GM
4037 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4038 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
4039 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4040 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
4041 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
4042 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
4043 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
4044 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4045 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
4046 Consistently use @insertcopying in the Top node,
5dc584b5 4047 @contents at the front (after @end titlepage),
b59a8457 4048 and @direntry after @copying. (Bug#1988)
5dc584b5 4049
9eb59592
MB
40502009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4051
4052 * auth.texi: New file documenting auth-source.
4053
d324fa76
CD
40542009-02-13 Carsten Dominik <dominik@science.uva.nl>
4055
4056 * org.texi (Org Plot): Fix link.
4057
7a603b73
DU
40582009-02-09 Daiki Ueno <ueno@unixuser.org>
4059
4060 * epa.texi (Mail-mode integration): Mention the way to do
4061 "encrypt-to-self". (Bug#1807)
4062
a626b338 40632009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
4064
4065 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
4066
3b36c17e
MB
40672009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
4068
4069 * gnus-news.texi: Print version about Incoming*.
4070
55033558
CD
40712009-02-02 Carsten Dominik <dominik@science.uva.nl>
4072
4073 * org.texi (Structure editing, Handling links)
4074 (Fast access to TODO states, Javascript support): Make standard docs
4075 correctly reflect default variable settings.
4076
ec712abb
GM
40772009-02-02 Glenn Morris <rgm@gnu.org>
4078
4079 * org.texi: Fix typos.
4080
7112648c
MA
40812009-02-01 Michael Albinus <michael.albinus@gmx.de>
4082
4083 Sync with Tramp 2.1.15.
4084
4085 * trampver.texi: Update release number.
4086
2e461fc1
CD
40872009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4088
4089 * org.texi (TODO dependencies): Document TODO dependencies on
4090 checkboxes.
4091
bc283609
CD
40922009-01-30 Carsten Dominik <dominik@science.uva.nl>
4093
4094 * org.texi (TODO dependencies): Document key binding for toggling
4095 ORDERED property.
4096
74fc5047
MA
40972009-01-28 Michael Albinus <michael.albinus@gmx.de>
4098
4099 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4100 of hook functions.
4101
d6685abc
CD
41022009-01-28 Carsten Dominik <dominik@science.uva.nl>
4103
4104 * org.texi (TODO dependencies): New section.
4105
65c439fd
CD
41062009-01-27 Carsten Dominik <dominik@science.uva.nl>
4107
4108 * org.texi (Plain lists, TODO basics, Priorities)
4109 (Multiple sets in one file, Conflicts): Document interaction with
4110 `shift-selection-mode'.
4111
5fafc247
JB
41122009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4113
4114 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4115 Make Calc the subject of sentences.
4116 (Rearranging Formulas using Selections): Discuss new options
4117 for `j *'.
4118
e7433508
MA
41192009-01-26 Michael Albinus <michael.albinus@gmx.de>
4120
4121 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4122
2096a1b6
GM
41232009-01-26 Glenn Morris <rgm@gnu.org>
4124
4125 * org.texi: Fix typos.
4126
0cb61492
BW
41272009-01-26 Bill Wohler <wohler@newt.com>
4128
2096a1b6 4129 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4130
0bd48b37
CD
41312009-01-25 Carsten Dominik <dominik@science.uva.nl>
4132
4133 * org.texi (References): Add information about remote references.
4134 (Built-in table editor): Document `C-c RET' in tables.
4135 (Math symbols, Quoting LaTeX code): Mention that simple
4136 LaTeX macros survive LaTeX export.
4137 (Images in LaTeX export): Show how to create a reference to a
4138 figure.
4139 (Sectioning structure): Document that the LaTeX class can be
4140 specified in a property.
4141 (Text areas in HTML export): New section.
4142 (External links): Add examples for text search and ID links.
4143 (Built-in table editor): Remove the descriptio of `C-c
4144 C-q', it not longer works.
4145 (Literal examples): Document that a space must follow
4146 the colon in short examples.
4147 (Relative timer): Document `org-timer-stop'.
4148 (Footnotes): New section.
4149 (Footnote markup): Shorten section and refer to new Footnote
4150 section.
4151 (Literal examples): Add documentation for line
4152 numbering in and references to code examples.
4153 (CSS support): Fix the description of default CSS styles.
4154 (Capturing column view): Document
4155 "file:path/to/file.org" as an allowed value for the ID property of
4156 a dynamic block copying column view.
4157
49dbbaf2
SE
41582009-01-23 Stephen Eglen <stephen@gnu.org>
4159
4160 * mh-e.texi (Getting Started): Describe $MH.
4161
193e6828
MA
41622009-01-21 Michael Albinus <michael.albinus@gmx.de>
4163
4164 * tramp.texi (all): Harmonize usage of "external method",
4165 "external transfer method" and "out-of-band method".
4166 (Connection types): Precise the differences of inline and external
4167 methods. Written by Adrian Phillips <a.phillips@met.no>.
4168
26b9f88d
MB
41692009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4170
4171 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4172 commands as described at the top. Reported by Allan Gottlieb
4173 <gottlieb@nyu.edu>.
4174
41752009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4176
4177 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4178 nnmail-pathname-coding-system.
4179
377952e0
GM
41802009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4181
4182 * org.texi (Relative timer): Fix typo.
4183
a20d3598
JB
41842009-01-15 Juanma Barranquero <lekktu@gmail.com>
4185
4186 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4187 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4188
a50253cc
GM
41892009-01-13 Glenn Morris <rgm@gnu.org>
4190
4191 * org.texi: Fix some more typos.
4192
07450bee
GM
41932009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4194
4195 * org.texi: Fix some typos.
4196
e3e955fe
MB
41972009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4198
4199 * gnus.texi (Group Parameters): Add note for local variables.
4200
42012009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4202
0c7efc08
SM
4203 * gnus.texi (Converting Kill Files): Fix URL.
4204 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
4205
42062009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4207
4208 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4209 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4210 (Paging the Article): Add index entry.
4211
71dd9983
JB
42122009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4213
4214 * ada-mode.texi (Examples): Delete redundant text.
4215
4a0cf14f
MA
42162009-01-03 Michael Albinus <michael.albinus@gmx.de>
4217
36c8febb 4218 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
4219
4220 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4221 addresses.
4222
aedac0f0
BW
42232009-01-03 Bill Wohler <wohler@newt.com>
4224
4225 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4226 kept empty.
4227
4c65b566
CD
42282008-12-20 Carsten Dominik <dominik@science.uva.nl>
4229
4230 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
4231 (HTML Export commands, LaTeX/PDF export commands):
4232 Improve documentation about transient-mark-mode.
e9fce1ac 4233 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
4234 to fields in the last table row.
4235
e1a78e1e
JL
42362008-12-19 Juri Linkov <juri@jurta.org>
4237
4238 * info.texi (Search Text): Remove mention of removed key binding M-s.
4239
17a0aa82
CD
42402008-12-18 Carsten Dominik <dominik@science.uva.nl>
4241
4242 * org.texi (References): Remove mentioning of @0 as reference for the
4243 last line, this has been reverted in the Lisp sources.
4244
4997d802
JB
42452008-12-17 Juanma Barranquero <lekktu@gmail.com>
4246
4247 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4248 (DVI_TARGETS): Remove duplicates. Add sasl.
4249 ($(infodir)/sasl, sasl.dvi): New targets.
4250
33306645
CD
42512008-12-17 Carsten Dominik <dominik@science.uva.nl>
4252
4253 * org.texi: Version number pushed to 6.15d.
4254
db55f368
CD
42552008-12-16 Carsten Dominik <dominik@science.uva.nl>
4256
a0bf4117 4257 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
4258 (Images in LaTeX export): New section.
4259 (Inlined images, Images in HTML export): Sections renamed.
4260
dae0a942
MB
42612008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4262
4263 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4264
9f5572e9
MB
42652008-12-04 David Engster <dengste@eml.cc>
4266
4267 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 4268 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 4269
bc23baaa
CD
42702008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4271
4272 * org.texi (Using the mapping API): Fix bug in mapping example.
4273 (Publishing options): Make the list of properties complete again, in
4274 correspondence to the variable `org-export-plist-vars'.
4275 (Property searches): Document new special values for time comparisons.
4276 (Tag inheritance): Refine the description of tag inheritance.
4277 (Project alist): Add info about the publishing sequence of components.
a0bf4117 4278 (Effort estimates): Document the new relative timer.
bc23baaa 4279
3bf8054f
JB
42802008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4281
4282 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4283 (Using Calc): Clarify use of `C-x * o'.
4284 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4285
ac134f2f
RS
42862008-11-28 Richard M Stallman <rms@gnu.org>
4287
4288 * dbus.texi (Receiving Method Calls): Clean up previous change.
4289
ace706d1
MA
42902008-11-26 Michael Albinus <michael.albinus@gmx.de>
4291
4292 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4293 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4294 `dbus-unescape-from-identifier'.
4295 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 4296 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
4297 (Signals): Use the constants in the example.
4298
d60b1ba1
CD
42992008-11-24 Carsten Dominik <dominik@science.uva.nl>
4300
b97439ce 4301 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 4302
ce4fdcb9
CD
43032008-11-23 Carsten Dominik <dominik@science.uva.nl>
4304
4305 * org.texi (Setting up Remember): Document `org-remember-mode'.
4306 (External links): Document that bbdb links can use a regular
4307 expression.
4308 (External links): Document that elisp links can contain interactive
4309 commands.
4310
c8548a00 43112008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
4312
4313 * viper.texi (viper-translate-all-ESC-keysequences):
4314 Description removed.
4315
6a2c4aec
GM
43162008-11-19 Glenn Morris <rgm@gnu.org>
4317
4318 * doclicense.texi: Change to FDL 1.3.
4319 Relicense all texi files under FDL 1.3 or later.
4320
59ee4113
JB
43212008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4322
4323 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4324
59bcbb98 43252008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 4326
0c7efc08 4327 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
4328
4329 * ediff.texi: Version/date change.
9f90198a 4330
8aa41c9b
CY
43312008-11-14 Chong Yidong <cyd@stupidchicken.com>
4332
4333 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4334
17587b1b
JB
43352008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4336
4337 * calc.texi (About This Manual): Comment out a mention of
4338 marginal notes.
4339
564c900e
CD
43402008-11-12 Carsten Dominik <dominik@science.uva.nl>
4341
4342 * org.texi (Clocking work time): Document the :formula property of
4343 clock tables.
4344 (Structure editing, Refiling notes): Document refiling regions.
4345 (Agenda commands): Document the double-prefix version
4346 of the `l' command in the agenda.
4347 (Handling links): Explain the effect of a double prefix
4348 arg to `C-c C-o'.
4349 (TODO basics): Add documentation for tag triggers.
4350
3c4be1f2
GM
43512008-10-23 Glenn Morris <rgm@gnu.org>
4352
4353 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4354 byte-compiling things like `+'.
4355
4356 * ns-emacs.texi: Merge copyright years of author now with assignment
4357 into FSF years.
4358 (VER): Use it for easier automatic updating. Use Emacs version rather
4359 than standalone Emacs.app version.
4360
a6520ff3
CD
43612008-10-12 Carsten Dominik <dominik@science.uva.nl>
4362
864c9740 4363 * org.texi: Lots of minor fixes.
a6520ff3
CD
4364 (Capture): New chapter.
4365 (Org Plot): New section.
4366
db7a4b66
MH
43672008-09-30 Magnus Henoch <mange@freemail.hu>
4368
4369 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4370
4043c194
JB
43712008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4372
4373 * calc.texi (User Defined Units): Mention how to enter optional display
4374 string.
4375
eef5ade7
MB
43762008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4377
0c7efc08 4378 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
4379 avoid the "y/n" wording.
4380
e52cac88
MB
43812008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4382
0c7efc08 4383 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
4384
43852008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4386
4387 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4388 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4389
00c55306
BW
43902008-09-22 Bill Wohler <wohler@newt.com>
4391
4392 Release MH-E manual version 8.1.
4393
4394 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4395 release 8.1.
4396
4397 * mh-e.texi: Retain dual license as agreed to by the FSF.
4398 However, bump GPL to Version 3.
4399 Use @include for license text.
4400
e52cac88 44012008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
4402
4403 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
4404 (Store custom flags and keywords, Store arbitrary data):
4405 Clean up markup.
64763fe3
MB
4406
44072008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4408
4409 * gnus.texi (The Gnus Registry): Document it.
4410
9e601b8d
MB
44112008-09-08 David Engster <dengste@eml.cc>
4412
88ee5b02
JB
4413 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4414 Clarify section about choosing back end servers.
9e601b8d 4415
247043f1
GM
44162008-08-23 Glenn Morris <rgm@gnu.org>
4417
4418 * dired-x.texi (Shell Command Guessing):
4419 Mention dired-guess-shell-case-fold-search. (Bug#417)
4420
2bfec7a0
MA
44212008-08-22 Michael Albinus <michael.albinus@gmx.de>
4422
4423 * trampver.texi: Update release number.
4424
247043f1 44252008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
4426
4427 * ns-emacs.texi: Update version.
4428 (Introduction): Correct menu location for options save.
4429 (Customization): Note that defaults are stored under org.gnu.Emacs.
4430
8c20bd92
BW
44312008-08-11 Bill Wohler <wohler@newt.com>
4432
4433 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4434 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4435 Henman) (closes SF #1768928).
4436
767a4d92
GM
44372008-08-10 Glenn Morris <rgm@gnu.org>
4438
4439 * ns-emacs.texi: Use @copying. Change copyright of authors with
4440 assignment to FSF. Change license to GFDL.
4441 (Top): Remove outdated references.
4442
6ecfe5c2
MB
44432008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4444
88ee5b02
JB
4445 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4446 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
4447 gnus-summary-sort-by-most-recent-date.
4448 (Summary Sorting): Explain prefix argument.
4449
44502008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4451
4452 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4453 gnus-summary-pipe-output.
4454
eb932e8a
MA
44552008-08-03 Michael Albinus <michael.albinus@gmx.de>
4456
4457 * dbus.texi (Receiving Method Calls): Document error handling of own
4458 D-Bus methods.
4459
bfe16263
BW
44602008-08-01 Bill Wohler <wohler@newt.com>
4461
4462 * mh-e.texi (Reading Mail)
9f90198a 4463 (Viewing Attachments): Describe new function
bfe16263
BW
4464 mh-show-preferred-alternative.
4465 (Sending Mail, Redistributing, Sending Message): Describe new hook
4466 mh-annotate-msg-hook.
4467
21956b56
MA
44682008-07-31 Michael Albinus <michael.albinus@gmx.de>
4469
4470 * dbus.texi (Arguments and Signatures): Fix example.
4471 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4472 (Asynchronous Methods): New node.
9f90198a
JB
4473 (Errors and Events): Describe extended layout of `dbus-event'.
4474 New defun `dbus-event-message-type'.
21956b56 4475
7c2fb837
DN
44762008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4477
4478 * ediff.texi: Remove VMS support.
4479
13662773
JB
44802008-07-29 Juanma Barranquero <lekktu@gmail.com>
4481
4482 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4483 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4484
ddde0b34
CY
44852008-07-29 Chong Yidong <cyd@stupidchicken.com>
4486
4487 * Makefile.in: Add mairix-el targets.
4488
44892008-07-29 David Engster <deng@randomsample.de>
4490
4491 * mairix-el.texi: New file.
4492
d5875b25
JB
44932008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4494
366b7d44
JB
4495 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4496 project files. Delete 'main_unit' project variable; not needed. Allow
4497 process environment variables wherever project variables are allowed.
4498 Add tutorial section on multiple GNAT project files.
d5875b25 4499
6cbab8ee
MA
45002008-07-27 Michael Albinus <michael.albinus@gmx.de>
4501
4502 Sync with Tramp 2.1.14.
4503
4504 * trampver.texi: Update release number.
4505
9e2a2647
DN
45062008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4507
4508 * ns-emacs.texi:
4509 * faq.texi: Remove mentions of Mac Carbon.
4510
d62672f3
MB
45112008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4512
4513 * gnus.texi (Saving Articles): Describe the 2nd argument of
4514 gnus-summary-save-in-pipe.
4515 (SpamAssassin): Use it.
4516
45172008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4518
4519 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4520
dd12e1c6
CD
45212008-07-25 Carsten Dominik <dominik@science.uva.nl>
4522
4523 * org.texi (Export options): Document the use of the creator flag.
4524
44ce9197
CD
45252008-07-24 Carsten Dominik <dominik@science.uva.nl>
4526
4527 * org.texi: New version 6.06a.
4528
ddd13c5d
JB
45292008-07-23 Juanma Barranquero <lekktu@gmail.com>
4530
4531 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4532 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4533
8dc6104d
JB
45342008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
4535
4536 * calc.texi (Editing Stack Entries):
4537 (Algebraic Entry): Rewrite introductory sentences so it can be used by
4538 Calc's help functions. Mention fixing typos.
4539 (Customizing Calc): Fix typo.
4540
45412008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
4542
4543 * calc.texi (summarykey): New macro. Use to correctly format keys in
4544 the summary.
4545
ddd13c5d 45462008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
4547
4548 * ns-emacs.texi (Customization): Corrected documentation on color
4549 specification formats.
4550
568beaa2
AS
45512008-07-19 Andreas Schwab <schwab@suse.de>
4552
db8ef699 4553 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
4554
4555 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4556 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4557
cd71b9ae
MA
45582008-07-18 Michael Albinus <michael.albinus@gmx.de>
4559
4560 * dbus.texi (Inspection): Rework, introduce submenus.
4561 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4562 (Properties and Annotations, Arguments and Signatures): New nodes.
4563
9b7993b4
MA
45642008-07-13 Michael Albinus <michael.albinus@gmx.de>
4565
4566 * dbus.texi (Receiving Method Calls): Fix description of
4567 `dbus-register-method'.
4568 (Signals): Allow also signal arguments for filtering in
4569 `dbus-register-signal'.
4570
241d447b
JB
45712008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4572
4573 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4574 `cnorm'.
4575 (Arithmetic Tutorial): Simplify the verification of prime factors.
4576
adb46650
MB
45772008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4578
4579 * gnus.texi (Saving Articles): Mention
4580 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4581
92e15881
JB
45822008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
4583
4584 * calc.texi: Adjust mode line throughout.
4585
ea597303
JB
45862008-06-28 Juanma Barranquero <lekktu@gmail.com>
4587
4588 * sasl.texi (Mechanisms): Fix typos.
4589
aee08080
JB
45902008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4591
4592 * calc.texi (Killing from the stack): Mention using normal Emacs
4593 copying.
4594
a06a4a12
MA
45952008-06-21 Michael Albinus <michael.albinus@gmx.de>
4596
0c7efc08 4597 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 4598 Add `auth-source' mechanism.
a06a4a12
MA
4599 (Connection caching): Tramp reopens the connection automatically,
4600 when the operating system on the remote host has been changed.
4601
7389398d
EZ
46022008-06-20 Eli Zaretskii <eliz@gnu.org>
4603
4604 * makefile.w32-in (distclean): Remove makefile.
4605
b349f79f
CD
46062008-06-17 Carsten Dominik <dominik@science.uva.nl>
4607
3f9b4c2b 4608 * org.texi (Using the mapping API): New section.
b349f79f 4609 (Agenda column view): New section.
3f9b4c2b 4610 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 4611 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 4612 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
4613
46142008-06-17 Jason Riedy <jason@acm.org>
4615
4616 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4617 function, and efmt may be a two-argument function.
4618 (Radio tables): Document multiple destinations.
4619
cd5c05d2
GM
46202008-06-16 Glenn Morris <rgm@gnu.org>
4621
4622 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4623 Add Cover-Texts.
4624
debf4439
GM
46252008-06-15 Glenn Morris <rgm@gnu.org>
4626
4627 * faq.texi (VER): Update to 23.0.60.
4628
4629 * mh-e.texi: Remove option of licensing under GPL.
4630 Add Cover-Texts to GFDL permissions notice.
4631 (GPL): Remove section.
4632 (GFDL): Include doclicense.texi rather than the actual text.
4633
4634 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4635 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4636
4637 * sasl.texi: Fix output file name.
4638
4639 * epa.texi, sasl.texi: Refer to license in Emacs manual.
4640
4641 * gnus-coding.texi: Refer to license in Gnus manual.
4642
4643 * idlwave.texi, sasl.texi: Use @copying.
4644
4645 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
4646
4647 * speedbar.texi: Update Back-Cover Text as per maintain.info.
4648
4649 * url.texi: Use @copying, @title, @subtitle, @author.
4650
4651 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4652 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4653 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4654 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4655 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4656 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4657 * widget.texi, woman.texi:
4658 Remove references to external license, since doclicense is included.
4659
4660 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4661 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4662 Remove references to non-existent Invariant Sections.
4663
091f8bc1
GM
46642008-06-14 Glenn Morris <rgm@gnu.org>
4665
4666 * faq.texi (Major packages and programs): Remove references to external
4667 Supercite, Calc, VIPER, since they have been included for some time.
4668 Update VM, AUCTeX, BBDB entries.
4669
47bcb4d3
UJ
46702008-06-14 Ulf Jasper <ulf.jasper@web.de>
4671
4672 * newsticker.texi: Updated to match latest newsticker changes.
4673
6f093307
GM
46742008-06-13 Glenn Morris <rgm@gnu.org>
4675
4676 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4677 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4678 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4679 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4680 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4681 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4682 * woman.texi:
4683 Update Back-Cover Text as per maintain.info.
4684
2b968687
MB
46852008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4686
4687 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4688
4689 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4690 (gnus-faq.xml): Update repository host.
4691
2b968687
MB
4692 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4693
46942008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4695
4696 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4697 Fix a typo.
4698
46992008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4700
4701 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 4702 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
4703 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4704
47052008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4706
4707 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4708 coding standards.
4709
47102008-06-14 David Engster <dengste@eml.cc>
4711
4712 * gnus.texi (nnmairix): Markup fixes.
4713
e6d2d263
MB
47142008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4715
2b968687 4716 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4717
47182008-06-05 David Engster <dengste@eml.cc>
4719
4720 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4721
47222008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4723
b344d29d 4724 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4725 (Searching, nnir, nnmairix): New stub nodes.
4726
ad231df6 47272008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4728
4729 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4730
f394fa25
MB
47312008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4732
4733 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4734
58333467
MB
47352008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4736
4737 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4738
67525fb9
JY
47392008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4740
4741 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4742
0549d8fc
JB
47432008-05-06 Juanma Barranquero <lekktu@gmail.com>
4744
4745 * info.texi (Top): Fix typo in xref.
4746
149a3837
KB
47472008-05-05 Karl Berry <karl@gnu.org>
4748
4749 * info.texi (Top): @xref to stand-alone manual.
4750
3a23a519
MB
47512008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4752
4753 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4754 (Various Summary Stuff): Fix typo in last xref.
4755
0a29fbf3
JB
47562008-05-02 Juanma Barranquero <lekktu@gmail.com>
4757
4758 * org.texi (Moving subtrees): Fix typo.
4759
586b90f1
MA
47602008-04-28 Michael Albinus <michael.albinus@gmx.de>
4761
4762 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4763 Tramp via `tramp-mode'.
4764
b5af9883
CD
47652008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4766
4767 * org.texi: Massive changes, in many parts of the file.
4768
d55fe5bb
MB
47692008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4770
4771 * gnus.texi (Oort Gnus): Add message-fill-column.
4772
47732008-04-12 Adrian Aichner <adrian@xemacs.org>
4774
4775 * gnus.texi (Mail Source Specifiers): Typo fix.
4776
47772008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4778
4779 * gnus.texi (Diary Headers Generation): Update key binding for
4780 `gnus-diary-check-message'.
4781
47822008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4783
4784 * gnus.texi (Emacsen): Addition.
4785
47862008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4787
4788 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4789
47902008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4791
4792 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4793
47942008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4795
4796 * gnus-news.texi: Update tool bar item.
4797
47982008-04-09 Sven Joachim <svenjoac@gmx.de>
4799
4800 * gnus-news.texi: Fix typos.
4801
76c109c3
JB
48022008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4803
222027f2 4804 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4805 Add mention of `kron'.
4806
d5fbd5a6
MO
48072008-04-01 Daiki Ueno <ueno@unixuser.org>
4808
0c7efc08
SM
4809 * epa.texi (Encrypting/decrypting *.gpg files):
4810 Document epa-file-name-regexp.
d5fbd5a6 4811
fbcbb58c
KY
48122008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4813
4814 * gnus.texi (Example Methods): Fix description about ssh-agent.
4815 (Indirect Functions): Fix the default value of nntp-telnet-command;
4816 remove link to connect.html.
4817
134ce16c
MA
48182008-03-30 Michael Albinus <michael.albinus@gmx.de>
4819
4820 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4821 dbus-call-method.
4822 (Receiving Method Calls): The timeout can be set by the calling client.
4823
da1975d7
MA
4824 * trampver.texi: Update release number.
4825
2e4089ab
RS
48262008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4827
4828 * gnus.texi (Top): Fix version. Add SASL.
4829
70cab5a9
MA
48302008-03-29 Michael Albinus <michael.albinus@gmx.de>
4831
4832 Sync with Tramp 2.1.13.
4833
4834 * trampver.texi: Update release number.
4835
5bc6ddff
MB
48362008-03-29 Chong Yidong <cyd@stupidchicken.com>
4837
4838 * org.texi: Update to new org-mode website.
4839
48402008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4841
4842 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4843
9b3ebcb6
MB
48442008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4845
4846 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4847 gnus-read-ephemeral-gmane-group-url,
4848 gnus-read-ephemeral-emacs-bug-group,
4849 gnus-read-ephemeral-debian-bug-group.
4850
48512008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4852
4853 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4854
4855 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4856 Add FIXMEs for Bookmarks and gnus-registry-marks.
4857
48582008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4859
4860 * gnus.texi (Smileys): Document `smiley-style'.
4861
48622008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4863
4864 * gnus.texi (Gnus Development): Clarify difference between ding and
4865 gnu.emacs.gnus.
4866 (MIME Commands, Using MIME, RSS): Fix markup.
4867
4868 * gnus-faq.texi ([8.4]): Ditto.
4869
48702008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4871
4872 * gnus.texi (Emacsen): Remove obsolete stuff.
4873
48742008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4875
4876 * gnus.texi (Oort Gnus): Add version info WRT
4877 `mail-source-delete-incoming'.
4878
48792008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4880
4881 * gnus.texi (Top): Add "Other related manuals" and version info in
4882 `iftex' output.
4883 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4884 gnus-balloon-face-0 and the corresponding format specifiers.
4885
608d6a81
MA
48862008-03-26 Michael Albinus <michael.albinus@gmx.de>
4887
4888 * tramp.texi (Filename completion): Remove footnote about let-bind
4889 of `partial-completion-mode'. It doesn't work this way.
4890
27a6f132
SM
48912008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4892
4893 * pcl-cvs.texi (Contributors): Update my email.
4894
4a7c4c40
MA
48952008-03-21 Michael Albinus <michael.albinus@gmx.de>
4896
4897 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4898
2940c053
BW
48992008-03-17 Bill Wohler <wohler@newt.com>
4900
4901 * mh-e.texi (Viewing): Update URL for adding header fields to
4902 mh-invisible-header-fields-default.
4903
30864d5f
BW
49042008-03-16 Bill Wohler <wohler@newt.com>
4905
4906 * mh-e.texi (Preface): Add Gnus to requirements.
4907 (Forwarding): Note that forwarded MIME messages are now inline.
4908
31fe2b00
SM
49092008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4910
4911 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4912 (Common Variables): Give precedence to the netcat methods over the
4913 telnet methods, and mention that they are more reliable.
31fe2b00 4914
5e97c626
CD
49152008-03-13 Carsten Dominik <dominik@science.uva.nl>
4916
4917 * org.texi (Exporting Agenda Views): Document agenda export to
4918 iCalendar.
4919 (Progress logging): Document the new progress logging stuff.
4920
37a68866
MB
49212008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4922
4923 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4924 Update for change of `mail-source-delete-incoming'.
4925
4926 * gnus-news.texi: Ditto.
4927
8f7abae3
MB
49282008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4929
4930 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4931 custom versions.
4932
af379c86
AM
49332008-03-07 Alan Mackenzie <acm@muc.de>
4934
4935 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4936 parens/brackets in a k&r region is limited.
4937
3d0f8a67
MB
49382008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4939
4940 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4941 using different Emacs versions.
4942
52151df0
GM
49432008-02-27 Glenn Morris <rgm@gnu.org>
4944
4945 * sc.texi: Remove a lot of old and obsolete info.
4946 (titlepage): Simplify.
4947 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4948 (VM with any Emacsen, GNEWS with any Emacsen)
4949 (Overloading for Non-conforming MUAs, Version 3 Changes)
4950 (The Supercite Mailing List): Delete nodes.
4951 (Introduction): Remove info about old packages.
4952 (Getting Connected): Simplify. Remove info about old packages.
4953 (Citing Commands): Delete Emacs 19 info.
4954 (Hints to MUA Authors): Simplify.
4955 (Thanks and History): Merge in some info from the deleted node
4956 "Version 3 Changes".
4957
b03f96dc
MB
49582008-02-05 Juanma Barranquero <lekktu@gmail.com>
4959
4960 * org.texi (Setting tags, In-buffer settings):
4961 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4962
52bec650
MB
49632008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4964
4965 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4966 installation directory name.
4967
34a3c587
RF
49682008-02-12 Romain Francoise <romain@orebokech.com>
4969
4970 * epa.texi (Overview): Fix typo.
4971
5a8d03e9
MO
49722008-02-11 Daiki Ueno <ueno@unixuser.org>
4973
4974 * epa.texi (Quick start): Remove the .emacs setting.
4975
f1914c40
MO
49762008-02-10 Daiki Ueno <ueno@unixuser.org>
4977
4978 * epa.texi (Quick start): Use the command `epa-enable' instead of
4979 loading `epa-setup'.
4980
bca98fc9
JB
49812008-02-08 Juanma Barranquero <lekktu@gmail.com>
4982
4983 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4984 ($(infodir)/epa, epa.dvi): New targets.
4985
4b01af2e
MO
49862008-02-08 Daiki Ueno <ueno@unixuser.org>
4987
4988 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4989
4990 * epa.texi: New manual documenting the EasyPG Assistant.
4991
06c0751a
MA
49922008-02-06 Michael Albinus <michael.albinus@gmx.de>
4993
4994 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4995 (Inspection): New function dbus-ping.
4996
7dcccd7b
MA
49972008-02-05 Michael Albinus <michael.albinus@gmx.de>
4998
4999 * tramp.texi (Remote processes): Add `shell-command'.
5000
a1da1e37
MB
50012008-01-28 Michael Sperber <sperber@deinprogramm.de>
5002
5003 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
5004 (Group Parameters): Document `mail-source' parameter.
5005
c9d8f746
MA
50062008-01-27 Michael Albinus <michael.albinus@gmx.de>
5007
5008 * tramp.texi (Inline methods): The hostname of the su(do)? methods
5009 must be a local host.
5010
15db4a13
MO
50112008-01-26 Michael Olson <mwolson@gnu.org>
5012
5013 * erc.texi: Update version for ERC 5.3 release.
5014 (Obtaining ERC): Update extras URLs for 5.3.
5015 (Development): Write instructions for git, and remove those for Arch.
5016 (History): Mention the switch to git.
5017
2bc43980
KB
50182008-01-24 Karl Berry <karl@gnu.org>
5019
bca98fc9
JB
5020 * info.texi (Search Index, Search Text): Mention the command
5021 character in the section name, a la the (Go to node) node.
2bc43980 5022
d2e4a6c9
MA
50232008-01-21 Michael Albinus <michael.albinus@gmx.de>
5024
5025 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
5026
0b6799c3
MB
50272008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5028
5029 * gnus-news.texi: Mention gnus-article-describe-bindings.
5030
50312008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5032
5033 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
5034
db9c3fb1 50352008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 5036
7b4d0413 5037 * org.texi (Property inheritance): New section.
db9c3fb1 5038 (Conventions): New section.
7b4d0413 5039 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
5040 commands, and the new bindings for refiling.
5041 (Sparse trees): Document the new special command for sparse trees.
5042 (References): Be more clear about the counting of hilines.
5043 (Handling links): Document M-p/n for accessing links.
5044 (Fast access to TODO states): New section.
5045 (Per file keywords): New section.
5046 (Property inheritance): New section.
5047 (Column attributes): New summary types.
5048 (Capturing Column View): New section.
5049 (The date/time prompt): Cover the new features in the date/time prompt.
5050 Compactify the table of keys for the calendar remote control.
5051 (Clocking work time): Document the new :scope parameter.
5052 (Remember): Promoted to chapter.
5053 (Quoted examples): New section.
5054 (Enhancing text): New verbatim environments.
5055
6ed73f28
MA
50562008-01-14 Michael Albinus <michael.albinus@gmx.de>
5057
5058 * trampver.texi: Update release number.
5059
95838435
MB
50602008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5061
0c7efc08
SM
5062 * gnus.texi (Article Keymap):
5063 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
5064 gnus-article-reply-with-original and
5065 gnus-article-followup-with-original.
5066
20234d96
GM
50672008-01-09 Glenn Morris <rgm@gnu.org>
5068
5069 * nxml-mode.texi: Add @copying section.
5070
d82cf70b
MB
50712008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5072
5073 * message.texi (Mail Variables): Add some text from "(gnus)Posting
5074 Server". Add `message-send-mail-with-mailclient'.
5075
5076 * gnus.texi (Posting Server): Move some text to "(message)Mail
5077 Variables" and add a reference here.
5078
addb7f2e
MA
50792008-01-04 Michael Albinus <michael.albinus@gmx.de>
5080
5081 * dbus.texi (Receiving Method Calls): New chapter.
5082 (Errors and Events): Add serial number to events. Replace "signal" by
5083 "message". Introduce dbus-event-serial-number.
5084
4db2806c
MA
50852008-01-03 Michael Albinus <michael.albinus@gmx.de>
5086
5087 * dbus.texi (Type Conversion): Explain the type specification for empty
5088 arrays. Use another example.
5089
c9ecb5a7
MA
50902007-12-30 Michael Albinus <michael.albinus@gmx.de>
5091
5092 * dbus.texi (all): Replace "..." by @dots{}.
5093 (Type Conversion): Precise the value range for :byte types.
5094 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5095 Mention its return value.
5096 (Errors and Events): There is no D-Bus error propagation during event
5097 processing.
5098
702dbfd9
JB
50992007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5100
5101 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5102 New sections.
5103
87035689
MB
51042007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5105
5106 * gnus.texi (Group Parameters): Reorder the text and add a note about
5107 `gnus-parameters' near the beginning of the node.
5108
51092007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5110
5111 * gnus.texi (Score File Editing): Fix function name.
5112
5492f5ca
MA
51132007-12-23 Michael Albinus <michael.albinus@gmx.de>
5114
5115 Sync with Tramp 2.1.12.
5116
5117 * trampver.texi: Update release number.
5118
d4e67bc5
MA
51192007-12-22 Michael Albinus <michael.albinus@gmx.de>
5120
5121 * dbus.texi (Type Conversion): Correct input parameters mapping.
5122
6a31c819
MA
51232007-12-21 Michael Albinus <michael.albinus@gmx.de>
5124
5125 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5126 (Errors and Events): Mention wrong-type-argument error.
5127
99a3e35f
AS
51282007-12-21 Alex Schroeder <alex@gnu.org>
5129
5130 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5131 spaces. Fixed some typos.
99a3e35f
AS
5132 (Internet Relay Chat): Explain relay.
5133 (Getting started with rcirc): Change items to reflect prompts.
5134 Add more explanation to rcirc-track-minor-mode and added a comment to
5135 warn future maintainers that this section is a copy.
0c7efc08 5136 (People): Change /ignore example.
62b12a24 5137 (Keywords): Not keywords.
99a3e35f 5138
331e4d02
AS
51392007-12-20 Alex Schroeder <alex@gnu.org>
5140
5141 * rcirc.texi (Top): Fighting Information Overload chapter added.
5142 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5143 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5144 (Fighting Information Overload): New chapter documenting /keyword,
5145 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5146 (Configuration): Document rcirc-server-alist, remove
5147 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5148
cd71c3ef
MA
51492007-12-16 Michael Albinus <michael.albinus@gmx.de>
5150
5151 * dbus.texi (Signals): Fix example in dbus-register-signal.
5152
bbbe940b
MB
51532007-12-14 Sven Joachim <svenjoac@gmx.de>
5154
5155 * gnus.texi (Score Variables): Fix typo.
5156
0ce574ef
MA
51572007-12-07 Michael Albinus <michael.albinus@gmx.de>
5158
5159 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5160 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5161 (Errors and Events): Adapt dbus-event.
5162
b890d447
MB
51632007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5164
5165 * gnus.texi (Other Files): Add the yenc command.
5166
51672007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5168
5169 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5170 since 2004-08-06.
5171
51722007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5173
5174 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5175 on body.
5176
51772007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5178
5179 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5180 and rfc2047-allow-irregular-q-encoded-words; fix description of
5181 rfc2047-encode-encoded-words.
5182
51832007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5184
5185 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5186
3728bf03
MO
51872007-12-05 Michael Olson <mwolson@gnu.org>
5188
5189 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5190 Update documentation for `remember-diary-file'.
5191
a4397af9
MA
51922007-12-04 Michael Albinus <michael.albinus@gmx.de>
5193
5194 * dbus.texi (Signals): Precise `dbus-register-signal'.
5195 (Errors and Events): Rework events part, the internal structure of
5196 dbus-event has changed.
5197
1682490c
JB
51982007-12-03 Juanma Barranquero <lekktu@gmail.com>
5199
5200 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5201 ($(infodir)/dbus, dbus.dvi): New targets.
5202
7b13a0f2
MA
52032007-12-03 Michael Albinus <michael.albinus@gmx.de>
5204
5205 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5206 unconditionally.
5207
5208 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5209 emulation with @print{}.
5210
7ef92bc9
RS
52112007-12-02 Richard Stallman <rms@gnu.org>
5212
5213 * dbus.texi (Overview): Minor cleanup.
5214
22d8ac3a
MA
52152007-12-02 Michael Albinus <michael.albinus@gmx.de>
5216
d3a8e0df
MA
5217 * Makefile.in (INFO_TARGETS): Add dbus.
5218 (DVI_TARGETS): Add dbus.dvi.
5219 (dbus, dbus.dvi): New targets.
5220
22d8ac3a
MA
5221 * dbus.texi: New file.
5222
559764ab
RF
52232007-11-24 Romain Francoise <romain@orebokech.com>
5224
5225 * nxml-mode.texi: Add description in @direntry.
7aa579d9 5226 Fix file name to match @setfilename.
559764ab 5227
ac97a16b
MH
52282007-11-23 Mark A. Hershberger <mah@everybody.org>
5229
5230 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5231 ($(infodir)/nxml-mode): New rule.
5232
5233 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5234 ($(infodir)/nxml-mode): New rule.
5235 (clean): Add nxml-mode*.
5236
5237 * nxml-mode.texi: New file with nxml manual.
5238
404cd454
GM
52392007-11-18 Richard Stallman <rms@gnu.org>
5240
5241 * flymake.texi (Example -- Configuring a tool called directly):
5242 Update example.
5243
b048d478
MA
52442007-11-18 Michael Albinus <michael.albinus@gmx.de>
5245
5246 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 5247 double-slash behavior. Explain directory contents flushing.
b048d478 5248
346e8469
JB
52492007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5250
5251 * calc.texi (TeX and LaTeX Language Modes): Put in
5252 missing braces.
5253
404cd454
GM
52542007-11-15 Richard Stallman <rms@gnu.org>
5255
5256 * cl.texi (Equality Predicates): Delete `eql'.
5257 (Predicates, Naming Conventions, Top): Delete `eql'.
5258 (Common Lisp Compatibility): Delete `eql'.
5259 (Porting Common Lisp): Delete obsolete backquote info.
5260 Minor clarification about character constants.
5261 (Sequence Basics): Minor clarification.
5262
1f6af58b
JB
52632007-11-15 Juanma Barranquero <lekktu@gmail.com>
5264
dccb744b 5265 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
5266 * tramp.texi (Filename completion): Fix typos.
5267
3bc88bc9
JB
52682007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5269
5270 * calc.texi (Basic commands): Mention the menu.
5271
bc5300d3
MA
52722007-11-12 Michael Albinus <michael.albinus@gmx.de>
5273
5274 * tramp.texi (Connection caching): Tramp flushes connection
5275 properties when remote operating system has been changed.
5276
4d8a28ec
MB
52772007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5278
5279 * gnus-news.texi: Fix spelling.
5280 `message-insert-formatted-citation-line', not
5281 `message-insert-formated-citation-line'.
5282
404cd454
GM
5283 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5284
e1176b47
MA
52852007-11-07 Michael Albinus <michael.albinus@gmx.de>
5286
5287 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 5288 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
5289 (Frequently Asked Questions): Add code example for highlighting the
5290 mode line.
5291
6159985a
MO
52922007-11-03 Michael Olson <mwolson@gnu.org>
5293
5294 * remember.texi: Change mentions of remember-buffer to
5295 remember-finalize throughout.
5296
bec9b2f5
MO
52972007-10-30 Michael Olson <mwolson@gnu.org>
5298
5299 * remember.texi (Copying): Remove.
5300 (Mailbox): Update with non-BBDB instructions.
5301 (Diary, Org): Add.
5302 (Bibliography, Planner Page): Remove.
5303
b6173182
JB
53042007-10-30 Juanma Barranquero <lekktu@gmail.com>
5305
5306 * makefile.w32-in (INFO_TARGETS): Add remember.
5307 (DVI_TARGETS): Add remember.dvi.
5308 ($(infodir)/remember): New rule.
5309 (clean): Add remember*.
5310
15f3eb73
MO
53112007-10-30 Michael Olson <mwolson@gnu.org>
5312
70bdc930
MO
5313 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5314 ($(infodir)/remember): New rule that builds the Remember Manual.
5315
b6173182
JB
5316 * remember.texi: New file containing the Remember Mode Manual.
5317 Shuffle chapters around after initial import.
7d3f6f1a
MO
5318 (Function Reference): Split Keystrokes into separate chapter.
5319 (Keystrokes): Document C-c C-k.
51d24a12 5320 (Introduction): Fix typographical issue with "---".
15f3eb73 5321
404cd454
GM
53222007-10-29 Richard Stallman <rms@gnu.org>
5323
5324 * widget.texi (Introduction): Delete discussion of implementation
5325 internals.
5326
9bbb9638
MA
53272007-10-29 Michael Albinus <michael.albinus@gmx.de>
5328
5329 * tramp.texi (Connection caching): Host names must be different
5330 when tunneling.
5331
c7ff939a
RS
53322007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5333
5334 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5335 Gnus v5.13.
5336
01c52d31
MB
53372007-10-28 Miles Bader <miles@gnu.org>
5338
5339 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5340
01c52d31
MB
53412007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5342
0c7efc08
SM
5343 * gnus.texi (Sorting the Summary Buffer):
5344 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
5345
53462007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5347
5348 * gnus.texi (Non-ASCII Group Names): New node.
5349 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5350 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5351
c8763fb6 53522007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5353
5354 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5355 clean the output of the program `imap-shell-program'.
5356
53572007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5358
5359 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5360
53612007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5362
5363 * gnus.texi (Sticky Articles): Documentation for sticky article
5364 buffers.
5365
c8763fb6 53662007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5367
5368 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5369
53702007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5371
5372 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5373
53742007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5375
0c7efc08
SM
5376 * gnus.texi (Archived Messages):
5377 Document gnus-update-message-archive-method.
01c52d31
MB
5378
53792007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5380
5381 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5382
c8763fb6 53832007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 5384
0c7efc08
SM
5385 * gnus.texi (Group Maneuvering):
5386 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
5387
53882007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5389
0c7efc08
SM
5390 * gnus.texi (Really Various Summary Commands):
5391 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
5392
53932007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5394
5395 * gnus.texi, message.texi: Bump version number.
5396
53972007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5398
5399 * gnus.texi (Group Line Specification, Misc Group Stuff)
5400 (Server Commands): Parenthesize @pxref{Mail Spool}.
5401
54022007-10-28 Didier Verna <didier@xemacs.org>
5403
5404 New user option: message-signature-directory.
5405 * message.texi (Insertion Variables): Document it.
5406 * gnus.texi (Posting Styles): Ditto.
5407
54082007-10-28 Didier Verna <didier@xemacs.org>
5409
5410 * gnus.texi (Group Line Specification):
5411 * gnus.texi (Misc Group Stuff):
5412 * gnus.texi (Server Commands): Document the group compaction feature.
5413
54142007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5415
5416 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5417
5418 * message.texi (Various Message Variables): Add message-fill-column.
5419
54202007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5421
5422 * gnus.texi: Untabify.
5423
54242007-10-28 Didier Verna <didier@xemacs.org>
5425
5426 * gnus.texi (Group Parameters): Document the posting-style merging
5427 process in topic-mode.
5428
54292007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5430
5431 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5432
54332007-10-28 Romain Francoise <romain@orebokech.com>
5434
5435 * gnus.texi (Mail Spool): Fix typo.
5436 Update copyright.
5437
54382007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5439
5440 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5441
54422007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5443
5444 * gnus.texi (Summary Generation Commands):
5445 Add gnus-summary-insert-ticked-articles.
5446
54472007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5448
b2abec73
JB
5449 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5450 to spam-spamassassin-program.
01c52d31
MB
5451
54522007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5453
5454 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5455
54562007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5457
5458 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5459
54602007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5461
5462 * message.texi (Mail Headers): Document `opportunistic'.
5463
54642007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5465
5466 * emacs-mime.texi (Encoding Customization): Explain how to set
5467 mm-coding-system-priorities per hierarchy.
5468
54692007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5470
5471 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5472 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5473
54742007-10-28 Didier Verna <didier@xemacs.org>
5475
5476 * message.texi (Wide Reply): Update documentation of
5477 message-dont-reply-to-names (now allowing a list of regexps).
5478
54792007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5480
5481 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5482
54832007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5484
5485 * gnus.texi (SpamAssassin back end): Fix typo.
5486
5487 * sieve.texi (Examples): Fix grammar.
5488
54892007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5490
5491 * gnus.texi (Searching for Articles): Document M-S and M-R.
5492 (Limiting): Document / b.
5493
54942007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5495
5496 * gnus.texi (Thread Commands): T M-^.
5497
54982007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5499
5500 * message.texi (Mail Aliases): Document ecomplete.
5501 (Mail Aliases): Fix typo.
5502
55032007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5504
5505 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5506 fix typo.
5507
55082007-10-28 Romain Francoise <romain@orebokech.com>
5509
5510 * gnus.texi (Mail Spool): Grammar fix.
5511
55122007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5513
5514 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5515 string.
5516
55172007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5518
5519 * gnus.texi (Group Parameters): Fix description.
5520
55212007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5522
b2abec73
JB
5523 * gnus.texi (Gmane Spam Reporting):
5524 Fix spam-report-gmane-use-article-number.
5525 Add spam-report-user-mail-address.
01c52d31
MB
5526
55272007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5528
5529 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5530
55312007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5532
5533 * gnus.texi (Group Parameters): Add simplified sorting example based on
5534 example for `Sorting the Summary Buffer' from Jari Aalto
5535 <jari.aalto@cante.net>.
5536 (Example Methods): Add example for an indirect connection.
5537
55382007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5539
0c7efc08 5540 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
5541 (Agent Parameters): Updated parameter names to match code.
5542 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5543 'gnus-agent-summary-fetch-series'.
5544 (Agent and flags): New section providing a generalized discussion
5545 of flag handling.
0c7efc08
SM
5546 (Agent and IMAP): Remove flag discussion.
5547 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
5548
55492007-10-28 Romain Francoise <romain@orebokech.com>
5550
5551 * gnus.texi (Exiting the Summary Buffer): Add new function
5552 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5553
55542007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5555
5556 * gnus.texi (Conformity): Fix typo.
5557 (Customizing Articles): Document `first'.
5558
55592007-10-28 Jari Aalto <jari.aalto@cante.net>
5560
5561 * gnus.texi (Sorting the Summary Buffer):
5562 Add `gnus-thread-sort-by-date-reverse'. Add example
5563 host to different sorting in NNTP and RSS groups.
5564
55652007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5566
5567 * message.texi (Insertion): Describe prefix for
5568 message-mark-inserted-region and message-mark-insert-file.
5569
55702007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5571
5572 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5573 LaTeX documents. Describe "text/x-gnus-verbatim".
5574
55752007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5576
b2abec73 5577 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
5578 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5579 (spam-stat spam filtering, SpamOracle)
0c7efc08 5580 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
5581 clarity.
5582
55832007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5584
5585 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5586 gnus-article-delete-part and gnus-article-replace-part.
5587 (Using MIME): Add gnus-mime-replace-part.
5588
55892007-10-28 Romain Francoise <romain@orebokech.com>
5590
5591 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5592 requires `auto-compression-mode' to be enabled. Add new nnml
5593 variable `nnml-compressed-files-size-threshold'.
5594
55952007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5596
0c7efc08
SM
5597 * gnus.texi (Sorting the Summary Buffer):
5598 Add gnus-thread-sort-by-recipient.
01c52d31
MB
5599
56002007-10-28 Romain Francoise <romain@orebokech.com>
5601
5602 * message.texi (Insertion Variables): Mention new variable
5603 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5604 documentation accordingly.
5605
56062007-10-28 Romain Francoise <romain@orebokech.com>
5607
5608 * gnus.texi (To From Newsgroups): Mention new variables
5609 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5610
56112007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5612
5613 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5614 stuff; gnus-mime-inline-part does the automatic decompression.
5615
56162007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5617
5618 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 5619 "training.ham" should be "training.spam".
01c52d31
MB
5620
56212007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5622
5623 * message.texi (Mail Variables): Fix the default value for
5624 message-send-mail-function.
5625
56262007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5627
5628 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5629 always returns nil exceptionally.
5630
56312007-10-28 Simon Josefsson <jas@extundo.com>
5632
0c7efc08
SM
5633 * gnus.texi (Article Washing): Add libidn URL.
5634 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
5635
56362007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5637
5638 * gnus.texi (Topic Commands): Fix next/previous.
5639
56402007-10-28 Simon Josefsson <jas@extundo.com>
5641
5642 * gnus.texi (Article Washing): Mention `W i'.
5643
c8763fb6 56442007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
5645
5646 * gnus.texi (Group Parameters): Slight extension of sieve
5647 parameter description.
5648
56492007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5650
5651 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5652 matching score files as well.
5653 (Picons): Describe `gnus-picon-style'.
5654
56552007-10-28 Romain Francoise <romain@orebokech.com>
5656
5657 * message.texi (Message Headers): Mention that headers are hidden
5658 using narrowing, and how to expose them.
5659 Update copyright.
5660
56612007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5662
5663 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5664 `gnus-summary-sort-by-recipient'.
5665
56662007-10-28 Romain Francoise <romain@orebokech.com>
5667
5668 * gnus.texi (NNTP marks): New node.
5669 (NNTP): Move NNTP marks variables to the new node.
5670
56712007-10-28 Jesper Harder <harder@ifa.au.dk>
5672
b2abec73 5673 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
5674
5675 * gnus.texi (MIME Commands, Hashcash): Markup fix.
5676
56772007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5678
b2abec73 5679 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 5680 everywhere for consistency.
b2abec73
JB
5681 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5682 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
5683 Say "regular expression" instead of "regex." Admonish.
5684 Pick other words to sound better (s/so/thus/).
5685 (Spam ELisp Package Filtering of Incoming Mail):
5686 Mention statistical filters. Remove old TODO.
01c52d31 5687 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
5688 New section on sorting and displaying the spam score.
5689 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5690 backend but an alias to spam-use-BBDB.
5691 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
5692 new backend functionality.
5693
56942007-10-28 Simon Josefsson <jas@extundo.com>
5695
5696 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5697 nntp-marks-directory, from Romain Francoise
5698 <romain@orebokech.com>.
5699
57002007-10-28 Magnus Henoch <mange@freemail.hu>
5701
5702 * gnus.texi (Hashcash): New default value of
5703 hashcash-default-payment.
5704
57052007-10-28 Simon Josefsson <jas@extundo.com>
5706
5707 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5708 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5709
57102007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5711
0c7efc08 5712 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5713
57142007-10-28 Simon Josefsson <jas@extundo.com>
5715
5716 * gnus.texi (documentencoding): Add, to avoid warnings.
5717
57182007-10-28 Simon Josefsson <jas@extundo.com>
5719
5720 * message.texi (Mail Headers): Add.
5721
5722 * gnus.texi (Hashcash): Fix.
5723
57242007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5725
0c7efc08 5726 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5727 that payments can be verified and fix the name of the
b2abec73 5728 hashcash-path variable.
01c52d31
MB
5729
57302007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5731
b2abec73 5732 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5733
57342007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5735
5736 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5737
57382007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5739
5740 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5741 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5742 warning about ham processors in spam groups removed.
01c52d31
MB
5743
57442007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5745
0c7efc08 5746 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5747 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5748
57492007-10-28 Jesper Harder <harder@ifa.au.dk>
5750
5751 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5752 (Mailing List): Typo.
5753 (Customizing Articles): Add gnus-treat-ansi-sequences.
5754 (Article Washing): Index.
5755
5756 * message.texi: Use m-dash consistently.
5757
57582007-10-28 Jesper Harder <harder@ifa.au.dk>
5759
5760 * gnus.texi (GroupLens): Remove.
5761
57622007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5763
0c7efc08
SM
5764 * gnus.texi (Outgoing Messages, Agent Variables):
5765 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5766 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5767
57682007-10-28 Jesper Harder <harder@ifa.au.dk>
5769
5770 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5771
57722007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5773
5774 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5775
5776 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5777
57782007-10-28 Simon Josefsson <jas@extundo.com>
5779
5780 * gnus.texi (Top): Add SASL.
5781
404cd454
GM
57822007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5783
5784 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5785
57862007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5787
5788 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5789
0edd2970
JB
57902007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5791
5792 * calc.texi (Formulas, Composition Basics): Lower the
5793 precedence of negation.
5794
a9afba20
JY
57952007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5796
5797 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5798 Mention the new three-letter column identifiers.
5799 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5800 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5801 message when using `c' on an empty default with default printer.
5802 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5803 renamed to `ses--symbolic-formulas' some time ago.
5804
45b778a6
JB
58052007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5806
5807 * calc.texi (Default Simplifications, Making Selections)
5808 (Customizing Calc): Clarify associativity of multiplication.
5809
03b5bade
MA
58102007-10-23 Michael Albinus <michael.albinus@gmx.de>
5811
5812 * tramp.texi (Traces and Profiles): Simplify loop over
5813 `trace-function-background'.
5814
e658c8ee
JL
58152007-10-22 Juri Linkov <juri@jurta.org>
5816
5817 * dired-x.texi (Shell Command Guessing): Default values are now
5818 available by typing M-n instead of M-p.
5819
dd753688
MA
58202007-10-21 Michael Albinus <michael.albinus@gmx.de>
5821
5822 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5823 (Password caching): Remove `tramp-clear-passwd'.
5824 It's not a command anymore.
dd753688
MA
5825 (Bug Reports): Add `tramp-bug' to function index.
5826 (Function Index, Variable Index): New nodes.
5827 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5828
5829 * trampver.texi: Update release number.
5830
4bb49b43
JB
58312007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5832
8b296cdd 5833 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5834 about integer size into past tense.
5835 (Time Zones): Remove pointer to Calc author's address.
5836 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5837 and hyperbolic cotangent. Fix typo.
4bb49b43 5838
311dd93f
MA
58392007-10-10 Michael Albinus <michael.albinus@gmx.de>
5840
5841 Sync with Tramp 2.1.11.
5842
5843 * trampver.texi: Update release number.
5844
ea3fc256
MA
58452007-10-06 Michael Albinus <michael.albinus@gmx.de>
5846
5847 * tramp.texi (External packages): New section.
5848
1af74d06
MB
58492007-09-29 Juri Linkov <juri@jurta.org>
5850
5851 * info.texi (Help-Int): Document `L' (`Info-history').
5852
0e2806fa
SM
58532007-09-26 Carsten Dominik <dominik@science.uva.nl>
5854
5855 * org.texi: Change links to webpage and maintained email.
5856 (Remember): Promote to Chapter, significant changes.
5857 (Fast access to TODO states): New section.
5858 (Faces for TODO keywords): New section.
5859 (Export options): Example for #+DATE.
5860 (Progress logging): Section moved.
5861
567b9191
BW
58622007-09-26 Bill Wohler <wohler@newt.com>
5863
5864 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5865 browse-url-at-mouse.
5866
1af74d06
MB
58672007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5868
5869 * flymake.texi (Customizable variables): Face names don't end in -face.
5870 Fix flymake-err-line-patterns template.
5871 (Example -- Configuring a tool called directly): Fix init-function.
5872 (Highlighting erroneous lines): Face names don't end in -face.
5873
d60a4e3a 58742007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5875
5876 * erc.texi (Special-Features): Fix small typo.
5877
7d7a3510
MA
58782007-09-14 Michael Albinus <michael.albinus@gmx.de>
5879
5880 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5881 and "External transfer methods".
5882
285f0d3a
JB
58832007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5884
5885 * calc.texi (Predefined Units): Add some history.
5886
526dc846
MO
58872007-09-08 Michael Olson <mwolson@gnu.org>
5888
87e04f16
JB
5889 * erc.texi (Copying): New section included from gpl.texi.
5890 This matches the look of the upstream ERC manual.
526dc846 5891
f10d0e80
JB
58922007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5893
87e04f16 5894 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5895 (Random Numbers): Clarify the distribution of `random'.
5896
4009494e
GM
58972007-09-06 Glenn Morris <rgm@gnu.org>
5898
f1fc42aa 5899 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5900 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5901 Change all setfilename commands to use ../../info.
5902 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5903 refer to the Emacs manual here.
5904 (infodir): New variable.
5905 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5906 (cc-mode.texi, faq.texi): Update references to source file locations.
5907 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5908 do not refer to the Emacs manual here.
5909 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5910
5911 * Makefile.in: Add `basename' versions of all info targets, for
5912 convenience when rebuilding just one manual.
5913 (../etc/GNU): Delete obsolete target.
5914 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5915 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5916 *.vrs *.toc here...
5917 (maintainer-clean): ...from here.
4009494e
GM
5918
5919 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5920
2de53ca6
GM
59212007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5922
5923 * calc.texi (Date Conversions): Clarify definition of
5924 Julian day numbering.
5925 (Date Forms): Clarify definition of Julian day numbering;
5926 add some history.
5927
59282007-08-30 Carsten Dominik <dominik@science.uva.nl>
5929
87e04f16 5930 * org.texi: Version 5.07.
2de53ca6
GM
5931
59322007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5933
5934 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5935
59362007-08-22 Carsten Dominik <dominik@science.uva.nl>
5937
5938 * org.texi (Adding hyperlink types): New section.
5939 (Embedded LaTeX): Chapter updated because of LaTeX export.
5940 (LaTeX export): New section.
5941 (Using links out): New section.
5942
59432007-08-22 Glenn Morris <rgm@gnu.org>
5944
5945 * faq.texi (Learning how to do something): Refcards now in
5946 etc/refcards/ directory.
5947
59482007-08-22 Michael Albinus <michael.albinus@gmx.de>
5949
5950 * tramp.texi (Remote Programs): Persistency file must be cleared when
5951 changing `tramp-remote-path'.
5952 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5953 macro.
5954
59552007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5956
5957 * calc.texi: Move contents to beginning of file.
5958 (Algebraic Entry): Fix the formatting of an example.
5959
59602007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5961
5962 * calc.texi (Basic Operations on Units): Mention exact versus
5963 inexact conversions.
5964
59652007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5966
5967 * calc.texi (Basic Operations on Units): Mention default
5968 values for new units.
5969 (Quick Calculator Mode): Mention that binary format will
5970 be displayed.
5971
59722007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5973
5974 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5975
59762007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5977
5978 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5979
59802007-08-08 Glenn Morris <rgm@gnu.org>
5981
5982 * gnus.texi, sieve.texi: Replace `iff'.
5983
59842007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5985
5986 * calc.texi (Basic Graphics): Mention the graphing of error
5987 forms.
5988 (Graphics Options): Mention how `g s' handles error forms.
5989 (Curve Fitting): Mention plotting the curves.
5990 (Standard Nonlinear Models): Add additional models.
5991 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5992 (Linear Fits): Correct result.
5993
59942007-08-01 Alan Mackenzie <acm@muc.de>
5995
5996 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5997 to "--no-site-file".
5998
59992007-07-29 Michael Albinus <michael.albinus@gmx.de>
6000
6001 * tramp.texi (Frequently Asked Questions): Point to mode line
6002 extension in Emacs 23.1.
6003
6004 * trampver.texi: Update release number.
6005
60062007-07-27 Glenn Morris <rgm@gnu.org>
6007
6008 * calc.texi (Copying): Include license text from gpl.texi, rather than
6009 in-line.
6010
60112007-07-25 Glenn Morris <rgm@gnu.org>
6012
6013 * calc.texi (Copying): Replace license with GPLv3.
6014
6015 * Relicense all FSF files to GPLv3 or later.
6016
60172007-07-22 Michael Albinus <michael.albinus@gmx.de>
6018
6019 Sync with Tramp 2.1.10.
6020
6021 * tramp.texi (trampfn): Expand macro implementation in order to handle
6022 empty arguments.
6023 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 6024 occurrences by trampfn.
2de53ca6 6025 (Frequently Asked Questions): Extend example code for host
b2abec73 6026 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
6027 file names to be typed.
6028
6029 * trampver.texi: Update release number.
6030
60312007-07-17 Michael Albinus <michael.albinus@gmx.de>
6032
6033 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
6034 section. Reported by <poti@potis.org>.
6035 (Remote processes): Arguments of the program to be debugged are taken
6036 literally.
6037 (Frequently Asked Questions): Simplify recentf example.
6038
60392007-07-14 Karl Berry <karl@gnu.org>
6040
6041 * info.texi (@copying): New Back-Cover Text.
6042
6043 * info.texi (Quitting Info): Move to proper place in source.
6044 (Reported by Benno Schulenberg.)
6045
60462007-07-13 Eli Zaretskii <eliz@gnu.org>
6047
6048 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
6049
6050 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
6051
6052 * emacs-mime.texi: Add @documentencoding directive.
6053
60542007-07-12 Nick Roberts <nickrob@snap.net.nz>
6055
6056 * tramp.texi (Remote processes): Add an anchor to the subsection
6057 "Running a debugger on a remote host".
6058
60592007-07-12 Michael Albinus <michael.albinus@gmx.de>
6060
6061 * tramp.texi (Remote processes): Don't call it "experimental" any
6062 longer. Add subsection about running a debugger on a remote host.
6063
60642007-07-10 Carsten Dominik <dominik@science.uva.nl>
6065
6066 * org.texi (Properties and columns): Chapter rewritten.
6067
60682007-07-08 Michael Albinus <michael.albinus@gmx.de>
6069
6070 * tramp.texi:
6071 * trampver.texi: Migrate to Tramp 2.1.
6072
60732007-07-02 Carsten Dominik <dominik@science.uva.nl>
6074
6075 * org.texi (Properties): New chapter.
6076
60772007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6078
6079 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6080 Control Panel.
6081
6082 * gnus.texi (Misc Article): Add index entry for
6083 gnus-single-article-buffer.
6084
60852007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
6086
6087 * gnus.texi (Starting Up): Fix typo.
6088
60892007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
6090
6091 * gnus.texi (Asynchronous Fetching): Fix typo.
6092
60932007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6094
6095 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6096 (About This Manual): Remove redundant information.
6097 (Getting Started): Mention author.
6098 (Basic Arithmetic, Customizing Calc): Make description of the
6099 variable `calc-multiplication-has-precedence' match its new effect.
6100
61012007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6102
0c7efc08
SM
6103 * calc.texi (Basic Arithmetic, Customizing Calc):
6104 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
6105
61062007-06-19 Carsten Dominik <dominik@science.uva.nl>
6107
6108 * org.texi (Tag): Section swapped with node Timestamps.
6109 (Formula syntax for Lisp): Document new `L' flag.
6110
61112007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6112
6113 * gnus.texi (Misc Group Stuff, Summary Buffer)
6114 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6115
61162007-06-06 Juanma Barranquero <lekktu@gmail.com>
6117
6118 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6119 * gnus.texi (Article Buttons, Mail Source Customization)
6120 (Sending or Not Sending, Customizing NNDiary):
6121 * message.texi (Message Headers):
6122 * mh-e.texi (HTML): Fix typos.
6123
61242007-06-07 Michael Albinus <michael.albinus@gmx.de>
6125
6126 Sync with Tramp 2.0.56.
6127
6128 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6129 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6130
61312007-06-02 Chong Yidong <cyd@stupidchicken.com>
6132
6133 * Version 22.1 released.
6134
61352007-05-26 Michael Olson <mwolson@gnu.org>
6136
6137 * erc.texi (Modules): Fix references to completion modules.
6138
61392007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6140
6141 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6142
61432007-05-09 Didier Verna <didier@xemacs.org>
6144
6145 * gnus.texi (Email Based Diary): New. Proper documentation for the
6146 nndiary back end and the gnus-diary library.
6147
61482007-05-03 Karl Berry <karl@gnu.org>
6149
6150 * .cvsignore (*.pdf): New entry.
6151
6152 * texinfo.tex: Update from current version for better pdf generation.
6153
61542007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6155
6156 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6157
61582007-04-28 Glenn Morris <rgm@gnu.org>
6159
6160 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6161 consideration of legal status.
6162
61632007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6164
6165 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6166
61672007-04-24 Chong Yidong <cyd@stupidchicken.com>
6168
6169 * faq.texi (New in Emacs 22): python.el removed.
6170
61712007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6172
6173 * calc.texi (Reporting bugs): Update maintainer's address.
6174
61752007-04-22 Chong Yidong <cyd@stupidchicken.com>
6176
6177 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6178
61792007-04-15 Jay Belanger <belanger@truman.edu>
6180
6181 * calc.texi (Title page): Remove the date.
6182 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6183 (The Standard Calc Interface): Change trail title.
6184 (Floats): Mention that when non-decimal floats are entered, only
6185 approximations are stored.
6186 (Copying): Move to the appendices.
6187 (GNU Free Documentation License): Add as an appendix.
6188
61892007-04-15 Chong Yidong <cyd@stupidchicken.com>
6190
6191 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6192 * dired-x.texi, ebrowse.texi, ediff.texi:
6193 * emacs-mime.texi, erc.texi, eshell.texi:
6194 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6195 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6196 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6197 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6198 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6199 * woman.texi: Include GFDL.
6200
6201 * doclicense.texi: Remove node heading, so that it can be included by
6202 other files.
6203
6204 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6205
6206 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6207 than *.
6208
62092007-04-14 Carsten Dominik <dominik@science.uva.nl>
6210
6211 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6212 in Calc.
6213
62142007-04-09 Romain Francoise <romain@orebokech.com>
6215
6216 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6217 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6218 replace mouse-2.
6219
62202007-04-08 Chong Yidong <cyd@stupidchicken.com>
6221
6222 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6223 renamed to woman-use-topic-at-point. Document new behavior.
6224
62252007-04-08 Richard Stallman <rms@gnu.org>
6226
6227 * url.texi: Fix some indexing.
6228 (Disk Caching): Drop discussion of old/other Emacs versions.
6229
62302007-04-07 Chong Yidong <cyd@stupidchicken.com>
6231
6232 * url.texi (Disk Caching): Say Emacs 21 "and later".
6233
6234 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6235 on Font locking which now mentions JIT lock.
6236
62372007-04-01 Michael Olson <mwolson@gnu.org>
6238
6239 * erc.texi: Update for the ERC 5.2 release.
6240
62412007-03-31 David Kastrup <dak@gnu.org>
6242
6243 * woman.texi (Topic, Interface Options): Explain changes semantics of
6244 woman-manpath in order to consider MANPATH_MAP entries.
6245
62462007-03-31 Eli Zaretskii <eliz@gnu.org>
6247
6248 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6249
62502007-03-26 Richard Stallman <rms@gnu.org>
6251
6252 * pgg.texi (Caching passphrase): Clean up previous change.
6253
62542007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6255
6256 * gnus.texi (Setting Process Marks): Fix typo.
6257
62582007-03-25 Romain Francoise <romain@orebokech.com>
6259
6260 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6261 readability, and include various fixes by Daniel Brockman, Nick Roberts
6262 and Dieter Wilhelm.
6263
62642007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6265
6266 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6267
6268 * gnus.texi (Mail Source Specifiers): Fix typo.
6269
62702007-03-22 Ralf Angeli <angeli@caeruleus.net>
6271
6272 * reftex.texi (Imprint): Update maintainer information.
6273
62742007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6275
6276 * message.texi (Message Buffers): Update documentation for
6277 message-generate-new-buffers.
6278
62792007-03-15 Daiki Ueno <ueno@unixuser.org>
6280
6281 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6282
62832007-03-21 Glenn Morris <rgm@gnu.org>
6284
6285 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6286
62872007-03-19 Chong Yidong <cyd@stupidchicken.com>
6288
6289 * eshell.texi (Known problems): Emacs 21 -> 22.
6290
6291 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6292
62932007-03-18 Jay Belanger <belanger@truman.edu>
6294
6295 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6296
62972007-03-12 Glenn Morris <rgm@gnu.org>
6298
6299 * calc.texi (Time Zones): Switch to new North America DST rule.
6300
6301 * calc.texi: Replace "daylight savings" with "daylight
6302 saving" in text throughout.
6303
63042007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6305
6306 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6307 The variable now uses a list of symbols instead of just a symbol.
6308 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6309
63102007-03-06 Romain Francoise <romain@orebokech.com>
6311
6312 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6313 new packages, and mention Gnus update.
6314
63152007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6316
6317 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6318 nntp-open-connection-functions-never-echo-commands.
6319
63202007-02-27 Chong Yidong <cyd@stupidchicken.com>
6321
6322 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6323 problems on the console, and security risk in not using gpg-agent.
6324
63252007-02-25 Carsten Dominik <dominik@science.uva.nl>
6326
0c7efc08 6327 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
6328 Completely reorganized and rewritten.
6329 (CamelCase links): Section removed.
6330 (Repeating items): New section.
6331 (Tracking TODO state changes): New section.
6332 (Agenda views): Chapter reorganized and rewritten.
6333 (HTML export): Section rewritten.
6334 (Tables in arbitrary syntax): New section.
6335 (Summary): Better feature summary.
6336 (Activation): Document problem with cut-and-paste of Lisp code
6337 from PDF files.
6338 (Visibility cycling): Document indirect buffer use.
6339 (Structure editing): Document sorting.
6340 (Remember): Section rewritten.
6341 (Time stamps): Better description of time stamp types.
6342 (Tag searches): Document regular expression search for tags.
6343 (Stuck projects): New section.
6344 (In-buffer settings): New keywords.
6345 (History and Acknowledgments): Updated description.
6346
63472007-02-24 Alan Mackenzie <acm@muc.de>
6348
6349 * cc-mode.texi (Movement Commands): Insert two missing command names.
6350 (Getting Started): Slight wording correction (use conditional).
6351
63522007-02-22 Kim F. Storm <storm@cua.dk>
6353
6354 * widget.texi (User Interface, Basic Types): Document need to put some
6355 text before the %v escape in :format string in editable-field widget.
6356
63572007-02-18 Romain Francoise <romain@orebokech.com>
6358
6359 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6360 `cvs-mode-quit'.
6361
63622007-02-10 Markus Triska <markus.triska@gmx.at>
6363
6364 * widget.texi (Programming Example): Put constant strings in :format.
6365
63662007-02-07 Juanma Barranquero <lekktu@gmail.com>
6367
6368 * faq.texi (Fullscreen mode on MS-Windows): New node.
6369
63702007-02-04 David Kastrup <dak@gnu.org>
6371
6372 * faq.texi (AUCTeX): Update version number. Should probably be done
6373 for other packages as well.
6374
63752007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6376
6377 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6378 <tassilo@member.fsf.org>.
6379
63802007-01-27 Eli Zaretskii <eliz@gnu.org>
6381
6382 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6383 ls-lisp-use-localized-time-format.
6384
63852007-01-20 Markus Triska <markus.triska@gmx.at>
6386
6387 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6388
63892007-01-13 Michael Olson <mwolson@gnu.org>
6390
6391 * erc.texi (Modules): Mention capab-identify module.
6392
63932007-01-05 Michael Olson <mwolson@gnu.org>
6394
6395 * erc.texi (Getting Started): Update for /RECONNECT command.
6396
63972007-01-04 Richard Stallman <rms@gnu.org>
6398
6399 * ebrowse.texi: Change C-c b to C-c C-m.
6400
64012007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6402
6403 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6404 variables only in info to avoid redundant entries in the printed
6405 manual.
6406
64072007-01-02 Daiki Ueno <ueno@unixuser.org>
6408
6409 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6410
64112007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6412
6413 * message.texi (Security): Split into sub-nodes.
6414
64152007-01-01 Alan Mackenzie <acm@muc.de>
6416
6417 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6418 eval-after-load in Emacs <=21 and a workaround. Document that
6419 trigraphs are not supported.
6420
64212007-01-01 Alan Mackenzie <acm@muc.de>
6422
6423 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6424 c-context-line-break. When invoked within a string, preserve
6425 whitespace. Add a backslash only when also in a macro.
6426
64272007-01-01 Alan Mackenzie <acm@muc.de>
6428
6429 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6430
64312007-01-01 Alan Mackenzie <acm@muc.de>
6432
6433 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6434 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6435
64362007-01-01 Alan Mackenzie <acm@muc.de>
6437
6438 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6439 "Choosing a Style".
6440
6441 * cc-mode.texi ("Styles"): Add @dfn{style}.
6442
64432006-12-30 Michael Albinus <michael.albinus@gmx.de>
6444
6445 Sync with Tramp 2.0.55.
6446
6447 * trampver.texi: Update release number.
6448
64492006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6450
6451 * gnus.texi (Customizing Articles): Add index entries for all
6452 gnus-treat-* variables.
6453
c8763fb6 64542006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6455
6456 * gnus.texi (IMAP): Fix incorrect explanation of
6457 nnimap-search-uids-not-since-is-evil in documentation for
6458 nnimap-expunge-search-string.
6459
64602006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6461
6462 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6463 spam-ifile-database.
6464
64652006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6466
6467 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6468 rebind C-s.
6469
c8763fb6 64702006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6471
6472 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6473 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6474 "expiring mail".
6475 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6476 nnimap-nov-is-evil.
6477
64782006-12-25 Kevin Ryde <user42@zip.com.au>
6479
6480 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6481 about the key procedure being used heavily.
6482
64832006-12-24 Chong Yidong <cyd@stupidchicken.com>
6484
6485 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6486 to t.
6487 (Prerequisites): Add explanation about gpg-agent.
6488
64892006-12-22 Kevin Ryde <user42@zip.com.au>
6490
6491 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6492 "sort" instead of "sort*".
6493
64942006-12-19 Richard Stallman <rms@gnu.org>
6495
6496 * calc.texi (History and Acknowledgements): Recognize that Emacs
6497 now does have floating point.
6498
64992006-12-19 Michael Albinus <michael.albinus@gmx.de>
6500
6501 * tramp.texi (External transfer methods): Describe new method `scpc'.
6502
65032006-12-17 Sascha Wilde <wilde@sha-bang.de>
6504
6505 * pgg.texi: Added short note on gpg-agent to the introduction.
6506
65072006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6508
6509 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6510 also applies to Cc.
6511
65122006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6513
6514 * gnus.texi (X-Face): Clarify. Say which programs are required
6515 on Windows.
6516
65172006-12-08 Michael Olson <mwolson@gnu.org>
6518
6519 * erc.texi (Modules): Remove documentation for list module.
6520
c8763fb6 65212006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
6522
6523 * faq.texi (^M in the shell buffer): Ditto.
6524
65252006-11-20 Michael Olson <mwolson@gnu.org>
6526
6527 * erc.texi: Call this the 5.2 stable pre-release of ERC.
6528
65292006-11-17 Carsten Dominik <dominik@science.uva.nl>
6530
6531 * org.texi: Fix typos.
6532 (Agenda commands): Document `C-k'.
6533
65342006-11-16 Eli Zaretskii <eliz@gnu.org>
6535
6536 * url.texi (http/https): Fix a typo in the HTTP URL.
6537
65382006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6539
6540 * ada-mode.texi: Total rewrite.
6541
65422006-11-13 Carsten Dominik <dominik@science.uva.nl>
6543
6544 * org.texi: Minor typo fixes.
6545
65462006-11-13 Bill Wohler <wohler@newt.com>
6547
6548 Release MH-E manual version 8.0.3.
6549
6550 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6551 release 8.0.3.
6552
6553 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6554 to set MAILDIR.
6555 (Reading Mail): Document the customization of read-mail-command
6556 for MH-E.
6557 (Viewing Attachments): Document mm-discouraged-alternatives.
6558 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6559 (Junk): Add more information about the settings of mh-junk-background
6560 in a program. Add /usr/bin/mh to PATH in examples.
6561
65622006-11-12 Richard Stallman <rms@gnu.org>
6563
6564 * woman.texi: Update author address but say he no longer maintains it.
6565
65662006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6567
6568 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6569 archived trees.
6570 (Checkboxes): Section moved to chapter 5, and extended.
6571 (The date/time prompt): New section.
6572 (Link abbreviations): New section.
6573 (Presentation and sorting): New section.
6574 (Custom agenda views): Section completely rewritten.
6575 (Summary): Compare with Planner.
6576 (Feedback): More info about creating backtraces.
6577 (Plain lists): Modified example.
6578 (Breaking down tasks): New section.
6579 (Custom time format): New section.
6580 (Time stamps): Document inactive timestamps.
6581 (Setting tags): More details about fast tag selection.
6582 (Block agenda): New section.
6583 (Custom agenda views): Section rewritten.
6584 (Block agenda): New section.
6585
65862006-11-07 Michael Albinus <michael.albinus@gmx.de>
6587
6588 * tramp.texi (Configuration): scp is the default method.
6589 (Default Method): Use ssh as example for another method.
6590
65912006-10-27 Richard Stallman <rms@gnu.org>
6592
6593 * woman.texi: Downcase nroff/troff/roff.
6594 (Installation): Chapter deleted. Some xrefs deleted.
6595 (Background): woman doesn't advise man ;-).
6596
c8763fb6 65972006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6598
6599 * ada-mode.texi (Project files, Identifier completion)
6600 (Automatic Casing, Debugging, Using non-standard file names)
6601 (Working Remotely): Fix typos.
6602
66032006-10-20 Masatake YAMATO <jet@gyve.org>
6604
0c7efc08 6605 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
6606 sample code `my-c-initialization-hook'.
6607
66082006-10-19 Stuart D. Herring <herring@lanl.gov>
6609
6610 * widget.texi: Fix typos.
6611
66122006-10-19 Michael Albinus <michael.albinus@gmx.de>
6613
6614 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6615 "???". There have been no complaints for years, so the information
6616 must be appropriate.
6617
66182006-10-16 Richard Stallman <rms@gnu.org>
6619
6620 * widget.texi: Use @var instead of capitalization.
6621 Clarify many widget type descriptions.
6622
66232006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6624
6625 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6626 gnus-dired-attach.
6627 (Selecting a Group): Fix typo.
6628
c8763fb6 66292006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6630
6631 * widget.texi: Fix typos.
6632
66332006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
6634
6635 * gnus.texi (Image Enhancements): Update for Emacs 22.
6636
6637 * gnus-faq.texi ([1.3]): Update.
6638
66392006-10-06 Richard Stallman <rms@gnu.org>
6640
6641 * faq.texi (Displaying the current line or column):
6642 Delete "As of Emacs 20".
6643
66442006-10-06 Romain Francoise <romain@orebokech.com>
6645
6646 * faq.texi (VM): VM works with Emacs 22 too.
6647
66482006-10-06 Richard Stallman <rms@gnu.org>
6649
6650 * ebrowse.texi: Remove Emacs version "21" from title.
6651
66522006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
6653
6654 * gnus.texi (Foreign Groups): Say where change of editing commands are
6655 stored. Add reference to `gnus-parameters'.
6656
66572006-09-15 Jay Belanger <belanger@truman.edu>
6658
6659 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6660 Change "Library Public License" to "Lesser Public License"
6661 throughout. Use "yyyy" to represent year.
6662
66632006-09-15 Carsten Dominik <dominik@science.uva.nl>
6664
6665 * org.texi (Setting tags): Typo fix.
6666
66672006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
6668
6669 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6670
66712006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6672
6673 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6674
66752006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6676
6677 * faq.texi (Escape sequences in shell output): EMACS is now set
6678 to Emacs's absolute file name, not to "t".
6679 (^M in the shell buffer): Likewise.
6680 * misc.texi (Interactive Shell): Likewise.
6681
66822006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6683
6684 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6685 mails with pop3-leave-mail-on-server. Fix wording.
6686 (Limiting): Improve gnus-summary-limit-to-articles.
6687 (X-Face): Fix typo.
6688
66892006-09-11 Simon Josefsson <jas@extundo.com>
6690
6691 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6692 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6693
66942006-09-06 Simon Josefsson <jas@extundo.com>
6695
6696 * smtpmail.texi (Authentication): Mention SSL.
6697
66982006-09-01 Eli Zaretskii <eliz@gnu.org>
6699
6700 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6701 Don't use @indicateurl.
6702
6703 * cc-mode.texi (Subword Movement): Don't use @headitem.
6704 (Custom Braces, Clean-ups): Don't use @tie.
6705
67062006-08-29 Michael Albinus <michael.albinus@gmx.de>
6707
6708 Sync with Tramp 2.0.54.
6709
6710 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6711 Suggested by Adrian Phillips <a.phillips@met.no>.
6712
67132006-08-15 Carsten Dominik <dominik@science.uva.nl>
6714
6715 * org.texi (Installation, Activation): Split from Installation and
6716 Activation.
6717 (Clocking work time): Documented new features.
6718
67192006-08-13 Alex Schroeder <alex@gnu.org>
6720
6721 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6722 example.
6723
67242006-08-12 Eli Zaretskii <eliz@gnu.org>
6725
6726 * faq.texi (How to add fonts): New node.
6727
67282006-08-05 Romain Francoise <romain@orebokech.com>
6729
6730 * faq.texi (New in Emacs 22): Expand.
6731
67322006-08-03 Michael Olson <mwolson@gnu.org>
6733
6734 * erc.texi: Update for ERC 5.1.4.
6735
67362006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6737
6738 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6739 in .../site-lisp/gnus/ by default.
6740 [ From gnus-news.texi in the trunk. ]
6741
67422006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6743
6744 * gnus.texi (MIME Commands): Additions for yEnc.
6745
67462006-07-24 Richard Stallman <rms@gnu.org>
6747
6748 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6749 * faq.texi: Move periods and commas inside quotes.
6750
67512006-07-20 Jay Belanger <belanger@truman.edu>
6752
6753 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6754
67552006-07-18 Chong Yidong <cyd@stupidchicken.com>
6756
6757 * faq.texi (Security risks with Emacs): Document Emacs 22
6758 file-local-variable mechanism.
6759
67602006-07-12 Michael Olson <mwolson@gnu.org>
6761
6762 * erc.texi: Update for ERC 5.1.3.
6763
67642006-07-12 Alex Schroeder <alex@gnu.org>
6765
6766 * rcirc.texi: Fix typos.
6767 (Getting started with rcirc): New calling convention for M-x irc.
6768 Mention #rcirc. Removed channel tracking.
0c7efc08 6769 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6770 recently, eg. rcirc-server to rcirc-default-server. Added
6771 documentation for rcirc-authinfo, some background for Bitlbee, and
6772 rcirc-track-minor-mode.
0c7efc08 6773 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6774 Scrolling.
0c7efc08 6775 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6776 to match code changes.
6777
67782006-07-10 Nick Roberts <nickrob@snap.net.nz>
6779
6780 * gnus.texi, message.texi: Fix typos.
6781
67822006-07-07 Carsten Dominik <dominik@science.uva.nl>
6783
6784 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6785 commands.
6786 (Global TODO list): Document the use of the variables
6787 `org-agenda-todo-ignore-scheduled' and
6788 `org-agenda-todo-list-sublevels'.
6789
67902006-07-05 Richard Stallman <rms@gnu.org>
6791
6792 * faq.texi (Scrolling only one line): Fix xref.
6793
67942006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6795
6796 * faq.texi (Evaluating Emacs Lisp code):
6797 Throughout, replace eval-current-buffer with eval-buffer.
6798
67992006-07-03 Richard Stallman <rms@gnu.org>
6800
6801 * rcirc.texi (Scrolling conservatively): Fix xref.
6802
6803 * pcl-cvs.texi (Viewing differences): Usage fix.
6804
68052006-07-03 Carsten Dominik <dominik@science.uva.nl>
6806
6807 * org.texi (Agenda commands): Document `s' key to save all org-mode
6808 buffers.
6809
68102006-06-30 Ralf Angeli <angeli@caeruleus.net>
6811
6812 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6813 names. Mention `cvs-msg' face.
6814
68152006-06-29 Carsten Dominik <dominik@science.uva.nl>
6816
6817 * org.texi (Checkboxes): New section.
6818
68192006-06-28 Carsten Dominik <dominik@science.uva.nl>
6820
6821 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6822 throughout this chapter.
6823
68242006-06-27 Chong Yidong <cyd@stupidchicken.com>
6825
6826 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6827 text for standalone vs Emacs info.
6828 (Help): Clarify header line description. Use mouse-1 for clicks.
6829 (Help-P): Use mouse-1 for clicks.
6830 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6831 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6832 (Choose menu subtopic): Remove gratuitous Emacs command names.
6833 (Help-FOO): Put usual behavior first.
6834 (Help-Xref): Clicking on xrefs works in Emacs.
6835 (Search Text): Clarify what the default behavior is.
6836 (Create Info buffer): Fix Emacs window/X window confusion.
6837 (Emacs Info Variables): Fix for new Emacs init file behavior.
6838
68392006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6840
6841 * gnus.texi (Summary Buffer Lines): Fix typo.
6842
68432006-06-23 Carsten Dominik <dominik@science.uva.nl>
6844
6845 * org.texi (Embedded LaTeX): New chapter.
6846 (Archiving): Section rewritten.
6847 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6848
68492006-06-20 Bill Wohler <wohler@newt.com>
6850
6851 Release MH-E manual version 8.0.1.
6852
6853 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6854 release 8.0.1.
6855 (Preface): Depend on GNU mailutils 1.0 and higher.
6856
68572006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6858
6859 * message.texi (News Headers): Update message-syntax-checks section.
6860
68612006-06-19 Karl Berry <karl@gnu.org>
6862
6863 * info.texi (Advanced): Mention C-q, especially with ?.
6864
68652006-06-19 Carsten Dominik <dominik@science.uva.nl>
6866
6867 * org.texi (Publishing links): Document the `:link-validation-function'
6868 property.
6869 (Extensions and Hacking): New chapter, includes some sections of the
6870 "Miscellaneous" chapter.
6871
68722006-06-10 Carsten Dominik <dominik@science.uva.nl>
6873
6874 * org.texi (Progress logging): New section.
6875
2de53ca6
GM
68762006-06-06 Carsten Dominik <dominik@science.uva.nl>
6877
6878 * org.texi (ASCII export): Document indentation adaptation.
6879 (Setting tags): Document mutually-exclusive tags.
6880
68812006-06-05 Romain Francoise <romain@orebokech.com>
6882
6883 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6884 Fix typo.
6885
6886 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6887 channel (#gnus@irc.freenode.net).
6888 Fix typos. Update copyright notice.
6889
6890 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6891 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6892 (Line-Up Functions, Custom Macros):
6893 * ediff.texi (Window and Frame Configuration)
dccb744b 6894 (Highlighting Difference Regions):
2de53ca6
GM
6895 * emacs-mime.texi (Display Customization):
6896 * erc.texi (History):
6897 * eshell.texi (Known problems):
6898 * eudc.texi (Overview, BBDB):
6899 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6900 (The problem of spam, SpamOracle, Extending the Spam package)
6901 (Conformity, Terminology):
dccb744b 6902 * idlwave.texi (Routine Info)
2de53ca6
GM
6903 (Class and Keyword Inheritance, Padding Operators)
6904 (Breakpoints and Stepping, Electric Debug Mode)
6905 (Examining Variables, Troubleshooting):
6906 * org.texi (Creating timestamps):
6907 * reftex.texi (Commands, Options, Changes):
6908 * tramp.texi (Inline methods, Password caching)
6909 (Auto-save and Backup, Issues):
6910 * vip.texi (Files, Commands in Insert Mode):
6911 * viper.texi (Emacs Preliminaries, States in Viper)
6912 (Packages that Change Keymaps, Viper Specials, Groundwork):
6913 Fix various typos.
6914
69152006-05-31 Michael Ernst <mernst@alum.mit.edu>
6916
6917 * ediff.texi: Fix typos.
6918
69192006-05-30 Carsten Dominik <dominik@science.uva.nl>
6920
6921 * org.texi: Small typo fixes.
6922
fff84c22
JB
69232006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6924
6925 * viper.texi (Viper Specials):
6926 * gnus.texi (Example Setup):
6927 * faq.texi (Backspace invokes help):
6928 * dired-x.texi (Optional Installation Dired Jump):
6929 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6930 follow coding conventions.
6931
2de53ca6
GM
69322006-05-29 Michael Albinus <michael.albinus@gmx.de>
6933
6934 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6935
69362006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6937
6938 * pcl-cvs.texi: Fix typos.
6939 (Customization): Say "us".
6940
69412006-05-26 Eli Zaretskii <eliz@gnu.org>
6942
6943 * org.texi: Remove bogus @setfilename.
6944
69452006-05-26 Carsten Dominik <dominik@science.uva.nl>
6946
6947 * org.texi (ASCII export): Omit command name.
6948 (HTML export): Add prefix to all lines in Local Variable example.
6949 (Acknowledgments): Typeset names in italics.
6950
69512006-05-24 Carsten Dominik <dominik@science.uva.nl>
6952
6953 * org.texi (Plain lists): Add new item navigation commands.
6954 (External links): Document elisp and info links.
6955 (Custom searches): New section.
6956 (Publishing): New chapter.
6957 (HTML export): Include a list of supported CSS classes.
6958 (Setting tags): Describe the fast-tag-setting interface.
6959
69602006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6961
6962 * dired-x.texi: ifinfo -> ifnottex.
6963
69642006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6965
6966 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6967
69682006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6969
6970 * message.texi (Interface): Add tool bar customization.
6971 (MIME): Index and text additions for mml-attach.
6972 (MIME): Describe mml-dnd-protocol-alist and
6973 mml-dnd-attach-options.
6974
6975 * gnus.texi (Oort Gnus): Reorder entries in sections.
6976 Fix some entries.
6977 (Starting Up): Add references to "Emacs for Heathens" and to
6978 "Finding the News". Add user-full-name and user-mail-address.
6979 (Group Buffer Format): Add tool bar customization and update.
6980 (Summary Buffer): Add tool bar customization.
6981 (Posting Styles): Add message-alternative-emails.
6982
69832006-05-09 Michael Albinus <michael.albinus@gmx.de>
6984
6985 * tramp.texi (Filename completion): Improve wording.
6986
69872006-05-07 Romain Francoise <romain@orebokech.com>
6988
6989 * faq.texi (Using regular expressions): Fix typo.
6990 (Packages that do not come with Emacs): Fix capitalization.
6991 (Replacing text across multiple files): Expand node to explain how
6992 to use `dired-do-query-replace-regexp' in more detail, based on
6993 suggestion by Eric Hanchrow <offby1@blarg.net>.
6994
69952006-05-06 Michael Albinus <michael.albinus@gmx.de>
6996
6997 * tramp.texi (Filename completion): Completion of remote files'
6998 method, user name and host name is active only in partial
6999 completion mode.
7000
70012006-05-06 Bill Wohler <wohler@newt.com>
7002
7003 Release MH-E manual version 8.0.
7004
7005 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7006 release 8.0.
7007
70082006-05-06 Bill Wohler <wohler@newt.com>
7009
7010 * mh-e.texi (MH-BOOK-HOME): Change from
7011 http://www.ics.uci.edu/~mh/book/mh to
7012 http://rand-mh.sourceforge.net/book/mh.
7013 Replace .htm suffix with .html for MH book files.
7014 (Using This Manual): Update key binding for getting relevant
7015 chapter in Info from command key.
7016 (Ranges): Fix itemx.
7017
70182006-05-05 Karl Berry <karl@gnu.org>
7019
7020 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
7021 (\fonttextsize): New user-level command to change text font size.
7022
70232006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
7024
7025 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
7026
70272006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7028
7029 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
7030
70312006-04-24 Bill Wohler <wohler@newt.com>
7032
7033 * mh-e.texi (Getting Started): Make it more explicit that you need
7034 to install MH. Add pointers to current MH implementations.
7035
70362006-04-21 Bill Wohler <wohler@newt.com>
7037
7038 Release MH-E manual version 7.94.
7039
7040 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7041 release 7.94.
7042
70432006-04-21 Carsten Dominik <dominik@science.uva.nl>
7044
7045 * org.texi: Many small fixes.
7046 (Handling links): Rename from "Managing links".
7047
70482006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
7049
7050 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
7051 (Splitting mail using spam-stat): Fix @xref.
7052
70532006-04-20 Chong Yidong <cyd@stupidchicken.com>
7054
7055 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 7056 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
7057
70582006-04-20 Carsten Dominik <dominik@science.uva.nl>
7059
7060 * org.texi (Time stamps): Better explanation of the purpose of
7061 different time stamps.
7062 (Structure editing, Plain lists): More details on how new items
7063 and headings are inserted.
7064
70652006-04-18 Carsten Dominik <dominik@science.uva.nl>
7066
7067 * org.texi (Formula syntax): Fix link to Calc Manual.
7068
70692006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7070
7071 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7072
70732006-04-17 Bill Wohler <wohler@newt.com>
7074
7075 * mh-e.texi (Folders): Update mh-before-quit-hook and
7076 mh-quit-hook example with code that removes the buffers rather
7077 than just bury them.
7078
70792006-04-17 Michael Albinus <michael.albinus@gmx.de>
7080
7081 Sync with Tramp 2.0.53.
7082
70832006-04-13 Carsten Dominik <dominik@science.uva.nl>
7084
7085 * org.texi (Updating settings): New section.
7086 (Visibility cycling): Better names for the startup folding
7087 options.
7088 (Exporting): Completely restructured.
7089 (The very busy C-c C-c key): New section.
7090 (Summary of in-buffer settings): New section.
7091
70922006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7093
7094 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7095
70962006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7097
7098 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7099 (Server Commands): Key `v' is reserved for users.
7100
71012006-04-11 Carsten Dominik <dominik@science.uva.nl>
7102
7103 * org.texi (Link format): New section, emphasis on bracket links.
7104 (External links): Document bracket links.
7105 (FAQ): Expand to cover shell links and the new link format.
7106
71072006-04-09 Kevin Ryde <user42@zip.com.au>
7108
7109 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7110
71112006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7112
7113 * gnus.texi (Summary Buffer Lines): Add `*'.
7114
c8763fb6 71152006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7116
7117 * gnus.texi (Group Parameters):
7118 Mention gnus-permanently-visible-groups.
7119
71202006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7121
7122 * gnus.texi (Face): Fix typo.
7123
71242006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7125
7126 * gnus.texi (X-Face): Clarify.
7127 (Face): Need Emacs with PNG support.
7128
71292006-04-06 Richard Stallman <rms@gnu.org>
7130
7131 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7132 Emacs".
7133
71342006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7135
7136 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7137 blocks not suitable for inclusion with Emacs using variable
7138 PARTOFEMACS.
7139
71402006-04-04 Simon Josefsson <jas@extundo.com>
7141
7142 * gnus.texi (Security): Improve.
7143
71442006-04-02 Bill Wohler <wohler@newt.com>
7145
7146 * mh-e.texi (Getting Started, Junk, Bug Reports)
7147 (MH FAQ and Support): Fix URLs.
7148
71492006-03-31 Romain Francoise <romain@orebokech.com>
7150
7151 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7152 to t, not nil (and has for the past eight years).
7153
71542006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7155
7156 * message.texi, gnus.texi: Bump version to 5.11.
7157
71582006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7159
7160 * gnus.texi (Top): Add comment about version line.
7161
7162 * message.texi (Top): Ditto. Change to take named versions into
7163 account.
7164
71652006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7166
7167 * gnus.texi (Posting Styles): Add x-face-file to example.
7168 (X-Face): Refer to posting styles.
7169
7170 * gnus-faq.texi ([5.8]): Add x-face-file.
7171 ([8.4]): Add links to gmane.emacs.gnus.user and
7172 gmane.emacs.gnus.general.
7173
71742006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7175
7176 * gnus-faq.texi: Use .invalid.
7177 ([5.4]): Fix gnus-posting-styles example.
7178
71792006-03-27 Romain Francoise <romain@orebokech.com>
7180
7181 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7182 Emacs/W3 needs a new maintainer.
7183 (Ispell): Update author and version info.
7184 (Mailcrypt): Mention PGG.
7185 (New in Emacs 22): Add PGG to the list of new packages.
7186 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7187 updating dead URLs.
7188
71892006-03-25 Karl Berry <karl@gnu.org>
7190
7191 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7192 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7193 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7194 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7195 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7196 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7197 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7198 (2) do not indent copyright year list (or anything else).
7199
72002006-03-21 Bill Wohler <wohler@newt.com>
7201
7202 * mh-e.texi (Folders): Various edits.
7203
72042006-03-20 Romain Francoise <romain@orebokech.com>
7205
7206 * gnus.texi (Mail Folders): Grammar fix.
7207
72082006-03-19 Bill Wohler <wohler@newt.com>
7209
7210 * mh-e.texi (Replying): Document Mail-Followup-To.
7211 Change manually-formatted table to multitable. Add debugging info.
7212 Move description of mh-reply-default-reply-to into paragraph
7213 that describes its values.
7214
72152006-03-17 Bill Wohler <wohler@newt.com>
7216
10d1d0af 7217 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
7218 (Sending Mail Tour): Update method of entering
7219 addresses and subject.
7220 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7221 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7222
72232006-03-15 Carsten Dominik <dominik@science.uva.nl>
7224
7225 * org.texi: Version number change only.
7226
72272006-03-14 Bill Wohler <wohler@newt.com>
7228
7229 * mh-e.texi: Add index entries around each paragraph rather than
7230 depend on entries from beginning of node. Doing so ensures that
7231 index entries are less likely to be forgotten if text is cut and
7232 pasted, and are necessary anyway if the references are on a
7233 separate page. It seems that makeinfo is now (v. 4.8) only
7234 producing one index entry per node, so there is no longer any
7235 excuse not to. Use subheading instead of heading. The incorrect
7236 use of heading produced very large fonts in Info--as large as the
7237 main heading.
7238 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7239 versions 6 and 7 appeared *around* the time of these Emacs releases.
7240
72412006-03-13 Carsten Dominik <dominik@science.uva.nl>
7242
7243 * org.texi (Clean view): Document new startup options.
7244
72452006-03-11 Bill Wohler <wohler@newt.com>
7246
7247 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7248 (Composing, Scan Line Formats): Fix @refs.
7249 (Getting Started): Define MH profile and MH profile components.
7250 (Incorporating Mail, Reading Mail, Viewing, Printing)
7251 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7252 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7253 for string constants.
7254 (Tool Bar): Remove spurious quote.
7255 (Junk): Use ``...'' instead of "...".
7256 (Scan Line Formats): Replace @samp with @kbd.
7257
72582006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7259
7260 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7261
72622006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7263
7264 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7265 easy to understand.
7266
72672006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7268
7269 * gnus.texi: Markup fix.
7270 (Fancy Mail Splitting): Specify new feature.
7271
72722006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7273
7274 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7275 partial-words matching.
7276
72772006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7278
7279 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7280
7281 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7282 (MIME Commands): Fix mm-discouraged-alternatives.
7283
72842006-03-07 Carsten Dominik <dominik@science.uva.nl>
7285
7286 * org.texi: Version number change only.
7287
72882006-03-06 Bill Wohler <wohler@newt.com>
7289
7290 * mh-e.texi: Move from SourceForge repository to Savannah.
7291 This is version 7.93, which is a total rewrite from the previous
7292 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7293 version 7.93.
7294
72952006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7296
7297 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7298
72992006-03-01 Carsten Dominik <dominik@science.uva.nl>
7300
7301 * org.texi (Interaction): Add item about `org-mouse.el' by
7302 Piotr Zielinski.
7303 (Managing links): Document that also mouse-1 can be used to
7304 activate a link.
7305 (Headlines, FAQ): Add entry about hiding leading stars.
7306 (Miscellaneous): Resort the sections in this chapter to a more
7307 logical sequence.
7308
73092006-02-27 Simon Josefsson <jas@extundo.com>
7310
7311 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7312 2004-01-27 from the trunk).
7313
73142006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7315
7316 * cc-mode.texi: Rename c-hungry-backspace to
7317 c-hungry-delete-backwards, at the request of RMS. Leave the old
7318 name as an alias.
7319
73202006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7321
7322 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7323 include the function header within the defun.
7324
73252006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7326
7327 * cc-mode.texi: Correct two typos.
7328
73292006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7330
7331 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7332 existing comment.
7333 (Electric Keys): Add a justification for electric indentation.
7334 (Hungry WS Deletion): Clear up the names and complications of the
7335 BACKSPACE and DELETE keys.
7336
73372006-02-23 Juri Linkov <juri@jurta.org>
7338
7339 * faq.texi (Common requests): Move `Turning on auto-fill by
7340 default' after `Wrapping words automatically'. Move `Working with
7341 unprintable characters' before `Searching for/replacing newlines'.
7342 Move `Replacing highlighted text' after `Highlighting a region'.
7343 Merge `Repeating commands' and `Repeating a command as many times
7344 as possible' into the former.
7345 (Packages that do not come with Emacs): Add refs to Gmane and
7346 etc/MORE.STUFF.
7347
73482006-02-23 Juri Linkov <juri@jurta.org>
7349
7350 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7351 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7352 Add xref to `(emacs)Reporting Bugs'.
7353 (Getting a printed manual): Add URL to other formats of the manual.
7354 (Common requests): Fix menu.
7355 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7356 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7357 (Inserting text at the beginning of each line): Add pxref to
7358 `Changing the included text prefix'.
7359 (Forcing the cursor to remain in the same column): Mention `track-eol'
7360 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7361 (Replacing text across multiple files): Add keybinding `Q' for
7362 `dired-do-query-replace'.
7363
73642006-02-22 Carsten Dominik <dominik@science.uva.nl>
7365
7366 * reftex.texi: Version number and date change only.
7367
7368 * org.texi (Internal Links): Rewrite to cover the modified
7369 linking system.
7370
73712006-02-17 Eli Zaretskii <eliz@gnu.org>
7372
7373 * faq.texi: Remove the coding cookie, it's not needed anymore.
7374
73752006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7376
7377 * faq.texi (Colors on a TTY): Mention Mac OS port.
7378
73792006-02-12 Karl Berry <karl@gnu.org>
7380
7381 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7382 8-bit accented a.
7383
73842006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7385
7386 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7387
73882006-02-08 Romain Francoise <romain@orebokech.com>
7389
7390 * faq.texi (Top): Remove paragraph about the FAQ being a
7391 transitional document, etc.
7392 (Searching for/replacing newlines): New node.
7393 (Yanking text in isearch): New node.
7394 (Inserting text at the beginning of each line): Rename and make
7395 more general, mention `M-;' in Message mode.
7396
73972006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7398
7399 * faq.texi (Meta key does not work in xterm)
7400 (Emacs does not display 8-bit characters)
7401 (Inputting eight-bit characters): Update xrefs.
7402
74032006-02-06 Romain Francoise <romain@orebokech.com>
7404
7405 * faq.texi (VM): VM now at version 7.19.
7406 Set myself as maintainer of this file.
7407
74082006-02-04 Michael Olson <mwolson@gnu.org>
7409
7410 * erc.texi (History): Note that ERC is now included with Emacs.
7411
74122006-01-31 Romain Francoise <romain@orebokech.com>
7413
7414 * message.texi (Message Headers): Explain what
7415 `message-alternative-emails' does in more detail.
7416 Update copyright year.
7417
74182006-01-30 Juanma Barranquero <lekktu@gmail.com>
7419
7420 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7421
74222006-01-29 Richard M. Stallman <rms@gnu.org>
7423
7424 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7425
74262006-01-29 Michael Olson <mwolson@gnu.org>
7427
7428 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7429
7430 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7431
7432 * faq.texi (New in Emacs 22): Mention ERC.
7433
74342006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7435
7436 * rcirc.texi: Capitalize dir entry for consistency with the entry
7437 in info/dir and other entries in the Emacs category.
7438 Fix typos. Delete trailing whitespace.
7439
c8763fb6 74402006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
7441
7442 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7443
74442006-01-27 Eli Zaretskii <eliz@gnu.org>
7445
7446 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7447 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7448
7449 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7450 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7451
74522006-01-27 Alex Schroeder <alex@gnu.org>
7453
7454 * rcirc.texi: New file.
7455
74562006-01-23 Juri Linkov <juri@jurta.org>
7457
7458 * widget.texi (User Interface): Add S-TAB for widget-backward.
7459
74602006-01-22 Michael Albinus <michael.albinus@gmx.de>
7461
7462 Sync with Tramp 2.0.52.
7463
7464 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7465 Add Tramp disabling item. New item for common connection problems.
7466 (various): Apply "ftp" as method for the download URL.
7467 (Bug Reports): Refer to FAQ for common problems.
7468
74692006-01-21 Eli Zaretskii <eliz@gnu.org>
7470
7471 * widget.texi (User Interface): Use @key for TAB.
7472
7473 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7474
7475 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7476 for TAB.
7477
7478 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7479
74802006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7481
7482 * gnus.texi: Update copyright.
7483
74842006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7485
7486 * gnus.texi (Article Washing): Additions.
7487
2de53ca6
GM
74882006-01-13 Carsten Dominik <dominik@science.uva.nl>
7489
7490 * org.texi (Agenda commands): Document tags command.
7491
74922006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7493
7494 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7495
74962006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7497
7498 * gnus.texi (RSS): Addition.
7499
75002005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7501
7502 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7503
75042005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7505
7506 * emacs-mime.texi (Display Customization): Add setting example to
7507 mm-discouraged-alternatives.
7508
75092006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7510
7511 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7512 version is the canonical version.
7513
75142006-01-08 Alex Schroeder <alex@gnu.org>
7515
7516 * pgg.texi (Caching passphrase): Rewording.
7517
75182006-01-06 Eli Zaretskii <eliz@gnu.org>
7519
7520 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7521 repository URL.
7522
75232006-01-06 Carsten Dominik <dominik@science.uva.nl>
7524
7525 * org.texi: Removed the accidentally re-added empty line in the
7526 direntry.
7527
75282006-01-05 Carsten Dominik <dominik@science.uva.nl>
7529
7530 * org.texi (Agenda Views): Chapter reorganized.
7531
75322005-12-29 Romain Francoise <romain@orebokech.com>
7533
7534 * faq.texi (Using Customize): New node.
7535
75362005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7537
7538 * org.texi: Remove blank line in @direntry. It is non-standard
7539 and recursively produces blank lines all over the dir file (when
7540 using Texinfo 4.8).
7541
75422005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7543
7544 * widget.texi (atoms): Delete obsolete remark about `file' widget.
7545
75462005-12-20 Carsten Dominik <dominik@science.uva.nl>
7547
7548 * org.texi (Tags): Boolean logic documented.
7549 (Agenda Views): Document custom commands.
7550
75512005-12-20 David Kastrup <dak@gnu.org>
7552
7553 * faq.texi (AUCTeX): Update version and mailing list info.
7554
75552005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7556
7557 * gnus.texi (MIME Commands): Mention addition of
7558 multipart/alternative to gnus-buttonized-mime-types and add xref
7559 to mm-discouraged-alternatives.
7560
7561 * emacs-mime.texi (Display Customization): Mention addition of
7562 "image/.*" and add xref to gnus-buttonized-mime-types in the
7563 mm-discouraged-alternatives section.
7564
75652005-12-16 Carsten Dominik <dominik@science.uva.nl>
7566
7567 * org.texi (Tags): New section.
7568 (Agenda Views): Chapter reorganized.
7569
75702005-12-16 Eli Zaretskii <eliz@gnu.org>
7571
7572 * org.texi (Internal Links): Add a missing comma after an @xref.
7573
75742005-12-14 Chong Yidong <cyd@stupidchicken.com>
7575
7576 * faq.texi (Filling paragraphs with a single space): No need to
7577 change sentence-end now.
7578
75792005-12-13 Romain Francoise <romain@orebokech.com>
7580
7581 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7582
75832005-12-12 Jay Belanger <belanger@truman.edu>
7584
7585 * faq.texi (Calc): Update version number.
7586
75872005-12-12 Carsten Dominik <dominik@science.uva.nl>
7588
7589 * org.texi (Progress Logging): New section.
7590
75912005-12-10 Romain Francoise <romain@orebokech.com>
7592
7593 Update the Emacs FAQ for the 22.1 release.
7594
7595 * faq.texi: Set VER to `22.1'.
7596 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
7597 Tutorial. Mention that `C-h r' displays the manual.
7598 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
7599 (Getting a printed manual): Point to the new locations of the
7600 manuals on the GNU Web site.
7601 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7602 available via Info (it was previously distributed separately).
7603 (Installing Texinfo documentation): The latest version of Texinfo
7604 is 4.8, not 4.0.
7605 (Informational files for Emacs): COPYING is the GNU General Public
7606 License, not the Emacs General Public License.
7607 (Informational files for Emacs): Delete obsolete link to the
7608 GNUinfo pages as they have been removed from the GNU Web site.
7609 (New in Emacs 22): New node.
7610 (Setting up a customization file): Say that most packages support
7611 Customize nowadays.
7612 (Colors on a TTY): Delete reference to instructions on how to
7613 enable syntax highlighting, it is now enabled by default.
7614 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7615 at startup automatically.
7616 (Controlling case sensitivity): Mention `M-c' in isearch.
7617 (Using an already running Emacs process): Emacs now creates the
7618 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7619 gnuserv. As emacsclient can now run Lisp code as well, delete a
7620 sentence praising gnuserv for that. Simplify description of how
7621 the client/server operation works.
7622 (Compiler error messages): Delete obsolete text (compile.el has
7623 been rewritten).
7624 (Indenting switch statements): Fix typo.
7625 (Matching parentheses): Simplify setup instructions, mention the
7626 menu bar item in the Options menu.
7627 (Repeating a command as many times as possible): Mention `C-x e'.
7628 (Going to a line by number): Mention new keymap and bindings
7629 `M-g M-g', `M-g M-p' and `M-g M-n'.
7630 (Turning on syntax highlighting): Now on by default. Simplify.
7631 (Replacing highlighted text): Use `1', not `t'.
7632 (Problems with very large files): The maximum size is now 256MB on
7633 32-bit machines.
7634 (^M in the shell buffer): Mention `comint-process-echoes'.
7635 (Emacs for Apple computers): Emacs 22 has native support for Mac
7636 OS X.
7637 (Translating names to IP addresses): Delete node.
7638 (Binding keys to commands): Fix typo.
7639 (SPC no longer completes file names): New node.
7640 (MIME with Emacs mail packages): Delete section about the Emacs
7641 MIME FAQ (it's not reachable anymore).
7642
76432005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7644
7645 * cc-mode.texi: The manual has been extensively revised: the
7646 information about using CC Mode has been separated from the larger
7647 and more difficult chapters about configuration. It has been
7648 updated for CC Mode 5.31.
7649
76502005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7651
7652 * pgg.texi (User Commands): Fix description of pgg-verify-region.
7653 (Selecting an implementation): Fix descriptions.
7654
76552005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7656
7657 * message.texi (Various Message Variables): Addition.
7658
76592005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7660
7661 * message.texi: Fix default values.
7662
76632005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7664
7665 * message.texi (Header Commands): Clarify descriptions of
7666 message-cross-post-followup-to, message-reduce-to-to-cc, and
7667 message-insert-wide-reply.
7668 (Various Commands): Fix kindex for message-kill-to-signature;
7669 clarify description of message-tab.
7670
76712005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7672
7673 * message.texi (Mailing Lists): Fix description about MFT.
7674
7675 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7676
76772005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7678
7679 * gnus.texi (Slow Terminal Connection): Replace old description
7680 with new one.
7681
76822005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7683
7684 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7685 replace X-Draft-Headers with X-Draft-From.
7686
76872005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7688
7689 * gnus.texi (Various Various): Fix the default value of
7690 nnheader-max-head-length.
7691 (Gnus Versions): Fix typo.
7692
76932005-12-08 Carsten Dominik <dominik@science.uva.nl>
7694
7695 * org.texi (Structure editing): Document new functionality of
7696 M-RET.
7697
76982005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7699
7700 * org.texi (Internal Links): Fix Texinfo usage.
7701
77022005-12-06 Carsten Dominik <dominik@science.uva.nl>
7703
7704 * org.texi (TODO basics): Document the global todo list.
7705 (TODO items): Documents sparse tree for specific TODO
7706 keywords.
7707
77082005-11-30 Carsten Dominik <dominik@science.uva.nl>
7709
7710 * org.texi (Plain Lists): Typos fixed.
7711
77122005-11-28 Jay Belanger <belanger@truman.edu>
7713
7714 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7715
77162005-11-24 Carsten Dominik <dominik@science.uva.nl>
7717
7718 * org.texi (Structure editing): New item moving commands added.
7719 (Plain Lists): New section.
7720
77212005-11-18 Carsten Dominik <dominik@science.uva.nl>
7722
7723 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7724 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7725 `org-agenda-file-to-front'.
2de53ca6
GM
7726 (Built-in table editor): Document `org-table-sort-lines'.
7727 (HTML formatting): Export of hand-formatted lists.
7728
77292005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7730
7731 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7732 new variable gnus-toolbar-thickness.
7733
77342005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7735
7736 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7737
77382005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7739
7740 * gnus.texi (X-Face): Fix description.
7741 (XVarious): Remove gnus-xmas-logo-color-alist and
7742 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7743
77442005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7745
7746 * gnus.texi (Group Parameters): Mention new variable
7747 gnus-parameters-case-fold-search.
7748 (Home Score File): Addition.
7749
77502005-11-04 Ulf Jasper <ulf.jasper@web.de>
7751
7752 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7753 (Overview): List supported feed types.
7754 (Installation): No installation necessary when using autoload.
7755 (Configuration): Rename "RSS" to "news".
7756
77572005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7758
7759 * pgg.texi (User Commands): Document additional passphrase
7760 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7761 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7762
77632005-11-04 Carsten Dominik <dominik@science.uva.nl>
7764
7765 * org.texi: Version number changed to 3.19.
7766
77672005-10-29 Sascha Wilde <wilde@sha-bang.de>
7768
7769 * pgg.texi (How to use): Update the example to add autoload of
7770 pgg-encrypt-symmetric-region.
7771 (User Commands): Document pgg-encrypt-symmetric-region.
7772 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7773
77742005-10-27 Jay Belanger <belanger@truman.edu>
7775
7776 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7777 mention other TeX-related units.
7778
77792005-10-23 Lars Hansen <larsh@soem.dk>
7780
0c7efc08
SM
7781 * dired-x.texi (Miscellaneous Commands):
7782 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7783 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7784
77852005-10-23 Jay Belanger <belanger@truman.edu>
7786
7787 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7788 constant.
7789
77902005-10-23 Michael Albinus <michael.albinus@gmx.de>
7791
0c7efc08
SM
7792 * faq.texi (Bugs and problems):
7793 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7794 `directory-listing-before-filename-regexp'.
7795
77962005-10-22 Eli Zaretskii <eliz@gnu.org>
7797
7798 * newsticker.texi (UPDATED): Set value.
7799
78002005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7801
7802 * gnus.texi (Document Groups): Remove duplicate item.
7803
78042005-10-21 Carsten Dominik <dominik@science.uva.nl>
7805
7806 * org.texi (Summary): Mention iCalendar support.
7807 (Exporting): Document iCalendar support.
7808
78092005-10-18 Romain Francoise <romain@orebokech.com>
7810
7811 * viper.texi (Viper Specials): Capitalize GNU.
7812
78132005-10-17 Juri Linkov <juri@jurta.org>
7814
7815 * info.texi (Getting Started, Search Index, Expert Info):
7816 Fix wording.
7817 (Search Text): Replace `echo area' with `mode line'.
7818 (Search Index): Both `i' and `,' find all index entries.
7819 Replace example `C-f' with `C-l' (which exists in index of Info
7820 manual) and delete spaces in its keyboard input sequence.
7821 Delete unnecessary explanations about literal characters.
7822
78232005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7824
7825 * gnus.texi (Document Server Internals): Addition.
7826
78272005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7828
7829 * gnus.texi (A note on namespaces): Fix RFC reference.
7830
78312005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7832
7833 * gnus.texi (RSS): Fix key description.
7834
78352005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7836
7837 * gnus.texi: Emacs/w3 -> Emacs/W3.
7838 (Browsing the Web): Fix description.
7839 (Web Searches): Ditto.
7840 (Customizing W3): Ditto.
7841
78422005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7843
7844 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7845
78462005-10-11 Jay Belanger <belanger@truman.edu>
7847
7848 * calc.texi (Integration): Mention using `a i' to compute definite
7849 integrals.
7850
78512005-10-11 Juri Linkov <juri@jurta.org>
7852
7853 * info.texi: Rearrange nodes.
7854 (Top): Update menu. Change ref `Info for Experts' to
7855 `Advanced Info Commands'.
7856 (Getting Started): Fix description of manual's parts.
7857 (Help-Int): Change xref `Info Search' to `Search Index', and
7858 `Expert Info' to `Advanced'.
7859 (Advanced): Move node one level up.
7860 (Search Text, Search Index): New nodes split out from `Info Search'.
7861 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7862 split out from `Advanced'.
7863 (Advanced, Emacs Info Variables): De-document editing an Info file
7864 in Info.
7865 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7866 (Creating an Info File): Delete node and move its text to
7867 `Expert Info'.
7868
78692005-10-10 Carsten Dominik <dominik@science.uva.nl>
7870
7871 * org.texi (Workflow states): Documented that change in keywords
7872 becomes active only after restart of Emacs.
7873
78742005-10-08 Michael Albinus <michael.albinus@gmx.de>
7875
7876 Sync with Tramp 2.0.51.
7877
78782005-10-08 Nick Roberts <nickrob@snap.net.nz>
7879
7880 * speedbar.texi (Introduction): Describe new location of speedbar
7881 on menubar.
7882 (Basic Key Bindings): Remove descriptions of bindings that have
7883 been removed.
7884
78852005-10-05 Nick Roberts <nickrob@snap.net.nz>
7886
7887 * speedbar.texi (GDB): Describe use of watch expressions.
7888
78892005-09-28 Simon Josefsson <jas@extundo.com>
7890
7891 * message.texi (IDNA): Fix.
7892
78932005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7894
7895 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7896 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7897 description of nntp-open-connection-function.
7898 (Common Variables): Fix descriptions.
7899
79002005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7901
7902 * gnus.texi (Server Buffer Format): Document the %a format spec.
7903
79042005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7905
7906 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7907
79082005-09-23 Carsten Dominik <dominik@science.uva.nl>
7909
7910 * org.texi Version 3.16.
7911
79122005-09-19 Miles Bader <miles@gnu.org>
7913
7914 * newsticker.texi: Get rid of CVS keywords.
7915
79162005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7917
7918 * gnus.texi (Finding the Parent): Fix description of how Gnus
7919 finds article.
7920
79212005-09-14 Jari Aalto <jari.aalto@cante.net>
7922
7923 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7924 to drop off non-answered articles.
7925
79262005-09-19 Juanma Barranquero <lekktu@gmail.com>
7927
7928 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7929 braces (which are unsupported by NMAKE) for macro `srcdir'.
7930
79312005-09-17 Eli Zaretskii <eliz@gnu.org>
7932
7933 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7934 (../info/newsticker, newsticker.dvi): New targets.
7935
79362005-09-17 Ulf Jasper <ulf.jasper@web.de>
7937
7938 * newsticker.texi: Replace @command with @code. Replace @example
7939 with @lisp.
0c7efc08
SM
7940 (Top): Add explanations to menu items.
7941 (GNU Free Documentation License): Remove.
2de53ca6
GM
7942
79432005-09-16 Romain Francoise <romain@orebokech.com>
7944
7945 Update all files to specify GFDL version 1.2.
7946
7947 * doclicense.texi (GNU Free Documentation License): Update to
7948 version 1.2.
7949
79502005-09-15 Richard M. Stallman <rms@gnu.org>
7951
7952 * newsticker.texi: Fix @setfilename.
7953
7954 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7955 (../info/newsticker, newsticker.dvi): New targets.
7956
79572005-08-30 Carsten Dominik <dominik@science.uva.nl>
7958
7959 * org.texi: Version 3.15.
7960
79612005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7962
7963 * ses.texi: Combine all three indices into one.
7964 Correct a few typos.
7965
79662005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7967
7968 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7969
79702005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7971
7972 * emacs-mime.texi (Handles): Remove duplicate item.
7973 (Encoding Customization): Fix the default value for
7974 mm-coding-system-priorities.
7975 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7976 (Basic Functions): Fix reference.
7977
79782005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7979
7980 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7981
79822005-08-18 Richard M. Stallman <rms@gnu.org>
7983
7984 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7985 and web site.
7986
7987 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7988 not keyboard-translate.
7989
79902005-08-11 Richard M. Stallman <rms@gnu.org>
7991
7992 * faq.texi (Using regular expressions): Fix xref.
7993
79942005-08-09 Juri Linkov <juri@jurta.org>
7995
7996 * info.texi (Help-P): Replace `Prev' with `Previous'.
7997 (Help-M, Help-Xref): Add S-TAB.
7998 (Help-FOO): Update `u' command.
7999 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
8000 Update info about visibility of xref parts.
8001 (Help-Int): Fix `m' command. Rename `Info-last' to
8002 `Info-history-back'. Add `Info-history-forward'.
8003 (Advanced): Fix `g*' and `M-n' commands.
8004 (Info Search): Add `index-apropos' in stand-alone browser.
8005 Add isearch commands.
8006 (Emacs Info Variables): Remove `Info-fontify'.
8007 Add `Info-mode-hook'. Update face names.
8008 Add `Info-fontify-maximum-menu-size',
8009 `Info-fontify-visited-nodes', `Info-isearch-search'.
8010
80112005-08-07 Michael Albinus <michael.albinus@gmx.de>
8012
8013 Sync with Tramp 2.0.50.
8014
8015 * tramp.texi: Use @option{} consequently for method names.
8016 (Inline methods, External transfer methods): Remove references to
8017 Cygwin.
8018 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
8019 implementation.
8020
80212005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8022
8023 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
8024 Mention that gnus-init-file is not read when Emacs is invoked with
8025 --no-init-file or -q.
8026
80272005-07-19 Carsten Dominik <dominik@science.uva.nl>
8028
8029 * org.texi: Version 3.14.
8030
80312005-07-04 Carsten Dominik <dominik@science.uva.nl>
8032
8033 * org.texi: Version 3.13.
8034
80352005-07-18 Juri Linkov <juri@jurta.org>
8036
8037 * calc.texi (Time Zones, Logical Operations):
8038 * cl.texi (Overview):
8039 * org.texi (TODO types):
8040 * sc.texi (Emacs 18 MUAs):
8041 * speedbar.texi (Top):
8042 * url.texi (History):
8043 Delete duplicate duplicate words.
8044
ce058493 80452005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
8046
8047 * cl.texi (Type Predicates): Document `atom' type.
8048
80492005-07-04 Lute Kamstra <lute@gnu.org>
8050
8051 Update FSF's address in GPL notices.
8052
8053 * calc.texi (Copying):
8054 * doclicense.texi (GNU Free Documentation License):
8055 * faq.texi (Contacting the FSF):
8056 * mh-e.texi (Copying): Update FSF's address.
8057
80582005-07-03 Richard M. Stallman <rms@gnu.org>
8059
8060 * flymake.texi (Example -- Configuring a tool called directly):
8061 Update name of flymake-build-relative-filename.
8062
80632005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8064
8065 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8066
80672005-06-29 Carsten Dominik <dominik@science.uva.nl>
8068
8069 * org.texi: Version 3.12.
8070
80712005-06-24 Eli Zaretskii <eliz@gnu.org>
8072
8073 * makefile.w32-in (MAKEINFO): Use --force.
8074 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8075 Makefile.in.
8076 (gnus.dvi): Use "..." to quote Sed args, so that it works with
8077 more shells.
8078
80792005-06-23 Richard M. Stallman <rms@gnu.org>
8080
8081 * speedbar.texi (Creating a display): Texinfo usage fixes.
8082
8083 * tramp.texi (Customizing Completion, Auto-save and Backup):
8084 Texinfo usage fixes.
8085
80862005-06-23 Juanma Barranquero <lekktu@gmail.com>
8087
8088 * dired-x.texi (Miscellaneous Commands):
8089 * ediff.texi (Miscellaneous):
8090 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8091 (Agent Variables):
8092 * info.texi (Help-Xref):
8093 * message.texi (Message Headers):
8094 * org.texi (Remember):
8095 * reftex.texi (Options (Defining Label Environments)):
8096 (Options (Index Support)):
8097 (Options (Viewing Cross-References)):
8098 (Options (Misc)):
8099 (Changes):
8100 * speedbar.texi (Creating a display):
8101 * tramp.texi (Customizing Completion, Auto-save and Backup):
8102 Texinfo usage fix.
8103
81042005-06-13 Carsten Dominik <dominik@science.uva.nl>
8105
8106 * org.texi: Version 3.11.
8107
81082005-06-12 Jay Belanger <belanger@truman.edu>
8109
8110 * calc.texi (Getting Started): Remove extra menu item.
8111
81122005-05-31 Jay Belanger <belanger@truman.edu>
8113
8114 * calc.texi (Notations Used in This Manual): Use @kbd for key
8115 sequence.
8116 (Demonstration of Calc): Mention another way of starting Calc.
8117 (Starting Calc): Mention long name of M-#.
8118 (Embedded Mode Overview): Remove unnecessary instruction.
8119 (Other M-# commands): Rephrase `M-# 0' explanation.
8120 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8121 reflect current behavior.
8122
81232005-05-30 Jay Belanger <belanger@truman.edu>
8124
8125 * calc.texi (Hooks): Change description of calc-window-hook and
8126 calc-trail-window-hook to match usage.
8127 (Computational Functions): Add more constant-generating functions.
8128 (Customizable Variables): Use defvar.
8129
81302005-05-28 Jay Belanger <belanger@truman.edu>
8131
8132 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8133 (Basic Embedded Mode): Explain behavior of arguments to
8134 calc-embedded-mode.
8135
81362005-05-27 Jay Belanger <belanger@truman.edu>
8137
8138 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8139 current behavior.
8140
81412005-05-25 Jay Belanger <belanger@truman.edu>
8142
8143 * calc.texi: Change Calc version number throughout.
8144 (Keypad Mode): Change location in info output.
8145 (Keypad mode overview): Move picture of keypad.
8146
81472005-05-21 Jay Belanger <belanger@truman.edu>
8148
8149 * calc.texi (Storing variables): Mention that only most variables
8150 are void to begin with.
8151
81522005-05-21 Kevin Ryde <user42@zip.com.au>
8153
8154 * widget.texi (Basic Types): Update cross ref from "Enabling
8155 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8156 lispref/text.texi change.
8157
81582005-05-20 Carsten Dominik <dominik@science.uva.nl>
8159
8160 * org.texi: Version 3.09.
8161
81622005-05-18 Carsten Dominik <dominik@science.uva.nl>
8163
8164 * reftex.texi: Version 4.28.
8165
81662005-05-16 Jay Belanger <belanger@truman.edu>
8167
8168 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8169
81702005-05-14 Jay Belanger <belanger@truman.edu>
8171
8172 * calc.texi (Default Simplifications): Insert missing ! (logical
8173 not operator).
8174
81752005-05-14 Michael Albinus <michael.albinus@gmx.de>
8176
8177 Sync with Tramp 2.0.49.
8178
81792005-05-10 Jay Belanger <belanger@truman.edu>
8180
8181 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8182 to 1.
8183
81842005-04-29 Carsten Dominik <dominik@science.uva.nl>
8185
8186 * org.texi: Version 3.08, structure reorganized.
8187
81882005-04-24 Richard M. Stallman <rms@gnu.org>
8189
8190 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8191
81922005-04-15 Carsten Dominik <dominik@science.uva.nl>
8193
8194 * org.texi: Update to version 3.06.
8195
81962005-04-13 Lute Kamstra <lute@gnu.org>
8197
8198 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8199
82002005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8201
8202 * cl.texi (Porting Common Lisp): Fix typo.
8203
82042005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8205
8206 * gnus.texi (RSS): Addition.
8207
82082005-04-04 Jay Belanger <belanger@truman.edu>
8209
8210 * calc.texi: Change Calc version number.
8211 (Customizable variables): Fix description of calc-language-alist.
8212 (Copying): Put in version 2 of GPL.
8213
82142005-04-01 Jay Belanger <belanger@truman.edu>
8215
8216 * calc.texi (Troubleshooting Commands): Remove comment about
8217 installation.
8218 (Installation): Remove section.
8219 (Customizable Variables): New section.
8220 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8221 (Graphical Devices): Add references to Customizable Variables.
8222
82232005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8224
8225 * emacs-mime.texi (Display Customization): Markup fixes.
8226 (rfc2047): Update.
8227
82282005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8229
8230 * gnus-faq.texi: Replaced with auto-generated version.
8231
82322005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8233
8234 * dired-x.texi (Multiple Dired Directories): default-directory was
8235 renamed to dired-default-directory.
8236
82372005-03-26 Jay Belanger <belanger@truman.edu>
8238
8239 * calc.texi (Simplifying Formulas, Rewrite Rules):
8240 Change description of top and bottom of fraction.
8241 (Modulo Forms): Move description of how to create modulo forms to
8242 earlier in the section.
8243 (Fraction Mode): Suggest using : to get a fraction by dividing.
8244 (Basic Arithmetic): Adjust placement of command name.
8245 (Truncating the Stack): Emphasize that "hidden" entries are still
8246 visible.
8247 (Installation): Move discussion of printing manual to "About This
8248 Manual".
8249 (About This Manual): Mention how to print the manual.
8250 (Reporting Bugs): Remove first person.
8251 (Building Vectors): Add algebraic version of append.
8252 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8253 (Grouping Digits): Fix typo.
8254
82552005-03-25 Werner Lemberg <wl@gnu.org>
8256
8257 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8258 Replace `legal' with `valid'.
8259
82602005-03-25 Werner Lemberg <wl@gnu.org>
8261
8262 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8263
82642005-03-24 Jay Belanger <belanger@truman.edu>
8265
8266 * calc.texi (General Mode Commands)
8267 (Mode Settings in Embedded Mode): Add some explanation of
8268 recording mode settings.
8269
82702005-03-24 Richard M. Stallman <rms@gnu.org>
8271
8272 * calc.texi: Remove praise of non-free software.
8273
8274 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8275 (Installation): Node deleted.
8276
82772005-03-23 Richard M. Stallman <rms@gnu.org>
8278
8279 * url.texi (HTTP language/coding): Improve last change.
8280
82812005-03-22 Jay Belanger <belanger@truman.edu>
8282
8283 * calc.texi (Embedded Mode): Add new information on changing
8284 modes.
8285
82862005-03-20 Michael Albinus <michael.albinus@gmx.de>
8287
8288 Sync with Tramp 2.0.48.
8289
8290 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8291
8292 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8293 "GNU/Linux". Change all addresses to .gnu.org.
8294 (Default Method): Offer shortened syntax for "su" and "sudo"
8295 methods.
8296
82972005-03-07 Richard M. Stallman <rms@gnu.org>
8298
8299 * url.texi: Fix usage of "e.g.".
8300 (HTTP language/coding): Explain the rules for these strings.
8301
83022005-03-06 Richard M. Stallman <rms@gnu.org>
8303
8304 * woman.texi (Introduction): Minor cleanups.
8305
8306 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8307
8308 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8309 (Installation): Node deleted.
8310
8311 * mh-e.texi (Preface): Get rid of "Emacs 21".
8312
8313 * eshell.texi (Installation): Delete node (for Emacs 20).
8314
83152005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8316
8317 * flymake.texi: Refill and tweak style in @lisp blocks.
8318
83192005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8320
8321 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8322
83232005-03-01 Jay Belanger <belanger@truman.edu>
8324
8325 * calc.texi (Trigonometric and Hyperbolic Functions):
8326 Mention additional functions.
8327 (Algebraic Simplifications): Mention additional simplifications.
8328
83292005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8330
8331 * ses.texi: Add concept/function/variable indices (this work was
8332 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8333 papers on file at FSF).
8334
83352005-02-10 Jay Belanger <belanger@truman.edu>
8336
8337 * calc.texi: Change @LaTeX to La@TeX throughout.
8338 Redefine @expr as @math for TeX output.
8339 Redefine @texline as a no-op for TeX output.
8340 Define @tfn, replace @t by @tfn throughout.
8341
83422005-02-09 Jay Belanger <belanger@truman.edu>
8343
8344 * calc.texi: Add macro for LaTeX for info output.
8345
83462005-02-08 Kim F. Storm <storm@cua.dk>
8347
8348 * texinfo.tex (LaTex): Add def.
8349
83502005-02-06 Jay Belanger <belanger@truman.edu>
8351
8352 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8353 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8354 throughout manual.
8355
83562005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8357
8358 * gnus.texi: Some edits based on comments from David Abrahams.
8359
83602005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8361
8362 * gnus.texi (RSS): Fix the keystroke.
8363
83642005-01-24 David Kastrup <dak@gnu.org>
8365
8366 * faq.texi: Update AUCTeX version info.
8367
83682005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8369
8370 * gnus-faq.texi ([4.1]): Typo.
8371
83722005-01-19 Jay Belanger <belanger@truman.edu>
8373
8374 * calc.texi (Keep Arguments): Mention that keeping arguments
8375 doesn't work with keyboard macros.
8376
83772005-01-16 Richard M. Stallman <rms@gnu.org>
8378
8379 * autotype.texi (Autoinserting): Fix small error.
8380
83812005-01-16 Michael Albinus <michael.albinus@gmx.de>
8382
8383 Sync with Tramp 2.0.47.
8384
8385 * tramp.texi (Compilation): New section, describing compilation of
8386 remote files.
8387
83882005-01-11 Kim F. Storm <storm@cua.dk>
8389
8390 * widget.texi (Basic Types): Add :follow-link keyword.
8391
83922005-01-09 Jay Belanger <belanger@truman.edu>
8393
8394 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8395
83962005-01-08 Jay Belanger <belanger@truman.edu>
8397
8398 * calc.texi: Change throughout to reflect new default value of
8399 calc-settings-file.
8400
84012005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8402
8403 * message.texi (Reply): `message-reply-to-function' should return
8404 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8405
84062005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8407
8408 * faq.texi (Changing load-path): Fix typo.
8409
84102005-01-05 Jay Belanger <belanger@truman.edu>
8411
8412 * calc.texi (Programming Tutorial): Replace kbd command by
8413 appropriate characters for a keyboard macro.
8414
84152005-01-04 Jay Belanger <belanger@truman.edu>
8416
8417 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8418 for Lucid Emacs.
8419 (Programming Tutorial): Mention that the user needs to be in the
8420 right mode to compute some functions.
8421
84222005-01-04 Jay Belanger <belanger@truman.edu>
8423
8424 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8425 no longer applicable.
8426
84272005-01-01 Jay Belanger <belanger@truman.edu>
8428
0c7efc08 8429 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
8430 edit keyboard macros to match current behavior.
8431
84322004-12-31 Jay Belanger <belanger@truman.edu>
8433
8434 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8435
84362004-12-20 Jay Belanger <belanger@truman.edu>
8437
8438 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8439 zero.
8440
84412004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8442
8443 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8444 @xref.
8445 (Font Locking): Avoid @strong{Note:}.
8446
84472004-12-17 Michael Albinus <michael.albinus@gmx.de>
8448
8449 Sync with Tramp 2.0.46.
8450
8451 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8452
84532004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8454
8455 * url.texi: Correct typos.
8456 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 8457 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
8458 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8459 (Dealing with HTTP documents): @inforef->@xref.
8460
84612004-12-15 Jay Belanger <belanger@truman.edu>
8462
8463 * calc.texi: Consistently capitalized all mode names.
8464 (Answers to Exercises): Mention that an answer can be a fraction
8465 when in Fraction mode.
8466
84672004-12-13 Jay Belanger <belanger@truman.edu>
8468
8469 * calc.texi: Fix some TeX definitions.
8470
84712004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8472
8473 * reftex.texi (Imprint): Remove erroneous @value's.
8474
84752004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8476
8477 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8478 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8479
84802004-12-08 Jay Belanger <belanger@truman.edu>
8481
8482 * calc.texi (Starting Calc): Remove comment about installation.
8483 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8484
84852004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8486
8487 * url.texi: Update @setfilename.
8488 (Getting Started): No need to worry about Gnus versions.
8489 (Dealing with HTTP documents): Use @inforef.
8490
8491 * org.texi: Fix @direntry file name.
8492
84932004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8494
8495 * url.texi: New file.
8496
8497 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8498
84992004-12-06 Jay Belanger <belanger@truman.edu>
8500
8501 * calc.texi (Using Calc): Remove paragraph about installation.
8502
85032004-12-06 Jay Belanger <belanger@truman.edu>
8504
8505 * calc.texi: Use more Texinfo macros and less TeX defs.
8506 Remove @refill's.
8507
85082004-12-06 Richard M. Stallman <rms@gnu.org>
8509
8510 * org.texi: New file.
8511
85122004-12-05 Richard M. Stallman <rms@gnu.org>
8513
8514 * Makefile.in (org.dvi, ../info/org): New targets.
8515 (INFO_TARGETS): Add ../info/org.
8516 (DVI_TARGETS): Add org.dvi.
8517 (maintainer-clean): Remove the info files in the info dir.
8518
85192004-11-26 Eli Zaretskii <eliz@gnu.org>
8520
8521 * idlwave.texi: Fix the setfilename directive to put the produced
8522 file in ../info.
8523 (Continued Statement Indentation): Resurrect Jan D.'s change from
8524 2004-11-03 that was lost when a newer version of idlwave.texi was
8525 imported.
8526
85272004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8528
0c7efc08 8529 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 8530
0c7efc08
SM
8531 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8532 Index `spam-initialize'.
2de53ca6
GM
8533
85342004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8535
8536 * message.texi (Various Message Variables): Mention that all mail
8537 file variables are derived from `message-directory'.
8538
8539 * gnus.texi (Splitting Mail): Clarify bogus group.
8540
85412004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8542
0c7efc08
SM
8543 * emacs-mime.texi (Encoding Customization):
8544 Fix mm-coding-system-priorities entry.
2de53ca6 8545
c8763fb6 85462004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
8547
8548 * idlwave.texi (Continued Statement Indentation):
8549 * reftex.texi (Options (Index Support)):
8550 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
8551 * speedbar.texi (Creating a display, Major Display Modes):
8552 Replace non-nil with non-@code{nil}.
2de53ca6
GM
8553
85542004-10-21 Jay Belanger <belanger@truman.edu>
8555
0c7efc08 8556 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
8557
85582004-10-18 Luc Teirlinck <teirllm@auburn.edu>
8559
8560 * calc.texi (Reporting Bugs): Double up `@'.
8561
85622004-10-18 Jay Belanger <belanger@truman.edu>
8563
0c7efc08 8564 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
8565 should be sent to.
8566
85672004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8568
8569 * gnus.texi (New Features): Add 5.11.
8570
8571 * message.texi (Resending): Remove wrong default value.
8572
8573 * gnus.texi (Mail Source Specifiers): Describe possible problems
8574 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
8575 `pop3-leave-mail-on-server' to the index.
8576
85772004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8578
8579 * message.texi (Canceling News): Add how to set a password.
8580
85812004-10-12 Jay Belanger <belanger@truman.edu>
8582
0c7efc08 8583 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
8584 calc-describe-function and calc-describe-variable to match their
8585 current behavior.
8586
85872004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8588
8589 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8590
85912004-10-12 Michael Albinus <michael.albinus@gmx.de>
8592
8593 Sync with Tramp 2.0.45.
8594
8595 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8596 plink link. The URL is outdated. Originator contacted for
8597 clarification.
8598
85992004-10-10 Juri Linkov <juri@jurta.org>
8600
8601 * gnus.texi (Top, Marking Articles): Join two menus in one node
8602 because a node can have only one menu.
8603
86042004-10-09 Juri Linkov <juri@jurta.org>
8605
8606 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8607 example of nnmail-split-fancy.
8608
86092004-10-06 Karl Berry <karl@gnu.org>
8610
8611 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8612 consistency with other uses of dashes.
8613
86142004-10-05 Karl Berry <karl@gnu.org>
8615
8616 * info.texi: Consistently use --- throughout, periods at end of
8617 menu descriptions, and a couple typos.
8618
86192004-09-26 Jesper Harder <harder@ifa.au.dk>
8620
8621 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8622 * pgg.texi (User Commands, Backend methods): Do.
8623 * gnus.texi: Markup fixes.
8624 (Setting Process Marks): Fix `M P a' entry.
8625 * emacs-mime.texi: Fixes.
8626
86272004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8628
8629 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8630 again.
8631 Use 5.10 instead of 5.10.0.
8632
86332004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8634
8635 * gnus.texi (Summary Mail Commands): S D e.
8636
86372004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
8638
8639 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8640 the gnus-article-mode-line-format section.
8641
86422004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
8643
8644 * gnus.texi (Various Summary Stuff): Fix the documentation for
8645 gnus-newsgroup-variables.
8646
86472004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8648
0c7efc08
SM
8649 * gnus.texi (MIME Commands):
8650 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
8651 gnus-mime-display-multipart-alternative-as-mixed,
8652 gnus-mime-display-multipart-related-as-mixed.
8653 (Mail Source Customization): Clarify `mail-source-directory'.
8654 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 8655 (SpamOracle): Fix typo.
2de53ca6
GM
8656
8657 * gnus-faq.texi: Untabify.
8658 ([6.3]): nnir.el is in contrib directory.
8659
8660 * message.texi (News Headers): Clarify how a unique ID is created.
8661
0c7efc08
SM
8662 * gnus.texi (Batching Agents): Fix typo in example.
8663 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 8664
b2abec73 86652004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 8666
0c7efc08 8667 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
8668
86692004-09-20 Florian Weimer <fw@deneb.enyo.de>
8670
8671 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8672
86732004-09-22 Jay Belanger <belanger@truman.edu>
8674
0c7efc08 8675 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
8676 might be hidden during part of the session.
8677
86782004-09-20 Jay Belanger <belanger@truman.edu>
8679
8680 * calc.texi (Notations Used in This Manual): Put in an earlier
8681 mention that DEL could be called Backspace.
8682
86832004-09-10 Simon Josefsson <jas@extundo.com>
8684
8685 * gnus.texi (IMAP): Add example. Suggested and partially written
8686 by Steinar Bang <sb@dod.no>.
8687
86882004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8689
8690 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8691 netrc syntax.
8692
86932004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8694
b2abec73
JB
8695 * gnus.texi (Spam ELisp Package Sequence of Events):
8696 Some clarifications.
2de53ca6
GM
8697 (Spam ELisp Package Global Variables): More clarifications.
8698
86992004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8700
8701 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8702 Mention spam-split does not modify incoming mail.
8703
87042004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8705
8706 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8707
87082004-09-10 Eli Zaretskii <eliz@gnu.org>
8709
8710 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8711
87122004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8713
8714 * makefile.w32-in (sieve, pgg): Use $(infodir).
8715
87162004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8717
8718 * makefile.w32-in: Fix PGG and Sieve entries.
8719
87202004-08-28 Eli Zaretskii <eliz@gnu.org>
8721
8722 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8723 Emacs and related programs.
8724
87252004-08-27 Richard M. Stallman <rms@gnu.org>
8726
8727 * faq.texi: Fix texinfo usage, esp. doublequotes.
8728 (Difference between Emacs and XEmacs): Some clarification.
8729
8730 * faq.texi (Difference between Emacs and XEmacs):
8731 Explain not to contrast XEmacs with GNU Emacs.
8732
87332004-08-26 Richard M. Stallman <rms@gnu.org>
8734
8735 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8736
87372004-08-22 David Kastrup <dak@gnu.org>
8738
8739 * reftex.texi (AUCTeX): Update links, section name.
8740
8741 * faq.texi (Calc): Update availability (included in 22.1).
8742 (AUCTeX): Update availability, information, versions, description.
8743
87442004-08-14 Eli Zaretskii <eliz@gnu.org>
8745
8746 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8747
87482004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8749
8750 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8751
87522004-08-10 Michael Albinus <michael.albinus@gmx.de>
8753
8754 Sync with Tramp 2.0.44.
8755
87562004-08-05 Lars Hansen <larsh@math.ku.dk>
8757
8758 * widget.texi (User Interface): Update how to separate the
8759 editable field of an editable-field widget from other widgets.
8760 (Programming Example): Add text after field.
8761
87622004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8763
8764 * emacs-mime.texi (Encoding Customization): Add a note to the
8765 mm-content-transfer-encoding-defaults entry.
8766 (rfc2047): Update.
8767
0c7efc08
SM
8768 * gnus.texi (Article Highlighting):
8769 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8770 (POP before SMTP): New node.
8771 (Posting Styles): Addition.
8772 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8773 (Fancy Mail Splitting): Ditto.
8774 (X-Face): Add gnus-x-face.
8775
87762004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8777
8778 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8779 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8780
87812004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8782
0c7efc08
SM
8783 * gnus.texi (Mail Source Specifiers):
8784 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8785
87862004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8787
8788 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8789
8790 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8791 repository. Change setfilename.
8792
8793 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8794
87952004-07-02 Juri Linkov <juri@jurta.org>
8796
8797 * pcl-cvs.texi (Viewing differences): Add `d r'.
8798
87992004-06-29 Jesper Harder <harder@ifa.au.dk>
8800
8801 * ses.texi, viper.texi, flymake.texi, faq.texi:
8802 * eshell.texi, ediff.texi: Markup fixes.
8803
88042004-06-21 Karl Berry <karl@gnu.org>
8805
8806 * info.texi (Top): Mention that only Emacs has mouse support.
8807 (Getting Started): Mention this in a few other places.
8808
88092004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8810
0c7efc08
SM
8811 * autotype.texi (Copyrights, Timestamps):
8812 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8813
88142004-06-13 Lars Hansen <larsh@math.ku.dk>
8815
8816 * dired-x.texi (dired-mark-omitted): Update keybinding.
8817
88182004-06-10 Kim F. Storm <storm@cua.dk>
8819
8820 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8821
88222004-06-05 Lars Hansen <larsh@math.ku.dk>
8823
8824 * dired-x.texi (variable dired-omit-mode): Rename from
8825 dired-omit-files-p.
8826 (function dired-omit-mode): Rename from dired-omit-toggle.
8827 Call dired-omit-mode rather than set dired-omit-files-p.
8828 (dired-mark-omitted): Describe command.
8829
88302004-05-29 Michael Albinus <michael.albinus@gmx.de>
8831
8832 Version 2.0.41 of Tramp released.
8833
88342004-05-29 Juanma Barranquero <lektu@terra.es>
8835
8836 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8837 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8838
88392004-05-29 Richard M. Stallman <rms@gnu.org>
8840
8841 * cl.texi (Top): Call this chapter `Introduction'.
8842 (Overview): In TeX, no section heading here.
8843
8844 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8845
88462004-05-29 Eli Zaretskii <eliz@gnu.org>
8847
8848 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8849 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8850
88512004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8852
8853 * flymake.texi: New file.
8854
88552004-05-28 Simon Josefsson <jas@extundo.com>
8856
8857 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8858
b344d29d 88592004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8860
8861 Version 2.0.40 of Tramp released.
8862
88632004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8864
8865 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8866
8867 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8868 variables `tramp-backup-directory-alist' and
8869 `tramp-bkup-backup-directory-info'.
8870 (Overview, Connection types)
8871 (External transfer methods, Default Method)
8872 (Windows setup hints): Remove restriction of password entering
8873 with external methods.
8874 (Auto-save and Backup): Make file name example
8875 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8876 and `auto-save-directory' must be used.
8877 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8878 only "NT"). Remove doubled entry "What kinds of systems does
8879 @tramp{} work on".
8880 (tramp): Macro removed.
8881 (Obtaining Tramp): Flag removed from title.
8882 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8883 and `trampver' used properly. Flag `tramp-inst' replaced by
8884 `installchapter'. Installation related text adapted.
8885
88862004-04-28 Masatake YAMATO <jet@gyve.org>
8887
8888 * widget.texi (Programming Example): Remove overlays.
8889
88902004-04-27 Jesper Harder <harder@ifa.au.dk>
8891
8892 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8893
88942004-04-23 Juanma Barranquero <lektu@terra.es>
8895
8896 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8897
88982004-04-05 Jesper Harder <harder@ifa.au.dk>
8899
8900 * info.texi (Info Search): Add info-apropos.
8901
89022004-03-22 Juri Linkov <juri@jurta.org>
8903
8904 * faq.texi: Fix help key bindings.
8905
89062004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8907
8908 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8909 (as suggested by Karl Berry). Update information about colored
8910 stars in menus. Add new subheading describing M-n.
8911
89122004-03-12 Richard M. Stallman <rms@gnu.org>
8913
8914 * cl.texi (Top): Rename top node's title.
8915
89162004-03-08 Karl Berry <karl@gnu.org>
8917
8918 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8919 problems making the texinfo distribution.
8920
89212004-02-29 Simon Josefsson <jas@extundo.com>
8922
0c7efc08 8923 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8924 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8925 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8926 <voegelas@gmx.net>.
8927
89282004-02-29 Juanma Barranquero <lektu@terra.es>
8929
8930 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8931 Use $(DEL) instead of rm, and ignore exit code.
8932
b344d29d 89332004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8934
8935 Tramp version 2.0.39 released.
8936
89372004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8938
8939 * tramp.texi (Customizing Completion): Explain new functions
8940 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8941 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8942 (Top): Refer to Savannah mailing list as the major one.
8943 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8944 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8945 (Frequently Asked Questions): Remote hosts must not be Unix-like
8946 for "smb" method.
8947 (Password caching): New node.
8948 (External transfer methods): Refer to password caching for "smb"
8949 method.
8950
89512004-02-17 Karl Berry <karl@gnu.org>
8952
8953 * info.texi (Help-Int): Mention the new line number feature.
8954
89552004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8956
8957 * ses.texi (Advanced Features): New functionality for
8958 ses-set-header-row (defaults to current row unless C-u used).
8959 (Acknowledgements): Add Stefan Monnier.
8960
89612003-12-29 Kevin Ryde <user42@zip.com.au>
8962
8963 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8964
b344d29d 89652003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8966
8967 Tramp version 2.0.38 released.
8968
8969 * tramp.texi (Remote shell setup): Warn of environment variables
8970 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8971 <sven.gabriel@imk.fzk.de>.
8972 (Configuration): Tramp now chooses base64/uuencode
8973 automatically. Update wording accordingly.
8974 (Top): More description for the `Default Method' menu entry.
8975 (Default Method): Use @code, not @var, for Lisp variables.
8976 (Default Method): New subsection `Which method is the right one
8977 for me?' Suggested by Christian Kirsch.
8978 (Configuration): Pointer to new subsection added.
8979 (Default Method): Too many "use" in one sentence.
8980 Rephrase. Reported by Christian Kirsch.
8981 (Filename Syntax): Old `su' example is probably a left-over from
8982 the sm/su method naming. Replace with `ssh', instead.
8983 (External transfer methods, Auto-save and Backup):
8984 Typo fixes.
8985
89862003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8987
183080b6 8988 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
8989 (Top): Mention japanese manual only if flag `jamanual' is set.
8990 Insert section `Japanese manual' in menu.
8991
89922003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8993
8994 * eshell.texi (Known Problems): Add doc item.
8995
89962003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8997
8998 * cc-mode.texi: Update for CC Mode 5.30.
8999
9000 Note: Please refrain from doing purely cosmetic changes like
9001 removing trailing whitespace in this manual; it clobbers cvs
9002 merging for no good reason.
9003
90042003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9005
9006 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
9007 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
9008 @acronym{ASCII}.
9009
90102003-10-26 Karl Berry <karl@gnu.org>
9011
9012 * info.texi (Info Search): Echo area, not echo are. From Debian
9013 diff.
9014
90152003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
9016
10d1d0af 9017 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
9018 :buttons and :children keywords.
9019
90202003-10-22 Miles Bader <miles@gnu.org>
9021
9022 * Makefile.in (info): Move before $(top_srcdir)/info.
9023
90242003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
9025
9026 * tramp.texi (Inline methods): Small grammar fix.
9027 (External transfer methods): Likewise.
9028
90292003-10-08 Nick Roberts <nick@nick.uklinux.net>
9030
9031 * speedbar.texi: Remove paragraph for GUD that is no longer true.
9032
90332003-10-06 Luc Teirlinck <teirllm@auburn.edu>
9034
9035 * texinfo.tex: Replace `%' in arch tagline by @ignore.
9036
90372003-09-30 Richard M. Stallman <rms@gnu.org>
9038
9039 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
9040
9041 * widget.texi (User Interface): Fix typos.
9042
9043 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
9044
90452003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
9046
9047 * pcl-cvs.texi (Selected Files): Fix typo.
9048
90492003-09-21 Karl Berry <karl@gnu.org>
9050
9051 * info.texi (] and [ commands): No period at end of section title.
9052
90532003-09-04 Miles Bader <miles@gnu.org>
9054
9055 * Makefile.in (top_srcdir): New variable.
9056 ($(top_srcdir)/info): New rule.
9057 (info): Depend on it.
9058
90592003-09-03 Peter Runestig <peter@runestig.com>
9060
9061 * makefile.w32-in: New file.
9062
90632003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
9064
9065 * widget.texi (User Interface): Explain the need of static text
9066 around an editable field.
9067
90682003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9069
9070 * widget.texi (Basic Types): The argument to `:help-echo' can now
9071 be a form that evaluates to a string.
9072
90732003-08-18 Kim F. Storm <storm@cua.dk>
9074
9075 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9076
90772003-08-16 Richard M. Stallman <rms@gnu.org>
9078
9079 * dired-x.texi (Shell Command Guessing): Explain *.
9080
90812003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
9082
9083 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9084 log-edit-insert-changelog.
9085
90862003-08-03 Karl Berry <karl@gnu.org>
9087
9088 * info.texi: Need @contents.
9089
c8763fb6 90902003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9091
9092 Tramp version 2.0.36 released.
9093
9094 * tramp.texi (Remote shell setup): Explain about problems with
9095 non-Bourne commands in ~/.profile and ~/.shrc.
9096
90972003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9098
9099 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9100 renaming of `vis-mode' to `visible-mode'.
9101
91022003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9103
9104 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9105 next, prev and up pointers.
9106
91072003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9108
9109 * info.texi (Help): Mention existence of Emacs and stand-alone
9110 Info at the very beginning of the tutorial.
9111 (Help-Inv): New node.
9112 (Help-]): New node.
9113 (Help-M): Systematically point out the differences between default
9114 Emacs and stand-alone versions. Delete second menu.
9115 (Help-Xref): Systematically point out the differences between
9116 default Emacs and stand-alone versions.
9117 (Help-Int): Change `l' example.
9118 (Expert Info): Fix typos.
9119 (Emacs Info Variables): Mention `Info-hide-note-references' and
9120 new default for `Info-scroll-prefer-subnodes'.
9121
c8763fb6 91222003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9123
9124 Version 2.0.35 of Tramp released.
9125
9126 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9127 (Inline methods): Add methods `remsh' and `plink1'.
9128 (External transfer methods): Add method `remcp'.
9129 (Multi-hop Methods): Add method `remsh'.
9130 Small patch from Adrian Aichner <adrian@xemacs.org>:
9131 Fix minor typos.
0c7efc08 9132 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9133 `Info-index'.
9134 (Version Control): Add cindex entry.
9135
c8763fb6 91362003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9137
9138 * trampver.texi: Version 2.0.34 released.
9139
91402003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9141
9142 * faq.texi: Improve previous changes.
9143
91442003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9145
9146 * faq.texi: Update copyright and maintenance details.
9147 Update some package URLs, versions, and maintainers.
9148 Remove many references to the Emacs Lisp Archive.
9149
91502003-04-23 Simon Josefsson <jas@extundo.com>
9151
9152 * smtpmail.texi: Fix license (the invariant sections mentioned has
9153 never been part of the smtp manual). Align info dir entry with
9154 other emacs packages.
9155
91562003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9157
9158 * tramp.texi: Version 2.0.33 released.
9159 Remove installation chapter. Remove XEmacs specifics.
9160
91612003-03-29 Richard M. Stallman <rms@gnu.org>
9162
9163 * tramp.texi (Top): Undo the previous renaming.
9164 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9165
c8763fb6 91662003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9167
9168 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9169 version of manual.
9170
9171 * tramp.texi (Auto-save and Backup): New node.
9172
91732003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9174
9175 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9176 Emacs" in order to have better differentiation to "XEmacs".
9177 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9178 are new macros in order to point to the other Emacs flavor where
9179 appropriate. In info case, point to node `Installation' in order
9180 to explain how to generate the other way. In html case, make a
9181 link to the other html file.
0c7efc08 9182 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9183 after CVS checkout/update.
9184 (Installation): Completely rewritten.
9185 (Installation parameters, Load paths): New sections under
9186 `Installation'.
9187
c8763fb6 91882003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9189
9190 * tramp.texi: Version 2.0.30 released.
9191 Replace word "path" with "localname" where used as a component of
9192 a Tramp file name.
9193
91942003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9195
9196 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9197 introduced.
9198 (Installation): Explain what to do if files from the tramp/contrib
9199 directory are needed.
9200
92012003-02-23 Alex Schroeder <alex@emacswiki.org>
9202
9203 * smtpmail.texi (How Mail Works): New.
9204
92052003-02-22 Alex Schroeder <alex@emacswiki.org>
9206
9207 * smtpmail.texi: New file.
9208
9209 * Makefile.in: Build SMTP manual.
9210
c8763fb6 92112003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9212
9213 * tramp.texi: Version 2.0.29 released.
9214 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9215 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9216
92172003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9218
9219 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 9220 another package loads accidentally Ange-FTP.
2de53ca6
GM
9221
92222003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9223
9224 * tramp.texi (Customizing Completion): Add function
9225 `tramp-parse-sconfig'. Change example of
9226 `tramp-set-completion-function', because parsing of ssh config
9227 files looks more natural.
9228
92292003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9230
9231 * gnus.texi: Do not use `path' in several locations.
9232
c8763fb6 92332002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 9234
0c7efc08
SM
9235 * tramp.texi (External transfer methods): New method `smb'.
9236 From Michael Albinus.
2de53ca6
GM
9237
92382002-11-05 Karl Berry <karl@gnu.org>
9239
9240 * info.texi (Info-fontify): Reorder face list to avoid bad line
9241 breaks.
9242
c8763fb6 92432002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 9244
0c7efc08
SM
9245 * tramp.texi: Move @copying to standard place.
9246 Use @insertcopying.
2de53ca6
GM
9247
92482002-10-02 Karl Berry <karl@gnu.org>
9249
9250 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9251 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9252 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9253 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9254 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9255 Per rms, update all manuals to use @copying instead of @ifinfo.
9256 Also use @ifnottex instead of @ifinfo around the top node, where
9257 needed for the sake of the HTML output.
9258 (The Gnus manual is not fixed since it's not clear to me how it
9259 works; and the Tramp manual already uses @copying, although in an
9260 unusual way. All others were changed.)
9261
92622002-09-10 Jonathan Yavner <jyavner@engineer.com>
9263
9264 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9265 (../info/ses, ses.dvi): New targets.
9266 * ses.texi: New file.
9267
c8763fb6 92682002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
9269
9270 * texinfo.tex: Update to texinfo 4.2.
9271
92722002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9273
9274 * reftex.texi: Update to RefTeX 4.19.
9275
c8763fb6 92762002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
9277
9278 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9279 (../info/tramp, tramp.dvi): New targets.
9280
92812002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9282
9283 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9284 (calc.dvi): Uncomment.
9285
92862001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9287
9288 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9289 (../info/calc): New target.
9290
92912001-10-20 Gerd Moellmann <gerd@gnu.org>
9292
9293 * (Version 21.1 released.)
9294
92952001-10-05 Gerd Moellmann <gerd@gnu.org>
9296
9297 * Branch for 21.1.
9298
92992001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9300
9301 * Makefile.in (../info/info): Use an explicit -o switch to
9302 makeinfo.
9303
93042001-03-05 Gerd Moellmann <gerd@gnu.org>
9305
9306 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9307
93082000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9309
9310 * Makefile.in (../info/idlwave): Use --no-split.
9311
93122000-12-14 Dave Love <fx@gnu.org>
9313
c4cc8b9a 9314 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
9315 (gnus.dvi): Change rule to remove @latex stuff.
9316
93172000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9318
9319 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9320
93212000-10-13 John Wiegley <johnw@gnu.org>
9322
9323 * Makefile.in: Add build targets for eshell.texi.
9324
93252000-09-25 Gerd Moellmann <gerd@gnu.org>
9326
9327 * Makefile.in: Remove/comment speedbar stuff.
9328
93292000-09-22 Dave Love <fx@gnu.org>
9330
9331 * Makefile.in: Add emacs-mime.
9332
93332000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9334
9335 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9336 (DVI_TARGETS): Add woman.dvi.
9337 (../info/woman, woman.dvi): New targets.
9338
93392000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9340
9341 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9342
9343 * pcl-cvs.texi: New file.
9344 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9345 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9346
93472000-05-11 Gerd Moellmann <gerd@gnu.org>
9348
9349 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9350 (../info/ebrowse, ebrowse.dvi): New targets.
9351
93522000-01-13 Gerd Moellmann <gerd@gnu.org>
9353
9354 * Makefile.in (INFO_TARGETS): Add eudc.
9355 (DVI_TARGETS): Add eudc.dvi.
9356 (../info/eudc, eudc.dvi): New targets.
9357
93582000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9359
9360 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9361 compatibility with 8+3 filesystems).
9362 (../info/efaq): Rename from emacs-faq.
9363
93642000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9365
9366 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9367 (../info/idlwave, idlwave.dvi): New targets.
9368
93691999-10-23 Dave Love <fx@gnu.org>
9370
9371 * Makefile.in: Use autotype.texi.
9372
93731999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9374
9375 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9376 faq.texi file) rather than ../info/faq.
9377
93781999-10-07 Gerd Moellmann <gerd@gnu.org>
9379
9380 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9381 (../info/ada-mode, ada-mode.dvi): New targets.
9382
93831999-09-01 Dave Love <fx@gnu.org>
9384
9385 * Makefile.in: Add faq.
9386
93871999-07-12 Richard Stallman <rms@gnu.org>
9388
9389 * Version 20.4 released.
9390
93911998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9392
9393 * Version 20.3 released.
9394
93951998-04-06 Andreas Schwab <schwab@gnu.org>
9396
768c0c0f
JB
9397 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9398 Use it in dvi targets.
2de53ca6
GM
9399 (../etc/GNU): Change to $(srcdir) first.
9400
94011998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9402
9403 * reftex.texi: Update for RefTeX version 3.22.
9404
94051998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9406
9407 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9408 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9409
94101997-09-23 Paul Eggert <eggert@twinsun.com>
9411
9412 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9413 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9414
94151997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9416
9417 * Version 20.2 released.
9418
94191997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9420
9421 * Version 20.1 released.
9422
94231997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9424
9425 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9426
94271996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9428
9429 * Version 19.33 released.
9430
94311996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9432
9433 * Version 19.32 released.
9434
94351996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9436
9437 * Makefile.in: Add rules for the Message manual.
9438
94391996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9440
9441 * gnus.texi: New version.
9442
9443 * message.texi: New manual.
9444
94451996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9446
9447 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9448
94491996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9450
9451 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9452 Specify -I option.
9453 (All dvi targets): Set the TEXINPUTS variable.
9454
94551996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9456
9457 * Version 19.31 released.
9458
94591996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9460
9461 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9462 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9463
94641995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9465
9466 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9467 (INFO_TARGETS): Add ../info/cc-mode.
9468 (DVI_TARGETS): Add cc-mode.dvi.
9469
2de53ca6
GM
94701995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9471
9472 * Version 19.30 released.
9473
94741995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9475
9476 * gnus.texi: New file.
9477
94781995-11-04 Erik Naggum <erik@naggum.no>
9479
9480 * gnus.texi: File deleted.
9481
94821995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9483
9484 * mh-e.texi: "Function Index" -> "Command Index" to work with
9485 Emacs 19.30 C-h C-k support of separately-documented commands.
9486
94871995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9488
9489 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9490 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9491
94921995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9493
9494 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9495 (../info/viper, viper.dvi): New targets.
9496
94971995-04-20 Kevin Rodgers <kevinr@ihs.com>
9498
9499 * dired-x.texi (Installation): Change the example to set
9500 buffer-local variables like dired-omit-files-p in
9501 dired-mode-hook.
9502
95031995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9504
9505 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9506 (../info/mh-e, mh-e.dvi): New targets.
9507
95081995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9509
9510 * Makefile.in (maintainer-clean): Rename from realclean.
9511
95121994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9513
9514 * Makefile.in: New file.
9515 * Makefile: File deleted.
9516
95171994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9518
9519 * Makefile (TEXINDEX_OBJS): Variable deleted.
9520 (texindex, texindex.o, getopt.o): Rules deleted.
9521 All deps on texindex deleted.
9522 (distclean): Don't delete texindex.
9523 (mostlyclean): Don't delete *.o.
9524 * texindex.c, getopt.c: Files deleted.
9525
95261994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9527
9528 * Version 19.26 released.
9529
95301994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9531
9532 * Version 19.25 released.
9533
95341994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9535
9536 * Version 19.24 released.
9537
95381994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9539
9540 * Version 19.23 released.
9541
95421994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9543
9544 * Makefile: Delete spurious tab.
9545
95461994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9547
9548 * Makefile (.SUFFIXES): New rule.
9549
95501994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9551
9552 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9553 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9554
95551994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9556
9557 * Makefile (../info/sc): Rename from sc.info.
9558 (../info/cl): Likewise.
9559 (INFO_TARGETS): Use new names.
9560
95611993-12-04 Richard Stallman (rms@srarc2)
9562
9563 * getopt.c: New file.
9564 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9565 (getopt.o): New rule.
9566 (dvi): Don't depend on texindex.
9567 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9568 Depend on texindex.
9569
95701993-12-03 Richard Stallman (rms@srarc2)
9571
9572 * Makefile (../info/sc.info): Rename from ../info/sc.
9573 (TEXI2DVI): New variable.
9574 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9575 Add explicit commands.
9576 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9577
95781993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9579
9580 * Version 19.22 released.
9581
95821993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9583
9584 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9585
95861993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9587
9588 * Version 19.21 released.
9589
95901993-11-15 Paul Eggert (eggert@twinsun.com)
9591
9592 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9593
95941993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9595
9596 * Makefile (../etc/GNU): New target.
9597 (EMACSSOURCES): Add gnu1.texi.
9598
95991993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9600
9601 * Makefile (realclean): Don't delete the Info files.
9602
f0131492 96031993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
9604
9605 * forms.texi: Fix forms.texi so that it will format correctly.
9606 Add missing `@end iftex', fix bad reference.
9607
9608 * info.texi, info-stn.texi: New files implement texinfo version of
9609 `info' file.
9610
f0131492 96111993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
9612
9613 * Makefile: Fix targets for texindex, new info.texi files.
9614 * info-stnd.texi: New file implements info for standalone info
9615 reader.
9616 * info.texi: Update to include recent changes to "../info/info".
9617 New source file for ../info/info; includes info-stnd.texi.
9618
9619 * texindex.c: Include "../src/config.h" if building in emacs.
9620
9621 * Makefile: Change all files to FILENAME.texi, force all targets
9622 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9623 vip.texinfo, forms.texinfo, cl.texinfo.
9624 Add target to build texindex.c, defining `emacs'.
9625
9626 * forms.texi: Install new file to match version 2.3 of forms.el.
9627
96281993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9629
9630 * Version 19.19 released.
9631
96321993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
9633
9634 * sc.texinfo: Fix info file name.
9635
9636 * Makefile (info): Add gnus and sc.
9637 (dvi): Add gnus.dvi and sc.dvi.
9638 (../info/sc, sc.dvi): New targets.
9639
96401993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9641
9642 * Version 19.18 released.
9643
96441993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9645
9646 * Makefile: Fix source file names of the separate manuals.
9647 (gnus.dvi, ../info/gnus): New targets.
9648
96491993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9650
9651 * Version 19.17 released.
9652
96531993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9654
9655 * split-man: Fix typos in last change.
9656
96571993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9658
9659 * Version 19.16 released.
9660
96611993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9662
9663 * version 19.15 released.
9664
96651993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9666
9667 * Makefile (distclean): It's rm, not rf.
9668
96691993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9670
9671 * Version 19.14 released.
9672
96731993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9674
9675 * Makefile: New file.
9676
96771993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9678
9679 * Version 19.13 released.
9680
96811993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9682
9683 * Version 19.9 released.
9684
96851993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9686
9687 * Version 19.8 released.
9688
96891993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9690
9691 * Version 19.7 released.
9692
96931990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9694
9695 * gnus.texinfo: New file. Removed installation instructions.
9696
96971990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9698
9699 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9700
97011989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9702
9703 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
9704 then define `\sc' as the command for smallcaps in Texinfo.
9705 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
9706 made the corresponding change to makeinfo and texinfm.el.
9707
97081988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9709
9710 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9711 Customization since the menu entry did not point to anything.
9712 Also add an @finalout command to remove overfull hboxes from the
9713 printed output.
9714
9715 * cl.texinfo: Add @bye, \input line and @settitle to file.
9716 This file is clearly intended to be a chapter of some other work,
9717 but the other work does not yet exist.
9718
97191988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9720
9721 * texinfo.texinfo: Three typos corrected.
9722
4009494e 9723;; Local Variables:
c8763fb6 9724;; coding: utf-8
4009494e
GM
9725;; End:
9726
3fe7cdc8 9727 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9728
9729 This file is part of GNU Emacs.
9730
97c0352c 9731 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9732 it under the terms of the GNU General Public License as published by
97c0352c
GM
9733 the Free Software Foundation, either version 3 of the License, or
9734 (at your option) any later version.
4009494e
GM
9735
9736 GNU Emacs is distributed in the hope that it will be useful,
9737 but WITHOUT ANY WARRANTY; without even the implied warranty of
9738 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9739 GNU General Public License for more details.
9740
9741 You should have received a copy of the GNU General Public License
97c0352c 9742 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.