Make report-emacs-bug-query-existing-bugs obsolete (bug#7449)
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
2ee1d59f
GM
12012-11-07 Glenn Morris <rgm@gnu.org>
2
3 * cl.texi (Obsolete Setf Customization):
4 Revert defsetf example to the more correct let rather than prog1.
bdd8064f
GM
5 Give define-modify-macro, defsetf, and define-setf-method
6 gv.el replacements.
2ee1d59f 7
651af8c6
GM
82012-11-06 Glenn Morris <rgm@gnu.org>
9
2027b1b3 10 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
a358a44e 11 (Setf Extensions): Remove obsolete reference.
2027b1b3 12 (Obsolete Setf Customization):
651af8c6 13 Move note on lack of setf functions to lispref/variables.texi.
ab7f1c43 14 Undocument get-setf-method, since it no longer exists.
a358a44e 15 Mention simple defsetf replaced by gv-define-simple-setter.
651af8c6 16
c65b407b
GM
172012-11-03 Glenn Morris <rgm@gnu.org>
18
19 * cl.texi: Further general copyedits.
685b0026
GM
20 (List Functions): Remove copy-tree, standard elisp for some time.
21 (Efficiency Concerns): Comment out examples that no longer apply.
22 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
23 (Creating Symbols, Random Numbers): De-emphasize internal
24 variables cl--gensym-counter and cl--random-state. (Bug#12788)
c65b407b 25
7fbf8f7b
GM
262012-11-02 Glenn Morris <rgm@gnu.org>
27
28 * cl.texi (Naming Conventions, Type Predicates, Macros)
29 (Predicates on Numbers): No longer mention cl-floatp-safe.
30
df43dd53
GM
312012-11-01 Glenn Morris <rgm@gnu.org>
32
33 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
34 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
35 (Macro Bindings, Blocks and Exits):
36 Acknowledge existence of lexical-binding.
37 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 38
69c1c2e6
GM
392012-10-31 Glenn Morris <rgm@gnu.org>
40
dd90fd1a
GM
41 * ert.texi (Introduction, The @code{should} Macro):
42 Refer to "cl-assert" rather than "assert".
43
69c1c2e6
GM
44 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
45 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
46 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
47 Reword, and add details of flet and labels.
87b0d8b1 48 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 49
4ddedf94
GM
502012-10-30 Glenn Morris <rgm@gnu.org>
51
52 * cl.texi (Modify Macros): Update for cl-letf changes.
53 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
54 (Setf Extensions): Partially restore note about cl-getf,
55 mainly moved to lispref/variables.texi.
56 (Property Lists): Fix cl-getf typos.
f43a5263 57 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 58
d3094168
GM
592012-10-29 Glenn Morris <rgm@gnu.org>
60
61 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 62 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 63 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
64 (Modify Macros, Multiple Values, Other Clauses):
65 Remove mentions of obsolete features.
6a07d52e 66 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 67
3c0c6155
GM
682012-10-28 Glenn Morris <rgm@gnu.org>
69
f94b04fc
GM
70 * cl.texi (Multiple Values, Common Lisp Compatibility):
71 More namespace updates.
72 (Obsolete Features): Copyedits.
73 (Obsolete Lexical Macros, Obsolete Setf Customization):
74 New subsections.
75
9c52d61d
GM
76 * cl.texi (Porting Common Lisp, Lexical Bindings):
77 Add some xrefs to the Elisp manual.
78
3c0c6155
GM
79 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
80 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
81 (Obsolete Features): New appendix. Move Lexical Bindings here.
82
5887564d
GM
832012-10-27 Glenn Morris <rgm@gnu.org>
84
e1117425
GM
85 * cl.texi: Use defmac for macros rather than defspec.
86 (Efficiency Concerns): Related copyedit.
87
5887564d
GM
88 * cl.texi (Control Structure): Update for setf now being in core.
89 (Setf Extensions): Rename from Basic Setf. Move much of the
90 former content to lispref/variables.texi.
91 (Modify Macros): Move pop, push details to lispref/variables.texi.
92 (Customizing Setf): Copyedits for setf etc being in core.
93 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
94 Further namespaces updates.
95
bdebdb64
BG
962012-10-26 Bastien Guerry <bzg@gnu.org>
97
98 * org.texi (Installation): Update the link to Org's ELPA. Also
99 don't mention org-install.el anymore as the replacement file
100 org-loaddefs.el is now loaded by org.el.
101
f956e59d
MA
1022012-10-25 Michael Albinus <michael.albinus@gmx.de>
103
104 * tramp.texi (Frequently Asked Questions): Mention
105 `tramp-completion-reread-directory-timeout' for performance
106 improvement.
107
a05cb6e3
GM
1082012-10-25 Glenn Morris <rgm@gnu.org>
109
110 * cl.texi: Don't mess with the TeX section number counter.
111 Use Texinfo recommended convention for quotes+punctuation.
112 (Overview, Sequence Functions): Rephrase for better line-breaking.
113 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
114 (Macro Bindings, Conditionals, Iteration, Loop Basics)
115 (Random Numbers, Mapping over Sequences, Structures)
116 (Porting Common Lisp): Further updates for cl-lib namespace.
117 (Modify Macros, Declarations, Macro Bindings, Structures):
118 Break long lines in examples.
119 (Dynamic Bindings): Update for changed progv behavior.
120 (Loop Examples, Efficiency Concerns): Markup fixes.
121 (Structures): Remove TeX margin change.
39ff2cf3 122 (Declarations): Fix typos.
a05cb6e3 123
39a58b5b
GM
1242012-10-24 Glenn Morris <rgm@gnu.org>
125
a6880551
GM
126 * cl.texi (Overview, Multiple Values, Creating Symbols)
127 (Numerical Functions): Say less/nothing about the original cl.el.
128 (Old CL Compatibility): Remove.
129 (Assertions): Remove ignore-errors (standard Elisp for some time).
130
39a58b5b
GM
131 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
132 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
133 (Efficiency Concerns, Efficiency Concerns)
134 (Common Lisp Compatibility, Old CL Compatibility):
135 Further updates for cl-lib namespace.
136
72ec96fb
PE
1372012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
138
139 Update manual for new time stamp format (Bug#12706).
140 * emacs-mime.texi (time-date): Update for new format.
141 Also, fix bogus time stamp and modernize a bit.
142
8d6510b9
GM
1432012-10-23 Glenn Morris <rgm@gnu.org>
144
145 * cl.texi: Include emacsver.texi. Use Emacs version number rather
146 than unchanging cl.el version number.
147 End all menu descriptions with a period.
148 Do not use @dfn{CL} for every instance of "CL".
149 (Overview): Remove no-runtime caveat, and note about foo* names.
150 (Usage): Use cl-lib rather than cl.
151 (Organization, Naming Conventions): Update for cl-lib.el.
152 (Installation): Remove long-irrelevant node.
153 (Program Structure, Predicates, Control Structure):
154 Start updating for cl-lib namespace.
8d6510b9
GM
155 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
156 Depend on emacsver.texi.
157
0a078f36
MA
1582012-10-09 Michael Albinus <michael.albinus@gmx.de>
159
160 * trampver.texi: Update release number.
161
a03bb33f
GM
1622012-10-06 Glenn Morris <rgm@gnu.org>
163
24636b26
GM
164 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
165 ERC version.
166 (Introduction): ERC is distributed with Emacs.
167 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
168 (Getting Started): Simplify.
169 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
170 (History): Mention ERC maintained as part of Emacs now.
171 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
172 Add dependency on emacsver.texi.
173
a03bb33f
GM
174 * erc.texi: Remove hand-written node pointers.
175
d259be38
GM
1762012-10-05 Glenn Morris <rgm@gnu.org>
177
178 * newsticker.texi (Overview, Requirements, Usage, Configuration):
179 Copyedits.
180
62a81506
CY
1812012-10-01 Eric Ludlam <zappo@gnu.org>
182
183 * ede.texi (Quick Start, Project Local Variables)
184 (Miscellaneous commands, ede-java-root, Development Overview)
185 (Detecting a Project): New nodes.
186 (Simple projects): Node deleted.
187
188 * eieio.texi (Building Classes): Some slot attributes cannot be
189 overridden.
190 (Slot Options): Remove an example.
191 (Method Invocation, Documentation): New nodes.
192
07f133bf
GM
1932012-10-01 Glenn Morris <rgm@gnu.org>
194
195 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
196 (reftex.pdf): Add dependency on emacsver.texi.
197 * reftex.texi: Don't include directory part for emacsver.texi;
198 the Makefile's -I handles it.
199
4f595e15
RA
2002012-09-30 Ralf Angeli <angeli@caeruleus.net>
201
202 Merge from standalone RefTeX repository.
203
204 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
205 with macros.
206 (Imprint): Mention Wolfgang in list of contributors.
207 (Creating Citations): Give a hint about how to
208 auto-revert the BibTeX database file when using external editors.
209 (Referencing Labels): Simplify section about reference macro
210 cycling.
211 (Options (Referencing Labels)): Adapt to new structure of
212 `reftex-ref-style-alist'.
213 (Referencing Labels, Reference Styles): Document changes in the
214 referencing functionality.
215 (Commands): Mention options for definition of header and footer in
216 BibTeX files.
217 (Options (Creating Citations)): Document
218 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
219 (Reference Styles): New section.
220 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
221 (Options (Referencing Labels)): Remove descriptions of deprecated
222 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
223 Add descriptions for `reftex-ref-style-alist' and
224 `reftex-ref-style-default-list'.
225 (Referencing Labels): Update regarding reference styles.
226 (Citation Styles): Mention support for ConTeXt.
227 (Options (Defining Label Environments)): Fix typo.
228 (Options (Creating Citations)): Document
229 `reftex-cite-key-separator'.
230
8223b1d2
BG
2312012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
232
233 * org.texi: Add description of ORG_ADD_CONTRIB to info
234 documentation. Add link to Worg for more details.
235
236 * org.texi: Clarify installation procedure. Provide link to the
237 build system description on Worg.
238
239 * org.texi: Remove reference to utils/, x11idle.c is now in
240 contrib/scripts.
241
242 * org.texi: Re-normalize to "Org mode" in manual.
243
244 * org.texi (Installation): Adapt documentation to new build
245 system. Mention GNU ELPA (since it needs to be handled like Emacs
246 built-in Org).
247
8223b1d2
BG
2482012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
249
250 * org.texi: Fix typo in description of the 'Hooks' section.
251
252 * org.texi: Add ID to the list of special properties.
253
2542012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
255
256 * org.texi (Moving subtrees): Document the ability to archive to a
257 datetree.
258
2592012-09-30 Bastien Guerry <bzg@altern.org>
260
261 * org.texi (Installation, Feedback, Batch execution): Use
262 (add-to-list 'load-path ... t) for the contrib dir.
263
264 * org.texi (results): Update documentation for ":results drawer"
265 and ":results org".
266
267 * org.texi (Column width and alignment): Fix typo.
268
269 * org.texi (Activation): Point to the "Conflicts" section.
270
271 * org.texi (Conflicts): Mention filladapt.el in the list of
272 conflicting packages.
273
274 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
275 not needed for versions of Emacs > 22.1.
276
277 * org.texi (History and Acknowledgments): Fix typo.
278
279 * org.texi (History and Acknowledgments): Add my own
280 acknowledgments.
281
282 * org.texi (Agenda commands): Document the new command and the new
283 option.
284
285 * org.texi (Agenda commands): Delete `org-agenda-action' section.
286 (Agenda commands): Reorder. Document `*' to toggle persistent
287 marks.
288
289 * org.texi (Agenda dispatcher): Mention
290 `org-toggle-agenda-sticky'.
291 (Agenda commands, Exporting Agenda Views): Fix typo.
292
293 * org.texi (Templates in contexts, Setting Options): Update to
294 reflect changes in how contexts options are processed.
295
296 * org.texi (Templates in contexts): Document the new structure of
297 the variables `org-agenda-custom-commands-contexts' and
298 `org-capture-templates-contexts'.
299
300 * org.texi (Templates in contexts): Document the new option
301 `org-capture-templates-contexts'.
302 (Storing searches): Document the new option
303 `org-agenda-custom-commands-contexts'.
304
305 * org.texi (Formula syntax for Lisp): Reformat.
306
307 * org.texi (Special properties, Column attributes)
308 (Agenda column view): Document the new special property
309 CLOCKSUM_T.
310
311 * org.texi (Template expansion): Document the new %l template.
312
313 * org.texi (Fast access to TODO states): Fix documentation about
314 allowed characters for fast todo selection.
315
316 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
317 use in `org-agenda-to-appt'.
318
319 * org.texi (Comment lines): Update wrt comments.
320
321 * org.texi (Resolving idle time): Document new keybinding.
322
323 * org.texi (Clocking commands): Document the use of S-M-<up/down>
324 on clock timestamps.
325
326 * org.texi (Fast access to TODO states): Explicitely says only
327 letters are supported as fast TODO selection keys.
328
329 * org.texi (Link abbreviations): Illustrate the use of the "%h"
330 specifier. Document the new "%(my-function)" specifier.
331
332 * org.texi (Clocking commands): New cindex.
333 (Clocking commands): Update documentation for `org-clock-in'.
334 Document `org-clock-in-last'. Mention `org-clock-out' and
335 `org-clock-in-last' as commands that can be globally bound.
336 (Resolving idle time): Document continuous clocking.
337
338 * org.texi (Top, Introduction): Fix formatting.
339 (Activation): Add index entries.
340 (Conventions): Update section.
341 (Embedded @LaTeX{}): Fix formatting.
342
343 * org.texi (Visibility cycling): Document `show-children'.
344
345 * org.texi (Using capture): Mention the `org-capture-last-stored'
346 bookmark as a way to jump to the last stored capture.
347
348 * org.texi (Uploading files): Fix typo.
349
350 * org.texi (Using capture): Document `C-0' as a prefix argument
351 for `org-capture'.
352
353 * org.texi (Agenda commands): Document persistent marks.
354
355 * org.texi (Template expansion): Update doc to reflect change.
356
357 * org.texi (Radio tables): Document the :no-escape parameter.
358
359 * org.texi (Repeated tasks): Document repeat cookies for years,
360 months, weeks, days and hours.
361
362 * org.texi (Export options): State that you can use the d: option
363 by specifying a list of drawers.
364
365 * org.texi (HTML preamble and postamble): Small doc improvement.
366
3672012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
368
369 * org.texi: The sections in the Exporting section of the manual
370 left out articles in the description of the org-export-as-*
371 commands, among other places. This patch adds them, adds a few
372 missing prepositions, and switches instances of "an HTML" to "a
373 html" for internal consistency.
374
375 * org.texi: Alter several examples of headings with timestamps in
376 them to include the timestamps in the body instead of the heading.
377
3782012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
379
380 * org.texi (Agenda dispatcher): Document sticky agenda views and
381 the new key for them.
382
3832012-09-30 Charles <millarc@verizon.net> (tiny change)
384
385 * org.texi (Advanced features): Fix error in table.
386
3872012-09-30 Feng Shu <tumashu@gmail.com>
388
389 * org.texi (@LaTeX{} fragments): Document imagemagick as an
390 alternative to dvipng.
391
3922012-09-30 François Allisson <francois@allisson.co> (tiny change)
393
394 * org.texi: Remove extra curly bracket.
395
3962012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
397
398 * org.texi (org-clock-in-last and org-clock-cancel): Update the
399 defkeys.
400
4012012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
402
403 * org.texi (Agenda commands): Fix two typos by giving
404 corresponding function names, according to
405 `org-agenda-view-mode-dispatch'.
406
4072012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
408
409 * org.texi (The spreadsheet): Fix typo.
410
4112012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
412
413 * org.texi (Tracking your habits): Point to the "Tracking TODO
414 state changes" section.
415
4162012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
417
418 * org.texi (Literal examples): Remove reference to unknown
419 `org-export-latex-minted' variable. Also simplify footnote since
420 `org-export-latex-listings' documentation is exhaustive already.
421
422 * org.texi (Plain lists): Remove reference to now hard-coded
423 `bullet' automatic rule.
424
4252012-09-30 Toby S. Cubitt <tsc25@cantab.net>
426
427 * org.texi: Updated documentation accordingly.
428
5087f097
PE
4292012-09-13 Paul Eggert <eggert@cs.ucla.edu>
430
431 * texinfo.tex: Merge from gnulib.
432
20121a26
MA
4332012-09-12 Michael Albinus <michael.albinus@gmx.de>
434
435 Sync with Tramp 2.2.6.
436
437 * tramp.texi (Bug Reports): Cleanup caches before a test run.
438
439 * trampver.texi: Update release number.
440
44677e30
PE
4412012-09-12 Paul Eggert <eggert@cs.ucla.edu>
442
443 * texinfo.tex: Merge from gnulib.
444
5a4c42ba
AA
4452012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
446
447 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
448 (bug#12096).
449
8e7046c3
JB
4502012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
451
1dcac243
JB
452 * calc.texi (Simplification modes, Conversions)
453 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
454 (The Calc Mode Line): Mention the mode line display for Basic
455 simplification mode.
456 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
457 simplifications.
458 (Basic Simplifications): Rename from "Limited Simplifications"
459 Replace "limited" by "basic" throughout.
460 (Algebraic Simplifications): Indicate that the algebraic
461 simplifications are done by default.
462 (Unsafe Simplifications): Mention `m E'.
463 (Simplification of Units): Mention `m U'.
464 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
465 (Kinds of Declarations, Functions for Declarations): Mention
466 "algebraic simplifications" instead of `a s'.
1dcac243 467 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 468
d2bd74ff
JB
4692012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
470
471 * calc.texi (Getting Started, Tutorial): Change simulated
472 Calc output to match actual output.
473 (Simplifying Formulas): Mention that algebraic simplification is now
474 the default.
475
77472261
EZ
4762012-07-28 Eli Zaretskii <eliz@gnu.org>
477
478 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
479 (Bug#12073)
480
09ae5da1
PE
4812012-07-25 Paul Eggert <eggert@cs.ucla.edu>
482
483 Prefer typical American spelling for "acknowledgment".
484 * calc.texi (History and Acknowledgments): Rename from
485 History and Acknowledgements.
486 * idlwave.texi (Acknowledgments):
487 * ses.texi (Acknowledgments):
488 * woman.texi (Acknowledgments): Rename from Acknowledgements.
489
c4444d16
PE
4902012-07-09 Paul Eggert <eggert@cs.ucla.edu>
491
492 Rename configure.in to configure.ac (Bug#11603).
493 * ede.texi (Compiler and Linker objects, ede-proj-project)
494 (ede-step-project): Prefer the name configure.ac to configure.in.
495
ef091c97
MA
4962012-07-06 Michael Albinus <michael.albinus@gmx.de>
497
498 * tramp.texi (Multi-hops): Introduce
499 `tramp-restricted-shell-hosts-alist'.
500
89b163db
G
5012012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
502
503 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
504 methods, so don't mention smtpmail here.
505
5062012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
507
508 * gnus.texi (Picons): Document gnus-picon-properties.
509
5102012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
511
512 * gnus.texi: Remove mention of compilation, as that's no longer
513 supported.
514
5152012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
516
517 * gnus.texi (Archived Messages): Mention
518 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
519
5202012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
521
522 * gnus.texi (Various Summary Stuff):
523 Remove mention of `gnus-propagate-marks'.
524
5252012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
526
527 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
528 which no longer exist.
529
5302012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
531
532 * gnus.texi (Archived Messages):
533 Document gnus-gcc-self-resent-messages.
534
5352012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
536
537 * message.texi (Mail Variables):
538 Mention the optional user parameter for X-Message-SMTP-Method.
539
5402012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
541
542 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
543
544 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
545
5462012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
547
548 * gnus.texi (Key Index): Change encoding to utf-8.
549
ac1a0ce1 5502012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
551
552 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
553
71cca84d
G
5542012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
555
556 * gnus.texi (Group Timestamp): Mention where to find documentation for
557 the `gnus-tmp-' variables (bug#11601).
558
888a7fc0
MA
5592012-06-11 Michael Albinus <michael.albinus@gmx.de>
560
561 Sync with Tramp 2.2.6-pre.
562
563 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
564 where appropriate.
565 (Ad-hoc multi-hops): New section.
566 (Remote processes): New subsection "Running remote processes on
567 Windows hosts".
568 (History): Add remote commands on Windows, and ad-hoc multi-hop
569 methods.
570 (External methods): "ControlPersist" must be set to "no" for the
571 `scpc' method.
572 (Remote processes): Add a note about `auto-revert-tail-mode'.
573 (Frequently Asked Questions): Use "scpx" in combination with
574 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
575
576 * trampver.texi: Update release number.
577
31ca4639 5782012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
579
580 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
581 compilation for html-mono.
582
0e8bbf66
PE
5832012-06-08 Paul Eggert <eggert@cs.ucla.edu>
584
585 * texinfo.tex: Merge from gnulib.
586
b8f061b3
KY
5872012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
588
589 * Makefile.in (echo-info): Don't try to install info files named
590 just ".info".
591
16af873e
GM
5922012-05-28 Glenn Morris <rgm@gnu.org>
593
c1dabff0
GM
594 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
595
16af873e
GM
596 * sc.texi: Nuke hand-written node pointers.
597 Fix top-level menu to match actual node order.
598
1d5b82ef
GM
5992012-05-27 Glenn Morris <rgm@gnu.org>
600
601 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
602 Some associated fixes, including not messing with chapno in cl.texi.
603
33017faf 6042012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
605
606 * org.texi (Durations and time values): Fix typo.
607
d14b0029
JB
6082012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
609
33017faf 610 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
611 Mention `calc-ensure-consistent-units'.
612
2f4cadd1 6132012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 614
9879e263
AS
615 * cc-mode.texi: Avoid space before macro in 4th argument of cross
616 reference commands. (Bug#11461)
617
78e91d08
AS
618 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
619
3fe7cdc8
GM
6202012-05-12 Glenn Morris <rgm@gnu.org>
621
9598ef0b
GM
622 * Makefile.in (mostlyclean): Add more TeX intermediates.
623
7d326a29
GM
624 * Makefile.in: Make it look more like the other doc Makefiles.
625 Use explicit $srcdir in all dependencies.
626 Remove cd $srcdir from rules.
627 (VPATH): Remove.
628 (infodir): Set to an absolute path.
629 (INFO_TARGETS): Use short names.
630 (mkinfodir): infodir is now absolute.
631 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
632
c7f95930 633 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 634 (.SUFFIXES): Disable implicit rules.
c7f95930 635
3fe7cdc8
GM
636 * Makefile.in (MKDIR_P): New, set by configure.
637 (mkinfodir): Use $MKDIR_P.
638
6f0652af
GM
6392012-05-07 Glenn Morris <rgm@gnu.org>
640
641 * forms.texi (Long Example): Update for changed location of files.
642
8045b906
GM
6432012-05-04 Glenn Morris <rgm@gnu.org>
644
645 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
646 (INFO_TARGETS): Use $INFO_EXT.
647 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
648 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
649 (INFO_TARGETS): Use $INFO_EXT.
650 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
651
9e7a4bcf
GM
6522012-05-02 Glenn Morris <rgm@gnu.org>
653
9aa071df
GM
654 * Makefile.in (echo-info): New phony target, used by top-level.
655
9e7a4bcf
GM
656 * viper.texi: Make direntry shorter (also it is no longer "newest").
657
658 * emacs-gnutls.texi, ert.texi, org.texi:
659 Fix dircategory, direntry to match info/dir.
660
31cc861c
GM
661 * faq.texi: Convert @inforefs to @xrefs.
662 Fix some malformed cross-references.
f9e320bb
GM
663 (File-name conventions): Shorten section name to avoid overfull line.
664 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 665
723ea6b5
TZ
6662012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
667
668 * auth.texi (Help for users): Update for .gpg file being second.
669
a8e7d6d7 6702012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
671
672 * org.texi (Agenda commands): Fix two typos: give corresponding
673 function names, according to `org-agenda-view-mode-dispatch'.
674
a8e7d6d7 6752012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
676
677 * faq.texi (Major packages and programs): Remove section.
678 There is no point listing 6 packages (cf etc/MORE.STUFF).
679 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 680
dcbf5805
MA
6812012-04-22 Michael Albinus <michael.albinus@gmx.de>
682
683 * dbus.texi (Version): New node.
684 (Properties and Annotations): Mention the object manager
685 interface. Describe dbus-get-all-managed-objects.
686 (Type Conversion): Floating point numbers are allowed, if an
687 anteger does not fit Emacs's integer range.
688 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
689 (Asynchronous Methods): Fix description of
690 dbus-call-method-asynchronously.
691 (Receiving Method Calls): Fix some minor errors. Add
692 dbus-interface-emacs.
693 (Signals): Describe unicast signals and the new match rules.
694 (Alternative Buses): Add the PRIVATE optional argument to
695 dbus-init-bus. Describe its new return value. Add dbus-setenv.
696
adee4030
GM
6972012-04-20 Glenn Morris <rgm@gnu.org>
698
699 * faq.texi (New in Emacs 24): New section.
700 (Packages that do not come with Emacs): Mention M-x list-packages.
701
35dc09a1 7022012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
703
704 * cc-mode.texi (c-offsets-alist): Correct a typo.
705
35dc09a1 7062012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
707
708 * org.texi (Deadlines and scheduling): Fix the example: the
709 DEADLINE item should come right after the headline. We enforce
710 this convention, so it is a bug not to illustrate it correctly in
711 the manual.
712
35dc09a1 7132012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
714
715 * org.texi (Agenda commands): Fix documentation bug by swapping
716 the equivalent keybindings to `org-agenda-next-line' with the ones
717 to `org-agenda-previous-line'.
718
35dc09a1 7192012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
720
721 * Makefile.in: Replace non-portable use of $< in ordinary rules.
722
e2560ea8
EZ
7232012-04-09 Eli Zaretskii <eliz@gnu.org>
724
725 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
726 emacs-gnutls.
727 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
728
6b4f4a2d
TZ
7292012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
730
250b840e 731 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
732
733 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
734
ca2c89b6
TZ
7352012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
736
737 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 738 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 739
aebd5f1a
GM
7402012-04-04 Glenn Morris <rgm@gnu.org>
741
742 * auth.texi (Secret Service API): Copyedits.
743 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
744 (Help for users, Help for developers)
745 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 746
0317dd51
MA
7472012-04-04 Michael Albinus <michael.albinus@gmx.de>
748
749 * auth.texi (Secret Service API): Add the missing text.
750
3d439cd1
CY
7512012-04-04 Chong Yidong <cyd@gnu.org>
752
753 * message.texi (Using PGP/MIME): Note that epg is now the default.
754
755 * gnus.texi: Reduce references to obsolete pgg library.
756 (Security): Note that epg is now the default.
757
758 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
759
760 * nxml-mode.texi (Completion): C-RET is no longer bound to
761 nxml-complete.
762
153ae947
BG
7632012-04-01 Jambunathan K <kjambunathan@gmail.com>
764
765 * org.texi (Customizing tables in ODT export): Correct few errors.
766
7672012-04-01 Jambunathan K <kjambunathan@gmail.com>
768
769 * org.texi (Links in ODT export): Update.
770 (Labels and captions in ODT export): New node.
771
7722012-04-01 Jambunathan K <kjambunathan@gmail.com>
773
774 * org.texi (Literal examples in ODT export): htmlfontify.el in
775 Emacs-24.1 now supports fontification. So ODT source blocks will
776 be fontified by default.
777
7782012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
779
780 * org.texi (Refiling notes): Remove duplicated keybinding.
781
7822012-04-01 Eric Schulte <eric.schulte@gmx.com>
783
784 * org.texi (noweb): Documentation of this new option to the :noweb
785 header argument.
786
7872012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
788
789 * org.texi (Header and sectioning): Add example demonstrating how
790 to use "LaTeX_CLASS_OPTIONS".
791
7922012-04-01 Eric Schulte <eric.schulte@gmx.com>
793
794 * org.texi (Noweb reference syntax): Describe the ability to
795 execute noweb references in the manual.
796
7972012-04-01 Eric Schulte <eric.schulte@gmx.com>
798
799 * org.texi (cache): Improve cache documentation when session
800 evaluation is used.
801
8022012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
803
804 * org.texi (Plain lists): Document removal.
805
8062012-04-01 Michael Brand <michael.ch.brand@gmail.com>
807
808 * org.texi: Decapitalize file name in references to Calc manual.
809
8102012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
811
812 * org.texi (Plain lists): Document removal.
813
8142012-04-01 Jambunathan K <kjambunathan@gmail.com>
815
816 * org.texi (Top, OpenDocument Text export)
817 (ODT export commands, Extending ODT export)
818 (Images in ODT export, Tables in ODT export)
819 (Configuring a document converter): Add or Update.
820
8212012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
822
823 * org.texi (MobileOrg): Change the wording to reflect that the
824 Android Version is no longer just the little brother of the iOS
825 version.
826
8272012-04-01 Eric Schulte <eric.schulte@gmx.com>
828
829 * org.texi (Key bindings and useful functions): Updated babel key
830 binding documentation in manual.
831
8322012-04-01 Eric Schulte <eric.schulte@gmx.com>
833
834 * org.texi (noweb): Document new noweb header value.
835
8362012-04-01 Eric Schulte <eric.schulte@gmx.com>
837
838 * org.texi (noweb-sep): Document new header argument.
839
8402012-04-01 Eric Schulte <eric.schulte@gmx.com>
841
842 * org.texi (noweb-ref): Documentation of this new custom variable.
843
8442012-04-01 Eric Schulte <eric.schulte@gmx.com>
845
846 * org.texi (wrap): Update the new :wrap documentation to match the
847 current implementation.
848
8492012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
850
851 * org.texi: Added documentation for :wrap.
852
8532012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
854
855 * org.texi: #+RESULTS now user-configurable.
856
8572012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
858
859 * org.texi: Documented :noweb no-export.
860
8612012-04-01 Thomas Dye <dk@poto.local>
862
863 * org.texi: Edit :noweb no header argument for correctness.
864
8652012-04-01 Bastien Guerry <bzg@altern.org>
866
867 * org.texi (Customization): Update the approximate number of Org
868 variables.
869
8702012-04-01 Thomas Dye <dk@poto.local>
871
872 * org.texi: The :results wrap produces a drawer instead of a
873 begin_results block.
874
005a89ff
G
8752012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
876
877 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
878 reflect the new default.
879
589ce070
EZ
8802012-03-10 Eli Zaretskii <eliz@gnu.org>
881
882 * info.texi (Expert Info): Move the index entry for "Texinfo" from
883 "Getting Started" to this node. (Bug#10450)
884
a5392527
CY
8852012-03-10 Chong Yidong <cyd@gnu.org>
886
8ae818e4
CY
887 * flymake.texi (Example -- Configuring a tool called via make):
888 Mention the Automake COMPILE variable (Bug#8715).
889
a5392527
CY
890 * info.texi (Getting Started): Add an index entry (Bug#10450).
891
d49902e4
MA
8922012-03-02 Michael Albinus <michael.albinus@gmx.de>
893
894 * dbus.texi (Signals): Known names will be mapped onto unique
895 names, when registering for signals.
896
53eced6d
GM
8972012-02-29 Glenn Morris <rgm@gnu.org>
898
bcd6cd23
GM
899 * url.texi: Fix quote usage in body text.
900
775b55af
GM
901 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
902
53eced6d
GM
903 * cl.texi: Use @code{} in menus when appropriate.
904
44e97401
GM
9052012-02-28 Glenn Morris <rgm@gnu.org>
906
907 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
908 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
909 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
910 * org.texi, sc.texi, vip.texi, viper.texi:
911 Standardize possessive apostrophe usage.
912
fa9a0855
CY
9132012-02-26 Chong Yidong <cyd@gnu.org>
914
915 * ediff.texi (Quick Help Commands): Add a couple of index entries
916 (Bug#10834).
917
0fd2c9a3
GM
9182012-02-17 Glenn Morris <rgm@gnu.org>
919
920 * gnus.texi (Posting Styles):
921 * remember.texi (Org): Fix cross-refs to other manuals.
922
9f26dc24
GM
9232012-02-15 Glenn Morris <rgm@gnu.org>
924
925 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
926 (Encryption): New chapter, split out from previous.
927
3d2af193
LI
9282012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
929
930 * gnus.texi (Customizing the IMAP Connection): Mention
931 nnimap-record-commands.
932
b74c9672
GM
9332012-02-10 Glenn Morris <rgm@gnu.org>
934
935 * url.texi (Retrieving URLs): Update url-retrieve arguments.
936 Mention url-queue-retrieve.
937
2ebc3b94
GM
9382012-02-09 Glenn Morris <rgm@gnu.org>
939
9fcfcdef
GM
940 * sem-user.texi (Semantic mode user commands): Typo fix.
941
2ebc3b94
GM
942 * info.texi (Create Info buffer): Mention info-display-manual.
943
7c4bbb69
LI
9442012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
945
946 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
947 example (modified from an example by Michael Albinus).
948
debce7bc
G
9492012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
950
951 * gnus.texi (Agent Basics): Fix outdated description of
952 `gnus-agent-auto-agentize-methods'.
953
b207a4ec
AS
9542012-01-28 Andreas Schwab <schwab@linux-m68k.org>
955
956 * cc-mode.texi: Always @defindex ss.
957 (Config Basics): Fix argument of @itemize.
958 (Macro Backslashes): Add @code around index entry.
959
b8fe8712
GM
9602012-01-23 Glenn Morris <rgm@gnu.org>
961
962 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
963
02dc2fd7
EH
9642012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
965
966 * tramp.texi (File): Tweak wording for the `scpc' option.
967
e7719ea1
G
9682012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
969
970 * gnus.texi (Group Parameters): Really note precedence.
971
9937bef4
G
9722012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
973
974 * gnus.texi (Group Parameters): Note precedence.
975
e66ba1df
BG
9762012-01-03 Eric Schulte <eric.schulte@gmx.com>
977
978 * org.texi (Noweb reference syntax): Adding documentation of
979 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
980 variable.
981
9822012-01-03 Bastien Guerry <bzg@gnu.org>
983
984 * org.texi (Plain lists): Split the table to fix the display
985 of items.
986
9872012-01-03 Bastien Guerry <bzg@gnu.org>
988
989 * org.texi (Plain lists): Fix misplaced explanation.
990
9912012-01-03 Bastien Guerry <bzg@gnu.org>
992
993 * org.texi (Plain lists, Agenda files): Add index entries.
994
9952012-01-03 Julian Gehring <julian.gehring@googlemail.com>
996
997 * org.texi: Use "Org mode" instead of alternatives like
998 "Org-mode" or "org-mode".
999
10002012-01-03 Bernt Hansen <bernt@norang.ca>
1001
1002 * org.texi (Agenda commands): Document
1003 `org-clock-report-include-clocking-task'.
1004
10052012-01-03 Bastien Guerry <bzg@gnu.org>
1006
1007 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1008 C-c' on checkboxes.
1009
10102012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1011
1012 * org.texi: End sentences with two spaces.
1013
10142012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1015
1016 * org.texi (External links): Document the link types file+sys
1017 and file+emacs, slightly narrow used page width.
1018
10192012-01-03 Eric Schulte <eric.schulte@gmx.com>
1020
1021 * org.texi (colnames): Note that colnames behavior may differ
1022 across languages.
1023
10242012-01-03 Bastien Guerry <bzg@gnu.org>
1025
1026 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1027
10282012-01-03 Thomas Dye <dk@poto.westell.com>
1029
1030 * org.texi: Augmented discussion of babel property
1031 inheritance. Put footnote outside sentence ending period.
1032
10332012-01-03 Eric Schulte <schulte.eric@gmail.com>
1034
1035 * org.texi (eval): Documenting the full range of :eval header
1036 argument values.
1037
10382012-01-03 Eric Schulte <schulte.eric@gmail.com>
1039
1040 * org.texi (eval): Documentation of the new :eval option.
1041
10422012-01-03 Thomas Dye <dk@poto.local>
1043
1044 * org.texi: Add accumulated properties.
1045
10462012-01-03 Thomas Dye <dk@poto.local>
1047
1048 * org.texi: Documented no spaces in name=assign, another
1049 correction to :var table.
1050
10512012-01-03 Thomas Dye <dk@poto.local>
1052
1053 * org.texi: Changed DATA to NAME in Working With Source Code
1054 section.
1055
10562012-01-03 Tom Dye <tsd@tsdye.com>
1057
1058 * org.texi: Minor change to :var table.
1059
10602012-01-03 Tom Dye <tsd@tsdye.com>
1061
1062 * org.texi: More changes to :var table (some examples were wrong).
1063
10642012-01-03 Tom Dye <tsd@tsdye.com>
1065
1066 * org.texi: Cleaned up :var table.
1067
10682012-01-03 Bastien Guerry <bzg@gnu.org>
1069
1070 * org.texi (Timestamps, Weekly/daily agenda)
1071 (Weekly/daily agenda): Add @cindex for "appointment".
1072
10732012-01-03 Eric Schulte <schulte.eric@gmail.com>
1074
1075 * org.texi (Literal examples): A new link to the template for
1076 inserting empty code blocks.
1077 (Structure of code blocks): A new link to the template for
1078 inserting empty code blocks.
1079
10802012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1081
1082 * org.texi (External links): Add footnote on how the behavior
1083 of the text search in Org files are controled by the variable
1084 `org-link-search-must-match-exact-headline'.
1085
10862012-01-03 Eric Schulte <schulte.eric@gmail.com>
1087
1088 * org.texi (Buffer-wide header arguments): Update
1089 documentation to reflect removal of #+PROPERTIES.
1090
10912012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1092
1093 * org.texi (The clock table): Mention that ACHIVED trees
1094 contribute to the clock table.
1095
10962012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1097
1098 * org.texi (Conflicts): Better yasnippet config info.
1099
11002012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1101
1102 * org.texi (Selective export): Explicitely mention the default
1103 values for `org-export-select-tags',
1104 `org-export-exclude-tags'.
1105
11062012-01-03 Tom Dye <tsd@tsdye.com>
1107
1108 * org.texi: Added a line to specify that header arguments are
1109 lowercase.
1110
11112012-01-03 Tom Dye <tsd@tsdye.com>
1112
1113 * org.texi: :var requires default value when declared.
1114
11152012-01-03 Bastien Guerry <bzg@gnu.org>
1116
1117 * org.texi (Handling links): Add a note about the
1118 `org-link-frame-setup' option.
1119
11202012-01-03 David Maus <dmaus@ictsoc.de>
1121
1122 * org.texi (Exporting Agenda Views, Extracting agenda
1123 information): Fix command line syntax, quote symbol parameter
1124 values.
1125
11262012-01-03 David Maus <dmaus@ictsoc.de>
1127
1128 * org.texi (Exporting Agenda Views): Fix command line syntax.
1129
8d80ef01
PE
11302011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1131
1132 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1133 Use octal notation for file permissions, which are normally
1134 thought of in octal.
1135 (Mail Back End Variables): Use more-plausible modes in example.
1136
47d42d81
AM
11372011-12-20 Alan Mackenzie <acm@muc.de>
1138
1139 * cc-mode.texi: Update version string 5.31 -> 5.32.
1140
a98edce9
JB
11412011-12-06 Juanma Barranquero <lekktu@gmail.com>
1142
1143 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1144
321decc8
GM
11452011-11-24 Glenn Morris <rgm@gnu.org>
1146
1147 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1148
f8107b79
JB
11492011-11-24 Juanma Barranquero <lekktu@gmail.com>
1150
1151 * makefile.w32-in: Update dependencies.
1152
f5a96a4f
GM
11532011-11-20 Glenn Morris <rgm@gnu.org>
1154
1155 * gnus.texi (Group Information):
1156 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1157
cd1181db
JB
11582011-11-20 Juanma Barranquero <lekktu@gmail.com>
1159
1160 * gnus-coding.texi (Gnus Maintenance Guide):
1161 Rename from "Gnus Maintainance Guide".
1162
1163 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1164 * eieio.texi (Customizing):
fe7a3057
JB
1165 * gnus.texi (Article Washing):
1166 * gnus-news.texi:
1167 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 1168
7877f373
JB
11692011-11-16 Juanma Barranquero <lekktu@gmail.com>
1170
1171 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1172
0d26e0b6
JB
11732011-11-15 Juanma Barranquero <lekktu@gmail.com>
1174
c7015153
JB
1175 * ede.texi (project-am-texinfo):
1176 * gnus.texi (Sending or Not Sending):
1177 * org.texi (Template elements): Fix typos.
0d26e0b6 1178
0b381c7e
JB
11792011-11-14 Juanma Barranquero <lekktu@gmail.com>
1180
1181 * ediff.texi (Hooks):
c7015153 1182 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 1183
40a8bdf6
JB
11842011-11-11 Juanma Barranquero <lekktu@gmail.com>
1185
1186 * semantic.texi (Tag handling): Fix typo.
1187
57dda3bb
KY
11882011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1189
1190 * gnus.texi (Other Gnus Versions): Remove.
1191
52bedd34
AM
11922011-10-28 Alan Mackenzie <acm@muc.de>
1193
1194 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1195 (Other Special Indentations): Add an xref to "Macros with ;".
1196 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1197 "Macros with ;".
1198 (Macros with ;): New page.
1199
00b77525
GM
1200 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1201 Document the new handling of nested scopes for movement by defuns.
52bedd34 1202
4a623313
MA
12032011-10-23 Michael Albinus <michael.albinus@gmx.de>
1204
1205 Sync with Tramp 2.2.3.
1206
1207 * trampver.texi: Update release number.
1208
466a320e
GM
12092011-10-14 Glenn Morris <rgm@gnu.org>
1210
1211 * ert.texi (Introduction, How to Run Tests)
1212 (Running Tests Interactively, Expected Failures)
1213 (Tests and Their Environment, Useful Techniques)
1214 (Interactive Debugging, Fixtures and Test Suites):
1215 Minor rephrasings.
1216 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1217 (Running Tests in Batch Mode): Simplify loading instructions.
1218 (Test Selectors): Clarify some selectors.
1219 (Expected Failures, Useful Techniques):
1220 Make examples fit in 80 columns.
1221
2be4956d
JB
12222011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1223
1224 * calc.texi (Basic Operations on Units): Discuss temperature
1225 conversion (`u t') alongside with other unit conversions ('u c').
1226
7359a765
GM
12272011-10-12 Glenn Morris <rgm@gnu.org>
1228
1229 * ert.texi: Whitespace trivia to make main menu items line up better.
1230
a0c52e5d
GM
12312011-10-08 Glenn Morris <rgm@gnu.org>
1232
1233 * Makefile.in: Fix ert rules.
1234
465d0300
G
12352011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1236
1237 * gnus.texi (Gnus Utility Functions): Add more references and
1238 explanations (bug#9683).
1239
a5166359
LMI
12402011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1241
1242 * gnus.texi (Archived Messages): Note the default (bug#9552).
1243
b523dc20
BW
12442011-09-21 Bill Wohler <wohler@newt.com>
1245
1246 Release MH-E manual version 8.3.
1247
58179cce 1248 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
1249 release 8.3.
1250 (Preface): Updated support information.
bd7239f5 1251 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
1252 historical quote, the tense should be correct in the time that it
1253 was written.
1254
0afb49a1
LMI
12552011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1256
1257 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1258 (Finding the News): Doc clarification.
1259 (Terminology): Mention naming.
1260
e21bac42
G
12612011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1262
1263 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1264 (Interactive): Document `quiet'.
1265
5b409b39 12662011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 1267
bd7239f5 1268 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 1269
5b409b39 12702011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1271
bd7239f5 1272 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
1273 scope for `org-map-entries'.
1274
5b409b39 12752011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1276
1277 * org.texi (Visibility cycling): Document `org-copy-visible'.
1278
5b409b39 12792011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1280
bd7239f5 1281 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
1282 proper order.
1283
5b409b39 12842011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1285
1286 * org.texi (eval): Expand discussion of the :eval header argument.
1287
5b409b39 12882011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1289
1290 * org.texi (Languages): Add Lilypond and Awk as supported
1291 languages.
1292
5b409b39 12932011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 1294
bd7239f5 1295 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
1296 LOG_INTO_DRAWER can be used to override the contents of variable
1297 org-clock-into-drawer (or if unset, org-log-into-drawer).
1298
bd7239f5 1299 * org.texi: Replace @xref->@pxref.
3ab2c837 1300
5b409b39 13012011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1302
1303 * org.texi (Evaluating code blocks): Documenting the new option
1304 for inline call lines.
1305
5b409b39 13062011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1307
1308 * org.texi (Results of evaluation): More explicit about the
1309 mechanism through which interactive evaluation of code is
1310 performed.
1311
5b409b39 13122011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1313
1314 * org.texi (noweb-ref): New header argument documentation.
1315
5b409b39 13162011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1317
1318 * org.texi (Extracting source code): Documentation of the new
1319 org-babel-tangle-named-block-combination variable.
1320
5b409b39 13212011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1322
bd7239f5 1323 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 1324 behavior of multiple blocks of the same name is undefined.
3ab2c837 1325
5b409b39 13262011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
1327
1328 * org.texi (TaskJuggler export): Modify the example to reflect the
1329 new effort durations.
1330
5b409b39 13312011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1332
1333 * org.texi (Images in LaTeX export): Escape curly brackets in
1334 LaTeX example.
1335
5b409b39 13362011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1337
1338 * org.texi (The clock table): Document the :properties and
1339 :inherit-props arguments for the clocktable.
1340
5b409b39 13412011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1342
1343 * org.texi (Tables in LaTeX export): Document specifying placement
1344 options for tables.
1345
5b409b39 13462011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1347
1348 * org.texi (Evaluating code blocks): More specific documentation
1349 about the different types of header arguments.
1350
5b409b39 13512011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
1352
1353 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1354
5b409b39 13552011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1356
1357 * org.texi (Built-in table editor): Document the table field
1358 follow mode.
1359
5b409b39 13602011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1361
1362 * org.texi (Easy Templates): Document new template.
1363
5b409b39 13642011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1365
1366 * org.texi (Literal examples): Add a cross-reference from "Literal
1367 Examples" to "Easy Templates."
1368
5b409b39 13692011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1370
1371 * org.texi (The clock table): Add link to match syntax.
1372
5b409b39 13732011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1374
1375 * org.texi (Agenda commands): Document clock consistency checks.
1376
5b409b39 13772011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1378
1379 * org.texi (Built-in table editor): Document that \vert represents
1380 a vertical bar in a table field.
1381
5b409b39 13822011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1383
1384 * org.texi (Literal examples): Link from "Markup" > "Literate
1385 Examples" to "Working with Source Code".
1386
5b409b39 13872011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1388
1389 * org.texi (Agenda commands): Doc for function option to bulk
1390 action.
1391
5b409b39 13922011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1393
1394 * org.texi (Template expansion): Document new %<...> template
1395 escape.
1396
5b409b39 13972011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1398
1399 * org.texi (Selective export): Document exclusion of any tasks
1400 from export.
1401
5b409b39 14022011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1403
1404 * org.texi (Selective export): Document how to exclude DONE tasks
1405 from export.
1406 (Publishing options): Document the properties to be used to turn off
1407 export of DONE tasks.
1408
5b409b39 14092011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1410
1411 * org.texi (The date/time prompt): Document date range protection.
1412
5b409b39 14132011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1414
1415 * org.texi (padline): Documentation of the new padline header
1416 argument.
1417
5b409b39 14182011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1419
1420 * org.texi (var): Adding "[" to list of characters triggering
1421 elisp evaluation.
1422
5b409b39 14232011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1424
1425 * org.texi (var): Documentation of Emacs Lisp evaluation during
1426 variable assignment.
1427
5b409b39 14282011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1429
1430 * org.texi (colnames): Reference indexing into variables, and note
1431 that colnames are *not* removed before indexing occurs.
1432 (rownames): Reference indexing into variables, and note that
1433 rownames are *not* removed before indexing occurs.
1434
5b409b39 14352011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1436
1437 * org.texi (var): Clarification of indexing into tabular
1438 variables.
1439
5b409b39 14402011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1441
1442 * org.texi (results): Documentation of the `:results wrap' header
1443 argument.
1444
5b409b39 14452011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1446
bd7239f5 1447 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
1448 of the LaTeX export: the org file has to be properly structured.
1449
5b409b39 14502011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1451
1452 * org.texi (Dynamic blocks, Structure editing): Mention
1453 the function `org-narrow-to-block'.
1454
5b409b39 14552011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1456
1457 * org.texi (Languages): Updating list of code block supported
1458 languages.
1459
5b409b39 14602011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1461
1462 * org.texi (Special properties): CATEGORY is a special property,
1463 but it may also used in the drawer.
1464
5b409b39 14652011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1466
1467 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1468
5b409b39 14692011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1470
1471 * org.texi (Include files): Document :lines.
1472
5b409b39 14732011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1474
1475 * org.texi (comments): Documentation of the ":comments noweb" code
1476 block header argument.
1477
5b409b39 14782011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1479
1480 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1481 added extra whitespace around functions to be consistent with the
1482 rest of the section.
1483
5b409b39 14842011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1485
0b381c7e 1486 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
1487 #+call: line syntax.
1488 (Header arguments in function calls): Expanded discussion of
1489 #+call: line syntax.
1490
5b409b39 14912011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1492
1493 * org.texi (Evaluating code blocks): More explicit about how to
1494 pass variables to #+call lines.
1495
5b409b39 14962011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1497
1498 * org.texi (Results of evaluation): Link to the :results header
1499 argument list from the "Results of evaluation" section.
1500
5b409b39 15012011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1502
1503 * org.texi (Conflicts): Adding additional information about
1504 resolving org/yasnippet conflicts.
1505
5b409b39 15062011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1507
1508 * org.texi (Publishing options): Document style-include-scripts
1509 publishing project property.
1510
5b409b39 15112011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1512
1513 * org.texi (Sparse trees): Document the next-error /
1514 previous-error functionality.
1515
5b409b39 15162011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1517
1518 * org.texi (cache): Improved documentation of code block caches.
1519
5b409b39 15202011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1521
1522 * org.texi (Code block specific header arguments): Documentation
1523 of multi-line header arguments.
1524
5b409b39 15252011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1526
1527 * org.texi (Code evaluation security): Add example for using a
1528 function.
1529
5b409b39 15302011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1531
1532 * org.texi (Tables in LaTeX export): Documentation of new
1533 attr_latex options for tables.
1534
5b409b39
BG
15352011-08-03 Michael Albinus <michael.albinus@gmx.de>
1536
1537 * trampver.texi: Update release number.
1538
15392011-07-30 Michael Albinus <michael.albinus@gmx.de>
1540
1541 Sync with Tramp 2.2.2.
1542
1543 * trampver.texi: Update release number.
1544
064e2d08
LMI
15452011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1546
1547 * flymake.texi (Example -- Configuring a tool called via make):
1548 Use /dev/null instead of the Windows "nul" (bug#8715).
1549
b8151e9c
LMI
15502011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1551
1552 * widget.texi (Setting Up the Buffer): Remove mention of the
1553 global keymap parent, which doesn't seem to be accurate
1554 (bug#7045).
1555
5b409b39
BG
15562011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1557
1558 * org.texi (Special agenda views): Fix double quoting (bug#3509).
1559
c0a8ae95
KR
15602010-07-10 Kevin Ryde <user42@zip.com.au>
1561
1562 * cl.texi (For Clauses): Add destructuring example processing an
1563 alist (bug#6596).
1564
ac6531ad
LMI
15652011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1566
1567 * ediff.texi (Major Entry Points): Remove mention of `require',
1568 since that's not pertinent in the installed Emacs (bug#9016).
1569
d30dd079
G
15702011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1571
1572 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
1573 (Filtering New Groups): Clarify how simple the "options -n" format is.
1574 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1575 is internal.
d30dd079 1576
862c0d68
MA
15772011-07-04 Michael Albinus <michael.albinus@gmx.de>
1578
1579 * tramp.texi (Cleanup remote connections): Add
1580 `tramp-cleanup-this-connection'.
1581
cd865a33
G
15822011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1583
1584 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1585 zombies.
1586 (Checking New Groups): Ditto (bug#8974).
7d1738f1 1587 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
1588
15892011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1590
1591 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1592 backups, and not actual vc (bug#8975).
1593
79414ae4
KR
15942011-07-03 Kevin Ryde <user42@zip.com.au>
1595
1596 * cl.texi (For Clauses): @items for hash-values and key-bindings
1597 to make them more visible when skimming. Add examples of `using'
1598 clause to them, examples being clearer than a description in
1599 words (bug#6599).
1600
847ccf7c
AM
16012011-07-01 Alan Mackenzie <acm@muc.de>
1602
1603 * cc-mode.texi (Guessing the Style): New page.
1604 (Styles): Add a short introduction to above.
1605
3da13bb9
DD
16062011-06-28 Deniz Dogan <deniz@dogan.se>
1607
1608 * rcirc.texi (Configuration): Bug-fix:
1609 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1610 Reported by Elias Pipping <pipping@exherbo.org>.
1611
60a0884e
G
16122011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1613
1614 * gnus.texi (Summary Mail Commands): Document
1615 `gnus-summary-reply-to-list-with-original'.
1616
0c7efc08
SM
16172011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1618
1619 * eshell.texi (Known problems): Fix typo.
1620
ea3596a2
MA
16212011-06-12 Michael Albinus <michael.albinus@gmx.de>
1622
0c7efc08 1623 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1624 (Password handling): `auth-source-debug' is good for debug messages.
1625
2da9c605
G
16262011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1627
1628 * gnus.texi (Store custom flags and keywords): Refer to
1629 `gnus-registry-article-marks-to-{chars,names}' instead of
1630 `gnus-registry-user-format-function-{M,M2}'.
1631
e61923c8
GM
16322011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1633
1634 * texinfo.tex: Merge from gnulib.
1635
627abcdd
TZ
16362011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1637
1638 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1639 (Store custom flags and keywords):
1640 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1641 `gnus-registry-user-format-function-M2'.
1642
a3c92bc1
EZ
16432011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1644
8f906c40 1645 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1646
85d870a9
GM
16472011-05-17 Glenn Morris <rgm@gnu.org>
1648
1649 * gnus.texi (Face): Fix typo.
1650
2cdee799
GM
16512011-05-14 Glenn Morris <rgm@gnu.org>
1652
1653 * dired-x.texi (Omitting Examples): Minor addition.
1654
79b70037
GM
16552011-05-10 Jim Meyering <meyering@redhat.com>
1656
1657 * ede.texi: Fix typo "or or -> or".
1658
a7111a62 16592011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1660
1661 * gnus.texi (Summary Buffer Lines):
1662 gnus-summary-user-date-format-alist does not exist.
1663 (Sorting the Summary Buffer): More about sorting threads.
1664
69026aba
MA
16652011-04-25 Michael Albinus <michael.albinus@gmx.de>
1666
1667 * trampver.texi: Update release number.
1668
9024ff79
MA
16692011-04-14 Michael Albinus <michael.albinus@gmx.de>
1670
1671 * tramp.texi (Frequently Asked Questions): New item for disabling
1672 Tramp in other packages.
1673
c3c65d73
TZ
16742011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1675
1676 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1677 (Fancy splitting to parent, Store arbitrary data):
1678 Updated gnus-registry docs.
c3c65d73 1679
9ec6a317
JB
16802011-04-13 Juanma Barranquero <lekktu@gmail.com>
1681
1682 * ede.texi: Fix typos.
1683
1e3b6001
G
16842011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1685
9ec6a317
JB
1686 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1687 It's @table @code.
1e3b6001 1688
a5954fa5
G
16892011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1690
ed9265fc 1691 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 1692
d71990a1
JB
16932011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1694
1695 * calc.texi (Logarithmic Units): Update the function names.
1696
1518e4f0
G
16972011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1698
1699 * message.texi (Various Commands): Document format specs in the
1700 ellipsis.
1701
a123622d
G
17022011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1703
1704 * message.texi (Insertion Variables): Document message-cite-style.
1705
17062011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1707
1708 * tramp.texi (Remote processes): New subsection "Running shell on
1709 a remote host".
1710
4248cca2
TZ
17112011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1712
1713 * auth.texi (Help for developers): Update docs to explain that the
1714 :save-function will only run the first time.
1715
54ce11a1
GM
17162011-03-12 Glenn Morris <rgm@gnu.org>
1717
1718 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1719 (emacs-faq.text): New target.
1720 (clean): Add emacs-faq.
1721
0c3b25f8
MA
17222011-03-12 Michael Albinus <michael.albinus@gmx.de>
1723
1724 Sync with Tramp 2.2.1.
1725
1726 * trampver.texi: Update release number.
1727
b740639e
GM
17282011-03-11 Glenn Morris <rgm@gnu.org>
1729
1730 * Makefile.in (HTML_TARGETS): New.
1731 (clean): Delete $HTML_TARGETS.
1732 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1733
733afdf4
TZ
17342011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1735
1736 * auth.texi (Help for developers): Show example of using
1737 `auth-source-search' with prompts and :save-function.
1738
33383987
JB
17392011-03-07 Chong Yidong <cyd@stupidchicken.com>
1740
1741 * Version 23.3 released.
1742
a5057546
G
17432011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1744
1745 * message.texi (Message Buffers): Update default value of
1746 message-generate-new-buffers.
1747
479a2c9b
JB
17482011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1749
1750 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1751 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1752 respectively.
05a29101
JB
1753 (Musical Notes): New section.
1754 (Customizing Calc): Mention the customizable variable
1755 calc-note-threshold.
479a2c9b 1756
e0535b76
GM
17572011-03-03 Glenn Morris <rgm@gnu.org>
1758
1759 * url.texi (Dealing with HTTP documents): Remove reference to
1760 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1761 (Configuration): Update url-configuration-directory description.
e0535b76 1762
2777ccbf
GM
17632011-03-02 Glenn Morris <rgm@gnu.org>
1764
1765 * dired-x.texi (Multiple Dired Directories): Remove mentions
1766 of dired-default-directory-alist and dired-default-directory.
1767 Move dired-smart-shell-command here...
1768 (Miscellaneous Commands): ... from here.
1769
257219bd
PE
17702011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1771
1772 * texinfo.tex: Update to version 2011-02-24.09.
1773
8889f4e2
GM
17742011-03-02 Glenn Morris <rgm@gnu.org>
1775
1776 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1777 instead of the obsoleted dired-omit-here-always.
1778
5d41af19
MA
17792011-02-28 Michael Albinus <michael.albinus@gmx.de>
1780
1781 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1782 supported systems.
1783
2b0c7330 17842011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1785
61cf3a76
GM
1786 * dbus.texi (Type Conversion): Grammar fix.
1787
cce7d530 17882011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1789
cce7d530
GM
1790 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1791 "Debian GNU/Linux".
51a13bdd 1792
cce7d530
GM
1793 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1794
817b48a7
GM
17952011-02-23 Glenn Morris <rgm@gnu.org>
1796
cce7d530
GM
1797 * dired-x.texi (Features): Minor rephrasing.
1798 (Local Variables): Fix typos.
47301027
GM
1799
1800 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1801 Standardize some Emacs/XEmacs terminology.
1802
817b48a7
GM
1803 * dired-x.texi (Features): Don't advertise obsolete local variables.
1804 Simplify layout.
1805 (Omitting Variables): Update local variables example.
1806 (Local Variables): Say this is obsolete. Fix description of
1807 dired-enable-local-variables possible values.
1808
4a3988d5
G
18092011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1810
1811 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1812 default now.
1813
8e22bee0
G
18142011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1815
1816 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1817
06b840e0
LI
18182011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1819
1820 * gnus.texi (Window Layout): Document layout names.
1821
67ab0163 18222011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1823
1824 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1825 * auth.texi: Sync @dircategory with ../../info/dir.
1826 * autotype.texi: Sync @dircategory with ../../info/dir.
1827 * calc.texi: Sync @dircategory with ../../info/dir.
1828 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1829 * cl.texi: Sync @dircategory with ../../info/dir.
1830 * dbus.texi: Sync @dircategory with ../../info/dir.
1831 * dired-x.texi: Sync @dircategory with ../../info/dir.
1832 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1833 * ede.texi: Sync @dircategory with ../../info/dir.
1834 * ediff.texi: Sync @dircategory with ../../info/dir.
1835 * edt.texi: Sync @dircategory with ../../info/dir.
1836 * eieio.texi: Sync @dircategory with ../../info/dir.
1837 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1838 * epa.texi: Sync @dircategory with ../../info/dir.
1839 * erc.texi: Sync @dircategory with ../../info/dir.
1840 * eshell.texi: Sync @dircategory with ../../info/dir.
1841 * eudc.texi: Sync @dircategory with ../../info/dir.
1842 * flymake.texi: Sync @dircategory with ../../info/dir.
1843 * forms.texi: Sync @dircategory with ../../info/dir.
1844 * gnus.texi: Sync @dircategory with ../../info/dir.
1845 * idlwave.texi: Sync @dircategory with ../../info/dir.
1846 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1847 * message.texi: Sync @dircategory with ../../info/dir.
1848 * mh-e.texi: Sync @dircategory with ../../info/dir.
1849 * newsticker.texi: Sync @dircategory with ../../info/dir.
1850 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1851 * org.texi: Sync @dircategory with ../../info/dir.
1852 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1853 * pgg.texi: Sync @dircategory with ../../info/dir.
1854 * rcirc.texi: Sync @dircategory with ../../info/dir.
1855 * reftex.texi: Sync @dircategory with ../../info/dir.
1856 * remember.texi: Sync @dircategory with ../../info/dir.
1857 * sasl.texi: Sync @dircategory with ../../info/dir.
1858 * sc.texi: Sync @dircategory with ../../info/dir.
1859 * semantic.texi: Sync @dircategory with ../../info/dir.
1860 * ses.texi: Sync @dircategory with ../../info/dir.
1861 * sieve.texi: Sync @dircategory with ../../info/dir.
1862 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1863 * speedbar.texi: Sync @dircategory with ../../info/dir.
1864 * trampver.texi [emacs]: Set emacsname to "Emacs".
1865 * tramp.texi: Sync @dircategory with ../../info/dir.
1866 * url.texi: Sync @dircategory with ../../info/dir.
1867 * vip.texi: Sync @dircategory with ../../info/dir.
1868 * viper.texi: Sync @dircategory with ../../info/dir.
1869 * widget.texi: Sync @dircategory with ../../info/dir.
1870 * woman.texi: Sync @dircategory with ../../info/dir.
1871
30abce25
GM
18722011-02-19 Glenn Morris <rgm@gnu.org>
1873
0c7efc08
SM
1874 * dired-x.texi (Technical Details): No longer redefines
1875 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1876 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1877
f31f8469
GM
18782011-02-18 Glenn Morris <rgm@gnu.org>
1879
1880 * dired-x.texi (Optional Installation File At Point): Simplify.
1881
35123c04
TZ
18822011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1883
1884 * auth.texi (Help for users): Use :port instead of :protocol for all
1885 auth-source docs.
7ba93e94
G
1886 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1887 to have two files in `auth-sources'.
35123c04 1888
da5e0ce4
GM
18892011-02-16 Glenn Morris <rgm@gnu.org>
1890
b322c9af
GM
1891 * dired-x.texi: Use emacsver.texi to get Emacs version.
1892 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1893 Depend on emacsver.texi.
1894
07ca5555
GM
1895 * dired-x.texi: Drop meaningless version number.
1896 (Introduction): Remove old info.
1897 (Optional Installation Dired Jump): Autoload from dired-x.
1898 Remove incorrect info about loaddefs.el.
1899 (Bugs): Just refer to M-x report-emacs-bug.
1900
da5e0ce4
GM
1901 * dired-x.texi (Multiple Dired Directories): Update for rename of
1902 default-directory-alist.
1903 (Miscellaneous Commands): No longer mention very old VM version 4.
1904
bb55f713
PE
19052011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1906
1907 Merge from gnulib.
1908 * texinfo.tex: Update to version 2011-02-14.11.
1909
5415d076
G
19102011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1911
da5e0ce4
GM
1912 * auth.texi (Help for users):
1913 Login collection is "Login" and not "login".
5415d076 1914
14029d4b
MA
19152011-02-13 Michael Albinus <michael.albinus@gmx.de>
1916
1917 * tramp.texi (History): Remove IMAP support.
1918 (External methods, Frequently Asked Questions): Remove `imap' and
1919 `imaps' methods.
1920 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1921
1922 * trampver.texi: Remove default value of `emacsimap'.
1923
8a36c07f
GM
19242011-02-13 Glenn Morris <rgm@gnu.org>
1925
1926 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1927 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1928
165bc5a0
GM
19292011-02-12 Glenn Morris <rgm@gnu.org>
1930
1931 * sc.texi (Getting Connected): Remove old index entries.
1932
5415d076 19332011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
1934
1935 * url.texi: Remove duplicate @dircategory (Bug#7942).
1936
b8e0f0cd
G
19372011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
1938
8a36c07f
GM
1939 * auth.texi (Overview, Help for users, Help for developers):
1940 Update docs.
b8e0f0cd
G
1941 (Help for users): Talk about spaces.
1942
caf82551
PE
19432011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1944
1945 * texinfo.tex: Update to version 2011-02-07.16.
1946
1ff98217
MA
19472011-02-07 Michael Albinus <michael.albinus@gmx.de>
1948
1949 * dbus.texi (Bus names): Adapt descriptions for
1950 dbus-list-activatable-names and dbus-list-known-names.
1951
2e78df6b
JB
19522011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1953
1954 * calc.texi (Logarithmic Units): New section.
1955
7fbf7cae
TZ
19562011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
1957
1958 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1959 manuals use it now.
1960
0c7efc08 1961 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 1962
156ad271
KY
19632011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
1964
1965 * overrides.texi: Remove.
1966
1967 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
1968 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
1969
36539990
MA
19702011-02-05 Michael Albinus <michael.albinus@gmx.de>
1971
1972 * tramp.texi (Frequently Asked Questions): Mention problems with
1973 WinSSHD.
1974
1975 * trampver.texi: Update release number.
1976
19772011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1978
1979 * tramp.texi:
1980 Replace "delimet" with "delimit" globally.
1981 Replace "explicite" with "explicit" globally.
1982 Replace "instead of" with "instead" where there was nothing after "of".
1983 Audit use of comma before interrogative pronoun, "that", or "which".
1984 Minor word order, spelling, wording changes.
1985
ec72bf63
G
19862011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1987
1988 * overrides.texi: New file to set or clear WEBHACKDEVEL.
1989
1990 * sieve.texi: Use WEBHACKDEVEL.
1991
1992 * sasl.texi: Use WEBHACKDEVEL.
1993
1994 * pgg.texi: Use WEBHACKDEVEL.
1995
1996 * message.texi: Use WEBHACKDEVEL.
1997
1998 * gnus.texi: Use WEBHACKDEVEL.
1999
2000 * emacs-mime.texi: Use WEBHACKDEVEL.
2001
2002 * auth.texi: Use WEBHACKDEVEL.
2003
2004 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2005 manuals.
2006
20072011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2008
2009 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2010
90b750f4
PE
20112011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2012
2013 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2014 which in turn is copied from ftp://tug.org/tex/.
2015
0e751a49
GM
20162011-02-03 Glenn Morris <rgm@gnu.org>
2017
2018 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2019 (Binding combinations of modifiers and function keys):
2020 Let's assume people reading this are not using Emacs 18.
2021
7f13c2e2
LI
20222011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2023
2024 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2025 since it's run automatically.
2026
d76c843e
LI
20272011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2028
2029 * gnus.texi (Customizing Articles): Fix typo.
2030
12e3ca0a
LI
20312011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2032
2033 * gnus.texi (Customizing Articles): Document the new way of customizing
2034 the date headers(s).
2035
fe72c8fa
LI
20362011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2037
2038 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2039 splitting example.
2040
bf3dae7e
EZ
20412011-01-29 Eli Zaretskii <eliz@gnu.org>
2042
2043 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2044 (MAKEINFO_OPTS): New variable.
2045 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2046 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2047 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2048 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2049 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2050 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2051 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2052 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2053 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2054 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2055 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2056 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2057 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2058 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2059 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2060 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2061 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2062 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2063
d6f13ac8
LI
20642011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2065
2066 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2067
c5ecc769
G
20682011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2069
2070 * message.texi (IDNA): Explain what it is.
2071
20722011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2073
2074 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2075
45eb2a5d
WL
20762011-01-23 Werner Lemberg <wl@gnu.org>
2077
2078 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2079 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2080 (ENVADD): Update.
45eb2a5d 2081
6872a814
GM
20822011-01-18 Glenn Morris <rgm@gnu.org>
2083
2084 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2085
77ab81d0 20862011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2087
2088 * nxml-mode.texi (Introduction): Fix file name typos.
2089
d221e780
CO
20902011-01-13 Christian Ohler <ohler@gnu.org>
2091
2092 * ert.texi: New file.
2093
2094 * Makefile.in:
2095 * makefile.w32-in: Add ert.texi.
2096
8c904d82
MA
20972011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2098
2099 * dbus.texi (Receiving Method Calls): New function
2100 dbus-register-service. Rearrange node.
2101
f56e0e7a
PE
21022011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2103
2104 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2105 which in turn is copied from ftp://tug.org/tex/.
2106
0fadf00e
MA
21072011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2108
2109 * dbus.texi (Receiving Method Calls): Describe new optional
2110 parameter dont-register-service of dbus-register-{method,property}.
2111
8b358e90
DU
21122010-12-17 Daiki Ueno <ueno@unixuser.org>
2113
0c7efc08
SM
2114 * epa.texi (Encrypting/decrypting *.gpg files):
2115 Mention epa-file-select-keys.
8b358e90 2116
549c9aed
G
21172010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2118
2119 * gnus.texi (Archived Messages): Remove outdated text.
2120
21212010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2122
0c7efc08 2123 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 2124
156e3f9c
G
21252010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2126
83f3eadc 2127 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 2128
8151d490
AC
21292010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2130
2131 * gnus.texi (The swish++ Engine): Add customizable parameters
2132 descriptions.
2133 (The swish-e Engine): Ditto.
2134
305bdd22
MA
21352010-12-14 Michael Albinus <michael.albinus@gmx.de>
2136
2137 * tramp.texi (Inline methods): Add "ksu" method.
2138 (Remote processes): Add example with remote `default-directory'.
2139
53aff12a
GM
21402010-12-14 Glenn Morris <rgm@gnu.org>
2141
2142 * faq.texi (Expanding aliases when sending mail):
2143 Now build-mail-aliases is interactive.
2144
8a1cdce5
AC
21452010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2146
2147 * gnus.texi: First pass at adding (rough) nnir documentation.
2148
7410c270
G
21492010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2150
53aff12a
GM
2151 * gnus.texi (Filtering New Groups):
2152 Mention gnus-auto-subscribed-categories.
2153 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
2154 removed.
2155
f49d1f52 21562010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
2157
2158 * cl.texi (For Clauses): Small fixes for frames and windows.
2159
acedf35c
CD
21602010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2161
2162 * org.texi (Using capture): Document using prefix arguments for
2163 finalizing capture.
2164 (Agenda commands): Document prefix argument for the bulk scatter
2165 command.
2166 (Beamer class export): Document that also overlay arguments can be
2167 passed to the column environment.
2168 (Template elements): Document the new entry type.
2169
21702010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2171
2172 * org.texi (Include files): Document :minlevel.
2173
21742010-12-11 Julien Danjou <julien@danjou.info>
2175
2176 * org.texi (Categories): Document category icons.
2177
21782010-12-11 Eric Schulte <schulte.eric@gmail.com>
2179
2180 * org.texi (noweb): Fix typo.
2181
516aa569
G
21822010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2183
2184 * gnus.texi (Server Commands): Point to the rest of the server
2185 commands.
2186
04db63bc
G
21872010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2188
2189 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2190 g'.
2191
ed797193
G
21922010-12-02 Julien Danjou <julien@danjou.info>
2193
2194 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2195
21962010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2197
2198 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2199 (Direct Functions): Note the STARTTLS upgrade.
2200
07976ae3 22012010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 2202 James Clark <none@example.com>
d3dfb185
GM
2203
2204 * nxml-mode.texi (Introduction): New section.
2205
59e75882
G
22062010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2207
2208 * gnus.texi (Server Commands): Document gnus-server-show-server.
2209
568a887f
MA
22102010-11-20 Michael Albinus <michael.albinus@gmx.de>
2211
2212 Sync with Tramp 2.2.0.
2213
2214 * trampver.texi: Update release number.
2215
1265829e
JB
22162010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2217
2218 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2219 Mention that the TeX specific units won't use the `tex' prefix
2220 in TeX mode.
2221
239661c0
KY
22222010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2223
2224 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2225
4a47c275 22262010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
2227
2228 * edt.texi: Remove information about Emacs 19.
2229
4a47c275 22302010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
2231
2232 * trampver.texi: Update release number.
2233
2f0e0dc8
KY
22342010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2235
2236 * gnus.texi (Article Washing): Fix typo.
2237
afe98dfa
CD
22382010-11-11 Noorul Islam <noorul@noorul.com>
2239
56f5a94e 2240 * org.texi: Fix typo.
afe98dfa
CD
2241
22422010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2243
2244 * org.texi (Using capture): Explain that refiling is
2245 sensitive to cursor position.
2246
22472010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2248
56f5a94e 2249 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
2250
22512010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2252
2253 * org.texi: Document the <c> cookie.
2254
22552010-11-11 Eric Schulte <schulte.eric@gmail.com>
2256
bd7239f5 2257 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 2258 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
2259
22602010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2261
56f5a94e 2262 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
2263
22642010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2265
56f5a94e 2266 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
2267
22682010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2269
2270 * org.texi (Setting up the staging area): Document that
2271 file names remain visible when encrypting the MobileOrg files.
2272
22732010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2274
2275 * org.texi (Setting up the staging area): Document which
2276 versions are needed for encryption.
2277
22782010-11-11 Eric Schulte <schulte.eric@gmail.com>
2279
56f5a94e
GM
2280 * org.texi (noweb): Update :noweb documentation to
2281 reflect the new "tangle" argument.
afe98dfa
CD
2282
22832010-11-11 Eric Schulte <schulte.eric@gmail.com>
2284
56f5a94e
GM
2285 * org.texi (Batch execution): Improve tangling script in
2286 documentation.
afe98dfa
CD
2287
22882010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2289
2290 * org.texi (Handling links):
2291 (In-buffer settings): Document inlining images on startup.
2292
22932010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2294
2295 * org.texi (Setting up the staging area): Document use of
2296 crypt password.
2297
22982010-11-11 David Maus <dmaus@ictsoc.de>
2299
56f5a94e 2300 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
2301
23022010-11-11 David Maus <dmaus@ictsoc.de>
2303
56f5a94e
GM
2304 * org.texi (Template expansion): Add mew in table for link type
2305 escapes.
afe98dfa
CD
2306
23072010-11-11 David Maus <dmaus@ictsoc.de>
2308
56f5a94e 2309 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
2310
23112010-11-11 Eric Schulte <schulte.eric@gmail.com>
2312
56f5a94e 2313 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
2314
23152010-11-11 Eric Schulte <schulte.eric@gmail.com>
2316
56f5a94e 2317 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
2318
23192010-11-11 Eric Schulte <schulte.eric@gmail.com>
2320
56f5a94e
GM
2321 * org.texi (Structure of code blocks):
2322 Update documentation to mention inline code block syntax.
afe98dfa
CD
2323
23242010-11-11 Eric Schulte <schulte.eric@gmail.com>
2325
56f5a94e 2326 * org.texi (comments): Improve wording.
afe98dfa
CD
2327
23282010-11-11 Eric Schulte <schulte.eric@gmail.com>
2329
56f5a94e 2330 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
2331
23322010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2333
2334 * org.texi (Installation): Remove the special
2335 installation instructions for XEmacs.
2336
23372010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2338
56f5a94e 2339 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
2340 insertion of empty structural elements.
2341
23422010-11-11 Noorul Islam <noorul@noorul.com>
2343
56f5a94e 2344 * org.texi: Fix doc.
afe98dfa
CD
2345
23462010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2347
2348 * org.texi (The date/time prompt): Document specification
2349 of time ranges.
2350
23512010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2352
2353 * org.texi (Internal links): Document the changes in
2354 internal links.
2355
23562010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2357
2358 * org.texi (Agenda commands): Document the limitation for
2359 the filter preset - it can only be used for an entire agenda
2360 view, not in an individual block in a block agenda.
2361
23622010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2363
2364 * org.texi (iCalendar export): Document alarm creation.
2365
6f8fc60c
MA
23662010-11-10 Michael Albinus <michael.albinus@gmx.de>
2367
2368 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2369
be3c11b3
LMI
23702010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2371
2372 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2373
d607b96b 23742010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 2375
d607b96b 2376 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 2377
181cb5fb
G
23782010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2379
2380 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2381 since that works by default.
2382
23832010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2384
2385 * gnus.texi (Customizing the IMAP Connection): Document
2386 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2387
36bc5d3b
MA
23882010-11-04 Michael Albinus <michael.albinus@gmx.de>
2389
2390 * tramp.texi (Remote shell setup): New item "Interactive shell
2391 prompt". Reported by Christian Millour <cm@abtela.com>.
2392 (Remote shell setup, Remote processes): Use @code{} for
2393 environment variables.
2394
cf503f7c
GM
23952010-11-03 Glenn Morris <rgm@gnu.org>
2396
537b04b9 2397 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 2398 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 2399
389b76fa
G
24002010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2401
2402 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2403
2699a554 24042010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
2405
2406 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2407
2699a554 24082010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
2409
2410 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2411
99e65b2d
G
24122010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2413
0c7efc08
SM
2414 * gnus.texi (Client-Side IMAP Splitting):
2415 Mention nnimap-unsplittable-articles.
99e65b2d
G
2416
24172010-10-29 Julien Danjou <julien@danjou.info>
2418
2419 * gnus.texi (Finding the News): Remove references to obsoletes
2420 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2421
aeeb3dcb
EZ
24222010-10-29 Eli Zaretskii <eliz@gnu.org>
2423
2424 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2425 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2426 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2427 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2428
8289f37b
GM
24292010-10-28 Glenn Morris <rgm@gnu.org>
2430
2431 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2432 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2433 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2434
d85d3b3a
DU
24352010-10-25 Daiki Ueno <ueno@unixuser.org>
2436
2437 * epa.texi (Mail-mode integration): Add alternative key bindings
2438 for epa-mail commands; escape comma.
c05c2b9b 2439 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 2440
9f534a47
JB
24412010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
2442
99e65b2d 2443 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 2444
5793a7bc 24452010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
2446
2447 * gnus.texi (Group Parameters, Buttons): Fix typos.
2448
280f417b
G
24492010-10-22 Tassilo Horn <tassilo@member.fsf.org>
2450
2451 * gnus.texi (Subscription Commands): Mention that you can also
2452 subscribe to new groups via the Server buffer, which is probably more
2453 convenient when subscribing to many groups.
2454
d806c872
G
24552010-10-21 Julien Danjou <julien@danjou.info>
2456
2457 * message.texi (Message Headers): Allow message-default-headers to be a
2458 function.
2459
d5798f68
LMI
24602010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2461
2462 * gnus-news.texi: Mention new archive defaults.
2463
b79bbef7
KY
24642010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2465
2466 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2467
2526f423
G
24682010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2469
2470 * gnus.texi (HTML): Document the function value of
2471 gnus-blocked-images.
2472 (Article Washing): shr and gnus-w3m, not the direct function names.
2473
ba91f05d
G
24742010-10-20 Julien Danjou <julien@danjou.info>
2475
2476 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2477 variable.
2478
da451787
LMI
24792010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2480
2481 * gnus.texi (Customizing the IMAP Connection): The port strings are
2482 strings.
c872595d 2483 (Document Groups): Mention git.
da451787 2484
7cad71ad
G
24852010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2486
2487 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2488 bzr/Gnus git sync.
2489
c56dfd36
EZ
24902010-10-15 Eli Zaretskii <eliz@gnu.org>
2491
2492 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2493 change.
2494
a1d16a7b
G
24952010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2496
2497 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2498 @item syntax for in-Emacs makeinfo.
2499
25002010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2501
2502 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2503 trim sentence.
2504
98e2b864
DU
25052010-10-12 Daiki Ueno <ueno@unixuser.org>
2506
2507 * epa.texi (Caching Passphrases):
0c7efc08
SM
2508 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2509 Clarify some configurations require to set up gpg-agent.
98e2b864 2510
c12e4a81
GM
25112010-10-11 Glenn Morris <rgm@gnu.org>
2512
2513 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2514
f7aa248a
G
25152010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2516
2517 * gnus.texi (Spam Package Introduction): Mention `$'.
2518
6513b232
EZ
25192010-10-09 Eli Zaretskii <eliz@gnu.org>
2520
2521 * makefile.w32-in (emacsdir): New variable.
2522 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2523 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2524
abd40fb4
GM
25252010-10-09 Glenn Morris <rgm@gnu.org>
2526
0f05450f
GM
2527 * Makefile.in (mostlyclean): Delete *.toc.
2528
d3a4ac46
GM
2529 * Makefile.in: Use $< in rules.
2530
aa9db089
GM
2531 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2532
abd40fb4
GM
2533 * Makefile.in ($(infodir)): Delete rule.
2534 (mkinfodir): New. Use it in all the info rules, rather than depending
2535 on infodir.
2536
ea274122
GM
25372010-10-09 Glenn Morris <rgm@gnu.org>
2538
6e90e2a8
GM
2539 * gnus.texi (Article Washing): Fix previous change.
2540
f7a31f11
GM
2541 * Makefile.in (emacsdir): New variable.
2542 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
2543 Depend on emacsver.texi.
2544
f7a31f11
GM
2545 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2546
ea274122
GM
2547 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2548
36d3245f
G
25492010-10-08 Julien Danjou <julien@danjou.info>
2550
f7a31f11 2551 * gnus.texi: Add mm-shr.
36d3245f
G
2552
25532010-10-08 Ludovic Courtès <ludo@gnu.org>
2554
2555 * gnus.texi (Finding the Parent, The Gnus Registry)
2556 (Registry Article Refer Method): Update docs for nnregistry.el.
2557
25582010-10-08 Daiki Ueno <ueno@unixuser.org>
2559
2560 * auth.texi (Help for users)
2561 (GnuPG and EasyPG Assistant Configuration): Update docs.
2562
12359245
GM
25632010-10-08 Glenn Morris <rgm@gnu.org>
2564
2565 * cl.texi (Organization, Installation, Old CL Compatibility):
2566 Deprecate cl-compat for new code.
4628bef1 2567 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
2568
2569 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2570
fcf2d385
KY
25712010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2572
2573 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2574
66627fa9
G
25752010-10-06 Julien Danjou <julien@danjou.info>
2576
fd9ba500
JD
2577 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2578
66627fa9
G
2579 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2580 broken link.
2581
2582 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2583
2584 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2585 to ReiserFS.
2586
2587 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2588 (FAQ 7-1): Fix getmail URL.
2589
65f54520
DU
25902010-10-06 Daiki Ueno <ueno@unixuser.org>
2591
2592 * epa.texi (Caching Passphrases): New section.
2593
4c83f6e1
GM
25942010-10-06 Glenn Morris <rgm@gnu.org>
2595
2596 * Makefile.in (SHELL): Set it.
2597 (info): Move the mkdir dependency to the individual info files.
2598 (mostlyclean): Tidy up.
2599 (clean): Only delete the specific dvi and pdf files.
2600 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 2601 ($(infodir)): Add parallel build workaround.
4c83f6e1 2602
71e691a5
G
26032010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2604
2605 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2606
a41c2e6d
G
26072010-10-03 Julien Danjou <julien@danjou.info>
2608
0c7efc08
SM
2609 * emacs-mime.texi (Display Customization):
2610 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
2611 mm-inline-large-images-proportion.
2612
37255945
MA
26132010-10-03 Michael Albinus <michael.albinus@gmx.de>
2614
0c7efc08
SM
2615 * tramp.texi (Frequently Asked Questions):
2616 Mention remote-file-name-inhibit-cache.
37255945 2617
11e4e7bd
LMI
26182010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2619
2620 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2621 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2622
cb83220a
KY
26232010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2624
0c7efc08
SM
2625 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2626 (Article Hiding): Add google banner example.
2627 Suggested by Benjamin Xu.
cb83220a 2628
6b958814
G
26292010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2630
0c7efc08
SM
2631 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2632 Remove nnimap-split-rule from examples.
6b958814
G
2633
26342010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2635
2636 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2637 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2638 Fishman.
2639 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2640
26412010-09-30 Julien Danjou <julien@danjou.info>
2642
2643 * gnus.texi (Gravatars): Fix documentation about
2644 gnu-gravatar-properties.
2645
b9476c04
DU
26462010-09-29 Daiki Ueno <ueno@unixuser.org>
2647
2648 * epa.texi (Bug Reports): New section.
2649
5f874327
GM
26502010-09-29 Glenn Morris <rgm@gnu.org>
2651
2652 * Makefile.in (top_srcdir): Remove unused variable.
2653
6b958814
G
26542010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2655
2656 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2657 (Client-Side IMAP Splitting): Document 'default.
2658
26592010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2660
0c7efc08
SM
2661 * gnus.texi (Customizing the IMAP Connection):
2662 Document nnimap-fetch-partial-articles.
6b958814 2663
82bccbfa
KY
26642010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2665
2666 * gnus-news.texi: Mention nnimap-inbox.
2667
2668 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2669
26702010-09-26 Julien Danjou <julien@danjou.info>
2671
47e08896 2672 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2673
26742010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2675
2676 * gnus.texi (Security): Remove gpg.el mention.
2677
26782010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2679
2680 * gnus.texi (Browse Foreign Server): New variable
2681 gnus-browse-subscribe-newsgroup-method.
2682
2683 * gnus-news.texi: Mention it.
2684
26852010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2686
0c7efc08 2687 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2688 (Startup Variables): No jingle.
2689
4c964351
UM
26902010-09-25 Ulrich Mueller <ulm@gentoo.org>
2691
2692 * woman.texi (Interface Options): xz compression is now supported.
2693
82bccbfa
KY
26942010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2695
2696 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2697 (Unavailable Servers): Document gnus-server-copy-server.
2698 (Using IMAP): Document the new nnimap.
2699
27002010-09-25 Julien Danjou <julien@danjou.info>
2701
47e08896 2702 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2703
18778f71
GM
27042010-09-24 Glenn Morris <rgm@gnu.org>
2705
2706 * url.texi (Disk Caching): Tweak previous change.
2707
9c766321
JD
27082010-09-24 Julien Danjou <julien@danjou.info>
2709
2710 * url.texi (Disk Caching): Mention url-cache-expire-time,
2711 url-cache-expired, and url-fetch-from-cache.
2712
82bccbfa
KY
27132010-09-24 Julien Danjou <julien@danjou.info>
2714
2715 * gnus.texi: Add Gravatars.
2716
27172010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2718
2719 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2720
592bdb9a
LMI
27212010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2722
2723 * gnus.texi (Expunging mailboxes): Update name of the expunging
2724 command.
2725
e4e22d29
KY
27262010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2727
2728 * emacs-mime.texi (rfc2047): Update description for
2729 rfc2047-encode-parameter.
2730
371d9801
MA
27312010-09-13 Michael Albinus <michael.albinus@gmx.de>
2732
2733 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2734 "fish" methods.
2735 (External methods): Remove "scp1_old" and "scp2_old" methods.
2736
31ae5827
MA
27372010-09-09 Michael Albinus <michael.albinus@gmx.de>
2738
2739 * tramp.texi: Remove Japanese manual. Fix typo.
2740
2741 * trampver.texi: Update release number. Remove japanesemanual.
2742
c0468714
GM
27432010-09-09 Glenn Morris <rgm@gnu.org>
2744
2745 * org.texi: Restore clobbered changes (copyright years, untabify).
2746
86441999
JD
27472010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2748
2749 * gnus.texi (Adaptive Scoring): Fix typo.
2750
25f28806
LMI
27512010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2752
2753 * gnus.texi (Article Display): Document gnus-html-show-images.
2754
45240125 27552010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2756
45240125
JD
2757 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2758
59d09f15
LMI
27592010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2760
2761 * gnus.texi (HTML): Document gnus-max-image-proportion.
2762
2cdd366f
KY
27632010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2764
51dee5ef
KY
2765 * gnus.texi (HTML): Document gnus-blocked-images.
2766
2cdd366f
KY
2767 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2768
b0e4f3fc
KY
27692010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2770
2771 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2772 the first message are used for wide replies.
f02566ce
KY
2773 (Changing Servers): Remove documentation on gnus-change-server and
2774 friends, since it's been removed.
b0e4f3fc 2775
598451ed
KY
27762010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2777
2778 * gnus.texi (Drafts): Mention B DEL.
2779
e7842e69
KY
27802010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2781
2782 * gnus.texi (Delayed Articles): Mention that the Date header is the
2783 original one, even if you delay.
2784
85115796
KY
27852010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2786
0c7efc08
SM
2787 * gnus.texi (Asynchronous Fetching):
2788 Document gnus-async-post-fetch-function.
85115796
KY
2789 (HTML): Made into its own section.
2790
f0b44bc0
MA
27912010-08-26 Michael Albinus <michael.albinus@gmx.de>
2792
2793 Sync with Tramp 2.1.19.
2794
217876c9 2795 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2796 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2797 Remove remark about doubled "-t" argument.
217876c9
MA
2798 (Auto-save and Backup): Remove reference to Emacs 21.
2799 (Filename Syntax): Describe port numbers.
2800 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2801 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2802 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2803 errors with the backquotes.
2804 (External packages): File attributes cache flushing for asynchronous
2805 processes.
2806 (Traces and Profiles): Describe verbose level 9.
2807
f0b44bc0
MA
2808 * trampver.texi: Update release number.
2809
7457f7b6
MA
28102010-08-23 Michael Albinus <michael.albinus@gmx.de>
2811
2812 * dbus.texi (Alternative Buses): New chapter.
2813
b695beda
SM
28142010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2815
2816 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2817
443c2c03
JB
28182010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2819
2820 * calc.texi (Customizing Calc): Rearrange description of new
2821 variables to match the presentation of other variables.
2822
7815fe19 28232010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2824
2825 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2826
2c695727
JB
28272010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2828
2829 * calc.texi (Making Selections, Selecting Subformulas)
2830 (Customizing Calc): Mention how to use faces to emphasize selected
2831 sub-formulas.
2832
bbb6ffa1
MA
28332010-08-05 Michael Albinus <michael.albinus@gmx.de>
2834
2835 * tramp.texi (External packages): File attributes cache flushing
2836 for asynchronous processes.
2837
5cee0a9c
AM
28382010-08-01 Alan Mackenzie <acm@muc.de>
2839
2840 Enhance the manual for the latest Java Mode.
2841
2842 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2843 annotation-var-cont.
2844 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2845 two new symbols.
2846
3f2afe32
MA
28472010-07-28 Michael Albinus <michael.albinus@gmx.de>
2848
2849 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2850
0ed082fe 28512010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2852
2853 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2854
311f0356
JB
28552010-07-19 Juanma Barranquero <lekktu@gmail.com>
2856
2857 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2858
86fbb8ca
CD
28592010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2860
2861 * org.texi: Add macros to get plain quotes in PDF output.
2862 List additional contributors.
2863 (Capture): New section, replaces the section about remember.
2864 (Working With Source Code): New chapter, focused on documenting Org
2865 Babel.
2866 (Code evaluation security): New section.
2867 (MobileOrg): Document DropBox support.
2868 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2869 (Special symbols): Show how to display UTF8 characters for entities.
2870 (Global TODO list): Clarify the use of the "M" key and the differences
2871 to the "m" key.
2872 (RSS Feeds): Mention Atom feeds as well.
2873 (Setting tags): Remove paragraph about
2874 `org-complete-tags-always-offer-all-agenda-tags'.
2875
5732e8ed
MA
28762010-07-17 Michael Albinus <michael.albinus@gmx.de>
2877
2878 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2879 argument.
2880 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2881 echoing shells.
2882
ca1bb391
MA
28832010-07-10 Michael Albinus <michael.albinus@gmx.de>
2884
2885 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2886 (Filename Syntax): Describe port numbers.
2887
5bd55c3c
MA
28882010-07-09 Michael Albinus <michael.albinus@gmx.de>
2889
2890 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2891 forgotten.
2892 (Type Conversion): Precise conversion of natural numbers.
2893 (Errors and Events): Add "debugging" to concept index. Add variable
2894 `dbus-debug'.
2895
820ae8fe
MA
28962010-07-04 Michael Albinus <michael.albinus@gmx.de>
2897
2898 * dbus.texi (Receiving Method Calls): Add optional argument
2899 EMITS-SIGNAL to `dbus-register-property'.
2900
b6f9df0f
JB
29012010-06-27 Alex Schroeder <alex@gnu.org>
2902
2903 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2904
62e034c2
GM
29052010-06-24 Glenn Morris <rgm@gnu.org>
2906
2907 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2908 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2909 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2910 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2911 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2912 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2913 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2914 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2915 convention. Make them end with a period.
2916
9360256a
GM
29172010-06-23 Glenn Morris <rgm@gnu.org>
2918
2919 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
2920 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2921 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2922 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2923 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2924 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 2925
04d3bb6c
GM
29262010-06-10 Glenn Morris <rgm@gnu.org>
2927
2928 * idlwave.texi (Load-Path Shadows):
2929 * org.texi (Handling links): Fix typos.
2930
5e7d4a75
KY
29312010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
2932
2933 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2934
9841cb4f
MA
29352010-05-26 Michael Albinus <michael.albinus@gmx.de>
2936
2937 * eshell.texi (Built-ins): Describe, how to disable a built-in command
2938 by an alias. (Bug#6226)
2939
597517ef
JB
29402010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2941
2942 * calc.texi (Manipulating Vectors): Mention that vectors can
2943 be used to determine bins for `calc-histogram'.
2944
14914c43
JB
29452010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2946
597517ef 2947 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 2948
0235128c 29492010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2950
2951 * url.texi (HTTP language/coding, Customization):
2952 * message.texi (Header Commands, Responses):
2953 * cl.texi (Argument Lists): Fix typos.
2954
0235128c 29552010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 2956
0235128c
SM
2957 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2958 Note that Development menu is always available.
aa5789b5
CY
2959 (Creating a project): Fix terminology.
2960 (Add/Remove files): Fix typo.
2961
0235128c
SM
29622010-05-07 Chong Yidong <cyd@stupidchicken.com>
2963
2964 * Version 23.2 released.
2965
a628ad9d 29662010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
2967
2968 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
2969
502269d6
MA
29702010-05-01 Michael Albinus <michael.albinus@gmx.de>
2971
0235128c
SM
2972 * tramp.texi (Inline methods, Default Method):
2973 Mention `tramp-inline-compress-start-size'.
502269d6 2974
6e104790 29752010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
2976
2977 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
2978 the CVS repo. Put the Git repo in the news section.
2979
6e104790 2980 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
2981 Removed some mentions of CVS. Mention the new Git repo.
2982
6e104790 29832010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
2984
2985 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
2986 (Mail Group Commands): Add index entry.
2987
6e104790 29882010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
2989
2990 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
2991
f8b91752
JB
29922010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
2993
2994 * calc.texi (Radix modes): Mention that the option prefix will
2995 turn on twos-complement mode.
2996 (Inverse and Hyperbolic Flags): Mention the Option flag.
2997
ed21c5c8
CD
29982010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
2999
3000 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 3001 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
3002 (Sectioning structure): Update.
3003 (References): New use case for field coordinates.
6e104790 3004 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
3005 (Setting up the staging area): Document the availability of
3006 encryption for MobileOrg.
3007 (Images and tables): Document how to reference labels.
3008 (Index entries): New section.
3009 (Generating an index): New section.
3010 (Column width and alignment): Document that <N> now
3011 means a fixed width, not a maximum width.
3012 (Publishing options): Document the :email option.
3013 (Beamer class export): Fix bug in the BEAMER example.
3014 (Refiling notes): Document refile logging.
3015 (In-buffer settings): Document refile logging keywords.
3016 (Drawers): Document `C-c C-z' command.
3017 (Agenda commands): Mention the alternative key `C-c C-z'.
3018 (Special properties): Document the BLOCKED property.
3019 (The spreadsheet): Mention the formula editor.
3020 (References): Document field coordinates.
3021 (Publishing action): Correct the documentation for the
3022 publishing function.
3023 (The date/time prompt): Document that we accept dates
3024 like month/day/year.
3025 (Cooperation): Document the changes in table.el support.
3026 (Faces for TODO keywords, Faces for TODO keywords)
3027 (Priorities): Document the easy colors.
3028 (Visibility cycling): Document the new double prefix
3029 arg for `org-reveal'.
3030 (Cooperation): Remember.el is part of Emacs.
3031 (Clean view): Mention that `wrap-prefix' is also set by
3032 org-indent-mode.
3033 (Agenda commands): Add information about prefix args to
3034 scheduling and deadline commands.
3035 (Search view): Point to the docstring of
3036 `org-search-view' for more details.
6e104790 3037 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3038 (Setting tags): Document variable
3039 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3040 (Column attributes): Cross-reference special properties.
ed21c5c8 3041
456b348e
MA
30422010-04-10 Michael Albinus <michael.albinus@gmx.de>
3043
3044 Synchronize with Tramp repository.
3045
3046 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3047 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3048 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3049 syntax, texi2dvi reports errors with the backquotes.
3050
3051 * trampver.texi: Update release number.
3052
357e2d8e
KY
30532010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3054
3055 * gnus.texi (Finding the News): Add pointers to the Server buffer
3056 because it's essential.
3057
1d4d7664
KY
30582010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3059
3060 * gnus.texi (MIME Commands): Update description of
3061 gnus-article-browse-html-article.
3062
bd3e840f
KY
30632010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3064
3065 * auth.texi (Secret Service API): Add TODO node.
3066 (Help for users): Explain the new source options for `auth-sources'.
3067
e867cb5d 30682010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3069
3070 * trampver.texi: Update release number.
3071
288f9fc0
CY
30722010-03-10 Chong Yidong <cyd@stupidchicken.com>
3073
3074 * Branch for 23.2.
3075
d99aaebd
CY
30762010-03-03 Chong Yidong <cyd@stupidchicken.com>
3077
3078 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3079 now enabled by default.
3080
5794c2a5
MA
30812010-02-28 Michael Albinus <michael.albinus@gmx.de>
3082
3083 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3084 when Emacs runs in interactive mode. (Bug#5645)
3085
40572be6
GM
30862010-02-16 Glenn Morris <rgm@gnu.org>
3087
3088 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3089
7bb8ed67
MH
30902010-02-05 Mark A. Hershberger <mah@everybody.org>
3091
3092 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3093
45a1423d 30942010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3095
3096 * gnus.texi (Score File Format): Fix typo.
3097
45a1423d 30982010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3099
3100 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3101
14f17fc8
JB
31022010-01-18 Juanma Barranquero <lekktu@gmail.com>
3103
3104 * ada-mode.texi (Project File Overview): Fix typo.
3105
607d4369
CY
31062010-01-17 Chong Yidong <cyd@stupidchicken.com>
3107
3108 * semantic.texi: Add Richard Y. Kim credit.
3109
3110 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3111
3d1bfa99
MA
31122010-01-17 Michael Albinus <michael.albinus@gmx.de>
3113
3114 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 3115 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 3116
6fbf7a75
GM
31172010-01-17 Glenn Morris <rgm@gnu.org>
3118
b9f978f0
GM
3119 * calc.texi (Reporting Bugs): Don't mention format of repository.
3120
f19bc38d
GM
3121 * woman.texi (Bugs): Make "Emacs repository" less specific,
3122 and the URL for same more specific.
3123
6fbf7a75
GM
3124 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3125
16c3428a
JB
31262010-01-17 Juanma Barranquero <lekktu@gmail.com>
3127
3128 * ede.texi (ede-step-project, ede-proj-target):
3129 * tramp.texi (Remote processes): Fix typos.
3130
045b9da7
ML
31312010-01-16 Mario Lang <mlang@delysid.org>
3132
3133 * ede.texi (ede-target):
3134 * org.texi (Refiling notes): Remove duplicated words.
3135
c57008f6
SM
31362010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3137
3138 * gnus.texi (Posting Styles): Use with-current-buffer.
3139 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3140
798c9eb5
KR
31412010-01-02 Kevin Ryde <user42@zip.com.au>
3142
3143 * eieio.texi (Naming Conventions): Correction to xref on elisp
3144 coding conventions, is "Tips" node not "Standards".
3145
4970fbfe
CY
31462009-12-24 Chong Yidong <cyd@stupidchicken.com>
3147
3148 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3149
3150 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3151
83828b06
KY
31522009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3153
3154 * gnus.texi (Direct Functions): Add missing port number to tls method.
3155
45a4a565
JB
31562009-12-15 Juanma Barranquero <lekktu@gmail.com>
3157
3158 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3159 ($(infodir)/edt, edt.dvi): New targets.
3160
698bfef7
GM
31612009-12-15 Glenn Morris <rgm@gnu.org>
3162
3163 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3164 (edt, $(infodir)/edt, edt.dvi): New targets.
3165 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3166
3167 * Makefile.in (PDF_TARGETS, pdf): New.
3168 (clean): Add *.pdf.
3169 Add pdf rules for all manuals.
3170
0e983327
JB
31712009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3172
3173 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3174
8e687433
CY
31752009-12-14 Chong Yidong <cyd@stupidchicken.com>
3176
3177 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3178 (Smart Jump, Analyzer Debug): Copyedits.
3179 (Semantic mode user commands): Link to new nodes.
3180 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3181 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3182 upstream Semantic manual.
3183
3184 * semantic.texi (Introduction): Minor fix to diagram.
3185
020335df
MA
31862009-12-09 Michael Albinus <michael.albinus@gmx.de>
3187
3188 * eshell.texi (History): Add the other built-in variables.
3189 (Built-ins): Explain built-ins, and how to apply the external commands.
3190 Add `history', `su' and `sudo'.
3191
3192 * tramp.texi (Remote processes): Add missing <RET> in the example.
3193
6ddf13e4
BW
31942009-12-01 Bill Wohler <wohler@newt.com>
3195
3196 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 3197 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
3198 excessively garrulous.
3199
07b6428c
MA
32002009-11-29 Michael Albinus <michael.albinus@gmx.de>
3201
3202 * tramp.texi (Remote processes): Improve eshell example with "su"
3203 and "sudo" commands.
3204
fd1cefda
CY
32052009-11-28 Chong Yidong <cyd@stupidchicken.com>
3206
3207 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3208
3209 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3210 Document semantic-complete-analyze-inline.
3211 (Semanticdb search debugging commands): Minor clarification.
3212 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 3213 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 3214 manual.
9d542758 3215 (Semantic mode): Link to Idle Scheduler.
fd1cefda 3216
159e3ad5
KR
32172009-11-28 Kevin Ryde <user42@zip.com.au>
3218
3219 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 3220 @pxref, now EIEIO is in Emacs.
159e3ad5 3221
c6d47315
KR
3222 * erc.texi (Development): Correction to git tutorial url.
3223
16f6287e
GM
32242009-11-26 Glenn Morris <rgm@gnu.org>
3225
3226 * faq.texi (Latest version of Emacs): Mention stability of development
3227 version.
3228 (Problems with very large files): Max buffer size increase in 23.2.
3229 (VM): VM has moved house again.
3230
5ea5dbc9
JB
32312009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3232
3233 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3234 notations.
3235
5dec9555
CD
32362009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3237
45a4a565 3238 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 3239
bd6f6833
CY
32402009-11-20 Chong Yidong <cyd@stupidchicken.com>
3241
3242 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
3243 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3244 (Idle Completions Mode): Numerous copyedits.
bd6f6833 3245
be479117
JB
32462009-11-17 Juanma Barranquero <lekktu@gmail.com>
3247
3248 * semantic.texi (Semantic Internals, Glossary):
3249 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3250 (Semanticdb search debugging commands): Fix typos.
3251
17291a1f
JB
32522009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3253
be479117 3254 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 3255
af42a9cc
JB
32562009-11-16 Juanma Barranquero <lekktu@gmail.com>
3257
3258 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3259 ($(infodir)/semantic, semantic.dvi): New targets.
3260
3149927d
CY
32612009-11-16 Chong Yidong <cyd@stupidchicken.com>
3262
3263 * Makefile.in: Build the Semantic manual.
3264
3265 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3266 repository.
3267
977640ed
MA
32682009-11-16 Michael Albinus <michael.albinus@gmx.de>
3269
3270 * dbus.texi (Receiving Method Calls): New defun
3271 `dbus-unregister-service'.
3272
17673adf
CD
32732009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3274
3275 * org.texi (Speed keys): New section.
3276
0ecd3c90
MA
32772009-11-13 Michael Albinus <michael.albinus@gmx.de>
3278
3279 * dbus.texi (Type Conversion): Fix typo.
3280 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3281 `dbus-registered-objects-table'.
0c7efc08
SM
3282 (Receiving Method Calls): New defun `dbus-register-property'.
3283 Move `dbus-unregister-object' here.
0ecd3c90 3284
8bfe682a
CD
32852009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3286
3287 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3288
32892009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3290
3291 * org.texi (Column attributes): Add the new age summary operators.
3292 Also, mention the fact you can only use one summary operator per
3293 property.
3294
32952009-11-13 John Wiegley <johnw@newartisans.com>
3296
0c7efc08 3297 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 3298 manual about how to track habits.
0c7efc08 3299 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
3300 dangling clocks are resolved.
3301
33022009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3303
3304 * org.texi (Agenda commands): Document the new `i' command.
3305 (Inserting deadline/schedule): Document logging changes
3306 of scheduling and deadline times stamps.
3307 (In-buffer settings): Document the in-buffer keywords for logging
3308 changes of scheduling and deadline times stamps.
3309 (Structure editing, Plain lists): Document indentation
3310 cycling in empty entries with TAB.
3311 (Archiving): Document the default archiving command.
3312 (Moving subtrees): Document the new keys for archiving.
3313 (Internal archiving): Fix incorrect key.
3314 (Agenda commands): Document the TODO set switching commands.
3315 (Agenda commands): Document the new archiving keys.
3316 (Clocking work time): Better description on how to save
3317 and restore a clock.
3318 (Resolving idle time): Mention the x11idle program to get true
3319 idleness also under X11.
3320 (Resolving idle time): Use @kbd instead of @key for normal
3321 letters, because this is how he rest of the manual does this.
3322 (Pushing to MobileOrg): Mention that `org-directory'
3323 should be set.
3324 (Agenda commands): Document that SPC is a filter for
3325 any tag.
0c7efc08 3326 (Search view): Rename from "Keyword search".
8bfe682a
CD
3327 (Capure): New chapter.
3328 (Markup): New chapter.
0c7efc08
SM
3329 (Links in HTML export, Images in HTML export):
3330 Extend the section titles.
8bfe682a
CD
3331 (Images in HTML export): Document the align option.
3332 (Text areas in HTML export): Extend the section title.
3333 (Images in LaTeX export): Explain image placement in LaTeX.
3334
693737cd
GM
33352009-11-10 Glenn Morris <rgm@gnu.org>
3336
3337 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3338
c7bd4ebe
MA
33392009-11-08 Michael Albinus <michael.albinus@gmx.de>
3340
3341 * tramp.texi (Auto-save and Backup): Disable backups just for a
3342 method.
3343
3344 * trampver.texi: Update release number.
3345
76c5acad
MA
33462009-11-07 Michael Albinus <michael.albinus@gmx.de>
3347
3348 Sync with Tramp 2.1.17.
3349
3350 * trampver.texi: Update release number.
3351
d9a57abf
GM
33522009-10-29 Glenn Morris <rgm@gnu.org>
3353
3354 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3355
637f4f0f
MA
33562009-10-23 Michael Albinus <michael.albinus@gmx.de>
3357
3358 * tramp.texi (External methods): Temporary files are kept for
3359 `rsync' and `rsyncc' methods.
3360
310dbb05
JB
33612009-10-09 Juanma Barranquero <lekktu@gmail.com>
3362
3363 * eieio.texi: Fix typos.
3364
09094f28
CY
33652009-10-07 Chong Yidong <cyd@stupidchicken.com>
3366
3367 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3368
216f299a
JB
33692009-10-07 Juanma Barranquero <lekktu@gmail.com>
3370
3371 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3372 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3373
966a6506
CY
33742009-10-07 Chong Yidong <cyd@stupidchicken.com>
3375
3376 * Makefile.in: Build EIEIO and EDE manuals.
3377
33782009-10-07 Eric Ludlam <zappo@gnu.org>
3379
3380 * eieio.texi:
3381 * ede.texi: New files.
3382
8842cd9b
MA
33832009-10-05 Michael Albinus <michael.albinus@gmx.de>
3384
3385 * tramp.texi (Remote processes): Association of a pty is not supported.
3386
7006d207
CD
33872009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3388
3389 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3390 (Processing LaTeX fragments): Document that the size of images can be
3391 changes using the variable `org-format-latex-options'.
3392 (The date/time prompt, Timestamps): Be more accurate over ISO format
3393 dates and times.
3394 (Visibility cycling): Document showeverything keyword.
3395 (In-buffer settings): Document showeverything keyword.
3396 (Setting up the staging area): Fix the example.
3397 (MobileOrg): New section.
3398 (Agenda commands, Exporting Agenda Views): Document exporting the
3399 agenda view to Org files.
3400
0e7b2867
MA
34012009-09-28 Michael Albinus <michael.albinus@gmx.de>
3402
3403 * tramp.texi (History): Add IMAP support.
3404 (External methods): Add `imap' and `imaps' methods.
3405 (GVFS based methods): Add indices for `davs'.
3406 (Password handling): Rename anchors. Add IMAP entries for
3407 ~/.authinfo.gpg.
3408
3409 * trampver.texi: Set default value of `emacsimap'.
3410
4146636e
KY
34112009-09-22 Daiki Ueno <ueno@unixuser.org>
3412
3413 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3414
d22f7ffa
CY
34152009-09-13 Chong Yidong <cyd@stupidchicken.com>
3416
0c7efc08
SM
3417 * dired-x.texi (Technical Details):
3418 Delete dired-up-directory (Bug#4292).
d22f7ffa 3419
66043531
MA
34202009-09-03 Michael Albinus <michael.albinus@gmx.de>
3421
216f299a 3422 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 3423
6eb02347
CD
34242009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3425
3426 * org.texi (Effort estimates): Document new effort setting commands.
3427 (Agenda commands): Document the new keys fro agenda time motion.
3428 Document entry text mode. Improve documentation of the keys to include
3429 inactive time stamps into the agenda view.
3430 (Feedback): Document the new bug report command.
0c7efc08 3431 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 3432
38dc51ba
KY
34332009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3434
3435 * auth.texi (Help for users): Corrected markup.
3436
e402f452
GM
34372009-09-02 Glenn Morris <rgm@gnu.org>
3438
3439 * emacs-mime.texi (time-date): Mention float-time.
3440
744256cf
JB
34412009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
3442
3443 * calc.texi (Simplifying Formulas): Improve the wording.
3444
b0b63450
MB
34452009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
3446
3447 * auth.texi: Rewritten for coverage and clarity.
3448
34492009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3450
0c7efc08
SM
3451 * gnus.texi (Expiring Mail):
3452 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
3453 (Various Various): Mention gnus-safe-html-newsgroups.
3454
3455 * gnus-news.texi: Mention
3456 gnus-mark-copied-or-moved-articles-as-expirable.
3457
3458 * emacs-mime.texi (Display Customization): Add xref to
3459 gnus-safe-html-newsgroups.
3460
b59329e0
MA
34612009-08-28 Michael Albinus <michael.albinus@gmx.de>
3462
3463 * tramp.texi (Version Control): Remove.
af42a9cc 3464 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
3465 reference.
3466 (External methods): Correct `scpc' concept index entries. New method
3467 `rsyncc'.
3468 (External packages): New subsections "Filename completion" and "File
3469 attributes cache".
3470
0ff2d6c2
JB
34712009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
3472
3473 * calc.texi (Rewrite Rules): Improve the example.
3474 (Simplifying Formulas): Explain use of the I and H flags for
3475 simplification.
3476
ecd3d54f
MA
34772009-08-25 Michael Albinus <michael.albinus@gmx.de>
3478
3479 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 3480 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
3481 (Synchronous Methods, Asynchronous Methods): Use English numeric format
3482 for timeout values.
78176e69
MA
3483 (Top): Remove footnote saying D-Bus is not enabled by
3484 default. (Bug#4256)
ecd3d54f 3485
0f215bca
DU
34862009-08-23 Daiki Ueno <ueno@unixuser.org>
3487
3488 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 3489 Reported by Jari Aalto (Bug#4211).
0f215bca 3490 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 3491 epa-global-mail-mode.
3b7ab45f
DU
3492 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3493 epa-setup.
0f215bca 3494
4f22e84d
MA
34952009-08-16 Michael Albinus <michael.albinus@gmx.de>
3496
3497 * dbus.texi (Asynchronous Methods): Allow nil handler.
3498
9ff0b02b 34992009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 3500
26b03ee3 3501 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 3502
26b03ee3 3503 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 3504
4c39f404
CY
35052009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3506
3507 * calc.texi (Date Forms): Fix typos.
3508
3bcfba17
GM
35092009-08-08 Glenn Morris <rgm@gnu.org>
3510
3511 * org.texi (Agenda commands): Restore clobbered change.
3512
66783bb4
EZ
35132009-08-07 Eli Zaretskii <eliz@gnu.org>
3514
3515 * calc.texi (Graphics, Devices): Update with the peculiarities of
3516 operation on MS-Windows.
3517
c8d0cf5c
CD
35182009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3519
3520 * org.texi (Publishing action): Improve documentation of file
3521 names when publishing to the source directory.
3522 (Clean view): Document `org-indent-mode'.
3523 (Clocking work time): Add documentation for the
3524 new :timetamp option when creating a clock report.
3525 (Paragraphs): Fix many typos.
3526 (Plain lists): Remove duplicate explanation about the
3527 `C-c *' command.
3528 (Literal examples): Update to reflect the new behavior
3529 of the -n -r -k switches when exporting source code examples.
3530 (Structure editing): Add information about `C-c *',
3531 converting a plain list into a list of Org items.
3532 (Remember): Small rephrasing of the paragraph
3533 describing remember.el. Also mentioned that remember.el is part
3534 of Emacs 23, not Emacs 22.
3535 (Clocking work time): Add documentation about
3536 displaying the current clocking time against the effort estimate.
3537 Also add a footnote about using `org-clock-in-prepare-hook' to add
3538 an effort estimate on the fly, just before clocking it.
3539 (Footnotes): Document automatic renumbering and
3540 sorting.
3541 (Agenda commands): Document new bulk commands.
3542 (Plain lists): Document new behavior of
3543 `org-cycle-include-plain-lists'.
4e2af782 3544 Hyphenation only in TeX.
c8d0cf5c
CD
3545 (Clocking work time): Document the key to update effort
3546 estimates.
3547 (Clocking work time): Document the clock time display.
3548 (Structure editing, TODO basics): Document new
3549 variables.
3550 (Column attributes): Document new colciew operators.
3551 (Publishing options): Document :xml-declaration.
3552 (Tracking TODO state changes): Document the
3553 LOG_INTO_DRAWER property.
3554 (Literal examples): Document the new implementation for
3555 editing source code.
3556 (Publishing action): Mention the new publishing
3557 function, to publish an Org source file.
3558 (Publishing links): Mention how to link to an Org source file.
3559 (Macro replacement): Document new macros.
3560 (Handling links): Document type-specific completion
3561 when inserting links.
3562 (Structure editing, Plain lists): Improve documentation
3563 on sorting.
3564 (Internal links): Document custom ids for links.
3565 (Handling links): Document custom ids for links.
3566 (CSS support): Document new class.
3567 (Refiling notes): Document the possibility to create new nodes
3568 during refiling.
3569 (Agenda commands): Document the "?" operator to find
3570 tasks without effort setting.
3571 (Exporting agenda information): Section moved.
3572 (RSS Feeds): New section.
3573 (Built-in table editor): Document M-e and M-a navigate
3574 inside table field.
3575 (Stuck projects): Docment that projects identified as
3576 un-stuck will still be searchd for stuck sub-projects.
3577 (Paragraphs): Document centering.
3578 (Creating timestamps, Agenda commands): Document new
3579 behavior when changing time stamps.
3580 (Structure editing): Document the new command
3581 `org-clone-subtree-with-time-shift'.
3582 (Publishing): Refresh this chapter.
3583 (Export options, Export options, In-buffer settings):
3584 Document the new keywords.
3585 (Matching tags and properties): Collect all
3586 documentation about tags/property matches here.
3587 (Setting tags): Document `org-tag-persistent-alist'.
3588 (Weekly/daily agenda): New section.
3589 (Orgstruct mode): Describe `orgstruct++-mode'.
3590 (Drawers): Mention the LOGBOOK drawer.
3591 (Export options, Sectioning structure): Document the
3592 #+LEATEX_HEADER in-buffer setting.
3593 (Bugs): Section removed.
3594 (Hooks): New section.
0c7efc08 3595 (Add-on packages): Move here from old location.
c8d0cf5c
CD
3596 (Context-sensitive commands): New section.
3597 (Setting tags): Document newline option.
3598 (Global TODO list, Matching tags and properties):
3599 Mention more variables.
3600 (Checkboxes): Update to changed command behavior.
81a5560e 3601
40d2791f
CY
36022009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3603
3604 * speedbar.texi (Basic Key Bindings): Fix typo.
3605
65d0154b
JB
36062009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3607
3608 * calc.texi (Vector/Matrix Functions): Add index entries for both
3609 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3610 affects matrices with more than one row.
b5bdfd9f 3611 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 3612
5a9e3ab7
JB
36132009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3614
3615 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 3616 `calc-transpose-lines'.
5a9e3ab7 3617
42fb7e61
MA
36182009-07-27 Michael Albinus <michael.albinus@gmx.de>
3619
3620 * dbus.texi (Receiving Method Calls): Describe special return value
3621 `:ignore'.
3622
574b69d5
AM
36232009-07-24 Alan Mackenzie <acm@muc.de>
3624
3625 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3626 initialization, any individual variable setting now takes precedence
3627 over one done via c-file-style/c-file-offsets.
3628
ec06459c
JB
36292009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3630
3631 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3632 truncated when Calc is quit.
3633 (Customizing Calc): Document `calc-undo-length'.
3634
4ce54f6b
CY
36352009-07-20 Chong Yidong <cyd@stupidchicken.com>
3636
3637 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3638
0e4f8ba5
GM
36392009-07-11 Kevin Ryde <user42@zip.com.au>
3640
3641 * pcl-cvs.texi (About PCL-CVS):
3642 * widget.texi (Basic Types):
3643 Fix cross-references.
3644
fa0f81b0
AS
36452009-07-01 Andreas Schwab <aschwab@redhat.com>
3646
3647 * dbus.texi (Type Conversion): Don't use literal control character.
3648
88a683c5
MA
36492009-07-01 Michael Albinus <michael.albinus@gmx.de>
3650
3651 * tramp.texi (GVFS based methods): New section.
3652 (Remote processes): Processes for GVFS based methods run locally.
3653
36c8febb
MA
36542009-06-30 Michael Albinus <michael.albinus@gmx.de>
3655
0c7efc08
SM
3656 * tramp.texi (Inline methods, External methods, Gateway methods):
3657 Avoid the words "kludge" and hack".
36c8febb
MA
3658 (External methods): Add `synce' method.
3659
3660 * trampver.texi: Update release number.
3661
d6b951bb
MA
36622009-06-22 Michael Albinus <michael.albinus@gmx.de>
3663
3664 Sync with Tramp 2.1.16.
3665
3666 * tramp.texi (History): Add GVFS support.
3667 (External methods): Precise `rsync' description. Add `dav', `davs' and
3668 `obex' methods. Add 'tramp-gvfs-methods' option.
3669 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3670 forms.
3671 (Remote Programs): Introduce `tramp-own-remote-path'.
3672 (Remote processes): New subsection "Running remote programs that create
3673 local X11 windows".
3674 (Frequently Asked Questions): Improve code for disabling vc.
3675
3676 * trampver.texi: Update release number. Set default value of
3677 `emacsgvfs'.
3678
70243478
CY
36792009-06-21 Chong Yidong <cyd@stupidchicken.com>
3680
3681 * Branch for 23.1.
3682
54b31cbf
GM
36832009-06-17 Glenn Morris <rgm@gnu.org>
3684
3685 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3686 (Latest version of Emacs): Mention source code repository.
3687
f6adc23c
GM
36882009-06-16 Glenn Morris <rgm@gnu.org>
3689
3690 * faq.texi (Top): Language tweak.
3691 (Extended commands): Most people have arrow keys.
3692 (Emacs manual): Say how to follow info links.
3693 (File-name conventions): Change title a bit. Explain about source
3694 versus installed. Condense etc description.
3695 (Guidelines for newsgroup postings): Mention Savannah list page.
3696 (Newsgroup archives): Simplify.
3697 (Contacting the FSF): Add contact URL.
3698 (Emacs Lisp documentation): Printed version not always available.
3699 (Installing Texinfo documentation): Explain how by hand installation is
3700 not normally needed. Use add-to-list. Remove duplicate reference.
3701 (Informational files for Emacs): Move info on Help menu here from
3702 "File-name conventions".
3703 (Help installing Emacs): Tweak uref.
3704 (Obtaining the FAQ): Mention repository.
3705 (Origin of the term Emacs): Explain "ITS".
3706 (Changing load-path): Use add-to-list.
3707 (Automatic indentation): Clarify this is for Text mode.
3708 Don't mention Indented Text mode.
3709 (Finding Emacs on the Internet): The FSF does not seem to offer a
3710 deluxe distribution on CD anymore.
3711
b59a8457
GM
37122009-06-16 Glenn Morris <rgm@gnu.org>
3713
3714 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3715 Recommend the latest release. Mention how to get older FAQs.
3716 Recommend the Emacs manual.
3717 (Guidelines for newsgroup postings): Discourage cross-posts.
3718 (Underlining paragraphs): Remove.
3719 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3720 (Bugs and problems): Update key-binding.
3721 (Problems with very large files): Mention 64-bit.
3722 (Shell process exits abnormally): Remove.
3723 (Problems with Shell Mode): Rename and update.
3724 (Spontaneous entry into isearch-mode)
3725 (Problems talking to certain hosts): Remove. This is old information,
3726 in etc/PROBLEMS if needed.
3727 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3728 (Dired claims that no file is on this line): Update.
3729 (Installing Emacs, Problems building Emacs): Simplify.
3730 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3731 information.
3732 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3733 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3734 (JDEE): "JDEE", not "JDE".
3735 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3736 Remove. This is old information, in etc/PROBLEMS if needed.
3737 (stty and Backspace key, Kanji and Chinese characters): Remove.
3738 (Right-to-left alphabets): Update section.
3739 (Changing the included text prefix): Gnus uses message-yank-prefix.
3740 Add cross-reference to Supercite manual.
3741 (Saving a copy of outgoing mail): Simplify output file description.
3742 (Expanding aliases when sending mail): Refer to Emacs manual.
3743 Remove old info about RFC822.
3744 Correct description of how to rebuild aliases.
3745 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3746 (MIME with Emacs mail packages)
3747 (Viewing articles with embedded underlining)
3748 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3749 Remove old sections.
3750 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3751 and is well-documented in the Gnus manual.
3752 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3753 (Making Gnus faster): Rename from "Starting Gnus faster".
3754 Merge "Catch-up is slow in Gnus" into here.
3755
0e6d12ca
GM
37562009-06-14 Glenn Morris <rgm@gnu.org>
3757
3758 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3759 (New in Emacs 23): New section.
3760 (Handling C-s and C-q with flow control): Add xref.
3761
2e17e05e
GM
37622009-06-13 Glenn Morris <rgm@gnu.org>
3763
3764 * faq.texi (Setting up a customization file): Grammar fix.
3765 Customize is no longer "new".
3766 (Displaying the current line or column): Line-number mode is on by
3767 default. Don't mention `column' package. Mention linum.el.
3768 (Turning on abbrevs by default): Explain how to do it for buffers,
3769 modes, and everywhere.
3770 (Associating modes with files): Use add-to-list. Don't mention Emacs
3771 19.
3772 (Highlighting a region): On by default since 23.1.
3773 (Replacing highlighted text): Update doc quote.
3774 (Working with unprintable characters): Don't mention search-quote-char.
3775 (Using an already running Emacs process): Gnuclient is probably not an
3776 enhancement these days.
3777 (Indenting switch statements): Remove mention of pre-Emacs 20.
3778 (Horizontal scrolling): Abbreviate Emacs 20 description.
3779 (Replacing text across multiple files): Fix name of dired command.
3780 (Disabling backups): Use require not load.
4f9d4de3 3781 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3782
2a1cf2b9
BW
37832009-06-13 Bill Wohler <wohler@newt.com>
3784
3785 Release MH-E manual version 8.2.
3786
3787 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3788 release 8.2.
3789
85b438b7
GM
37902009-06-13 Glenn Morris <rgm@gnu.org>
3791
3792 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3793 in this day and age the common meaning is "on the web".
3794 (copying): Use @copyright in all cases.
3795 (Basic keys): Remove reference to deleted manual node "Text Characters".
3796 (File-name conventions): Use GNU as an example rather than SERVICE.
3797 default.el lives in site-lisp. Update Info directory location.
3798 (Real meaning of copyleft): GPL actions have been brought, but all
3799 settled out of court.
3800 (Guidelines for newsgroup postings): Shorten section title.
3801 Simplify comp.emacs description.
3802 (Newsgroup archives): Change Google URL. Describe Gmane.
3803 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3804 points". Mention List-Unsubscribe header.
3805 (Contacting the FSF): Update email and URLs.
3806 (Basic editing): Mention F1 for help.
3807 (Installing Texinfo documentation): Refer to Texinfo website rather
3808 than ftp server.
3809 (Printing a Texinfo file): Mention texi2pdf.
3810 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3811 are just stubs nowadays.
3812 (Latest version of Emacs): Explain version numbers.
3813 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3814 (Turning on syntax highlighting): No need to mention hilit19 any more.
3815 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3816 (Modes for various languages): Remove section.
3817 (Major packages and programs): Remove most version and maintainer
3818 information - it's hard to keep up-to-date, and adds nothing.
3819 Similarly with direct links to mailing lists.
3820 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3821 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3822 years, and Emacs comes with tools for this now.
3823 (Patch): Remove section - this is a standard tool.
3824 (Using function keys under X): Remove section.
3825
93e2d996
GM
38262009-06-12 Glenn Morris <rgm@gnu.org>
3827
3828 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3829 (Help installing Emacs): Remove reference to deleted X11 node.
3830 (Associating modes with files): Interpreter-mode-alist is no longer
3831 subservient to auto-mode-alist.
3832 (Installing Emacs): Change future Emacs version.
3833 (Linking with -lX11 fails): Remove old section.
3834 (Packages that do not come with Emacs): Update ELL location.
3835 Emacs Lisp archive is dead.
3836 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3837 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3838 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3839 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3840 (Removing flashing messages): Remove section about non-existent Gnus
3841 option.
3842
f0bf7708
GM
3843 * faq.texi (Top): Add @top command.
3844 Remove the optional arguments from all @node commands: makeinfo can
3845 generate these automatically, and it is easier to edit and rearrange
3846 nodes without them.
3847
30884d11
GM
38482009-06-11 Glenn Morris <rgm@gnu.org>
3849
3850 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3851 (The LPF): Make the updated URL the sole reference point.
3852 (Learning how to do something): Update refcard price and format.
3853 (Getting a printed manual): Sources in doc/emacs/, not man/.
3854 Also available in PDF format. Since the page count varies, be less
3855 precise.
3856 (Informational files for Emacs): Remove references to deleted files
3857 LPF and SUN-SUPPORT, and to UUCP.
3858 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3859 Remove many obsolete ways to get the FAQ, which now seems only to be
3860 distributed with Emacs.
3861 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3862
deab46e0
CY
38632009-06-09 Chong Yidong <cyd@stupidchicken.com>
3864
223b43fa 3865 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3866 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3867
deab46e0
CY
3868 * ada-mode.texi (Installation, Compile commands)
3869 (Project File Overview, No project files, Set compiler options)
3870 (Use GNAT project file, Use multiple GNAT project files)
3871 (Identifier completion): Use @samp for menu items, and @kbd for key
3872 sequences (Bug#3504).
3873
71fbd643
DU
38742009-06-04 Daiki Ueno <ueno@unixuser.org>
3875
8c9bb6f5 3876 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3877
f197085b
CY
38782009-06-04 Ryan Yeske <rcyeske@gmail.com>
3879
3880 * message.texi (Header Commands): Fix descriptions to match
3881 keybindings.
3882
7f3bc720
DU
38832009-04-22 Daiki Ueno <ueno@unixuser.org>
3884
3885 * gnus.texi (Security): Mention that EasyPG is the current default.
3886
4518068d
CY
38872009-04-13 Chong Yidong <cyd@stupidchicken.com>
3888
3889 * ediff.texi (Session Commands): Fix typo.
3890
d7ca410a
MB
38912009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3892
3893 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3894 news.software.readers. Reported by Florian Rehnisch.
3895
c6c76add
GM
38962009-04-02 Glenn Morris <rgm@gnu.org>
3897
3898 * auth.texi: Capitalize direntry.
3899
3900 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3901 using a period in the entry name. (Bug#2797)
3902
35ed8e2e
JB
39032009-03-03 Juanma Barranquero <lekktu@gmail.com>
3904
3905 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3906 ($(infodir)/auth, auth.dvi): New targets.
3907
e280480a
GM
39082009-03-03 Glenn Morris <rgm@gnu.org>
3909
3910 * auth.texi: Fix @setfilename.
3911
3912 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3913 (auth, $(infodir)/auth, auth.dvi): New rules.
3914
8a76755b
GM
39152009-02-25 Glenn Morris <rgm@gnu.org>
3916
3917 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
3918
0038d478
MB
39192009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3920
3921 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3922
39232009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3924
3925 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3926 gnus-nocem-issuers, and gnus-nocem-verifyer.
3927
867d4bb3
JB
39282009-02-20 Juanma Barranquero <lekktu@gmail.com>
3929
3930 * ada-mode.texi (Project files, Automatic Casing):
3931 * dbus.texi (Signals):
3932 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3933 * mh-e.texi (HTML):
3934 * nxml-mode.texi (Locating a schema)
3935 (Using the document's URI to locate a schema):
3936 * org.texi (Footnotes, Using the mapping API):
3937 * rcirc.texi (Channels): Remove duplicate words.
3938
3a44dc1f
GM
39392009-02-20 Glenn Morris <rgm@gnu.org>
3940
3941 * dired-x.texi (Miscellaneous Commands):
3942 * gnus.texi: Minor updates for mbox Rmail.
3943
5dc584b5
KB
39442009-02-16 Karl Berry <karl@gnu.org>
3945
b59a8457
GM
3946 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3947 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3948 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3949 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3950 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3951 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3952 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3953 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3954 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3955 Consistently use @insertcopying in the Top node,
5dc584b5 3956 @contents at the front (after @end titlepage),
b59a8457 3957 and @direntry after @copying. (Bug#1988)
5dc584b5 3958
9eb59592
MB
39592009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3960
3961 * auth.texi: New file documenting auth-source.
3962
d324fa76
CD
39632009-02-13 Carsten Dominik <dominik@science.uva.nl>
3964
3965 * org.texi (Org Plot): Fix link.
3966
7a603b73
DU
39672009-02-09 Daiki Ueno <ueno@unixuser.org>
3968
3969 * epa.texi (Mail-mode integration): Mention the way to do
3970 "encrypt-to-self". (Bug#1807)
3971
a626b338 39722009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
3973
3974 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
3975
3b36c17e
MB
39762009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
3977
3978 * gnus-news.texi: Print version about Incoming*.
3979
55033558
CD
39802009-02-02 Carsten Dominik <dominik@science.uva.nl>
3981
3982 * org.texi (Structure editing, Handling links)
3983 (Fast access to TODO states, Javascript support): Make standard docs
3984 correctly reflect default variable settings.
3985
ec712abb
GM
39862009-02-02 Glenn Morris <rgm@gnu.org>
3987
3988 * org.texi: Fix typos.
3989
7112648c
MA
39902009-02-01 Michael Albinus <michael.albinus@gmx.de>
3991
3992 Sync with Tramp 2.1.15.
3993
3994 * trampver.texi: Update release number.
3995
2e461fc1
CD
39962009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
3997
3998 * org.texi (TODO dependencies): Document TODO dependencies on
3999 checkboxes.
4000
bc283609
CD
40012009-01-30 Carsten Dominik <dominik@science.uva.nl>
4002
4003 * org.texi (TODO dependencies): Document key binding for toggling
4004 ORDERED property.
4005
74fc5047
MA
40062009-01-28 Michael Albinus <michael.albinus@gmx.de>
4007
4008 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4009 of hook functions.
4010
d6685abc
CD
40112009-01-28 Carsten Dominik <dominik@science.uva.nl>
4012
4013 * org.texi (TODO dependencies): New section.
4014
65c439fd
CD
40152009-01-27 Carsten Dominik <dominik@science.uva.nl>
4016
4017 * org.texi (Plain lists, TODO basics, Priorities)
4018 (Multiple sets in one file, Conflicts): Document interaction with
4019 `shift-selection-mode'.
4020
5fafc247
JB
40212009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4022
4023 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4024 Make Calc the subject of sentences.
4025 (Rearranging Formulas using Selections): Discuss new options
4026 for `j *'.
4027
e7433508
MA
40282009-01-26 Michael Albinus <michael.albinus@gmx.de>
4029
4030 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4031
2096a1b6
GM
40322009-01-26 Glenn Morris <rgm@gnu.org>
4033
4034 * org.texi: Fix typos.
4035
0cb61492
BW
40362009-01-26 Bill Wohler <wohler@newt.com>
4037
2096a1b6 4038 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4039
0bd48b37
CD
40402009-01-25 Carsten Dominik <dominik@science.uva.nl>
4041
4042 * org.texi (References): Add information about remote references.
4043 (Built-in table editor): Document `C-c RET' in tables.
4044 (Math symbols, Quoting LaTeX code): Mention that simple
4045 LaTeX macros survive LaTeX export.
4046 (Images in LaTeX export): Show how to create a reference to a
4047 figure.
4048 (Sectioning structure): Document that the LaTeX class can be
4049 specified in a property.
4050 (Text areas in HTML export): New section.
4051 (External links): Add examples for text search and ID links.
4052 (Built-in table editor): Remove the descriptio of `C-c
4053 C-q', it not longer works.
4054 (Literal examples): Document that a space must follow
4055 the colon in short examples.
4056 (Relative timer): Document `org-timer-stop'.
4057 (Footnotes): New section.
4058 (Footnote markup): Shorten section and refer to new Footnote
4059 section.
4060 (Literal examples): Add documentation for line
4061 numbering in and references to code examples.
4062 (CSS support): Fix the description of default CSS styles.
4063 (Capturing column view): Document
4064 "file:path/to/file.org" as an allowed value for the ID property of
4065 a dynamic block copying column view.
4066
49dbbaf2
SE
40672009-01-23 Stephen Eglen <stephen@gnu.org>
4068
4069 * mh-e.texi (Getting Started): Describe $MH.
4070
193e6828
MA
40712009-01-21 Michael Albinus <michael.albinus@gmx.de>
4072
4073 * tramp.texi (all): Harmonize usage of "external method",
4074 "external transfer method" and "out-of-band method".
4075 (Connection types): Precise the differences of inline and external
4076 methods. Written by Adrian Phillips <a.phillips@met.no>.
4077
26b9f88d
MB
40782009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4079
4080 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4081 commands as described at the top. Reported by Allan Gottlieb
4082 <gottlieb@nyu.edu>.
4083
40842009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4085
4086 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4087 nnmail-pathname-coding-system.
4088
377952e0
GM
40892009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4090
4091 * org.texi (Relative timer): Fix typo.
4092
a20d3598
JB
40932009-01-15 Juanma Barranquero <lekktu@gmail.com>
4094
4095 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4096 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4097
a50253cc
GM
40982009-01-13 Glenn Morris <rgm@gnu.org>
4099
4100 * org.texi: Fix some more typos.
4101
07450bee
GM
41022009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4103
4104 * org.texi: Fix some typos.
4105
e3e955fe
MB
41062009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4107
4108 * gnus.texi (Group Parameters): Add note for local variables.
4109
41102009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4111
0c7efc08
SM
4112 * gnus.texi (Converting Kill Files): Fix URL.
4113 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
4114
41152009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4116
4117 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4118 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4119 (Paging the Article): Add index entry.
4120
71dd9983
JB
41212009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4122
4123 * ada-mode.texi (Examples): Delete redundant text.
4124
4a0cf14f
MA
41252009-01-03 Michael Albinus <michael.albinus@gmx.de>
4126
36c8febb 4127 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
4128
4129 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4130 addresses.
4131
aedac0f0
BW
41322009-01-03 Bill Wohler <wohler@newt.com>
4133
4134 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4135 kept empty.
4136
4c65b566
CD
41372008-12-20 Carsten Dominik <dominik@science.uva.nl>
4138
4139 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
4140 (HTML Export commands, LaTeX/PDF export commands):
4141 Improve documentation about transient-mark-mode.
e9fce1ac 4142 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
4143 to fields in the last table row.
4144
e1a78e1e
JL
41452008-12-19 Juri Linkov <juri@jurta.org>
4146
4147 * info.texi (Search Text): Remove mention of removed key binding M-s.
4148
17a0aa82
CD
41492008-12-18 Carsten Dominik <dominik@science.uva.nl>
4150
4151 * org.texi (References): Remove mentioning of @0 as reference for the
4152 last line, this has been reverted in the Lisp sources.
4153
4997d802
JB
41542008-12-17 Juanma Barranquero <lekktu@gmail.com>
4155
4156 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4157 (DVI_TARGETS): Remove duplicates. Add sasl.
4158 ($(infodir)/sasl, sasl.dvi): New targets.
4159
33306645
CD
41602008-12-17 Carsten Dominik <dominik@science.uva.nl>
4161
4162 * org.texi: Version number pushed to 6.15d.
4163
db55f368
CD
41642008-12-16 Carsten Dominik <dominik@science.uva.nl>
4165
a0bf4117 4166 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
4167 (Images in LaTeX export): New section.
4168 (Inlined images, Images in HTML export): Sections renamed.
4169
dae0a942
MB
41702008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4171
4172 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4173
9f5572e9
MB
41742008-12-04 David Engster <dengste@eml.cc>
4175
4176 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 4177 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 4178
bc23baaa
CD
41792008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4180
4181 * org.texi (Using the mapping API): Fix bug in mapping example.
4182 (Publishing options): Make the list of properties complete again, in
4183 correspondence to the variable `org-export-plist-vars'.
4184 (Property searches): Document new special values for time comparisons.
4185 (Tag inheritance): Refine the description of tag inheritance.
4186 (Project alist): Add info about the publishing sequence of components.
a0bf4117 4187 (Effort estimates): Document the new relative timer.
bc23baaa 4188
3bf8054f
JB
41892008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4190
4191 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4192 (Using Calc): Clarify use of `C-x * o'.
4193 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4194
ac134f2f
RS
41952008-11-28 Richard M Stallman <rms@gnu.org>
4196
4197 * dbus.texi (Receiving Method Calls): Clean up previous change.
4198
ace706d1
MA
41992008-11-26 Michael Albinus <michael.albinus@gmx.de>
4200
4201 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4202 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4203 `dbus-unescape-from-identifier'.
4204 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 4205 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
4206 (Signals): Use the constants in the example.
4207
d60b1ba1
CD
42082008-11-24 Carsten Dominik <dominik@science.uva.nl>
4209
b97439ce 4210 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 4211
ce4fdcb9
CD
42122008-11-23 Carsten Dominik <dominik@science.uva.nl>
4213
4214 * org.texi (Setting up Remember): Document `org-remember-mode'.
4215 (External links): Document that bbdb links can use a regular
4216 expression.
4217 (External links): Document that elisp links can contain interactive
4218 commands.
4219
c8548a00 42202008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
4221
4222 * viper.texi (viper-translate-all-ESC-keysequences):
4223 Description removed.
4224
6a2c4aec
GM
42252008-11-19 Glenn Morris <rgm@gnu.org>
4226
4227 * doclicense.texi: Change to FDL 1.3.
4228 Relicense all texi files under FDL 1.3 or later.
4229
59ee4113
JB
42302008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4231
4232 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4233
59bcbb98 42342008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 4235
0c7efc08 4236 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
4237
4238 * ediff.texi: Version/date change.
9f90198a 4239
8aa41c9b
CY
42402008-11-14 Chong Yidong <cyd@stupidchicken.com>
4241
4242 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4243
17587b1b
JB
42442008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4245
4246 * calc.texi (About This Manual): Comment out a mention of
4247 marginal notes.
4248
564c900e
CD
42492008-11-12 Carsten Dominik <dominik@science.uva.nl>
4250
4251 * org.texi (Clocking work time): Document the :formula property of
4252 clock tables.
4253 (Structure editing, Refiling notes): Document refiling regions.
4254 (Agenda commands): Document the double-prefix version
4255 of the `l' command in the agenda.
4256 (Handling links): Explain the effect of a double prefix
4257 arg to `C-c C-o'.
4258 (TODO basics): Add documentation for tag triggers.
4259
3c4be1f2
GM
42602008-10-23 Glenn Morris <rgm@gnu.org>
4261
4262 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4263 byte-compiling things like `+'.
4264
4265 * ns-emacs.texi: Merge copyright years of author now with assignment
4266 into FSF years.
4267 (VER): Use it for easier automatic updating. Use Emacs version rather
4268 than standalone Emacs.app version.
4269
a6520ff3
CD
42702008-10-12 Carsten Dominik <dominik@science.uva.nl>
4271
864c9740 4272 * org.texi: Lots of minor fixes.
a6520ff3
CD
4273 (Capture): New chapter.
4274 (Org Plot): New section.
4275
db7a4b66
MH
42762008-09-30 Magnus Henoch <mange@freemail.hu>
4277
4278 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4279
4043c194
JB
42802008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4281
4282 * calc.texi (User Defined Units): Mention how to enter optional display
4283 string.
4284
eef5ade7
MB
42852008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4286
0c7efc08 4287 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
4288 avoid the "y/n" wording.
4289
e52cac88
MB
42902008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4291
0c7efc08 4292 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
4293
42942008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4295
4296 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4297 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4298
00c55306
BW
42992008-09-22 Bill Wohler <wohler@newt.com>
4300
4301 Release MH-E manual version 8.1.
4302
4303 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4304 release 8.1.
4305
4306 * mh-e.texi: Retain dual license as agreed to by the FSF.
4307 However, bump GPL to Version 3.
4308 Use @include for license text.
4309
e52cac88 43102008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
4311
4312 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
4313 (Store custom flags and keywords, Store arbitrary data):
4314 Clean up markup.
64763fe3
MB
4315
43162008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4317
4318 * gnus.texi (The Gnus Registry): Document it.
4319
9e601b8d
MB
43202008-09-08 David Engster <dengste@eml.cc>
4321
88ee5b02
JB
4322 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4323 Clarify section about choosing back end servers.
9e601b8d 4324
247043f1
GM
43252008-08-23 Glenn Morris <rgm@gnu.org>
4326
4327 * dired-x.texi (Shell Command Guessing):
4328 Mention dired-guess-shell-case-fold-search. (Bug#417)
4329
2bfec7a0
MA
43302008-08-22 Michael Albinus <michael.albinus@gmx.de>
4331
4332 * trampver.texi: Update release number.
4333
247043f1 43342008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
4335
4336 * ns-emacs.texi: Update version.
4337 (Introduction): Correct menu location for options save.
4338 (Customization): Note that defaults are stored under org.gnu.Emacs.
4339
8c20bd92
BW
43402008-08-11 Bill Wohler <wohler@newt.com>
4341
4342 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4343 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4344 Henman) (closes SF #1768928).
4345
767a4d92
GM
43462008-08-10 Glenn Morris <rgm@gnu.org>
4347
4348 * ns-emacs.texi: Use @copying. Change copyright of authors with
4349 assignment to FSF. Change license to GFDL.
4350 (Top): Remove outdated references.
4351
6ecfe5c2
MB
43522008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4353
88ee5b02
JB
4354 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4355 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
4356 gnus-summary-sort-by-most-recent-date.
4357 (Summary Sorting): Explain prefix argument.
4358
43592008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4360
4361 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4362 gnus-summary-pipe-output.
4363
eb932e8a
MA
43642008-08-03 Michael Albinus <michael.albinus@gmx.de>
4365
4366 * dbus.texi (Receiving Method Calls): Document error handling of own
4367 D-Bus methods.
4368
bfe16263
BW
43692008-08-01 Bill Wohler <wohler@newt.com>
4370
4371 * mh-e.texi (Reading Mail)
9f90198a 4372 (Viewing Attachments): Describe new function
bfe16263
BW
4373 mh-show-preferred-alternative.
4374 (Sending Mail, Redistributing, Sending Message): Describe new hook
4375 mh-annotate-msg-hook.
4376
21956b56
MA
43772008-07-31 Michael Albinus <michael.albinus@gmx.de>
4378
4379 * dbus.texi (Arguments and Signatures): Fix example.
4380 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4381 (Asynchronous Methods): New node.
9f90198a
JB
4382 (Errors and Events): Describe extended layout of `dbus-event'.
4383 New defun `dbus-event-message-type'.
21956b56 4384
7c2fb837
DN
43852008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4386
4387 * ediff.texi: Remove VMS support.
4388
13662773
JB
43892008-07-29 Juanma Barranquero <lekktu@gmail.com>
4390
4391 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4392 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4393
ddde0b34
CY
43942008-07-29 Chong Yidong <cyd@stupidchicken.com>
4395
4396 * Makefile.in: Add mairix-el targets.
4397
43982008-07-29 David Engster <deng@randomsample.de>
4399
4400 * mairix-el.texi: New file.
4401
d5875b25
JB
44022008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4403
366b7d44
JB
4404 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4405 project files. Delete 'main_unit' project variable; not needed. Allow
4406 process environment variables wherever project variables are allowed.
4407 Add tutorial section on multiple GNAT project files.
d5875b25 4408
6cbab8ee
MA
44092008-07-27 Michael Albinus <michael.albinus@gmx.de>
4410
4411 Sync with Tramp 2.1.14.
4412
4413 * trampver.texi: Update release number.
4414
9e2a2647
DN
44152008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4416
4417 * ns-emacs.texi:
4418 * faq.texi: Remove mentions of Mac Carbon.
4419
d62672f3
MB
44202008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4421
4422 * gnus.texi (Saving Articles): Describe the 2nd argument of
4423 gnus-summary-save-in-pipe.
4424 (SpamAssassin): Use it.
4425
44262008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4427
4428 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4429
dd12e1c6
CD
44302008-07-25 Carsten Dominik <dominik@science.uva.nl>
4431
4432 * org.texi (Export options): Document the use of the creator flag.
4433
44ce9197
CD
44342008-07-24 Carsten Dominik <dominik@science.uva.nl>
4435
4436 * org.texi: New version 6.06a.
4437
ddd13c5d
JB
44382008-07-23 Juanma Barranquero <lekktu@gmail.com>
4439
4440 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4441 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4442
8dc6104d
JB
44432008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
4444
4445 * calc.texi (Editing Stack Entries):
4446 (Algebraic Entry): Rewrite introductory sentences so it can be used by
4447 Calc's help functions. Mention fixing typos.
4448 (Customizing Calc): Fix typo.
4449
44502008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
4451
4452 * calc.texi (summarykey): New macro. Use to correctly format keys in
4453 the summary.
4454
ddd13c5d 44552008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
4456
4457 * ns-emacs.texi (Customization): Corrected documentation on color
4458 specification formats.
4459
568beaa2
AS
44602008-07-19 Andreas Schwab <schwab@suse.de>
4461
db8ef699 4462 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
4463
4464 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4465 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4466
cd71b9ae
MA
44672008-07-18 Michael Albinus <michael.albinus@gmx.de>
4468
4469 * dbus.texi (Inspection): Rework, introduce submenus.
4470 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4471 (Properties and Annotations, Arguments and Signatures): New nodes.
4472
9b7993b4
MA
44732008-07-13 Michael Albinus <michael.albinus@gmx.de>
4474
4475 * dbus.texi (Receiving Method Calls): Fix description of
4476 `dbus-register-method'.
4477 (Signals): Allow also signal arguments for filtering in
4478 `dbus-register-signal'.
4479
241d447b
JB
44802008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4481
4482 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4483 `cnorm'.
4484 (Arithmetic Tutorial): Simplify the verification of prime factors.
4485
adb46650
MB
44862008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4487
4488 * gnus.texi (Saving Articles): Mention
4489 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4490
92e15881
JB
44912008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
4492
4493 * calc.texi: Adjust mode line throughout.
4494
ea597303
JB
44952008-06-28 Juanma Barranquero <lekktu@gmail.com>
4496
4497 * sasl.texi (Mechanisms): Fix typos.
4498
aee08080
JB
44992008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4500
4501 * calc.texi (Killing from the stack): Mention using normal Emacs
4502 copying.
4503
a06a4a12
MA
45042008-06-21 Michael Albinus <michael.albinus@gmx.de>
4505
0c7efc08 4506 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 4507 Add `auth-source' mechanism.
a06a4a12
MA
4508 (Connection caching): Tramp reopens the connection automatically,
4509 when the operating system on the remote host has been changed.
4510
7389398d
EZ
45112008-06-20 Eli Zaretskii <eliz@gnu.org>
4512
4513 * makefile.w32-in (distclean): Remove makefile.
4514
b349f79f
CD
45152008-06-17 Carsten Dominik <dominik@science.uva.nl>
4516
3f9b4c2b 4517 * org.texi (Using the mapping API): New section.
b349f79f 4518 (Agenda column view): New section.
3f9b4c2b 4519 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 4520 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 4521 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
4522
45232008-06-17 Jason Riedy <jason@acm.org>
4524
4525 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4526 function, and efmt may be a two-argument function.
4527 (Radio tables): Document multiple destinations.
4528
cd5c05d2
GM
45292008-06-16 Glenn Morris <rgm@gnu.org>
4530
4531 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4532 Add Cover-Texts.
4533
debf4439
GM
45342008-06-15 Glenn Morris <rgm@gnu.org>
4535
4536 * faq.texi (VER): Update to 23.0.60.
4537
4538 * mh-e.texi: Remove option of licensing under GPL.
4539 Add Cover-Texts to GFDL permissions notice.
4540 (GPL): Remove section.
4541 (GFDL): Include doclicense.texi rather than the actual text.
4542
4543 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4544 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4545
4546 * sasl.texi: Fix output file name.
4547
4548 * epa.texi, sasl.texi: Refer to license in Emacs manual.
4549
4550 * gnus-coding.texi: Refer to license in Gnus manual.
4551
4552 * idlwave.texi, sasl.texi: Use @copying.
4553
4554 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
4555
4556 * speedbar.texi: Update Back-Cover Text as per maintain.info.
4557
4558 * url.texi: Use @copying, @title, @subtitle, @author.
4559
4560 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4561 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4562 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4563 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4564 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4565 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4566 * widget.texi, woman.texi:
4567 Remove references to external license, since doclicense is included.
4568
4569 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4570 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4571 Remove references to non-existent Invariant Sections.
4572
091f8bc1
GM
45732008-06-14 Glenn Morris <rgm@gnu.org>
4574
4575 * faq.texi (Major packages and programs): Remove references to external
4576 Supercite, Calc, VIPER, since they have been included for some time.
4577 Update VM, AUCTeX, BBDB entries.
4578
47bcb4d3
UJ
45792008-06-14 Ulf Jasper <ulf.jasper@web.de>
4580
4581 * newsticker.texi: Updated to match latest newsticker changes.
4582
6f093307
GM
45832008-06-13 Glenn Morris <rgm@gnu.org>
4584
4585 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4586 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4587 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4588 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4589 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4590 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4591 * woman.texi:
4592 Update Back-Cover Text as per maintain.info.
4593
2b968687
MB
45942008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4595
4596 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4597
4598 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4599 (gnus-faq.xml): Update repository host.
4600
2b968687
MB
4601 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4602
46032008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4604
4605 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4606 Fix a typo.
4607
46082008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4609
4610 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 4611 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
4612 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4613
46142008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4615
4616 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4617 coding standards.
4618
46192008-06-14 David Engster <dengste@eml.cc>
4620
4621 * gnus.texi (nnmairix): Markup fixes.
4622
e6d2d263
MB
46232008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4624
2b968687 4625 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4626
46272008-06-05 David Engster <dengste@eml.cc>
4628
4629 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4630
46312008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4632
b344d29d 4633 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4634 (Searching, nnir, nnmairix): New stub nodes.
4635
ad231df6 46362008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4637
4638 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4639
f394fa25
MB
46402008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4641
4642 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4643
58333467
MB
46442008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4645
4646 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4647
67525fb9
JY
46482008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4649
4650 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4651
0549d8fc
JB
46522008-05-06 Juanma Barranquero <lekktu@gmail.com>
4653
4654 * info.texi (Top): Fix typo in xref.
4655
149a3837
KB
46562008-05-05 Karl Berry <karl@gnu.org>
4657
4658 * info.texi (Top): @xref to stand-alone manual.
4659
3a23a519
MB
46602008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4661
4662 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4663 (Various Summary Stuff): Fix typo in last xref.
4664
0a29fbf3
JB
46652008-05-02 Juanma Barranquero <lekktu@gmail.com>
4666
4667 * org.texi (Moving subtrees): Fix typo.
4668
586b90f1
MA
46692008-04-28 Michael Albinus <michael.albinus@gmx.de>
4670
4671 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4672 Tramp via `tramp-mode'.
4673
b5af9883
CD
46742008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4675
4676 * org.texi: Massive changes, in many parts of the file.
4677
d55fe5bb
MB
46782008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4679
4680 * gnus.texi (Oort Gnus): Add message-fill-column.
4681
46822008-04-12 Adrian Aichner <adrian@xemacs.org>
4683
4684 * gnus.texi (Mail Source Specifiers): Typo fix.
4685
46862008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4687
4688 * gnus.texi (Diary Headers Generation): Update key binding for
4689 `gnus-diary-check-message'.
4690
46912008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4692
4693 * gnus.texi (Emacsen): Addition.
4694
46952008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4696
4697 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4698
46992008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4700
4701 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4702
47032008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4704
4705 * gnus-news.texi: Update tool bar item.
4706
47072008-04-09 Sven Joachim <svenjoac@gmx.de>
4708
4709 * gnus-news.texi: Fix typos.
4710
76c109c3
JB
47112008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4712
222027f2 4713 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4714 Add mention of `kron'.
4715
d5fbd5a6
MO
47162008-04-01 Daiki Ueno <ueno@unixuser.org>
4717
0c7efc08
SM
4718 * epa.texi (Encrypting/decrypting *.gpg files):
4719 Document epa-file-name-regexp.
d5fbd5a6 4720
fbcbb58c
KY
47212008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4722
4723 * gnus.texi (Example Methods): Fix description about ssh-agent.
4724 (Indirect Functions): Fix the default value of nntp-telnet-command;
4725 remove link to connect.html.
4726
134ce16c
MA
47272008-03-30 Michael Albinus <michael.albinus@gmx.de>
4728
4729 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4730 dbus-call-method.
4731 (Receiving Method Calls): The timeout can be set by the calling client.
4732
da1975d7
MA
4733 * trampver.texi: Update release number.
4734
2e4089ab
RS
47352008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4736
4737 * gnus.texi (Top): Fix version. Add SASL.
4738
70cab5a9
MA
47392008-03-29 Michael Albinus <michael.albinus@gmx.de>
4740
4741 Sync with Tramp 2.1.13.
4742
4743 * trampver.texi: Update release number.
4744
5bc6ddff
MB
47452008-03-29 Chong Yidong <cyd@stupidchicken.com>
4746
4747 * org.texi: Update to new org-mode website.
4748
47492008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4750
4751 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4752
9b3ebcb6
MB
47532008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4754
4755 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4756 gnus-read-ephemeral-gmane-group-url,
4757 gnus-read-ephemeral-emacs-bug-group,
4758 gnus-read-ephemeral-debian-bug-group.
4759
47602008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4761
4762 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4763
4764 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4765 Add FIXMEs for Bookmarks and gnus-registry-marks.
4766
47672008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4768
4769 * gnus.texi (Smileys): Document `smiley-style'.
4770
47712008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4772
4773 * gnus.texi (Gnus Development): Clarify difference between ding and
4774 gnu.emacs.gnus.
4775 (MIME Commands, Using MIME, RSS): Fix markup.
4776
4777 * gnus-faq.texi ([8.4]): Ditto.
4778
47792008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4780
4781 * gnus.texi (Emacsen): Remove obsolete stuff.
4782
47832008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4784
4785 * gnus.texi (Oort Gnus): Add version info WRT
4786 `mail-source-delete-incoming'.
4787
47882008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4789
4790 * gnus.texi (Top): Add "Other related manuals" and version info in
4791 `iftex' output.
4792 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4793 gnus-balloon-face-0 and the corresponding format specifiers.
4794
608d6a81
MA
47952008-03-26 Michael Albinus <michael.albinus@gmx.de>
4796
4797 * tramp.texi (Filename completion): Remove footnote about let-bind
4798 of `partial-completion-mode'. It doesn't work this way.
4799
27a6f132
SM
48002008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4801
4802 * pcl-cvs.texi (Contributors): Update my email.
4803
4a7c4c40
MA
48042008-03-21 Michael Albinus <michael.albinus@gmx.de>
4805
4806 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4807
2940c053
BW
48082008-03-17 Bill Wohler <wohler@newt.com>
4809
4810 * mh-e.texi (Viewing): Update URL for adding header fields to
4811 mh-invisible-header-fields-default.
4812
30864d5f
BW
48132008-03-16 Bill Wohler <wohler@newt.com>
4814
4815 * mh-e.texi (Preface): Add Gnus to requirements.
4816 (Forwarding): Note that forwarded MIME messages are now inline.
4817
31fe2b00
SM
48182008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4819
4820 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4821 (Common Variables): Give precedence to the netcat methods over the
4822 telnet methods, and mention that they are more reliable.
31fe2b00 4823
5e97c626
CD
48242008-03-13 Carsten Dominik <dominik@science.uva.nl>
4825
4826 * org.texi (Exporting Agenda Views): Document agenda export to
4827 iCalendar.
4828 (Progress logging): Document the new progress logging stuff.
4829
37a68866
MB
48302008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4831
4832 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4833 Update for change of `mail-source-delete-incoming'.
4834
4835 * gnus-news.texi: Ditto.
4836
8f7abae3
MB
48372008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4838
4839 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4840 custom versions.
4841
af379c86
AM
48422008-03-07 Alan Mackenzie <acm@muc.de>
4843
4844 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4845 parens/brackets in a k&r region is limited.
4846
3d0f8a67
MB
48472008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4848
4849 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4850 using different Emacs versions.
4851
52151df0
GM
48522008-02-27 Glenn Morris <rgm@gnu.org>
4853
4854 * sc.texi: Remove a lot of old and obsolete info.
4855 (titlepage): Simplify.
4856 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4857 (VM with any Emacsen, GNEWS with any Emacsen)
4858 (Overloading for Non-conforming MUAs, Version 3 Changes)
4859 (The Supercite Mailing List): Delete nodes.
4860 (Introduction): Remove info about old packages.
4861 (Getting Connected): Simplify. Remove info about old packages.
4862 (Citing Commands): Delete Emacs 19 info.
4863 (Hints to MUA Authors): Simplify.
4864 (Thanks and History): Merge in some info from the deleted node
4865 "Version 3 Changes".
4866
b03f96dc
MB
48672008-02-05 Juanma Barranquero <lekktu@gmail.com>
4868
4869 * org.texi (Setting tags, In-buffer settings):
4870 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4871
52bec650
MB
48722008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4873
4874 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4875 installation directory name.
4876
34a3c587
RF
48772008-02-12 Romain Francoise <romain@orebokech.com>
4878
4879 * epa.texi (Overview): Fix typo.
4880
5a8d03e9
MO
48812008-02-11 Daiki Ueno <ueno@unixuser.org>
4882
4883 * epa.texi (Quick start): Remove the .emacs setting.
4884
f1914c40
MO
48852008-02-10 Daiki Ueno <ueno@unixuser.org>
4886
4887 * epa.texi (Quick start): Use the command `epa-enable' instead of
4888 loading `epa-setup'.
4889
bca98fc9
JB
48902008-02-08 Juanma Barranquero <lekktu@gmail.com>
4891
4892 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4893 ($(infodir)/epa, epa.dvi): New targets.
4894
4b01af2e
MO
48952008-02-08 Daiki Ueno <ueno@unixuser.org>
4896
4897 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4898
4899 * epa.texi: New manual documenting the EasyPG Assistant.
4900
06c0751a
MA
49012008-02-06 Michael Albinus <michael.albinus@gmx.de>
4902
4903 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4904 (Inspection): New function dbus-ping.
4905
7dcccd7b
MA
49062008-02-05 Michael Albinus <michael.albinus@gmx.de>
4907
4908 * tramp.texi (Remote processes): Add `shell-command'.
4909
a1da1e37
MB
49102008-01-28 Michael Sperber <sperber@deinprogramm.de>
4911
4912 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4913 (Group Parameters): Document `mail-source' parameter.
4914
c9d8f746
MA
49152008-01-27 Michael Albinus <michael.albinus@gmx.de>
4916
4917 * tramp.texi (Inline methods): The hostname of the su(do)? methods
4918 must be a local host.
4919
15db4a13
MO
49202008-01-26 Michael Olson <mwolson@gnu.org>
4921
4922 * erc.texi: Update version for ERC 5.3 release.
4923 (Obtaining ERC): Update extras URLs for 5.3.
4924 (Development): Write instructions for git, and remove those for Arch.
4925 (History): Mention the switch to git.
4926
2bc43980
KB
49272008-01-24 Karl Berry <karl@gnu.org>
4928
bca98fc9
JB
4929 * info.texi (Search Index, Search Text): Mention the command
4930 character in the section name, a la the (Go to node) node.
2bc43980 4931
d2e4a6c9
MA
49322008-01-21 Michael Albinus <michael.albinus@gmx.de>
4933
4934 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4935
0b6799c3
MB
49362008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4937
4938 * gnus-news.texi: Mention gnus-article-describe-bindings.
4939
49402008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4941
4942 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4943
db9c3fb1 49442008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 4945
7b4d0413 4946 * org.texi (Property inheritance): New section.
db9c3fb1 4947 (Conventions): New section.
7b4d0413 4948 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
4949 commands, and the new bindings for refiling.
4950 (Sparse trees): Document the new special command for sparse trees.
4951 (References): Be more clear about the counting of hilines.
4952 (Handling links): Document M-p/n for accessing links.
4953 (Fast access to TODO states): New section.
4954 (Per file keywords): New section.
4955 (Property inheritance): New section.
4956 (Column attributes): New summary types.
4957 (Capturing Column View): New section.
4958 (The date/time prompt): Cover the new features in the date/time prompt.
4959 Compactify the table of keys for the calendar remote control.
4960 (Clocking work time): Document the new :scope parameter.
4961 (Remember): Promoted to chapter.
4962 (Quoted examples): New section.
4963 (Enhancing text): New verbatim environments.
4964
6ed73f28
MA
49652008-01-14 Michael Albinus <michael.albinus@gmx.de>
4966
4967 * trampver.texi: Update release number.
4968
95838435
MB
49692008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4970
0c7efc08
SM
4971 * gnus.texi (Article Keymap):
4972 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
4973 gnus-article-reply-with-original and
4974 gnus-article-followup-with-original.
4975
20234d96
GM
49762008-01-09 Glenn Morris <rgm@gnu.org>
4977
4978 * nxml-mode.texi: Add @copying section.
4979
d82cf70b
MB
49802008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4981
4982 * message.texi (Mail Variables): Add some text from "(gnus)Posting
4983 Server". Add `message-send-mail-with-mailclient'.
4984
4985 * gnus.texi (Posting Server): Move some text to "(message)Mail
4986 Variables" and add a reference here.
4987
addb7f2e
MA
49882008-01-04 Michael Albinus <michael.albinus@gmx.de>
4989
4990 * dbus.texi (Receiving Method Calls): New chapter.
4991 (Errors and Events): Add serial number to events. Replace "signal" by
4992 "message". Introduce dbus-event-serial-number.
4993
4db2806c
MA
49942008-01-03 Michael Albinus <michael.albinus@gmx.de>
4995
4996 * dbus.texi (Type Conversion): Explain the type specification for empty
4997 arrays. Use another example.
4998
c9ecb5a7
MA
49992007-12-30 Michael Albinus <michael.albinus@gmx.de>
5000
5001 * dbus.texi (all): Replace "..." by @dots{}.
5002 (Type Conversion): Precise the value range for :byte types.
5003 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5004 Mention its return value.
5005 (Errors and Events): There is no D-Bus error propagation during event
5006 processing.
5007
702dbfd9
JB
50082007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5009
5010 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5011 New sections.
5012
87035689
MB
50132007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5014
5015 * gnus.texi (Group Parameters): Reorder the text and add a note about
5016 `gnus-parameters' near the beginning of the node.
5017
50182007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5019
5020 * gnus.texi (Score File Editing): Fix function name.
5021
5492f5ca
MA
50222007-12-23 Michael Albinus <michael.albinus@gmx.de>
5023
5024 Sync with Tramp 2.1.12.
5025
5026 * trampver.texi: Update release number.
5027
d4e67bc5
MA
50282007-12-22 Michael Albinus <michael.albinus@gmx.de>
5029
5030 * dbus.texi (Type Conversion): Correct input parameters mapping.
5031
6a31c819
MA
50322007-12-21 Michael Albinus <michael.albinus@gmx.de>
5033
5034 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5035 (Errors and Events): Mention wrong-type-argument error.
5036
99a3e35f
AS
50372007-12-21 Alex Schroeder <alex@gnu.org>
5038
5039 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5040 spaces. Fixed some typos.
99a3e35f
AS
5041 (Internet Relay Chat): Explain relay.
5042 (Getting started with rcirc): Change items to reflect prompts.
5043 Add more explanation to rcirc-track-minor-mode and added a comment to
5044 warn future maintainers that this section is a copy.
0c7efc08 5045 (People): Change /ignore example.
62b12a24 5046 (Keywords): Not keywords.
99a3e35f 5047
331e4d02
AS
50482007-12-20 Alex Schroeder <alex@gnu.org>
5049
5050 * rcirc.texi (Top): Fighting Information Overload chapter added.
5051 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5052 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5053 (Fighting Information Overload): New chapter documenting /keyword,
5054 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5055 (Configuration): Document rcirc-server-alist, remove
5056 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5057
cd71c3ef
MA
50582007-12-16 Michael Albinus <michael.albinus@gmx.de>
5059
5060 * dbus.texi (Signals): Fix example in dbus-register-signal.
5061
bbbe940b
MB
50622007-12-14 Sven Joachim <svenjoac@gmx.de>
5063
5064 * gnus.texi (Score Variables): Fix typo.
5065
0ce574ef
MA
50662007-12-07 Michael Albinus <michael.albinus@gmx.de>
5067
5068 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5069 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5070 (Errors and Events): Adapt dbus-event.
5071
b890d447
MB
50722007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5073
5074 * gnus.texi (Other Files): Add the yenc command.
5075
50762007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5077
5078 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5079 since 2004-08-06.
5080
50812007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5082
5083 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5084 on body.
5085
50862007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5087
5088 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5089 and rfc2047-allow-irregular-q-encoded-words; fix description of
5090 rfc2047-encode-encoded-words.
5091
50922007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5093
5094 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5095
3728bf03
MO
50962007-12-05 Michael Olson <mwolson@gnu.org>
5097
5098 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5099 Update documentation for `remember-diary-file'.
5100
a4397af9
MA
51012007-12-04 Michael Albinus <michael.albinus@gmx.de>
5102
5103 * dbus.texi (Signals): Precise `dbus-register-signal'.
5104 (Errors and Events): Rework events part, the internal structure of
5105 dbus-event has changed.
5106
1682490c
JB
51072007-12-03 Juanma Barranquero <lekktu@gmail.com>
5108
5109 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5110 ($(infodir)/dbus, dbus.dvi): New targets.
5111
7b13a0f2
MA
51122007-12-03 Michael Albinus <michael.albinus@gmx.de>
5113
5114 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5115 unconditionally.
5116
5117 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5118 emulation with @print{}.
5119
7ef92bc9
RS
51202007-12-02 Richard Stallman <rms@gnu.org>
5121
5122 * dbus.texi (Overview): Minor cleanup.
5123
22d8ac3a
MA
51242007-12-02 Michael Albinus <michael.albinus@gmx.de>
5125
d3a8e0df
MA
5126 * Makefile.in (INFO_TARGETS): Add dbus.
5127 (DVI_TARGETS): Add dbus.dvi.
5128 (dbus, dbus.dvi): New targets.
5129
22d8ac3a
MA
5130 * dbus.texi: New file.
5131
559764ab
RF
51322007-11-24 Romain Francoise <romain@orebokech.com>
5133
5134 * nxml-mode.texi: Add description in @direntry.
7aa579d9 5135 Fix file name to match @setfilename.
559764ab 5136
ac97a16b
MH
51372007-11-23 Mark A. Hershberger <mah@everybody.org>
5138
5139 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5140 ($(infodir)/nxml-mode): New rule.
5141
5142 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5143 ($(infodir)/nxml-mode): New rule.
5144 (clean): Add nxml-mode*.
5145
5146 * nxml-mode.texi: New file with nxml manual.
5147
404cd454
GM
51482007-11-18 Richard Stallman <rms@gnu.org>
5149
5150 * flymake.texi (Example -- Configuring a tool called directly):
5151 Update example.
5152
b048d478
MA
51532007-11-18 Michael Albinus <michael.albinus@gmx.de>
5154
5155 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 5156 double-slash behavior. Explain directory contents flushing.
b048d478 5157
346e8469
JB
51582007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5159
5160 * calc.texi (TeX and LaTeX Language Modes): Put in
5161 missing braces.
5162
404cd454
GM
51632007-11-15 Richard Stallman <rms@gnu.org>
5164
5165 * cl.texi (Equality Predicates): Delete `eql'.
5166 (Predicates, Naming Conventions, Top): Delete `eql'.
5167 (Common Lisp Compatibility): Delete `eql'.
5168 (Porting Common Lisp): Delete obsolete backquote info.
5169 Minor clarification about character constants.
5170 (Sequence Basics): Minor clarification.
5171
1f6af58b
JB
51722007-11-15 Juanma Barranquero <lekktu@gmail.com>
5173
dccb744b 5174 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
5175 * tramp.texi (Filename completion): Fix typos.
5176
3bc88bc9
JB
51772007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5178
5179 * calc.texi (Basic commands): Mention the menu.
5180
bc5300d3
MA
51812007-11-12 Michael Albinus <michael.albinus@gmx.de>
5182
5183 * tramp.texi (Connection caching): Tramp flushes connection
5184 properties when remote operating system has been changed.
5185
4d8a28ec
MB
51862007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5187
5188 * gnus-news.texi: Fix spelling.
5189 `message-insert-formatted-citation-line', not
5190 `message-insert-formated-citation-line'.
5191
404cd454
GM
5192 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5193
e1176b47
MA
51942007-11-07 Michael Albinus <michael.albinus@gmx.de>
5195
5196 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 5197 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
5198 (Frequently Asked Questions): Add code example for highlighting the
5199 mode line.
5200
6159985a
MO
52012007-11-03 Michael Olson <mwolson@gnu.org>
5202
5203 * remember.texi: Change mentions of remember-buffer to
5204 remember-finalize throughout.
5205
bec9b2f5
MO
52062007-10-30 Michael Olson <mwolson@gnu.org>
5207
5208 * remember.texi (Copying): Remove.
5209 (Mailbox): Update with non-BBDB instructions.
5210 (Diary, Org): Add.
5211 (Bibliography, Planner Page): Remove.
5212
b6173182
JB
52132007-10-30 Juanma Barranquero <lekktu@gmail.com>
5214
5215 * makefile.w32-in (INFO_TARGETS): Add remember.
5216 (DVI_TARGETS): Add remember.dvi.
5217 ($(infodir)/remember): New rule.
5218 (clean): Add remember*.
5219
15f3eb73
MO
52202007-10-30 Michael Olson <mwolson@gnu.org>
5221
70bdc930
MO
5222 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5223 ($(infodir)/remember): New rule that builds the Remember Manual.
5224
b6173182
JB
5225 * remember.texi: New file containing the Remember Mode Manual.
5226 Shuffle chapters around after initial import.
7d3f6f1a
MO
5227 (Function Reference): Split Keystrokes into separate chapter.
5228 (Keystrokes): Document C-c C-k.
51d24a12 5229 (Introduction): Fix typographical issue with "---".
15f3eb73 5230
404cd454
GM
52312007-10-29 Richard Stallman <rms@gnu.org>
5232
5233 * widget.texi (Introduction): Delete discussion of implementation
5234 internals.
5235
9bbb9638
MA
52362007-10-29 Michael Albinus <michael.albinus@gmx.de>
5237
5238 * tramp.texi (Connection caching): Host names must be different
5239 when tunneling.
5240
c7ff939a
RS
52412007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5242
5243 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5244 Gnus v5.13.
5245
01c52d31
MB
52462007-10-28 Miles Bader <miles@gnu.org>
5247
5248 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5249
01c52d31
MB
52502007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5251
0c7efc08
SM
5252 * gnus.texi (Sorting the Summary Buffer):
5253 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
5254
52552007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5256
5257 * gnus.texi (Non-ASCII Group Names): New node.
5258 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5259 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5260
c8763fb6 52612007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5262
5263 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5264 clean the output of the program `imap-shell-program'.
5265
52662007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5267
5268 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5269
52702007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5271
5272 * gnus.texi (Sticky Articles): Documentation for sticky article
5273 buffers.
5274
c8763fb6 52752007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5276
5277 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5278
52792007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5280
5281 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5282
52832007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5284
0c7efc08
SM
5285 * gnus.texi (Archived Messages):
5286 Document gnus-update-message-archive-method.
01c52d31
MB
5287
52882007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5289
5290 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5291
c8763fb6 52922007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 5293
0c7efc08
SM
5294 * gnus.texi (Group Maneuvering):
5295 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
5296
52972007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5298
0c7efc08
SM
5299 * gnus.texi (Really Various Summary Commands):
5300 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
5301
53022007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5303
5304 * gnus.texi, message.texi: Bump version number.
5305
53062007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5307
5308 * gnus.texi (Group Line Specification, Misc Group Stuff)
5309 (Server Commands): Parenthesize @pxref{Mail Spool}.
5310
53112007-10-28 Didier Verna <didier@xemacs.org>
5312
5313 New user option: message-signature-directory.
5314 * message.texi (Insertion Variables): Document it.
5315 * gnus.texi (Posting Styles): Ditto.
5316
53172007-10-28 Didier Verna <didier@xemacs.org>
5318
5319 * gnus.texi (Group Line Specification):
5320 * gnus.texi (Misc Group Stuff):
5321 * gnus.texi (Server Commands): Document the group compaction feature.
5322
53232007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5324
5325 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5326
5327 * message.texi (Various Message Variables): Add message-fill-column.
5328
53292007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5330
5331 * gnus.texi: Untabify.
5332
53332007-10-28 Didier Verna <didier@xemacs.org>
5334
5335 * gnus.texi (Group Parameters): Document the posting-style merging
5336 process in topic-mode.
5337
53382007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5339
5340 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5341
53422007-10-28 Romain Francoise <romain@orebokech.com>
5343
5344 * gnus.texi (Mail Spool): Fix typo.
5345 Update copyright.
5346
53472007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5348
5349 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5350
53512007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5352
5353 * gnus.texi (Summary Generation Commands):
5354 Add gnus-summary-insert-ticked-articles.
5355
53562007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5357
b2abec73
JB
5358 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5359 to spam-spamassassin-program.
01c52d31
MB
5360
53612007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5362
5363 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5364
53652007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5366
5367 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5368
53692007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5370
5371 * message.texi (Mail Headers): Document `opportunistic'.
5372
53732007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5374
5375 * emacs-mime.texi (Encoding Customization): Explain how to set
5376 mm-coding-system-priorities per hierarchy.
5377
53782007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5379
5380 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5381 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5382
53832007-10-28 Didier Verna <didier@xemacs.org>
5384
5385 * message.texi (Wide Reply): Update documentation of
5386 message-dont-reply-to-names (now allowing a list of regexps).
5387
53882007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5389
5390 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5391
53922007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5393
5394 * gnus.texi (SpamAssassin back end): Fix typo.
5395
5396 * sieve.texi (Examples): Fix grammar.
5397
53982007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5399
5400 * gnus.texi (Searching for Articles): Document M-S and M-R.
5401 (Limiting): Document / b.
5402
54032007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5404
5405 * gnus.texi (Thread Commands): T M-^.
5406
54072007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5408
5409 * message.texi (Mail Aliases): Document ecomplete.
5410 (Mail Aliases): Fix typo.
5411
54122007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5413
5414 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5415 fix typo.
5416
54172007-10-28 Romain Francoise <romain@orebokech.com>
5418
5419 * gnus.texi (Mail Spool): Grammar fix.
5420
54212007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5422
5423 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5424 string.
5425
54262007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5427
5428 * gnus.texi (Group Parameters): Fix description.
5429
54302007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5431
b2abec73
JB
5432 * gnus.texi (Gmane Spam Reporting):
5433 Fix spam-report-gmane-use-article-number.
5434 Add spam-report-user-mail-address.
01c52d31
MB
5435
54362007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5437
5438 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5439
54402007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5441
5442 * gnus.texi (Group Parameters): Add simplified sorting example based on
5443 example for `Sorting the Summary Buffer' from Jari Aalto
5444 <jari.aalto@cante.net>.
5445 (Example Methods): Add example for an indirect connection.
5446
54472007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5448
0c7efc08 5449 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
5450 (Agent Parameters): Updated parameter names to match code.
5451 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5452 'gnus-agent-summary-fetch-series'.
5453 (Agent and flags): New section providing a generalized discussion
5454 of flag handling.
0c7efc08
SM
5455 (Agent and IMAP): Remove flag discussion.
5456 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
5457
54582007-10-28 Romain Francoise <romain@orebokech.com>
5459
5460 * gnus.texi (Exiting the Summary Buffer): Add new function
5461 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5462
54632007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5464
5465 * gnus.texi (Conformity): Fix typo.
5466 (Customizing Articles): Document `first'.
5467
54682007-10-28 Jari Aalto <jari.aalto@cante.net>
5469
5470 * gnus.texi (Sorting the Summary Buffer):
5471 Add `gnus-thread-sort-by-date-reverse'. Add example
5472 host to different sorting in NNTP and RSS groups.
5473
54742007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5475
5476 * message.texi (Insertion): Describe prefix for
5477 message-mark-inserted-region and message-mark-insert-file.
5478
54792007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5480
5481 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5482 LaTeX documents. Describe "text/x-gnus-verbatim".
5483
54842007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5485
b2abec73 5486 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
5487 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5488 (spam-stat spam filtering, SpamOracle)
0c7efc08 5489 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
5490 clarity.
5491
54922007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5493
5494 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5495 gnus-article-delete-part and gnus-article-replace-part.
5496 (Using MIME): Add gnus-mime-replace-part.
5497
54982007-10-28 Romain Francoise <romain@orebokech.com>
5499
5500 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5501 requires `auto-compression-mode' to be enabled. Add new nnml
5502 variable `nnml-compressed-files-size-threshold'.
5503
55042007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5505
0c7efc08
SM
5506 * gnus.texi (Sorting the Summary Buffer):
5507 Add gnus-thread-sort-by-recipient.
01c52d31
MB
5508
55092007-10-28 Romain Francoise <romain@orebokech.com>
5510
5511 * message.texi (Insertion Variables): Mention new variable
5512 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5513 documentation accordingly.
5514
55152007-10-28 Romain Francoise <romain@orebokech.com>
5516
5517 * gnus.texi (To From Newsgroups): Mention new variables
5518 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5519
55202007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5521
5522 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5523 stuff; gnus-mime-inline-part does the automatic decompression.
5524
55252007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5526
5527 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 5528 "training.ham" should be "training.spam".
01c52d31
MB
5529
55302007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5531
5532 * message.texi (Mail Variables): Fix the default value for
5533 message-send-mail-function.
5534
55352007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5536
5537 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5538 always returns nil exceptionally.
5539
55402007-10-28 Simon Josefsson <jas@extundo.com>
5541
0c7efc08
SM
5542 * gnus.texi (Article Washing): Add libidn URL.
5543 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
5544
55452007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5546
5547 * gnus.texi (Topic Commands): Fix next/previous.
5548
55492007-10-28 Simon Josefsson <jas@extundo.com>
5550
5551 * gnus.texi (Article Washing): Mention `W i'.
5552
c8763fb6 55532007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
5554
5555 * gnus.texi (Group Parameters): Slight extension of sieve
5556 parameter description.
5557
55582007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5559
5560 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5561 matching score files as well.
5562 (Picons): Describe `gnus-picon-style'.
5563
55642007-10-28 Romain Francoise <romain@orebokech.com>
5565
5566 * message.texi (Message Headers): Mention that headers are hidden
5567 using narrowing, and how to expose them.
5568 Update copyright.
5569
55702007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5571
5572 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5573 `gnus-summary-sort-by-recipient'.
5574
55752007-10-28 Romain Francoise <romain@orebokech.com>
5576
5577 * gnus.texi (NNTP marks): New node.
5578 (NNTP): Move NNTP marks variables to the new node.
5579
55802007-10-28 Jesper Harder <harder@ifa.au.dk>
5581
b2abec73 5582 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
5583
5584 * gnus.texi (MIME Commands, Hashcash): Markup fix.
5585
55862007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5587
b2abec73 5588 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 5589 everywhere for consistency.
b2abec73
JB
5590 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5591 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
5592 Say "regular expression" instead of "regex." Admonish.
5593 Pick other words to sound better (s/so/thus/).
5594 (Spam ELisp Package Filtering of Incoming Mail):
5595 Mention statistical filters. Remove old TODO.
01c52d31 5596 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
5597 New section on sorting and displaying the spam score.
5598 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5599 backend but an alias to spam-use-BBDB.
5600 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
5601 new backend functionality.
5602
56032007-10-28 Simon Josefsson <jas@extundo.com>
5604
5605 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5606 nntp-marks-directory, from Romain Francoise
5607 <romain@orebokech.com>.
5608
56092007-10-28 Magnus Henoch <mange@freemail.hu>
5610
5611 * gnus.texi (Hashcash): New default value of
5612 hashcash-default-payment.
5613
56142007-10-28 Simon Josefsson <jas@extundo.com>
5615
5616 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5617 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5618
56192007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5620
0c7efc08 5621 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5622
56232007-10-28 Simon Josefsson <jas@extundo.com>
5624
5625 * gnus.texi (documentencoding): Add, to avoid warnings.
5626
56272007-10-28 Simon Josefsson <jas@extundo.com>
5628
5629 * message.texi (Mail Headers): Add.
5630
5631 * gnus.texi (Hashcash): Fix.
5632
56332007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5634
0c7efc08 5635 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5636 that payments can be verified and fix the name of the
b2abec73 5637 hashcash-path variable.
01c52d31
MB
5638
56392007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5640
b2abec73 5641 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5642
56432007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5644
5645 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5646
56472007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5648
5649 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5650 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5651 warning about ham processors in spam groups removed.
01c52d31
MB
5652
56532007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5654
0c7efc08 5655 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5656 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5657
56582007-10-28 Jesper Harder <harder@ifa.au.dk>
5659
5660 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5661 (Mailing List): Typo.
5662 (Customizing Articles): Add gnus-treat-ansi-sequences.
5663 (Article Washing): Index.
5664
5665 * message.texi: Use m-dash consistently.
5666
56672007-10-28 Jesper Harder <harder@ifa.au.dk>
5668
5669 * gnus.texi (GroupLens): Remove.
5670
56712007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5672
0c7efc08
SM
5673 * gnus.texi (Outgoing Messages, Agent Variables):
5674 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5675 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5676
56772007-10-28 Jesper Harder <harder@ifa.au.dk>
5678
5679 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5680
56812007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5682
5683 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5684
5685 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5686
56872007-10-28 Simon Josefsson <jas@extundo.com>
5688
5689 * gnus.texi (Top): Add SASL.
5690
404cd454
GM
56912007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5692
5693 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5694
56952007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5696
5697 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5698
0edd2970
JB
56992007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5700
5701 * calc.texi (Formulas, Composition Basics): Lower the
5702 precedence of negation.
5703
a9afba20
JY
57042007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5705
5706 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5707 Mention the new three-letter column identifiers.
5708 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5709 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5710 message when using `c' on an empty default with default printer.
5711 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5712 renamed to `ses--symbolic-formulas' some time ago.
5713
45b778a6
JB
57142007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5715
5716 * calc.texi (Default Simplifications, Making Selections)
5717 (Customizing Calc): Clarify associativity of multiplication.
5718
03b5bade
MA
57192007-10-23 Michael Albinus <michael.albinus@gmx.de>
5720
5721 * tramp.texi (Traces and Profiles): Simplify loop over
5722 `trace-function-background'.
5723
e658c8ee
JL
57242007-10-22 Juri Linkov <juri@jurta.org>
5725
5726 * dired-x.texi (Shell Command Guessing): Default values are now
5727 available by typing M-n instead of M-p.
5728
dd753688
MA
57292007-10-21 Michael Albinus <michael.albinus@gmx.de>
5730
5731 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5732 (Password caching): Remove `tramp-clear-passwd'.
5733 It's not a command anymore.
dd753688
MA
5734 (Bug Reports): Add `tramp-bug' to function index.
5735 (Function Index, Variable Index): New nodes.
5736 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5737
5738 * trampver.texi: Update release number.
5739
4bb49b43
JB
57402007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5741
8b296cdd 5742 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5743 about integer size into past tense.
5744 (Time Zones): Remove pointer to Calc author's address.
5745 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5746 and hyperbolic cotangent. Fix typo.
4bb49b43 5747
311dd93f
MA
57482007-10-10 Michael Albinus <michael.albinus@gmx.de>
5749
5750 Sync with Tramp 2.1.11.
5751
5752 * trampver.texi: Update release number.
5753
ea3fc256
MA
57542007-10-06 Michael Albinus <michael.albinus@gmx.de>
5755
5756 * tramp.texi (External packages): New section.
5757
1af74d06
MB
57582007-09-29 Juri Linkov <juri@jurta.org>
5759
5760 * info.texi (Help-Int): Document `L' (`Info-history').
5761
0e2806fa
SM
57622007-09-26 Carsten Dominik <dominik@science.uva.nl>
5763
5764 * org.texi: Change links to webpage and maintained email.
5765 (Remember): Promote to Chapter, significant changes.
5766 (Fast access to TODO states): New section.
5767 (Faces for TODO keywords): New section.
5768 (Export options): Example for #+DATE.
5769 (Progress logging): Section moved.
5770
567b9191
BW
57712007-09-26 Bill Wohler <wohler@newt.com>
5772
5773 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5774 browse-url-at-mouse.
5775
1af74d06
MB
57762007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5777
5778 * flymake.texi (Customizable variables): Face names don't end in -face.
5779 Fix flymake-err-line-patterns template.
5780 (Example -- Configuring a tool called directly): Fix init-function.
5781 (Highlighting erroneous lines): Face names don't end in -face.
5782
d60a4e3a 57832007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5784
5785 * erc.texi (Special-Features): Fix small typo.
5786
7d7a3510
MA
57872007-09-14 Michael Albinus <michael.albinus@gmx.de>
5788
5789 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5790 and "External transfer methods".
5791
285f0d3a
JB
57922007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5793
5794 * calc.texi (Predefined Units): Add some history.
5795
526dc846
MO
57962007-09-08 Michael Olson <mwolson@gnu.org>
5797
87e04f16
JB
5798 * erc.texi (Copying): New section included from gpl.texi.
5799 This matches the look of the upstream ERC manual.
526dc846 5800
f10d0e80
JB
58012007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5802
87e04f16 5803 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5804 (Random Numbers): Clarify the distribution of `random'.
5805
4009494e
GM
58062007-09-06 Glenn Morris <rgm@gnu.org>
5807
f1fc42aa 5808 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5809 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5810 Change all setfilename commands to use ../../info.
5811 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5812 refer to the Emacs manual here.
5813 (infodir): New variable.
5814 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5815 (cc-mode.texi, faq.texi): Update references to source file locations.
5816 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5817 do not refer to the Emacs manual here.
5818 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5819
5820 * Makefile.in: Add `basename' versions of all info targets, for
5821 convenience when rebuilding just one manual.
5822 (../etc/GNU): Delete obsolete target.
5823 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5824 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5825 *.vrs *.toc here...
5826 (maintainer-clean): ...from here.
4009494e
GM
5827
5828 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5829
2de53ca6
GM
58302007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5831
5832 * calc.texi (Date Conversions): Clarify definition of
5833 Julian day numbering.
5834 (Date Forms): Clarify definition of Julian day numbering;
5835 add some history.
5836
58372007-08-30 Carsten Dominik <dominik@science.uva.nl>
5838
87e04f16 5839 * org.texi: Version 5.07.
2de53ca6
GM
5840
58412007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5842
5843 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5844
58452007-08-22 Carsten Dominik <dominik@science.uva.nl>
5846
5847 * org.texi (Adding hyperlink types): New section.
5848 (Embedded LaTeX): Chapter updated because of LaTeX export.
5849 (LaTeX export): New section.
5850 (Using links out): New section.
5851
58522007-08-22 Glenn Morris <rgm@gnu.org>
5853
5854 * faq.texi (Learning how to do something): Refcards now in
5855 etc/refcards/ directory.
5856
58572007-08-22 Michael Albinus <michael.albinus@gmx.de>
5858
5859 * tramp.texi (Remote Programs): Persistency file must be cleared when
5860 changing `tramp-remote-path'.
5861 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5862 macro.
5863
58642007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5865
5866 * calc.texi: Move contents to beginning of file.
5867 (Algebraic Entry): Fix the formatting of an example.
5868
58692007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5870
5871 * calc.texi (Basic Operations on Units): Mention exact versus
5872 inexact conversions.
5873
58742007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5875
5876 * calc.texi (Basic Operations on Units): Mention default
5877 values for new units.
5878 (Quick Calculator Mode): Mention that binary format will
5879 be displayed.
5880
58812007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5882
5883 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5884
58852007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5886
5887 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5888
58892007-08-08 Glenn Morris <rgm@gnu.org>
5890
5891 * gnus.texi, sieve.texi: Replace `iff'.
5892
58932007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5894
5895 * calc.texi (Basic Graphics): Mention the graphing of error
5896 forms.
5897 (Graphics Options): Mention how `g s' handles error forms.
5898 (Curve Fitting): Mention plotting the curves.
5899 (Standard Nonlinear Models): Add additional models.
5900 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5901 (Linear Fits): Correct result.
5902
59032007-08-01 Alan Mackenzie <acm@muc.de>
5904
5905 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5906 to "--no-site-file".
5907
59082007-07-29 Michael Albinus <michael.albinus@gmx.de>
5909
5910 * tramp.texi (Frequently Asked Questions): Point to mode line
5911 extension in Emacs 23.1.
5912
5913 * trampver.texi: Update release number.
5914
59152007-07-27 Glenn Morris <rgm@gnu.org>
5916
5917 * calc.texi (Copying): Include license text from gpl.texi, rather than
5918 in-line.
5919
59202007-07-25 Glenn Morris <rgm@gnu.org>
5921
5922 * calc.texi (Copying): Replace license with GPLv3.
5923
5924 * Relicense all FSF files to GPLv3 or later.
5925
59262007-07-22 Michael Albinus <michael.albinus@gmx.de>
5927
5928 Sync with Tramp 2.1.10.
5929
5930 * tramp.texi (trampfn): Expand macro implementation in order to handle
5931 empty arguments.
5932 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 5933 occurrences by trampfn.
2de53ca6 5934 (Frequently Asked Questions): Extend example code for host
b2abec73 5935 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
5936 file names to be typed.
5937
5938 * trampver.texi: Update release number.
5939
59402007-07-17 Michael Albinus <michael.albinus@gmx.de>
5941
5942 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5943 section. Reported by <poti@potis.org>.
5944 (Remote processes): Arguments of the program to be debugged are taken
5945 literally.
5946 (Frequently Asked Questions): Simplify recentf example.
5947
59482007-07-14 Karl Berry <karl@gnu.org>
5949
5950 * info.texi (@copying): New Back-Cover Text.
5951
5952 * info.texi (Quitting Info): Move to proper place in source.
5953 (Reported by Benno Schulenberg.)
5954
59552007-07-13 Eli Zaretskii <eliz@gnu.org>
5956
5957 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5958
5959 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5960
5961 * emacs-mime.texi: Add @documentencoding directive.
5962
59632007-07-12 Nick Roberts <nickrob@snap.net.nz>
5964
5965 * tramp.texi (Remote processes): Add an anchor to the subsection
5966 "Running a debugger on a remote host".
5967
59682007-07-12 Michael Albinus <michael.albinus@gmx.de>
5969
5970 * tramp.texi (Remote processes): Don't call it "experimental" any
5971 longer. Add subsection about running a debugger on a remote host.
5972
59732007-07-10 Carsten Dominik <dominik@science.uva.nl>
5974
5975 * org.texi (Properties and columns): Chapter rewritten.
5976
59772007-07-08 Michael Albinus <michael.albinus@gmx.de>
5978
5979 * tramp.texi:
5980 * trampver.texi: Migrate to Tramp 2.1.
5981
59822007-07-02 Carsten Dominik <dominik@science.uva.nl>
5983
5984 * org.texi (Properties): New chapter.
5985
59862007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
5987
5988 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
5989 Control Panel.
5990
5991 * gnus.texi (Misc Article): Add index entry for
5992 gnus-single-article-buffer.
5993
59942007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
5995
5996 * gnus.texi (Starting Up): Fix typo.
5997
59982007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
5999
6000 * gnus.texi (Asynchronous Fetching): Fix typo.
6001
60022007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6003
6004 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6005 (About This Manual): Remove redundant information.
6006 (Getting Started): Mention author.
6007 (Basic Arithmetic, Customizing Calc): Make description of the
6008 variable `calc-multiplication-has-precedence' match its new effect.
6009
60102007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6011
0c7efc08
SM
6012 * calc.texi (Basic Arithmetic, Customizing Calc):
6013 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
6014
60152007-06-19 Carsten Dominik <dominik@science.uva.nl>
6016
6017 * org.texi (Tag): Section swapped with node Timestamps.
6018 (Formula syntax for Lisp): Document new `L' flag.
6019
60202007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6021
6022 * gnus.texi (Misc Group Stuff, Summary Buffer)
6023 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6024
60252007-06-06 Juanma Barranquero <lekktu@gmail.com>
6026
6027 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6028 * gnus.texi (Article Buttons, Mail Source Customization)
6029 (Sending or Not Sending, Customizing NNDiary):
6030 * message.texi (Message Headers):
6031 * mh-e.texi (HTML): Fix typos.
6032
60332007-06-07 Michael Albinus <michael.albinus@gmx.de>
6034
6035 Sync with Tramp 2.0.56.
6036
6037 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6038 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6039
60402007-06-02 Chong Yidong <cyd@stupidchicken.com>
6041
6042 * Version 22.1 released.
6043
60442007-05-26 Michael Olson <mwolson@gnu.org>
6045
6046 * erc.texi (Modules): Fix references to completion modules.
6047
60482007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6049
6050 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6051
60522007-05-09 Didier Verna <didier@xemacs.org>
6053
6054 * gnus.texi (Email Based Diary): New. Proper documentation for the
6055 nndiary back end and the gnus-diary library.
6056
60572007-05-03 Karl Berry <karl@gnu.org>
6058
6059 * .cvsignore (*.pdf): New entry.
6060
6061 * texinfo.tex: Update from current version for better pdf generation.
6062
60632007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6064
6065 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6066
60672007-04-28 Glenn Morris <rgm@gnu.org>
6068
6069 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6070 consideration of legal status.
6071
60722007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6073
6074 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6075
60762007-04-24 Chong Yidong <cyd@stupidchicken.com>
6077
6078 * faq.texi (New in Emacs 22): python.el removed.
6079
60802007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6081
6082 * calc.texi (Reporting bugs): Update maintainer's address.
6083
60842007-04-22 Chong Yidong <cyd@stupidchicken.com>
6085
6086 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6087
60882007-04-15 Jay Belanger <belanger@truman.edu>
6089
6090 * calc.texi (Title page): Remove the date.
6091 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6092 (The Standard Calc Interface): Change trail title.
6093 (Floats): Mention that when non-decimal floats are entered, only
6094 approximations are stored.
6095 (Copying): Move to the appendices.
6096 (GNU Free Documentation License): Add as an appendix.
6097
60982007-04-15 Chong Yidong <cyd@stupidchicken.com>
6099
6100 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6101 * dired-x.texi, ebrowse.texi, ediff.texi:
6102 * emacs-mime.texi, erc.texi, eshell.texi:
6103 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6104 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6105 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6106 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6107 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6108 * woman.texi: Include GFDL.
6109
6110 * doclicense.texi: Remove node heading, so that it can be included by
6111 other files.
6112
6113 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6114
6115 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6116 than *.
6117
61182007-04-14 Carsten Dominik <dominik@science.uva.nl>
6119
6120 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6121 in Calc.
6122
61232007-04-09 Romain Francoise <romain@orebokech.com>
6124
6125 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6126 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6127 replace mouse-2.
6128
61292007-04-08 Chong Yidong <cyd@stupidchicken.com>
6130
6131 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6132 renamed to woman-use-topic-at-point. Document new behavior.
6133
61342007-04-08 Richard Stallman <rms@gnu.org>
6135
6136 * url.texi: Fix some indexing.
6137 (Disk Caching): Drop discussion of old/other Emacs versions.
6138
61392007-04-07 Chong Yidong <cyd@stupidchicken.com>
6140
6141 * url.texi (Disk Caching): Say Emacs 21 "and later".
6142
6143 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6144 on Font locking which now mentions JIT lock.
6145
61462007-04-01 Michael Olson <mwolson@gnu.org>
6147
6148 * erc.texi: Update for the ERC 5.2 release.
6149
61502007-03-31 David Kastrup <dak@gnu.org>
6151
6152 * woman.texi (Topic, Interface Options): Explain changes semantics of
6153 woman-manpath in order to consider MANPATH_MAP entries.
6154
61552007-03-31 Eli Zaretskii <eliz@gnu.org>
6156
6157 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6158
61592007-03-26 Richard Stallman <rms@gnu.org>
6160
6161 * pgg.texi (Caching passphrase): Clean up previous change.
6162
61632007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6164
6165 * gnus.texi (Setting Process Marks): Fix typo.
6166
61672007-03-25 Romain Francoise <romain@orebokech.com>
6168
6169 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6170 readability, and include various fixes by Daniel Brockman, Nick Roberts
6171 and Dieter Wilhelm.
6172
61732007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6174
6175 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6176
6177 * gnus.texi (Mail Source Specifiers): Fix typo.
6178
61792007-03-22 Ralf Angeli <angeli@caeruleus.net>
6180
6181 * reftex.texi (Imprint): Update maintainer information.
6182
61832007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6184
6185 * message.texi (Message Buffers): Update documentation for
6186 message-generate-new-buffers.
6187
61882007-03-15 Daiki Ueno <ueno@unixuser.org>
6189
6190 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6191
61922007-03-21 Glenn Morris <rgm@gnu.org>
6193
6194 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6195
61962007-03-19 Chong Yidong <cyd@stupidchicken.com>
6197
6198 * eshell.texi (Known problems): Emacs 21 -> 22.
6199
6200 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6201
62022007-03-18 Jay Belanger <belanger@truman.edu>
6203
6204 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6205
62062007-03-12 Glenn Morris <rgm@gnu.org>
6207
6208 * calc.texi (Time Zones): Switch to new North America DST rule.
6209
6210 * calc.texi: Replace "daylight savings" with "daylight
6211 saving" in text throughout.
6212
62132007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6214
6215 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6216 The variable now uses a list of symbols instead of just a symbol.
6217 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6218
62192007-03-06 Romain Francoise <romain@orebokech.com>
6220
6221 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6222 new packages, and mention Gnus update.
6223
62242007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6225
6226 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6227 nntp-open-connection-functions-never-echo-commands.
6228
62292007-02-27 Chong Yidong <cyd@stupidchicken.com>
6230
6231 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6232 problems on the console, and security risk in not using gpg-agent.
6233
62342007-02-25 Carsten Dominik <dominik@science.uva.nl>
6235
0c7efc08 6236 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
6237 Completely reorganized and rewritten.
6238 (CamelCase links): Section removed.
6239 (Repeating items): New section.
6240 (Tracking TODO state changes): New section.
6241 (Agenda views): Chapter reorganized and rewritten.
6242 (HTML export): Section rewritten.
6243 (Tables in arbitrary syntax): New section.
6244 (Summary): Better feature summary.
6245 (Activation): Document problem with cut-and-paste of Lisp code
6246 from PDF files.
6247 (Visibility cycling): Document indirect buffer use.
6248 (Structure editing): Document sorting.
6249 (Remember): Section rewritten.
6250 (Time stamps): Better description of time stamp types.
6251 (Tag searches): Document regular expression search for tags.
6252 (Stuck projects): New section.
6253 (In-buffer settings): New keywords.
6254 (History and Acknowledgments): Updated description.
6255
62562007-02-24 Alan Mackenzie <acm@muc.de>
6257
6258 * cc-mode.texi (Movement Commands): Insert two missing command names.
6259 (Getting Started): Slight wording correction (use conditional).
6260
62612007-02-22 Kim F. Storm <storm@cua.dk>
6262
6263 * widget.texi (User Interface, Basic Types): Document need to put some
6264 text before the %v escape in :format string in editable-field widget.
6265
62662007-02-18 Romain Francoise <romain@orebokech.com>
6267
6268 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6269 `cvs-mode-quit'.
6270
62712007-02-10 Markus Triska <markus.triska@gmx.at>
6272
6273 * widget.texi (Programming Example): Put constant strings in :format.
6274
62752007-02-07 Juanma Barranquero <lekktu@gmail.com>
6276
6277 * faq.texi (Fullscreen mode on MS-Windows): New node.
6278
62792007-02-04 David Kastrup <dak@gnu.org>
6280
6281 * faq.texi (AUCTeX): Update version number. Should probably be done
6282 for other packages as well.
6283
62842007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6285
6286 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6287 <tassilo@member.fsf.org>.
6288
62892007-01-27 Eli Zaretskii <eliz@gnu.org>
6290
6291 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6292 ls-lisp-use-localized-time-format.
6293
62942007-01-20 Markus Triska <markus.triska@gmx.at>
6295
6296 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6297
62982007-01-13 Michael Olson <mwolson@gnu.org>
6299
6300 * erc.texi (Modules): Mention capab-identify module.
6301
63022007-01-05 Michael Olson <mwolson@gnu.org>
6303
6304 * erc.texi (Getting Started): Update for /RECONNECT command.
6305
63062007-01-04 Richard Stallman <rms@gnu.org>
6307
6308 * ebrowse.texi: Change C-c b to C-c C-m.
6309
63102007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6311
6312 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6313 variables only in info to avoid redundant entries in the printed
6314 manual.
6315
63162007-01-02 Daiki Ueno <ueno@unixuser.org>
6317
6318 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6319
63202007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6321
6322 * message.texi (Security): Split into sub-nodes.
6323
63242007-01-01 Alan Mackenzie <acm@muc.de>
6325
6326 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6327 eval-after-load in Emacs <=21 and a workaround. Document that
6328 trigraphs are not supported.
6329
63302007-01-01 Alan Mackenzie <acm@muc.de>
6331
6332 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6333 c-context-line-break. When invoked within a string, preserve
6334 whitespace. Add a backslash only when also in a macro.
6335
63362007-01-01 Alan Mackenzie <acm@muc.de>
6337
6338 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6339
63402007-01-01 Alan Mackenzie <acm@muc.de>
6341
6342 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6343 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6344
63452007-01-01 Alan Mackenzie <acm@muc.de>
6346
6347 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6348 "Choosing a Style".
6349
6350 * cc-mode.texi ("Styles"): Add @dfn{style}.
6351
63522006-12-30 Michael Albinus <michael.albinus@gmx.de>
6353
6354 Sync with Tramp 2.0.55.
6355
6356 * trampver.texi: Update release number.
6357
63582006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6359
6360 * gnus.texi (Customizing Articles): Add index entries for all
6361 gnus-treat-* variables.
6362
c8763fb6 63632006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6364
6365 * gnus.texi (IMAP): Fix incorrect explanation of
6366 nnimap-search-uids-not-since-is-evil in documentation for
6367 nnimap-expunge-search-string.
6368
63692006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6370
6371 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6372 spam-ifile-database.
6373
63742006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6375
6376 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6377 rebind C-s.
6378
c8763fb6 63792006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6380
6381 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6382 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6383 "expiring mail".
6384 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6385 nnimap-nov-is-evil.
6386
63872006-12-25 Kevin Ryde <user42@zip.com.au>
6388
6389 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6390 about the key procedure being used heavily.
6391
63922006-12-24 Chong Yidong <cyd@stupidchicken.com>
6393
6394 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6395 to t.
6396 (Prerequisites): Add explanation about gpg-agent.
6397
63982006-12-22 Kevin Ryde <user42@zip.com.au>
6399
6400 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6401 "sort" instead of "sort*".
6402
64032006-12-19 Richard Stallman <rms@gnu.org>
6404
6405 * calc.texi (History and Acknowledgements): Recognize that Emacs
6406 now does have floating point.
6407
64082006-12-19 Michael Albinus <michael.albinus@gmx.de>
6409
6410 * tramp.texi (External transfer methods): Describe new method `scpc'.
6411
64122006-12-17 Sascha Wilde <wilde@sha-bang.de>
6413
6414 * pgg.texi: Added short note on gpg-agent to the introduction.
6415
64162006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6417
6418 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6419 also applies to Cc.
6420
64212006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6422
6423 * gnus.texi (X-Face): Clarify. Say which programs are required
6424 on Windows.
6425
64262006-12-08 Michael Olson <mwolson@gnu.org>
6427
6428 * erc.texi (Modules): Remove documentation for list module.
6429
c8763fb6 64302006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
6431
6432 * faq.texi (^M in the shell buffer): Ditto.
6433
64342006-11-20 Michael Olson <mwolson@gnu.org>
6435
6436 * erc.texi: Call this the 5.2 stable pre-release of ERC.
6437
64382006-11-17 Carsten Dominik <dominik@science.uva.nl>
6439
6440 * org.texi: Fix typos.
6441 (Agenda commands): Document `C-k'.
6442
64432006-11-16 Eli Zaretskii <eliz@gnu.org>
6444
6445 * url.texi (http/https): Fix a typo in the HTTP URL.
6446
64472006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6448
6449 * ada-mode.texi: Total rewrite.
6450
64512006-11-13 Carsten Dominik <dominik@science.uva.nl>
6452
6453 * org.texi: Minor typo fixes.
6454
64552006-11-13 Bill Wohler <wohler@newt.com>
6456
6457 Release MH-E manual version 8.0.3.
6458
6459 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6460 release 8.0.3.
6461
6462 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6463 to set MAILDIR.
6464 (Reading Mail): Document the customization of read-mail-command
6465 for MH-E.
6466 (Viewing Attachments): Document mm-discouraged-alternatives.
6467 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6468 (Junk): Add more information about the settings of mh-junk-background
6469 in a program. Add /usr/bin/mh to PATH in examples.
6470
64712006-11-12 Richard Stallman <rms@gnu.org>
6472
6473 * woman.texi: Update author address but say he no longer maintains it.
6474
64752006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6476
6477 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6478 archived trees.
6479 (Checkboxes): Section moved to chapter 5, and extended.
6480 (The date/time prompt): New section.
6481 (Link abbreviations): New section.
6482 (Presentation and sorting): New section.
6483 (Custom agenda views): Section completely rewritten.
6484 (Summary): Compare with Planner.
6485 (Feedback): More info about creating backtraces.
6486 (Plain lists): Modified example.
6487 (Breaking down tasks): New section.
6488 (Custom time format): New section.
6489 (Time stamps): Document inactive timestamps.
6490 (Setting tags): More details about fast tag selection.
6491 (Block agenda): New section.
6492 (Custom agenda views): Section rewritten.
6493 (Block agenda): New section.
6494
64952006-11-07 Michael Albinus <michael.albinus@gmx.de>
6496
6497 * tramp.texi (Configuration): scp is the default method.
6498 (Default Method): Use ssh as example for another method.
6499
65002006-10-27 Richard Stallman <rms@gnu.org>
6501
6502 * woman.texi: Downcase nroff/troff/roff.
6503 (Installation): Chapter deleted. Some xrefs deleted.
6504 (Background): woman doesn't advise man ;-).
6505
c8763fb6 65062006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6507
6508 * ada-mode.texi (Project files, Identifier completion)
6509 (Automatic Casing, Debugging, Using non-standard file names)
6510 (Working Remotely): Fix typos.
6511
65122006-10-20 Masatake YAMATO <jet@gyve.org>
6513
0c7efc08 6514 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
6515 sample code `my-c-initialization-hook'.
6516
65172006-10-19 Stuart D. Herring <herring@lanl.gov>
6518
6519 * widget.texi: Fix typos.
6520
65212006-10-19 Michael Albinus <michael.albinus@gmx.de>
6522
6523 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6524 "???". There have been no complaints for years, so the information
6525 must be appropriate.
6526
65272006-10-16 Richard Stallman <rms@gnu.org>
6528
6529 * widget.texi: Use @var instead of capitalization.
6530 Clarify many widget type descriptions.
6531
65322006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6533
6534 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6535 gnus-dired-attach.
6536 (Selecting a Group): Fix typo.
6537
c8763fb6 65382006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6539
6540 * widget.texi: Fix typos.
6541
65422006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
6543
6544 * gnus.texi (Image Enhancements): Update for Emacs 22.
6545
6546 * gnus-faq.texi ([1.3]): Update.
6547
65482006-10-06 Richard Stallman <rms@gnu.org>
6549
6550 * faq.texi (Displaying the current line or column):
6551 Delete "As of Emacs 20".
6552
65532006-10-06 Romain Francoise <romain@orebokech.com>
6554
6555 * faq.texi (VM): VM works with Emacs 22 too.
6556
65572006-10-06 Richard Stallman <rms@gnu.org>
6558
6559 * ebrowse.texi: Remove Emacs version "21" from title.
6560
65612006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
6562
6563 * gnus.texi (Foreign Groups): Say where change of editing commands are
6564 stored. Add reference to `gnus-parameters'.
6565
65662006-09-15 Jay Belanger <belanger@truman.edu>
6567
6568 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6569 Change "Library Public License" to "Lesser Public License"
6570 throughout. Use "yyyy" to represent year.
6571
65722006-09-15 Carsten Dominik <dominik@science.uva.nl>
6573
6574 * org.texi (Setting tags): Typo fix.
6575
65762006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
6577
6578 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6579
65802006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6581
6582 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6583
65842006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6585
6586 * faq.texi (Escape sequences in shell output): EMACS is now set
6587 to Emacs's absolute file name, not to "t".
6588 (^M in the shell buffer): Likewise.
6589 * misc.texi (Interactive Shell): Likewise.
6590
65912006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6592
6593 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6594 mails with pop3-leave-mail-on-server. Fix wording.
6595 (Limiting): Improve gnus-summary-limit-to-articles.
6596 (X-Face): Fix typo.
6597
65982006-09-11 Simon Josefsson <jas@extundo.com>
6599
6600 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6601 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6602
66032006-09-06 Simon Josefsson <jas@extundo.com>
6604
6605 * smtpmail.texi (Authentication): Mention SSL.
6606
66072006-09-01 Eli Zaretskii <eliz@gnu.org>
6608
6609 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6610 Don't use @indicateurl.
6611
6612 * cc-mode.texi (Subword Movement): Don't use @headitem.
6613 (Custom Braces, Clean-ups): Don't use @tie.
6614
66152006-08-29 Michael Albinus <michael.albinus@gmx.de>
6616
6617 Sync with Tramp 2.0.54.
6618
6619 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6620 Suggested by Adrian Phillips <a.phillips@met.no>.
6621
66222006-08-15 Carsten Dominik <dominik@science.uva.nl>
6623
6624 * org.texi (Installation, Activation): Split from Installation and
6625 Activation.
6626 (Clocking work time): Documented new features.
6627
66282006-08-13 Alex Schroeder <alex@gnu.org>
6629
6630 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6631 example.
6632
66332006-08-12 Eli Zaretskii <eliz@gnu.org>
6634
6635 * faq.texi (How to add fonts): New node.
6636
66372006-08-05 Romain Francoise <romain@orebokech.com>
6638
6639 * faq.texi (New in Emacs 22): Expand.
6640
66412006-08-03 Michael Olson <mwolson@gnu.org>
6642
6643 * erc.texi: Update for ERC 5.1.4.
6644
66452006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6646
6647 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6648 in .../site-lisp/gnus/ by default.
6649 [ From gnus-news.texi in the trunk. ]
6650
66512006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6652
6653 * gnus.texi (MIME Commands): Additions for yEnc.
6654
66552006-07-24 Richard Stallman <rms@gnu.org>
6656
6657 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6658 * faq.texi: Move periods and commas inside quotes.
6659
66602006-07-20 Jay Belanger <belanger@truman.edu>
6661
6662 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6663
66642006-07-18 Chong Yidong <cyd@stupidchicken.com>
6665
6666 * faq.texi (Security risks with Emacs): Document Emacs 22
6667 file-local-variable mechanism.
6668
66692006-07-12 Michael Olson <mwolson@gnu.org>
6670
6671 * erc.texi: Update for ERC 5.1.3.
6672
66732006-07-12 Alex Schroeder <alex@gnu.org>
6674
6675 * rcirc.texi: Fix typos.
6676 (Getting started with rcirc): New calling convention for M-x irc.
6677 Mention #rcirc. Removed channel tracking.
0c7efc08 6678 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6679 recently, eg. rcirc-server to rcirc-default-server. Added
6680 documentation for rcirc-authinfo, some background for Bitlbee, and
6681 rcirc-track-minor-mode.
0c7efc08 6682 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6683 Scrolling.
0c7efc08 6684 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6685 to match code changes.
6686
66872006-07-10 Nick Roberts <nickrob@snap.net.nz>
6688
6689 * gnus.texi, message.texi: Fix typos.
6690
66912006-07-07 Carsten Dominik <dominik@science.uva.nl>
6692
6693 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6694 commands.
6695 (Global TODO list): Document the use of the variables
6696 `org-agenda-todo-ignore-scheduled' and
6697 `org-agenda-todo-list-sublevels'.
6698
66992006-07-05 Richard Stallman <rms@gnu.org>
6700
6701 * faq.texi (Scrolling only one line): Fix xref.
6702
67032006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6704
6705 * faq.texi (Evaluating Emacs Lisp code):
6706 Throughout, replace eval-current-buffer with eval-buffer.
6707
67082006-07-03 Richard Stallman <rms@gnu.org>
6709
6710 * rcirc.texi (Scrolling conservatively): Fix xref.
6711
6712 * pcl-cvs.texi (Viewing differences): Usage fix.
6713
67142006-07-03 Carsten Dominik <dominik@science.uva.nl>
6715
6716 * org.texi (Agenda commands): Document `s' key to save all org-mode
6717 buffers.
6718
67192006-06-30 Ralf Angeli <angeli@caeruleus.net>
6720
6721 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6722 names. Mention `cvs-msg' face.
6723
67242006-06-29 Carsten Dominik <dominik@science.uva.nl>
6725
6726 * org.texi (Checkboxes): New section.
6727
67282006-06-28 Carsten Dominik <dominik@science.uva.nl>
6729
6730 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6731 throughout this chapter.
6732
67332006-06-27 Chong Yidong <cyd@stupidchicken.com>
6734
6735 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6736 text for standalone vs Emacs info.
6737 (Help): Clarify header line description. Use mouse-1 for clicks.
6738 (Help-P): Use mouse-1 for clicks.
6739 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6740 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6741 (Choose menu subtopic): Remove gratuitous Emacs command names.
6742 (Help-FOO): Put usual behavior first.
6743 (Help-Xref): Clicking on xrefs works in Emacs.
6744 (Search Text): Clarify what the default behavior is.
6745 (Create Info buffer): Fix Emacs window/X window confusion.
6746 (Emacs Info Variables): Fix for new Emacs init file behavior.
6747
67482006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6749
6750 * gnus.texi (Summary Buffer Lines): Fix typo.
6751
67522006-06-23 Carsten Dominik <dominik@science.uva.nl>
6753
6754 * org.texi (Embedded LaTeX): New chapter.
6755 (Archiving): Section rewritten.
6756 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6757
67582006-06-20 Bill Wohler <wohler@newt.com>
6759
6760 Release MH-E manual version 8.0.1.
6761
6762 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6763 release 8.0.1.
6764 (Preface): Depend on GNU mailutils 1.0 and higher.
6765
67662006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6767
6768 * message.texi (News Headers): Update message-syntax-checks section.
6769
67702006-06-19 Karl Berry <karl@gnu.org>
6771
6772 * info.texi (Advanced): Mention C-q, especially with ?.
6773
67742006-06-19 Carsten Dominik <dominik@science.uva.nl>
6775
6776 * org.texi (Publishing links): Document the `:link-validation-function'
6777 property.
6778 (Extensions and Hacking): New chapter, includes some sections of the
6779 "Miscellaneous" chapter.
6780
67812006-06-10 Carsten Dominik <dominik@science.uva.nl>
6782
6783 * org.texi (Progress logging): New section.
6784
2de53ca6
GM
67852006-06-06 Carsten Dominik <dominik@science.uva.nl>
6786
6787 * org.texi (ASCII export): Document indentation adaptation.
6788 (Setting tags): Document mutually-exclusive tags.
6789
67902006-06-05 Romain Francoise <romain@orebokech.com>
6791
6792 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6793 Fix typo.
6794
6795 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6796 channel (#gnus@irc.freenode.net).
6797 Fix typos. Update copyright notice.
6798
6799 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6800 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6801 (Line-Up Functions, Custom Macros):
6802 * ediff.texi (Window and Frame Configuration)
dccb744b 6803 (Highlighting Difference Regions):
2de53ca6
GM
6804 * emacs-mime.texi (Display Customization):
6805 * erc.texi (History):
6806 * eshell.texi (Known problems):
6807 * eudc.texi (Overview, BBDB):
6808 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6809 (The problem of spam, SpamOracle, Extending the Spam package)
6810 (Conformity, Terminology):
dccb744b 6811 * idlwave.texi (Routine Info)
2de53ca6
GM
6812 (Class and Keyword Inheritance, Padding Operators)
6813 (Breakpoints and Stepping, Electric Debug Mode)
6814 (Examining Variables, Troubleshooting):
6815 * org.texi (Creating timestamps):
6816 * reftex.texi (Commands, Options, Changes):
6817 * tramp.texi (Inline methods, Password caching)
6818 (Auto-save and Backup, Issues):
6819 * vip.texi (Files, Commands in Insert Mode):
6820 * viper.texi (Emacs Preliminaries, States in Viper)
6821 (Packages that Change Keymaps, Viper Specials, Groundwork):
6822 Fix various typos.
6823
68242006-05-31 Michael Ernst <mernst@alum.mit.edu>
6825
6826 * ediff.texi: Fix typos.
6827
68282006-05-30 Carsten Dominik <dominik@science.uva.nl>
6829
6830 * org.texi: Small typo fixes.
6831
fff84c22
JB
68322006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6833
6834 * viper.texi (Viper Specials):
6835 * gnus.texi (Example Setup):
6836 * faq.texi (Backspace invokes help):
6837 * dired-x.texi (Optional Installation Dired Jump):
6838 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6839 follow coding conventions.
6840
2de53ca6
GM
68412006-05-29 Michael Albinus <michael.albinus@gmx.de>
6842
6843 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6844
68452006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6846
6847 * pcl-cvs.texi: Fix typos.
6848 (Customization): Say "us".
6849
68502006-05-26 Eli Zaretskii <eliz@gnu.org>
6851
6852 * org.texi: Remove bogus @setfilename.
6853
68542006-05-26 Carsten Dominik <dominik@science.uva.nl>
6855
6856 * org.texi (ASCII export): Omit command name.
6857 (HTML export): Add prefix to all lines in Local Variable example.
6858 (Acknowledgments): Typeset names in italics.
6859
68602006-05-24 Carsten Dominik <dominik@science.uva.nl>
6861
6862 * org.texi (Plain lists): Add new item navigation commands.
6863 (External links): Document elisp and info links.
6864 (Custom searches): New section.
6865 (Publishing): New chapter.
6866 (HTML export): Include a list of supported CSS classes.
6867 (Setting tags): Describe the fast-tag-setting interface.
6868
68692006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6870
6871 * dired-x.texi: ifinfo -> ifnottex.
6872
68732006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6874
6875 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6876
68772006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6878
6879 * message.texi (Interface): Add tool bar customization.
6880 (MIME): Index and text additions for mml-attach.
6881 (MIME): Describe mml-dnd-protocol-alist and
6882 mml-dnd-attach-options.
6883
6884 * gnus.texi (Oort Gnus): Reorder entries in sections.
6885 Fix some entries.
6886 (Starting Up): Add references to "Emacs for Heathens" and to
6887 "Finding the News". Add user-full-name and user-mail-address.
6888 (Group Buffer Format): Add tool bar customization and update.
6889 (Summary Buffer): Add tool bar customization.
6890 (Posting Styles): Add message-alternative-emails.
6891
68922006-05-09 Michael Albinus <michael.albinus@gmx.de>
6893
6894 * tramp.texi (Filename completion): Improve wording.
6895
68962006-05-07 Romain Francoise <romain@orebokech.com>
6897
6898 * faq.texi (Using regular expressions): Fix typo.
6899 (Packages that do not come with Emacs): Fix capitalization.
6900 (Replacing text across multiple files): Expand node to explain how
6901 to use `dired-do-query-replace-regexp' in more detail, based on
6902 suggestion by Eric Hanchrow <offby1@blarg.net>.
6903
69042006-05-06 Michael Albinus <michael.albinus@gmx.de>
6905
6906 * tramp.texi (Filename completion): Completion of remote files'
6907 method, user name and host name is active only in partial
6908 completion mode.
6909
69102006-05-06 Bill Wohler <wohler@newt.com>
6911
6912 Release MH-E manual version 8.0.
6913
6914 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6915 release 8.0.
6916
69172006-05-06 Bill Wohler <wohler@newt.com>
6918
6919 * mh-e.texi (MH-BOOK-HOME): Change from
6920 http://www.ics.uci.edu/~mh/book/mh to
6921 http://rand-mh.sourceforge.net/book/mh.
6922 Replace .htm suffix with .html for MH book files.
6923 (Using This Manual): Update key binding for getting relevant
6924 chapter in Info from command key.
6925 (Ranges): Fix itemx.
6926
69272006-05-05 Karl Berry <karl@gnu.org>
6928
6929 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6930 (\fonttextsize): New user-level command to change text font size.
6931
69322006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6933
6934 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
6935
69362006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6937
6938 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6939
69402006-04-24 Bill Wohler <wohler@newt.com>
6941
6942 * mh-e.texi (Getting Started): Make it more explicit that you need
6943 to install MH. Add pointers to current MH implementations.
6944
69452006-04-21 Bill Wohler <wohler@newt.com>
6946
6947 Release MH-E manual version 7.94.
6948
6949 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6950 release 7.94.
6951
69522006-04-21 Carsten Dominik <dominik@science.uva.nl>
6953
6954 * org.texi: Many small fixes.
6955 (Handling links): Rename from "Managing links".
6956
69572006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
6958
6959 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6960 (Splitting mail using spam-stat): Fix @xref.
6961
69622006-04-20 Chong Yidong <cyd@stupidchicken.com>
6963
6964 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 6965 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
6966
69672006-04-20 Carsten Dominik <dominik@science.uva.nl>
6968
6969 * org.texi (Time stamps): Better explanation of the purpose of
6970 different time stamps.
6971 (Structure editing, Plain lists): More details on how new items
6972 and headings are inserted.
6973
69742006-04-18 Carsten Dominik <dominik@science.uva.nl>
6975
6976 * org.texi (Formula syntax): Fix link to Calc Manual.
6977
69782006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
6979
6980 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
6981
69822006-04-17 Bill Wohler <wohler@newt.com>
6983
6984 * mh-e.texi (Folders): Update mh-before-quit-hook and
6985 mh-quit-hook example with code that removes the buffers rather
6986 than just bury them.
6987
69882006-04-17 Michael Albinus <michael.albinus@gmx.de>
6989
6990 Sync with Tramp 2.0.53.
6991
69922006-04-13 Carsten Dominik <dominik@science.uva.nl>
6993
6994 * org.texi (Updating settings): New section.
6995 (Visibility cycling): Better names for the startup folding
6996 options.
6997 (Exporting): Completely restructured.
6998 (The very busy C-c C-c key): New section.
6999 (Summary of in-buffer settings): New section.
7000
70012006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7002
7003 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7004
70052006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7006
7007 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7008 (Server Commands): Key `v' is reserved for users.
7009
70102006-04-11 Carsten Dominik <dominik@science.uva.nl>
7011
7012 * org.texi (Link format): New section, emphasis on bracket links.
7013 (External links): Document bracket links.
7014 (FAQ): Expand to cover shell links and the new link format.
7015
70162006-04-09 Kevin Ryde <user42@zip.com.au>
7017
7018 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7019
70202006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7021
7022 * gnus.texi (Summary Buffer Lines): Add `*'.
7023
c8763fb6 70242006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7025
7026 * gnus.texi (Group Parameters):
7027 Mention gnus-permanently-visible-groups.
7028
70292006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7030
7031 * gnus.texi (Face): Fix typo.
7032
70332006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7034
7035 * gnus.texi (X-Face): Clarify.
7036 (Face): Need Emacs with PNG support.
7037
70382006-04-06 Richard Stallman <rms@gnu.org>
7039
7040 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7041 Emacs".
7042
70432006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7044
7045 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7046 blocks not suitable for inclusion with Emacs using variable
7047 PARTOFEMACS.
7048
70492006-04-04 Simon Josefsson <jas@extundo.com>
7050
7051 * gnus.texi (Security): Improve.
7052
70532006-04-02 Bill Wohler <wohler@newt.com>
7054
7055 * mh-e.texi (Getting Started, Junk, Bug Reports)
7056 (MH FAQ and Support): Fix URLs.
7057
70582006-03-31 Romain Francoise <romain@orebokech.com>
7059
7060 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7061 to t, not nil (and has for the past eight years).
7062
70632006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7064
7065 * message.texi, gnus.texi: Bump version to 5.11.
7066
70672006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7068
7069 * gnus.texi (Top): Add comment about version line.
7070
7071 * message.texi (Top): Ditto. Change to take named versions into
7072 account.
7073
70742006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7075
7076 * gnus.texi (Posting Styles): Add x-face-file to example.
7077 (X-Face): Refer to posting styles.
7078
7079 * gnus-faq.texi ([5.8]): Add x-face-file.
7080 ([8.4]): Add links to gmane.emacs.gnus.user and
7081 gmane.emacs.gnus.general.
7082
70832006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7084
7085 * gnus-faq.texi: Use .invalid.
7086 ([5.4]): Fix gnus-posting-styles example.
7087
70882006-03-27 Romain Francoise <romain@orebokech.com>
7089
7090 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7091 Emacs/W3 needs a new maintainer.
7092 (Ispell): Update author and version info.
7093 (Mailcrypt): Mention PGG.
7094 (New in Emacs 22): Add PGG to the list of new packages.
7095 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7096 updating dead URLs.
7097
70982006-03-25 Karl Berry <karl@gnu.org>
7099
7100 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7101 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7102 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7103 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7104 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7105 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7106 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7107 (2) do not indent copyright year list (or anything else).
7108
71092006-03-21 Bill Wohler <wohler@newt.com>
7110
7111 * mh-e.texi (Folders): Various edits.
7112
71132006-03-20 Romain Francoise <romain@orebokech.com>
7114
7115 * gnus.texi (Mail Folders): Grammar fix.
7116
71172006-03-19 Bill Wohler <wohler@newt.com>
7118
7119 * mh-e.texi (Replying): Document Mail-Followup-To.
7120 Change manually-formatted table to multitable. Add debugging info.
7121 Move description of mh-reply-default-reply-to into paragraph
7122 that describes its values.
7123
71242006-03-17 Bill Wohler <wohler@newt.com>
7125
10d1d0af 7126 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
7127 (Sending Mail Tour): Update method of entering
7128 addresses and subject.
7129 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7130 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7131
71322006-03-15 Carsten Dominik <dominik@science.uva.nl>
7133
7134 * org.texi: Version number change only.
7135
71362006-03-14 Bill Wohler <wohler@newt.com>
7137
7138 * mh-e.texi: Add index entries around each paragraph rather than
7139 depend on entries from beginning of node. Doing so ensures that
7140 index entries are less likely to be forgotten if text is cut and
7141 pasted, and are necessary anyway if the references are on a
7142 separate page. It seems that makeinfo is now (v. 4.8) only
7143 producing one index entry per node, so there is no longer any
7144 excuse not to. Use subheading instead of heading. The incorrect
7145 use of heading produced very large fonts in Info--as large as the
7146 main heading.
7147 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7148 versions 6 and 7 appeared *around* the time of these Emacs releases.
7149
71502006-03-13 Carsten Dominik <dominik@science.uva.nl>
7151
7152 * org.texi (Clean view): Document new startup options.
7153
71542006-03-11 Bill Wohler <wohler@newt.com>
7155
7156 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7157 (Composing, Scan Line Formats): Fix @refs.
7158 (Getting Started): Define MH profile and MH profile components.
7159 (Incorporating Mail, Reading Mail, Viewing, Printing)
7160 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7161 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7162 for string constants.
7163 (Tool Bar): Remove spurious quote.
7164 (Junk): Use ``...'' instead of "...".
7165 (Scan Line Formats): Replace @samp with @kbd.
7166
71672006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7168
7169 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7170
71712006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7172
7173 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7174 easy to understand.
7175
71762006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7177
7178 * gnus.texi: Markup fix.
7179 (Fancy Mail Splitting): Specify new feature.
7180
71812006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7182
7183 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7184 partial-words matching.
7185
71862006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7187
7188 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7189
7190 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7191 (MIME Commands): Fix mm-discouraged-alternatives.
7192
71932006-03-07 Carsten Dominik <dominik@science.uva.nl>
7194
7195 * org.texi: Version number change only.
7196
71972006-03-06 Bill Wohler <wohler@newt.com>
7198
7199 * mh-e.texi: Move from SourceForge repository to Savannah.
7200 This is version 7.93, which is a total rewrite from the previous
7201 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7202 version 7.93.
7203
72042006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7205
7206 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7207
72082006-03-01 Carsten Dominik <dominik@science.uva.nl>
7209
7210 * org.texi (Interaction): Add item about `org-mouse.el' by
7211 Piotr Zielinski.
7212 (Managing links): Document that also mouse-1 can be used to
7213 activate a link.
7214 (Headlines, FAQ): Add entry about hiding leading stars.
7215 (Miscellaneous): Resort the sections in this chapter to a more
7216 logical sequence.
7217
72182006-02-27 Simon Josefsson <jas@extundo.com>
7219
7220 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7221 2004-01-27 from the trunk).
7222
72232006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7224
7225 * cc-mode.texi: Rename c-hungry-backspace to
7226 c-hungry-delete-backwards, at the request of RMS. Leave the old
7227 name as an alias.
7228
72292006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7230
7231 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7232 include the function header within the defun.
7233
72342006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7235
7236 * cc-mode.texi: Correct two typos.
7237
72382006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7239
7240 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7241 existing comment.
7242 (Electric Keys): Add a justification for electric indentation.
7243 (Hungry WS Deletion): Clear up the names and complications of the
7244 BACKSPACE and DELETE keys.
7245
72462006-02-23 Juri Linkov <juri@jurta.org>
7247
7248 * faq.texi (Common requests): Move `Turning on auto-fill by
7249 default' after `Wrapping words automatically'. Move `Working with
7250 unprintable characters' before `Searching for/replacing newlines'.
7251 Move `Replacing highlighted text' after `Highlighting a region'.
7252 Merge `Repeating commands' and `Repeating a command as many times
7253 as possible' into the former.
7254 (Packages that do not come with Emacs): Add refs to Gmane and
7255 etc/MORE.STUFF.
7256
72572006-02-23 Juri Linkov <juri@jurta.org>
7258
7259 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7260 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7261 Add xref to `(emacs)Reporting Bugs'.
7262 (Getting a printed manual): Add URL to other formats of the manual.
7263 (Common requests): Fix menu.
7264 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7265 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7266 (Inserting text at the beginning of each line): Add pxref to
7267 `Changing the included text prefix'.
7268 (Forcing the cursor to remain in the same column): Mention `track-eol'
7269 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7270 (Replacing text across multiple files): Add keybinding `Q' for
7271 `dired-do-query-replace'.
7272
72732006-02-22 Carsten Dominik <dominik@science.uva.nl>
7274
7275 * reftex.texi: Version number and date change only.
7276
7277 * org.texi (Internal Links): Rewrite to cover the modified
7278 linking system.
7279
72802006-02-17 Eli Zaretskii <eliz@gnu.org>
7281
7282 * faq.texi: Remove the coding cookie, it's not needed anymore.
7283
72842006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7285
7286 * faq.texi (Colors on a TTY): Mention Mac OS port.
7287
72882006-02-12 Karl Berry <karl@gnu.org>
7289
7290 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7291 8-bit accented a.
7292
72932006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7294
7295 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7296
72972006-02-08 Romain Francoise <romain@orebokech.com>
7298
7299 * faq.texi (Top): Remove paragraph about the FAQ being a
7300 transitional document, etc.
7301 (Searching for/replacing newlines): New node.
7302 (Yanking text in isearch): New node.
7303 (Inserting text at the beginning of each line): Rename and make
7304 more general, mention `M-;' in Message mode.
7305
73062006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7307
7308 * faq.texi (Meta key does not work in xterm)
7309 (Emacs does not display 8-bit characters)
7310 (Inputting eight-bit characters): Update xrefs.
7311
73122006-02-06 Romain Francoise <romain@orebokech.com>
7313
7314 * faq.texi (VM): VM now at version 7.19.
7315 Set myself as maintainer of this file.
7316
73172006-02-04 Michael Olson <mwolson@gnu.org>
7318
7319 * erc.texi (History): Note that ERC is now included with Emacs.
7320
73212006-01-31 Romain Francoise <romain@orebokech.com>
7322
7323 * message.texi (Message Headers): Explain what
7324 `message-alternative-emails' does in more detail.
7325 Update copyright year.
7326
73272006-01-30 Juanma Barranquero <lekktu@gmail.com>
7328
7329 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7330
73312006-01-29 Richard M. Stallman <rms@gnu.org>
7332
7333 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7334
73352006-01-29 Michael Olson <mwolson@gnu.org>
7336
7337 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7338
7339 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7340
7341 * faq.texi (New in Emacs 22): Mention ERC.
7342
73432006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7344
7345 * rcirc.texi: Capitalize dir entry for consistency with the entry
7346 in info/dir and other entries in the Emacs category.
7347 Fix typos. Delete trailing whitespace.
7348
c8763fb6 73492006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
7350
7351 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7352
73532006-01-27 Eli Zaretskii <eliz@gnu.org>
7354
7355 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7356 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7357
7358 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7359 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7360
73612006-01-27 Alex Schroeder <alex@gnu.org>
7362
7363 * rcirc.texi: New file.
7364
73652006-01-23 Juri Linkov <juri@jurta.org>
7366
7367 * widget.texi (User Interface): Add S-TAB for widget-backward.
7368
73692006-01-22 Michael Albinus <michael.albinus@gmx.de>
7370
7371 Sync with Tramp 2.0.52.
7372
7373 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7374 Add Tramp disabling item. New item for common connection problems.
7375 (various): Apply "ftp" as method for the download URL.
7376 (Bug Reports): Refer to FAQ for common problems.
7377
73782006-01-21 Eli Zaretskii <eliz@gnu.org>
7379
7380 * widget.texi (User Interface): Use @key for TAB.
7381
7382 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7383
7384 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7385 for TAB.
7386
7387 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7388
73892006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7390
7391 * gnus.texi: Update copyright.
7392
73932006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7394
7395 * gnus.texi (Article Washing): Additions.
7396
2de53ca6
GM
73972006-01-13 Carsten Dominik <dominik@science.uva.nl>
7398
7399 * org.texi (Agenda commands): Document tags command.
7400
74012006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7402
7403 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7404
74052006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7406
7407 * gnus.texi (RSS): Addition.
7408
74092005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7410
7411 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7412
74132005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7414
7415 * emacs-mime.texi (Display Customization): Add setting example to
7416 mm-discouraged-alternatives.
7417
74182006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7419
7420 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7421 version is the canonical version.
7422
74232006-01-08 Alex Schroeder <alex@gnu.org>
7424
7425 * pgg.texi (Caching passphrase): Rewording.
7426
74272006-01-06 Eli Zaretskii <eliz@gnu.org>
7428
7429 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7430 repository URL.
7431
74322006-01-06 Carsten Dominik <dominik@science.uva.nl>
7433
7434 * org.texi: Removed the accidentally re-added empty line in the
7435 direntry.
7436
74372006-01-05 Carsten Dominik <dominik@science.uva.nl>
7438
7439 * org.texi (Agenda Views): Chapter reorganized.
7440
74412005-12-29 Romain Francoise <romain@orebokech.com>
7442
7443 * faq.texi (Using Customize): New node.
7444
74452005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7446
7447 * org.texi: Remove blank line in @direntry. It is non-standard
7448 and recursively produces blank lines all over the dir file (when
7449 using Texinfo 4.8).
7450
74512005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7452
7453 * widget.texi (atoms): Delete obsolete remark about `file' widget.
7454
74552005-12-20 Carsten Dominik <dominik@science.uva.nl>
7456
7457 * org.texi (Tags): Boolean logic documented.
7458 (Agenda Views): Document custom commands.
7459
74602005-12-20 David Kastrup <dak@gnu.org>
7461
7462 * faq.texi (AUCTeX): Update version and mailing list info.
7463
74642005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7465
7466 * gnus.texi (MIME Commands): Mention addition of
7467 multipart/alternative to gnus-buttonized-mime-types and add xref
7468 to mm-discouraged-alternatives.
7469
7470 * emacs-mime.texi (Display Customization): Mention addition of
7471 "image/.*" and add xref to gnus-buttonized-mime-types in the
7472 mm-discouraged-alternatives section.
7473
74742005-12-16 Carsten Dominik <dominik@science.uva.nl>
7475
7476 * org.texi (Tags): New section.
7477 (Agenda Views): Chapter reorganized.
7478
74792005-12-16 Eli Zaretskii <eliz@gnu.org>
7480
7481 * org.texi (Internal Links): Add a missing comma after an @xref.
7482
74832005-12-14 Chong Yidong <cyd@stupidchicken.com>
7484
7485 * faq.texi (Filling paragraphs with a single space): No need to
7486 change sentence-end now.
7487
74882005-12-13 Romain Francoise <romain@orebokech.com>
7489
7490 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7491
74922005-12-12 Jay Belanger <belanger@truman.edu>
7493
7494 * faq.texi (Calc): Update version number.
7495
74962005-12-12 Carsten Dominik <dominik@science.uva.nl>
7497
7498 * org.texi (Progress Logging): New section.
7499
75002005-12-10 Romain Francoise <romain@orebokech.com>
7501
7502 Update the Emacs FAQ for the 22.1 release.
7503
7504 * faq.texi: Set VER to `22.1'.
7505 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
7506 Tutorial. Mention that `C-h r' displays the manual.
7507 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
7508 (Getting a printed manual): Point to the new locations of the
7509 manuals on the GNU Web site.
7510 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7511 available via Info (it was previously distributed separately).
7512 (Installing Texinfo documentation): The latest version of Texinfo
7513 is 4.8, not 4.0.
7514 (Informational files for Emacs): COPYING is the GNU General Public
7515 License, not the Emacs General Public License.
7516 (Informational files for Emacs): Delete obsolete link to the
7517 GNUinfo pages as they have been removed from the GNU Web site.
7518 (New in Emacs 22): New node.
7519 (Setting up a customization file): Say that most packages support
7520 Customize nowadays.
7521 (Colors on a TTY): Delete reference to instructions on how to
7522 enable syntax highlighting, it is now enabled by default.
7523 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7524 at startup automatically.
7525 (Controlling case sensitivity): Mention `M-c' in isearch.
7526 (Using an already running Emacs process): Emacs now creates the
7527 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7528 gnuserv. As emacsclient can now run Lisp code as well, delete a
7529 sentence praising gnuserv for that. Simplify description of how
7530 the client/server operation works.
7531 (Compiler error messages): Delete obsolete text (compile.el has
7532 been rewritten).
7533 (Indenting switch statements): Fix typo.
7534 (Matching parentheses): Simplify setup instructions, mention the
7535 menu bar item in the Options menu.
7536 (Repeating a command as many times as possible): Mention `C-x e'.
7537 (Going to a line by number): Mention new keymap and bindings
7538 `M-g M-g', `M-g M-p' and `M-g M-n'.
7539 (Turning on syntax highlighting): Now on by default. Simplify.
7540 (Replacing highlighted text): Use `1', not `t'.
7541 (Problems with very large files): The maximum size is now 256MB on
7542 32-bit machines.
7543 (^M in the shell buffer): Mention `comint-process-echoes'.
7544 (Emacs for Apple computers): Emacs 22 has native support for Mac
7545 OS X.
7546 (Translating names to IP addresses): Delete node.
7547 (Binding keys to commands): Fix typo.
7548 (SPC no longer completes file names): New node.
7549 (MIME with Emacs mail packages): Delete section about the Emacs
7550 MIME FAQ (it's not reachable anymore).
7551
75522005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7553
7554 * cc-mode.texi: The manual has been extensively revised: the
7555 information about using CC Mode has been separated from the larger
7556 and more difficult chapters about configuration. It has been
7557 updated for CC Mode 5.31.
7558
75592005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7560
7561 * pgg.texi (User Commands): Fix description of pgg-verify-region.
7562 (Selecting an implementation): Fix descriptions.
7563
75642005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7565
7566 * message.texi (Various Message Variables): Addition.
7567
75682005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7569
7570 * message.texi: Fix default values.
7571
75722005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7573
7574 * message.texi (Header Commands): Clarify descriptions of
7575 message-cross-post-followup-to, message-reduce-to-to-cc, and
7576 message-insert-wide-reply.
7577 (Various Commands): Fix kindex for message-kill-to-signature;
7578 clarify description of message-tab.
7579
75802005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7581
7582 * message.texi (Mailing Lists): Fix description about MFT.
7583
7584 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7585
75862005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7587
7588 * gnus.texi (Slow Terminal Connection): Replace old description
7589 with new one.
7590
75912005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7592
7593 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7594 replace X-Draft-Headers with X-Draft-From.
7595
75962005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7597
7598 * gnus.texi (Various Various): Fix the default value of
7599 nnheader-max-head-length.
7600 (Gnus Versions): Fix typo.
7601
76022005-12-08 Carsten Dominik <dominik@science.uva.nl>
7603
7604 * org.texi (Structure editing): Document new functionality of
7605 M-RET.
7606
76072005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7608
7609 * org.texi (Internal Links): Fix Texinfo usage.
7610
76112005-12-06 Carsten Dominik <dominik@science.uva.nl>
7612
7613 * org.texi (TODO basics): Document the global todo list.
7614 (TODO items): Documents sparse tree for specific TODO
7615 keywords.
7616
76172005-11-30 Carsten Dominik <dominik@science.uva.nl>
7618
7619 * org.texi (Plain Lists): Typos fixed.
7620
76212005-11-28 Jay Belanger <belanger@truman.edu>
7622
7623 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7624
76252005-11-24 Carsten Dominik <dominik@science.uva.nl>
7626
7627 * org.texi (Structure editing): New item moving commands added.
7628 (Plain Lists): New section.
7629
76302005-11-18 Carsten Dominik <dominik@science.uva.nl>
7631
7632 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7633 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7634 `org-agenda-file-to-front'.
2de53ca6
GM
7635 (Built-in table editor): Document `org-table-sort-lines'.
7636 (HTML formatting): Export of hand-formatted lists.
7637
76382005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7639
7640 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7641 new variable gnus-toolbar-thickness.
7642
76432005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7644
7645 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7646
76472005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7648
7649 * gnus.texi (X-Face): Fix description.
7650 (XVarious): Remove gnus-xmas-logo-color-alist and
7651 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7652
76532005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7654
7655 * gnus.texi (Group Parameters): Mention new variable
7656 gnus-parameters-case-fold-search.
7657 (Home Score File): Addition.
7658
76592005-11-04 Ulf Jasper <ulf.jasper@web.de>
7660
7661 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7662 (Overview): List supported feed types.
7663 (Installation): No installation necessary when using autoload.
7664 (Configuration): Rename "RSS" to "news".
7665
76662005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7667
7668 * pgg.texi (User Commands): Document additional passphrase
7669 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7670 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7671
76722005-11-04 Carsten Dominik <dominik@science.uva.nl>
7673
7674 * org.texi: Version number changed to 3.19.
7675
76762005-10-29 Sascha Wilde <wilde@sha-bang.de>
7677
7678 * pgg.texi (How to use): Update the example to add autoload of
7679 pgg-encrypt-symmetric-region.
7680 (User Commands): Document pgg-encrypt-symmetric-region.
7681 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7682
76832005-10-27 Jay Belanger <belanger@truman.edu>
7684
7685 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7686 mention other TeX-related units.
7687
76882005-10-23 Lars Hansen <larsh@soem.dk>
7689
0c7efc08
SM
7690 * dired-x.texi (Miscellaneous Commands):
7691 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7692 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7693
76942005-10-23 Jay Belanger <belanger@truman.edu>
7695
7696 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7697 constant.
7698
76992005-10-23 Michael Albinus <michael.albinus@gmx.de>
7700
0c7efc08
SM
7701 * faq.texi (Bugs and problems):
7702 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7703 `directory-listing-before-filename-regexp'.
7704
77052005-10-22 Eli Zaretskii <eliz@gnu.org>
7706
7707 * newsticker.texi (UPDATED): Set value.
7708
77092005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7710
7711 * gnus.texi (Document Groups): Remove duplicate item.
7712
77132005-10-21 Carsten Dominik <dominik@science.uva.nl>
7714
7715 * org.texi (Summary): Mention iCalendar support.
7716 (Exporting): Document iCalendar support.
7717
77182005-10-18 Romain Francoise <romain@orebokech.com>
7719
7720 * viper.texi (Viper Specials): Capitalize GNU.
7721
77222005-10-17 Juri Linkov <juri@jurta.org>
7723
7724 * info.texi (Getting Started, Search Index, Expert Info):
7725 Fix wording.
7726 (Search Text): Replace `echo area' with `mode line'.
7727 (Search Index): Both `i' and `,' find all index entries.
7728 Replace example `C-f' with `C-l' (which exists in index of Info
7729 manual) and delete spaces in its keyboard input sequence.
7730 Delete unnecessary explanations about literal characters.
7731
77322005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7733
7734 * gnus.texi (Document Server Internals): Addition.
7735
77362005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7737
7738 * gnus.texi (A note on namespaces): Fix RFC reference.
7739
77402005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7741
7742 * gnus.texi (RSS): Fix key description.
7743
77442005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7745
7746 * gnus.texi: Emacs/w3 -> Emacs/W3.
7747 (Browsing the Web): Fix description.
7748 (Web Searches): Ditto.
7749 (Customizing W3): Ditto.
7750
77512005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7752
7753 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7754
77552005-10-11 Jay Belanger <belanger@truman.edu>
7756
7757 * calc.texi (Integration): Mention using `a i' to compute definite
7758 integrals.
7759
77602005-10-11 Juri Linkov <juri@jurta.org>
7761
7762 * info.texi: Rearrange nodes.
7763 (Top): Update menu. Change ref `Info for Experts' to
7764 `Advanced Info Commands'.
7765 (Getting Started): Fix description of manual's parts.
7766 (Help-Int): Change xref `Info Search' to `Search Index', and
7767 `Expert Info' to `Advanced'.
7768 (Advanced): Move node one level up.
7769 (Search Text, Search Index): New nodes split out from `Info Search'.
7770 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7771 split out from `Advanced'.
7772 (Advanced, Emacs Info Variables): De-document editing an Info file
7773 in Info.
7774 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7775 (Creating an Info File): Delete node and move its text to
7776 `Expert Info'.
7777
77782005-10-10 Carsten Dominik <dominik@science.uva.nl>
7779
7780 * org.texi (Workflow states): Documented that change in keywords
7781 becomes active only after restart of Emacs.
7782
77832005-10-08 Michael Albinus <michael.albinus@gmx.de>
7784
7785 Sync with Tramp 2.0.51.
7786
77872005-10-08 Nick Roberts <nickrob@snap.net.nz>
7788
7789 * speedbar.texi (Introduction): Describe new location of speedbar
7790 on menubar.
7791 (Basic Key Bindings): Remove descriptions of bindings that have
7792 been removed.
7793
77942005-10-05 Nick Roberts <nickrob@snap.net.nz>
7795
7796 * speedbar.texi (GDB): Describe use of watch expressions.
7797
77982005-09-28 Simon Josefsson <jas@extundo.com>
7799
7800 * message.texi (IDNA): Fix.
7801
78022005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7803
7804 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7805 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7806 description of nntp-open-connection-function.
7807 (Common Variables): Fix descriptions.
7808
78092005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7810
7811 * gnus.texi (Server Buffer Format): Document the %a format spec.
7812
78132005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7814
7815 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7816
78172005-09-23 Carsten Dominik <dominik@science.uva.nl>
7818
7819 * org.texi Version 3.16.
7820
78212005-09-19 Miles Bader <miles@gnu.org>
7822
7823 * newsticker.texi: Get rid of CVS keywords.
7824
78252005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7826
7827 * gnus.texi (Finding the Parent): Fix description of how Gnus
7828 finds article.
7829
78302005-09-14 Jari Aalto <jari.aalto@cante.net>
7831
7832 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7833 to drop off non-answered articles.
7834
78352005-09-19 Juanma Barranquero <lekktu@gmail.com>
7836
7837 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7838 braces (which are unsupported by NMAKE) for macro `srcdir'.
7839
78402005-09-17 Eli Zaretskii <eliz@gnu.org>
7841
7842 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7843 (../info/newsticker, newsticker.dvi): New targets.
7844
78452005-09-17 Ulf Jasper <ulf.jasper@web.de>
7846
7847 * newsticker.texi: Replace @command with @code. Replace @example
7848 with @lisp.
0c7efc08
SM
7849 (Top): Add explanations to menu items.
7850 (GNU Free Documentation License): Remove.
2de53ca6
GM
7851
78522005-09-16 Romain Francoise <romain@orebokech.com>
7853
7854 Update all files to specify GFDL version 1.2.
7855
7856 * doclicense.texi (GNU Free Documentation License): Update to
7857 version 1.2.
7858
78592005-09-15 Richard M. Stallman <rms@gnu.org>
7860
7861 * newsticker.texi: Fix @setfilename.
7862
7863 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7864 (../info/newsticker, newsticker.dvi): New targets.
7865
78662005-08-30 Carsten Dominik <dominik@science.uva.nl>
7867
7868 * org.texi: Version 3.15.
7869
78702005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7871
7872 * ses.texi: Combine all three indices into one.
7873 Correct a few typos.
7874
78752005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7876
7877 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7878
78792005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7880
7881 * emacs-mime.texi (Handles): Remove duplicate item.
7882 (Encoding Customization): Fix the default value for
7883 mm-coding-system-priorities.
7884 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7885 (Basic Functions): Fix reference.
7886
78872005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7888
7889 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7890
78912005-08-18 Richard M. Stallman <rms@gnu.org>
7892
7893 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7894 and web site.
7895
7896 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7897 not keyboard-translate.
7898
78992005-08-11 Richard M. Stallman <rms@gnu.org>
7900
7901 * faq.texi (Using regular expressions): Fix xref.
7902
79032005-08-09 Juri Linkov <juri@jurta.org>
7904
7905 * info.texi (Help-P): Replace `Prev' with `Previous'.
7906 (Help-M, Help-Xref): Add S-TAB.
7907 (Help-FOO): Update `u' command.
7908 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7909 Update info about visibility of xref parts.
7910 (Help-Int): Fix `m' command. Rename `Info-last' to
7911 `Info-history-back'. Add `Info-history-forward'.
7912 (Advanced): Fix `g*' and `M-n' commands.
7913 (Info Search): Add `index-apropos' in stand-alone browser.
7914 Add isearch commands.
7915 (Emacs Info Variables): Remove `Info-fontify'.
7916 Add `Info-mode-hook'. Update face names.
7917 Add `Info-fontify-maximum-menu-size',
7918 `Info-fontify-visited-nodes', `Info-isearch-search'.
7919
79202005-08-07 Michael Albinus <michael.albinus@gmx.de>
7921
7922 Sync with Tramp 2.0.50.
7923
7924 * tramp.texi: Use @option{} consequently for method names.
7925 (Inline methods, External transfer methods): Remove references to
7926 Cygwin.
7927 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7928 implementation.
7929
79302005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7931
7932 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7933 Mention that gnus-init-file is not read when Emacs is invoked with
7934 --no-init-file or -q.
7935
79362005-07-19 Carsten Dominik <dominik@science.uva.nl>
7937
7938 * org.texi: Version 3.14.
7939
79402005-07-04 Carsten Dominik <dominik@science.uva.nl>
7941
7942 * org.texi: Version 3.13.
7943
79442005-07-18 Juri Linkov <juri@jurta.org>
7945
7946 * calc.texi (Time Zones, Logical Operations):
7947 * cl.texi (Overview):
7948 * org.texi (TODO types):
7949 * sc.texi (Emacs 18 MUAs):
7950 * speedbar.texi (Top):
7951 * url.texi (History):
7952 Delete duplicate duplicate words.
7953
ce058493 79542005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
7955
7956 * cl.texi (Type Predicates): Document `atom' type.
7957
79582005-07-04 Lute Kamstra <lute@gnu.org>
7959
7960 Update FSF's address in GPL notices.
7961
7962 * calc.texi (Copying):
7963 * doclicense.texi (GNU Free Documentation License):
7964 * faq.texi (Contacting the FSF):
7965 * mh-e.texi (Copying): Update FSF's address.
7966
79672005-07-03 Richard M. Stallman <rms@gnu.org>
7968
7969 * flymake.texi (Example -- Configuring a tool called directly):
7970 Update name of flymake-build-relative-filename.
7971
79722005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7973
7974 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
7975
79762005-06-29 Carsten Dominik <dominik@science.uva.nl>
7977
7978 * org.texi: Version 3.12.
7979
79802005-06-24 Eli Zaretskii <eliz@gnu.org>
7981
7982 * makefile.w32-in (MAKEINFO): Use --force.
7983 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7984 Makefile.in.
7985 (gnus.dvi): Use "..." to quote Sed args, so that it works with
7986 more shells.
7987
79882005-06-23 Richard M. Stallman <rms@gnu.org>
7989
7990 * speedbar.texi (Creating a display): Texinfo usage fixes.
7991
7992 * tramp.texi (Customizing Completion, Auto-save and Backup):
7993 Texinfo usage fixes.
7994
79952005-06-23 Juanma Barranquero <lekktu@gmail.com>
7996
7997 * dired-x.texi (Miscellaneous Commands):
7998 * ediff.texi (Miscellaneous):
7999 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8000 (Agent Variables):
8001 * info.texi (Help-Xref):
8002 * message.texi (Message Headers):
8003 * org.texi (Remember):
8004 * reftex.texi (Options (Defining Label Environments)):
8005 (Options (Index Support)):
8006 (Options (Viewing Cross-References)):
8007 (Options (Misc)):
8008 (Changes):
8009 * speedbar.texi (Creating a display):
8010 * tramp.texi (Customizing Completion, Auto-save and Backup):
8011 Texinfo usage fix.
8012
80132005-06-13 Carsten Dominik <dominik@science.uva.nl>
8014
8015 * org.texi: Version 3.11.
8016
80172005-06-12 Jay Belanger <belanger@truman.edu>
8018
8019 * calc.texi (Getting Started): Remove extra menu item.
8020
80212005-05-31 Jay Belanger <belanger@truman.edu>
8022
8023 * calc.texi (Notations Used in This Manual): Use @kbd for key
8024 sequence.
8025 (Demonstration of Calc): Mention another way of starting Calc.
8026 (Starting Calc): Mention long name of M-#.
8027 (Embedded Mode Overview): Remove unnecessary instruction.
8028 (Other M-# commands): Rephrase `M-# 0' explanation.
8029 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8030 reflect current behavior.
8031
80322005-05-30 Jay Belanger <belanger@truman.edu>
8033
8034 * calc.texi (Hooks): Change description of calc-window-hook and
8035 calc-trail-window-hook to match usage.
8036 (Computational Functions): Add more constant-generating functions.
8037 (Customizable Variables): Use defvar.
8038
80392005-05-28 Jay Belanger <belanger@truman.edu>
8040
8041 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8042 (Basic Embedded Mode): Explain behavior of arguments to
8043 calc-embedded-mode.
8044
80452005-05-27 Jay Belanger <belanger@truman.edu>
8046
8047 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8048 current behavior.
8049
80502005-05-25 Jay Belanger <belanger@truman.edu>
8051
8052 * calc.texi: Change Calc version number throughout.
8053 (Keypad Mode): Change location in info output.
8054 (Keypad mode overview): Move picture of keypad.
8055
80562005-05-21 Jay Belanger <belanger@truman.edu>
8057
8058 * calc.texi (Storing variables): Mention that only most variables
8059 are void to begin with.
8060
80612005-05-21 Kevin Ryde <user42@zip.com.au>
8062
8063 * widget.texi (Basic Types): Update cross ref from "Enabling
8064 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8065 lispref/text.texi change.
8066
80672005-05-20 Carsten Dominik <dominik@science.uva.nl>
8068
8069 * org.texi: Version 3.09.
8070
80712005-05-18 Carsten Dominik <dominik@science.uva.nl>
8072
8073 * reftex.texi: Version 4.28.
8074
80752005-05-16 Jay Belanger <belanger@truman.edu>
8076
8077 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8078
80792005-05-14 Jay Belanger <belanger@truman.edu>
8080
8081 * calc.texi (Default Simplifications): Insert missing ! (logical
8082 not operator).
8083
80842005-05-14 Michael Albinus <michael.albinus@gmx.de>
8085
8086 Sync with Tramp 2.0.49.
8087
80882005-05-10 Jay Belanger <belanger@truman.edu>
8089
8090 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8091 to 1.
8092
80932005-04-29 Carsten Dominik <dominik@science.uva.nl>
8094
8095 * org.texi: Version 3.08, structure reorganized.
8096
80972005-04-24 Richard M. Stallman <rms@gnu.org>
8098
8099 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8100
81012005-04-15 Carsten Dominik <dominik@science.uva.nl>
8102
8103 * org.texi: Update to version 3.06.
8104
81052005-04-13 Lute Kamstra <lute@gnu.org>
8106
8107 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8108
81092005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8110
8111 * cl.texi (Porting Common Lisp): Fix typo.
8112
81132005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8114
8115 * gnus.texi (RSS): Addition.
8116
81172005-04-04 Jay Belanger <belanger@truman.edu>
8118
8119 * calc.texi: Change Calc version number.
8120 (Customizable variables): Fix description of calc-language-alist.
8121 (Copying): Put in version 2 of GPL.
8122
81232005-04-01 Jay Belanger <belanger@truman.edu>
8124
8125 * calc.texi (Troubleshooting Commands): Remove comment about
8126 installation.
8127 (Installation): Remove section.
8128 (Customizable Variables): New section.
8129 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8130 (Graphical Devices): Add references to Customizable Variables.
8131
81322005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8133
8134 * emacs-mime.texi (Display Customization): Markup fixes.
8135 (rfc2047): Update.
8136
81372005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8138
8139 * gnus-faq.texi: Replaced with auto-generated version.
8140
81412005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8142
8143 * dired-x.texi (Multiple Dired Directories): default-directory was
8144 renamed to dired-default-directory.
8145
81462005-03-26 Jay Belanger <belanger@truman.edu>
8147
8148 * calc.texi (Simplifying Formulas, Rewrite Rules):
8149 Change description of top and bottom of fraction.
8150 (Modulo Forms): Move description of how to create modulo forms to
8151 earlier in the section.
8152 (Fraction Mode): Suggest using : to get a fraction by dividing.
8153 (Basic Arithmetic): Adjust placement of command name.
8154 (Truncating the Stack): Emphasize that "hidden" entries are still
8155 visible.
8156 (Installation): Move discussion of printing manual to "About This
8157 Manual".
8158 (About This Manual): Mention how to print the manual.
8159 (Reporting Bugs): Remove first person.
8160 (Building Vectors): Add algebraic version of append.
8161 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8162 (Grouping Digits): Fix typo.
8163
81642005-03-25 Werner Lemberg <wl@gnu.org>
8165
8166 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8167 Replace `legal' with `valid'.
8168
81692005-03-25 Werner Lemberg <wl@gnu.org>
8170
8171 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8172
81732005-03-24 Jay Belanger <belanger@truman.edu>
8174
8175 * calc.texi (General Mode Commands)
8176 (Mode Settings in Embedded Mode): Add some explanation of
8177 recording mode settings.
8178
81792005-03-24 Richard M. Stallman <rms@gnu.org>
8180
8181 * calc.texi: Remove praise of non-free software.
8182
8183 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8184 (Installation): Node deleted.
8185
81862005-03-23 Richard M. Stallman <rms@gnu.org>
8187
8188 * url.texi (HTTP language/coding): Improve last change.
8189
81902005-03-22 Jay Belanger <belanger@truman.edu>
8191
8192 * calc.texi (Embedded Mode): Add new information on changing
8193 modes.
8194
81952005-03-20 Michael Albinus <michael.albinus@gmx.de>
8196
8197 Sync with Tramp 2.0.48.
8198
8199 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8200
8201 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8202 "GNU/Linux". Change all addresses to .gnu.org.
8203 (Default Method): Offer shortened syntax for "su" and "sudo"
8204 methods.
8205
82062005-03-07 Richard M. Stallman <rms@gnu.org>
8207
8208 * url.texi: Fix usage of "e.g.".
8209 (HTTP language/coding): Explain the rules for these strings.
8210
82112005-03-06 Richard M. Stallman <rms@gnu.org>
8212
8213 * woman.texi (Introduction): Minor cleanups.
8214
8215 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8216
8217 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8218 (Installation): Node deleted.
8219
8220 * mh-e.texi (Preface): Get rid of "Emacs 21".
8221
8222 * eshell.texi (Installation): Delete node (for Emacs 20).
8223
82242005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8225
8226 * flymake.texi: Refill and tweak style in @lisp blocks.
8227
82282005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8229
8230 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8231
82322005-03-01 Jay Belanger <belanger@truman.edu>
8233
8234 * calc.texi (Trigonometric and Hyperbolic Functions):
8235 Mention additional functions.
8236 (Algebraic Simplifications): Mention additional simplifications.
8237
82382005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8239
8240 * ses.texi: Add concept/function/variable indices (this work was
8241 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8242 papers on file at FSF).
8243
82442005-02-10 Jay Belanger <belanger@truman.edu>
8245
8246 * calc.texi: Change @LaTeX to La@TeX throughout.
8247 Redefine @expr as @math for TeX output.
8248 Redefine @texline as a no-op for TeX output.
8249 Define @tfn, replace @t by @tfn throughout.
8250
82512005-02-09 Jay Belanger <belanger@truman.edu>
8252
8253 * calc.texi: Add macro for LaTeX for info output.
8254
82552005-02-08 Kim F. Storm <storm@cua.dk>
8256
8257 * texinfo.tex (LaTex): Add def.
8258
82592005-02-06 Jay Belanger <belanger@truman.edu>
8260
8261 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8262 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8263 throughout manual.
8264
82652005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8266
8267 * gnus.texi: Some edits based on comments from David Abrahams.
8268
82692005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8270
8271 * gnus.texi (RSS): Fix the keystroke.
8272
82732005-01-24 David Kastrup <dak@gnu.org>
8274
8275 * faq.texi: Update AUCTeX version info.
8276
82772005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8278
8279 * gnus-faq.texi ([4.1]): Typo.
8280
82812005-01-19 Jay Belanger <belanger@truman.edu>
8282
8283 * calc.texi (Keep Arguments): Mention that keeping arguments
8284 doesn't work with keyboard macros.
8285
82862005-01-16 Richard M. Stallman <rms@gnu.org>
8287
8288 * autotype.texi (Autoinserting): Fix small error.
8289
82902005-01-16 Michael Albinus <michael.albinus@gmx.de>
8291
8292 Sync with Tramp 2.0.47.
8293
8294 * tramp.texi (Compilation): New section, describing compilation of
8295 remote files.
8296
82972005-01-11 Kim F. Storm <storm@cua.dk>
8298
8299 * widget.texi (Basic Types): Add :follow-link keyword.
8300
83012005-01-09 Jay Belanger <belanger@truman.edu>
8302
8303 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8304
83052005-01-08 Jay Belanger <belanger@truman.edu>
8306
8307 * calc.texi: Change throughout to reflect new default value of
8308 calc-settings-file.
8309
83102005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8311
8312 * message.texi (Reply): `message-reply-to-function' should return
8313 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8314
83152005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8316
8317 * faq.texi (Changing load-path): Fix typo.
8318
83192005-01-05 Jay Belanger <belanger@truman.edu>
8320
8321 * calc.texi (Programming Tutorial): Replace kbd command by
8322 appropriate characters for a keyboard macro.
8323
83242005-01-04 Jay Belanger <belanger@truman.edu>
8325
8326 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8327 for Lucid Emacs.
8328 (Programming Tutorial): Mention that the user needs to be in the
8329 right mode to compute some functions.
8330
83312005-01-04 Jay Belanger <belanger@truman.edu>
8332
8333 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8334 no longer applicable.
8335
83362005-01-01 Jay Belanger <belanger@truman.edu>
8337
0c7efc08 8338 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
8339 edit keyboard macros to match current behavior.
8340
83412004-12-31 Jay Belanger <belanger@truman.edu>
8342
8343 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8344
83452004-12-20 Jay Belanger <belanger@truman.edu>
8346
8347 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8348 zero.
8349
83502004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8351
8352 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8353 @xref.
8354 (Font Locking): Avoid @strong{Note:}.
8355
83562004-12-17 Michael Albinus <michael.albinus@gmx.de>
8357
8358 Sync with Tramp 2.0.46.
8359
8360 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8361
83622004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8363
8364 * url.texi: Correct typos.
8365 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 8366 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
8367 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8368 (Dealing with HTTP documents): @inforef->@xref.
8369
83702004-12-15 Jay Belanger <belanger@truman.edu>
8371
8372 * calc.texi: Consistently capitalized all mode names.
8373 (Answers to Exercises): Mention that an answer can be a fraction
8374 when in Fraction mode.
8375
83762004-12-13 Jay Belanger <belanger@truman.edu>
8377
8378 * calc.texi: Fix some TeX definitions.
8379
83802004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8381
8382 * reftex.texi (Imprint): Remove erroneous @value's.
8383
83842004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8385
8386 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8387 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8388
83892004-12-08 Jay Belanger <belanger@truman.edu>
8390
8391 * calc.texi (Starting Calc): Remove comment about installation.
8392 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8393
83942004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8395
8396 * url.texi: Update @setfilename.
8397 (Getting Started): No need to worry about Gnus versions.
8398 (Dealing with HTTP documents): Use @inforef.
8399
8400 * org.texi: Fix @direntry file name.
8401
84022004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8403
8404 * url.texi: New file.
8405
8406 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8407
84082004-12-06 Jay Belanger <belanger@truman.edu>
8409
8410 * calc.texi (Using Calc): Remove paragraph about installation.
8411
84122004-12-06 Jay Belanger <belanger@truman.edu>
8413
8414 * calc.texi: Use more Texinfo macros and less TeX defs.
8415 Remove @refill's.
8416
84172004-12-06 Richard M. Stallman <rms@gnu.org>
8418
8419 * org.texi: New file.
8420
84212004-12-05 Richard M. Stallman <rms@gnu.org>
8422
8423 * Makefile.in (org.dvi, ../info/org): New targets.
8424 (INFO_TARGETS): Add ../info/org.
8425 (DVI_TARGETS): Add org.dvi.
8426 (maintainer-clean): Remove the info files in the info dir.
8427
84282004-11-26 Eli Zaretskii <eliz@gnu.org>
8429
8430 * idlwave.texi: Fix the setfilename directive to put the produced
8431 file in ../info.
8432 (Continued Statement Indentation): Resurrect Jan D.'s change from
8433 2004-11-03 that was lost when a newer version of idlwave.texi was
8434 imported.
8435
84362004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8437
0c7efc08 8438 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 8439
0c7efc08
SM
8440 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8441 Index `spam-initialize'.
2de53ca6
GM
8442
84432004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8444
8445 * message.texi (Various Message Variables): Mention that all mail
8446 file variables are derived from `message-directory'.
8447
8448 * gnus.texi (Splitting Mail): Clarify bogus group.
8449
84502004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8451
0c7efc08
SM
8452 * emacs-mime.texi (Encoding Customization):
8453 Fix mm-coding-system-priorities entry.
2de53ca6 8454
c8763fb6 84552004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
8456
8457 * idlwave.texi (Continued Statement Indentation):
8458 * reftex.texi (Options (Index Support)):
8459 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
8460 * speedbar.texi (Creating a display, Major Display Modes):
8461 Replace non-nil with non-@code{nil}.
2de53ca6
GM
8462
84632004-10-21 Jay Belanger <belanger@truman.edu>
8464
0c7efc08 8465 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
8466
84672004-10-18 Luc Teirlinck <teirllm@auburn.edu>
8468
8469 * calc.texi (Reporting Bugs): Double up `@'.
8470
84712004-10-18 Jay Belanger <belanger@truman.edu>
8472
0c7efc08 8473 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
8474 should be sent to.
8475
84762004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8477
8478 * gnus.texi (New Features): Add 5.11.
8479
8480 * message.texi (Resending): Remove wrong default value.
8481
8482 * gnus.texi (Mail Source Specifiers): Describe possible problems
8483 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
8484 `pop3-leave-mail-on-server' to the index.
8485
84862004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8487
8488 * message.texi (Canceling News): Add how to set a password.
8489
84902004-10-12 Jay Belanger <belanger@truman.edu>
8491
0c7efc08 8492 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
8493 calc-describe-function and calc-describe-variable to match their
8494 current behavior.
8495
84962004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8497
8498 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8499
85002004-10-12 Michael Albinus <michael.albinus@gmx.de>
8501
8502 Sync with Tramp 2.0.45.
8503
8504 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8505 plink link. The URL is outdated. Originator contacted for
8506 clarification.
8507
85082004-10-10 Juri Linkov <juri@jurta.org>
8509
8510 * gnus.texi (Top, Marking Articles): Join two menus in one node
8511 because a node can have only one menu.
8512
85132004-10-09 Juri Linkov <juri@jurta.org>
8514
8515 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8516 example of nnmail-split-fancy.
8517
85182004-10-06 Karl Berry <karl@gnu.org>
8519
8520 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8521 consistency with other uses of dashes.
8522
85232004-10-05 Karl Berry <karl@gnu.org>
8524
8525 * info.texi: Consistently use --- throughout, periods at end of
8526 menu descriptions, and a couple typos.
8527
85282004-09-26 Jesper Harder <harder@ifa.au.dk>
8529
8530 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8531 * pgg.texi (User Commands, Backend methods): Do.
8532 * gnus.texi: Markup fixes.
8533 (Setting Process Marks): Fix `M P a' entry.
8534 * emacs-mime.texi: Fixes.
8535
85362004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8537
8538 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8539 again.
8540 Use 5.10 instead of 5.10.0.
8541
85422004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8543
8544 * gnus.texi (Summary Mail Commands): S D e.
8545
85462004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
8547
8548 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8549 the gnus-article-mode-line-format section.
8550
85512004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
8552
8553 * gnus.texi (Various Summary Stuff): Fix the documentation for
8554 gnus-newsgroup-variables.
8555
85562004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8557
0c7efc08
SM
8558 * gnus.texi (MIME Commands):
8559 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
8560 gnus-mime-display-multipart-alternative-as-mixed,
8561 gnus-mime-display-multipart-related-as-mixed.
8562 (Mail Source Customization): Clarify `mail-source-directory'.
8563 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 8564 (SpamOracle): Fix typo.
2de53ca6
GM
8565
8566 * gnus-faq.texi: Untabify.
8567 ([6.3]): nnir.el is in contrib directory.
8568
8569 * message.texi (News Headers): Clarify how a unique ID is created.
8570
0c7efc08
SM
8571 * gnus.texi (Batching Agents): Fix typo in example.
8572 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 8573
b2abec73 85742004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 8575
0c7efc08 8576 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
8577
85782004-09-20 Florian Weimer <fw@deneb.enyo.de>
8579
8580 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8581
85822004-09-22 Jay Belanger <belanger@truman.edu>
8583
0c7efc08 8584 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
8585 might be hidden during part of the session.
8586
85872004-09-20 Jay Belanger <belanger@truman.edu>
8588
8589 * calc.texi (Notations Used in This Manual): Put in an earlier
8590 mention that DEL could be called Backspace.
8591
85922004-09-10 Simon Josefsson <jas@extundo.com>
8593
8594 * gnus.texi (IMAP): Add example. Suggested and partially written
8595 by Steinar Bang <sb@dod.no>.
8596
85972004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8598
8599 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8600 netrc syntax.
8601
86022004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8603
b2abec73
JB
8604 * gnus.texi (Spam ELisp Package Sequence of Events):
8605 Some clarifications.
2de53ca6
GM
8606 (Spam ELisp Package Global Variables): More clarifications.
8607
86082004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8609
8610 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8611 Mention spam-split does not modify incoming mail.
8612
86132004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8614
8615 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8616
86172004-09-10 Eli Zaretskii <eliz@gnu.org>
8618
8619 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8620
86212004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8622
8623 * makefile.w32-in (sieve, pgg): Use $(infodir).
8624
86252004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8626
8627 * makefile.w32-in: Fix PGG and Sieve entries.
8628
86292004-08-28 Eli Zaretskii <eliz@gnu.org>
8630
8631 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8632 Emacs and related programs.
8633
86342004-08-27 Richard M. Stallman <rms@gnu.org>
8635
8636 * faq.texi: Fix texinfo usage, esp. doublequotes.
8637 (Difference between Emacs and XEmacs): Some clarification.
8638
8639 * faq.texi (Difference between Emacs and XEmacs):
8640 Explain not to contrast XEmacs with GNU Emacs.
8641
86422004-08-26 Richard M. Stallman <rms@gnu.org>
8643
8644 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8645
86462004-08-22 David Kastrup <dak@gnu.org>
8647
8648 * reftex.texi (AUCTeX): Update links, section name.
8649
8650 * faq.texi (Calc): Update availability (included in 22.1).
8651 (AUCTeX): Update availability, information, versions, description.
8652
86532004-08-14 Eli Zaretskii <eliz@gnu.org>
8654
8655 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8656
86572004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8658
8659 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8660
86612004-08-10 Michael Albinus <michael.albinus@gmx.de>
8662
8663 Sync with Tramp 2.0.44.
8664
86652004-08-05 Lars Hansen <larsh@math.ku.dk>
8666
8667 * widget.texi (User Interface): Update how to separate the
8668 editable field of an editable-field widget from other widgets.
8669 (Programming Example): Add text after field.
8670
86712004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8672
8673 * emacs-mime.texi (Encoding Customization): Add a note to the
8674 mm-content-transfer-encoding-defaults entry.
8675 (rfc2047): Update.
8676
0c7efc08
SM
8677 * gnus.texi (Article Highlighting):
8678 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8679 (POP before SMTP): New node.
8680 (Posting Styles): Addition.
8681 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8682 (Fancy Mail Splitting): Ditto.
8683 (X-Face): Add gnus-x-face.
8684
86852004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8686
8687 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8688 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8689
86902004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8691
0c7efc08
SM
8692 * gnus.texi (Mail Source Specifiers):
8693 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8694
86952004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8696
8697 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8698
8699 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8700 repository. Change setfilename.
8701
8702 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8703
87042004-07-02 Juri Linkov <juri@jurta.org>
8705
8706 * pcl-cvs.texi (Viewing differences): Add `d r'.
8707
87082004-06-29 Jesper Harder <harder@ifa.au.dk>
8709
8710 * ses.texi, viper.texi, flymake.texi, faq.texi:
8711 * eshell.texi, ediff.texi: Markup fixes.
8712
87132004-06-21 Karl Berry <karl@gnu.org>
8714
8715 * info.texi (Top): Mention that only Emacs has mouse support.
8716 (Getting Started): Mention this in a few other places.
8717
87182004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8719
0c7efc08
SM
8720 * autotype.texi (Copyrights, Timestamps):
8721 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8722
87232004-06-13 Lars Hansen <larsh@math.ku.dk>
8724
8725 * dired-x.texi (dired-mark-omitted): Update keybinding.
8726
87272004-06-10 Kim F. Storm <storm@cua.dk>
8728
8729 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8730
87312004-06-05 Lars Hansen <larsh@math.ku.dk>
8732
8733 * dired-x.texi (variable dired-omit-mode): Rename from
8734 dired-omit-files-p.
8735 (function dired-omit-mode): Rename from dired-omit-toggle.
8736 Call dired-omit-mode rather than set dired-omit-files-p.
8737 (dired-mark-omitted): Describe command.
8738
87392004-05-29 Michael Albinus <michael.albinus@gmx.de>
8740
8741 Version 2.0.41 of Tramp released.
8742
87432004-05-29 Juanma Barranquero <lektu@terra.es>
8744
8745 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8746 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8747
87482004-05-29 Richard M. Stallman <rms@gnu.org>
8749
8750 * cl.texi (Top): Call this chapter `Introduction'.
8751 (Overview): In TeX, no section heading here.
8752
8753 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8754
87552004-05-29 Eli Zaretskii <eliz@gnu.org>
8756
8757 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8758 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8759
87602004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8761
8762 * flymake.texi: New file.
8763
87642004-05-28 Simon Josefsson <jas@extundo.com>
8765
8766 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8767
b344d29d 87682004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8769
8770 Version 2.0.40 of Tramp released.
8771
87722004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8773
8774 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8775
8776 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8777 variables `tramp-backup-directory-alist' and
8778 `tramp-bkup-backup-directory-info'.
8779 (Overview, Connection types)
8780 (External transfer methods, Default Method)
8781 (Windows setup hints): Remove restriction of password entering
8782 with external methods.
8783 (Auto-save and Backup): Make file name example
8784 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8785 and `auto-save-directory' must be used.
8786 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8787 only "NT"). Remove doubled entry "What kinds of systems does
8788 @tramp{} work on".
8789 (tramp): Macro removed.
8790 (Obtaining Tramp): Flag removed from title.
8791 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8792 and `trampver' used properly. Flag `tramp-inst' replaced by
8793 `installchapter'. Installation related text adapted.
8794
87952004-04-28 Masatake YAMATO <jet@gyve.org>
8796
8797 * widget.texi (Programming Example): Remove overlays.
8798
87992004-04-27 Jesper Harder <harder@ifa.au.dk>
8800
8801 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8802
88032004-04-23 Juanma Barranquero <lektu@terra.es>
8804
8805 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8806
88072004-04-05 Jesper Harder <harder@ifa.au.dk>
8808
8809 * info.texi (Info Search): Add info-apropos.
8810
88112004-03-22 Juri Linkov <juri@jurta.org>
8812
8813 * faq.texi: Fix help key bindings.
8814
88152004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8816
8817 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8818 (as suggested by Karl Berry). Update information about colored
8819 stars in menus. Add new subheading describing M-n.
8820
88212004-03-12 Richard M. Stallman <rms@gnu.org>
8822
8823 * cl.texi (Top): Rename top node's title.
8824
88252004-03-08 Karl Berry <karl@gnu.org>
8826
8827 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8828 problems making the texinfo distribution.
8829
88302004-02-29 Simon Josefsson <jas@extundo.com>
8831
0c7efc08 8832 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8833 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8834 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8835 <voegelas@gmx.net>.
8836
88372004-02-29 Juanma Barranquero <lektu@terra.es>
8838
8839 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8840 Use $(DEL) instead of rm, and ignore exit code.
8841
b344d29d 88422004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8843
8844 Tramp version 2.0.39 released.
8845
88462004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8847
8848 * tramp.texi (Customizing Completion): Explain new functions
8849 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8850 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8851 (Top): Refer to Savannah mailing list as the major one.
8852 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8853 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8854 (Frequently Asked Questions): Remote hosts must not be Unix-like
8855 for "smb" method.
8856 (Password caching): New node.
8857 (External transfer methods): Refer to password caching for "smb"
8858 method.
8859
88602004-02-17 Karl Berry <karl@gnu.org>
8861
8862 * info.texi (Help-Int): Mention the new line number feature.
8863
88642004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8865
8866 * ses.texi (Advanced Features): New functionality for
8867 ses-set-header-row (defaults to current row unless C-u used).
8868 (Acknowledgements): Add Stefan Monnier.
8869
88702003-12-29 Kevin Ryde <user42@zip.com.au>
8871
8872 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8873
b344d29d 88742003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8875
8876 Tramp version 2.0.38 released.
8877
8878 * tramp.texi (Remote shell setup): Warn of environment variables
8879 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8880 <sven.gabriel@imk.fzk.de>.
8881 (Configuration): Tramp now chooses base64/uuencode
8882 automatically. Update wording accordingly.
8883 (Top): More description for the `Default Method' menu entry.
8884 (Default Method): Use @code, not @var, for Lisp variables.
8885 (Default Method): New subsection `Which method is the right one
8886 for me?' Suggested by Christian Kirsch.
8887 (Configuration): Pointer to new subsection added.
8888 (Default Method): Too many "use" in one sentence.
8889 Rephrase. Reported by Christian Kirsch.
8890 (Filename Syntax): Old `su' example is probably a left-over from
8891 the sm/su method naming. Replace with `ssh', instead.
8892 (External transfer methods, Auto-save and Backup):
8893 Typo fixes.
8894
88952003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8896
183080b6 8897 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
8898 (Top): Mention japanese manual only if flag `jamanual' is set.
8899 Insert section `Japanese manual' in menu.
8900
89012003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8902
8903 * eshell.texi (Known Problems): Add doc item.
8904
89052003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8906
8907 * cc-mode.texi: Update for CC Mode 5.30.
8908
8909 Note: Please refrain from doing purely cosmetic changes like
8910 removing trailing whitespace in this manual; it clobbers cvs
8911 merging for no good reason.
8912
89132003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8914
8915 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8916 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8917 @acronym{ASCII}.
8918
89192003-10-26 Karl Berry <karl@gnu.org>
8920
8921 * info.texi (Info Search): Echo area, not echo are. From Debian
8922 diff.
8923
89242003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
8925
10d1d0af 8926 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
8927 :buttons and :children keywords.
8928
89292003-10-22 Miles Bader <miles@gnu.org>
8930
8931 * Makefile.in (info): Move before $(top_srcdir)/info.
8932
89332003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
8934
8935 * tramp.texi (Inline methods): Small grammar fix.
8936 (External transfer methods): Likewise.
8937
89382003-10-08 Nick Roberts <nick@nick.uklinux.net>
8939
8940 * speedbar.texi: Remove paragraph for GUD that is no longer true.
8941
89422003-10-06 Luc Teirlinck <teirllm@auburn.edu>
8943
8944 * texinfo.tex: Replace `%' in arch tagline by @ignore.
8945
89462003-09-30 Richard M. Stallman <rms@gnu.org>
8947
8948 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8949
8950 * widget.texi (User Interface): Fix typos.
8951
8952 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8953
89542003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8955
8956 * pcl-cvs.texi (Selected Files): Fix typo.
8957
89582003-09-21 Karl Berry <karl@gnu.org>
8959
8960 * info.texi (] and [ commands): No period at end of section title.
8961
89622003-09-04 Miles Bader <miles@gnu.org>
8963
8964 * Makefile.in (top_srcdir): New variable.
8965 ($(top_srcdir)/info): New rule.
8966 (info): Depend on it.
8967
89682003-09-03 Peter Runestig <peter@runestig.com>
8969
8970 * makefile.w32-in: New file.
8971
89722003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
8973
8974 * widget.texi (User Interface): Explain the need of static text
8975 around an editable field.
8976
89772003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8978
8979 * widget.texi (Basic Types): The argument to `:help-echo' can now
8980 be a form that evaluates to a string.
8981
89822003-08-18 Kim F. Storm <storm@cua.dk>
8983
8984 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
8985
89862003-08-16 Richard M. Stallman <rms@gnu.org>
8987
8988 * dired-x.texi (Shell Command Guessing): Explain *.
8989
89902003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
8991
8992 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
8993 log-edit-insert-changelog.
8994
89952003-08-03 Karl Berry <karl@gnu.org>
8996
8997 * info.texi: Need @contents.
8998
c8763fb6 89992003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9000
9001 Tramp version 2.0.36 released.
9002
9003 * tramp.texi (Remote shell setup): Explain about problems with
9004 non-Bourne commands in ~/.profile and ~/.shrc.
9005
90062003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9007
9008 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9009 renaming of `vis-mode' to `visible-mode'.
9010
90112003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9012
9013 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9014 next, prev and up pointers.
9015
90162003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9017
9018 * info.texi (Help): Mention existence of Emacs and stand-alone
9019 Info at the very beginning of the tutorial.
9020 (Help-Inv): New node.
9021 (Help-]): New node.
9022 (Help-M): Systematically point out the differences between default
9023 Emacs and stand-alone versions. Delete second menu.
9024 (Help-Xref): Systematically point out the differences between
9025 default Emacs and stand-alone versions.
9026 (Help-Int): Change `l' example.
9027 (Expert Info): Fix typos.
9028 (Emacs Info Variables): Mention `Info-hide-note-references' and
9029 new default for `Info-scroll-prefer-subnodes'.
9030
c8763fb6 90312003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9032
9033 Version 2.0.35 of Tramp released.
9034
9035 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9036 (Inline methods): Add methods `remsh' and `plink1'.
9037 (External transfer methods): Add method `remcp'.
9038 (Multi-hop Methods): Add method `remsh'.
9039 Small patch from Adrian Aichner <adrian@xemacs.org>:
9040 Fix minor typos.
0c7efc08 9041 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9042 `Info-index'.
9043 (Version Control): Add cindex entry.
9044
c8763fb6 90452003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9046
9047 * trampver.texi: Version 2.0.34 released.
9048
90492003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9050
9051 * faq.texi: Improve previous changes.
9052
90532003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9054
9055 * faq.texi: Update copyright and maintenance details.
9056 Update some package URLs, versions, and maintainers.
9057 Remove many references to the Emacs Lisp Archive.
9058
90592003-04-23 Simon Josefsson <jas@extundo.com>
9060
9061 * smtpmail.texi: Fix license (the invariant sections mentioned has
9062 never been part of the smtp manual). Align info dir entry with
9063 other emacs packages.
9064
90652003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9066
9067 * tramp.texi: Version 2.0.33 released.
9068 Remove installation chapter. Remove XEmacs specifics.
9069
90702003-03-29 Richard M. Stallman <rms@gnu.org>
9071
9072 * tramp.texi (Top): Undo the previous renaming.
9073 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9074
c8763fb6 90752003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9076
9077 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9078 version of manual.
9079
9080 * tramp.texi (Auto-save and Backup): New node.
9081
90822003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9083
9084 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9085 Emacs" in order to have better differentiation to "XEmacs".
9086 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9087 are new macros in order to point to the other Emacs flavor where
9088 appropriate. In info case, point to node `Installation' in order
9089 to explain how to generate the other way. In html case, make a
9090 link to the other html file.
0c7efc08 9091 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9092 after CVS checkout/update.
9093 (Installation): Completely rewritten.
9094 (Installation parameters, Load paths): New sections under
9095 `Installation'.
9096
c8763fb6 90972003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9098
9099 * tramp.texi: Version 2.0.30 released.
9100 Replace word "path" with "localname" where used as a component of
9101 a Tramp file name.
9102
91032003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9104
9105 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9106 introduced.
9107 (Installation): Explain what to do if files from the tramp/contrib
9108 directory are needed.
9109
91102003-02-23 Alex Schroeder <alex@emacswiki.org>
9111
9112 * smtpmail.texi (How Mail Works): New.
9113
91142003-02-22 Alex Schroeder <alex@emacswiki.org>
9115
9116 * smtpmail.texi: New file.
9117
9118 * Makefile.in: Build SMTP manual.
9119
c8763fb6 91202003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9121
9122 * tramp.texi: Version 2.0.29 released.
9123 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9124 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9125
91262003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9127
9128 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 9129 another package loads accidentally Ange-FTP.
2de53ca6
GM
9130
91312003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9132
9133 * tramp.texi (Customizing Completion): Add function
9134 `tramp-parse-sconfig'. Change example of
9135 `tramp-set-completion-function', because parsing of ssh config
9136 files looks more natural.
9137
91382003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9139
9140 * gnus.texi: Do not use `path' in several locations.
9141
c8763fb6 91422002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 9143
0c7efc08
SM
9144 * tramp.texi (External transfer methods): New method `smb'.
9145 From Michael Albinus.
2de53ca6
GM
9146
91472002-11-05 Karl Berry <karl@gnu.org>
9148
9149 * info.texi (Info-fontify): Reorder face list to avoid bad line
9150 breaks.
9151
c8763fb6 91522002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 9153
0c7efc08
SM
9154 * tramp.texi: Move @copying to standard place.
9155 Use @insertcopying.
2de53ca6
GM
9156
91572002-10-02 Karl Berry <karl@gnu.org>
9158
9159 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9160 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9161 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9162 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9163 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9164 Per rms, update all manuals to use @copying instead of @ifinfo.
9165 Also use @ifnottex instead of @ifinfo around the top node, where
9166 needed for the sake of the HTML output.
9167 (The Gnus manual is not fixed since it's not clear to me how it
9168 works; and the Tramp manual already uses @copying, although in an
9169 unusual way. All others were changed.)
9170
91712002-09-10 Jonathan Yavner <jyavner@engineer.com>
9172
9173 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9174 (../info/ses, ses.dvi): New targets.
9175 * ses.texi: New file.
9176
c8763fb6 91772002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
9178
9179 * texinfo.tex: Update to texinfo 4.2.
9180
91812002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9182
9183 * reftex.texi: Update to RefTeX 4.19.
9184
c8763fb6 91852002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
9186
9187 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9188 (../info/tramp, tramp.dvi): New targets.
9189
91902002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9191
9192 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9193 (calc.dvi): Uncomment.
9194
91952001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9196
9197 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9198 (../info/calc): New target.
9199
92002001-10-20 Gerd Moellmann <gerd@gnu.org>
9201
9202 * (Version 21.1 released.)
9203
92042001-10-05 Gerd Moellmann <gerd@gnu.org>
9205
9206 * Branch for 21.1.
9207
92082001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9209
9210 * Makefile.in (../info/info): Use an explicit -o switch to
9211 makeinfo.
9212
92132001-03-05 Gerd Moellmann <gerd@gnu.org>
9214
9215 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9216
92172000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9218
9219 * Makefile.in (../info/idlwave): Use --no-split.
9220
92212000-12-14 Dave Love <fx@gnu.org>
9222
c4cc8b9a 9223 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
9224 (gnus.dvi): Change rule to remove @latex stuff.
9225
92262000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9227
9228 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9229
92302000-10-13 John Wiegley <johnw@gnu.org>
9231
9232 * Makefile.in: Add build targets for eshell.texi.
9233
92342000-09-25 Gerd Moellmann <gerd@gnu.org>
9235
9236 * Makefile.in: Remove/comment speedbar stuff.
9237
92382000-09-22 Dave Love <fx@gnu.org>
9239
9240 * Makefile.in: Add emacs-mime.
9241
92422000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9243
9244 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9245 (DVI_TARGETS): Add woman.dvi.
9246 (../info/woman, woman.dvi): New targets.
9247
92482000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9249
9250 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9251
9252 * pcl-cvs.texi: New file.
9253 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9254 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9255
92562000-05-11 Gerd Moellmann <gerd@gnu.org>
9257
9258 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9259 (../info/ebrowse, ebrowse.dvi): New targets.
9260
92612000-01-13 Gerd Moellmann <gerd@gnu.org>
9262
9263 * Makefile.in (INFO_TARGETS): Add eudc.
9264 (DVI_TARGETS): Add eudc.dvi.
9265 (../info/eudc, eudc.dvi): New targets.
9266
92672000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9268
9269 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9270 compatibility with 8+3 filesystems).
9271 (../info/efaq): Rename from emacs-faq.
9272
92732000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9274
9275 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9276 (../info/idlwave, idlwave.dvi): New targets.
9277
92781999-10-23 Dave Love <fx@gnu.org>
9279
9280 * Makefile.in: Use autotype.texi.
9281
92821999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9283
9284 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9285 faq.texi file) rather than ../info/faq.
9286
92871999-10-07 Gerd Moellmann <gerd@gnu.org>
9288
9289 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9290 (../info/ada-mode, ada-mode.dvi): New targets.
9291
92921999-09-01 Dave Love <fx@gnu.org>
9293
9294 * Makefile.in: Add faq.
9295
92961999-07-12 Richard Stallman <rms@gnu.org>
9297
9298 * Version 20.4 released.
9299
93001998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9301
9302 * Version 20.3 released.
9303
93041998-04-06 Andreas Schwab <schwab@gnu.org>
9305
768c0c0f
JB
9306 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9307 Use it in dvi targets.
2de53ca6
GM
9308 (../etc/GNU): Change to $(srcdir) first.
9309
93101998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9311
9312 * reftex.texi: Update for RefTeX version 3.22.
9313
93141998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9315
9316 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9317 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9318
93191997-09-23 Paul Eggert <eggert@twinsun.com>
9320
9321 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9322 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9323
93241997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9325
9326 * Version 20.2 released.
9327
93281997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9329
9330 * Version 20.1 released.
9331
93321997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9333
9334 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9335
93361996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9337
9338 * Version 19.33 released.
9339
93401996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9341
9342 * Version 19.32 released.
9343
93441996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9345
9346 * Makefile.in: Add rules for the Message manual.
9347
93481996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9349
9350 * gnus.texi: New version.
9351
9352 * message.texi: New manual.
9353
93541996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9355
9356 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9357
93581996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9359
9360 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9361 Specify -I option.
9362 (All dvi targets): Set the TEXINPUTS variable.
9363
93641996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9365
9366 * Version 19.31 released.
9367
93681996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9369
9370 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9371 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9372
93731995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9374
9375 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9376 (INFO_TARGETS): Add ../info/cc-mode.
9377 (DVI_TARGETS): Add cc-mode.dvi.
9378
2de53ca6
GM
93791995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9380
9381 * Version 19.30 released.
9382
93831995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9384
9385 * gnus.texi: New file.
9386
93871995-11-04 Erik Naggum <erik@naggum.no>
9388
9389 * gnus.texi: File deleted.
9390
93911995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9392
9393 * mh-e.texi: "Function Index" -> "Command Index" to work with
9394 Emacs 19.30 C-h C-k support of separately-documented commands.
9395
93961995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9397
9398 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9399 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9400
94011995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9402
9403 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9404 (../info/viper, viper.dvi): New targets.
9405
94061995-04-20 Kevin Rodgers <kevinr@ihs.com>
9407
9408 * dired-x.texi (Installation): Change the example to set
9409 buffer-local variables like dired-omit-files-p in
9410 dired-mode-hook.
9411
94121995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9413
9414 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9415 (../info/mh-e, mh-e.dvi): New targets.
9416
94171995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9418
9419 * Makefile.in (maintainer-clean): Rename from realclean.
9420
94211994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9422
9423 * Makefile.in: New file.
9424 * Makefile: File deleted.
9425
94261994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9427
9428 * Makefile (TEXINDEX_OBJS): Variable deleted.
9429 (texindex, texindex.o, getopt.o): Rules deleted.
9430 All deps on texindex deleted.
9431 (distclean): Don't delete texindex.
9432 (mostlyclean): Don't delete *.o.
9433 * texindex.c, getopt.c: Files deleted.
9434
94351994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9436
9437 * Version 19.26 released.
9438
94391994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9440
9441 * Version 19.25 released.
9442
94431994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9444
9445 * Version 19.24 released.
9446
94471994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9448
9449 * Version 19.23 released.
9450
94511994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9452
9453 * Makefile: Delete spurious tab.
9454
94551994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9456
9457 * Makefile (.SUFFIXES): New rule.
9458
94591994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9460
9461 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9462 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9463
94641994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9465
9466 * Makefile (../info/sc): Rename from sc.info.
9467 (../info/cl): Likewise.
9468 (INFO_TARGETS): Use new names.
9469
94701993-12-04 Richard Stallman (rms@srarc2)
9471
9472 * getopt.c: New file.
9473 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9474 (getopt.o): New rule.
9475 (dvi): Don't depend on texindex.
9476 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9477 Depend on texindex.
9478
94791993-12-03 Richard Stallman (rms@srarc2)
9480
9481 * Makefile (../info/sc.info): Rename from ../info/sc.
9482 (TEXI2DVI): New variable.
9483 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9484 Add explicit commands.
9485 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9486
94871993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9488
9489 * Version 19.22 released.
9490
94911993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9492
9493 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9494
94951993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9496
9497 * Version 19.21 released.
9498
94991993-11-15 Paul Eggert (eggert@twinsun.com)
9500
9501 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9502
95031993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9504
9505 * Makefile (../etc/GNU): New target.
9506 (EMACSSOURCES): Add gnu1.texi.
9507
95081993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9509
9510 * Makefile (realclean): Don't delete the Info files.
9511
f0131492 95121993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
9513
9514 * forms.texi: Fix forms.texi so that it will format correctly.
9515 Add missing `@end iftex', fix bad reference.
9516
9517 * info.texi, info-stn.texi: New files implement texinfo version of
9518 `info' file.
9519
f0131492 95201993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
9521
9522 * Makefile: Fix targets for texindex, new info.texi files.
9523 * info-stnd.texi: New file implements info for standalone info
9524 reader.
9525 * info.texi: Update to include recent changes to "../info/info".
9526 New source file for ../info/info; includes info-stnd.texi.
9527
9528 * texindex.c: Include "../src/config.h" if building in emacs.
9529
9530 * Makefile: Change all files to FILENAME.texi, force all targets
9531 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9532 vip.texinfo, forms.texinfo, cl.texinfo.
9533 Add target to build texindex.c, defining `emacs'.
9534
9535 * forms.texi: Install new file to match version 2.3 of forms.el.
9536
95371993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9538
9539 * Version 19.19 released.
9540
95411993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
9542
9543 * sc.texinfo: Fix info file name.
9544
9545 * Makefile (info): Add gnus and sc.
9546 (dvi): Add gnus.dvi and sc.dvi.
9547 (../info/sc, sc.dvi): New targets.
9548
95491993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9550
9551 * Version 19.18 released.
9552
95531993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9554
9555 * Makefile: Fix source file names of the separate manuals.
9556 (gnus.dvi, ../info/gnus): New targets.
9557
95581993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9559
9560 * Version 19.17 released.
9561
95621993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9563
9564 * split-man: Fix typos in last change.
9565
95661993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9567
9568 * Version 19.16 released.
9569
95701993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9571
9572 * version 19.15 released.
9573
95741993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9575
9576 * Makefile (distclean): It's rm, not rf.
9577
95781993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9579
9580 * Version 19.14 released.
9581
95821993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9583
9584 * Makefile: New file.
9585
95861993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9587
9588 * Version 19.13 released.
9589
95901993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9591
9592 * Version 19.9 released.
9593
95941993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9595
9596 * Version 19.8 released.
9597
95981993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9599
9600 * Version 19.7 released.
9601
96021990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9603
9604 * gnus.texinfo: New file. Removed installation instructions.
9605
96061990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9607
9608 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9609
96101989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9611
9612 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
9613 then define `\sc' as the command for smallcaps in Texinfo.
9614 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
9615 made the corresponding change to makeinfo and texinfm.el.
9616
96171988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9618
9619 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9620 Customization since the menu entry did not point to anything.
9621 Also add an @finalout command to remove overfull hboxes from the
9622 printed output.
9623
9624 * cl.texinfo: Add @bye, \input line and @settitle to file.
9625 This file is clearly intended to be a chapter of some other work,
9626 but the other work does not yet exist.
9627
96281988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9629
9630 * texinfo.texinfo: Three typos corrected.
9631
4009494e 9632;; Local Variables:
c8763fb6 9633;; coding: utf-8
4009494e
GM
9634;; End:
9635
3fe7cdc8 9636 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9637
9638 This file is part of GNU Emacs.
9639
97c0352c 9640 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9641 it under the terms of the GNU General Public License as published by
97c0352c
GM
9642 the Free Software Foundation, either version 3 of the License, or
9643 (at your option) any later version.
4009494e
GM
9644
9645 GNU Emacs is distributed in the hope that it will be useful,
9646 but WITHOUT ANY WARRANTY; without even the implied warranty of
9647 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9648 GNU General Public License for more details.
9649
9650 You should have received a copy of the GNU General Public License
97c0352c 9651 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.