Move note on lack of setf functions from cl.texi to lispref
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
651af8c6
GM
12012-11-06 Glenn Morris <rgm@gnu.org>
2
3 * cl.texi (Obsolete Setf Customization):
4 Move note on lack of setf functions to lispref/variables.texi.
5
c65b407b
GM
62012-11-03 Glenn Morris <rgm@gnu.org>
7
8 * cl.texi: Further general copyedits.
685b0026
GM
9 (List Functions): Remove copy-tree, standard elisp for some time.
10 (Efficiency Concerns): Comment out examples that no longer apply.
11 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
12 (Creating Symbols, Random Numbers): De-emphasize internal
13 variables cl--gensym-counter and cl--random-state. (Bug#12788)
c65b407b 14
7fbf8f7b
GM
152012-11-02 Glenn Morris <rgm@gnu.org>
16
17 * cl.texi (Naming Conventions, Type Predicates, Macros)
18 (Predicates on Numbers): No longer mention cl-floatp-safe.
19
df43dd53
GM
202012-11-01 Glenn Morris <rgm@gnu.org>
21
22 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
23 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
24 (Macro Bindings, Blocks and Exits):
25 Acknowledge existence of lexical-binding.
26 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 27
69c1c2e6
GM
282012-10-31 Glenn Morris <rgm@gnu.org>
29
dd90fd1a
GM
30 * ert.texi (Introduction, The @code{should} Macro):
31 Refer to "cl-assert" rather than "assert".
32
69c1c2e6
GM
33 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
34 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
35 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
36 Reword, and add details of flet and labels.
87b0d8b1 37 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 38
4ddedf94
GM
392012-10-30 Glenn Morris <rgm@gnu.org>
40
41 * cl.texi (Modify Macros): Update for cl-letf changes.
42 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
43 (Setf Extensions): Partially restore note about cl-getf,
44 mainly moved to lispref/variables.texi.
45 (Property Lists): Fix cl-getf typos.
f43a5263 46 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 47
d3094168
GM
482012-10-29 Glenn Morris <rgm@gnu.org>
49
50 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 51 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 52 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
53 (Modify Macros, Multiple Values, Other Clauses):
54 Remove mentions of obsolete features.
6a07d52e 55 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 56
3c0c6155
GM
572012-10-28 Glenn Morris <rgm@gnu.org>
58
f94b04fc
GM
59 * cl.texi (Multiple Values, Common Lisp Compatibility):
60 More namespace updates.
61 (Obsolete Features): Copyedits.
62 (Obsolete Lexical Macros, Obsolete Setf Customization):
63 New subsections.
64
9c52d61d
GM
65 * cl.texi (Porting Common Lisp, Lexical Bindings):
66 Add some xrefs to the Elisp manual.
67
3c0c6155
GM
68 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
69 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
70 (Obsolete Features): New appendix. Move Lexical Bindings here.
71
5887564d
GM
722012-10-27 Glenn Morris <rgm@gnu.org>
73
e1117425
GM
74 * cl.texi: Use defmac for macros rather than defspec.
75 (Efficiency Concerns): Related copyedit.
76
5887564d
GM
77 * cl.texi (Control Structure): Update for setf now being in core.
78 (Setf Extensions): Rename from Basic Setf. Move much of the
79 former content to lispref/variables.texi.
80 (Modify Macros): Move pop, push details to lispref/variables.texi.
81 (Customizing Setf): Copyedits for setf etc being in core.
82 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
83 Further namespaces updates.
84
bdebdb64
BG
852012-10-26 Bastien Guerry <bzg@gnu.org>
86
87 * org.texi (Installation): Update the link to Org's ELPA. Also
88 don't mention org-install.el anymore as the replacement file
89 org-loaddefs.el is now loaded by org.el.
90
f956e59d
MA
912012-10-25 Michael Albinus <michael.albinus@gmx.de>
92
93 * tramp.texi (Frequently Asked Questions): Mention
94 `tramp-completion-reread-directory-timeout' for performance
95 improvement.
96
a05cb6e3
GM
972012-10-25 Glenn Morris <rgm@gnu.org>
98
99 * cl.texi: Don't mess with the TeX section number counter.
100 Use Texinfo recommended convention for quotes+punctuation.
101 (Overview, Sequence Functions): Rephrase for better line-breaking.
102 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
103 (Macro Bindings, Conditionals, Iteration, Loop Basics)
104 (Random Numbers, Mapping over Sequences, Structures)
105 (Porting Common Lisp): Further updates for cl-lib namespace.
106 (Modify Macros, Declarations, Macro Bindings, Structures):
107 Break long lines in examples.
108 (Dynamic Bindings): Update for changed progv behavior.
109 (Loop Examples, Efficiency Concerns): Markup fixes.
110 (Structures): Remove TeX margin change.
39ff2cf3 111 (Declarations): Fix typos.
a05cb6e3 112
39a58b5b
GM
1132012-10-24 Glenn Morris <rgm@gnu.org>
114
a6880551
GM
115 * cl.texi (Overview, Multiple Values, Creating Symbols)
116 (Numerical Functions): Say less/nothing about the original cl.el.
117 (Old CL Compatibility): Remove.
118 (Assertions): Remove ignore-errors (standard Elisp for some time).
119
39a58b5b
GM
120 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
121 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
122 (Efficiency Concerns, Efficiency Concerns)
123 (Common Lisp Compatibility, Old CL Compatibility):
124 Further updates for cl-lib namespace.
125
72ec96fb
PE
1262012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
127
128 Update manual for new time stamp format (Bug#12706).
129 * emacs-mime.texi (time-date): Update for new format.
130 Also, fix bogus time stamp and modernize a bit.
131
8d6510b9
GM
1322012-10-23 Glenn Morris <rgm@gnu.org>
133
134 * cl.texi: Include emacsver.texi. Use Emacs version number rather
135 than unchanging cl.el version number.
136 End all menu descriptions with a period.
137 Do not use @dfn{CL} for every instance of "CL".
138 (Overview): Remove no-runtime caveat, and note about foo* names.
139 (Usage): Use cl-lib rather than cl.
140 (Organization, Naming Conventions): Update for cl-lib.el.
141 (Installation): Remove long-irrelevant node.
142 (Program Structure, Predicates, Control Structure):
143 Start updating for cl-lib namespace.
8d6510b9
GM
144 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
145 Depend on emacsver.texi.
146
0a078f36
MA
1472012-10-09 Michael Albinus <michael.albinus@gmx.de>
148
149 * trampver.texi: Update release number.
150
a03bb33f
GM
1512012-10-06 Glenn Morris <rgm@gnu.org>
152
24636b26
GM
153 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
154 ERC version.
155 (Introduction): ERC is distributed with Emacs.
156 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
157 (Getting Started): Simplify.
158 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
159 (History): Mention ERC maintained as part of Emacs now.
160 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
161 Add dependency on emacsver.texi.
162
a03bb33f
GM
163 * erc.texi: Remove hand-written node pointers.
164
d259be38
GM
1652012-10-05 Glenn Morris <rgm@gnu.org>
166
167 * newsticker.texi (Overview, Requirements, Usage, Configuration):
168 Copyedits.
169
62a81506
CY
1702012-10-01 Eric Ludlam <zappo@gnu.org>
171
172 * ede.texi (Quick Start, Project Local Variables)
173 (Miscellaneous commands, ede-java-root, Development Overview)
174 (Detecting a Project): New nodes.
175 (Simple projects): Node deleted.
176
177 * eieio.texi (Building Classes): Some slot attributes cannot be
178 overridden.
179 (Slot Options): Remove an example.
180 (Method Invocation, Documentation): New nodes.
181
07f133bf
GM
1822012-10-01 Glenn Morris <rgm@gnu.org>
183
184 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
185 (reftex.pdf): Add dependency on emacsver.texi.
186 * reftex.texi: Don't include directory part for emacsver.texi;
187 the Makefile's -I handles it.
188
4f595e15
RA
1892012-09-30 Ralf Angeli <angeli@caeruleus.net>
190
191 Merge from standalone RefTeX repository.
192
193 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
194 with macros.
195 (Imprint): Mention Wolfgang in list of contributors.
196 (Creating Citations): Give a hint about how to
197 auto-revert the BibTeX database file when using external editors.
198 (Referencing Labels): Simplify section about reference macro
199 cycling.
200 (Options (Referencing Labels)): Adapt to new structure of
201 `reftex-ref-style-alist'.
202 (Referencing Labels, Reference Styles): Document changes in the
203 referencing functionality.
204 (Commands): Mention options for definition of header and footer in
205 BibTeX files.
206 (Options (Creating Citations)): Document
207 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
208 (Reference Styles): New section.
209 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
210 (Options (Referencing Labels)): Remove descriptions of deprecated
211 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
212 Add descriptions for `reftex-ref-style-alist' and
213 `reftex-ref-style-default-list'.
214 (Referencing Labels): Update regarding reference styles.
215 (Citation Styles): Mention support for ConTeXt.
216 (Options (Defining Label Environments)): Fix typo.
217 (Options (Creating Citations)): Document
218 `reftex-cite-key-separator'.
219
8223b1d2
BG
2202012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
221
222 * org.texi: Add description of ORG_ADD_CONTRIB to info
223 documentation. Add link to Worg for more details.
224
225 * org.texi: Clarify installation procedure. Provide link to the
226 build system description on Worg.
227
228 * org.texi: Remove reference to utils/, x11idle.c is now in
229 contrib/scripts.
230
231 * org.texi: Re-normalize to "Org mode" in manual.
232
233 * org.texi (Installation): Adapt documentation to new build
234 system. Mention GNU ELPA (since it needs to be handled like Emacs
235 built-in Org).
236
8223b1d2
BG
2372012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
238
239 * org.texi: Fix typo in description of the 'Hooks' section.
240
241 * org.texi: Add ID to the list of special properties.
242
2432012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
244
245 * org.texi (Moving subtrees): Document the ability to archive to a
246 datetree.
247
2482012-09-30 Bastien Guerry <bzg@altern.org>
249
250 * org.texi (Installation, Feedback, Batch execution): Use
251 (add-to-list 'load-path ... t) for the contrib dir.
252
253 * org.texi (results): Update documentation for ":results drawer"
254 and ":results org".
255
256 * org.texi (Column width and alignment): Fix typo.
257
258 * org.texi (Activation): Point to the "Conflicts" section.
259
260 * org.texi (Conflicts): Mention filladapt.el in the list of
261 conflicting packages.
262
263 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
264 not needed for versions of Emacs > 22.1.
265
266 * org.texi (History and Acknowledgments): Fix typo.
267
268 * org.texi (History and Acknowledgments): Add my own
269 acknowledgments.
270
271 * org.texi (Agenda commands): Document the new command and the new
272 option.
273
274 * org.texi (Agenda commands): Delete `org-agenda-action' section.
275 (Agenda commands): Reorder. Document `*' to toggle persistent
276 marks.
277
278 * org.texi (Agenda dispatcher): Mention
279 `org-toggle-agenda-sticky'.
280 (Agenda commands, Exporting Agenda Views): Fix typo.
281
282 * org.texi (Templates in contexts, Setting Options): Update to
283 reflect changes in how contexts options are processed.
284
285 * org.texi (Templates in contexts): Document the new structure of
286 the variables `org-agenda-custom-commands-contexts' and
287 `org-capture-templates-contexts'.
288
289 * org.texi (Templates in contexts): Document the new option
290 `org-capture-templates-contexts'.
291 (Storing searches): Document the new option
292 `org-agenda-custom-commands-contexts'.
293
294 * org.texi (Formula syntax for Lisp): Reformat.
295
296 * org.texi (Special properties, Column attributes)
297 (Agenda column view): Document the new special property
298 CLOCKSUM_T.
299
300 * org.texi (Template expansion): Document the new %l template.
301
302 * org.texi (Fast access to TODO states): Fix documentation about
303 allowed characters for fast todo selection.
304
305 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
306 use in `org-agenda-to-appt'.
307
308 * org.texi (Comment lines): Update wrt comments.
309
310 * org.texi (Resolving idle time): Document new keybinding.
311
312 * org.texi (Clocking commands): Document the use of S-M-<up/down>
313 on clock timestamps.
314
315 * org.texi (Fast access to TODO states): Explicitely says only
316 letters are supported as fast TODO selection keys.
317
318 * org.texi (Link abbreviations): Illustrate the use of the "%h"
319 specifier. Document the new "%(my-function)" specifier.
320
321 * org.texi (Clocking commands): New cindex.
322 (Clocking commands): Update documentation for `org-clock-in'.
323 Document `org-clock-in-last'. Mention `org-clock-out' and
324 `org-clock-in-last' as commands that can be globally bound.
325 (Resolving idle time): Document continuous clocking.
326
327 * org.texi (Top, Introduction): Fix formatting.
328 (Activation): Add index entries.
329 (Conventions): Update section.
330 (Embedded @LaTeX{}): Fix formatting.
331
332 * org.texi (Visibility cycling): Document `show-children'.
333
334 * org.texi (Using capture): Mention the `org-capture-last-stored'
335 bookmark as a way to jump to the last stored capture.
336
337 * org.texi (Uploading files): Fix typo.
338
339 * org.texi (Using capture): Document `C-0' as a prefix argument
340 for `org-capture'.
341
342 * org.texi (Agenda commands): Document persistent marks.
343
344 * org.texi (Template expansion): Update doc to reflect change.
345
346 * org.texi (Radio tables): Document the :no-escape parameter.
347
348 * org.texi (Repeated tasks): Document repeat cookies for years,
349 months, weeks, days and hours.
350
351 * org.texi (Export options): State that you can use the d: option
352 by specifying a list of drawers.
353
354 * org.texi (HTML preamble and postamble): Small doc improvement.
355
3562012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
357
358 * org.texi: The sections in the Exporting section of the manual
359 left out articles in the description of the org-export-as-*
360 commands, among other places. This patch adds them, adds a few
361 missing prepositions, and switches instances of "an HTML" to "a
362 html" for internal consistency.
363
364 * org.texi: Alter several examples of headings with timestamps in
365 them to include the timestamps in the body instead of the heading.
366
3672012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
368
369 * org.texi (Agenda dispatcher): Document sticky agenda views and
370 the new key for them.
371
3722012-09-30 Charles <millarc@verizon.net> (tiny change)
373
374 * org.texi (Advanced features): Fix error in table.
375
3762012-09-30 Feng Shu <tumashu@gmail.com>
377
378 * org.texi (@LaTeX{} fragments): Document imagemagick as an
379 alternative to dvipng.
380
3812012-09-30 François Allisson <francois@allisson.co> (tiny change)
382
383 * org.texi: Remove extra curly bracket.
384
3852012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
386
387 * org.texi (org-clock-in-last and org-clock-cancel): Update the
388 defkeys.
389
3902012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
391
392 * org.texi (Agenda commands): Fix two typos by giving
393 corresponding function names, according to
394 `org-agenda-view-mode-dispatch'.
395
3962012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
397
398 * org.texi (The spreadsheet): Fix typo.
399
4002012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
401
402 * org.texi (Tracking your habits): Point to the "Tracking TODO
403 state changes" section.
404
4052012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
406
407 * org.texi (Literal examples): Remove reference to unknown
408 `org-export-latex-minted' variable. Also simplify footnote since
409 `org-export-latex-listings' documentation is exhaustive already.
410
411 * org.texi (Plain lists): Remove reference to now hard-coded
412 `bullet' automatic rule.
413
4142012-09-30 Toby S. Cubitt <tsc25@cantab.net>
415
416 * org.texi: Updated documentation accordingly.
417
5087f097
PE
4182012-09-13 Paul Eggert <eggert@cs.ucla.edu>
419
420 * texinfo.tex: Merge from gnulib.
421
20121a26
MA
4222012-09-12 Michael Albinus <michael.albinus@gmx.de>
423
424 Sync with Tramp 2.2.6.
425
426 * tramp.texi (Bug Reports): Cleanup caches before a test run.
427
428 * trampver.texi: Update release number.
429
44677e30
PE
4302012-09-12 Paul Eggert <eggert@cs.ucla.edu>
431
432 * texinfo.tex: Merge from gnulib.
433
5a4c42ba
AA
4342012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
435
436 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
437 (bug#12096).
438
8e7046c3
JB
4392012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
440
1dcac243
JB
441 * calc.texi (Simplification modes, Conversions)
442 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
443 (The Calc Mode Line): Mention the mode line display for Basic
444 simplification mode.
445 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
446 simplifications.
447 (Basic Simplifications): Rename from "Limited Simplifications"
448 Replace "limited" by "basic" throughout.
449 (Algebraic Simplifications): Indicate that the algebraic
450 simplifications are done by default.
451 (Unsafe Simplifications): Mention `m E'.
452 (Simplification of Units): Mention `m U'.
453 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
454 (Kinds of Declarations, Functions for Declarations): Mention
455 "algebraic simplifications" instead of `a s'.
1dcac243 456 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 457
d2bd74ff
JB
4582012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
459
460 * calc.texi (Getting Started, Tutorial): Change simulated
461 Calc output to match actual output.
462 (Simplifying Formulas): Mention that algebraic simplification is now
463 the default.
464
77472261
EZ
4652012-07-28 Eli Zaretskii <eliz@gnu.org>
466
467 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
468 (Bug#12073)
469
09ae5da1
PE
4702012-07-25 Paul Eggert <eggert@cs.ucla.edu>
471
472 Prefer typical American spelling for "acknowledgment".
473 * calc.texi (History and Acknowledgments): Rename from
474 History and Acknowledgements.
475 * idlwave.texi (Acknowledgments):
476 * ses.texi (Acknowledgments):
477 * woman.texi (Acknowledgments): Rename from Acknowledgements.
478
c4444d16
PE
4792012-07-09 Paul Eggert <eggert@cs.ucla.edu>
480
481 Rename configure.in to configure.ac (Bug#11603).
482 * ede.texi (Compiler and Linker objects, ede-proj-project)
483 (ede-step-project): Prefer the name configure.ac to configure.in.
484
ef091c97
MA
4852012-07-06 Michael Albinus <michael.albinus@gmx.de>
486
487 * tramp.texi (Multi-hops): Introduce
488 `tramp-restricted-shell-hosts-alist'.
489
89b163db
G
4902012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
491
492 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
493 methods, so don't mention smtpmail here.
494
4952012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
496
497 * gnus.texi (Picons): Document gnus-picon-properties.
498
4992012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
500
501 * gnus.texi: Remove mention of compilation, as that's no longer
502 supported.
503
5042012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
505
506 * gnus.texi (Archived Messages): Mention
507 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
508
5092012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
510
511 * gnus.texi (Various Summary Stuff):
512 Remove mention of `gnus-propagate-marks'.
513
5142012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
515
516 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
517 which no longer exist.
518
5192012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
520
521 * gnus.texi (Archived Messages):
522 Document gnus-gcc-self-resent-messages.
523
5242012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
525
526 * message.texi (Mail Variables):
527 Mention the optional user parameter for X-Message-SMTP-Method.
528
5292012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
530
531 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
532
533 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
534
5352012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
536
537 * gnus.texi (Key Index): Change encoding to utf-8.
538
ac1a0ce1 5392012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
540
541 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
542
71cca84d
G
5432012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
544
545 * gnus.texi (Group Timestamp): Mention where to find documentation for
546 the `gnus-tmp-' variables (bug#11601).
547
888a7fc0
MA
5482012-06-11 Michael Albinus <michael.albinus@gmx.de>
549
550 Sync with Tramp 2.2.6-pre.
551
552 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
553 where appropriate.
554 (Ad-hoc multi-hops): New section.
555 (Remote processes): New subsection "Running remote processes on
556 Windows hosts".
557 (History): Add remote commands on Windows, and ad-hoc multi-hop
558 methods.
559 (External methods): "ControlPersist" must be set to "no" for the
560 `scpc' method.
561 (Remote processes): Add a note about `auto-revert-tail-mode'.
562 (Frequently Asked Questions): Use "scpx" in combination with
563 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
564
565 * trampver.texi: Update release number.
566
31ca4639 5672012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
568
569 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
570 compilation for html-mono.
571
0e8bbf66
PE
5722012-06-08 Paul Eggert <eggert@cs.ucla.edu>
573
574 * texinfo.tex: Merge from gnulib.
575
b8f061b3
KY
5762012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
577
578 * Makefile.in (echo-info): Don't try to install info files named
579 just ".info".
580
16af873e
GM
5812012-05-28 Glenn Morris <rgm@gnu.org>
582
c1dabff0
GM
583 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
584
16af873e
GM
585 * sc.texi: Nuke hand-written node pointers.
586 Fix top-level menu to match actual node order.
587
1d5b82ef
GM
5882012-05-27 Glenn Morris <rgm@gnu.org>
589
590 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
591 Some associated fixes, including not messing with chapno in cl.texi.
592
33017faf 5932012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
594
595 * org.texi (Durations and time values): Fix typo.
596
d14b0029
JB
5972012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
598
33017faf 599 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
600 Mention `calc-ensure-consistent-units'.
601
2f4cadd1 6022012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 603
9879e263
AS
604 * cc-mode.texi: Avoid space before macro in 4th argument of cross
605 reference commands. (Bug#11461)
606
78e91d08
AS
607 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
608
3fe7cdc8
GM
6092012-05-12 Glenn Morris <rgm@gnu.org>
610
9598ef0b
GM
611 * Makefile.in (mostlyclean): Add more TeX intermediates.
612
7d326a29
GM
613 * Makefile.in: Make it look more like the other doc Makefiles.
614 Use explicit $srcdir in all dependencies.
615 Remove cd $srcdir from rules.
616 (VPATH): Remove.
617 (infodir): Set to an absolute path.
618 (INFO_TARGETS): Use short names.
619 (mkinfodir): infodir is now absolute.
620 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
621
c7f95930 622 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 623 (.SUFFIXES): Disable implicit rules.
c7f95930 624
3fe7cdc8
GM
625 * Makefile.in (MKDIR_P): New, set by configure.
626 (mkinfodir): Use $MKDIR_P.
627
6f0652af
GM
6282012-05-07 Glenn Morris <rgm@gnu.org>
629
630 * forms.texi (Long Example): Update for changed location of files.
631
8045b906
GM
6322012-05-04 Glenn Morris <rgm@gnu.org>
633
634 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
635 (INFO_TARGETS): Use $INFO_EXT.
636 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
637 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
638 (INFO_TARGETS): Use $INFO_EXT.
639 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
640
9e7a4bcf
GM
6412012-05-02 Glenn Morris <rgm@gnu.org>
642
9aa071df
GM
643 * Makefile.in (echo-info): New phony target, used by top-level.
644
9e7a4bcf
GM
645 * viper.texi: Make direntry shorter (also it is no longer "newest").
646
647 * emacs-gnutls.texi, ert.texi, org.texi:
648 Fix dircategory, direntry to match info/dir.
649
31cc861c
GM
650 * faq.texi: Convert @inforefs to @xrefs.
651 Fix some malformed cross-references.
f9e320bb
GM
652 (File-name conventions): Shorten section name to avoid overfull line.
653 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 654
723ea6b5
TZ
6552012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
656
657 * auth.texi (Help for users): Update for .gpg file being second.
658
a8e7d6d7 6592012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
660
661 * org.texi (Agenda commands): Fix two typos: give corresponding
662 function names, according to `org-agenda-view-mode-dispatch'.
663
a8e7d6d7 6642012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
665
666 * faq.texi (Major packages and programs): Remove section.
667 There is no point listing 6 packages (cf etc/MORE.STUFF).
668 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 669
dcbf5805
MA
6702012-04-22 Michael Albinus <michael.albinus@gmx.de>
671
672 * dbus.texi (Version): New node.
673 (Properties and Annotations): Mention the object manager
674 interface. Describe dbus-get-all-managed-objects.
675 (Type Conversion): Floating point numbers are allowed, if an
676 anteger does not fit Emacs's integer range.
677 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
678 (Asynchronous Methods): Fix description of
679 dbus-call-method-asynchronously.
680 (Receiving Method Calls): Fix some minor errors. Add
681 dbus-interface-emacs.
682 (Signals): Describe unicast signals and the new match rules.
683 (Alternative Buses): Add the PRIVATE optional argument to
684 dbus-init-bus. Describe its new return value. Add dbus-setenv.
685
adee4030
GM
6862012-04-20 Glenn Morris <rgm@gnu.org>
687
688 * faq.texi (New in Emacs 24): New section.
689 (Packages that do not come with Emacs): Mention M-x list-packages.
690
35dc09a1 6912012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
692
693 * cc-mode.texi (c-offsets-alist): Correct a typo.
694
35dc09a1 6952012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
696
697 * org.texi (Deadlines and scheduling): Fix the example: the
698 DEADLINE item should come right after the headline. We enforce
699 this convention, so it is a bug not to illustrate it correctly in
700 the manual.
701
35dc09a1 7022012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
703
704 * org.texi (Agenda commands): Fix documentation bug by swapping
705 the equivalent keybindings to `org-agenda-next-line' with the ones
706 to `org-agenda-previous-line'.
707
35dc09a1 7082012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
709
710 * Makefile.in: Replace non-portable use of $< in ordinary rules.
711
e2560ea8
EZ
7122012-04-09 Eli Zaretskii <eliz@gnu.org>
713
714 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
715 emacs-gnutls.
716 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
717
6b4f4a2d
TZ
7182012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
719
250b840e 720 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
721
722 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
723
ca2c89b6
TZ
7242012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
725
726 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 727 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 728
aebd5f1a
GM
7292012-04-04 Glenn Morris <rgm@gnu.org>
730
731 * auth.texi (Secret Service API): Copyedits.
732 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
733 (Help for users, Help for developers)
734 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 735
0317dd51
MA
7362012-04-04 Michael Albinus <michael.albinus@gmx.de>
737
738 * auth.texi (Secret Service API): Add the missing text.
739
3d439cd1
CY
7402012-04-04 Chong Yidong <cyd@gnu.org>
741
742 * message.texi (Using PGP/MIME): Note that epg is now the default.
743
744 * gnus.texi: Reduce references to obsolete pgg library.
745 (Security): Note that epg is now the default.
746
747 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
748
749 * nxml-mode.texi (Completion): C-RET is no longer bound to
750 nxml-complete.
751
153ae947
BG
7522012-04-01 Jambunathan K <kjambunathan@gmail.com>
753
754 * org.texi (Customizing tables in ODT export): Correct few errors.
755
7562012-04-01 Jambunathan K <kjambunathan@gmail.com>
757
758 * org.texi (Links in ODT export): Update.
759 (Labels and captions in ODT export): New node.
760
7612012-04-01 Jambunathan K <kjambunathan@gmail.com>
762
763 * org.texi (Literal examples in ODT export): htmlfontify.el in
764 Emacs-24.1 now supports fontification. So ODT source blocks will
765 be fontified by default.
766
7672012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
768
769 * org.texi (Refiling notes): Remove duplicated keybinding.
770
7712012-04-01 Eric Schulte <eric.schulte@gmx.com>
772
773 * org.texi (noweb): Documentation of this new option to the :noweb
774 header argument.
775
7762012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
777
778 * org.texi (Header and sectioning): Add example demonstrating how
779 to use "LaTeX_CLASS_OPTIONS".
780
7812012-04-01 Eric Schulte <eric.schulte@gmx.com>
782
783 * org.texi (Noweb reference syntax): Describe the ability to
784 execute noweb references in the manual.
785
7862012-04-01 Eric Schulte <eric.schulte@gmx.com>
787
788 * org.texi (cache): Improve cache documentation when session
789 evaluation is used.
790
7912012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
792
793 * org.texi (Plain lists): Document removal.
794
7952012-04-01 Michael Brand <michael.ch.brand@gmail.com>
796
797 * org.texi: Decapitalize file name in references to Calc manual.
798
7992012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
800
801 * org.texi (Plain lists): Document removal.
802
8032012-04-01 Jambunathan K <kjambunathan@gmail.com>
804
805 * org.texi (Top, OpenDocument Text export)
806 (ODT export commands, Extending ODT export)
807 (Images in ODT export, Tables in ODT export)
808 (Configuring a document converter): Add or Update.
809
8102012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
811
812 * org.texi (MobileOrg): Change the wording to reflect that the
813 Android Version is no longer just the little brother of the iOS
814 version.
815
8162012-04-01 Eric Schulte <eric.schulte@gmx.com>
817
818 * org.texi (Key bindings and useful functions): Updated babel key
819 binding documentation in manual.
820
8212012-04-01 Eric Schulte <eric.schulte@gmx.com>
822
823 * org.texi (noweb): Document new noweb header value.
824
8252012-04-01 Eric Schulte <eric.schulte@gmx.com>
826
827 * org.texi (noweb-sep): Document new header argument.
828
8292012-04-01 Eric Schulte <eric.schulte@gmx.com>
830
831 * org.texi (noweb-ref): Documentation of this new custom variable.
832
8332012-04-01 Eric Schulte <eric.schulte@gmx.com>
834
835 * org.texi (wrap): Update the new :wrap documentation to match the
836 current implementation.
837
8382012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
839
840 * org.texi: Added documentation for :wrap.
841
8422012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
843
844 * org.texi: #+RESULTS now user-configurable.
845
8462012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
847
848 * org.texi: Documented :noweb no-export.
849
8502012-04-01 Thomas Dye <dk@poto.local>
851
852 * org.texi: Edit :noweb no header argument for correctness.
853
8542012-04-01 Bastien Guerry <bzg@altern.org>
855
856 * org.texi (Customization): Update the approximate number of Org
857 variables.
858
8592012-04-01 Thomas Dye <dk@poto.local>
860
861 * org.texi: The :results wrap produces a drawer instead of a
862 begin_results block.
863
005a89ff
G
8642012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
865
866 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
867 reflect the new default.
868
589ce070
EZ
8692012-03-10 Eli Zaretskii <eliz@gnu.org>
870
871 * info.texi (Expert Info): Move the index entry for "Texinfo" from
872 "Getting Started" to this node. (Bug#10450)
873
a5392527
CY
8742012-03-10 Chong Yidong <cyd@gnu.org>
875
8ae818e4
CY
876 * flymake.texi (Example -- Configuring a tool called via make):
877 Mention the Automake COMPILE variable (Bug#8715).
878
a5392527
CY
879 * info.texi (Getting Started): Add an index entry (Bug#10450).
880
d49902e4
MA
8812012-03-02 Michael Albinus <michael.albinus@gmx.de>
882
883 * dbus.texi (Signals): Known names will be mapped onto unique
884 names, when registering for signals.
885
53eced6d
GM
8862012-02-29 Glenn Morris <rgm@gnu.org>
887
bcd6cd23
GM
888 * url.texi: Fix quote usage in body text.
889
775b55af
GM
890 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
891
53eced6d
GM
892 * cl.texi: Use @code{} in menus when appropriate.
893
44e97401
GM
8942012-02-28 Glenn Morris <rgm@gnu.org>
895
896 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
897 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
898 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
899 * org.texi, sc.texi, vip.texi, viper.texi:
900 Standardize possessive apostrophe usage.
901
fa9a0855
CY
9022012-02-26 Chong Yidong <cyd@gnu.org>
903
904 * ediff.texi (Quick Help Commands): Add a couple of index entries
905 (Bug#10834).
906
0fd2c9a3
GM
9072012-02-17 Glenn Morris <rgm@gnu.org>
908
909 * gnus.texi (Posting Styles):
910 * remember.texi (Org): Fix cross-refs to other manuals.
911
9f26dc24
GM
9122012-02-15 Glenn Morris <rgm@gnu.org>
913
914 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
915 (Encryption): New chapter, split out from previous.
916
3d2af193
LI
9172012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
918
919 * gnus.texi (Customizing the IMAP Connection): Mention
920 nnimap-record-commands.
921
b74c9672
GM
9222012-02-10 Glenn Morris <rgm@gnu.org>
923
924 * url.texi (Retrieving URLs): Update url-retrieve arguments.
925 Mention url-queue-retrieve.
926
2ebc3b94
GM
9272012-02-09 Glenn Morris <rgm@gnu.org>
928
9fcfcdef
GM
929 * sem-user.texi (Semantic mode user commands): Typo fix.
930
2ebc3b94
GM
931 * info.texi (Create Info buffer): Mention info-display-manual.
932
7c4bbb69
LI
9332012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
934
935 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
936 example (modified from an example by Michael Albinus).
937
debce7bc
G
9382012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
939
940 * gnus.texi (Agent Basics): Fix outdated description of
941 `gnus-agent-auto-agentize-methods'.
942
b207a4ec
AS
9432012-01-28 Andreas Schwab <schwab@linux-m68k.org>
944
945 * cc-mode.texi: Always @defindex ss.
946 (Config Basics): Fix argument of @itemize.
947 (Macro Backslashes): Add @code around index entry.
948
b8fe8712
GM
9492012-01-23 Glenn Morris <rgm@gnu.org>
950
951 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
952
02dc2fd7
EH
9532012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
954
955 * tramp.texi (File): Tweak wording for the `scpc' option.
956
e7719ea1
G
9572012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
958
959 * gnus.texi (Group Parameters): Really note precedence.
960
9937bef4
G
9612012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
962
963 * gnus.texi (Group Parameters): Note precedence.
964
e66ba1df
BG
9652012-01-03 Eric Schulte <eric.schulte@gmx.com>
966
967 * org.texi (Noweb reference syntax): Adding documentation of
968 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
969 variable.
970
9712012-01-03 Bastien Guerry <bzg@gnu.org>
972
973 * org.texi (Plain lists): Split the table to fix the display
974 of items.
975
9762012-01-03 Bastien Guerry <bzg@gnu.org>
977
978 * org.texi (Plain lists): Fix misplaced explanation.
979
9802012-01-03 Bastien Guerry <bzg@gnu.org>
981
982 * org.texi (Plain lists, Agenda files): Add index entries.
983
9842012-01-03 Julian Gehring <julian.gehring@googlemail.com>
985
986 * org.texi: Use "Org mode" instead of alternatives like
987 "Org-mode" or "org-mode".
988
9892012-01-03 Bernt Hansen <bernt@norang.ca>
990
991 * org.texi (Agenda commands): Document
992 `org-clock-report-include-clocking-task'.
993
9942012-01-03 Bastien Guerry <bzg@gnu.org>
995
996 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
997 C-c' on checkboxes.
998
9992012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1000
1001 * org.texi: End sentences with two spaces.
1002
10032012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1004
1005 * org.texi (External links): Document the link types file+sys
1006 and file+emacs, slightly narrow used page width.
1007
10082012-01-03 Eric Schulte <eric.schulte@gmx.com>
1009
1010 * org.texi (colnames): Note that colnames behavior may differ
1011 across languages.
1012
10132012-01-03 Bastien Guerry <bzg@gnu.org>
1014
1015 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1016
10172012-01-03 Thomas Dye <dk@poto.westell.com>
1018
1019 * org.texi: Augmented discussion of babel property
1020 inheritance. Put footnote outside sentence ending period.
1021
10222012-01-03 Eric Schulte <schulte.eric@gmail.com>
1023
1024 * org.texi (eval): Documenting the full range of :eval header
1025 argument values.
1026
10272012-01-03 Eric Schulte <schulte.eric@gmail.com>
1028
1029 * org.texi (eval): Documentation of the new :eval option.
1030
10312012-01-03 Thomas Dye <dk@poto.local>
1032
1033 * org.texi: Add accumulated properties.
1034
10352012-01-03 Thomas Dye <dk@poto.local>
1036
1037 * org.texi: Documented no spaces in name=assign, another
1038 correction to :var table.
1039
10402012-01-03 Thomas Dye <dk@poto.local>
1041
1042 * org.texi: Changed DATA to NAME in Working With Source Code
1043 section.
1044
10452012-01-03 Tom Dye <tsd@tsdye.com>
1046
1047 * org.texi: Minor change to :var table.
1048
10492012-01-03 Tom Dye <tsd@tsdye.com>
1050
1051 * org.texi: More changes to :var table (some examples were wrong).
1052
10532012-01-03 Tom Dye <tsd@tsdye.com>
1054
1055 * org.texi: Cleaned up :var table.
1056
10572012-01-03 Bastien Guerry <bzg@gnu.org>
1058
1059 * org.texi (Timestamps, Weekly/daily agenda)
1060 (Weekly/daily agenda): Add @cindex for "appointment".
1061
10622012-01-03 Eric Schulte <schulte.eric@gmail.com>
1063
1064 * org.texi (Literal examples): A new link to the template for
1065 inserting empty code blocks.
1066 (Structure of code blocks): A new link to the template for
1067 inserting empty code blocks.
1068
10692012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1070
1071 * org.texi (External links): Add footnote on how the behavior
1072 of the text search in Org files are controled by the variable
1073 `org-link-search-must-match-exact-headline'.
1074
10752012-01-03 Eric Schulte <schulte.eric@gmail.com>
1076
1077 * org.texi (Buffer-wide header arguments): Update
1078 documentation to reflect removal of #+PROPERTIES.
1079
10802012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1081
1082 * org.texi (The clock table): Mention that ACHIVED trees
1083 contribute to the clock table.
1084
10852012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1086
1087 * org.texi (Conflicts): Better yasnippet config info.
1088
10892012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1090
1091 * org.texi (Selective export): Explicitely mention the default
1092 values for `org-export-select-tags',
1093 `org-export-exclude-tags'.
1094
10952012-01-03 Tom Dye <tsd@tsdye.com>
1096
1097 * org.texi: Added a line to specify that header arguments are
1098 lowercase.
1099
11002012-01-03 Tom Dye <tsd@tsdye.com>
1101
1102 * org.texi: :var requires default value when declared.
1103
11042012-01-03 Bastien Guerry <bzg@gnu.org>
1105
1106 * org.texi (Handling links): Add a note about the
1107 `org-link-frame-setup' option.
1108
11092012-01-03 David Maus <dmaus@ictsoc.de>
1110
1111 * org.texi (Exporting Agenda Views, Extracting agenda
1112 information): Fix command line syntax, quote symbol parameter
1113 values.
1114
11152012-01-03 David Maus <dmaus@ictsoc.de>
1116
1117 * org.texi (Exporting Agenda Views): Fix command line syntax.
1118
8d80ef01
PE
11192011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1120
1121 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1122 Use octal notation for file permissions, which are normally
1123 thought of in octal.
1124 (Mail Back End Variables): Use more-plausible modes in example.
1125
47d42d81
AM
11262011-12-20 Alan Mackenzie <acm@muc.de>
1127
1128 * cc-mode.texi: Update version string 5.31 -> 5.32.
1129
a98edce9
JB
11302011-12-06 Juanma Barranquero <lekktu@gmail.com>
1131
1132 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1133
321decc8
GM
11342011-11-24 Glenn Morris <rgm@gnu.org>
1135
1136 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1137
f8107b79
JB
11382011-11-24 Juanma Barranquero <lekktu@gmail.com>
1139
1140 * makefile.w32-in: Update dependencies.
1141
f5a96a4f
GM
11422011-11-20 Glenn Morris <rgm@gnu.org>
1143
1144 * gnus.texi (Group Information):
1145 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1146
cd1181db
JB
11472011-11-20 Juanma Barranquero <lekktu@gmail.com>
1148
1149 * gnus-coding.texi (Gnus Maintenance Guide):
1150 Rename from "Gnus Maintainance Guide".
1151
1152 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1153 * eieio.texi (Customizing):
fe7a3057
JB
1154 * gnus.texi (Article Washing):
1155 * gnus-news.texi:
1156 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 1157
7877f373
JB
11582011-11-16 Juanma Barranquero <lekktu@gmail.com>
1159
1160 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1161
0d26e0b6
JB
11622011-11-15 Juanma Barranquero <lekktu@gmail.com>
1163
c7015153
JB
1164 * ede.texi (project-am-texinfo):
1165 * gnus.texi (Sending or Not Sending):
1166 * org.texi (Template elements): Fix typos.
0d26e0b6 1167
0b381c7e
JB
11682011-11-14 Juanma Barranquero <lekktu@gmail.com>
1169
1170 * ediff.texi (Hooks):
c7015153 1171 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 1172
40a8bdf6
JB
11732011-11-11 Juanma Barranquero <lekktu@gmail.com>
1174
1175 * semantic.texi (Tag handling): Fix typo.
1176
57dda3bb
KY
11772011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1178
1179 * gnus.texi (Other Gnus Versions): Remove.
1180
52bedd34
AM
11812011-10-28 Alan Mackenzie <acm@muc.de>
1182
1183 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1184 (Other Special Indentations): Add an xref to "Macros with ;".
1185 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1186 "Macros with ;".
1187 (Macros with ;): New page.
1188
00b77525
GM
1189 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1190 Document the new handling of nested scopes for movement by defuns.
52bedd34 1191
4a623313
MA
11922011-10-23 Michael Albinus <michael.albinus@gmx.de>
1193
1194 Sync with Tramp 2.2.3.
1195
1196 * trampver.texi: Update release number.
1197
466a320e
GM
11982011-10-14 Glenn Morris <rgm@gnu.org>
1199
1200 * ert.texi (Introduction, How to Run Tests)
1201 (Running Tests Interactively, Expected Failures)
1202 (Tests and Their Environment, Useful Techniques)
1203 (Interactive Debugging, Fixtures and Test Suites):
1204 Minor rephrasings.
1205 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1206 (Running Tests in Batch Mode): Simplify loading instructions.
1207 (Test Selectors): Clarify some selectors.
1208 (Expected Failures, Useful Techniques):
1209 Make examples fit in 80 columns.
1210
2be4956d
JB
12112011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1212
1213 * calc.texi (Basic Operations on Units): Discuss temperature
1214 conversion (`u t') alongside with other unit conversions ('u c').
1215
7359a765
GM
12162011-10-12 Glenn Morris <rgm@gnu.org>
1217
1218 * ert.texi: Whitespace trivia to make main menu items line up better.
1219
a0c52e5d
GM
12202011-10-08 Glenn Morris <rgm@gnu.org>
1221
1222 * Makefile.in: Fix ert rules.
1223
465d0300
G
12242011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1225
1226 * gnus.texi (Gnus Utility Functions): Add more references and
1227 explanations (bug#9683).
1228
a5166359
LMI
12292011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1230
1231 * gnus.texi (Archived Messages): Note the default (bug#9552).
1232
b523dc20
BW
12332011-09-21 Bill Wohler <wohler@newt.com>
1234
1235 Release MH-E manual version 8.3.
1236
58179cce 1237 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
1238 release 8.3.
1239 (Preface): Updated support information.
bd7239f5 1240 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
1241 historical quote, the tense should be correct in the time that it
1242 was written.
1243
0afb49a1
LMI
12442011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1245
1246 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1247 (Finding the News): Doc clarification.
1248 (Terminology): Mention naming.
1249
e21bac42
G
12502011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1251
1252 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1253 (Interactive): Document `quiet'.
1254
5b409b39 12552011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 1256
bd7239f5 1257 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 1258
5b409b39 12592011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1260
bd7239f5 1261 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
1262 scope for `org-map-entries'.
1263
5b409b39 12642011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1265
1266 * org.texi (Visibility cycling): Document `org-copy-visible'.
1267
5b409b39 12682011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1269
bd7239f5 1270 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
1271 proper order.
1272
5b409b39 12732011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1274
1275 * org.texi (eval): Expand discussion of the :eval header argument.
1276
5b409b39 12772011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1278
1279 * org.texi (Languages): Add Lilypond and Awk as supported
1280 languages.
1281
5b409b39 12822011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 1283
bd7239f5 1284 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
1285 LOG_INTO_DRAWER can be used to override the contents of variable
1286 org-clock-into-drawer (or if unset, org-log-into-drawer).
1287
bd7239f5 1288 * org.texi: Replace @xref->@pxref.
3ab2c837 1289
5b409b39 12902011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1291
1292 * org.texi (Evaluating code blocks): Documenting the new option
1293 for inline call lines.
1294
5b409b39 12952011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1296
1297 * org.texi (Results of evaluation): More explicit about the
1298 mechanism through which interactive evaluation of code is
1299 performed.
1300
5b409b39 13012011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1302
1303 * org.texi (noweb-ref): New header argument documentation.
1304
5b409b39 13052011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1306
1307 * org.texi (Extracting source code): Documentation of the new
1308 org-babel-tangle-named-block-combination variable.
1309
5b409b39 13102011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1311
bd7239f5 1312 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 1313 behavior of multiple blocks of the same name is undefined.
3ab2c837 1314
5b409b39 13152011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
1316
1317 * org.texi (TaskJuggler export): Modify the example to reflect the
1318 new effort durations.
1319
5b409b39 13202011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1321
1322 * org.texi (Images in LaTeX export): Escape curly brackets in
1323 LaTeX example.
1324
5b409b39 13252011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1326
1327 * org.texi (The clock table): Document the :properties and
1328 :inherit-props arguments for the clocktable.
1329
5b409b39 13302011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1331
1332 * org.texi (Tables in LaTeX export): Document specifying placement
1333 options for tables.
1334
5b409b39 13352011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1336
1337 * org.texi (Evaluating code blocks): More specific documentation
1338 about the different types of header arguments.
1339
5b409b39 13402011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
1341
1342 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1343
5b409b39 13442011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1345
1346 * org.texi (Built-in table editor): Document the table field
1347 follow mode.
1348
5b409b39 13492011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1350
1351 * org.texi (Easy Templates): Document new template.
1352
5b409b39 13532011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1354
1355 * org.texi (Literal examples): Add a cross-reference from "Literal
1356 Examples" to "Easy Templates."
1357
5b409b39 13582011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1359
1360 * org.texi (The clock table): Add link to match syntax.
1361
5b409b39 13622011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1363
1364 * org.texi (Agenda commands): Document clock consistency checks.
1365
5b409b39 13662011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1367
1368 * org.texi (Built-in table editor): Document that \vert represents
1369 a vertical bar in a table field.
1370
5b409b39 13712011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1372
1373 * org.texi (Literal examples): Link from "Markup" > "Literate
1374 Examples" to "Working with Source Code".
1375
5b409b39 13762011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1377
1378 * org.texi (Agenda commands): Doc for function option to bulk
1379 action.
1380
5b409b39 13812011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1382
1383 * org.texi (Template expansion): Document new %<...> template
1384 escape.
1385
5b409b39 13862011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1387
1388 * org.texi (Selective export): Document exclusion of any tasks
1389 from export.
1390
5b409b39 13912011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1392
1393 * org.texi (Selective export): Document how to exclude DONE tasks
1394 from export.
1395 (Publishing options): Document the properties to be used to turn off
1396 export of DONE tasks.
1397
5b409b39 13982011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1399
1400 * org.texi (The date/time prompt): Document date range protection.
1401
5b409b39 14022011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1403
1404 * org.texi (padline): Documentation of the new padline header
1405 argument.
1406
5b409b39 14072011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1408
1409 * org.texi (var): Adding "[" to list of characters triggering
1410 elisp evaluation.
1411
5b409b39 14122011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1413
1414 * org.texi (var): Documentation of Emacs Lisp evaluation during
1415 variable assignment.
1416
5b409b39 14172011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1418
1419 * org.texi (colnames): Reference indexing into variables, and note
1420 that colnames are *not* removed before indexing occurs.
1421 (rownames): Reference indexing into variables, and note that
1422 rownames are *not* removed before indexing occurs.
1423
5b409b39 14242011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1425
1426 * org.texi (var): Clarification of indexing into tabular
1427 variables.
1428
5b409b39 14292011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1430
1431 * org.texi (results): Documentation of the `:results wrap' header
1432 argument.
1433
5b409b39 14342011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1435
bd7239f5 1436 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
1437 of the LaTeX export: the org file has to be properly structured.
1438
5b409b39 14392011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1440
1441 * org.texi (Dynamic blocks, Structure editing): Mention
1442 the function `org-narrow-to-block'.
1443
5b409b39 14442011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1445
1446 * org.texi (Languages): Updating list of code block supported
1447 languages.
1448
5b409b39 14492011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1450
1451 * org.texi (Special properties): CATEGORY is a special property,
1452 but it may also used in the drawer.
1453
5b409b39 14542011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1455
1456 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1457
5b409b39 14582011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1459
1460 * org.texi (Include files): Document :lines.
1461
5b409b39 14622011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1463
1464 * org.texi (comments): Documentation of the ":comments noweb" code
1465 block header argument.
1466
5b409b39 14672011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1468
1469 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1470 added extra whitespace around functions to be consistent with the
1471 rest of the section.
1472
5b409b39 14732011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1474
0b381c7e 1475 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
1476 #+call: line syntax.
1477 (Header arguments in function calls): Expanded discussion of
1478 #+call: line syntax.
1479
5b409b39 14802011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1481
1482 * org.texi (Evaluating code blocks): More explicit about how to
1483 pass variables to #+call lines.
1484
5b409b39 14852011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1486
1487 * org.texi (Results of evaluation): Link to the :results header
1488 argument list from the "Results of evaluation" section.
1489
5b409b39 14902011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1491
1492 * org.texi (Conflicts): Adding additional information about
1493 resolving org/yasnippet conflicts.
1494
5b409b39 14952011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1496
1497 * org.texi (Publishing options): Document style-include-scripts
1498 publishing project property.
1499
5b409b39 15002011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1501
1502 * org.texi (Sparse trees): Document the next-error /
1503 previous-error functionality.
1504
5b409b39 15052011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1506
1507 * org.texi (cache): Improved documentation of code block caches.
1508
5b409b39 15092011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1510
1511 * org.texi (Code block specific header arguments): Documentation
1512 of multi-line header arguments.
1513
5b409b39 15142011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1515
1516 * org.texi (Code evaluation security): Add example for using a
1517 function.
1518
5b409b39 15192011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1520
1521 * org.texi (Tables in LaTeX export): Documentation of new
1522 attr_latex options for tables.
1523
5b409b39
BG
15242011-08-03 Michael Albinus <michael.albinus@gmx.de>
1525
1526 * trampver.texi: Update release number.
1527
15282011-07-30 Michael Albinus <michael.albinus@gmx.de>
1529
1530 Sync with Tramp 2.2.2.
1531
1532 * trampver.texi: Update release number.
1533
064e2d08
LMI
15342011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1535
1536 * flymake.texi (Example -- Configuring a tool called via make):
1537 Use /dev/null instead of the Windows "nul" (bug#8715).
1538
b8151e9c
LMI
15392011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1540
1541 * widget.texi (Setting Up the Buffer): Remove mention of the
1542 global keymap parent, which doesn't seem to be accurate
1543 (bug#7045).
1544
5b409b39
BG
15452011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1546
1547 * org.texi (Special agenda views): Fix double quoting (bug#3509).
1548
c0a8ae95
KR
15492010-07-10 Kevin Ryde <user42@zip.com.au>
1550
1551 * cl.texi (For Clauses): Add destructuring example processing an
1552 alist (bug#6596).
1553
ac6531ad
LMI
15542011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1555
1556 * ediff.texi (Major Entry Points): Remove mention of `require',
1557 since that's not pertinent in the installed Emacs (bug#9016).
1558
d30dd079
G
15592011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1560
1561 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
1562 (Filtering New Groups): Clarify how simple the "options -n" format is.
1563 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1564 is internal.
d30dd079 1565
862c0d68
MA
15662011-07-04 Michael Albinus <michael.albinus@gmx.de>
1567
1568 * tramp.texi (Cleanup remote connections): Add
1569 `tramp-cleanup-this-connection'.
1570
cd865a33
G
15712011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1572
1573 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1574 zombies.
1575 (Checking New Groups): Ditto (bug#8974).
7d1738f1 1576 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
1577
15782011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1579
1580 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1581 backups, and not actual vc (bug#8975).
1582
79414ae4
KR
15832011-07-03 Kevin Ryde <user42@zip.com.au>
1584
1585 * cl.texi (For Clauses): @items for hash-values and key-bindings
1586 to make them more visible when skimming. Add examples of `using'
1587 clause to them, examples being clearer than a description in
1588 words (bug#6599).
1589
847ccf7c
AM
15902011-07-01 Alan Mackenzie <acm@muc.de>
1591
1592 * cc-mode.texi (Guessing the Style): New page.
1593 (Styles): Add a short introduction to above.
1594
3da13bb9
DD
15952011-06-28 Deniz Dogan <deniz@dogan.se>
1596
1597 * rcirc.texi (Configuration): Bug-fix:
1598 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1599 Reported by Elias Pipping <pipping@exherbo.org>.
1600
60a0884e
G
16012011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1602
1603 * gnus.texi (Summary Mail Commands): Document
1604 `gnus-summary-reply-to-list-with-original'.
1605
0c7efc08
SM
16062011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1607
1608 * eshell.texi (Known problems): Fix typo.
1609
ea3596a2
MA
16102011-06-12 Michael Albinus <michael.albinus@gmx.de>
1611
0c7efc08 1612 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1613 (Password handling): `auth-source-debug' is good for debug messages.
1614
2da9c605
G
16152011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1616
1617 * gnus.texi (Store custom flags and keywords): Refer to
1618 `gnus-registry-article-marks-to-{chars,names}' instead of
1619 `gnus-registry-user-format-function-{M,M2}'.
1620
e61923c8
GM
16212011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1622
1623 * texinfo.tex: Merge from gnulib.
1624
627abcdd
TZ
16252011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1626
1627 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1628 (Store custom flags and keywords):
1629 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1630 `gnus-registry-user-format-function-M2'.
1631
a3c92bc1
EZ
16322011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1633
8f906c40 1634 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1635
85d870a9
GM
16362011-05-17 Glenn Morris <rgm@gnu.org>
1637
1638 * gnus.texi (Face): Fix typo.
1639
2cdee799
GM
16402011-05-14 Glenn Morris <rgm@gnu.org>
1641
1642 * dired-x.texi (Omitting Examples): Minor addition.
1643
79b70037
GM
16442011-05-10 Jim Meyering <meyering@redhat.com>
1645
1646 * ede.texi: Fix typo "or or -> or".
1647
a7111a62 16482011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1649
1650 * gnus.texi (Summary Buffer Lines):
1651 gnus-summary-user-date-format-alist does not exist.
1652 (Sorting the Summary Buffer): More about sorting threads.
1653
69026aba
MA
16542011-04-25 Michael Albinus <michael.albinus@gmx.de>
1655
1656 * trampver.texi: Update release number.
1657
9024ff79
MA
16582011-04-14 Michael Albinus <michael.albinus@gmx.de>
1659
1660 * tramp.texi (Frequently Asked Questions): New item for disabling
1661 Tramp in other packages.
1662
c3c65d73
TZ
16632011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1664
1665 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1666 (Fancy splitting to parent, Store arbitrary data):
1667 Updated gnus-registry docs.
c3c65d73 1668
9ec6a317
JB
16692011-04-13 Juanma Barranquero <lekktu@gmail.com>
1670
1671 * ede.texi: Fix typos.
1672
1e3b6001
G
16732011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1674
9ec6a317
JB
1675 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1676 It's @table @code.
1e3b6001 1677
a5954fa5
G
16782011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1679
ed9265fc 1680 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 1681
d71990a1
JB
16822011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1683
1684 * calc.texi (Logarithmic Units): Update the function names.
1685
1518e4f0
G
16862011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1687
1688 * message.texi (Various Commands): Document format specs in the
1689 ellipsis.
1690
a123622d
G
16912011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1692
1693 * message.texi (Insertion Variables): Document message-cite-style.
1694
16952011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1696
1697 * tramp.texi (Remote processes): New subsection "Running shell on
1698 a remote host".
1699
4248cca2
TZ
17002011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1701
1702 * auth.texi (Help for developers): Update docs to explain that the
1703 :save-function will only run the first time.
1704
54ce11a1
GM
17052011-03-12 Glenn Morris <rgm@gnu.org>
1706
1707 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1708 (emacs-faq.text): New target.
1709 (clean): Add emacs-faq.
1710
0c3b25f8
MA
17112011-03-12 Michael Albinus <michael.albinus@gmx.de>
1712
1713 Sync with Tramp 2.2.1.
1714
1715 * trampver.texi: Update release number.
1716
b740639e
GM
17172011-03-11 Glenn Morris <rgm@gnu.org>
1718
1719 * Makefile.in (HTML_TARGETS): New.
1720 (clean): Delete $HTML_TARGETS.
1721 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1722
733afdf4
TZ
17232011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1724
1725 * auth.texi (Help for developers): Show example of using
1726 `auth-source-search' with prompts and :save-function.
1727
33383987
JB
17282011-03-07 Chong Yidong <cyd@stupidchicken.com>
1729
1730 * Version 23.3 released.
1731
a5057546
G
17322011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1733
1734 * message.texi (Message Buffers): Update default value of
1735 message-generate-new-buffers.
1736
479a2c9b
JB
17372011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1738
1739 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1740 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1741 respectively.
05a29101
JB
1742 (Musical Notes): New section.
1743 (Customizing Calc): Mention the customizable variable
1744 calc-note-threshold.
479a2c9b 1745
e0535b76
GM
17462011-03-03 Glenn Morris <rgm@gnu.org>
1747
1748 * url.texi (Dealing with HTTP documents): Remove reference to
1749 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1750 (Configuration): Update url-configuration-directory description.
e0535b76 1751
2777ccbf
GM
17522011-03-02 Glenn Morris <rgm@gnu.org>
1753
1754 * dired-x.texi (Multiple Dired Directories): Remove mentions
1755 of dired-default-directory-alist and dired-default-directory.
1756 Move dired-smart-shell-command here...
1757 (Miscellaneous Commands): ... from here.
1758
257219bd
PE
17592011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1760
1761 * texinfo.tex: Update to version 2011-02-24.09.
1762
8889f4e2
GM
17632011-03-02 Glenn Morris <rgm@gnu.org>
1764
1765 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1766 instead of the obsoleted dired-omit-here-always.
1767
5d41af19
MA
17682011-02-28 Michael Albinus <michael.albinus@gmx.de>
1769
1770 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1771 supported systems.
1772
2b0c7330 17732011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1774
61cf3a76
GM
1775 * dbus.texi (Type Conversion): Grammar fix.
1776
cce7d530 17772011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1778
cce7d530
GM
1779 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1780 "Debian GNU/Linux".
51a13bdd 1781
cce7d530
GM
1782 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1783
817b48a7
GM
17842011-02-23 Glenn Morris <rgm@gnu.org>
1785
cce7d530
GM
1786 * dired-x.texi (Features): Minor rephrasing.
1787 (Local Variables): Fix typos.
47301027
GM
1788
1789 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1790 Standardize some Emacs/XEmacs terminology.
1791
817b48a7
GM
1792 * dired-x.texi (Features): Don't advertise obsolete local variables.
1793 Simplify layout.
1794 (Omitting Variables): Update local variables example.
1795 (Local Variables): Say this is obsolete. Fix description of
1796 dired-enable-local-variables possible values.
1797
4a3988d5
G
17982011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1799
1800 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1801 default now.
1802
8e22bee0
G
18032011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1804
1805 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1806
06b840e0
LI
18072011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1808
1809 * gnus.texi (Window Layout): Document layout names.
1810
67ab0163 18112011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1812
1813 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1814 * auth.texi: Sync @dircategory with ../../info/dir.
1815 * autotype.texi: Sync @dircategory with ../../info/dir.
1816 * calc.texi: Sync @dircategory with ../../info/dir.
1817 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1818 * cl.texi: Sync @dircategory with ../../info/dir.
1819 * dbus.texi: Sync @dircategory with ../../info/dir.
1820 * dired-x.texi: Sync @dircategory with ../../info/dir.
1821 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1822 * ede.texi: Sync @dircategory with ../../info/dir.
1823 * ediff.texi: Sync @dircategory with ../../info/dir.
1824 * edt.texi: Sync @dircategory with ../../info/dir.
1825 * eieio.texi: Sync @dircategory with ../../info/dir.
1826 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1827 * epa.texi: Sync @dircategory with ../../info/dir.
1828 * erc.texi: Sync @dircategory with ../../info/dir.
1829 * eshell.texi: Sync @dircategory with ../../info/dir.
1830 * eudc.texi: Sync @dircategory with ../../info/dir.
1831 * flymake.texi: Sync @dircategory with ../../info/dir.
1832 * forms.texi: Sync @dircategory with ../../info/dir.
1833 * gnus.texi: Sync @dircategory with ../../info/dir.
1834 * idlwave.texi: Sync @dircategory with ../../info/dir.
1835 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1836 * message.texi: Sync @dircategory with ../../info/dir.
1837 * mh-e.texi: Sync @dircategory with ../../info/dir.
1838 * newsticker.texi: Sync @dircategory with ../../info/dir.
1839 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1840 * org.texi: Sync @dircategory with ../../info/dir.
1841 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1842 * pgg.texi: Sync @dircategory with ../../info/dir.
1843 * rcirc.texi: Sync @dircategory with ../../info/dir.
1844 * reftex.texi: Sync @dircategory with ../../info/dir.
1845 * remember.texi: Sync @dircategory with ../../info/dir.
1846 * sasl.texi: Sync @dircategory with ../../info/dir.
1847 * sc.texi: Sync @dircategory with ../../info/dir.
1848 * semantic.texi: Sync @dircategory with ../../info/dir.
1849 * ses.texi: Sync @dircategory with ../../info/dir.
1850 * sieve.texi: Sync @dircategory with ../../info/dir.
1851 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1852 * speedbar.texi: Sync @dircategory with ../../info/dir.
1853 * trampver.texi [emacs]: Set emacsname to "Emacs".
1854 * tramp.texi: Sync @dircategory with ../../info/dir.
1855 * url.texi: Sync @dircategory with ../../info/dir.
1856 * vip.texi: Sync @dircategory with ../../info/dir.
1857 * viper.texi: Sync @dircategory with ../../info/dir.
1858 * widget.texi: Sync @dircategory with ../../info/dir.
1859 * woman.texi: Sync @dircategory with ../../info/dir.
1860
30abce25
GM
18612011-02-19 Glenn Morris <rgm@gnu.org>
1862
0c7efc08
SM
1863 * dired-x.texi (Technical Details): No longer redefines
1864 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1865 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1866
f31f8469
GM
18672011-02-18 Glenn Morris <rgm@gnu.org>
1868
1869 * dired-x.texi (Optional Installation File At Point): Simplify.
1870
35123c04
TZ
18712011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1872
1873 * auth.texi (Help for users): Use :port instead of :protocol for all
1874 auth-source docs.
7ba93e94
G
1875 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1876 to have two files in `auth-sources'.
35123c04 1877
da5e0ce4
GM
18782011-02-16 Glenn Morris <rgm@gnu.org>
1879
b322c9af
GM
1880 * dired-x.texi: Use emacsver.texi to get Emacs version.
1881 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1882 Depend on emacsver.texi.
1883
07ca5555
GM
1884 * dired-x.texi: Drop meaningless version number.
1885 (Introduction): Remove old info.
1886 (Optional Installation Dired Jump): Autoload from dired-x.
1887 Remove incorrect info about loaddefs.el.
1888 (Bugs): Just refer to M-x report-emacs-bug.
1889
da5e0ce4
GM
1890 * dired-x.texi (Multiple Dired Directories): Update for rename of
1891 default-directory-alist.
1892 (Miscellaneous Commands): No longer mention very old VM version 4.
1893
bb55f713
PE
18942011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1895
1896 Merge from gnulib.
1897 * texinfo.tex: Update to version 2011-02-14.11.
1898
5415d076
G
18992011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1900
da5e0ce4
GM
1901 * auth.texi (Help for users):
1902 Login collection is "Login" and not "login".
5415d076 1903
14029d4b
MA
19042011-02-13 Michael Albinus <michael.albinus@gmx.de>
1905
1906 * tramp.texi (History): Remove IMAP support.
1907 (External methods, Frequently Asked Questions): Remove `imap' and
1908 `imaps' methods.
1909 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1910
1911 * trampver.texi: Remove default value of `emacsimap'.
1912
8a36c07f
GM
19132011-02-13 Glenn Morris <rgm@gnu.org>
1914
1915 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1916 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1917
165bc5a0
GM
19182011-02-12 Glenn Morris <rgm@gnu.org>
1919
1920 * sc.texi (Getting Connected): Remove old index entries.
1921
5415d076 19222011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
1923
1924 * url.texi: Remove duplicate @dircategory (Bug#7942).
1925
b8e0f0cd
G
19262011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
1927
8a36c07f
GM
1928 * auth.texi (Overview, Help for users, Help for developers):
1929 Update docs.
b8e0f0cd
G
1930 (Help for users): Talk about spaces.
1931
caf82551
PE
19322011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1933
1934 * texinfo.tex: Update to version 2011-02-07.16.
1935
1ff98217
MA
19362011-02-07 Michael Albinus <michael.albinus@gmx.de>
1937
1938 * dbus.texi (Bus names): Adapt descriptions for
1939 dbus-list-activatable-names and dbus-list-known-names.
1940
2e78df6b
JB
19412011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1942
1943 * calc.texi (Logarithmic Units): New section.
1944
7fbf7cae
TZ
19452011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
1946
1947 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1948 manuals use it now.
1949
0c7efc08 1950 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 1951
156ad271
KY
19522011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
1953
1954 * overrides.texi: Remove.
1955
1956 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
1957 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
1958
36539990
MA
19592011-02-05 Michael Albinus <michael.albinus@gmx.de>
1960
1961 * tramp.texi (Frequently Asked Questions): Mention problems with
1962 WinSSHD.
1963
1964 * trampver.texi: Update release number.
1965
19662011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1967
1968 * tramp.texi:
1969 Replace "delimet" with "delimit" globally.
1970 Replace "explicite" with "explicit" globally.
1971 Replace "instead of" with "instead" where there was nothing after "of".
1972 Audit use of comma before interrogative pronoun, "that", or "which".
1973 Minor word order, spelling, wording changes.
1974
ec72bf63
G
19752011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1976
1977 * overrides.texi: New file to set or clear WEBHACKDEVEL.
1978
1979 * sieve.texi: Use WEBHACKDEVEL.
1980
1981 * sasl.texi: Use WEBHACKDEVEL.
1982
1983 * pgg.texi: Use WEBHACKDEVEL.
1984
1985 * message.texi: Use WEBHACKDEVEL.
1986
1987 * gnus.texi: Use WEBHACKDEVEL.
1988
1989 * emacs-mime.texi: Use WEBHACKDEVEL.
1990
1991 * auth.texi: Use WEBHACKDEVEL.
1992
1993 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
1994 manuals.
1995
19962011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1997
1998 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
1999
90b750f4
PE
20002011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2001
2002 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2003 which in turn is copied from ftp://tug.org/tex/.
2004
0e751a49
GM
20052011-02-03 Glenn Morris <rgm@gnu.org>
2006
2007 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2008 (Binding combinations of modifiers and function keys):
2009 Let's assume people reading this are not using Emacs 18.
2010
7f13c2e2
LI
20112011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2012
2013 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2014 since it's run automatically.
2015
d76c843e
LI
20162011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2017
2018 * gnus.texi (Customizing Articles): Fix typo.
2019
12e3ca0a
LI
20202011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2021
2022 * gnus.texi (Customizing Articles): Document the new way of customizing
2023 the date headers(s).
2024
fe72c8fa
LI
20252011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2026
2027 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2028 splitting example.
2029
bf3dae7e
EZ
20302011-01-29 Eli Zaretskii <eliz@gnu.org>
2031
2032 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2033 (MAKEINFO_OPTS): New variable.
2034 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2035 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2036 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2037 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2038 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2039 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2040 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2041 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2042 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2043 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2044 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2045 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2046 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2047 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2048 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2049 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2050 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2051 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2052
d6f13ac8
LI
20532011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2054
2055 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2056
c5ecc769
G
20572011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2058
2059 * message.texi (IDNA): Explain what it is.
2060
20612011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2062
2063 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2064
45eb2a5d
WL
20652011-01-23 Werner Lemberg <wl@gnu.org>
2066
2067 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2068 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2069 (ENVADD): Update.
45eb2a5d 2070
6872a814
GM
20712011-01-18 Glenn Morris <rgm@gnu.org>
2072
2073 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2074
77ab81d0 20752011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2076
2077 * nxml-mode.texi (Introduction): Fix file name typos.
2078
d221e780
CO
20792011-01-13 Christian Ohler <ohler@gnu.org>
2080
2081 * ert.texi: New file.
2082
2083 * Makefile.in:
2084 * makefile.w32-in: Add ert.texi.
2085
8c904d82
MA
20862011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2087
2088 * dbus.texi (Receiving Method Calls): New function
2089 dbus-register-service. Rearrange node.
2090
f56e0e7a
PE
20912011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2092
2093 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2094 which in turn is copied from ftp://tug.org/tex/.
2095
0fadf00e
MA
20962011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2097
2098 * dbus.texi (Receiving Method Calls): Describe new optional
2099 parameter dont-register-service of dbus-register-{method,property}.
2100
8b358e90
DU
21012010-12-17 Daiki Ueno <ueno@unixuser.org>
2102
0c7efc08
SM
2103 * epa.texi (Encrypting/decrypting *.gpg files):
2104 Mention epa-file-select-keys.
8b358e90 2105
549c9aed
G
21062010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2107
2108 * gnus.texi (Archived Messages): Remove outdated text.
2109
21102010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2111
0c7efc08 2112 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 2113
156e3f9c
G
21142010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2115
83f3eadc 2116 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 2117
8151d490
AC
21182010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2119
2120 * gnus.texi (The swish++ Engine): Add customizable parameters
2121 descriptions.
2122 (The swish-e Engine): Ditto.
2123
305bdd22
MA
21242010-12-14 Michael Albinus <michael.albinus@gmx.de>
2125
2126 * tramp.texi (Inline methods): Add "ksu" method.
2127 (Remote processes): Add example with remote `default-directory'.
2128
53aff12a
GM
21292010-12-14 Glenn Morris <rgm@gnu.org>
2130
2131 * faq.texi (Expanding aliases when sending mail):
2132 Now build-mail-aliases is interactive.
2133
8a1cdce5
AC
21342010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2135
2136 * gnus.texi: First pass at adding (rough) nnir documentation.
2137
7410c270
G
21382010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2139
53aff12a
GM
2140 * gnus.texi (Filtering New Groups):
2141 Mention gnus-auto-subscribed-categories.
2142 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
2143 removed.
2144
f49d1f52 21452010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
2146
2147 * cl.texi (For Clauses): Small fixes for frames and windows.
2148
acedf35c
CD
21492010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2150
2151 * org.texi (Using capture): Document using prefix arguments for
2152 finalizing capture.
2153 (Agenda commands): Document prefix argument for the bulk scatter
2154 command.
2155 (Beamer class export): Document that also overlay arguments can be
2156 passed to the column environment.
2157 (Template elements): Document the new entry type.
2158
21592010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2160
2161 * org.texi (Include files): Document :minlevel.
2162
21632010-12-11 Julien Danjou <julien@danjou.info>
2164
2165 * org.texi (Categories): Document category icons.
2166
21672010-12-11 Eric Schulte <schulte.eric@gmail.com>
2168
2169 * org.texi (noweb): Fix typo.
2170
516aa569
G
21712010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2172
2173 * gnus.texi (Server Commands): Point to the rest of the server
2174 commands.
2175
04db63bc
G
21762010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2177
2178 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2179 g'.
2180
ed797193
G
21812010-12-02 Julien Danjou <julien@danjou.info>
2182
2183 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2184
21852010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2186
2187 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2188 (Direct Functions): Note the STARTTLS upgrade.
2189
07976ae3 21902010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 2191 James Clark <none@example.com>
d3dfb185
GM
2192
2193 * nxml-mode.texi (Introduction): New section.
2194
59e75882
G
21952010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2196
2197 * gnus.texi (Server Commands): Document gnus-server-show-server.
2198
568a887f
MA
21992010-11-20 Michael Albinus <michael.albinus@gmx.de>
2200
2201 Sync with Tramp 2.2.0.
2202
2203 * trampver.texi: Update release number.
2204
1265829e
JB
22052010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2206
2207 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2208 Mention that the TeX specific units won't use the `tex' prefix
2209 in TeX mode.
2210
239661c0
KY
22112010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2212
2213 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2214
4a47c275 22152010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
2216
2217 * edt.texi: Remove information about Emacs 19.
2218
4a47c275 22192010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
2220
2221 * trampver.texi: Update release number.
2222
2f0e0dc8
KY
22232010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2224
2225 * gnus.texi (Article Washing): Fix typo.
2226
afe98dfa
CD
22272010-11-11 Noorul Islam <noorul@noorul.com>
2228
56f5a94e 2229 * org.texi: Fix typo.
afe98dfa
CD
2230
22312010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2232
2233 * org.texi (Using capture): Explain that refiling is
2234 sensitive to cursor position.
2235
22362010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2237
56f5a94e 2238 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
2239
22402010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2241
2242 * org.texi: Document the <c> cookie.
2243
22442010-11-11 Eric Schulte <schulte.eric@gmail.com>
2245
bd7239f5 2246 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 2247 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
2248
22492010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2250
56f5a94e 2251 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
2252
22532010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2254
56f5a94e 2255 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
2256
22572010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2258
2259 * org.texi (Setting up the staging area): Document that
2260 file names remain visible when encrypting the MobileOrg files.
2261
22622010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2263
2264 * org.texi (Setting up the staging area): Document which
2265 versions are needed for encryption.
2266
22672010-11-11 Eric Schulte <schulte.eric@gmail.com>
2268
56f5a94e
GM
2269 * org.texi (noweb): Update :noweb documentation to
2270 reflect the new "tangle" argument.
afe98dfa
CD
2271
22722010-11-11 Eric Schulte <schulte.eric@gmail.com>
2273
56f5a94e
GM
2274 * org.texi (Batch execution): Improve tangling script in
2275 documentation.
afe98dfa
CD
2276
22772010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2278
2279 * org.texi (Handling links):
2280 (In-buffer settings): Document inlining images on startup.
2281
22822010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2283
2284 * org.texi (Setting up the staging area): Document use of
2285 crypt password.
2286
22872010-11-11 David Maus <dmaus@ictsoc.de>
2288
56f5a94e 2289 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
2290
22912010-11-11 David Maus <dmaus@ictsoc.de>
2292
56f5a94e
GM
2293 * org.texi (Template expansion): Add mew in table for link type
2294 escapes.
afe98dfa
CD
2295
22962010-11-11 David Maus <dmaus@ictsoc.de>
2297
56f5a94e 2298 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
2299
23002010-11-11 Eric Schulte <schulte.eric@gmail.com>
2301
56f5a94e 2302 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
2303
23042010-11-11 Eric Schulte <schulte.eric@gmail.com>
2305
56f5a94e 2306 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
2307
23082010-11-11 Eric Schulte <schulte.eric@gmail.com>
2309
56f5a94e
GM
2310 * org.texi (Structure of code blocks):
2311 Update documentation to mention inline code block syntax.
afe98dfa
CD
2312
23132010-11-11 Eric Schulte <schulte.eric@gmail.com>
2314
56f5a94e 2315 * org.texi (comments): Improve wording.
afe98dfa
CD
2316
23172010-11-11 Eric Schulte <schulte.eric@gmail.com>
2318
56f5a94e 2319 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
2320
23212010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2322
2323 * org.texi (Installation): Remove the special
2324 installation instructions for XEmacs.
2325
23262010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2327
56f5a94e 2328 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
2329 insertion of empty structural elements.
2330
23312010-11-11 Noorul Islam <noorul@noorul.com>
2332
56f5a94e 2333 * org.texi: Fix doc.
afe98dfa
CD
2334
23352010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2336
2337 * org.texi (The date/time prompt): Document specification
2338 of time ranges.
2339
23402010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2341
2342 * org.texi (Internal links): Document the changes in
2343 internal links.
2344
23452010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2346
2347 * org.texi (Agenda commands): Document the limitation for
2348 the filter preset - it can only be used for an entire agenda
2349 view, not in an individual block in a block agenda.
2350
23512010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2352
2353 * org.texi (iCalendar export): Document alarm creation.
2354
6f8fc60c
MA
23552010-11-10 Michael Albinus <michael.albinus@gmx.de>
2356
2357 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2358
be3c11b3
LMI
23592010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2360
2361 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2362
d607b96b 23632010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 2364
d607b96b 2365 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 2366
181cb5fb
G
23672010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2368
2369 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2370 since that works by default.
2371
23722010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2373
2374 * gnus.texi (Customizing the IMAP Connection): Document
2375 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2376
36bc5d3b
MA
23772010-11-04 Michael Albinus <michael.albinus@gmx.de>
2378
2379 * tramp.texi (Remote shell setup): New item "Interactive shell
2380 prompt". Reported by Christian Millour <cm@abtela.com>.
2381 (Remote shell setup, Remote processes): Use @code{} for
2382 environment variables.
2383
cf503f7c
GM
23842010-11-03 Glenn Morris <rgm@gnu.org>
2385
537b04b9 2386 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 2387 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 2388
389b76fa
G
23892010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2390
2391 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2392
2699a554 23932010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
2394
2395 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2396
2699a554 23972010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
2398
2399 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2400
99e65b2d
G
24012010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2402
0c7efc08
SM
2403 * gnus.texi (Client-Side IMAP Splitting):
2404 Mention nnimap-unsplittable-articles.
99e65b2d
G
2405
24062010-10-29 Julien Danjou <julien@danjou.info>
2407
2408 * gnus.texi (Finding the News): Remove references to obsoletes
2409 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2410
aeeb3dcb
EZ
24112010-10-29 Eli Zaretskii <eliz@gnu.org>
2412
2413 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2414 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2415 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2416 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2417
8289f37b
GM
24182010-10-28 Glenn Morris <rgm@gnu.org>
2419
2420 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2421 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2422 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2423
d85d3b3a
DU
24242010-10-25 Daiki Ueno <ueno@unixuser.org>
2425
2426 * epa.texi (Mail-mode integration): Add alternative key bindings
2427 for epa-mail commands; escape comma.
c05c2b9b 2428 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 2429
9f534a47
JB
24302010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
2431
99e65b2d 2432 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 2433
5793a7bc 24342010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
2435
2436 * gnus.texi (Group Parameters, Buttons): Fix typos.
2437
280f417b
G
24382010-10-22 Tassilo Horn <tassilo@member.fsf.org>
2439
2440 * gnus.texi (Subscription Commands): Mention that you can also
2441 subscribe to new groups via the Server buffer, which is probably more
2442 convenient when subscribing to many groups.
2443
d806c872
G
24442010-10-21 Julien Danjou <julien@danjou.info>
2445
2446 * message.texi (Message Headers): Allow message-default-headers to be a
2447 function.
2448
d5798f68
LMI
24492010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2450
2451 * gnus-news.texi: Mention new archive defaults.
2452
b79bbef7
KY
24532010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2454
2455 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2456
2526f423
G
24572010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2458
2459 * gnus.texi (HTML): Document the function value of
2460 gnus-blocked-images.
2461 (Article Washing): shr and gnus-w3m, not the direct function names.
2462
ba91f05d
G
24632010-10-20 Julien Danjou <julien@danjou.info>
2464
2465 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2466 variable.
2467
da451787
LMI
24682010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2469
2470 * gnus.texi (Customizing the IMAP Connection): The port strings are
2471 strings.
c872595d 2472 (Document Groups): Mention git.
da451787 2473
7cad71ad
G
24742010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2475
2476 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2477 bzr/Gnus git sync.
2478
c56dfd36
EZ
24792010-10-15 Eli Zaretskii <eliz@gnu.org>
2480
2481 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2482 change.
2483
a1d16a7b
G
24842010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2485
2486 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2487 @item syntax for in-Emacs makeinfo.
2488
24892010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2490
2491 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2492 trim sentence.
2493
98e2b864
DU
24942010-10-12 Daiki Ueno <ueno@unixuser.org>
2495
2496 * epa.texi (Caching Passphrases):
0c7efc08
SM
2497 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2498 Clarify some configurations require to set up gpg-agent.
98e2b864 2499
c12e4a81
GM
25002010-10-11 Glenn Morris <rgm@gnu.org>
2501
2502 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2503
f7aa248a
G
25042010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2505
2506 * gnus.texi (Spam Package Introduction): Mention `$'.
2507
6513b232
EZ
25082010-10-09 Eli Zaretskii <eliz@gnu.org>
2509
2510 * makefile.w32-in (emacsdir): New variable.
2511 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2512 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2513
abd40fb4
GM
25142010-10-09 Glenn Morris <rgm@gnu.org>
2515
0f05450f
GM
2516 * Makefile.in (mostlyclean): Delete *.toc.
2517
d3a4ac46
GM
2518 * Makefile.in: Use $< in rules.
2519
aa9db089
GM
2520 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2521
abd40fb4
GM
2522 * Makefile.in ($(infodir)): Delete rule.
2523 (mkinfodir): New. Use it in all the info rules, rather than depending
2524 on infodir.
2525
ea274122
GM
25262010-10-09 Glenn Morris <rgm@gnu.org>
2527
6e90e2a8
GM
2528 * gnus.texi (Article Washing): Fix previous change.
2529
f7a31f11
GM
2530 * Makefile.in (emacsdir): New variable.
2531 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
2532 Depend on emacsver.texi.
2533
f7a31f11
GM
2534 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2535
ea274122
GM
2536 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2537
36d3245f
G
25382010-10-08 Julien Danjou <julien@danjou.info>
2539
f7a31f11 2540 * gnus.texi: Add mm-shr.
36d3245f
G
2541
25422010-10-08 Ludovic Courtès <ludo@gnu.org>
2543
2544 * gnus.texi (Finding the Parent, The Gnus Registry)
2545 (Registry Article Refer Method): Update docs for nnregistry.el.
2546
25472010-10-08 Daiki Ueno <ueno@unixuser.org>
2548
2549 * auth.texi (Help for users)
2550 (GnuPG and EasyPG Assistant Configuration): Update docs.
2551
12359245
GM
25522010-10-08 Glenn Morris <rgm@gnu.org>
2553
2554 * cl.texi (Organization, Installation, Old CL Compatibility):
2555 Deprecate cl-compat for new code.
4628bef1 2556 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
2557
2558 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2559
fcf2d385
KY
25602010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2561
2562 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2563
66627fa9
G
25642010-10-06 Julien Danjou <julien@danjou.info>
2565
fd9ba500
JD
2566 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2567
66627fa9
G
2568 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2569 broken link.
2570
2571 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2572
2573 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2574 to ReiserFS.
2575
2576 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2577 (FAQ 7-1): Fix getmail URL.
2578
65f54520
DU
25792010-10-06 Daiki Ueno <ueno@unixuser.org>
2580
2581 * epa.texi (Caching Passphrases): New section.
2582
4c83f6e1
GM
25832010-10-06 Glenn Morris <rgm@gnu.org>
2584
2585 * Makefile.in (SHELL): Set it.
2586 (info): Move the mkdir dependency to the individual info files.
2587 (mostlyclean): Tidy up.
2588 (clean): Only delete the specific dvi and pdf files.
2589 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 2590 ($(infodir)): Add parallel build workaround.
4c83f6e1 2591
71e691a5
G
25922010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2593
2594 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2595
a41c2e6d
G
25962010-10-03 Julien Danjou <julien@danjou.info>
2597
0c7efc08
SM
2598 * emacs-mime.texi (Display Customization):
2599 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
2600 mm-inline-large-images-proportion.
2601
37255945
MA
26022010-10-03 Michael Albinus <michael.albinus@gmx.de>
2603
0c7efc08
SM
2604 * tramp.texi (Frequently Asked Questions):
2605 Mention remote-file-name-inhibit-cache.
37255945 2606
11e4e7bd
LMI
26072010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2608
2609 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2610 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2611
cb83220a
KY
26122010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2613
0c7efc08
SM
2614 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2615 (Article Hiding): Add google banner example.
2616 Suggested by Benjamin Xu.
cb83220a 2617
6b958814
G
26182010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2619
0c7efc08
SM
2620 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2621 Remove nnimap-split-rule from examples.
6b958814
G
2622
26232010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2624
2625 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2626 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2627 Fishman.
2628 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2629
26302010-09-30 Julien Danjou <julien@danjou.info>
2631
2632 * gnus.texi (Gravatars): Fix documentation about
2633 gnu-gravatar-properties.
2634
b9476c04
DU
26352010-09-29 Daiki Ueno <ueno@unixuser.org>
2636
2637 * epa.texi (Bug Reports): New section.
2638
5f874327
GM
26392010-09-29 Glenn Morris <rgm@gnu.org>
2640
2641 * Makefile.in (top_srcdir): Remove unused variable.
2642
6b958814
G
26432010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2644
2645 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2646 (Client-Side IMAP Splitting): Document 'default.
2647
26482010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2649
0c7efc08
SM
2650 * gnus.texi (Customizing the IMAP Connection):
2651 Document nnimap-fetch-partial-articles.
6b958814 2652
82bccbfa
KY
26532010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2654
2655 * gnus-news.texi: Mention nnimap-inbox.
2656
2657 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2658
26592010-09-26 Julien Danjou <julien@danjou.info>
2660
47e08896 2661 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2662
26632010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2664
2665 * gnus.texi (Security): Remove gpg.el mention.
2666
26672010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2668
2669 * gnus.texi (Browse Foreign Server): New variable
2670 gnus-browse-subscribe-newsgroup-method.
2671
2672 * gnus-news.texi: Mention it.
2673
26742010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2675
0c7efc08 2676 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2677 (Startup Variables): No jingle.
2678
4c964351
UM
26792010-09-25 Ulrich Mueller <ulm@gentoo.org>
2680
2681 * woman.texi (Interface Options): xz compression is now supported.
2682
82bccbfa
KY
26832010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2684
2685 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2686 (Unavailable Servers): Document gnus-server-copy-server.
2687 (Using IMAP): Document the new nnimap.
2688
26892010-09-25 Julien Danjou <julien@danjou.info>
2690
47e08896 2691 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2692
18778f71
GM
26932010-09-24 Glenn Morris <rgm@gnu.org>
2694
2695 * url.texi (Disk Caching): Tweak previous change.
2696
9c766321
JD
26972010-09-24 Julien Danjou <julien@danjou.info>
2698
2699 * url.texi (Disk Caching): Mention url-cache-expire-time,
2700 url-cache-expired, and url-fetch-from-cache.
2701
82bccbfa
KY
27022010-09-24 Julien Danjou <julien@danjou.info>
2703
2704 * gnus.texi: Add Gravatars.
2705
27062010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2707
2708 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2709
592bdb9a
LMI
27102010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2711
2712 * gnus.texi (Expunging mailboxes): Update name of the expunging
2713 command.
2714
e4e22d29
KY
27152010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2716
2717 * emacs-mime.texi (rfc2047): Update description for
2718 rfc2047-encode-parameter.
2719
371d9801
MA
27202010-09-13 Michael Albinus <michael.albinus@gmx.de>
2721
2722 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2723 "fish" methods.
2724 (External methods): Remove "scp1_old" and "scp2_old" methods.
2725
31ae5827
MA
27262010-09-09 Michael Albinus <michael.albinus@gmx.de>
2727
2728 * tramp.texi: Remove Japanese manual. Fix typo.
2729
2730 * trampver.texi: Update release number. Remove japanesemanual.
2731
c0468714
GM
27322010-09-09 Glenn Morris <rgm@gnu.org>
2733
2734 * org.texi: Restore clobbered changes (copyright years, untabify).
2735
86441999
JD
27362010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2737
2738 * gnus.texi (Adaptive Scoring): Fix typo.
2739
25f28806
LMI
27402010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2741
2742 * gnus.texi (Article Display): Document gnus-html-show-images.
2743
45240125 27442010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2745
45240125
JD
2746 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2747
59d09f15
LMI
27482010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2749
2750 * gnus.texi (HTML): Document gnus-max-image-proportion.
2751
2cdd366f
KY
27522010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2753
51dee5ef
KY
2754 * gnus.texi (HTML): Document gnus-blocked-images.
2755
2cdd366f
KY
2756 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2757
b0e4f3fc
KY
27582010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2759
2760 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2761 the first message are used for wide replies.
f02566ce
KY
2762 (Changing Servers): Remove documentation on gnus-change-server and
2763 friends, since it's been removed.
b0e4f3fc 2764
598451ed
KY
27652010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2766
2767 * gnus.texi (Drafts): Mention B DEL.
2768
e7842e69
KY
27692010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2770
2771 * gnus.texi (Delayed Articles): Mention that the Date header is the
2772 original one, even if you delay.
2773
85115796
KY
27742010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2775
0c7efc08
SM
2776 * gnus.texi (Asynchronous Fetching):
2777 Document gnus-async-post-fetch-function.
85115796
KY
2778 (HTML): Made into its own section.
2779
f0b44bc0
MA
27802010-08-26 Michael Albinus <michael.albinus@gmx.de>
2781
2782 Sync with Tramp 2.1.19.
2783
217876c9 2784 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2785 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2786 Remove remark about doubled "-t" argument.
217876c9
MA
2787 (Auto-save and Backup): Remove reference to Emacs 21.
2788 (Filename Syntax): Describe port numbers.
2789 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2790 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2791 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2792 errors with the backquotes.
2793 (External packages): File attributes cache flushing for asynchronous
2794 processes.
2795 (Traces and Profiles): Describe verbose level 9.
2796
f0b44bc0
MA
2797 * trampver.texi: Update release number.
2798
7457f7b6
MA
27992010-08-23 Michael Albinus <michael.albinus@gmx.de>
2800
2801 * dbus.texi (Alternative Buses): New chapter.
2802
b695beda
SM
28032010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2804
2805 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2806
443c2c03
JB
28072010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2808
2809 * calc.texi (Customizing Calc): Rearrange description of new
2810 variables to match the presentation of other variables.
2811
7815fe19 28122010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2813
2814 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2815
2c695727
JB
28162010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2817
2818 * calc.texi (Making Selections, Selecting Subformulas)
2819 (Customizing Calc): Mention how to use faces to emphasize selected
2820 sub-formulas.
2821
bbb6ffa1
MA
28222010-08-05 Michael Albinus <michael.albinus@gmx.de>
2823
2824 * tramp.texi (External packages): File attributes cache flushing
2825 for asynchronous processes.
2826
5cee0a9c
AM
28272010-08-01 Alan Mackenzie <acm@muc.de>
2828
2829 Enhance the manual for the latest Java Mode.
2830
2831 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2832 annotation-var-cont.
2833 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2834 two new symbols.
2835
3f2afe32
MA
28362010-07-28 Michael Albinus <michael.albinus@gmx.de>
2837
2838 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2839
0ed082fe 28402010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2841
2842 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2843
311f0356
JB
28442010-07-19 Juanma Barranquero <lekktu@gmail.com>
2845
2846 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2847
86fbb8ca
CD
28482010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2849
2850 * org.texi: Add macros to get plain quotes in PDF output.
2851 List additional contributors.
2852 (Capture): New section, replaces the section about remember.
2853 (Working With Source Code): New chapter, focused on documenting Org
2854 Babel.
2855 (Code evaluation security): New section.
2856 (MobileOrg): Document DropBox support.
2857 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2858 (Special symbols): Show how to display UTF8 characters for entities.
2859 (Global TODO list): Clarify the use of the "M" key and the differences
2860 to the "m" key.
2861 (RSS Feeds): Mention Atom feeds as well.
2862 (Setting tags): Remove paragraph about
2863 `org-complete-tags-always-offer-all-agenda-tags'.
2864
5732e8ed
MA
28652010-07-17 Michael Albinus <michael.albinus@gmx.de>
2866
2867 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2868 argument.
2869 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2870 echoing shells.
2871
ca1bb391
MA
28722010-07-10 Michael Albinus <michael.albinus@gmx.de>
2873
2874 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2875 (Filename Syntax): Describe port numbers.
2876
5bd55c3c
MA
28772010-07-09 Michael Albinus <michael.albinus@gmx.de>
2878
2879 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2880 forgotten.
2881 (Type Conversion): Precise conversion of natural numbers.
2882 (Errors and Events): Add "debugging" to concept index. Add variable
2883 `dbus-debug'.
2884
820ae8fe
MA
28852010-07-04 Michael Albinus <michael.albinus@gmx.de>
2886
2887 * dbus.texi (Receiving Method Calls): Add optional argument
2888 EMITS-SIGNAL to `dbus-register-property'.
2889
b6f9df0f
JB
28902010-06-27 Alex Schroeder <alex@gnu.org>
2891
2892 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2893
62e034c2
GM
28942010-06-24 Glenn Morris <rgm@gnu.org>
2895
2896 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2897 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2898 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2899 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2900 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2901 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2902 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2903 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2904 convention. Make them end with a period.
2905
9360256a
GM
29062010-06-23 Glenn Morris <rgm@gnu.org>
2907
2908 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
2909 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2910 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2911 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2912 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2913 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 2914
04d3bb6c
GM
29152010-06-10 Glenn Morris <rgm@gnu.org>
2916
2917 * idlwave.texi (Load-Path Shadows):
2918 * org.texi (Handling links): Fix typos.
2919
5e7d4a75
KY
29202010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
2921
2922 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2923
9841cb4f
MA
29242010-05-26 Michael Albinus <michael.albinus@gmx.de>
2925
2926 * eshell.texi (Built-ins): Describe, how to disable a built-in command
2927 by an alias. (Bug#6226)
2928
597517ef
JB
29292010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2930
2931 * calc.texi (Manipulating Vectors): Mention that vectors can
2932 be used to determine bins for `calc-histogram'.
2933
14914c43
JB
29342010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2935
597517ef 2936 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 2937
0235128c 29382010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2939
2940 * url.texi (HTTP language/coding, Customization):
2941 * message.texi (Header Commands, Responses):
2942 * cl.texi (Argument Lists): Fix typos.
2943
0235128c 29442010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 2945
0235128c
SM
2946 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2947 Note that Development menu is always available.
aa5789b5
CY
2948 (Creating a project): Fix terminology.
2949 (Add/Remove files): Fix typo.
2950
0235128c
SM
29512010-05-07 Chong Yidong <cyd@stupidchicken.com>
2952
2953 * Version 23.2 released.
2954
a628ad9d 29552010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
2956
2957 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
2958
502269d6
MA
29592010-05-01 Michael Albinus <michael.albinus@gmx.de>
2960
0235128c
SM
2961 * tramp.texi (Inline methods, Default Method):
2962 Mention `tramp-inline-compress-start-size'.
502269d6 2963
6e104790 29642010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
2965
2966 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
2967 the CVS repo. Put the Git repo in the news section.
2968
6e104790 2969 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
2970 Removed some mentions of CVS. Mention the new Git repo.
2971
6e104790 29722010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
2973
2974 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
2975 (Mail Group Commands): Add index entry.
2976
6e104790 29772010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
2978
2979 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
2980
f8b91752
JB
29812010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
2982
2983 * calc.texi (Radix modes): Mention that the option prefix will
2984 turn on twos-complement mode.
2985 (Inverse and Hyperbolic Flags): Mention the Option flag.
2986
ed21c5c8
CD
29872010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
2988
2989 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 2990 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
2991 (Sectioning structure): Update.
2992 (References): New use case for field coordinates.
6e104790 2993 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
2994 (Setting up the staging area): Document the availability of
2995 encryption for MobileOrg.
2996 (Images and tables): Document how to reference labels.
2997 (Index entries): New section.
2998 (Generating an index): New section.
2999 (Column width and alignment): Document that <N> now
3000 means a fixed width, not a maximum width.
3001 (Publishing options): Document the :email option.
3002 (Beamer class export): Fix bug in the BEAMER example.
3003 (Refiling notes): Document refile logging.
3004 (In-buffer settings): Document refile logging keywords.
3005 (Drawers): Document `C-c C-z' command.
3006 (Agenda commands): Mention the alternative key `C-c C-z'.
3007 (Special properties): Document the BLOCKED property.
3008 (The spreadsheet): Mention the formula editor.
3009 (References): Document field coordinates.
3010 (Publishing action): Correct the documentation for the
3011 publishing function.
3012 (The date/time prompt): Document that we accept dates
3013 like month/day/year.
3014 (Cooperation): Document the changes in table.el support.
3015 (Faces for TODO keywords, Faces for TODO keywords)
3016 (Priorities): Document the easy colors.
3017 (Visibility cycling): Document the new double prefix
3018 arg for `org-reveal'.
3019 (Cooperation): Remember.el is part of Emacs.
3020 (Clean view): Mention that `wrap-prefix' is also set by
3021 org-indent-mode.
3022 (Agenda commands): Add information about prefix args to
3023 scheduling and deadline commands.
3024 (Search view): Point to the docstring of
3025 `org-search-view' for more details.
6e104790 3026 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3027 (Setting tags): Document variable
3028 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3029 (Column attributes): Cross-reference special properties.
ed21c5c8 3030
456b348e
MA
30312010-04-10 Michael Albinus <michael.albinus@gmx.de>
3032
3033 Synchronize with Tramp repository.
3034
3035 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3036 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3037 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3038 syntax, texi2dvi reports errors with the backquotes.
3039
3040 * trampver.texi: Update release number.
3041
357e2d8e
KY
30422010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3043
3044 * gnus.texi (Finding the News): Add pointers to the Server buffer
3045 because it's essential.
3046
1d4d7664
KY
30472010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3048
3049 * gnus.texi (MIME Commands): Update description of
3050 gnus-article-browse-html-article.
3051
bd3e840f
KY
30522010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3053
3054 * auth.texi (Secret Service API): Add TODO node.
3055 (Help for users): Explain the new source options for `auth-sources'.
3056
e867cb5d 30572010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3058
3059 * trampver.texi: Update release number.
3060
288f9fc0
CY
30612010-03-10 Chong Yidong <cyd@stupidchicken.com>
3062
3063 * Branch for 23.2.
3064
d99aaebd
CY
30652010-03-03 Chong Yidong <cyd@stupidchicken.com>
3066
3067 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3068 now enabled by default.
3069
5794c2a5
MA
30702010-02-28 Michael Albinus <michael.albinus@gmx.de>
3071
3072 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3073 when Emacs runs in interactive mode. (Bug#5645)
3074
40572be6
GM
30752010-02-16 Glenn Morris <rgm@gnu.org>
3076
3077 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3078
7bb8ed67
MH
30792010-02-05 Mark A. Hershberger <mah@everybody.org>
3080
3081 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3082
45a1423d 30832010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3084
3085 * gnus.texi (Score File Format): Fix typo.
3086
45a1423d 30872010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3088
3089 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3090
14f17fc8
JB
30912010-01-18 Juanma Barranquero <lekktu@gmail.com>
3092
3093 * ada-mode.texi (Project File Overview): Fix typo.
3094
607d4369
CY
30952010-01-17 Chong Yidong <cyd@stupidchicken.com>
3096
3097 * semantic.texi: Add Richard Y. Kim credit.
3098
3099 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3100
3d1bfa99
MA
31012010-01-17 Michael Albinus <michael.albinus@gmx.de>
3102
3103 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 3104 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 3105
6fbf7a75
GM
31062010-01-17 Glenn Morris <rgm@gnu.org>
3107
b9f978f0
GM
3108 * calc.texi (Reporting Bugs): Don't mention format of repository.
3109
f19bc38d
GM
3110 * woman.texi (Bugs): Make "Emacs repository" less specific,
3111 and the URL for same more specific.
3112
6fbf7a75
GM
3113 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3114
16c3428a
JB
31152010-01-17 Juanma Barranquero <lekktu@gmail.com>
3116
3117 * ede.texi (ede-step-project, ede-proj-target):
3118 * tramp.texi (Remote processes): Fix typos.
3119
045b9da7
ML
31202010-01-16 Mario Lang <mlang@delysid.org>
3121
3122 * ede.texi (ede-target):
3123 * org.texi (Refiling notes): Remove duplicated words.
3124
c57008f6
SM
31252010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3126
3127 * gnus.texi (Posting Styles): Use with-current-buffer.
3128 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3129
798c9eb5
KR
31302010-01-02 Kevin Ryde <user42@zip.com.au>
3131
3132 * eieio.texi (Naming Conventions): Correction to xref on elisp
3133 coding conventions, is "Tips" node not "Standards".
3134
4970fbfe
CY
31352009-12-24 Chong Yidong <cyd@stupidchicken.com>
3136
3137 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3138
3139 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3140
83828b06
KY
31412009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3142
3143 * gnus.texi (Direct Functions): Add missing port number to tls method.
3144
45a4a565
JB
31452009-12-15 Juanma Barranquero <lekktu@gmail.com>
3146
3147 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3148 ($(infodir)/edt, edt.dvi): New targets.
3149
698bfef7
GM
31502009-12-15 Glenn Morris <rgm@gnu.org>
3151
3152 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3153 (edt, $(infodir)/edt, edt.dvi): New targets.
3154 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3155
3156 * Makefile.in (PDF_TARGETS, pdf): New.
3157 (clean): Add *.pdf.
3158 Add pdf rules for all manuals.
3159
0e983327
JB
31602009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3161
3162 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3163
8e687433
CY
31642009-12-14 Chong Yidong <cyd@stupidchicken.com>
3165
3166 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3167 (Smart Jump, Analyzer Debug): Copyedits.
3168 (Semantic mode user commands): Link to new nodes.
3169 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3170 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3171 upstream Semantic manual.
3172
3173 * semantic.texi (Introduction): Minor fix to diagram.
3174
020335df
MA
31752009-12-09 Michael Albinus <michael.albinus@gmx.de>
3176
3177 * eshell.texi (History): Add the other built-in variables.
3178 (Built-ins): Explain built-ins, and how to apply the external commands.
3179 Add `history', `su' and `sudo'.
3180
3181 * tramp.texi (Remote processes): Add missing <RET> in the example.
3182
6ddf13e4
BW
31832009-12-01 Bill Wohler <wohler@newt.com>
3184
3185 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 3186 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
3187 excessively garrulous.
3188
07b6428c
MA
31892009-11-29 Michael Albinus <michael.albinus@gmx.de>
3190
3191 * tramp.texi (Remote processes): Improve eshell example with "su"
3192 and "sudo" commands.
3193
fd1cefda
CY
31942009-11-28 Chong Yidong <cyd@stupidchicken.com>
3195
3196 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3197
3198 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3199 Document semantic-complete-analyze-inline.
3200 (Semanticdb search debugging commands): Minor clarification.
3201 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 3202 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 3203 manual.
9d542758 3204 (Semantic mode): Link to Idle Scheduler.
fd1cefda 3205
159e3ad5
KR
32062009-11-28 Kevin Ryde <user42@zip.com.au>
3207
3208 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 3209 @pxref, now EIEIO is in Emacs.
159e3ad5 3210
c6d47315
KR
3211 * erc.texi (Development): Correction to git tutorial url.
3212
16f6287e
GM
32132009-11-26 Glenn Morris <rgm@gnu.org>
3214
3215 * faq.texi (Latest version of Emacs): Mention stability of development
3216 version.
3217 (Problems with very large files): Max buffer size increase in 23.2.
3218 (VM): VM has moved house again.
3219
5ea5dbc9
JB
32202009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3221
3222 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3223 notations.
3224
5dec9555
CD
32252009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3226
45a4a565 3227 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 3228
bd6f6833
CY
32292009-11-20 Chong Yidong <cyd@stupidchicken.com>
3230
3231 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
3232 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3233 (Idle Completions Mode): Numerous copyedits.
bd6f6833 3234
be479117
JB
32352009-11-17 Juanma Barranquero <lekktu@gmail.com>
3236
3237 * semantic.texi (Semantic Internals, Glossary):
3238 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3239 (Semanticdb search debugging commands): Fix typos.
3240
17291a1f
JB
32412009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3242
be479117 3243 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 3244
af42a9cc
JB
32452009-11-16 Juanma Barranquero <lekktu@gmail.com>
3246
3247 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3248 ($(infodir)/semantic, semantic.dvi): New targets.
3249
3149927d
CY
32502009-11-16 Chong Yidong <cyd@stupidchicken.com>
3251
3252 * Makefile.in: Build the Semantic manual.
3253
3254 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3255 repository.
3256
977640ed
MA
32572009-11-16 Michael Albinus <michael.albinus@gmx.de>
3258
3259 * dbus.texi (Receiving Method Calls): New defun
3260 `dbus-unregister-service'.
3261
17673adf
CD
32622009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3263
3264 * org.texi (Speed keys): New section.
3265
0ecd3c90
MA
32662009-11-13 Michael Albinus <michael.albinus@gmx.de>
3267
3268 * dbus.texi (Type Conversion): Fix typo.
3269 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3270 `dbus-registered-objects-table'.
0c7efc08
SM
3271 (Receiving Method Calls): New defun `dbus-register-property'.
3272 Move `dbus-unregister-object' here.
0ecd3c90 3273
8bfe682a
CD
32742009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3275
3276 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3277
32782009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3279
3280 * org.texi (Column attributes): Add the new age summary operators.
3281 Also, mention the fact you can only use one summary operator per
3282 property.
3283
32842009-11-13 John Wiegley <johnw@newartisans.com>
3285
0c7efc08 3286 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 3287 manual about how to track habits.
0c7efc08 3288 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
3289 dangling clocks are resolved.
3290
32912009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3292
3293 * org.texi (Agenda commands): Document the new `i' command.
3294 (Inserting deadline/schedule): Document logging changes
3295 of scheduling and deadline times stamps.
3296 (In-buffer settings): Document the in-buffer keywords for logging
3297 changes of scheduling and deadline times stamps.
3298 (Structure editing, Plain lists): Document indentation
3299 cycling in empty entries with TAB.
3300 (Archiving): Document the default archiving command.
3301 (Moving subtrees): Document the new keys for archiving.
3302 (Internal archiving): Fix incorrect key.
3303 (Agenda commands): Document the TODO set switching commands.
3304 (Agenda commands): Document the new archiving keys.
3305 (Clocking work time): Better description on how to save
3306 and restore a clock.
3307 (Resolving idle time): Mention the x11idle program to get true
3308 idleness also under X11.
3309 (Resolving idle time): Use @kbd instead of @key for normal
3310 letters, because this is how he rest of the manual does this.
3311 (Pushing to MobileOrg): Mention that `org-directory'
3312 should be set.
3313 (Agenda commands): Document that SPC is a filter for
3314 any tag.
0c7efc08 3315 (Search view): Rename from "Keyword search".
8bfe682a
CD
3316 (Capure): New chapter.
3317 (Markup): New chapter.
0c7efc08
SM
3318 (Links in HTML export, Images in HTML export):
3319 Extend the section titles.
8bfe682a
CD
3320 (Images in HTML export): Document the align option.
3321 (Text areas in HTML export): Extend the section title.
3322 (Images in LaTeX export): Explain image placement in LaTeX.
3323
693737cd
GM
33242009-11-10 Glenn Morris <rgm@gnu.org>
3325
3326 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3327
c7bd4ebe
MA
33282009-11-08 Michael Albinus <michael.albinus@gmx.de>
3329
3330 * tramp.texi (Auto-save and Backup): Disable backups just for a
3331 method.
3332
3333 * trampver.texi: Update release number.
3334
76c5acad
MA
33352009-11-07 Michael Albinus <michael.albinus@gmx.de>
3336
3337 Sync with Tramp 2.1.17.
3338
3339 * trampver.texi: Update release number.
3340
d9a57abf
GM
33412009-10-29 Glenn Morris <rgm@gnu.org>
3342
3343 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3344
637f4f0f
MA
33452009-10-23 Michael Albinus <michael.albinus@gmx.de>
3346
3347 * tramp.texi (External methods): Temporary files are kept for
3348 `rsync' and `rsyncc' methods.
3349
310dbb05
JB
33502009-10-09 Juanma Barranquero <lekktu@gmail.com>
3351
3352 * eieio.texi: Fix typos.
3353
09094f28
CY
33542009-10-07 Chong Yidong <cyd@stupidchicken.com>
3355
3356 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3357
216f299a
JB
33582009-10-07 Juanma Barranquero <lekktu@gmail.com>
3359
3360 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3361 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3362
966a6506
CY
33632009-10-07 Chong Yidong <cyd@stupidchicken.com>
3364
3365 * Makefile.in: Build EIEIO and EDE manuals.
3366
33672009-10-07 Eric Ludlam <zappo@gnu.org>
3368
3369 * eieio.texi:
3370 * ede.texi: New files.
3371
8842cd9b
MA
33722009-10-05 Michael Albinus <michael.albinus@gmx.de>
3373
3374 * tramp.texi (Remote processes): Association of a pty is not supported.
3375
7006d207
CD
33762009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3377
3378 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3379 (Processing LaTeX fragments): Document that the size of images can be
3380 changes using the variable `org-format-latex-options'.
3381 (The date/time prompt, Timestamps): Be more accurate over ISO format
3382 dates and times.
3383 (Visibility cycling): Document showeverything keyword.
3384 (In-buffer settings): Document showeverything keyword.
3385 (Setting up the staging area): Fix the example.
3386 (MobileOrg): New section.
3387 (Agenda commands, Exporting Agenda Views): Document exporting the
3388 agenda view to Org files.
3389
0e7b2867
MA
33902009-09-28 Michael Albinus <michael.albinus@gmx.de>
3391
3392 * tramp.texi (History): Add IMAP support.
3393 (External methods): Add `imap' and `imaps' methods.
3394 (GVFS based methods): Add indices for `davs'.
3395 (Password handling): Rename anchors. Add IMAP entries for
3396 ~/.authinfo.gpg.
3397
3398 * trampver.texi: Set default value of `emacsimap'.
3399
4146636e
KY
34002009-09-22 Daiki Ueno <ueno@unixuser.org>
3401
3402 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3403
d22f7ffa
CY
34042009-09-13 Chong Yidong <cyd@stupidchicken.com>
3405
0c7efc08
SM
3406 * dired-x.texi (Technical Details):
3407 Delete dired-up-directory (Bug#4292).
d22f7ffa 3408
66043531
MA
34092009-09-03 Michael Albinus <michael.albinus@gmx.de>
3410
216f299a 3411 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 3412
6eb02347
CD
34132009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3414
3415 * org.texi (Effort estimates): Document new effort setting commands.
3416 (Agenda commands): Document the new keys fro agenda time motion.
3417 Document entry text mode. Improve documentation of the keys to include
3418 inactive time stamps into the agenda view.
3419 (Feedback): Document the new bug report command.
0c7efc08 3420 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 3421
38dc51ba
KY
34222009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3423
3424 * auth.texi (Help for users): Corrected markup.
3425
e402f452
GM
34262009-09-02 Glenn Morris <rgm@gnu.org>
3427
3428 * emacs-mime.texi (time-date): Mention float-time.
3429
744256cf
JB
34302009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
3431
3432 * calc.texi (Simplifying Formulas): Improve the wording.
3433
b0b63450
MB
34342009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
3435
3436 * auth.texi: Rewritten for coverage and clarity.
3437
34382009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3439
0c7efc08
SM
3440 * gnus.texi (Expiring Mail):
3441 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
3442 (Various Various): Mention gnus-safe-html-newsgroups.
3443
3444 * gnus-news.texi: Mention
3445 gnus-mark-copied-or-moved-articles-as-expirable.
3446
3447 * emacs-mime.texi (Display Customization): Add xref to
3448 gnus-safe-html-newsgroups.
3449
b59329e0
MA
34502009-08-28 Michael Albinus <michael.albinus@gmx.de>
3451
3452 * tramp.texi (Version Control): Remove.
af42a9cc 3453 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
3454 reference.
3455 (External methods): Correct `scpc' concept index entries. New method
3456 `rsyncc'.
3457 (External packages): New subsections "Filename completion" and "File
3458 attributes cache".
3459
0ff2d6c2
JB
34602009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
3461
3462 * calc.texi (Rewrite Rules): Improve the example.
3463 (Simplifying Formulas): Explain use of the I and H flags for
3464 simplification.
3465
ecd3d54f
MA
34662009-08-25 Michael Albinus <michael.albinus@gmx.de>
3467
3468 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 3469 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
3470 (Synchronous Methods, Asynchronous Methods): Use English numeric format
3471 for timeout values.
78176e69
MA
3472 (Top): Remove footnote saying D-Bus is not enabled by
3473 default. (Bug#4256)
ecd3d54f 3474
0f215bca
DU
34752009-08-23 Daiki Ueno <ueno@unixuser.org>
3476
3477 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 3478 Reported by Jari Aalto (Bug#4211).
0f215bca 3479 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 3480 epa-global-mail-mode.
3b7ab45f
DU
3481 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3482 epa-setup.
0f215bca 3483
4f22e84d
MA
34842009-08-16 Michael Albinus <michael.albinus@gmx.de>
3485
3486 * dbus.texi (Asynchronous Methods): Allow nil handler.
3487
9ff0b02b 34882009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 3489
26b03ee3 3490 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 3491
26b03ee3 3492 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 3493
4c39f404
CY
34942009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3495
3496 * calc.texi (Date Forms): Fix typos.
3497
3bcfba17
GM
34982009-08-08 Glenn Morris <rgm@gnu.org>
3499
3500 * org.texi (Agenda commands): Restore clobbered change.
3501
66783bb4
EZ
35022009-08-07 Eli Zaretskii <eliz@gnu.org>
3503
3504 * calc.texi (Graphics, Devices): Update with the peculiarities of
3505 operation on MS-Windows.
3506
c8d0cf5c
CD
35072009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3508
3509 * org.texi (Publishing action): Improve documentation of file
3510 names when publishing to the source directory.
3511 (Clean view): Document `org-indent-mode'.
3512 (Clocking work time): Add documentation for the
3513 new :timetamp option when creating a clock report.
3514 (Paragraphs): Fix many typos.
3515 (Plain lists): Remove duplicate explanation about the
3516 `C-c *' command.
3517 (Literal examples): Update to reflect the new behavior
3518 of the -n -r -k switches when exporting source code examples.
3519 (Structure editing): Add information about `C-c *',
3520 converting a plain list into a list of Org items.
3521 (Remember): Small rephrasing of the paragraph
3522 describing remember.el. Also mentioned that remember.el is part
3523 of Emacs 23, not Emacs 22.
3524 (Clocking work time): Add documentation about
3525 displaying the current clocking time against the effort estimate.
3526 Also add a footnote about using `org-clock-in-prepare-hook' to add
3527 an effort estimate on the fly, just before clocking it.
3528 (Footnotes): Document automatic renumbering and
3529 sorting.
3530 (Agenda commands): Document new bulk commands.
3531 (Plain lists): Document new behavior of
3532 `org-cycle-include-plain-lists'.
4e2af782 3533 Hyphenation only in TeX.
c8d0cf5c
CD
3534 (Clocking work time): Document the key to update effort
3535 estimates.
3536 (Clocking work time): Document the clock time display.
3537 (Structure editing, TODO basics): Document new
3538 variables.
3539 (Column attributes): Document new colciew operators.
3540 (Publishing options): Document :xml-declaration.
3541 (Tracking TODO state changes): Document the
3542 LOG_INTO_DRAWER property.
3543 (Literal examples): Document the new implementation for
3544 editing source code.
3545 (Publishing action): Mention the new publishing
3546 function, to publish an Org source file.
3547 (Publishing links): Mention how to link to an Org source file.
3548 (Macro replacement): Document new macros.
3549 (Handling links): Document type-specific completion
3550 when inserting links.
3551 (Structure editing, Plain lists): Improve documentation
3552 on sorting.
3553 (Internal links): Document custom ids for links.
3554 (Handling links): Document custom ids for links.
3555 (CSS support): Document new class.
3556 (Refiling notes): Document the possibility to create new nodes
3557 during refiling.
3558 (Agenda commands): Document the "?" operator to find
3559 tasks without effort setting.
3560 (Exporting agenda information): Section moved.
3561 (RSS Feeds): New section.
3562 (Built-in table editor): Document M-e and M-a navigate
3563 inside table field.
3564 (Stuck projects): Docment that projects identified as
3565 un-stuck will still be searchd for stuck sub-projects.
3566 (Paragraphs): Document centering.
3567 (Creating timestamps, Agenda commands): Document new
3568 behavior when changing time stamps.
3569 (Structure editing): Document the new command
3570 `org-clone-subtree-with-time-shift'.
3571 (Publishing): Refresh this chapter.
3572 (Export options, Export options, In-buffer settings):
3573 Document the new keywords.
3574 (Matching tags and properties): Collect all
3575 documentation about tags/property matches here.
3576 (Setting tags): Document `org-tag-persistent-alist'.
3577 (Weekly/daily agenda): New section.
3578 (Orgstruct mode): Describe `orgstruct++-mode'.
3579 (Drawers): Mention the LOGBOOK drawer.
3580 (Export options, Sectioning structure): Document the
3581 #+LEATEX_HEADER in-buffer setting.
3582 (Bugs): Section removed.
3583 (Hooks): New section.
0c7efc08 3584 (Add-on packages): Move here from old location.
c8d0cf5c
CD
3585 (Context-sensitive commands): New section.
3586 (Setting tags): Document newline option.
3587 (Global TODO list, Matching tags and properties):
3588 Mention more variables.
3589 (Checkboxes): Update to changed command behavior.
81a5560e 3590
40d2791f
CY
35912009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3592
3593 * speedbar.texi (Basic Key Bindings): Fix typo.
3594
65d0154b
JB
35952009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3596
3597 * calc.texi (Vector/Matrix Functions): Add index entries for both
3598 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3599 affects matrices with more than one row.
b5bdfd9f 3600 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 3601
5a9e3ab7
JB
36022009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3603
3604 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 3605 `calc-transpose-lines'.
5a9e3ab7 3606
42fb7e61
MA
36072009-07-27 Michael Albinus <michael.albinus@gmx.de>
3608
3609 * dbus.texi (Receiving Method Calls): Describe special return value
3610 `:ignore'.
3611
574b69d5
AM
36122009-07-24 Alan Mackenzie <acm@muc.de>
3613
3614 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3615 initialization, any individual variable setting now takes precedence
3616 over one done via c-file-style/c-file-offsets.
3617
ec06459c
JB
36182009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3619
3620 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3621 truncated when Calc is quit.
3622 (Customizing Calc): Document `calc-undo-length'.
3623
4ce54f6b
CY
36242009-07-20 Chong Yidong <cyd@stupidchicken.com>
3625
3626 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3627
0e4f8ba5
GM
36282009-07-11 Kevin Ryde <user42@zip.com.au>
3629
3630 * pcl-cvs.texi (About PCL-CVS):
3631 * widget.texi (Basic Types):
3632 Fix cross-references.
3633
fa0f81b0
AS
36342009-07-01 Andreas Schwab <aschwab@redhat.com>
3635
3636 * dbus.texi (Type Conversion): Don't use literal control character.
3637
88a683c5
MA
36382009-07-01 Michael Albinus <michael.albinus@gmx.de>
3639
3640 * tramp.texi (GVFS based methods): New section.
3641 (Remote processes): Processes for GVFS based methods run locally.
3642
36c8febb
MA
36432009-06-30 Michael Albinus <michael.albinus@gmx.de>
3644
0c7efc08
SM
3645 * tramp.texi (Inline methods, External methods, Gateway methods):
3646 Avoid the words "kludge" and hack".
36c8febb
MA
3647 (External methods): Add `synce' method.
3648
3649 * trampver.texi: Update release number.
3650
d6b951bb
MA
36512009-06-22 Michael Albinus <michael.albinus@gmx.de>
3652
3653 Sync with Tramp 2.1.16.
3654
3655 * tramp.texi (History): Add GVFS support.
3656 (External methods): Precise `rsync' description. Add `dav', `davs' and
3657 `obex' methods. Add 'tramp-gvfs-methods' option.
3658 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3659 forms.
3660 (Remote Programs): Introduce `tramp-own-remote-path'.
3661 (Remote processes): New subsection "Running remote programs that create
3662 local X11 windows".
3663 (Frequently Asked Questions): Improve code for disabling vc.
3664
3665 * trampver.texi: Update release number. Set default value of
3666 `emacsgvfs'.
3667
70243478
CY
36682009-06-21 Chong Yidong <cyd@stupidchicken.com>
3669
3670 * Branch for 23.1.
3671
54b31cbf
GM
36722009-06-17 Glenn Morris <rgm@gnu.org>
3673
3674 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3675 (Latest version of Emacs): Mention source code repository.
3676
f6adc23c
GM
36772009-06-16 Glenn Morris <rgm@gnu.org>
3678
3679 * faq.texi (Top): Language tweak.
3680 (Extended commands): Most people have arrow keys.
3681 (Emacs manual): Say how to follow info links.
3682 (File-name conventions): Change title a bit. Explain about source
3683 versus installed. Condense etc description.
3684 (Guidelines for newsgroup postings): Mention Savannah list page.
3685 (Newsgroup archives): Simplify.
3686 (Contacting the FSF): Add contact URL.
3687 (Emacs Lisp documentation): Printed version not always available.
3688 (Installing Texinfo documentation): Explain how by hand installation is
3689 not normally needed. Use add-to-list. Remove duplicate reference.
3690 (Informational files for Emacs): Move info on Help menu here from
3691 "File-name conventions".
3692 (Help installing Emacs): Tweak uref.
3693 (Obtaining the FAQ): Mention repository.
3694 (Origin of the term Emacs): Explain "ITS".
3695 (Changing load-path): Use add-to-list.
3696 (Automatic indentation): Clarify this is for Text mode.
3697 Don't mention Indented Text mode.
3698 (Finding Emacs on the Internet): The FSF does not seem to offer a
3699 deluxe distribution on CD anymore.
3700
b59a8457
GM
37012009-06-16 Glenn Morris <rgm@gnu.org>
3702
3703 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3704 Recommend the latest release. Mention how to get older FAQs.
3705 Recommend the Emacs manual.
3706 (Guidelines for newsgroup postings): Discourage cross-posts.
3707 (Underlining paragraphs): Remove.
3708 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3709 (Bugs and problems): Update key-binding.
3710 (Problems with very large files): Mention 64-bit.
3711 (Shell process exits abnormally): Remove.
3712 (Problems with Shell Mode): Rename and update.
3713 (Spontaneous entry into isearch-mode)
3714 (Problems talking to certain hosts): Remove. This is old information,
3715 in etc/PROBLEMS if needed.
3716 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3717 (Dired claims that no file is on this line): Update.
3718 (Installing Emacs, Problems building Emacs): Simplify.
3719 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3720 information.
3721 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3722 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3723 (JDEE): "JDEE", not "JDE".
3724 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3725 Remove. This is old information, in etc/PROBLEMS if needed.
3726 (stty and Backspace key, Kanji and Chinese characters): Remove.
3727 (Right-to-left alphabets): Update section.
3728 (Changing the included text prefix): Gnus uses message-yank-prefix.
3729 Add cross-reference to Supercite manual.
3730 (Saving a copy of outgoing mail): Simplify output file description.
3731 (Expanding aliases when sending mail): Refer to Emacs manual.
3732 Remove old info about RFC822.
3733 Correct description of how to rebuild aliases.
3734 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3735 (MIME with Emacs mail packages)
3736 (Viewing articles with embedded underlining)
3737 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3738 Remove old sections.
3739 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3740 and is well-documented in the Gnus manual.
3741 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3742 (Making Gnus faster): Rename from "Starting Gnus faster".
3743 Merge "Catch-up is slow in Gnus" into here.
3744
0e6d12ca
GM
37452009-06-14 Glenn Morris <rgm@gnu.org>
3746
3747 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3748 (New in Emacs 23): New section.
3749 (Handling C-s and C-q with flow control): Add xref.
3750
2e17e05e
GM
37512009-06-13 Glenn Morris <rgm@gnu.org>
3752
3753 * faq.texi (Setting up a customization file): Grammar fix.
3754 Customize is no longer "new".
3755 (Displaying the current line or column): Line-number mode is on by
3756 default. Don't mention `column' package. Mention linum.el.
3757 (Turning on abbrevs by default): Explain how to do it for buffers,
3758 modes, and everywhere.
3759 (Associating modes with files): Use add-to-list. Don't mention Emacs
3760 19.
3761 (Highlighting a region): On by default since 23.1.
3762 (Replacing highlighted text): Update doc quote.
3763 (Working with unprintable characters): Don't mention search-quote-char.
3764 (Using an already running Emacs process): Gnuclient is probably not an
3765 enhancement these days.
3766 (Indenting switch statements): Remove mention of pre-Emacs 20.
3767 (Horizontal scrolling): Abbreviate Emacs 20 description.
3768 (Replacing text across multiple files): Fix name of dired command.
3769 (Disabling backups): Use require not load.
4f9d4de3 3770 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3771
2a1cf2b9
BW
37722009-06-13 Bill Wohler <wohler@newt.com>
3773
3774 Release MH-E manual version 8.2.
3775
3776 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3777 release 8.2.
3778
85b438b7
GM
37792009-06-13 Glenn Morris <rgm@gnu.org>
3780
3781 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3782 in this day and age the common meaning is "on the web".
3783 (copying): Use @copyright in all cases.
3784 (Basic keys): Remove reference to deleted manual node "Text Characters".
3785 (File-name conventions): Use GNU as an example rather than SERVICE.
3786 default.el lives in site-lisp. Update Info directory location.
3787 (Real meaning of copyleft): GPL actions have been brought, but all
3788 settled out of court.
3789 (Guidelines for newsgroup postings): Shorten section title.
3790 Simplify comp.emacs description.
3791 (Newsgroup archives): Change Google URL. Describe Gmane.
3792 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3793 points". Mention List-Unsubscribe header.
3794 (Contacting the FSF): Update email and URLs.
3795 (Basic editing): Mention F1 for help.
3796 (Installing Texinfo documentation): Refer to Texinfo website rather
3797 than ftp server.
3798 (Printing a Texinfo file): Mention texi2pdf.
3799 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3800 are just stubs nowadays.
3801 (Latest version of Emacs): Explain version numbers.
3802 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3803 (Turning on syntax highlighting): No need to mention hilit19 any more.
3804 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3805 (Modes for various languages): Remove section.
3806 (Major packages and programs): Remove most version and maintainer
3807 information - it's hard to keep up-to-date, and adds nothing.
3808 Similarly with direct links to mailing lists.
3809 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3810 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3811 years, and Emacs comes with tools for this now.
3812 (Patch): Remove section - this is a standard tool.
3813 (Using function keys under X): Remove section.
3814
93e2d996
GM
38152009-06-12 Glenn Morris <rgm@gnu.org>
3816
3817 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3818 (Help installing Emacs): Remove reference to deleted X11 node.
3819 (Associating modes with files): Interpreter-mode-alist is no longer
3820 subservient to auto-mode-alist.
3821 (Installing Emacs): Change future Emacs version.
3822 (Linking with -lX11 fails): Remove old section.
3823 (Packages that do not come with Emacs): Update ELL location.
3824 Emacs Lisp archive is dead.
3825 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3826 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3827 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3828 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3829 (Removing flashing messages): Remove section about non-existent Gnus
3830 option.
3831
f0bf7708
GM
3832 * faq.texi (Top): Add @top command.
3833 Remove the optional arguments from all @node commands: makeinfo can
3834 generate these automatically, and it is easier to edit and rearrange
3835 nodes without them.
3836
30884d11
GM
38372009-06-11 Glenn Morris <rgm@gnu.org>
3838
3839 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3840 (The LPF): Make the updated URL the sole reference point.
3841 (Learning how to do something): Update refcard price and format.
3842 (Getting a printed manual): Sources in doc/emacs/, not man/.
3843 Also available in PDF format. Since the page count varies, be less
3844 precise.
3845 (Informational files for Emacs): Remove references to deleted files
3846 LPF and SUN-SUPPORT, and to UUCP.
3847 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3848 Remove many obsolete ways to get the FAQ, which now seems only to be
3849 distributed with Emacs.
3850 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3851
deab46e0
CY
38522009-06-09 Chong Yidong <cyd@stupidchicken.com>
3853
223b43fa 3854 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3855 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3856
deab46e0
CY
3857 * ada-mode.texi (Installation, Compile commands)
3858 (Project File Overview, No project files, Set compiler options)
3859 (Use GNAT project file, Use multiple GNAT project files)
3860 (Identifier completion): Use @samp for menu items, and @kbd for key
3861 sequences (Bug#3504).
3862
71fbd643
DU
38632009-06-04 Daiki Ueno <ueno@unixuser.org>
3864
8c9bb6f5 3865 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3866
f197085b
CY
38672009-06-04 Ryan Yeske <rcyeske@gmail.com>
3868
3869 * message.texi (Header Commands): Fix descriptions to match
3870 keybindings.
3871
7f3bc720
DU
38722009-04-22 Daiki Ueno <ueno@unixuser.org>
3873
3874 * gnus.texi (Security): Mention that EasyPG is the current default.
3875
4518068d
CY
38762009-04-13 Chong Yidong <cyd@stupidchicken.com>
3877
3878 * ediff.texi (Session Commands): Fix typo.
3879
d7ca410a
MB
38802009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3881
3882 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3883 news.software.readers. Reported by Florian Rehnisch.
3884
c6c76add
GM
38852009-04-02 Glenn Morris <rgm@gnu.org>
3886
3887 * auth.texi: Capitalize direntry.
3888
3889 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3890 using a period in the entry name. (Bug#2797)
3891
35ed8e2e
JB
38922009-03-03 Juanma Barranquero <lekktu@gmail.com>
3893
3894 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3895 ($(infodir)/auth, auth.dvi): New targets.
3896
e280480a
GM
38972009-03-03 Glenn Morris <rgm@gnu.org>
3898
3899 * auth.texi: Fix @setfilename.
3900
3901 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3902 (auth, $(infodir)/auth, auth.dvi): New rules.
3903
8a76755b
GM
39042009-02-25 Glenn Morris <rgm@gnu.org>
3905
3906 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
3907
0038d478
MB
39082009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3909
3910 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3911
39122009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3913
3914 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3915 gnus-nocem-issuers, and gnus-nocem-verifyer.
3916
867d4bb3
JB
39172009-02-20 Juanma Barranquero <lekktu@gmail.com>
3918
3919 * ada-mode.texi (Project files, Automatic Casing):
3920 * dbus.texi (Signals):
3921 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3922 * mh-e.texi (HTML):
3923 * nxml-mode.texi (Locating a schema)
3924 (Using the document's URI to locate a schema):
3925 * org.texi (Footnotes, Using the mapping API):
3926 * rcirc.texi (Channels): Remove duplicate words.
3927
3a44dc1f
GM
39282009-02-20 Glenn Morris <rgm@gnu.org>
3929
3930 * dired-x.texi (Miscellaneous Commands):
3931 * gnus.texi: Minor updates for mbox Rmail.
3932
5dc584b5
KB
39332009-02-16 Karl Berry <karl@gnu.org>
3934
b59a8457
GM
3935 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3936 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3937 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3938 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3939 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3940 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3941 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3942 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3943 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3944 Consistently use @insertcopying in the Top node,
5dc584b5 3945 @contents at the front (after @end titlepage),
b59a8457 3946 and @direntry after @copying. (Bug#1988)
5dc584b5 3947
9eb59592
MB
39482009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3949
3950 * auth.texi: New file documenting auth-source.
3951
d324fa76
CD
39522009-02-13 Carsten Dominik <dominik@science.uva.nl>
3953
3954 * org.texi (Org Plot): Fix link.
3955
7a603b73
DU
39562009-02-09 Daiki Ueno <ueno@unixuser.org>
3957
3958 * epa.texi (Mail-mode integration): Mention the way to do
3959 "encrypt-to-self". (Bug#1807)
3960
a626b338 39612009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
3962
3963 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
3964
3b36c17e
MB
39652009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
3966
3967 * gnus-news.texi: Print version about Incoming*.
3968
55033558
CD
39692009-02-02 Carsten Dominik <dominik@science.uva.nl>
3970
3971 * org.texi (Structure editing, Handling links)
3972 (Fast access to TODO states, Javascript support): Make standard docs
3973 correctly reflect default variable settings.
3974
ec712abb
GM
39752009-02-02 Glenn Morris <rgm@gnu.org>
3976
3977 * org.texi: Fix typos.
3978
7112648c
MA
39792009-02-01 Michael Albinus <michael.albinus@gmx.de>
3980
3981 Sync with Tramp 2.1.15.
3982
3983 * trampver.texi: Update release number.
3984
2e461fc1
CD
39852009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
3986
3987 * org.texi (TODO dependencies): Document TODO dependencies on
3988 checkboxes.
3989
bc283609
CD
39902009-01-30 Carsten Dominik <dominik@science.uva.nl>
3991
3992 * org.texi (TODO dependencies): Document key binding for toggling
3993 ORDERED property.
3994
74fc5047
MA
39952009-01-28 Michael Albinus <michael.albinus@gmx.de>
3996
3997 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
3998 of hook functions.
3999
d6685abc
CD
40002009-01-28 Carsten Dominik <dominik@science.uva.nl>
4001
4002 * org.texi (TODO dependencies): New section.
4003
65c439fd
CD
40042009-01-27 Carsten Dominik <dominik@science.uva.nl>
4005
4006 * org.texi (Plain lists, TODO basics, Priorities)
4007 (Multiple sets in one file, Conflicts): Document interaction with
4008 `shift-selection-mode'.
4009
5fafc247
JB
40102009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4011
4012 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4013 Make Calc the subject of sentences.
4014 (Rearranging Formulas using Selections): Discuss new options
4015 for `j *'.
4016
e7433508
MA
40172009-01-26 Michael Albinus <michael.albinus@gmx.de>
4018
4019 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4020
2096a1b6
GM
40212009-01-26 Glenn Morris <rgm@gnu.org>
4022
4023 * org.texi: Fix typos.
4024
0cb61492
BW
40252009-01-26 Bill Wohler <wohler@newt.com>
4026
2096a1b6 4027 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4028
0bd48b37
CD
40292009-01-25 Carsten Dominik <dominik@science.uva.nl>
4030
4031 * org.texi (References): Add information about remote references.
4032 (Built-in table editor): Document `C-c RET' in tables.
4033 (Math symbols, Quoting LaTeX code): Mention that simple
4034 LaTeX macros survive LaTeX export.
4035 (Images in LaTeX export): Show how to create a reference to a
4036 figure.
4037 (Sectioning structure): Document that the LaTeX class can be
4038 specified in a property.
4039 (Text areas in HTML export): New section.
4040 (External links): Add examples for text search and ID links.
4041 (Built-in table editor): Remove the descriptio of `C-c
4042 C-q', it not longer works.
4043 (Literal examples): Document that a space must follow
4044 the colon in short examples.
4045 (Relative timer): Document `org-timer-stop'.
4046 (Footnotes): New section.
4047 (Footnote markup): Shorten section and refer to new Footnote
4048 section.
4049 (Literal examples): Add documentation for line
4050 numbering in and references to code examples.
4051 (CSS support): Fix the description of default CSS styles.
4052 (Capturing column view): Document
4053 "file:path/to/file.org" as an allowed value for the ID property of
4054 a dynamic block copying column view.
4055
49dbbaf2
SE
40562009-01-23 Stephen Eglen <stephen@gnu.org>
4057
4058 * mh-e.texi (Getting Started): Describe $MH.
4059
193e6828
MA
40602009-01-21 Michael Albinus <michael.albinus@gmx.de>
4061
4062 * tramp.texi (all): Harmonize usage of "external method",
4063 "external transfer method" and "out-of-band method".
4064 (Connection types): Precise the differences of inline and external
4065 methods. Written by Adrian Phillips <a.phillips@met.no>.
4066
26b9f88d
MB
40672009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4068
4069 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4070 commands as described at the top. Reported by Allan Gottlieb
4071 <gottlieb@nyu.edu>.
4072
40732009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4074
4075 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4076 nnmail-pathname-coding-system.
4077
377952e0
GM
40782009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4079
4080 * org.texi (Relative timer): Fix typo.
4081
a20d3598
JB
40822009-01-15 Juanma Barranquero <lekktu@gmail.com>
4083
4084 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4085 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4086
a50253cc
GM
40872009-01-13 Glenn Morris <rgm@gnu.org>
4088
4089 * org.texi: Fix some more typos.
4090
07450bee
GM
40912009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4092
4093 * org.texi: Fix some typos.
4094
e3e955fe
MB
40952009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4096
4097 * gnus.texi (Group Parameters): Add note for local variables.
4098
40992009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4100
0c7efc08
SM
4101 * gnus.texi (Converting Kill Files): Fix URL.
4102 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
4103
41042009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4105
4106 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4107 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4108 (Paging the Article): Add index entry.
4109
71dd9983
JB
41102009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4111
4112 * ada-mode.texi (Examples): Delete redundant text.
4113
4a0cf14f
MA
41142009-01-03 Michael Albinus <michael.albinus@gmx.de>
4115
36c8febb 4116 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
4117
4118 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4119 addresses.
4120
aedac0f0
BW
41212009-01-03 Bill Wohler <wohler@newt.com>
4122
4123 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4124 kept empty.
4125
4c65b566
CD
41262008-12-20 Carsten Dominik <dominik@science.uva.nl>
4127
4128 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
4129 (HTML Export commands, LaTeX/PDF export commands):
4130 Improve documentation about transient-mark-mode.
e9fce1ac 4131 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
4132 to fields in the last table row.
4133
e1a78e1e
JL
41342008-12-19 Juri Linkov <juri@jurta.org>
4135
4136 * info.texi (Search Text): Remove mention of removed key binding M-s.
4137
17a0aa82
CD
41382008-12-18 Carsten Dominik <dominik@science.uva.nl>
4139
4140 * org.texi (References): Remove mentioning of @0 as reference for the
4141 last line, this has been reverted in the Lisp sources.
4142
4997d802
JB
41432008-12-17 Juanma Barranquero <lekktu@gmail.com>
4144
4145 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4146 (DVI_TARGETS): Remove duplicates. Add sasl.
4147 ($(infodir)/sasl, sasl.dvi): New targets.
4148
33306645
CD
41492008-12-17 Carsten Dominik <dominik@science.uva.nl>
4150
4151 * org.texi: Version number pushed to 6.15d.
4152
db55f368
CD
41532008-12-16 Carsten Dominik <dominik@science.uva.nl>
4154
a0bf4117 4155 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
4156 (Images in LaTeX export): New section.
4157 (Inlined images, Images in HTML export): Sections renamed.
4158
dae0a942
MB
41592008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4160
4161 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4162
9f5572e9
MB
41632008-12-04 David Engster <dengste@eml.cc>
4164
4165 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 4166 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 4167
bc23baaa
CD
41682008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4169
4170 * org.texi (Using the mapping API): Fix bug in mapping example.
4171 (Publishing options): Make the list of properties complete again, in
4172 correspondence to the variable `org-export-plist-vars'.
4173 (Property searches): Document new special values for time comparisons.
4174 (Tag inheritance): Refine the description of tag inheritance.
4175 (Project alist): Add info about the publishing sequence of components.
a0bf4117 4176 (Effort estimates): Document the new relative timer.
bc23baaa 4177
3bf8054f
JB
41782008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4179
4180 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4181 (Using Calc): Clarify use of `C-x * o'.
4182 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4183
ac134f2f
RS
41842008-11-28 Richard M Stallman <rms@gnu.org>
4185
4186 * dbus.texi (Receiving Method Calls): Clean up previous change.
4187
ace706d1
MA
41882008-11-26 Michael Albinus <michael.albinus@gmx.de>
4189
4190 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4191 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4192 `dbus-unescape-from-identifier'.
4193 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 4194 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
4195 (Signals): Use the constants in the example.
4196
d60b1ba1
CD
41972008-11-24 Carsten Dominik <dominik@science.uva.nl>
4198
b97439ce 4199 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 4200
ce4fdcb9
CD
42012008-11-23 Carsten Dominik <dominik@science.uva.nl>
4202
4203 * org.texi (Setting up Remember): Document `org-remember-mode'.
4204 (External links): Document that bbdb links can use a regular
4205 expression.
4206 (External links): Document that elisp links can contain interactive
4207 commands.
4208
c8548a00 42092008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
4210
4211 * viper.texi (viper-translate-all-ESC-keysequences):
4212 Description removed.
4213
6a2c4aec
GM
42142008-11-19 Glenn Morris <rgm@gnu.org>
4215
4216 * doclicense.texi: Change to FDL 1.3.
4217 Relicense all texi files under FDL 1.3 or later.
4218
59ee4113
JB
42192008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4220
4221 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4222
59bcbb98 42232008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 4224
0c7efc08 4225 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
4226
4227 * ediff.texi: Version/date change.
9f90198a 4228
8aa41c9b
CY
42292008-11-14 Chong Yidong <cyd@stupidchicken.com>
4230
4231 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4232
17587b1b
JB
42332008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4234
4235 * calc.texi (About This Manual): Comment out a mention of
4236 marginal notes.
4237
564c900e
CD
42382008-11-12 Carsten Dominik <dominik@science.uva.nl>
4239
4240 * org.texi (Clocking work time): Document the :formula property of
4241 clock tables.
4242 (Structure editing, Refiling notes): Document refiling regions.
4243 (Agenda commands): Document the double-prefix version
4244 of the `l' command in the agenda.
4245 (Handling links): Explain the effect of a double prefix
4246 arg to `C-c C-o'.
4247 (TODO basics): Add documentation for tag triggers.
4248
3c4be1f2
GM
42492008-10-23 Glenn Morris <rgm@gnu.org>
4250
4251 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4252 byte-compiling things like `+'.
4253
4254 * ns-emacs.texi: Merge copyright years of author now with assignment
4255 into FSF years.
4256 (VER): Use it for easier automatic updating. Use Emacs version rather
4257 than standalone Emacs.app version.
4258
a6520ff3
CD
42592008-10-12 Carsten Dominik <dominik@science.uva.nl>
4260
864c9740 4261 * org.texi: Lots of minor fixes.
a6520ff3
CD
4262 (Capture): New chapter.
4263 (Org Plot): New section.
4264
db7a4b66
MH
42652008-09-30 Magnus Henoch <mange@freemail.hu>
4266
4267 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4268
4043c194
JB
42692008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4270
4271 * calc.texi (User Defined Units): Mention how to enter optional display
4272 string.
4273
eef5ade7
MB
42742008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4275
0c7efc08 4276 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
4277 avoid the "y/n" wording.
4278
e52cac88
MB
42792008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4280
0c7efc08 4281 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
4282
42832008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4284
4285 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4286 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4287
00c55306
BW
42882008-09-22 Bill Wohler <wohler@newt.com>
4289
4290 Release MH-E manual version 8.1.
4291
4292 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4293 release 8.1.
4294
4295 * mh-e.texi: Retain dual license as agreed to by the FSF.
4296 However, bump GPL to Version 3.
4297 Use @include for license text.
4298
e52cac88 42992008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
4300
4301 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
4302 (Store custom flags and keywords, Store arbitrary data):
4303 Clean up markup.
64763fe3
MB
4304
43052008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4306
4307 * gnus.texi (The Gnus Registry): Document it.
4308
9e601b8d
MB
43092008-09-08 David Engster <dengste@eml.cc>
4310
88ee5b02
JB
4311 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4312 Clarify section about choosing back end servers.
9e601b8d 4313
247043f1
GM
43142008-08-23 Glenn Morris <rgm@gnu.org>
4315
4316 * dired-x.texi (Shell Command Guessing):
4317 Mention dired-guess-shell-case-fold-search. (Bug#417)
4318
2bfec7a0
MA
43192008-08-22 Michael Albinus <michael.albinus@gmx.de>
4320
4321 * trampver.texi: Update release number.
4322
247043f1 43232008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
4324
4325 * ns-emacs.texi: Update version.
4326 (Introduction): Correct menu location for options save.
4327 (Customization): Note that defaults are stored under org.gnu.Emacs.
4328
8c20bd92
BW
43292008-08-11 Bill Wohler <wohler@newt.com>
4330
4331 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4332 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4333 Henman) (closes SF #1768928).
4334
767a4d92
GM
43352008-08-10 Glenn Morris <rgm@gnu.org>
4336
4337 * ns-emacs.texi: Use @copying. Change copyright of authors with
4338 assignment to FSF. Change license to GFDL.
4339 (Top): Remove outdated references.
4340
6ecfe5c2
MB
43412008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4342
88ee5b02
JB
4343 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4344 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
4345 gnus-summary-sort-by-most-recent-date.
4346 (Summary Sorting): Explain prefix argument.
4347
43482008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4349
4350 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4351 gnus-summary-pipe-output.
4352
eb932e8a
MA
43532008-08-03 Michael Albinus <michael.albinus@gmx.de>
4354
4355 * dbus.texi (Receiving Method Calls): Document error handling of own
4356 D-Bus methods.
4357
bfe16263
BW
43582008-08-01 Bill Wohler <wohler@newt.com>
4359
4360 * mh-e.texi (Reading Mail)
9f90198a 4361 (Viewing Attachments): Describe new function
bfe16263
BW
4362 mh-show-preferred-alternative.
4363 (Sending Mail, Redistributing, Sending Message): Describe new hook
4364 mh-annotate-msg-hook.
4365
21956b56
MA
43662008-07-31 Michael Albinus <michael.albinus@gmx.de>
4367
4368 * dbus.texi (Arguments and Signatures): Fix example.
4369 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4370 (Asynchronous Methods): New node.
9f90198a
JB
4371 (Errors and Events): Describe extended layout of `dbus-event'.
4372 New defun `dbus-event-message-type'.
21956b56 4373
7c2fb837
DN
43742008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4375
4376 * ediff.texi: Remove VMS support.
4377
13662773
JB
43782008-07-29 Juanma Barranquero <lekktu@gmail.com>
4379
4380 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4381 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4382
ddde0b34
CY
43832008-07-29 Chong Yidong <cyd@stupidchicken.com>
4384
4385 * Makefile.in: Add mairix-el targets.
4386
43872008-07-29 David Engster <deng@randomsample.de>
4388
4389 * mairix-el.texi: New file.
4390
d5875b25
JB
43912008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4392
366b7d44
JB
4393 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4394 project files. Delete 'main_unit' project variable; not needed. Allow
4395 process environment variables wherever project variables are allowed.
4396 Add tutorial section on multiple GNAT project files.
d5875b25 4397
6cbab8ee
MA
43982008-07-27 Michael Albinus <michael.albinus@gmx.de>
4399
4400 Sync with Tramp 2.1.14.
4401
4402 * trampver.texi: Update release number.
4403
9e2a2647
DN
44042008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4405
4406 * ns-emacs.texi:
4407 * faq.texi: Remove mentions of Mac Carbon.
4408
d62672f3
MB
44092008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4410
4411 * gnus.texi (Saving Articles): Describe the 2nd argument of
4412 gnus-summary-save-in-pipe.
4413 (SpamAssassin): Use it.
4414
44152008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4416
4417 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4418
dd12e1c6
CD
44192008-07-25 Carsten Dominik <dominik@science.uva.nl>
4420
4421 * org.texi (Export options): Document the use of the creator flag.
4422
44ce9197
CD
44232008-07-24 Carsten Dominik <dominik@science.uva.nl>
4424
4425 * org.texi: New version 6.06a.
4426
ddd13c5d
JB
44272008-07-23 Juanma Barranquero <lekktu@gmail.com>
4428
4429 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4430 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4431
8dc6104d
JB
44322008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
4433
4434 * calc.texi (Editing Stack Entries):
4435 (Algebraic Entry): Rewrite introductory sentences so it can be used by
4436 Calc's help functions. Mention fixing typos.
4437 (Customizing Calc): Fix typo.
4438
44392008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
4440
4441 * calc.texi (summarykey): New macro. Use to correctly format keys in
4442 the summary.
4443
ddd13c5d 44442008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
4445
4446 * ns-emacs.texi (Customization): Corrected documentation on color
4447 specification formats.
4448
568beaa2
AS
44492008-07-19 Andreas Schwab <schwab@suse.de>
4450
db8ef699 4451 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
4452
4453 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4454 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4455
cd71b9ae
MA
44562008-07-18 Michael Albinus <michael.albinus@gmx.de>
4457
4458 * dbus.texi (Inspection): Rework, introduce submenus.
4459 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4460 (Properties and Annotations, Arguments and Signatures): New nodes.
4461
9b7993b4
MA
44622008-07-13 Michael Albinus <michael.albinus@gmx.de>
4463
4464 * dbus.texi (Receiving Method Calls): Fix description of
4465 `dbus-register-method'.
4466 (Signals): Allow also signal arguments for filtering in
4467 `dbus-register-signal'.
4468
241d447b
JB
44692008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4470
4471 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4472 `cnorm'.
4473 (Arithmetic Tutorial): Simplify the verification of prime factors.
4474
adb46650
MB
44752008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4476
4477 * gnus.texi (Saving Articles): Mention
4478 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4479
92e15881
JB
44802008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
4481
4482 * calc.texi: Adjust mode line throughout.
4483
ea597303
JB
44842008-06-28 Juanma Barranquero <lekktu@gmail.com>
4485
4486 * sasl.texi (Mechanisms): Fix typos.
4487
aee08080
JB
44882008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4489
4490 * calc.texi (Killing from the stack): Mention using normal Emacs
4491 copying.
4492
a06a4a12
MA
44932008-06-21 Michael Albinus <michael.albinus@gmx.de>
4494
0c7efc08 4495 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 4496 Add `auth-source' mechanism.
a06a4a12
MA
4497 (Connection caching): Tramp reopens the connection automatically,
4498 when the operating system on the remote host has been changed.
4499
7389398d
EZ
45002008-06-20 Eli Zaretskii <eliz@gnu.org>
4501
4502 * makefile.w32-in (distclean): Remove makefile.
4503
b349f79f
CD
45042008-06-17 Carsten Dominik <dominik@science.uva.nl>
4505
3f9b4c2b 4506 * org.texi (Using the mapping API): New section.
b349f79f 4507 (Agenda column view): New section.
3f9b4c2b 4508 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 4509 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 4510 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
4511
45122008-06-17 Jason Riedy <jason@acm.org>
4513
4514 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4515 function, and efmt may be a two-argument function.
4516 (Radio tables): Document multiple destinations.
4517
cd5c05d2
GM
45182008-06-16 Glenn Morris <rgm@gnu.org>
4519
4520 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4521 Add Cover-Texts.
4522
debf4439
GM
45232008-06-15 Glenn Morris <rgm@gnu.org>
4524
4525 * faq.texi (VER): Update to 23.0.60.
4526
4527 * mh-e.texi: Remove option of licensing under GPL.
4528 Add Cover-Texts to GFDL permissions notice.
4529 (GPL): Remove section.
4530 (GFDL): Include doclicense.texi rather than the actual text.
4531
4532 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4533 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4534
4535 * sasl.texi: Fix output file name.
4536
4537 * epa.texi, sasl.texi: Refer to license in Emacs manual.
4538
4539 * gnus-coding.texi: Refer to license in Gnus manual.
4540
4541 * idlwave.texi, sasl.texi: Use @copying.
4542
4543 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
4544
4545 * speedbar.texi: Update Back-Cover Text as per maintain.info.
4546
4547 * url.texi: Use @copying, @title, @subtitle, @author.
4548
4549 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4550 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4551 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4552 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4553 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4554 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4555 * widget.texi, woman.texi:
4556 Remove references to external license, since doclicense is included.
4557
4558 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4559 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4560 Remove references to non-existent Invariant Sections.
4561
091f8bc1
GM
45622008-06-14 Glenn Morris <rgm@gnu.org>
4563
4564 * faq.texi (Major packages and programs): Remove references to external
4565 Supercite, Calc, VIPER, since they have been included for some time.
4566 Update VM, AUCTeX, BBDB entries.
4567
47bcb4d3
UJ
45682008-06-14 Ulf Jasper <ulf.jasper@web.de>
4569
4570 * newsticker.texi: Updated to match latest newsticker changes.
4571
6f093307
GM
45722008-06-13 Glenn Morris <rgm@gnu.org>
4573
4574 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4575 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4576 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4577 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4578 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4579 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4580 * woman.texi:
4581 Update Back-Cover Text as per maintain.info.
4582
2b968687
MB
45832008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4584
4585 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4586
4587 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4588 (gnus-faq.xml): Update repository host.
4589
2b968687
MB
4590 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4591
45922008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4593
4594 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4595 Fix a typo.
4596
45972008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4598
4599 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 4600 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
4601 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4602
46032008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4604
4605 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4606 coding standards.
4607
46082008-06-14 David Engster <dengste@eml.cc>
4609
4610 * gnus.texi (nnmairix): Markup fixes.
4611
e6d2d263
MB
46122008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4613
2b968687 4614 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4615
46162008-06-05 David Engster <dengste@eml.cc>
4617
4618 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4619
46202008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4621
b344d29d 4622 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4623 (Searching, nnir, nnmairix): New stub nodes.
4624
ad231df6 46252008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4626
4627 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4628
f394fa25
MB
46292008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4630
4631 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4632
58333467
MB
46332008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4634
4635 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4636
67525fb9
JY
46372008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4638
4639 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4640
0549d8fc
JB
46412008-05-06 Juanma Barranquero <lekktu@gmail.com>
4642
4643 * info.texi (Top): Fix typo in xref.
4644
149a3837
KB
46452008-05-05 Karl Berry <karl@gnu.org>
4646
4647 * info.texi (Top): @xref to stand-alone manual.
4648
3a23a519
MB
46492008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4650
4651 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4652 (Various Summary Stuff): Fix typo in last xref.
4653
0a29fbf3
JB
46542008-05-02 Juanma Barranquero <lekktu@gmail.com>
4655
4656 * org.texi (Moving subtrees): Fix typo.
4657
586b90f1
MA
46582008-04-28 Michael Albinus <michael.albinus@gmx.de>
4659
4660 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4661 Tramp via `tramp-mode'.
4662
b5af9883
CD
46632008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4664
4665 * org.texi: Massive changes, in many parts of the file.
4666
d55fe5bb
MB
46672008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4668
4669 * gnus.texi (Oort Gnus): Add message-fill-column.
4670
46712008-04-12 Adrian Aichner <adrian@xemacs.org>
4672
4673 * gnus.texi (Mail Source Specifiers): Typo fix.
4674
46752008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4676
4677 * gnus.texi (Diary Headers Generation): Update key binding for
4678 `gnus-diary-check-message'.
4679
46802008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4681
4682 * gnus.texi (Emacsen): Addition.
4683
46842008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4685
4686 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4687
46882008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4689
4690 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4691
46922008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4693
4694 * gnus-news.texi: Update tool bar item.
4695
46962008-04-09 Sven Joachim <svenjoac@gmx.de>
4697
4698 * gnus-news.texi: Fix typos.
4699
76c109c3
JB
47002008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4701
222027f2 4702 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4703 Add mention of `kron'.
4704
d5fbd5a6
MO
47052008-04-01 Daiki Ueno <ueno@unixuser.org>
4706
0c7efc08
SM
4707 * epa.texi (Encrypting/decrypting *.gpg files):
4708 Document epa-file-name-regexp.
d5fbd5a6 4709
fbcbb58c
KY
47102008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4711
4712 * gnus.texi (Example Methods): Fix description about ssh-agent.
4713 (Indirect Functions): Fix the default value of nntp-telnet-command;
4714 remove link to connect.html.
4715
134ce16c
MA
47162008-03-30 Michael Albinus <michael.albinus@gmx.de>
4717
4718 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4719 dbus-call-method.
4720 (Receiving Method Calls): The timeout can be set by the calling client.
4721
da1975d7
MA
4722 * trampver.texi: Update release number.
4723
2e4089ab
RS
47242008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4725
4726 * gnus.texi (Top): Fix version. Add SASL.
4727
70cab5a9
MA
47282008-03-29 Michael Albinus <michael.albinus@gmx.de>
4729
4730 Sync with Tramp 2.1.13.
4731
4732 * trampver.texi: Update release number.
4733
5bc6ddff
MB
47342008-03-29 Chong Yidong <cyd@stupidchicken.com>
4735
4736 * org.texi: Update to new org-mode website.
4737
47382008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4739
4740 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4741
9b3ebcb6
MB
47422008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4743
4744 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4745 gnus-read-ephemeral-gmane-group-url,
4746 gnus-read-ephemeral-emacs-bug-group,
4747 gnus-read-ephemeral-debian-bug-group.
4748
47492008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4750
4751 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4752
4753 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4754 Add FIXMEs for Bookmarks and gnus-registry-marks.
4755
47562008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4757
4758 * gnus.texi (Smileys): Document `smiley-style'.
4759
47602008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4761
4762 * gnus.texi (Gnus Development): Clarify difference between ding and
4763 gnu.emacs.gnus.
4764 (MIME Commands, Using MIME, RSS): Fix markup.
4765
4766 * gnus-faq.texi ([8.4]): Ditto.
4767
47682008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4769
4770 * gnus.texi (Emacsen): Remove obsolete stuff.
4771
47722008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4773
4774 * gnus.texi (Oort Gnus): Add version info WRT
4775 `mail-source-delete-incoming'.
4776
47772008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4778
4779 * gnus.texi (Top): Add "Other related manuals" and version info in
4780 `iftex' output.
4781 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4782 gnus-balloon-face-0 and the corresponding format specifiers.
4783
608d6a81
MA
47842008-03-26 Michael Albinus <michael.albinus@gmx.de>
4785
4786 * tramp.texi (Filename completion): Remove footnote about let-bind
4787 of `partial-completion-mode'. It doesn't work this way.
4788
27a6f132
SM
47892008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4790
4791 * pcl-cvs.texi (Contributors): Update my email.
4792
4a7c4c40
MA
47932008-03-21 Michael Albinus <michael.albinus@gmx.de>
4794
4795 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4796
2940c053
BW
47972008-03-17 Bill Wohler <wohler@newt.com>
4798
4799 * mh-e.texi (Viewing): Update URL for adding header fields to
4800 mh-invisible-header-fields-default.
4801
30864d5f
BW
48022008-03-16 Bill Wohler <wohler@newt.com>
4803
4804 * mh-e.texi (Preface): Add Gnus to requirements.
4805 (Forwarding): Note that forwarded MIME messages are now inline.
4806
31fe2b00
SM
48072008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4808
4809 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4810 (Common Variables): Give precedence to the netcat methods over the
4811 telnet methods, and mention that they are more reliable.
31fe2b00 4812
5e97c626
CD
48132008-03-13 Carsten Dominik <dominik@science.uva.nl>
4814
4815 * org.texi (Exporting Agenda Views): Document agenda export to
4816 iCalendar.
4817 (Progress logging): Document the new progress logging stuff.
4818
37a68866
MB
48192008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4820
4821 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4822 Update for change of `mail-source-delete-incoming'.
4823
4824 * gnus-news.texi: Ditto.
4825
8f7abae3
MB
48262008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4827
4828 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4829 custom versions.
4830
af379c86
AM
48312008-03-07 Alan Mackenzie <acm@muc.de>
4832
4833 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4834 parens/brackets in a k&r region is limited.
4835
3d0f8a67
MB
48362008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4837
4838 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4839 using different Emacs versions.
4840
52151df0
GM
48412008-02-27 Glenn Morris <rgm@gnu.org>
4842
4843 * sc.texi: Remove a lot of old and obsolete info.
4844 (titlepage): Simplify.
4845 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4846 (VM with any Emacsen, GNEWS with any Emacsen)
4847 (Overloading for Non-conforming MUAs, Version 3 Changes)
4848 (The Supercite Mailing List): Delete nodes.
4849 (Introduction): Remove info about old packages.
4850 (Getting Connected): Simplify. Remove info about old packages.
4851 (Citing Commands): Delete Emacs 19 info.
4852 (Hints to MUA Authors): Simplify.
4853 (Thanks and History): Merge in some info from the deleted node
4854 "Version 3 Changes".
4855
b03f96dc
MB
48562008-02-05 Juanma Barranquero <lekktu@gmail.com>
4857
4858 * org.texi (Setting tags, In-buffer settings):
4859 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4860
52bec650
MB
48612008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4862
4863 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4864 installation directory name.
4865
34a3c587
RF
48662008-02-12 Romain Francoise <romain@orebokech.com>
4867
4868 * epa.texi (Overview): Fix typo.
4869
5a8d03e9
MO
48702008-02-11 Daiki Ueno <ueno@unixuser.org>
4871
4872 * epa.texi (Quick start): Remove the .emacs setting.
4873
f1914c40
MO
48742008-02-10 Daiki Ueno <ueno@unixuser.org>
4875
4876 * epa.texi (Quick start): Use the command `epa-enable' instead of
4877 loading `epa-setup'.
4878
bca98fc9
JB
48792008-02-08 Juanma Barranquero <lekktu@gmail.com>
4880
4881 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4882 ($(infodir)/epa, epa.dvi): New targets.
4883
4b01af2e
MO
48842008-02-08 Daiki Ueno <ueno@unixuser.org>
4885
4886 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4887
4888 * epa.texi: New manual documenting the EasyPG Assistant.
4889
06c0751a
MA
48902008-02-06 Michael Albinus <michael.albinus@gmx.de>
4891
4892 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4893 (Inspection): New function dbus-ping.
4894
7dcccd7b
MA
48952008-02-05 Michael Albinus <michael.albinus@gmx.de>
4896
4897 * tramp.texi (Remote processes): Add `shell-command'.
4898
a1da1e37
MB
48992008-01-28 Michael Sperber <sperber@deinprogramm.de>
4900
4901 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4902 (Group Parameters): Document `mail-source' parameter.
4903
c9d8f746
MA
49042008-01-27 Michael Albinus <michael.albinus@gmx.de>
4905
4906 * tramp.texi (Inline methods): The hostname of the su(do)? methods
4907 must be a local host.
4908
15db4a13
MO
49092008-01-26 Michael Olson <mwolson@gnu.org>
4910
4911 * erc.texi: Update version for ERC 5.3 release.
4912 (Obtaining ERC): Update extras URLs for 5.3.
4913 (Development): Write instructions for git, and remove those for Arch.
4914 (History): Mention the switch to git.
4915
2bc43980
KB
49162008-01-24 Karl Berry <karl@gnu.org>
4917
bca98fc9
JB
4918 * info.texi (Search Index, Search Text): Mention the command
4919 character in the section name, a la the (Go to node) node.
2bc43980 4920
d2e4a6c9
MA
49212008-01-21 Michael Albinus <michael.albinus@gmx.de>
4922
4923 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4924
0b6799c3
MB
49252008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4926
4927 * gnus-news.texi: Mention gnus-article-describe-bindings.
4928
49292008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4930
4931 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4932
db9c3fb1 49332008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 4934
7b4d0413 4935 * org.texi (Property inheritance): New section.
db9c3fb1 4936 (Conventions): New section.
7b4d0413 4937 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
4938 commands, and the new bindings for refiling.
4939 (Sparse trees): Document the new special command for sparse trees.
4940 (References): Be more clear about the counting of hilines.
4941 (Handling links): Document M-p/n for accessing links.
4942 (Fast access to TODO states): New section.
4943 (Per file keywords): New section.
4944 (Property inheritance): New section.
4945 (Column attributes): New summary types.
4946 (Capturing Column View): New section.
4947 (The date/time prompt): Cover the new features in the date/time prompt.
4948 Compactify the table of keys for the calendar remote control.
4949 (Clocking work time): Document the new :scope parameter.
4950 (Remember): Promoted to chapter.
4951 (Quoted examples): New section.
4952 (Enhancing text): New verbatim environments.
4953
6ed73f28
MA
49542008-01-14 Michael Albinus <michael.albinus@gmx.de>
4955
4956 * trampver.texi: Update release number.
4957
95838435
MB
49582008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4959
0c7efc08
SM
4960 * gnus.texi (Article Keymap):
4961 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
4962 gnus-article-reply-with-original and
4963 gnus-article-followup-with-original.
4964
20234d96
GM
49652008-01-09 Glenn Morris <rgm@gnu.org>
4966
4967 * nxml-mode.texi: Add @copying section.
4968
d82cf70b
MB
49692008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4970
4971 * message.texi (Mail Variables): Add some text from "(gnus)Posting
4972 Server". Add `message-send-mail-with-mailclient'.
4973
4974 * gnus.texi (Posting Server): Move some text to "(message)Mail
4975 Variables" and add a reference here.
4976
addb7f2e
MA
49772008-01-04 Michael Albinus <michael.albinus@gmx.de>
4978
4979 * dbus.texi (Receiving Method Calls): New chapter.
4980 (Errors and Events): Add serial number to events. Replace "signal" by
4981 "message". Introduce dbus-event-serial-number.
4982
4db2806c
MA
49832008-01-03 Michael Albinus <michael.albinus@gmx.de>
4984
4985 * dbus.texi (Type Conversion): Explain the type specification for empty
4986 arrays. Use another example.
4987
c9ecb5a7
MA
49882007-12-30 Michael Albinus <michael.albinus@gmx.de>
4989
4990 * dbus.texi (all): Replace "..." by @dots{}.
4991 (Type Conversion): Precise the value range for :byte types.
4992 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
4993 Mention its return value.
4994 (Errors and Events): There is no D-Bus error propagation during event
4995 processing.
4996
702dbfd9
JB
49972007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
4998
4999 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5000 New sections.
5001
87035689
MB
50022007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5003
5004 * gnus.texi (Group Parameters): Reorder the text and add a note about
5005 `gnus-parameters' near the beginning of the node.
5006
50072007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5008
5009 * gnus.texi (Score File Editing): Fix function name.
5010
5492f5ca
MA
50112007-12-23 Michael Albinus <michael.albinus@gmx.de>
5012
5013 Sync with Tramp 2.1.12.
5014
5015 * trampver.texi: Update release number.
5016
d4e67bc5
MA
50172007-12-22 Michael Albinus <michael.albinus@gmx.de>
5018
5019 * dbus.texi (Type Conversion): Correct input parameters mapping.
5020
6a31c819
MA
50212007-12-21 Michael Albinus <michael.albinus@gmx.de>
5022
5023 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5024 (Errors and Events): Mention wrong-type-argument error.
5025
99a3e35f
AS
50262007-12-21 Alex Schroeder <alex@gnu.org>
5027
5028 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5029 spaces. Fixed some typos.
99a3e35f
AS
5030 (Internet Relay Chat): Explain relay.
5031 (Getting started with rcirc): Change items to reflect prompts.
5032 Add more explanation to rcirc-track-minor-mode and added a comment to
5033 warn future maintainers that this section is a copy.
0c7efc08 5034 (People): Change /ignore example.
62b12a24 5035 (Keywords): Not keywords.
99a3e35f 5036
331e4d02
AS
50372007-12-20 Alex Schroeder <alex@gnu.org>
5038
5039 * rcirc.texi (Top): Fighting Information Overload chapter added.
5040 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5041 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5042 (Fighting Information Overload): New chapter documenting /keyword,
5043 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5044 (Configuration): Document rcirc-server-alist, remove
5045 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5046
cd71c3ef
MA
50472007-12-16 Michael Albinus <michael.albinus@gmx.de>
5048
5049 * dbus.texi (Signals): Fix example in dbus-register-signal.
5050
bbbe940b
MB
50512007-12-14 Sven Joachim <svenjoac@gmx.de>
5052
5053 * gnus.texi (Score Variables): Fix typo.
5054
0ce574ef
MA
50552007-12-07 Michael Albinus <michael.albinus@gmx.de>
5056
5057 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5058 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5059 (Errors and Events): Adapt dbus-event.
5060
b890d447
MB
50612007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5062
5063 * gnus.texi (Other Files): Add the yenc command.
5064
50652007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5066
5067 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5068 since 2004-08-06.
5069
50702007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5071
5072 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5073 on body.
5074
50752007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5076
5077 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5078 and rfc2047-allow-irregular-q-encoded-words; fix description of
5079 rfc2047-encode-encoded-words.
5080
50812007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5082
5083 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5084
3728bf03
MO
50852007-12-05 Michael Olson <mwolson@gnu.org>
5086
5087 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5088 Update documentation for `remember-diary-file'.
5089
a4397af9
MA
50902007-12-04 Michael Albinus <michael.albinus@gmx.de>
5091
5092 * dbus.texi (Signals): Precise `dbus-register-signal'.
5093 (Errors and Events): Rework events part, the internal structure of
5094 dbus-event has changed.
5095
1682490c
JB
50962007-12-03 Juanma Barranquero <lekktu@gmail.com>
5097
5098 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5099 ($(infodir)/dbus, dbus.dvi): New targets.
5100
7b13a0f2
MA
51012007-12-03 Michael Albinus <michael.albinus@gmx.de>
5102
5103 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5104 unconditionally.
5105
5106 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5107 emulation with @print{}.
5108
7ef92bc9
RS
51092007-12-02 Richard Stallman <rms@gnu.org>
5110
5111 * dbus.texi (Overview): Minor cleanup.
5112
22d8ac3a
MA
51132007-12-02 Michael Albinus <michael.albinus@gmx.de>
5114
d3a8e0df
MA
5115 * Makefile.in (INFO_TARGETS): Add dbus.
5116 (DVI_TARGETS): Add dbus.dvi.
5117 (dbus, dbus.dvi): New targets.
5118
22d8ac3a
MA
5119 * dbus.texi: New file.
5120
559764ab
RF
51212007-11-24 Romain Francoise <romain@orebokech.com>
5122
5123 * nxml-mode.texi: Add description in @direntry.
7aa579d9 5124 Fix file name to match @setfilename.
559764ab 5125
ac97a16b
MH
51262007-11-23 Mark A. Hershberger <mah@everybody.org>
5127
5128 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5129 ($(infodir)/nxml-mode): New rule.
5130
5131 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5132 ($(infodir)/nxml-mode): New rule.
5133 (clean): Add nxml-mode*.
5134
5135 * nxml-mode.texi: New file with nxml manual.
5136
404cd454
GM
51372007-11-18 Richard Stallman <rms@gnu.org>
5138
5139 * flymake.texi (Example -- Configuring a tool called directly):
5140 Update example.
5141
b048d478
MA
51422007-11-18 Michael Albinus <michael.albinus@gmx.de>
5143
5144 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 5145 double-slash behavior. Explain directory contents flushing.
b048d478 5146
346e8469
JB
51472007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5148
5149 * calc.texi (TeX and LaTeX Language Modes): Put in
5150 missing braces.
5151
404cd454
GM
51522007-11-15 Richard Stallman <rms@gnu.org>
5153
5154 * cl.texi (Equality Predicates): Delete `eql'.
5155 (Predicates, Naming Conventions, Top): Delete `eql'.
5156 (Common Lisp Compatibility): Delete `eql'.
5157 (Porting Common Lisp): Delete obsolete backquote info.
5158 Minor clarification about character constants.
5159 (Sequence Basics): Minor clarification.
5160
1f6af58b
JB
51612007-11-15 Juanma Barranquero <lekktu@gmail.com>
5162
dccb744b 5163 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
5164 * tramp.texi (Filename completion): Fix typos.
5165
3bc88bc9
JB
51662007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5167
5168 * calc.texi (Basic commands): Mention the menu.
5169
bc5300d3
MA
51702007-11-12 Michael Albinus <michael.albinus@gmx.de>
5171
5172 * tramp.texi (Connection caching): Tramp flushes connection
5173 properties when remote operating system has been changed.
5174
4d8a28ec
MB
51752007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5176
5177 * gnus-news.texi: Fix spelling.
5178 `message-insert-formatted-citation-line', not
5179 `message-insert-formated-citation-line'.
5180
404cd454
GM
5181 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5182
e1176b47
MA
51832007-11-07 Michael Albinus <michael.albinus@gmx.de>
5184
5185 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 5186 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
5187 (Frequently Asked Questions): Add code example for highlighting the
5188 mode line.
5189
6159985a
MO
51902007-11-03 Michael Olson <mwolson@gnu.org>
5191
5192 * remember.texi: Change mentions of remember-buffer to
5193 remember-finalize throughout.
5194
bec9b2f5
MO
51952007-10-30 Michael Olson <mwolson@gnu.org>
5196
5197 * remember.texi (Copying): Remove.
5198 (Mailbox): Update with non-BBDB instructions.
5199 (Diary, Org): Add.
5200 (Bibliography, Planner Page): Remove.
5201
b6173182
JB
52022007-10-30 Juanma Barranquero <lekktu@gmail.com>
5203
5204 * makefile.w32-in (INFO_TARGETS): Add remember.
5205 (DVI_TARGETS): Add remember.dvi.
5206 ($(infodir)/remember): New rule.
5207 (clean): Add remember*.
5208
15f3eb73
MO
52092007-10-30 Michael Olson <mwolson@gnu.org>
5210
70bdc930
MO
5211 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5212 ($(infodir)/remember): New rule that builds the Remember Manual.
5213
b6173182
JB
5214 * remember.texi: New file containing the Remember Mode Manual.
5215 Shuffle chapters around after initial import.
7d3f6f1a
MO
5216 (Function Reference): Split Keystrokes into separate chapter.
5217 (Keystrokes): Document C-c C-k.
51d24a12 5218 (Introduction): Fix typographical issue with "---".
15f3eb73 5219
404cd454
GM
52202007-10-29 Richard Stallman <rms@gnu.org>
5221
5222 * widget.texi (Introduction): Delete discussion of implementation
5223 internals.
5224
9bbb9638
MA
52252007-10-29 Michael Albinus <michael.albinus@gmx.de>
5226
5227 * tramp.texi (Connection caching): Host names must be different
5228 when tunneling.
5229
c7ff939a
RS
52302007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5231
5232 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5233 Gnus v5.13.
5234
01c52d31
MB
52352007-10-28 Miles Bader <miles@gnu.org>
5236
5237 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5238
01c52d31
MB
52392007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5240
0c7efc08
SM
5241 * gnus.texi (Sorting the Summary Buffer):
5242 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
5243
52442007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5245
5246 * gnus.texi (Non-ASCII Group Names): New node.
5247 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5248 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5249
c8763fb6 52502007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5251
5252 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5253 clean the output of the program `imap-shell-program'.
5254
52552007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5256
5257 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5258
52592007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5260
5261 * gnus.texi (Sticky Articles): Documentation for sticky article
5262 buffers.
5263
c8763fb6 52642007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5265
5266 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5267
52682007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5269
5270 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5271
52722007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5273
0c7efc08
SM
5274 * gnus.texi (Archived Messages):
5275 Document gnus-update-message-archive-method.
01c52d31
MB
5276
52772007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5278
5279 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5280
c8763fb6 52812007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 5282
0c7efc08
SM
5283 * gnus.texi (Group Maneuvering):
5284 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
5285
52862007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5287
0c7efc08
SM
5288 * gnus.texi (Really Various Summary Commands):
5289 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
5290
52912007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5292
5293 * gnus.texi, message.texi: Bump version number.
5294
52952007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5296
5297 * gnus.texi (Group Line Specification, Misc Group Stuff)
5298 (Server Commands): Parenthesize @pxref{Mail Spool}.
5299
53002007-10-28 Didier Verna <didier@xemacs.org>
5301
5302 New user option: message-signature-directory.
5303 * message.texi (Insertion Variables): Document it.
5304 * gnus.texi (Posting Styles): Ditto.
5305
53062007-10-28 Didier Verna <didier@xemacs.org>
5307
5308 * gnus.texi (Group Line Specification):
5309 * gnus.texi (Misc Group Stuff):
5310 * gnus.texi (Server Commands): Document the group compaction feature.
5311
53122007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5313
5314 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5315
5316 * message.texi (Various Message Variables): Add message-fill-column.
5317
53182007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5319
5320 * gnus.texi: Untabify.
5321
53222007-10-28 Didier Verna <didier@xemacs.org>
5323
5324 * gnus.texi (Group Parameters): Document the posting-style merging
5325 process in topic-mode.
5326
53272007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5328
5329 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5330
53312007-10-28 Romain Francoise <romain@orebokech.com>
5332
5333 * gnus.texi (Mail Spool): Fix typo.
5334 Update copyright.
5335
53362007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5337
5338 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5339
53402007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5341
5342 * gnus.texi (Summary Generation Commands):
5343 Add gnus-summary-insert-ticked-articles.
5344
53452007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5346
b2abec73
JB
5347 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5348 to spam-spamassassin-program.
01c52d31
MB
5349
53502007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5351
5352 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5353
53542007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5355
5356 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5357
53582007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5359
5360 * message.texi (Mail Headers): Document `opportunistic'.
5361
53622007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5363
5364 * emacs-mime.texi (Encoding Customization): Explain how to set
5365 mm-coding-system-priorities per hierarchy.
5366
53672007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5368
5369 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5370 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5371
53722007-10-28 Didier Verna <didier@xemacs.org>
5373
5374 * message.texi (Wide Reply): Update documentation of
5375 message-dont-reply-to-names (now allowing a list of regexps).
5376
53772007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5378
5379 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5380
53812007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5382
5383 * gnus.texi (SpamAssassin back end): Fix typo.
5384
5385 * sieve.texi (Examples): Fix grammar.
5386
53872007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5388
5389 * gnus.texi (Searching for Articles): Document M-S and M-R.
5390 (Limiting): Document / b.
5391
53922007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5393
5394 * gnus.texi (Thread Commands): T M-^.
5395
53962007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5397
5398 * message.texi (Mail Aliases): Document ecomplete.
5399 (Mail Aliases): Fix typo.
5400
54012007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5402
5403 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5404 fix typo.
5405
54062007-10-28 Romain Francoise <romain@orebokech.com>
5407
5408 * gnus.texi (Mail Spool): Grammar fix.
5409
54102007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5411
5412 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5413 string.
5414
54152007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5416
5417 * gnus.texi (Group Parameters): Fix description.
5418
54192007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5420
b2abec73
JB
5421 * gnus.texi (Gmane Spam Reporting):
5422 Fix spam-report-gmane-use-article-number.
5423 Add spam-report-user-mail-address.
01c52d31
MB
5424
54252007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5426
5427 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5428
54292007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5430
5431 * gnus.texi (Group Parameters): Add simplified sorting example based on
5432 example for `Sorting the Summary Buffer' from Jari Aalto
5433 <jari.aalto@cante.net>.
5434 (Example Methods): Add example for an indirect connection.
5435
54362007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5437
0c7efc08 5438 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
5439 (Agent Parameters): Updated parameter names to match code.
5440 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5441 'gnus-agent-summary-fetch-series'.
5442 (Agent and flags): New section providing a generalized discussion
5443 of flag handling.
0c7efc08
SM
5444 (Agent and IMAP): Remove flag discussion.
5445 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
5446
54472007-10-28 Romain Francoise <romain@orebokech.com>
5448
5449 * gnus.texi (Exiting the Summary Buffer): Add new function
5450 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5451
54522007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5453
5454 * gnus.texi (Conformity): Fix typo.
5455 (Customizing Articles): Document `first'.
5456
54572007-10-28 Jari Aalto <jari.aalto@cante.net>
5458
5459 * gnus.texi (Sorting the Summary Buffer):
5460 Add `gnus-thread-sort-by-date-reverse'. Add example
5461 host to different sorting in NNTP and RSS groups.
5462
54632007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5464
5465 * message.texi (Insertion): Describe prefix for
5466 message-mark-inserted-region and message-mark-insert-file.
5467
54682007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5469
5470 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5471 LaTeX documents. Describe "text/x-gnus-verbatim".
5472
54732007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5474
b2abec73 5475 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
5476 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5477 (spam-stat spam filtering, SpamOracle)
0c7efc08 5478 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
5479 clarity.
5480
54812007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5482
5483 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5484 gnus-article-delete-part and gnus-article-replace-part.
5485 (Using MIME): Add gnus-mime-replace-part.
5486
54872007-10-28 Romain Francoise <romain@orebokech.com>
5488
5489 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5490 requires `auto-compression-mode' to be enabled. Add new nnml
5491 variable `nnml-compressed-files-size-threshold'.
5492
54932007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5494
0c7efc08
SM
5495 * gnus.texi (Sorting the Summary Buffer):
5496 Add gnus-thread-sort-by-recipient.
01c52d31
MB
5497
54982007-10-28 Romain Francoise <romain@orebokech.com>
5499
5500 * message.texi (Insertion Variables): Mention new variable
5501 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5502 documentation accordingly.
5503
55042007-10-28 Romain Francoise <romain@orebokech.com>
5505
5506 * gnus.texi (To From Newsgroups): Mention new variables
5507 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5508
55092007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5510
5511 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5512 stuff; gnus-mime-inline-part does the automatic decompression.
5513
55142007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5515
5516 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 5517 "training.ham" should be "training.spam".
01c52d31
MB
5518
55192007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5520
5521 * message.texi (Mail Variables): Fix the default value for
5522 message-send-mail-function.
5523
55242007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5525
5526 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5527 always returns nil exceptionally.
5528
55292007-10-28 Simon Josefsson <jas@extundo.com>
5530
0c7efc08
SM
5531 * gnus.texi (Article Washing): Add libidn URL.
5532 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
5533
55342007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5535
5536 * gnus.texi (Topic Commands): Fix next/previous.
5537
55382007-10-28 Simon Josefsson <jas@extundo.com>
5539
5540 * gnus.texi (Article Washing): Mention `W i'.
5541
c8763fb6 55422007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
5543
5544 * gnus.texi (Group Parameters): Slight extension of sieve
5545 parameter description.
5546
55472007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5548
5549 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5550 matching score files as well.
5551 (Picons): Describe `gnus-picon-style'.
5552
55532007-10-28 Romain Francoise <romain@orebokech.com>
5554
5555 * message.texi (Message Headers): Mention that headers are hidden
5556 using narrowing, and how to expose them.
5557 Update copyright.
5558
55592007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5560
5561 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5562 `gnus-summary-sort-by-recipient'.
5563
55642007-10-28 Romain Francoise <romain@orebokech.com>
5565
5566 * gnus.texi (NNTP marks): New node.
5567 (NNTP): Move NNTP marks variables to the new node.
5568
55692007-10-28 Jesper Harder <harder@ifa.au.dk>
5570
b2abec73 5571 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
5572
5573 * gnus.texi (MIME Commands, Hashcash): Markup fix.
5574
55752007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5576
b2abec73 5577 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 5578 everywhere for consistency.
b2abec73
JB
5579 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5580 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
5581 Say "regular expression" instead of "regex." Admonish.
5582 Pick other words to sound better (s/so/thus/).
5583 (Spam ELisp Package Filtering of Incoming Mail):
5584 Mention statistical filters. Remove old TODO.
01c52d31 5585 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
5586 New section on sorting and displaying the spam score.
5587 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5588 backend but an alias to spam-use-BBDB.
5589 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
5590 new backend functionality.
5591
55922007-10-28 Simon Josefsson <jas@extundo.com>
5593
5594 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5595 nntp-marks-directory, from Romain Francoise
5596 <romain@orebokech.com>.
5597
55982007-10-28 Magnus Henoch <mange@freemail.hu>
5599
5600 * gnus.texi (Hashcash): New default value of
5601 hashcash-default-payment.
5602
56032007-10-28 Simon Josefsson <jas@extundo.com>
5604
5605 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5606 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5607
56082007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5609
0c7efc08 5610 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5611
56122007-10-28 Simon Josefsson <jas@extundo.com>
5613
5614 * gnus.texi (documentencoding): Add, to avoid warnings.
5615
56162007-10-28 Simon Josefsson <jas@extundo.com>
5617
5618 * message.texi (Mail Headers): Add.
5619
5620 * gnus.texi (Hashcash): Fix.
5621
56222007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5623
0c7efc08 5624 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5625 that payments can be verified and fix the name of the
b2abec73 5626 hashcash-path variable.
01c52d31
MB
5627
56282007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5629
b2abec73 5630 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5631
56322007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5633
5634 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5635
56362007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5637
5638 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5639 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5640 warning about ham processors in spam groups removed.
01c52d31
MB
5641
56422007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5643
0c7efc08 5644 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5645 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5646
56472007-10-28 Jesper Harder <harder@ifa.au.dk>
5648
5649 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5650 (Mailing List): Typo.
5651 (Customizing Articles): Add gnus-treat-ansi-sequences.
5652 (Article Washing): Index.
5653
5654 * message.texi: Use m-dash consistently.
5655
56562007-10-28 Jesper Harder <harder@ifa.au.dk>
5657
5658 * gnus.texi (GroupLens): Remove.
5659
56602007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5661
0c7efc08
SM
5662 * gnus.texi (Outgoing Messages, Agent Variables):
5663 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5664 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5665
56662007-10-28 Jesper Harder <harder@ifa.au.dk>
5667
5668 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5669
56702007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5671
5672 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5673
5674 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5675
56762007-10-28 Simon Josefsson <jas@extundo.com>
5677
5678 * gnus.texi (Top): Add SASL.
5679
404cd454
GM
56802007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5681
5682 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5683
56842007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5685
5686 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5687
0edd2970
JB
56882007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5689
5690 * calc.texi (Formulas, Composition Basics): Lower the
5691 precedence of negation.
5692
a9afba20
JY
56932007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5694
5695 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5696 Mention the new three-letter column identifiers.
5697 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5698 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5699 message when using `c' on an empty default with default printer.
5700 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5701 renamed to `ses--symbolic-formulas' some time ago.
5702
45b778a6
JB
57032007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5704
5705 * calc.texi (Default Simplifications, Making Selections)
5706 (Customizing Calc): Clarify associativity of multiplication.
5707
03b5bade
MA
57082007-10-23 Michael Albinus <michael.albinus@gmx.de>
5709
5710 * tramp.texi (Traces and Profiles): Simplify loop over
5711 `trace-function-background'.
5712
e658c8ee
JL
57132007-10-22 Juri Linkov <juri@jurta.org>
5714
5715 * dired-x.texi (Shell Command Guessing): Default values are now
5716 available by typing M-n instead of M-p.
5717
dd753688
MA
57182007-10-21 Michael Albinus <michael.albinus@gmx.de>
5719
5720 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5721 (Password caching): Remove `tramp-clear-passwd'.
5722 It's not a command anymore.
dd753688
MA
5723 (Bug Reports): Add `tramp-bug' to function index.
5724 (Function Index, Variable Index): New nodes.
5725 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5726
5727 * trampver.texi: Update release number.
5728
4bb49b43
JB
57292007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5730
8b296cdd 5731 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5732 about integer size into past tense.
5733 (Time Zones): Remove pointer to Calc author's address.
5734 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5735 and hyperbolic cotangent. Fix typo.
4bb49b43 5736
311dd93f
MA
57372007-10-10 Michael Albinus <michael.albinus@gmx.de>
5738
5739 Sync with Tramp 2.1.11.
5740
5741 * trampver.texi: Update release number.
5742
ea3fc256
MA
57432007-10-06 Michael Albinus <michael.albinus@gmx.de>
5744
5745 * tramp.texi (External packages): New section.
5746
1af74d06
MB
57472007-09-29 Juri Linkov <juri@jurta.org>
5748
5749 * info.texi (Help-Int): Document `L' (`Info-history').
5750
0e2806fa
SM
57512007-09-26 Carsten Dominik <dominik@science.uva.nl>
5752
5753 * org.texi: Change links to webpage and maintained email.
5754 (Remember): Promote to Chapter, significant changes.
5755 (Fast access to TODO states): New section.
5756 (Faces for TODO keywords): New section.
5757 (Export options): Example for #+DATE.
5758 (Progress logging): Section moved.
5759
567b9191
BW
57602007-09-26 Bill Wohler <wohler@newt.com>
5761
5762 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5763 browse-url-at-mouse.
5764
1af74d06
MB
57652007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5766
5767 * flymake.texi (Customizable variables): Face names don't end in -face.
5768 Fix flymake-err-line-patterns template.
5769 (Example -- Configuring a tool called directly): Fix init-function.
5770 (Highlighting erroneous lines): Face names don't end in -face.
5771
d60a4e3a 57722007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5773
5774 * erc.texi (Special-Features): Fix small typo.
5775
7d7a3510
MA
57762007-09-14 Michael Albinus <michael.albinus@gmx.de>
5777
5778 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5779 and "External transfer methods".
5780
285f0d3a
JB
57812007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5782
5783 * calc.texi (Predefined Units): Add some history.
5784
526dc846
MO
57852007-09-08 Michael Olson <mwolson@gnu.org>
5786
87e04f16
JB
5787 * erc.texi (Copying): New section included from gpl.texi.
5788 This matches the look of the upstream ERC manual.
526dc846 5789
f10d0e80
JB
57902007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5791
87e04f16 5792 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5793 (Random Numbers): Clarify the distribution of `random'.
5794
4009494e
GM
57952007-09-06 Glenn Morris <rgm@gnu.org>
5796
f1fc42aa 5797 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5798 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5799 Change all setfilename commands to use ../../info.
5800 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5801 refer to the Emacs manual here.
5802 (infodir): New variable.
5803 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5804 (cc-mode.texi, faq.texi): Update references to source file locations.
5805 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5806 do not refer to the Emacs manual here.
5807 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5808
5809 * Makefile.in: Add `basename' versions of all info targets, for
5810 convenience when rebuilding just one manual.
5811 (../etc/GNU): Delete obsolete target.
5812 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5813 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5814 *.vrs *.toc here...
5815 (maintainer-clean): ...from here.
4009494e
GM
5816
5817 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5818
2de53ca6
GM
58192007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5820
5821 * calc.texi (Date Conversions): Clarify definition of
5822 Julian day numbering.
5823 (Date Forms): Clarify definition of Julian day numbering;
5824 add some history.
5825
58262007-08-30 Carsten Dominik <dominik@science.uva.nl>
5827
87e04f16 5828 * org.texi: Version 5.07.
2de53ca6
GM
5829
58302007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5831
5832 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5833
58342007-08-22 Carsten Dominik <dominik@science.uva.nl>
5835
5836 * org.texi (Adding hyperlink types): New section.
5837 (Embedded LaTeX): Chapter updated because of LaTeX export.
5838 (LaTeX export): New section.
5839 (Using links out): New section.
5840
58412007-08-22 Glenn Morris <rgm@gnu.org>
5842
5843 * faq.texi (Learning how to do something): Refcards now in
5844 etc/refcards/ directory.
5845
58462007-08-22 Michael Albinus <michael.albinus@gmx.de>
5847
5848 * tramp.texi (Remote Programs): Persistency file must be cleared when
5849 changing `tramp-remote-path'.
5850 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5851 macro.
5852
58532007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5854
5855 * calc.texi: Move contents to beginning of file.
5856 (Algebraic Entry): Fix the formatting of an example.
5857
58582007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5859
5860 * calc.texi (Basic Operations on Units): Mention exact versus
5861 inexact conversions.
5862
58632007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5864
5865 * calc.texi (Basic Operations on Units): Mention default
5866 values for new units.
5867 (Quick Calculator Mode): Mention that binary format will
5868 be displayed.
5869
58702007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5871
5872 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5873
58742007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5875
5876 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5877
58782007-08-08 Glenn Morris <rgm@gnu.org>
5879
5880 * gnus.texi, sieve.texi: Replace `iff'.
5881
58822007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5883
5884 * calc.texi (Basic Graphics): Mention the graphing of error
5885 forms.
5886 (Graphics Options): Mention how `g s' handles error forms.
5887 (Curve Fitting): Mention plotting the curves.
5888 (Standard Nonlinear Models): Add additional models.
5889 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5890 (Linear Fits): Correct result.
5891
58922007-08-01 Alan Mackenzie <acm@muc.de>
5893
5894 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5895 to "--no-site-file".
5896
58972007-07-29 Michael Albinus <michael.albinus@gmx.de>
5898
5899 * tramp.texi (Frequently Asked Questions): Point to mode line
5900 extension in Emacs 23.1.
5901
5902 * trampver.texi: Update release number.
5903
59042007-07-27 Glenn Morris <rgm@gnu.org>
5905
5906 * calc.texi (Copying): Include license text from gpl.texi, rather than
5907 in-line.
5908
59092007-07-25 Glenn Morris <rgm@gnu.org>
5910
5911 * calc.texi (Copying): Replace license with GPLv3.
5912
5913 * Relicense all FSF files to GPLv3 or later.
5914
59152007-07-22 Michael Albinus <michael.albinus@gmx.de>
5916
5917 Sync with Tramp 2.1.10.
5918
5919 * tramp.texi (trampfn): Expand macro implementation in order to handle
5920 empty arguments.
5921 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 5922 occurrences by trampfn.
2de53ca6 5923 (Frequently Asked Questions): Extend example code for host
b2abec73 5924 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
5925 file names to be typed.
5926
5927 * trampver.texi: Update release number.
5928
59292007-07-17 Michael Albinus <michael.albinus@gmx.de>
5930
5931 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5932 section. Reported by <poti@potis.org>.
5933 (Remote processes): Arguments of the program to be debugged are taken
5934 literally.
5935 (Frequently Asked Questions): Simplify recentf example.
5936
59372007-07-14 Karl Berry <karl@gnu.org>
5938
5939 * info.texi (@copying): New Back-Cover Text.
5940
5941 * info.texi (Quitting Info): Move to proper place in source.
5942 (Reported by Benno Schulenberg.)
5943
59442007-07-13 Eli Zaretskii <eliz@gnu.org>
5945
5946 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5947
5948 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5949
5950 * emacs-mime.texi: Add @documentencoding directive.
5951
59522007-07-12 Nick Roberts <nickrob@snap.net.nz>
5953
5954 * tramp.texi (Remote processes): Add an anchor to the subsection
5955 "Running a debugger on a remote host".
5956
59572007-07-12 Michael Albinus <michael.albinus@gmx.de>
5958
5959 * tramp.texi (Remote processes): Don't call it "experimental" any
5960 longer. Add subsection about running a debugger on a remote host.
5961
59622007-07-10 Carsten Dominik <dominik@science.uva.nl>
5963
5964 * org.texi (Properties and columns): Chapter rewritten.
5965
59662007-07-08 Michael Albinus <michael.albinus@gmx.de>
5967
5968 * tramp.texi:
5969 * trampver.texi: Migrate to Tramp 2.1.
5970
59712007-07-02 Carsten Dominik <dominik@science.uva.nl>
5972
5973 * org.texi (Properties): New chapter.
5974
59752007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
5976
5977 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
5978 Control Panel.
5979
5980 * gnus.texi (Misc Article): Add index entry for
5981 gnus-single-article-buffer.
5982
59832007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
5984
5985 * gnus.texi (Starting Up): Fix typo.
5986
59872007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
5988
5989 * gnus.texi (Asynchronous Fetching): Fix typo.
5990
59912007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
5992
5993 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
5994 (About This Manual): Remove redundant information.
5995 (Getting Started): Mention author.
5996 (Basic Arithmetic, Customizing Calc): Make description of the
5997 variable `calc-multiplication-has-precedence' match its new effect.
5998
59992007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6000
0c7efc08
SM
6001 * calc.texi (Basic Arithmetic, Customizing Calc):
6002 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
6003
60042007-06-19 Carsten Dominik <dominik@science.uva.nl>
6005
6006 * org.texi (Tag): Section swapped with node Timestamps.
6007 (Formula syntax for Lisp): Document new `L' flag.
6008
60092007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6010
6011 * gnus.texi (Misc Group Stuff, Summary Buffer)
6012 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6013
60142007-06-06 Juanma Barranquero <lekktu@gmail.com>
6015
6016 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6017 * gnus.texi (Article Buttons, Mail Source Customization)
6018 (Sending or Not Sending, Customizing NNDiary):
6019 * message.texi (Message Headers):
6020 * mh-e.texi (HTML): Fix typos.
6021
60222007-06-07 Michael Albinus <michael.albinus@gmx.de>
6023
6024 Sync with Tramp 2.0.56.
6025
6026 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6027 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6028
60292007-06-02 Chong Yidong <cyd@stupidchicken.com>
6030
6031 * Version 22.1 released.
6032
60332007-05-26 Michael Olson <mwolson@gnu.org>
6034
6035 * erc.texi (Modules): Fix references to completion modules.
6036
60372007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6038
6039 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6040
60412007-05-09 Didier Verna <didier@xemacs.org>
6042
6043 * gnus.texi (Email Based Diary): New. Proper documentation for the
6044 nndiary back end and the gnus-diary library.
6045
60462007-05-03 Karl Berry <karl@gnu.org>
6047
6048 * .cvsignore (*.pdf): New entry.
6049
6050 * texinfo.tex: Update from current version for better pdf generation.
6051
60522007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6053
6054 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6055
60562007-04-28 Glenn Morris <rgm@gnu.org>
6057
6058 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6059 consideration of legal status.
6060
60612007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6062
6063 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6064
60652007-04-24 Chong Yidong <cyd@stupidchicken.com>
6066
6067 * faq.texi (New in Emacs 22): python.el removed.
6068
60692007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6070
6071 * calc.texi (Reporting bugs): Update maintainer's address.
6072
60732007-04-22 Chong Yidong <cyd@stupidchicken.com>
6074
6075 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6076
60772007-04-15 Jay Belanger <belanger@truman.edu>
6078
6079 * calc.texi (Title page): Remove the date.
6080 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6081 (The Standard Calc Interface): Change trail title.
6082 (Floats): Mention that when non-decimal floats are entered, only
6083 approximations are stored.
6084 (Copying): Move to the appendices.
6085 (GNU Free Documentation License): Add as an appendix.
6086
60872007-04-15 Chong Yidong <cyd@stupidchicken.com>
6088
6089 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6090 * dired-x.texi, ebrowse.texi, ediff.texi:
6091 * emacs-mime.texi, erc.texi, eshell.texi:
6092 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6093 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6094 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6095 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6096 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6097 * woman.texi: Include GFDL.
6098
6099 * doclicense.texi: Remove node heading, so that it can be included by
6100 other files.
6101
6102 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6103
6104 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6105 than *.
6106
61072007-04-14 Carsten Dominik <dominik@science.uva.nl>
6108
6109 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6110 in Calc.
6111
61122007-04-09 Romain Francoise <romain@orebokech.com>
6113
6114 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6115 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6116 replace mouse-2.
6117
61182007-04-08 Chong Yidong <cyd@stupidchicken.com>
6119
6120 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6121 renamed to woman-use-topic-at-point. Document new behavior.
6122
61232007-04-08 Richard Stallman <rms@gnu.org>
6124
6125 * url.texi: Fix some indexing.
6126 (Disk Caching): Drop discussion of old/other Emacs versions.
6127
61282007-04-07 Chong Yidong <cyd@stupidchicken.com>
6129
6130 * url.texi (Disk Caching): Say Emacs 21 "and later".
6131
6132 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6133 on Font locking which now mentions JIT lock.
6134
61352007-04-01 Michael Olson <mwolson@gnu.org>
6136
6137 * erc.texi: Update for the ERC 5.2 release.
6138
61392007-03-31 David Kastrup <dak@gnu.org>
6140
6141 * woman.texi (Topic, Interface Options): Explain changes semantics of
6142 woman-manpath in order to consider MANPATH_MAP entries.
6143
61442007-03-31 Eli Zaretskii <eliz@gnu.org>
6145
6146 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6147
61482007-03-26 Richard Stallman <rms@gnu.org>
6149
6150 * pgg.texi (Caching passphrase): Clean up previous change.
6151
61522007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6153
6154 * gnus.texi (Setting Process Marks): Fix typo.
6155
61562007-03-25 Romain Francoise <romain@orebokech.com>
6157
6158 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6159 readability, and include various fixes by Daniel Brockman, Nick Roberts
6160 and Dieter Wilhelm.
6161
61622007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6163
6164 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6165
6166 * gnus.texi (Mail Source Specifiers): Fix typo.
6167
61682007-03-22 Ralf Angeli <angeli@caeruleus.net>
6169
6170 * reftex.texi (Imprint): Update maintainer information.
6171
61722007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6173
6174 * message.texi (Message Buffers): Update documentation for
6175 message-generate-new-buffers.
6176
61772007-03-15 Daiki Ueno <ueno@unixuser.org>
6178
6179 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6180
61812007-03-21 Glenn Morris <rgm@gnu.org>
6182
6183 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6184
61852007-03-19 Chong Yidong <cyd@stupidchicken.com>
6186
6187 * eshell.texi (Known problems): Emacs 21 -> 22.
6188
6189 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6190
61912007-03-18 Jay Belanger <belanger@truman.edu>
6192
6193 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6194
61952007-03-12 Glenn Morris <rgm@gnu.org>
6196
6197 * calc.texi (Time Zones): Switch to new North America DST rule.
6198
6199 * calc.texi: Replace "daylight savings" with "daylight
6200 saving" in text throughout.
6201
62022007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6203
6204 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6205 The variable now uses a list of symbols instead of just a symbol.
6206 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6207
62082007-03-06 Romain Francoise <romain@orebokech.com>
6209
6210 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6211 new packages, and mention Gnus update.
6212
62132007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6214
6215 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6216 nntp-open-connection-functions-never-echo-commands.
6217
62182007-02-27 Chong Yidong <cyd@stupidchicken.com>
6219
6220 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6221 problems on the console, and security risk in not using gpg-agent.
6222
62232007-02-25 Carsten Dominik <dominik@science.uva.nl>
6224
0c7efc08 6225 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
6226 Completely reorganized and rewritten.
6227 (CamelCase links): Section removed.
6228 (Repeating items): New section.
6229 (Tracking TODO state changes): New section.
6230 (Agenda views): Chapter reorganized and rewritten.
6231 (HTML export): Section rewritten.
6232 (Tables in arbitrary syntax): New section.
6233 (Summary): Better feature summary.
6234 (Activation): Document problem with cut-and-paste of Lisp code
6235 from PDF files.
6236 (Visibility cycling): Document indirect buffer use.
6237 (Structure editing): Document sorting.
6238 (Remember): Section rewritten.
6239 (Time stamps): Better description of time stamp types.
6240 (Tag searches): Document regular expression search for tags.
6241 (Stuck projects): New section.
6242 (In-buffer settings): New keywords.
6243 (History and Acknowledgments): Updated description.
6244
62452007-02-24 Alan Mackenzie <acm@muc.de>
6246
6247 * cc-mode.texi (Movement Commands): Insert two missing command names.
6248 (Getting Started): Slight wording correction (use conditional).
6249
62502007-02-22 Kim F. Storm <storm@cua.dk>
6251
6252 * widget.texi (User Interface, Basic Types): Document need to put some
6253 text before the %v escape in :format string in editable-field widget.
6254
62552007-02-18 Romain Francoise <romain@orebokech.com>
6256
6257 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6258 `cvs-mode-quit'.
6259
62602007-02-10 Markus Triska <markus.triska@gmx.at>
6261
6262 * widget.texi (Programming Example): Put constant strings in :format.
6263
62642007-02-07 Juanma Barranquero <lekktu@gmail.com>
6265
6266 * faq.texi (Fullscreen mode on MS-Windows): New node.
6267
62682007-02-04 David Kastrup <dak@gnu.org>
6269
6270 * faq.texi (AUCTeX): Update version number. Should probably be done
6271 for other packages as well.
6272
62732007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6274
6275 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6276 <tassilo@member.fsf.org>.
6277
62782007-01-27 Eli Zaretskii <eliz@gnu.org>
6279
6280 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6281 ls-lisp-use-localized-time-format.
6282
62832007-01-20 Markus Triska <markus.triska@gmx.at>
6284
6285 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6286
62872007-01-13 Michael Olson <mwolson@gnu.org>
6288
6289 * erc.texi (Modules): Mention capab-identify module.
6290
62912007-01-05 Michael Olson <mwolson@gnu.org>
6292
6293 * erc.texi (Getting Started): Update for /RECONNECT command.
6294
62952007-01-04 Richard Stallman <rms@gnu.org>
6296
6297 * ebrowse.texi: Change C-c b to C-c C-m.
6298
62992007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6300
6301 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6302 variables only in info to avoid redundant entries in the printed
6303 manual.
6304
63052007-01-02 Daiki Ueno <ueno@unixuser.org>
6306
6307 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6308
63092007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6310
6311 * message.texi (Security): Split into sub-nodes.
6312
63132007-01-01 Alan Mackenzie <acm@muc.de>
6314
6315 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6316 eval-after-load in Emacs <=21 and a workaround. Document that
6317 trigraphs are not supported.
6318
63192007-01-01 Alan Mackenzie <acm@muc.de>
6320
6321 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6322 c-context-line-break. When invoked within a string, preserve
6323 whitespace. Add a backslash only when also in a macro.
6324
63252007-01-01 Alan Mackenzie <acm@muc.de>
6326
6327 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6328
63292007-01-01 Alan Mackenzie <acm@muc.de>
6330
6331 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6332 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6333
63342007-01-01 Alan Mackenzie <acm@muc.de>
6335
6336 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6337 "Choosing a Style".
6338
6339 * cc-mode.texi ("Styles"): Add @dfn{style}.
6340
63412006-12-30 Michael Albinus <michael.albinus@gmx.de>
6342
6343 Sync with Tramp 2.0.55.
6344
6345 * trampver.texi: Update release number.
6346
63472006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6348
6349 * gnus.texi (Customizing Articles): Add index entries for all
6350 gnus-treat-* variables.
6351
c8763fb6 63522006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6353
6354 * gnus.texi (IMAP): Fix incorrect explanation of
6355 nnimap-search-uids-not-since-is-evil in documentation for
6356 nnimap-expunge-search-string.
6357
63582006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6359
6360 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6361 spam-ifile-database.
6362
63632006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6364
6365 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6366 rebind C-s.
6367
c8763fb6 63682006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6369
6370 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6371 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6372 "expiring mail".
6373 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6374 nnimap-nov-is-evil.
6375
63762006-12-25 Kevin Ryde <user42@zip.com.au>
6377
6378 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6379 about the key procedure being used heavily.
6380
63812006-12-24 Chong Yidong <cyd@stupidchicken.com>
6382
6383 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6384 to t.
6385 (Prerequisites): Add explanation about gpg-agent.
6386
63872006-12-22 Kevin Ryde <user42@zip.com.au>
6388
6389 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6390 "sort" instead of "sort*".
6391
63922006-12-19 Richard Stallman <rms@gnu.org>
6393
6394 * calc.texi (History and Acknowledgements): Recognize that Emacs
6395 now does have floating point.
6396
63972006-12-19 Michael Albinus <michael.albinus@gmx.de>
6398
6399 * tramp.texi (External transfer methods): Describe new method `scpc'.
6400
64012006-12-17 Sascha Wilde <wilde@sha-bang.de>
6402
6403 * pgg.texi: Added short note on gpg-agent to the introduction.
6404
64052006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6406
6407 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6408 also applies to Cc.
6409
64102006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6411
6412 * gnus.texi (X-Face): Clarify. Say which programs are required
6413 on Windows.
6414
64152006-12-08 Michael Olson <mwolson@gnu.org>
6416
6417 * erc.texi (Modules): Remove documentation for list module.
6418
c8763fb6 64192006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
6420
6421 * faq.texi (^M in the shell buffer): Ditto.
6422
64232006-11-20 Michael Olson <mwolson@gnu.org>
6424
6425 * erc.texi: Call this the 5.2 stable pre-release of ERC.
6426
64272006-11-17 Carsten Dominik <dominik@science.uva.nl>
6428
6429 * org.texi: Fix typos.
6430 (Agenda commands): Document `C-k'.
6431
64322006-11-16 Eli Zaretskii <eliz@gnu.org>
6433
6434 * url.texi (http/https): Fix a typo in the HTTP URL.
6435
64362006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6437
6438 * ada-mode.texi: Total rewrite.
6439
64402006-11-13 Carsten Dominik <dominik@science.uva.nl>
6441
6442 * org.texi: Minor typo fixes.
6443
64442006-11-13 Bill Wohler <wohler@newt.com>
6445
6446 Release MH-E manual version 8.0.3.
6447
6448 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6449 release 8.0.3.
6450
6451 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6452 to set MAILDIR.
6453 (Reading Mail): Document the customization of read-mail-command
6454 for MH-E.
6455 (Viewing Attachments): Document mm-discouraged-alternatives.
6456 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6457 (Junk): Add more information about the settings of mh-junk-background
6458 in a program. Add /usr/bin/mh to PATH in examples.
6459
64602006-11-12 Richard Stallman <rms@gnu.org>
6461
6462 * woman.texi: Update author address but say he no longer maintains it.
6463
64642006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6465
6466 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6467 archived trees.
6468 (Checkboxes): Section moved to chapter 5, and extended.
6469 (The date/time prompt): New section.
6470 (Link abbreviations): New section.
6471 (Presentation and sorting): New section.
6472 (Custom agenda views): Section completely rewritten.
6473 (Summary): Compare with Planner.
6474 (Feedback): More info about creating backtraces.
6475 (Plain lists): Modified example.
6476 (Breaking down tasks): New section.
6477 (Custom time format): New section.
6478 (Time stamps): Document inactive timestamps.
6479 (Setting tags): More details about fast tag selection.
6480 (Block agenda): New section.
6481 (Custom agenda views): Section rewritten.
6482 (Block agenda): New section.
6483
64842006-11-07 Michael Albinus <michael.albinus@gmx.de>
6485
6486 * tramp.texi (Configuration): scp is the default method.
6487 (Default Method): Use ssh as example for another method.
6488
64892006-10-27 Richard Stallman <rms@gnu.org>
6490
6491 * woman.texi: Downcase nroff/troff/roff.
6492 (Installation): Chapter deleted. Some xrefs deleted.
6493 (Background): woman doesn't advise man ;-).
6494
c8763fb6 64952006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6496
6497 * ada-mode.texi (Project files, Identifier completion)
6498 (Automatic Casing, Debugging, Using non-standard file names)
6499 (Working Remotely): Fix typos.
6500
65012006-10-20 Masatake YAMATO <jet@gyve.org>
6502
0c7efc08 6503 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
6504 sample code `my-c-initialization-hook'.
6505
65062006-10-19 Stuart D. Herring <herring@lanl.gov>
6507
6508 * widget.texi: Fix typos.
6509
65102006-10-19 Michael Albinus <michael.albinus@gmx.de>
6511
6512 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6513 "???". There have been no complaints for years, so the information
6514 must be appropriate.
6515
65162006-10-16 Richard Stallman <rms@gnu.org>
6517
6518 * widget.texi: Use @var instead of capitalization.
6519 Clarify many widget type descriptions.
6520
65212006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6522
6523 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6524 gnus-dired-attach.
6525 (Selecting a Group): Fix typo.
6526
c8763fb6 65272006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6528
6529 * widget.texi: Fix typos.
6530
65312006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
6532
6533 * gnus.texi (Image Enhancements): Update for Emacs 22.
6534
6535 * gnus-faq.texi ([1.3]): Update.
6536
65372006-10-06 Richard Stallman <rms@gnu.org>
6538
6539 * faq.texi (Displaying the current line or column):
6540 Delete "As of Emacs 20".
6541
65422006-10-06 Romain Francoise <romain@orebokech.com>
6543
6544 * faq.texi (VM): VM works with Emacs 22 too.
6545
65462006-10-06 Richard Stallman <rms@gnu.org>
6547
6548 * ebrowse.texi: Remove Emacs version "21" from title.
6549
65502006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
6551
6552 * gnus.texi (Foreign Groups): Say where change of editing commands are
6553 stored. Add reference to `gnus-parameters'.
6554
65552006-09-15 Jay Belanger <belanger@truman.edu>
6556
6557 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6558 Change "Library Public License" to "Lesser Public License"
6559 throughout. Use "yyyy" to represent year.
6560
65612006-09-15 Carsten Dominik <dominik@science.uva.nl>
6562
6563 * org.texi (Setting tags): Typo fix.
6564
65652006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
6566
6567 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6568
65692006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6570
6571 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6572
65732006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6574
6575 * faq.texi (Escape sequences in shell output): EMACS is now set
6576 to Emacs's absolute file name, not to "t".
6577 (^M in the shell buffer): Likewise.
6578 * misc.texi (Interactive Shell): Likewise.
6579
65802006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6581
6582 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6583 mails with pop3-leave-mail-on-server. Fix wording.
6584 (Limiting): Improve gnus-summary-limit-to-articles.
6585 (X-Face): Fix typo.
6586
65872006-09-11 Simon Josefsson <jas@extundo.com>
6588
6589 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6590 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6591
65922006-09-06 Simon Josefsson <jas@extundo.com>
6593
6594 * smtpmail.texi (Authentication): Mention SSL.
6595
65962006-09-01 Eli Zaretskii <eliz@gnu.org>
6597
6598 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6599 Don't use @indicateurl.
6600
6601 * cc-mode.texi (Subword Movement): Don't use @headitem.
6602 (Custom Braces, Clean-ups): Don't use @tie.
6603
66042006-08-29 Michael Albinus <michael.albinus@gmx.de>
6605
6606 Sync with Tramp 2.0.54.
6607
6608 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6609 Suggested by Adrian Phillips <a.phillips@met.no>.
6610
66112006-08-15 Carsten Dominik <dominik@science.uva.nl>
6612
6613 * org.texi (Installation, Activation): Split from Installation and
6614 Activation.
6615 (Clocking work time): Documented new features.
6616
66172006-08-13 Alex Schroeder <alex@gnu.org>
6618
6619 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6620 example.
6621
66222006-08-12 Eli Zaretskii <eliz@gnu.org>
6623
6624 * faq.texi (How to add fonts): New node.
6625
66262006-08-05 Romain Francoise <romain@orebokech.com>
6627
6628 * faq.texi (New in Emacs 22): Expand.
6629
66302006-08-03 Michael Olson <mwolson@gnu.org>
6631
6632 * erc.texi: Update for ERC 5.1.4.
6633
66342006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6635
6636 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6637 in .../site-lisp/gnus/ by default.
6638 [ From gnus-news.texi in the trunk. ]
6639
66402006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6641
6642 * gnus.texi (MIME Commands): Additions for yEnc.
6643
66442006-07-24 Richard Stallman <rms@gnu.org>
6645
6646 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6647 * faq.texi: Move periods and commas inside quotes.
6648
66492006-07-20 Jay Belanger <belanger@truman.edu>
6650
6651 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6652
66532006-07-18 Chong Yidong <cyd@stupidchicken.com>
6654
6655 * faq.texi (Security risks with Emacs): Document Emacs 22
6656 file-local-variable mechanism.
6657
66582006-07-12 Michael Olson <mwolson@gnu.org>
6659
6660 * erc.texi: Update for ERC 5.1.3.
6661
66622006-07-12 Alex Schroeder <alex@gnu.org>
6663
6664 * rcirc.texi: Fix typos.
6665 (Getting started with rcirc): New calling convention for M-x irc.
6666 Mention #rcirc. Removed channel tracking.
0c7efc08 6667 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6668 recently, eg. rcirc-server to rcirc-default-server. Added
6669 documentation for rcirc-authinfo, some background for Bitlbee, and
6670 rcirc-track-minor-mode.
0c7efc08 6671 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6672 Scrolling.
0c7efc08 6673 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6674 to match code changes.
6675
66762006-07-10 Nick Roberts <nickrob@snap.net.nz>
6677
6678 * gnus.texi, message.texi: Fix typos.
6679
66802006-07-07 Carsten Dominik <dominik@science.uva.nl>
6681
6682 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6683 commands.
6684 (Global TODO list): Document the use of the variables
6685 `org-agenda-todo-ignore-scheduled' and
6686 `org-agenda-todo-list-sublevels'.
6687
66882006-07-05 Richard Stallman <rms@gnu.org>
6689
6690 * faq.texi (Scrolling only one line): Fix xref.
6691
66922006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6693
6694 * faq.texi (Evaluating Emacs Lisp code):
6695 Throughout, replace eval-current-buffer with eval-buffer.
6696
66972006-07-03 Richard Stallman <rms@gnu.org>
6698
6699 * rcirc.texi (Scrolling conservatively): Fix xref.
6700
6701 * pcl-cvs.texi (Viewing differences): Usage fix.
6702
67032006-07-03 Carsten Dominik <dominik@science.uva.nl>
6704
6705 * org.texi (Agenda commands): Document `s' key to save all org-mode
6706 buffers.
6707
67082006-06-30 Ralf Angeli <angeli@caeruleus.net>
6709
6710 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6711 names. Mention `cvs-msg' face.
6712
67132006-06-29 Carsten Dominik <dominik@science.uva.nl>
6714
6715 * org.texi (Checkboxes): New section.
6716
67172006-06-28 Carsten Dominik <dominik@science.uva.nl>
6718
6719 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6720 throughout this chapter.
6721
67222006-06-27 Chong Yidong <cyd@stupidchicken.com>
6723
6724 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6725 text for standalone vs Emacs info.
6726 (Help): Clarify header line description. Use mouse-1 for clicks.
6727 (Help-P): Use mouse-1 for clicks.
6728 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6729 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6730 (Choose menu subtopic): Remove gratuitous Emacs command names.
6731 (Help-FOO): Put usual behavior first.
6732 (Help-Xref): Clicking on xrefs works in Emacs.
6733 (Search Text): Clarify what the default behavior is.
6734 (Create Info buffer): Fix Emacs window/X window confusion.
6735 (Emacs Info Variables): Fix for new Emacs init file behavior.
6736
67372006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6738
6739 * gnus.texi (Summary Buffer Lines): Fix typo.
6740
67412006-06-23 Carsten Dominik <dominik@science.uva.nl>
6742
6743 * org.texi (Embedded LaTeX): New chapter.
6744 (Archiving): Section rewritten.
6745 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6746
67472006-06-20 Bill Wohler <wohler@newt.com>
6748
6749 Release MH-E manual version 8.0.1.
6750
6751 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6752 release 8.0.1.
6753 (Preface): Depend on GNU mailutils 1.0 and higher.
6754
67552006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6756
6757 * message.texi (News Headers): Update message-syntax-checks section.
6758
67592006-06-19 Karl Berry <karl@gnu.org>
6760
6761 * info.texi (Advanced): Mention C-q, especially with ?.
6762
67632006-06-19 Carsten Dominik <dominik@science.uva.nl>
6764
6765 * org.texi (Publishing links): Document the `:link-validation-function'
6766 property.
6767 (Extensions and Hacking): New chapter, includes some sections of the
6768 "Miscellaneous" chapter.
6769
67702006-06-10 Carsten Dominik <dominik@science.uva.nl>
6771
6772 * org.texi (Progress logging): New section.
6773
2de53ca6
GM
67742006-06-06 Carsten Dominik <dominik@science.uva.nl>
6775
6776 * org.texi (ASCII export): Document indentation adaptation.
6777 (Setting tags): Document mutually-exclusive tags.
6778
67792006-06-05 Romain Francoise <romain@orebokech.com>
6780
6781 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6782 Fix typo.
6783
6784 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6785 channel (#gnus@irc.freenode.net).
6786 Fix typos. Update copyright notice.
6787
6788 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6789 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6790 (Line-Up Functions, Custom Macros):
6791 * ediff.texi (Window and Frame Configuration)
dccb744b 6792 (Highlighting Difference Regions):
2de53ca6
GM
6793 * emacs-mime.texi (Display Customization):
6794 * erc.texi (History):
6795 * eshell.texi (Known problems):
6796 * eudc.texi (Overview, BBDB):
6797 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6798 (The problem of spam, SpamOracle, Extending the Spam package)
6799 (Conformity, Terminology):
dccb744b 6800 * idlwave.texi (Routine Info)
2de53ca6
GM
6801 (Class and Keyword Inheritance, Padding Operators)
6802 (Breakpoints and Stepping, Electric Debug Mode)
6803 (Examining Variables, Troubleshooting):
6804 * org.texi (Creating timestamps):
6805 * reftex.texi (Commands, Options, Changes):
6806 * tramp.texi (Inline methods, Password caching)
6807 (Auto-save and Backup, Issues):
6808 * vip.texi (Files, Commands in Insert Mode):
6809 * viper.texi (Emacs Preliminaries, States in Viper)
6810 (Packages that Change Keymaps, Viper Specials, Groundwork):
6811 Fix various typos.
6812
68132006-05-31 Michael Ernst <mernst@alum.mit.edu>
6814
6815 * ediff.texi: Fix typos.
6816
68172006-05-30 Carsten Dominik <dominik@science.uva.nl>
6818
6819 * org.texi: Small typo fixes.
6820
fff84c22
JB
68212006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6822
6823 * viper.texi (Viper Specials):
6824 * gnus.texi (Example Setup):
6825 * faq.texi (Backspace invokes help):
6826 * dired-x.texi (Optional Installation Dired Jump):
6827 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6828 follow coding conventions.
6829
2de53ca6
GM
68302006-05-29 Michael Albinus <michael.albinus@gmx.de>
6831
6832 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6833
68342006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6835
6836 * pcl-cvs.texi: Fix typos.
6837 (Customization): Say "us".
6838
68392006-05-26 Eli Zaretskii <eliz@gnu.org>
6840
6841 * org.texi: Remove bogus @setfilename.
6842
68432006-05-26 Carsten Dominik <dominik@science.uva.nl>
6844
6845 * org.texi (ASCII export): Omit command name.
6846 (HTML export): Add prefix to all lines in Local Variable example.
6847 (Acknowledgments): Typeset names in italics.
6848
68492006-05-24 Carsten Dominik <dominik@science.uva.nl>
6850
6851 * org.texi (Plain lists): Add new item navigation commands.
6852 (External links): Document elisp and info links.
6853 (Custom searches): New section.
6854 (Publishing): New chapter.
6855 (HTML export): Include a list of supported CSS classes.
6856 (Setting tags): Describe the fast-tag-setting interface.
6857
68582006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6859
6860 * dired-x.texi: ifinfo -> ifnottex.
6861
68622006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6863
6864 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6865
68662006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6867
6868 * message.texi (Interface): Add tool bar customization.
6869 (MIME): Index and text additions for mml-attach.
6870 (MIME): Describe mml-dnd-protocol-alist and
6871 mml-dnd-attach-options.
6872
6873 * gnus.texi (Oort Gnus): Reorder entries in sections.
6874 Fix some entries.
6875 (Starting Up): Add references to "Emacs for Heathens" and to
6876 "Finding the News". Add user-full-name and user-mail-address.
6877 (Group Buffer Format): Add tool bar customization and update.
6878 (Summary Buffer): Add tool bar customization.
6879 (Posting Styles): Add message-alternative-emails.
6880
68812006-05-09 Michael Albinus <michael.albinus@gmx.de>
6882
6883 * tramp.texi (Filename completion): Improve wording.
6884
68852006-05-07 Romain Francoise <romain@orebokech.com>
6886
6887 * faq.texi (Using regular expressions): Fix typo.
6888 (Packages that do not come with Emacs): Fix capitalization.
6889 (Replacing text across multiple files): Expand node to explain how
6890 to use `dired-do-query-replace-regexp' in more detail, based on
6891 suggestion by Eric Hanchrow <offby1@blarg.net>.
6892
68932006-05-06 Michael Albinus <michael.albinus@gmx.de>
6894
6895 * tramp.texi (Filename completion): Completion of remote files'
6896 method, user name and host name is active only in partial
6897 completion mode.
6898
68992006-05-06 Bill Wohler <wohler@newt.com>
6900
6901 Release MH-E manual version 8.0.
6902
6903 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6904 release 8.0.
6905
69062006-05-06 Bill Wohler <wohler@newt.com>
6907
6908 * mh-e.texi (MH-BOOK-HOME): Change from
6909 http://www.ics.uci.edu/~mh/book/mh to
6910 http://rand-mh.sourceforge.net/book/mh.
6911 Replace .htm suffix with .html for MH book files.
6912 (Using This Manual): Update key binding for getting relevant
6913 chapter in Info from command key.
6914 (Ranges): Fix itemx.
6915
69162006-05-05 Karl Berry <karl@gnu.org>
6917
6918 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6919 (\fonttextsize): New user-level command to change text font size.
6920
69212006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6922
6923 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
6924
69252006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6926
6927 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6928
69292006-04-24 Bill Wohler <wohler@newt.com>
6930
6931 * mh-e.texi (Getting Started): Make it more explicit that you need
6932 to install MH. Add pointers to current MH implementations.
6933
69342006-04-21 Bill Wohler <wohler@newt.com>
6935
6936 Release MH-E manual version 7.94.
6937
6938 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6939 release 7.94.
6940
69412006-04-21 Carsten Dominik <dominik@science.uva.nl>
6942
6943 * org.texi: Many small fixes.
6944 (Handling links): Rename from "Managing links".
6945
69462006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
6947
6948 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6949 (Splitting mail using spam-stat): Fix @xref.
6950
69512006-04-20 Chong Yidong <cyd@stupidchicken.com>
6952
6953 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 6954 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
6955
69562006-04-20 Carsten Dominik <dominik@science.uva.nl>
6957
6958 * org.texi (Time stamps): Better explanation of the purpose of
6959 different time stamps.
6960 (Structure editing, Plain lists): More details on how new items
6961 and headings are inserted.
6962
69632006-04-18 Carsten Dominik <dominik@science.uva.nl>
6964
6965 * org.texi (Formula syntax): Fix link to Calc Manual.
6966
69672006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
6968
6969 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
6970
69712006-04-17 Bill Wohler <wohler@newt.com>
6972
6973 * mh-e.texi (Folders): Update mh-before-quit-hook and
6974 mh-quit-hook example with code that removes the buffers rather
6975 than just bury them.
6976
69772006-04-17 Michael Albinus <michael.albinus@gmx.de>
6978
6979 Sync with Tramp 2.0.53.
6980
69812006-04-13 Carsten Dominik <dominik@science.uva.nl>
6982
6983 * org.texi (Updating settings): New section.
6984 (Visibility cycling): Better names for the startup folding
6985 options.
6986 (Exporting): Completely restructured.
6987 (The very busy C-c C-c key): New section.
6988 (Summary of in-buffer settings): New section.
6989
69902006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
6991
6992 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
6993
69942006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6995
6996 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
6997 (Server Commands): Key `v' is reserved for users.
6998
69992006-04-11 Carsten Dominik <dominik@science.uva.nl>
7000
7001 * org.texi (Link format): New section, emphasis on bracket links.
7002 (External links): Document bracket links.
7003 (FAQ): Expand to cover shell links and the new link format.
7004
70052006-04-09 Kevin Ryde <user42@zip.com.au>
7006
7007 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7008
70092006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7010
7011 * gnus.texi (Summary Buffer Lines): Add `*'.
7012
c8763fb6 70132006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7014
7015 * gnus.texi (Group Parameters):
7016 Mention gnus-permanently-visible-groups.
7017
70182006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7019
7020 * gnus.texi (Face): Fix typo.
7021
70222006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7023
7024 * gnus.texi (X-Face): Clarify.
7025 (Face): Need Emacs with PNG support.
7026
70272006-04-06 Richard Stallman <rms@gnu.org>
7028
7029 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7030 Emacs".
7031
70322006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7033
7034 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7035 blocks not suitable for inclusion with Emacs using variable
7036 PARTOFEMACS.
7037
70382006-04-04 Simon Josefsson <jas@extundo.com>
7039
7040 * gnus.texi (Security): Improve.
7041
70422006-04-02 Bill Wohler <wohler@newt.com>
7043
7044 * mh-e.texi (Getting Started, Junk, Bug Reports)
7045 (MH FAQ and Support): Fix URLs.
7046
70472006-03-31 Romain Francoise <romain@orebokech.com>
7048
7049 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7050 to t, not nil (and has for the past eight years).
7051
70522006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7053
7054 * message.texi, gnus.texi: Bump version to 5.11.
7055
70562006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7057
7058 * gnus.texi (Top): Add comment about version line.
7059
7060 * message.texi (Top): Ditto. Change to take named versions into
7061 account.
7062
70632006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7064
7065 * gnus.texi (Posting Styles): Add x-face-file to example.
7066 (X-Face): Refer to posting styles.
7067
7068 * gnus-faq.texi ([5.8]): Add x-face-file.
7069 ([8.4]): Add links to gmane.emacs.gnus.user and
7070 gmane.emacs.gnus.general.
7071
70722006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7073
7074 * gnus-faq.texi: Use .invalid.
7075 ([5.4]): Fix gnus-posting-styles example.
7076
70772006-03-27 Romain Francoise <romain@orebokech.com>
7078
7079 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7080 Emacs/W3 needs a new maintainer.
7081 (Ispell): Update author and version info.
7082 (Mailcrypt): Mention PGG.
7083 (New in Emacs 22): Add PGG to the list of new packages.
7084 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7085 updating dead URLs.
7086
70872006-03-25 Karl Berry <karl@gnu.org>
7088
7089 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7090 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7091 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7092 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7093 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7094 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7095 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7096 (2) do not indent copyright year list (or anything else).
7097
70982006-03-21 Bill Wohler <wohler@newt.com>
7099
7100 * mh-e.texi (Folders): Various edits.
7101
71022006-03-20 Romain Francoise <romain@orebokech.com>
7103
7104 * gnus.texi (Mail Folders): Grammar fix.
7105
71062006-03-19 Bill Wohler <wohler@newt.com>
7107
7108 * mh-e.texi (Replying): Document Mail-Followup-To.
7109 Change manually-formatted table to multitable. Add debugging info.
7110 Move description of mh-reply-default-reply-to into paragraph
7111 that describes its values.
7112
71132006-03-17 Bill Wohler <wohler@newt.com>
7114
10d1d0af 7115 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
7116 (Sending Mail Tour): Update method of entering
7117 addresses and subject.
7118 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7119 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7120
71212006-03-15 Carsten Dominik <dominik@science.uva.nl>
7122
7123 * org.texi: Version number change only.
7124
71252006-03-14 Bill Wohler <wohler@newt.com>
7126
7127 * mh-e.texi: Add index entries around each paragraph rather than
7128 depend on entries from beginning of node. Doing so ensures that
7129 index entries are less likely to be forgotten if text is cut and
7130 pasted, and are necessary anyway if the references are on a
7131 separate page. It seems that makeinfo is now (v. 4.8) only
7132 producing one index entry per node, so there is no longer any
7133 excuse not to. Use subheading instead of heading. The incorrect
7134 use of heading produced very large fonts in Info--as large as the
7135 main heading.
7136 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7137 versions 6 and 7 appeared *around* the time of these Emacs releases.
7138
71392006-03-13 Carsten Dominik <dominik@science.uva.nl>
7140
7141 * org.texi (Clean view): Document new startup options.
7142
71432006-03-11 Bill Wohler <wohler@newt.com>
7144
7145 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7146 (Composing, Scan Line Formats): Fix @refs.
7147 (Getting Started): Define MH profile and MH profile components.
7148 (Incorporating Mail, Reading Mail, Viewing, Printing)
7149 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7150 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7151 for string constants.
7152 (Tool Bar): Remove spurious quote.
7153 (Junk): Use ``...'' instead of "...".
7154 (Scan Line Formats): Replace @samp with @kbd.
7155
71562006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7157
7158 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7159
71602006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7161
7162 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7163 easy to understand.
7164
71652006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7166
7167 * gnus.texi: Markup fix.
7168 (Fancy Mail Splitting): Specify new feature.
7169
71702006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7171
7172 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7173 partial-words matching.
7174
71752006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7176
7177 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7178
7179 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7180 (MIME Commands): Fix mm-discouraged-alternatives.
7181
71822006-03-07 Carsten Dominik <dominik@science.uva.nl>
7183
7184 * org.texi: Version number change only.
7185
71862006-03-06 Bill Wohler <wohler@newt.com>
7187
7188 * mh-e.texi: Move from SourceForge repository to Savannah.
7189 This is version 7.93, which is a total rewrite from the previous
7190 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7191 version 7.93.
7192
71932006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7194
7195 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7196
71972006-03-01 Carsten Dominik <dominik@science.uva.nl>
7198
7199 * org.texi (Interaction): Add item about `org-mouse.el' by
7200 Piotr Zielinski.
7201 (Managing links): Document that also mouse-1 can be used to
7202 activate a link.
7203 (Headlines, FAQ): Add entry about hiding leading stars.
7204 (Miscellaneous): Resort the sections in this chapter to a more
7205 logical sequence.
7206
72072006-02-27 Simon Josefsson <jas@extundo.com>
7208
7209 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7210 2004-01-27 from the trunk).
7211
72122006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7213
7214 * cc-mode.texi: Rename c-hungry-backspace to
7215 c-hungry-delete-backwards, at the request of RMS. Leave the old
7216 name as an alias.
7217
72182006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7219
7220 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7221 include the function header within the defun.
7222
72232006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7224
7225 * cc-mode.texi: Correct two typos.
7226
72272006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7228
7229 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7230 existing comment.
7231 (Electric Keys): Add a justification for electric indentation.
7232 (Hungry WS Deletion): Clear up the names and complications of the
7233 BACKSPACE and DELETE keys.
7234
72352006-02-23 Juri Linkov <juri@jurta.org>
7236
7237 * faq.texi (Common requests): Move `Turning on auto-fill by
7238 default' after `Wrapping words automatically'. Move `Working with
7239 unprintable characters' before `Searching for/replacing newlines'.
7240 Move `Replacing highlighted text' after `Highlighting a region'.
7241 Merge `Repeating commands' and `Repeating a command as many times
7242 as possible' into the former.
7243 (Packages that do not come with Emacs): Add refs to Gmane and
7244 etc/MORE.STUFF.
7245
72462006-02-23 Juri Linkov <juri@jurta.org>
7247
7248 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7249 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7250 Add xref to `(emacs)Reporting Bugs'.
7251 (Getting a printed manual): Add URL to other formats of the manual.
7252 (Common requests): Fix menu.
7253 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7254 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7255 (Inserting text at the beginning of each line): Add pxref to
7256 `Changing the included text prefix'.
7257 (Forcing the cursor to remain in the same column): Mention `track-eol'
7258 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7259 (Replacing text across multiple files): Add keybinding `Q' for
7260 `dired-do-query-replace'.
7261
72622006-02-22 Carsten Dominik <dominik@science.uva.nl>
7263
7264 * reftex.texi: Version number and date change only.
7265
7266 * org.texi (Internal Links): Rewrite to cover the modified
7267 linking system.
7268
72692006-02-17 Eli Zaretskii <eliz@gnu.org>
7270
7271 * faq.texi: Remove the coding cookie, it's not needed anymore.
7272
72732006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7274
7275 * faq.texi (Colors on a TTY): Mention Mac OS port.
7276
72772006-02-12 Karl Berry <karl@gnu.org>
7278
7279 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7280 8-bit accented a.
7281
72822006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7283
7284 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7285
72862006-02-08 Romain Francoise <romain@orebokech.com>
7287
7288 * faq.texi (Top): Remove paragraph about the FAQ being a
7289 transitional document, etc.
7290 (Searching for/replacing newlines): New node.
7291 (Yanking text in isearch): New node.
7292 (Inserting text at the beginning of each line): Rename and make
7293 more general, mention `M-;' in Message mode.
7294
72952006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7296
7297 * faq.texi (Meta key does not work in xterm)
7298 (Emacs does not display 8-bit characters)
7299 (Inputting eight-bit characters): Update xrefs.
7300
73012006-02-06 Romain Francoise <romain@orebokech.com>
7302
7303 * faq.texi (VM): VM now at version 7.19.
7304 Set myself as maintainer of this file.
7305
73062006-02-04 Michael Olson <mwolson@gnu.org>
7307
7308 * erc.texi (History): Note that ERC is now included with Emacs.
7309
73102006-01-31 Romain Francoise <romain@orebokech.com>
7311
7312 * message.texi (Message Headers): Explain what
7313 `message-alternative-emails' does in more detail.
7314 Update copyright year.
7315
73162006-01-30 Juanma Barranquero <lekktu@gmail.com>
7317
7318 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7319
73202006-01-29 Richard M. Stallman <rms@gnu.org>
7321
7322 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7323
73242006-01-29 Michael Olson <mwolson@gnu.org>
7325
7326 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7327
7328 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7329
7330 * faq.texi (New in Emacs 22): Mention ERC.
7331
73322006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7333
7334 * rcirc.texi: Capitalize dir entry for consistency with the entry
7335 in info/dir and other entries in the Emacs category.
7336 Fix typos. Delete trailing whitespace.
7337
c8763fb6 73382006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
7339
7340 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7341
73422006-01-27 Eli Zaretskii <eliz@gnu.org>
7343
7344 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7345 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7346
7347 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7348 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7349
73502006-01-27 Alex Schroeder <alex@gnu.org>
7351
7352 * rcirc.texi: New file.
7353
73542006-01-23 Juri Linkov <juri@jurta.org>
7355
7356 * widget.texi (User Interface): Add S-TAB for widget-backward.
7357
73582006-01-22 Michael Albinus <michael.albinus@gmx.de>
7359
7360 Sync with Tramp 2.0.52.
7361
7362 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7363 Add Tramp disabling item. New item for common connection problems.
7364 (various): Apply "ftp" as method for the download URL.
7365 (Bug Reports): Refer to FAQ for common problems.
7366
73672006-01-21 Eli Zaretskii <eliz@gnu.org>
7368
7369 * widget.texi (User Interface): Use @key for TAB.
7370
7371 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7372
7373 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7374 for TAB.
7375
7376 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7377
73782006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7379
7380 * gnus.texi: Update copyright.
7381
73822006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7383
7384 * gnus.texi (Article Washing): Additions.
7385
2de53ca6
GM
73862006-01-13 Carsten Dominik <dominik@science.uva.nl>
7387
7388 * org.texi (Agenda commands): Document tags command.
7389
73902006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7391
7392 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7393
73942006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7395
7396 * gnus.texi (RSS): Addition.
7397
73982005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7399
7400 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7401
74022005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7403
7404 * emacs-mime.texi (Display Customization): Add setting example to
7405 mm-discouraged-alternatives.
7406
74072006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7408
7409 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7410 version is the canonical version.
7411
74122006-01-08 Alex Schroeder <alex@gnu.org>
7413
7414 * pgg.texi (Caching passphrase): Rewording.
7415
74162006-01-06 Eli Zaretskii <eliz@gnu.org>
7417
7418 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7419 repository URL.
7420
74212006-01-06 Carsten Dominik <dominik@science.uva.nl>
7422
7423 * org.texi: Removed the accidentally re-added empty line in the
7424 direntry.
7425
74262006-01-05 Carsten Dominik <dominik@science.uva.nl>
7427
7428 * org.texi (Agenda Views): Chapter reorganized.
7429
74302005-12-29 Romain Francoise <romain@orebokech.com>
7431
7432 * faq.texi (Using Customize): New node.
7433
74342005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7435
7436 * org.texi: Remove blank line in @direntry. It is non-standard
7437 and recursively produces blank lines all over the dir file (when
7438 using Texinfo 4.8).
7439
74402005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7441
7442 * widget.texi (atoms): Delete obsolete remark about `file' widget.
7443
74442005-12-20 Carsten Dominik <dominik@science.uva.nl>
7445
7446 * org.texi (Tags): Boolean logic documented.
7447 (Agenda Views): Document custom commands.
7448
74492005-12-20 David Kastrup <dak@gnu.org>
7450
7451 * faq.texi (AUCTeX): Update version and mailing list info.
7452
74532005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7454
7455 * gnus.texi (MIME Commands): Mention addition of
7456 multipart/alternative to gnus-buttonized-mime-types and add xref
7457 to mm-discouraged-alternatives.
7458
7459 * emacs-mime.texi (Display Customization): Mention addition of
7460 "image/.*" and add xref to gnus-buttonized-mime-types in the
7461 mm-discouraged-alternatives section.
7462
74632005-12-16 Carsten Dominik <dominik@science.uva.nl>
7464
7465 * org.texi (Tags): New section.
7466 (Agenda Views): Chapter reorganized.
7467
74682005-12-16 Eli Zaretskii <eliz@gnu.org>
7469
7470 * org.texi (Internal Links): Add a missing comma after an @xref.
7471
74722005-12-14 Chong Yidong <cyd@stupidchicken.com>
7473
7474 * faq.texi (Filling paragraphs with a single space): No need to
7475 change sentence-end now.
7476
74772005-12-13 Romain Francoise <romain@orebokech.com>
7478
7479 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7480
74812005-12-12 Jay Belanger <belanger@truman.edu>
7482
7483 * faq.texi (Calc): Update version number.
7484
74852005-12-12 Carsten Dominik <dominik@science.uva.nl>
7486
7487 * org.texi (Progress Logging): New section.
7488
74892005-12-10 Romain Francoise <romain@orebokech.com>
7490
7491 Update the Emacs FAQ for the 22.1 release.
7492
7493 * faq.texi: Set VER to `22.1'.
7494 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
7495 Tutorial. Mention that `C-h r' displays the manual.
7496 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
7497 (Getting a printed manual): Point to the new locations of the
7498 manuals on the GNU Web site.
7499 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7500 available via Info (it was previously distributed separately).
7501 (Installing Texinfo documentation): The latest version of Texinfo
7502 is 4.8, not 4.0.
7503 (Informational files for Emacs): COPYING is the GNU General Public
7504 License, not the Emacs General Public License.
7505 (Informational files for Emacs): Delete obsolete link to the
7506 GNUinfo pages as they have been removed from the GNU Web site.
7507 (New in Emacs 22): New node.
7508 (Setting up a customization file): Say that most packages support
7509 Customize nowadays.
7510 (Colors on a TTY): Delete reference to instructions on how to
7511 enable syntax highlighting, it is now enabled by default.
7512 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7513 at startup automatically.
7514 (Controlling case sensitivity): Mention `M-c' in isearch.
7515 (Using an already running Emacs process): Emacs now creates the
7516 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7517 gnuserv. As emacsclient can now run Lisp code as well, delete a
7518 sentence praising gnuserv for that. Simplify description of how
7519 the client/server operation works.
7520 (Compiler error messages): Delete obsolete text (compile.el has
7521 been rewritten).
7522 (Indenting switch statements): Fix typo.
7523 (Matching parentheses): Simplify setup instructions, mention the
7524 menu bar item in the Options menu.
7525 (Repeating a command as many times as possible): Mention `C-x e'.
7526 (Going to a line by number): Mention new keymap and bindings
7527 `M-g M-g', `M-g M-p' and `M-g M-n'.
7528 (Turning on syntax highlighting): Now on by default. Simplify.
7529 (Replacing highlighted text): Use `1', not `t'.
7530 (Problems with very large files): The maximum size is now 256MB on
7531 32-bit machines.
7532 (^M in the shell buffer): Mention `comint-process-echoes'.
7533 (Emacs for Apple computers): Emacs 22 has native support for Mac
7534 OS X.
7535 (Translating names to IP addresses): Delete node.
7536 (Binding keys to commands): Fix typo.
7537 (SPC no longer completes file names): New node.
7538 (MIME with Emacs mail packages): Delete section about the Emacs
7539 MIME FAQ (it's not reachable anymore).
7540
75412005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7542
7543 * cc-mode.texi: The manual has been extensively revised: the
7544 information about using CC Mode has been separated from the larger
7545 and more difficult chapters about configuration. It has been
7546 updated for CC Mode 5.31.
7547
75482005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7549
7550 * pgg.texi (User Commands): Fix description of pgg-verify-region.
7551 (Selecting an implementation): Fix descriptions.
7552
75532005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7554
7555 * message.texi (Various Message Variables): Addition.
7556
75572005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7558
7559 * message.texi: Fix default values.
7560
75612005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7562
7563 * message.texi (Header Commands): Clarify descriptions of
7564 message-cross-post-followup-to, message-reduce-to-to-cc, and
7565 message-insert-wide-reply.
7566 (Various Commands): Fix kindex for message-kill-to-signature;
7567 clarify description of message-tab.
7568
75692005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7570
7571 * message.texi (Mailing Lists): Fix description about MFT.
7572
7573 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7574
75752005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7576
7577 * gnus.texi (Slow Terminal Connection): Replace old description
7578 with new one.
7579
75802005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7581
7582 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7583 replace X-Draft-Headers with X-Draft-From.
7584
75852005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7586
7587 * gnus.texi (Various Various): Fix the default value of
7588 nnheader-max-head-length.
7589 (Gnus Versions): Fix typo.
7590
75912005-12-08 Carsten Dominik <dominik@science.uva.nl>
7592
7593 * org.texi (Structure editing): Document new functionality of
7594 M-RET.
7595
75962005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7597
7598 * org.texi (Internal Links): Fix Texinfo usage.
7599
76002005-12-06 Carsten Dominik <dominik@science.uva.nl>
7601
7602 * org.texi (TODO basics): Document the global todo list.
7603 (TODO items): Documents sparse tree for specific TODO
7604 keywords.
7605
76062005-11-30 Carsten Dominik <dominik@science.uva.nl>
7607
7608 * org.texi (Plain Lists): Typos fixed.
7609
76102005-11-28 Jay Belanger <belanger@truman.edu>
7611
7612 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7613
76142005-11-24 Carsten Dominik <dominik@science.uva.nl>
7615
7616 * org.texi (Structure editing): New item moving commands added.
7617 (Plain Lists): New section.
7618
76192005-11-18 Carsten Dominik <dominik@science.uva.nl>
7620
7621 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7622 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7623 `org-agenda-file-to-front'.
2de53ca6
GM
7624 (Built-in table editor): Document `org-table-sort-lines'.
7625 (HTML formatting): Export of hand-formatted lists.
7626
76272005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7628
7629 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7630 new variable gnus-toolbar-thickness.
7631
76322005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7633
7634 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7635
76362005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7637
7638 * gnus.texi (X-Face): Fix description.
7639 (XVarious): Remove gnus-xmas-logo-color-alist and
7640 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7641
76422005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7643
7644 * gnus.texi (Group Parameters): Mention new variable
7645 gnus-parameters-case-fold-search.
7646 (Home Score File): Addition.
7647
76482005-11-04 Ulf Jasper <ulf.jasper@web.de>
7649
7650 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7651 (Overview): List supported feed types.
7652 (Installation): No installation necessary when using autoload.
7653 (Configuration): Rename "RSS" to "news".
7654
76552005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7656
7657 * pgg.texi (User Commands): Document additional passphrase
7658 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7659 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7660
76612005-11-04 Carsten Dominik <dominik@science.uva.nl>
7662
7663 * org.texi: Version number changed to 3.19.
7664
76652005-10-29 Sascha Wilde <wilde@sha-bang.de>
7666
7667 * pgg.texi (How to use): Update the example to add autoload of
7668 pgg-encrypt-symmetric-region.
7669 (User Commands): Document pgg-encrypt-symmetric-region.
7670 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7671
76722005-10-27 Jay Belanger <belanger@truman.edu>
7673
7674 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7675 mention other TeX-related units.
7676
76772005-10-23 Lars Hansen <larsh@soem.dk>
7678
0c7efc08
SM
7679 * dired-x.texi (Miscellaneous Commands):
7680 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7681 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7682
76832005-10-23 Jay Belanger <belanger@truman.edu>
7684
7685 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7686 constant.
7687
76882005-10-23 Michael Albinus <michael.albinus@gmx.de>
7689
0c7efc08
SM
7690 * faq.texi (Bugs and problems):
7691 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7692 `directory-listing-before-filename-regexp'.
7693
76942005-10-22 Eli Zaretskii <eliz@gnu.org>
7695
7696 * newsticker.texi (UPDATED): Set value.
7697
76982005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7699
7700 * gnus.texi (Document Groups): Remove duplicate item.
7701
77022005-10-21 Carsten Dominik <dominik@science.uva.nl>
7703
7704 * org.texi (Summary): Mention iCalendar support.
7705 (Exporting): Document iCalendar support.
7706
77072005-10-18 Romain Francoise <romain@orebokech.com>
7708
7709 * viper.texi (Viper Specials): Capitalize GNU.
7710
77112005-10-17 Juri Linkov <juri@jurta.org>
7712
7713 * info.texi (Getting Started, Search Index, Expert Info):
7714 Fix wording.
7715 (Search Text): Replace `echo area' with `mode line'.
7716 (Search Index): Both `i' and `,' find all index entries.
7717 Replace example `C-f' with `C-l' (which exists in index of Info
7718 manual) and delete spaces in its keyboard input sequence.
7719 Delete unnecessary explanations about literal characters.
7720
77212005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7722
7723 * gnus.texi (Document Server Internals): Addition.
7724
77252005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7726
7727 * gnus.texi (A note on namespaces): Fix RFC reference.
7728
77292005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7730
7731 * gnus.texi (RSS): Fix key description.
7732
77332005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7734
7735 * gnus.texi: Emacs/w3 -> Emacs/W3.
7736 (Browsing the Web): Fix description.
7737 (Web Searches): Ditto.
7738 (Customizing W3): Ditto.
7739
77402005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7741
7742 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7743
77442005-10-11 Jay Belanger <belanger@truman.edu>
7745
7746 * calc.texi (Integration): Mention using `a i' to compute definite
7747 integrals.
7748
77492005-10-11 Juri Linkov <juri@jurta.org>
7750
7751 * info.texi: Rearrange nodes.
7752 (Top): Update menu. Change ref `Info for Experts' to
7753 `Advanced Info Commands'.
7754 (Getting Started): Fix description of manual's parts.
7755 (Help-Int): Change xref `Info Search' to `Search Index', and
7756 `Expert Info' to `Advanced'.
7757 (Advanced): Move node one level up.
7758 (Search Text, Search Index): New nodes split out from `Info Search'.
7759 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7760 split out from `Advanced'.
7761 (Advanced, Emacs Info Variables): De-document editing an Info file
7762 in Info.
7763 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7764 (Creating an Info File): Delete node and move its text to
7765 `Expert Info'.
7766
77672005-10-10 Carsten Dominik <dominik@science.uva.nl>
7768
7769 * org.texi (Workflow states): Documented that change in keywords
7770 becomes active only after restart of Emacs.
7771
77722005-10-08 Michael Albinus <michael.albinus@gmx.de>
7773
7774 Sync with Tramp 2.0.51.
7775
77762005-10-08 Nick Roberts <nickrob@snap.net.nz>
7777
7778 * speedbar.texi (Introduction): Describe new location of speedbar
7779 on menubar.
7780 (Basic Key Bindings): Remove descriptions of bindings that have
7781 been removed.
7782
77832005-10-05 Nick Roberts <nickrob@snap.net.nz>
7784
7785 * speedbar.texi (GDB): Describe use of watch expressions.
7786
77872005-09-28 Simon Josefsson <jas@extundo.com>
7788
7789 * message.texi (IDNA): Fix.
7790
77912005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7792
7793 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7794 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7795 description of nntp-open-connection-function.
7796 (Common Variables): Fix descriptions.
7797
77982005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7799
7800 * gnus.texi (Server Buffer Format): Document the %a format spec.
7801
78022005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7803
7804 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7805
78062005-09-23 Carsten Dominik <dominik@science.uva.nl>
7807
7808 * org.texi Version 3.16.
7809
78102005-09-19 Miles Bader <miles@gnu.org>
7811
7812 * newsticker.texi: Get rid of CVS keywords.
7813
78142005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7815
7816 * gnus.texi (Finding the Parent): Fix description of how Gnus
7817 finds article.
7818
78192005-09-14 Jari Aalto <jari.aalto@cante.net>
7820
7821 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7822 to drop off non-answered articles.
7823
78242005-09-19 Juanma Barranquero <lekktu@gmail.com>
7825
7826 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7827 braces (which are unsupported by NMAKE) for macro `srcdir'.
7828
78292005-09-17 Eli Zaretskii <eliz@gnu.org>
7830
7831 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7832 (../info/newsticker, newsticker.dvi): New targets.
7833
78342005-09-17 Ulf Jasper <ulf.jasper@web.de>
7835
7836 * newsticker.texi: Replace @command with @code. Replace @example
7837 with @lisp.
0c7efc08
SM
7838 (Top): Add explanations to menu items.
7839 (GNU Free Documentation License): Remove.
2de53ca6
GM
7840
78412005-09-16 Romain Francoise <romain@orebokech.com>
7842
7843 Update all files to specify GFDL version 1.2.
7844
7845 * doclicense.texi (GNU Free Documentation License): Update to
7846 version 1.2.
7847
78482005-09-15 Richard M. Stallman <rms@gnu.org>
7849
7850 * newsticker.texi: Fix @setfilename.
7851
7852 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7853 (../info/newsticker, newsticker.dvi): New targets.
7854
78552005-08-30 Carsten Dominik <dominik@science.uva.nl>
7856
7857 * org.texi: Version 3.15.
7858
78592005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7860
7861 * ses.texi: Combine all three indices into one.
7862 Correct a few typos.
7863
78642005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7865
7866 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7867
78682005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7869
7870 * emacs-mime.texi (Handles): Remove duplicate item.
7871 (Encoding Customization): Fix the default value for
7872 mm-coding-system-priorities.
7873 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7874 (Basic Functions): Fix reference.
7875
78762005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7877
7878 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7879
78802005-08-18 Richard M. Stallman <rms@gnu.org>
7881
7882 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7883 and web site.
7884
7885 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7886 not keyboard-translate.
7887
78882005-08-11 Richard M. Stallman <rms@gnu.org>
7889
7890 * faq.texi (Using regular expressions): Fix xref.
7891
78922005-08-09 Juri Linkov <juri@jurta.org>
7893
7894 * info.texi (Help-P): Replace `Prev' with `Previous'.
7895 (Help-M, Help-Xref): Add S-TAB.
7896 (Help-FOO): Update `u' command.
7897 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7898 Update info about visibility of xref parts.
7899 (Help-Int): Fix `m' command. Rename `Info-last' to
7900 `Info-history-back'. Add `Info-history-forward'.
7901 (Advanced): Fix `g*' and `M-n' commands.
7902 (Info Search): Add `index-apropos' in stand-alone browser.
7903 Add isearch commands.
7904 (Emacs Info Variables): Remove `Info-fontify'.
7905 Add `Info-mode-hook'. Update face names.
7906 Add `Info-fontify-maximum-menu-size',
7907 `Info-fontify-visited-nodes', `Info-isearch-search'.
7908
79092005-08-07 Michael Albinus <michael.albinus@gmx.de>
7910
7911 Sync with Tramp 2.0.50.
7912
7913 * tramp.texi: Use @option{} consequently for method names.
7914 (Inline methods, External transfer methods): Remove references to
7915 Cygwin.
7916 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7917 implementation.
7918
79192005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7920
7921 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7922 Mention that gnus-init-file is not read when Emacs is invoked with
7923 --no-init-file or -q.
7924
79252005-07-19 Carsten Dominik <dominik@science.uva.nl>
7926
7927 * org.texi: Version 3.14.
7928
79292005-07-04 Carsten Dominik <dominik@science.uva.nl>
7930
7931 * org.texi: Version 3.13.
7932
79332005-07-18 Juri Linkov <juri@jurta.org>
7934
7935 * calc.texi (Time Zones, Logical Operations):
7936 * cl.texi (Overview):
7937 * org.texi (TODO types):
7938 * sc.texi (Emacs 18 MUAs):
7939 * speedbar.texi (Top):
7940 * url.texi (History):
7941 Delete duplicate duplicate words.
7942
ce058493 79432005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
7944
7945 * cl.texi (Type Predicates): Document `atom' type.
7946
79472005-07-04 Lute Kamstra <lute@gnu.org>
7948
7949 Update FSF's address in GPL notices.
7950
7951 * calc.texi (Copying):
7952 * doclicense.texi (GNU Free Documentation License):
7953 * faq.texi (Contacting the FSF):
7954 * mh-e.texi (Copying): Update FSF's address.
7955
79562005-07-03 Richard M. Stallman <rms@gnu.org>
7957
7958 * flymake.texi (Example -- Configuring a tool called directly):
7959 Update name of flymake-build-relative-filename.
7960
79612005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7962
7963 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
7964
79652005-06-29 Carsten Dominik <dominik@science.uva.nl>
7966
7967 * org.texi: Version 3.12.
7968
79692005-06-24 Eli Zaretskii <eliz@gnu.org>
7970
7971 * makefile.w32-in (MAKEINFO): Use --force.
7972 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7973 Makefile.in.
7974 (gnus.dvi): Use "..." to quote Sed args, so that it works with
7975 more shells.
7976
79772005-06-23 Richard M. Stallman <rms@gnu.org>
7978
7979 * speedbar.texi (Creating a display): Texinfo usage fixes.
7980
7981 * tramp.texi (Customizing Completion, Auto-save and Backup):
7982 Texinfo usage fixes.
7983
79842005-06-23 Juanma Barranquero <lekktu@gmail.com>
7985
7986 * dired-x.texi (Miscellaneous Commands):
7987 * ediff.texi (Miscellaneous):
7988 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
7989 (Agent Variables):
7990 * info.texi (Help-Xref):
7991 * message.texi (Message Headers):
7992 * org.texi (Remember):
7993 * reftex.texi (Options (Defining Label Environments)):
7994 (Options (Index Support)):
7995 (Options (Viewing Cross-References)):
7996 (Options (Misc)):
7997 (Changes):
7998 * speedbar.texi (Creating a display):
7999 * tramp.texi (Customizing Completion, Auto-save and Backup):
8000 Texinfo usage fix.
8001
80022005-06-13 Carsten Dominik <dominik@science.uva.nl>
8003
8004 * org.texi: Version 3.11.
8005
80062005-06-12 Jay Belanger <belanger@truman.edu>
8007
8008 * calc.texi (Getting Started): Remove extra menu item.
8009
80102005-05-31 Jay Belanger <belanger@truman.edu>
8011
8012 * calc.texi (Notations Used in This Manual): Use @kbd for key
8013 sequence.
8014 (Demonstration of Calc): Mention another way of starting Calc.
8015 (Starting Calc): Mention long name of M-#.
8016 (Embedded Mode Overview): Remove unnecessary instruction.
8017 (Other M-# commands): Rephrase `M-# 0' explanation.
8018 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8019 reflect current behavior.
8020
80212005-05-30 Jay Belanger <belanger@truman.edu>
8022
8023 * calc.texi (Hooks): Change description of calc-window-hook and
8024 calc-trail-window-hook to match usage.
8025 (Computational Functions): Add more constant-generating functions.
8026 (Customizable Variables): Use defvar.
8027
80282005-05-28 Jay Belanger <belanger@truman.edu>
8029
8030 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8031 (Basic Embedded Mode): Explain behavior of arguments to
8032 calc-embedded-mode.
8033
80342005-05-27 Jay Belanger <belanger@truman.edu>
8035
8036 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8037 current behavior.
8038
80392005-05-25 Jay Belanger <belanger@truman.edu>
8040
8041 * calc.texi: Change Calc version number throughout.
8042 (Keypad Mode): Change location in info output.
8043 (Keypad mode overview): Move picture of keypad.
8044
80452005-05-21 Jay Belanger <belanger@truman.edu>
8046
8047 * calc.texi (Storing variables): Mention that only most variables
8048 are void to begin with.
8049
80502005-05-21 Kevin Ryde <user42@zip.com.au>
8051
8052 * widget.texi (Basic Types): Update cross ref from "Enabling
8053 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8054 lispref/text.texi change.
8055
80562005-05-20 Carsten Dominik <dominik@science.uva.nl>
8057
8058 * org.texi: Version 3.09.
8059
80602005-05-18 Carsten Dominik <dominik@science.uva.nl>
8061
8062 * reftex.texi: Version 4.28.
8063
80642005-05-16 Jay Belanger <belanger@truman.edu>
8065
8066 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8067
80682005-05-14 Jay Belanger <belanger@truman.edu>
8069
8070 * calc.texi (Default Simplifications): Insert missing ! (logical
8071 not operator).
8072
80732005-05-14 Michael Albinus <michael.albinus@gmx.de>
8074
8075 Sync with Tramp 2.0.49.
8076
80772005-05-10 Jay Belanger <belanger@truman.edu>
8078
8079 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8080 to 1.
8081
80822005-04-29 Carsten Dominik <dominik@science.uva.nl>
8083
8084 * org.texi: Version 3.08, structure reorganized.
8085
80862005-04-24 Richard M. Stallman <rms@gnu.org>
8087
8088 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8089
80902005-04-15 Carsten Dominik <dominik@science.uva.nl>
8091
8092 * org.texi: Update to version 3.06.
8093
80942005-04-13 Lute Kamstra <lute@gnu.org>
8095
8096 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8097
80982005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8099
8100 * cl.texi (Porting Common Lisp): Fix typo.
8101
81022005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8103
8104 * gnus.texi (RSS): Addition.
8105
81062005-04-04 Jay Belanger <belanger@truman.edu>
8107
8108 * calc.texi: Change Calc version number.
8109 (Customizable variables): Fix description of calc-language-alist.
8110 (Copying): Put in version 2 of GPL.
8111
81122005-04-01 Jay Belanger <belanger@truman.edu>
8113
8114 * calc.texi (Troubleshooting Commands): Remove comment about
8115 installation.
8116 (Installation): Remove section.
8117 (Customizable Variables): New section.
8118 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8119 (Graphical Devices): Add references to Customizable Variables.
8120
81212005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8122
8123 * emacs-mime.texi (Display Customization): Markup fixes.
8124 (rfc2047): Update.
8125
81262005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8127
8128 * gnus-faq.texi: Replaced with auto-generated version.
8129
81302005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8131
8132 * dired-x.texi (Multiple Dired Directories): default-directory was
8133 renamed to dired-default-directory.
8134
81352005-03-26 Jay Belanger <belanger@truman.edu>
8136
8137 * calc.texi (Simplifying Formulas, Rewrite Rules):
8138 Change description of top and bottom of fraction.
8139 (Modulo Forms): Move description of how to create modulo forms to
8140 earlier in the section.
8141 (Fraction Mode): Suggest using : to get a fraction by dividing.
8142 (Basic Arithmetic): Adjust placement of command name.
8143 (Truncating the Stack): Emphasize that "hidden" entries are still
8144 visible.
8145 (Installation): Move discussion of printing manual to "About This
8146 Manual".
8147 (About This Manual): Mention how to print the manual.
8148 (Reporting Bugs): Remove first person.
8149 (Building Vectors): Add algebraic version of append.
8150 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8151 (Grouping Digits): Fix typo.
8152
81532005-03-25 Werner Lemberg <wl@gnu.org>
8154
8155 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8156 Replace `legal' with `valid'.
8157
81582005-03-25 Werner Lemberg <wl@gnu.org>
8159
8160 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8161
81622005-03-24 Jay Belanger <belanger@truman.edu>
8163
8164 * calc.texi (General Mode Commands)
8165 (Mode Settings in Embedded Mode): Add some explanation of
8166 recording mode settings.
8167
81682005-03-24 Richard M. Stallman <rms@gnu.org>
8169
8170 * calc.texi: Remove praise of non-free software.
8171
8172 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8173 (Installation): Node deleted.
8174
81752005-03-23 Richard M. Stallman <rms@gnu.org>
8176
8177 * url.texi (HTTP language/coding): Improve last change.
8178
81792005-03-22 Jay Belanger <belanger@truman.edu>
8180
8181 * calc.texi (Embedded Mode): Add new information on changing
8182 modes.
8183
81842005-03-20 Michael Albinus <michael.albinus@gmx.de>
8185
8186 Sync with Tramp 2.0.48.
8187
8188 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8189
8190 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8191 "GNU/Linux". Change all addresses to .gnu.org.
8192 (Default Method): Offer shortened syntax for "su" and "sudo"
8193 methods.
8194
81952005-03-07 Richard M. Stallman <rms@gnu.org>
8196
8197 * url.texi: Fix usage of "e.g.".
8198 (HTTP language/coding): Explain the rules for these strings.
8199
82002005-03-06 Richard M. Stallman <rms@gnu.org>
8201
8202 * woman.texi (Introduction): Minor cleanups.
8203
8204 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8205
8206 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8207 (Installation): Node deleted.
8208
8209 * mh-e.texi (Preface): Get rid of "Emacs 21".
8210
8211 * eshell.texi (Installation): Delete node (for Emacs 20).
8212
82132005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8214
8215 * flymake.texi: Refill and tweak style in @lisp blocks.
8216
82172005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8218
8219 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8220
82212005-03-01 Jay Belanger <belanger@truman.edu>
8222
8223 * calc.texi (Trigonometric and Hyperbolic Functions):
8224 Mention additional functions.
8225 (Algebraic Simplifications): Mention additional simplifications.
8226
82272005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8228
8229 * ses.texi: Add concept/function/variable indices (this work was
8230 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8231 papers on file at FSF).
8232
82332005-02-10 Jay Belanger <belanger@truman.edu>
8234
8235 * calc.texi: Change @LaTeX to La@TeX throughout.
8236 Redefine @expr as @math for TeX output.
8237 Redefine @texline as a no-op for TeX output.
8238 Define @tfn, replace @t by @tfn throughout.
8239
82402005-02-09 Jay Belanger <belanger@truman.edu>
8241
8242 * calc.texi: Add macro for LaTeX for info output.
8243
82442005-02-08 Kim F. Storm <storm@cua.dk>
8245
8246 * texinfo.tex (LaTex): Add def.
8247
82482005-02-06 Jay Belanger <belanger@truman.edu>
8249
8250 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8251 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8252 throughout manual.
8253
82542005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8255
8256 * gnus.texi: Some edits based on comments from David Abrahams.
8257
82582005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8259
8260 * gnus.texi (RSS): Fix the keystroke.
8261
82622005-01-24 David Kastrup <dak@gnu.org>
8263
8264 * faq.texi: Update AUCTeX version info.
8265
82662005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8267
8268 * gnus-faq.texi ([4.1]): Typo.
8269
82702005-01-19 Jay Belanger <belanger@truman.edu>
8271
8272 * calc.texi (Keep Arguments): Mention that keeping arguments
8273 doesn't work with keyboard macros.
8274
82752005-01-16 Richard M. Stallman <rms@gnu.org>
8276
8277 * autotype.texi (Autoinserting): Fix small error.
8278
82792005-01-16 Michael Albinus <michael.albinus@gmx.de>
8280
8281 Sync with Tramp 2.0.47.
8282
8283 * tramp.texi (Compilation): New section, describing compilation of
8284 remote files.
8285
82862005-01-11 Kim F. Storm <storm@cua.dk>
8287
8288 * widget.texi (Basic Types): Add :follow-link keyword.
8289
82902005-01-09 Jay Belanger <belanger@truman.edu>
8291
8292 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8293
82942005-01-08 Jay Belanger <belanger@truman.edu>
8295
8296 * calc.texi: Change throughout to reflect new default value of
8297 calc-settings-file.
8298
82992005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8300
8301 * message.texi (Reply): `message-reply-to-function' should return
8302 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8303
83042005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8305
8306 * faq.texi (Changing load-path): Fix typo.
8307
83082005-01-05 Jay Belanger <belanger@truman.edu>
8309
8310 * calc.texi (Programming Tutorial): Replace kbd command by
8311 appropriate characters for a keyboard macro.
8312
83132005-01-04 Jay Belanger <belanger@truman.edu>
8314
8315 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8316 for Lucid Emacs.
8317 (Programming Tutorial): Mention that the user needs to be in the
8318 right mode to compute some functions.
8319
83202005-01-04 Jay Belanger <belanger@truman.edu>
8321
8322 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8323 no longer applicable.
8324
83252005-01-01 Jay Belanger <belanger@truman.edu>
8326
0c7efc08 8327 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
8328 edit keyboard macros to match current behavior.
8329
83302004-12-31 Jay Belanger <belanger@truman.edu>
8331
8332 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8333
83342004-12-20 Jay Belanger <belanger@truman.edu>
8335
8336 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8337 zero.
8338
83392004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8340
8341 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8342 @xref.
8343 (Font Locking): Avoid @strong{Note:}.
8344
83452004-12-17 Michael Albinus <michael.albinus@gmx.de>
8346
8347 Sync with Tramp 2.0.46.
8348
8349 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8350
83512004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8352
8353 * url.texi: Correct typos.
8354 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 8355 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
8356 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8357 (Dealing with HTTP documents): @inforef->@xref.
8358
83592004-12-15 Jay Belanger <belanger@truman.edu>
8360
8361 * calc.texi: Consistently capitalized all mode names.
8362 (Answers to Exercises): Mention that an answer can be a fraction
8363 when in Fraction mode.
8364
83652004-12-13 Jay Belanger <belanger@truman.edu>
8366
8367 * calc.texi: Fix some TeX definitions.
8368
83692004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8370
8371 * reftex.texi (Imprint): Remove erroneous @value's.
8372
83732004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8374
8375 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8376 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8377
83782004-12-08 Jay Belanger <belanger@truman.edu>
8379
8380 * calc.texi (Starting Calc): Remove comment about installation.
8381 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8382
83832004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8384
8385 * url.texi: Update @setfilename.
8386 (Getting Started): No need to worry about Gnus versions.
8387 (Dealing with HTTP documents): Use @inforef.
8388
8389 * org.texi: Fix @direntry file name.
8390
83912004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8392
8393 * url.texi: New file.
8394
8395 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8396
83972004-12-06 Jay Belanger <belanger@truman.edu>
8398
8399 * calc.texi (Using Calc): Remove paragraph about installation.
8400
84012004-12-06 Jay Belanger <belanger@truman.edu>
8402
8403 * calc.texi: Use more Texinfo macros and less TeX defs.
8404 Remove @refill's.
8405
84062004-12-06 Richard M. Stallman <rms@gnu.org>
8407
8408 * org.texi: New file.
8409
84102004-12-05 Richard M. Stallman <rms@gnu.org>
8411
8412 * Makefile.in (org.dvi, ../info/org): New targets.
8413 (INFO_TARGETS): Add ../info/org.
8414 (DVI_TARGETS): Add org.dvi.
8415 (maintainer-clean): Remove the info files in the info dir.
8416
84172004-11-26 Eli Zaretskii <eliz@gnu.org>
8418
8419 * idlwave.texi: Fix the setfilename directive to put the produced
8420 file in ../info.
8421 (Continued Statement Indentation): Resurrect Jan D.'s change from
8422 2004-11-03 that was lost when a newer version of idlwave.texi was
8423 imported.
8424
84252004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8426
0c7efc08 8427 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 8428
0c7efc08
SM
8429 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8430 Index `spam-initialize'.
2de53ca6
GM
8431
84322004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8433
8434 * message.texi (Various Message Variables): Mention that all mail
8435 file variables are derived from `message-directory'.
8436
8437 * gnus.texi (Splitting Mail): Clarify bogus group.
8438
84392004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8440
0c7efc08
SM
8441 * emacs-mime.texi (Encoding Customization):
8442 Fix mm-coding-system-priorities entry.
2de53ca6 8443
c8763fb6 84442004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
8445
8446 * idlwave.texi (Continued Statement Indentation):
8447 * reftex.texi (Options (Index Support)):
8448 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
8449 * speedbar.texi (Creating a display, Major Display Modes):
8450 Replace non-nil with non-@code{nil}.
2de53ca6
GM
8451
84522004-10-21 Jay Belanger <belanger@truman.edu>
8453
0c7efc08 8454 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
8455
84562004-10-18 Luc Teirlinck <teirllm@auburn.edu>
8457
8458 * calc.texi (Reporting Bugs): Double up `@'.
8459
84602004-10-18 Jay Belanger <belanger@truman.edu>
8461
0c7efc08 8462 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
8463 should be sent to.
8464
84652004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8466
8467 * gnus.texi (New Features): Add 5.11.
8468
8469 * message.texi (Resending): Remove wrong default value.
8470
8471 * gnus.texi (Mail Source Specifiers): Describe possible problems
8472 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
8473 `pop3-leave-mail-on-server' to the index.
8474
84752004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8476
8477 * message.texi (Canceling News): Add how to set a password.
8478
84792004-10-12 Jay Belanger <belanger@truman.edu>
8480
0c7efc08 8481 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
8482 calc-describe-function and calc-describe-variable to match their
8483 current behavior.
8484
84852004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8486
8487 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8488
84892004-10-12 Michael Albinus <michael.albinus@gmx.de>
8490
8491 Sync with Tramp 2.0.45.
8492
8493 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8494 plink link. The URL is outdated. Originator contacted for
8495 clarification.
8496
84972004-10-10 Juri Linkov <juri@jurta.org>
8498
8499 * gnus.texi (Top, Marking Articles): Join two menus in one node
8500 because a node can have only one menu.
8501
85022004-10-09 Juri Linkov <juri@jurta.org>
8503
8504 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8505 example of nnmail-split-fancy.
8506
85072004-10-06 Karl Berry <karl@gnu.org>
8508
8509 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8510 consistency with other uses of dashes.
8511
85122004-10-05 Karl Berry <karl@gnu.org>
8513
8514 * info.texi: Consistently use --- throughout, periods at end of
8515 menu descriptions, and a couple typos.
8516
85172004-09-26 Jesper Harder <harder@ifa.au.dk>
8518
8519 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8520 * pgg.texi (User Commands, Backend methods): Do.
8521 * gnus.texi: Markup fixes.
8522 (Setting Process Marks): Fix `M P a' entry.
8523 * emacs-mime.texi: Fixes.
8524
85252004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8526
8527 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8528 again.
8529 Use 5.10 instead of 5.10.0.
8530
85312004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8532
8533 * gnus.texi (Summary Mail Commands): S D e.
8534
85352004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
8536
8537 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8538 the gnus-article-mode-line-format section.
8539
85402004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
8541
8542 * gnus.texi (Various Summary Stuff): Fix the documentation for
8543 gnus-newsgroup-variables.
8544
85452004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8546
0c7efc08
SM
8547 * gnus.texi (MIME Commands):
8548 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
8549 gnus-mime-display-multipart-alternative-as-mixed,
8550 gnus-mime-display-multipart-related-as-mixed.
8551 (Mail Source Customization): Clarify `mail-source-directory'.
8552 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 8553 (SpamOracle): Fix typo.
2de53ca6
GM
8554
8555 * gnus-faq.texi: Untabify.
8556 ([6.3]): nnir.el is in contrib directory.
8557
8558 * message.texi (News Headers): Clarify how a unique ID is created.
8559
0c7efc08
SM
8560 * gnus.texi (Batching Agents): Fix typo in example.
8561 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 8562
b2abec73 85632004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 8564
0c7efc08 8565 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
8566
85672004-09-20 Florian Weimer <fw@deneb.enyo.de>
8568
8569 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8570
85712004-09-22 Jay Belanger <belanger@truman.edu>
8572
0c7efc08 8573 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
8574 might be hidden during part of the session.
8575
85762004-09-20 Jay Belanger <belanger@truman.edu>
8577
8578 * calc.texi (Notations Used in This Manual): Put in an earlier
8579 mention that DEL could be called Backspace.
8580
85812004-09-10 Simon Josefsson <jas@extundo.com>
8582
8583 * gnus.texi (IMAP): Add example. Suggested and partially written
8584 by Steinar Bang <sb@dod.no>.
8585
85862004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8587
8588 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8589 netrc syntax.
8590
85912004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8592
b2abec73
JB
8593 * gnus.texi (Spam ELisp Package Sequence of Events):
8594 Some clarifications.
2de53ca6
GM
8595 (Spam ELisp Package Global Variables): More clarifications.
8596
85972004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8598
8599 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8600 Mention spam-split does not modify incoming mail.
8601
86022004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8603
8604 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8605
86062004-09-10 Eli Zaretskii <eliz@gnu.org>
8607
8608 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8609
86102004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8611
8612 * makefile.w32-in (sieve, pgg): Use $(infodir).
8613
86142004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8615
8616 * makefile.w32-in: Fix PGG and Sieve entries.
8617
86182004-08-28 Eli Zaretskii <eliz@gnu.org>
8619
8620 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8621 Emacs and related programs.
8622
86232004-08-27 Richard M. Stallman <rms@gnu.org>
8624
8625 * faq.texi: Fix texinfo usage, esp. doublequotes.
8626 (Difference between Emacs and XEmacs): Some clarification.
8627
8628 * faq.texi (Difference between Emacs and XEmacs):
8629 Explain not to contrast XEmacs with GNU Emacs.
8630
86312004-08-26 Richard M. Stallman <rms@gnu.org>
8632
8633 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8634
86352004-08-22 David Kastrup <dak@gnu.org>
8636
8637 * reftex.texi (AUCTeX): Update links, section name.
8638
8639 * faq.texi (Calc): Update availability (included in 22.1).
8640 (AUCTeX): Update availability, information, versions, description.
8641
86422004-08-14 Eli Zaretskii <eliz@gnu.org>
8643
8644 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8645
86462004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8647
8648 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8649
86502004-08-10 Michael Albinus <michael.albinus@gmx.de>
8651
8652 Sync with Tramp 2.0.44.
8653
86542004-08-05 Lars Hansen <larsh@math.ku.dk>
8655
8656 * widget.texi (User Interface): Update how to separate the
8657 editable field of an editable-field widget from other widgets.
8658 (Programming Example): Add text after field.
8659
86602004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8661
8662 * emacs-mime.texi (Encoding Customization): Add a note to the
8663 mm-content-transfer-encoding-defaults entry.
8664 (rfc2047): Update.
8665
0c7efc08
SM
8666 * gnus.texi (Article Highlighting):
8667 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8668 (POP before SMTP): New node.
8669 (Posting Styles): Addition.
8670 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8671 (Fancy Mail Splitting): Ditto.
8672 (X-Face): Add gnus-x-face.
8673
86742004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8675
8676 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8677 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8678
86792004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8680
0c7efc08
SM
8681 * gnus.texi (Mail Source Specifiers):
8682 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8683
86842004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8685
8686 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8687
8688 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8689 repository. Change setfilename.
8690
8691 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8692
86932004-07-02 Juri Linkov <juri@jurta.org>
8694
8695 * pcl-cvs.texi (Viewing differences): Add `d r'.
8696
86972004-06-29 Jesper Harder <harder@ifa.au.dk>
8698
8699 * ses.texi, viper.texi, flymake.texi, faq.texi:
8700 * eshell.texi, ediff.texi: Markup fixes.
8701
87022004-06-21 Karl Berry <karl@gnu.org>
8703
8704 * info.texi (Top): Mention that only Emacs has mouse support.
8705 (Getting Started): Mention this in a few other places.
8706
87072004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8708
0c7efc08
SM
8709 * autotype.texi (Copyrights, Timestamps):
8710 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8711
87122004-06-13 Lars Hansen <larsh@math.ku.dk>
8713
8714 * dired-x.texi (dired-mark-omitted): Update keybinding.
8715
87162004-06-10 Kim F. Storm <storm@cua.dk>
8717
8718 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8719
87202004-06-05 Lars Hansen <larsh@math.ku.dk>
8721
8722 * dired-x.texi (variable dired-omit-mode): Rename from
8723 dired-omit-files-p.
8724 (function dired-omit-mode): Rename from dired-omit-toggle.
8725 Call dired-omit-mode rather than set dired-omit-files-p.
8726 (dired-mark-omitted): Describe command.
8727
87282004-05-29 Michael Albinus <michael.albinus@gmx.de>
8729
8730 Version 2.0.41 of Tramp released.
8731
87322004-05-29 Juanma Barranquero <lektu@terra.es>
8733
8734 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8735 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8736
87372004-05-29 Richard M. Stallman <rms@gnu.org>
8738
8739 * cl.texi (Top): Call this chapter `Introduction'.
8740 (Overview): In TeX, no section heading here.
8741
8742 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8743
87442004-05-29 Eli Zaretskii <eliz@gnu.org>
8745
8746 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8747 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8748
87492004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8750
8751 * flymake.texi: New file.
8752
87532004-05-28 Simon Josefsson <jas@extundo.com>
8754
8755 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8756
b344d29d 87572004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8758
8759 Version 2.0.40 of Tramp released.
8760
87612004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8762
8763 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8764
8765 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8766 variables `tramp-backup-directory-alist' and
8767 `tramp-bkup-backup-directory-info'.
8768 (Overview, Connection types)
8769 (External transfer methods, Default Method)
8770 (Windows setup hints): Remove restriction of password entering
8771 with external methods.
8772 (Auto-save and Backup): Make file name example
8773 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8774 and `auto-save-directory' must be used.
8775 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8776 only "NT"). Remove doubled entry "What kinds of systems does
8777 @tramp{} work on".
8778 (tramp): Macro removed.
8779 (Obtaining Tramp): Flag removed from title.
8780 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8781 and `trampver' used properly. Flag `tramp-inst' replaced by
8782 `installchapter'. Installation related text adapted.
8783
87842004-04-28 Masatake YAMATO <jet@gyve.org>
8785
8786 * widget.texi (Programming Example): Remove overlays.
8787
87882004-04-27 Jesper Harder <harder@ifa.au.dk>
8789
8790 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8791
87922004-04-23 Juanma Barranquero <lektu@terra.es>
8793
8794 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8795
87962004-04-05 Jesper Harder <harder@ifa.au.dk>
8797
8798 * info.texi (Info Search): Add info-apropos.
8799
88002004-03-22 Juri Linkov <juri@jurta.org>
8801
8802 * faq.texi: Fix help key bindings.
8803
88042004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8805
8806 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8807 (as suggested by Karl Berry). Update information about colored
8808 stars in menus. Add new subheading describing M-n.
8809
88102004-03-12 Richard M. Stallman <rms@gnu.org>
8811
8812 * cl.texi (Top): Rename top node's title.
8813
88142004-03-08 Karl Berry <karl@gnu.org>
8815
8816 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8817 problems making the texinfo distribution.
8818
88192004-02-29 Simon Josefsson <jas@extundo.com>
8820
0c7efc08 8821 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8822 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8823 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8824 <voegelas@gmx.net>.
8825
88262004-02-29 Juanma Barranquero <lektu@terra.es>
8827
8828 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8829 Use $(DEL) instead of rm, and ignore exit code.
8830
b344d29d 88312004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8832
8833 Tramp version 2.0.39 released.
8834
88352004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8836
8837 * tramp.texi (Customizing Completion): Explain new functions
8838 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8839 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8840 (Top): Refer to Savannah mailing list as the major one.
8841 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8842 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8843 (Frequently Asked Questions): Remote hosts must not be Unix-like
8844 for "smb" method.
8845 (Password caching): New node.
8846 (External transfer methods): Refer to password caching for "smb"
8847 method.
8848
88492004-02-17 Karl Berry <karl@gnu.org>
8850
8851 * info.texi (Help-Int): Mention the new line number feature.
8852
88532004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8854
8855 * ses.texi (Advanced Features): New functionality for
8856 ses-set-header-row (defaults to current row unless C-u used).
8857 (Acknowledgements): Add Stefan Monnier.
8858
88592003-12-29 Kevin Ryde <user42@zip.com.au>
8860
8861 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8862
b344d29d 88632003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8864
8865 Tramp version 2.0.38 released.
8866
8867 * tramp.texi (Remote shell setup): Warn of environment variables
8868 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8869 <sven.gabriel@imk.fzk.de>.
8870 (Configuration): Tramp now chooses base64/uuencode
8871 automatically. Update wording accordingly.
8872 (Top): More description for the `Default Method' menu entry.
8873 (Default Method): Use @code, not @var, for Lisp variables.
8874 (Default Method): New subsection `Which method is the right one
8875 for me?' Suggested by Christian Kirsch.
8876 (Configuration): Pointer to new subsection added.
8877 (Default Method): Too many "use" in one sentence.
8878 Rephrase. Reported by Christian Kirsch.
8879 (Filename Syntax): Old `su' example is probably a left-over from
8880 the sm/su method naming. Replace with `ssh', instead.
8881 (External transfer methods, Auto-save and Backup):
8882 Typo fixes.
8883
88842003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8885
183080b6 8886 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
8887 (Top): Mention japanese manual only if flag `jamanual' is set.
8888 Insert section `Japanese manual' in menu.
8889
88902003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8891
8892 * eshell.texi (Known Problems): Add doc item.
8893
88942003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8895
8896 * cc-mode.texi: Update for CC Mode 5.30.
8897
8898 Note: Please refrain from doing purely cosmetic changes like
8899 removing trailing whitespace in this manual; it clobbers cvs
8900 merging for no good reason.
8901
89022003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8903
8904 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8905 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8906 @acronym{ASCII}.
8907
89082003-10-26 Karl Berry <karl@gnu.org>
8909
8910 * info.texi (Info Search): Echo area, not echo are. From Debian
8911 diff.
8912
89132003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
8914
10d1d0af 8915 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
8916 :buttons and :children keywords.
8917
89182003-10-22 Miles Bader <miles@gnu.org>
8919
8920 * Makefile.in (info): Move before $(top_srcdir)/info.
8921
89222003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
8923
8924 * tramp.texi (Inline methods): Small grammar fix.
8925 (External transfer methods): Likewise.
8926
89272003-10-08 Nick Roberts <nick@nick.uklinux.net>
8928
8929 * speedbar.texi: Remove paragraph for GUD that is no longer true.
8930
89312003-10-06 Luc Teirlinck <teirllm@auburn.edu>
8932
8933 * texinfo.tex: Replace `%' in arch tagline by @ignore.
8934
89352003-09-30 Richard M. Stallman <rms@gnu.org>
8936
8937 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8938
8939 * widget.texi (User Interface): Fix typos.
8940
8941 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8942
89432003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8944
8945 * pcl-cvs.texi (Selected Files): Fix typo.
8946
89472003-09-21 Karl Berry <karl@gnu.org>
8948
8949 * info.texi (] and [ commands): No period at end of section title.
8950
89512003-09-04 Miles Bader <miles@gnu.org>
8952
8953 * Makefile.in (top_srcdir): New variable.
8954 ($(top_srcdir)/info): New rule.
8955 (info): Depend on it.
8956
89572003-09-03 Peter Runestig <peter@runestig.com>
8958
8959 * makefile.w32-in: New file.
8960
89612003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
8962
8963 * widget.texi (User Interface): Explain the need of static text
8964 around an editable field.
8965
89662003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8967
8968 * widget.texi (Basic Types): The argument to `:help-echo' can now
8969 be a form that evaluates to a string.
8970
89712003-08-18 Kim F. Storm <storm@cua.dk>
8972
8973 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
8974
89752003-08-16 Richard M. Stallman <rms@gnu.org>
8976
8977 * dired-x.texi (Shell Command Guessing): Explain *.
8978
89792003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
8980
8981 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
8982 log-edit-insert-changelog.
8983
89842003-08-03 Karl Berry <karl@gnu.org>
8985
8986 * info.texi: Need @contents.
8987
c8763fb6 89882003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8989
8990 Tramp version 2.0.36 released.
8991
8992 * tramp.texi (Remote shell setup): Explain about problems with
8993 non-Bourne commands in ~/.profile and ~/.shrc.
8994
89952003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8996
8997 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
8998 renaming of `vis-mode' to `visible-mode'.
8999
90002003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9001
9002 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9003 next, prev and up pointers.
9004
90052003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9006
9007 * info.texi (Help): Mention existence of Emacs and stand-alone
9008 Info at the very beginning of the tutorial.
9009 (Help-Inv): New node.
9010 (Help-]): New node.
9011 (Help-M): Systematically point out the differences between default
9012 Emacs and stand-alone versions. Delete second menu.
9013 (Help-Xref): Systematically point out the differences between
9014 default Emacs and stand-alone versions.
9015 (Help-Int): Change `l' example.
9016 (Expert Info): Fix typos.
9017 (Emacs Info Variables): Mention `Info-hide-note-references' and
9018 new default for `Info-scroll-prefer-subnodes'.
9019
c8763fb6 90202003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9021
9022 Version 2.0.35 of Tramp released.
9023
9024 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9025 (Inline methods): Add methods `remsh' and `plink1'.
9026 (External transfer methods): Add method `remcp'.
9027 (Multi-hop Methods): Add method `remsh'.
9028 Small patch from Adrian Aichner <adrian@xemacs.org>:
9029 Fix minor typos.
0c7efc08 9030 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9031 `Info-index'.
9032 (Version Control): Add cindex entry.
9033
c8763fb6 90342003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9035
9036 * trampver.texi: Version 2.0.34 released.
9037
90382003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9039
9040 * faq.texi: Improve previous changes.
9041
90422003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9043
9044 * faq.texi: Update copyright and maintenance details.
9045 Update some package URLs, versions, and maintainers.
9046 Remove many references to the Emacs Lisp Archive.
9047
90482003-04-23 Simon Josefsson <jas@extundo.com>
9049
9050 * smtpmail.texi: Fix license (the invariant sections mentioned has
9051 never been part of the smtp manual). Align info dir entry with
9052 other emacs packages.
9053
90542003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9055
9056 * tramp.texi: Version 2.0.33 released.
9057 Remove installation chapter. Remove XEmacs specifics.
9058
90592003-03-29 Richard M. Stallman <rms@gnu.org>
9060
9061 * tramp.texi (Top): Undo the previous renaming.
9062 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9063
c8763fb6 90642003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9065
9066 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9067 version of manual.
9068
9069 * tramp.texi (Auto-save and Backup): New node.
9070
90712003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9072
9073 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9074 Emacs" in order to have better differentiation to "XEmacs".
9075 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9076 are new macros in order to point to the other Emacs flavor where
9077 appropriate. In info case, point to node `Installation' in order
9078 to explain how to generate the other way. In html case, make a
9079 link to the other html file.
0c7efc08 9080 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9081 after CVS checkout/update.
9082 (Installation): Completely rewritten.
9083 (Installation parameters, Load paths): New sections under
9084 `Installation'.
9085
c8763fb6 90862003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9087
9088 * tramp.texi: Version 2.0.30 released.
9089 Replace word "path" with "localname" where used as a component of
9090 a Tramp file name.
9091
90922003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9093
9094 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9095 introduced.
9096 (Installation): Explain what to do if files from the tramp/contrib
9097 directory are needed.
9098
90992003-02-23 Alex Schroeder <alex@emacswiki.org>
9100
9101 * smtpmail.texi (How Mail Works): New.
9102
91032003-02-22 Alex Schroeder <alex@emacswiki.org>
9104
9105 * smtpmail.texi: New file.
9106
9107 * Makefile.in: Build SMTP manual.
9108
c8763fb6 91092003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9110
9111 * tramp.texi: Version 2.0.29 released.
9112 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9113 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9114
91152003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9116
9117 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 9118 another package loads accidentally Ange-FTP.
2de53ca6
GM
9119
91202003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9121
9122 * tramp.texi (Customizing Completion): Add function
9123 `tramp-parse-sconfig'. Change example of
9124 `tramp-set-completion-function', because parsing of ssh config
9125 files looks more natural.
9126
91272003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9128
9129 * gnus.texi: Do not use `path' in several locations.
9130
c8763fb6 91312002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 9132
0c7efc08
SM
9133 * tramp.texi (External transfer methods): New method `smb'.
9134 From Michael Albinus.
2de53ca6
GM
9135
91362002-11-05 Karl Berry <karl@gnu.org>
9137
9138 * info.texi (Info-fontify): Reorder face list to avoid bad line
9139 breaks.
9140
c8763fb6 91412002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 9142
0c7efc08
SM
9143 * tramp.texi: Move @copying to standard place.
9144 Use @insertcopying.
2de53ca6
GM
9145
91462002-10-02 Karl Berry <karl@gnu.org>
9147
9148 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9149 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9150 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9151 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9152 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9153 Per rms, update all manuals to use @copying instead of @ifinfo.
9154 Also use @ifnottex instead of @ifinfo around the top node, where
9155 needed for the sake of the HTML output.
9156 (The Gnus manual is not fixed since it's not clear to me how it
9157 works; and the Tramp manual already uses @copying, although in an
9158 unusual way. All others were changed.)
9159
91602002-09-10 Jonathan Yavner <jyavner@engineer.com>
9161
9162 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9163 (../info/ses, ses.dvi): New targets.
9164 * ses.texi: New file.
9165
c8763fb6 91662002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
9167
9168 * texinfo.tex: Update to texinfo 4.2.
9169
91702002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9171
9172 * reftex.texi: Update to RefTeX 4.19.
9173
c8763fb6 91742002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
9175
9176 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9177 (../info/tramp, tramp.dvi): New targets.
9178
91792002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9180
9181 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9182 (calc.dvi): Uncomment.
9183
91842001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9185
9186 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9187 (../info/calc): New target.
9188
91892001-10-20 Gerd Moellmann <gerd@gnu.org>
9190
9191 * (Version 21.1 released.)
9192
91932001-10-05 Gerd Moellmann <gerd@gnu.org>
9194
9195 * Branch for 21.1.
9196
91972001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9198
9199 * Makefile.in (../info/info): Use an explicit -o switch to
9200 makeinfo.
9201
92022001-03-05 Gerd Moellmann <gerd@gnu.org>
9203
9204 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9205
92062000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9207
9208 * Makefile.in (../info/idlwave): Use --no-split.
9209
92102000-12-14 Dave Love <fx@gnu.org>
9211
c4cc8b9a 9212 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
9213 (gnus.dvi): Change rule to remove @latex stuff.
9214
92152000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9216
9217 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9218
92192000-10-13 John Wiegley <johnw@gnu.org>
9220
9221 * Makefile.in: Add build targets for eshell.texi.
9222
92232000-09-25 Gerd Moellmann <gerd@gnu.org>
9224
9225 * Makefile.in: Remove/comment speedbar stuff.
9226
92272000-09-22 Dave Love <fx@gnu.org>
9228
9229 * Makefile.in: Add emacs-mime.
9230
92312000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9232
9233 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9234 (DVI_TARGETS): Add woman.dvi.
9235 (../info/woman, woman.dvi): New targets.
9236
92372000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9238
9239 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9240
9241 * pcl-cvs.texi: New file.
9242 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9243 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9244
92452000-05-11 Gerd Moellmann <gerd@gnu.org>
9246
9247 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9248 (../info/ebrowse, ebrowse.dvi): New targets.
9249
92502000-01-13 Gerd Moellmann <gerd@gnu.org>
9251
9252 * Makefile.in (INFO_TARGETS): Add eudc.
9253 (DVI_TARGETS): Add eudc.dvi.
9254 (../info/eudc, eudc.dvi): New targets.
9255
92562000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9257
9258 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9259 compatibility with 8+3 filesystems).
9260 (../info/efaq): Rename from emacs-faq.
9261
92622000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9263
9264 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9265 (../info/idlwave, idlwave.dvi): New targets.
9266
92671999-10-23 Dave Love <fx@gnu.org>
9268
9269 * Makefile.in: Use autotype.texi.
9270
92711999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9272
9273 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9274 faq.texi file) rather than ../info/faq.
9275
92761999-10-07 Gerd Moellmann <gerd@gnu.org>
9277
9278 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9279 (../info/ada-mode, ada-mode.dvi): New targets.
9280
92811999-09-01 Dave Love <fx@gnu.org>
9282
9283 * Makefile.in: Add faq.
9284
92851999-07-12 Richard Stallman <rms@gnu.org>
9286
9287 * Version 20.4 released.
9288
92891998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9290
9291 * Version 20.3 released.
9292
92931998-04-06 Andreas Schwab <schwab@gnu.org>
9294
768c0c0f
JB
9295 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9296 Use it in dvi targets.
2de53ca6
GM
9297 (../etc/GNU): Change to $(srcdir) first.
9298
92991998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9300
9301 * reftex.texi: Update for RefTeX version 3.22.
9302
93031998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9304
9305 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9306 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9307
93081997-09-23 Paul Eggert <eggert@twinsun.com>
9309
9310 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9311 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9312
93131997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9314
9315 * Version 20.2 released.
9316
93171997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9318
9319 * Version 20.1 released.
9320
93211997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9322
9323 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9324
93251996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9326
9327 * Version 19.33 released.
9328
93291996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9330
9331 * Version 19.32 released.
9332
93331996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9334
9335 * Makefile.in: Add rules for the Message manual.
9336
93371996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9338
9339 * gnus.texi: New version.
9340
9341 * message.texi: New manual.
9342
93431996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9344
9345 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9346
93471996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9348
9349 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9350 Specify -I option.
9351 (All dvi targets): Set the TEXINPUTS variable.
9352
93531996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9354
9355 * Version 19.31 released.
9356
93571996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9358
9359 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9360 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9361
93621995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9363
9364 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9365 (INFO_TARGETS): Add ../info/cc-mode.
9366 (DVI_TARGETS): Add cc-mode.dvi.
9367
2de53ca6
GM
93681995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9369
9370 * Version 19.30 released.
9371
93721995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9373
9374 * gnus.texi: New file.
9375
93761995-11-04 Erik Naggum <erik@naggum.no>
9377
9378 * gnus.texi: File deleted.
9379
93801995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9381
9382 * mh-e.texi: "Function Index" -> "Command Index" to work with
9383 Emacs 19.30 C-h C-k support of separately-documented commands.
9384
93851995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9386
9387 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9388 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9389
93901995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9391
9392 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9393 (../info/viper, viper.dvi): New targets.
9394
93951995-04-20 Kevin Rodgers <kevinr@ihs.com>
9396
9397 * dired-x.texi (Installation): Change the example to set
9398 buffer-local variables like dired-omit-files-p in
9399 dired-mode-hook.
9400
94011995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9402
9403 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9404 (../info/mh-e, mh-e.dvi): New targets.
9405
94061995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9407
9408 * Makefile.in (maintainer-clean): Rename from realclean.
9409
94101994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9411
9412 * Makefile.in: New file.
9413 * Makefile: File deleted.
9414
94151994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9416
9417 * Makefile (TEXINDEX_OBJS): Variable deleted.
9418 (texindex, texindex.o, getopt.o): Rules deleted.
9419 All deps on texindex deleted.
9420 (distclean): Don't delete texindex.
9421 (mostlyclean): Don't delete *.o.
9422 * texindex.c, getopt.c: Files deleted.
9423
94241994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9425
9426 * Version 19.26 released.
9427
94281994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9429
9430 * Version 19.25 released.
9431
94321994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9433
9434 * Version 19.24 released.
9435
94361994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9437
9438 * Version 19.23 released.
9439
94401994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9441
9442 * Makefile: Delete spurious tab.
9443
94441994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9445
9446 * Makefile (.SUFFIXES): New rule.
9447
94481994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9449
9450 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9451 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9452
94531994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9454
9455 * Makefile (../info/sc): Rename from sc.info.
9456 (../info/cl): Likewise.
9457 (INFO_TARGETS): Use new names.
9458
94591993-12-04 Richard Stallman (rms@srarc2)
9460
9461 * getopt.c: New file.
9462 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9463 (getopt.o): New rule.
9464 (dvi): Don't depend on texindex.
9465 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9466 Depend on texindex.
9467
94681993-12-03 Richard Stallman (rms@srarc2)
9469
9470 * Makefile (../info/sc.info): Rename from ../info/sc.
9471 (TEXI2DVI): New variable.
9472 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9473 Add explicit commands.
9474 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9475
94761993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9477
9478 * Version 19.22 released.
9479
94801993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9481
9482 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9483
94841993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9485
9486 * Version 19.21 released.
9487
94881993-11-15 Paul Eggert (eggert@twinsun.com)
9489
9490 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9491
94921993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9493
9494 * Makefile (../etc/GNU): New target.
9495 (EMACSSOURCES): Add gnu1.texi.
9496
94971993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9498
9499 * Makefile (realclean): Don't delete the Info files.
9500
f0131492 95011993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
9502
9503 * forms.texi: Fix forms.texi so that it will format correctly.
9504 Add missing `@end iftex', fix bad reference.
9505
9506 * info.texi, info-stn.texi: New files implement texinfo version of
9507 `info' file.
9508
f0131492 95091993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
9510
9511 * Makefile: Fix targets for texindex, new info.texi files.
9512 * info-stnd.texi: New file implements info for standalone info
9513 reader.
9514 * info.texi: Update to include recent changes to "../info/info".
9515 New source file for ../info/info; includes info-stnd.texi.
9516
9517 * texindex.c: Include "../src/config.h" if building in emacs.
9518
9519 * Makefile: Change all files to FILENAME.texi, force all targets
9520 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9521 vip.texinfo, forms.texinfo, cl.texinfo.
9522 Add target to build texindex.c, defining `emacs'.
9523
9524 * forms.texi: Install new file to match version 2.3 of forms.el.
9525
95261993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9527
9528 * Version 19.19 released.
9529
95301993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
9531
9532 * sc.texinfo: Fix info file name.
9533
9534 * Makefile (info): Add gnus and sc.
9535 (dvi): Add gnus.dvi and sc.dvi.
9536 (../info/sc, sc.dvi): New targets.
9537
95381993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9539
9540 * Version 19.18 released.
9541
95421993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9543
9544 * Makefile: Fix source file names of the separate manuals.
9545 (gnus.dvi, ../info/gnus): New targets.
9546
95471993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9548
9549 * Version 19.17 released.
9550
95511993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9552
9553 * split-man: Fix typos in last change.
9554
95551993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9556
9557 * Version 19.16 released.
9558
95591993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9560
9561 * version 19.15 released.
9562
95631993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9564
9565 * Makefile (distclean): It's rm, not rf.
9566
95671993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9568
9569 * Version 19.14 released.
9570
95711993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9572
9573 * Makefile: New file.
9574
95751993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9576
9577 * Version 19.13 released.
9578
95791993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9580
9581 * Version 19.9 released.
9582
95831993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9584
9585 * Version 19.8 released.
9586
95871993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9588
9589 * Version 19.7 released.
9590
95911990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9592
9593 * gnus.texinfo: New file. Removed installation instructions.
9594
95951990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9596
9597 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9598
95991989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9600
9601 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
9602 then define `\sc' as the command for smallcaps in Texinfo.
9603 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
9604 made the corresponding change to makeinfo and texinfm.el.
9605
96061988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9607
9608 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9609 Customization since the menu entry did not point to anything.
9610 Also add an @finalout command to remove overfull hboxes from the
9611 printed output.
9612
9613 * cl.texinfo: Add @bye, \input line and @settitle to file.
9614 This file is clearly intended to be a chapter of some other work,
9615 but the other work does not yet exist.
9616
96171988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9618
9619 * texinfo.texinfo: Three typos corrected.
9620
4009494e 9621;; Local Variables:
c8763fb6 9622;; coding: utf-8
4009494e
GM
9623;; End:
9624
3fe7cdc8 9625 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9626
9627 This file is part of GNU Emacs.
9628
97c0352c 9629 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9630 it under the terms of the GNU General Public License as published by
97c0352c
GM
9631 the Free Software Foundation, either version 3 of the License, or
9632 (at your option) any later version.
4009494e
GM
9633
9634 GNU Emacs is distributed in the hope that it will be useful,
9635 but WITHOUT ANY WARRANTY; without even the implied warranty of
9636 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9637 GNU General Public License for more details.
9638
9639 You should have received a copy of the GNU General Public License
97c0352c 9640 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.