Undocument get-setf-method, no longer exists
[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.
ab7f1c43 5 Undocument get-setf-method, since it no longer exists.
651af8c6 6
c65b407b
GM
72012-11-03 Glenn Morris <rgm@gnu.org>
8
9 * cl.texi: Further general copyedits.
685b0026
GM
10 (List Functions): Remove copy-tree, standard elisp for some time.
11 (Efficiency Concerns): Comment out examples that no longer apply.
12 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
13 (Creating Symbols, Random Numbers): De-emphasize internal
14 variables cl--gensym-counter and cl--random-state. (Bug#12788)
c65b407b 15
7fbf8f7b
GM
162012-11-02 Glenn Morris <rgm@gnu.org>
17
18 * cl.texi (Naming Conventions, Type Predicates, Macros)
19 (Predicates on Numbers): No longer mention cl-floatp-safe.
20
df43dd53
GM
212012-11-01 Glenn Morris <rgm@gnu.org>
22
23 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
24 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
25 (Macro Bindings, Blocks and Exits):
26 Acknowledge existence of lexical-binding.
27 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 28
69c1c2e6
GM
292012-10-31 Glenn Morris <rgm@gnu.org>
30
dd90fd1a
GM
31 * ert.texi (Introduction, The @code{should} Macro):
32 Refer to "cl-assert" rather than "assert".
33
69c1c2e6
GM
34 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
35 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
36 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
37 Reword, and add details of flet and labels.
87b0d8b1 38 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 39
4ddedf94
GM
402012-10-30 Glenn Morris <rgm@gnu.org>
41
42 * cl.texi (Modify Macros): Update for cl-letf changes.
43 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
44 (Setf Extensions): Partially restore note about cl-getf,
45 mainly moved to lispref/variables.texi.
46 (Property Lists): Fix cl-getf typos.
f43a5263 47 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 48
d3094168
GM
492012-10-29 Glenn Morris <rgm@gnu.org>
50
51 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 52 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 53 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
54 (Modify Macros, Multiple Values, Other Clauses):
55 Remove mentions of obsolete features.
6a07d52e 56 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 57
3c0c6155
GM
582012-10-28 Glenn Morris <rgm@gnu.org>
59
f94b04fc
GM
60 * cl.texi (Multiple Values, Common Lisp Compatibility):
61 More namespace updates.
62 (Obsolete Features): Copyedits.
63 (Obsolete Lexical Macros, Obsolete Setf Customization):
64 New subsections.
65
9c52d61d
GM
66 * cl.texi (Porting Common Lisp, Lexical Bindings):
67 Add some xrefs to the Elisp manual.
68
3c0c6155
GM
69 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
70 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
71 (Obsolete Features): New appendix. Move Lexical Bindings here.
72
5887564d
GM
732012-10-27 Glenn Morris <rgm@gnu.org>
74
e1117425
GM
75 * cl.texi: Use defmac for macros rather than defspec.
76 (Efficiency Concerns): Related copyedit.
77
5887564d
GM
78 * cl.texi (Control Structure): Update for setf now being in core.
79 (Setf Extensions): Rename from Basic Setf. Move much of the
80 former content to lispref/variables.texi.
81 (Modify Macros): Move pop, push details to lispref/variables.texi.
82 (Customizing Setf): Copyedits for setf etc being in core.
83 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
84 Further namespaces updates.
85
bdebdb64
BG
862012-10-26 Bastien Guerry <bzg@gnu.org>
87
88 * org.texi (Installation): Update the link to Org's ELPA. Also
89 don't mention org-install.el anymore as the replacement file
90 org-loaddefs.el is now loaded by org.el.
91
f956e59d
MA
922012-10-25 Michael Albinus <michael.albinus@gmx.de>
93
94 * tramp.texi (Frequently Asked Questions): Mention
95 `tramp-completion-reread-directory-timeout' for performance
96 improvement.
97
a05cb6e3
GM
982012-10-25 Glenn Morris <rgm@gnu.org>
99
100 * cl.texi: Don't mess with the TeX section number counter.
101 Use Texinfo recommended convention for quotes+punctuation.
102 (Overview, Sequence Functions): Rephrase for better line-breaking.
103 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
104 (Macro Bindings, Conditionals, Iteration, Loop Basics)
105 (Random Numbers, Mapping over Sequences, Structures)
106 (Porting Common Lisp): Further updates for cl-lib namespace.
107 (Modify Macros, Declarations, Macro Bindings, Structures):
108 Break long lines in examples.
109 (Dynamic Bindings): Update for changed progv behavior.
110 (Loop Examples, Efficiency Concerns): Markup fixes.
111 (Structures): Remove TeX margin change.
39ff2cf3 112 (Declarations): Fix typos.
a05cb6e3 113
39a58b5b
GM
1142012-10-24 Glenn Morris <rgm@gnu.org>
115
a6880551
GM
116 * cl.texi (Overview, Multiple Values, Creating Symbols)
117 (Numerical Functions): Say less/nothing about the original cl.el.
118 (Old CL Compatibility): Remove.
119 (Assertions): Remove ignore-errors (standard Elisp for some time).
120
39a58b5b
GM
121 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
122 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
123 (Efficiency Concerns, Efficiency Concerns)
124 (Common Lisp Compatibility, Old CL Compatibility):
125 Further updates for cl-lib namespace.
126
72ec96fb
PE
1272012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
128
129 Update manual for new time stamp format (Bug#12706).
130 * emacs-mime.texi (time-date): Update for new format.
131 Also, fix bogus time stamp and modernize a bit.
132
8d6510b9
GM
1332012-10-23 Glenn Morris <rgm@gnu.org>
134
135 * cl.texi: Include emacsver.texi. Use Emacs version number rather
136 than unchanging cl.el version number.
137 End all menu descriptions with a period.
138 Do not use @dfn{CL} for every instance of "CL".
139 (Overview): Remove no-runtime caveat, and note about foo* names.
140 (Usage): Use cl-lib rather than cl.
141 (Organization, Naming Conventions): Update for cl-lib.el.
142 (Installation): Remove long-irrelevant node.
143 (Program Structure, Predicates, Control Structure):
144 Start updating for cl-lib namespace.
8d6510b9
GM
145 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
146 Depend on emacsver.texi.
147
0a078f36
MA
1482012-10-09 Michael Albinus <michael.albinus@gmx.de>
149
150 * trampver.texi: Update release number.
151
a03bb33f
GM
1522012-10-06 Glenn Morris <rgm@gnu.org>
153
24636b26
GM
154 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
155 ERC version.
156 (Introduction): ERC is distributed with Emacs.
157 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
158 (Getting Started): Simplify.
159 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
160 (History): Mention ERC maintained as part of Emacs now.
161 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
162 Add dependency on emacsver.texi.
163
a03bb33f
GM
164 * erc.texi: Remove hand-written node pointers.
165
d259be38
GM
1662012-10-05 Glenn Morris <rgm@gnu.org>
167
168 * newsticker.texi (Overview, Requirements, Usage, Configuration):
169 Copyedits.
170
62a81506
CY
1712012-10-01 Eric Ludlam <zappo@gnu.org>
172
173 * ede.texi (Quick Start, Project Local Variables)
174 (Miscellaneous commands, ede-java-root, Development Overview)
175 (Detecting a Project): New nodes.
176 (Simple projects): Node deleted.
177
178 * eieio.texi (Building Classes): Some slot attributes cannot be
179 overridden.
180 (Slot Options): Remove an example.
181 (Method Invocation, Documentation): New nodes.
182
07f133bf
GM
1832012-10-01 Glenn Morris <rgm@gnu.org>
184
185 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
186 (reftex.pdf): Add dependency on emacsver.texi.
187 * reftex.texi: Don't include directory part for emacsver.texi;
188 the Makefile's -I handles it.
189
4f595e15
RA
1902012-09-30 Ralf Angeli <angeli@caeruleus.net>
191
192 Merge from standalone RefTeX repository.
193
194 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
195 with macros.
196 (Imprint): Mention Wolfgang in list of contributors.
197 (Creating Citations): Give a hint about how to
198 auto-revert the BibTeX database file when using external editors.
199 (Referencing Labels): Simplify section about reference macro
200 cycling.
201 (Options (Referencing Labels)): Adapt to new structure of
202 `reftex-ref-style-alist'.
203 (Referencing Labels, Reference Styles): Document changes in the
204 referencing functionality.
205 (Commands): Mention options for definition of header and footer in
206 BibTeX files.
207 (Options (Creating Citations)): Document
208 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
209 (Reference Styles): New section.
210 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
211 (Options (Referencing Labels)): Remove descriptions of deprecated
212 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
213 Add descriptions for `reftex-ref-style-alist' and
214 `reftex-ref-style-default-list'.
215 (Referencing Labels): Update regarding reference styles.
216 (Citation Styles): Mention support for ConTeXt.
217 (Options (Defining Label Environments)): Fix typo.
218 (Options (Creating Citations)): Document
219 `reftex-cite-key-separator'.
220
8223b1d2
BG
2212012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
222
223 * org.texi: Add description of ORG_ADD_CONTRIB to info
224 documentation. Add link to Worg for more details.
225
226 * org.texi: Clarify installation procedure. Provide link to the
227 build system description on Worg.
228
229 * org.texi: Remove reference to utils/, x11idle.c is now in
230 contrib/scripts.
231
232 * org.texi: Re-normalize to "Org mode" in manual.
233
234 * org.texi (Installation): Adapt documentation to new build
235 system. Mention GNU ELPA (since it needs to be handled like Emacs
236 built-in Org).
237
8223b1d2
BG
2382012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
239
240 * org.texi: Fix typo in description of the 'Hooks' section.
241
242 * org.texi: Add ID to the list of special properties.
243
2442012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
245
246 * org.texi (Moving subtrees): Document the ability to archive to a
247 datetree.
248
2492012-09-30 Bastien Guerry <bzg@altern.org>
250
251 * org.texi (Installation, Feedback, Batch execution): Use
252 (add-to-list 'load-path ... t) for the contrib dir.
253
254 * org.texi (results): Update documentation for ":results drawer"
255 and ":results org".
256
257 * org.texi (Column width and alignment): Fix typo.
258
259 * org.texi (Activation): Point to the "Conflicts" section.
260
261 * org.texi (Conflicts): Mention filladapt.el in the list of
262 conflicting packages.
263
264 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
265 not needed for versions of Emacs > 22.1.
266
267 * org.texi (History and Acknowledgments): Fix typo.
268
269 * org.texi (History and Acknowledgments): Add my own
270 acknowledgments.
271
272 * org.texi (Agenda commands): Document the new command and the new
273 option.
274
275 * org.texi (Agenda commands): Delete `org-agenda-action' section.
276 (Agenda commands): Reorder. Document `*' to toggle persistent
277 marks.
278
279 * org.texi (Agenda dispatcher): Mention
280 `org-toggle-agenda-sticky'.
281 (Agenda commands, Exporting Agenda Views): Fix typo.
282
283 * org.texi (Templates in contexts, Setting Options): Update to
284 reflect changes in how contexts options are processed.
285
286 * org.texi (Templates in contexts): Document the new structure of
287 the variables `org-agenda-custom-commands-contexts' and
288 `org-capture-templates-contexts'.
289
290 * org.texi (Templates in contexts): Document the new option
291 `org-capture-templates-contexts'.
292 (Storing searches): Document the new option
293 `org-agenda-custom-commands-contexts'.
294
295 * org.texi (Formula syntax for Lisp): Reformat.
296
297 * org.texi (Special properties, Column attributes)
298 (Agenda column view): Document the new special property
299 CLOCKSUM_T.
300
301 * org.texi (Template expansion): Document the new %l template.
302
303 * org.texi (Fast access to TODO states): Fix documentation about
304 allowed characters for fast todo selection.
305
306 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
307 use in `org-agenda-to-appt'.
308
309 * org.texi (Comment lines): Update wrt comments.
310
311 * org.texi (Resolving idle time): Document new keybinding.
312
313 * org.texi (Clocking commands): Document the use of S-M-<up/down>
314 on clock timestamps.
315
316 * org.texi (Fast access to TODO states): Explicitely says only
317 letters are supported as fast TODO selection keys.
318
319 * org.texi (Link abbreviations): Illustrate the use of the "%h"
320 specifier. Document the new "%(my-function)" specifier.
321
322 * org.texi (Clocking commands): New cindex.
323 (Clocking commands): Update documentation for `org-clock-in'.
324 Document `org-clock-in-last'. Mention `org-clock-out' and
325 `org-clock-in-last' as commands that can be globally bound.
326 (Resolving idle time): Document continuous clocking.
327
328 * org.texi (Top, Introduction): Fix formatting.
329 (Activation): Add index entries.
330 (Conventions): Update section.
331 (Embedded @LaTeX{}): Fix formatting.
332
333 * org.texi (Visibility cycling): Document `show-children'.
334
335 * org.texi (Using capture): Mention the `org-capture-last-stored'
336 bookmark as a way to jump to the last stored capture.
337
338 * org.texi (Uploading files): Fix typo.
339
340 * org.texi (Using capture): Document `C-0' as a prefix argument
341 for `org-capture'.
342
343 * org.texi (Agenda commands): Document persistent marks.
344
345 * org.texi (Template expansion): Update doc to reflect change.
346
347 * org.texi (Radio tables): Document the :no-escape parameter.
348
349 * org.texi (Repeated tasks): Document repeat cookies for years,
350 months, weeks, days and hours.
351
352 * org.texi (Export options): State that you can use the d: option
353 by specifying a list of drawers.
354
355 * org.texi (HTML preamble and postamble): Small doc improvement.
356
3572012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
358
359 * org.texi: The sections in the Exporting section of the manual
360 left out articles in the description of the org-export-as-*
361 commands, among other places. This patch adds them, adds a few
362 missing prepositions, and switches instances of "an HTML" to "a
363 html" for internal consistency.
364
365 * org.texi: Alter several examples of headings with timestamps in
366 them to include the timestamps in the body instead of the heading.
367
3682012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
369
370 * org.texi (Agenda dispatcher): Document sticky agenda views and
371 the new key for them.
372
3732012-09-30 Charles <millarc@verizon.net> (tiny change)
374
375 * org.texi (Advanced features): Fix error in table.
376
3772012-09-30 Feng Shu <tumashu@gmail.com>
378
379 * org.texi (@LaTeX{} fragments): Document imagemagick as an
380 alternative to dvipng.
381
3822012-09-30 François Allisson <francois@allisson.co> (tiny change)
383
384 * org.texi: Remove extra curly bracket.
385
3862012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
387
388 * org.texi (org-clock-in-last and org-clock-cancel): Update the
389 defkeys.
390
3912012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
392
393 * org.texi (Agenda commands): Fix two typos by giving
394 corresponding function names, according to
395 `org-agenda-view-mode-dispatch'.
396
3972012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
398
399 * org.texi (The spreadsheet): Fix typo.
400
4012012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
402
403 * org.texi (Tracking your habits): Point to the "Tracking TODO
404 state changes" section.
405
4062012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
407
408 * org.texi (Literal examples): Remove reference to unknown
409 `org-export-latex-minted' variable. Also simplify footnote since
410 `org-export-latex-listings' documentation is exhaustive already.
411
412 * org.texi (Plain lists): Remove reference to now hard-coded
413 `bullet' automatic rule.
414
4152012-09-30 Toby S. Cubitt <tsc25@cantab.net>
416
417 * org.texi: Updated documentation accordingly.
418
5087f097
PE
4192012-09-13 Paul Eggert <eggert@cs.ucla.edu>
420
421 * texinfo.tex: Merge from gnulib.
422
20121a26
MA
4232012-09-12 Michael Albinus <michael.albinus@gmx.de>
424
425 Sync with Tramp 2.2.6.
426
427 * tramp.texi (Bug Reports): Cleanup caches before a test run.
428
429 * trampver.texi: Update release number.
430
44677e30
PE
4312012-09-12 Paul Eggert <eggert@cs.ucla.edu>
432
433 * texinfo.tex: Merge from gnulib.
434
5a4c42ba
AA
4352012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
436
437 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
438 (bug#12096).
439
8e7046c3
JB
4402012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
441
1dcac243
JB
442 * calc.texi (Simplification modes, Conversions)
443 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
444 (The Calc Mode Line): Mention the mode line display for Basic
445 simplification mode.
446 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
447 simplifications.
448 (Basic Simplifications): Rename from "Limited Simplifications"
449 Replace "limited" by "basic" throughout.
450 (Algebraic Simplifications): Indicate that the algebraic
451 simplifications are done by default.
452 (Unsafe Simplifications): Mention `m E'.
453 (Simplification of Units): Mention `m U'.
454 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
455 (Kinds of Declarations, Functions for Declarations): Mention
456 "algebraic simplifications" instead of `a s'.
1dcac243 457 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 458
d2bd74ff
JB
4592012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
460
461 * calc.texi (Getting Started, Tutorial): Change simulated
462 Calc output to match actual output.
463 (Simplifying Formulas): Mention that algebraic simplification is now
464 the default.
465
77472261
EZ
4662012-07-28 Eli Zaretskii <eliz@gnu.org>
467
468 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
469 (Bug#12073)
470
09ae5da1
PE
4712012-07-25 Paul Eggert <eggert@cs.ucla.edu>
472
473 Prefer typical American spelling for "acknowledgment".
474 * calc.texi (History and Acknowledgments): Rename from
475 History and Acknowledgements.
476 * idlwave.texi (Acknowledgments):
477 * ses.texi (Acknowledgments):
478 * woman.texi (Acknowledgments): Rename from Acknowledgements.
479
c4444d16
PE
4802012-07-09 Paul Eggert <eggert@cs.ucla.edu>
481
482 Rename configure.in to configure.ac (Bug#11603).
483 * ede.texi (Compiler and Linker objects, ede-proj-project)
484 (ede-step-project): Prefer the name configure.ac to configure.in.
485
ef091c97
MA
4862012-07-06 Michael Albinus <michael.albinus@gmx.de>
487
488 * tramp.texi (Multi-hops): Introduce
489 `tramp-restricted-shell-hosts-alist'.
490
89b163db
G
4912012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
492
493 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
494 methods, so don't mention smtpmail here.
495
4962012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
497
498 * gnus.texi (Picons): Document gnus-picon-properties.
499
5002012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
501
502 * gnus.texi: Remove mention of compilation, as that's no longer
503 supported.
504
5052012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
506
507 * gnus.texi (Archived Messages): Mention
508 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
509
5102012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
511
512 * gnus.texi (Various Summary Stuff):
513 Remove mention of `gnus-propagate-marks'.
514
5152012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
516
517 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
518 which no longer exist.
519
5202012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
521
522 * gnus.texi (Archived Messages):
523 Document gnus-gcc-self-resent-messages.
524
5252012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
526
527 * message.texi (Mail Variables):
528 Mention the optional user parameter for X-Message-SMTP-Method.
529
5302012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
531
532 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
533
534 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
535
5362012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
537
538 * gnus.texi (Key Index): Change encoding to utf-8.
539
ac1a0ce1 5402012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
541
542 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
543
71cca84d
G
5442012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
545
546 * gnus.texi (Group Timestamp): Mention where to find documentation for
547 the `gnus-tmp-' variables (bug#11601).
548
888a7fc0
MA
5492012-06-11 Michael Albinus <michael.albinus@gmx.de>
550
551 Sync with Tramp 2.2.6-pre.
552
553 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
554 where appropriate.
555 (Ad-hoc multi-hops): New section.
556 (Remote processes): New subsection "Running remote processes on
557 Windows hosts".
558 (History): Add remote commands on Windows, and ad-hoc multi-hop
559 methods.
560 (External methods): "ControlPersist" must be set to "no" for the
561 `scpc' method.
562 (Remote processes): Add a note about `auto-revert-tail-mode'.
563 (Frequently Asked Questions): Use "scpx" in combination with
564 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
565
566 * trampver.texi: Update release number.
567
31ca4639 5682012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
569
570 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
571 compilation for html-mono.
572
0e8bbf66
PE
5732012-06-08 Paul Eggert <eggert@cs.ucla.edu>
574
575 * texinfo.tex: Merge from gnulib.
576
b8f061b3
KY
5772012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
578
579 * Makefile.in (echo-info): Don't try to install info files named
580 just ".info".
581
16af873e
GM
5822012-05-28 Glenn Morris <rgm@gnu.org>
583
c1dabff0
GM
584 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
585
16af873e
GM
586 * sc.texi: Nuke hand-written node pointers.
587 Fix top-level menu to match actual node order.
588
1d5b82ef
GM
5892012-05-27 Glenn Morris <rgm@gnu.org>
590
591 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
592 Some associated fixes, including not messing with chapno in cl.texi.
593
33017faf 5942012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
595
596 * org.texi (Durations and time values): Fix typo.
597
d14b0029
JB
5982012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
599
33017faf 600 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
601 Mention `calc-ensure-consistent-units'.
602
2f4cadd1 6032012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 604
9879e263
AS
605 * cc-mode.texi: Avoid space before macro in 4th argument of cross
606 reference commands. (Bug#11461)
607
78e91d08
AS
608 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
609
3fe7cdc8
GM
6102012-05-12 Glenn Morris <rgm@gnu.org>
611
9598ef0b
GM
612 * Makefile.in (mostlyclean): Add more TeX intermediates.
613
7d326a29
GM
614 * Makefile.in: Make it look more like the other doc Makefiles.
615 Use explicit $srcdir in all dependencies.
616 Remove cd $srcdir from rules.
617 (VPATH): Remove.
618 (infodir): Set to an absolute path.
619 (INFO_TARGETS): Use short names.
620 (mkinfodir): infodir is now absolute.
621 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
622
c7f95930 623 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 624 (.SUFFIXES): Disable implicit rules.
c7f95930 625
3fe7cdc8
GM
626 * Makefile.in (MKDIR_P): New, set by configure.
627 (mkinfodir): Use $MKDIR_P.
628
6f0652af
GM
6292012-05-07 Glenn Morris <rgm@gnu.org>
630
631 * forms.texi (Long Example): Update for changed location of files.
632
8045b906
GM
6332012-05-04 Glenn Morris <rgm@gnu.org>
634
635 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
636 (INFO_TARGETS): Use $INFO_EXT.
637 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
638 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
639 (INFO_TARGETS): Use $INFO_EXT.
640 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
641
9e7a4bcf
GM
6422012-05-02 Glenn Morris <rgm@gnu.org>
643
9aa071df
GM
644 * Makefile.in (echo-info): New phony target, used by top-level.
645
9e7a4bcf
GM
646 * viper.texi: Make direntry shorter (also it is no longer "newest").
647
648 * emacs-gnutls.texi, ert.texi, org.texi:
649 Fix dircategory, direntry to match info/dir.
650
31cc861c
GM
651 * faq.texi: Convert @inforefs to @xrefs.
652 Fix some malformed cross-references.
f9e320bb
GM
653 (File-name conventions): Shorten section name to avoid overfull line.
654 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 655
723ea6b5
TZ
6562012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
657
658 * auth.texi (Help for users): Update for .gpg file being second.
659
a8e7d6d7 6602012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
661
662 * org.texi (Agenda commands): Fix two typos: give corresponding
663 function names, according to `org-agenda-view-mode-dispatch'.
664
a8e7d6d7 6652012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
666
667 * faq.texi (Major packages and programs): Remove section.
668 There is no point listing 6 packages (cf etc/MORE.STUFF).
669 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 670
dcbf5805
MA
6712012-04-22 Michael Albinus <michael.albinus@gmx.de>
672
673 * dbus.texi (Version): New node.
674 (Properties and Annotations): Mention the object manager
675 interface. Describe dbus-get-all-managed-objects.
676 (Type Conversion): Floating point numbers are allowed, if an
677 anteger does not fit Emacs's integer range.
678 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
679 (Asynchronous Methods): Fix description of
680 dbus-call-method-asynchronously.
681 (Receiving Method Calls): Fix some minor errors. Add
682 dbus-interface-emacs.
683 (Signals): Describe unicast signals and the new match rules.
684 (Alternative Buses): Add the PRIVATE optional argument to
685 dbus-init-bus. Describe its new return value. Add dbus-setenv.
686
adee4030
GM
6872012-04-20 Glenn Morris <rgm@gnu.org>
688
689 * faq.texi (New in Emacs 24): New section.
690 (Packages that do not come with Emacs): Mention M-x list-packages.
691
35dc09a1 6922012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
693
694 * cc-mode.texi (c-offsets-alist): Correct a typo.
695
35dc09a1 6962012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
697
698 * org.texi (Deadlines and scheduling): Fix the example: the
699 DEADLINE item should come right after the headline. We enforce
700 this convention, so it is a bug not to illustrate it correctly in
701 the manual.
702
35dc09a1 7032012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
704
705 * org.texi (Agenda commands): Fix documentation bug by swapping
706 the equivalent keybindings to `org-agenda-next-line' with the ones
707 to `org-agenda-previous-line'.
708
35dc09a1 7092012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
710
711 * Makefile.in: Replace non-portable use of $< in ordinary rules.
712
e2560ea8
EZ
7132012-04-09 Eli Zaretskii <eliz@gnu.org>
714
715 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
716 emacs-gnutls.
717 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
718
6b4f4a2d
TZ
7192012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
720
250b840e 721 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
722
723 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
724
ca2c89b6
TZ
7252012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
726
727 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 728 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 729
aebd5f1a
GM
7302012-04-04 Glenn Morris <rgm@gnu.org>
731
732 * auth.texi (Secret Service API): Copyedits.
733 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
734 (Help for users, Help for developers)
735 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 736
0317dd51
MA
7372012-04-04 Michael Albinus <michael.albinus@gmx.de>
738
739 * auth.texi (Secret Service API): Add the missing text.
740
3d439cd1
CY
7412012-04-04 Chong Yidong <cyd@gnu.org>
742
743 * message.texi (Using PGP/MIME): Note that epg is now the default.
744
745 * gnus.texi: Reduce references to obsolete pgg library.
746 (Security): Note that epg is now the default.
747
748 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
749
750 * nxml-mode.texi (Completion): C-RET is no longer bound to
751 nxml-complete.
752
153ae947
BG
7532012-04-01 Jambunathan K <kjambunathan@gmail.com>
754
755 * org.texi (Customizing tables in ODT export): Correct few errors.
756
7572012-04-01 Jambunathan K <kjambunathan@gmail.com>
758
759 * org.texi (Links in ODT export): Update.
760 (Labels and captions in ODT export): New node.
761
7622012-04-01 Jambunathan K <kjambunathan@gmail.com>
763
764 * org.texi (Literal examples in ODT export): htmlfontify.el in
765 Emacs-24.1 now supports fontification. So ODT source blocks will
766 be fontified by default.
767
7682012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
769
770 * org.texi (Refiling notes): Remove duplicated keybinding.
771
7722012-04-01 Eric Schulte <eric.schulte@gmx.com>
773
774 * org.texi (noweb): Documentation of this new option to the :noweb
775 header argument.
776
7772012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
778
779 * org.texi (Header and sectioning): Add example demonstrating how
780 to use "LaTeX_CLASS_OPTIONS".
781
7822012-04-01 Eric Schulte <eric.schulte@gmx.com>
783
784 * org.texi (Noweb reference syntax): Describe the ability to
785 execute noweb references in the manual.
786
7872012-04-01 Eric Schulte <eric.schulte@gmx.com>
788
789 * org.texi (cache): Improve cache documentation when session
790 evaluation is used.
791
7922012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
793
794 * org.texi (Plain lists): Document removal.
795
7962012-04-01 Michael Brand <michael.ch.brand@gmail.com>
797
798 * org.texi: Decapitalize file name in references to Calc manual.
799
8002012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
801
802 * org.texi (Plain lists): Document removal.
803
8042012-04-01 Jambunathan K <kjambunathan@gmail.com>
805
806 * org.texi (Top, OpenDocument Text export)
807 (ODT export commands, Extending ODT export)
808 (Images in ODT export, Tables in ODT export)
809 (Configuring a document converter): Add or Update.
810
8112012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
812
813 * org.texi (MobileOrg): Change the wording to reflect that the
814 Android Version is no longer just the little brother of the iOS
815 version.
816
8172012-04-01 Eric Schulte <eric.schulte@gmx.com>
818
819 * org.texi (Key bindings and useful functions): Updated babel key
820 binding documentation in manual.
821
8222012-04-01 Eric Schulte <eric.schulte@gmx.com>
823
824 * org.texi (noweb): Document new noweb header value.
825
8262012-04-01 Eric Schulte <eric.schulte@gmx.com>
827
828 * org.texi (noweb-sep): Document new header argument.
829
8302012-04-01 Eric Schulte <eric.schulte@gmx.com>
831
832 * org.texi (noweb-ref): Documentation of this new custom variable.
833
8342012-04-01 Eric Schulte <eric.schulte@gmx.com>
835
836 * org.texi (wrap): Update the new :wrap documentation to match the
837 current implementation.
838
8392012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
840
841 * org.texi: Added documentation for :wrap.
842
8432012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
844
845 * org.texi: #+RESULTS now user-configurable.
846
8472012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
848
849 * org.texi: Documented :noweb no-export.
850
8512012-04-01 Thomas Dye <dk@poto.local>
852
853 * org.texi: Edit :noweb no header argument for correctness.
854
8552012-04-01 Bastien Guerry <bzg@altern.org>
856
857 * org.texi (Customization): Update the approximate number of Org
858 variables.
859
8602012-04-01 Thomas Dye <dk@poto.local>
861
862 * org.texi: The :results wrap produces a drawer instead of a
863 begin_results block.
864
005a89ff
G
8652012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
866
867 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
868 reflect the new default.
869
589ce070
EZ
8702012-03-10 Eli Zaretskii <eliz@gnu.org>
871
872 * info.texi (Expert Info): Move the index entry for "Texinfo" from
873 "Getting Started" to this node. (Bug#10450)
874
a5392527
CY
8752012-03-10 Chong Yidong <cyd@gnu.org>
876
8ae818e4
CY
877 * flymake.texi (Example -- Configuring a tool called via make):
878 Mention the Automake COMPILE variable (Bug#8715).
879
a5392527
CY
880 * info.texi (Getting Started): Add an index entry (Bug#10450).
881
d49902e4
MA
8822012-03-02 Michael Albinus <michael.albinus@gmx.de>
883
884 * dbus.texi (Signals): Known names will be mapped onto unique
885 names, when registering for signals.
886
53eced6d
GM
8872012-02-29 Glenn Morris <rgm@gnu.org>
888
bcd6cd23
GM
889 * url.texi: Fix quote usage in body text.
890
775b55af
GM
891 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
892
53eced6d
GM
893 * cl.texi: Use @code{} in menus when appropriate.
894
44e97401
GM
8952012-02-28 Glenn Morris <rgm@gnu.org>
896
897 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
898 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
899 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
900 * org.texi, sc.texi, vip.texi, viper.texi:
901 Standardize possessive apostrophe usage.
902
fa9a0855
CY
9032012-02-26 Chong Yidong <cyd@gnu.org>
904
905 * ediff.texi (Quick Help Commands): Add a couple of index entries
906 (Bug#10834).
907
0fd2c9a3
GM
9082012-02-17 Glenn Morris <rgm@gnu.org>
909
910 * gnus.texi (Posting Styles):
911 * remember.texi (Org): Fix cross-refs to other manuals.
912
9f26dc24
GM
9132012-02-15 Glenn Morris <rgm@gnu.org>
914
915 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
916 (Encryption): New chapter, split out from previous.
917
3d2af193
LI
9182012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
919
920 * gnus.texi (Customizing the IMAP Connection): Mention
921 nnimap-record-commands.
922
b74c9672
GM
9232012-02-10 Glenn Morris <rgm@gnu.org>
924
925 * url.texi (Retrieving URLs): Update url-retrieve arguments.
926 Mention url-queue-retrieve.
927
2ebc3b94
GM
9282012-02-09 Glenn Morris <rgm@gnu.org>
929
9fcfcdef
GM
930 * sem-user.texi (Semantic mode user commands): Typo fix.
931
2ebc3b94
GM
932 * info.texi (Create Info buffer): Mention info-display-manual.
933
7c4bbb69
LI
9342012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
935
936 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
937 example (modified from an example by Michael Albinus).
938
debce7bc
G
9392012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
940
941 * gnus.texi (Agent Basics): Fix outdated description of
942 `gnus-agent-auto-agentize-methods'.
943
b207a4ec
AS
9442012-01-28 Andreas Schwab <schwab@linux-m68k.org>
945
946 * cc-mode.texi: Always @defindex ss.
947 (Config Basics): Fix argument of @itemize.
948 (Macro Backslashes): Add @code around index entry.
949
b8fe8712
GM
9502012-01-23 Glenn Morris <rgm@gnu.org>
951
952 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
953
02dc2fd7
EH
9542012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
955
956 * tramp.texi (File): Tweak wording for the `scpc' option.
957
e7719ea1
G
9582012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
959
960 * gnus.texi (Group Parameters): Really note precedence.
961
9937bef4
G
9622012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
963
964 * gnus.texi (Group Parameters): Note precedence.
965
e66ba1df
BG
9662012-01-03 Eric Schulte <eric.schulte@gmx.com>
967
968 * org.texi (Noweb reference syntax): Adding documentation of
969 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
970 variable.
971
9722012-01-03 Bastien Guerry <bzg@gnu.org>
973
974 * org.texi (Plain lists): Split the table to fix the display
975 of items.
976
9772012-01-03 Bastien Guerry <bzg@gnu.org>
978
979 * org.texi (Plain lists): Fix misplaced explanation.
980
9812012-01-03 Bastien Guerry <bzg@gnu.org>
982
983 * org.texi (Plain lists, Agenda files): Add index entries.
984
9852012-01-03 Julian Gehring <julian.gehring@googlemail.com>
986
987 * org.texi: Use "Org mode" instead of alternatives like
988 "Org-mode" or "org-mode".
989
9902012-01-03 Bernt Hansen <bernt@norang.ca>
991
992 * org.texi (Agenda commands): Document
993 `org-clock-report-include-clocking-task'.
994
9952012-01-03 Bastien Guerry <bzg@gnu.org>
996
997 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
998 C-c' on checkboxes.
999
10002012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1001
1002 * org.texi: End sentences with two spaces.
1003
10042012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1005
1006 * org.texi (External links): Document the link types file+sys
1007 and file+emacs, slightly narrow used page width.
1008
10092012-01-03 Eric Schulte <eric.schulte@gmx.com>
1010
1011 * org.texi (colnames): Note that colnames behavior may differ
1012 across languages.
1013
10142012-01-03 Bastien Guerry <bzg@gnu.org>
1015
1016 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1017
10182012-01-03 Thomas Dye <dk@poto.westell.com>
1019
1020 * org.texi: Augmented discussion of babel property
1021 inheritance. Put footnote outside sentence ending period.
1022
10232012-01-03 Eric Schulte <schulte.eric@gmail.com>
1024
1025 * org.texi (eval): Documenting the full range of :eval header
1026 argument values.
1027
10282012-01-03 Eric Schulte <schulte.eric@gmail.com>
1029
1030 * org.texi (eval): Documentation of the new :eval option.
1031
10322012-01-03 Thomas Dye <dk@poto.local>
1033
1034 * org.texi: Add accumulated properties.
1035
10362012-01-03 Thomas Dye <dk@poto.local>
1037
1038 * org.texi: Documented no spaces in name=assign, another
1039 correction to :var table.
1040
10412012-01-03 Thomas Dye <dk@poto.local>
1042
1043 * org.texi: Changed DATA to NAME in Working With Source Code
1044 section.
1045
10462012-01-03 Tom Dye <tsd@tsdye.com>
1047
1048 * org.texi: Minor change to :var table.
1049
10502012-01-03 Tom Dye <tsd@tsdye.com>
1051
1052 * org.texi: More changes to :var table (some examples were wrong).
1053
10542012-01-03 Tom Dye <tsd@tsdye.com>
1055
1056 * org.texi: Cleaned up :var table.
1057
10582012-01-03 Bastien Guerry <bzg@gnu.org>
1059
1060 * org.texi (Timestamps, Weekly/daily agenda)
1061 (Weekly/daily agenda): Add @cindex for "appointment".
1062
10632012-01-03 Eric Schulte <schulte.eric@gmail.com>
1064
1065 * org.texi (Literal examples): A new link to the template for
1066 inserting empty code blocks.
1067 (Structure of code blocks): A new link to the template for
1068 inserting empty code blocks.
1069
10702012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1071
1072 * org.texi (External links): Add footnote on how the behavior
1073 of the text search in Org files are controled by the variable
1074 `org-link-search-must-match-exact-headline'.
1075
10762012-01-03 Eric Schulte <schulte.eric@gmail.com>
1077
1078 * org.texi (Buffer-wide header arguments): Update
1079 documentation to reflect removal of #+PROPERTIES.
1080
10812012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1082
1083 * org.texi (The clock table): Mention that ACHIVED trees
1084 contribute to the clock table.
1085
10862012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1087
1088 * org.texi (Conflicts): Better yasnippet config info.
1089
10902012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1091
1092 * org.texi (Selective export): Explicitely mention the default
1093 values for `org-export-select-tags',
1094 `org-export-exclude-tags'.
1095
10962012-01-03 Tom Dye <tsd@tsdye.com>
1097
1098 * org.texi: Added a line to specify that header arguments are
1099 lowercase.
1100
11012012-01-03 Tom Dye <tsd@tsdye.com>
1102
1103 * org.texi: :var requires default value when declared.
1104
11052012-01-03 Bastien Guerry <bzg@gnu.org>
1106
1107 * org.texi (Handling links): Add a note about the
1108 `org-link-frame-setup' option.
1109
11102012-01-03 David Maus <dmaus@ictsoc.de>
1111
1112 * org.texi (Exporting Agenda Views, Extracting agenda
1113 information): Fix command line syntax, quote symbol parameter
1114 values.
1115
11162012-01-03 David Maus <dmaus@ictsoc.de>
1117
1118 * org.texi (Exporting Agenda Views): Fix command line syntax.
1119
8d80ef01
PE
11202011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1121
1122 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1123 Use octal notation for file permissions, which are normally
1124 thought of in octal.
1125 (Mail Back End Variables): Use more-plausible modes in example.
1126
47d42d81
AM
11272011-12-20 Alan Mackenzie <acm@muc.de>
1128
1129 * cc-mode.texi: Update version string 5.31 -> 5.32.
1130
a98edce9
JB
11312011-12-06 Juanma Barranquero <lekktu@gmail.com>
1132
1133 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1134
321decc8
GM
11352011-11-24 Glenn Morris <rgm@gnu.org>
1136
1137 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1138
f8107b79
JB
11392011-11-24 Juanma Barranquero <lekktu@gmail.com>
1140
1141 * makefile.w32-in: Update dependencies.
1142
f5a96a4f
GM
11432011-11-20 Glenn Morris <rgm@gnu.org>
1144
1145 * gnus.texi (Group Information):
1146 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1147
cd1181db
JB
11482011-11-20 Juanma Barranquero <lekktu@gmail.com>
1149
1150 * gnus-coding.texi (Gnus Maintenance Guide):
1151 Rename from "Gnus Maintainance Guide".
1152
1153 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1154 * eieio.texi (Customizing):
fe7a3057
JB
1155 * gnus.texi (Article Washing):
1156 * gnus-news.texi:
1157 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 1158
7877f373
JB
11592011-11-16 Juanma Barranquero <lekktu@gmail.com>
1160
1161 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1162
0d26e0b6
JB
11632011-11-15 Juanma Barranquero <lekktu@gmail.com>
1164
c7015153
JB
1165 * ede.texi (project-am-texinfo):
1166 * gnus.texi (Sending or Not Sending):
1167 * org.texi (Template elements): Fix typos.
0d26e0b6 1168
0b381c7e
JB
11692011-11-14 Juanma Barranquero <lekktu@gmail.com>
1170
1171 * ediff.texi (Hooks):
c7015153 1172 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 1173
40a8bdf6
JB
11742011-11-11 Juanma Barranquero <lekktu@gmail.com>
1175
1176 * semantic.texi (Tag handling): Fix typo.
1177
57dda3bb
KY
11782011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1179
1180 * gnus.texi (Other Gnus Versions): Remove.
1181
52bedd34
AM
11822011-10-28 Alan Mackenzie <acm@muc.de>
1183
1184 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1185 (Other Special Indentations): Add an xref to "Macros with ;".
1186 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1187 "Macros with ;".
1188 (Macros with ;): New page.
1189
00b77525
GM
1190 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1191 Document the new handling of nested scopes for movement by defuns.
52bedd34 1192
4a623313
MA
11932011-10-23 Michael Albinus <michael.albinus@gmx.de>
1194
1195 Sync with Tramp 2.2.3.
1196
1197 * trampver.texi: Update release number.
1198
466a320e
GM
11992011-10-14 Glenn Morris <rgm@gnu.org>
1200
1201 * ert.texi (Introduction, How to Run Tests)
1202 (Running Tests Interactively, Expected Failures)
1203 (Tests and Their Environment, Useful Techniques)
1204 (Interactive Debugging, Fixtures and Test Suites):
1205 Minor rephrasings.
1206 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1207 (Running Tests in Batch Mode): Simplify loading instructions.
1208 (Test Selectors): Clarify some selectors.
1209 (Expected Failures, Useful Techniques):
1210 Make examples fit in 80 columns.
1211
2be4956d
JB
12122011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1213
1214 * calc.texi (Basic Operations on Units): Discuss temperature
1215 conversion (`u t') alongside with other unit conversions ('u c').
1216
7359a765
GM
12172011-10-12 Glenn Morris <rgm@gnu.org>
1218
1219 * ert.texi: Whitespace trivia to make main menu items line up better.
1220
a0c52e5d
GM
12212011-10-08 Glenn Morris <rgm@gnu.org>
1222
1223 * Makefile.in: Fix ert rules.
1224
465d0300
G
12252011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1226
1227 * gnus.texi (Gnus Utility Functions): Add more references and
1228 explanations (bug#9683).
1229
a5166359
LMI
12302011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1231
1232 * gnus.texi (Archived Messages): Note the default (bug#9552).
1233
b523dc20
BW
12342011-09-21 Bill Wohler <wohler@newt.com>
1235
1236 Release MH-E manual version 8.3.
1237
58179cce 1238 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
1239 release 8.3.
1240 (Preface): Updated support information.
bd7239f5 1241 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
1242 historical quote, the tense should be correct in the time that it
1243 was written.
1244
0afb49a1
LMI
12452011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1246
1247 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1248 (Finding the News): Doc clarification.
1249 (Terminology): Mention naming.
1250
e21bac42
G
12512011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1252
1253 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1254 (Interactive): Document `quiet'.
1255
5b409b39 12562011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 1257
bd7239f5 1258 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 1259
5b409b39 12602011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1261
bd7239f5 1262 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
1263 scope for `org-map-entries'.
1264
5b409b39 12652011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1266
1267 * org.texi (Visibility cycling): Document `org-copy-visible'.
1268
5b409b39 12692011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1270
bd7239f5 1271 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
1272 proper order.
1273
5b409b39 12742011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1275
1276 * org.texi (eval): Expand discussion of the :eval header argument.
1277
5b409b39 12782011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1279
1280 * org.texi (Languages): Add Lilypond and Awk as supported
1281 languages.
1282
5b409b39 12832011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 1284
bd7239f5 1285 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
1286 LOG_INTO_DRAWER can be used to override the contents of variable
1287 org-clock-into-drawer (or if unset, org-log-into-drawer).
1288
bd7239f5 1289 * org.texi: Replace @xref->@pxref.
3ab2c837 1290
5b409b39 12912011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1292
1293 * org.texi (Evaluating code blocks): Documenting the new option
1294 for inline call lines.
1295
5b409b39 12962011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1297
1298 * org.texi (Results of evaluation): More explicit about the
1299 mechanism through which interactive evaluation of code is
1300 performed.
1301
5b409b39 13022011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1303
1304 * org.texi (noweb-ref): New header argument documentation.
1305
5b409b39 13062011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1307
1308 * org.texi (Extracting source code): Documentation of the new
1309 org-babel-tangle-named-block-combination variable.
1310
5b409b39 13112011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1312
bd7239f5 1313 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 1314 behavior of multiple blocks of the same name is undefined.
3ab2c837 1315
5b409b39 13162011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
1317
1318 * org.texi (TaskJuggler export): Modify the example to reflect the
1319 new effort durations.
1320
5b409b39 13212011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1322
1323 * org.texi (Images in LaTeX export): Escape curly brackets in
1324 LaTeX example.
1325
5b409b39 13262011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1327
1328 * org.texi (The clock table): Document the :properties and
1329 :inherit-props arguments for the clocktable.
1330
5b409b39 13312011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1332
1333 * org.texi (Tables in LaTeX export): Document specifying placement
1334 options for tables.
1335
5b409b39 13362011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1337
1338 * org.texi (Evaluating code blocks): More specific documentation
1339 about the different types of header arguments.
1340
5b409b39 13412011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
1342
1343 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1344
5b409b39 13452011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1346
1347 * org.texi (Built-in table editor): Document the table field
1348 follow mode.
1349
5b409b39 13502011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1351
1352 * org.texi (Easy Templates): Document new template.
1353
5b409b39 13542011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1355
1356 * org.texi (Literal examples): Add a cross-reference from "Literal
1357 Examples" to "Easy Templates."
1358
5b409b39 13592011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1360
1361 * org.texi (The clock table): Add link to match syntax.
1362
5b409b39 13632011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1364
1365 * org.texi (Agenda commands): Document clock consistency checks.
1366
5b409b39 13672011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1368
1369 * org.texi (Built-in table editor): Document that \vert represents
1370 a vertical bar in a table field.
1371
5b409b39 13722011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1373
1374 * org.texi (Literal examples): Link from "Markup" > "Literate
1375 Examples" to "Working with Source Code".
1376
5b409b39 13772011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1378
1379 * org.texi (Agenda commands): Doc for function option to bulk
1380 action.
1381
5b409b39 13822011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1383
1384 * org.texi (Template expansion): Document new %<...> template
1385 escape.
1386
5b409b39 13872011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1388
1389 * org.texi (Selective export): Document exclusion of any tasks
1390 from export.
1391
5b409b39 13922011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1393
1394 * org.texi (Selective export): Document how to exclude DONE tasks
1395 from export.
1396 (Publishing options): Document the properties to be used to turn off
1397 export of DONE tasks.
1398
5b409b39 13992011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1400
1401 * org.texi (The date/time prompt): Document date range protection.
1402
5b409b39 14032011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1404
1405 * org.texi (padline): Documentation of the new padline header
1406 argument.
1407
5b409b39 14082011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1409
1410 * org.texi (var): Adding "[" to list of characters triggering
1411 elisp evaluation.
1412
5b409b39 14132011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1414
1415 * org.texi (var): Documentation of Emacs Lisp evaluation during
1416 variable assignment.
1417
5b409b39 14182011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1419
1420 * org.texi (colnames): Reference indexing into variables, and note
1421 that colnames are *not* removed before indexing occurs.
1422 (rownames): Reference indexing into variables, and note that
1423 rownames are *not* removed before indexing occurs.
1424
5b409b39 14252011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1426
1427 * org.texi (var): Clarification of indexing into tabular
1428 variables.
1429
5b409b39 14302011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1431
1432 * org.texi (results): Documentation of the `:results wrap' header
1433 argument.
1434
5b409b39 14352011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1436
bd7239f5 1437 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
1438 of the LaTeX export: the org file has to be properly structured.
1439
5b409b39 14402011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1441
1442 * org.texi (Dynamic blocks, Structure editing): Mention
1443 the function `org-narrow-to-block'.
1444
5b409b39 14452011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1446
1447 * org.texi (Languages): Updating list of code block supported
1448 languages.
1449
5b409b39 14502011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1451
1452 * org.texi (Special properties): CATEGORY is a special property,
1453 but it may also used in the drawer.
1454
5b409b39 14552011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1456
1457 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1458
5b409b39 14592011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1460
1461 * org.texi (Include files): Document :lines.
1462
5b409b39 14632011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1464
1465 * org.texi (comments): Documentation of the ":comments noweb" code
1466 block header argument.
1467
5b409b39 14682011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1469
1470 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1471 added extra whitespace around functions to be consistent with the
1472 rest of the section.
1473
5b409b39 14742011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1475
0b381c7e 1476 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
1477 #+call: line syntax.
1478 (Header arguments in function calls): Expanded discussion of
1479 #+call: line syntax.
1480
5b409b39 14812011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1482
1483 * org.texi (Evaluating code blocks): More explicit about how to
1484 pass variables to #+call lines.
1485
5b409b39 14862011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1487
1488 * org.texi (Results of evaluation): Link to the :results header
1489 argument list from the "Results of evaluation" section.
1490
5b409b39 14912011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1492
1493 * org.texi (Conflicts): Adding additional information about
1494 resolving org/yasnippet conflicts.
1495
5b409b39 14962011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1497
1498 * org.texi (Publishing options): Document style-include-scripts
1499 publishing project property.
1500
5b409b39 15012011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1502
1503 * org.texi (Sparse trees): Document the next-error /
1504 previous-error functionality.
1505
5b409b39 15062011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1507
1508 * org.texi (cache): Improved documentation of code block caches.
1509
5b409b39 15102011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1511
1512 * org.texi (Code block specific header arguments): Documentation
1513 of multi-line header arguments.
1514
5b409b39 15152011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1516
1517 * org.texi (Code evaluation security): Add example for using a
1518 function.
1519
5b409b39 15202011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1521
1522 * org.texi (Tables in LaTeX export): Documentation of new
1523 attr_latex options for tables.
1524
5b409b39
BG
15252011-08-03 Michael Albinus <michael.albinus@gmx.de>
1526
1527 * trampver.texi: Update release number.
1528
15292011-07-30 Michael Albinus <michael.albinus@gmx.de>
1530
1531 Sync with Tramp 2.2.2.
1532
1533 * trampver.texi: Update release number.
1534
064e2d08
LMI
15352011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1536
1537 * flymake.texi (Example -- Configuring a tool called via make):
1538 Use /dev/null instead of the Windows "nul" (bug#8715).
1539
b8151e9c
LMI
15402011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1541
1542 * widget.texi (Setting Up the Buffer): Remove mention of the
1543 global keymap parent, which doesn't seem to be accurate
1544 (bug#7045).
1545
5b409b39
BG
15462011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1547
1548 * org.texi (Special agenda views): Fix double quoting (bug#3509).
1549
c0a8ae95
KR
15502010-07-10 Kevin Ryde <user42@zip.com.au>
1551
1552 * cl.texi (For Clauses): Add destructuring example processing an
1553 alist (bug#6596).
1554
ac6531ad
LMI
15552011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1556
1557 * ediff.texi (Major Entry Points): Remove mention of `require',
1558 since that's not pertinent in the installed Emacs (bug#9016).
1559
d30dd079
G
15602011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1561
1562 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
1563 (Filtering New Groups): Clarify how simple the "options -n" format is.
1564 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1565 is internal.
d30dd079 1566
862c0d68
MA
15672011-07-04 Michael Albinus <michael.albinus@gmx.de>
1568
1569 * tramp.texi (Cleanup remote connections): Add
1570 `tramp-cleanup-this-connection'.
1571
cd865a33
G
15722011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1573
1574 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1575 zombies.
1576 (Checking New Groups): Ditto (bug#8974).
7d1738f1 1577 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
1578
15792011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1580
1581 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1582 backups, and not actual vc (bug#8975).
1583
79414ae4
KR
15842011-07-03 Kevin Ryde <user42@zip.com.au>
1585
1586 * cl.texi (For Clauses): @items for hash-values and key-bindings
1587 to make them more visible when skimming. Add examples of `using'
1588 clause to them, examples being clearer than a description in
1589 words (bug#6599).
1590
847ccf7c
AM
15912011-07-01 Alan Mackenzie <acm@muc.de>
1592
1593 * cc-mode.texi (Guessing the Style): New page.
1594 (Styles): Add a short introduction to above.
1595
3da13bb9
DD
15962011-06-28 Deniz Dogan <deniz@dogan.se>
1597
1598 * rcirc.texi (Configuration): Bug-fix:
1599 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1600 Reported by Elias Pipping <pipping@exherbo.org>.
1601
60a0884e
G
16022011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1603
1604 * gnus.texi (Summary Mail Commands): Document
1605 `gnus-summary-reply-to-list-with-original'.
1606
0c7efc08
SM
16072011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1608
1609 * eshell.texi (Known problems): Fix typo.
1610
ea3596a2
MA
16112011-06-12 Michael Albinus <michael.albinus@gmx.de>
1612
0c7efc08 1613 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1614 (Password handling): `auth-source-debug' is good for debug messages.
1615
2da9c605
G
16162011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1617
1618 * gnus.texi (Store custom flags and keywords): Refer to
1619 `gnus-registry-article-marks-to-{chars,names}' instead of
1620 `gnus-registry-user-format-function-{M,M2}'.
1621
e61923c8
GM
16222011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1623
1624 * texinfo.tex: Merge from gnulib.
1625
627abcdd
TZ
16262011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1627
1628 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1629 (Store custom flags and keywords):
1630 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1631 `gnus-registry-user-format-function-M2'.
1632
a3c92bc1
EZ
16332011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1634
8f906c40 1635 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1636
85d870a9
GM
16372011-05-17 Glenn Morris <rgm@gnu.org>
1638
1639 * gnus.texi (Face): Fix typo.
1640
2cdee799
GM
16412011-05-14 Glenn Morris <rgm@gnu.org>
1642
1643 * dired-x.texi (Omitting Examples): Minor addition.
1644
79b70037
GM
16452011-05-10 Jim Meyering <meyering@redhat.com>
1646
1647 * ede.texi: Fix typo "or or -> or".
1648
a7111a62 16492011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1650
1651 * gnus.texi (Summary Buffer Lines):
1652 gnus-summary-user-date-format-alist does not exist.
1653 (Sorting the Summary Buffer): More about sorting threads.
1654
69026aba
MA
16552011-04-25 Michael Albinus <michael.albinus@gmx.de>
1656
1657 * trampver.texi: Update release number.
1658
9024ff79
MA
16592011-04-14 Michael Albinus <michael.albinus@gmx.de>
1660
1661 * tramp.texi (Frequently Asked Questions): New item for disabling
1662 Tramp in other packages.
1663
c3c65d73
TZ
16642011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1665
1666 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1667 (Fancy splitting to parent, Store arbitrary data):
1668 Updated gnus-registry docs.
c3c65d73 1669
9ec6a317
JB
16702011-04-13 Juanma Barranquero <lekktu@gmail.com>
1671
1672 * ede.texi: Fix typos.
1673
1e3b6001
G
16742011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1675
9ec6a317
JB
1676 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1677 It's @table @code.
1e3b6001 1678
a5954fa5
G
16792011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1680
ed9265fc 1681 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 1682
d71990a1
JB
16832011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1684
1685 * calc.texi (Logarithmic Units): Update the function names.
1686
1518e4f0
G
16872011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1688
1689 * message.texi (Various Commands): Document format specs in the
1690 ellipsis.
1691
a123622d
G
16922011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1693
1694 * message.texi (Insertion Variables): Document message-cite-style.
1695
16962011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1697
1698 * tramp.texi (Remote processes): New subsection "Running shell on
1699 a remote host".
1700
4248cca2
TZ
17012011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1702
1703 * auth.texi (Help for developers): Update docs to explain that the
1704 :save-function will only run the first time.
1705
54ce11a1
GM
17062011-03-12 Glenn Morris <rgm@gnu.org>
1707
1708 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1709 (emacs-faq.text): New target.
1710 (clean): Add emacs-faq.
1711
0c3b25f8
MA
17122011-03-12 Michael Albinus <michael.albinus@gmx.de>
1713
1714 Sync with Tramp 2.2.1.
1715
1716 * trampver.texi: Update release number.
1717
b740639e
GM
17182011-03-11 Glenn Morris <rgm@gnu.org>
1719
1720 * Makefile.in (HTML_TARGETS): New.
1721 (clean): Delete $HTML_TARGETS.
1722 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1723
733afdf4
TZ
17242011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1725
1726 * auth.texi (Help for developers): Show example of using
1727 `auth-source-search' with prompts and :save-function.
1728
33383987
JB
17292011-03-07 Chong Yidong <cyd@stupidchicken.com>
1730
1731 * Version 23.3 released.
1732
a5057546
G
17332011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1734
1735 * message.texi (Message Buffers): Update default value of
1736 message-generate-new-buffers.
1737
479a2c9b
JB
17382011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1739
1740 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1741 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1742 respectively.
05a29101
JB
1743 (Musical Notes): New section.
1744 (Customizing Calc): Mention the customizable variable
1745 calc-note-threshold.
479a2c9b 1746
e0535b76
GM
17472011-03-03 Glenn Morris <rgm@gnu.org>
1748
1749 * url.texi (Dealing with HTTP documents): Remove reference to
1750 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1751 (Configuration): Update url-configuration-directory description.
e0535b76 1752
2777ccbf
GM
17532011-03-02 Glenn Morris <rgm@gnu.org>
1754
1755 * dired-x.texi (Multiple Dired Directories): Remove mentions
1756 of dired-default-directory-alist and dired-default-directory.
1757 Move dired-smart-shell-command here...
1758 (Miscellaneous Commands): ... from here.
1759
257219bd
PE
17602011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1761
1762 * texinfo.tex: Update to version 2011-02-24.09.
1763
8889f4e2
GM
17642011-03-02 Glenn Morris <rgm@gnu.org>
1765
1766 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1767 instead of the obsoleted dired-omit-here-always.
1768
5d41af19
MA
17692011-02-28 Michael Albinus <michael.albinus@gmx.de>
1770
1771 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1772 supported systems.
1773
2b0c7330 17742011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1775
61cf3a76
GM
1776 * dbus.texi (Type Conversion): Grammar fix.
1777
cce7d530 17782011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1779
cce7d530
GM
1780 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1781 "Debian GNU/Linux".
51a13bdd 1782
cce7d530
GM
1783 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1784
817b48a7
GM
17852011-02-23 Glenn Morris <rgm@gnu.org>
1786
cce7d530
GM
1787 * dired-x.texi (Features): Minor rephrasing.
1788 (Local Variables): Fix typos.
47301027
GM
1789
1790 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1791 Standardize some Emacs/XEmacs terminology.
1792
817b48a7
GM
1793 * dired-x.texi (Features): Don't advertise obsolete local variables.
1794 Simplify layout.
1795 (Omitting Variables): Update local variables example.
1796 (Local Variables): Say this is obsolete. Fix description of
1797 dired-enable-local-variables possible values.
1798
4a3988d5
G
17992011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1800
1801 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1802 default now.
1803
8e22bee0
G
18042011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1805
1806 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1807
06b840e0
LI
18082011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1809
1810 * gnus.texi (Window Layout): Document layout names.
1811
67ab0163 18122011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1813
1814 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1815 * auth.texi: Sync @dircategory with ../../info/dir.
1816 * autotype.texi: Sync @dircategory with ../../info/dir.
1817 * calc.texi: Sync @dircategory with ../../info/dir.
1818 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1819 * cl.texi: Sync @dircategory with ../../info/dir.
1820 * dbus.texi: Sync @dircategory with ../../info/dir.
1821 * dired-x.texi: Sync @dircategory with ../../info/dir.
1822 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1823 * ede.texi: Sync @dircategory with ../../info/dir.
1824 * ediff.texi: Sync @dircategory with ../../info/dir.
1825 * edt.texi: Sync @dircategory with ../../info/dir.
1826 * eieio.texi: Sync @dircategory with ../../info/dir.
1827 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1828 * epa.texi: Sync @dircategory with ../../info/dir.
1829 * erc.texi: Sync @dircategory with ../../info/dir.
1830 * eshell.texi: Sync @dircategory with ../../info/dir.
1831 * eudc.texi: Sync @dircategory with ../../info/dir.
1832 * flymake.texi: Sync @dircategory with ../../info/dir.
1833 * forms.texi: Sync @dircategory with ../../info/dir.
1834 * gnus.texi: Sync @dircategory with ../../info/dir.
1835 * idlwave.texi: Sync @dircategory with ../../info/dir.
1836 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1837 * message.texi: Sync @dircategory with ../../info/dir.
1838 * mh-e.texi: Sync @dircategory with ../../info/dir.
1839 * newsticker.texi: Sync @dircategory with ../../info/dir.
1840 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1841 * org.texi: Sync @dircategory with ../../info/dir.
1842 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1843 * pgg.texi: Sync @dircategory with ../../info/dir.
1844 * rcirc.texi: Sync @dircategory with ../../info/dir.
1845 * reftex.texi: Sync @dircategory with ../../info/dir.
1846 * remember.texi: Sync @dircategory with ../../info/dir.
1847 * sasl.texi: Sync @dircategory with ../../info/dir.
1848 * sc.texi: Sync @dircategory with ../../info/dir.
1849 * semantic.texi: Sync @dircategory with ../../info/dir.
1850 * ses.texi: Sync @dircategory with ../../info/dir.
1851 * sieve.texi: Sync @dircategory with ../../info/dir.
1852 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1853 * speedbar.texi: Sync @dircategory with ../../info/dir.
1854 * trampver.texi [emacs]: Set emacsname to "Emacs".
1855 * tramp.texi: Sync @dircategory with ../../info/dir.
1856 * url.texi: Sync @dircategory with ../../info/dir.
1857 * vip.texi: Sync @dircategory with ../../info/dir.
1858 * viper.texi: Sync @dircategory with ../../info/dir.
1859 * widget.texi: Sync @dircategory with ../../info/dir.
1860 * woman.texi: Sync @dircategory with ../../info/dir.
1861
30abce25
GM
18622011-02-19 Glenn Morris <rgm@gnu.org>
1863
0c7efc08
SM
1864 * dired-x.texi (Technical Details): No longer redefines
1865 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1866 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1867
f31f8469
GM
18682011-02-18 Glenn Morris <rgm@gnu.org>
1869
1870 * dired-x.texi (Optional Installation File At Point): Simplify.
1871
35123c04
TZ
18722011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1873
1874 * auth.texi (Help for users): Use :port instead of :protocol for all
1875 auth-source docs.
7ba93e94
G
1876 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1877 to have two files in `auth-sources'.
35123c04 1878
da5e0ce4
GM
18792011-02-16 Glenn Morris <rgm@gnu.org>
1880
b322c9af
GM
1881 * dired-x.texi: Use emacsver.texi to get Emacs version.
1882 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1883 Depend on emacsver.texi.
1884
07ca5555
GM
1885 * dired-x.texi: Drop meaningless version number.
1886 (Introduction): Remove old info.
1887 (Optional Installation Dired Jump): Autoload from dired-x.
1888 Remove incorrect info about loaddefs.el.
1889 (Bugs): Just refer to M-x report-emacs-bug.
1890
da5e0ce4
GM
1891 * dired-x.texi (Multiple Dired Directories): Update for rename of
1892 default-directory-alist.
1893 (Miscellaneous Commands): No longer mention very old VM version 4.
1894
bb55f713
PE
18952011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1896
1897 Merge from gnulib.
1898 * texinfo.tex: Update to version 2011-02-14.11.
1899
5415d076
G
19002011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1901
da5e0ce4
GM
1902 * auth.texi (Help for users):
1903 Login collection is "Login" and not "login".
5415d076 1904
14029d4b
MA
19052011-02-13 Michael Albinus <michael.albinus@gmx.de>
1906
1907 * tramp.texi (History): Remove IMAP support.
1908 (External methods, Frequently Asked Questions): Remove `imap' and
1909 `imaps' methods.
1910 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1911
1912 * trampver.texi: Remove default value of `emacsimap'.
1913
8a36c07f
GM
19142011-02-13 Glenn Morris <rgm@gnu.org>
1915
1916 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1917 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1918
165bc5a0
GM
19192011-02-12 Glenn Morris <rgm@gnu.org>
1920
1921 * sc.texi (Getting Connected): Remove old index entries.
1922
5415d076 19232011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
1924
1925 * url.texi: Remove duplicate @dircategory (Bug#7942).
1926
b8e0f0cd
G
19272011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
1928
8a36c07f
GM
1929 * auth.texi (Overview, Help for users, Help for developers):
1930 Update docs.
b8e0f0cd
G
1931 (Help for users): Talk about spaces.
1932
caf82551
PE
19332011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1934
1935 * texinfo.tex: Update to version 2011-02-07.16.
1936
1ff98217
MA
19372011-02-07 Michael Albinus <michael.albinus@gmx.de>
1938
1939 * dbus.texi (Bus names): Adapt descriptions for
1940 dbus-list-activatable-names and dbus-list-known-names.
1941
2e78df6b
JB
19422011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1943
1944 * calc.texi (Logarithmic Units): New section.
1945
7fbf7cae
TZ
19462011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
1947
1948 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1949 manuals use it now.
1950
0c7efc08 1951 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 1952
156ad271
KY
19532011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
1954
1955 * overrides.texi: Remove.
1956
1957 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
1958 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
1959
36539990
MA
19602011-02-05 Michael Albinus <michael.albinus@gmx.de>
1961
1962 * tramp.texi (Frequently Asked Questions): Mention problems with
1963 WinSSHD.
1964
1965 * trampver.texi: Update release number.
1966
19672011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1968
1969 * tramp.texi:
1970 Replace "delimet" with "delimit" globally.
1971 Replace "explicite" with "explicit" globally.
1972 Replace "instead of" with "instead" where there was nothing after "of".
1973 Audit use of comma before interrogative pronoun, "that", or "which".
1974 Minor word order, spelling, wording changes.
1975
ec72bf63
G
19762011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1977
1978 * overrides.texi: New file to set or clear WEBHACKDEVEL.
1979
1980 * sieve.texi: Use WEBHACKDEVEL.
1981
1982 * sasl.texi: Use WEBHACKDEVEL.
1983
1984 * pgg.texi: Use WEBHACKDEVEL.
1985
1986 * message.texi: Use WEBHACKDEVEL.
1987
1988 * gnus.texi: Use WEBHACKDEVEL.
1989
1990 * emacs-mime.texi: Use WEBHACKDEVEL.
1991
1992 * auth.texi: Use WEBHACKDEVEL.
1993
1994 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
1995 manuals.
1996
19972011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1998
1999 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2000
90b750f4
PE
20012011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2002
2003 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2004 which in turn is copied from ftp://tug.org/tex/.
2005
0e751a49
GM
20062011-02-03 Glenn Morris <rgm@gnu.org>
2007
2008 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2009 (Binding combinations of modifiers and function keys):
2010 Let's assume people reading this are not using Emacs 18.
2011
7f13c2e2
LI
20122011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2013
2014 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2015 since it's run automatically.
2016
d76c843e
LI
20172011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2018
2019 * gnus.texi (Customizing Articles): Fix typo.
2020
12e3ca0a
LI
20212011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2022
2023 * gnus.texi (Customizing Articles): Document the new way of customizing
2024 the date headers(s).
2025
fe72c8fa
LI
20262011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2027
2028 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2029 splitting example.
2030
bf3dae7e
EZ
20312011-01-29 Eli Zaretskii <eliz@gnu.org>
2032
2033 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2034 (MAKEINFO_OPTS): New variable.
2035 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2036 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2037 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2038 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2039 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2040 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2041 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2042 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2043 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2044 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2045 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2046 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2047 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2048 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2049 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2050 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2051 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2052 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2053
d6f13ac8
LI
20542011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2055
2056 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2057
c5ecc769
G
20582011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2059
2060 * message.texi (IDNA): Explain what it is.
2061
20622011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2063
2064 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2065
45eb2a5d
WL
20662011-01-23 Werner Lemberg <wl@gnu.org>
2067
2068 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2069 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2070 (ENVADD): Update.
45eb2a5d 2071
6872a814
GM
20722011-01-18 Glenn Morris <rgm@gnu.org>
2073
2074 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2075
77ab81d0 20762011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2077
2078 * nxml-mode.texi (Introduction): Fix file name typos.
2079
d221e780
CO
20802011-01-13 Christian Ohler <ohler@gnu.org>
2081
2082 * ert.texi: New file.
2083
2084 * Makefile.in:
2085 * makefile.w32-in: Add ert.texi.
2086
8c904d82
MA
20872011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2088
2089 * dbus.texi (Receiving Method Calls): New function
2090 dbus-register-service. Rearrange node.
2091
f56e0e7a
PE
20922011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2093
2094 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2095 which in turn is copied from ftp://tug.org/tex/.
2096
0fadf00e
MA
20972011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2098
2099 * dbus.texi (Receiving Method Calls): Describe new optional
2100 parameter dont-register-service of dbus-register-{method,property}.
2101
8b358e90
DU
21022010-12-17 Daiki Ueno <ueno@unixuser.org>
2103
0c7efc08
SM
2104 * epa.texi (Encrypting/decrypting *.gpg files):
2105 Mention epa-file-select-keys.
8b358e90 2106
549c9aed
G
21072010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2108
2109 * gnus.texi (Archived Messages): Remove outdated text.
2110
21112010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2112
0c7efc08 2113 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 2114
156e3f9c
G
21152010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2116
83f3eadc 2117 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 2118
8151d490
AC
21192010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2120
2121 * gnus.texi (The swish++ Engine): Add customizable parameters
2122 descriptions.
2123 (The swish-e Engine): Ditto.
2124
305bdd22
MA
21252010-12-14 Michael Albinus <michael.albinus@gmx.de>
2126
2127 * tramp.texi (Inline methods): Add "ksu" method.
2128 (Remote processes): Add example with remote `default-directory'.
2129
53aff12a
GM
21302010-12-14 Glenn Morris <rgm@gnu.org>
2131
2132 * faq.texi (Expanding aliases when sending mail):
2133 Now build-mail-aliases is interactive.
2134
8a1cdce5
AC
21352010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2136
2137 * gnus.texi: First pass at adding (rough) nnir documentation.
2138
7410c270
G
21392010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2140
53aff12a
GM
2141 * gnus.texi (Filtering New Groups):
2142 Mention gnus-auto-subscribed-categories.
2143 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
2144 removed.
2145
f49d1f52 21462010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
2147
2148 * cl.texi (For Clauses): Small fixes for frames and windows.
2149
acedf35c
CD
21502010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2151
2152 * org.texi (Using capture): Document using prefix arguments for
2153 finalizing capture.
2154 (Agenda commands): Document prefix argument for the bulk scatter
2155 command.
2156 (Beamer class export): Document that also overlay arguments can be
2157 passed to the column environment.
2158 (Template elements): Document the new entry type.
2159
21602010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2161
2162 * org.texi (Include files): Document :minlevel.
2163
21642010-12-11 Julien Danjou <julien@danjou.info>
2165
2166 * org.texi (Categories): Document category icons.
2167
21682010-12-11 Eric Schulte <schulte.eric@gmail.com>
2169
2170 * org.texi (noweb): Fix typo.
2171
516aa569
G
21722010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2173
2174 * gnus.texi (Server Commands): Point to the rest of the server
2175 commands.
2176
04db63bc
G
21772010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2178
2179 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2180 g'.
2181
ed797193
G
21822010-12-02 Julien Danjou <julien@danjou.info>
2183
2184 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2185
21862010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2187
2188 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2189 (Direct Functions): Note the STARTTLS upgrade.
2190
07976ae3 21912010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 2192 James Clark <none@example.com>
d3dfb185
GM
2193
2194 * nxml-mode.texi (Introduction): New section.
2195
59e75882
G
21962010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2197
2198 * gnus.texi (Server Commands): Document gnus-server-show-server.
2199
568a887f
MA
22002010-11-20 Michael Albinus <michael.albinus@gmx.de>
2201
2202 Sync with Tramp 2.2.0.
2203
2204 * trampver.texi: Update release number.
2205
1265829e
JB
22062010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2207
2208 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2209 Mention that the TeX specific units won't use the `tex' prefix
2210 in TeX mode.
2211
239661c0
KY
22122010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2213
2214 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2215
4a47c275 22162010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
2217
2218 * edt.texi: Remove information about Emacs 19.
2219
4a47c275 22202010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
2221
2222 * trampver.texi: Update release number.
2223
2f0e0dc8
KY
22242010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2225
2226 * gnus.texi (Article Washing): Fix typo.
2227
afe98dfa
CD
22282010-11-11 Noorul Islam <noorul@noorul.com>
2229
56f5a94e 2230 * org.texi: Fix typo.
afe98dfa
CD
2231
22322010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2233
2234 * org.texi (Using capture): Explain that refiling is
2235 sensitive to cursor position.
2236
22372010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2238
56f5a94e 2239 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
2240
22412010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2242
2243 * org.texi: Document the <c> cookie.
2244
22452010-11-11 Eric Schulte <schulte.eric@gmail.com>
2246
bd7239f5 2247 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 2248 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
2249
22502010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2251
56f5a94e 2252 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
2253
22542010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2255
56f5a94e 2256 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
2257
22582010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2259
2260 * org.texi (Setting up the staging area): Document that
2261 file names remain visible when encrypting the MobileOrg files.
2262
22632010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2264
2265 * org.texi (Setting up the staging area): Document which
2266 versions are needed for encryption.
2267
22682010-11-11 Eric Schulte <schulte.eric@gmail.com>
2269
56f5a94e
GM
2270 * org.texi (noweb): Update :noweb documentation to
2271 reflect the new "tangle" argument.
afe98dfa
CD
2272
22732010-11-11 Eric Schulte <schulte.eric@gmail.com>
2274
56f5a94e
GM
2275 * org.texi (Batch execution): Improve tangling script in
2276 documentation.
afe98dfa
CD
2277
22782010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2279
2280 * org.texi (Handling links):
2281 (In-buffer settings): Document inlining images on startup.
2282
22832010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2284
2285 * org.texi (Setting up the staging area): Document use of
2286 crypt password.
2287
22882010-11-11 David Maus <dmaus@ictsoc.de>
2289
56f5a94e 2290 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
2291
22922010-11-11 David Maus <dmaus@ictsoc.de>
2293
56f5a94e
GM
2294 * org.texi (Template expansion): Add mew in table for link type
2295 escapes.
afe98dfa
CD
2296
22972010-11-11 David Maus <dmaus@ictsoc.de>
2298
56f5a94e 2299 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
2300
23012010-11-11 Eric Schulte <schulte.eric@gmail.com>
2302
56f5a94e 2303 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
2304
23052010-11-11 Eric Schulte <schulte.eric@gmail.com>
2306
56f5a94e 2307 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
2308
23092010-11-11 Eric Schulte <schulte.eric@gmail.com>
2310
56f5a94e
GM
2311 * org.texi (Structure of code blocks):
2312 Update documentation to mention inline code block syntax.
afe98dfa
CD
2313
23142010-11-11 Eric Schulte <schulte.eric@gmail.com>
2315
56f5a94e 2316 * org.texi (comments): Improve wording.
afe98dfa
CD
2317
23182010-11-11 Eric Schulte <schulte.eric@gmail.com>
2319
56f5a94e 2320 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
2321
23222010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2323
2324 * org.texi (Installation): Remove the special
2325 installation instructions for XEmacs.
2326
23272010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2328
56f5a94e 2329 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
2330 insertion of empty structural elements.
2331
23322010-11-11 Noorul Islam <noorul@noorul.com>
2333
56f5a94e 2334 * org.texi: Fix doc.
afe98dfa
CD
2335
23362010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2337
2338 * org.texi (The date/time prompt): Document specification
2339 of time ranges.
2340
23412010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2342
2343 * org.texi (Internal links): Document the changes in
2344 internal links.
2345
23462010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2347
2348 * org.texi (Agenda commands): Document the limitation for
2349 the filter preset - it can only be used for an entire agenda
2350 view, not in an individual block in a block agenda.
2351
23522010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2353
2354 * org.texi (iCalendar export): Document alarm creation.
2355
6f8fc60c
MA
23562010-11-10 Michael Albinus <michael.albinus@gmx.de>
2357
2358 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2359
be3c11b3
LMI
23602010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2361
2362 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2363
d607b96b 23642010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 2365
d607b96b 2366 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 2367
181cb5fb
G
23682010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2369
2370 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2371 since that works by default.
2372
23732010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2374
2375 * gnus.texi (Customizing the IMAP Connection): Document
2376 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2377
36bc5d3b
MA
23782010-11-04 Michael Albinus <michael.albinus@gmx.de>
2379
2380 * tramp.texi (Remote shell setup): New item "Interactive shell
2381 prompt". Reported by Christian Millour <cm@abtela.com>.
2382 (Remote shell setup, Remote processes): Use @code{} for
2383 environment variables.
2384
cf503f7c
GM
23852010-11-03 Glenn Morris <rgm@gnu.org>
2386
537b04b9 2387 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 2388 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 2389
389b76fa
G
23902010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2391
2392 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2393
2699a554 23942010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
2395
2396 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2397
2699a554 23982010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
2399
2400 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2401
99e65b2d
G
24022010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2403
0c7efc08
SM
2404 * gnus.texi (Client-Side IMAP Splitting):
2405 Mention nnimap-unsplittable-articles.
99e65b2d
G
2406
24072010-10-29 Julien Danjou <julien@danjou.info>
2408
2409 * gnus.texi (Finding the News): Remove references to obsoletes
2410 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2411
aeeb3dcb
EZ
24122010-10-29 Eli Zaretskii <eliz@gnu.org>
2413
2414 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2415 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2416 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2417 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2418
8289f37b
GM
24192010-10-28 Glenn Morris <rgm@gnu.org>
2420
2421 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2422 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2423 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2424
d85d3b3a
DU
24252010-10-25 Daiki Ueno <ueno@unixuser.org>
2426
2427 * epa.texi (Mail-mode integration): Add alternative key bindings
2428 for epa-mail commands; escape comma.
c05c2b9b 2429 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 2430
9f534a47
JB
24312010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
2432
99e65b2d 2433 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 2434
5793a7bc 24352010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
2436
2437 * gnus.texi (Group Parameters, Buttons): Fix typos.
2438
280f417b
G
24392010-10-22 Tassilo Horn <tassilo@member.fsf.org>
2440
2441 * gnus.texi (Subscription Commands): Mention that you can also
2442 subscribe to new groups via the Server buffer, which is probably more
2443 convenient when subscribing to many groups.
2444
d806c872
G
24452010-10-21 Julien Danjou <julien@danjou.info>
2446
2447 * message.texi (Message Headers): Allow message-default-headers to be a
2448 function.
2449
d5798f68
LMI
24502010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2451
2452 * gnus-news.texi: Mention new archive defaults.
2453
b79bbef7
KY
24542010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2455
2456 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2457
2526f423
G
24582010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2459
2460 * gnus.texi (HTML): Document the function value of
2461 gnus-blocked-images.
2462 (Article Washing): shr and gnus-w3m, not the direct function names.
2463
ba91f05d
G
24642010-10-20 Julien Danjou <julien@danjou.info>
2465
2466 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2467 variable.
2468
da451787
LMI
24692010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2470
2471 * gnus.texi (Customizing the IMAP Connection): The port strings are
2472 strings.
c872595d 2473 (Document Groups): Mention git.
da451787 2474
7cad71ad
G
24752010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2476
2477 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2478 bzr/Gnus git sync.
2479
c56dfd36
EZ
24802010-10-15 Eli Zaretskii <eliz@gnu.org>
2481
2482 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2483 change.
2484
a1d16a7b
G
24852010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2486
2487 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2488 @item syntax for in-Emacs makeinfo.
2489
24902010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2491
2492 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2493 trim sentence.
2494
98e2b864
DU
24952010-10-12 Daiki Ueno <ueno@unixuser.org>
2496
2497 * epa.texi (Caching Passphrases):
0c7efc08
SM
2498 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2499 Clarify some configurations require to set up gpg-agent.
98e2b864 2500
c12e4a81
GM
25012010-10-11 Glenn Morris <rgm@gnu.org>
2502
2503 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2504
f7aa248a
G
25052010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2506
2507 * gnus.texi (Spam Package Introduction): Mention `$'.
2508
6513b232
EZ
25092010-10-09 Eli Zaretskii <eliz@gnu.org>
2510
2511 * makefile.w32-in (emacsdir): New variable.
2512 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2513 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2514
abd40fb4
GM
25152010-10-09 Glenn Morris <rgm@gnu.org>
2516
0f05450f
GM
2517 * Makefile.in (mostlyclean): Delete *.toc.
2518
d3a4ac46
GM
2519 * Makefile.in: Use $< in rules.
2520
aa9db089
GM
2521 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2522
abd40fb4
GM
2523 * Makefile.in ($(infodir)): Delete rule.
2524 (mkinfodir): New. Use it in all the info rules, rather than depending
2525 on infodir.
2526
ea274122
GM
25272010-10-09 Glenn Morris <rgm@gnu.org>
2528
6e90e2a8
GM
2529 * gnus.texi (Article Washing): Fix previous change.
2530
f7a31f11
GM
2531 * Makefile.in (emacsdir): New variable.
2532 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
2533 Depend on emacsver.texi.
2534
f7a31f11
GM
2535 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2536
ea274122
GM
2537 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2538
36d3245f
G
25392010-10-08 Julien Danjou <julien@danjou.info>
2540
f7a31f11 2541 * gnus.texi: Add mm-shr.
36d3245f
G
2542
25432010-10-08 Ludovic Courtès <ludo@gnu.org>
2544
2545 * gnus.texi (Finding the Parent, The Gnus Registry)
2546 (Registry Article Refer Method): Update docs for nnregistry.el.
2547
25482010-10-08 Daiki Ueno <ueno@unixuser.org>
2549
2550 * auth.texi (Help for users)
2551 (GnuPG and EasyPG Assistant Configuration): Update docs.
2552
12359245
GM
25532010-10-08 Glenn Morris <rgm@gnu.org>
2554
2555 * cl.texi (Organization, Installation, Old CL Compatibility):
2556 Deprecate cl-compat for new code.
4628bef1 2557 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
2558
2559 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2560
fcf2d385
KY
25612010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2562
2563 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2564
66627fa9
G
25652010-10-06 Julien Danjou <julien@danjou.info>
2566
fd9ba500
JD
2567 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2568
66627fa9
G
2569 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2570 broken link.
2571
2572 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2573
2574 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2575 to ReiserFS.
2576
2577 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2578 (FAQ 7-1): Fix getmail URL.
2579
65f54520
DU
25802010-10-06 Daiki Ueno <ueno@unixuser.org>
2581
2582 * epa.texi (Caching Passphrases): New section.
2583
4c83f6e1
GM
25842010-10-06 Glenn Morris <rgm@gnu.org>
2585
2586 * Makefile.in (SHELL): Set it.
2587 (info): Move the mkdir dependency to the individual info files.
2588 (mostlyclean): Tidy up.
2589 (clean): Only delete the specific dvi and pdf files.
2590 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 2591 ($(infodir)): Add parallel build workaround.
4c83f6e1 2592
71e691a5
G
25932010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2594
2595 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2596
a41c2e6d
G
25972010-10-03 Julien Danjou <julien@danjou.info>
2598
0c7efc08
SM
2599 * emacs-mime.texi (Display Customization):
2600 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
2601 mm-inline-large-images-proportion.
2602
37255945
MA
26032010-10-03 Michael Albinus <michael.albinus@gmx.de>
2604
0c7efc08
SM
2605 * tramp.texi (Frequently Asked Questions):
2606 Mention remote-file-name-inhibit-cache.
37255945 2607
11e4e7bd
LMI
26082010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2609
2610 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2611 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2612
cb83220a
KY
26132010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2614
0c7efc08
SM
2615 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2616 (Article Hiding): Add google banner example.
2617 Suggested by Benjamin Xu.
cb83220a 2618
6b958814
G
26192010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2620
0c7efc08
SM
2621 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2622 Remove nnimap-split-rule from examples.
6b958814
G
2623
26242010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2625
2626 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2627 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2628 Fishman.
2629 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2630
26312010-09-30 Julien Danjou <julien@danjou.info>
2632
2633 * gnus.texi (Gravatars): Fix documentation about
2634 gnu-gravatar-properties.
2635
b9476c04
DU
26362010-09-29 Daiki Ueno <ueno@unixuser.org>
2637
2638 * epa.texi (Bug Reports): New section.
2639
5f874327
GM
26402010-09-29 Glenn Morris <rgm@gnu.org>
2641
2642 * Makefile.in (top_srcdir): Remove unused variable.
2643
6b958814
G
26442010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2645
2646 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2647 (Client-Side IMAP Splitting): Document 'default.
2648
26492010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2650
0c7efc08
SM
2651 * gnus.texi (Customizing the IMAP Connection):
2652 Document nnimap-fetch-partial-articles.
6b958814 2653
82bccbfa
KY
26542010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2655
2656 * gnus-news.texi: Mention nnimap-inbox.
2657
2658 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2659
26602010-09-26 Julien Danjou <julien@danjou.info>
2661
47e08896 2662 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2663
26642010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2665
2666 * gnus.texi (Security): Remove gpg.el mention.
2667
26682010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2669
2670 * gnus.texi (Browse Foreign Server): New variable
2671 gnus-browse-subscribe-newsgroup-method.
2672
2673 * gnus-news.texi: Mention it.
2674
26752010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2676
0c7efc08 2677 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2678 (Startup Variables): No jingle.
2679
4c964351
UM
26802010-09-25 Ulrich Mueller <ulm@gentoo.org>
2681
2682 * woman.texi (Interface Options): xz compression is now supported.
2683
82bccbfa
KY
26842010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2685
2686 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2687 (Unavailable Servers): Document gnus-server-copy-server.
2688 (Using IMAP): Document the new nnimap.
2689
26902010-09-25 Julien Danjou <julien@danjou.info>
2691
47e08896 2692 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2693
18778f71
GM
26942010-09-24 Glenn Morris <rgm@gnu.org>
2695
2696 * url.texi (Disk Caching): Tweak previous change.
2697
9c766321
JD
26982010-09-24 Julien Danjou <julien@danjou.info>
2699
2700 * url.texi (Disk Caching): Mention url-cache-expire-time,
2701 url-cache-expired, and url-fetch-from-cache.
2702
82bccbfa
KY
27032010-09-24 Julien Danjou <julien@danjou.info>
2704
2705 * gnus.texi: Add Gravatars.
2706
27072010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2708
2709 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2710
592bdb9a
LMI
27112010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2712
2713 * gnus.texi (Expunging mailboxes): Update name of the expunging
2714 command.
2715
e4e22d29
KY
27162010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2717
2718 * emacs-mime.texi (rfc2047): Update description for
2719 rfc2047-encode-parameter.
2720
371d9801
MA
27212010-09-13 Michael Albinus <michael.albinus@gmx.de>
2722
2723 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2724 "fish" methods.
2725 (External methods): Remove "scp1_old" and "scp2_old" methods.
2726
31ae5827
MA
27272010-09-09 Michael Albinus <michael.albinus@gmx.de>
2728
2729 * tramp.texi: Remove Japanese manual. Fix typo.
2730
2731 * trampver.texi: Update release number. Remove japanesemanual.
2732
c0468714
GM
27332010-09-09 Glenn Morris <rgm@gnu.org>
2734
2735 * org.texi: Restore clobbered changes (copyright years, untabify).
2736
86441999
JD
27372010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2738
2739 * gnus.texi (Adaptive Scoring): Fix typo.
2740
25f28806
LMI
27412010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2742
2743 * gnus.texi (Article Display): Document gnus-html-show-images.
2744
45240125 27452010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2746
45240125
JD
2747 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2748
59d09f15
LMI
27492010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2750
2751 * gnus.texi (HTML): Document gnus-max-image-proportion.
2752
2cdd366f
KY
27532010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2754
51dee5ef
KY
2755 * gnus.texi (HTML): Document gnus-blocked-images.
2756
2cdd366f
KY
2757 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2758
b0e4f3fc
KY
27592010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2760
2761 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2762 the first message are used for wide replies.
f02566ce
KY
2763 (Changing Servers): Remove documentation on gnus-change-server and
2764 friends, since it's been removed.
b0e4f3fc 2765
598451ed
KY
27662010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2767
2768 * gnus.texi (Drafts): Mention B DEL.
2769
e7842e69
KY
27702010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2771
2772 * gnus.texi (Delayed Articles): Mention that the Date header is the
2773 original one, even if you delay.
2774
85115796
KY
27752010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2776
0c7efc08
SM
2777 * gnus.texi (Asynchronous Fetching):
2778 Document gnus-async-post-fetch-function.
85115796
KY
2779 (HTML): Made into its own section.
2780
f0b44bc0
MA
27812010-08-26 Michael Albinus <michael.albinus@gmx.de>
2782
2783 Sync with Tramp 2.1.19.
2784
217876c9 2785 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2786 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2787 Remove remark about doubled "-t" argument.
217876c9
MA
2788 (Auto-save and Backup): Remove reference to Emacs 21.
2789 (Filename Syntax): Describe port numbers.
2790 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2791 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2792 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2793 errors with the backquotes.
2794 (External packages): File attributes cache flushing for asynchronous
2795 processes.
2796 (Traces and Profiles): Describe verbose level 9.
2797
f0b44bc0
MA
2798 * trampver.texi: Update release number.
2799
7457f7b6
MA
28002010-08-23 Michael Albinus <michael.albinus@gmx.de>
2801
2802 * dbus.texi (Alternative Buses): New chapter.
2803
b695beda
SM
28042010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2805
2806 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2807
443c2c03
JB
28082010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2809
2810 * calc.texi (Customizing Calc): Rearrange description of new
2811 variables to match the presentation of other variables.
2812
7815fe19 28132010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2814
2815 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2816
2c695727
JB
28172010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2818
2819 * calc.texi (Making Selections, Selecting Subformulas)
2820 (Customizing Calc): Mention how to use faces to emphasize selected
2821 sub-formulas.
2822
bbb6ffa1
MA
28232010-08-05 Michael Albinus <michael.albinus@gmx.de>
2824
2825 * tramp.texi (External packages): File attributes cache flushing
2826 for asynchronous processes.
2827
5cee0a9c
AM
28282010-08-01 Alan Mackenzie <acm@muc.de>
2829
2830 Enhance the manual for the latest Java Mode.
2831
2832 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2833 annotation-var-cont.
2834 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2835 two new symbols.
2836
3f2afe32
MA
28372010-07-28 Michael Albinus <michael.albinus@gmx.de>
2838
2839 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2840
0ed082fe 28412010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2842
2843 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2844
311f0356
JB
28452010-07-19 Juanma Barranquero <lekktu@gmail.com>
2846
2847 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2848
86fbb8ca
CD
28492010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2850
2851 * org.texi: Add macros to get plain quotes in PDF output.
2852 List additional contributors.
2853 (Capture): New section, replaces the section about remember.
2854 (Working With Source Code): New chapter, focused on documenting Org
2855 Babel.
2856 (Code evaluation security): New section.
2857 (MobileOrg): Document DropBox support.
2858 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2859 (Special symbols): Show how to display UTF8 characters for entities.
2860 (Global TODO list): Clarify the use of the "M" key and the differences
2861 to the "m" key.
2862 (RSS Feeds): Mention Atom feeds as well.
2863 (Setting tags): Remove paragraph about
2864 `org-complete-tags-always-offer-all-agenda-tags'.
2865
5732e8ed
MA
28662010-07-17 Michael Albinus <michael.albinus@gmx.de>
2867
2868 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2869 argument.
2870 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2871 echoing shells.
2872
ca1bb391
MA
28732010-07-10 Michael Albinus <michael.albinus@gmx.de>
2874
2875 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2876 (Filename Syntax): Describe port numbers.
2877
5bd55c3c
MA
28782010-07-09 Michael Albinus <michael.albinus@gmx.de>
2879
2880 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2881 forgotten.
2882 (Type Conversion): Precise conversion of natural numbers.
2883 (Errors and Events): Add "debugging" to concept index. Add variable
2884 `dbus-debug'.
2885
820ae8fe
MA
28862010-07-04 Michael Albinus <michael.albinus@gmx.de>
2887
2888 * dbus.texi (Receiving Method Calls): Add optional argument
2889 EMITS-SIGNAL to `dbus-register-property'.
2890
b6f9df0f
JB
28912010-06-27 Alex Schroeder <alex@gnu.org>
2892
2893 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2894
62e034c2
GM
28952010-06-24 Glenn Morris <rgm@gnu.org>
2896
2897 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2898 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2899 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2900 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2901 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2902 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2903 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2904 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2905 convention. Make them end with a period.
2906
9360256a
GM
29072010-06-23 Glenn Morris <rgm@gnu.org>
2908
2909 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
2910 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2911 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2912 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2913 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2914 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 2915
04d3bb6c
GM
29162010-06-10 Glenn Morris <rgm@gnu.org>
2917
2918 * idlwave.texi (Load-Path Shadows):
2919 * org.texi (Handling links): Fix typos.
2920
5e7d4a75
KY
29212010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
2922
2923 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2924
9841cb4f
MA
29252010-05-26 Michael Albinus <michael.albinus@gmx.de>
2926
2927 * eshell.texi (Built-ins): Describe, how to disable a built-in command
2928 by an alias. (Bug#6226)
2929
597517ef
JB
29302010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2931
2932 * calc.texi (Manipulating Vectors): Mention that vectors can
2933 be used to determine bins for `calc-histogram'.
2934
14914c43
JB
29352010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2936
597517ef 2937 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 2938
0235128c 29392010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2940
2941 * url.texi (HTTP language/coding, Customization):
2942 * message.texi (Header Commands, Responses):
2943 * cl.texi (Argument Lists): Fix typos.
2944
0235128c 29452010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 2946
0235128c
SM
2947 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2948 Note that Development menu is always available.
aa5789b5
CY
2949 (Creating a project): Fix terminology.
2950 (Add/Remove files): Fix typo.
2951
0235128c
SM
29522010-05-07 Chong Yidong <cyd@stupidchicken.com>
2953
2954 * Version 23.2 released.
2955
a628ad9d 29562010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
2957
2958 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
2959
502269d6
MA
29602010-05-01 Michael Albinus <michael.albinus@gmx.de>
2961
0235128c
SM
2962 * tramp.texi (Inline methods, Default Method):
2963 Mention `tramp-inline-compress-start-size'.
502269d6 2964
6e104790 29652010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
2966
2967 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
2968 the CVS repo. Put the Git repo in the news section.
2969
6e104790 2970 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
2971 Removed some mentions of CVS. Mention the new Git repo.
2972
6e104790 29732010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
2974
2975 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
2976 (Mail Group Commands): Add index entry.
2977
6e104790 29782010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
2979
2980 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
2981
f8b91752
JB
29822010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
2983
2984 * calc.texi (Radix modes): Mention that the option prefix will
2985 turn on twos-complement mode.
2986 (Inverse and Hyperbolic Flags): Mention the Option flag.
2987
ed21c5c8
CD
29882010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
2989
2990 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 2991 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
2992 (Sectioning structure): Update.
2993 (References): New use case for field coordinates.
6e104790 2994 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
2995 (Setting up the staging area): Document the availability of
2996 encryption for MobileOrg.
2997 (Images and tables): Document how to reference labels.
2998 (Index entries): New section.
2999 (Generating an index): New section.
3000 (Column width and alignment): Document that <N> now
3001 means a fixed width, not a maximum width.
3002 (Publishing options): Document the :email option.
3003 (Beamer class export): Fix bug in the BEAMER example.
3004 (Refiling notes): Document refile logging.
3005 (In-buffer settings): Document refile logging keywords.
3006 (Drawers): Document `C-c C-z' command.
3007 (Agenda commands): Mention the alternative key `C-c C-z'.
3008 (Special properties): Document the BLOCKED property.
3009 (The spreadsheet): Mention the formula editor.
3010 (References): Document field coordinates.
3011 (Publishing action): Correct the documentation for the
3012 publishing function.
3013 (The date/time prompt): Document that we accept dates
3014 like month/day/year.
3015 (Cooperation): Document the changes in table.el support.
3016 (Faces for TODO keywords, Faces for TODO keywords)
3017 (Priorities): Document the easy colors.
3018 (Visibility cycling): Document the new double prefix
3019 arg for `org-reveal'.
3020 (Cooperation): Remember.el is part of Emacs.
3021 (Clean view): Mention that `wrap-prefix' is also set by
3022 org-indent-mode.
3023 (Agenda commands): Add information about prefix args to
3024 scheduling and deadline commands.
3025 (Search view): Point to the docstring of
3026 `org-search-view' for more details.
6e104790 3027 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3028 (Setting tags): Document variable
3029 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3030 (Column attributes): Cross-reference special properties.
ed21c5c8 3031
456b348e
MA
30322010-04-10 Michael Albinus <michael.albinus@gmx.de>
3033
3034 Synchronize with Tramp repository.
3035
3036 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3037 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3038 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3039 syntax, texi2dvi reports errors with the backquotes.
3040
3041 * trampver.texi: Update release number.
3042
357e2d8e
KY
30432010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3044
3045 * gnus.texi (Finding the News): Add pointers to the Server buffer
3046 because it's essential.
3047
1d4d7664
KY
30482010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3049
3050 * gnus.texi (MIME Commands): Update description of
3051 gnus-article-browse-html-article.
3052
bd3e840f
KY
30532010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3054
3055 * auth.texi (Secret Service API): Add TODO node.
3056 (Help for users): Explain the new source options for `auth-sources'.
3057
e867cb5d 30582010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3059
3060 * trampver.texi: Update release number.
3061
288f9fc0
CY
30622010-03-10 Chong Yidong <cyd@stupidchicken.com>
3063
3064 * Branch for 23.2.
3065
d99aaebd
CY
30662010-03-03 Chong Yidong <cyd@stupidchicken.com>
3067
3068 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3069 now enabled by default.
3070
5794c2a5
MA
30712010-02-28 Michael Albinus <michael.albinus@gmx.de>
3072
3073 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3074 when Emacs runs in interactive mode. (Bug#5645)
3075
40572be6
GM
30762010-02-16 Glenn Morris <rgm@gnu.org>
3077
3078 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3079
7bb8ed67
MH
30802010-02-05 Mark A. Hershberger <mah@everybody.org>
3081
3082 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3083
45a1423d 30842010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3085
3086 * gnus.texi (Score File Format): Fix typo.
3087
45a1423d 30882010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3089
3090 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3091
14f17fc8
JB
30922010-01-18 Juanma Barranquero <lekktu@gmail.com>
3093
3094 * ada-mode.texi (Project File Overview): Fix typo.
3095
607d4369
CY
30962010-01-17 Chong Yidong <cyd@stupidchicken.com>
3097
3098 * semantic.texi: Add Richard Y. Kim credit.
3099
3100 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3101
3d1bfa99
MA
31022010-01-17 Michael Albinus <michael.albinus@gmx.de>
3103
3104 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 3105 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 3106
6fbf7a75
GM
31072010-01-17 Glenn Morris <rgm@gnu.org>
3108
b9f978f0
GM
3109 * calc.texi (Reporting Bugs): Don't mention format of repository.
3110
f19bc38d
GM
3111 * woman.texi (Bugs): Make "Emacs repository" less specific,
3112 and the URL for same more specific.
3113
6fbf7a75
GM
3114 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3115
16c3428a
JB
31162010-01-17 Juanma Barranquero <lekktu@gmail.com>
3117
3118 * ede.texi (ede-step-project, ede-proj-target):
3119 * tramp.texi (Remote processes): Fix typos.
3120
045b9da7
ML
31212010-01-16 Mario Lang <mlang@delysid.org>
3122
3123 * ede.texi (ede-target):
3124 * org.texi (Refiling notes): Remove duplicated words.
3125
c57008f6
SM
31262010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3127
3128 * gnus.texi (Posting Styles): Use with-current-buffer.
3129 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3130
798c9eb5
KR
31312010-01-02 Kevin Ryde <user42@zip.com.au>
3132
3133 * eieio.texi (Naming Conventions): Correction to xref on elisp
3134 coding conventions, is "Tips" node not "Standards".
3135
4970fbfe
CY
31362009-12-24 Chong Yidong <cyd@stupidchicken.com>
3137
3138 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3139
3140 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3141
83828b06
KY
31422009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3143
3144 * gnus.texi (Direct Functions): Add missing port number to tls method.
3145
45a4a565
JB
31462009-12-15 Juanma Barranquero <lekktu@gmail.com>
3147
3148 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3149 ($(infodir)/edt, edt.dvi): New targets.
3150
698bfef7
GM
31512009-12-15 Glenn Morris <rgm@gnu.org>
3152
3153 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3154 (edt, $(infodir)/edt, edt.dvi): New targets.
3155 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3156
3157 * Makefile.in (PDF_TARGETS, pdf): New.
3158 (clean): Add *.pdf.
3159 Add pdf rules for all manuals.
3160
0e983327
JB
31612009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3162
3163 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3164
8e687433
CY
31652009-12-14 Chong Yidong <cyd@stupidchicken.com>
3166
3167 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3168 (Smart Jump, Analyzer Debug): Copyedits.
3169 (Semantic mode user commands): Link to new nodes.
3170 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3171 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3172 upstream Semantic manual.
3173
3174 * semantic.texi (Introduction): Minor fix to diagram.
3175
020335df
MA
31762009-12-09 Michael Albinus <michael.albinus@gmx.de>
3177
3178 * eshell.texi (History): Add the other built-in variables.
3179 (Built-ins): Explain built-ins, and how to apply the external commands.
3180 Add `history', `su' and `sudo'.
3181
3182 * tramp.texi (Remote processes): Add missing <RET> in the example.
3183
6ddf13e4
BW
31842009-12-01 Bill Wohler <wohler@newt.com>
3185
3186 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 3187 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
3188 excessively garrulous.
3189
07b6428c
MA
31902009-11-29 Michael Albinus <michael.albinus@gmx.de>
3191
3192 * tramp.texi (Remote processes): Improve eshell example with "su"
3193 and "sudo" commands.
3194
fd1cefda
CY
31952009-11-28 Chong Yidong <cyd@stupidchicken.com>
3196
3197 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3198
3199 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3200 Document semantic-complete-analyze-inline.
3201 (Semanticdb search debugging commands): Minor clarification.
3202 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 3203 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 3204 manual.
9d542758 3205 (Semantic mode): Link to Idle Scheduler.
fd1cefda 3206
159e3ad5
KR
32072009-11-28 Kevin Ryde <user42@zip.com.au>
3208
3209 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 3210 @pxref, now EIEIO is in Emacs.
159e3ad5 3211
c6d47315
KR
3212 * erc.texi (Development): Correction to git tutorial url.
3213
16f6287e
GM
32142009-11-26 Glenn Morris <rgm@gnu.org>
3215
3216 * faq.texi (Latest version of Emacs): Mention stability of development
3217 version.
3218 (Problems with very large files): Max buffer size increase in 23.2.
3219 (VM): VM has moved house again.
3220
5ea5dbc9
JB
32212009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3222
3223 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3224 notations.
3225
5dec9555
CD
32262009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3227
45a4a565 3228 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 3229
bd6f6833
CY
32302009-11-20 Chong Yidong <cyd@stupidchicken.com>
3231
3232 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
3233 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3234 (Idle Completions Mode): Numerous copyedits.
bd6f6833 3235
be479117
JB
32362009-11-17 Juanma Barranquero <lekktu@gmail.com>
3237
3238 * semantic.texi (Semantic Internals, Glossary):
3239 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3240 (Semanticdb search debugging commands): Fix typos.
3241
17291a1f
JB
32422009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3243
be479117 3244 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 3245
af42a9cc
JB
32462009-11-16 Juanma Barranquero <lekktu@gmail.com>
3247
3248 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3249 ($(infodir)/semantic, semantic.dvi): New targets.
3250
3149927d
CY
32512009-11-16 Chong Yidong <cyd@stupidchicken.com>
3252
3253 * Makefile.in: Build the Semantic manual.
3254
3255 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3256 repository.
3257
977640ed
MA
32582009-11-16 Michael Albinus <michael.albinus@gmx.de>
3259
3260 * dbus.texi (Receiving Method Calls): New defun
3261 `dbus-unregister-service'.
3262
17673adf
CD
32632009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3264
3265 * org.texi (Speed keys): New section.
3266
0ecd3c90
MA
32672009-11-13 Michael Albinus <michael.albinus@gmx.de>
3268
3269 * dbus.texi (Type Conversion): Fix typo.
3270 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3271 `dbus-registered-objects-table'.
0c7efc08
SM
3272 (Receiving Method Calls): New defun `dbus-register-property'.
3273 Move `dbus-unregister-object' here.
0ecd3c90 3274
8bfe682a
CD
32752009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3276
3277 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3278
32792009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3280
3281 * org.texi (Column attributes): Add the new age summary operators.
3282 Also, mention the fact you can only use one summary operator per
3283 property.
3284
32852009-11-13 John Wiegley <johnw@newartisans.com>
3286
0c7efc08 3287 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 3288 manual about how to track habits.
0c7efc08 3289 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
3290 dangling clocks are resolved.
3291
32922009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3293
3294 * org.texi (Agenda commands): Document the new `i' command.
3295 (Inserting deadline/schedule): Document logging changes
3296 of scheduling and deadline times stamps.
3297 (In-buffer settings): Document the in-buffer keywords for logging
3298 changes of scheduling and deadline times stamps.
3299 (Structure editing, Plain lists): Document indentation
3300 cycling in empty entries with TAB.
3301 (Archiving): Document the default archiving command.
3302 (Moving subtrees): Document the new keys for archiving.
3303 (Internal archiving): Fix incorrect key.
3304 (Agenda commands): Document the TODO set switching commands.
3305 (Agenda commands): Document the new archiving keys.
3306 (Clocking work time): Better description on how to save
3307 and restore a clock.
3308 (Resolving idle time): Mention the x11idle program to get true
3309 idleness also under X11.
3310 (Resolving idle time): Use @kbd instead of @key for normal
3311 letters, because this is how he rest of the manual does this.
3312 (Pushing to MobileOrg): Mention that `org-directory'
3313 should be set.
3314 (Agenda commands): Document that SPC is a filter for
3315 any tag.
0c7efc08 3316 (Search view): Rename from "Keyword search".
8bfe682a
CD
3317 (Capure): New chapter.
3318 (Markup): New chapter.
0c7efc08
SM
3319 (Links in HTML export, Images in HTML export):
3320 Extend the section titles.
8bfe682a
CD
3321 (Images in HTML export): Document the align option.
3322 (Text areas in HTML export): Extend the section title.
3323 (Images in LaTeX export): Explain image placement in LaTeX.
3324
693737cd
GM
33252009-11-10 Glenn Morris <rgm@gnu.org>
3326
3327 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3328
c7bd4ebe
MA
33292009-11-08 Michael Albinus <michael.albinus@gmx.de>
3330
3331 * tramp.texi (Auto-save and Backup): Disable backups just for a
3332 method.
3333
3334 * trampver.texi: Update release number.
3335
76c5acad
MA
33362009-11-07 Michael Albinus <michael.albinus@gmx.de>
3337
3338 Sync with Tramp 2.1.17.
3339
3340 * trampver.texi: Update release number.
3341
d9a57abf
GM
33422009-10-29 Glenn Morris <rgm@gnu.org>
3343
3344 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3345
637f4f0f
MA
33462009-10-23 Michael Albinus <michael.albinus@gmx.de>
3347
3348 * tramp.texi (External methods): Temporary files are kept for
3349 `rsync' and `rsyncc' methods.
3350
310dbb05
JB
33512009-10-09 Juanma Barranquero <lekktu@gmail.com>
3352
3353 * eieio.texi: Fix typos.
3354
09094f28
CY
33552009-10-07 Chong Yidong <cyd@stupidchicken.com>
3356
3357 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3358
216f299a
JB
33592009-10-07 Juanma Barranquero <lekktu@gmail.com>
3360
3361 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3362 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3363
966a6506
CY
33642009-10-07 Chong Yidong <cyd@stupidchicken.com>
3365
3366 * Makefile.in: Build EIEIO and EDE manuals.
3367
33682009-10-07 Eric Ludlam <zappo@gnu.org>
3369
3370 * eieio.texi:
3371 * ede.texi: New files.
3372
8842cd9b
MA
33732009-10-05 Michael Albinus <michael.albinus@gmx.de>
3374
3375 * tramp.texi (Remote processes): Association of a pty is not supported.
3376
7006d207
CD
33772009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3378
3379 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3380 (Processing LaTeX fragments): Document that the size of images can be
3381 changes using the variable `org-format-latex-options'.
3382 (The date/time prompt, Timestamps): Be more accurate over ISO format
3383 dates and times.
3384 (Visibility cycling): Document showeverything keyword.
3385 (In-buffer settings): Document showeverything keyword.
3386 (Setting up the staging area): Fix the example.
3387 (MobileOrg): New section.
3388 (Agenda commands, Exporting Agenda Views): Document exporting the
3389 agenda view to Org files.
3390
0e7b2867
MA
33912009-09-28 Michael Albinus <michael.albinus@gmx.de>
3392
3393 * tramp.texi (History): Add IMAP support.
3394 (External methods): Add `imap' and `imaps' methods.
3395 (GVFS based methods): Add indices for `davs'.
3396 (Password handling): Rename anchors. Add IMAP entries for
3397 ~/.authinfo.gpg.
3398
3399 * trampver.texi: Set default value of `emacsimap'.
3400
4146636e
KY
34012009-09-22 Daiki Ueno <ueno@unixuser.org>
3402
3403 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3404
d22f7ffa
CY
34052009-09-13 Chong Yidong <cyd@stupidchicken.com>
3406
0c7efc08
SM
3407 * dired-x.texi (Technical Details):
3408 Delete dired-up-directory (Bug#4292).
d22f7ffa 3409
66043531
MA
34102009-09-03 Michael Albinus <michael.albinus@gmx.de>
3411
216f299a 3412 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 3413
6eb02347
CD
34142009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3415
3416 * org.texi (Effort estimates): Document new effort setting commands.
3417 (Agenda commands): Document the new keys fro agenda time motion.
3418 Document entry text mode. Improve documentation of the keys to include
3419 inactive time stamps into the agenda view.
3420 (Feedback): Document the new bug report command.
0c7efc08 3421 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 3422
38dc51ba
KY
34232009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3424
3425 * auth.texi (Help for users): Corrected markup.
3426
e402f452
GM
34272009-09-02 Glenn Morris <rgm@gnu.org>
3428
3429 * emacs-mime.texi (time-date): Mention float-time.
3430
744256cf
JB
34312009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
3432
3433 * calc.texi (Simplifying Formulas): Improve the wording.
3434
b0b63450
MB
34352009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
3436
3437 * auth.texi: Rewritten for coverage and clarity.
3438
34392009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3440
0c7efc08
SM
3441 * gnus.texi (Expiring Mail):
3442 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
3443 (Various Various): Mention gnus-safe-html-newsgroups.
3444
3445 * gnus-news.texi: Mention
3446 gnus-mark-copied-or-moved-articles-as-expirable.
3447
3448 * emacs-mime.texi (Display Customization): Add xref to
3449 gnus-safe-html-newsgroups.
3450
b59329e0
MA
34512009-08-28 Michael Albinus <michael.albinus@gmx.de>
3452
3453 * tramp.texi (Version Control): Remove.
af42a9cc 3454 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
3455 reference.
3456 (External methods): Correct `scpc' concept index entries. New method
3457 `rsyncc'.
3458 (External packages): New subsections "Filename completion" and "File
3459 attributes cache".
3460
0ff2d6c2
JB
34612009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
3462
3463 * calc.texi (Rewrite Rules): Improve the example.
3464 (Simplifying Formulas): Explain use of the I and H flags for
3465 simplification.
3466
ecd3d54f
MA
34672009-08-25 Michael Albinus <michael.albinus@gmx.de>
3468
3469 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 3470 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
3471 (Synchronous Methods, Asynchronous Methods): Use English numeric format
3472 for timeout values.
78176e69
MA
3473 (Top): Remove footnote saying D-Bus is not enabled by
3474 default. (Bug#4256)
ecd3d54f 3475
0f215bca
DU
34762009-08-23 Daiki Ueno <ueno@unixuser.org>
3477
3478 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 3479 Reported by Jari Aalto (Bug#4211).
0f215bca 3480 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 3481 epa-global-mail-mode.
3b7ab45f
DU
3482 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3483 epa-setup.
0f215bca 3484
4f22e84d
MA
34852009-08-16 Michael Albinus <michael.albinus@gmx.de>
3486
3487 * dbus.texi (Asynchronous Methods): Allow nil handler.
3488
9ff0b02b 34892009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 3490
26b03ee3 3491 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 3492
26b03ee3 3493 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 3494
4c39f404
CY
34952009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3496
3497 * calc.texi (Date Forms): Fix typos.
3498
3bcfba17
GM
34992009-08-08 Glenn Morris <rgm@gnu.org>
3500
3501 * org.texi (Agenda commands): Restore clobbered change.
3502
66783bb4
EZ
35032009-08-07 Eli Zaretskii <eliz@gnu.org>
3504
3505 * calc.texi (Graphics, Devices): Update with the peculiarities of
3506 operation on MS-Windows.
3507
c8d0cf5c
CD
35082009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3509
3510 * org.texi (Publishing action): Improve documentation of file
3511 names when publishing to the source directory.
3512 (Clean view): Document `org-indent-mode'.
3513 (Clocking work time): Add documentation for the
3514 new :timetamp option when creating a clock report.
3515 (Paragraphs): Fix many typos.
3516 (Plain lists): Remove duplicate explanation about the
3517 `C-c *' command.
3518 (Literal examples): Update to reflect the new behavior
3519 of the -n -r -k switches when exporting source code examples.
3520 (Structure editing): Add information about `C-c *',
3521 converting a plain list into a list of Org items.
3522 (Remember): Small rephrasing of the paragraph
3523 describing remember.el. Also mentioned that remember.el is part
3524 of Emacs 23, not Emacs 22.
3525 (Clocking work time): Add documentation about
3526 displaying the current clocking time against the effort estimate.
3527 Also add a footnote about using `org-clock-in-prepare-hook' to add
3528 an effort estimate on the fly, just before clocking it.
3529 (Footnotes): Document automatic renumbering and
3530 sorting.
3531 (Agenda commands): Document new bulk commands.
3532 (Plain lists): Document new behavior of
3533 `org-cycle-include-plain-lists'.
4e2af782 3534 Hyphenation only in TeX.
c8d0cf5c
CD
3535 (Clocking work time): Document the key to update effort
3536 estimates.
3537 (Clocking work time): Document the clock time display.
3538 (Structure editing, TODO basics): Document new
3539 variables.
3540 (Column attributes): Document new colciew operators.
3541 (Publishing options): Document :xml-declaration.
3542 (Tracking TODO state changes): Document the
3543 LOG_INTO_DRAWER property.
3544 (Literal examples): Document the new implementation for
3545 editing source code.
3546 (Publishing action): Mention the new publishing
3547 function, to publish an Org source file.
3548 (Publishing links): Mention how to link to an Org source file.
3549 (Macro replacement): Document new macros.
3550 (Handling links): Document type-specific completion
3551 when inserting links.
3552 (Structure editing, Plain lists): Improve documentation
3553 on sorting.
3554 (Internal links): Document custom ids for links.
3555 (Handling links): Document custom ids for links.
3556 (CSS support): Document new class.
3557 (Refiling notes): Document the possibility to create new nodes
3558 during refiling.
3559 (Agenda commands): Document the "?" operator to find
3560 tasks without effort setting.
3561 (Exporting agenda information): Section moved.
3562 (RSS Feeds): New section.
3563 (Built-in table editor): Document M-e and M-a navigate
3564 inside table field.
3565 (Stuck projects): Docment that projects identified as
3566 un-stuck will still be searchd for stuck sub-projects.
3567 (Paragraphs): Document centering.
3568 (Creating timestamps, Agenda commands): Document new
3569 behavior when changing time stamps.
3570 (Structure editing): Document the new command
3571 `org-clone-subtree-with-time-shift'.
3572 (Publishing): Refresh this chapter.
3573 (Export options, Export options, In-buffer settings):
3574 Document the new keywords.
3575 (Matching tags and properties): Collect all
3576 documentation about tags/property matches here.
3577 (Setting tags): Document `org-tag-persistent-alist'.
3578 (Weekly/daily agenda): New section.
3579 (Orgstruct mode): Describe `orgstruct++-mode'.
3580 (Drawers): Mention the LOGBOOK drawer.
3581 (Export options, Sectioning structure): Document the
3582 #+LEATEX_HEADER in-buffer setting.
3583 (Bugs): Section removed.
3584 (Hooks): New section.
0c7efc08 3585 (Add-on packages): Move here from old location.
c8d0cf5c
CD
3586 (Context-sensitive commands): New section.
3587 (Setting tags): Document newline option.
3588 (Global TODO list, Matching tags and properties):
3589 Mention more variables.
3590 (Checkboxes): Update to changed command behavior.
81a5560e 3591
40d2791f
CY
35922009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3593
3594 * speedbar.texi (Basic Key Bindings): Fix typo.
3595
65d0154b
JB
35962009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3597
3598 * calc.texi (Vector/Matrix Functions): Add index entries for both
3599 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3600 affects matrices with more than one row.
b5bdfd9f 3601 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 3602
5a9e3ab7
JB
36032009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3604
3605 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 3606 `calc-transpose-lines'.
5a9e3ab7 3607
42fb7e61
MA
36082009-07-27 Michael Albinus <michael.albinus@gmx.de>
3609
3610 * dbus.texi (Receiving Method Calls): Describe special return value
3611 `:ignore'.
3612
574b69d5
AM
36132009-07-24 Alan Mackenzie <acm@muc.de>
3614
3615 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3616 initialization, any individual variable setting now takes precedence
3617 over one done via c-file-style/c-file-offsets.
3618
ec06459c
JB
36192009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3620
3621 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3622 truncated when Calc is quit.
3623 (Customizing Calc): Document `calc-undo-length'.
3624
4ce54f6b
CY
36252009-07-20 Chong Yidong <cyd@stupidchicken.com>
3626
3627 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3628
0e4f8ba5
GM
36292009-07-11 Kevin Ryde <user42@zip.com.au>
3630
3631 * pcl-cvs.texi (About PCL-CVS):
3632 * widget.texi (Basic Types):
3633 Fix cross-references.
3634
fa0f81b0
AS
36352009-07-01 Andreas Schwab <aschwab@redhat.com>
3636
3637 * dbus.texi (Type Conversion): Don't use literal control character.
3638
88a683c5
MA
36392009-07-01 Michael Albinus <michael.albinus@gmx.de>
3640
3641 * tramp.texi (GVFS based methods): New section.
3642 (Remote processes): Processes for GVFS based methods run locally.
3643
36c8febb
MA
36442009-06-30 Michael Albinus <michael.albinus@gmx.de>
3645
0c7efc08
SM
3646 * tramp.texi (Inline methods, External methods, Gateway methods):
3647 Avoid the words "kludge" and hack".
36c8febb
MA
3648 (External methods): Add `synce' method.
3649
3650 * trampver.texi: Update release number.
3651
d6b951bb
MA
36522009-06-22 Michael Albinus <michael.albinus@gmx.de>
3653
3654 Sync with Tramp 2.1.16.
3655
3656 * tramp.texi (History): Add GVFS support.
3657 (External methods): Precise `rsync' description. Add `dav', `davs' and
3658 `obex' methods. Add 'tramp-gvfs-methods' option.
3659 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3660 forms.
3661 (Remote Programs): Introduce `tramp-own-remote-path'.
3662 (Remote processes): New subsection "Running remote programs that create
3663 local X11 windows".
3664 (Frequently Asked Questions): Improve code for disabling vc.
3665
3666 * trampver.texi: Update release number. Set default value of
3667 `emacsgvfs'.
3668
70243478
CY
36692009-06-21 Chong Yidong <cyd@stupidchicken.com>
3670
3671 * Branch for 23.1.
3672
54b31cbf
GM
36732009-06-17 Glenn Morris <rgm@gnu.org>
3674
3675 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3676 (Latest version of Emacs): Mention source code repository.
3677
f6adc23c
GM
36782009-06-16 Glenn Morris <rgm@gnu.org>
3679
3680 * faq.texi (Top): Language tweak.
3681 (Extended commands): Most people have arrow keys.
3682 (Emacs manual): Say how to follow info links.
3683 (File-name conventions): Change title a bit. Explain about source
3684 versus installed. Condense etc description.
3685 (Guidelines for newsgroup postings): Mention Savannah list page.
3686 (Newsgroup archives): Simplify.
3687 (Contacting the FSF): Add contact URL.
3688 (Emacs Lisp documentation): Printed version not always available.
3689 (Installing Texinfo documentation): Explain how by hand installation is
3690 not normally needed. Use add-to-list. Remove duplicate reference.
3691 (Informational files for Emacs): Move info on Help menu here from
3692 "File-name conventions".
3693 (Help installing Emacs): Tweak uref.
3694 (Obtaining the FAQ): Mention repository.
3695 (Origin of the term Emacs): Explain "ITS".
3696 (Changing load-path): Use add-to-list.
3697 (Automatic indentation): Clarify this is for Text mode.
3698 Don't mention Indented Text mode.
3699 (Finding Emacs on the Internet): The FSF does not seem to offer a
3700 deluxe distribution on CD anymore.
3701
b59a8457
GM
37022009-06-16 Glenn Morris <rgm@gnu.org>
3703
3704 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3705 Recommend the latest release. Mention how to get older FAQs.
3706 Recommend the Emacs manual.
3707 (Guidelines for newsgroup postings): Discourage cross-posts.
3708 (Underlining paragraphs): Remove.
3709 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3710 (Bugs and problems): Update key-binding.
3711 (Problems with very large files): Mention 64-bit.
3712 (Shell process exits abnormally): Remove.
3713 (Problems with Shell Mode): Rename and update.
3714 (Spontaneous entry into isearch-mode)
3715 (Problems talking to certain hosts): Remove. This is old information,
3716 in etc/PROBLEMS if needed.
3717 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3718 (Dired claims that no file is on this line): Update.
3719 (Installing Emacs, Problems building Emacs): Simplify.
3720 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3721 information.
3722 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3723 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3724 (JDEE): "JDEE", not "JDE".
3725 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3726 Remove. This is old information, in etc/PROBLEMS if needed.
3727 (stty and Backspace key, Kanji and Chinese characters): Remove.
3728 (Right-to-left alphabets): Update section.
3729 (Changing the included text prefix): Gnus uses message-yank-prefix.
3730 Add cross-reference to Supercite manual.
3731 (Saving a copy of outgoing mail): Simplify output file description.
3732 (Expanding aliases when sending mail): Refer to Emacs manual.
3733 Remove old info about RFC822.
3734 Correct description of how to rebuild aliases.
3735 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3736 (MIME with Emacs mail packages)
3737 (Viewing articles with embedded underlining)
3738 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3739 Remove old sections.
3740 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3741 and is well-documented in the Gnus manual.
3742 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3743 (Making Gnus faster): Rename from "Starting Gnus faster".
3744 Merge "Catch-up is slow in Gnus" into here.
3745
0e6d12ca
GM
37462009-06-14 Glenn Morris <rgm@gnu.org>
3747
3748 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3749 (New in Emacs 23): New section.
3750 (Handling C-s and C-q with flow control): Add xref.
3751
2e17e05e
GM
37522009-06-13 Glenn Morris <rgm@gnu.org>
3753
3754 * faq.texi (Setting up a customization file): Grammar fix.
3755 Customize is no longer "new".
3756 (Displaying the current line or column): Line-number mode is on by
3757 default. Don't mention `column' package. Mention linum.el.
3758 (Turning on abbrevs by default): Explain how to do it for buffers,
3759 modes, and everywhere.
3760 (Associating modes with files): Use add-to-list. Don't mention Emacs
3761 19.
3762 (Highlighting a region): On by default since 23.1.
3763 (Replacing highlighted text): Update doc quote.
3764 (Working with unprintable characters): Don't mention search-quote-char.
3765 (Using an already running Emacs process): Gnuclient is probably not an
3766 enhancement these days.
3767 (Indenting switch statements): Remove mention of pre-Emacs 20.
3768 (Horizontal scrolling): Abbreviate Emacs 20 description.
3769 (Replacing text across multiple files): Fix name of dired command.
3770 (Disabling backups): Use require not load.
4f9d4de3 3771 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3772
2a1cf2b9
BW
37732009-06-13 Bill Wohler <wohler@newt.com>
3774
3775 Release MH-E manual version 8.2.
3776
3777 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3778 release 8.2.
3779
85b438b7
GM
37802009-06-13 Glenn Morris <rgm@gnu.org>
3781
3782 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3783 in this day and age the common meaning is "on the web".
3784 (copying): Use @copyright in all cases.
3785 (Basic keys): Remove reference to deleted manual node "Text Characters".
3786 (File-name conventions): Use GNU as an example rather than SERVICE.
3787 default.el lives in site-lisp. Update Info directory location.
3788 (Real meaning of copyleft): GPL actions have been brought, but all
3789 settled out of court.
3790 (Guidelines for newsgroup postings): Shorten section title.
3791 Simplify comp.emacs description.
3792 (Newsgroup archives): Change Google URL. Describe Gmane.
3793 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3794 points". Mention List-Unsubscribe header.
3795 (Contacting the FSF): Update email and URLs.
3796 (Basic editing): Mention F1 for help.
3797 (Installing Texinfo documentation): Refer to Texinfo website rather
3798 than ftp server.
3799 (Printing a Texinfo file): Mention texi2pdf.
3800 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3801 are just stubs nowadays.
3802 (Latest version of Emacs): Explain version numbers.
3803 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3804 (Turning on syntax highlighting): No need to mention hilit19 any more.
3805 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3806 (Modes for various languages): Remove section.
3807 (Major packages and programs): Remove most version and maintainer
3808 information - it's hard to keep up-to-date, and adds nothing.
3809 Similarly with direct links to mailing lists.
3810 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3811 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3812 years, and Emacs comes with tools for this now.
3813 (Patch): Remove section - this is a standard tool.
3814 (Using function keys under X): Remove section.
3815
93e2d996
GM
38162009-06-12 Glenn Morris <rgm@gnu.org>
3817
3818 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3819 (Help installing Emacs): Remove reference to deleted X11 node.
3820 (Associating modes with files): Interpreter-mode-alist is no longer
3821 subservient to auto-mode-alist.
3822 (Installing Emacs): Change future Emacs version.
3823 (Linking with -lX11 fails): Remove old section.
3824 (Packages that do not come with Emacs): Update ELL location.
3825 Emacs Lisp archive is dead.
3826 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3827 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3828 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3829 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3830 (Removing flashing messages): Remove section about non-existent Gnus
3831 option.
3832
f0bf7708
GM
3833 * faq.texi (Top): Add @top command.
3834 Remove the optional arguments from all @node commands: makeinfo can
3835 generate these automatically, and it is easier to edit and rearrange
3836 nodes without them.
3837
30884d11
GM
38382009-06-11 Glenn Morris <rgm@gnu.org>
3839
3840 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3841 (The LPF): Make the updated URL the sole reference point.
3842 (Learning how to do something): Update refcard price and format.
3843 (Getting a printed manual): Sources in doc/emacs/, not man/.
3844 Also available in PDF format. Since the page count varies, be less
3845 precise.
3846 (Informational files for Emacs): Remove references to deleted files
3847 LPF and SUN-SUPPORT, and to UUCP.
3848 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3849 Remove many obsolete ways to get the FAQ, which now seems only to be
3850 distributed with Emacs.
3851 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3852
deab46e0
CY
38532009-06-09 Chong Yidong <cyd@stupidchicken.com>
3854
223b43fa 3855 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3856 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3857
deab46e0
CY
3858 * ada-mode.texi (Installation, Compile commands)
3859 (Project File Overview, No project files, Set compiler options)
3860 (Use GNAT project file, Use multiple GNAT project files)
3861 (Identifier completion): Use @samp for menu items, and @kbd for key
3862 sequences (Bug#3504).
3863
71fbd643
DU
38642009-06-04 Daiki Ueno <ueno@unixuser.org>
3865
8c9bb6f5 3866 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3867
f197085b
CY
38682009-06-04 Ryan Yeske <rcyeske@gmail.com>
3869
3870 * message.texi (Header Commands): Fix descriptions to match
3871 keybindings.
3872
7f3bc720
DU
38732009-04-22 Daiki Ueno <ueno@unixuser.org>
3874
3875 * gnus.texi (Security): Mention that EasyPG is the current default.
3876
4518068d
CY
38772009-04-13 Chong Yidong <cyd@stupidchicken.com>
3878
3879 * ediff.texi (Session Commands): Fix typo.
3880
d7ca410a
MB
38812009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3882
3883 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3884 news.software.readers. Reported by Florian Rehnisch.
3885
c6c76add
GM
38862009-04-02 Glenn Morris <rgm@gnu.org>
3887
3888 * auth.texi: Capitalize direntry.
3889
3890 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3891 using a period in the entry name. (Bug#2797)
3892
35ed8e2e
JB
38932009-03-03 Juanma Barranquero <lekktu@gmail.com>
3894
3895 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3896 ($(infodir)/auth, auth.dvi): New targets.
3897
e280480a
GM
38982009-03-03 Glenn Morris <rgm@gnu.org>
3899
3900 * auth.texi: Fix @setfilename.
3901
3902 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3903 (auth, $(infodir)/auth, auth.dvi): New rules.
3904
8a76755b
GM
39052009-02-25 Glenn Morris <rgm@gnu.org>
3906
3907 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
3908
0038d478
MB
39092009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3910
3911 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3912
39132009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3914
3915 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3916 gnus-nocem-issuers, and gnus-nocem-verifyer.
3917
867d4bb3
JB
39182009-02-20 Juanma Barranquero <lekktu@gmail.com>
3919
3920 * ada-mode.texi (Project files, Automatic Casing):
3921 * dbus.texi (Signals):
3922 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3923 * mh-e.texi (HTML):
3924 * nxml-mode.texi (Locating a schema)
3925 (Using the document's URI to locate a schema):
3926 * org.texi (Footnotes, Using the mapping API):
3927 * rcirc.texi (Channels): Remove duplicate words.
3928
3a44dc1f
GM
39292009-02-20 Glenn Morris <rgm@gnu.org>
3930
3931 * dired-x.texi (Miscellaneous Commands):
3932 * gnus.texi: Minor updates for mbox Rmail.
3933
5dc584b5
KB
39342009-02-16 Karl Berry <karl@gnu.org>
3935
b59a8457
GM
3936 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3937 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3938 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3939 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3940 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3941 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3942 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3943 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3944 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3945 Consistently use @insertcopying in the Top node,
5dc584b5 3946 @contents at the front (after @end titlepage),
b59a8457 3947 and @direntry after @copying. (Bug#1988)
5dc584b5 3948
9eb59592
MB
39492009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3950
3951 * auth.texi: New file documenting auth-source.
3952
d324fa76
CD
39532009-02-13 Carsten Dominik <dominik@science.uva.nl>
3954
3955 * org.texi (Org Plot): Fix link.
3956
7a603b73
DU
39572009-02-09 Daiki Ueno <ueno@unixuser.org>
3958
3959 * epa.texi (Mail-mode integration): Mention the way to do
3960 "encrypt-to-self". (Bug#1807)
3961
a626b338 39622009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
3963
3964 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
3965
3b36c17e
MB
39662009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
3967
3968 * gnus-news.texi: Print version about Incoming*.
3969
55033558
CD
39702009-02-02 Carsten Dominik <dominik@science.uva.nl>
3971
3972 * org.texi (Structure editing, Handling links)
3973 (Fast access to TODO states, Javascript support): Make standard docs
3974 correctly reflect default variable settings.
3975
ec712abb
GM
39762009-02-02 Glenn Morris <rgm@gnu.org>
3977
3978 * org.texi: Fix typos.
3979
7112648c
MA
39802009-02-01 Michael Albinus <michael.albinus@gmx.de>
3981
3982 Sync with Tramp 2.1.15.
3983
3984 * trampver.texi: Update release number.
3985
2e461fc1
CD
39862009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
3987
3988 * org.texi (TODO dependencies): Document TODO dependencies on
3989 checkboxes.
3990
bc283609
CD
39912009-01-30 Carsten Dominik <dominik@science.uva.nl>
3992
3993 * org.texi (TODO dependencies): Document key binding for toggling
3994 ORDERED property.
3995
74fc5047
MA
39962009-01-28 Michael Albinus <michael.albinus@gmx.de>
3997
3998 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
3999 of hook functions.
4000
d6685abc
CD
40012009-01-28 Carsten Dominik <dominik@science.uva.nl>
4002
4003 * org.texi (TODO dependencies): New section.
4004
65c439fd
CD
40052009-01-27 Carsten Dominik <dominik@science.uva.nl>
4006
4007 * org.texi (Plain lists, TODO basics, Priorities)
4008 (Multiple sets in one file, Conflicts): Document interaction with
4009 `shift-selection-mode'.
4010
5fafc247
JB
40112009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4012
4013 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4014 Make Calc the subject of sentences.
4015 (Rearranging Formulas using Selections): Discuss new options
4016 for `j *'.
4017
e7433508
MA
40182009-01-26 Michael Albinus <michael.albinus@gmx.de>
4019
4020 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4021
2096a1b6
GM
40222009-01-26 Glenn Morris <rgm@gnu.org>
4023
4024 * org.texi: Fix typos.
4025
0cb61492
BW
40262009-01-26 Bill Wohler <wohler@newt.com>
4027
2096a1b6 4028 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4029
0bd48b37
CD
40302009-01-25 Carsten Dominik <dominik@science.uva.nl>
4031
4032 * org.texi (References): Add information about remote references.
4033 (Built-in table editor): Document `C-c RET' in tables.
4034 (Math symbols, Quoting LaTeX code): Mention that simple
4035 LaTeX macros survive LaTeX export.
4036 (Images in LaTeX export): Show how to create a reference to a
4037 figure.
4038 (Sectioning structure): Document that the LaTeX class can be
4039 specified in a property.
4040 (Text areas in HTML export): New section.
4041 (External links): Add examples for text search and ID links.
4042 (Built-in table editor): Remove the descriptio of `C-c
4043 C-q', it not longer works.
4044 (Literal examples): Document that a space must follow
4045 the colon in short examples.
4046 (Relative timer): Document `org-timer-stop'.
4047 (Footnotes): New section.
4048 (Footnote markup): Shorten section and refer to new Footnote
4049 section.
4050 (Literal examples): Add documentation for line
4051 numbering in and references to code examples.
4052 (CSS support): Fix the description of default CSS styles.
4053 (Capturing column view): Document
4054 "file:path/to/file.org" as an allowed value for the ID property of
4055 a dynamic block copying column view.
4056
49dbbaf2
SE
40572009-01-23 Stephen Eglen <stephen@gnu.org>
4058
4059 * mh-e.texi (Getting Started): Describe $MH.
4060
193e6828
MA
40612009-01-21 Michael Albinus <michael.albinus@gmx.de>
4062
4063 * tramp.texi (all): Harmonize usage of "external method",
4064 "external transfer method" and "out-of-band method".
4065 (Connection types): Precise the differences of inline and external
4066 methods. Written by Adrian Phillips <a.phillips@met.no>.
4067
26b9f88d
MB
40682009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4069
4070 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4071 commands as described at the top. Reported by Allan Gottlieb
4072 <gottlieb@nyu.edu>.
4073
40742009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4075
4076 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4077 nnmail-pathname-coding-system.
4078
377952e0
GM
40792009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4080
4081 * org.texi (Relative timer): Fix typo.
4082
a20d3598
JB
40832009-01-15 Juanma Barranquero <lekktu@gmail.com>
4084
4085 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4086 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4087
a50253cc
GM
40882009-01-13 Glenn Morris <rgm@gnu.org>
4089
4090 * org.texi: Fix some more typos.
4091
07450bee
GM
40922009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4093
4094 * org.texi: Fix some typos.
4095
e3e955fe
MB
40962009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4097
4098 * gnus.texi (Group Parameters): Add note for local variables.
4099
41002009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4101
0c7efc08
SM
4102 * gnus.texi (Converting Kill Files): Fix URL.
4103 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
4104
41052009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4106
4107 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4108 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4109 (Paging the Article): Add index entry.
4110
71dd9983
JB
41112009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4112
4113 * ada-mode.texi (Examples): Delete redundant text.
4114
4a0cf14f
MA
41152009-01-03 Michael Albinus <michael.albinus@gmx.de>
4116
36c8febb 4117 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
4118
4119 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4120 addresses.
4121
aedac0f0
BW
41222009-01-03 Bill Wohler <wohler@newt.com>
4123
4124 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4125 kept empty.
4126
4c65b566
CD
41272008-12-20 Carsten Dominik <dominik@science.uva.nl>
4128
4129 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
4130 (HTML Export commands, LaTeX/PDF export commands):
4131 Improve documentation about transient-mark-mode.
e9fce1ac 4132 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
4133 to fields in the last table row.
4134
e1a78e1e
JL
41352008-12-19 Juri Linkov <juri@jurta.org>
4136
4137 * info.texi (Search Text): Remove mention of removed key binding M-s.
4138
17a0aa82
CD
41392008-12-18 Carsten Dominik <dominik@science.uva.nl>
4140
4141 * org.texi (References): Remove mentioning of @0 as reference for the
4142 last line, this has been reverted in the Lisp sources.
4143
4997d802
JB
41442008-12-17 Juanma Barranquero <lekktu@gmail.com>
4145
4146 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4147 (DVI_TARGETS): Remove duplicates. Add sasl.
4148 ($(infodir)/sasl, sasl.dvi): New targets.
4149
33306645
CD
41502008-12-17 Carsten Dominik <dominik@science.uva.nl>
4151
4152 * org.texi: Version number pushed to 6.15d.
4153
db55f368
CD
41542008-12-16 Carsten Dominik <dominik@science.uva.nl>
4155
a0bf4117 4156 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
4157 (Images in LaTeX export): New section.
4158 (Inlined images, Images in HTML export): Sections renamed.
4159
dae0a942
MB
41602008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4161
4162 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4163
9f5572e9
MB
41642008-12-04 David Engster <dengste@eml.cc>
4165
4166 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 4167 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 4168
bc23baaa
CD
41692008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4170
4171 * org.texi (Using the mapping API): Fix bug in mapping example.
4172 (Publishing options): Make the list of properties complete again, in
4173 correspondence to the variable `org-export-plist-vars'.
4174 (Property searches): Document new special values for time comparisons.
4175 (Tag inheritance): Refine the description of tag inheritance.
4176 (Project alist): Add info about the publishing sequence of components.
a0bf4117 4177 (Effort estimates): Document the new relative timer.
bc23baaa 4178
3bf8054f
JB
41792008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4180
4181 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4182 (Using Calc): Clarify use of `C-x * o'.
4183 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4184
ac134f2f
RS
41852008-11-28 Richard M Stallman <rms@gnu.org>
4186
4187 * dbus.texi (Receiving Method Calls): Clean up previous change.
4188
ace706d1
MA
41892008-11-26 Michael Albinus <michael.albinus@gmx.de>
4190
4191 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4192 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4193 `dbus-unescape-from-identifier'.
4194 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 4195 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
4196 (Signals): Use the constants in the example.
4197
d60b1ba1
CD
41982008-11-24 Carsten Dominik <dominik@science.uva.nl>
4199
b97439ce 4200 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 4201
ce4fdcb9
CD
42022008-11-23 Carsten Dominik <dominik@science.uva.nl>
4203
4204 * org.texi (Setting up Remember): Document `org-remember-mode'.
4205 (External links): Document that bbdb links can use a regular
4206 expression.
4207 (External links): Document that elisp links can contain interactive
4208 commands.
4209
c8548a00 42102008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
4211
4212 * viper.texi (viper-translate-all-ESC-keysequences):
4213 Description removed.
4214
6a2c4aec
GM
42152008-11-19 Glenn Morris <rgm@gnu.org>
4216
4217 * doclicense.texi: Change to FDL 1.3.
4218 Relicense all texi files under FDL 1.3 or later.
4219
59ee4113
JB
42202008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4221
4222 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4223
59bcbb98 42242008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 4225
0c7efc08 4226 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
4227
4228 * ediff.texi: Version/date change.
9f90198a 4229
8aa41c9b
CY
42302008-11-14 Chong Yidong <cyd@stupidchicken.com>
4231
4232 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4233
17587b1b
JB
42342008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4235
4236 * calc.texi (About This Manual): Comment out a mention of
4237 marginal notes.
4238
564c900e
CD
42392008-11-12 Carsten Dominik <dominik@science.uva.nl>
4240
4241 * org.texi (Clocking work time): Document the :formula property of
4242 clock tables.
4243 (Structure editing, Refiling notes): Document refiling regions.
4244 (Agenda commands): Document the double-prefix version
4245 of the `l' command in the agenda.
4246 (Handling links): Explain the effect of a double prefix
4247 arg to `C-c C-o'.
4248 (TODO basics): Add documentation for tag triggers.
4249
3c4be1f2
GM
42502008-10-23 Glenn Morris <rgm@gnu.org>
4251
4252 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4253 byte-compiling things like `+'.
4254
4255 * ns-emacs.texi: Merge copyright years of author now with assignment
4256 into FSF years.
4257 (VER): Use it for easier automatic updating. Use Emacs version rather
4258 than standalone Emacs.app version.
4259
a6520ff3
CD
42602008-10-12 Carsten Dominik <dominik@science.uva.nl>
4261
864c9740 4262 * org.texi: Lots of minor fixes.
a6520ff3
CD
4263 (Capture): New chapter.
4264 (Org Plot): New section.
4265
db7a4b66
MH
42662008-09-30 Magnus Henoch <mange@freemail.hu>
4267
4268 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4269
4043c194
JB
42702008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4271
4272 * calc.texi (User Defined Units): Mention how to enter optional display
4273 string.
4274
eef5ade7
MB
42752008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4276
0c7efc08 4277 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
4278 avoid the "y/n" wording.
4279
e52cac88
MB
42802008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4281
0c7efc08 4282 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
4283
42842008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4285
4286 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4287 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4288
00c55306
BW
42892008-09-22 Bill Wohler <wohler@newt.com>
4290
4291 Release MH-E manual version 8.1.
4292
4293 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4294 release 8.1.
4295
4296 * mh-e.texi: Retain dual license as agreed to by the FSF.
4297 However, bump GPL to Version 3.
4298 Use @include for license text.
4299
e52cac88 43002008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
4301
4302 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
4303 (Store custom flags and keywords, Store arbitrary data):
4304 Clean up markup.
64763fe3
MB
4305
43062008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4307
4308 * gnus.texi (The Gnus Registry): Document it.
4309
9e601b8d
MB
43102008-09-08 David Engster <dengste@eml.cc>
4311
88ee5b02
JB
4312 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4313 Clarify section about choosing back end servers.
9e601b8d 4314
247043f1
GM
43152008-08-23 Glenn Morris <rgm@gnu.org>
4316
4317 * dired-x.texi (Shell Command Guessing):
4318 Mention dired-guess-shell-case-fold-search. (Bug#417)
4319
2bfec7a0
MA
43202008-08-22 Michael Albinus <michael.albinus@gmx.de>
4321
4322 * trampver.texi: Update release number.
4323
247043f1 43242008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
4325
4326 * ns-emacs.texi: Update version.
4327 (Introduction): Correct menu location for options save.
4328 (Customization): Note that defaults are stored under org.gnu.Emacs.
4329
8c20bd92
BW
43302008-08-11 Bill Wohler <wohler@newt.com>
4331
4332 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4333 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4334 Henman) (closes SF #1768928).
4335
767a4d92
GM
43362008-08-10 Glenn Morris <rgm@gnu.org>
4337
4338 * ns-emacs.texi: Use @copying. Change copyright of authors with
4339 assignment to FSF. Change license to GFDL.
4340 (Top): Remove outdated references.
4341
6ecfe5c2
MB
43422008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4343
88ee5b02
JB
4344 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4345 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
4346 gnus-summary-sort-by-most-recent-date.
4347 (Summary Sorting): Explain prefix argument.
4348
43492008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4350
4351 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4352 gnus-summary-pipe-output.
4353
eb932e8a
MA
43542008-08-03 Michael Albinus <michael.albinus@gmx.de>
4355
4356 * dbus.texi (Receiving Method Calls): Document error handling of own
4357 D-Bus methods.
4358
bfe16263
BW
43592008-08-01 Bill Wohler <wohler@newt.com>
4360
4361 * mh-e.texi (Reading Mail)
9f90198a 4362 (Viewing Attachments): Describe new function
bfe16263
BW
4363 mh-show-preferred-alternative.
4364 (Sending Mail, Redistributing, Sending Message): Describe new hook
4365 mh-annotate-msg-hook.
4366
21956b56
MA
43672008-07-31 Michael Albinus <michael.albinus@gmx.de>
4368
4369 * dbus.texi (Arguments and Signatures): Fix example.
4370 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4371 (Asynchronous Methods): New node.
9f90198a
JB
4372 (Errors and Events): Describe extended layout of `dbus-event'.
4373 New defun `dbus-event-message-type'.
21956b56 4374
7c2fb837
DN
43752008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4376
4377 * ediff.texi: Remove VMS support.
4378
13662773
JB
43792008-07-29 Juanma Barranquero <lekktu@gmail.com>
4380
4381 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4382 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4383
ddde0b34
CY
43842008-07-29 Chong Yidong <cyd@stupidchicken.com>
4385
4386 * Makefile.in: Add mairix-el targets.
4387
43882008-07-29 David Engster <deng@randomsample.de>
4389
4390 * mairix-el.texi: New file.
4391
d5875b25
JB
43922008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4393
366b7d44
JB
4394 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4395 project files. Delete 'main_unit' project variable; not needed. Allow
4396 process environment variables wherever project variables are allowed.
4397 Add tutorial section on multiple GNAT project files.
d5875b25 4398
6cbab8ee
MA
43992008-07-27 Michael Albinus <michael.albinus@gmx.de>
4400
4401 Sync with Tramp 2.1.14.
4402
4403 * trampver.texi: Update release number.
4404
9e2a2647
DN
44052008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4406
4407 * ns-emacs.texi:
4408 * faq.texi: Remove mentions of Mac Carbon.
4409
d62672f3
MB
44102008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4411
4412 * gnus.texi (Saving Articles): Describe the 2nd argument of
4413 gnus-summary-save-in-pipe.
4414 (SpamAssassin): Use it.
4415
44162008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4417
4418 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4419
dd12e1c6
CD
44202008-07-25 Carsten Dominik <dominik@science.uva.nl>
4421
4422 * org.texi (Export options): Document the use of the creator flag.
4423
44ce9197
CD
44242008-07-24 Carsten Dominik <dominik@science.uva.nl>
4425
4426 * org.texi: New version 6.06a.
4427
ddd13c5d
JB
44282008-07-23 Juanma Barranquero <lekktu@gmail.com>
4429
4430 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4431 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4432
8dc6104d
JB
44332008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
4434
4435 * calc.texi (Editing Stack Entries):
4436 (Algebraic Entry): Rewrite introductory sentences so it can be used by
4437 Calc's help functions. Mention fixing typos.
4438 (Customizing Calc): Fix typo.
4439
44402008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
4441
4442 * calc.texi (summarykey): New macro. Use to correctly format keys in
4443 the summary.
4444
ddd13c5d 44452008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
4446
4447 * ns-emacs.texi (Customization): Corrected documentation on color
4448 specification formats.
4449
568beaa2
AS
44502008-07-19 Andreas Schwab <schwab@suse.de>
4451
db8ef699 4452 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
4453
4454 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4455 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4456
cd71b9ae
MA
44572008-07-18 Michael Albinus <michael.albinus@gmx.de>
4458
4459 * dbus.texi (Inspection): Rework, introduce submenus.
4460 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4461 (Properties and Annotations, Arguments and Signatures): New nodes.
4462
9b7993b4
MA
44632008-07-13 Michael Albinus <michael.albinus@gmx.de>
4464
4465 * dbus.texi (Receiving Method Calls): Fix description of
4466 `dbus-register-method'.
4467 (Signals): Allow also signal arguments for filtering in
4468 `dbus-register-signal'.
4469
241d447b
JB
44702008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4471
4472 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4473 `cnorm'.
4474 (Arithmetic Tutorial): Simplify the verification of prime factors.
4475
adb46650
MB
44762008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4477
4478 * gnus.texi (Saving Articles): Mention
4479 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4480
92e15881
JB
44812008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
4482
4483 * calc.texi: Adjust mode line throughout.
4484
ea597303
JB
44852008-06-28 Juanma Barranquero <lekktu@gmail.com>
4486
4487 * sasl.texi (Mechanisms): Fix typos.
4488
aee08080
JB
44892008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4490
4491 * calc.texi (Killing from the stack): Mention using normal Emacs
4492 copying.
4493
a06a4a12
MA
44942008-06-21 Michael Albinus <michael.albinus@gmx.de>
4495
0c7efc08 4496 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 4497 Add `auth-source' mechanism.
a06a4a12
MA
4498 (Connection caching): Tramp reopens the connection automatically,
4499 when the operating system on the remote host has been changed.
4500
7389398d
EZ
45012008-06-20 Eli Zaretskii <eliz@gnu.org>
4502
4503 * makefile.w32-in (distclean): Remove makefile.
4504
b349f79f
CD
45052008-06-17 Carsten Dominik <dominik@science.uva.nl>
4506
3f9b4c2b 4507 * org.texi (Using the mapping API): New section.
b349f79f 4508 (Agenda column view): New section.
3f9b4c2b 4509 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 4510 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 4511 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
4512
45132008-06-17 Jason Riedy <jason@acm.org>
4514
4515 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4516 function, and efmt may be a two-argument function.
4517 (Radio tables): Document multiple destinations.
4518
cd5c05d2
GM
45192008-06-16 Glenn Morris <rgm@gnu.org>
4520
4521 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4522 Add Cover-Texts.
4523
debf4439
GM
45242008-06-15 Glenn Morris <rgm@gnu.org>
4525
4526 * faq.texi (VER): Update to 23.0.60.
4527
4528 * mh-e.texi: Remove option of licensing under GPL.
4529 Add Cover-Texts to GFDL permissions notice.
4530 (GPL): Remove section.
4531 (GFDL): Include doclicense.texi rather than the actual text.
4532
4533 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4534 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4535
4536 * sasl.texi: Fix output file name.
4537
4538 * epa.texi, sasl.texi: Refer to license in Emacs manual.
4539
4540 * gnus-coding.texi: Refer to license in Gnus manual.
4541
4542 * idlwave.texi, sasl.texi: Use @copying.
4543
4544 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
4545
4546 * speedbar.texi: Update Back-Cover Text as per maintain.info.
4547
4548 * url.texi: Use @copying, @title, @subtitle, @author.
4549
4550 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4551 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4552 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4553 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4554 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4555 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4556 * widget.texi, woman.texi:
4557 Remove references to external license, since doclicense is included.
4558
4559 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4560 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4561 Remove references to non-existent Invariant Sections.
4562
091f8bc1
GM
45632008-06-14 Glenn Morris <rgm@gnu.org>
4564
4565 * faq.texi (Major packages and programs): Remove references to external
4566 Supercite, Calc, VIPER, since they have been included for some time.
4567 Update VM, AUCTeX, BBDB entries.
4568
47bcb4d3
UJ
45692008-06-14 Ulf Jasper <ulf.jasper@web.de>
4570
4571 * newsticker.texi: Updated to match latest newsticker changes.
4572
6f093307
GM
45732008-06-13 Glenn Morris <rgm@gnu.org>
4574
4575 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4576 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4577 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4578 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4579 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4580 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4581 * woman.texi:
4582 Update Back-Cover Text as per maintain.info.
4583
2b968687
MB
45842008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4585
4586 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4587
4588 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4589 (gnus-faq.xml): Update repository host.
4590
2b968687
MB
4591 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4592
45932008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4594
4595 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4596 Fix a typo.
4597
45982008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4599
4600 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 4601 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
4602 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4603
46042008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4605
4606 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4607 coding standards.
4608
46092008-06-14 David Engster <dengste@eml.cc>
4610
4611 * gnus.texi (nnmairix): Markup fixes.
4612
e6d2d263
MB
46132008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4614
2b968687 4615 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4616
46172008-06-05 David Engster <dengste@eml.cc>
4618
4619 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4620
46212008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4622
b344d29d 4623 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4624 (Searching, nnir, nnmairix): New stub nodes.
4625
ad231df6 46262008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4627
4628 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4629
f394fa25
MB
46302008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4631
4632 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4633
58333467
MB
46342008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4635
4636 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4637
67525fb9
JY
46382008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4639
4640 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4641
0549d8fc
JB
46422008-05-06 Juanma Barranquero <lekktu@gmail.com>
4643
4644 * info.texi (Top): Fix typo in xref.
4645
149a3837
KB
46462008-05-05 Karl Berry <karl@gnu.org>
4647
4648 * info.texi (Top): @xref to stand-alone manual.
4649
3a23a519
MB
46502008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4651
4652 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4653 (Various Summary Stuff): Fix typo in last xref.
4654
0a29fbf3
JB
46552008-05-02 Juanma Barranquero <lekktu@gmail.com>
4656
4657 * org.texi (Moving subtrees): Fix typo.
4658
586b90f1
MA
46592008-04-28 Michael Albinus <michael.albinus@gmx.de>
4660
4661 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4662 Tramp via `tramp-mode'.
4663
b5af9883
CD
46642008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4665
4666 * org.texi: Massive changes, in many parts of the file.
4667
d55fe5bb
MB
46682008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4669
4670 * gnus.texi (Oort Gnus): Add message-fill-column.
4671
46722008-04-12 Adrian Aichner <adrian@xemacs.org>
4673
4674 * gnus.texi (Mail Source Specifiers): Typo fix.
4675
46762008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4677
4678 * gnus.texi (Diary Headers Generation): Update key binding for
4679 `gnus-diary-check-message'.
4680
46812008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4682
4683 * gnus.texi (Emacsen): Addition.
4684
46852008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4686
4687 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4688
46892008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4690
4691 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4692
46932008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4694
4695 * gnus-news.texi: Update tool bar item.
4696
46972008-04-09 Sven Joachim <svenjoac@gmx.de>
4698
4699 * gnus-news.texi: Fix typos.
4700
76c109c3
JB
47012008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4702
222027f2 4703 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4704 Add mention of `kron'.
4705
d5fbd5a6
MO
47062008-04-01 Daiki Ueno <ueno@unixuser.org>
4707
0c7efc08
SM
4708 * epa.texi (Encrypting/decrypting *.gpg files):
4709 Document epa-file-name-regexp.
d5fbd5a6 4710
fbcbb58c
KY
47112008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4712
4713 * gnus.texi (Example Methods): Fix description about ssh-agent.
4714 (Indirect Functions): Fix the default value of nntp-telnet-command;
4715 remove link to connect.html.
4716
134ce16c
MA
47172008-03-30 Michael Albinus <michael.albinus@gmx.de>
4718
4719 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4720 dbus-call-method.
4721 (Receiving Method Calls): The timeout can be set by the calling client.
4722
da1975d7
MA
4723 * trampver.texi: Update release number.
4724
2e4089ab
RS
47252008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4726
4727 * gnus.texi (Top): Fix version. Add SASL.
4728
70cab5a9
MA
47292008-03-29 Michael Albinus <michael.albinus@gmx.de>
4730
4731 Sync with Tramp 2.1.13.
4732
4733 * trampver.texi: Update release number.
4734
5bc6ddff
MB
47352008-03-29 Chong Yidong <cyd@stupidchicken.com>
4736
4737 * org.texi: Update to new org-mode website.
4738
47392008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4740
4741 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4742
9b3ebcb6
MB
47432008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4744
4745 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4746 gnus-read-ephemeral-gmane-group-url,
4747 gnus-read-ephemeral-emacs-bug-group,
4748 gnus-read-ephemeral-debian-bug-group.
4749
47502008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4751
4752 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4753
4754 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4755 Add FIXMEs for Bookmarks and gnus-registry-marks.
4756
47572008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4758
4759 * gnus.texi (Smileys): Document `smiley-style'.
4760
47612008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4762
4763 * gnus.texi (Gnus Development): Clarify difference between ding and
4764 gnu.emacs.gnus.
4765 (MIME Commands, Using MIME, RSS): Fix markup.
4766
4767 * gnus-faq.texi ([8.4]): Ditto.
4768
47692008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4770
4771 * gnus.texi (Emacsen): Remove obsolete stuff.
4772
47732008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4774
4775 * gnus.texi (Oort Gnus): Add version info WRT
4776 `mail-source-delete-incoming'.
4777
47782008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4779
4780 * gnus.texi (Top): Add "Other related manuals" and version info in
4781 `iftex' output.
4782 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4783 gnus-balloon-face-0 and the corresponding format specifiers.
4784
608d6a81
MA
47852008-03-26 Michael Albinus <michael.albinus@gmx.de>
4786
4787 * tramp.texi (Filename completion): Remove footnote about let-bind
4788 of `partial-completion-mode'. It doesn't work this way.
4789
27a6f132
SM
47902008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4791
4792 * pcl-cvs.texi (Contributors): Update my email.
4793
4a7c4c40
MA
47942008-03-21 Michael Albinus <michael.albinus@gmx.de>
4795
4796 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4797
2940c053
BW
47982008-03-17 Bill Wohler <wohler@newt.com>
4799
4800 * mh-e.texi (Viewing): Update URL for adding header fields to
4801 mh-invisible-header-fields-default.
4802
30864d5f
BW
48032008-03-16 Bill Wohler <wohler@newt.com>
4804
4805 * mh-e.texi (Preface): Add Gnus to requirements.
4806 (Forwarding): Note that forwarded MIME messages are now inline.
4807
31fe2b00
SM
48082008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4809
4810 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4811 (Common Variables): Give precedence to the netcat methods over the
4812 telnet methods, and mention that they are more reliable.
31fe2b00 4813
5e97c626
CD
48142008-03-13 Carsten Dominik <dominik@science.uva.nl>
4815
4816 * org.texi (Exporting Agenda Views): Document agenda export to
4817 iCalendar.
4818 (Progress logging): Document the new progress logging stuff.
4819
37a68866
MB
48202008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4821
4822 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4823 Update for change of `mail-source-delete-incoming'.
4824
4825 * gnus-news.texi: Ditto.
4826
8f7abae3
MB
48272008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4828
4829 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4830 custom versions.
4831
af379c86
AM
48322008-03-07 Alan Mackenzie <acm@muc.de>
4833
4834 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4835 parens/brackets in a k&r region is limited.
4836
3d0f8a67
MB
48372008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4838
4839 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4840 using different Emacs versions.
4841
52151df0
GM
48422008-02-27 Glenn Morris <rgm@gnu.org>
4843
4844 * sc.texi: Remove a lot of old and obsolete info.
4845 (titlepage): Simplify.
4846 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4847 (VM with any Emacsen, GNEWS with any Emacsen)
4848 (Overloading for Non-conforming MUAs, Version 3 Changes)
4849 (The Supercite Mailing List): Delete nodes.
4850 (Introduction): Remove info about old packages.
4851 (Getting Connected): Simplify. Remove info about old packages.
4852 (Citing Commands): Delete Emacs 19 info.
4853 (Hints to MUA Authors): Simplify.
4854 (Thanks and History): Merge in some info from the deleted node
4855 "Version 3 Changes".
4856
b03f96dc
MB
48572008-02-05 Juanma Barranquero <lekktu@gmail.com>
4858
4859 * org.texi (Setting tags, In-buffer settings):
4860 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4861
52bec650
MB
48622008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4863
4864 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4865 installation directory name.
4866
34a3c587
RF
48672008-02-12 Romain Francoise <romain@orebokech.com>
4868
4869 * epa.texi (Overview): Fix typo.
4870
5a8d03e9
MO
48712008-02-11 Daiki Ueno <ueno@unixuser.org>
4872
4873 * epa.texi (Quick start): Remove the .emacs setting.
4874
f1914c40
MO
48752008-02-10 Daiki Ueno <ueno@unixuser.org>
4876
4877 * epa.texi (Quick start): Use the command `epa-enable' instead of
4878 loading `epa-setup'.
4879
bca98fc9
JB
48802008-02-08 Juanma Barranquero <lekktu@gmail.com>
4881
4882 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4883 ($(infodir)/epa, epa.dvi): New targets.
4884
4b01af2e
MO
48852008-02-08 Daiki Ueno <ueno@unixuser.org>
4886
4887 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4888
4889 * epa.texi: New manual documenting the EasyPG Assistant.
4890
06c0751a
MA
48912008-02-06 Michael Albinus <michael.albinus@gmx.de>
4892
4893 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4894 (Inspection): New function dbus-ping.
4895
7dcccd7b
MA
48962008-02-05 Michael Albinus <michael.albinus@gmx.de>
4897
4898 * tramp.texi (Remote processes): Add `shell-command'.
4899
a1da1e37
MB
49002008-01-28 Michael Sperber <sperber@deinprogramm.de>
4901
4902 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4903 (Group Parameters): Document `mail-source' parameter.
4904
c9d8f746
MA
49052008-01-27 Michael Albinus <michael.albinus@gmx.de>
4906
4907 * tramp.texi (Inline methods): The hostname of the su(do)? methods
4908 must be a local host.
4909
15db4a13
MO
49102008-01-26 Michael Olson <mwolson@gnu.org>
4911
4912 * erc.texi: Update version for ERC 5.3 release.
4913 (Obtaining ERC): Update extras URLs for 5.3.
4914 (Development): Write instructions for git, and remove those for Arch.
4915 (History): Mention the switch to git.
4916
2bc43980
KB
49172008-01-24 Karl Berry <karl@gnu.org>
4918
bca98fc9
JB
4919 * info.texi (Search Index, Search Text): Mention the command
4920 character in the section name, a la the (Go to node) node.
2bc43980 4921
d2e4a6c9
MA
49222008-01-21 Michael Albinus <michael.albinus@gmx.de>
4923
4924 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4925
0b6799c3
MB
49262008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4927
4928 * gnus-news.texi: Mention gnus-article-describe-bindings.
4929
49302008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4931
4932 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4933
db9c3fb1 49342008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 4935
7b4d0413 4936 * org.texi (Property inheritance): New section.
db9c3fb1 4937 (Conventions): New section.
7b4d0413 4938 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
4939 commands, and the new bindings for refiling.
4940 (Sparse trees): Document the new special command for sparse trees.
4941 (References): Be more clear about the counting of hilines.
4942 (Handling links): Document M-p/n for accessing links.
4943 (Fast access to TODO states): New section.
4944 (Per file keywords): New section.
4945 (Property inheritance): New section.
4946 (Column attributes): New summary types.
4947 (Capturing Column View): New section.
4948 (The date/time prompt): Cover the new features in the date/time prompt.
4949 Compactify the table of keys for the calendar remote control.
4950 (Clocking work time): Document the new :scope parameter.
4951 (Remember): Promoted to chapter.
4952 (Quoted examples): New section.
4953 (Enhancing text): New verbatim environments.
4954
6ed73f28
MA
49552008-01-14 Michael Albinus <michael.albinus@gmx.de>
4956
4957 * trampver.texi: Update release number.
4958
95838435
MB
49592008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4960
0c7efc08
SM
4961 * gnus.texi (Article Keymap):
4962 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
4963 gnus-article-reply-with-original and
4964 gnus-article-followup-with-original.
4965
20234d96
GM
49662008-01-09 Glenn Morris <rgm@gnu.org>
4967
4968 * nxml-mode.texi: Add @copying section.
4969
d82cf70b
MB
49702008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4971
4972 * message.texi (Mail Variables): Add some text from "(gnus)Posting
4973 Server". Add `message-send-mail-with-mailclient'.
4974
4975 * gnus.texi (Posting Server): Move some text to "(message)Mail
4976 Variables" and add a reference here.
4977
addb7f2e
MA
49782008-01-04 Michael Albinus <michael.albinus@gmx.de>
4979
4980 * dbus.texi (Receiving Method Calls): New chapter.
4981 (Errors and Events): Add serial number to events. Replace "signal" by
4982 "message". Introduce dbus-event-serial-number.
4983
4db2806c
MA
49842008-01-03 Michael Albinus <michael.albinus@gmx.de>
4985
4986 * dbus.texi (Type Conversion): Explain the type specification for empty
4987 arrays. Use another example.
4988
c9ecb5a7
MA
49892007-12-30 Michael Albinus <michael.albinus@gmx.de>
4990
4991 * dbus.texi (all): Replace "..." by @dots{}.
4992 (Type Conversion): Precise the value range for :byte types.
4993 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
4994 Mention its return value.
4995 (Errors and Events): There is no D-Bus error propagation during event
4996 processing.
4997
702dbfd9
JB
49982007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
4999
5000 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5001 New sections.
5002
87035689
MB
50032007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5004
5005 * gnus.texi (Group Parameters): Reorder the text and add a note about
5006 `gnus-parameters' near the beginning of the node.
5007
50082007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5009
5010 * gnus.texi (Score File Editing): Fix function name.
5011
5492f5ca
MA
50122007-12-23 Michael Albinus <michael.albinus@gmx.de>
5013
5014 Sync with Tramp 2.1.12.
5015
5016 * trampver.texi: Update release number.
5017
d4e67bc5
MA
50182007-12-22 Michael Albinus <michael.albinus@gmx.de>
5019
5020 * dbus.texi (Type Conversion): Correct input parameters mapping.
5021
6a31c819
MA
50222007-12-21 Michael Albinus <michael.albinus@gmx.de>
5023
5024 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5025 (Errors and Events): Mention wrong-type-argument error.
5026
99a3e35f
AS
50272007-12-21 Alex Schroeder <alex@gnu.org>
5028
5029 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5030 spaces. Fixed some typos.
99a3e35f
AS
5031 (Internet Relay Chat): Explain relay.
5032 (Getting started with rcirc): Change items to reflect prompts.
5033 Add more explanation to rcirc-track-minor-mode and added a comment to
5034 warn future maintainers that this section is a copy.
0c7efc08 5035 (People): Change /ignore example.
62b12a24 5036 (Keywords): Not keywords.
99a3e35f 5037
331e4d02
AS
50382007-12-20 Alex Schroeder <alex@gnu.org>
5039
5040 * rcirc.texi (Top): Fighting Information Overload chapter added.
5041 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5042 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5043 (Fighting Information Overload): New chapter documenting /keyword,
5044 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5045 (Configuration): Document rcirc-server-alist, remove
5046 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5047
cd71c3ef
MA
50482007-12-16 Michael Albinus <michael.albinus@gmx.de>
5049
5050 * dbus.texi (Signals): Fix example in dbus-register-signal.
5051
bbbe940b
MB
50522007-12-14 Sven Joachim <svenjoac@gmx.de>
5053
5054 * gnus.texi (Score Variables): Fix typo.
5055
0ce574ef
MA
50562007-12-07 Michael Albinus <michael.albinus@gmx.de>
5057
5058 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5059 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5060 (Errors and Events): Adapt dbus-event.
5061
b890d447
MB
50622007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5063
5064 * gnus.texi (Other Files): Add the yenc command.
5065
50662007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5067
5068 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5069 since 2004-08-06.
5070
50712007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5072
5073 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5074 on body.
5075
50762007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5077
5078 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5079 and rfc2047-allow-irregular-q-encoded-words; fix description of
5080 rfc2047-encode-encoded-words.
5081
50822007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5083
5084 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5085
3728bf03
MO
50862007-12-05 Michael Olson <mwolson@gnu.org>
5087
5088 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5089 Update documentation for `remember-diary-file'.
5090
a4397af9
MA
50912007-12-04 Michael Albinus <michael.albinus@gmx.de>
5092
5093 * dbus.texi (Signals): Precise `dbus-register-signal'.
5094 (Errors and Events): Rework events part, the internal structure of
5095 dbus-event has changed.
5096
1682490c
JB
50972007-12-03 Juanma Barranquero <lekktu@gmail.com>
5098
5099 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5100 ($(infodir)/dbus, dbus.dvi): New targets.
5101
7b13a0f2
MA
51022007-12-03 Michael Albinus <michael.albinus@gmx.de>
5103
5104 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5105 unconditionally.
5106
5107 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5108 emulation with @print{}.
5109
7ef92bc9
RS
51102007-12-02 Richard Stallman <rms@gnu.org>
5111
5112 * dbus.texi (Overview): Minor cleanup.
5113
22d8ac3a
MA
51142007-12-02 Michael Albinus <michael.albinus@gmx.de>
5115
d3a8e0df
MA
5116 * Makefile.in (INFO_TARGETS): Add dbus.
5117 (DVI_TARGETS): Add dbus.dvi.
5118 (dbus, dbus.dvi): New targets.
5119
22d8ac3a
MA
5120 * dbus.texi: New file.
5121
559764ab
RF
51222007-11-24 Romain Francoise <romain@orebokech.com>
5123
5124 * nxml-mode.texi: Add description in @direntry.
7aa579d9 5125 Fix file name to match @setfilename.
559764ab 5126
ac97a16b
MH
51272007-11-23 Mark A. Hershberger <mah@everybody.org>
5128
5129 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5130 ($(infodir)/nxml-mode): New rule.
5131
5132 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5133 ($(infodir)/nxml-mode): New rule.
5134 (clean): Add nxml-mode*.
5135
5136 * nxml-mode.texi: New file with nxml manual.
5137
404cd454
GM
51382007-11-18 Richard Stallman <rms@gnu.org>
5139
5140 * flymake.texi (Example -- Configuring a tool called directly):
5141 Update example.
5142
b048d478
MA
51432007-11-18 Michael Albinus <michael.albinus@gmx.de>
5144
5145 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 5146 double-slash behavior. Explain directory contents flushing.
b048d478 5147
346e8469
JB
51482007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5149
5150 * calc.texi (TeX and LaTeX Language Modes): Put in
5151 missing braces.
5152
404cd454
GM
51532007-11-15 Richard Stallman <rms@gnu.org>
5154
5155 * cl.texi (Equality Predicates): Delete `eql'.
5156 (Predicates, Naming Conventions, Top): Delete `eql'.
5157 (Common Lisp Compatibility): Delete `eql'.
5158 (Porting Common Lisp): Delete obsolete backquote info.
5159 Minor clarification about character constants.
5160 (Sequence Basics): Minor clarification.
5161
1f6af58b
JB
51622007-11-15 Juanma Barranquero <lekktu@gmail.com>
5163
dccb744b 5164 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
5165 * tramp.texi (Filename completion): Fix typos.
5166
3bc88bc9
JB
51672007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5168
5169 * calc.texi (Basic commands): Mention the menu.
5170
bc5300d3
MA
51712007-11-12 Michael Albinus <michael.albinus@gmx.de>
5172
5173 * tramp.texi (Connection caching): Tramp flushes connection
5174 properties when remote operating system has been changed.
5175
4d8a28ec
MB
51762007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5177
5178 * gnus-news.texi: Fix spelling.
5179 `message-insert-formatted-citation-line', not
5180 `message-insert-formated-citation-line'.
5181
404cd454
GM
5182 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5183
e1176b47
MA
51842007-11-07 Michael Albinus <michael.albinus@gmx.de>
5185
5186 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 5187 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
5188 (Frequently Asked Questions): Add code example for highlighting the
5189 mode line.
5190
6159985a
MO
51912007-11-03 Michael Olson <mwolson@gnu.org>
5192
5193 * remember.texi: Change mentions of remember-buffer to
5194 remember-finalize throughout.
5195
bec9b2f5
MO
51962007-10-30 Michael Olson <mwolson@gnu.org>
5197
5198 * remember.texi (Copying): Remove.
5199 (Mailbox): Update with non-BBDB instructions.
5200 (Diary, Org): Add.
5201 (Bibliography, Planner Page): Remove.
5202
b6173182
JB
52032007-10-30 Juanma Barranquero <lekktu@gmail.com>
5204
5205 * makefile.w32-in (INFO_TARGETS): Add remember.
5206 (DVI_TARGETS): Add remember.dvi.
5207 ($(infodir)/remember): New rule.
5208 (clean): Add remember*.
5209
15f3eb73
MO
52102007-10-30 Michael Olson <mwolson@gnu.org>
5211
70bdc930
MO
5212 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5213 ($(infodir)/remember): New rule that builds the Remember Manual.
5214
b6173182
JB
5215 * remember.texi: New file containing the Remember Mode Manual.
5216 Shuffle chapters around after initial import.
7d3f6f1a
MO
5217 (Function Reference): Split Keystrokes into separate chapter.
5218 (Keystrokes): Document C-c C-k.
51d24a12 5219 (Introduction): Fix typographical issue with "---".
15f3eb73 5220
404cd454
GM
52212007-10-29 Richard Stallman <rms@gnu.org>
5222
5223 * widget.texi (Introduction): Delete discussion of implementation
5224 internals.
5225
9bbb9638
MA
52262007-10-29 Michael Albinus <michael.albinus@gmx.de>
5227
5228 * tramp.texi (Connection caching): Host names must be different
5229 when tunneling.
5230
c7ff939a
RS
52312007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5232
5233 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5234 Gnus v5.13.
5235
01c52d31
MB
52362007-10-28 Miles Bader <miles@gnu.org>
5237
5238 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5239
01c52d31
MB
52402007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5241
0c7efc08
SM
5242 * gnus.texi (Sorting the Summary Buffer):
5243 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
5244
52452007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5246
5247 * gnus.texi (Non-ASCII Group Names): New node.
5248 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5249 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5250
c8763fb6 52512007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5252
5253 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5254 clean the output of the program `imap-shell-program'.
5255
52562007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5257
5258 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5259
52602007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5261
5262 * gnus.texi (Sticky Articles): Documentation for sticky article
5263 buffers.
5264
c8763fb6 52652007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5266
5267 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5268
52692007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5270
5271 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5272
52732007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5274
0c7efc08
SM
5275 * gnus.texi (Archived Messages):
5276 Document gnus-update-message-archive-method.
01c52d31
MB
5277
52782007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5279
5280 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5281
c8763fb6 52822007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 5283
0c7efc08
SM
5284 * gnus.texi (Group Maneuvering):
5285 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
5286
52872007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5288
0c7efc08
SM
5289 * gnus.texi (Really Various Summary Commands):
5290 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
5291
52922007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5293
5294 * gnus.texi, message.texi: Bump version number.
5295
52962007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5297
5298 * gnus.texi (Group Line Specification, Misc Group Stuff)
5299 (Server Commands): Parenthesize @pxref{Mail Spool}.
5300
53012007-10-28 Didier Verna <didier@xemacs.org>
5302
5303 New user option: message-signature-directory.
5304 * message.texi (Insertion Variables): Document it.
5305 * gnus.texi (Posting Styles): Ditto.
5306
53072007-10-28 Didier Verna <didier@xemacs.org>
5308
5309 * gnus.texi (Group Line Specification):
5310 * gnus.texi (Misc Group Stuff):
5311 * gnus.texi (Server Commands): Document the group compaction feature.
5312
53132007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5314
5315 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5316
5317 * message.texi (Various Message Variables): Add message-fill-column.
5318
53192007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5320
5321 * gnus.texi: Untabify.
5322
53232007-10-28 Didier Verna <didier@xemacs.org>
5324
5325 * gnus.texi (Group Parameters): Document the posting-style merging
5326 process in topic-mode.
5327
53282007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5329
5330 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5331
53322007-10-28 Romain Francoise <romain@orebokech.com>
5333
5334 * gnus.texi (Mail Spool): Fix typo.
5335 Update copyright.
5336
53372007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5338
5339 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5340
53412007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5342
5343 * gnus.texi (Summary Generation Commands):
5344 Add gnus-summary-insert-ticked-articles.
5345
53462007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5347
b2abec73
JB
5348 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5349 to spam-spamassassin-program.
01c52d31
MB
5350
53512007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5352
5353 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5354
53552007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5356
5357 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5358
53592007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5360
5361 * message.texi (Mail Headers): Document `opportunistic'.
5362
53632007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5364
5365 * emacs-mime.texi (Encoding Customization): Explain how to set
5366 mm-coding-system-priorities per hierarchy.
5367
53682007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5369
5370 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5371 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5372
53732007-10-28 Didier Verna <didier@xemacs.org>
5374
5375 * message.texi (Wide Reply): Update documentation of
5376 message-dont-reply-to-names (now allowing a list of regexps).
5377
53782007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5379
5380 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5381
53822007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5383
5384 * gnus.texi (SpamAssassin back end): Fix typo.
5385
5386 * sieve.texi (Examples): Fix grammar.
5387
53882007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5389
5390 * gnus.texi (Searching for Articles): Document M-S and M-R.
5391 (Limiting): Document / b.
5392
53932007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5394
5395 * gnus.texi (Thread Commands): T M-^.
5396
53972007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5398
5399 * message.texi (Mail Aliases): Document ecomplete.
5400 (Mail Aliases): Fix typo.
5401
54022007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5403
5404 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5405 fix typo.
5406
54072007-10-28 Romain Francoise <romain@orebokech.com>
5408
5409 * gnus.texi (Mail Spool): Grammar fix.
5410
54112007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5412
5413 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5414 string.
5415
54162007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5417
5418 * gnus.texi (Group Parameters): Fix description.
5419
54202007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5421
b2abec73
JB
5422 * gnus.texi (Gmane Spam Reporting):
5423 Fix spam-report-gmane-use-article-number.
5424 Add spam-report-user-mail-address.
01c52d31
MB
5425
54262007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5427
5428 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5429
54302007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5431
5432 * gnus.texi (Group Parameters): Add simplified sorting example based on
5433 example for `Sorting the Summary Buffer' from Jari Aalto
5434 <jari.aalto@cante.net>.
5435 (Example Methods): Add example for an indirect connection.
5436
54372007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5438
0c7efc08 5439 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
5440 (Agent Parameters): Updated parameter names to match code.
5441 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5442 'gnus-agent-summary-fetch-series'.
5443 (Agent and flags): New section providing a generalized discussion
5444 of flag handling.
0c7efc08
SM
5445 (Agent and IMAP): Remove flag discussion.
5446 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
5447
54482007-10-28 Romain Francoise <romain@orebokech.com>
5449
5450 * gnus.texi (Exiting the Summary Buffer): Add new function
5451 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5452
54532007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5454
5455 * gnus.texi (Conformity): Fix typo.
5456 (Customizing Articles): Document `first'.
5457
54582007-10-28 Jari Aalto <jari.aalto@cante.net>
5459
5460 * gnus.texi (Sorting the Summary Buffer):
5461 Add `gnus-thread-sort-by-date-reverse'. Add example
5462 host to different sorting in NNTP and RSS groups.
5463
54642007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5465
5466 * message.texi (Insertion): Describe prefix for
5467 message-mark-inserted-region and message-mark-insert-file.
5468
54692007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5470
5471 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5472 LaTeX documents. Describe "text/x-gnus-verbatim".
5473
54742007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5475
b2abec73 5476 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
5477 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5478 (spam-stat spam filtering, SpamOracle)
0c7efc08 5479 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
5480 clarity.
5481
54822007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5483
5484 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5485 gnus-article-delete-part and gnus-article-replace-part.
5486 (Using MIME): Add gnus-mime-replace-part.
5487
54882007-10-28 Romain Francoise <romain@orebokech.com>
5489
5490 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5491 requires `auto-compression-mode' to be enabled. Add new nnml
5492 variable `nnml-compressed-files-size-threshold'.
5493
54942007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5495
0c7efc08
SM
5496 * gnus.texi (Sorting the Summary Buffer):
5497 Add gnus-thread-sort-by-recipient.
01c52d31
MB
5498
54992007-10-28 Romain Francoise <romain@orebokech.com>
5500
5501 * message.texi (Insertion Variables): Mention new variable
5502 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5503 documentation accordingly.
5504
55052007-10-28 Romain Francoise <romain@orebokech.com>
5506
5507 * gnus.texi (To From Newsgroups): Mention new variables
5508 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5509
55102007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5511
5512 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5513 stuff; gnus-mime-inline-part does the automatic decompression.
5514
55152007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5516
5517 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 5518 "training.ham" should be "training.spam".
01c52d31
MB
5519
55202007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5521
5522 * message.texi (Mail Variables): Fix the default value for
5523 message-send-mail-function.
5524
55252007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5526
5527 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5528 always returns nil exceptionally.
5529
55302007-10-28 Simon Josefsson <jas@extundo.com>
5531
0c7efc08
SM
5532 * gnus.texi (Article Washing): Add libidn URL.
5533 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
5534
55352007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5536
5537 * gnus.texi (Topic Commands): Fix next/previous.
5538
55392007-10-28 Simon Josefsson <jas@extundo.com>
5540
5541 * gnus.texi (Article Washing): Mention `W i'.
5542
c8763fb6 55432007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
5544
5545 * gnus.texi (Group Parameters): Slight extension of sieve
5546 parameter description.
5547
55482007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5549
5550 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5551 matching score files as well.
5552 (Picons): Describe `gnus-picon-style'.
5553
55542007-10-28 Romain Francoise <romain@orebokech.com>
5555
5556 * message.texi (Message Headers): Mention that headers are hidden
5557 using narrowing, and how to expose them.
5558 Update copyright.
5559
55602007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5561
5562 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5563 `gnus-summary-sort-by-recipient'.
5564
55652007-10-28 Romain Francoise <romain@orebokech.com>
5566
5567 * gnus.texi (NNTP marks): New node.
5568 (NNTP): Move NNTP marks variables to the new node.
5569
55702007-10-28 Jesper Harder <harder@ifa.au.dk>
5571
b2abec73 5572 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
5573
5574 * gnus.texi (MIME Commands, Hashcash): Markup fix.
5575
55762007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5577
b2abec73 5578 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 5579 everywhere for consistency.
b2abec73
JB
5580 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5581 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
5582 Say "regular expression" instead of "regex." Admonish.
5583 Pick other words to sound better (s/so/thus/).
5584 (Spam ELisp Package Filtering of Incoming Mail):
5585 Mention statistical filters. Remove old TODO.
01c52d31 5586 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
5587 New section on sorting and displaying the spam score.
5588 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5589 backend but an alias to spam-use-BBDB.
5590 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
5591 new backend functionality.
5592
55932007-10-28 Simon Josefsson <jas@extundo.com>
5594
5595 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5596 nntp-marks-directory, from Romain Francoise
5597 <romain@orebokech.com>.
5598
55992007-10-28 Magnus Henoch <mange@freemail.hu>
5600
5601 * gnus.texi (Hashcash): New default value of
5602 hashcash-default-payment.
5603
56042007-10-28 Simon Josefsson <jas@extundo.com>
5605
5606 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5607 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5608
56092007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5610
0c7efc08 5611 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5612
56132007-10-28 Simon Josefsson <jas@extundo.com>
5614
5615 * gnus.texi (documentencoding): Add, to avoid warnings.
5616
56172007-10-28 Simon Josefsson <jas@extundo.com>
5618
5619 * message.texi (Mail Headers): Add.
5620
5621 * gnus.texi (Hashcash): Fix.
5622
56232007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5624
0c7efc08 5625 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5626 that payments can be verified and fix the name of the
b2abec73 5627 hashcash-path variable.
01c52d31
MB
5628
56292007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5630
b2abec73 5631 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5632
56332007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5634
5635 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5636
56372007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5638
5639 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5640 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5641 warning about ham processors in spam groups removed.
01c52d31
MB
5642
56432007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5644
0c7efc08 5645 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5646 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5647
56482007-10-28 Jesper Harder <harder@ifa.au.dk>
5649
5650 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5651 (Mailing List): Typo.
5652 (Customizing Articles): Add gnus-treat-ansi-sequences.
5653 (Article Washing): Index.
5654
5655 * message.texi: Use m-dash consistently.
5656
56572007-10-28 Jesper Harder <harder@ifa.au.dk>
5658
5659 * gnus.texi (GroupLens): Remove.
5660
56612007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5662
0c7efc08
SM
5663 * gnus.texi (Outgoing Messages, Agent Variables):
5664 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5665 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5666
56672007-10-28 Jesper Harder <harder@ifa.au.dk>
5668
5669 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5670
56712007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5672
5673 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5674
5675 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5676
56772007-10-28 Simon Josefsson <jas@extundo.com>
5678
5679 * gnus.texi (Top): Add SASL.
5680
404cd454
GM
56812007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5682
5683 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5684
56852007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5686
5687 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5688
0edd2970
JB
56892007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5690
5691 * calc.texi (Formulas, Composition Basics): Lower the
5692 precedence of negation.
5693
a9afba20
JY
56942007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5695
5696 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5697 Mention the new three-letter column identifiers.
5698 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5699 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5700 message when using `c' on an empty default with default printer.
5701 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5702 renamed to `ses--symbolic-formulas' some time ago.
5703
45b778a6
JB
57042007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5705
5706 * calc.texi (Default Simplifications, Making Selections)
5707 (Customizing Calc): Clarify associativity of multiplication.
5708
03b5bade
MA
57092007-10-23 Michael Albinus <michael.albinus@gmx.de>
5710
5711 * tramp.texi (Traces and Profiles): Simplify loop over
5712 `trace-function-background'.
5713
e658c8ee
JL
57142007-10-22 Juri Linkov <juri@jurta.org>
5715
5716 * dired-x.texi (Shell Command Guessing): Default values are now
5717 available by typing M-n instead of M-p.
5718
dd753688
MA
57192007-10-21 Michael Albinus <michael.albinus@gmx.de>
5720
5721 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5722 (Password caching): Remove `tramp-clear-passwd'.
5723 It's not a command anymore.
dd753688
MA
5724 (Bug Reports): Add `tramp-bug' to function index.
5725 (Function Index, Variable Index): New nodes.
5726 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5727
5728 * trampver.texi: Update release number.
5729
4bb49b43
JB
57302007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5731
8b296cdd 5732 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5733 about integer size into past tense.
5734 (Time Zones): Remove pointer to Calc author's address.
5735 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5736 and hyperbolic cotangent. Fix typo.
4bb49b43 5737
311dd93f
MA
57382007-10-10 Michael Albinus <michael.albinus@gmx.de>
5739
5740 Sync with Tramp 2.1.11.
5741
5742 * trampver.texi: Update release number.
5743
ea3fc256
MA
57442007-10-06 Michael Albinus <michael.albinus@gmx.de>
5745
5746 * tramp.texi (External packages): New section.
5747
1af74d06
MB
57482007-09-29 Juri Linkov <juri@jurta.org>
5749
5750 * info.texi (Help-Int): Document `L' (`Info-history').
5751
0e2806fa
SM
57522007-09-26 Carsten Dominik <dominik@science.uva.nl>
5753
5754 * org.texi: Change links to webpage and maintained email.
5755 (Remember): Promote to Chapter, significant changes.
5756 (Fast access to TODO states): New section.
5757 (Faces for TODO keywords): New section.
5758 (Export options): Example for #+DATE.
5759 (Progress logging): Section moved.
5760
567b9191
BW
57612007-09-26 Bill Wohler <wohler@newt.com>
5762
5763 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5764 browse-url-at-mouse.
5765
1af74d06
MB
57662007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5767
5768 * flymake.texi (Customizable variables): Face names don't end in -face.
5769 Fix flymake-err-line-patterns template.
5770 (Example -- Configuring a tool called directly): Fix init-function.
5771 (Highlighting erroneous lines): Face names don't end in -face.
5772
d60a4e3a 57732007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5774
5775 * erc.texi (Special-Features): Fix small typo.
5776
7d7a3510
MA
57772007-09-14 Michael Albinus <michael.albinus@gmx.de>
5778
5779 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5780 and "External transfer methods".
5781
285f0d3a
JB
57822007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5783
5784 * calc.texi (Predefined Units): Add some history.
5785
526dc846
MO
57862007-09-08 Michael Olson <mwolson@gnu.org>
5787
87e04f16
JB
5788 * erc.texi (Copying): New section included from gpl.texi.
5789 This matches the look of the upstream ERC manual.
526dc846 5790
f10d0e80
JB
57912007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5792
87e04f16 5793 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5794 (Random Numbers): Clarify the distribution of `random'.
5795
4009494e
GM
57962007-09-06 Glenn Morris <rgm@gnu.org>
5797
f1fc42aa 5798 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5799 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5800 Change all setfilename commands to use ../../info.
5801 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5802 refer to the Emacs manual here.
5803 (infodir): New variable.
5804 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5805 (cc-mode.texi, faq.texi): Update references to source file locations.
5806 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5807 do not refer to the Emacs manual here.
5808 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5809
5810 * Makefile.in: Add `basename' versions of all info targets, for
5811 convenience when rebuilding just one manual.
5812 (../etc/GNU): Delete obsolete target.
5813 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5814 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5815 *.vrs *.toc here...
5816 (maintainer-clean): ...from here.
4009494e
GM
5817
5818 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5819
2de53ca6
GM
58202007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5821
5822 * calc.texi (Date Conversions): Clarify definition of
5823 Julian day numbering.
5824 (Date Forms): Clarify definition of Julian day numbering;
5825 add some history.
5826
58272007-08-30 Carsten Dominik <dominik@science.uva.nl>
5828
87e04f16 5829 * org.texi: Version 5.07.
2de53ca6
GM
5830
58312007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5832
5833 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5834
58352007-08-22 Carsten Dominik <dominik@science.uva.nl>
5836
5837 * org.texi (Adding hyperlink types): New section.
5838 (Embedded LaTeX): Chapter updated because of LaTeX export.
5839 (LaTeX export): New section.
5840 (Using links out): New section.
5841
58422007-08-22 Glenn Morris <rgm@gnu.org>
5843
5844 * faq.texi (Learning how to do something): Refcards now in
5845 etc/refcards/ directory.
5846
58472007-08-22 Michael Albinus <michael.albinus@gmx.de>
5848
5849 * tramp.texi (Remote Programs): Persistency file must be cleared when
5850 changing `tramp-remote-path'.
5851 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5852 macro.
5853
58542007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5855
5856 * calc.texi: Move contents to beginning of file.
5857 (Algebraic Entry): Fix the formatting of an example.
5858
58592007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5860
5861 * calc.texi (Basic Operations on Units): Mention exact versus
5862 inexact conversions.
5863
58642007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5865
5866 * calc.texi (Basic Operations on Units): Mention default
5867 values for new units.
5868 (Quick Calculator Mode): Mention that binary format will
5869 be displayed.
5870
58712007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5872
5873 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5874
58752007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5876
5877 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5878
58792007-08-08 Glenn Morris <rgm@gnu.org>
5880
5881 * gnus.texi, sieve.texi: Replace `iff'.
5882
58832007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5884
5885 * calc.texi (Basic Graphics): Mention the graphing of error
5886 forms.
5887 (Graphics Options): Mention how `g s' handles error forms.
5888 (Curve Fitting): Mention plotting the curves.
5889 (Standard Nonlinear Models): Add additional models.
5890 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5891 (Linear Fits): Correct result.
5892
58932007-08-01 Alan Mackenzie <acm@muc.de>
5894
5895 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5896 to "--no-site-file".
5897
58982007-07-29 Michael Albinus <michael.albinus@gmx.de>
5899
5900 * tramp.texi (Frequently Asked Questions): Point to mode line
5901 extension in Emacs 23.1.
5902
5903 * trampver.texi: Update release number.
5904
59052007-07-27 Glenn Morris <rgm@gnu.org>
5906
5907 * calc.texi (Copying): Include license text from gpl.texi, rather than
5908 in-line.
5909
59102007-07-25 Glenn Morris <rgm@gnu.org>
5911
5912 * calc.texi (Copying): Replace license with GPLv3.
5913
5914 * Relicense all FSF files to GPLv3 or later.
5915
59162007-07-22 Michael Albinus <michael.albinus@gmx.de>
5917
5918 Sync with Tramp 2.1.10.
5919
5920 * tramp.texi (trampfn): Expand macro implementation in order to handle
5921 empty arguments.
5922 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 5923 occurrences by trampfn.
2de53ca6 5924 (Frequently Asked Questions): Extend example code for host
b2abec73 5925 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
5926 file names to be typed.
5927
5928 * trampver.texi: Update release number.
5929
59302007-07-17 Michael Albinus <michael.albinus@gmx.de>
5931
5932 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5933 section. Reported by <poti@potis.org>.
5934 (Remote processes): Arguments of the program to be debugged are taken
5935 literally.
5936 (Frequently Asked Questions): Simplify recentf example.
5937
59382007-07-14 Karl Berry <karl@gnu.org>
5939
5940 * info.texi (@copying): New Back-Cover Text.
5941
5942 * info.texi (Quitting Info): Move to proper place in source.
5943 (Reported by Benno Schulenberg.)
5944
59452007-07-13 Eli Zaretskii <eliz@gnu.org>
5946
5947 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5948
5949 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5950
5951 * emacs-mime.texi: Add @documentencoding directive.
5952
59532007-07-12 Nick Roberts <nickrob@snap.net.nz>
5954
5955 * tramp.texi (Remote processes): Add an anchor to the subsection
5956 "Running a debugger on a remote host".
5957
59582007-07-12 Michael Albinus <michael.albinus@gmx.de>
5959
5960 * tramp.texi (Remote processes): Don't call it "experimental" any
5961 longer. Add subsection about running a debugger on a remote host.
5962
59632007-07-10 Carsten Dominik <dominik@science.uva.nl>
5964
5965 * org.texi (Properties and columns): Chapter rewritten.
5966
59672007-07-08 Michael Albinus <michael.albinus@gmx.de>
5968
5969 * tramp.texi:
5970 * trampver.texi: Migrate to Tramp 2.1.
5971
59722007-07-02 Carsten Dominik <dominik@science.uva.nl>
5973
5974 * org.texi (Properties): New chapter.
5975
59762007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
5977
5978 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
5979 Control Panel.
5980
5981 * gnus.texi (Misc Article): Add index entry for
5982 gnus-single-article-buffer.
5983
59842007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
5985
5986 * gnus.texi (Starting Up): Fix typo.
5987
59882007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
5989
5990 * gnus.texi (Asynchronous Fetching): Fix typo.
5991
59922007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
5993
5994 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
5995 (About This Manual): Remove redundant information.
5996 (Getting Started): Mention author.
5997 (Basic Arithmetic, Customizing Calc): Make description of the
5998 variable `calc-multiplication-has-precedence' match its new effect.
5999
60002007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6001
0c7efc08
SM
6002 * calc.texi (Basic Arithmetic, Customizing Calc):
6003 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
6004
60052007-06-19 Carsten Dominik <dominik@science.uva.nl>
6006
6007 * org.texi (Tag): Section swapped with node Timestamps.
6008 (Formula syntax for Lisp): Document new `L' flag.
6009
60102007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6011
6012 * gnus.texi (Misc Group Stuff, Summary Buffer)
6013 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6014
60152007-06-06 Juanma Barranquero <lekktu@gmail.com>
6016
6017 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6018 * gnus.texi (Article Buttons, Mail Source Customization)
6019 (Sending or Not Sending, Customizing NNDiary):
6020 * message.texi (Message Headers):
6021 * mh-e.texi (HTML): Fix typos.
6022
60232007-06-07 Michael Albinus <michael.albinus@gmx.de>
6024
6025 Sync with Tramp 2.0.56.
6026
6027 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6028 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6029
60302007-06-02 Chong Yidong <cyd@stupidchicken.com>
6031
6032 * Version 22.1 released.
6033
60342007-05-26 Michael Olson <mwolson@gnu.org>
6035
6036 * erc.texi (Modules): Fix references to completion modules.
6037
60382007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6039
6040 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6041
60422007-05-09 Didier Verna <didier@xemacs.org>
6043
6044 * gnus.texi (Email Based Diary): New. Proper documentation for the
6045 nndiary back end and the gnus-diary library.
6046
60472007-05-03 Karl Berry <karl@gnu.org>
6048
6049 * .cvsignore (*.pdf): New entry.
6050
6051 * texinfo.tex: Update from current version for better pdf generation.
6052
60532007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6054
6055 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6056
60572007-04-28 Glenn Morris <rgm@gnu.org>
6058
6059 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6060 consideration of legal status.
6061
60622007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6063
6064 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6065
60662007-04-24 Chong Yidong <cyd@stupidchicken.com>
6067
6068 * faq.texi (New in Emacs 22): python.el removed.
6069
60702007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6071
6072 * calc.texi (Reporting bugs): Update maintainer's address.
6073
60742007-04-22 Chong Yidong <cyd@stupidchicken.com>
6075
6076 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6077
60782007-04-15 Jay Belanger <belanger@truman.edu>
6079
6080 * calc.texi (Title page): Remove the date.
6081 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6082 (The Standard Calc Interface): Change trail title.
6083 (Floats): Mention that when non-decimal floats are entered, only
6084 approximations are stored.
6085 (Copying): Move to the appendices.
6086 (GNU Free Documentation License): Add as an appendix.
6087
60882007-04-15 Chong Yidong <cyd@stupidchicken.com>
6089
6090 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6091 * dired-x.texi, ebrowse.texi, ediff.texi:
6092 * emacs-mime.texi, erc.texi, eshell.texi:
6093 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6094 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6095 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6096 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6097 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6098 * woman.texi: Include GFDL.
6099
6100 * doclicense.texi: Remove node heading, so that it can be included by
6101 other files.
6102
6103 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6104
6105 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6106 than *.
6107
61082007-04-14 Carsten Dominik <dominik@science.uva.nl>
6109
6110 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6111 in Calc.
6112
61132007-04-09 Romain Francoise <romain@orebokech.com>
6114
6115 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6116 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6117 replace mouse-2.
6118
61192007-04-08 Chong Yidong <cyd@stupidchicken.com>
6120
6121 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6122 renamed to woman-use-topic-at-point. Document new behavior.
6123
61242007-04-08 Richard Stallman <rms@gnu.org>
6125
6126 * url.texi: Fix some indexing.
6127 (Disk Caching): Drop discussion of old/other Emacs versions.
6128
61292007-04-07 Chong Yidong <cyd@stupidchicken.com>
6130
6131 * url.texi (Disk Caching): Say Emacs 21 "and later".
6132
6133 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6134 on Font locking which now mentions JIT lock.
6135
61362007-04-01 Michael Olson <mwolson@gnu.org>
6137
6138 * erc.texi: Update for the ERC 5.2 release.
6139
61402007-03-31 David Kastrup <dak@gnu.org>
6141
6142 * woman.texi (Topic, Interface Options): Explain changes semantics of
6143 woman-manpath in order to consider MANPATH_MAP entries.
6144
61452007-03-31 Eli Zaretskii <eliz@gnu.org>
6146
6147 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6148
61492007-03-26 Richard Stallman <rms@gnu.org>
6150
6151 * pgg.texi (Caching passphrase): Clean up previous change.
6152
61532007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6154
6155 * gnus.texi (Setting Process Marks): Fix typo.
6156
61572007-03-25 Romain Francoise <romain@orebokech.com>
6158
6159 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6160 readability, and include various fixes by Daniel Brockman, Nick Roberts
6161 and Dieter Wilhelm.
6162
61632007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6164
6165 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6166
6167 * gnus.texi (Mail Source Specifiers): Fix typo.
6168
61692007-03-22 Ralf Angeli <angeli@caeruleus.net>
6170
6171 * reftex.texi (Imprint): Update maintainer information.
6172
61732007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6174
6175 * message.texi (Message Buffers): Update documentation for
6176 message-generate-new-buffers.
6177
61782007-03-15 Daiki Ueno <ueno@unixuser.org>
6179
6180 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6181
61822007-03-21 Glenn Morris <rgm@gnu.org>
6183
6184 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6185
61862007-03-19 Chong Yidong <cyd@stupidchicken.com>
6187
6188 * eshell.texi (Known problems): Emacs 21 -> 22.
6189
6190 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6191
61922007-03-18 Jay Belanger <belanger@truman.edu>
6193
6194 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6195
61962007-03-12 Glenn Morris <rgm@gnu.org>
6197
6198 * calc.texi (Time Zones): Switch to new North America DST rule.
6199
6200 * calc.texi: Replace "daylight savings" with "daylight
6201 saving" in text throughout.
6202
62032007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6204
6205 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6206 The variable now uses a list of symbols instead of just a symbol.
6207 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6208
62092007-03-06 Romain Francoise <romain@orebokech.com>
6210
6211 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6212 new packages, and mention Gnus update.
6213
62142007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6215
6216 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6217 nntp-open-connection-functions-never-echo-commands.
6218
62192007-02-27 Chong Yidong <cyd@stupidchicken.com>
6220
6221 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6222 problems on the console, and security risk in not using gpg-agent.
6223
62242007-02-25 Carsten Dominik <dominik@science.uva.nl>
6225
0c7efc08 6226 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
6227 Completely reorganized and rewritten.
6228 (CamelCase links): Section removed.
6229 (Repeating items): New section.
6230 (Tracking TODO state changes): New section.
6231 (Agenda views): Chapter reorganized and rewritten.
6232 (HTML export): Section rewritten.
6233 (Tables in arbitrary syntax): New section.
6234 (Summary): Better feature summary.
6235 (Activation): Document problem with cut-and-paste of Lisp code
6236 from PDF files.
6237 (Visibility cycling): Document indirect buffer use.
6238 (Structure editing): Document sorting.
6239 (Remember): Section rewritten.
6240 (Time stamps): Better description of time stamp types.
6241 (Tag searches): Document regular expression search for tags.
6242 (Stuck projects): New section.
6243 (In-buffer settings): New keywords.
6244 (History and Acknowledgments): Updated description.
6245
62462007-02-24 Alan Mackenzie <acm@muc.de>
6247
6248 * cc-mode.texi (Movement Commands): Insert two missing command names.
6249 (Getting Started): Slight wording correction (use conditional).
6250
62512007-02-22 Kim F. Storm <storm@cua.dk>
6252
6253 * widget.texi (User Interface, Basic Types): Document need to put some
6254 text before the %v escape in :format string in editable-field widget.
6255
62562007-02-18 Romain Francoise <romain@orebokech.com>
6257
6258 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6259 `cvs-mode-quit'.
6260
62612007-02-10 Markus Triska <markus.triska@gmx.at>
6262
6263 * widget.texi (Programming Example): Put constant strings in :format.
6264
62652007-02-07 Juanma Barranquero <lekktu@gmail.com>
6266
6267 * faq.texi (Fullscreen mode on MS-Windows): New node.
6268
62692007-02-04 David Kastrup <dak@gnu.org>
6270
6271 * faq.texi (AUCTeX): Update version number. Should probably be done
6272 for other packages as well.
6273
62742007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6275
6276 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6277 <tassilo@member.fsf.org>.
6278
62792007-01-27 Eli Zaretskii <eliz@gnu.org>
6280
6281 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6282 ls-lisp-use-localized-time-format.
6283
62842007-01-20 Markus Triska <markus.triska@gmx.at>
6285
6286 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6287
62882007-01-13 Michael Olson <mwolson@gnu.org>
6289
6290 * erc.texi (Modules): Mention capab-identify module.
6291
62922007-01-05 Michael Olson <mwolson@gnu.org>
6293
6294 * erc.texi (Getting Started): Update for /RECONNECT command.
6295
62962007-01-04 Richard Stallman <rms@gnu.org>
6297
6298 * ebrowse.texi: Change C-c b to C-c C-m.
6299
63002007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6301
6302 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6303 variables only in info to avoid redundant entries in the printed
6304 manual.
6305
63062007-01-02 Daiki Ueno <ueno@unixuser.org>
6307
6308 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6309
63102007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6311
6312 * message.texi (Security): Split into sub-nodes.
6313
63142007-01-01 Alan Mackenzie <acm@muc.de>
6315
6316 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6317 eval-after-load in Emacs <=21 and a workaround. Document that
6318 trigraphs are not supported.
6319
63202007-01-01 Alan Mackenzie <acm@muc.de>
6321
6322 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6323 c-context-line-break. When invoked within a string, preserve
6324 whitespace. Add a backslash only when also in a macro.
6325
63262007-01-01 Alan Mackenzie <acm@muc.de>
6327
6328 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6329
63302007-01-01 Alan Mackenzie <acm@muc.de>
6331
6332 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6333 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6334
63352007-01-01 Alan Mackenzie <acm@muc.de>
6336
6337 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6338 "Choosing a Style".
6339
6340 * cc-mode.texi ("Styles"): Add @dfn{style}.
6341
63422006-12-30 Michael Albinus <michael.albinus@gmx.de>
6343
6344 Sync with Tramp 2.0.55.
6345
6346 * trampver.texi: Update release number.
6347
63482006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6349
6350 * gnus.texi (Customizing Articles): Add index entries for all
6351 gnus-treat-* variables.
6352
c8763fb6 63532006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6354
6355 * gnus.texi (IMAP): Fix incorrect explanation of
6356 nnimap-search-uids-not-since-is-evil in documentation for
6357 nnimap-expunge-search-string.
6358
63592006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6360
6361 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6362 spam-ifile-database.
6363
63642006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6365
6366 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6367 rebind C-s.
6368
c8763fb6 63692006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6370
6371 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6372 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6373 "expiring mail".
6374 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6375 nnimap-nov-is-evil.
6376
63772006-12-25 Kevin Ryde <user42@zip.com.au>
6378
6379 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6380 about the key procedure being used heavily.
6381
63822006-12-24 Chong Yidong <cyd@stupidchicken.com>
6383
6384 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6385 to t.
6386 (Prerequisites): Add explanation about gpg-agent.
6387
63882006-12-22 Kevin Ryde <user42@zip.com.au>
6389
6390 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6391 "sort" instead of "sort*".
6392
63932006-12-19 Richard Stallman <rms@gnu.org>
6394
6395 * calc.texi (History and Acknowledgements): Recognize that Emacs
6396 now does have floating point.
6397
63982006-12-19 Michael Albinus <michael.albinus@gmx.de>
6399
6400 * tramp.texi (External transfer methods): Describe new method `scpc'.
6401
64022006-12-17 Sascha Wilde <wilde@sha-bang.de>
6403
6404 * pgg.texi: Added short note on gpg-agent to the introduction.
6405
64062006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6407
6408 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6409 also applies to Cc.
6410
64112006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6412
6413 * gnus.texi (X-Face): Clarify. Say which programs are required
6414 on Windows.
6415
64162006-12-08 Michael Olson <mwolson@gnu.org>
6417
6418 * erc.texi (Modules): Remove documentation for list module.
6419
c8763fb6 64202006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
6421
6422 * faq.texi (^M in the shell buffer): Ditto.
6423
64242006-11-20 Michael Olson <mwolson@gnu.org>
6425
6426 * erc.texi: Call this the 5.2 stable pre-release of ERC.
6427
64282006-11-17 Carsten Dominik <dominik@science.uva.nl>
6429
6430 * org.texi: Fix typos.
6431 (Agenda commands): Document `C-k'.
6432
64332006-11-16 Eli Zaretskii <eliz@gnu.org>
6434
6435 * url.texi (http/https): Fix a typo in the HTTP URL.
6436
64372006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6438
6439 * ada-mode.texi: Total rewrite.
6440
64412006-11-13 Carsten Dominik <dominik@science.uva.nl>
6442
6443 * org.texi: Minor typo fixes.
6444
64452006-11-13 Bill Wohler <wohler@newt.com>
6446
6447 Release MH-E manual version 8.0.3.
6448
6449 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6450 release 8.0.3.
6451
6452 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6453 to set MAILDIR.
6454 (Reading Mail): Document the customization of read-mail-command
6455 for MH-E.
6456 (Viewing Attachments): Document mm-discouraged-alternatives.
6457 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6458 (Junk): Add more information about the settings of mh-junk-background
6459 in a program. Add /usr/bin/mh to PATH in examples.
6460
64612006-11-12 Richard Stallman <rms@gnu.org>
6462
6463 * woman.texi: Update author address but say he no longer maintains it.
6464
64652006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6466
6467 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6468 archived trees.
6469 (Checkboxes): Section moved to chapter 5, and extended.
6470 (The date/time prompt): New section.
6471 (Link abbreviations): New section.
6472 (Presentation and sorting): New section.
6473 (Custom agenda views): Section completely rewritten.
6474 (Summary): Compare with Planner.
6475 (Feedback): More info about creating backtraces.
6476 (Plain lists): Modified example.
6477 (Breaking down tasks): New section.
6478 (Custom time format): New section.
6479 (Time stamps): Document inactive timestamps.
6480 (Setting tags): More details about fast tag selection.
6481 (Block agenda): New section.
6482 (Custom agenda views): Section rewritten.
6483 (Block agenda): New section.
6484
64852006-11-07 Michael Albinus <michael.albinus@gmx.de>
6486
6487 * tramp.texi (Configuration): scp is the default method.
6488 (Default Method): Use ssh as example for another method.
6489
64902006-10-27 Richard Stallman <rms@gnu.org>
6491
6492 * woman.texi: Downcase nroff/troff/roff.
6493 (Installation): Chapter deleted. Some xrefs deleted.
6494 (Background): woman doesn't advise man ;-).
6495
c8763fb6 64962006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6497
6498 * ada-mode.texi (Project files, Identifier completion)
6499 (Automatic Casing, Debugging, Using non-standard file names)
6500 (Working Remotely): Fix typos.
6501
65022006-10-20 Masatake YAMATO <jet@gyve.org>
6503
0c7efc08 6504 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
6505 sample code `my-c-initialization-hook'.
6506
65072006-10-19 Stuart D. Herring <herring@lanl.gov>
6508
6509 * widget.texi: Fix typos.
6510
65112006-10-19 Michael Albinus <michael.albinus@gmx.de>
6512
6513 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6514 "???". There have been no complaints for years, so the information
6515 must be appropriate.
6516
65172006-10-16 Richard Stallman <rms@gnu.org>
6518
6519 * widget.texi: Use @var instead of capitalization.
6520 Clarify many widget type descriptions.
6521
65222006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6523
6524 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6525 gnus-dired-attach.
6526 (Selecting a Group): Fix typo.
6527
c8763fb6 65282006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6529
6530 * widget.texi: Fix typos.
6531
65322006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
6533
6534 * gnus.texi (Image Enhancements): Update for Emacs 22.
6535
6536 * gnus-faq.texi ([1.3]): Update.
6537
65382006-10-06 Richard Stallman <rms@gnu.org>
6539
6540 * faq.texi (Displaying the current line or column):
6541 Delete "As of Emacs 20".
6542
65432006-10-06 Romain Francoise <romain@orebokech.com>
6544
6545 * faq.texi (VM): VM works with Emacs 22 too.
6546
65472006-10-06 Richard Stallman <rms@gnu.org>
6548
6549 * ebrowse.texi: Remove Emacs version "21" from title.
6550
65512006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
6552
6553 * gnus.texi (Foreign Groups): Say where change of editing commands are
6554 stored. Add reference to `gnus-parameters'.
6555
65562006-09-15 Jay Belanger <belanger@truman.edu>
6557
6558 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6559 Change "Library Public License" to "Lesser Public License"
6560 throughout. Use "yyyy" to represent year.
6561
65622006-09-15 Carsten Dominik <dominik@science.uva.nl>
6563
6564 * org.texi (Setting tags): Typo fix.
6565
65662006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
6567
6568 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6569
65702006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6571
6572 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6573
65742006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6575
6576 * faq.texi (Escape sequences in shell output): EMACS is now set
6577 to Emacs's absolute file name, not to "t".
6578 (^M in the shell buffer): Likewise.
6579 * misc.texi (Interactive Shell): Likewise.
6580
65812006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6582
6583 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6584 mails with pop3-leave-mail-on-server. Fix wording.
6585 (Limiting): Improve gnus-summary-limit-to-articles.
6586 (X-Face): Fix typo.
6587
65882006-09-11 Simon Josefsson <jas@extundo.com>
6589
6590 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6591 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6592
65932006-09-06 Simon Josefsson <jas@extundo.com>
6594
6595 * smtpmail.texi (Authentication): Mention SSL.
6596
65972006-09-01 Eli Zaretskii <eliz@gnu.org>
6598
6599 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6600 Don't use @indicateurl.
6601
6602 * cc-mode.texi (Subword Movement): Don't use @headitem.
6603 (Custom Braces, Clean-ups): Don't use @tie.
6604
66052006-08-29 Michael Albinus <michael.albinus@gmx.de>
6606
6607 Sync with Tramp 2.0.54.
6608
6609 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6610 Suggested by Adrian Phillips <a.phillips@met.no>.
6611
66122006-08-15 Carsten Dominik <dominik@science.uva.nl>
6613
6614 * org.texi (Installation, Activation): Split from Installation and
6615 Activation.
6616 (Clocking work time): Documented new features.
6617
66182006-08-13 Alex Schroeder <alex@gnu.org>
6619
6620 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6621 example.
6622
66232006-08-12 Eli Zaretskii <eliz@gnu.org>
6624
6625 * faq.texi (How to add fonts): New node.
6626
66272006-08-05 Romain Francoise <romain@orebokech.com>
6628
6629 * faq.texi (New in Emacs 22): Expand.
6630
66312006-08-03 Michael Olson <mwolson@gnu.org>
6632
6633 * erc.texi: Update for ERC 5.1.4.
6634
66352006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6636
6637 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6638 in .../site-lisp/gnus/ by default.
6639 [ From gnus-news.texi in the trunk. ]
6640
66412006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6642
6643 * gnus.texi (MIME Commands): Additions for yEnc.
6644
66452006-07-24 Richard Stallman <rms@gnu.org>
6646
6647 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6648 * faq.texi: Move periods and commas inside quotes.
6649
66502006-07-20 Jay Belanger <belanger@truman.edu>
6651
6652 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6653
66542006-07-18 Chong Yidong <cyd@stupidchicken.com>
6655
6656 * faq.texi (Security risks with Emacs): Document Emacs 22
6657 file-local-variable mechanism.
6658
66592006-07-12 Michael Olson <mwolson@gnu.org>
6660
6661 * erc.texi: Update for ERC 5.1.3.
6662
66632006-07-12 Alex Schroeder <alex@gnu.org>
6664
6665 * rcirc.texi: Fix typos.
6666 (Getting started with rcirc): New calling convention for M-x irc.
6667 Mention #rcirc. Removed channel tracking.
0c7efc08 6668 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6669 recently, eg. rcirc-server to rcirc-default-server. Added
6670 documentation for rcirc-authinfo, some background for Bitlbee, and
6671 rcirc-track-minor-mode.
0c7efc08 6672 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6673 Scrolling.
0c7efc08 6674 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6675 to match code changes.
6676
66772006-07-10 Nick Roberts <nickrob@snap.net.nz>
6678
6679 * gnus.texi, message.texi: Fix typos.
6680
66812006-07-07 Carsten Dominik <dominik@science.uva.nl>
6682
6683 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6684 commands.
6685 (Global TODO list): Document the use of the variables
6686 `org-agenda-todo-ignore-scheduled' and
6687 `org-agenda-todo-list-sublevels'.
6688
66892006-07-05 Richard Stallman <rms@gnu.org>
6690
6691 * faq.texi (Scrolling only one line): Fix xref.
6692
66932006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6694
6695 * faq.texi (Evaluating Emacs Lisp code):
6696 Throughout, replace eval-current-buffer with eval-buffer.
6697
66982006-07-03 Richard Stallman <rms@gnu.org>
6699
6700 * rcirc.texi (Scrolling conservatively): Fix xref.
6701
6702 * pcl-cvs.texi (Viewing differences): Usage fix.
6703
67042006-07-03 Carsten Dominik <dominik@science.uva.nl>
6705
6706 * org.texi (Agenda commands): Document `s' key to save all org-mode
6707 buffers.
6708
67092006-06-30 Ralf Angeli <angeli@caeruleus.net>
6710
6711 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6712 names. Mention `cvs-msg' face.
6713
67142006-06-29 Carsten Dominik <dominik@science.uva.nl>
6715
6716 * org.texi (Checkboxes): New section.
6717
67182006-06-28 Carsten Dominik <dominik@science.uva.nl>
6719
6720 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6721 throughout this chapter.
6722
67232006-06-27 Chong Yidong <cyd@stupidchicken.com>
6724
6725 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6726 text for standalone vs Emacs info.
6727 (Help): Clarify header line description. Use mouse-1 for clicks.
6728 (Help-P): Use mouse-1 for clicks.
6729 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6730 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6731 (Choose menu subtopic): Remove gratuitous Emacs command names.
6732 (Help-FOO): Put usual behavior first.
6733 (Help-Xref): Clicking on xrefs works in Emacs.
6734 (Search Text): Clarify what the default behavior is.
6735 (Create Info buffer): Fix Emacs window/X window confusion.
6736 (Emacs Info Variables): Fix for new Emacs init file behavior.
6737
67382006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6739
6740 * gnus.texi (Summary Buffer Lines): Fix typo.
6741
67422006-06-23 Carsten Dominik <dominik@science.uva.nl>
6743
6744 * org.texi (Embedded LaTeX): New chapter.
6745 (Archiving): Section rewritten.
6746 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6747
67482006-06-20 Bill Wohler <wohler@newt.com>
6749
6750 Release MH-E manual version 8.0.1.
6751
6752 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6753 release 8.0.1.
6754 (Preface): Depend on GNU mailutils 1.0 and higher.
6755
67562006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6757
6758 * message.texi (News Headers): Update message-syntax-checks section.
6759
67602006-06-19 Karl Berry <karl@gnu.org>
6761
6762 * info.texi (Advanced): Mention C-q, especially with ?.
6763
67642006-06-19 Carsten Dominik <dominik@science.uva.nl>
6765
6766 * org.texi (Publishing links): Document the `:link-validation-function'
6767 property.
6768 (Extensions and Hacking): New chapter, includes some sections of the
6769 "Miscellaneous" chapter.
6770
67712006-06-10 Carsten Dominik <dominik@science.uva.nl>
6772
6773 * org.texi (Progress logging): New section.
6774
2de53ca6
GM
67752006-06-06 Carsten Dominik <dominik@science.uva.nl>
6776
6777 * org.texi (ASCII export): Document indentation adaptation.
6778 (Setting tags): Document mutually-exclusive tags.
6779
67802006-06-05 Romain Francoise <romain@orebokech.com>
6781
6782 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6783 Fix typo.
6784
6785 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6786 channel (#gnus@irc.freenode.net).
6787 Fix typos. Update copyright notice.
6788
6789 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6790 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6791 (Line-Up Functions, Custom Macros):
6792 * ediff.texi (Window and Frame Configuration)
dccb744b 6793 (Highlighting Difference Regions):
2de53ca6
GM
6794 * emacs-mime.texi (Display Customization):
6795 * erc.texi (History):
6796 * eshell.texi (Known problems):
6797 * eudc.texi (Overview, BBDB):
6798 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6799 (The problem of spam, SpamOracle, Extending the Spam package)
6800 (Conformity, Terminology):
dccb744b 6801 * idlwave.texi (Routine Info)
2de53ca6
GM
6802 (Class and Keyword Inheritance, Padding Operators)
6803 (Breakpoints and Stepping, Electric Debug Mode)
6804 (Examining Variables, Troubleshooting):
6805 * org.texi (Creating timestamps):
6806 * reftex.texi (Commands, Options, Changes):
6807 * tramp.texi (Inline methods, Password caching)
6808 (Auto-save and Backup, Issues):
6809 * vip.texi (Files, Commands in Insert Mode):
6810 * viper.texi (Emacs Preliminaries, States in Viper)
6811 (Packages that Change Keymaps, Viper Specials, Groundwork):
6812 Fix various typos.
6813
68142006-05-31 Michael Ernst <mernst@alum.mit.edu>
6815
6816 * ediff.texi: Fix typos.
6817
68182006-05-30 Carsten Dominik <dominik@science.uva.nl>
6819
6820 * org.texi: Small typo fixes.
6821
fff84c22
JB
68222006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6823
6824 * viper.texi (Viper Specials):
6825 * gnus.texi (Example Setup):
6826 * faq.texi (Backspace invokes help):
6827 * dired-x.texi (Optional Installation Dired Jump):
6828 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6829 follow coding conventions.
6830
2de53ca6
GM
68312006-05-29 Michael Albinus <michael.albinus@gmx.de>
6832
6833 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6834
68352006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6836
6837 * pcl-cvs.texi: Fix typos.
6838 (Customization): Say "us".
6839
68402006-05-26 Eli Zaretskii <eliz@gnu.org>
6841
6842 * org.texi: Remove bogus @setfilename.
6843
68442006-05-26 Carsten Dominik <dominik@science.uva.nl>
6845
6846 * org.texi (ASCII export): Omit command name.
6847 (HTML export): Add prefix to all lines in Local Variable example.
6848 (Acknowledgments): Typeset names in italics.
6849
68502006-05-24 Carsten Dominik <dominik@science.uva.nl>
6851
6852 * org.texi (Plain lists): Add new item navigation commands.
6853 (External links): Document elisp and info links.
6854 (Custom searches): New section.
6855 (Publishing): New chapter.
6856 (HTML export): Include a list of supported CSS classes.
6857 (Setting tags): Describe the fast-tag-setting interface.
6858
68592006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6860
6861 * dired-x.texi: ifinfo -> ifnottex.
6862
68632006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6864
6865 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6866
68672006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6868
6869 * message.texi (Interface): Add tool bar customization.
6870 (MIME): Index and text additions for mml-attach.
6871 (MIME): Describe mml-dnd-protocol-alist and
6872 mml-dnd-attach-options.
6873
6874 * gnus.texi (Oort Gnus): Reorder entries in sections.
6875 Fix some entries.
6876 (Starting Up): Add references to "Emacs for Heathens" and to
6877 "Finding the News". Add user-full-name and user-mail-address.
6878 (Group Buffer Format): Add tool bar customization and update.
6879 (Summary Buffer): Add tool bar customization.
6880 (Posting Styles): Add message-alternative-emails.
6881
68822006-05-09 Michael Albinus <michael.albinus@gmx.de>
6883
6884 * tramp.texi (Filename completion): Improve wording.
6885
68862006-05-07 Romain Francoise <romain@orebokech.com>
6887
6888 * faq.texi (Using regular expressions): Fix typo.
6889 (Packages that do not come with Emacs): Fix capitalization.
6890 (Replacing text across multiple files): Expand node to explain how
6891 to use `dired-do-query-replace-regexp' in more detail, based on
6892 suggestion by Eric Hanchrow <offby1@blarg.net>.
6893
68942006-05-06 Michael Albinus <michael.albinus@gmx.de>
6895
6896 * tramp.texi (Filename completion): Completion of remote files'
6897 method, user name and host name is active only in partial
6898 completion mode.
6899
69002006-05-06 Bill Wohler <wohler@newt.com>
6901
6902 Release MH-E manual version 8.0.
6903
6904 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6905 release 8.0.
6906
69072006-05-06 Bill Wohler <wohler@newt.com>
6908
6909 * mh-e.texi (MH-BOOK-HOME): Change from
6910 http://www.ics.uci.edu/~mh/book/mh to
6911 http://rand-mh.sourceforge.net/book/mh.
6912 Replace .htm suffix with .html for MH book files.
6913 (Using This Manual): Update key binding for getting relevant
6914 chapter in Info from command key.
6915 (Ranges): Fix itemx.
6916
69172006-05-05 Karl Berry <karl@gnu.org>
6918
6919 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6920 (\fonttextsize): New user-level command to change text font size.
6921
69222006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6923
6924 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
6925
69262006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6927
6928 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6929
69302006-04-24 Bill Wohler <wohler@newt.com>
6931
6932 * mh-e.texi (Getting Started): Make it more explicit that you need
6933 to install MH. Add pointers to current MH implementations.
6934
69352006-04-21 Bill Wohler <wohler@newt.com>
6936
6937 Release MH-E manual version 7.94.
6938
6939 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6940 release 7.94.
6941
69422006-04-21 Carsten Dominik <dominik@science.uva.nl>
6943
6944 * org.texi: Many small fixes.
6945 (Handling links): Rename from "Managing links".
6946
69472006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
6948
6949 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6950 (Splitting mail using spam-stat): Fix @xref.
6951
69522006-04-20 Chong Yidong <cyd@stupidchicken.com>
6953
6954 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 6955 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
6956
69572006-04-20 Carsten Dominik <dominik@science.uva.nl>
6958
6959 * org.texi (Time stamps): Better explanation of the purpose of
6960 different time stamps.
6961 (Structure editing, Plain lists): More details on how new items
6962 and headings are inserted.
6963
69642006-04-18 Carsten Dominik <dominik@science.uva.nl>
6965
6966 * org.texi (Formula syntax): Fix link to Calc Manual.
6967
69682006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
6969
6970 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
6971
69722006-04-17 Bill Wohler <wohler@newt.com>
6973
6974 * mh-e.texi (Folders): Update mh-before-quit-hook and
6975 mh-quit-hook example with code that removes the buffers rather
6976 than just bury them.
6977
69782006-04-17 Michael Albinus <michael.albinus@gmx.de>
6979
6980 Sync with Tramp 2.0.53.
6981
69822006-04-13 Carsten Dominik <dominik@science.uva.nl>
6983
6984 * org.texi (Updating settings): New section.
6985 (Visibility cycling): Better names for the startup folding
6986 options.
6987 (Exporting): Completely restructured.
6988 (The very busy C-c C-c key): New section.
6989 (Summary of in-buffer settings): New section.
6990
69912006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
6992
6993 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
6994
69952006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6996
6997 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
6998 (Server Commands): Key `v' is reserved for users.
6999
70002006-04-11 Carsten Dominik <dominik@science.uva.nl>
7001
7002 * org.texi (Link format): New section, emphasis on bracket links.
7003 (External links): Document bracket links.
7004 (FAQ): Expand to cover shell links and the new link format.
7005
70062006-04-09 Kevin Ryde <user42@zip.com.au>
7007
7008 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7009
70102006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7011
7012 * gnus.texi (Summary Buffer Lines): Add `*'.
7013
c8763fb6 70142006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7015
7016 * gnus.texi (Group Parameters):
7017 Mention gnus-permanently-visible-groups.
7018
70192006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7020
7021 * gnus.texi (Face): Fix typo.
7022
70232006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7024
7025 * gnus.texi (X-Face): Clarify.
7026 (Face): Need Emacs with PNG support.
7027
70282006-04-06 Richard Stallman <rms@gnu.org>
7029
7030 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7031 Emacs".
7032
70332006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7034
7035 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7036 blocks not suitable for inclusion with Emacs using variable
7037 PARTOFEMACS.
7038
70392006-04-04 Simon Josefsson <jas@extundo.com>
7040
7041 * gnus.texi (Security): Improve.
7042
70432006-04-02 Bill Wohler <wohler@newt.com>
7044
7045 * mh-e.texi (Getting Started, Junk, Bug Reports)
7046 (MH FAQ and Support): Fix URLs.
7047
70482006-03-31 Romain Francoise <romain@orebokech.com>
7049
7050 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7051 to t, not nil (and has for the past eight years).
7052
70532006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7054
7055 * message.texi, gnus.texi: Bump version to 5.11.
7056
70572006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7058
7059 * gnus.texi (Top): Add comment about version line.
7060
7061 * message.texi (Top): Ditto. Change to take named versions into
7062 account.
7063
70642006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7065
7066 * gnus.texi (Posting Styles): Add x-face-file to example.
7067 (X-Face): Refer to posting styles.
7068
7069 * gnus-faq.texi ([5.8]): Add x-face-file.
7070 ([8.4]): Add links to gmane.emacs.gnus.user and
7071 gmane.emacs.gnus.general.
7072
70732006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7074
7075 * gnus-faq.texi: Use .invalid.
7076 ([5.4]): Fix gnus-posting-styles example.
7077
70782006-03-27 Romain Francoise <romain@orebokech.com>
7079
7080 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7081 Emacs/W3 needs a new maintainer.
7082 (Ispell): Update author and version info.
7083 (Mailcrypt): Mention PGG.
7084 (New in Emacs 22): Add PGG to the list of new packages.
7085 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7086 updating dead URLs.
7087
70882006-03-25 Karl Berry <karl@gnu.org>
7089
7090 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7091 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7092 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7093 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7094 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7095 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7096 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7097 (2) do not indent copyright year list (or anything else).
7098
70992006-03-21 Bill Wohler <wohler@newt.com>
7100
7101 * mh-e.texi (Folders): Various edits.
7102
71032006-03-20 Romain Francoise <romain@orebokech.com>
7104
7105 * gnus.texi (Mail Folders): Grammar fix.
7106
71072006-03-19 Bill Wohler <wohler@newt.com>
7108
7109 * mh-e.texi (Replying): Document Mail-Followup-To.
7110 Change manually-formatted table to multitable. Add debugging info.
7111 Move description of mh-reply-default-reply-to into paragraph
7112 that describes its values.
7113
71142006-03-17 Bill Wohler <wohler@newt.com>
7115
10d1d0af 7116 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
7117 (Sending Mail Tour): Update method of entering
7118 addresses and subject.
7119 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7120 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7121
71222006-03-15 Carsten Dominik <dominik@science.uva.nl>
7123
7124 * org.texi: Version number change only.
7125
71262006-03-14 Bill Wohler <wohler@newt.com>
7127
7128 * mh-e.texi: Add index entries around each paragraph rather than
7129 depend on entries from beginning of node. Doing so ensures that
7130 index entries are less likely to be forgotten if text is cut and
7131 pasted, and are necessary anyway if the references are on a
7132 separate page. It seems that makeinfo is now (v. 4.8) only
7133 producing one index entry per node, so there is no longer any
7134 excuse not to. Use subheading instead of heading. The incorrect
7135 use of heading produced very large fonts in Info--as large as the
7136 main heading.
7137 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7138 versions 6 and 7 appeared *around* the time of these Emacs releases.
7139
71402006-03-13 Carsten Dominik <dominik@science.uva.nl>
7141
7142 * org.texi (Clean view): Document new startup options.
7143
71442006-03-11 Bill Wohler <wohler@newt.com>
7145
7146 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7147 (Composing, Scan Line Formats): Fix @refs.
7148 (Getting Started): Define MH profile and MH profile components.
7149 (Incorporating Mail, Reading Mail, Viewing, Printing)
7150 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7151 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7152 for string constants.
7153 (Tool Bar): Remove spurious quote.
7154 (Junk): Use ``...'' instead of "...".
7155 (Scan Line Formats): Replace @samp with @kbd.
7156
71572006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7158
7159 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7160
71612006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7162
7163 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7164 easy to understand.
7165
71662006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7167
7168 * gnus.texi: Markup fix.
7169 (Fancy Mail Splitting): Specify new feature.
7170
71712006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7172
7173 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7174 partial-words matching.
7175
71762006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7177
7178 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7179
7180 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7181 (MIME Commands): Fix mm-discouraged-alternatives.
7182
71832006-03-07 Carsten Dominik <dominik@science.uva.nl>
7184
7185 * org.texi: Version number change only.
7186
71872006-03-06 Bill Wohler <wohler@newt.com>
7188
7189 * mh-e.texi: Move from SourceForge repository to Savannah.
7190 This is version 7.93, which is a total rewrite from the previous
7191 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7192 version 7.93.
7193
71942006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7195
7196 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7197
71982006-03-01 Carsten Dominik <dominik@science.uva.nl>
7199
7200 * org.texi (Interaction): Add item about `org-mouse.el' by
7201 Piotr Zielinski.
7202 (Managing links): Document that also mouse-1 can be used to
7203 activate a link.
7204 (Headlines, FAQ): Add entry about hiding leading stars.
7205 (Miscellaneous): Resort the sections in this chapter to a more
7206 logical sequence.
7207
72082006-02-27 Simon Josefsson <jas@extundo.com>
7209
7210 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7211 2004-01-27 from the trunk).
7212
72132006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7214
7215 * cc-mode.texi: Rename c-hungry-backspace to
7216 c-hungry-delete-backwards, at the request of RMS. Leave the old
7217 name as an alias.
7218
72192006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7220
7221 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7222 include the function header within the defun.
7223
72242006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7225
7226 * cc-mode.texi: Correct two typos.
7227
72282006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7229
7230 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7231 existing comment.
7232 (Electric Keys): Add a justification for electric indentation.
7233 (Hungry WS Deletion): Clear up the names and complications of the
7234 BACKSPACE and DELETE keys.
7235
72362006-02-23 Juri Linkov <juri@jurta.org>
7237
7238 * faq.texi (Common requests): Move `Turning on auto-fill by
7239 default' after `Wrapping words automatically'. Move `Working with
7240 unprintable characters' before `Searching for/replacing newlines'.
7241 Move `Replacing highlighted text' after `Highlighting a region'.
7242 Merge `Repeating commands' and `Repeating a command as many times
7243 as possible' into the former.
7244 (Packages that do not come with Emacs): Add refs to Gmane and
7245 etc/MORE.STUFF.
7246
72472006-02-23 Juri Linkov <juri@jurta.org>
7248
7249 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7250 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7251 Add xref to `(emacs)Reporting Bugs'.
7252 (Getting a printed manual): Add URL to other formats of the manual.
7253 (Common requests): Fix menu.
7254 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7255 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7256 (Inserting text at the beginning of each line): Add pxref to
7257 `Changing the included text prefix'.
7258 (Forcing the cursor to remain in the same column): Mention `track-eol'
7259 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7260 (Replacing text across multiple files): Add keybinding `Q' for
7261 `dired-do-query-replace'.
7262
72632006-02-22 Carsten Dominik <dominik@science.uva.nl>
7264
7265 * reftex.texi: Version number and date change only.
7266
7267 * org.texi (Internal Links): Rewrite to cover the modified
7268 linking system.
7269
72702006-02-17 Eli Zaretskii <eliz@gnu.org>
7271
7272 * faq.texi: Remove the coding cookie, it's not needed anymore.
7273
72742006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7275
7276 * faq.texi (Colors on a TTY): Mention Mac OS port.
7277
72782006-02-12 Karl Berry <karl@gnu.org>
7279
7280 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7281 8-bit accented a.
7282
72832006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7284
7285 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7286
72872006-02-08 Romain Francoise <romain@orebokech.com>
7288
7289 * faq.texi (Top): Remove paragraph about the FAQ being a
7290 transitional document, etc.
7291 (Searching for/replacing newlines): New node.
7292 (Yanking text in isearch): New node.
7293 (Inserting text at the beginning of each line): Rename and make
7294 more general, mention `M-;' in Message mode.
7295
72962006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7297
7298 * faq.texi (Meta key does not work in xterm)
7299 (Emacs does not display 8-bit characters)
7300 (Inputting eight-bit characters): Update xrefs.
7301
73022006-02-06 Romain Francoise <romain@orebokech.com>
7303
7304 * faq.texi (VM): VM now at version 7.19.
7305 Set myself as maintainer of this file.
7306
73072006-02-04 Michael Olson <mwolson@gnu.org>
7308
7309 * erc.texi (History): Note that ERC is now included with Emacs.
7310
73112006-01-31 Romain Francoise <romain@orebokech.com>
7312
7313 * message.texi (Message Headers): Explain what
7314 `message-alternative-emails' does in more detail.
7315 Update copyright year.
7316
73172006-01-30 Juanma Barranquero <lekktu@gmail.com>
7318
7319 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7320
73212006-01-29 Richard M. Stallman <rms@gnu.org>
7322
7323 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7324
73252006-01-29 Michael Olson <mwolson@gnu.org>
7326
7327 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7328
7329 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7330
7331 * faq.texi (New in Emacs 22): Mention ERC.
7332
73332006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7334
7335 * rcirc.texi: Capitalize dir entry for consistency with the entry
7336 in info/dir and other entries in the Emacs category.
7337 Fix typos. Delete trailing whitespace.
7338
c8763fb6 73392006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
7340
7341 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7342
73432006-01-27 Eli Zaretskii <eliz@gnu.org>
7344
7345 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7346 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7347
7348 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7349 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7350
73512006-01-27 Alex Schroeder <alex@gnu.org>
7352
7353 * rcirc.texi: New file.
7354
73552006-01-23 Juri Linkov <juri@jurta.org>
7356
7357 * widget.texi (User Interface): Add S-TAB for widget-backward.
7358
73592006-01-22 Michael Albinus <michael.albinus@gmx.de>
7360
7361 Sync with Tramp 2.0.52.
7362
7363 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7364 Add Tramp disabling item. New item for common connection problems.
7365 (various): Apply "ftp" as method for the download URL.
7366 (Bug Reports): Refer to FAQ for common problems.
7367
73682006-01-21 Eli Zaretskii <eliz@gnu.org>
7369
7370 * widget.texi (User Interface): Use @key for TAB.
7371
7372 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7373
7374 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7375 for TAB.
7376
7377 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7378
73792006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7380
7381 * gnus.texi: Update copyright.
7382
73832006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7384
7385 * gnus.texi (Article Washing): Additions.
7386
2de53ca6
GM
73872006-01-13 Carsten Dominik <dominik@science.uva.nl>
7388
7389 * org.texi (Agenda commands): Document tags command.
7390
73912006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7392
7393 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7394
73952006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7396
7397 * gnus.texi (RSS): Addition.
7398
73992005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7400
7401 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7402
74032005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7404
7405 * emacs-mime.texi (Display Customization): Add setting example to
7406 mm-discouraged-alternatives.
7407
74082006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7409
7410 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7411 version is the canonical version.
7412
74132006-01-08 Alex Schroeder <alex@gnu.org>
7414
7415 * pgg.texi (Caching passphrase): Rewording.
7416
74172006-01-06 Eli Zaretskii <eliz@gnu.org>
7418
7419 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7420 repository URL.
7421
74222006-01-06 Carsten Dominik <dominik@science.uva.nl>
7423
7424 * org.texi: Removed the accidentally re-added empty line in the
7425 direntry.
7426
74272006-01-05 Carsten Dominik <dominik@science.uva.nl>
7428
7429 * org.texi (Agenda Views): Chapter reorganized.
7430
74312005-12-29 Romain Francoise <romain@orebokech.com>
7432
7433 * faq.texi (Using Customize): New node.
7434
74352005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7436
7437 * org.texi: Remove blank line in @direntry. It is non-standard
7438 and recursively produces blank lines all over the dir file (when
7439 using Texinfo 4.8).
7440
74412005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7442
7443 * widget.texi (atoms): Delete obsolete remark about `file' widget.
7444
74452005-12-20 Carsten Dominik <dominik@science.uva.nl>
7446
7447 * org.texi (Tags): Boolean logic documented.
7448 (Agenda Views): Document custom commands.
7449
74502005-12-20 David Kastrup <dak@gnu.org>
7451
7452 * faq.texi (AUCTeX): Update version and mailing list info.
7453
74542005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7455
7456 * gnus.texi (MIME Commands): Mention addition of
7457 multipart/alternative to gnus-buttonized-mime-types and add xref
7458 to mm-discouraged-alternatives.
7459
7460 * emacs-mime.texi (Display Customization): Mention addition of
7461 "image/.*" and add xref to gnus-buttonized-mime-types in the
7462 mm-discouraged-alternatives section.
7463
74642005-12-16 Carsten Dominik <dominik@science.uva.nl>
7465
7466 * org.texi (Tags): New section.
7467 (Agenda Views): Chapter reorganized.
7468
74692005-12-16 Eli Zaretskii <eliz@gnu.org>
7470
7471 * org.texi (Internal Links): Add a missing comma after an @xref.
7472
74732005-12-14 Chong Yidong <cyd@stupidchicken.com>
7474
7475 * faq.texi (Filling paragraphs with a single space): No need to
7476 change sentence-end now.
7477
74782005-12-13 Romain Francoise <romain@orebokech.com>
7479
7480 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7481
74822005-12-12 Jay Belanger <belanger@truman.edu>
7483
7484 * faq.texi (Calc): Update version number.
7485
74862005-12-12 Carsten Dominik <dominik@science.uva.nl>
7487
7488 * org.texi (Progress Logging): New section.
7489
74902005-12-10 Romain Francoise <romain@orebokech.com>
7491
7492 Update the Emacs FAQ for the 22.1 release.
7493
7494 * faq.texi: Set VER to `22.1'.
7495 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
7496 Tutorial. Mention that `C-h r' displays the manual.
7497 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
7498 (Getting a printed manual): Point to the new locations of the
7499 manuals on the GNU Web site.
7500 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7501 available via Info (it was previously distributed separately).
7502 (Installing Texinfo documentation): The latest version of Texinfo
7503 is 4.8, not 4.0.
7504 (Informational files for Emacs): COPYING is the GNU General Public
7505 License, not the Emacs General Public License.
7506 (Informational files for Emacs): Delete obsolete link to the
7507 GNUinfo pages as they have been removed from the GNU Web site.
7508 (New in Emacs 22): New node.
7509 (Setting up a customization file): Say that most packages support
7510 Customize nowadays.
7511 (Colors on a TTY): Delete reference to instructions on how to
7512 enable syntax highlighting, it is now enabled by default.
7513 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7514 at startup automatically.
7515 (Controlling case sensitivity): Mention `M-c' in isearch.
7516 (Using an already running Emacs process): Emacs now creates the
7517 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7518 gnuserv. As emacsclient can now run Lisp code as well, delete a
7519 sentence praising gnuserv for that. Simplify description of how
7520 the client/server operation works.
7521 (Compiler error messages): Delete obsolete text (compile.el has
7522 been rewritten).
7523 (Indenting switch statements): Fix typo.
7524 (Matching parentheses): Simplify setup instructions, mention the
7525 menu bar item in the Options menu.
7526 (Repeating a command as many times as possible): Mention `C-x e'.
7527 (Going to a line by number): Mention new keymap and bindings
7528 `M-g M-g', `M-g M-p' and `M-g M-n'.
7529 (Turning on syntax highlighting): Now on by default. Simplify.
7530 (Replacing highlighted text): Use `1', not `t'.
7531 (Problems with very large files): The maximum size is now 256MB on
7532 32-bit machines.
7533 (^M in the shell buffer): Mention `comint-process-echoes'.
7534 (Emacs for Apple computers): Emacs 22 has native support for Mac
7535 OS X.
7536 (Translating names to IP addresses): Delete node.
7537 (Binding keys to commands): Fix typo.
7538 (SPC no longer completes file names): New node.
7539 (MIME with Emacs mail packages): Delete section about the Emacs
7540 MIME FAQ (it's not reachable anymore).
7541
75422005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7543
7544 * cc-mode.texi: The manual has been extensively revised: the
7545 information about using CC Mode has been separated from the larger
7546 and more difficult chapters about configuration. It has been
7547 updated for CC Mode 5.31.
7548
75492005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7550
7551 * pgg.texi (User Commands): Fix description of pgg-verify-region.
7552 (Selecting an implementation): Fix descriptions.
7553
75542005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7555
7556 * message.texi (Various Message Variables): Addition.
7557
75582005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7559
7560 * message.texi: Fix default values.
7561
75622005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7563
7564 * message.texi (Header Commands): Clarify descriptions of
7565 message-cross-post-followup-to, message-reduce-to-to-cc, and
7566 message-insert-wide-reply.
7567 (Various Commands): Fix kindex for message-kill-to-signature;
7568 clarify description of message-tab.
7569
75702005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7571
7572 * message.texi (Mailing Lists): Fix description about MFT.
7573
7574 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7575
75762005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7577
7578 * gnus.texi (Slow Terminal Connection): Replace old description
7579 with new one.
7580
75812005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7582
7583 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7584 replace X-Draft-Headers with X-Draft-From.
7585
75862005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7587
7588 * gnus.texi (Various Various): Fix the default value of
7589 nnheader-max-head-length.
7590 (Gnus Versions): Fix typo.
7591
75922005-12-08 Carsten Dominik <dominik@science.uva.nl>
7593
7594 * org.texi (Structure editing): Document new functionality of
7595 M-RET.
7596
75972005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7598
7599 * org.texi (Internal Links): Fix Texinfo usage.
7600
76012005-12-06 Carsten Dominik <dominik@science.uva.nl>
7602
7603 * org.texi (TODO basics): Document the global todo list.
7604 (TODO items): Documents sparse tree for specific TODO
7605 keywords.
7606
76072005-11-30 Carsten Dominik <dominik@science.uva.nl>
7608
7609 * org.texi (Plain Lists): Typos fixed.
7610
76112005-11-28 Jay Belanger <belanger@truman.edu>
7612
7613 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7614
76152005-11-24 Carsten Dominik <dominik@science.uva.nl>
7616
7617 * org.texi (Structure editing): New item moving commands added.
7618 (Plain Lists): New section.
7619
76202005-11-18 Carsten Dominik <dominik@science.uva.nl>
7621
7622 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7623 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7624 `org-agenda-file-to-front'.
2de53ca6
GM
7625 (Built-in table editor): Document `org-table-sort-lines'.
7626 (HTML formatting): Export of hand-formatted lists.
7627
76282005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7629
7630 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7631 new variable gnus-toolbar-thickness.
7632
76332005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7634
7635 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7636
76372005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7638
7639 * gnus.texi (X-Face): Fix description.
7640 (XVarious): Remove gnus-xmas-logo-color-alist and
7641 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7642
76432005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7644
7645 * gnus.texi (Group Parameters): Mention new variable
7646 gnus-parameters-case-fold-search.
7647 (Home Score File): Addition.
7648
76492005-11-04 Ulf Jasper <ulf.jasper@web.de>
7650
7651 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7652 (Overview): List supported feed types.
7653 (Installation): No installation necessary when using autoload.
7654 (Configuration): Rename "RSS" to "news".
7655
76562005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7657
7658 * pgg.texi (User Commands): Document additional passphrase
7659 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7660 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7661
76622005-11-04 Carsten Dominik <dominik@science.uva.nl>
7663
7664 * org.texi: Version number changed to 3.19.
7665
76662005-10-29 Sascha Wilde <wilde@sha-bang.de>
7667
7668 * pgg.texi (How to use): Update the example to add autoload of
7669 pgg-encrypt-symmetric-region.
7670 (User Commands): Document pgg-encrypt-symmetric-region.
7671 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7672
76732005-10-27 Jay Belanger <belanger@truman.edu>
7674
7675 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7676 mention other TeX-related units.
7677
76782005-10-23 Lars Hansen <larsh@soem.dk>
7679
0c7efc08
SM
7680 * dired-x.texi (Miscellaneous Commands):
7681 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7682 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7683
76842005-10-23 Jay Belanger <belanger@truman.edu>
7685
7686 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7687 constant.
7688
76892005-10-23 Michael Albinus <michael.albinus@gmx.de>
7690
0c7efc08
SM
7691 * faq.texi (Bugs and problems):
7692 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7693 `directory-listing-before-filename-regexp'.
7694
76952005-10-22 Eli Zaretskii <eliz@gnu.org>
7696
7697 * newsticker.texi (UPDATED): Set value.
7698
76992005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7700
7701 * gnus.texi (Document Groups): Remove duplicate item.
7702
77032005-10-21 Carsten Dominik <dominik@science.uva.nl>
7704
7705 * org.texi (Summary): Mention iCalendar support.
7706 (Exporting): Document iCalendar support.
7707
77082005-10-18 Romain Francoise <romain@orebokech.com>
7709
7710 * viper.texi (Viper Specials): Capitalize GNU.
7711
77122005-10-17 Juri Linkov <juri@jurta.org>
7713
7714 * info.texi (Getting Started, Search Index, Expert Info):
7715 Fix wording.
7716 (Search Text): Replace `echo area' with `mode line'.
7717 (Search Index): Both `i' and `,' find all index entries.
7718 Replace example `C-f' with `C-l' (which exists in index of Info
7719 manual) and delete spaces in its keyboard input sequence.
7720 Delete unnecessary explanations about literal characters.
7721
77222005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7723
7724 * gnus.texi (Document Server Internals): Addition.
7725
77262005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7727
7728 * gnus.texi (A note on namespaces): Fix RFC reference.
7729
77302005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7731
7732 * gnus.texi (RSS): Fix key description.
7733
77342005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7735
7736 * gnus.texi: Emacs/w3 -> Emacs/W3.
7737 (Browsing the Web): Fix description.
7738 (Web Searches): Ditto.
7739 (Customizing W3): Ditto.
7740
77412005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7742
7743 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7744
77452005-10-11 Jay Belanger <belanger@truman.edu>
7746
7747 * calc.texi (Integration): Mention using `a i' to compute definite
7748 integrals.
7749
77502005-10-11 Juri Linkov <juri@jurta.org>
7751
7752 * info.texi: Rearrange nodes.
7753 (Top): Update menu. Change ref `Info for Experts' to
7754 `Advanced Info Commands'.
7755 (Getting Started): Fix description of manual's parts.
7756 (Help-Int): Change xref `Info Search' to `Search Index', and
7757 `Expert Info' to `Advanced'.
7758 (Advanced): Move node one level up.
7759 (Search Text, Search Index): New nodes split out from `Info Search'.
7760 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7761 split out from `Advanced'.
7762 (Advanced, Emacs Info Variables): De-document editing an Info file
7763 in Info.
7764 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7765 (Creating an Info File): Delete node and move its text to
7766 `Expert Info'.
7767
77682005-10-10 Carsten Dominik <dominik@science.uva.nl>
7769
7770 * org.texi (Workflow states): Documented that change in keywords
7771 becomes active only after restart of Emacs.
7772
77732005-10-08 Michael Albinus <michael.albinus@gmx.de>
7774
7775 Sync with Tramp 2.0.51.
7776
77772005-10-08 Nick Roberts <nickrob@snap.net.nz>
7778
7779 * speedbar.texi (Introduction): Describe new location of speedbar
7780 on menubar.
7781 (Basic Key Bindings): Remove descriptions of bindings that have
7782 been removed.
7783
77842005-10-05 Nick Roberts <nickrob@snap.net.nz>
7785
7786 * speedbar.texi (GDB): Describe use of watch expressions.
7787
77882005-09-28 Simon Josefsson <jas@extundo.com>
7789
7790 * message.texi (IDNA): Fix.
7791
77922005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7793
7794 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7795 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7796 description of nntp-open-connection-function.
7797 (Common Variables): Fix descriptions.
7798
77992005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7800
7801 * gnus.texi (Server Buffer Format): Document the %a format spec.
7802
78032005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7804
7805 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7806
78072005-09-23 Carsten Dominik <dominik@science.uva.nl>
7808
7809 * org.texi Version 3.16.
7810
78112005-09-19 Miles Bader <miles@gnu.org>
7812
7813 * newsticker.texi: Get rid of CVS keywords.
7814
78152005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7816
7817 * gnus.texi (Finding the Parent): Fix description of how Gnus
7818 finds article.
7819
78202005-09-14 Jari Aalto <jari.aalto@cante.net>
7821
7822 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7823 to drop off non-answered articles.
7824
78252005-09-19 Juanma Barranquero <lekktu@gmail.com>
7826
7827 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7828 braces (which are unsupported by NMAKE) for macro `srcdir'.
7829
78302005-09-17 Eli Zaretskii <eliz@gnu.org>
7831
7832 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7833 (../info/newsticker, newsticker.dvi): New targets.
7834
78352005-09-17 Ulf Jasper <ulf.jasper@web.de>
7836
7837 * newsticker.texi: Replace @command with @code. Replace @example
7838 with @lisp.
0c7efc08
SM
7839 (Top): Add explanations to menu items.
7840 (GNU Free Documentation License): Remove.
2de53ca6
GM
7841
78422005-09-16 Romain Francoise <romain@orebokech.com>
7843
7844 Update all files to specify GFDL version 1.2.
7845
7846 * doclicense.texi (GNU Free Documentation License): Update to
7847 version 1.2.
7848
78492005-09-15 Richard M. Stallman <rms@gnu.org>
7850
7851 * newsticker.texi: Fix @setfilename.
7852
7853 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7854 (../info/newsticker, newsticker.dvi): New targets.
7855
78562005-08-30 Carsten Dominik <dominik@science.uva.nl>
7857
7858 * org.texi: Version 3.15.
7859
78602005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7861
7862 * ses.texi: Combine all three indices into one.
7863 Correct a few typos.
7864
78652005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7866
7867 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7868
78692005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7870
7871 * emacs-mime.texi (Handles): Remove duplicate item.
7872 (Encoding Customization): Fix the default value for
7873 mm-coding-system-priorities.
7874 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7875 (Basic Functions): Fix reference.
7876
78772005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7878
7879 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7880
78812005-08-18 Richard M. Stallman <rms@gnu.org>
7882
7883 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7884 and web site.
7885
7886 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7887 not keyboard-translate.
7888
78892005-08-11 Richard M. Stallman <rms@gnu.org>
7890
7891 * faq.texi (Using regular expressions): Fix xref.
7892
78932005-08-09 Juri Linkov <juri@jurta.org>
7894
7895 * info.texi (Help-P): Replace `Prev' with `Previous'.
7896 (Help-M, Help-Xref): Add S-TAB.
7897 (Help-FOO): Update `u' command.
7898 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7899 Update info about visibility of xref parts.
7900 (Help-Int): Fix `m' command. Rename `Info-last' to
7901 `Info-history-back'. Add `Info-history-forward'.
7902 (Advanced): Fix `g*' and `M-n' commands.
7903 (Info Search): Add `index-apropos' in stand-alone browser.
7904 Add isearch commands.
7905 (Emacs Info Variables): Remove `Info-fontify'.
7906 Add `Info-mode-hook'. Update face names.
7907 Add `Info-fontify-maximum-menu-size',
7908 `Info-fontify-visited-nodes', `Info-isearch-search'.
7909
79102005-08-07 Michael Albinus <michael.albinus@gmx.de>
7911
7912 Sync with Tramp 2.0.50.
7913
7914 * tramp.texi: Use @option{} consequently for method names.
7915 (Inline methods, External transfer methods): Remove references to
7916 Cygwin.
7917 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7918 implementation.
7919
79202005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7921
7922 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7923 Mention that gnus-init-file is not read when Emacs is invoked with
7924 --no-init-file or -q.
7925
79262005-07-19 Carsten Dominik <dominik@science.uva.nl>
7927
7928 * org.texi: Version 3.14.
7929
79302005-07-04 Carsten Dominik <dominik@science.uva.nl>
7931
7932 * org.texi: Version 3.13.
7933
79342005-07-18 Juri Linkov <juri@jurta.org>
7935
7936 * calc.texi (Time Zones, Logical Operations):
7937 * cl.texi (Overview):
7938 * org.texi (TODO types):
7939 * sc.texi (Emacs 18 MUAs):
7940 * speedbar.texi (Top):
7941 * url.texi (History):
7942 Delete duplicate duplicate words.
7943
ce058493 79442005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
7945
7946 * cl.texi (Type Predicates): Document `atom' type.
7947
79482005-07-04 Lute Kamstra <lute@gnu.org>
7949
7950 Update FSF's address in GPL notices.
7951
7952 * calc.texi (Copying):
7953 * doclicense.texi (GNU Free Documentation License):
7954 * faq.texi (Contacting the FSF):
7955 * mh-e.texi (Copying): Update FSF's address.
7956
79572005-07-03 Richard M. Stallman <rms@gnu.org>
7958
7959 * flymake.texi (Example -- Configuring a tool called directly):
7960 Update name of flymake-build-relative-filename.
7961
79622005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7963
7964 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
7965
79662005-06-29 Carsten Dominik <dominik@science.uva.nl>
7967
7968 * org.texi: Version 3.12.
7969
79702005-06-24 Eli Zaretskii <eliz@gnu.org>
7971
7972 * makefile.w32-in (MAKEINFO): Use --force.
7973 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7974 Makefile.in.
7975 (gnus.dvi): Use "..." to quote Sed args, so that it works with
7976 more shells.
7977
79782005-06-23 Richard M. Stallman <rms@gnu.org>
7979
7980 * speedbar.texi (Creating a display): Texinfo usage fixes.
7981
7982 * tramp.texi (Customizing Completion, Auto-save and Backup):
7983 Texinfo usage fixes.
7984
79852005-06-23 Juanma Barranquero <lekktu@gmail.com>
7986
7987 * dired-x.texi (Miscellaneous Commands):
7988 * ediff.texi (Miscellaneous):
7989 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
7990 (Agent Variables):
7991 * info.texi (Help-Xref):
7992 * message.texi (Message Headers):
7993 * org.texi (Remember):
7994 * reftex.texi (Options (Defining Label Environments)):
7995 (Options (Index Support)):
7996 (Options (Viewing Cross-References)):
7997 (Options (Misc)):
7998 (Changes):
7999 * speedbar.texi (Creating a display):
8000 * tramp.texi (Customizing Completion, Auto-save and Backup):
8001 Texinfo usage fix.
8002
80032005-06-13 Carsten Dominik <dominik@science.uva.nl>
8004
8005 * org.texi: Version 3.11.
8006
80072005-06-12 Jay Belanger <belanger@truman.edu>
8008
8009 * calc.texi (Getting Started): Remove extra menu item.
8010
80112005-05-31 Jay Belanger <belanger@truman.edu>
8012
8013 * calc.texi (Notations Used in This Manual): Use @kbd for key
8014 sequence.
8015 (Demonstration of Calc): Mention another way of starting Calc.
8016 (Starting Calc): Mention long name of M-#.
8017 (Embedded Mode Overview): Remove unnecessary instruction.
8018 (Other M-# commands): Rephrase `M-# 0' explanation.
8019 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8020 reflect current behavior.
8021
80222005-05-30 Jay Belanger <belanger@truman.edu>
8023
8024 * calc.texi (Hooks): Change description of calc-window-hook and
8025 calc-trail-window-hook to match usage.
8026 (Computational Functions): Add more constant-generating functions.
8027 (Customizable Variables): Use defvar.
8028
80292005-05-28 Jay Belanger <belanger@truman.edu>
8030
8031 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8032 (Basic Embedded Mode): Explain behavior of arguments to
8033 calc-embedded-mode.
8034
80352005-05-27 Jay Belanger <belanger@truman.edu>
8036
8037 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8038 current behavior.
8039
80402005-05-25 Jay Belanger <belanger@truman.edu>
8041
8042 * calc.texi: Change Calc version number throughout.
8043 (Keypad Mode): Change location in info output.
8044 (Keypad mode overview): Move picture of keypad.
8045
80462005-05-21 Jay Belanger <belanger@truman.edu>
8047
8048 * calc.texi (Storing variables): Mention that only most variables
8049 are void to begin with.
8050
80512005-05-21 Kevin Ryde <user42@zip.com.au>
8052
8053 * widget.texi (Basic Types): Update cross ref from "Enabling
8054 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8055 lispref/text.texi change.
8056
80572005-05-20 Carsten Dominik <dominik@science.uva.nl>
8058
8059 * org.texi: Version 3.09.
8060
80612005-05-18 Carsten Dominik <dominik@science.uva.nl>
8062
8063 * reftex.texi: Version 4.28.
8064
80652005-05-16 Jay Belanger <belanger@truman.edu>
8066
8067 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8068
80692005-05-14 Jay Belanger <belanger@truman.edu>
8070
8071 * calc.texi (Default Simplifications): Insert missing ! (logical
8072 not operator).
8073
80742005-05-14 Michael Albinus <michael.albinus@gmx.de>
8075
8076 Sync with Tramp 2.0.49.
8077
80782005-05-10 Jay Belanger <belanger@truman.edu>
8079
8080 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8081 to 1.
8082
80832005-04-29 Carsten Dominik <dominik@science.uva.nl>
8084
8085 * org.texi: Version 3.08, structure reorganized.
8086
80872005-04-24 Richard M. Stallman <rms@gnu.org>
8088
8089 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8090
80912005-04-15 Carsten Dominik <dominik@science.uva.nl>
8092
8093 * org.texi: Update to version 3.06.
8094
80952005-04-13 Lute Kamstra <lute@gnu.org>
8096
8097 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8098
80992005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8100
8101 * cl.texi (Porting Common Lisp): Fix typo.
8102
81032005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8104
8105 * gnus.texi (RSS): Addition.
8106
81072005-04-04 Jay Belanger <belanger@truman.edu>
8108
8109 * calc.texi: Change Calc version number.
8110 (Customizable variables): Fix description of calc-language-alist.
8111 (Copying): Put in version 2 of GPL.
8112
81132005-04-01 Jay Belanger <belanger@truman.edu>
8114
8115 * calc.texi (Troubleshooting Commands): Remove comment about
8116 installation.
8117 (Installation): Remove section.
8118 (Customizable Variables): New section.
8119 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8120 (Graphical Devices): Add references to Customizable Variables.
8121
81222005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8123
8124 * emacs-mime.texi (Display Customization): Markup fixes.
8125 (rfc2047): Update.
8126
81272005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8128
8129 * gnus-faq.texi: Replaced with auto-generated version.
8130
81312005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8132
8133 * dired-x.texi (Multiple Dired Directories): default-directory was
8134 renamed to dired-default-directory.
8135
81362005-03-26 Jay Belanger <belanger@truman.edu>
8137
8138 * calc.texi (Simplifying Formulas, Rewrite Rules):
8139 Change description of top and bottom of fraction.
8140 (Modulo Forms): Move description of how to create modulo forms to
8141 earlier in the section.
8142 (Fraction Mode): Suggest using : to get a fraction by dividing.
8143 (Basic Arithmetic): Adjust placement of command name.
8144 (Truncating the Stack): Emphasize that "hidden" entries are still
8145 visible.
8146 (Installation): Move discussion of printing manual to "About This
8147 Manual".
8148 (About This Manual): Mention how to print the manual.
8149 (Reporting Bugs): Remove first person.
8150 (Building Vectors): Add algebraic version of append.
8151 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8152 (Grouping Digits): Fix typo.
8153
81542005-03-25 Werner Lemberg <wl@gnu.org>
8155
8156 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8157 Replace `legal' with `valid'.
8158
81592005-03-25 Werner Lemberg <wl@gnu.org>
8160
8161 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8162
81632005-03-24 Jay Belanger <belanger@truman.edu>
8164
8165 * calc.texi (General Mode Commands)
8166 (Mode Settings in Embedded Mode): Add some explanation of
8167 recording mode settings.
8168
81692005-03-24 Richard M. Stallman <rms@gnu.org>
8170
8171 * calc.texi: Remove praise of non-free software.
8172
8173 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8174 (Installation): Node deleted.
8175
81762005-03-23 Richard M. Stallman <rms@gnu.org>
8177
8178 * url.texi (HTTP language/coding): Improve last change.
8179
81802005-03-22 Jay Belanger <belanger@truman.edu>
8181
8182 * calc.texi (Embedded Mode): Add new information on changing
8183 modes.
8184
81852005-03-20 Michael Albinus <michael.albinus@gmx.de>
8186
8187 Sync with Tramp 2.0.48.
8188
8189 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8190
8191 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8192 "GNU/Linux". Change all addresses to .gnu.org.
8193 (Default Method): Offer shortened syntax for "su" and "sudo"
8194 methods.
8195
81962005-03-07 Richard M. Stallman <rms@gnu.org>
8197
8198 * url.texi: Fix usage of "e.g.".
8199 (HTTP language/coding): Explain the rules for these strings.
8200
82012005-03-06 Richard M. Stallman <rms@gnu.org>
8202
8203 * woman.texi (Introduction): Minor cleanups.
8204
8205 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8206
8207 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8208 (Installation): Node deleted.
8209
8210 * mh-e.texi (Preface): Get rid of "Emacs 21".
8211
8212 * eshell.texi (Installation): Delete node (for Emacs 20).
8213
82142005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8215
8216 * flymake.texi: Refill and tweak style in @lisp blocks.
8217
82182005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8219
8220 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8221
82222005-03-01 Jay Belanger <belanger@truman.edu>
8223
8224 * calc.texi (Trigonometric and Hyperbolic Functions):
8225 Mention additional functions.
8226 (Algebraic Simplifications): Mention additional simplifications.
8227
82282005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8229
8230 * ses.texi: Add concept/function/variable indices (this work was
8231 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8232 papers on file at FSF).
8233
82342005-02-10 Jay Belanger <belanger@truman.edu>
8235
8236 * calc.texi: Change @LaTeX to La@TeX throughout.
8237 Redefine @expr as @math for TeX output.
8238 Redefine @texline as a no-op for TeX output.
8239 Define @tfn, replace @t by @tfn throughout.
8240
82412005-02-09 Jay Belanger <belanger@truman.edu>
8242
8243 * calc.texi: Add macro for LaTeX for info output.
8244
82452005-02-08 Kim F. Storm <storm@cua.dk>
8246
8247 * texinfo.tex (LaTex): Add def.
8248
82492005-02-06 Jay Belanger <belanger@truman.edu>
8250
8251 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8252 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8253 throughout manual.
8254
82552005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8256
8257 * gnus.texi: Some edits based on comments from David Abrahams.
8258
82592005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8260
8261 * gnus.texi (RSS): Fix the keystroke.
8262
82632005-01-24 David Kastrup <dak@gnu.org>
8264
8265 * faq.texi: Update AUCTeX version info.
8266
82672005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8268
8269 * gnus-faq.texi ([4.1]): Typo.
8270
82712005-01-19 Jay Belanger <belanger@truman.edu>
8272
8273 * calc.texi (Keep Arguments): Mention that keeping arguments
8274 doesn't work with keyboard macros.
8275
82762005-01-16 Richard M. Stallman <rms@gnu.org>
8277
8278 * autotype.texi (Autoinserting): Fix small error.
8279
82802005-01-16 Michael Albinus <michael.albinus@gmx.de>
8281
8282 Sync with Tramp 2.0.47.
8283
8284 * tramp.texi (Compilation): New section, describing compilation of
8285 remote files.
8286
82872005-01-11 Kim F. Storm <storm@cua.dk>
8288
8289 * widget.texi (Basic Types): Add :follow-link keyword.
8290
82912005-01-09 Jay Belanger <belanger@truman.edu>
8292
8293 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8294
82952005-01-08 Jay Belanger <belanger@truman.edu>
8296
8297 * calc.texi: Change throughout to reflect new default value of
8298 calc-settings-file.
8299
83002005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8301
8302 * message.texi (Reply): `message-reply-to-function' should return
8303 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8304
83052005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8306
8307 * faq.texi (Changing load-path): Fix typo.
8308
83092005-01-05 Jay Belanger <belanger@truman.edu>
8310
8311 * calc.texi (Programming Tutorial): Replace kbd command by
8312 appropriate characters for a keyboard macro.
8313
83142005-01-04 Jay Belanger <belanger@truman.edu>
8315
8316 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8317 for Lucid Emacs.
8318 (Programming Tutorial): Mention that the user needs to be in the
8319 right mode to compute some functions.
8320
83212005-01-04 Jay Belanger <belanger@truman.edu>
8322
8323 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8324 no longer applicable.
8325
83262005-01-01 Jay Belanger <belanger@truman.edu>
8327
0c7efc08 8328 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
8329 edit keyboard macros to match current behavior.
8330
83312004-12-31 Jay Belanger <belanger@truman.edu>
8332
8333 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8334
83352004-12-20 Jay Belanger <belanger@truman.edu>
8336
8337 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8338 zero.
8339
83402004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8341
8342 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8343 @xref.
8344 (Font Locking): Avoid @strong{Note:}.
8345
83462004-12-17 Michael Albinus <michael.albinus@gmx.de>
8347
8348 Sync with Tramp 2.0.46.
8349
8350 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8351
83522004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8353
8354 * url.texi: Correct typos.
8355 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 8356 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
8357 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8358 (Dealing with HTTP documents): @inforef->@xref.
8359
83602004-12-15 Jay Belanger <belanger@truman.edu>
8361
8362 * calc.texi: Consistently capitalized all mode names.
8363 (Answers to Exercises): Mention that an answer can be a fraction
8364 when in Fraction mode.
8365
83662004-12-13 Jay Belanger <belanger@truman.edu>
8367
8368 * calc.texi: Fix some TeX definitions.
8369
83702004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8371
8372 * reftex.texi (Imprint): Remove erroneous @value's.
8373
83742004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8375
8376 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8377 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8378
83792004-12-08 Jay Belanger <belanger@truman.edu>
8380
8381 * calc.texi (Starting Calc): Remove comment about installation.
8382 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8383
83842004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8385
8386 * url.texi: Update @setfilename.
8387 (Getting Started): No need to worry about Gnus versions.
8388 (Dealing with HTTP documents): Use @inforef.
8389
8390 * org.texi: Fix @direntry file name.
8391
83922004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8393
8394 * url.texi: New file.
8395
8396 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8397
83982004-12-06 Jay Belanger <belanger@truman.edu>
8399
8400 * calc.texi (Using Calc): Remove paragraph about installation.
8401
84022004-12-06 Jay Belanger <belanger@truman.edu>
8403
8404 * calc.texi: Use more Texinfo macros and less TeX defs.
8405 Remove @refill's.
8406
84072004-12-06 Richard M. Stallman <rms@gnu.org>
8408
8409 * org.texi: New file.
8410
84112004-12-05 Richard M. Stallman <rms@gnu.org>
8412
8413 * Makefile.in (org.dvi, ../info/org): New targets.
8414 (INFO_TARGETS): Add ../info/org.
8415 (DVI_TARGETS): Add org.dvi.
8416 (maintainer-clean): Remove the info files in the info dir.
8417
84182004-11-26 Eli Zaretskii <eliz@gnu.org>
8419
8420 * idlwave.texi: Fix the setfilename directive to put the produced
8421 file in ../info.
8422 (Continued Statement Indentation): Resurrect Jan D.'s change from
8423 2004-11-03 that was lost when a newer version of idlwave.texi was
8424 imported.
8425
84262004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8427
0c7efc08 8428 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 8429
0c7efc08
SM
8430 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8431 Index `spam-initialize'.
2de53ca6
GM
8432
84332004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8434
8435 * message.texi (Various Message Variables): Mention that all mail
8436 file variables are derived from `message-directory'.
8437
8438 * gnus.texi (Splitting Mail): Clarify bogus group.
8439
84402004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8441
0c7efc08
SM
8442 * emacs-mime.texi (Encoding Customization):
8443 Fix mm-coding-system-priorities entry.
2de53ca6 8444
c8763fb6 84452004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
8446
8447 * idlwave.texi (Continued Statement Indentation):
8448 * reftex.texi (Options (Index Support)):
8449 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
8450 * speedbar.texi (Creating a display, Major Display Modes):
8451 Replace non-nil with non-@code{nil}.
2de53ca6
GM
8452
84532004-10-21 Jay Belanger <belanger@truman.edu>
8454
0c7efc08 8455 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
8456
84572004-10-18 Luc Teirlinck <teirllm@auburn.edu>
8458
8459 * calc.texi (Reporting Bugs): Double up `@'.
8460
84612004-10-18 Jay Belanger <belanger@truman.edu>
8462
0c7efc08 8463 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
8464 should be sent to.
8465
84662004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8467
8468 * gnus.texi (New Features): Add 5.11.
8469
8470 * message.texi (Resending): Remove wrong default value.
8471
8472 * gnus.texi (Mail Source Specifiers): Describe possible problems
8473 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
8474 `pop3-leave-mail-on-server' to the index.
8475
84762004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8477
8478 * message.texi (Canceling News): Add how to set a password.
8479
84802004-10-12 Jay Belanger <belanger@truman.edu>
8481
0c7efc08 8482 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
8483 calc-describe-function and calc-describe-variable to match their
8484 current behavior.
8485
84862004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8487
8488 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8489
84902004-10-12 Michael Albinus <michael.albinus@gmx.de>
8491
8492 Sync with Tramp 2.0.45.
8493
8494 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8495 plink link. The URL is outdated. Originator contacted for
8496 clarification.
8497
84982004-10-10 Juri Linkov <juri@jurta.org>
8499
8500 * gnus.texi (Top, Marking Articles): Join two menus in one node
8501 because a node can have only one menu.
8502
85032004-10-09 Juri Linkov <juri@jurta.org>
8504
8505 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8506 example of nnmail-split-fancy.
8507
85082004-10-06 Karl Berry <karl@gnu.org>
8509
8510 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8511 consistency with other uses of dashes.
8512
85132004-10-05 Karl Berry <karl@gnu.org>
8514
8515 * info.texi: Consistently use --- throughout, periods at end of
8516 menu descriptions, and a couple typos.
8517
85182004-09-26 Jesper Harder <harder@ifa.au.dk>
8519
8520 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8521 * pgg.texi (User Commands, Backend methods): Do.
8522 * gnus.texi: Markup fixes.
8523 (Setting Process Marks): Fix `M P a' entry.
8524 * emacs-mime.texi: Fixes.
8525
85262004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8527
8528 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8529 again.
8530 Use 5.10 instead of 5.10.0.
8531
85322004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8533
8534 * gnus.texi (Summary Mail Commands): S D e.
8535
85362004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
8537
8538 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8539 the gnus-article-mode-line-format section.
8540
85412004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
8542
8543 * gnus.texi (Various Summary Stuff): Fix the documentation for
8544 gnus-newsgroup-variables.
8545
85462004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8547
0c7efc08
SM
8548 * gnus.texi (MIME Commands):
8549 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
8550 gnus-mime-display-multipart-alternative-as-mixed,
8551 gnus-mime-display-multipart-related-as-mixed.
8552 (Mail Source Customization): Clarify `mail-source-directory'.
8553 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 8554 (SpamOracle): Fix typo.
2de53ca6
GM
8555
8556 * gnus-faq.texi: Untabify.
8557 ([6.3]): nnir.el is in contrib directory.
8558
8559 * message.texi (News Headers): Clarify how a unique ID is created.
8560
0c7efc08
SM
8561 * gnus.texi (Batching Agents): Fix typo in example.
8562 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 8563
b2abec73 85642004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 8565
0c7efc08 8566 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
8567
85682004-09-20 Florian Weimer <fw@deneb.enyo.de>
8569
8570 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8571
85722004-09-22 Jay Belanger <belanger@truman.edu>
8573
0c7efc08 8574 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
8575 might be hidden during part of the session.
8576
85772004-09-20 Jay Belanger <belanger@truman.edu>
8578
8579 * calc.texi (Notations Used in This Manual): Put in an earlier
8580 mention that DEL could be called Backspace.
8581
85822004-09-10 Simon Josefsson <jas@extundo.com>
8583
8584 * gnus.texi (IMAP): Add example. Suggested and partially written
8585 by Steinar Bang <sb@dod.no>.
8586
85872004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8588
8589 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8590 netrc syntax.
8591
85922004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8593
b2abec73
JB
8594 * gnus.texi (Spam ELisp Package Sequence of Events):
8595 Some clarifications.
2de53ca6
GM
8596 (Spam ELisp Package Global Variables): More clarifications.
8597
85982004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8599
8600 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8601 Mention spam-split does not modify incoming mail.
8602
86032004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8604
8605 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8606
86072004-09-10 Eli Zaretskii <eliz@gnu.org>
8608
8609 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8610
86112004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8612
8613 * makefile.w32-in (sieve, pgg): Use $(infodir).
8614
86152004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8616
8617 * makefile.w32-in: Fix PGG and Sieve entries.
8618
86192004-08-28 Eli Zaretskii <eliz@gnu.org>
8620
8621 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8622 Emacs and related programs.
8623
86242004-08-27 Richard M. Stallman <rms@gnu.org>
8625
8626 * faq.texi: Fix texinfo usage, esp. doublequotes.
8627 (Difference between Emacs and XEmacs): Some clarification.
8628
8629 * faq.texi (Difference between Emacs and XEmacs):
8630 Explain not to contrast XEmacs with GNU Emacs.
8631
86322004-08-26 Richard M. Stallman <rms@gnu.org>
8633
8634 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8635
86362004-08-22 David Kastrup <dak@gnu.org>
8637
8638 * reftex.texi (AUCTeX): Update links, section name.
8639
8640 * faq.texi (Calc): Update availability (included in 22.1).
8641 (AUCTeX): Update availability, information, versions, description.
8642
86432004-08-14 Eli Zaretskii <eliz@gnu.org>
8644
8645 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8646
86472004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8648
8649 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8650
86512004-08-10 Michael Albinus <michael.albinus@gmx.de>
8652
8653 Sync with Tramp 2.0.44.
8654
86552004-08-05 Lars Hansen <larsh@math.ku.dk>
8656
8657 * widget.texi (User Interface): Update how to separate the
8658 editable field of an editable-field widget from other widgets.
8659 (Programming Example): Add text after field.
8660
86612004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8662
8663 * emacs-mime.texi (Encoding Customization): Add a note to the
8664 mm-content-transfer-encoding-defaults entry.
8665 (rfc2047): Update.
8666
0c7efc08
SM
8667 * gnus.texi (Article Highlighting):
8668 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8669 (POP before SMTP): New node.
8670 (Posting Styles): Addition.
8671 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8672 (Fancy Mail Splitting): Ditto.
8673 (X-Face): Add gnus-x-face.
8674
86752004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8676
8677 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8678 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8679
86802004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8681
0c7efc08
SM
8682 * gnus.texi (Mail Source Specifiers):
8683 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8684
86852004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8686
8687 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8688
8689 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8690 repository. Change setfilename.
8691
8692 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8693
86942004-07-02 Juri Linkov <juri@jurta.org>
8695
8696 * pcl-cvs.texi (Viewing differences): Add `d r'.
8697
86982004-06-29 Jesper Harder <harder@ifa.au.dk>
8699
8700 * ses.texi, viper.texi, flymake.texi, faq.texi:
8701 * eshell.texi, ediff.texi: Markup fixes.
8702
87032004-06-21 Karl Berry <karl@gnu.org>
8704
8705 * info.texi (Top): Mention that only Emacs has mouse support.
8706 (Getting Started): Mention this in a few other places.
8707
87082004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8709
0c7efc08
SM
8710 * autotype.texi (Copyrights, Timestamps):
8711 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8712
87132004-06-13 Lars Hansen <larsh@math.ku.dk>
8714
8715 * dired-x.texi (dired-mark-omitted): Update keybinding.
8716
87172004-06-10 Kim F. Storm <storm@cua.dk>
8718
8719 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8720
87212004-06-05 Lars Hansen <larsh@math.ku.dk>
8722
8723 * dired-x.texi (variable dired-omit-mode): Rename from
8724 dired-omit-files-p.
8725 (function dired-omit-mode): Rename from dired-omit-toggle.
8726 Call dired-omit-mode rather than set dired-omit-files-p.
8727 (dired-mark-omitted): Describe command.
8728
87292004-05-29 Michael Albinus <michael.albinus@gmx.de>
8730
8731 Version 2.0.41 of Tramp released.
8732
87332004-05-29 Juanma Barranquero <lektu@terra.es>
8734
8735 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8736 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8737
87382004-05-29 Richard M. Stallman <rms@gnu.org>
8739
8740 * cl.texi (Top): Call this chapter `Introduction'.
8741 (Overview): In TeX, no section heading here.
8742
8743 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8744
87452004-05-29 Eli Zaretskii <eliz@gnu.org>
8746
8747 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8748 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8749
87502004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8751
8752 * flymake.texi: New file.
8753
87542004-05-28 Simon Josefsson <jas@extundo.com>
8755
8756 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8757
b344d29d 87582004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8759
8760 Version 2.0.40 of Tramp released.
8761
87622004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8763
8764 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8765
8766 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8767 variables `tramp-backup-directory-alist' and
8768 `tramp-bkup-backup-directory-info'.
8769 (Overview, Connection types)
8770 (External transfer methods, Default Method)
8771 (Windows setup hints): Remove restriction of password entering
8772 with external methods.
8773 (Auto-save and Backup): Make file name example
8774 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8775 and `auto-save-directory' must be used.
8776 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8777 only "NT"). Remove doubled entry "What kinds of systems does
8778 @tramp{} work on".
8779 (tramp): Macro removed.
8780 (Obtaining Tramp): Flag removed from title.
8781 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8782 and `trampver' used properly. Flag `tramp-inst' replaced by
8783 `installchapter'. Installation related text adapted.
8784
87852004-04-28 Masatake YAMATO <jet@gyve.org>
8786
8787 * widget.texi (Programming Example): Remove overlays.
8788
87892004-04-27 Jesper Harder <harder@ifa.au.dk>
8790
8791 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8792
87932004-04-23 Juanma Barranquero <lektu@terra.es>
8794
8795 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8796
87972004-04-05 Jesper Harder <harder@ifa.au.dk>
8798
8799 * info.texi (Info Search): Add info-apropos.
8800
88012004-03-22 Juri Linkov <juri@jurta.org>
8802
8803 * faq.texi: Fix help key bindings.
8804
88052004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8806
8807 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8808 (as suggested by Karl Berry). Update information about colored
8809 stars in menus. Add new subheading describing M-n.
8810
88112004-03-12 Richard M. Stallman <rms@gnu.org>
8812
8813 * cl.texi (Top): Rename top node's title.
8814
88152004-03-08 Karl Berry <karl@gnu.org>
8816
8817 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8818 problems making the texinfo distribution.
8819
88202004-02-29 Simon Josefsson <jas@extundo.com>
8821
0c7efc08 8822 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8823 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8824 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8825 <voegelas@gmx.net>.
8826
88272004-02-29 Juanma Barranquero <lektu@terra.es>
8828
8829 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8830 Use $(DEL) instead of rm, and ignore exit code.
8831
b344d29d 88322004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8833
8834 Tramp version 2.0.39 released.
8835
88362004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8837
8838 * tramp.texi (Customizing Completion): Explain new functions
8839 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8840 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8841 (Top): Refer to Savannah mailing list as the major one.
8842 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8843 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8844 (Frequently Asked Questions): Remote hosts must not be Unix-like
8845 for "smb" method.
8846 (Password caching): New node.
8847 (External transfer methods): Refer to password caching for "smb"
8848 method.
8849
88502004-02-17 Karl Berry <karl@gnu.org>
8851
8852 * info.texi (Help-Int): Mention the new line number feature.
8853
88542004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8855
8856 * ses.texi (Advanced Features): New functionality for
8857 ses-set-header-row (defaults to current row unless C-u used).
8858 (Acknowledgements): Add Stefan Monnier.
8859
88602003-12-29 Kevin Ryde <user42@zip.com.au>
8861
8862 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8863
b344d29d 88642003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8865
8866 Tramp version 2.0.38 released.
8867
8868 * tramp.texi (Remote shell setup): Warn of environment variables
8869 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8870 <sven.gabriel@imk.fzk.de>.
8871 (Configuration): Tramp now chooses base64/uuencode
8872 automatically. Update wording accordingly.
8873 (Top): More description for the `Default Method' menu entry.
8874 (Default Method): Use @code, not @var, for Lisp variables.
8875 (Default Method): New subsection `Which method is the right one
8876 for me?' Suggested by Christian Kirsch.
8877 (Configuration): Pointer to new subsection added.
8878 (Default Method): Too many "use" in one sentence.
8879 Rephrase. Reported by Christian Kirsch.
8880 (Filename Syntax): Old `su' example is probably a left-over from
8881 the sm/su method naming. Replace with `ssh', instead.
8882 (External transfer methods, Auto-save and Backup):
8883 Typo fixes.
8884
88852003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8886
183080b6 8887 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
8888 (Top): Mention japanese manual only if flag `jamanual' is set.
8889 Insert section `Japanese manual' in menu.
8890
88912003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8892
8893 * eshell.texi (Known Problems): Add doc item.
8894
88952003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8896
8897 * cc-mode.texi: Update for CC Mode 5.30.
8898
8899 Note: Please refrain from doing purely cosmetic changes like
8900 removing trailing whitespace in this manual; it clobbers cvs
8901 merging for no good reason.
8902
89032003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8904
8905 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8906 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8907 @acronym{ASCII}.
8908
89092003-10-26 Karl Berry <karl@gnu.org>
8910
8911 * info.texi (Info Search): Echo area, not echo are. From Debian
8912 diff.
8913
89142003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
8915
10d1d0af 8916 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
8917 :buttons and :children keywords.
8918
89192003-10-22 Miles Bader <miles@gnu.org>
8920
8921 * Makefile.in (info): Move before $(top_srcdir)/info.
8922
89232003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
8924
8925 * tramp.texi (Inline methods): Small grammar fix.
8926 (External transfer methods): Likewise.
8927
89282003-10-08 Nick Roberts <nick@nick.uklinux.net>
8929
8930 * speedbar.texi: Remove paragraph for GUD that is no longer true.
8931
89322003-10-06 Luc Teirlinck <teirllm@auburn.edu>
8933
8934 * texinfo.tex: Replace `%' in arch tagline by @ignore.
8935
89362003-09-30 Richard M. Stallman <rms@gnu.org>
8937
8938 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8939
8940 * widget.texi (User Interface): Fix typos.
8941
8942 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8943
89442003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8945
8946 * pcl-cvs.texi (Selected Files): Fix typo.
8947
89482003-09-21 Karl Berry <karl@gnu.org>
8949
8950 * info.texi (] and [ commands): No period at end of section title.
8951
89522003-09-04 Miles Bader <miles@gnu.org>
8953
8954 * Makefile.in (top_srcdir): New variable.
8955 ($(top_srcdir)/info): New rule.
8956 (info): Depend on it.
8957
89582003-09-03 Peter Runestig <peter@runestig.com>
8959
8960 * makefile.w32-in: New file.
8961
89622003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
8963
8964 * widget.texi (User Interface): Explain the need of static text
8965 around an editable field.
8966
89672003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8968
8969 * widget.texi (Basic Types): The argument to `:help-echo' can now
8970 be a form that evaluates to a string.
8971
89722003-08-18 Kim F. Storm <storm@cua.dk>
8973
8974 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
8975
89762003-08-16 Richard M. Stallman <rms@gnu.org>
8977
8978 * dired-x.texi (Shell Command Guessing): Explain *.
8979
89802003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
8981
8982 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
8983 log-edit-insert-changelog.
8984
89852003-08-03 Karl Berry <karl@gnu.org>
8986
8987 * info.texi: Need @contents.
8988
c8763fb6 89892003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8990
8991 Tramp version 2.0.36 released.
8992
8993 * tramp.texi (Remote shell setup): Explain about problems with
8994 non-Bourne commands in ~/.profile and ~/.shrc.
8995
89962003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8997
8998 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
8999 renaming of `vis-mode' to `visible-mode'.
9000
90012003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9002
9003 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9004 next, prev and up pointers.
9005
90062003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9007
9008 * info.texi (Help): Mention existence of Emacs and stand-alone
9009 Info at the very beginning of the tutorial.
9010 (Help-Inv): New node.
9011 (Help-]): New node.
9012 (Help-M): Systematically point out the differences between default
9013 Emacs and stand-alone versions. Delete second menu.
9014 (Help-Xref): Systematically point out the differences between
9015 default Emacs and stand-alone versions.
9016 (Help-Int): Change `l' example.
9017 (Expert Info): Fix typos.
9018 (Emacs Info Variables): Mention `Info-hide-note-references' and
9019 new default for `Info-scroll-prefer-subnodes'.
9020
c8763fb6 90212003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9022
9023 Version 2.0.35 of Tramp released.
9024
9025 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9026 (Inline methods): Add methods `remsh' and `plink1'.
9027 (External transfer methods): Add method `remcp'.
9028 (Multi-hop Methods): Add method `remsh'.
9029 Small patch from Adrian Aichner <adrian@xemacs.org>:
9030 Fix minor typos.
0c7efc08 9031 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9032 `Info-index'.
9033 (Version Control): Add cindex entry.
9034
c8763fb6 90352003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9036
9037 * trampver.texi: Version 2.0.34 released.
9038
90392003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9040
9041 * faq.texi: Improve previous changes.
9042
90432003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9044
9045 * faq.texi: Update copyright and maintenance details.
9046 Update some package URLs, versions, and maintainers.
9047 Remove many references to the Emacs Lisp Archive.
9048
90492003-04-23 Simon Josefsson <jas@extundo.com>
9050
9051 * smtpmail.texi: Fix license (the invariant sections mentioned has
9052 never been part of the smtp manual). Align info dir entry with
9053 other emacs packages.
9054
90552003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9056
9057 * tramp.texi: Version 2.0.33 released.
9058 Remove installation chapter. Remove XEmacs specifics.
9059
90602003-03-29 Richard M. Stallman <rms@gnu.org>
9061
9062 * tramp.texi (Top): Undo the previous renaming.
9063 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9064
c8763fb6 90652003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9066
9067 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9068 version of manual.
9069
9070 * tramp.texi (Auto-save and Backup): New node.
9071
90722003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9073
9074 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9075 Emacs" in order to have better differentiation to "XEmacs".
9076 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9077 are new macros in order to point to the other Emacs flavor where
9078 appropriate. In info case, point to node `Installation' in order
9079 to explain how to generate the other way. In html case, make a
9080 link to the other html file.
0c7efc08 9081 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9082 after CVS checkout/update.
9083 (Installation): Completely rewritten.
9084 (Installation parameters, Load paths): New sections under
9085 `Installation'.
9086
c8763fb6 90872003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9088
9089 * tramp.texi: Version 2.0.30 released.
9090 Replace word "path" with "localname" where used as a component of
9091 a Tramp file name.
9092
90932003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9094
9095 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9096 introduced.
9097 (Installation): Explain what to do if files from the tramp/contrib
9098 directory are needed.
9099
91002003-02-23 Alex Schroeder <alex@emacswiki.org>
9101
9102 * smtpmail.texi (How Mail Works): New.
9103
91042003-02-22 Alex Schroeder <alex@emacswiki.org>
9105
9106 * smtpmail.texi: New file.
9107
9108 * Makefile.in: Build SMTP manual.
9109
c8763fb6 91102003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9111
9112 * tramp.texi: Version 2.0.29 released.
9113 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9114 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9115
91162003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9117
9118 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 9119 another package loads accidentally Ange-FTP.
2de53ca6
GM
9120
91212003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9122
9123 * tramp.texi (Customizing Completion): Add function
9124 `tramp-parse-sconfig'. Change example of
9125 `tramp-set-completion-function', because parsing of ssh config
9126 files looks more natural.
9127
91282003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9129
9130 * gnus.texi: Do not use `path' in several locations.
9131
c8763fb6 91322002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 9133
0c7efc08
SM
9134 * tramp.texi (External transfer methods): New method `smb'.
9135 From Michael Albinus.
2de53ca6
GM
9136
91372002-11-05 Karl Berry <karl@gnu.org>
9138
9139 * info.texi (Info-fontify): Reorder face list to avoid bad line
9140 breaks.
9141
c8763fb6 91422002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 9143
0c7efc08
SM
9144 * tramp.texi: Move @copying to standard place.
9145 Use @insertcopying.
2de53ca6
GM
9146
91472002-10-02 Karl Berry <karl@gnu.org>
9148
9149 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9150 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9151 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9152 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9153 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9154 Per rms, update all manuals to use @copying instead of @ifinfo.
9155 Also use @ifnottex instead of @ifinfo around the top node, where
9156 needed for the sake of the HTML output.
9157 (The Gnus manual is not fixed since it's not clear to me how it
9158 works; and the Tramp manual already uses @copying, although in an
9159 unusual way. All others were changed.)
9160
91612002-09-10 Jonathan Yavner <jyavner@engineer.com>
9162
9163 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9164 (../info/ses, ses.dvi): New targets.
9165 * ses.texi: New file.
9166
c8763fb6 91672002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
9168
9169 * texinfo.tex: Update to texinfo 4.2.
9170
91712002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9172
9173 * reftex.texi: Update to RefTeX 4.19.
9174
c8763fb6 91752002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
9176
9177 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9178 (../info/tramp, tramp.dvi): New targets.
9179
91802002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9181
9182 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9183 (calc.dvi): Uncomment.
9184
91852001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9186
9187 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9188 (../info/calc): New target.
9189
91902001-10-20 Gerd Moellmann <gerd@gnu.org>
9191
9192 * (Version 21.1 released.)
9193
91942001-10-05 Gerd Moellmann <gerd@gnu.org>
9195
9196 * Branch for 21.1.
9197
91982001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9199
9200 * Makefile.in (../info/info): Use an explicit -o switch to
9201 makeinfo.
9202
92032001-03-05 Gerd Moellmann <gerd@gnu.org>
9204
9205 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9206
92072000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9208
9209 * Makefile.in (../info/idlwave): Use --no-split.
9210
92112000-12-14 Dave Love <fx@gnu.org>
9212
c4cc8b9a 9213 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
9214 (gnus.dvi): Change rule to remove @latex stuff.
9215
92162000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9217
9218 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9219
92202000-10-13 John Wiegley <johnw@gnu.org>
9221
9222 * Makefile.in: Add build targets for eshell.texi.
9223
92242000-09-25 Gerd Moellmann <gerd@gnu.org>
9225
9226 * Makefile.in: Remove/comment speedbar stuff.
9227
92282000-09-22 Dave Love <fx@gnu.org>
9229
9230 * Makefile.in: Add emacs-mime.
9231
92322000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9233
9234 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9235 (DVI_TARGETS): Add woman.dvi.
9236 (../info/woman, woman.dvi): New targets.
9237
92382000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9239
9240 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9241
9242 * pcl-cvs.texi: New file.
9243 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9244 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9245
92462000-05-11 Gerd Moellmann <gerd@gnu.org>
9247
9248 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9249 (../info/ebrowse, ebrowse.dvi): New targets.
9250
92512000-01-13 Gerd Moellmann <gerd@gnu.org>
9252
9253 * Makefile.in (INFO_TARGETS): Add eudc.
9254 (DVI_TARGETS): Add eudc.dvi.
9255 (../info/eudc, eudc.dvi): New targets.
9256
92572000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9258
9259 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9260 compatibility with 8+3 filesystems).
9261 (../info/efaq): Rename from emacs-faq.
9262
92632000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9264
9265 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9266 (../info/idlwave, idlwave.dvi): New targets.
9267
92681999-10-23 Dave Love <fx@gnu.org>
9269
9270 * Makefile.in: Use autotype.texi.
9271
92721999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9273
9274 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9275 faq.texi file) rather than ../info/faq.
9276
92771999-10-07 Gerd Moellmann <gerd@gnu.org>
9278
9279 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9280 (../info/ada-mode, ada-mode.dvi): New targets.
9281
92821999-09-01 Dave Love <fx@gnu.org>
9283
9284 * Makefile.in: Add faq.
9285
92861999-07-12 Richard Stallman <rms@gnu.org>
9287
9288 * Version 20.4 released.
9289
92901998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9291
9292 * Version 20.3 released.
9293
92941998-04-06 Andreas Schwab <schwab@gnu.org>
9295
768c0c0f
JB
9296 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9297 Use it in dvi targets.
2de53ca6
GM
9298 (../etc/GNU): Change to $(srcdir) first.
9299
93001998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9301
9302 * reftex.texi: Update for RefTeX version 3.22.
9303
93041998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9305
9306 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9307 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9308
93091997-09-23 Paul Eggert <eggert@twinsun.com>
9310
9311 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9312 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9313
93141997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9315
9316 * Version 20.2 released.
9317
93181997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9319
9320 * Version 20.1 released.
9321
93221997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9323
9324 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9325
93261996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9327
9328 * Version 19.33 released.
9329
93301996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9331
9332 * Version 19.32 released.
9333
93341996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9335
9336 * Makefile.in: Add rules for the Message manual.
9337
93381996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9339
9340 * gnus.texi: New version.
9341
9342 * message.texi: New manual.
9343
93441996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9345
9346 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9347
93481996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9349
9350 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9351 Specify -I option.
9352 (All dvi targets): Set the TEXINPUTS variable.
9353
93541996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9355
9356 * Version 19.31 released.
9357
93581996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9359
9360 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9361 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9362
93631995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9364
9365 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9366 (INFO_TARGETS): Add ../info/cc-mode.
9367 (DVI_TARGETS): Add cc-mode.dvi.
9368
2de53ca6
GM
93691995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9370
9371 * Version 19.30 released.
9372
93731995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9374
9375 * gnus.texi: New file.
9376
93771995-11-04 Erik Naggum <erik@naggum.no>
9378
9379 * gnus.texi: File deleted.
9380
93811995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9382
9383 * mh-e.texi: "Function Index" -> "Command Index" to work with
9384 Emacs 19.30 C-h C-k support of separately-documented commands.
9385
93861995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9387
9388 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9389 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9390
93911995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9392
9393 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9394 (../info/viper, viper.dvi): New targets.
9395
93961995-04-20 Kevin Rodgers <kevinr@ihs.com>
9397
9398 * dired-x.texi (Installation): Change the example to set
9399 buffer-local variables like dired-omit-files-p in
9400 dired-mode-hook.
9401
94021995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9403
9404 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9405 (../info/mh-e, mh-e.dvi): New targets.
9406
94071995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9408
9409 * Makefile.in (maintainer-clean): Rename from realclean.
9410
94111994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9412
9413 * Makefile.in: New file.
9414 * Makefile: File deleted.
9415
94161994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9417
9418 * Makefile (TEXINDEX_OBJS): Variable deleted.
9419 (texindex, texindex.o, getopt.o): Rules deleted.
9420 All deps on texindex deleted.
9421 (distclean): Don't delete texindex.
9422 (mostlyclean): Don't delete *.o.
9423 * texindex.c, getopt.c: Files deleted.
9424
94251994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9426
9427 * Version 19.26 released.
9428
94291994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9430
9431 * Version 19.25 released.
9432
94331994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9434
9435 * Version 19.24 released.
9436
94371994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9438
9439 * Version 19.23 released.
9440
94411994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9442
9443 * Makefile: Delete spurious tab.
9444
94451994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9446
9447 * Makefile (.SUFFIXES): New rule.
9448
94491994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9450
9451 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9452 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9453
94541994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9455
9456 * Makefile (../info/sc): Rename from sc.info.
9457 (../info/cl): Likewise.
9458 (INFO_TARGETS): Use new names.
9459
94601993-12-04 Richard Stallman (rms@srarc2)
9461
9462 * getopt.c: New file.
9463 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9464 (getopt.o): New rule.
9465 (dvi): Don't depend on texindex.
9466 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9467 Depend on texindex.
9468
94691993-12-03 Richard Stallman (rms@srarc2)
9470
9471 * Makefile (../info/sc.info): Rename from ../info/sc.
9472 (TEXI2DVI): New variable.
9473 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9474 Add explicit commands.
9475 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9476
94771993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9478
9479 * Version 19.22 released.
9480
94811993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9482
9483 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9484
94851993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9486
9487 * Version 19.21 released.
9488
94891993-11-15 Paul Eggert (eggert@twinsun.com)
9490
9491 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9492
94931993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9494
9495 * Makefile (../etc/GNU): New target.
9496 (EMACSSOURCES): Add gnu1.texi.
9497
94981993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9499
9500 * Makefile (realclean): Don't delete the Info files.
9501
f0131492 95021993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
9503
9504 * forms.texi: Fix forms.texi so that it will format correctly.
9505 Add missing `@end iftex', fix bad reference.
9506
9507 * info.texi, info-stn.texi: New files implement texinfo version of
9508 `info' file.
9509
f0131492 95101993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
9511
9512 * Makefile: Fix targets for texindex, new info.texi files.
9513 * info-stnd.texi: New file implements info for standalone info
9514 reader.
9515 * info.texi: Update to include recent changes to "../info/info".
9516 New source file for ../info/info; includes info-stnd.texi.
9517
9518 * texindex.c: Include "../src/config.h" if building in emacs.
9519
9520 * Makefile: Change all files to FILENAME.texi, force all targets
9521 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9522 vip.texinfo, forms.texinfo, cl.texinfo.
9523 Add target to build texindex.c, defining `emacs'.
9524
9525 * forms.texi: Install new file to match version 2.3 of forms.el.
9526
95271993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9528
9529 * Version 19.19 released.
9530
95311993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
9532
9533 * sc.texinfo: Fix info file name.
9534
9535 * Makefile (info): Add gnus and sc.
9536 (dvi): Add gnus.dvi and sc.dvi.
9537 (../info/sc, sc.dvi): New targets.
9538
95391993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9540
9541 * Version 19.18 released.
9542
95431993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9544
9545 * Makefile: Fix source file names of the separate manuals.
9546 (gnus.dvi, ../info/gnus): New targets.
9547
95481993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9549
9550 * Version 19.17 released.
9551
95521993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9553
9554 * split-man: Fix typos in last change.
9555
95561993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9557
9558 * Version 19.16 released.
9559
95601993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9561
9562 * version 19.15 released.
9563
95641993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9565
9566 * Makefile (distclean): It's rm, not rf.
9567
95681993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9569
9570 * Version 19.14 released.
9571
95721993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9573
9574 * Makefile: New file.
9575
95761993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9577
9578 * Version 19.13 released.
9579
95801993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9581
9582 * Version 19.9 released.
9583
95841993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9585
9586 * Version 19.8 released.
9587
95881993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9589
9590 * Version 19.7 released.
9591
95921990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9593
9594 * gnus.texinfo: New file. Removed installation instructions.
9595
95961990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9597
9598 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9599
96001989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9601
9602 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
9603 then define `\sc' as the command for smallcaps in Texinfo.
9604 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
9605 made the corresponding change to makeinfo and texinfm.el.
9606
96071988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9608
9609 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9610 Customization since the menu entry did not point to anything.
9611 Also add an @finalout command to remove overfull hboxes from the
9612 printed output.
9613
9614 * cl.texinfo: Add @bye, \input line and @settitle to file.
9615 This file is clearly intended to be a chapter of some other work,
9616 but the other work does not yet exist.
9617
96181988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9619
9620 * texinfo.texinfo: Three typos corrected.
9621
4009494e 9622;; Local Variables:
c8763fb6 9623;; coding: utf-8
4009494e
GM
9624;; End:
9625
3fe7cdc8 9626 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9627
9628 This file is part of GNU Emacs.
9629
97c0352c 9630 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9631 it under the terms of the GNU General Public License as published by
97c0352c
GM
9632 the Free Software Foundation, either version 3 of the License, or
9633 (at your option) any later version.
4009494e
GM
9634
9635 GNU Emacs is distributed in the hope that it will be useful,
9636 but WITHOUT ANY WARRANTY; without even the implied warranty of
9637 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9638 GNU General Public License for more details.
9639
9640 You should have received a copy of the GNU General Public License
97c0352c 9641 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.