Import srecode manual from CEDET trunk
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
ac1d9dde
EL
12012-12-12 Eric Ludlam <zappo@gnu.org>
2
3 * srecode.texi: New file, imported from CEDET trunk.
4
63aa0982
BG
52012-12-12 Bastien Guerry <bzg@gnu.org>
6
7 * org.texi (Summary, Code block specific header arguments)
8 (Code block specific header arguments)
9 (Header arguments in function calls, var, noweb)
10 (Results of evaluation, Code evaluation security): Small
11 reformatting: add a blank line before some example.
12
13 * org.texi (System-wide header arguments)
14 (Header arguments in Org mode properties, Conflicts)
15 (Dynamic blocks, Using the mapping API): Fix indendation of
16 Elisp code examples.
17
18 * org.texi (Comment lines): Fix description of the comment syntax.
19
20 * org.texi (Installation): Mention "make test" in the correct
21 section.
22
328dac0d
MA
232012-12-02 Michael Albinus <michael.albinus@gmx.de>
24
25 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
26 (External methods): Fix typo.
27
f4f3b439
GM
282012-11-30 Glenn Morris <rgm@gnu.org>
29
30 * rcirc.texi (Notices): Fix typo.
31
555ccdc2
MA
322012-11-20 Michael Albinus <michael.albinus@gmx.de>
33
34 * trampver.texi: Downgrade version to 2.2.6-24.3, in order to
35 distinguish from trunk.
36
e8693c96
GM
372012-11-16 Glenn Morris <rgm@gnu.org>
38
39 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
40 (Obsolete Macros): Move example here from Function Bindings.
41
6e5e9b70
GM
422012-11-13 Glenn Morris <rgm@gnu.org>
43
5c934f8b
GM
44 * erc.texi: Use @code{nil} rather than just "nil".
45 (Modules): Undocument obsolete "hecomplete".
6e5e9b70 46 Add "notifications".
f925b109 47 (Connecting): Add brief section on passwords.
274f5de6 48 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
6e5e9b70 49
24c38527
GM
502012-11-12 Glenn Morris <rgm@gnu.org>
51
52 * flymake.texi (Customizable variables)
53 (Highlighting erroneous lines): Mention flymake-error-bitmap,
54 flymake-warning-bitmap, and flymake-fringe-indicator-position.
55
5b637222
CY
562012-11-09 Chong Yidong <cyd@gnu.org>
57
58 * url.texi (Introduction): Move url-configuration-directory to
59 Customization node.
60 (Parsed URIs): Split into its own node.
61 (URI Encoding): New node.
62 (Defining New URLs): Remove empty chapter.
63 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
64 Improve docs for url-queue-*.
65 (Supported URL Types): Copyedits. Delete empty subnodes.
66
82f84fa3
CY
672012-11-08 Chong Yidong <cyd@gnu.org>
68
69 * url.texi (Introduction): Rename from Getting Started. Rewrite
70 the introduction.
71 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
72
2ee1d59f
GM
732012-11-07 Glenn Morris <rgm@gnu.org>
74
75 * cl.texi (Obsolete Setf Customization):
76 Revert defsetf example to the more correct let rather than prog1.
bdd8064f
GM
77 Give define-modify-macro, defsetf, and define-setf-method
78 gv.el replacements.
2ee1d59f 79
651af8c6
GM
802012-11-06 Glenn Morris <rgm@gnu.org>
81
2027b1b3 82 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
a358a44e 83 (Setf Extensions): Remove obsolete reference.
2027b1b3 84 (Obsolete Setf Customization):
651af8c6 85 Move note on lack of setf functions to lispref/variables.texi.
ab7f1c43 86 Undocument get-setf-method, since it no longer exists.
a358a44e 87 Mention simple defsetf replaced by gv-define-simple-setter.
651af8c6 88
c65b407b
GM
892012-11-03 Glenn Morris <rgm@gnu.org>
90
91 * cl.texi: Further general copyedits.
685b0026
GM
92 (List Functions): Remove copy-tree, standard elisp for some time.
93 (Efficiency Concerns): Comment out examples that no longer apply.
94 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
95 (Creating Symbols, Random Numbers): De-emphasize internal
96 variables cl--gensym-counter and cl--random-state. (Bug#12788)
c65b407b 97
7fbf8f7b
GM
982012-11-02 Glenn Morris <rgm@gnu.org>
99
100 * cl.texi (Naming Conventions, Type Predicates, Macros)
101 (Predicates on Numbers): No longer mention cl-floatp-safe.
102
df43dd53
GM
1032012-11-01 Glenn Morris <rgm@gnu.org>
104
105 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
106 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
107 (Macro Bindings, Blocks and Exits):
108 Acknowledge existence of lexical-binding.
109 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 110
69c1c2e6
GM
1112012-10-31 Glenn Morris <rgm@gnu.org>
112
dd90fd1a
GM
113 * ert.texi (Introduction, The @code{should} Macro):
114 Refer to "cl-assert" rather than "assert".
115
69c1c2e6
GM
116 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
117 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
118 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
119 Reword, and add details of flet and labels.
87b0d8b1 120 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 121
4ddedf94
GM
1222012-10-30 Glenn Morris <rgm@gnu.org>
123
124 * cl.texi (Modify Macros): Update for cl-letf changes.
125 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
126 (Setf Extensions): Partially restore note about cl-getf,
127 mainly moved to lispref/variables.texi.
128 (Property Lists): Fix cl-getf typos.
f43a5263 129 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 130
d3094168
GM
1312012-10-29 Glenn Morris <rgm@gnu.org>
132
133 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 134 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 135 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
136 (Modify Macros, Multiple Values, Other Clauses):
137 Remove mentions of obsolete features.
6a07d52e 138 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 139
3c0c6155
GM
1402012-10-28 Glenn Morris <rgm@gnu.org>
141
f94b04fc
GM
142 * cl.texi (Multiple Values, Common Lisp Compatibility):
143 More namespace updates.
144 (Obsolete Features): Copyedits.
145 (Obsolete Lexical Macros, Obsolete Setf Customization):
146 New subsections.
147
9c52d61d
GM
148 * cl.texi (Porting Common Lisp, Lexical Bindings):
149 Add some xrefs to the Elisp manual.
150
3c0c6155
GM
151 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
152 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
153 (Obsolete Features): New appendix. Move Lexical Bindings here.
154
5887564d
GM
1552012-10-27 Glenn Morris <rgm@gnu.org>
156
e1117425
GM
157 * cl.texi: Use defmac for macros rather than defspec.
158 (Efficiency Concerns): Related copyedit.
159
5887564d
GM
160 * cl.texi (Control Structure): Update for setf now being in core.
161 (Setf Extensions): Rename from Basic Setf. Move much of the
162 former content to lispref/variables.texi.
163 (Modify Macros): Move pop, push details to lispref/variables.texi.
164 (Customizing Setf): Copyedits for setf etc being in core.
165 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
166 Further namespaces updates.
167
bdebdb64
BG
1682012-10-26 Bastien Guerry <bzg@gnu.org>
169
170 * org.texi (Installation): Update the link to Org's ELPA. Also
171 don't mention org-install.el anymore as the replacement file
172 org-loaddefs.el is now loaded by org.el.
173
f956e59d
MA
1742012-10-25 Michael Albinus <michael.albinus@gmx.de>
175
176 * tramp.texi (Frequently Asked Questions): Mention
177 `tramp-completion-reread-directory-timeout' for performance
178 improvement.
179
a05cb6e3
GM
1802012-10-25 Glenn Morris <rgm@gnu.org>
181
182 * cl.texi: Don't mess with the TeX section number counter.
183 Use Texinfo recommended convention for quotes+punctuation.
184 (Overview, Sequence Functions): Rephrase for better line-breaking.
185 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
186 (Macro Bindings, Conditionals, Iteration, Loop Basics)
187 (Random Numbers, Mapping over Sequences, Structures)
188 (Porting Common Lisp): Further updates for cl-lib namespace.
189 (Modify Macros, Declarations, Macro Bindings, Structures):
190 Break long lines in examples.
191 (Dynamic Bindings): Update for changed progv behavior.
192 (Loop Examples, Efficiency Concerns): Markup fixes.
193 (Structures): Remove TeX margin change.
39ff2cf3 194 (Declarations): Fix typos.
a05cb6e3 195
39a58b5b
GM
1962012-10-24 Glenn Morris <rgm@gnu.org>
197
a6880551
GM
198 * cl.texi (Overview, Multiple Values, Creating Symbols)
199 (Numerical Functions): Say less/nothing about the original cl.el.
200 (Old CL Compatibility): Remove.
201 (Assertions): Remove ignore-errors (standard Elisp for some time).
202
39a58b5b
GM
203 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
204 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
205 (Efficiency Concerns, Efficiency Concerns)
206 (Common Lisp Compatibility, Old CL Compatibility):
207 Further updates for cl-lib namespace.
208
72ec96fb
PE
2092012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
210
211 Update manual for new time stamp format (Bug#12706).
212 * emacs-mime.texi (time-date): Update for new format.
213 Also, fix bogus time stamp and modernize a bit.
214
8d6510b9
GM
2152012-10-23 Glenn Morris <rgm@gnu.org>
216
217 * cl.texi: Include emacsver.texi. Use Emacs version number rather
218 than unchanging cl.el version number.
219 End all menu descriptions with a period.
220 Do not use @dfn{CL} for every instance of "CL".
221 (Overview): Remove no-runtime caveat, and note about foo* names.
222 (Usage): Use cl-lib rather than cl.
223 (Organization, Naming Conventions): Update for cl-lib.el.
224 (Installation): Remove long-irrelevant node.
225 (Program Structure, Predicates, Control Structure):
226 Start updating for cl-lib namespace.
8d6510b9
GM
227 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
228 Depend on emacsver.texi.
229
0a078f36
MA
2302012-10-09 Michael Albinus <michael.albinus@gmx.de>
231
232 * trampver.texi: Update release number.
233
a03bb33f
GM
2342012-10-06 Glenn Morris <rgm@gnu.org>
235
24636b26
GM
236 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
237 ERC version.
238 (Introduction): ERC is distributed with Emacs.
239 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
240 (Getting Started): Simplify.
241 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
242 (History): Mention ERC maintained as part of Emacs now.
243 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
244 Add dependency on emacsver.texi.
245
a03bb33f
GM
246 * erc.texi: Remove hand-written node pointers.
247
d259be38
GM
2482012-10-05 Glenn Morris <rgm@gnu.org>
249
250 * newsticker.texi (Overview, Requirements, Usage, Configuration):
251 Copyedits.
252
62a81506
CY
2532012-10-01 Eric Ludlam <zappo@gnu.org>
254
255 * ede.texi (Quick Start, Project Local Variables)
256 (Miscellaneous commands, ede-java-root, Development Overview)
257 (Detecting a Project): New nodes.
258 (Simple projects): Node deleted.
259
260 * eieio.texi (Building Classes): Some slot attributes cannot be
261 overridden.
262 (Slot Options): Remove an example.
263 (Method Invocation, Documentation): New nodes.
264
07f133bf
GM
2652012-10-01 Glenn Morris <rgm@gnu.org>
266
267 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
268 (reftex.pdf): Add dependency on emacsver.texi.
269 * reftex.texi: Don't include directory part for emacsver.texi;
270 the Makefile's -I handles it.
271
4f595e15
RA
2722012-09-30 Ralf Angeli <angeli@caeruleus.net>
273
274 Merge from standalone RefTeX repository.
275
276 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
277 with macros.
278 (Imprint): Mention Wolfgang in list of contributors.
279 (Creating Citations): Give a hint about how to
280 auto-revert the BibTeX database file when using external editors.
281 (Referencing Labels): Simplify section about reference macro
282 cycling.
283 (Options (Referencing Labels)): Adapt to new structure of
284 `reftex-ref-style-alist'.
285 (Referencing Labels, Reference Styles): Document changes in the
286 referencing functionality.
287 (Commands): Mention options for definition of header and footer in
288 BibTeX files.
289 (Options (Creating Citations)): Document
290 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
291 (Reference Styles): New section.
292 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
293 (Options (Referencing Labels)): Remove descriptions of deprecated
294 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
295 Add descriptions for `reftex-ref-style-alist' and
296 `reftex-ref-style-default-list'.
297 (Referencing Labels): Update regarding reference styles.
298 (Citation Styles): Mention support for ConTeXt.
299 (Options (Defining Label Environments)): Fix typo.
300 (Options (Creating Citations)): Document
301 `reftex-cite-key-separator'.
302
8223b1d2
BG
3032012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
304
305 * org.texi: Add description of ORG_ADD_CONTRIB to info
306 documentation. Add link to Worg for more details.
307
308 * org.texi: Clarify installation procedure. Provide link to the
309 build system description on Worg.
310
311 * org.texi: Remove reference to utils/, x11idle.c is now in
312 contrib/scripts.
313
314 * org.texi: Re-normalize to "Org mode" in manual.
315
316 * org.texi (Installation): Adapt documentation to new build
317 system. Mention GNU ELPA (since it needs to be handled like Emacs
318 built-in Org).
319
8223b1d2
BG
3202012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
321
322 * org.texi: Fix typo in description of the 'Hooks' section.
323
324 * org.texi: Add ID to the list of special properties.
325
3262012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
327
328 * org.texi (Moving subtrees): Document the ability to archive to a
329 datetree.
330
3312012-09-30 Bastien Guerry <bzg@altern.org>
332
333 * org.texi (Installation, Feedback, Batch execution): Use
334 (add-to-list 'load-path ... t) for the contrib dir.
335
336 * org.texi (results): Update documentation for ":results drawer"
337 and ":results org".
338
339 * org.texi (Column width and alignment): Fix typo.
340
341 * org.texi (Activation): Point to the "Conflicts" section.
342
343 * org.texi (Conflicts): Mention filladapt.el in the list of
344 conflicting packages.
345
346 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
347 not needed for versions of Emacs > 22.1.
348
349 * org.texi (History and Acknowledgments): Fix typo.
350
351 * org.texi (History and Acknowledgments): Add my own
352 acknowledgments.
353
354 * org.texi (Agenda commands): Document the new command and the new
355 option.
356
357 * org.texi (Agenda commands): Delete `org-agenda-action' section.
358 (Agenda commands): Reorder. Document `*' to toggle persistent
359 marks.
360
361 * org.texi (Agenda dispatcher): Mention
362 `org-toggle-agenda-sticky'.
363 (Agenda commands, Exporting Agenda Views): Fix typo.
364
365 * org.texi (Templates in contexts, Setting Options): Update to
366 reflect changes in how contexts options are processed.
367
368 * org.texi (Templates in contexts): Document the new structure of
369 the variables `org-agenda-custom-commands-contexts' and
370 `org-capture-templates-contexts'.
371
372 * org.texi (Templates in contexts): Document the new option
373 `org-capture-templates-contexts'.
374 (Storing searches): Document the new option
375 `org-agenda-custom-commands-contexts'.
376
377 * org.texi (Formula syntax for Lisp): Reformat.
378
379 * org.texi (Special properties, Column attributes)
380 (Agenda column view): Document the new special property
381 CLOCKSUM_T.
382
383 * org.texi (Template expansion): Document the new %l template.
384
385 * org.texi (Fast access to TODO states): Fix documentation about
386 allowed characters for fast todo selection.
387
388 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
389 use in `org-agenda-to-appt'.
390
391 * org.texi (Comment lines): Update wrt comments.
392
393 * org.texi (Resolving idle time): Document new keybinding.
394
395 * org.texi (Clocking commands): Document the use of S-M-<up/down>
396 on clock timestamps.
397
398 * org.texi (Fast access to TODO states): Explicitely says only
399 letters are supported as fast TODO selection keys.
400
401 * org.texi (Link abbreviations): Illustrate the use of the "%h"
402 specifier. Document the new "%(my-function)" specifier.
403
404 * org.texi (Clocking commands): New cindex.
405 (Clocking commands): Update documentation for `org-clock-in'.
406 Document `org-clock-in-last'. Mention `org-clock-out' and
407 `org-clock-in-last' as commands that can be globally bound.
408 (Resolving idle time): Document continuous clocking.
409
410 * org.texi (Top, Introduction): Fix formatting.
411 (Activation): Add index entries.
412 (Conventions): Update section.
413 (Embedded @LaTeX{}): Fix formatting.
414
415 * org.texi (Visibility cycling): Document `show-children'.
416
417 * org.texi (Using capture): Mention the `org-capture-last-stored'
418 bookmark as a way to jump to the last stored capture.
419
420 * org.texi (Uploading files): Fix typo.
421
422 * org.texi (Using capture): Document `C-0' as a prefix argument
423 for `org-capture'.
424
425 * org.texi (Agenda commands): Document persistent marks.
426
427 * org.texi (Template expansion): Update doc to reflect change.
428
429 * org.texi (Radio tables): Document the :no-escape parameter.
430
431 * org.texi (Repeated tasks): Document repeat cookies for years,
432 months, weeks, days and hours.
433
434 * org.texi (Export options): State that you can use the d: option
435 by specifying a list of drawers.
436
437 * org.texi (HTML preamble and postamble): Small doc improvement.
438
4392012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
440
441 * org.texi: The sections in the Exporting section of the manual
442 left out articles in the description of the org-export-as-*
443 commands, among other places. This patch adds them, adds a few
444 missing prepositions, and switches instances of "an HTML" to "a
445 html" for internal consistency.
446
447 * org.texi: Alter several examples of headings with timestamps in
448 them to include the timestamps in the body instead of the heading.
449
4502012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
451
452 * org.texi (Agenda dispatcher): Document sticky agenda views and
453 the new key for them.
454
4552012-09-30 Charles <millarc@verizon.net> (tiny change)
456
457 * org.texi (Advanced features): Fix error in table.
458
4592012-09-30 Feng Shu <tumashu@gmail.com>
460
461 * org.texi (@LaTeX{} fragments): Document imagemagick as an
462 alternative to dvipng.
463
4642012-09-30 François Allisson <francois@allisson.co> (tiny change)
465
466 * org.texi: Remove extra curly bracket.
467
4682012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
469
470 * org.texi (org-clock-in-last and org-clock-cancel): Update the
471 defkeys.
472
4732012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
474
475 * org.texi (Agenda commands): Fix two typos by giving
476 corresponding function names, according to
477 `org-agenda-view-mode-dispatch'.
478
4792012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
480
481 * org.texi (The spreadsheet): Fix typo.
482
4832012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
484
485 * org.texi (Tracking your habits): Point to the "Tracking TODO
486 state changes" section.
487
4882012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
489
490 * org.texi (Literal examples): Remove reference to unknown
491 `org-export-latex-minted' variable. Also simplify footnote since
492 `org-export-latex-listings' documentation is exhaustive already.
493
494 * org.texi (Plain lists): Remove reference to now hard-coded
495 `bullet' automatic rule.
496
4972012-09-30 Toby S. Cubitt <tsc25@cantab.net>
498
499 * org.texi: Updated documentation accordingly.
500
5087f097
PE
5012012-09-13 Paul Eggert <eggert@cs.ucla.edu>
502
503 * texinfo.tex: Merge from gnulib.
504
20121a26
MA
5052012-09-12 Michael Albinus <michael.albinus@gmx.de>
506
507 Sync with Tramp 2.2.6.
508
509 * tramp.texi (Bug Reports): Cleanup caches before a test run.
510
511 * trampver.texi: Update release number.
512
44677e30
PE
5132012-09-12 Paul Eggert <eggert@cs.ucla.edu>
514
515 * texinfo.tex: Merge from gnulib.
516
5a4c42ba
AA
5172012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
518
519 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
520 (bug#12096).
521
8e7046c3
JB
5222012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
523
1dcac243
JB
524 * calc.texi (Simplification modes, Conversions)
525 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
526 (The Calc Mode Line): Mention the mode line display for Basic
527 simplification mode.
528 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
529 simplifications.
530 (Basic Simplifications): Rename from "Limited Simplifications"
531 Replace "limited" by "basic" throughout.
532 (Algebraic Simplifications): Indicate that the algebraic
533 simplifications are done by default.
534 (Unsafe Simplifications): Mention `m E'.
535 (Simplification of Units): Mention `m U'.
536 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
537 (Kinds of Declarations, Functions for Declarations): Mention
538 "algebraic simplifications" instead of `a s'.
1dcac243 539 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 540
d2bd74ff
JB
5412012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
542
543 * calc.texi (Getting Started, Tutorial): Change simulated
544 Calc output to match actual output.
545 (Simplifying Formulas): Mention that algebraic simplification is now
546 the default.
547
77472261
EZ
5482012-07-28 Eli Zaretskii <eliz@gnu.org>
549
550 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
551 (Bug#12073)
552
09ae5da1
PE
5532012-07-25 Paul Eggert <eggert@cs.ucla.edu>
554
555 Prefer typical American spelling for "acknowledgment".
556 * calc.texi (History and Acknowledgments): Rename from
557 History and Acknowledgements.
558 * idlwave.texi (Acknowledgments):
559 * ses.texi (Acknowledgments):
560 * woman.texi (Acknowledgments): Rename from Acknowledgements.
561
c4444d16
PE
5622012-07-09 Paul Eggert <eggert@cs.ucla.edu>
563
564 Rename configure.in to configure.ac (Bug#11603).
565 * ede.texi (Compiler and Linker objects, ede-proj-project)
566 (ede-step-project): Prefer the name configure.ac to configure.in.
567
ef091c97
MA
5682012-07-06 Michael Albinus <michael.albinus@gmx.de>
569
570 * tramp.texi (Multi-hops): Introduce
571 `tramp-restricted-shell-hosts-alist'.
572
89b163db
G
5732012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
574
575 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
576 methods, so don't mention smtpmail here.
577
5782012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
579
580 * gnus.texi (Picons): Document gnus-picon-properties.
581
5822012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
583
584 * gnus.texi: Remove mention of compilation, as that's no longer
585 supported.
586
5872012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
588
589 * gnus.texi (Archived Messages): Mention
590 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
591
5922012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
593
594 * gnus.texi (Various Summary Stuff):
595 Remove mention of `gnus-propagate-marks'.
596
5972012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
598
599 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
600 which no longer exist.
601
6022012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
603
604 * gnus.texi (Archived Messages):
605 Document gnus-gcc-self-resent-messages.
606
6072012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
608
609 * message.texi (Mail Variables):
610 Mention the optional user parameter for X-Message-SMTP-Method.
611
6122012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
613
614 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
615
616 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
617
6182012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
619
620 * gnus.texi (Key Index): Change encoding to utf-8.
621
ac1a0ce1 6222012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
623
624 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
625
71cca84d
G
6262012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
627
628 * gnus.texi (Group Timestamp): Mention where to find documentation for
629 the `gnus-tmp-' variables (bug#11601).
630
888a7fc0
MA
6312012-06-11 Michael Albinus <michael.albinus@gmx.de>
632
633 Sync with Tramp 2.2.6-pre.
634
635 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
636 where appropriate.
637 (Ad-hoc multi-hops): New section.
638 (Remote processes): New subsection "Running remote processes on
639 Windows hosts".
640 (History): Add remote commands on Windows, and ad-hoc multi-hop
641 methods.
642 (External methods): "ControlPersist" must be set to "no" for the
643 `scpc' method.
644 (Remote processes): Add a note about `auto-revert-tail-mode'.
645 (Frequently Asked Questions): Use "scpx" in combination with
646 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
647
648 * trampver.texi: Update release number.
649
31ca4639 6502012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
651
652 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
653 compilation for html-mono.
654
0e8bbf66
PE
6552012-06-08 Paul Eggert <eggert@cs.ucla.edu>
656
657 * texinfo.tex: Merge from gnulib.
658
b8f061b3
KY
6592012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
660
661 * Makefile.in (echo-info): Don't try to install info files named
662 just ".info".
663
16af873e
GM
6642012-05-28 Glenn Morris <rgm@gnu.org>
665
c1dabff0
GM
666 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
667
16af873e
GM
668 * sc.texi: Nuke hand-written node pointers.
669 Fix top-level menu to match actual node order.
670
1d5b82ef
GM
6712012-05-27 Glenn Morris <rgm@gnu.org>
672
673 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
674 Some associated fixes, including not messing with chapno in cl.texi.
675
33017faf 6762012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
677
678 * org.texi (Durations and time values): Fix typo.
679
d14b0029
JB
6802012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
681
33017faf 682 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
683 Mention `calc-ensure-consistent-units'.
684
2f4cadd1 6852012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 686
9879e263
AS
687 * cc-mode.texi: Avoid space before macro in 4th argument of cross
688 reference commands. (Bug#11461)
689
78e91d08
AS
690 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
691
3fe7cdc8
GM
6922012-05-12 Glenn Morris <rgm@gnu.org>
693
9598ef0b
GM
694 * Makefile.in (mostlyclean): Add more TeX intermediates.
695
7d326a29
GM
696 * Makefile.in: Make it look more like the other doc Makefiles.
697 Use explicit $srcdir in all dependencies.
698 Remove cd $srcdir from rules.
699 (VPATH): Remove.
700 (infodir): Set to an absolute path.
701 (INFO_TARGETS): Use short names.
702 (mkinfodir): infodir is now absolute.
703 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
704
c7f95930 705 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 706 (.SUFFIXES): Disable implicit rules.
c7f95930 707
3fe7cdc8
GM
708 * Makefile.in (MKDIR_P): New, set by configure.
709 (mkinfodir): Use $MKDIR_P.
710
6f0652af
GM
7112012-05-07 Glenn Morris <rgm@gnu.org>
712
713 * forms.texi (Long Example): Update for changed location of files.
714
8045b906
GM
7152012-05-04 Glenn Morris <rgm@gnu.org>
716
717 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
718 (INFO_TARGETS): Use $INFO_EXT.
719 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
720 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
721 (INFO_TARGETS): Use $INFO_EXT.
722 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
723
9e7a4bcf
GM
7242012-05-02 Glenn Morris <rgm@gnu.org>
725
9aa071df
GM
726 * Makefile.in (echo-info): New phony target, used by top-level.
727
9e7a4bcf
GM
728 * viper.texi: Make direntry shorter (also it is no longer "newest").
729
730 * emacs-gnutls.texi, ert.texi, org.texi:
731 Fix dircategory, direntry to match info/dir.
732
31cc861c
GM
733 * faq.texi: Convert @inforefs to @xrefs.
734 Fix some malformed cross-references.
f9e320bb
GM
735 (File-name conventions): Shorten section name to avoid overfull line.
736 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 737
723ea6b5
TZ
7382012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
739
740 * auth.texi (Help for users): Update for .gpg file being second.
741
a8e7d6d7 7422012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
743
744 * org.texi (Agenda commands): Fix two typos: give corresponding
745 function names, according to `org-agenda-view-mode-dispatch'.
746
a8e7d6d7 7472012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
748
749 * faq.texi (Major packages and programs): Remove section.
750 There is no point listing 6 packages (cf etc/MORE.STUFF).
751 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 752
dcbf5805
MA
7532012-04-22 Michael Albinus <michael.albinus@gmx.de>
754
755 * dbus.texi (Version): New node.
756 (Properties and Annotations): Mention the object manager
757 interface. Describe dbus-get-all-managed-objects.
758 (Type Conversion): Floating point numbers are allowed, if an
759 anteger does not fit Emacs's integer range.
760 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
761 (Asynchronous Methods): Fix description of
762 dbus-call-method-asynchronously.
763 (Receiving Method Calls): Fix some minor errors. Add
764 dbus-interface-emacs.
765 (Signals): Describe unicast signals and the new match rules.
766 (Alternative Buses): Add the PRIVATE optional argument to
767 dbus-init-bus. Describe its new return value. Add dbus-setenv.
768
adee4030
GM
7692012-04-20 Glenn Morris <rgm@gnu.org>
770
771 * faq.texi (New in Emacs 24): New section.
772 (Packages that do not come with Emacs): Mention M-x list-packages.
773
35dc09a1 7742012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
775
776 * cc-mode.texi (c-offsets-alist): Correct a typo.
777
35dc09a1 7782012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
779
780 * org.texi (Deadlines and scheduling): Fix the example: the
781 DEADLINE item should come right after the headline. We enforce
782 this convention, so it is a bug not to illustrate it correctly in
783 the manual.
784
35dc09a1 7852012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
786
787 * org.texi (Agenda commands): Fix documentation bug by swapping
788 the equivalent keybindings to `org-agenda-next-line' with the ones
789 to `org-agenda-previous-line'.
790
35dc09a1 7912012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
792
793 * Makefile.in: Replace non-portable use of $< in ordinary rules.
794
e2560ea8
EZ
7952012-04-09 Eli Zaretskii <eliz@gnu.org>
796
797 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
798 emacs-gnutls.
799 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
800
6b4f4a2d
TZ
8012012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
802
250b840e 803 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
804
805 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
806
ca2c89b6
TZ
8072012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
808
809 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 810 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 811
aebd5f1a
GM
8122012-04-04 Glenn Morris <rgm@gnu.org>
813
814 * auth.texi (Secret Service API): Copyedits.
815 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
816 (Help for users, Help for developers)
817 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 818
0317dd51
MA
8192012-04-04 Michael Albinus <michael.albinus@gmx.de>
820
821 * auth.texi (Secret Service API): Add the missing text.
822
3d439cd1
CY
8232012-04-04 Chong Yidong <cyd@gnu.org>
824
825 * message.texi (Using PGP/MIME): Note that epg is now the default.
826
827 * gnus.texi: Reduce references to obsolete pgg library.
828 (Security): Note that epg is now the default.
829
830 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
831
832 * nxml-mode.texi (Completion): C-RET is no longer bound to
833 nxml-complete.
834
153ae947
BG
8352012-04-01 Jambunathan K <kjambunathan@gmail.com>
836
837 * org.texi (Customizing tables in ODT export): Correct few errors.
838
8392012-04-01 Jambunathan K <kjambunathan@gmail.com>
840
841 * org.texi (Links in ODT export): Update.
842 (Labels and captions in ODT export): New node.
843
8442012-04-01 Jambunathan K <kjambunathan@gmail.com>
845
846 * org.texi (Literal examples in ODT export): htmlfontify.el in
847 Emacs-24.1 now supports fontification. So ODT source blocks will
848 be fontified by default.
849
8502012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
851
852 * org.texi (Refiling notes): Remove duplicated keybinding.
853
8542012-04-01 Eric Schulte <eric.schulte@gmx.com>
855
856 * org.texi (noweb): Documentation of this new option to the :noweb
857 header argument.
858
8592012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
860
861 * org.texi (Header and sectioning): Add example demonstrating how
862 to use "LaTeX_CLASS_OPTIONS".
863
8642012-04-01 Eric Schulte <eric.schulte@gmx.com>
865
866 * org.texi (Noweb reference syntax): Describe the ability to
867 execute noweb references in the manual.
868
8692012-04-01 Eric Schulte <eric.schulte@gmx.com>
870
871 * org.texi (cache): Improve cache documentation when session
872 evaluation is used.
873
8742012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
875
876 * org.texi (Plain lists): Document removal.
877
8782012-04-01 Michael Brand <michael.ch.brand@gmail.com>
879
880 * org.texi: Decapitalize file name in references to Calc manual.
881
8822012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
883
884 * org.texi (Plain lists): Document removal.
885
8862012-04-01 Jambunathan K <kjambunathan@gmail.com>
887
888 * org.texi (Top, OpenDocument Text export)
889 (ODT export commands, Extending ODT export)
890 (Images in ODT export, Tables in ODT export)
891 (Configuring a document converter): Add or Update.
892
8932012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
894
895 * org.texi (MobileOrg): Change the wording to reflect that the
896 Android Version is no longer just the little brother of the iOS
897 version.
898
8992012-04-01 Eric Schulte <eric.schulte@gmx.com>
900
901 * org.texi (Key bindings and useful functions): Updated babel key
902 binding documentation in manual.
903
9042012-04-01 Eric Schulte <eric.schulte@gmx.com>
905
906 * org.texi (noweb): Document new noweb header value.
907
9082012-04-01 Eric Schulte <eric.schulte@gmx.com>
909
910 * org.texi (noweb-sep): Document new header argument.
911
9122012-04-01 Eric Schulte <eric.schulte@gmx.com>
913
914 * org.texi (noweb-ref): Documentation of this new custom variable.
915
9162012-04-01 Eric Schulte <eric.schulte@gmx.com>
917
918 * org.texi (wrap): Update the new :wrap documentation to match the
919 current implementation.
920
9212012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
922
923 * org.texi: Added documentation for :wrap.
924
9252012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
926
927 * org.texi: #+RESULTS now user-configurable.
928
9292012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
930
931 * org.texi: Documented :noweb no-export.
932
9332012-04-01 Thomas Dye <dk@poto.local>
934
935 * org.texi: Edit :noweb no header argument for correctness.
936
9372012-04-01 Bastien Guerry <bzg@altern.org>
938
939 * org.texi (Customization): Update the approximate number of Org
940 variables.
941
9422012-04-01 Thomas Dye <dk@poto.local>
943
944 * org.texi: The :results wrap produces a drawer instead of a
945 begin_results block.
946
005a89ff
G
9472012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
948
949 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
950 reflect the new default.
951
589ce070
EZ
9522012-03-10 Eli Zaretskii <eliz@gnu.org>
953
954 * info.texi (Expert Info): Move the index entry for "Texinfo" from
955 "Getting Started" to this node. (Bug#10450)
956
a5392527
CY
9572012-03-10 Chong Yidong <cyd@gnu.org>
958
8ae818e4
CY
959 * flymake.texi (Example -- Configuring a tool called via make):
960 Mention the Automake COMPILE variable (Bug#8715).
961
a5392527
CY
962 * info.texi (Getting Started): Add an index entry (Bug#10450).
963
d49902e4
MA
9642012-03-02 Michael Albinus <michael.albinus@gmx.de>
965
966 * dbus.texi (Signals): Known names will be mapped onto unique
967 names, when registering for signals.
968
53eced6d
GM
9692012-02-29 Glenn Morris <rgm@gnu.org>
970
bcd6cd23
GM
971 * url.texi: Fix quote usage in body text.
972
775b55af
GM
973 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
974
53eced6d
GM
975 * cl.texi: Use @code{} in menus when appropriate.
976
44e97401
GM
9772012-02-28 Glenn Morris <rgm@gnu.org>
978
979 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
980 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
981 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
982 * org.texi, sc.texi, vip.texi, viper.texi:
983 Standardize possessive apostrophe usage.
984
fa9a0855
CY
9852012-02-26 Chong Yidong <cyd@gnu.org>
986
987 * ediff.texi (Quick Help Commands): Add a couple of index entries
988 (Bug#10834).
989
0fd2c9a3
GM
9902012-02-17 Glenn Morris <rgm@gnu.org>
991
992 * gnus.texi (Posting Styles):
993 * remember.texi (Org): Fix cross-refs to other manuals.
994
9f26dc24
GM
9952012-02-15 Glenn Morris <rgm@gnu.org>
996
997 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
998 (Encryption): New chapter, split out from previous.
999
3d2af193
LI
10002012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1001
1002 * gnus.texi (Customizing the IMAP Connection): Mention
1003 nnimap-record-commands.
1004
b74c9672
GM
10052012-02-10 Glenn Morris <rgm@gnu.org>
1006
1007 * url.texi (Retrieving URLs): Update url-retrieve arguments.
1008 Mention url-queue-retrieve.
1009
2ebc3b94
GM
10102012-02-09 Glenn Morris <rgm@gnu.org>
1011
9fcfcdef
GM
1012 * sem-user.texi (Semantic mode user commands): Typo fix.
1013
2ebc3b94
GM
1014 * info.texi (Create Info buffer): Mention info-display-manual.
1015
7c4bbb69
LI
10162012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1017
1018 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
1019 example (modified from an example by Michael Albinus).
1020
debce7bc
G
10212012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1022
1023 * gnus.texi (Agent Basics): Fix outdated description of
1024 `gnus-agent-auto-agentize-methods'.
1025
b207a4ec
AS
10262012-01-28 Andreas Schwab <schwab@linux-m68k.org>
1027
1028 * cc-mode.texi: Always @defindex ss.
1029 (Config Basics): Fix argument of @itemize.
1030 (Macro Backslashes): Add @code around index entry.
1031
b8fe8712
GM
10322012-01-23 Glenn Morris <rgm@gnu.org>
1033
1034 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
1035
02dc2fd7
EH
10362012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
1037
1038 * tramp.texi (File): Tweak wording for the `scpc' option.
1039
e7719ea1
G
10402012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1041
1042 * gnus.texi (Group Parameters): Really note precedence.
1043
9937bef4
G
10442012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1045
1046 * gnus.texi (Group Parameters): Note precedence.
1047
e66ba1df
BG
10482012-01-03 Eric Schulte <eric.schulte@gmx.com>
1049
1050 * org.texi (Noweb reference syntax): Adding documentation of
1051 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1052 variable.
1053
10542012-01-03 Bastien Guerry <bzg@gnu.org>
1055
1056 * org.texi (Plain lists): Split the table to fix the display
1057 of items.
1058
10592012-01-03 Bastien Guerry <bzg@gnu.org>
1060
1061 * org.texi (Plain lists): Fix misplaced explanation.
1062
10632012-01-03 Bastien Guerry <bzg@gnu.org>
1064
1065 * org.texi (Plain lists, Agenda files): Add index entries.
1066
10672012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1068
1069 * org.texi: Use "Org mode" instead of alternatives like
1070 "Org-mode" or "org-mode".
1071
10722012-01-03 Bernt Hansen <bernt@norang.ca>
1073
1074 * org.texi (Agenda commands): Document
1075 `org-clock-report-include-clocking-task'.
1076
10772012-01-03 Bastien Guerry <bzg@gnu.org>
1078
1079 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1080 C-c' on checkboxes.
1081
10822012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1083
1084 * org.texi: End sentences with two spaces.
1085
10862012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1087
1088 * org.texi (External links): Document the link types file+sys
1089 and file+emacs, slightly narrow used page width.
1090
10912012-01-03 Eric Schulte <eric.schulte@gmx.com>
1092
1093 * org.texi (colnames): Note that colnames behavior may differ
1094 across languages.
1095
10962012-01-03 Bastien Guerry <bzg@gnu.org>
1097
1098 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1099
11002012-01-03 Thomas Dye <dk@poto.westell.com>
1101
1102 * org.texi: Augmented discussion of babel property
1103 inheritance. Put footnote outside sentence ending period.
1104
11052012-01-03 Eric Schulte <schulte.eric@gmail.com>
1106
1107 * org.texi (eval): Documenting the full range of :eval header
1108 argument values.
1109
11102012-01-03 Eric Schulte <schulte.eric@gmail.com>
1111
1112 * org.texi (eval): Documentation of the new :eval option.
1113
11142012-01-03 Thomas Dye <dk@poto.local>
1115
1116 * org.texi: Add accumulated properties.
1117
11182012-01-03 Thomas Dye <dk@poto.local>
1119
1120 * org.texi: Documented no spaces in name=assign, another
1121 correction to :var table.
1122
11232012-01-03 Thomas Dye <dk@poto.local>
1124
1125 * org.texi: Changed DATA to NAME in Working With Source Code
1126 section.
1127
11282012-01-03 Tom Dye <tsd@tsdye.com>
1129
1130 * org.texi: Minor change to :var table.
1131
11322012-01-03 Tom Dye <tsd@tsdye.com>
1133
1134 * org.texi: More changes to :var table (some examples were wrong).
1135
11362012-01-03 Tom Dye <tsd@tsdye.com>
1137
1138 * org.texi: Cleaned up :var table.
1139
11402012-01-03 Bastien Guerry <bzg@gnu.org>
1141
1142 * org.texi (Timestamps, Weekly/daily agenda)
1143 (Weekly/daily agenda): Add @cindex for "appointment".
1144
11452012-01-03 Eric Schulte <schulte.eric@gmail.com>
1146
1147 * org.texi (Literal examples): A new link to the template for
1148 inserting empty code blocks.
1149 (Structure of code blocks): A new link to the template for
1150 inserting empty code blocks.
1151
11522012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1153
1154 * org.texi (External links): Add footnote on how the behavior
1155 of the text search in Org files are controled by the variable
1156 `org-link-search-must-match-exact-headline'.
1157
11582012-01-03 Eric Schulte <schulte.eric@gmail.com>
1159
1160 * org.texi (Buffer-wide header arguments): Update
1161 documentation to reflect removal of #+PROPERTIES.
1162
11632012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1164
1165 * org.texi (The clock table): Mention that ACHIVED trees
1166 contribute to the clock table.
1167
11682012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1169
1170 * org.texi (Conflicts): Better yasnippet config info.
1171
11722012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1173
1174 * org.texi (Selective export): Explicitely mention the default
1175 values for `org-export-select-tags',
1176 `org-export-exclude-tags'.
1177
11782012-01-03 Tom Dye <tsd@tsdye.com>
1179
1180 * org.texi: Added a line to specify that header arguments are
1181 lowercase.
1182
11832012-01-03 Tom Dye <tsd@tsdye.com>
1184
1185 * org.texi: :var requires default value when declared.
1186
11872012-01-03 Bastien Guerry <bzg@gnu.org>
1188
1189 * org.texi (Handling links): Add a note about the
1190 `org-link-frame-setup' option.
1191
11922012-01-03 David Maus <dmaus@ictsoc.de>
1193
1194 * org.texi (Exporting Agenda Views, Extracting agenda
1195 information): Fix command line syntax, quote symbol parameter
1196 values.
1197
11982012-01-03 David Maus <dmaus@ictsoc.de>
1199
1200 * org.texi (Exporting Agenda Views): Fix command line syntax.
1201
8d80ef01
PE
12022011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1203
1204 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1205 Use octal notation for file permissions, which are normally
1206 thought of in octal.
1207 (Mail Back End Variables): Use more-plausible modes in example.
1208
47d42d81
AM
12092011-12-20 Alan Mackenzie <acm@muc.de>
1210
1211 * cc-mode.texi: Update version string 5.31 -> 5.32.
1212
a98edce9
JB
12132011-12-06 Juanma Barranquero <lekktu@gmail.com>
1214
1215 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1216
321decc8
GM
12172011-11-24 Glenn Morris <rgm@gnu.org>
1218
1219 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1220
f8107b79
JB
12212011-11-24 Juanma Barranquero <lekktu@gmail.com>
1222
1223 * makefile.w32-in: Update dependencies.
1224
f5a96a4f
GM
12252011-11-20 Glenn Morris <rgm@gnu.org>
1226
1227 * gnus.texi (Group Information):
1228 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1229
cd1181db
JB
12302011-11-20 Juanma Barranquero <lekktu@gmail.com>
1231
1232 * gnus-coding.texi (Gnus Maintenance Guide):
1233 Rename from "Gnus Maintainance Guide".
1234
1235 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1236 * eieio.texi (Customizing):
fe7a3057
JB
1237 * gnus.texi (Article Washing):
1238 * gnus-news.texi:
1239 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 1240
7877f373
JB
12412011-11-16 Juanma Barranquero <lekktu@gmail.com>
1242
1243 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1244
0d26e0b6
JB
12452011-11-15 Juanma Barranquero <lekktu@gmail.com>
1246
c7015153
JB
1247 * ede.texi (project-am-texinfo):
1248 * gnus.texi (Sending or Not Sending):
1249 * org.texi (Template elements): Fix typos.
0d26e0b6 1250
0b381c7e
JB
12512011-11-14 Juanma Barranquero <lekktu@gmail.com>
1252
1253 * ediff.texi (Hooks):
c7015153 1254 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 1255
40a8bdf6
JB
12562011-11-11 Juanma Barranquero <lekktu@gmail.com>
1257
1258 * semantic.texi (Tag handling): Fix typo.
1259
57dda3bb
KY
12602011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1261
1262 * gnus.texi (Other Gnus Versions): Remove.
1263
52bedd34
AM
12642011-10-28 Alan Mackenzie <acm@muc.de>
1265
1266 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1267 (Other Special Indentations): Add an xref to "Macros with ;".
1268 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1269 "Macros with ;".
1270 (Macros with ;): New page.
1271
00b77525
GM
1272 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1273 Document the new handling of nested scopes for movement by defuns.
52bedd34 1274
4a623313
MA
12752011-10-23 Michael Albinus <michael.albinus@gmx.de>
1276
1277 Sync with Tramp 2.2.3.
1278
1279 * trampver.texi: Update release number.
1280
466a320e
GM
12812011-10-14 Glenn Morris <rgm@gnu.org>
1282
1283 * ert.texi (Introduction, How to Run Tests)
1284 (Running Tests Interactively, Expected Failures)
1285 (Tests and Their Environment, Useful Techniques)
1286 (Interactive Debugging, Fixtures and Test Suites):
1287 Minor rephrasings.
1288 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1289 (Running Tests in Batch Mode): Simplify loading instructions.
1290 (Test Selectors): Clarify some selectors.
1291 (Expected Failures, Useful Techniques):
1292 Make examples fit in 80 columns.
1293
2be4956d
JB
12942011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1295
1296 * calc.texi (Basic Operations on Units): Discuss temperature
1297 conversion (`u t') alongside with other unit conversions ('u c').
1298
7359a765
GM
12992011-10-12 Glenn Morris <rgm@gnu.org>
1300
1301 * ert.texi: Whitespace trivia to make main menu items line up better.
1302
a0c52e5d
GM
13032011-10-08 Glenn Morris <rgm@gnu.org>
1304
1305 * Makefile.in: Fix ert rules.
1306
465d0300
G
13072011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1308
1309 * gnus.texi (Gnus Utility Functions): Add more references and
1310 explanations (bug#9683).
1311
a5166359
LMI
13122011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1313
1314 * gnus.texi (Archived Messages): Note the default (bug#9552).
1315
b523dc20
BW
13162011-09-21 Bill Wohler <wohler@newt.com>
1317
1318 Release MH-E manual version 8.3.
1319
58179cce 1320 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
1321 release 8.3.
1322 (Preface): Updated support information.
bd7239f5 1323 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
1324 historical quote, the tense should be correct in the time that it
1325 was written.
1326
0afb49a1
LMI
13272011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1328
1329 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1330 (Finding the News): Doc clarification.
1331 (Terminology): Mention naming.
1332
e21bac42
G
13332011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1334
1335 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1336 (Interactive): Document `quiet'.
1337
5b409b39 13382011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 1339
bd7239f5 1340 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 1341
5b409b39 13422011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1343
bd7239f5 1344 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
1345 scope for `org-map-entries'.
1346
5b409b39 13472011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1348
1349 * org.texi (Visibility cycling): Document `org-copy-visible'.
1350
5b409b39 13512011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1352
bd7239f5 1353 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
1354 proper order.
1355
5b409b39 13562011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1357
1358 * org.texi (eval): Expand discussion of the :eval header argument.
1359
5b409b39 13602011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1361
1362 * org.texi (Languages): Add Lilypond and Awk as supported
1363 languages.
1364
5b409b39 13652011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 1366
bd7239f5 1367 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
1368 LOG_INTO_DRAWER can be used to override the contents of variable
1369 org-clock-into-drawer (or if unset, org-log-into-drawer).
1370
bd7239f5 1371 * org.texi: Replace @xref->@pxref.
3ab2c837 1372
5b409b39 13732011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1374
1375 * org.texi (Evaluating code blocks): Documenting the new option
1376 for inline call lines.
1377
5b409b39 13782011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1379
1380 * org.texi (Results of evaluation): More explicit about the
1381 mechanism through which interactive evaluation of code is
1382 performed.
1383
5b409b39 13842011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1385
1386 * org.texi (noweb-ref): New header argument documentation.
1387
5b409b39 13882011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1389
1390 * org.texi (Extracting source code): Documentation of the new
1391 org-babel-tangle-named-block-combination variable.
1392
5b409b39 13932011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1394
bd7239f5 1395 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 1396 behavior of multiple blocks of the same name is undefined.
3ab2c837 1397
5b409b39 13982011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
1399
1400 * org.texi (TaskJuggler export): Modify the example to reflect the
1401 new effort durations.
1402
5b409b39 14032011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1404
1405 * org.texi (Images in LaTeX export): Escape curly brackets in
1406 LaTeX example.
1407
5b409b39 14082011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1409
1410 * org.texi (The clock table): Document the :properties and
1411 :inherit-props arguments for the clocktable.
1412
5b409b39 14132011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1414
1415 * org.texi (Tables in LaTeX export): Document specifying placement
1416 options for tables.
1417
5b409b39 14182011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1419
1420 * org.texi (Evaluating code blocks): More specific documentation
1421 about the different types of header arguments.
1422
5b409b39 14232011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
1424
1425 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1426
5b409b39 14272011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1428
1429 * org.texi (Built-in table editor): Document the table field
1430 follow mode.
1431
5b409b39 14322011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1433
1434 * org.texi (Easy Templates): Document new template.
1435
5b409b39 14362011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1437
1438 * org.texi (Literal examples): Add a cross-reference from "Literal
1439 Examples" to "Easy Templates."
1440
5b409b39 14412011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1442
1443 * org.texi (The clock table): Add link to match syntax.
1444
5b409b39 14452011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1446
1447 * org.texi (Agenda commands): Document clock consistency checks.
1448
5b409b39 14492011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1450
1451 * org.texi (Built-in table editor): Document that \vert represents
1452 a vertical bar in a table field.
1453
5b409b39 14542011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1455
1456 * org.texi (Literal examples): Link from "Markup" > "Literate
1457 Examples" to "Working with Source Code".
1458
5b409b39 14592011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1460
1461 * org.texi (Agenda commands): Doc for function option to bulk
1462 action.
1463
5b409b39 14642011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1465
1466 * org.texi (Template expansion): Document new %<...> template
1467 escape.
1468
5b409b39 14692011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1470
1471 * org.texi (Selective export): Document exclusion of any tasks
1472 from export.
1473
5b409b39 14742011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1475
1476 * org.texi (Selective export): Document how to exclude DONE tasks
1477 from export.
1478 (Publishing options): Document the properties to be used to turn off
1479 export of DONE tasks.
1480
5b409b39 14812011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1482
1483 * org.texi (The date/time prompt): Document date range protection.
1484
5b409b39 14852011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1486
1487 * org.texi (padline): Documentation of the new padline header
1488 argument.
1489
5b409b39 14902011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1491
1492 * org.texi (var): Adding "[" to list of characters triggering
1493 elisp evaluation.
1494
5b409b39 14952011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1496
1497 * org.texi (var): Documentation of Emacs Lisp evaluation during
1498 variable assignment.
1499
5b409b39 15002011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1501
1502 * org.texi (colnames): Reference indexing into variables, and note
1503 that colnames are *not* removed before indexing occurs.
1504 (rownames): Reference indexing into variables, and note that
1505 rownames are *not* removed before indexing occurs.
1506
5b409b39 15072011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1508
1509 * org.texi (var): Clarification of indexing into tabular
1510 variables.
1511
5b409b39 15122011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1513
1514 * org.texi (results): Documentation of the `:results wrap' header
1515 argument.
1516
5b409b39 15172011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1518
bd7239f5 1519 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
1520 of the LaTeX export: the org file has to be properly structured.
1521
5b409b39 15222011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1523
1524 * org.texi (Dynamic blocks, Structure editing): Mention
1525 the function `org-narrow-to-block'.
1526
5b409b39 15272011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1528
1529 * org.texi (Languages): Updating list of code block supported
1530 languages.
1531
5b409b39 15322011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1533
1534 * org.texi (Special properties): CATEGORY is a special property,
1535 but it may also used in the drawer.
1536
5b409b39 15372011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1538
1539 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1540
5b409b39 15412011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1542
1543 * org.texi (Include files): Document :lines.
1544
5b409b39 15452011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1546
1547 * org.texi (comments): Documentation of the ":comments noweb" code
1548 block header argument.
1549
5b409b39 15502011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1551
1552 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1553 added extra whitespace around functions to be consistent with the
1554 rest of the section.
1555
5b409b39 15562011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1557
0b381c7e 1558 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
1559 #+call: line syntax.
1560 (Header arguments in function calls): Expanded discussion of
1561 #+call: line syntax.
1562
5b409b39 15632011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1564
1565 * org.texi (Evaluating code blocks): More explicit about how to
1566 pass variables to #+call lines.
1567
5b409b39 15682011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1569
1570 * org.texi (Results of evaluation): Link to the :results header
1571 argument list from the "Results of evaluation" section.
1572
5b409b39 15732011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1574
1575 * org.texi (Conflicts): Adding additional information about
1576 resolving org/yasnippet conflicts.
1577
5b409b39 15782011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1579
1580 * org.texi (Publishing options): Document style-include-scripts
1581 publishing project property.
1582
5b409b39 15832011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1584
1585 * org.texi (Sparse trees): Document the next-error /
1586 previous-error functionality.
1587
5b409b39 15882011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1589
1590 * org.texi (cache): Improved documentation of code block caches.
1591
5b409b39 15922011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1593
1594 * org.texi (Code block specific header arguments): Documentation
1595 of multi-line header arguments.
1596
5b409b39 15972011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1598
1599 * org.texi (Code evaluation security): Add example for using a
1600 function.
1601
5b409b39 16022011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1603
1604 * org.texi (Tables in LaTeX export): Documentation of new
1605 attr_latex options for tables.
1606
5b409b39
BG
16072011-08-03 Michael Albinus <michael.albinus@gmx.de>
1608
1609 * trampver.texi: Update release number.
1610
16112011-07-30 Michael Albinus <michael.albinus@gmx.de>
1612
1613 Sync with Tramp 2.2.2.
1614
1615 * trampver.texi: Update release number.
1616
064e2d08
LMI
16172011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1618
1619 * flymake.texi (Example -- Configuring a tool called via make):
1620 Use /dev/null instead of the Windows "nul" (bug#8715).
1621
b8151e9c
LMI
16222011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1623
1624 * widget.texi (Setting Up the Buffer): Remove mention of the
1625 global keymap parent, which doesn't seem to be accurate
1626 (bug#7045).
1627
5b409b39
BG
16282011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1629
1630 * org.texi (Special agenda views): Fix double quoting (bug#3509).
1631
c0a8ae95
KR
16322010-07-10 Kevin Ryde <user42@zip.com.au>
1633
1634 * cl.texi (For Clauses): Add destructuring example processing an
1635 alist (bug#6596).
1636
ac6531ad
LMI
16372011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1638
1639 * ediff.texi (Major Entry Points): Remove mention of `require',
1640 since that's not pertinent in the installed Emacs (bug#9016).
1641
d30dd079
G
16422011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1643
1644 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
1645 (Filtering New Groups): Clarify how simple the "options -n" format is.
1646 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1647 is internal.
d30dd079 1648
862c0d68
MA
16492011-07-04 Michael Albinus <michael.albinus@gmx.de>
1650
1651 * tramp.texi (Cleanup remote connections): Add
1652 `tramp-cleanup-this-connection'.
1653
cd865a33
G
16542011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1655
1656 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1657 zombies.
1658 (Checking New Groups): Ditto (bug#8974).
7d1738f1 1659 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
1660
16612011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1662
1663 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1664 backups, and not actual vc (bug#8975).
1665
79414ae4
KR
16662011-07-03 Kevin Ryde <user42@zip.com.au>
1667
1668 * cl.texi (For Clauses): @items for hash-values and key-bindings
1669 to make them more visible when skimming. Add examples of `using'
1670 clause to them, examples being clearer than a description in
1671 words (bug#6599).
1672
847ccf7c
AM
16732011-07-01 Alan Mackenzie <acm@muc.de>
1674
1675 * cc-mode.texi (Guessing the Style): New page.
1676 (Styles): Add a short introduction to above.
1677
3da13bb9
DD
16782011-06-28 Deniz Dogan <deniz@dogan.se>
1679
1680 * rcirc.texi (Configuration): Bug-fix:
1681 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1682 Reported by Elias Pipping <pipping@exherbo.org>.
1683
60a0884e
G
16842011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1685
1686 * gnus.texi (Summary Mail Commands): Document
1687 `gnus-summary-reply-to-list-with-original'.
1688
0c7efc08
SM
16892011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1690
1691 * eshell.texi (Known problems): Fix typo.
1692
ea3596a2
MA
16932011-06-12 Michael Albinus <michael.albinus@gmx.de>
1694
0c7efc08 1695 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1696 (Password handling): `auth-source-debug' is good for debug messages.
1697
2da9c605
G
16982011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1699
1700 * gnus.texi (Store custom flags and keywords): Refer to
1701 `gnus-registry-article-marks-to-{chars,names}' instead of
1702 `gnus-registry-user-format-function-{M,M2}'.
1703
e61923c8
GM
17042011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1705
1706 * texinfo.tex: Merge from gnulib.
1707
627abcdd
TZ
17082011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1709
1710 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1711 (Store custom flags and keywords):
1712 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1713 `gnus-registry-user-format-function-M2'.
1714
a3c92bc1
EZ
17152011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1716
8f906c40 1717 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1718
85d870a9
GM
17192011-05-17 Glenn Morris <rgm@gnu.org>
1720
1721 * gnus.texi (Face): Fix typo.
1722
2cdee799
GM
17232011-05-14 Glenn Morris <rgm@gnu.org>
1724
1725 * dired-x.texi (Omitting Examples): Minor addition.
1726
79b70037
GM
17272011-05-10 Jim Meyering <meyering@redhat.com>
1728
1729 * ede.texi: Fix typo "or or -> or".
1730
a7111a62 17312011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1732
1733 * gnus.texi (Summary Buffer Lines):
1734 gnus-summary-user-date-format-alist does not exist.
1735 (Sorting the Summary Buffer): More about sorting threads.
1736
69026aba
MA
17372011-04-25 Michael Albinus <michael.albinus@gmx.de>
1738
1739 * trampver.texi: Update release number.
1740
9024ff79
MA
17412011-04-14 Michael Albinus <michael.albinus@gmx.de>
1742
1743 * tramp.texi (Frequently Asked Questions): New item for disabling
1744 Tramp in other packages.
1745
c3c65d73
TZ
17462011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1747
1748 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1749 (Fancy splitting to parent, Store arbitrary data):
1750 Updated gnus-registry docs.
c3c65d73 1751
9ec6a317
JB
17522011-04-13 Juanma Barranquero <lekktu@gmail.com>
1753
1754 * ede.texi: Fix typos.
1755
1e3b6001
G
17562011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1757
9ec6a317
JB
1758 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1759 It's @table @code.
1e3b6001 1760
a5954fa5
G
17612011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1762
ed9265fc 1763 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 1764
d71990a1
JB
17652011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1766
1767 * calc.texi (Logarithmic Units): Update the function names.
1768
1518e4f0
G
17692011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1770
1771 * message.texi (Various Commands): Document format specs in the
1772 ellipsis.
1773
a123622d
G
17742011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1775
1776 * message.texi (Insertion Variables): Document message-cite-style.
1777
17782011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1779
1780 * tramp.texi (Remote processes): New subsection "Running shell on
1781 a remote host".
1782
4248cca2
TZ
17832011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1784
1785 * auth.texi (Help for developers): Update docs to explain that the
1786 :save-function will only run the first time.
1787
54ce11a1
GM
17882011-03-12 Glenn Morris <rgm@gnu.org>
1789
1790 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1791 (emacs-faq.text): New target.
1792 (clean): Add emacs-faq.
1793
0c3b25f8
MA
17942011-03-12 Michael Albinus <michael.albinus@gmx.de>
1795
1796 Sync with Tramp 2.2.1.
1797
1798 * trampver.texi: Update release number.
1799
b740639e
GM
18002011-03-11 Glenn Morris <rgm@gnu.org>
1801
1802 * Makefile.in (HTML_TARGETS): New.
1803 (clean): Delete $HTML_TARGETS.
1804 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1805
733afdf4
TZ
18062011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1807
1808 * auth.texi (Help for developers): Show example of using
1809 `auth-source-search' with prompts and :save-function.
1810
33383987
JB
18112011-03-07 Chong Yidong <cyd@stupidchicken.com>
1812
1813 * Version 23.3 released.
1814
a5057546
G
18152011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1816
1817 * message.texi (Message Buffers): Update default value of
1818 message-generate-new-buffers.
1819
479a2c9b
JB
18202011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1821
1822 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1823 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1824 respectively.
05a29101
JB
1825 (Musical Notes): New section.
1826 (Customizing Calc): Mention the customizable variable
1827 calc-note-threshold.
479a2c9b 1828
e0535b76
GM
18292011-03-03 Glenn Morris <rgm@gnu.org>
1830
1831 * url.texi (Dealing with HTTP documents): Remove reference to
1832 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1833 (Configuration): Update url-configuration-directory description.
e0535b76 1834
2777ccbf
GM
18352011-03-02 Glenn Morris <rgm@gnu.org>
1836
1837 * dired-x.texi (Multiple Dired Directories): Remove mentions
1838 of dired-default-directory-alist and dired-default-directory.
1839 Move dired-smart-shell-command here...
1840 (Miscellaneous Commands): ... from here.
1841
257219bd
PE
18422011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1843
1844 * texinfo.tex: Update to version 2011-02-24.09.
1845
8889f4e2
GM
18462011-03-02 Glenn Morris <rgm@gnu.org>
1847
1848 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1849 instead of the obsoleted dired-omit-here-always.
1850
5d41af19
MA
18512011-02-28 Michael Albinus <michael.albinus@gmx.de>
1852
1853 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1854 supported systems.
1855
2b0c7330 18562011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1857
61cf3a76
GM
1858 * dbus.texi (Type Conversion): Grammar fix.
1859
cce7d530 18602011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1861
cce7d530
GM
1862 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1863 "Debian GNU/Linux".
51a13bdd 1864
cce7d530
GM
1865 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1866
817b48a7
GM
18672011-02-23 Glenn Morris <rgm@gnu.org>
1868
cce7d530
GM
1869 * dired-x.texi (Features): Minor rephrasing.
1870 (Local Variables): Fix typos.
47301027
GM
1871
1872 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1873 Standardize some Emacs/XEmacs terminology.
1874
817b48a7
GM
1875 * dired-x.texi (Features): Don't advertise obsolete local variables.
1876 Simplify layout.
1877 (Omitting Variables): Update local variables example.
1878 (Local Variables): Say this is obsolete. Fix description of
1879 dired-enable-local-variables possible values.
1880
4a3988d5
G
18812011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1882
1883 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1884 default now.
1885
8e22bee0
G
18862011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1887
1888 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1889
06b840e0
LI
18902011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1891
1892 * gnus.texi (Window Layout): Document layout names.
1893
67ab0163 18942011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1895
1896 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1897 * auth.texi: Sync @dircategory with ../../info/dir.
1898 * autotype.texi: Sync @dircategory with ../../info/dir.
1899 * calc.texi: Sync @dircategory with ../../info/dir.
1900 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1901 * cl.texi: Sync @dircategory with ../../info/dir.
1902 * dbus.texi: Sync @dircategory with ../../info/dir.
1903 * dired-x.texi: Sync @dircategory with ../../info/dir.
1904 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1905 * ede.texi: Sync @dircategory with ../../info/dir.
1906 * ediff.texi: Sync @dircategory with ../../info/dir.
1907 * edt.texi: Sync @dircategory with ../../info/dir.
1908 * eieio.texi: Sync @dircategory with ../../info/dir.
1909 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1910 * epa.texi: Sync @dircategory with ../../info/dir.
1911 * erc.texi: Sync @dircategory with ../../info/dir.
1912 * eshell.texi: Sync @dircategory with ../../info/dir.
1913 * eudc.texi: Sync @dircategory with ../../info/dir.
1914 * flymake.texi: Sync @dircategory with ../../info/dir.
1915 * forms.texi: Sync @dircategory with ../../info/dir.
1916 * gnus.texi: Sync @dircategory with ../../info/dir.
1917 * idlwave.texi: Sync @dircategory with ../../info/dir.
1918 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1919 * message.texi: Sync @dircategory with ../../info/dir.
1920 * mh-e.texi: Sync @dircategory with ../../info/dir.
1921 * newsticker.texi: Sync @dircategory with ../../info/dir.
1922 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1923 * org.texi: Sync @dircategory with ../../info/dir.
1924 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1925 * pgg.texi: Sync @dircategory with ../../info/dir.
1926 * rcirc.texi: Sync @dircategory with ../../info/dir.
1927 * reftex.texi: Sync @dircategory with ../../info/dir.
1928 * remember.texi: Sync @dircategory with ../../info/dir.
1929 * sasl.texi: Sync @dircategory with ../../info/dir.
1930 * sc.texi: Sync @dircategory with ../../info/dir.
1931 * semantic.texi: Sync @dircategory with ../../info/dir.
1932 * ses.texi: Sync @dircategory with ../../info/dir.
1933 * sieve.texi: Sync @dircategory with ../../info/dir.
1934 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1935 * speedbar.texi: Sync @dircategory with ../../info/dir.
1936 * trampver.texi [emacs]: Set emacsname to "Emacs".
1937 * tramp.texi: Sync @dircategory with ../../info/dir.
1938 * url.texi: Sync @dircategory with ../../info/dir.
1939 * vip.texi: Sync @dircategory with ../../info/dir.
1940 * viper.texi: Sync @dircategory with ../../info/dir.
1941 * widget.texi: Sync @dircategory with ../../info/dir.
1942 * woman.texi: Sync @dircategory with ../../info/dir.
1943
30abce25
GM
19442011-02-19 Glenn Morris <rgm@gnu.org>
1945
0c7efc08
SM
1946 * dired-x.texi (Technical Details): No longer redefines
1947 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1948 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1949
f31f8469
GM
19502011-02-18 Glenn Morris <rgm@gnu.org>
1951
1952 * dired-x.texi (Optional Installation File At Point): Simplify.
1953
35123c04
TZ
19542011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1955
1956 * auth.texi (Help for users): Use :port instead of :protocol for all
1957 auth-source docs.
7ba93e94
G
1958 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1959 to have two files in `auth-sources'.
35123c04 1960
da5e0ce4
GM
19612011-02-16 Glenn Morris <rgm@gnu.org>
1962
b322c9af
GM
1963 * dired-x.texi: Use emacsver.texi to get Emacs version.
1964 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1965 Depend on emacsver.texi.
1966
07ca5555
GM
1967 * dired-x.texi: Drop meaningless version number.
1968 (Introduction): Remove old info.
1969 (Optional Installation Dired Jump): Autoload from dired-x.
1970 Remove incorrect info about loaddefs.el.
1971 (Bugs): Just refer to M-x report-emacs-bug.
1972
da5e0ce4
GM
1973 * dired-x.texi (Multiple Dired Directories): Update for rename of
1974 default-directory-alist.
1975 (Miscellaneous Commands): No longer mention very old VM version 4.
1976
bb55f713
PE
19772011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1978
1979 Merge from gnulib.
1980 * texinfo.tex: Update to version 2011-02-14.11.
1981
5415d076
G
19822011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1983
da5e0ce4
GM
1984 * auth.texi (Help for users):
1985 Login collection is "Login" and not "login".
5415d076 1986
14029d4b
MA
19872011-02-13 Michael Albinus <michael.albinus@gmx.de>
1988
1989 * tramp.texi (History): Remove IMAP support.
1990 (External methods, Frequently Asked Questions): Remove `imap' and
1991 `imaps' methods.
1992 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1993
1994 * trampver.texi: Remove default value of `emacsimap'.
1995
8a36c07f
GM
19962011-02-13 Glenn Morris <rgm@gnu.org>
1997
1998 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1999 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
2000
165bc5a0
GM
20012011-02-12 Glenn Morris <rgm@gnu.org>
2002
2003 * sc.texi (Getting Connected): Remove old index entries.
2004
5415d076 20052011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
2006
2007 * url.texi: Remove duplicate @dircategory (Bug#7942).
2008
b8e0f0cd
G
20092011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
2010
8a36c07f
GM
2011 * auth.texi (Overview, Help for users, Help for developers):
2012 Update docs.
b8e0f0cd
G
2013 (Help for users): Talk about spaces.
2014
caf82551
PE
20152011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2016
2017 * texinfo.tex: Update to version 2011-02-07.16.
2018
1ff98217
MA
20192011-02-07 Michael Albinus <michael.albinus@gmx.de>
2020
2021 * dbus.texi (Bus names): Adapt descriptions for
2022 dbus-list-activatable-names and dbus-list-known-names.
2023
2e78df6b
JB
20242011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
2025
2026 * calc.texi (Logarithmic Units): New section.
2027
7fbf7cae
TZ
20282011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
2029
2030 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
2031 manuals use it now.
2032
0c7efc08 2033 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 2034
156ad271
KY
20352011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
2036
2037 * overrides.texi: Remove.
2038
2039 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2040 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2041
36539990
MA
20422011-02-05 Michael Albinus <michael.albinus@gmx.de>
2043
2044 * tramp.texi (Frequently Asked Questions): Mention problems with
2045 WinSSHD.
2046
2047 * trampver.texi: Update release number.
2048
20492011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
2050
2051 * tramp.texi:
2052 Replace "delimet" with "delimit" globally.
2053 Replace "explicite" with "explicit" globally.
2054 Replace "instead of" with "instead" where there was nothing after "of".
2055 Audit use of comma before interrogative pronoun, "that", or "which".
2056 Minor word order, spelling, wording changes.
2057
ec72bf63
G
20582011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2059
2060 * overrides.texi: New file to set or clear WEBHACKDEVEL.
2061
2062 * sieve.texi: Use WEBHACKDEVEL.
2063
2064 * sasl.texi: Use WEBHACKDEVEL.
2065
2066 * pgg.texi: Use WEBHACKDEVEL.
2067
2068 * message.texi: Use WEBHACKDEVEL.
2069
2070 * gnus.texi: Use WEBHACKDEVEL.
2071
2072 * emacs-mime.texi: Use WEBHACKDEVEL.
2073
2074 * auth.texi: Use WEBHACKDEVEL.
2075
2076 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2077 manuals.
2078
20792011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2080
2081 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2082
90b750f4
PE
20832011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2084
2085 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2086 which in turn is copied from ftp://tug.org/tex/.
2087
0e751a49
GM
20882011-02-03 Glenn Morris <rgm@gnu.org>
2089
2090 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2091 (Binding combinations of modifiers and function keys):
2092 Let's assume people reading this are not using Emacs 18.
2093
7f13c2e2
LI
20942011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2095
2096 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2097 since it's run automatically.
2098
d76c843e
LI
20992011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2100
2101 * gnus.texi (Customizing Articles): Fix typo.
2102
12e3ca0a
LI
21032011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2104
2105 * gnus.texi (Customizing Articles): Document the new way of customizing
2106 the date headers(s).
2107
fe72c8fa
LI
21082011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2109
2110 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2111 splitting example.
2112
bf3dae7e
EZ
21132011-01-29 Eli Zaretskii <eliz@gnu.org>
2114
2115 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2116 (MAKEINFO_OPTS): New variable.
2117 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2118 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2119 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2120 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2121 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2122 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2123 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2124 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2125 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2126 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2127 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2128 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2129 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2130 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2131 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2132 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2133 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2134 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2135
d6f13ac8
LI
21362011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2137
2138 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2139
c5ecc769
G
21402011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2141
2142 * message.texi (IDNA): Explain what it is.
2143
21442011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2145
2146 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2147
45eb2a5d
WL
21482011-01-23 Werner Lemberg <wl@gnu.org>
2149
2150 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2151 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2152 (ENVADD): Update.
45eb2a5d 2153
6872a814
GM
21542011-01-18 Glenn Morris <rgm@gnu.org>
2155
2156 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2157
77ab81d0 21582011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2159
2160 * nxml-mode.texi (Introduction): Fix file name typos.
2161
d221e780
CO
21622011-01-13 Christian Ohler <ohler@gnu.org>
2163
2164 * ert.texi: New file.
2165
2166 * Makefile.in:
2167 * makefile.w32-in: Add ert.texi.
2168
8c904d82
MA
21692011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2170
2171 * dbus.texi (Receiving Method Calls): New function
2172 dbus-register-service. Rearrange node.
2173
f56e0e7a
PE
21742011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2175
2176 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2177 which in turn is copied from ftp://tug.org/tex/.
2178
0fadf00e
MA
21792011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2180
2181 * dbus.texi (Receiving Method Calls): Describe new optional
2182 parameter dont-register-service of dbus-register-{method,property}.
2183
8b358e90
DU
21842010-12-17 Daiki Ueno <ueno@unixuser.org>
2185
0c7efc08
SM
2186 * epa.texi (Encrypting/decrypting *.gpg files):
2187 Mention epa-file-select-keys.
8b358e90 2188
549c9aed
G
21892010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2190
2191 * gnus.texi (Archived Messages): Remove outdated text.
2192
21932010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2194
0c7efc08 2195 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 2196
156e3f9c
G
21972010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2198
83f3eadc 2199 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 2200
8151d490
AC
22012010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2202
2203 * gnus.texi (The swish++ Engine): Add customizable parameters
2204 descriptions.
2205 (The swish-e Engine): Ditto.
2206
305bdd22
MA
22072010-12-14 Michael Albinus <michael.albinus@gmx.de>
2208
2209 * tramp.texi (Inline methods): Add "ksu" method.
2210 (Remote processes): Add example with remote `default-directory'.
2211
53aff12a
GM
22122010-12-14 Glenn Morris <rgm@gnu.org>
2213
2214 * faq.texi (Expanding aliases when sending mail):
2215 Now build-mail-aliases is interactive.
2216
8a1cdce5
AC
22172010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2218
2219 * gnus.texi: First pass at adding (rough) nnir documentation.
2220
7410c270
G
22212010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2222
53aff12a
GM
2223 * gnus.texi (Filtering New Groups):
2224 Mention gnus-auto-subscribed-categories.
2225 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
2226 removed.
2227
f49d1f52 22282010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
2229
2230 * cl.texi (For Clauses): Small fixes for frames and windows.
2231
acedf35c
CD
22322010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2233
2234 * org.texi (Using capture): Document using prefix arguments for
2235 finalizing capture.
2236 (Agenda commands): Document prefix argument for the bulk scatter
2237 command.
2238 (Beamer class export): Document that also overlay arguments can be
2239 passed to the column environment.
2240 (Template elements): Document the new entry type.
2241
22422010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2243
2244 * org.texi (Include files): Document :minlevel.
2245
22462010-12-11 Julien Danjou <julien@danjou.info>
2247
2248 * org.texi (Categories): Document category icons.
2249
22502010-12-11 Eric Schulte <schulte.eric@gmail.com>
2251
2252 * org.texi (noweb): Fix typo.
2253
516aa569
G
22542010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2255
2256 * gnus.texi (Server Commands): Point to the rest of the server
2257 commands.
2258
04db63bc
G
22592010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2260
2261 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2262 g'.
2263
ed797193
G
22642010-12-02 Julien Danjou <julien@danjou.info>
2265
2266 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2267
22682010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2269
2270 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2271 (Direct Functions): Note the STARTTLS upgrade.
2272
07976ae3 22732010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 2274 James Clark <none@example.com>
d3dfb185
GM
2275
2276 * nxml-mode.texi (Introduction): New section.
2277
59e75882
G
22782010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2279
2280 * gnus.texi (Server Commands): Document gnus-server-show-server.
2281
568a887f
MA
22822010-11-20 Michael Albinus <michael.albinus@gmx.de>
2283
2284 Sync with Tramp 2.2.0.
2285
2286 * trampver.texi: Update release number.
2287
1265829e
JB
22882010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2289
2290 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2291 Mention that the TeX specific units won't use the `tex' prefix
2292 in TeX mode.
2293
239661c0
KY
22942010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2295
2296 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2297
4a47c275 22982010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
2299
2300 * edt.texi: Remove information about Emacs 19.
2301
4a47c275 23022010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
2303
2304 * trampver.texi: Update release number.
2305
2f0e0dc8
KY
23062010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2307
2308 * gnus.texi (Article Washing): Fix typo.
2309
afe98dfa
CD
23102010-11-11 Noorul Islam <noorul@noorul.com>
2311
56f5a94e 2312 * org.texi: Fix typo.
afe98dfa
CD
2313
23142010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2315
2316 * org.texi (Using capture): Explain that refiling is
2317 sensitive to cursor position.
2318
23192010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2320
56f5a94e 2321 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
2322
23232010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2324
2325 * org.texi: Document the <c> cookie.
2326
23272010-11-11 Eric Schulte <schulte.eric@gmail.com>
2328
bd7239f5 2329 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 2330 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
2331
23322010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2333
56f5a94e 2334 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
2335
23362010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2337
56f5a94e 2338 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
2339
23402010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2341
2342 * org.texi (Setting up the staging area): Document that
2343 file names remain visible when encrypting the MobileOrg files.
2344
23452010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2346
2347 * org.texi (Setting up the staging area): Document which
2348 versions are needed for encryption.
2349
23502010-11-11 Eric Schulte <schulte.eric@gmail.com>
2351
56f5a94e
GM
2352 * org.texi (noweb): Update :noweb documentation to
2353 reflect the new "tangle" argument.
afe98dfa
CD
2354
23552010-11-11 Eric Schulte <schulte.eric@gmail.com>
2356
56f5a94e
GM
2357 * org.texi (Batch execution): Improve tangling script in
2358 documentation.
afe98dfa
CD
2359
23602010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2361
2362 * org.texi (Handling links):
2363 (In-buffer settings): Document inlining images on startup.
2364
23652010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2366
2367 * org.texi (Setting up the staging area): Document use of
2368 crypt password.
2369
23702010-11-11 David Maus <dmaus@ictsoc.de>
2371
56f5a94e 2372 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
2373
23742010-11-11 David Maus <dmaus@ictsoc.de>
2375
56f5a94e
GM
2376 * org.texi (Template expansion): Add mew in table for link type
2377 escapes.
afe98dfa
CD
2378
23792010-11-11 David Maus <dmaus@ictsoc.de>
2380
56f5a94e 2381 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
2382
23832010-11-11 Eric Schulte <schulte.eric@gmail.com>
2384
56f5a94e 2385 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
2386
23872010-11-11 Eric Schulte <schulte.eric@gmail.com>
2388
56f5a94e 2389 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
2390
23912010-11-11 Eric Schulte <schulte.eric@gmail.com>
2392
56f5a94e
GM
2393 * org.texi (Structure of code blocks):
2394 Update documentation to mention inline code block syntax.
afe98dfa
CD
2395
23962010-11-11 Eric Schulte <schulte.eric@gmail.com>
2397
56f5a94e 2398 * org.texi (comments): Improve wording.
afe98dfa
CD
2399
24002010-11-11 Eric Schulte <schulte.eric@gmail.com>
2401
56f5a94e 2402 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
2403
24042010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2405
2406 * org.texi (Installation): Remove the special
2407 installation instructions for XEmacs.
2408
24092010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2410
56f5a94e 2411 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
2412 insertion of empty structural elements.
2413
24142010-11-11 Noorul Islam <noorul@noorul.com>
2415
56f5a94e 2416 * org.texi: Fix doc.
afe98dfa
CD
2417
24182010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2419
2420 * org.texi (The date/time prompt): Document specification
2421 of time ranges.
2422
24232010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2424
2425 * org.texi (Internal links): Document the changes in
2426 internal links.
2427
24282010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2429
2430 * org.texi (Agenda commands): Document the limitation for
2431 the filter preset - it can only be used for an entire agenda
2432 view, not in an individual block in a block agenda.
2433
24342010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2435
2436 * org.texi (iCalendar export): Document alarm creation.
2437
6f8fc60c
MA
24382010-11-10 Michael Albinus <michael.albinus@gmx.de>
2439
2440 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2441
be3c11b3
LMI
24422010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2443
2444 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2445
d607b96b 24462010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 2447
d607b96b 2448 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 2449
181cb5fb
G
24502010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2451
2452 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2453 since that works by default.
2454
24552010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2456
2457 * gnus.texi (Customizing the IMAP Connection): Document
2458 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2459
36bc5d3b
MA
24602010-11-04 Michael Albinus <michael.albinus@gmx.de>
2461
2462 * tramp.texi (Remote shell setup): New item "Interactive shell
2463 prompt". Reported by Christian Millour <cm@abtela.com>.
2464 (Remote shell setup, Remote processes): Use @code{} for
2465 environment variables.
2466
cf503f7c
GM
24672010-11-03 Glenn Morris <rgm@gnu.org>
2468
537b04b9 2469 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 2470 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 2471
389b76fa
G
24722010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2473
2474 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2475
2699a554 24762010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
2477
2478 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2479
2699a554 24802010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
2481
2482 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2483
99e65b2d
G
24842010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2485
0c7efc08
SM
2486 * gnus.texi (Client-Side IMAP Splitting):
2487 Mention nnimap-unsplittable-articles.
99e65b2d
G
2488
24892010-10-29 Julien Danjou <julien@danjou.info>
2490
2491 * gnus.texi (Finding the News): Remove references to obsoletes
2492 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2493
aeeb3dcb
EZ
24942010-10-29 Eli Zaretskii <eliz@gnu.org>
2495
2496 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2497 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2498 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2499 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2500
8289f37b
GM
25012010-10-28 Glenn Morris <rgm@gnu.org>
2502
2503 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2504 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2505 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2506
d85d3b3a
DU
25072010-10-25 Daiki Ueno <ueno@unixuser.org>
2508
2509 * epa.texi (Mail-mode integration): Add alternative key bindings
2510 for epa-mail commands; escape comma.
c05c2b9b 2511 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 2512
9f534a47
JB
25132010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
2514
99e65b2d 2515 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 2516
5793a7bc 25172010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
2518
2519 * gnus.texi (Group Parameters, Buttons): Fix typos.
2520
280f417b
G
25212010-10-22 Tassilo Horn <tassilo@member.fsf.org>
2522
2523 * gnus.texi (Subscription Commands): Mention that you can also
2524 subscribe to new groups via the Server buffer, which is probably more
2525 convenient when subscribing to many groups.
2526
d806c872
G
25272010-10-21 Julien Danjou <julien@danjou.info>
2528
2529 * message.texi (Message Headers): Allow message-default-headers to be a
2530 function.
2531
d5798f68
LMI
25322010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2533
2534 * gnus-news.texi: Mention new archive defaults.
2535
b79bbef7
KY
25362010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2537
2538 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2539
2526f423
G
25402010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2541
2542 * gnus.texi (HTML): Document the function value of
2543 gnus-blocked-images.
2544 (Article Washing): shr and gnus-w3m, not the direct function names.
2545
ba91f05d
G
25462010-10-20 Julien Danjou <julien@danjou.info>
2547
2548 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2549 variable.
2550
da451787
LMI
25512010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2552
2553 * gnus.texi (Customizing the IMAP Connection): The port strings are
2554 strings.
c872595d 2555 (Document Groups): Mention git.
da451787 2556
7cad71ad
G
25572010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2558
2559 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2560 bzr/Gnus git sync.
2561
c56dfd36
EZ
25622010-10-15 Eli Zaretskii <eliz@gnu.org>
2563
2564 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2565 change.
2566
a1d16a7b
G
25672010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2568
2569 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2570 @item syntax for in-Emacs makeinfo.
2571
25722010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2573
2574 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2575 trim sentence.
2576
98e2b864
DU
25772010-10-12 Daiki Ueno <ueno@unixuser.org>
2578
2579 * epa.texi (Caching Passphrases):
0c7efc08
SM
2580 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2581 Clarify some configurations require to set up gpg-agent.
98e2b864 2582
c12e4a81
GM
25832010-10-11 Glenn Morris <rgm@gnu.org>
2584
2585 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2586
f7aa248a
G
25872010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2588
2589 * gnus.texi (Spam Package Introduction): Mention `$'.
2590
6513b232
EZ
25912010-10-09 Eli Zaretskii <eliz@gnu.org>
2592
2593 * makefile.w32-in (emacsdir): New variable.
2594 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2595 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2596
abd40fb4
GM
25972010-10-09 Glenn Morris <rgm@gnu.org>
2598
0f05450f
GM
2599 * Makefile.in (mostlyclean): Delete *.toc.
2600
d3a4ac46
GM
2601 * Makefile.in: Use $< in rules.
2602
aa9db089
GM
2603 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2604
abd40fb4
GM
2605 * Makefile.in ($(infodir)): Delete rule.
2606 (mkinfodir): New. Use it in all the info rules, rather than depending
2607 on infodir.
2608
ea274122
GM
26092010-10-09 Glenn Morris <rgm@gnu.org>
2610
6e90e2a8
GM
2611 * gnus.texi (Article Washing): Fix previous change.
2612
f7a31f11
GM
2613 * Makefile.in (emacsdir): New variable.
2614 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
2615 Depend on emacsver.texi.
2616
f7a31f11
GM
2617 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2618
ea274122
GM
2619 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2620
36d3245f
G
26212010-10-08 Julien Danjou <julien@danjou.info>
2622
f7a31f11 2623 * gnus.texi: Add mm-shr.
36d3245f
G
2624
26252010-10-08 Ludovic Courtès <ludo@gnu.org>
2626
2627 * gnus.texi (Finding the Parent, The Gnus Registry)
2628 (Registry Article Refer Method): Update docs for nnregistry.el.
2629
26302010-10-08 Daiki Ueno <ueno@unixuser.org>
2631
2632 * auth.texi (Help for users)
2633 (GnuPG and EasyPG Assistant Configuration): Update docs.
2634
12359245
GM
26352010-10-08 Glenn Morris <rgm@gnu.org>
2636
2637 * cl.texi (Organization, Installation, Old CL Compatibility):
2638 Deprecate cl-compat for new code.
4628bef1 2639 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
2640
2641 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2642
fcf2d385
KY
26432010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2644
2645 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2646
66627fa9
G
26472010-10-06 Julien Danjou <julien@danjou.info>
2648
fd9ba500
JD
2649 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2650
66627fa9
G
2651 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2652 broken link.
2653
2654 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2655
2656 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2657 to ReiserFS.
2658
2659 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2660 (FAQ 7-1): Fix getmail URL.
2661
65f54520
DU
26622010-10-06 Daiki Ueno <ueno@unixuser.org>
2663
2664 * epa.texi (Caching Passphrases): New section.
2665
4c83f6e1
GM
26662010-10-06 Glenn Morris <rgm@gnu.org>
2667
2668 * Makefile.in (SHELL): Set it.
2669 (info): Move the mkdir dependency to the individual info files.
2670 (mostlyclean): Tidy up.
2671 (clean): Only delete the specific dvi and pdf files.
2672 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 2673 ($(infodir)): Add parallel build workaround.
4c83f6e1 2674
71e691a5
G
26752010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2676
2677 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2678
a41c2e6d
G
26792010-10-03 Julien Danjou <julien@danjou.info>
2680
0c7efc08
SM
2681 * emacs-mime.texi (Display Customization):
2682 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
2683 mm-inline-large-images-proportion.
2684
37255945
MA
26852010-10-03 Michael Albinus <michael.albinus@gmx.de>
2686
0c7efc08
SM
2687 * tramp.texi (Frequently Asked Questions):
2688 Mention remote-file-name-inhibit-cache.
37255945 2689
11e4e7bd
LMI
26902010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2691
2692 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2693 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2694
cb83220a
KY
26952010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2696
0c7efc08
SM
2697 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2698 (Article Hiding): Add google banner example.
2699 Suggested by Benjamin Xu.
cb83220a 2700
6b958814
G
27012010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2702
0c7efc08
SM
2703 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2704 Remove nnimap-split-rule from examples.
6b958814
G
2705
27062010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2707
2708 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2709 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2710 Fishman.
2711 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2712
27132010-09-30 Julien Danjou <julien@danjou.info>
2714
2715 * gnus.texi (Gravatars): Fix documentation about
2716 gnu-gravatar-properties.
2717
b9476c04
DU
27182010-09-29 Daiki Ueno <ueno@unixuser.org>
2719
2720 * epa.texi (Bug Reports): New section.
2721
5f874327
GM
27222010-09-29 Glenn Morris <rgm@gnu.org>
2723
2724 * Makefile.in (top_srcdir): Remove unused variable.
2725
6b958814
G
27262010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2727
2728 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2729 (Client-Side IMAP Splitting): Document 'default.
2730
27312010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2732
0c7efc08
SM
2733 * gnus.texi (Customizing the IMAP Connection):
2734 Document nnimap-fetch-partial-articles.
6b958814 2735
82bccbfa
KY
27362010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2737
2738 * gnus-news.texi: Mention nnimap-inbox.
2739
2740 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2741
27422010-09-26 Julien Danjou <julien@danjou.info>
2743
47e08896 2744 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2745
27462010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2747
2748 * gnus.texi (Security): Remove gpg.el mention.
2749
27502010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2751
2752 * gnus.texi (Browse Foreign Server): New variable
2753 gnus-browse-subscribe-newsgroup-method.
2754
2755 * gnus-news.texi: Mention it.
2756
27572010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2758
0c7efc08 2759 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2760 (Startup Variables): No jingle.
2761
4c964351
UM
27622010-09-25 Ulrich Mueller <ulm@gentoo.org>
2763
2764 * woman.texi (Interface Options): xz compression is now supported.
2765
82bccbfa
KY
27662010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2767
2768 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2769 (Unavailable Servers): Document gnus-server-copy-server.
2770 (Using IMAP): Document the new nnimap.
2771
27722010-09-25 Julien Danjou <julien@danjou.info>
2773
47e08896 2774 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2775
18778f71
GM
27762010-09-24 Glenn Morris <rgm@gnu.org>
2777
2778 * url.texi (Disk Caching): Tweak previous change.
2779
9c766321
JD
27802010-09-24 Julien Danjou <julien@danjou.info>
2781
2782 * url.texi (Disk Caching): Mention url-cache-expire-time,
2783 url-cache-expired, and url-fetch-from-cache.
2784
82bccbfa
KY
27852010-09-24 Julien Danjou <julien@danjou.info>
2786
2787 * gnus.texi: Add Gravatars.
2788
27892010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2790
2791 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2792
592bdb9a
LMI
27932010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2794
2795 * gnus.texi (Expunging mailboxes): Update name of the expunging
2796 command.
2797
e4e22d29
KY
27982010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2799
2800 * emacs-mime.texi (rfc2047): Update description for
2801 rfc2047-encode-parameter.
2802
371d9801
MA
28032010-09-13 Michael Albinus <michael.albinus@gmx.de>
2804
2805 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2806 "fish" methods.
2807 (External methods): Remove "scp1_old" and "scp2_old" methods.
2808
31ae5827
MA
28092010-09-09 Michael Albinus <michael.albinus@gmx.de>
2810
2811 * tramp.texi: Remove Japanese manual. Fix typo.
2812
2813 * trampver.texi: Update release number. Remove japanesemanual.
2814
c0468714
GM
28152010-09-09 Glenn Morris <rgm@gnu.org>
2816
2817 * org.texi: Restore clobbered changes (copyright years, untabify).
2818
86441999
JD
28192010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2820
2821 * gnus.texi (Adaptive Scoring): Fix typo.
2822
25f28806
LMI
28232010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2824
2825 * gnus.texi (Article Display): Document gnus-html-show-images.
2826
45240125 28272010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2828
45240125
JD
2829 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2830
59d09f15
LMI
28312010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2832
2833 * gnus.texi (HTML): Document gnus-max-image-proportion.
2834
2cdd366f
KY
28352010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2836
51dee5ef
KY
2837 * gnus.texi (HTML): Document gnus-blocked-images.
2838
2cdd366f
KY
2839 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2840
b0e4f3fc
KY
28412010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2842
2843 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2844 the first message are used for wide replies.
f02566ce
KY
2845 (Changing Servers): Remove documentation on gnus-change-server and
2846 friends, since it's been removed.
b0e4f3fc 2847
598451ed
KY
28482010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2849
2850 * gnus.texi (Drafts): Mention B DEL.
2851
e7842e69
KY
28522010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2853
2854 * gnus.texi (Delayed Articles): Mention that the Date header is the
2855 original one, even if you delay.
2856
85115796
KY
28572010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2858
0c7efc08
SM
2859 * gnus.texi (Asynchronous Fetching):
2860 Document gnus-async-post-fetch-function.
85115796
KY
2861 (HTML): Made into its own section.
2862
f0b44bc0
MA
28632010-08-26 Michael Albinus <michael.albinus@gmx.de>
2864
2865 Sync with Tramp 2.1.19.
2866
217876c9 2867 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2868 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2869 Remove remark about doubled "-t" argument.
217876c9
MA
2870 (Auto-save and Backup): Remove reference to Emacs 21.
2871 (Filename Syntax): Describe port numbers.
2872 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2873 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2874 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2875 errors with the backquotes.
2876 (External packages): File attributes cache flushing for asynchronous
2877 processes.
2878 (Traces and Profiles): Describe verbose level 9.
2879
f0b44bc0
MA
2880 * trampver.texi: Update release number.
2881
7457f7b6
MA
28822010-08-23 Michael Albinus <michael.albinus@gmx.de>
2883
2884 * dbus.texi (Alternative Buses): New chapter.
2885
b695beda
SM
28862010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2887
2888 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2889
443c2c03
JB
28902010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2891
2892 * calc.texi (Customizing Calc): Rearrange description of new
2893 variables to match the presentation of other variables.
2894
7815fe19 28952010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2896
2897 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2898
2c695727
JB
28992010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2900
2901 * calc.texi (Making Selections, Selecting Subformulas)
2902 (Customizing Calc): Mention how to use faces to emphasize selected
2903 sub-formulas.
2904
bbb6ffa1
MA
29052010-08-05 Michael Albinus <michael.albinus@gmx.de>
2906
2907 * tramp.texi (External packages): File attributes cache flushing
2908 for asynchronous processes.
2909
5cee0a9c
AM
29102010-08-01 Alan Mackenzie <acm@muc.de>
2911
2912 Enhance the manual for the latest Java Mode.
2913
2914 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2915 annotation-var-cont.
2916 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2917 two new symbols.
2918
3f2afe32
MA
29192010-07-28 Michael Albinus <michael.albinus@gmx.de>
2920
2921 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2922
0ed082fe 29232010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2924
2925 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2926
311f0356
JB
29272010-07-19 Juanma Barranquero <lekktu@gmail.com>
2928
2929 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2930
86fbb8ca
CD
29312010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2932
2933 * org.texi: Add macros to get plain quotes in PDF output.
2934 List additional contributors.
2935 (Capture): New section, replaces the section about remember.
2936 (Working With Source Code): New chapter, focused on documenting Org
2937 Babel.
2938 (Code evaluation security): New section.
2939 (MobileOrg): Document DropBox support.
2940 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2941 (Special symbols): Show how to display UTF8 characters for entities.
2942 (Global TODO list): Clarify the use of the "M" key and the differences
2943 to the "m" key.
2944 (RSS Feeds): Mention Atom feeds as well.
2945 (Setting tags): Remove paragraph about
2946 `org-complete-tags-always-offer-all-agenda-tags'.
2947
5732e8ed
MA
29482010-07-17 Michael Albinus <michael.albinus@gmx.de>
2949
2950 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2951 argument.
2952 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2953 echoing shells.
2954
ca1bb391
MA
29552010-07-10 Michael Albinus <michael.albinus@gmx.de>
2956
2957 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2958 (Filename Syntax): Describe port numbers.
2959
5bd55c3c
MA
29602010-07-09 Michael Albinus <michael.albinus@gmx.de>
2961
2962 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2963 forgotten.
2964 (Type Conversion): Precise conversion of natural numbers.
2965 (Errors and Events): Add "debugging" to concept index. Add variable
2966 `dbus-debug'.
2967
820ae8fe
MA
29682010-07-04 Michael Albinus <michael.albinus@gmx.de>
2969
2970 * dbus.texi (Receiving Method Calls): Add optional argument
2971 EMITS-SIGNAL to `dbus-register-property'.
2972
b6f9df0f
JB
29732010-06-27 Alex Schroeder <alex@gnu.org>
2974
2975 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2976
62e034c2
GM
29772010-06-24 Glenn Morris <rgm@gnu.org>
2978
2979 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2980 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2981 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2982 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2983 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2984 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2985 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2986 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2987 convention. Make them end with a period.
2988
9360256a
GM
29892010-06-23 Glenn Morris <rgm@gnu.org>
2990
2991 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
2992 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2993 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2994 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2995 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2996 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 2997
04d3bb6c
GM
29982010-06-10 Glenn Morris <rgm@gnu.org>
2999
3000 * idlwave.texi (Load-Path Shadows):
3001 * org.texi (Handling links): Fix typos.
3002
5e7d4a75
KY
30032010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
3004
3005 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
3006
9841cb4f
MA
30072010-05-26 Michael Albinus <michael.albinus@gmx.de>
3008
3009 * eshell.texi (Built-ins): Describe, how to disable a built-in command
3010 by an alias. (Bug#6226)
3011
597517ef
JB
30122010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
3013
3014 * calc.texi (Manipulating Vectors): Mention that vectors can
3015 be used to determine bins for `calc-histogram'.
3016
14914c43
JB
30172010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
3018
597517ef 3019 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 3020
0235128c 30212010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
3022
3023 * url.texi (HTTP language/coding, Customization):
3024 * message.texi (Header Commands, Responses):
3025 * cl.texi (Argument Lists): Fix typos.
3026
0235128c 30272010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 3028
0235128c
SM
3029 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
3030 Note that Development menu is always available.
aa5789b5
CY
3031 (Creating a project): Fix terminology.
3032 (Add/Remove files): Fix typo.
3033
0235128c
SM
30342010-05-07 Chong Yidong <cyd@stupidchicken.com>
3035
3036 * Version 23.2 released.
3037
a628ad9d 30382010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
3039
3040 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3041
502269d6
MA
30422010-05-01 Michael Albinus <michael.albinus@gmx.de>
3043
0235128c
SM
3044 * tramp.texi (Inline methods, Default Method):
3045 Mention `tramp-inline-compress-start-size'.
502269d6 3046
6e104790 30472010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
3048
3049 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3050 the CVS repo. Put the Git repo in the news section.
3051
6e104790 3052 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
3053 Removed some mentions of CVS. Mention the new Git repo.
3054
6e104790 30552010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
3056
3057 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
3058 (Mail Group Commands): Add index entry.
3059
6e104790 30602010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
3061
3062 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3063
f8b91752
JB
30642010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3065
3066 * calc.texi (Radix modes): Mention that the option prefix will
3067 turn on twos-complement mode.
3068 (Inverse and Hyperbolic Flags): Mention the Option flag.
3069
ed21c5c8
CD
30702010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3071
3072 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 3073 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
3074 (Sectioning structure): Update.
3075 (References): New use case for field coordinates.
6e104790 3076 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
3077 (Setting up the staging area): Document the availability of
3078 encryption for MobileOrg.
3079 (Images and tables): Document how to reference labels.
3080 (Index entries): New section.
3081 (Generating an index): New section.
3082 (Column width and alignment): Document that <N> now
3083 means a fixed width, not a maximum width.
3084 (Publishing options): Document the :email option.
3085 (Beamer class export): Fix bug in the BEAMER example.
3086 (Refiling notes): Document refile logging.
3087 (In-buffer settings): Document refile logging keywords.
3088 (Drawers): Document `C-c C-z' command.
3089 (Agenda commands): Mention the alternative key `C-c C-z'.
3090 (Special properties): Document the BLOCKED property.
3091 (The spreadsheet): Mention the formula editor.
3092 (References): Document field coordinates.
3093 (Publishing action): Correct the documentation for the
3094 publishing function.
3095 (The date/time prompt): Document that we accept dates
3096 like month/day/year.
3097 (Cooperation): Document the changes in table.el support.
3098 (Faces for TODO keywords, Faces for TODO keywords)
3099 (Priorities): Document the easy colors.
3100 (Visibility cycling): Document the new double prefix
3101 arg for `org-reveal'.
3102 (Cooperation): Remember.el is part of Emacs.
3103 (Clean view): Mention that `wrap-prefix' is also set by
3104 org-indent-mode.
3105 (Agenda commands): Add information about prefix args to
3106 scheduling and deadline commands.
3107 (Search view): Point to the docstring of
3108 `org-search-view' for more details.
6e104790 3109 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3110 (Setting tags): Document variable
3111 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3112 (Column attributes): Cross-reference special properties.
ed21c5c8 3113
456b348e
MA
31142010-04-10 Michael Albinus <michael.albinus@gmx.de>
3115
3116 Synchronize with Tramp repository.
3117
3118 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3119 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3120 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3121 syntax, texi2dvi reports errors with the backquotes.
3122
3123 * trampver.texi: Update release number.
3124
357e2d8e
KY
31252010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3126
3127 * gnus.texi (Finding the News): Add pointers to the Server buffer
3128 because it's essential.
3129
1d4d7664
KY
31302010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3131
3132 * gnus.texi (MIME Commands): Update description of
3133 gnus-article-browse-html-article.
3134
bd3e840f
KY
31352010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3136
3137 * auth.texi (Secret Service API): Add TODO node.
3138 (Help for users): Explain the new source options for `auth-sources'.
3139
e867cb5d 31402010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3141
3142 * trampver.texi: Update release number.
3143
288f9fc0
CY
31442010-03-10 Chong Yidong <cyd@stupidchicken.com>
3145
3146 * Branch for 23.2.
3147
d99aaebd
CY
31482010-03-03 Chong Yidong <cyd@stupidchicken.com>
3149
3150 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3151 now enabled by default.
3152
5794c2a5
MA
31532010-02-28 Michael Albinus <michael.albinus@gmx.de>
3154
3155 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3156 when Emacs runs in interactive mode. (Bug#5645)
3157
40572be6
GM
31582010-02-16 Glenn Morris <rgm@gnu.org>
3159
3160 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3161
7bb8ed67
MH
31622010-02-05 Mark A. Hershberger <mah@everybody.org>
3163
3164 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3165
45a1423d 31662010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3167
3168 * gnus.texi (Score File Format): Fix typo.
3169
45a1423d 31702010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3171
3172 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3173
14f17fc8
JB
31742010-01-18 Juanma Barranquero <lekktu@gmail.com>
3175
3176 * ada-mode.texi (Project File Overview): Fix typo.
3177
607d4369
CY
31782010-01-17 Chong Yidong <cyd@stupidchicken.com>
3179
3180 * semantic.texi: Add Richard Y. Kim credit.
3181
3182 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3183
3d1bfa99
MA
31842010-01-17 Michael Albinus <michael.albinus@gmx.de>
3185
3186 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 3187 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 3188
6fbf7a75
GM
31892010-01-17 Glenn Morris <rgm@gnu.org>
3190
b9f978f0
GM
3191 * calc.texi (Reporting Bugs): Don't mention format of repository.
3192
f19bc38d
GM
3193 * woman.texi (Bugs): Make "Emacs repository" less specific,
3194 and the URL for same more specific.
3195
6fbf7a75
GM
3196 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3197
16c3428a
JB
31982010-01-17 Juanma Barranquero <lekktu@gmail.com>
3199
3200 * ede.texi (ede-step-project, ede-proj-target):
3201 * tramp.texi (Remote processes): Fix typos.
3202
045b9da7
ML
32032010-01-16 Mario Lang <mlang@delysid.org>
3204
3205 * ede.texi (ede-target):
3206 * org.texi (Refiling notes): Remove duplicated words.
3207
c57008f6
SM
32082010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3209
3210 * gnus.texi (Posting Styles): Use with-current-buffer.
3211 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3212
798c9eb5
KR
32132010-01-02 Kevin Ryde <user42@zip.com.au>
3214
3215 * eieio.texi (Naming Conventions): Correction to xref on elisp
3216 coding conventions, is "Tips" node not "Standards".
3217
4970fbfe
CY
32182009-12-24 Chong Yidong <cyd@stupidchicken.com>
3219
3220 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3221
3222 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3223
83828b06
KY
32242009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3225
3226 * gnus.texi (Direct Functions): Add missing port number to tls method.
3227
45a4a565
JB
32282009-12-15 Juanma Barranquero <lekktu@gmail.com>
3229
3230 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3231 ($(infodir)/edt, edt.dvi): New targets.
3232
698bfef7
GM
32332009-12-15 Glenn Morris <rgm@gnu.org>
3234
3235 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3236 (edt, $(infodir)/edt, edt.dvi): New targets.
3237 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3238
3239 * Makefile.in (PDF_TARGETS, pdf): New.
3240 (clean): Add *.pdf.
3241 Add pdf rules for all manuals.
3242
0e983327
JB
32432009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3244
3245 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3246
8e687433
CY
32472009-12-14 Chong Yidong <cyd@stupidchicken.com>
3248
3249 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3250 (Smart Jump, Analyzer Debug): Copyedits.
3251 (Semantic mode user commands): Link to new nodes.
3252 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3253 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3254 upstream Semantic manual.
3255
3256 * semantic.texi (Introduction): Minor fix to diagram.
3257
020335df
MA
32582009-12-09 Michael Albinus <michael.albinus@gmx.de>
3259
3260 * eshell.texi (History): Add the other built-in variables.
3261 (Built-ins): Explain built-ins, and how to apply the external commands.
3262 Add `history', `su' and `sudo'.
3263
3264 * tramp.texi (Remote processes): Add missing <RET> in the example.
3265
6ddf13e4
BW
32662009-12-01 Bill Wohler <wohler@newt.com>
3267
3268 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 3269 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
3270 excessively garrulous.
3271
07b6428c
MA
32722009-11-29 Michael Albinus <michael.albinus@gmx.de>
3273
3274 * tramp.texi (Remote processes): Improve eshell example with "su"
3275 and "sudo" commands.
3276
fd1cefda
CY
32772009-11-28 Chong Yidong <cyd@stupidchicken.com>
3278
3279 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3280
3281 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3282 Document semantic-complete-analyze-inline.
3283 (Semanticdb search debugging commands): Minor clarification.
3284 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 3285 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 3286 manual.
9d542758 3287 (Semantic mode): Link to Idle Scheduler.
fd1cefda 3288
159e3ad5
KR
32892009-11-28 Kevin Ryde <user42@zip.com.au>
3290
3291 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 3292 @pxref, now EIEIO is in Emacs.
159e3ad5 3293
c6d47315
KR
3294 * erc.texi (Development): Correction to git tutorial url.
3295
16f6287e
GM
32962009-11-26 Glenn Morris <rgm@gnu.org>
3297
3298 * faq.texi (Latest version of Emacs): Mention stability of development
3299 version.
3300 (Problems with very large files): Max buffer size increase in 23.2.
3301 (VM): VM has moved house again.
3302
5ea5dbc9
JB
33032009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3304
3305 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3306 notations.
3307
5dec9555
CD
33082009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3309
45a4a565 3310 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 3311
bd6f6833
CY
33122009-11-20 Chong Yidong <cyd@stupidchicken.com>
3313
3314 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
3315 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3316 (Idle Completions Mode): Numerous copyedits.
bd6f6833 3317
be479117
JB
33182009-11-17 Juanma Barranquero <lekktu@gmail.com>
3319
3320 * semantic.texi (Semantic Internals, Glossary):
3321 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3322 (Semanticdb search debugging commands): Fix typos.
3323
17291a1f
JB
33242009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3325
be479117 3326 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 3327
af42a9cc
JB
33282009-11-16 Juanma Barranquero <lekktu@gmail.com>
3329
3330 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3331 ($(infodir)/semantic, semantic.dvi): New targets.
3332
3149927d
CY
33332009-11-16 Chong Yidong <cyd@stupidchicken.com>
3334
3335 * Makefile.in: Build the Semantic manual.
3336
3337 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3338 repository.
3339
977640ed
MA
33402009-11-16 Michael Albinus <michael.albinus@gmx.de>
3341
3342 * dbus.texi (Receiving Method Calls): New defun
3343 `dbus-unregister-service'.
3344
17673adf
CD
33452009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3346
3347 * org.texi (Speed keys): New section.
3348
0ecd3c90
MA
33492009-11-13 Michael Albinus <michael.albinus@gmx.de>
3350
3351 * dbus.texi (Type Conversion): Fix typo.
3352 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3353 `dbus-registered-objects-table'.
0c7efc08
SM
3354 (Receiving Method Calls): New defun `dbus-register-property'.
3355 Move `dbus-unregister-object' here.
0ecd3c90 3356
8bfe682a
CD
33572009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3358
3359 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3360
33612009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3362
3363 * org.texi (Column attributes): Add the new age summary operators.
3364 Also, mention the fact you can only use one summary operator per
3365 property.
3366
33672009-11-13 John Wiegley <johnw@newartisans.com>
3368
0c7efc08 3369 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 3370 manual about how to track habits.
0c7efc08 3371 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
3372 dangling clocks are resolved.
3373
33742009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3375
3376 * org.texi (Agenda commands): Document the new `i' command.
3377 (Inserting deadline/schedule): Document logging changes
3378 of scheduling and deadline times stamps.
3379 (In-buffer settings): Document the in-buffer keywords for logging
3380 changes of scheduling and deadline times stamps.
3381 (Structure editing, Plain lists): Document indentation
3382 cycling in empty entries with TAB.
3383 (Archiving): Document the default archiving command.
3384 (Moving subtrees): Document the new keys for archiving.
3385 (Internal archiving): Fix incorrect key.
3386 (Agenda commands): Document the TODO set switching commands.
3387 (Agenda commands): Document the new archiving keys.
3388 (Clocking work time): Better description on how to save
3389 and restore a clock.
3390 (Resolving idle time): Mention the x11idle program to get true
3391 idleness also under X11.
3392 (Resolving idle time): Use @kbd instead of @key for normal
3393 letters, because this is how he rest of the manual does this.
3394 (Pushing to MobileOrg): Mention that `org-directory'
3395 should be set.
3396 (Agenda commands): Document that SPC is a filter for
3397 any tag.
0c7efc08 3398 (Search view): Rename from "Keyword search".
8bfe682a
CD
3399 (Capure): New chapter.
3400 (Markup): New chapter.
0c7efc08
SM
3401 (Links in HTML export, Images in HTML export):
3402 Extend the section titles.
8bfe682a
CD
3403 (Images in HTML export): Document the align option.
3404 (Text areas in HTML export): Extend the section title.
3405 (Images in LaTeX export): Explain image placement in LaTeX.
3406
693737cd
GM
34072009-11-10 Glenn Morris <rgm@gnu.org>
3408
3409 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3410
c7bd4ebe
MA
34112009-11-08 Michael Albinus <michael.albinus@gmx.de>
3412
3413 * tramp.texi (Auto-save and Backup): Disable backups just for a
3414 method.
3415
3416 * trampver.texi: Update release number.
3417
76c5acad
MA
34182009-11-07 Michael Albinus <michael.albinus@gmx.de>
3419
3420 Sync with Tramp 2.1.17.
3421
3422 * trampver.texi: Update release number.
3423
d9a57abf
GM
34242009-10-29 Glenn Morris <rgm@gnu.org>
3425
3426 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3427
637f4f0f
MA
34282009-10-23 Michael Albinus <michael.albinus@gmx.de>
3429
3430 * tramp.texi (External methods): Temporary files are kept for
3431 `rsync' and `rsyncc' methods.
3432
310dbb05
JB
34332009-10-09 Juanma Barranquero <lekktu@gmail.com>
3434
3435 * eieio.texi: Fix typos.
3436
09094f28
CY
34372009-10-07 Chong Yidong <cyd@stupidchicken.com>
3438
3439 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3440
216f299a
JB
34412009-10-07 Juanma Barranquero <lekktu@gmail.com>
3442
3443 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3444 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3445
966a6506
CY
34462009-10-07 Chong Yidong <cyd@stupidchicken.com>
3447
3448 * Makefile.in: Build EIEIO and EDE manuals.
3449
34502009-10-07 Eric Ludlam <zappo@gnu.org>
3451
3452 * eieio.texi:
3453 * ede.texi: New files.
3454
8842cd9b
MA
34552009-10-05 Michael Albinus <michael.albinus@gmx.de>
3456
3457 * tramp.texi (Remote processes): Association of a pty is not supported.
3458
7006d207
CD
34592009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3460
3461 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3462 (Processing LaTeX fragments): Document that the size of images can be
3463 changes using the variable `org-format-latex-options'.
3464 (The date/time prompt, Timestamps): Be more accurate over ISO format
3465 dates and times.
3466 (Visibility cycling): Document showeverything keyword.
3467 (In-buffer settings): Document showeverything keyword.
3468 (Setting up the staging area): Fix the example.
3469 (MobileOrg): New section.
3470 (Agenda commands, Exporting Agenda Views): Document exporting the
3471 agenda view to Org files.
3472
0e7b2867
MA
34732009-09-28 Michael Albinus <michael.albinus@gmx.de>
3474
3475 * tramp.texi (History): Add IMAP support.
3476 (External methods): Add `imap' and `imaps' methods.
3477 (GVFS based methods): Add indices for `davs'.
3478 (Password handling): Rename anchors. Add IMAP entries for
3479 ~/.authinfo.gpg.
3480
3481 * trampver.texi: Set default value of `emacsimap'.
3482
4146636e
KY
34832009-09-22 Daiki Ueno <ueno@unixuser.org>
3484
3485 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3486
d22f7ffa
CY
34872009-09-13 Chong Yidong <cyd@stupidchicken.com>
3488
0c7efc08
SM
3489 * dired-x.texi (Technical Details):
3490 Delete dired-up-directory (Bug#4292).
d22f7ffa 3491
66043531
MA
34922009-09-03 Michael Albinus <michael.albinus@gmx.de>
3493
216f299a 3494 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 3495
6eb02347
CD
34962009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3497
3498 * org.texi (Effort estimates): Document new effort setting commands.
3499 (Agenda commands): Document the new keys fro agenda time motion.
3500 Document entry text mode. Improve documentation of the keys to include
3501 inactive time stamps into the agenda view.
3502 (Feedback): Document the new bug report command.
0c7efc08 3503 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 3504
38dc51ba
KY
35052009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3506
3507 * auth.texi (Help for users): Corrected markup.
3508
e402f452
GM
35092009-09-02 Glenn Morris <rgm@gnu.org>
3510
3511 * emacs-mime.texi (time-date): Mention float-time.
3512
744256cf
JB
35132009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
3514
3515 * calc.texi (Simplifying Formulas): Improve the wording.
3516
b0b63450
MB
35172009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
3518
3519 * auth.texi: Rewritten for coverage and clarity.
3520
35212009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3522
0c7efc08
SM
3523 * gnus.texi (Expiring Mail):
3524 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
3525 (Various Various): Mention gnus-safe-html-newsgroups.
3526
3527 * gnus-news.texi: Mention
3528 gnus-mark-copied-or-moved-articles-as-expirable.
3529
3530 * emacs-mime.texi (Display Customization): Add xref to
3531 gnus-safe-html-newsgroups.
3532
b59329e0
MA
35332009-08-28 Michael Albinus <michael.albinus@gmx.de>
3534
3535 * tramp.texi (Version Control): Remove.
af42a9cc 3536 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
3537 reference.
3538 (External methods): Correct `scpc' concept index entries. New method
3539 `rsyncc'.
3540 (External packages): New subsections "Filename completion" and "File
3541 attributes cache".
3542
0ff2d6c2
JB
35432009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
3544
3545 * calc.texi (Rewrite Rules): Improve the example.
3546 (Simplifying Formulas): Explain use of the I and H flags for
3547 simplification.
3548
ecd3d54f
MA
35492009-08-25 Michael Albinus <michael.albinus@gmx.de>
3550
3551 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 3552 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
3553 (Synchronous Methods, Asynchronous Methods): Use English numeric format
3554 for timeout values.
78176e69
MA
3555 (Top): Remove footnote saying D-Bus is not enabled by
3556 default. (Bug#4256)
ecd3d54f 3557
0f215bca
DU
35582009-08-23 Daiki Ueno <ueno@unixuser.org>
3559
3560 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 3561 Reported by Jari Aalto (Bug#4211).
0f215bca 3562 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 3563 epa-global-mail-mode.
3b7ab45f
DU
3564 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3565 epa-setup.
0f215bca 3566
4f22e84d
MA
35672009-08-16 Michael Albinus <michael.albinus@gmx.de>
3568
3569 * dbus.texi (Asynchronous Methods): Allow nil handler.
3570
9ff0b02b 35712009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 3572
26b03ee3 3573 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 3574
26b03ee3 3575 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 3576
4c39f404
CY
35772009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3578
3579 * calc.texi (Date Forms): Fix typos.
3580
3bcfba17
GM
35812009-08-08 Glenn Morris <rgm@gnu.org>
3582
3583 * org.texi (Agenda commands): Restore clobbered change.
3584
66783bb4
EZ
35852009-08-07 Eli Zaretskii <eliz@gnu.org>
3586
3587 * calc.texi (Graphics, Devices): Update with the peculiarities of
3588 operation on MS-Windows.
3589
c8d0cf5c
CD
35902009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3591
3592 * org.texi (Publishing action): Improve documentation of file
3593 names when publishing to the source directory.
3594 (Clean view): Document `org-indent-mode'.
3595 (Clocking work time): Add documentation for the
3596 new :timetamp option when creating a clock report.
3597 (Paragraphs): Fix many typos.
3598 (Plain lists): Remove duplicate explanation about the
3599 `C-c *' command.
3600 (Literal examples): Update to reflect the new behavior
3601 of the -n -r -k switches when exporting source code examples.
3602 (Structure editing): Add information about `C-c *',
3603 converting a plain list into a list of Org items.
3604 (Remember): Small rephrasing of the paragraph
3605 describing remember.el. Also mentioned that remember.el is part
3606 of Emacs 23, not Emacs 22.
3607 (Clocking work time): Add documentation about
3608 displaying the current clocking time against the effort estimate.
3609 Also add a footnote about using `org-clock-in-prepare-hook' to add
3610 an effort estimate on the fly, just before clocking it.
3611 (Footnotes): Document automatic renumbering and
3612 sorting.
3613 (Agenda commands): Document new bulk commands.
3614 (Plain lists): Document new behavior of
3615 `org-cycle-include-plain-lists'.
4e2af782 3616 Hyphenation only in TeX.
c8d0cf5c
CD
3617 (Clocking work time): Document the key to update effort
3618 estimates.
3619 (Clocking work time): Document the clock time display.
3620 (Structure editing, TODO basics): Document new
3621 variables.
3622 (Column attributes): Document new colciew operators.
3623 (Publishing options): Document :xml-declaration.
3624 (Tracking TODO state changes): Document the
3625 LOG_INTO_DRAWER property.
3626 (Literal examples): Document the new implementation for
3627 editing source code.
3628 (Publishing action): Mention the new publishing
3629 function, to publish an Org source file.
3630 (Publishing links): Mention how to link to an Org source file.
3631 (Macro replacement): Document new macros.
3632 (Handling links): Document type-specific completion
3633 when inserting links.
3634 (Structure editing, Plain lists): Improve documentation
3635 on sorting.
3636 (Internal links): Document custom ids for links.
3637 (Handling links): Document custom ids for links.
3638 (CSS support): Document new class.
3639 (Refiling notes): Document the possibility to create new nodes
3640 during refiling.
3641 (Agenda commands): Document the "?" operator to find
3642 tasks without effort setting.
3643 (Exporting agenda information): Section moved.
3644 (RSS Feeds): New section.
3645 (Built-in table editor): Document M-e and M-a navigate
3646 inside table field.
3647 (Stuck projects): Docment that projects identified as
3648 un-stuck will still be searchd for stuck sub-projects.
3649 (Paragraphs): Document centering.
3650 (Creating timestamps, Agenda commands): Document new
3651 behavior when changing time stamps.
3652 (Structure editing): Document the new command
3653 `org-clone-subtree-with-time-shift'.
3654 (Publishing): Refresh this chapter.
3655 (Export options, Export options, In-buffer settings):
3656 Document the new keywords.
3657 (Matching tags and properties): Collect all
3658 documentation about tags/property matches here.
3659 (Setting tags): Document `org-tag-persistent-alist'.
3660 (Weekly/daily agenda): New section.
3661 (Orgstruct mode): Describe `orgstruct++-mode'.
3662 (Drawers): Mention the LOGBOOK drawer.
3663 (Export options, Sectioning structure): Document the
3664 #+LEATEX_HEADER in-buffer setting.
3665 (Bugs): Section removed.
3666 (Hooks): New section.
0c7efc08 3667 (Add-on packages): Move here from old location.
c8d0cf5c
CD
3668 (Context-sensitive commands): New section.
3669 (Setting tags): Document newline option.
3670 (Global TODO list, Matching tags and properties):
3671 Mention more variables.
3672 (Checkboxes): Update to changed command behavior.
81a5560e 3673
40d2791f
CY
36742009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3675
3676 * speedbar.texi (Basic Key Bindings): Fix typo.
3677
65d0154b
JB
36782009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3679
3680 * calc.texi (Vector/Matrix Functions): Add index entries for both
3681 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3682 affects matrices with more than one row.
b5bdfd9f 3683 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 3684
5a9e3ab7
JB
36852009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3686
3687 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 3688 `calc-transpose-lines'.
5a9e3ab7 3689
42fb7e61
MA
36902009-07-27 Michael Albinus <michael.albinus@gmx.de>
3691
3692 * dbus.texi (Receiving Method Calls): Describe special return value
3693 `:ignore'.
3694
574b69d5
AM
36952009-07-24 Alan Mackenzie <acm@muc.de>
3696
3697 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3698 initialization, any individual variable setting now takes precedence
3699 over one done via c-file-style/c-file-offsets.
3700
ec06459c
JB
37012009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3702
3703 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3704 truncated when Calc is quit.
3705 (Customizing Calc): Document `calc-undo-length'.
3706
4ce54f6b
CY
37072009-07-20 Chong Yidong <cyd@stupidchicken.com>
3708
3709 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3710
0e4f8ba5
GM
37112009-07-11 Kevin Ryde <user42@zip.com.au>
3712
3713 * pcl-cvs.texi (About PCL-CVS):
3714 * widget.texi (Basic Types):
3715 Fix cross-references.
3716
fa0f81b0
AS
37172009-07-01 Andreas Schwab <aschwab@redhat.com>
3718
3719 * dbus.texi (Type Conversion): Don't use literal control character.
3720
88a683c5
MA
37212009-07-01 Michael Albinus <michael.albinus@gmx.de>
3722
3723 * tramp.texi (GVFS based methods): New section.
3724 (Remote processes): Processes for GVFS based methods run locally.
3725
36c8febb
MA
37262009-06-30 Michael Albinus <michael.albinus@gmx.de>
3727
0c7efc08
SM
3728 * tramp.texi (Inline methods, External methods, Gateway methods):
3729 Avoid the words "kludge" and hack".
36c8febb
MA
3730 (External methods): Add `synce' method.
3731
3732 * trampver.texi: Update release number.
3733
d6b951bb
MA
37342009-06-22 Michael Albinus <michael.albinus@gmx.de>
3735
3736 Sync with Tramp 2.1.16.
3737
3738 * tramp.texi (History): Add GVFS support.
3739 (External methods): Precise `rsync' description. Add `dav', `davs' and
3740 `obex' methods. Add 'tramp-gvfs-methods' option.
3741 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3742 forms.
3743 (Remote Programs): Introduce `tramp-own-remote-path'.
3744 (Remote processes): New subsection "Running remote programs that create
3745 local X11 windows".
3746 (Frequently Asked Questions): Improve code for disabling vc.
3747
3748 * trampver.texi: Update release number. Set default value of
3749 `emacsgvfs'.
3750
70243478
CY
37512009-06-21 Chong Yidong <cyd@stupidchicken.com>
3752
3753 * Branch for 23.1.
3754
54b31cbf
GM
37552009-06-17 Glenn Morris <rgm@gnu.org>
3756
3757 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3758 (Latest version of Emacs): Mention source code repository.
3759
f6adc23c
GM
37602009-06-16 Glenn Morris <rgm@gnu.org>
3761
3762 * faq.texi (Top): Language tweak.
3763 (Extended commands): Most people have arrow keys.
3764 (Emacs manual): Say how to follow info links.
3765 (File-name conventions): Change title a bit. Explain about source
3766 versus installed. Condense etc description.
3767 (Guidelines for newsgroup postings): Mention Savannah list page.
3768 (Newsgroup archives): Simplify.
3769 (Contacting the FSF): Add contact URL.
3770 (Emacs Lisp documentation): Printed version not always available.
3771 (Installing Texinfo documentation): Explain how by hand installation is
3772 not normally needed. Use add-to-list. Remove duplicate reference.
3773 (Informational files for Emacs): Move info on Help menu here from
3774 "File-name conventions".
3775 (Help installing Emacs): Tweak uref.
3776 (Obtaining the FAQ): Mention repository.
3777 (Origin of the term Emacs): Explain "ITS".
3778 (Changing load-path): Use add-to-list.
3779 (Automatic indentation): Clarify this is for Text mode.
3780 Don't mention Indented Text mode.
3781 (Finding Emacs on the Internet): The FSF does not seem to offer a
3782 deluxe distribution on CD anymore.
3783
b59a8457
GM
37842009-06-16 Glenn Morris <rgm@gnu.org>
3785
3786 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3787 Recommend the latest release. Mention how to get older FAQs.
3788 Recommend the Emacs manual.
3789 (Guidelines for newsgroup postings): Discourage cross-posts.
3790 (Underlining paragraphs): Remove.
3791 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3792 (Bugs and problems): Update key-binding.
3793 (Problems with very large files): Mention 64-bit.
3794 (Shell process exits abnormally): Remove.
3795 (Problems with Shell Mode): Rename and update.
3796 (Spontaneous entry into isearch-mode)
3797 (Problems talking to certain hosts): Remove. This is old information,
3798 in etc/PROBLEMS if needed.
3799 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3800 (Dired claims that no file is on this line): Update.
3801 (Installing Emacs, Problems building Emacs): Simplify.
3802 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3803 information.
3804 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3805 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3806 (JDEE): "JDEE", not "JDE".
3807 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3808 Remove. This is old information, in etc/PROBLEMS if needed.
3809 (stty and Backspace key, Kanji and Chinese characters): Remove.
3810 (Right-to-left alphabets): Update section.
3811 (Changing the included text prefix): Gnus uses message-yank-prefix.
3812 Add cross-reference to Supercite manual.
3813 (Saving a copy of outgoing mail): Simplify output file description.
3814 (Expanding aliases when sending mail): Refer to Emacs manual.
3815 Remove old info about RFC822.
3816 Correct description of how to rebuild aliases.
3817 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3818 (MIME with Emacs mail packages)
3819 (Viewing articles with embedded underlining)
3820 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3821 Remove old sections.
3822 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3823 and is well-documented in the Gnus manual.
3824 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3825 (Making Gnus faster): Rename from "Starting Gnus faster".
3826 Merge "Catch-up is slow in Gnus" into here.
3827
0e6d12ca
GM
38282009-06-14 Glenn Morris <rgm@gnu.org>
3829
3830 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3831 (New in Emacs 23): New section.
3832 (Handling C-s and C-q with flow control): Add xref.
3833
2e17e05e
GM
38342009-06-13 Glenn Morris <rgm@gnu.org>
3835
3836 * faq.texi (Setting up a customization file): Grammar fix.
3837 Customize is no longer "new".
3838 (Displaying the current line or column): Line-number mode is on by
3839 default. Don't mention `column' package. Mention linum.el.
3840 (Turning on abbrevs by default): Explain how to do it for buffers,
3841 modes, and everywhere.
3842 (Associating modes with files): Use add-to-list. Don't mention Emacs
3843 19.
3844 (Highlighting a region): On by default since 23.1.
3845 (Replacing highlighted text): Update doc quote.
3846 (Working with unprintable characters): Don't mention search-quote-char.
3847 (Using an already running Emacs process): Gnuclient is probably not an
3848 enhancement these days.
3849 (Indenting switch statements): Remove mention of pre-Emacs 20.
3850 (Horizontal scrolling): Abbreviate Emacs 20 description.
3851 (Replacing text across multiple files): Fix name of dired command.
3852 (Disabling backups): Use require not load.
4f9d4de3 3853 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3854
2a1cf2b9
BW
38552009-06-13 Bill Wohler <wohler@newt.com>
3856
3857 Release MH-E manual version 8.2.
3858
3859 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3860 release 8.2.
3861
85b438b7
GM
38622009-06-13 Glenn Morris <rgm@gnu.org>
3863
3864 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3865 in this day and age the common meaning is "on the web".
3866 (copying): Use @copyright in all cases.
3867 (Basic keys): Remove reference to deleted manual node "Text Characters".
3868 (File-name conventions): Use GNU as an example rather than SERVICE.
3869 default.el lives in site-lisp. Update Info directory location.
3870 (Real meaning of copyleft): GPL actions have been brought, but all
3871 settled out of court.
3872 (Guidelines for newsgroup postings): Shorten section title.
3873 Simplify comp.emacs description.
3874 (Newsgroup archives): Change Google URL. Describe Gmane.
3875 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3876 points". Mention List-Unsubscribe header.
3877 (Contacting the FSF): Update email and URLs.
3878 (Basic editing): Mention F1 for help.
3879 (Installing Texinfo documentation): Refer to Texinfo website rather
3880 than ftp server.
3881 (Printing a Texinfo file): Mention texi2pdf.
3882 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3883 are just stubs nowadays.
3884 (Latest version of Emacs): Explain version numbers.
3885 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3886 (Turning on syntax highlighting): No need to mention hilit19 any more.
3887 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3888 (Modes for various languages): Remove section.
3889 (Major packages and programs): Remove most version and maintainer
3890 information - it's hard to keep up-to-date, and adds nothing.
3891 Similarly with direct links to mailing lists.
3892 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3893 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3894 years, and Emacs comes with tools for this now.
3895 (Patch): Remove section - this is a standard tool.
3896 (Using function keys under X): Remove section.
3897
93e2d996
GM
38982009-06-12 Glenn Morris <rgm@gnu.org>
3899
3900 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3901 (Help installing Emacs): Remove reference to deleted X11 node.
3902 (Associating modes with files): Interpreter-mode-alist is no longer
3903 subservient to auto-mode-alist.
3904 (Installing Emacs): Change future Emacs version.
3905 (Linking with -lX11 fails): Remove old section.
3906 (Packages that do not come with Emacs): Update ELL location.
3907 Emacs Lisp archive is dead.
3908 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3909 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3910 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3911 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3912 (Removing flashing messages): Remove section about non-existent Gnus
3913 option.
3914
f0bf7708
GM
3915 * faq.texi (Top): Add @top command.
3916 Remove the optional arguments from all @node commands: makeinfo can
3917 generate these automatically, and it is easier to edit and rearrange
3918 nodes without them.
3919
30884d11
GM
39202009-06-11 Glenn Morris <rgm@gnu.org>
3921
3922 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3923 (The LPF): Make the updated URL the sole reference point.
3924 (Learning how to do something): Update refcard price and format.
3925 (Getting a printed manual): Sources in doc/emacs/, not man/.
3926 Also available in PDF format. Since the page count varies, be less
3927 precise.
3928 (Informational files for Emacs): Remove references to deleted files
3929 LPF and SUN-SUPPORT, and to UUCP.
3930 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3931 Remove many obsolete ways to get the FAQ, which now seems only to be
3932 distributed with Emacs.
3933 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3934
deab46e0
CY
39352009-06-09 Chong Yidong <cyd@stupidchicken.com>
3936
223b43fa 3937 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3938 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3939
deab46e0
CY
3940 * ada-mode.texi (Installation, Compile commands)
3941 (Project File Overview, No project files, Set compiler options)
3942 (Use GNAT project file, Use multiple GNAT project files)
3943 (Identifier completion): Use @samp for menu items, and @kbd for key
3944 sequences (Bug#3504).
3945
71fbd643
DU
39462009-06-04 Daiki Ueno <ueno@unixuser.org>
3947
8c9bb6f5 3948 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3949
f197085b
CY
39502009-06-04 Ryan Yeske <rcyeske@gmail.com>
3951
3952 * message.texi (Header Commands): Fix descriptions to match
3953 keybindings.
3954
7f3bc720
DU
39552009-04-22 Daiki Ueno <ueno@unixuser.org>
3956
3957 * gnus.texi (Security): Mention that EasyPG is the current default.
3958
4518068d
CY
39592009-04-13 Chong Yidong <cyd@stupidchicken.com>
3960
3961 * ediff.texi (Session Commands): Fix typo.
3962
d7ca410a
MB
39632009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3964
3965 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3966 news.software.readers. Reported by Florian Rehnisch.
3967
c6c76add
GM
39682009-04-02 Glenn Morris <rgm@gnu.org>
3969
3970 * auth.texi: Capitalize direntry.
3971
3972 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3973 using a period in the entry name. (Bug#2797)
3974
35ed8e2e
JB
39752009-03-03 Juanma Barranquero <lekktu@gmail.com>
3976
3977 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3978 ($(infodir)/auth, auth.dvi): New targets.
3979
e280480a
GM
39802009-03-03 Glenn Morris <rgm@gnu.org>
3981
3982 * auth.texi: Fix @setfilename.
3983
3984 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3985 (auth, $(infodir)/auth, auth.dvi): New rules.
3986
8a76755b
GM
39872009-02-25 Glenn Morris <rgm@gnu.org>
3988
3989 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
3990
0038d478
MB
39912009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3992
3993 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3994
39952009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3996
3997 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3998 gnus-nocem-issuers, and gnus-nocem-verifyer.
3999
867d4bb3
JB
40002009-02-20 Juanma Barranquero <lekktu@gmail.com>
4001
4002 * ada-mode.texi (Project files, Automatic Casing):
4003 * dbus.texi (Signals):
4004 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
4005 * mh-e.texi (HTML):
4006 * nxml-mode.texi (Locating a schema)
4007 (Using the document's URI to locate a schema):
4008 * org.texi (Footnotes, Using the mapping API):
4009 * rcirc.texi (Channels): Remove duplicate words.
4010
3a44dc1f
GM
40112009-02-20 Glenn Morris <rgm@gnu.org>
4012
4013 * dired-x.texi (Miscellaneous Commands):
4014 * gnus.texi: Minor updates for mbox Rmail.
4015
5dc584b5
KB
40162009-02-16 Karl Berry <karl@gnu.org>
4017
b59a8457
GM
4018 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4019 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
4020 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4021 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
4022 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
4023 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
4024 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
4025 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4026 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
4027 Consistently use @insertcopying in the Top node,
5dc584b5 4028 @contents at the front (after @end titlepage),
b59a8457 4029 and @direntry after @copying. (Bug#1988)
5dc584b5 4030
9eb59592
MB
40312009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4032
4033 * auth.texi: New file documenting auth-source.
4034
d324fa76
CD
40352009-02-13 Carsten Dominik <dominik@science.uva.nl>
4036
4037 * org.texi (Org Plot): Fix link.
4038
7a603b73
DU
40392009-02-09 Daiki Ueno <ueno@unixuser.org>
4040
4041 * epa.texi (Mail-mode integration): Mention the way to do
4042 "encrypt-to-self". (Bug#1807)
4043
a626b338 40442009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
4045
4046 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
4047
3b36c17e
MB
40482009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
4049
4050 * gnus-news.texi: Print version about Incoming*.
4051
55033558
CD
40522009-02-02 Carsten Dominik <dominik@science.uva.nl>
4053
4054 * org.texi (Structure editing, Handling links)
4055 (Fast access to TODO states, Javascript support): Make standard docs
4056 correctly reflect default variable settings.
4057
ec712abb
GM
40582009-02-02 Glenn Morris <rgm@gnu.org>
4059
4060 * org.texi: Fix typos.
4061
7112648c
MA
40622009-02-01 Michael Albinus <michael.albinus@gmx.de>
4063
4064 Sync with Tramp 2.1.15.
4065
4066 * trampver.texi: Update release number.
4067
2e461fc1
CD
40682009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4069
4070 * org.texi (TODO dependencies): Document TODO dependencies on
4071 checkboxes.
4072
bc283609
CD
40732009-01-30 Carsten Dominik <dominik@science.uva.nl>
4074
4075 * org.texi (TODO dependencies): Document key binding for toggling
4076 ORDERED property.
4077
74fc5047
MA
40782009-01-28 Michael Albinus <michael.albinus@gmx.de>
4079
4080 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4081 of hook functions.
4082
d6685abc
CD
40832009-01-28 Carsten Dominik <dominik@science.uva.nl>
4084
4085 * org.texi (TODO dependencies): New section.
4086
65c439fd
CD
40872009-01-27 Carsten Dominik <dominik@science.uva.nl>
4088
4089 * org.texi (Plain lists, TODO basics, Priorities)
4090 (Multiple sets in one file, Conflicts): Document interaction with
4091 `shift-selection-mode'.
4092
5fafc247
JB
40932009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4094
4095 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4096 Make Calc the subject of sentences.
4097 (Rearranging Formulas using Selections): Discuss new options
4098 for `j *'.
4099
e7433508
MA
41002009-01-26 Michael Albinus <michael.albinus@gmx.de>
4101
4102 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4103
2096a1b6
GM
41042009-01-26 Glenn Morris <rgm@gnu.org>
4105
4106 * org.texi: Fix typos.
4107
0cb61492
BW
41082009-01-26 Bill Wohler <wohler@newt.com>
4109
2096a1b6 4110 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4111
0bd48b37
CD
41122009-01-25 Carsten Dominik <dominik@science.uva.nl>
4113
4114 * org.texi (References): Add information about remote references.
4115 (Built-in table editor): Document `C-c RET' in tables.
4116 (Math symbols, Quoting LaTeX code): Mention that simple
4117 LaTeX macros survive LaTeX export.
4118 (Images in LaTeX export): Show how to create a reference to a
4119 figure.
4120 (Sectioning structure): Document that the LaTeX class can be
4121 specified in a property.
4122 (Text areas in HTML export): New section.
4123 (External links): Add examples for text search and ID links.
4124 (Built-in table editor): Remove the descriptio of `C-c
4125 C-q', it not longer works.
4126 (Literal examples): Document that a space must follow
4127 the colon in short examples.
4128 (Relative timer): Document `org-timer-stop'.
4129 (Footnotes): New section.
4130 (Footnote markup): Shorten section and refer to new Footnote
4131 section.
4132 (Literal examples): Add documentation for line
4133 numbering in and references to code examples.
4134 (CSS support): Fix the description of default CSS styles.
4135 (Capturing column view): Document
4136 "file:path/to/file.org" as an allowed value for the ID property of
4137 a dynamic block copying column view.
4138
49dbbaf2
SE
41392009-01-23 Stephen Eglen <stephen@gnu.org>
4140
4141 * mh-e.texi (Getting Started): Describe $MH.
4142
193e6828
MA
41432009-01-21 Michael Albinus <michael.albinus@gmx.de>
4144
4145 * tramp.texi (all): Harmonize usage of "external method",
4146 "external transfer method" and "out-of-band method".
4147 (Connection types): Precise the differences of inline and external
4148 methods. Written by Adrian Phillips <a.phillips@met.no>.
4149
26b9f88d
MB
41502009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4151
4152 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4153 commands as described at the top. Reported by Allan Gottlieb
4154 <gottlieb@nyu.edu>.
4155
41562009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4157
4158 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4159 nnmail-pathname-coding-system.
4160
377952e0
GM
41612009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4162
4163 * org.texi (Relative timer): Fix typo.
4164
a20d3598
JB
41652009-01-15 Juanma Barranquero <lekktu@gmail.com>
4166
4167 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4168 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4169
a50253cc
GM
41702009-01-13 Glenn Morris <rgm@gnu.org>
4171
4172 * org.texi: Fix some more typos.
4173
07450bee
GM
41742009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4175
4176 * org.texi: Fix some typos.
4177
e3e955fe
MB
41782009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4179
4180 * gnus.texi (Group Parameters): Add note for local variables.
4181
41822009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4183
0c7efc08
SM
4184 * gnus.texi (Converting Kill Files): Fix URL.
4185 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
4186
41872009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4188
4189 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4190 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4191 (Paging the Article): Add index entry.
4192
71dd9983
JB
41932009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4194
4195 * ada-mode.texi (Examples): Delete redundant text.
4196
4a0cf14f
MA
41972009-01-03 Michael Albinus <michael.albinus@gmx.de>
4198
36c8febb 4199 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
4200
4201 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4202 addresses.
4203
aedac0f0
BW
42042009-01-03 Bill Wohler <wohler@newt.com>
4205
4206 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4207 kept empty.
4208
4c65b566
CD
42092008-12-20 Carsten Dominik <dominik@science.uva.nl>
4210
4211 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
4212 (HTML Export commands, LaTeX/PDF export commands):
4213 Improve documentation about transient-mark-mode.
e9fce1ac 4214 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
4215 to fields in the last table row.
4216
e1a78e1e
JL
42172008-12-19 Juri Linkov <juri@jurta.org>
4218
4219 * info.texi (Search Text): Remove mention of removed key binding M-s.
4220
17a0aa82
CD
42212008-12-18 Carsten Dominik <dominik@science.uva.nl>
4222
4223 * org.texi (References): Remove mentioning of @0 as reference for the
4224 last line, this has been reverted in the Lisp sources.
4225
4997d802
JB
42262008-12-17 Juanma Barranquero <lekktu@gmail.com>
4227
4228 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4229 (DVI_TARGETS): Remove duplicates. Add sasl.
4230 ($(infodir)/sasl, sasl.dvi): New targets.
4231
33306645
CD
42322008-12-17 Carsten Dominik <dominik@science.uva.nl>
4233
4234 * org.texi: Version number pushed to 6.15d.
4235
db55f368
CD
42362008-12-16 Carsten Dominik <dominik@science.uva.nl>
4237
a0bf4117 4238 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
4239 (Images in LaTeX export): New section.
4240 (Inlined images, Images in HTML export): Sections renamed.
4241
dae0a942
MB
42422008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4243
4244 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4245
9f5572e9
MB
42462008-12-04 David Engster <dengste@eml.cc>
4247
4248 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 4249 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 4250
bc23baaa
CD
42512008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4252
4253 * org.texi (Using the mapping API): Fix bug in mapping example.
4254 (Publishing options): Make the list of properties complete again, in
4255 correspondence to the variable `org-export-plist-vars'.
4256 (Property searches): Document new special values for time comparisons.
4257 (Tag inheritance): Refine the description of tag inheritance.
4258 (Project alist): Add info about the publishing sequence of components.
a0bf4117 4259 (Effort estimates): Document the new relative timer.
bc23baaa 4260
3bf8054f
JB
42612008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4262
4263 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4264 (Using Calc): Clarify use of `C-x * o'.
4265 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4266
ac134f2f
RS
42672008-11-28 Richard M Stallman <rms@gnu.org>
4268
4269 * dbus.texi (Receiving Method Calls): Clean up previous change.
4270
ace706d1
MA
42712008-11-26 Michael Albinus <michael.albinus@gmx.de>
4272
4273 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4274 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4275 `dbus-unescape-from-identifier'.
4276 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 4277 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
4278 (Signals): Use the constants in the example.
4279
d60b1ba1
CD
42802008-11-24 Carsten Dominik <dominik@science.uva.nl>
4281
b97439ce 4282 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 4283
ce4fdcb9
CD
42842008-11-23 Carsten Dominik <dominik@science.uva.nl>
4285
4286 * org.texi (Setting up Remember): Document `org-remember-mode'.
4287 (External links): Document that bbdb links can use a regular
4288 expression.
4289 (External links): Document that elisp links can contain interactive
4290 commands.
4291
c8548a00 42922008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
4293
4294 * viper.texi (viper-translate-all-ESC-keysequences):
4295 Description removed.
4296
6a2c4aec
GM
42972008-11-19 Glenn Morris <rgm@gnu.org>
4298
4299 * doclicense.texi: Change to FDL 1.3.
4300 Relicense all texi files under FDL 1.3 or later.
4301
59ee4113
JB
43022008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4303
4304 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4305
59bcbb98 43062008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 4307
0c7efc08 4308 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
4309
4310 * ediff.texi: Version/date change.
9f90198a 4311
8aa41c9b
CY
43122008-11-14 Chong Yidong <cyd@stupidchicken.com>
4313
4314 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4315
17587b1b
JB
43162008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4317
4318 * calc.texi (About This Manual): Comment out a mention of
4319 marginal notes.
4320
564c900e
CD
43212008-11-12 Carsten Dominik <dominik@science.uva.nl>
4322
4323 * org.texi (Clocking work time): Document the :formula property of
4324 clock tables.
4325 (Structure editing, Refiling notes): Document refiling regions.
4326 (Agenda commands): Document the double-prefix version
4327 of the `l' command in the agenda.
4328 (Handling links): Explain the effect of a double prefix
4329 arg to `C-c C-o'.
4330 (TODO basics): Add documentation for tag triggers.
4331
3c4be1f2
GM
43322008-10-23 Glenn Morris <rgm@gnu.org>
4333
4334 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4335 byte-compiling things like `+'.
4336
4337 * ns-emacs.texi: Merge copyright years of author now with assignment
4338 into FSF years.
4339 (VER): Use it for easier automatic updating. Use Emacs version rather
4340 than standalone Emacs.app version.
4341
a6520ff3
CD
43422008-10-12 Carsten Dominik <dominik@science.uva.nl>
4343
864c9740 4344 * org.texi: Lots of minor fixes.
a6520ff3
CD
4345 (Capture): New chapter.
4346 (Org Plot): New section.
4347
db7a4b66
MH
43482008-09-30 Magnus Henoch <mange@freemail.hu>
4349
4350 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4351
4043c194
JB
43522008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4353
4354 * calc.texi (User Defined Units): Mention how to enter optional display
4355 string.
4356
eef5ade7
MB
43572008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4358
0c7efc08 4359 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
4360 avoid the "y/n" wording.
4361
e52cac88
MB
43622008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4363
0c7efc08 4364 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
4365
43662008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4367
4368 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4369 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4370
00c55306
BW
43712008-09-22 Bill Wohler <wohler@newt.com>
4372
4373 Release MH-E manual version 8.1.
4374
4375 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4376 release 8.1.
4377
4378 * mh-e.texi: Retain dual license as agreed to by the FSF.
4379 However, bump GPL to Version 3.
4380 Use @include for license text.
4381
e52cac88 43822008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
4383
4384 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
4385 (Store custom flags and keywords, Store arbitrary data):
4386 Clean up markup.
64763fe3
MB
4387
43882008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4389
4390 * gnus.texi (The Gnus Registry): Document it.
4391
9e601b8d
MB
43922008-09-08 David Engster <dengste@eml.cc>
4393
88ee5b02
JB
4394 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4395 Clarify section about choosing back end servers.
9e601b8d 4396
247043f1
GM
43972008-08-23 Glenn Morris <rgm@gnu.org>
4398
4399 * dired-x.texi (Shell Command Guessing):
4400 Mention dired-guess-shell-case-fold-search. (Bug#417)
4401
2bfec7a0
MA
44022008-08-22 Michael Albinus <michael.albinus@gmx.de>
4403
4404 * trampver.texi: Update release number.
4405
247043f1 44062008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
4407
4408 * ns-emacs.texi: Update version.
4409 (Introduction): Correct menu location for options save.
4410 (Customization): Note that defaults are stored under org.gnu.Emacs.
4411
8c20bd92
BW
44122008-08-11 Bill Wohler <wohler@newt.com>
4413
4414 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4415 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4416 Henman) (closes SF #1768928).
4417
767a4d92
GM
44182008-08-10 Glenn Morris <rgm@gnu.org>
4419
4420 * ns-emacs.texi: Use @copying. Change copyright of authors with
4421 assignment to FSF. Change license to GFDL.
4422 (Top): Remove outdated references.
4423
6ecfe5c2
MB
44242008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4425
88ee5b02
JB
4426 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4427 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
4428 gnus-summary-sort-by-most-recent-date.
4429 (Summary Sorting): Explain prefix argument.
4430
44312008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4432
4433 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4434 gnus-summary-pipe-output.
4435
eb932e8a
MA
44362008-08-03 Michael Albinus <michael.albinus@gmx.de>
4437
4438 * dbus.texi (Receiving Method Calls): Document error handling of own
4439 D-Bus methods.
4440
bfe16263
BW
44412008-08-01 Bill Wohler <wohler@newt.com>
4442
4443 * mh-e.texi (Reading Mail)
9f90198a 4444 (Viewing Attachments): Describe new function
bfe16263
BW
4445 mh-show-preferred-alternative.
4446 (Sending Mail, Redistributing, Sending Message): Describe new hook
4447 mh-annotate-msg-hook.
4448
21956b56
MA
44492008-07-31 Michael Albinus <michael.albinus@gmx.de>
4450
4451 * dbus.texi (Arguments and Signatures): Fix example.
4452 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4453 (Asynchronous Methods): New node.
9f90198a
JB
4454 (Errors and Events): Describe extended layout of `dbus-event'.
4455 New defun `dbus-event-message-type'.
21956b56 4456
7c2fb837
DN
44572008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4458
4459 * ediff.texi: Remove VMS support.
4460
13662773
JB
44612008-07-29 Juanma Barranquero <lekktu@gmail.com>
4462
4463 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4464 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4465
ddde0b34
CY
44662008-07-29 Chong Yidong <cyd@stupidchicken.com>
4467
4468 * Makefile.in: Add mairix-el targets.
4469
44702008-07-29 David Engster <deng@randomsample.de>
4471
4472 * mairix-el.texi: New file.
4473
d5875b25
JB
44742008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4475
366b7d44
JB
4476 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4477 project files. Delete 'main_unit' project variable; not needed. Allow
4478 process environment variables wherever project variables are allowed.
4479 Add tutorial section on multiple GNAT project files.
d5875b25 4480
6cbab8ee
MA
44812008-07-27 Michael Albinus <michael.albinus@gmx.de>
4482
4483 Sync with Tramp 2.1.14.
4484
4485 * trampver.texi: Update release number.
4486
9e2a2647
DN
44872008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4488
4489 * ns-emacs.texi:
4490 * faq.texi: Remove mentions of Mac Carbon.
4491
d62672f3
MB
44922008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4493
4494 * gnus.texi (Saving Articles): Describe the 2nd argument of
4495 gnus-summary-save-in-pipe.
4496 (SpamAssassin): Use it.
4497
44982008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4499
4500 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4501
dd12e1c6
CD
45022008-07-25 Carsten Dominik <dominik@science.uva.nl>
4503
4504 * org.texi (Export options): Document the use of the creator flag.
4505
44ce9197
CD
45062008-07-24 Carsten Dominik <dominik@science.uva.nl>
4507
4508 * org.texi: New version 6.06a.
4509
ddd13c5d
JB
45102008-07-23 Juanma Barranquero <lekktu@gmail.com>
4511
4512 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4513 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4514
8dc6104d
JB
45152008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
4516
4517 * calc.texi (Editing Stack Entries):
4518 (Algebraic Entry): Rewrite introductory sentences so it can be used by
4519 Calc's help functions. Mention fixing typos.
4520 (Customizing Calc): Fix typo.
4521
45222008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
4523
4524 * calc.texi (summarykey): New macro. Use to correctly format keys in
4525 the summary.
4526
ddd13c5d 45272008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
4528
4529 * ns-emacs.texi (Customization): Corrected documentation on color
4530 specification formats.
4531
568beaa2
AS
45322008-07-19 Andreas Schwab <schwab@suse.de>
4533
db8ef699 4534 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
4535
4536 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4537 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4538
cd71b9ae
MA
45392008-07-18 Michael Albinus <michael.albinus@gmx.de>
4540
4541 * dbus.texi (Inspection): Rework, introduce submenus.
4542 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4543 (Properties and Annotations, Arguments and Signatures): New nodes.
4544
9b7993b4
MA
45452008-07-13 Michael Albinus <michael.albinus@gmx.de>
4546
4547 * dbus.texi (Receiving Method Calls): Fix description of
4548 `dbus-register-method'.
4549 (Signals): Allow also signal arguments for filtering in
4550 `dbus-register-signal'.
4551
241d447b
JB
45522008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4553
4554 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4555 `cnorm'.
4556 (Arithmetic Tutorial): Simplify the verification of prime factors.
4557
adb46650
MB
45582008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4559
4560 * gnus.texi (Saving Articles): Mention
4561 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4562
92e15881
JB
45632008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
4564
4565 * calc.texi: Adjust mode line throughout.
4566
ea597303
JB
45672008-06-28 Juanma Barranquero <lekktu@gmail.com>
4568
4569 * sasl.texi (Mechanisms): Fix typos.
4570
aee08080
JB
45712008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4572
4573 * calc.texi (Killing from the stack): Mention using normal Emacs
4574 copying.
4575
a06a4a12
MA
45762008-06-21 Michael Albinus <michael.albinus@gmx.de>
4577
0c7efc08 4578 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 4579 Add `auth-source' mechanism.
a06a4a12
MA
4580 (Connection caching): Tramp reopens the connection automatically,
4581 when the operating system on the remote host has been changed.
4582
7389398d
EZ
45832008-06-20 Eli Zaretskii <eliz@gnu.org>
4584
4585 * makefile.w32-in (distclean): Remove makefile.
4586
b349f79f
CD
45872008-06-17 Carsten Dominik <dominik@science.uva.nl>
4588
3f9b4c2b 4589 * org.texi (Using the mapping API): New section.
b349f79f 4590 (Agenda column view): New section.
3f9b4c2b 4591 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 4592 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 4593 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
4594
45952008-06-17 Jason Riedy <jason@acm.org>
4596
4597 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4598 function, and efmt may be a two-argument function.
4599 (Radio tables): Document multiple destinations.
4600
cd5c05d2
GM
46012008-06-16 Glenn Morris <rgm@gnu.org>
4602
4603 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4604 Add Cover-Texts.
4605
debf4439
GM
46062008-06-15 Glenn Morris <rgm@gnu.org>
4607
4608 * faq.texi (VER): Update to 23.0.60.
4609
4610 * mh-e.texi: Remove option of licensing under GPL.
4611 Add Cover-Texts to GFDL permissions notice.
4612 (GPL): Remove section.
4613 (GFDL): Include doclicense.texi rather than the actual text.
4614
4615 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4616 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4617
4618 * sasl.texi: Fix output file name.
4619
4620 * epa.texi, sasl.texi: Refer to license in Emacs manual.
4621
4622 * gnus-coding.texi: Refer to license in Gnus manual.
4623
4624 * idlwave.texi, sasl.texi: Use @copying.
4625
4626 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
4627
4628 * speedbar.texi: Update Back-Cover Text as per maintain.info.
4629
4630 * url.texi: Use @copying, @title, @subtitle, @author.
4631
4632 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4633 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4634 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4635 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4636 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4637 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4638 * widget.texi, woman.texi:
4639 Remove references to external license, since doclicense is included.
4640
4641 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4642 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4643 Remove references to non-existent Invariant Sections.
4644
091f8bc1
GM
46452008-06-14 Glenn Morris <rgm@gnu.org>
4646
4647 * faq.texi (Major packages and programs): Remove references to external
4648 Supercite, Calc, VIPER, since they have been included for some time.
4649 Update VM, AUCTeX, BBDB entries.
4650
47bcb4d3
UJ
46512008-06-14 Ulf Jasper <ulf.jasper@web.de>
4652
4653 * newsticker.texi: Updated to match latest newsticker changes.
4654
6f093307
GM
46552008-06-13 Glenn Morris <rgm@gnu.org>
4656
4657 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4658 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4659 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4660 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4661 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4662 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4663 * woman.texi:
4664 Update Back-Cover Text as per maintain.info.
4665
2b968687
MB
46662008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4667
4668 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4669
4670 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4671 (gnus-faq.xml): Update repository host.
4672
2b968687
MB
4673 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4674
46752008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4676
4677 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4678 Fix a typo.
4679
46802008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4681
4682 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 4683 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
4684 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4685
46862008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4687
4688 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4689 coding standards.
4690
46912008-06-14 David Engster <dengste@eml.cc>
4692
4693 * gnus.texi (nnmairix): Markup fixes.
4694
e6d2d263
MB
46952008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4696
2b968687 4697 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4698
46992008-06-05 David Engster <dengste@eml.cc>
4700
4701 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4702
47032008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4704
b344d29d 4705 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4706 (Searching, nnir, nnmairix): New stub nodes.
4707
ad231df6 47082008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4709
4710 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4711
f394fa25
MB
47122008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4713
4714 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4715
58333467
MB
47162008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4717
4718 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4719
67525fb9
JY
47202008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4721
4722 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4723
0549d8fc
JB
47242008-05-06 Juanma Barranquero <lekktu@gmail.com>
4725
4726 * info.texi (Top): Fix typo in xref.
4727
149a3837
KB
47282008-05-05 Karl Berry <karl@gnu.org>
4729
4730 * info.texi (Top): @xref to stand-alone manual.
4731
3a23a519
MB
47322008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4733
4734 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4735 (Various Summary Stuff): Fix typo in last xref.
4736
0a29fbf3
JB
47372008-05-02 Juanma Barranquero <lekktu@gmail.com>
4738
4739 * org.texi (Moving subtrees): Fix typo.
4740
586b90f1
MA
47412008-04-28 Michael Albinus <michael.albinus@gmx.de>
4742
4743 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4744 Tramp via `tramp-mode'.
4745
b5af9883
CD
47462008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4747
4748 * org.texi: Massive changes, in many parts of the file.
4749
d55fe5bb
MB
47502008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4751
4752 * gnus.texi (Oort Gnus): Add message-fill-column.
4753
47542008-04-12 Adrian Aichner <adrian@xemacs.org>
4755
4756 * gnus.texi (Mail Source Specifiers): Typo fix.
4757
47582008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4759
4760 * gnus.texi (Diary Headers Generation): Update key binding for
4761 `gnus-diary-check-message'.
4762
47632008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4764
4765 * gnus.texi (Emacsen): Addition.
4766
47672008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4768
4769 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4770
47712008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4772
4773 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4774
47752008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4776
4777 * gnus-news.texi: Update tool bar item.
4778
47792008-04-09 Sven Joachim <svenjoac@gmx.de>
4780
4781 * gnus-news.texi: Fix typos.
4782
76c109c3
JB
47832008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4784
222027f2 4785 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4786 Add mention of `kron'.
4787
d5fbd5a6
MO
47882008-04-01 Daiki Ueno <ueno@unixuser.org>
4789
0c7efc08
SM
4790 * epa.texi (Encrypting/decrypting *.gpg files):
4791 Document epa-file-name-regexp.
d5fbd5a6 4792
fbcbb58c
KY
47932008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4794
4795 * gnus.texi (Example Methods): Fix description about ssh-agent.
4796 (Indirect Functions): Fix the default value of nntp-telnet-command;
4797 remove link to connect.html.
4798
134ce16c
MA
47992008-03-30 Michael Albinus <michael.albinus@gmx.de>
4800
4801 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4802 dbus-call-method.
4803 (Receiving Method Calls): The timeout can be set by the calling client.
4804
da1975d7
MA
4805 * trampver.texi: Update release number.
4806
2e4089ab
RS
48072008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4808
4809 * gnus.texi (Top): Fix version. Add SASL.
4810
70cab5a9
MA
48112008-03-29 Michael Albinus <michael.albinus@gmx.de>
4812
4813 Sync with Tramp 2.1.13.
4814
4815 * trampver.texi: Update release number.
4816
5bc6ddff
MB
48172008-03-29 Chong Yidong <cyd@stupidchicken.com>
4818
4819 * org.texi: Update to new org-mode website.
4820
48212008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4822
4823 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4824
9b3ebcb6
MB
48252008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4826
4827 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4828 gnus-read-ephemeral-gmane-group-url,
4829 gnus-read-ephemeral-emacs-bug-group,
4830 gnus-read-ephemeral-debian-bug-group.
4831
48322008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4833
4834 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4835
4836 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4837 Add FIXMEs for Bookmarks and gnus-registry-marks.
4838
48392008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4840
4841 * gnus.texi (Smileys): Document `smiley-style'.
4842
48432008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4844
4845 * gnus.texi (Gnus Development): Clarify difference between ding and
4846 gnu.emacs.gnus.
4847 (MIME Commands, Using MIME, RSS): Fix markup.
4848
4849 * gnus-faq.texi ([8.4]): Ditto.
4850
48512008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4852
4853 * gnus.texi (Emacsen): Remove obsolete stuff.
4854
48552008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4856
4857 * gnus.texi (Oort Gnus): Add version info WRT
4858 `mail-source-delete-incoming'.
4859
48602008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4861
4862 * gnus.texi (Top): Add "Other related manuals" and version info in
4863 `iftex' output.
4864 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4865 gnus-balloon-face-0 and the corresponding format specifiers.
4866
608d6a81
MA
48672008-03-26 Michael Albinus <michael.albinus@gmx.de>
4868
4869 * tramp.texi (Filename completion): Remove footnote about let-bind
4870 of `partial-completion-mode'. It doesn't work this way.
4871
27a6f132
SM
48722008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4873
4874 * pcl-cvs.texi (Contributors): Update my email.
4875
4a7c4c40
MA
48762008-03-21 Michael Albinus <michael.albinus@gmx.de>
4877
4878 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4879
2940c053
BW
48802008-03-17 Bill Wohler <wohler@newt.com>
4881
4882 * mh-e.texi (Viewing): Update URL for adding header fields to
4883 mh-invisible-header-fields-default.
4884
30864d5f
BW
48852008-03-16 Bill Wohler <wohler@newt.com>
4886
4887 * mh-e.texi (Preface): Add Gnus to requirements.
4888 (Forwarding): Note that forwarded MIME messages are now inline.
4889
31fe2b00
SM
48902008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4891
4892 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4893 (Common Variables): Give precedence to the netcat methods over the
4894 telnet methods, and mention that they are more reliable.
31fe2b00 4895
5e97c626
CD
48962008-03-13 Carsten Dominik <dominik@science.uva.nl>
4897
4898 * org.texi (Exporting Agenda Views): Document agenda export to
4899 iCalendar.
4900 (Progress logging): Document the new progress logging stuff.
4901
37a68866
MB
49022008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4903
4904 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4905 Update for change of `mail-source-delete-incoming'.
4906
4907 * gnus-news.texi: Ditto.
4908
8f7abae3
MB
49092008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4910
4911 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4912 custom versions.
4913
af379c86
AM
49142008-03-07 Alan Mackenzie <acm@muc.de>
4915
4916 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4917 parens/brackets in a k&r region is limited.
4918
3d0f8a67
MB
49192008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4920
4921 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4922 using different Emacs versions.
4923
52151df0
GM
49242008-02-27 Glenn Morris <rgm@gnu.org>
4925
4926 * sc.texi: Remove a lot of old and obsolete info.
4927 (titlepage): Simplify.
4928 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4929 (VM with any Emacsen, GNEWS with any Emacsen)
4930 (Overloading for Non-conforming MUAs, Version 3 Changes)
4931 (The Supercite Mailing List): Delete nodes.
4932 (Introduction): Remove info about old packages.
4933 (Getting Connected): Simplify. Remove info about old packages.
4934 (Citing Commands): Delete Emacs 19 info.
4935 (Hints to MUA Authors): Simplify.
4936 (Thanks and History): Merge in some info from the deleted node
4937 "Version 3 Changes".
4938
b03f96dc
MB
49392008-02-05 Juanma Barranquero <lekktu@gmail.com>
4940
4941 * org.texi (Setting tags, In-buffer settings):
4942 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4943
52bec650
MB
49442008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4945
4946 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4947 installation directory name.
4948
34a3c587
RF
49492008-02-12 Romain Francoise <romain@orebokech.com>
4950
4951 * epa.texi (Overview): Fix typo.
4952
5a8d03e9
MO
49532008-02-11 Daiki Ueno <ueno@unixuser.org>
4954
4955 * epa.texi (Quick start): Remove the .emacs setting.
4956
f1914c40
MO
49572008-02-10 Daiki Ueno <ueno@unixuser.org>
4958
4959 * epa.texi (Quick start): Use the command `epa-enable' instead of
4960 loading `epa-setup'.
4961
bca98fc9
JB
49622008-02-08 Juanma Barranquero <lekktu@gmail.com>
4963
4964 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4965 ($(infodir)/epa, epa.dvi): New targets.
4966
4b01af2e
MO
49672008-02-08 Daiki Ueno <ueno@unixuser.org>
4968
4969 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4970
4971 * epa.texi: New manual documenting the EasyPG Assistant.
4972
06c0751a
MA
49732008-02-06 Michael Albinus <michael.albinus@gmx.de>
4974
4975 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4976 (Inspection): New function dbus-ping.
4977
7dcccd7b
MA
49782008-02-05 Michael Albinus <michael.albinus@gmx.de>
4979
4980 * tramp.texi (Remote processes): Add `shell-command'.
4981
a1da1e37
MB
49822008-01-28 Michael Sperber <sperber@deinprogramm.de>
4983
4984 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4985 (Group Parameters): Document `mail-source' parameter.
4986
c9d8f746
MA
49872008-01-27 Michael Albinus <michael.albinus@gmx.de>
4988
4989 * tramp.texi (Inline methods): The hostname of the su(do)? methods
4990 must be a local host.
4991
15db4a13
MO
49922008-01-26 Michael Olson <mwolson@gnu.org>
4993
4994 * erc.texi: Update version for ERC 5.3 release.
4995 (Obtaining ERC): Update extras URLs for 5.3.
4996 (Development): Write instructions for git, and remove those for Arch.
4997 (History): Mention the switch to git.
4998
2bc43980
KB
49992008-01-24 Karl Berry <karl@gnu.org>
5000
bca98fc9
JB
5001 * info.texi (Search Index, Search Text): Mention the command
5002 character in the section name, a la the (Go to node) node.
2bc43980 5003
d2e4a6c9
MA
50042008-01-21 Michael Albinus <michael.albinus@gmx.de>
5005
5006 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
5007
0b6799c3
MB
50082008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5009
5010 * gnus-news.texi: Mention gnus-article-describe-bindings.
5011
50122008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5013
5014 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
5015
db9c3fb1 50162008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 5017
7b4d0413 5018 * org.texi (Property inheritance): New section.
db9c3fb1 5019 (Conventions): New section.
7b4d0413 5020 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
5021 commands, and the new bindings for refiling.
5022 (Sparse trees): Document the new special command for sparse trees.
5023 (References): Be more clear about the counting of hilines.
5024 (Handling links): Document M-p/n for accessing links.
5025 (Fast access to TODO states): New section.
5026 (Per file keywords): New section.
5027 (Property inheritance): New section.
5028 (Column attributes): New summary types.
5029 (Capturing Column View): New section.
5030 (The date/time prompt): Cover the new features in the date/time prompt.
5031 Compactify the table of keys for the calendar remote control.
5032 (Clocking work time): Document the new :scope parameter.
5033 (Remember): Promoted to chapter.
5034 (Quoted examples): New section.
5035 (Enhancing text): New verbatim environments.
5036
6ed73f28
MA
50372008-01-14 Michael Albinus <michael.albinus@gmx.de>
5038
5039 * trampver.texi: Update release number.
5040
95838435
MB
50412008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5042
0c7efc08
SM
5043 * gnus.texi (Article Keymap):
5044 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
5045 gnus-article-reply-with-original and
5046 gnus-article-followup-with-original.
5047
20234d96
GM
50482008-01-09 Glenn Morris <rgm@gnu.org>
5049
5050 * nxml-mode.texi: Add @copying section.
5051
d82cf70b
MB
50522008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5053
5054 * message.texi (Mail Variables): Add some text from "(gnus)Posting
5055 Server". Add `message-send-mail-with-mailclient'.
5056
5057 * gnus.texi (Posting Server): Move some text to "(message)Mail
5058 Variables" and add a reference here.
5059
addb7f2e
MA
50602008-01-04 Michael Albinus <michael.albinus@gmx.de>
5061
5062 * dbus.texi (Receiving Method Calls): New chapter.
5063 (Errors and Events): Add serial number to events. Replace "signal" by
5064 "message". Introduce dbus-event-serial-number.
5065
4db2806c
MA
50662008-01-03 Michael Albinus <michael.albinus@gmx.de>
5067
5068 * dbus.texi (Type Conversion): Explain the type specification for empty
5069 arrays. Use another example.
5070
c9ecb5a7
MA
50712007-12-30 Michael Albinus <michael.albinus@gmx.de>
5072
5073 * dbus.texi (all): Replace "..." by @dots{}.
5074 (Type Conversion): Precise the value range for :byte types.
5075 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5076 Mention its return value.
5077 (Errors and Events): There is no D-Bus error propagation during event
5078 processing.
5079
702dbfd9
JB
50802007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5081
5082 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5083 New sections.
5084
87035689
MB
50852007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5086
5087 * gnus.texi (Group Parameters): Reorder the text and add a note about
5088 `gnus-parameters' near the beginning of the node.
5089
50902007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5091
5092 * gnus.texi (Score File Editing): Fix function name.
5093
5492f5ca
MA
50942007-12-23 Michael Albinus <michael.albinus@gmx.de>
5095
5096 Sync with Tramp 2.1.12.
5097
5098 * trampver.texi: Update release number.
5099
d4e67bc5
MA
51002007-12-22 Michael Albinus <michael.albinus@gmx.de>
5101
5102 * dbus.texi (Type Conversion): Correct input parameters mapping.
5103
6a31c819
MA
51042007-12-21 Michael Albinus <michael.albinus@gmx.de>
5105
5106 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5107 (Errors and Events): Mention wrong-type-argument error.
5108
99a3e35f
AS
51092007-12-21 Alex Schroeder <alex@gnu.org>
5110
5111 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5112 spaces. Fixed some typos.
99a3e35f
AS
5113 (Internet Relay Chat): Explain relay.
5114 (Getting started with rcirc): Change items to reflect prompts.
5115 Add more explanation to rcirc-track-minor-mode and added a comment to
5116 warn future maintainers that this section is a copy.
0c7efc08 5117 (People): Change /ignore example.
62b12a24 5118 (Keywords): Not keywords.
99a3e35f 5119
331e4d02
AS
51202007-12-20 Alex Schroeder <alex@gnu.org>
5121
5122 * rcirc.texi (Top): Fighting Information Overload chapter added.
5123 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5124 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5125 (Fighting Information Overload): New chapter documenting /keyword,
5126 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5127 (Configuration): Document rcirc-server-alist, remove
5128 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5129
cd71c3ef
MA
51302007-12-16 Michael Albinus <michael.albinus@gmx.de>
5131
5132 * dbus.texi (Signals): Fix example in dbus-register-signal.
5133
bbbe940b
MB
51342007-12-14 Sven Joachim <svenjoac@gmx.de>
5135
5136 * gnus.texi (Score Variables): Fix typo.
5137
0ce574ef
MA
51382007-12-07 Michael Albinus <michael.albinus@gmx.de>
5139
5140 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5141 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5142 (Errors and Events): Adapt dbus-event.
5143
b890d447
MB
51442007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5145
5146 * gnus.texi (Other Files): Add the yenc command.
5147
51482007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5149
5150 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5151 since 2004-08-06.
5152
51532007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5154
5155 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5156 on body.
5157
51582007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5159
5160 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5161 and rfc2047-allow-irregular-q-encoded-words; fix description of
5162 rfc2047-encode-encoded-words.
5163
51642007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5165
5166 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5167
3728bf03
MO
51682007-12-05 Michael Olson <mwolson@gnu.org>
5169
5170 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5171 Update documentation for `remember-diary-file'.
5172
a4397af9
MA
51732007-12-04 Michael Albinus <michael.albinus@gmx.de>
5174
5175 * dbus.texi (Signals): Precise `dbus-register-signal'.
5176 (Errors and Events): Rework events part, the internal structure of
5177 dbus-event has changed.
5178
1682490c
JB
51792007-12-03 Juanma Barranquero <lekktu@gmail.com>
5180
5181 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5182 ($(infodir)/dbus, dbus.dvi): New targets.
5183
7b13a0f2
MA
51842007-12-03 Michael Albinus <michael.albinus@gmx.de>
5185
5186 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5187 unconditionally.
5188
5189 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5190 emulation with @print{}.
5191
7ef92bc9
RS
51922007-12-02 Richard Stallman <rms@gnu.org>
5193
5194 * dbus.texi (Overview): Minor cleanup.
5195
22d8ac3a
MA
51962007-12-02 Michael Albinus <michael.albinus@gmx.de>
5197
d3a8e0df
MA
5198 * Makefile.in (INFO_TARGETS): Add dbus.
5199 (DVI_TARGETS): Add dbus.dvi.
5200 (dbus, dbus.dvi): New targets.
5201
22d8ac3a
MA
5202 * dbus.texi: New file.
5203
559764ab
RF
52042007-11-24 Romain Francoise <romain@orebokech.com>
5205
5206 * nxml-mode.texi: Add description in @direntry.
7aa579d9 5207 Fix file name to match @setfilename.
559764ab 5208
ac97a16b
MH
52092007-11-23 Mark A. Hershberger <mah@everybody.org>
5210
5211 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5212 ($(infodir)/nxml-mode): New rule.
5213
5214 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5215 ($(infodir)/nxml-mode): New rule.
5216 (clean): Add nxml-mode*.
5217
5218 * nxml-mode.texi: New file with nxml manual.
5219
404cd454
GM
52202007-11-18 Richard Stallman <rms@gnu.org>
5221
5222 * flymake.texi (Example -- Configuring a tool called directly):
5223 Update example.
5224
b048d478
MA
52252007-11-18 Michael Albinus <michael.albinus@gmx.de>
5226
5227 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 5228 double-slash behavior. Explain directory contents flushing.
b048d478 5229
346e8469
JB
52302007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5231
5232 * calc.texi (TeX and LaTeX Language Modes): Put in
5233 missing braces.
5234
404cd454
GM
52352007-11-15 Richard Stallman <rms@gnu.org>
5236
5237 * cl.texi (Equality Predicates): Delete `eql'.
5238 (Predicates, Naming Conventions, Top): Delete `eql'.
5239 (Common Lisp Compatibility): Delete `eql'.
5240 (Porting Common Lisp): Delete obsolete backquote info.
5241 Minor clarification about character constants.
5242 (Sequence Basics): Minor clarification.
5243
1f6af58b
JB
52442007-11-15 Juanma Barranquero <lekktu@gmail.com>
5245
dccb744b 5246 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
5247 * tramp.texi (Filename completion): Fix typos.
5248
3bc88bc9
JB
52492007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5250
5251 * calc.texi (Basic commands): Mention the menu.
5252
bc5300d3
MA
52532007-11-12 Michael Albinus <michael.albinus@gmx.de>
5254
5255 * tramp.texi (Connection caching): Tramp flushes connection
5256 properties when remote operating system has been changed.
5257
4d8a28ec
MB
52582007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5259
5260 * gnus-news.texi: Fix spelling.
5261 `message-insert-formatted-citation-line', not
5262 `message-insert-formated-citation-line'.
5263
404cd454
GM
5264 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5265
e1176b47
MA
52662007-11-07 Michael Albinus <michael.albinus@gmx.de>
5267
5268 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 5269 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
5270 (Frequently Asked Questions): Add code example for highlighting the
5271 mode line.
5272
6159985a
MO
52732007-11-03 Michael Olson <mwolson@gnu.org>
5274
5275 * remember.texi: Change mentions of remember-buffer to
5276 remember-finalize throughout.
5277
bec9b2f5
MO
52782007-10-30 Michael Olson <mwolson@gnu.org>
5279
5280 * remember.texi (Copying): Remove.
5281 (Mailbox): Update with non-BBDB instructions.
5282 (Diary, Org): Add.
5283 (Bibliography, Planner Page): Remove.
5284
b6173182
JB
52852007-10-30 Juanma Barranquero <lekktu@gmail.com>
5286
5287 * makefile.w32-in (INFO_TARGETS): Add remember.
5288 (DVI_TARGETS): Add remember.dvi.
5289 ($(infodir)/remember): New rule.
5290 (clean): Add remember*.
5291
15f3eb73
MO
52922007-10-30 Michael Olson <mwolson@gnu.org>
5293
70bdc930
MO
5294 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5295 ($(infodir)/remember): New rule that builds the Remember Manual.
5296
b6173182
JB
5297 * remember.texi: New file containing the Remember Mode Manual.
5298 Shuffle chapters around after initial import.
7d3f6f1a
MO
5299 (Function Reference): Split Keystrokes into separate chapter.
5300 (Keystrokes): Document C-c C-k.
51d24a12 5301 (Introduction): Fix typographical issue with "---".
15f3eb73 5302
404cd454
GM
53032007-10-29 Richard Stallman <rms@gnu.org>
5304
5305 * widget.texi (Introduction): Delete discussion of implementation
5306 internals.
5307
9bbb9638
MA
53082007-10-29 Michael Albinus <michael.albinus@gmx.de>
5309
5310 * tramp.texi (Connection caching): Host names must be different
5311 when tunneling.
5312
c7ff939a
RS
53132007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5314
5315 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5316 Gnus v5.13.
5317
01c52d31
MB
53182007-10-28 Miles Bader <miles@gnu.org>
5319
5320 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5321
01c52d31
MB
53222007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5323
0c7efc08
SM
5324 * gnus.texi (Sorting the Summary Buffer):
5325 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
5326
53272007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5328
5329 * gnus.texi (Non-ASCII Group Names): New node.
5330 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5331 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5332
c8763fb6 53332007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5334
5335 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5336 clean the output of the program `imap-shell-program'.
5337
53382007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5339
5340 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5341
53422007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5343
5344 * gnus.texi (Sticky Articles): Documentation for sticky article
5345 buffers.
5346
c8763fb6 53472007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5348
5349 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5350
53512007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5352
5353 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5354
53552007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5356
0c7efc08
SM
5357 * gnus.texi (Archived Messages):
5358 Document gnus-update-message-archive-method.
01c52d31
MB
5359
53602007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5361
5362 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5363
c8763fb6 53642007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 5365
0c7efc08
SM
5366 * gnus.texi (Group Maneuvering):
5367 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
5368
53692007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5370
0c7efc08
SM
5371 * gnus.texi (Really Various Summary Commands):
5372 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
5373
53742007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5375
5376 * gnus.texi, message.texi: Bump version number.
5377
53782007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5379
5380 * gnus.texi (Group Line Specification, Misc Group Stuff)
5381 (Server Commands): Parenthesize @pxref{Mail Spool}.
5382
53832007-10-28 Didier Verna <didier@xemacs.org>
5384
5385 New user option: message-signature-directory.
5386 * message.texi (Insertion Variables): Document it.
5387 * gnus.texi (Posting Styles): Ditto.
5388
53892007-10-28 Didier Verna <didier@xemacs.org>
5390
5391 * gnus.texi (Group Line Specification):
5392 * gnus.texi (Misc Group Stuff):
5393 * gnus.texi (Server Commands): Document the group compaction feature.
5394
53952007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5396
5397 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5398
5399 * message.texi (Various Message Variables): Add message-fill-column.
5400
54012007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5402
5403 * gnus.texi: Untabify.
5404
54052007-10-28 Didier Verna <didier@xemacs.org>
5406
5407 * gnus.texi (Group Parameters): Document the posting-style merging
5408 process in topic-mode.
5409
54102007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5411
5412 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5413
54142007-10-28 Romain Francoise <romain@orebokech.com>
5415
5416 * gnus.texi (Mail Spool): Fix typo.
5417 Update copyright.
5418
54192007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5420
5421 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5422
54232007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5424
5425 * gnus.texi (Summary Generation Commands):
5426 Add gnus-summary-insert-ticked-articles.
5427
54282007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5429
b2abec73
JB
5430 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5431 to spam-spamassassin-program.
01c52d31
MB
5432
54332007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5434
5435 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5436
54372007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5438
5439 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5440
54412007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5442
5443 * message.texi (Mail Headers): Document `opportunistic'.
5444
54452007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5446
5447 * emacs-mime.texi (Encoding Customization): Explain how to set
5448 mm-coding-system-priorities per hierarchy.
5449
54502007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5451
5452 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5453 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5454
54552007-10-28 Didier Verna <didier@xemacs.org>
5456
5457 * message.texi (Wide Reply): Update documentation of
5458 message-dont-reply-to-names (now allowing a list of regexps).
5459
54602007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5461
5462 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5463
54642007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5465
5466 * gnus.texi (SpamAssassin back end): Fix typo.
5467
5468 * sieve.texi (Examples): Fix grammar.
5469
54702007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5471
5472 * gnus.texi (Searching for Articles): Document M-S and M-R.
5473 (Limiting): Document / b.
5474
54752007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5476
5477 * gnus.texi (Thread Commands): T M-^.
5478
54792007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5480
5481 * message.texi (Mail Aliases): Document ecomplete.
5482 (Mail Aliases): Fix typo.
5483
54842007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5485
5486 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5487 fix typo.
5488
54892007-10-28 Romain Francoise <romain@orebokech.com>
5490
5491 * gnus.texi (Mail Spool): Grammar fix.
5492
54932007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5494
5495 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5496 string.
5497
54982007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5499
5500 * gnus.texi (Group Parameters): Fix description.
5501
55022007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5503
b2abec73
JB
5504 * gnus.texi (Gmane Spam Reporting):
5505 Fix spam-report-gmane-use-article-number.
5506 Add spam-report-user-mail-address.
01c52d31
MB
5507
55082007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5509
5510 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5511
55122007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5513
5514 * gnus.texi (Group Parameters): Add simplified sorting example based on
5515 example for `Sorting the Summary Buffer' from Jari Aalto
5516 <jari.aalto@cante.net>.
5517 (Example Methods): Add example for an indirect connection.
5518
55192007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5520
0c7efc08 5521 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
5522 (Agent Parameters): Updated parameter names to match code.
5523 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5524 'gnus-agent-summary-fetch-series'.
5525 (Agent and flags): New section providing a generalized discussion
5526 of flag handling.
0c7efc08
SM
5527 (Agent and IMAP): Remove flag discussion.
5528 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
5529
55302007-10-28 Romain Francoise <romain@orebokech.com>
5531
5532 * gnus.texi (Exiting the Summary Buffer): Add new function
5533 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5534
55352007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5536
5537 * gnus.texi (Conformity): Fix typo.
5538 (Customizing Articles): Document `first'.
5539
55402007-10-28 Jari Aalto <jari.aalto@cante.net>
5541
5542 * gnus.texi (Sorting the Summary Buffer):
5543 Add `gnus-thread-sort-by-date-reverse'. Add example
5544 host to different sorting in NNTP and RSS groups.
5545
55462007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5547
5548 * message.texi (Insertion): Describe prefix for
5549 message-mark-inserted-region and message-mark-insert-file.
5550
55512007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5552
5553 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5554 LaTeX documents. Describe "text/x-gnus-verbatim".
5555
55562007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5557
b2abec73 5558 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
5559 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5560 (spam-stat spam filtering, SpamOracle)
0c7efc08 5561 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
5562 clarity.
5563
55642007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5565
5566 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5567 gnus-article-delete-part and gnus-article-replace-part.
5568 (Using MIME): Add gnus-mime-replace-part.
5569
55702007-10-28 Romain Francoise <romain@orebokech.com>
5571
5572 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5573 requires `auto-compression-mode' to be enabled. Add new nnml
5574 variable `nnml-compressed-files-size-threshold'.
5575
55762007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5577
0c7efc08
SM
5578 * gnus.texi (Sorting the Summary Buffer):
5579 Add gnus-thread-sort-by-recipient.
01c52d31
MB
5580
55812007-10-28 Romain Francoise <romain@orebokech.com>
5582
5583 * message.texi (Insertion Variables): Mention new variable
5584 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5585 documentation accordingly.
5586
55872007-10-28 Romain Francoise <romain@orebokech.com>
5588
5589 * gnus.texi (To From Newsgroups): Mention new variables
5590 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5591
55922007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5593
5594 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5595 stuff; gnus-mime-inline-part does the automatic decompression.
5596
55972007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5598
5599 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 5600 "training.ham" should be "training.spam".
01c52d31
MB
5601
56022007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5603
5604 * message.texi (Mail Variables): Fix the default value for
5605 message-send-mail-function.
5606
56072007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5608
5609 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5610 always returns nil exceptionally.
5611
56122007-10-28 Simon Josefsson <jas@extundo.com>
5613
0c7efc08
SM
5614 * gnus.texi (Article Washing): Add libidn URL.
5615 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
5616
56172007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5618
5619 * gnus.texi (Topic Commands): Fix next/previous.
5620
56212007-10-28 Simon Josefsson <jas@extundo.com>
5622
5623 * gnus.texi (Article Washing): Mention `W i'.
5624
c8763fb6 56252007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
5626
5627 * gnus.texi (Group Parameters): Slight extension of sieve
5628 parameter description.
5629
56302007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5631
5632 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5633 matching score files as well.
5634 (Picons): Describe `gnus-picon-style'.
5635
56362007-10-28 Romain Francoise <romain@orebokech.com>
5637
5638 * message.texi (Message Headers): Mention that headers are hidden
5639 using narrowing, and how to expose them.
5640 Update copyright.
5641
56422007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5643
5644 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5645 `gnus-summary-sort-by-recipient'.
5646
56472007-10-28 Romain Francoise <romain@orebokech.com>
5648
5649 * gnus.texi (NNTP marks): New node.
5650 (NNTP): Move NNTP marks variables to the new node.
5651
56522007-10-28 Jesper Harder <harder@ifa.au.dk>
5653
b2abec73 5654 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
5655
5656 * gnus.texi (MIME Commands, Hashcash): Markup fix.
5657
56582007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5659
b2abec73 5660 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 5661 everywhere for consistency.
b2abec73
JB
5662 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5663 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
5664 Say "regular expression" instead of "regex." Admonish.
5665 Pick other words to sound better (s/so/thus/).
5666 (Spam ELisp Package Filtering of Incoming Mail):
5667 Mention statistical filters. Remove old TODO.
01c52d31 5668 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
5669 New section on sorting and displaying the spam score.
5670 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5671 backend but an alias to spam-use-BBDB.
5672 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
5673 new backend functionality.
5674
56752007-10-28 Simon Josefsson <jas@extundo.com>
5676
5677 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5678 nntp-marks-directory, from Romain Francoise
5679 <romain@orebokech.com>.
5680
56812007-10-28 Magnus Henoch <mange@freemail.hu>
5682
5683 * gnus.texi (Hashcash): New default value of
5684 hashcash-default-payment.
5685
56862007-10-28 Simon Josefsson <jas@extundo.com>
5687
5688 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5689 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5690
56912007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5692
0c7efc08 5693 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5694
56952007-10-28 Simon Josefsson <jas@extundo.com>
5696
5697 * gnus.texi (documentencoding): Add, to avoid warnings.
5698
56992007-10-28 Simon Josefsson <jas@extundo.com>
5700
5701 * message.texi (Mail Headers): Add.
5702
5703 * gnus.texi (Hashcash): Fix.
5704
57052007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5706
0c7efc08 5707 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5708 that payments can be verified and fix the name of the
b2abec73 5709 hashcash-path variable.
01c52d31
MB
5710
57112007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5712
b2abec73 5713 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5714
57152007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5716
5717 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5718
57192007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5720
5721 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5722 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5723 warning about ham processors in spam groups removed.
01c52d31
MB
5724
57252007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5726
0c7efc08 5727 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5728 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5729
57302007-10-28 Jesper Harder <harder@ifa.au.dk>
5731
5732 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5733 (Mailing List): Typo.
5734 (Customizing Articles): Add gnus-treat-ansi-sequences.
5735 (Article Washing): Index.
5736
5737 * message.texi: Use m-dash consistently.
5738
57392007-10-28 Jesper Harder <harder@ifa.au.dk>
5740
5741 * gnus.texi (GroupLens): Remove.
5742
57432007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5744
0c7efc08
SM
5745 * gnus.texi (Outgoing Messages, Agent Variables):
5746 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5747 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5748
57492007-10-28 Jesper Harder <harder@ifa.au.dk>
5750
5751 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5752
57532007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5754
5755 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5756
5757 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5758
57592007-10-28 Simon Josefsson <jas@extundo.com>
5760
5761 * gnus.texi (Top): Add SASL.
5762
404cd454
GM
57632007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5764
5765 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5766
57672007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5768
5769 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5770
0edd2970
JB
57712007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5772
5773 * calc.texi (Formulas, Composition Basics): Lower the
5774 precedence of negation.
5775
a9afba20
JY
57762007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5777
5778 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5779 Mention the new three-letter column identifiers.
5780 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5781 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5782 message when using `c' on an empty default with default printer.
5783 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5784 renamed to `ses--symbolic-formulas' some time ago.
5785
45b778a6
JB
57862007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5787
5788 * calc.texi (Default Simplifications, Making Selections)
5789 (Customizing Calc): Clarify associativity of multiplication.
5790
03b5bade
MA
57912007-10-23 Michael Albinus <michael.albinus@gmx.de>
5792
5793 * tramp.texi (Traces and Profiles): Simplify loop over
5794 `trace-function-background'.
5795
e658c8ee
JL
57962007-10-22 Juri Linkov <juri@jurta.org>
5797
5798 * dired-x.texi (Shell Command Guessing): Default values are now
5799 available by typing M-n instead of M-p.
5800
dd753688
MA
58012007-10-21 Michael Albinus <michael.albinus@gmx.de>
5802
5803 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5804 (Password caching): Remove `tramp-clear-passwd'.
5805 It's not a command anymore.
dd753688
MA
5806 (Bug Reports): Add `tramp-bug' to function index.
5807 (Function Index, Variable Index): New nodes.
5808 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5809
5810 * trampver.texi: Update release number.
5811
4bb49b43
JB
58122007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5813
8b296cdd 5814 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5815 about integer size into past tense.
5816 (Time Zones): Remove pointer to Calc author's address.
5817 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5818 and hyperbolic cotangent. Fix typo.
4bb49b43 5819
311dd93f
MA
58202007-10-10 Michael Albinus <michael.albinus@gmx.de>
5821
5822 Sync with Tramp 2.1.11.
5823
5824 * trampver.texi: Update release number.
5825
ea3fc256
MA
58262007-10-06 Michael Albinus <michael.albinus@gmx.de>
5827
5828 * tramp.texi (External packages): New section.
5829
1af74d06
MB
58302007-09-29 Juri Linkov <juri@jurta.org>
5831
5832 * info.texi (Help-Int): Document `L' (`Info-history').
5833
0e2806fa
SM
58342007-09-26 Carsten Dominik <dominik@science.uva.nl>
5835
5836 * org.texi: Change links to webpage and maintained email.
5837 (Remember): Promote to Chapter, significant changes.
5838 (Fast access to TODO states): New section.
5839 (Faces for TODO keywords): New section.
5840 (Export options): Example for #+DATE.
5841 (Progress logging): Section moved.
5842
567b9191
BW
58432007-09-26 Bill Wohler <wohler@newt.com>
5844
5845 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5846 browse-url-at-mouse.
5847
1af74d06
MB
58482007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5849
5850 * flymake.texi (Customizable variables): Face names don't end in -face.
5851 Fix flymake-err-line-patterns template.
5852 (Example -- Configuring a tool called directly): Fix init-function.
5853 (Highlighting erroneous lines): Face names don't end in -face.
5854
d60a4e3a 58552007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5856
5857 * erc.texi (Special-Features): Fix small typo.
5858
7d7a3510
MA
58592007-09-14 Michael Albinus <michael.albinus@gmx.de>
5860
5861 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5862 and "External transfer methods".
5863
285f0d3a
JB
58642007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5865
5866 * calc.texi (Predefined Units): Add some history.
5867
526dc846
MO
58682007-09-08 Michael Olson <mwolson@gnu.org>
5869
87e04f16
JB
5870 * erc.texi (Copying): New section included from gpl.texi.
5871 This matches the look of the upstream ERC manual.
526dc846 5872
f10d0e80
JB
58732007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5874
87e04f16 5875 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5876 (Random Numbers): Clarify the distribution of `random'.
5877
4009494e
GM
58782007-09-06 Glenn Morris <rgm@gnu.org>
5879
f1fc42aa 5880 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5881 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5882 Change all setfilename commands to use ../../info.
5883 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5884 refer to the Emacs manual here.
5885 (infodir): New variable.
5886 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5887 (cc-mode.texi, faq.texi): Update references to source file locations.
5888 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5889 do not refer to the Emacs manual here.
5890 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5891
5892 * Makefile.in: Add `basename' versions of all info targets, for
5893 convenience when rebuilding just one manual.
5894 (../etc/GNU): Delete obsolete target.
5895 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5896 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5897 *.vrs *.toc here...
5898 (maintainer-clean): ...from here.
4009494e
GM
5899
5900 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5901
2de53ca6
GM
59022007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5903
5904 * calc.texi (Date Conversions): Clarify definition of
5905 Julian day numbering.
5906 (Date Forms): Clarify definition of Julian day numbering;
5907 add some history.
5908
59092007-08-30 Carsten Dominik <dominik@science.uva.nl>
5910
87e04f16 5911 * org.texi: Version 5.07.
2de53ca6
GM
5912
59132007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5914
5915 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5916
59172007-08-22 Carsten Dominik <dominik@science.uva.nl>
5918
5919 * org.texi (Adding hyperlink types): New section.
5920 (Embedded LaTeX): Chapter updated because of LaTeX export.
5921 (LaTeX export): New section.
5922 (Using links out): New section.
5923
59242007-08-22 Glenn Morris <rgm@gnu.org>
5925
5926 * faq.texi (Learning how to do something): Refcards now in
5927 etc/refcards/ directory.
5928
59292007-08-22 Michael Albinus <michael.albinus@gmx.de>
5930
5931 * tramp.texi (Remote Programs): Persistency file must be cleared when
5932 changing `tramp-remote-path'.
5933 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5934 macro.
5935
59362007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5937
5938 * calc.texi: Move contents to beginning of file.
5939 (Algebraic Entry): Fix the formatting of an example.
5940
59412007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5942
5943 * calc.texi (Basic Operations on Units): Mention exact versus
5944 inexact conversions.
5945
59462007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5947
5948 * calc.texi (Basic Operations on Units): Mention default
5949 values for new units.
5950 (Quick Calculator Mode): Mention that binary format will
5951 be displayed.
5952
59532007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5954
5955 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5956
59572007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5958
5959 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5960
59612007-08-08 Glenn Morris <rgm@gnu.org>
5962
5963 * gnus.texi, sieve.texi: Replace `iff'.
5964
59652007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5966
5967 * calc.texi (Basic Graphics): Mention the graphing of error
5968 forms.
5969 (Graphics Options): Mention how `g s' handles error forms.
5970 (Curve Fitting): Mention plotting the curves.
5971 (Standard Nonlinear Models): Add additional models.
5972 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5973 (Linear Fits): Correct result.
5974
59752007-08-01 Alan Mackenzie <acm@muc.de>
5976
5977 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5978 to "--no-site-file".
5979
59802007-07-29 Michael Albinus <michael.albinus@gmx.de>
5981
5982 * tramp.texi (Frequently Asked Questions): Point to mode line
5983 extension in Emacs 23.1.
5984
5985 * trampver.texi: Update release number.
5986
59872007-07-27 Glenn Morris <rgm@gnu.org>
5988
5989 * calc.texi (Copying): Include license text from gpl.texi, rather than
5990 in-line.
5991
59922007-07-25 Glenn Morris <rgm@gnu.org>
5993
5994 * calc.texi (Copying): Replace license with GPLv3.
5995
5996 * Relicense all FSF files to GPLv3 or later.
5997
59982007-07-22 Michael Albinus <michael.albinus@gmx.de>
5999
6000 Sync with Tramp 2.1.10.
6001
6002 * tramp.texi (trampfn): Expand macro implementation in order to handle
6003 empty arguments.
6004 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 6005 occurrences by trampfn.
2de53ca6 6006 (Frequently Asked Questions): Extend example code for host
b2abec73 6007 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
6008 file names to be typed.
6009
6010 * trampver.texi: Update release number.
6011
60122007-07-17 Michael Albinus <michael.albinus@gmx.de>
6013
6014 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
6015 section. Reported by <poti@potis.org>.
6016 (Remote processes): Arguments of the program to be debugged are taken
6017 literally.
6018 (Frequently Asked Questions): Simplify recentf example.
6019
60202007-07-14 Karl Berry <karl@gnu.org>
6021
6022 * info.texi (@copying): New Back-Cover Text.
6023
6024 * info.texi (Quitting Info): Move to proper place in source.
6025 (Reported by Benno Schulenberg.)
6026
60272007-07-13 Eli Zaretskii <eliz@gnu.org>
6028
6029 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
6030
6031 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
6032
6033 * emacs-mime.texi: Add @documentencoding directive.
6034
60352007-07-12 Nick Roberts <nickrob@snap.net.nz>
6036
6037 * tramp.texi (Remote processes): Add an anchor to the subsection
6038 "Running a debugger on a remote host".
6039
60402007-07-12 Michael Albinus <michael.albinus@gmx.de>
6041
6042 * tramp.texi (Remote processes): Don't call it "experimental" any
6043 longer. Add subsection about running a debugger on a remote host.
6044
60452007-07-10 Carsten Dominik <dominik@science.uva.nl>
6046
6047 * org.texi (Properties and columns): Chapter rewritten.
6048
60492007-07-08 Michael Albinus <michael.albinus@gmx.de>
6050
6051 * tramp.texi:
6052 * trampver.texi: Migrate to Tramp 2.1.
6053
60542007-07-02 Carsten Dominik <dominik@science.uva.nl>
6055
6056 * org.texi (Properties): New chapter.
6057
60582007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6059
6060 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6061 Control Panel.
6062
6063 * gnus.texi (Misc Article): Add index entry for
6064 gnus-single-article-buffer.
6065
60662007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
6067
6068 * gnus.texi (Starting Up): Fix typo.
6069
60702007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
6071
6072 * gnus.texi (Asynchronous Fetching): Fix typo.
6073
60742007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6075
6076 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6077 (About This Manual): Remove redundant information.
6078 (Getting Started): Mention author.
6079 (Basic Arithmetic, Customizing Calc): Make description of the
6080 variable `calc-multiplication-has-precedence' match its new effect.
6081
60822007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6083
0c7efc08
SM
6084 * calc.texi (Basic Arithmetic, Customizing Calc):
6085 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
6086
60872007-06-19 Carsten Dominik <dominik@science.uva.nl>
6088
6089 * org.texi (Tag): Section swapped with node Timestamps.
6090 (Formula syntax for Lisp): Document new `L' flag.
6091
60922007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6093
6094 * gnus.texi (Misc Group Stuff, Summary Buffer)
6095 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6096
60972007-06-06 Juanma Barranquero <lekktu@gmail.com>
6098
6099 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6100 * gnus.texi (Article Buttons, Mail Source Customization)
6101 (Sending or Not Sending, Customizing NNDiary):
6102 * message.texi (Message Headers):
6103 * mh-e.texi (HTML): Fix typos.
6104
61052007-06-07 Michael Albinus <michael.albinus@gmx.de>
6106
6107 Sync with Tramp 2.0.56.
6108
6109 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6110 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6111
61122007-06-02 Chong Yidong <cyd@stupidchicken.com>
6113
6114 * Version 22.1 released.
6115
61162007-05-26 Michael Olson <mwolson@gnu.org>
6117
6118 * erc.texi (Modules): Fix references to completion modules.
6119
61202007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6121
6122 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6123
61242007-05-09 Didier Verna <didier@xemacs.org>
6125
6126 * gnus.texi (Email Based Diary): New. Proper documentation for the
6127 nndiary back end and the gnus-diary library.
6128
61292007-05-03 Karl Berry <karl@gnu.org>
6130
6131 * .cvsignore (*.pdf): New entry.
6132
6133 * texinfo.tex: Update from current version for better pdf generation.
6134
61352007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6136
6137 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6138
61392007-04-28 Glenn Morris <rgm@gnu.org>
6140
6141 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6142 consideration of legal status.
6143
61442007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6145
6146 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6147
61482007-04-24 Chong Yidong <cyd@stupidchicken.com>
6149
6150 * faq.texi (New in Emacs 22): python.el removed.
6151
61522007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6153
6154 * calc.texi (Reporting bugs): Update maintainer's address.
6155
61562007-04-22 Chong Yidong <cyd@stupidchicken.com>
6157
6158 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6159
61602007-04-15 Jay Belanger <belanger@truman.edu>
6161
6162 * calc.texi (Title page): Remove the date.
6163 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6164 (The Standard Calc Interface): Change trail title.
6165 (Floats): Mention that when non-decimal floats are entered, only
6166 approximations are stored.
6167 (Copying): Move to the appendices.
6168 (GNU Free Documentation License): Add as an appendix.
6169
61702007-04-15 Chong Yidong <cyd@stupidchicken.com>
6171
6172 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6173 * dired-x.texi, ebrowse.texi, ediff.texi:
6174 * emacs-mime.texi, erc.texi, eshell.texi:
6175 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6176 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6177 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6178 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6179 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6180 * woman.texi: Include GFDL.
6181
6182 * doclicense.texi: Remove node heading, so that it can be included by
6183 other files.
6184
6185 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6186
6187 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6188 than *.
6189
61902007-04-14 Carsten Dominik <dominik@science.uva.nl>
6191
6192 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6193 in Calc.
6194
61952007-04-09 Romain Francoise <romain@orebokech.com>
6196
6197 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6198 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6199 replace mouse-2.
6200
62012007-04-08 Chong Yidong <cyd@stupidchicken.com>
6202
6203 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6204 renamed to woman-use-topic-at-point. Document new behavior.
6205
62062007-04-08 Richard Stallman <rms@gnu.org>
6207
6208 * url.texi: Fix some indexing.
6209 (Disk Caching): Drop discussion of old/other Emacs versions.
6210
62112007-04-07 Chong Yidong <cyd@stupidchicken.com>
6212
6213 * url.texi (Disk Caching): Say Emacs 21 "and later".
6214
6215 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6216 on Font locking which now mentions JIT lock.
6217
62182007-04-01 Michael Olson <mwolson@gnu.org>
6219
6220 * erc.texi: Update for the ERC 5.2 release.
6221
62222007-03-31 David Kastrup <dak@gnu.org>
6223
6224 * woman.texi (Topic, Interface Options): Explain changes semantics of
6225 woman-manpath in order to consider MANPATH_MAP entries.
6226
62272007-03-31 Eli Zaretskii <eliz@gnu.org>
6228
6229 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6230
62312007-03-26 Richard Stallman <rms@gnu.org>
6232
6233 * pgg.texi (Caching passphrase): Clean up previous change.
6234
62352007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6236
6237 * gnus.texi (Setting Process Marks): Fix typo.
6238
62392007-03-25 Romain Francoise <romain@orebokech.com>
6240
6241 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6242 readability, and include various fixes by Daniel Brockman, Nick Roberts
6243 and Dieter Wilhelm.
6244
62452007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6246
6247 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6248
6249 * gnus.texi (Mail Source Specifiers): Fix typo.
6250
62512007-03-22 Ralf Angeli <angeli@caeruleus.net>
6252
6253 * reftex.texi (Imprint): Update maintainer information.
6254
62552007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6256
6257 * message.texi (Message Buffers): Update documentation for
6258 message-generate-new-buffers.
6259
62602007-03-15 Daiki Ueno <ueno@unixuser.org>
6261
6262 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6263
62642007-03-21 Glenn Morris <rgm@gnu.org>
6265
6266 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6267
62682007-03-19 Chong Yidong <cyd@stupidchicken.com>
6269
6270 * eshell.texi (Known problems): Emacs 21 -> 22.
6271
6272 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6273
62742007-03-18 Jay Belanger <belanger@truman.edu>
6275
6276 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6277
62782007-03-12 Glenn Morris <rgm@gnu.org>
6279
6280 * calc.texi (Time Zones): Switch to new North America DST rule.
6281
6282 * calc.texi: Replace "daylight savings" with "daylight
6283 saving" in text throughout.
6284
62852007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6286
6287 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6288 The variable now uses a list of symbols instead of just a symbol.
6289 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6290
62912007-03-06 Romain Francoise <romain@orebokech.com>
6292
6293 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6294 new packages, and mention Gnus update.
6295
62962007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6297
6298 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6299 nntp-open-connection-functions-never-echo-commands.
6300
63012007-02-27 Chong Yidong <cyd@stupidchicken.com>
6302
6303 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6304 problems on the console, and security risk in not using gpg-agent.
6305
63062007-02-25 Carsten Dominik <dominik@science.uva.nl>
6307
0c7efc08 6308 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
6309 Completely reorganized and rewritten.
6310 (CamelCase links): Section removed.
6311 (Repeating items): New section.
6312 (Tracking TODO state changes): New section.
6313 (Agenda views): Chapter reorganized and rewritten.
6314 (HTML export): Section rewritten.
6315 (Tables in arbitrary syntax): New section.
6316 (Summary): Better feature summary.
6317 (Activation): Document problem with cut-and-paste of Lisp code
6318 from PDF files.
6319 (Visibility cycling): Document indirect buffer use.
6320 (Structure editing): Document sorting.
6321 (Remember): Section rewritten.
6322 (Time stamps): Better description of time stamp types.
6323 (Tag searches): Document regular expression search for tags.
6324 (Stuck projects): New section.
6325 (In-buffer settings): New keywords.
6326 (History and Acknowledgments): Updated description.
6327
63282007-02-24 Alan Mackenzie <acm@muc.de>
6329
6330 * cc-mode.texi (Movement Commands): Insert two missing command names.
6331 (Getting Started): Slight wording correction (use conditional).
6332
63332007-02-22 Kim F. Storm <storm@cua.dk>
6334
6335 * widget.texi (User Interface, Basic Types): Document need to put some
6336 text before the %v escape in :format string in editable-field widget.
6337
63382007-02-18 Romain Francoise <romain@orebokech.com>
6339
6340 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6341 `cvs-mode-quit'.
6342
63432007-02-10 Markus Triska <markus.triska@gmx.at>
6344
6345 * widget.texi (Programming Example): Put constant strings in :format.
6346
63472007-02-07 Juanma Barranquero <lekktu@gmail.com>
6348
6349 * faq.texi (Fullscreen mode on MS-Windows): New node.
6350
63512007-02-04 David Kastrup <dak@gnu.org>
6352
6353 * faq.texi (AUCTeX): Update version number. Should probably be done
6354 for other packages as well.
6355
63562007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6357
6358 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6359 <tassilo@member.fsf.org>.
6360
63612007-01-27 Eli Zaretskii <eliz@gnu.org>
6362
6363 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6364 ls-lisp-use-localized-time-format.
6365
63662007-01-20 Markus Triska <markus.triska@gmx.at>
6367
6368 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6369
63702007-01-13 Michael Olson <mwolson@gnu.org>
6371
6372 * erc.texi (Modules): Mention capab-identify module.
6373
63742007-01-05 Michael Olson <mwolson@gnu.org>
6375
6376 * erc.texi (Getting Started): Update for /RECONNECT command.
6377
63782007-01-04 Richard Stallman <rms@gnu.org>
6379
6380 * ebrowse.texi: Change C-c b to C-c C-m.
6381
63822007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6383
6384 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6385 variables only in info to avoid redundant entries in the printed
6386 manual.
6387
63882007-01-02 Daiki Ueno <ueno@unixuser.org>
6389
6390 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6391
63922007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6393
6394 * message.texi (Security): Split into sub-nodes.
6395
63962007-01-01 Alan Mackenzie <acm@muc.de>
6397
6398 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6399 eval-after-load in Emacs <=21 and a workaround. Document that
6400 trigraphs are not supported.
6401
64022007-01-01 Alan Mackenzie <acm@muc.de>
6403
6404 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6405 c-context-line-break. When invoked within a string, preserve
6406 whitespace. Add a backslash only when also in a macro.
6407
64082007-01-01 Alan Mackenzie <acm@muc.de>
6409
6410 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6411
64122007-01-01 Alan Mackenzie <acm@muc.de>
6413
6414 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6415 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6416
64172007-01-01 Alan Mackenzie <acm@muc.de>
6418
6419 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6420 "Choosing a Style".
6421
6422 * cc-mode.texi ("Styles"): Add @dfn{style}.
6423
64242006-12-30 Michael Albinus <michael.albinus@gmx.de>
6425
6426 Sync with Tramp 2.0.55.
6427
6428 * trampver.texi: Update release number.
6429
64302006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6431
6432 * gnus.texi (Customizing Articles): Add index entries for all
6433 gnus-treat-* variables.
6434
c8763fb6 64352006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6436
6437 * gnus.texi (IMAP): Fix incorrect explanation of
6438 nnimap-search-uids-not-since-is-evil in documentation for
6439 nnimap-expunge-search-string.
6440
64412006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6442
6443 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6444 spam-ifile-database.
6445
64462006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6447
6448 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6449 rebind C-s.
6450
c8763fb6 64512006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6452
6453 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6454 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6455 "expiring mail".
6456 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6457 nnimap-nov-is-evil.
6458
64592006-12-25 Kevin Ryde <user42@zip.com.au>
6460
6461 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6462 about the key procedure being used heavily.
6463
64642006-12-24 Chong Yidong <cyd@stupidchicken.com>
6465
6466 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6467 to t.
6468 (Prerequisites): Add explanation about gpg-agent.
6469
64702006-12-22 Kevin Ryde <user42@zip.com.au>
6471
6472 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6473 "sort" instead of "sort*".
6474
64752006-12-19 Richard Stallman <rms@gnu.org>
6476
6477 * calc.texi (History and Acknowledgements): Recognize that Emacs
6478 now does have floating point.
6479
64802006-12-19 Michael Albinus <michael.albinus@gmx.de>
6481
6482 * tramp.texi (External transfer methods): Describe new method `scpc'.
6483
64842006-12-17 Sascha Wilde <wilde@sha-bang.de>
6485
6486 * pgg.texi: Added short note on gpg-agent to the introduction.
6487
64882006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6489
6490 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6491 also applies to Cc.
6492
64932006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6494
6495 * gnus.texi (X-Face): Clarify. Say which programs are required
6496 on Windows.
6497
64982006-12-08 Michael Olson <mwolson@gnu.org>
6499
6500 * erc.texi (Modules): Remove documentation for list module.
6501
c8763fb6 65022006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
6503
6504 * faq.texi (^M in the shell buffer): Ditto.
6505
65062006-11-20 Michael Olson <mwolson@gnu.org>
6507
6508 * erc.texi: Call this the 5.2 stable pre-release of ERC.
6509
65102006-11-17 Carsten Dominik <dominik@science.uva.nl>
6511
6512 * org.texi: Fix typos.
6513 (Agenda commands): Document `C-k'.
6514
65152006-11-16 Eli Zaretskii <eliz@gnu.org>
6516
6517 * url.texi (http/https): Fix a typo in the HTTP URL.
6518
65192006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6520
6521 * ada-mode.texi: Total rewrite.
6522
65232006-11-13 Carsten Dominik <dominik@science.uva.nl>
6524
6525 * org.texi: Minor typo fixes.
6526
65272006-11-13 Bill Wohler <wohler@newt.com>
6528
6529 Release MH-E manual version 8.0.3.
6530
6531 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6532 release 8.0.3.
6533
6534 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6535 to set MAILDIR.
6536 (Reading Mail): Document the customization of read-mail-command
6537 for MH-E.
6538 (Viewing Attachments): Document mm-discouraged-alternatives.
6539 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6540 (Junk): Add more information about the settings of mh-junk-background
6541 in a program. Add /usr/bin/mh to PATH in examples.
6542
65432006-11-12 Richard Stallman <rms@gnu.org>
6544
6545 * woman.texi: Update author address but say he no longer maintains it.
6546
65472006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6548
6549 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6550 archived trees.
6551 (Checkboxes): Section moved to chapter 5, and extended.
6552 (The date/time prompt): New section.
6553 (Link abbreviations): New section.
6554 (Presentation and sorting): New section.
6555 (Custom agenda views): Section completely rewritten.
6556 (Summary): Compare with Planner.
6557 (Feedback): More info about creating backtraces.
6558 (Plain lists): Modified example.
6559 (Breaking down tasks): New section.
6560 (Custom time format): New section.
6561 (Time stamps): Document inactive timestamps.
6562 (Setting tags): More details about fast tag selection.
6563 (Block agenda): New section.
6564 (Custom agenda views): Section rewritten.
6565 (Block agenda): New section.
6566
65672006-11-07 Michael Albinus <michael.albinus@gmx.de>
6568
6569 * tramp.texi (Configuration): scp is the default method.
6570 (Default Method): Use ssh as example for another method.
6571
65722006-10-27 Richard Stallman <rms@gnu.org>
6573
6574 * woman.texi: Downcase nroff/troff/roff.
6575 (Installation): Chapter deleted. Some xrefs deleted.
6576 (Background): woman doesn't advise man ;-).
6577
c8763fb6 65782006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6579
6580 * ada-mode.texi (Project files, Identifier completion)
6581 (Automatic Casing, Debugging, Using non-standard file names)
6582 (Working Remotely): Fix typos.
6583
65842006-10-20 Masatake YAMATO <jet@gyve.org>
6585
0c7efc08 6586 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
6587 sample code `my-c-initialization-hook'.
6588
65892006-10-19 Stuart D. Herring <herring@lanl.gov>
6590
6591 * widget.texi: Fix typos.
6592
65932006-10-19 Michael Albinus <michael.albinus@gmx.de>
6594
6595 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6596 "???". There have been no complaints for years, so the information
6597 must be appropriate.
6598
65992006-10-16 Richard Stallman <rms@gnu.org>
6600
6601 * widget.texi: Use @var instead of capitalization.
6602 Clarify many widget type descriptions.
6603
66042006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6605
6606 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6607 gnus-dired-attach.
6608 (Selecting a Group): Fix typo.
6609
c8763fb6 66102006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6611
6612 * widget.texi: Fix typos.
6613
66142006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
6615
6616 * gnus.texi (Image Enhancements): Update for Emacs 22.
6617
6618 * gnus-faq.texi ([1.3]): Update.
6619
66202006-10-06 Richard Stallman <rms@gnu.org>
6621
6622 * faq.texi (Displaying the current line or column):
6623 Delete "As of Emacs 20".
6624
66252006-10-06 Romain Francoise <romain@orebokech.com>
6626
6627 * faq.texi (VM): VM works with Emacs 22 too.
6628
66292006-10-06 Richard Stallman <rms@gnu.org>
6630
6631 * ebrowse.texi: Remove Emacs version "21" from title.
6632
66332006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
6634
6635 * gnus.texi (Foreign Groups): Say where change of editing commands are
6636 stored. Add reference to `gnus-parameters'.
6637
66382006-09-15 Jay Belanger <belanger@truman.edu>
6639
6640 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6641 Change "Library Public License" to "Lesser Public License"
6642 throughout. Use "yyyy" to represent year.
6643
66442006-09-15 Carsten Dominik <dominik@science.uva.nl>
6645
6646 * org.texi (Setting tags): Typo fix.
6647
66482006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
6649
6650 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6651
66522006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6653
6654 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6655
66562006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6657
6658 * faq.texi (Escape sequences in shell output): EMACS is now set
6659 to Emacs's absolute file name, not to "t".
6660 (^M in the shell buffer): Likewise.
6661 * misc.texi (Interactive Shell): Likewise.
6662
66632006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6664
6665 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6666 mails with pop3-leave-mail-on-server. Fix wording.
6667 (Limiting): Improve gnus-summary-limit-to-articles.
6668 (X-Face): Fix typo.
6669
66702006-09-11 Simon Josefsson <jas@extundo.com>
6671
6672 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6673 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6674
66752006-09-06 Simon Josefsson <jas@extundo.com>
6676
6677 * smtpmail.texi (Authentication): Mention SSL.
6678
66792006-09-01 Eli Zaretskii <eliz@gnu.org>
6680
6681 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6682 Don't use @indicateurl.
6683
6684 * cc-mode.texi (Subword Movement): Don't use @headitem.
6685 (Custom Braces, Clean-ups): Don't use @tie.
6686
66872006-08-29 Michael Albinus <michael.albinus@gmx.de>
6688
6689 Sync with Tramp 2.0.54.
6690
6691 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6692 Suggested by Adrian Phillips <a.phillips@met.no>.
6693
66942006-08-15 Carsten Dominik <dominik@science.uva.nl>
6695
6696 * org.texi (Installation, Activation): Split from Installation and
6697 Activation.
6698 (Clocking work time): Documented new features.
6699
67002006-08-13 Alex Schroeder <alex@gnu.org>
6701
6702 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6703 example.
6704
67052006-08-12 Eli Zaretskii <eliz@gnu.org>
6706
6707 * faq.texi (How to add fonts): New node.
6708
67092006-08-05 Romain Francoise <romain@orebokech.com>
6710
6711 * faq.texi (New in Emacs 22): Expand.
6712
67132006-08-03 Michael Olson <mwolson@gnu.org>
6714
6715 * erc.texi: Update for ERC 5.1.4.
6716
67172006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6718
6719 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6720 in .../site-lisp/gnus/ by default.
6721 [ From gnus-news.texi in the trunk. ]
6722
67232006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6724
6725 * gnus.texi (MIME Commands): Additions for yEnc.
6726
67272006-07-24 Richard Stallman <rms@gnu.org>
6728
6729 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6730 * faq.texi: Move periods and commas inside quotes.
6731
67322006-07-20 Jay Belanger <belanger@truman.edu>
6733
6734 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6735
67362006-07-18 Chong Yidong <cyd@stupidchicken.com>
6737
6738 * faq.texi (Security risks with Emacs): Document Emacs 22
6739 file-local-variable mechanism.
6740
67412006-07-12 Michael Olson <mwolson@gnu.org>
6742
6743 * erc.texi: Update for ERC 5.1.3.
6744
67452006-07-12 Alex Schroeder <alex@gnu.org>
6746
6747 * rcirc.texi: Fix typos.
6748 (Getting started with rcirc): New calling convention for M-x irc.
6749 Mention #rcirc. Removed channel tracking.
0c7efc08 6750 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6751 recently, eg. rcirc-server to rcirc-default-server. Added
6752 documentation for rcirc-authinfo, some background for Bitlbee, and
6753 rcirc-track-minor-mode.
0c7efc08 6754 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6755 Scrolling.
0c7efc08 6756 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6757 to match code changes.
6758
67592006-07-10 Nick Roberts <nickrob@snap.net.nz>
6760
6761 * gnus.texi, message.texi: Fix typos.
6762
67632006-07-07 Carsten Dominik <dominik@science.uva.nl>
6764
6765 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6766 commands.
6767 (Global TODO list): Document the use of the variables
6768 `org-agenda-todo-ignore-scheduled' and
6769 `org-agenda-todo-list-sublevels'.
6770
67712006-07-05 Richard Stallman <rms@gnu.org>
6772
6773 * faq.texi (Scrolling only one line): Fix xref.
6774
67752006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6776
6777 * faq.texi (Evaluating Emacs Lisp code):
6778 Throughout, replace eval-current-buffer with eval-buffer.
6779
67802006-07-03 Richard Stallman <rms@gnu.org>
6781
6782 * rcirc.texi (Scrolling conservatively): Fix xref.
6783
6784 * pcl-cvs.texi (Viewing differences): Usage fix.
6785
67862006-07-03 Carsten Dominik <dominik@science.uva.nl>
6787
6788 * org.texi (Agenda commands): Document `s' key to save all org-mode
6789 buffers.
6790
67912006-06-30 Ralf Angeli <angeli@caeruleus.net>
6792
6793 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6794 names. Mention `cvs-msg' face.
6795
67962006-06-29 Carsten Dominik <dominik@science.uva.nl>
6797
6798 * org.texi (Checkboxes): New section.
6799
68002006-06-28 Carsten Dominik <dominik@science.uva.nl>
6801
6802 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6803 throughout this chapter.
6804
68052006-06-27 Chong Yidong <cyd@stupidchicken.com>
6806
6807 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6808 text for standalone vs Emacs info.
6809 (Help): Clarify header line description. Use mouse-1 for clicks.
6810 (Help-P): Use mouse-1 for clicks.
6811 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6812 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6813 (Choose menu subtopic): Remove gratuitous Emacs command names.
6814 (Help-FOO): Put usual behavior first.
6815 (Help-Xref): Clicking on xrefs works in Emacs.
6816 (Search Text): Clarify what the default behavior is.
6817 (Create Info buffer): Fix Emacs window/X window confusion.
6818 (Emacs Info Variables): Fix for new Emacs init file behavior.
6819
68202006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6821
6822 * gnus.texi (Summary Buffer Lines): Fix typo.
6823
68242006-06-23 Carsten Dominik <dominik@science.uva.nl>
6825
6826 * org.texi (Embedded LaTeX): New chapter.
6827 (Archiving): Section rewritten.
6828 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6829
68302006-06-20 Bill Wohler <wohler@newt.com>
6831
6832 Release MH-E manual version 8.0.1.
6833
6834 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6835 release 8.0.1.
6836 (Preface): Depend on GNU mailutils 1.0 and higher.
6837
68382006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6839
6840 * message.texi (News Headers): Update message-syntax-checks section.
6841
68422006-06-19 Karl Berry <karl@gnu.org>
6843
6844 * info.texi (Advanced): Mention C-q, especially with ?.
6845
68462006-06-19 Carsten Dominik <dominik@science.uva.nl>
6847
6848 * org.texi (Publishing links): Document the `:link-validation-function'
6849 property.
6850 (Extensions and Hacking): New chapter, includes some sections of the
6851 "Miscellaneous" chapter.
6852
68532006-06-10 Carsten Dominik <dominik@science.uva.nl>
6854
6855 * org.texi (Progress logging): New section.
6856
2de53ca6
GM
68572006-06-06 Carsten Dominik <dominik@science.uva.nl>
6858
6859 * org.texi (ASCII export): Document indentation adaptation.
6860 (Setting tags): Document mutually-exclusive tags.
6861
68622006-06-05 Romain Francoise <romain@orebokech.com>
6863
6864 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6865 Fix typo.
6866
6867 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6868 channel (#gnus@irc.freenode.net).
6869 Fix typos. Update copyright notice.
6870
6871 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6872 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6873 (Line-Up Functions, Custom Macros):
6874 * ediff.texi (Window and Frame Configuration)
dccb744b 6875 (Highlighting Difference Regions):
2de53ca6
GM
6876 * emacs-mime.texi (Display Customization):
6877 * erc.texi (History):
6878 * eshell.texi (Known problems):
6879 * eudc.texi (Overview, BBDB):
6880 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6881 (The problem of spam, SpamOracle, Extending the Spam package)
6882 (Conformity, Terminology):
dccb744b 6883 * idlwave.texi (Routine Info)
2de53ca6
GM
6884 (Class and Keyword Inheritance, Padding Operators)
6885 (Breakpoints and Stepping, Electric Debug Mode)
6886 (Examining Variables, Troubleshooting):
6887 * org.texi (Creating timestamps):
6888 * reftex.texi (Commands, Options, Changes):
6889 * tramp.texi (Inline methods, Password caching)
6890 (Auto-save and Backup, Issues):
6891 * vip.texi (Files, Commands in Insert Mode):
6892 * viper.texi (Emacs Preliminaries, States in Viper)
6893 (Packages that Change Keymaps, Viper Specials, Groundwork):
6894 Fix various typos.
6895
68962006-05-31 Michael Ernst <mernst@alum.mit.edu>
6897
6898 * ediff.texi: Fix typos.
6899
69002006-05-30 Carsten Dominik <dominik@science.uva.nl>
6901
6902 * org.texi: Small typo fixes.
6903
fff84c22
JB
69042006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6905
6906 * viper.texi (Viper Specials):
6907 * gnus.texi (Example Setup):
6908 * faq.texi (Backspace invokes help):
6909 * dired-x.texi (Optional Installation Dired Jump):
6910 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6911 follow coding conventions.
6912
2de53ca6
GM
69132006-05-29 Michael Albinus <michael.albinus@gmx.de>
6914
6915 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6916
69172006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6918
6919 * pcl-cvs.texi: Fix typos.
6920 (Customization): Say "us".
6921
69222006-05-26 Eli Zaretskii <eliz@gnu.org>
6923
6924 * org.texi: Remove bogus @setfilename.
6925
69262006-05-26 Carsten Dominik <dominik@science.uva.nl>
6927
6928 * org.texi (ASCII export): Omit command name.
6929 (HTML export): Add prefix to all lines in Local Variable example.
6930 (Acknowledgments): Typeset names in italics.
6931
69322006-05-24 Carsten Dominik <dominik@science.uva.nl>
6933
6934 * org.texi (Plain lists): Add new item navigation commands.
6935 (External links): Document elisp and info links.
6936 (Custom searches): New section.
6937 (Publishing): New chapter.
6938 (HTML export): Include a list of supported CSS classes.
6939 (Setting tags): Describe the fast-tag-setting interface.
6940
69412006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6942
6943 * dired-x.texi: ifinfo -> ifnottex.
6944
69452006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6946
6947 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6948
69492006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6950
6951 * message.texi (Interface): Add tool bar customization.
6952 (MIME): Index and text additions for mml-attach.
6953 (MIME): Describe mml-dnd-protocol-alist and
6954 mml-dnd-attach-options.
6955
6956 * gnus.texi (Oort Gnus): Reorder entries in sections.
6957 Fix some entries.
6958 (Starting Up): Add references to "Emacs for Heathens" and to
6959 "Finding the News". Add user-full-name and user-mail-address.
6960 (Group Buffer Format): Add tool bar customization and update.
6961 (Summary Buffer): Add tool bar customization.
6962 (Posting Styles): Add message-alternative-emails.
6963
69642006-05-09 Michael Albinus <michael.albinus@gmx.de>
6965
6966 * tramp.texi (Filename completion): Improve wording.
6967
69682006-05-07 Romain Francoise <romain@orebokech.com>
6969
6970 * faq.texi (Using regular expressions): Fix typo.
6971 (Packages that do not come with Emacs): Fix capitalization.
6972 (Replacing text across multiple files): Expand node to explain how
6973 to use `dired-do-query-replace-regexp' in more detail, based on
6974 suggestion by Eric Hanchrow <offby1@blarg.net>.
6975
69762006-05-06 Michael Albinus <michael.albinus@gmx.de>
6977
6978 * tramp.texi (Filename completion): Completion of remote files'
6979 method, user name and host name is active only in partial
6980 completion mode.
6981
69822006-05-06 Bill Wohler <wohler@newt.com>
6983
6984 Release MH-E manual version 8.0.
6985
6986 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6987 release 8.0.
6988
69892006-05-06 Bill Wohler <wohler@newt.com>
6990
6991 * mh-e.texi (MH-BOOK-HOME): Change from
6992 http://www.ics.uci.edu/~mh/book/mh to
6993 http://rand-mh.sourceforge.net/book/mh.
6994 Replace .htm suffix with .html for MH book files.
6995 (Using This Manual): Update key binding for getting relevant
6996 chapter in Info from command key.
6997 (Ranges): Fix itemx.
6998
69992006-05-05 Karl Berry <karl@gnu.org>
7000
7001 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
7002 (\fonttextsize): New user-level command to change text font size.
7003
70042006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
7005
7006 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
7007
70082006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7009
7010 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
7011
70122006-04-24 Bill Wohler <wohler@newt.com>
7013
7014 * mh-e.texi (Getting Started): Make it more explicit that you need
7015 to install MH. Add pointers to current MH implementations.
7016
70172006-04-21 Bill Wohler <wohler@newt.com>
7018
7019 Release MH-E manual version 7.94.
7020
7021 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7022 release 7.94.
7023
70242006-04-21 Carsten Dominik <dominik@science.uva.nl>
7025
7026 * org.texi: Many small fixes.
7027 (Handling links): Rename from "Managing links".
7028
70292006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
7030
7031 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
7032 (Splitting mail using spam-stat): Fix @xref.
7033
70342006-04-20 Chong Yidong <cyd@stupidchicken.com>
7035
7036 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 7037 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
7038
70392006-04-20 Carsten Dominik <dominik@science.uva.nl>
7040
7041 * org.texi (Time stamps): Better explanation of the purpose of
7042 different time stamps.
7043 (Structure editing, Plain lists): More details on how new items
7044 and headings are inserted.
7045
70462006-04-18 Carsten Dominik <dominik@science.uva.nl>
7047
7048 * org.texi (Formula syntax): Fix link to Calc Manual.
7049
70502006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7051
7052 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7053
70542006-04-17 Bill Wohler <wohler@newt.com>
7055
7056 * mh-e.texi (Folders): Update mh-before-quit-hook and
7057 mh-quit-hook example with code that removes the buffers rather
7058 than just bury them.
7059
70602006-04-17 Michael Albinus <michael.albinus@gmx.de>
7061
7062 Sync with Tramp 2.0.53.
7063
70642006-04-13 Carsten Dominik <dominik@science.uva.nl>
7065
7066 * org.texi (Updating settings): New section.
7067 (Visibility cycling): Better names for the startup folding
7068 options.
7069 (Exporting): Completely restructured.
7070 (The very busy C-c C-c key): New section.
7071 (Summary of in-buffer settings): New section.
7072
70732006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7074
7075 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7076
70772006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7078
7079 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7080 (Server Commands): Key `v' is reserved for users.
7081
70822006-04-11 Carsten Dominik <dominik@science.uva.nl>
7083
7084 * org.texi (Link format): New section, emphasis on bracket links.
7085 (External links): Document bracket links.
7086 (FAQ): Expand to cover shell links and the new link format.
7087
70882006-04-09 Kevin Ryde <user42@zip.com.au>
7089
7090 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7091
70922006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7093
7094 * gnus.texi (Summary Buffer Lines): Add `*'.
7095
c8763fb6 70962006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7097
7098 * gnus.texi (Group Parameters):
7099 Mention gnus-permanently-visible-groups.
7100
71012006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7102
7103 * gnus.texi (Face): Fix typo.
7104
71052006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7106
7107 * gnus.texi (X-Face): Clarify.
7108 (Face): Need Emacs with PNG support.
7109
71102006-04-06 Richard Stallman <rms@gnu.org>
7111
7112 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7113 Emacs".
7114
71152006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7116
7117 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7118 blocks not suitable for inclusion with Emacs using variable
7119 PARTOFEMACS.
7120
71212006-04-04 Simon Josefsson <jas@extundo.com>
7122
7123 * gnus.texi (Security): Improve.
7124
71252006-04-02 Bill Wohler <wohler@newt.com>
7126
7127 * mh-e.texi (Getting Started, Junk, Bug Reports)
7128 (MH FAQ and Support): Fix URLs.
7129
71302006-03-31 Romain Francoise <romain@orebokech.com>
7131
7132 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7133 to t, not nil (and has for the past eight years).
7134
71352006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7136
7137 * message.texi, gnus.texi: Bump version to 5.11.
7138
71392006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7140
7141 * gnus.texi (Top): Add comment about version line.
7142
7143 * message.texi (Top): Ditto. Change to take named versions into
7144 account.
7145
71462006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7147
7148 * gnus.texi (Posting Styles): Add x-face-file to example.
7149 (X-Face): Refer to posting styles.
7150
7151 * gnus-faq.texi ([5.8]): Add x-face-file.
7152 ([8.4]): Add links to gmane.emacs.gnus.user and
7153 gmane.emacs.gnus.general.
7154
71552006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7156
7157 * gnus-faq.texi: Use .invalid.
7158 ([5.4]): Fix gnus-posting-styles example.
7159
71602006-03-27 Romain Francoise <romain@orebokech.com>
7161
7162 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7163 Emacs/W3 needs a new maintainer.
7164 (Ispell): Update author and version info.
7165 (Mailcrypt): Mention PGG.
7166 (New in Emacs 22): Add PGG to the list of new packages.
7167 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7168 updating dead URLs.
7169
71702006-03-25 Karl Berry <karl@gnu.org>
7171
7172 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7173 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7174 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7175 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7176 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7177 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7178 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7179 (2) do not indent copyright year list (or anything else).
7180
71812006-03-21 Bill Wohler <wohler@newt.com>
7182
7183 * mh-e.texi (Folders): Various edits.
7184
71852006-03-20 Romain Francoise <romain@orebokech.com>
7186
7187 * gnus.texi (Mail Folders): Grammar fix.
7188
71892006-03-19 Bill Wohler <wohler@newt.com>
7190
7191 * mh-e.texi (Replying): Document Mail-Followup-To.
7192 Change manually-formatted table to multitable. Add debugging info.
7193 Move description of mh-reply-default-reply-to into paragraph
7194 that describes its values.
7195
71962006-03-17 Bill Wohler <wohler@newt.com>
7197
10d1d0af 7198 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
7199 (Sending Mail Tour): Update method of entering
7200 addresses and subject.
7201 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7202 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7203
72042006-03-15 Carsten Dominik <dominik@science.uva.nl>
7205
7206 * org.texi: Version number change only.
7207
72082006-03-14 Bill Wohler <wohler@newt.com>
7209
7210 * mh-e.texi: Add index entries around each paragraph rather than
7211 depend on entries from beginning of node. Doing so ensures that
7212 index entries are less likely to be forgotten if text is cut and
7213 pasted, and are necessary anyway if the references are on a
7214 separate page. It seems that makeinfo is now (v. 4.8) only
7215 producing one index entry per node, so there is no longer any
7216 excuse not to. Use subheading instead of heading. The incorrect
7217 use of heading produced very large fonts in Info--as large as the
7218 main heading.
7219 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7220 versions 6 and 7 appeared *around* the time of these Emacs releases.
7221
72222006-03-13 Carsten Dominik <dominik@science.uva.nl>
7223
7224 * org.texi (Clean view): Document new startup options.
7225
72262006-03-11 Bill Wohler <wohler@newt.com>
7227
7228 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7229 (Composing, Scan Line Formats): Fix @refs.
7230 (Getting Started): Define MH profile and MH profile components.
7231 (Incorporating Mail, Reading Mail, Viewing, Printing)
7232 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7233 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7234 for string constants.
7235 (Tool Bar): Remove spurious quote.
7236 (Junk): Use ``...'' instead of "...".
7237 (Scan Line Formats): Replace @samp with @kbd.
7238
72392006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7240
7241 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7242
72432006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7244
7245 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7246 easy to understand.
7247
72482006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7249
7250 * gnus.texi: Markup fix.
7251 (Fancy Mail Splitting): Specify new feature.
7252
72532006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7254
7255 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7256 partial-words matching.
7257
72582006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7259
7260 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7261
7262 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7263 (MIME Commands): Fix mm-discouraged-alternatives.
7264
72652006-03-07 Carsten Dominik <dominik@science.uva.nl>
7266
7267 * org.texi: Version number change only.
7268
72692006-03-06 Bill Wohler <wohler@newt.com>
7270
7271 * mh-e.texi: Move from SourceForge repository to Savannah.
7272 This is version 7.93, which is a total rewrite from the previous
7273 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7274 version 7.93.
7275
72762006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7277
7278 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7279
72802006-03-01 Carsten Dominik <dominik@science.uva.nl>
7281
7282 * org.texi (Interaction): Add item about `org-mouse.el' by
7283 Piotr Zielinski.
7284 (Managing links): Document that also mouse-1 can be used to
7285 activate a link.
7286 (Headlines, FAQ): Add entry about hiding leading stars.
7287 (Miscellaneous): Resort the sections in this chapter to a more
7288 logical sequence.
7289
72902006-02-27 Simon Josefsson <jas@extundo.com>
7291
7292 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7293 2004-01-27 from the trunk).
7294
72952006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7296
7297 * cc-mode.texi: Rename c-hungry-backspace to
7298 c-hungry-delete-backwards, at the request of RMS. Leave the old
7299 name as an alias.
7300
73012006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7302
7303 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7304 include the function header within the defun.
7305
73062006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7307
7308 * cc-mode.texi: Correct two typos.
7309
73102006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7311
7312 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7313 existing comment.
7314 (Electric Keys): Add a justification for electric indentation.
7315 (Hungry WS Deletion): Clear up the names and complications of the
7316 BACKSPACE and DELETE keys.
7317
73182006-02-23 Juri Linkov <juri@jurta.org>
7319
7320 * faq.texi (Common requests): Move `Turning on auto-fill by
7321 default' after `Wrapping words automatically'. Move `Working with
7322 unprintable characters' before `Searching for/replacing newlines'.
7323 Move `Replacing highlighted text' after `Highlighting a region'.
7324 Merge `Repeating commands' and `Repeating a command as many times
7325 as possible' into the former.
7326 (Packages that do not come with Emacs): Add refs to Gmane and
7327 etc/MORE.STUFF.
7328
73292006-02-23 Juri Linkov <juri@jurta.org>
7330
7331 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7332 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7333 Add xref to `(emacs)Reporting Bugs'.
7334 (Getting a printed manual): Add URL to other formats of the manual.
7335 (Common requests): Fix menu.
7336 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7337 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7338 (Inserting text at the beginning of each line): Add pxref to
7339 `Changing the included text prefix'.
7340 (Forcing the cursor to remain in the same column): Mention `track-eol'
7341 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7342 (Replacing text across multiple files): Add keybinding `Q' for
7343 `dired-do-query-replace'.
7344
73452006-02-22 Carsten Dominik <dominik@science.uva.nl>
7346
7347 * reftex.texi: Version number and date change only.
7348
7349 * org.texi (Internal Links): Rewrite to cover the modified
7350 linking system.
7351
73522006-02-17 Eli Zaretskii <eliz@gnu.org>
7353
7354 * faq.texi: Remove the coding cookie, it's not needed anymore.
7355
73562006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7357
7358 * faq.texi (Colors on a TTY): Mention Mac OS port.
7359
73602006-02-12 Karl Berry <karl@gnu.org>
7361
7362 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7363 8-bit accented a.
7364
73652006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7366
7367 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7368
73692006-02-08 Romain Francoise <romain@orebokech.com>
7370
7371 * faq.texi (Top): Remove paragraph about the FAQ being a
7372 transitional document, etc.
7373 (Searching for/replacing newlines): New node.
7374 (Yanking text in isearch): New node.
7375 (Inserting text at the beginning of each line): Rename and make
7376 more general, mention `M-;' in Message mode.
7377
73782006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7379
7380 * faq.texi (Meta key does not work in xterm)
7381 (Emacs does not display 8-bit characters)
7382 (Inputting eight-bit characters): Update xrefs.
7383
73842006-02-06 Romain Francoise <romain@orebokech.com>
7385
7386 * faq.texi (VM): VM now at version 7.19.
7387 Set myself as maintainer of this file.
7388
73892006-02-04 Michael Olson <mwolson@gnu.org>
7390
7391 * erc.texi (History): Note that ERC is now included with Emacs.
7392
73932006-01-31 Romain Francoise <romain@orebokech.com>
7394
7395 * message.texi (Message Headers): Explain what
7396 `message-alternative-emails' does in more detail.
7397 Update copyright year.
7398
73992006-01-30 Juanma Barranquero <lekktu@gmail.com>
7400
7401 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7402
74032006-01-29 Richard M. Stallman <rms@gnu.org>
7404
7405 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7406
74072006-01-29 Michael Olson <mwolson@gnu.org>
7408
7409 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7410
7411 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7412
7413 * faq.texi (New in Emacs 22): Mention ERC.
7414
74152006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7416
7417 * rcirc.texi: Capitalize dir entry for consistency with the entry
7418 in info/dir and other entries in the Emacs category.
7419 Fix typos. Delete trailing whitespace.
7420
c8763fb6 74212006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
7422
7423 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7424
74252006-01-27 Eli Zaretskii <eliz@gnu.org>
7426
7427 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7428 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7429
7430 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7431 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7432
74332006-01-27 Alex Schroeder <alex@gnu.org>
7434
7435 * rcirc.texi: New file.
7436
74372006-01-23 Juri Linkov <juri@jurta.org>
7438
7439 * widget.texi (User Interface): Add S-TAB for widget-backward.
7440
74412006-01-22 Michael Albinus <michael.albinus@gmx.de>
7442
7443 Sync with Tramp 2.0.52.
7444
7445 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7446 Add Tramp disabling item. New item for common connection problems.
7447 (various): Apply "ftp" as method for the download URL.
7448 (Bug Reports): Refer to FAQ for common problems.
7449
74502006-01-21 Eli Zaretskii <eliz@gnu.org>
7451
7452 * widget.texi (User Interface): Use @key for TAB.
7453
7454 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7455
7456 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7457 for TAB.
7458
7459 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7460
74612006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7462
7463 * gnus.texi: Update copyright.
7464
74652006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7466
7467 * gnus.texi (Article Washing): Additions.
7468
2de53ca6
GM
74692006-01-13 Carsten Dominik <dominik@science.uva.nl>
7470
7471 * org.texi (Agenda commands): Document tags command.
7472
74732006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7474
7475 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7476
74772006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7478
7479 * gnus.texi (RSS): Addition.
7480
74812005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7482
7483 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7484
74852005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7486
7487 * emacs-mime.texi (Display Customization): Add setting example to
7488 mm-discouraged-alternatives.
7489
74902006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7491
7492 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7493 version is the canonical version.
7494
74952006-01-08 Alex Schroeder <alex@gnu.org>
7496
7497 * pgg.texi (Caching passphrase): Rewording.
7498
74992006-01-06 Eli Zaretskii <eliz@gnu.org>
7500
7501 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7502 repository URL.
7503
75042006-01-06 Carsten Dominik <dominik@science.uva.nl>
7505
7506 * org.texi: Removed the accidentally re-added empty line in the
7507 direntry.
7508
75092006-01-05 Carsten Dominik <dominik@science.uva.nl>
7510
7511 * org.texi (Agenda Views): Chapter reorganized.
7512
75132005-12-29 Romain Francoise <romain@orebokech.com>
7514
7515 * faq.texi (Using Customize): New node.
7516
75172005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7518
7519 * org.texi: Remove blank line in @direntry. It is non-standard
7520 and recursively produces blank lines all over the dir file (when
7521 using Texinfo 4.8).
7522
75232005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7524
7525 * widget.texi (atoms): Delete obsolete remark about `file' widget.
7526
75272005-12-20 Carsten Dominik <dominik@science.uva.nl>
7528
7529 * org.texi (Tags): Boolean logic documented.
7530 (Agenda Views): Document custom commands.
7531
75322005-12-20 David Kastrup <dak@gnu.org>
7533
7534 * faq.texi (AUCTeX): Update version and mailing list info.
7535
75362005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7537
7538 * gnus.texi (MIME Commands): Mention addition of
7539 multipart/alternative to gnus-buttonized-mime-types and add xref
7540 to mm-discouraged-alternatives.
7541
7542 * emacs-mime.texi (Display Customization): Mention addition of
7543 "image/.*" and add xref to gnus-buttonized-mime-types in the
7544 mm-discouraged-alternatives section.
7545
75462005-12-16 Carsten Dominik <dominik@science.uva.nl>
7547
7548 * org.texi (Tags): New section.
7549 (Agenda Views): Chapter reorganized.
7550
75512005-12-16 Eli Zaretskii <eliz@gnu.org>
7552
7553 * org.texi (Internal Links): Add a missing comma after an @xref.
7554
75552005-12-14 Chong Yidong <cyd@stupidchicken.com>
7556
7557 * faq.texi (Filling paragraphs with a single space): No need to
7558 change sentence-end now.
7559
75602005-12-13 Romain Francoise <romain@orebokech.com>
7561
7562 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7563
75642005-12-12 Jay Belanger <belanger@truman.edu>
7565
7566 * faq.texi (Calc): Update version number.
7567
75682005-12-12 Carsten Dominik <dominik@science.uva.nl>
7569
7570 * org.texi (Progress Logging): New section.
7571
75722005-12-10 Romain Francoise <romain@orebokech.com>
7573
7574 Update the Emacs FAQ for the 22.1 release.
7575
7576 * faq.texi: Set VER to `22.1'.
7577 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
7578 Tutorial. Mention that `C-h r' displays the manual.
7579 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
7580 (Getting a printed manual): Point to the new locations of the
7581 manuals on the GNU Web site.
7582 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7583 available via Info (it was previously distributed separately).
7584 (Installing Texinfo documentation): The latest version of Texinfo
7585 is 4.8, not 4.0.
7586 (Informational files for Emacs): COPYING is the GNU General Public
7587 License, not the Emacs General Public License.
7588 (Informational files for Emacs): Delete obsolete link to the
7589 GNUinfo pages as they have been removed from the GNU Web site.
7590 (New in Emacs 22): New node.
7591 (Setting up a customization file): Say that most packages support
7592 Customize nowadays.
7593 (Colors on a TTY): Delete reference to instructions on how to
7594 enable syntax highlighting, it is now enabled by default.
7595 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7596 at startup automatically.
7597 (Controlling case sensitivity): Mention `M-c' in isearch.
7598 (Using an already running Emacs process): Emacs now creates the
7599 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7600 gnuserv. As emacsclient can now run Lisp code as well, delete a
7601 sentence praising gnuserv for that. Simplify description of how
7602 the client/server operation works.
7603 (Compiler error messages): Delete obsolete text (compile.el has
7604 been rewritten).
7605 (Indenting switch statements): Fix typo.
7606 (Matching parentheses): Simplify setup instructions, mention the
7607 menu bar item in the Options menu.
7608 (Repeating a command as many times as possible): Mention `C-x e'.
7609 (Going to a line by number): Mention new keymap and bindings
7610 `M-g M-g', `M-g M-p' and `M-g M-n'.
7611 (Turning on syntax highlighting): Now on by default. Simplify.
7612 (Replacing highlighted text): Use `1', not `t'.
7613 (Problems with very large files): The maximum size is now 256MB on
7614 32-bit machines.
7615 (^M in the shell buffer): Mention `comint-process-echoes'.
7616 (Emacs for Apple computers): Emacs 22 has native support for Mac
7617 OS X.
7618 (Translating names to IP addresses): Delete node.
7619 (Binding keys to commands): Fix typo.
7620 (SPC no longer completes file names): New node.
7621 (MIME with Emacs mail packages): Delete section about the Emacs
7622 MIME FAQ (it's not reachable anymore).
7623
76242005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7625
7626 * cc-mode.texi: The manual has been extensively revised: the
7627 information about using CC Mode has been separated from the larger
7628 and more difficult chapters about configuration. It has been
7629 updated for CC Mode 5.31.
7630
76312005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7632
7633 * pgg.texi (User Commands): Fix description of pgg-verify-region.
7634 (Selecting an implementation): Fix descriptions.
7635
76362005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7637
7638 * message.texi (Various Message Variables): Addition.
7639
76402005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7641
7642 * message.texi: Fix default values.
7643
76442005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7645
7646 * message.texi (Header Commands): Clarify descriptions of
7647 message-cross-post-followup-to, message-reduce-to-to-cc, and
7648 message-insert-wide-reply.
7649 (Various Commands): Fix kindex for message-kill-to-signature;
7650 clarify description of message-tab.
7651
76522005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7653
7654 * message.texi (Mailing Lists): Fix description about MFT.
7655
7656 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7657
76582005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7659
7660 * gnus.texi (Slow Terminal Connection): Replace old description
7661 with new one.
7662
76632005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7664
7665 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7666 replace X-Draft-Headers with X-Draft-From.
7667
76682005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7669
7670 * gnus.texi (Various Various): Fix the default value of
7671 nnheader-max-head-length.
7672 (Gnus Versions): Fix typo.
7673
76742005-12-08 Carsten Dominik <dominik@science.uva.nl>
7675
7676 * org.texi (Structure editing): Document new functionality of
7677 M-RET.
7678
76792005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7680
7681 * org.texi (Internal Links): Fix Texinfo usage.
7682
76832005-12-06 Carsten Dominik <dominik@science.uva.nl>
7684
7685 * org.texi (TODO basics): Document the global todo list.
7686 (TODO items): Documents sparse tree for specific TODO
7687 keywords.
7688
76892005-11-30 Carsten Dominik <dominik@science.uva.nl>
7690
7691 * org.texi (Plain Lists): Typos fixed.
7692
76932005-11-28 Jay Belanger <belanger@truman.edu>
7694
7695 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7696
76972005-11-24 Carsten Dominik <dominik@science.uva.nl>
7698
7699 * org.texi (Structure editing): New item moving commands added.
7700 (Plain Lists): New section.
7701
77022005-11-18 Carsten Dominik <dominik@science.uva.nl>
7703
7704 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7705 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7706 `org-agenda-file-to-front'.
2de53ca6
GM
7707 (Built-in table editor): Document `org-table-sort-lines'.
7708 (HTML formatting): Export of hand-formatted lists.
7709
77102005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7711
7712 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7713 new variable gnus-toolbar-thickness.
7714
77152005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7716
7717 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7718
77192005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7720
7721 * gnus.texi (X-Face): Fix description.
7722 (XVarious): Remove gnus-xmas-logo-color-alist and
7723 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7724
77252005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7726
7727 * gnus.texi (Group Parameters): Mention new variable
7728 gnus-parameters-case-fold-search.
7729 (Home Score File): Addition.
7730
77312005-11-04 Ulf Jasper <ulf.jasper@web.de>
7732
7733 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7734 (Overview): List supported feed types.
7735 (Installation): No installation necessary when using autoload.
7736 (Configuration): Rename "RSS" to "news".
7737
77382005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7739
7740 * pgg.texi (User Commands): Document additional passphrase
7741 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7742 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7743
77442005-11-04 Carsten Dominik <dominik@science.uva.nl>
7745
7746 * org.texi: Version number changed to 3.19.
7747
77482005-10-29 Sascha Wilde <wilde@sha-bang.de>
7749
7750 * pgg.texi (How to use): Update the example to add autoload of
7751 pgg-encrypt-symmetric-region.
7752 (User Commands): Document pgg-encrypt-symmetric-region.
7753 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7754
77552005-10-27 Jay Belanger <belanger@truman.edu>
7756
7757 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7758 mention other TeX-related units.
7759
77602005-10-23 Lars Hansen <larsh@soem.dk>
7761
0c7efc08
SM
7762 * dired-x.texi (Miscellaneous Commands):
7763 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7764 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7765
77662005-10-23 Jay Belanger <belanger@truman.edu>
7767
7768 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7769 constant.
7770
77712005-10-23 Michael Albinus <michael.albinus@gmx.de>
7772
0c7efc08
SM
7773 * faq.texi (Bugs and problems):
7774 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7775 `directory-listing-before-filename-regexp'.
7776
77772005-10-22 Eli Zaretskii <eliz@gnu.org>
7778
7779 * newsticker.texi (UPDATED): Set value.
7780
77812005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7782
7783 * gnus.texi (Document Groups): Remove duplicate item.
7784
77852005-10-21 Carsten Dominik <dominik@science.uva.nl>
7786
7787 * org.texi (Summary): Mention iCalendar support.
7788 (Exporting): Document iCalendar support.
7789
77902005-10-18 Romain Francoise <romain@orebokech.com>
7791
7792 * viper.texi (Viper Specials): Capitalize GNU.
7793
77942005-10-17 Juri Linkov <juri@jurta.org>
7795
7796 * info.texi (Getting Started, Search Index, Expert Info):
7797 Fix wording.
7798 (Search Text): Replace `echo area' with `mode line'.
7799 (Search Index): Both `i' and `,' find all index entries.
7800 Replace example `C-f' with `C-l' (which exists in index of Info
7801 manual) and delete spaces in its keyboard input sequence.
7802 Delete unnecessary explanations about literal characters.
7803
78042005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7805
7806 * gnus.texi (Document Server Internals): Addition.
7807
78082005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7809
7810 * gnus.texi (A note on namespaces): Fix RFC reference.
7811
78122005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7813
7814 * gnus.texi (RSS): Fix key description.
7815
78162005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7817
7818 * gnus.texi: Emacs/w3 -> Emacs/W3.
7819 (Browsing the Web): Fix description.
7820 (Web Searches): Ditto.
7821 (Customizing W3): Ditto.
7822
78232005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7824
7825 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7826
78272005-10-11 Jay Belanger <belanger@truman.edu>
7828
7829 * calc.texi (Integration): Mention using `a i' to compute definite
7830 integrals.
7831
78322005-10-11 Juri Linkov <juri@jurta.org>
7833
7834 * info.texi: Rearrange nodes.
7835 (Top): Update menu. Change ref `Info for Experts' to
7836 `Advanced Info Commands'.
7837 (Getting Started): Fix description of manual's parts.
7838 (Help-Int): Change xref `Info Search' to `Search Index', and
7839 `Expert Info' to `Advanced'.
7840 (Advanced): Move node one level up.
7841 (Search Text, Search Index): New nodes split out from `Info Search'.
7842 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7843 split out from `Advanced'.
7844 (Advanced, Emacs Info Variables): De-document editing an Info file
7845 in Info.
7846 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7847 (Creating an Info File): Delete node and move its text to
7848 `Expert Info'.
7849
78502005-10-10 Carsten Dominik <dominik@science.uva.nl>
7851
7852 * org.texi (Workflow states): Documented that change in keywords
7853 becomes active only after restart of Emacs.
7854
78552005-10-08 Michael Albinus <michael.albinus@gmx.de>
7856
7857 Sync with Tramp 2.0.51.
7858
78592005-10-08 Nick Roberts <nickrob@snap.net.nz>
7860
7861 * speedbar.texi (Introduction): Describe new location of speedbar
7862 on menubar.
7863 (Basic Key Bindings): Remove descriptions of bindings that have
7864 been removed.
7865
78662005-10-05 Nick Roberts <nickrob@snap.net.nz>
7867
7868 * speedbar.texi (GDB): Describe use of watch expressions.
7869
78702005-09-28 Simon Josefsson <jas@extundo.com>
7871
7872 * message.texi (IDNA): Fix.
7873
78742005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7875
7876 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7877 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7878 description of nntp-open-connection-function.
7879 (Common Variables): Fix descriptions.
7880
78812005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7882
7883 * gnus.texi (Server Buffer Format): Document the %a format spec.
7884
78852005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7886
7887 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7888
78892005-09-23 Carsten Dominik <dominik@science.uva.nl>
7890
7891 * org.texi Version 3.16.
7892
78932005-09-19 Miles Bader <miles@gnu.org>
7894
7895 * newsticker.texi: Get rid of CVS keywords.
7896
78972005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7898
7899 * gnus.texi (Finding the Parent): Fix description of how Gnus
7900 finds article.
7901
79022005-09-14 Jari Aalto <jari.aalto@cante.net>
7903
7904 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7905 to drop off non-answered articles.
7906
79072005-09-19 Juanma Barranquero <lekktu@gmail.com>
7908
7909 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7910 braces (which are unsupported by NMAKE) for macro `srcdir'.
7911
79122005-09-17 Eli Zaretskii <eliz@gnu.org>
7913
7914 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7915 (../info/newsticker, newsticker.dvi): New targets.
7916
79172005-09-17 Ulf Jasper <ulf.jasper@web.de>
7918
7919 * newsticker.texi: Replace @command with @code. Replace @example
7920 with @lisp.
0c7efc08
SM
7921 (Top): Add explanations to menu items.
7922 (GNU Free Documentation License): Remove.
2de53ca6
GM
7923
79242005-09-16 Romain Francoise <romain@orebokech.com>
7925
7926 Update all files to specify GFDL version 1.2.
7927
7928 * doclicense.texi (GNU Free Documentation License): Update to
7929 version 1.2.
7930
79312005-09-15 Richard M. Stallman <rms@gnu.org>
7932
7933 * newsticker.texi: Fix @setfilename.
7934
7935 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7936 (../info/newsticker, newsticker.dvi): New targets.
7937
79382005-08-30 Carsten Dominik <dominik@science.uva.nl>
7939
7940 * org.texi: Version 3.15.
7941
79422005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7943
7944 * ses.texi: Combine all three indices into one.
7945 Correct a few typos.
7946
79472005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7948
7949 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7950
79512005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7952
7953 * emacs-mime.texi (Handles): Remove duplicate item.
7954 (Encoding Customization): Fix the default value for
7955 mm-coding-system-priorities.
7956 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7957 (Basic Functions): Fix reference.
7958
79592005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7960
7961 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7962
79632005-08-18 Richard M. Stallman <rms@gnu.org>
7964
7965 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7966 and web site.
7967
7968 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7969 not keyboard-translate.
7970
79712005-08-11 Richard M. Stallman <rms@gnu.org>
7972
7973 * faq.texi (Using regular expressions): Fix xref.
7974
79752005-08-09 Juri Linkov <juri@jurta.org>
7976
7977 * info.texi (Help-P): Replace `Prev' with `Previous'.
7978 (Help-M, Help-Xref): Add S-TAB.
7979 (Help-FOO): Update `u' command.
7980 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7981 Update info about visibility of xref parts.
7982 (Help-Int): Fix `m' command. Rename `Info-last' to
7983 `Info-history-back'. Add `Info-history-forward'.
7984 (Advanced): Fix `g*' and `M-n' commands.
7985 (Info Search): Add `index-apropos' in stand-alone browser.
7986 Add isearch commands.
7987 (Emacs Info Variables): Remove `Info-fontify'.
7988 Add `Info-mode-hook'. Update face names.
7989 Add `Info-fontify-maximum-menu-size',
7990 `Info-fontify-visited-nodes', `Info-isearch-search'.
7991
79922005-08-07 Michael Albinus <michael.albinus@gmx.de>
7993
7994 Sync with Tramp 2.0.50.
7995
7996 * tramp.texi: Use @option{} consequently for method names.
7997 (Inline methods, External transfer methods): Remove references to
7998 Cygwin.
7999 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
8000 implementation.
8001
80022005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8003
8004 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
8005 Mention that gnus-init-file is not read when Emacs is invoked with
8006 --no-init-file or -q.
8007
80082005-07-19 Carsten Dominik <dominik@science.uva.nl>
8009
8010 * org.texi: Version 3.14.
8011
80122005-07-04 Carsten Dominik <dominik@science.uva.nl>
8013
8014 * org.texi: Version 3.13.
8015
80162005-07-18 Juri Linkov <juri@jurta.org>
8017
8018 * calc.texi (Time Zones, Logical Operations):
8019 * cl.texi (Overview):
8020 * org.texi (TODO types):
8021 * sc.texi (Emacs 18 MUAs):
8022 * speedbar.texi (Top):
8023 * url.texi (History):
8024 Delete duplicate duplicate words.
8025
ce058493 80262005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
8027
8028 * cl.texi (Type Predicates): Document `atom' type.
8029
80302005-07-04 Lute Kamstra <lute@gnu.org>
8031
8032 Update FSF's address in GPL notices.
8033
8034 * calc.texi (Copying):
8035 * doclicense.texi (GNU Free Documentation License):
8036 * faq.texi (Contacting the FSF):
8037 * mh-e.texi (Copying): Update FSF's address.
8038
80392005-07-03 Richard M. Stallman <rms@gnu.org>
8040
8041 * flymake.texi (Example -- Configuring a tool called directly):
8042 Update name of flymake-build-relative-filename.
8043
80442005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8045
8046 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8047
80482005-06-29 Carsten Dominik <dominik@science.uva.nl>
8049
8050 * org.texi: Version 3.12.
8051
80522005-06-24 Eli Zaretskii <eliz@gnu.org>
8053
8054 * makefile.w32-in (MAKEINFO): Use --force.
8055 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8056 Makefile.in.
8057 (gnus.dvi): Use "..." to quote Sed args, so that it works with
8058 more shells.
8059
80602005-06-23 Richard M. Stallman <rms@gnu.org>
8061
8062 * speedbar.texi (Creating a display): Texinfo usage fixes.
8063
8064 * tramp.texi (Customizing Completion, Auto-save and Backup):
8065 Texinfo usage fixes.
8066
80672005-06-23 Juanma Barranquero <lekktu@gmail.com>
8068
8069 * dired-x.texi (Miscellaneous Commands):
8070 * ediff.texi (Miscellaneous):
8071 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8072 (Agent Variables):
8073 * info.texi (Help-Xref):
8074 * message.texi (Message Headers):
8075 * org.texi (Remember):
8076 * reftex.texi (Options (Defining Label Environments)):
8077 (Options (Index Support)):
8078 (Options (Viewing Cross-References)):
8079 (Options (Misc)):
8080 (Changes):
8081 * speedbar.texi (Creating a display):
8082 * tramp.texi (Customizing Completion, Auto-save and Backup):
8083 Texinfo usage fix.
8084
80852005-06-13 Carsten Dominik <dominik@science.uva.nl>
8086
8087 * org.texi: Version 3.11.
8088
80892005-06-12 Jay Belanger <belanger@truman.edu>
8090
8091 * calc.texi (Getting Started): Remove extra menu item.
8092
80932005-05-31 Jay Belanger <belanger@truman.edu>
8094
8095 * calc.texi (Notations Used in This Manual): Use @kbd for key
8096 sequence.
8097 (Demonstration of Calc): Mention another way of starting Calc.
8098 (Starting Calc): Mention long name of M-#.
8099 (Embedded Mode Overview): Remove unnecessary instruction.
8100 (Other M-# commands): Rephrase `M-# 0' explanation.
8101 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8102 reflect current behavior.
8103
81042005-05-30 Jay Belanger <belanger@truman.edu>
8105
8106 * calc.texi (Hooks): Change description of calc-window-hook and
8107 calc-trail-window-hook to match usage.
8108 (Computational Functions): Add more constant-generating functions.
8109 (Customizable Variables): Use defvar.
8110
81112005-05-28 Jay Belanger <belanger@truman.edu>
8112
8113 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8114 (Basic Embedded Mode): Explain behavior of arguments to
8115 calc-embedded-mode.
8116
81172005-05-27 Jay Belanger <belanger@truman.edu>
8118
8119 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8120 current behavior.
8121
81222005-05-25 Jay Belanger <belanger@truman.edu>
8123
8124 * calc.texi: Change Calc version number throughout.
8125 (Keypad Mode): Change location in info output.
8126 (Keypad mode overview): Move picture of keypad.
8127
81282005-05-21 Jay Belanger <belanger@truman.edu>
8129
8130 * calc.texi (Storing variables): Mention that only most variables
8131 are void to begin with.
8132
81332005-05-21 Kevin Ryde <user42@zip.com.au>
8134
8135 * widget.texi (Basic Types): Update cross ref from "Enabling
8136 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8137 lispref/text.texi change.
8138
81392005-05-20 Carsten Dominik <dominik@science.uva.nl>
8140
8141 * org.texi: Version 3.09.
8142
81432005-05-18 Carsten Dominik <dominik@science.uva.nl>
8144
8145 * reftex.texi: Version 4.28.
8146
81472005-05-16 Jay Belanger <belanger@truman.edu>
8148
8149 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8150
81512005-05-14 Jay Belanger <belanger@truman.edu>
8152
8153 * calc.texi (Default Simplifications): Insert missing ! (logical
8154 not operator).
8155
81562005-05-14 Michael Albinus <michael.albinus@gmx.de>
8157
8158 Sync with Tramp 2.0.49.
8159
81602005-05-10 Jay Belanger <belanger@truman.edu>
8161
8162 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8163 to 1.
8164
81652005-04-29 Carsten Dominik <dominik@science.uva.nl>
8166
8167 * org.texi: Version 3.08, structure reorganized.
8168
81692005-04-24 Richard M. Stallman <rms@gnu.org>
8170
8171 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8172
81732005-04-15 Carsten Dominik <dominik@science.uva.nl>
8174
8175 * org.texi: Update to version 3.06.
8176
81772005-04-13 Lute Kamstra <lute@gnu.org>
8178
8179 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8180
81812005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8182
8183 * cl.texi (Porting Common Lisp): Fix typo.
8184
81852005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8186
8187 * gnus.texi (RSS): Addition.
8188
81892005-04-04 Jay Belanger <belanger@truman.edu>
8190
8191 * calc.texi: Change Calc version number.
8192 (Customizable variables): Fix description of calc-language-alist.
8193 (Copying): Put in version 2 of GPL.
8194
81952005-04-01 Jay Belanger <belanger@truman.edu>
8196
8197 * calc.texi (Troubleshooting Commands): Remove comment about
8198 installation.
8199 (Installation): Remove section.
8200 (Customizable Variables): New section.
8201 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8202 (Graphical Devices): Add references to Customizable Variables.
8203
82042005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8205
8206 * emacs-mime.texi (Display Customization): Markup fixes.
8207 (rfc2047): Update.
8208
82092005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8210
8211 * gnus-faq.texi: Replaced with auto-generated version.
8212
82132005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8214
8215 * dired-x.texi (Multiple Dired Directories): default-directory was
8216 renamed to dired-default-directory.
8217
82182005-03-26 Jay Belanger <belanger@truman.edu>
8219
8220 * calc.texi (Simplifying Formulas, Rewrite Rules):
8221 Change description of top and bottom of fraction.
8222 (Modulo Forms): Move description of how to create modulo forms to
8223 earlier in the section.
8224 (Fraction Mode): Suggest using : to get a fraction by dividing.
8225 (Basic Arithmetic): Adjust placement of command name.
8226 (Truncating the Stack): Emphasize that "hidden" entries are still
8227 visible.
8228 (Installation): Move discussion of printing manual to "About This
8229 Manual".
8230 (About This Manual): Mention how to print the manual.
8231 (Reporting Bugs): Remove first person.
8232 (Building Vectors): Add algebraic version of append.
8233 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8234 (Grouping Digits): Fix typo.
8235
82362005-03-25 Werner Lemberg <wl@gnu.org>
8237
8238 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8239 Replace `legal' with `valid'.
8240
82412005-03-25 Werner Lemberg <wl@gnu.org>
8242
8243 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8244
82452005-03-24 Jay Belanger <belanger@truman.edu>
8246
8247 * calc.texi (General Mode Commands)
8248 (Mode Settings in Embedded Mode): Add some explanation of
8249 recording mode settings.
8250
82512005-03-24 Richard M. Stallman <rms@gnu.org>
8252
8253 * calc.texi: Remove praise of non-free software.
8254
8255 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8256 (Installation): Node deleted.
8257
82582005-03-23 Richard M. Stallman <rms@gnu.org>
8259
8260 * url.texi (HTTP language/coding): Improve last change.
8261
82622005-03-22 Jay Belanger <belanger@truman.edu>
8263
8264 * calc.texi (Embedded Mode): Add new information on changing
8265 modes.
8266
82672005-03-20 Michael Albinus <michael.albinus@gmx.de>
8268
8269 Sync with Tramp 2.0.48.
8270
8271 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8272
8273 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8274 "GNU/Linux". Change all addresses to .gnu.org.
8275 (Default Method): Offer shortened syntax for "su" and "sudo"
8276 methods.
8277
82782005-03-07 Richard M. Stallman <rms@gnu.org>
8279
8280 * url.texi: Fix usage of "e.g.".
8281 (HTTP language/coding): Explain the rules for these strings.
8282
82832005-03-06 Richard M. Stallman <rms@gnu.org>
8284
8285 * woman.texi (Introduction): Minor cleanups.
8286
8287 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8288
8289 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8290 (Installation): Node deleted.
8291
8292 * mh-e.texi (Preface): Get rid of "Emacs 21".
8293
8294 * eshell.texi (Installation): Delete node (for Emacs 20).
8295
82962005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8297
8298 * flymake.texi: Refill and tweak style in @lisp blocks.
8299
83002005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8301
8302 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8303
83042005-03-01 Jay Belanger <belanger@truman.edu>
8305
8306 * calc.texi (Trigonometric and Hyperbolic Functions):
8307 Mention additional functions.
8308 (Algebraic Simplifications): Mention additional simplifications.
8309
83102005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8311
8312 * ses.texi: Add concept/function/variable indices (this work was
8313 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8314 papers on file at FSF).
8315
83162005-02-10 Jay Belanger <belanger@truman.edu>
8317
8318 * calc.texi: Change @LaTeX to La@TeX throughout.
8319 Redefine @expr as @math for TeX output.
8320 Redefine @texline as a no-op for TeX output.
8321 Define @tfn, replace @t by @tfn throughout.
8322
83232005-02-09 Jay Belanger <belanger@truman.edu>
8324
8325 * calc.texi: Add macro for LaTeX for info output.
8326
83272005-02-08 Kim F. Storm <storm@cua.dk>
8328
8329 * texinfo.tex (LaTex): Add def.
8330
83312005-02-06 Jay Belanger <belanger@truman.edu>
8332
8333 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8334 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8335 throughout manual.
8336
83372005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8338
8339 * gnus.texi: Some edits based on comments from David Abrahams.
8340
83412005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8342
8343 * gnus.texi (RSS): Fix the keystroke.
8344
83452005-01-24 David Kastrup <dak@gnu.org>
8346
8347 * faq.texi: Update AUCTeX version info.
8348
83492005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8350
8351 * gnus-faq.texi ([4.1]): Typo.
8352
83532005-01-19 Jay Belanger <belanger@truman.edu>
8354
8355 * calc.texi (Keep Arguments): Mention that keeping arguments
8356 doesn't work with keyboard macros.
8357
83582005-01-16 Richard M. Stallman <rms@gnu.org>
8359
8360 * autotype.texi (Autoinserting): Fix small error.
8361
83622005-01-16 Michael Albinus <michael.albinus@gmx.de>
8363
8364 Sync with Tramp 2.0.47.
8365
8366 * tramp.texi (Compilation): New section, describing compilation of
8367 remote files.
8368
83692005-01-11 Kim F. Storm <storm@cua.dk>
8370
8371 * widget.texi (Basic Types): Add :follow-link keyword.
8372
83732005-01-09 Jay Belanger <belanger@truman.edu>
8374
8375 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8376
83772005-01-08 Jay Belanger <belanger@truman.edu>
8378
8379 * calc.texi: Change throughout to reflect new default value of
8380 calc-settings-file.
8381
83822005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8383
8384 * message.texi (Reply): `message-reply-to-function' should return
8385 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8386
83872005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8388
8389 * faq.texi (Changing load-path): Fix typo.
8390
83912005-01-05 Jay Belanger <belanger@truman.edu>
8392
8393 * calc.texi (Programming Tutorial): Replace kbd command by
8394 appropriate characters for a keyboard macro.
8395
83962005-01-04 Jay Belanger <belanger@truman.edu>
8397
8398 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8399 for Lucid Emacs.
8400 (Programming Tutorial): Mention that the user needs to be in the
8401 right mode to compute some functions.
8402
84032005-01-04 Jay Belanger <belanger@truman.edu>
8404
8405 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8406 no longer applicable.
8407
84082005-01-01 Jay Belanger <belanger@truman.edu>
8409
0c7efc08 8410 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
8411 edit keyboard macros to match current behavior.
8412
84132004-12-31 Jay Belanger <belanger@truman.edu>
8414
8415 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8416
84172004-12-20 Jay Belanger <belanger@truman.edu>
8418
8419 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8420 zero.
8421
84222004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8423
8424 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8425 @xref.
8426 (Font Locking): Avoid @strong{Note:}.
8427
84282004-12-17 Michael Albinus <michael.albinus@gmx.de>
8429
8430 Sync with Tramp 2.0.46.
8431
8432 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8433
84342004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8435
8436 * url.texi: Correct typos.
8437 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 8438 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
8439 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8440 (Dealing with HTTP documents): @inforef->@xref.
8441
84422004-12-15 Jay Belanger <belanger@truman.edu>
8443
8444 * calc.texi: Consistently capitalized all mode names.
8445 (Answers to Exercises): Mention that an answer can be a fraction
8446 when in Fraction mode.
8447
84482004-12-13 Jay Belanger <belanger@truman.edu>
8449
8450 * calc.texi: Fix some TeX definitions.
8451
84522004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8453
8454 * reftex.texi (Imprint): Remove erroneous @value's.
8455
84562004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8457
8458 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8459 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8460
84612004-12-08 Jay Belanger <belanger@truman.edu>
8462
8463 * calc.texi (Starting Calc): Remove comment about installation.
8464 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8465
84662004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8467
8468 * url.texi: Update @setfilename.
8469 (Getting Started): No need to worry about Gnus versions.
8470 (Dealing with HTTP documents): Use @inforef.
8471
8472 * org.texi: Fix @direntry file name.
8473
84742004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8475
8476 * url.texi: New file.
8477
8478 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8479
84802004-12-06 Jay Belanger <belanger@truman.edu>
8481
8482 * calc.texi (Using Calc): Remove paragraph about installation.
8483
84842004-12-06 Jay Belanger <belanger@truman.edu>
8485
8486 * calc.texi: Use more Texinfo macros and less TeX defs.
8487 Remove @refill's.
8488
84892004-12-06 Richard M. Stallman <rms@gnu.org>
8490
8491 * org.texi: New file.
8492
84932004-12-05 Richard M. Stallman <rms@gnu.org>
8494
8495 * Makefile.in (org.dvi, ../info/org): New targets.
8496 (INFO_TARGETS): Add ../info/org.
8497 (DVI_TARGETS): Add org.dvi.
8498 (maintainer-clean): Remove the info files in the info dir.
8499
85002004-11-26 Eli Zaretskii <eliz@gnu.org>
8501
8502 * idlwave.texi: Fix the setfilename directive to put the produced
8503 file in ../info.
8504 (Continued Statement Indentation): Resurrect Jan D.'s change from
8505 2004-11-03 that was lost when a newer version of idlwave.texi was
8506 imported.
8507
85082004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8509
0c7efc08 8510 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 8511
0c7efc08
SM
8512 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8513 Index `spam-initialize'.
2de53ca6
GM
8514
85152004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8516
8517 * message.texi (Various Message Variables): Mention that all mail
8518 file variables are derived from `message-directory'.
8519
8520 * gnus.texi (Splitting Mail): Clarify bogus group.
8521
85222004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8523
0c7efc08
SM
8524 * emacs-mime.texi (Encoding Customization):
8525 Fix mm-coding-system-priorities entry.
2de53ca6 8526
c8763fb6 85272004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
8528
8529 * idlwave.texi (Continued Statement Indentation):
8530 * reftex.texi (Options (Index Support)):
8531 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
8532 * speedbar.texi (Creating a display, Major Display Modes):
8533 Replace non-nil with non-@code{nil}.
2de53ca6
GM
8534
85352004-10-21 Jay Belanger <belanger@truman.edu>
8536
0c7efc08 8537 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
8538
85392004-10-18 Luc Teirlinck <teirllm@auburn.edu>
8540
8541 * calc.texi (Reporting Bugs): Double up `@'.
8542
85432004-10-18 Jay Belanger <belanger@truman.edu>
8544
0c7efc08 8545 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
8546 should be sent to.
8547
85482004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8549
8550 * gnus.texi (New Features): Add 5.11.
8551
8552 * message.texi (Resending): Remove wrong default value.
8553
8554 * gnus.texi (Mail Source Specifiers): Describe possible problems
8555 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
8556 `pop3-leave-mail-on-server' to the index.
8557
85582004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8559
8560 * message.texi (Canceling News): Add how to set a password.
8561
85622004-10-12 Jay Belanger <belanger@truman.edu>
8563
0c7efc08 8564 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
8565 calc-describe-function and calc-describe-variable to match their
8566 current behavior.
8567
85682004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8569
8570 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8571
85722004-10-12 Michael Albinus <michael.albinus@gmx.de>
8573
8574 Sync with Tramp 2.0.45.
8575
8576 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8577 plink link. The URL is outdated. Originator contacted for
8578 clarification.
8579
85802004-10-10 Juri Linkov <juri@jurta.org>
8581
8582 * gnus.texi (Top, Marking Articles): Join two menus in one node
8583 because a node can have only one menu.
8584
85852004-10-09 Juri Linkov <juri@jurta.org>
8586
8587 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8588 example of nnmail-split-fancy.
8589
85902004-10-06 Karl Berry <karl@gnu.org>
8591
8592 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8593 consistency with other uses of dashes.
8594
85952004-10-05 Karl Berry <karl@gnu.org>
8596
8597 * info.texi: Consistently use --- throughout, periods at end of
8598 menu descriptions, and a couple typos.
8599
86002004-09-26 Jesper Harder <harder@ifa.au.dk>
8601
8602 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8603 * pgg.texi (User Commands, Backend methods): Do.
8604 * gnus.texi: Markup fixes.
8605 (Setting Process Marks): Fix `M P a' entry.
8606 * emacs-mime.texi: Fixes.
8607
86082004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8609
8610 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8611 again.
8612 Use 5.10 instead of 5.10.0.
8613
86142004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8615
8616 * gnus.texi (Summary Mail Commands): S D e.
8617
86182004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
8619
8620 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8621 the gnus-article-mode-line-format section.
8622
86232004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
8624
8625 * gnus.texi (Various Summary Stuff): Fix the documentation for
8626 gnus-newsgroup-variables.
8627
86282004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8629
0c7efc08
SM
8630 * gnus.texi (MIME Commands):
8631 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
8632 gnus-mime-display-multipart-alternative-as-mixed,
8633 gnus-mime-display-multipart-related-as-mixed.
8634 (Mail Source Customization): Clarify `mail-source-directory'.
8635 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 8636 (SpamOracle): Fix typo.
2de53ca6
GM
8637
8638 * gnus-faq.texi: Untabify.
8639 ([6.3]): nnir.el is in contrib directory.
8640
8641 * message.texi (News Headers): Clarify how a unique ID is created.
8642
0c7efc08
SM
8643 * gnus.texi (Batching Agents): Fix typo in example.
8644 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 8645
b2abec73 86462004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 8647
0c7efc08 8648 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
8649
86502004-09-20 Florian Weimer <fw@deneb.enyo.de>
8651
8652 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8653
86542004-09-22 Jay Belanger <belanger@truman.edu>
8655
0c7efc08 8656 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
8657 might be hidden during part of the session.
8658
86592004-09-20 Jay Belanger <belanger@truman.edu>
8660
8661 * calc.texi (Notations Used in This Manual): Put in an earlier
8662 mention that DEL could be called Backspace.
8663
86642004-09-10 Simon Josefsson <jas@extundo.com>
8665
8666 * gnus.texi (IMAP): Add example. Suggested and partially written
8667 by Steinar Bang <sb@dod.no>.
8668
86692004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8670
8671 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8672 netrc syntax.
8673
86742004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8675
b2abec73
JB
8676 * gnus.texi (Spam ELisp Package Sequence of Events):
8677 Some clarifications.
2de53ca6
GM
8678 (Spam ELisp Package Global Variables): More clarifications.
8679
86802004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8681
8682 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8683 Mention spam-split does not modify incoming mail.
8684
86852004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8686
8687 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8688
86892004-09-10 Eli Zaretskii <eliz@gnu.org>
8690
8691 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8692
86932004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8694
8695 * makefile.w32-in (sieve, pgg): Use $(infodir).
8696
86972004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8698
8699 * makefile.w32-in: Fix PGG and Sieve entries.
8700
87012004-08-28 Eli Zaretskii <eliz@gnu.org>
8702
8703 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8704 Emacs and related programs.
8705
87062004-08-27 Richard M. Stallman <rms@gnu.org>
8707
8708 * faq.texi: Fix texinfo usage, esp. doublequotes.
8709 (Difference between Emacs and XEmacs): Some clarification.
8710
8711 * faq.texi (Difference between Emacs and XEmacs):
8712 Explain not to contrast XEmacs with GNU Emacs.
8713
87142004-08-26 Richard M. Stallman <rms@gnu.org>
8715
8716 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8717
87182004-08-22 David Kastrup <dak@gnu.org>
8719
8720 * reftex.texi (AUCTeX): Update links, section name.
8721
8722 * faq.texi (Calc): Update availability (included in 22.1).
8723 (AUCTeX): Update availability, information, versions, description.
8724
87252004-08-14 Eli Zaretskii <eliz@gnu.org>
8726
8727 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8728
87292004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8730
8731 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8732
87332004-08-10 Michael Albinus <michael.albinus@gmx.de>
8734
8735 Sync with Tramp 2.0.44.
8736
87372004-08-05 Lars Hansen <larsh@math.ku.dk>
8738
8739 * widget.texi (User Interface): Update how to separate the
8740 editable field of an editable-field widget from other widgets.
8741 (Programming Example): Add text after field.
8742
87432004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8744
8745 * emacs-mime.texi (Encoding Customization): Add a note to the
8746 mm-content-transfer-encoding-defaults entry.
8747 (rfc2047): Update.
8748
0c7efc08
SM
8749 * gnus.texi (Article Highlighting):
8750 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8751 (POP before SMTP): New node.
8752 (Posting Styles): Addition.
8753 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8754 (Fancy Mail Splitting): Ditto.
8755 (X-Face): Add gnus-x-face.
8756
87572004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8758
8759 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8760 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8761
87622004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8763
0c7efc08
SM
8764 * gnus.texi (Mail Source Specifiers):
8765 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8766
87672004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8768
8769 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8770
8771 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8772 repository. Change setfilename.
8773
8774 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8775
87762004-07-02 Juri Linkov <juri@jurta.org>
8777
8778 * pcl-cvs.texi (Viewing differences): Add `d r'.
8779
87802004-06-29 Jesper Harder <harder@ifa.au.dk>
8781
8782 * ses.texi, viper.texi, flymake.texi, faq.texi:
8783 * eshell.texi, ediff.texi: Markup fixes.
8784
87852004-06-21 Karl Berry <karl@gnu.org>
8786
8787 * info.texi (Top): Mention that only Emacs has mouse support.
8788 (Getting Started): Mention this in a few other places.
8789
87902004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8791
0c7efc08
SM
8792 * autotype.texi (Copyrights, Timestamps):
8793 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8794
87952004-06-13 Lars Hansen <larsh@math.ku.dk>
8796
8797 * dired-x.texi (dired-mark-omitted): Update keybinding.
8798
87992004-06-10 Kim F. Storm <storm@cua.dk>
8800
8801 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8802
88032004-06-05 Lars Hansen <larsh@math.ku.dk>
8804
8805 * dired-x.texi (variable dired-omit-mode): Rename from
8806 dired-omit-files-p.
8807 (function dired-omit-mode): Rename from dired-omit-toggle.
8808 Call dired-omit-mode rather than set dired-omit-files-p.
8809 (dired-mark-omitted): Describe command.
8810
88112004-05-29 Michael Albinus <michael.albinus@gmx.de>
8812
8813 Version 2.0.41 of Tramp released.
8814
88152004-05-29 Juanma Barranquero <lektu@terra.es>
8816
8817 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8818 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8819
88202004-05-29 Richard M. Stallman <rms@gnu.org>
8821
8822 * cl.texi (Top): Call this chapter `Introduction'.
8823 (Overview): In TeX, no section heading here.
8824
8825 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8826
88272004-05-29 Eli Zaretskii <eliz@gnu.org>
8828
8829 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8830 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8831
88322004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8833
8834 * flymake.texi: New file.
8835
88362004-05-28 Simon Josefsson <jas@extundo.com>
8837
8838 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8839
b344d29d 88402004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8841
8842 Version 2.0.40 of Tramp released.
8843
88442004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8845
8846 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8847
8848 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8849 variables `tramp-backup-directory-alist' and
8850 `tramp-bkup-backup-directory-info'.
8851 (Overview, Connection types)
8852 (External transfer methods, Default Method)
8853 (Windows setup hints): Remove restriction of password entering
8854 with external methods.
8855 (Auto-save and Backup): Make file name example
8856 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8857 and `auto-save-directory' must be used.
8858 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8859 only "NT"). Remove doubled entry "What kinds of systems does
8860 @tramp{} work on".
8861 (tramp): Macro removed.
8862 (Obtaining Tramp): Flag removed from title.
8863 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8864 and `trampver' used properly. Flag `tramp-inst' replaced by
8865 `installchapter'. Installation related text adapted.
8866
88672004-04-28 Masatake YAMATO <jet@gyve.org>
8868
8869 * widget.texi (Programming Example): Remove overlays.
8870
88712004-04-27 Jesper Harder <harder@ifa.au.dk>
8872
8873 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8874
88752004-04-23 Juanma Barranquero <lektu@terra.es>
8876
8877 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8878
88792004-04-05 Jesper Harder <harder@ifa.au.dk>
8880
8881 * info.texi (Info Search): Add info-apropos.
8882
88832004-03-22 Juri Linkov <juri@jurta.org>
8884
8885 * faq.texi: Fix help key bindings.
8886
88872004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8888
8889 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8890 (as suggested by Karl Berry). Update information about colored
8891 stars in menus. Add new subheading describing M-n.
8892
88932004-03-12 Richard M. Stallman <rms@gnu.org>
8894
8895 * cl.texi (Top): Rename top node's title.
8896
88972004-03-08 Karl Berry <karl@gnu.org>
8898
8899 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8900 problems making the texinfo distribution.
8901
89022004-02-29 Simon Josefsson <jas@extundo.com>
8903
0c7efc08 8904 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8905 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8906 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8907 <voegelas@gmx.net>.
8908
89092004-02-29 Juanma Barranquero <lektu@terra.es>
8910
8911 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8912 Use $(DEL) instead of rm, and ignore exit code.
8913
b344d29d 89142004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8915
8916 Tramp version 2.0.39 released.
8917
89182004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8919
8920 * tramp.texi (Customizing Completion): Explain new functions
8921 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8922 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8923 (Top): Refer to Savannah mailing list as the major one.
8924 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8925 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8926 (Frequently Asked Questions): Remote hosts must not be Unix-like
8927 for "smb" method.
8928 (Password caching): New node.
8929 (External transfer methods): Refer to password caching for "smb"
8930 method.
8931
89322004-02-17 Karl Berry <karl@gnu.org>
8933
8934 * info.texi (Help-Int): Mention the new line number feature.
8935
89362004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8937
8938 * ses.texi (Advanced Features): New functionality for
8939 ses-set-header-row (defaults to current row unless C-u used).
8940 (Acknowledgements): Add Stefan Monnier.
8941
89422003-12-29 Kevin Ryde <user42@zip.com.au>
8943
8944 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8945
b344d29d 89462003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8947
8948 Tramp version 2.0.38 released.
8949
8950 * tramp.texi (Remote shell setup): Warn of environment variables
8951 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8952 <sven.gabriel@imk.fzk.de>.
8953 (Configuration): Tramp now chooses base64/uuencode
8954 automatically. Update wording accordingly.
8955 (Top): More description for the `Default Method' menu entry.
8956 (Default Method): Use @code, not @var, for Lisp variables.
8957 (Default Method): New subsection `Which method is the right one
8958 for me?' Suggested by Christian Kirsch.
8959 (Configuration): Pointer to new subsection added.
8960 (Default Method): Too many "use" in one sentence.
8961 Rephrase. Reported by Christian Kirsch.
8962 (Filename Syntax): Old `su' example is probably a left-over from
8963 the sm/su method naming. Replace with `ssh', instead.
8964 (External transfer methods, Auto-save and Backup):
8965 Typo fixes.
8966
89672003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8968
183080b6 8969 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
8970 (Top): Mention japanese manual only if flag `jamanual' is set.
8971 Insert section `Japanese manual' in menu.
8972
89732003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8974
8975 * eshell.texi (Known Problems): Add doc item.
8976
89772003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8978
8979 * cc-mode.texi: Update for CC Mode 5.30.
8980
8981 Note: Please refrain from doing purely cosmetic changes like
8982 removing trailing whitespace in this manual; it clobbers cvs
8983 merging for no good reason.
8984
89852003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8986
8987 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8988 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8989 @acronym{ASCII}.
8990
89912003-10-26 Karl Berry <karl@gnu.org>
8992
8993 * info.texi (Info Search): Echo area, not echo are. From Debian
8994 diff.
8995
89962003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
8997
10d1d0af 8998 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
8999 :buttons and :children keywords.
9000
90012003-10-22 Miles Bader <miles@gnu.org>
9002
9003 * Makefile.in (info): Move before $(top_srcdir)/info.
9004
90052003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
9006
9007 * tramp.texi (Inline methods): Small grammar fix.
9008 (External transfer methods): Likewise.
9009
90102003-10-08 Nick Roberts <nick@nick.uklinux.net>
9011
9012 * speedbar.texi: Remove paragraph for GUD that is no longer true.
9013
90142003-10-06 Luc Teirlinck <teirllm@auburn.edu>
9015
9016 * texinfo.tex: Replace `%' in arch tagline by @ignore.
9017
90182003-09-30 Richard M. Stallman <rms@gnu.org>
9019
9020 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
9021
9022 * widget.texi (User Interface): Fix typos.
9023
9024 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
9025
90262003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
9027
9028 * pcl-cvs.texi (Selected Files): Fix typo.
9029
90302003-09-21 Karl Berry <karl@gnu.org>
9031
9032 * info.texi (] and [ commands): No period at end of section title.
9033
90342003-09-04 Miles Bader <miles@gnu.org>
9035
9036 * Makefile.in (top_srcdir): New variable.
9037 ($(top_srcdir)/info): New rule.
9038 (info): Depend on it.
9039
90402003-09-03 Peter Runestig <peter@runestig.com>
9041
9042 * makefile.w32-in: New file.
9043
90442003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
9045
9046 * widget.texi (User Interface): Explain the need of static text
9047 around an editable field.
9048
90492003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9050
9051 * widget.texi (Basic Types): The argument to `:help-echo' can now
9052 be a form that evaluates to a string.
9053
90542003-08-18 Kim F. Storm <storm@cua.dk>
9055
9056 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9057
90582003-08-16 Richard M. Stallman <rms@gnu.org>
9059
9060 * dired-x.texi (Shell Command Guessing): Explain *.
9061
90622003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
9063
9064 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9065 log-edit-insert-changelog.
9066
90672003-08-03 Karl Berry <karl@gnu.org>
9068
9069 * info.texi: Need @contents.
9070
c8763fb6 90712003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9072
9073 Tramp version 2.0.36 released.
9074
9075 * tramp.texi (Remote shell setup): Explain about problems with
9076 non-Bourne commands in ~/.profile and ~/.shrc.
9077
90782003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9079
9080 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9081 renaming of `vis-mode' to `visible-mode'.
9082
90832003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9084
9085 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9086 next, prev and up pointers.
9087
90882003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9089
9090 * info.texi (Help): Mention existence of Emacs and stand-alone
9091 Info at the very beginning of the tutorial.
9092 (Help-Inv): New node.
9093 (Help-]): New node.
9094 (Help-M): Systematically point out the differences between default
9095 Emacs and stand-alone versions. Delete second menu.
9096 (Help-Xref): Systematically point out the differences between
9097 default Emacs and stand-alone versions.
9098 (Help-Int): Change `l' example.
9099 (Expert Info): Fix typos.
9100 (Emacs Info Variables): Mention `Info-hide-note-references' and
9101 new default for `Info-scroll-prefer-subnodes'.
9102
c8763fb6 91032003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9104
9105 Version 2.0.35 of Tramp released.
9106
9107 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9108 (Inline methods): Add methods `remsh' and `plink1'.
9109 (External transfer methods): Add method `remcp'.
9110 (Multi-hop Methods): Add method `remsh'.
9111 Small patch from Adrian Aichner <adrian@xemacs.org>:
9112 Fix minor typos.
0c7efc08 9113 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9114 `Info-index'.
9115 (Version Control): Add cindex entry.
9116
c8763fb6 91172003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9118
9119 * trampver.texi: Version 2.0.34 released.
9120
91212003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9122
9123 * faq.texi: Improve previous changes.
9124
91252003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9126
9127 * faq.texi: Update copyright and maintenance details.
9128 Update some package URLs, versions, and maintainers.
9129 Remove many references to the Emacs Lisp Archive.
9130
91312003-04-23 Simon Josefsson <jas@extundo.com>
9132
9133 * smtpmail.texi: Fix license (the invariant sections mentioned has
9134 never been part of the smtp manual). Align info dir entry with
9135 other emacs packages.
9136
91372003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9138
9139 * tramp.texi: Version 2.0.33 released.
9140 Remove installation chapter. Remove XEmacs specifics.
9141
91422003-03-29 Richard M. Stallman <rms@gnu.org>
9143
9144 * tramp.texi (Top): Undo the previous renaming.
9145 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9146
c8763fb6 91472003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9148
9149 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9150 version of manual.
9151
9152 * tramp.texi (Auto-save and Backup): New node.
9153
91542003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9155
9156 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9157 Emacs" in order to have better differentiation to "XEmacs".
9158 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9159 are new macros in order to point to the other Emacs flavor where
9160 appropriate. In info case, point to node `Installation' in order
9161 to explain how to generate the other way. In html case, make a
9162 link to the other html file.
0c7efc08 9163 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9164 after CVS checkout/update.
9165 (Installation): Completely rewritten.
9166 (Installation parameters, Load paths): New sections under
9167 `Installation'.
9168
c8763fb6 91692003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9170
9171 * tramp.texi: Version 2.0.30 released.
9172 Replace word "path" with "localname" where used as a component of
9173 a Tramp file name.
9174
91752003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9176
9177 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9178 introduced.
9179 (Installation): Explain what to do if files from the tramp/contrib
9180 directory are needed.
9181
91822003-02-23 Alex Schroeder <alex@emacswiki.org>
9183
9184 * smtpmail.texi (How Mail Works): New.
9185
91862003-02-22 Alex Schroeder <alex@emacswiki.org>
9187
9188 * smtpmail.texi: New file.
9189
9190 * Makefile.in: Build SMTP manual.
9191
c8763fb6 91922003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9193
9194 * tramp.texi: Version 2.0.29 released.
9195 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9196 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9197
91982003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9199
9200 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 9201 another package loads accidentally Ange-FTP.
2de53ca6
GM
9202
92032003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9204
9205 * tramp.texi (Customizing Completion): Add function
9206 `tramp-parse-sconfig'. Change example of
9207 `tramp-set-completion-function', because parsing of ssh config
9208 files looks more natural.
9209
92102003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9211
9212 * gnus.texi: Do not use `path' in several locations.
9213
c8763fb6 92142002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 9215
0c7efc08
SM
9216 * tramp.texi (External transfer methods): New method `smb'.
9217 From Michael Albinus.
2de53ca6
GM
9218
92192002-11-05 Karl Berry <karl@gnu.org>
9220
9221 * info.texi (Info-fontify): Reorder face list to avoid bad line
9222 breaks.
9223
c8763fb6 92242002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 9225
0c7efc08
SM
9226 * tramp.texi: Move @copying to standard place.
9227 Use @insertcopying.
2de53ca6
GM
9228
92292002-10-02 Karl Berry <karl@gnu.org>
9230
9231 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9232 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9233 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9234 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9235 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9236 Per rms, update all manuals to use @copying instead of @ifinfo.
9237 Also use @ifnottex instead of @ifinfo around the top node, where
9238 needed for the sake of the HTML output.
9239 (The Gnus manual is not fixed since it's not clear to me how it
9240 works; and the Tramp manual already uses @copying, although in an
9241 unusual way. All others were changed.)
9242
92432002-09-10 Jonathan Yavner <jyavner@engineer.com>
9244
9245 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9246 (../info/ses, ses.dvi): New targets.
9247 * ses.texi: New file.
9248
c8763fb6 92492002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
9250
9251 * texinfo.tex: Update to texinfo 4.2.
9252
92532002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9254
9255 * reftex.texi: Update to RefTeX 4.19.
9256
c8763fb6 92572002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
9258
9259 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9260 (../info/tramp, tramp.dvi): New targets.
9261
92622002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9263
9264 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9265 (calc.dvi): Uncomment.
9266
92672001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9268
9269 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9270 (../info/calc): New target.
9271
92722001-10-20 Gerd Moellmann <gerd@gnu.org>
9273
9274 * (Version 21.1 released.)
9275
92762001-10-05 Gerd Moellmann <gerd@gnu.org>
9277
9278 * Branch for 21.1.
9279
92802001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9281
9282 * Makefile.in (../info/info): Use an explicit -o switch to
9283 makeinfo.
9284
92852001-03-05 Gerd Moellmann <gerd@gnu.org>
9286
9287 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9288
92892000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9290
9291 * Makefile.in (../info/idlwave): Use --no-split.
9292
92932000-12-14 Dave Love <fx@gnu.org>
9294
c4cc8b9a 9295 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
9296 (gnus.dvi): Change rule to remove @latex stuff.
9297
92982000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9299
9300 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9301
93022000-10-13 John Wiegley <johnw@gnu.org>
9303
9304 * Makefile.in: Add build targets for eshell.texi.
9305
93062000-09-25 Gerd Moellmann <gerd@gnu.org>
9307
9308 * Makefile.in: Remove/comment speedbar stuff.
9309
93102000-09-22 Dave Love <fx@gnu.org>
9311
9312 * Makefile.in: Add emacs-mime.
9313
93142000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9315
9316 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9317 (DVI_TARGETS): Add woman.dvi.
9318 (../info/woman, woman.dvi): New targets.
9319
93202000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9321
9322 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9323
9324 * pcl-cvs.texi: New file.
9325 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9326 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9327
93282000-05-11 Gerd Moellmann <gerd@gnu.org>
9329
9330 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9331 (../info/ebrowse, ebrowse.dvi): New targets.
9332
93332000-01-13 Gerd Moellmann <gerd@gnu.org>
9334
9335 * Makefile.in (INFO_TARGETS): Add eudc.
9336 (DVI_TARGETS): Add eudc.dvi.
9337 (../info/eudc, eudc.dvi): New targets.
9338
93392000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9340
9341 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9342 compatibility with 8+3 filesystems).
9343 (../info/efaq): Rename from emacs-faq.
9344
93452000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9346
9347 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9348 (../info/idlwave, idlwave.dvi): New targets.
9349
93501999-10-23 Dave Love <fx@gnu.org>
9351
9352 * Makefile.in: Use autotype.texi.
9353
93541999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9355
9356 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9357 faq.texi file) rather than ../info/faq.
9358
93591999-10-07 Gerd Moellmann <gerd@gnu.org>
9360
9361 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9362 (../info/ada-mode, ada-mode.dvi): New targets.
9363
93641999-09-01 Dave Love <fx@gnu.org>
9365
9366 * Makefile.in: Add faq.
9367
93681999-07-12 Richard Stallman <rms@gnu.org>
9369
9370 * Version 20.4 released.
9371
93721998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9373
9374 * Version 20.3 released.
9375
93761998-04-06 Andreas Schwab <schwab@gnu.org>
9377
768c0c0f
JB
9378 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9379 Use it in dvi targets.
2de53ca6
GM
9380 (../etc/GNU): Change to $(srcdir) first.
9381
93821998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9383
9384 * reftex.texi: Update for RefTeX version 3.22.
9385
93861998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9387
9388 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9389 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9390
93911997-09-23 Paul Eggert <eggert@twinsun.com>
9392
9393 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9394 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9395
93961997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9397
9398 * Version 20.2 released.
9399
94001997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9401
9402 * Version 20.1 released.
9403
94041997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9405
9406 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9407
94081996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9409
9410 * Version 19.33 released.
9411
94121996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9413
9414 * Version 19.32 released.
9415
94161996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9417
9418 * Makefile.in: Add rules for the Message manual.
9419
94201996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9421
9422 * gnus.texi: New version.
9423
9424 * message.texi: New manual.
9425
94261996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9427
9428 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9429
94301996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9431
9432 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9433 Specify -I option.
9434 (All dvi targets): Set the TEXINPUTS variable.
9435
94361996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9437
9438 * Version 19.31 released.
9439
94401996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9441
9442 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9443 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9444
94451995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9446
9447 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9448 (INFO_TARGETS): Add ../info/cc-mode.
9449 (DVI_TARGETS): Add cc-mode.dvi.
9450
2de53ca6
GM
94511995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9452
9453 * Version 19.30 released.
9454
94551995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9456
9457 * gnus.texi: New file.
9458
94591995-11-04 Erik Naggum <erik@naggum.no>
9460
9461 * gnus.texi: File deleted.
9462
94631995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9464
9465 * mh-e.texi: "Function Index" -> "Command Index" to work with
9466 Emacs 19.30 C-h C-k support of separately-documented commands.
9467
94681995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9469
9470 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9471 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9472
94731995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9474
9475 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9476 (../info/viper, viper.dvi): New targets.
9477
94781995-04-20 Kevin Rodgers <kevinr@ihs.com>
9479
9480 * dired-x.texi (Installation): Change the example to set
9481 buffer-local variables like dired-omit-files-p in
9482 dired-mode-hook.
9483
94841995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9485
9486 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9487 (../info/mh-e, mh-e.dvi): New targets.
9488
94891995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9490
9491 * Makefile.in (maintainer-clean): Rename from realclean.
9492
94931994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9494
9495 * Makefile.in: New file.
9496 * Makefile: File deleted.
9497
94981994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9499
9500 * Makefile (TEXINDEX_OBJS): Variable deleted.
9501 (texindex, texindex.o, getopt.o): Rules deleted.
9502 All deps on texindex deleted.
9503 (distclean): Don't delete texindex.
9504 (mostlyclean): Don't delete *.o.
9505 * texindex.c, getopt.c: Files deleted.
9506
95071994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9508
9509 * Version 19.26 released.
9510
95111994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9512
9513 * Version 19.25 released.
9514
95151994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9516
9517 * Version 19.24 released.
9518
95191994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9520
9521 * Version 19.23 released.
9522
95231994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9524
9525 * Makefile: Delete spurious tab.
9526
95271994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9528
9529 * Makefile (.SUFFIXES): New rule.
9530
95311994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9532
9533 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9534 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9535
95361994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9537
9538 * Makefile (../info/sc): Rename from sc.info.
9539 (../info/cl): Likewise.
9540 (INFO_TARGETS): Use new names.
9541
95421993-12-04 Richard Stallman (rms@srarc2)
9543
9544 * getopt.c: New file.
9545 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9546 (getopt.o): New rule.
9547 (dvi): Don't depend on texindex.
9548 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9549 Depend on texindex.
9550
95511993-12-03 Richard Stallman (rms@srarc2)
9552
9553 * Makefile (../info/sc.info): Rename from ../info/sc.
9554 (TEXI2DVI): New variable.
9555 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9556 Add explicit commands.
9557 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9558
95591993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9560
9561 * Version 19.22 released.
9562
95631993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9564
9565 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9566
95671993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9568
9569 * Version 19.21 released.
9570
95711993-11-15 Paul Eggert (eggert@twinsun.com)
9572
9573 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9574
95751993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9576
9577 * Makefile (../etc/GNU): New target.
9578 (EMACSSOURCES): Add gnu1.texi.
9579
95801993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9581
9582 * Makefile (realclean): Don't delete the Info files.
9583
f0131492 95841993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
9585
9586 * forms.texi: Fix forms.texi so that it will format correctly.
9587 Add missing `@end iftex', fix bad reference.
9588
9589 * info.texi, info-stn.texi: New files implement texinfo version of
9590 `info' file.
9591
f0131492 95921993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
9593
9594 * Makefile: Fix targets for texindex, new info.texi files.
9595 * info-stnd.texi: New file implements info for standalone info
9596 reader.
9597 * info.texi: Update to include recent changes to "../info/info".
9598 New source file for ../info/info; includes info-stnd.texi.
9599
9600 * texindex.c: Include "../src/config.h" if building in emacs.
9601
9602 * Makefile: Change all files to FILENAME.texi, force all targets
9603 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9604 vip.texinfo, forms.texinfo, cl.texinfo.
9605 Add target to build texindex.c, defining `emacs'.
9606
9607 * forms.texi: Install new file to match version 2.3 of forms.el.
9608
96091993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9610
9611 * Version 19.19 released.
9612
96131993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
9614
9615 * sc.texinfo: Fix info file name.
9616
9617 * Makefile (info): Add gnus and sc.
9618 (dvi): Add gnus.dvi and sc.dvi.
9619 (../info/sc, sc.dvi): New targets.
9620
96211993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9622
9623 * Version 19.18 released.
9624
96251993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9626
9627 * Makefile: Fix source file names of the separate manuals.
9628 (gnus.dvi, ../info/gnus): New targets.
9629
96301993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9631
9632 * Version 19.17 released.
9633
96341993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9635
9636 * split-man: Fix typos in last change.
9637
96381993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9639
9640 * Version 19.16 released.
9641
96421993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9643
9644 * version 19.15 released.
9645
96461993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9647
9648 * Makefile (distclean): It's rm, not rf.
9649
96501993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9651
9652 * Version 19.14 released.
9653
96541993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9655
9656 * Makefile: New file.
9657
96581993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9659
9660 * Version 19.13 released.
9661
96621993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9663
9664 * Version 19.9 released.
9665
96661993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9667
9668 * Version 19.8 released.
9669
96701993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9671
9672 * Version 19.7 released.
9673
96741990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9675
9676 * gnus.texinfo: New file. Removed installation instructions.
9677
96781990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9679
9680 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9681
96821989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9683
9684 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
9685 then define `\sc' as the command for smallcaps in Texinfo.
9686 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
9687 made the corresponding change to makeinfo and texinfm.el.
9688
96891988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9690
9691 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9692 Customization since the menu entry did not point to anything.
9693 Also add an @finalout command to remove overfull hboxes from the
9694 printed output.
9695
9696 * cl.texinfo: Add @bye, \input line and @settitle to file.
9697 This file is clearly intended to be a chapter of some other work,
9698 but the other work does not yet exist.
9699
97001988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9701
9702 * texinfo.texinfo: Three typos corrected.
9703
4009494e 9704;; Local Variables:
c8763fb6 9705;; coding: utf-8
4009494e
GM
9706;; End:
9707
3fe7cdc8 9708 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9709
9710 This file is part of GNU Emacs.
9711
97c0352c 9712 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9713 it under the terms of the GNU General Public License as published by
97c0352c
GM
9714 the Free Software Foundation, either version 3 of the License, or
9715 (at your option) any later version.
4009494e
GM
9716
9717 GNU Emacs is distributed in the hope that it will be useful,
9718 but WITHOUT ANY WARRANTY; without even the implied warranty of
9719 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9720 GNU General Public License for more details.
9721
9722 You should have received a copy of the GNU General Public License
97c0352c 9723 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.