* lisp/erc/erc-backend.el: Fix last change that missed calls to `second'.
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
0e70ce93
PE
12012-11-22 Paul Eggert <eggert@cs.ucla.edu>
2
3 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
4 (Date Forms): Correct off-by-one error in explanation of
5 Julian day numbers. Give Gregorian equivalent of its origin.
6
723da6aa
JB
72012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
8
9 * doc/misc/calc.texi (Date Forms): Mention the customizable
10 Gregorian-Julian switch.
11 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
12
310e60d9
PE
132012-11-17 Paul Eggert <eggert@cs.ucla.edu>
14
6f6b82d6
PE
15 Calc now uses the Gregorian calendar for all dates (Bug#12633).
16 It also uses January 1, 1 AD as its day number 1.
310e60d9
PE
17 * calc.texi (Date Forms): Document this.
18
e8693c96
GM
192012-11-16 Glenn Morris <rgm@gnu.org>
20
21 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
22 (Obsolete Macros): Move example here from Function Bindings.
23
5c934f8b
GM
24 * erc.texi: Use @code{nil} rather than just "nil".
25 (Modules): Undocument obsolete "hecomplete".
6e5e9b70 26 Add "notifications".
f925b109 27 (Connecting): Add brief section on passwords.
274f5de6 28 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
6e5e9b70 29
f78ee6af 302012-11-13 Glenn Morris <rgm@gnu.org>
24c38527
GM
31
32 * flymake.texi (Customizable variables)
33 (Highlighting erroneous lines): Mention flymake-error-bitmap,
34 flymake-warning-bitmap, and flymake-fringe-indicator-position.
35
1796ef98
VB
362012-11-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
37
38 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
39 In all file place SES into @acronym{...}.
40 (Advanced Features): Add key index and function index for
41 ses-set-header-row. Add description for function
42 ses-rename-cell. Add description for function
43 ses-repair-cell-reference-all.
44 (Ranges in formulas): Add description for ses-range flags.
45
31f47fba
PE
462012-11-12 Paul Eggert <eggert@cs.ucla.edu>
47
48 * texinfo.tex: Merge from gnulib.
49
6baf66d5 502012-11-10 Chong Yidong <cyd@gnu.org>
5b637222
CY
51
52 * url.texi (Introduction): Move url-configuration-directory to
53 Customization node.
54 (Parsed URIs): Split into its own node.
55 (URI Encoding): New node.
56 (Defining New URLs): Remove empty chapter.
57 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
58 Improve docs for url-queue-*.
59 (Supported URL Types): Copyedits. Delete empty subnodes.
60
82f84fa3
CY
61 * url.texi (Introduction): Rename from Getting Started. Rewrite
62 the introduction.
63 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
64
6baf66d5 652012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f
GM
66
67 * cl.texi (Obsolete Setf Customization):
68 Revert defsetf example to the more correct let rather than prog1.
bdd8064f
GM
69 Give define-modify-macro, defsetf, and define-setf-method
70 gv.el replacements.
2ee1d59f 71
2027b1b3 72 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
a358a44e 73 (Setf Extensions): Remove obsolete reference.
2027b1b3 74 (Obsolete Setf Customization):
651af8c6 75 Move note on lack of setf functions to lispref/variables.texi.
ab7f1c43 76 Undocument get-setf-method, since it no longer exists.
a358a44e 77 Mention simple defsetf replaced by gv-define-simple-setter.
651af8c6 78
c65b407b
GM
792012-11-03 Glenn Morris <rgm@gnu.org>
80
81 * cl.texi: Further general copyedits.
685b0026
GM
82 (List Functions): Remove copy-tree, standard elisp for some time.
83 (Efficiency Concerns): Comment out examples that no longer apply.
84 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
85 (Creating Symbols, Random Numbers): De-emphasize internal
86 variables cl--gensym-counter and cl--random-state. (Bug#12788)
f58542e1
GM
87 (Naming Conventions, Type Predicates, Macros)
88 (Predicates on Numbers): No longer mention cl-floatp-safe.
c65b407b 89
a71e2379
G
902012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
91
92 * gnus.texi (Mail Source Specifiers):
93 Document :leave keyword used for pop mail source.
94
df43dd53
GM
952012-11-01 Glenn Morris <rgm@gnu.org>
96
97 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
98 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
99 (Macro Bindings, Blocks and Exits):
100 Acknowledge existence of lexical-binding.
101 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 102
69c1c2e6
GM
1032012-10-31 Glenn Morris <rgm@gnu.org>
104
dd90fd1a
GM
105 * ert.texi (Introduction, The @code{should} Macro):
106 Refer to "cl-assert" rather than "assert".
107
69c1c2e6
GM
108 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
109 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
110 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
111 Reword, and add details of flet and labels.
87b0d8b1 112 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 113
4ddedf94
GM
1142012-10-30 Glenn Morris <rgm@gnu.org>
115
116 * cl.texi (Modify Macros): Update for cl-letf changes.
117 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
118 (Setf Extensions): Partially restore note about cl-getf,
119 mainly moved to lispref/variables.texi.
120 (Property Lists): Fix cl-getf typos.
f43a5263 121 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 122
d3094168
GM
1232012-10-29 Glenn Morris <rgm@gnu.org>
124
125 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 126 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 127 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
128 (Modify Macros, Multiple Values, Other Clauses):
129 Remove mentions of obsolete features.
6a07d52e 130 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 131
3c0c6155
GM
1322012-10-28 Glenn Morris <rgm@gnu.org>
133
f94b04fc
GM
134 * cl.texi (Multiple Values, Common Lisp Compatibility):
135 More namespace updates.
136 (Obsolete Features): Copyedits.
137 (Obsolete Lexical Macros, Obsolete Setf Customization):
138 New subsections.
139
9c52d61d
GM
140 * cl.texi (Porting Common Lisp, Lexical Bindings):
141 Add some xrefs to the Elisp manual.
142
3c0c6155
GM
143 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
144 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
145 (Obsolete Features): New appendix. Move Lexical Bindings here.
146
5887564d
GM
1472012-10-27 Glenn Morris <rgm@gnu.org>
148
e1117425
GM
149 * cl.texi: Use defmac for macros rather than defspec.
150 (Efficiency Concerns): Related copyedit.
151
5887564d
GM
152 * cl.texi (Control Structure): Update for setf now being in core.
153 (Setf Extensions): Rename from Basic Setf. Move much of the
154 former content to lispref/variables.texi.
155 (Modify Macros): Move pop, push details to lispref/variables.texi.
156 (Customizing Setf): Copyedits for setf etc being in core.
157 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
158 Further namespaces updates.
159
bdebdb64
BG
1602012-10-26 Bastien Guerry <bzg@gnu.org>
161
162 * org.texi (Installation): Update the link to Org's ELPA. Also
163 don't mention org-install.el anymore as the replacement file
164 org-loaddefs.el is now loaded by org.el.
165
f956e59d
MA
1662012-10-25 Michael Albinus <michael.albinus@gmx.de>
167
168 * tramp.texi (Frequently Asked Questions): Mention
169 `tramp-completion-reread-directory-timeout' for performance
170 improvement.
171
a05cb6e3
GM
1722012-10-25 Glenn Morris <rgm@gnu.org>
173
174 * cl.texi: Don't mess with the TeX section number counter.
175 Use Texinfo recommended convention for quotes+punctuation.
176 (Overview, Sequence Functions): Rephrase for better line-breaking.
177 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
178 (Macro Bindings, Conditionals, Iteration, Loop Basics)
179 (Random Numbers, Mapping over Sequences, Structures)
180 (Porting Common Lisp): Further updates for cl-lib namespace.
181 (Modify Macros, Declarations, Macro Bindings, Structures):
182 Break long lines in examples.
183 (Dynamic Bindings): Update for changed progv behavior.
184 (Loop Examples, Efficiency Concerns): Markup fixes.
185 (Structures): Remove TeX margin change.
39ff2cf3 186 (Declarations): Fix typos.
a05cb6e3 187
39a58b5b
GM
1882012-10-24 Glenn Morris <rgm@gnu.org>
189
a6880551
GM
190 * cl.texi (Overview, Multiple Values, Creating Symbols)
191 (Numerical Functions): Say less/nothing about the original cl.el.
192 (Old CL Compatibility): Remove.
193 (Assertions): Remove ignore-errors (standard Elisp for some time).
194
39a58b5b
GM
195 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
196 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
197 (Efficiency Concerns, Efficiency Concerns)
198 (Common Lisp Compatibility, Old CL Compatibility):
199 Further updates for cl-lib namespace.
200
72ec96fb
PE
2012012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
202
203 Update manual for new time stamp format (Bug#12706).
204 * emacs-mime.texi (time-date): Update for new format.
205 Also, fix bogus time stamp and modernize a bit.
206
8d6510b9
GM
2072012-10-23 Glenn Morris <rgm@gnu.org>
208
209 * cl.texi: Include emacsver.texi. Use Emacs version number rather
210 than unchanging cl.el version number.
211 End all menu descriptions with a period.
212 Do not use @dfn{CL} for every instance of "CL".
213 (Overview): Remove no-runtime caveat, and note about foo* names.
214 (Usage): Use cl-lib rather than cl.
215 (Organization, Naming Conventions): Update for cl-lib.el.
216 (Installation): Remove long-irrelevant node.
217 (Program Structure, Predicates, Control Structure):
218 Start updating for cl-lib namespace.
8d6510b9
GM
219 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
220 Depend on emacsver.texi.
221
0a078f36
MA
2222012-10-09 Michael Albinus <michael.albinus@gmx.de>
223
224 * trampver.texi: Update release number.
225
a03bb33f
GM
2262012-10-06 Glenn Morris <rgm@gnu.org>
227
24636b26
GM
228 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
229 ERC version.
230 (Introduction): ERC is distributed with Emacs.
231 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
232 (Getting Started): Simplify.
233 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
234 (History): Mention ERC maintained as part of Emacs now.
235 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
236 Add dependency on emacsver.texi.
237
a03bb33f
GM
238 * erc.texi: Remove hand-written node pointers.
239
d259be38
GM
2402012-10-05 Glenn Morris <rgm@gnu.org>
241
242 * newsticker.texi (Overview, Requirements, Usage, Configuration):
243 Copyedits.
244
62a81506
CY
2452012-10-01 Eric Ludlam <zappo@gnu.org>
246
247 * ede.texi (Quick Start, Project Local Variables)
248 (Miscellaneous commands, ede-java-root, Development Overview)
249 (Detecting a Project): New nodes.
250 (Simple projects): Node deleted.
251
252 * eieio.texi (Building Classes): Some slot attributes cannot be
253 overridden.
254 (Slot Options): Remove an example.
255 (Method Invocation, Documentation): New nodes.
256
07f133bf
GM
2572012-10-01 Glenn Morris <rgm@gnu.org>
258
259 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
260 (reftex.pdf): Add dependency on emacsver.texi.
261 * reftex.texi: Don't include directory part for emacsver.texi;
262 the Makefile's -I handles it.
263
4f595e15
RA
2642012-09-30 Ralf Angeli <angeli@caeruleus.net>
265
266 Merge from standalone RefTeX repository.
267
268 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
269 with macros.
270 (Imprint): Mention Wolfgang in list of contributors.
271 (Creating Citations): Give a hint about how to
272 auto-revert the BibTeX database file when using external editors.
273 (Referencing Labels): Simplify section about reference macro
274 cycling.
275 (Options (Referencing Labels)): Adapt to new structure of
276 `reftex-ref-style-alist'.
277 (Referencing Labels, Reference Styles): Document changes in the
278 referencing functionality.
279 (Commands): Mention options for definition of header and footer in
280 BibTeX files.
281 (Options (Creating Citations)): Document
282 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
283 (Reference Styles): New section.
284 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
285 (Options (Referencing Labels)): Remove descriptions of deprecated
286 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
287 Add descriptions for `reftex-ref-style-alist' and
288 `reftex-ref-style-default-list'.
289 (Referencing Labels): Update regarding reference styles.
290 (Citation Styles): Mention support for ConTeXt.
291 (Options (Defining Label Environments)): Fix typo.
292 (Options (Creating Citations)): Document
293 `reftex-cite-key-separator'.
294
8223b1d2
BG
2952012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
296
297 * org.texi: Add description of ORG_ADD_CONTRIB to info
298 documentation. Add link to Worg for more details.
299
300 * org.texi: Clarify installation procedure. Provide link to the
301 build system description on Worg.
302
303 * org.texi: Remove reference to utils/, x11idle.c is now in
304 contrib/scripts.
305
306 * org.texi: Re-normalize to "Org mode" in manual.
307
308 * org.texi (Installation): Adapt documentation to new build
309 system. Mention GNU ELPA (since it needs to be handled like Emacs
310 built-in Org).
311
8223b1d2
BG
3122012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
313
314 * org.texi: Fix typo in description of the 'Hooks' section.
315
316 * org.texi: Add ID to the list of special properties.
317
3182012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
319
320 * org.texi (Moving subtrees): Document the ability to archive to a
321 datetree.
322
3232012-09-30 Bastien Guerry <bzg@altern.org>
324
325 * org.texi (Installation, Feedback, Batch execution): Use
326 (add-to-list 'load-path ... t) for the contrib dir.
327
328 * org.texi (results): Update documentation for ":results drawer"
329 and ":results org".
330
331 * org.texi (Column width and alignment): Fix typo.
332
333 * org.texi (Activation): Point to the "Conflicts" section.
334
335 * org.texi (Conflicts): Mention filladapt.el in the list of
336 conflicting packages.
337
338 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
339 not needed for versions of Emacs > 22.1.
340
341 * org.texi (History and Acknowledgments): Fix typo.
342
343 * org.texi (History and Acknowledgments): Add my own
344 acknowledgments.
345
346 * org.texi (Agenda commands): Document the new command and the new
347 option.
348
349 * org.texi (Agenda commands): Delete `org-agenda-action' section.
350 (Agenda commands): Reorder. Document `*' to toggle persistent
351 marks.
352
353 * org.texi (Agenda dispatcher): Mention
354 `org-toggle-agenda-sticky'.
355 (Agenda commands, Exporting Agenda Views): Fix typo.
356
357 * org.texi (Templates in contexts, Setting Options): Update to
358 reflect changes in how contexts options are processed.
359
360 * org.texi (Templates in contexts): Document the new structure of
361 the variables `org-agenda-custom-commands-contexts' and
362 `org-capture-templates-contexts'.
363
364 * org.texi (Templates in contexts): Document the new option
365 `org-capture-templates-contexts'.
366 (Storing searches): Document the new option
367 `org-agenda-custom-commands-contexts'.
368
369 * org.texi (Formula syntax for Lisp): Reformat.
370
371 * org.texi (Special properties, Column attributes)
372 (Agenda column view): Document the new special property
373 CLOCKSUM_T.
374
375 * org.texi (Template expansion): Document the new %l template.
376
377 * org.texi (Fast access to TODO states): Fix documentation about
378 allowed characters for fast todo selection.
379
380 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
381 use in `org-agenda-to-appt'.
382
383 * org.texi (Comment lines): Update wrt comments.
384
385 * org.texi (Resolving idle time): Document new keybinding.
386
387 * org.texi (Clocking commands): Document the use of S-M-<up/down>
388 on clock timestamps.
389
390 * org.texi (Fast access to TODO states): Explicitely says only
391 letters are supported as fast TODO selection keys.
392
393 * org.texi (Link abbreviations): Illustrate the use of the "%h"
394 specifier. Document the new "%(my-function)" specifier.
395
396 * org.texi (Clocking commands): New cindex.
397 (Clocking commands): Update documentation for `org-clock-in'.
398 Document `org-clock-in-last'. Mention `org-clock-out' and
399 `org-clock-in-last' as commands that can be globally bound.
400 (Resolving idle time): Document continuous clocking.
401
402 * org.texi (Top, Introduction): Fix formatting.
403 (Activation): Add index entries.
404 (Conventions): Update section.
405 (Embedded @LaTeX{}): Fix formatting.
406
407 * org.texi (Visibility cycling): Document `show-children'.
408
409 * org.texi (Using capture): Mention the `org-capture-last-stored'
410 bookmark as a way to jump to the last stored capture.
411
412 * org.texi (Uploading files): Fix typo.
413
414 * org.texi (Using capture): Document `C-0' as a prefix argument
415 for `org-capture'.
416
417 * org.texi (Agenda commands): Document persistent marks.
418
419 * org.texi (Template expansion): Update doc to reflect change.
420
421 * org.texi (Radio tables): Document the :no-escape parameter.
422
423 * org.texi (Repeated tasks): Document repeat cookies for years,
424 months, weeks, days and hours.
425
426 * org.texi (Export options): State that you can use the d: option
427 by specifying a list of drawers.
428
429 * org.texi (HTML preamble and postamble): Small doc improvement.
430
4312012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
432
433 * org.texi: The sections in the Exporting section of the manual
434 left out articles in the description of the org-export-as-*
435 commands, among other places. This patch adds them, adds a few
436 missing prepositions, and switches instances of "an HTML" to "a
437 html" for internal consistency.
438
439 * org.texi: Alter several examples of headings with timestamps in
440 them to include the timestamps in the body instead of the heading.
441
4422012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
443
444 * org.texi (Agenda dispatcher): Document sticky agenda views and
445 the new key for them.
446
4472012-09-30 Charles <millarc@verizon.net> (tiny change)
448
449 * org.texi (Advanced features): Fix error in table.
450
4512012-09-30 Feng Shu <tumashu@gmail.com>
452
453 * org.texi (@LaTeX{} fragments): Document imagemagick as an
454 alternative to dvipng.
455
4562012-09-30 François Allisson <francois@allisson.co> (tiny change)
457
458 * org.texi: Remove extra curly bracket.
459
4602012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
461
462 * org.texi (org-clock-in-last and org-clock-cancel): Update the
463 defkeys.
464
4652012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
466
467 * org.texi (Agenda commands): Fix two typos by giving
468 corresponding function names, according to
469 `org-agenda-view-mode-dispatch'.
470
4712012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
472
473 * org.texi (The spreadsheet): Fix typo.
474
4752012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
476
477 * org.texi (Tracking your habits): Point to the "Tracking TODO
478 state changes" section.
479
4802012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
481
482 * org.texi (Literal examples): Remove reference to unknown
483 `org-export-latex-minted' variable. Also simplify footnote since
484 `org-export-latex-listings' documentation is exhaustive already.
485
486 * org.texi (Plain lists): Remove reference to now hard-coded
487 `bullet' automatic rule.
488
4892012-09-30 Toby S. Cubitt <tsc25@cantab.net>
490
491 * org.texi: Updated documentation accordingly.
492
5087f097
PE
4932012-09-13 Paul Eggert <eggert@cs.ucla.edu>
494
495 * texinfo.tex: Merge from gnulib.
496
20121a26
MA
4972012-09-12 Michael Albinus <michael.albinus@gmx.de>
498
499 Sync with Tramp 2.2.6.
500
501 * tramp.texi (Bug Reports): Cleanup caches before a test run.
502
503 * trampver.texi: Update release number.
504
44677e30
PE
5052012-09-12 Paul Eggert <eggert@cs.ucla.edu>
506
507 * texinfo.tex: Merge from gnulib.
508
5a4c42ba
AA
5092012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
510
511 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
512 (bug#12096).
513
8e7046c3
JB
5142012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
515
1dcac243
JB
516 * calc.texi (Simplification modes, Conversions)
517 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
518 (The Calc Mode Line): Mention the mode line display for Basic
519 simplification mode.
520 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
521 simplifications.
522 (Basic Simplifications): Rename from "Limited Simplifications"
523 Replace "limited" by "basic" throughout.
524 (Algebraic Simplifications): Indicate that the algebraic
525 simplifications are done by default.
526 (Unsafe Simplifications): Mention `m E'.
527 (Simplification of Units): Mention `m U'.
528 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
529 (Kinds of Declarations, Functions for Declarations): Mention
530 "algebraic simplifications" instead of `a s'.
1dcac243 531 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 532
d2bd74ff
JB
5332012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
534
535 * calc.texi (Getting Started, Tutorial): Change simulated
536 Calc output to match actual output.
537 (Simplifying Formulas): Mention that algebraic simplification is now
538 the default.
539
77472261
EZ
5402012-07-28 Eli Zaretskii <eliz@gnu.org>
541
542 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
543 (Bug#12073)
544
09ae5da1
PE
5452012-07-25 Paul Eggert <eggert@cs.ucla.edu>
546
547 Prefer typical American spelling for "acknowledgment".
548 * calc.texi (History and Acknowledgments): Rename from
549 History and Acknowledgements.
550 * idlwave.texi (Acknowledgments):
551 * ses.texi (Acknowledgments):
552 * woman.texi (Acknowledgments): Rename from Acknowledgements.
553
c4444d16
PE
5542012-07-09 Paul Eggert <eggert@cs.ucla.edu>
555
556 Rename configure.in to configure.ac (Bug#11603).
557 * ede.texi (Compiler and Linker objects, ede-proj-project)
558 (ede-step-project): Prefer the name configure.ac to configure.in.
559
ef091c97
MA
5602012-07-06 Michael Albinus <michael.albinus@gmx.de>
561
562 * tramp.texi (Multi-hops): Introduce
563 `tramp-restricted-shell-hosts-alist'.
564
89b163db
G
5652012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
566
567 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
568 methods, so don't mention smtpmail here.
569
5702012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
571
572 * gnus.texi (Picons): Document gnus-picon-properties.
573
5742012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
575
576 * gnus.texi: Remove mention of compilation, as that's no longer
577 supported.
578
5792012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
580
581 * gnus.texi (Archived Messages): Mention
582 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
583
5842012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
585
586 * gnus.texi (Various Summary Stuff):
587 Remove mention of `gnus-propagate-marks'.
588
5892012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
590
591 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
592 which no longer exist.
593
5942012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
595
596 * gnus.texi (Archived Messages):
597 Document gnus-gcc-self-resent-messages.
598
5992012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
600
601 * message.texi (Mail Variables):
602 Mention the optional user parameter for X-Message-SMTP-Method.
603
6042012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
605
606 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
607
608 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
609
6102012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
611
612 * gnus.texi (Key Index): Change encoding to utf-8.
613
ac1a0ce1 6142012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
615
616 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
617
71cca84d
G
6182012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
619
620 * gnus.texi (Group Timestamp): Mention where to find documentation for
621 the `gnus-tmp-' variables (bug#11601).
622
888a7fc0
MA
6232012-06-11 Michael Albinus <michael.albinus@gmx.de>
624
625 Sync with Tramp 2.2.6-pre.
626
627 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
628 where appropriate.
629 (Ad-hoc multi-hops): New section.
630 (Remote processes): New subsection "Running remote processes on
631 Windows hosts".
632 (History): Add remote commands on Windows, and ad-hoc multi-hop
633 methods.
634 (External methods): "ControlPersist" must be set to "no" for the
635 `scpc' method.
636 (Remote processes): Add a note about `auto-revert-tail-mode'.
637 (Frequently Asked Questions): Use "scpx" in combination with
638 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
639
640 * trampver.texi: Update release number.
641
31ca4639 6422012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
643
644 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
645 compilation for html-mono.
646
0e8bbf66
PE
6472012-06-08 Paul Eggert <eggert@cs.ucla.edu>
648
649 * texinfo.tex: Merge from gnulib.
650
b8f061b3
KY
6512012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
652
653 * Makefile.in (echo-info): Don't try to install info files named
654 just ".info".
655
16af873e
GM
6562012-05-28 Glenn Morris <rgm@gnu.org>
657
c1dabff0
GM
658 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
659
16af873e
GM
660 * sc.texi: Nuke hand-written node pointers.
661 Fix top-level menu to match actual node order.
662
1d5b82ef
GM
6632012-05-27 Glenn Morris <rgm@gnu.org>
664
665 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
666 Some associated fixes, including not messing with chapno in cl.texi.
667
33017faf 6682012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
669
670 * org.texi (Durations and time values): Fix typo.
671
d14b0029
JB
6722012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
673
33017faf 674 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
675 Mention `calc-ensure-consistent-units'.
676
2f4cadd1 6772012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 678
9879e263
AS
679 * cc-mode.texi: Avoid space before macro in 4th argument of cross
680 reference commands. (Bug#11461)
681
78e91d08
AS
682 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
683
3fe7cdc8
GM
6842012-05-12 Glenn Morris <rgm@gnu.org>
685
9598ef0b
GM
686 * Makefile.in (mostlyclean): Add more TeX intermediates.
687
7d326a29
GM
688 * Makefile.in: Make it look more like the other doc Makefiles.
689 Use explicit $srcdir in all dependencies.
690 Remove cd $srcdir from rules.
691 (VPATH): Remove.
692 (infodir): Set to an absolute path.
693 (INFO_TARGETS): Use short names.
694 (mkinfodir): infodir is now absolute.
695 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
696
c7f95930 697 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 698 (.SUFFIXES): Disable implicit rules.
c7f95930 699
3fe7cdc8
GM
700 * Makefile.in (MKDIR_P): New, set by configure.
701 (mkinfodir): Use $MKDIR_P.
702
6f0652af
GM
7032012-05-07 Glenn Morris <rgm@gnu.org>
704
705 * forms.texi (Long Example): Update for changed location of files.
706
8045b906
GM
7072012-05-04 Glenn Morris <rgm@gnu.org>
708
709 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
710 (INFO_TARGETS): Use $INFO_EXT.
711 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
712 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
713 (INFO_TARGETS): Use $INFO_EXT.
714 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
715
9e7a4bcf
GM
7162012-05-02 Glenn Morris <rgm@gnu.org>
717
9aa071df
GM
718 * Makefile.in (echo-info): New phony target, used by top-level.
719
9e7a4bcf
GM
720 * viper.texi: Make direntry shorter (also it is no longer "newest").
721
722 * emacs-gnutls.texi, ert.texi, org.texi:
723 Fix dircategory, direntry to match info/dir.
724
31cc861c
GM
725 * faq.texi: Convert @inforefs to @xrefs.
726 Fix some malformed cross-references.
f9e320bb
GM
727 (File-name conventions): Shorten section name to avoid overfull line.
728 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 729
723ea6b5
TZ
7302012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
731
732 * auth.texi (Help for users): Update for .gpg file being second.
733
a8e7d6d7 7342012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
735
736 * org.texi (Agenda commands): Fix two typos: give corresponding
737 function names, according to `org-agenda-view-mode-dispatch'.
738
a8e7d6d7 7392012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
740
741 * faq.texi (Major packages and programs): Remove section.
742 There is no point listing 6 packages (cf etc/MORE.STUFF).
743 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 744
dcbf5805
MA
7452012-04-22 Michael Albinus <michael.albinus@gmx.de>
746
747 * dbus.texi (Version): New node.
748 (Properties and Annotations): Mention the object manager
749 interface. Describe dbus-get-all-managed-objects.
750 (Type Conversion): Floating point numbers are allowed, if an
751 anteger does not fit Emacs's integer range.
752 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
753 (Asynchronous Methods): Fix description of
754 dbus-call-method-asynchronously.
755 (Receiving Method Calls): Fix some minor errors. Add
756 dbus-interface-emacs.
757 (Signals): Describe unicast signals and the new match rules.
758 (Alternative Buses): Add the PRIVATE optional argument to
759 dbus-init-bus. Describe its new return value. Add dbus-setenv.
760
adee4030
GM
7612012-04-20 Glenn Morris <rgm@gnu.org>
762
763 * faq.texi (New in Emacs 24): New section.
764 (Packages that do not come with Emacs): Mention M-x list-packages.
765
35dc09a1 7662012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
767
768 * cc-mode.texi (c-offsets-alist): Correct a typo.
769
35dc09a1 7702012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
771
772 * org.texi (Deadlines and scheduling): Fix the example: the
773 DEADLINE item should come right after the headline. We enforce
774 this convention, so it is a bug not to illustrate it correctly in
775 the manual.
776
35dc09a1 7772012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
778
779 * org.texi (Agenda commands): Fix documentation bug by swapping
780 the equivalent keybindings to `org-agenda-next-line' with the ones
781 to `org-agenda-previous-line'.
782
35dc09a1 7832012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
784
785 * Makefile.in: Replace non-portable use of $< in ordinary rules.
786
e2560ea8
EZ
7872012-04-09 Eli Zaretskii <eliz@gnu.org>
788
789 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
790 emacs-gnutls.
791 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
792
6b4f4a2d
TZ
7932012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
794
250b840e 795 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
796
797 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
798
ca2c89b6
TZ
7992012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
800
801 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 802 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 803
aebd5f1a
GM
8042012-04-04 Glenn Morris <rgm@gnu.org>
805
806 * auth.texi (Secret Service API): Copyedits.
807 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
808 (Help for users, Help for developers)
809 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 810
0317dd51
MA
8112012-04-04 Michael Albinus <michael.albinus@gmx.de>
812
813 * auth.texi (Secret Service API): Add the missing text.
814
3d439cd1
CY
8152012-04-04 Chong Yidong <cyd@gnu.org>
816
817 * message.texi (Using PGP/MIME): Note that epg is now the default.
818
819 * gnus.texi: Reduce references to obsolete pgg library.
820 (Security): Note that epg is now the default.
821
822 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
823
824 * nxml-mode.texi (Completion): C-RET is no longer bound to
825 nxml-complete.
826
153ae947
BG
8272012-04-01 Jambunathan K <kjambunathan@gmail.com>
828
829 * org.texi (Customizing tables in ODT export): Correct few errors.
830
8312012-04-01 Jambunathan K <kjambunathan@gmail.com>
832
833 * org.texi (Links in ODT export): Update.
834 (Labels and captions in ODT export): New node.
835
8362012-04-01 Jambunathan K <kjambunathan@gmail.com>
837
838 * org.texi (Literal examples in ODT export): htmlfontify.el in
839 Emacs-24.1 now supports fontification. So ODT source blocks will
840 be fontified by default.
841
8422012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
843
844 * org.texi (Refiling notes): Remove duplicated keybinding.
845
8462012-04-01 Eric Schulte <eric.schulte@gmx.com>
847
848 * org.texi (noweb): Documentation of this new option to the :noweb
849 header argument.
850
8512012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
852
853 * org.texi (Header and sectioning): Add example demonstrating how
854 to use "LaTeX_CLASS_OPTIONS".
855
8562012-04-01 Eric Schulte <eric.schulte@gmx.com>
857
858 * org.texi (Noweb reference syntax): Describe the ability to
859 execute noweb references in the manual.
860
8612012-04-01 Eric Schulte <eric.schulte@gmx.com>
862
863 * org.texi (cache): Improve cache documentation when session
864 evaluation is used.
865
8662012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
867
868 * org.texi (Plain lists): Document removal.
869
8702012-04-01 Michael Brand <michael.ch.brand@gmail.com>
871
872 * org.texi: Decapitalize file name in references to Calc manual.
873
8742012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
875
876 * org.texi (Plain lists): Document removal.
877
8782012-04-01 Jambunathan K <kjambunathan@gmail.com>
879
880 * org.texi (Top, OpenDocument Text export)
881 (ODT export commands, Extending ODT export)
882 (Images in ODT export, Tables in ODT export)
883 (Configuring a document converter): Add or Update.
884
8852012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
886
887 * org.texi (MobileOrg): Change the wording to reflect that the
888 Android Version is no longer just the little brother of the iOS
889 version.
890
8912012-04-01 Eric Schulte <eric.schulte@gmx.com>
892
893 * org.texi (Key bindings and useful functions): Updated babel key
894 binding documentation in manual.
895
8962012-04-01 Eric Schulte <eric.schulte@gmx.com>
897
898 * org.texi (noweb): Document new noweb header value.
899
9002012-04-01 Eric Schulte <eric.schulte@gmx.com>
901
902 * org.texi (noweb-sep): Document new header argument.
903
9042012-04-01 Eric Schulte <eric.schulte@gmx.com>
905
906 * org.texi (noweb-ref): Documentation of this new custom variable.
907
9082012-04-01 Eric Schulte <eric.schulte@gmx.com>
909
910 * org.texi (wrap): Update the new :wrap documentation to match the
911 current implementation.
912
9132012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
914
915 * org.texi: Added documentation for :wrap.
916
9172012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
918
919 * org.texi: #+RESULTS now user-configurable.
920
9212012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
922
923 * org.texi: Documented :noweb no-export.
924
9252012-04-01 Thomas Dye <dk@poto.local>
926
927 * org.texi: Edit :noweb no header argument for correctness.
928
9292012-04-01 Bastien Guerry <bzg@altern.org>
930
931 * org.texi (Customization): Update the approximate number of Org
932 variables.
933
9342012-04-01 Thomas Dye <dk@poto.local>
935
936 * org.texi: The :results wrap produces a drawer instead of a
937 begin_results block.
938
005a89ff
G
9392012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
940
941 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
942 reflect the new default.
943
589ce070
EZ
9442012-03-10 Eli Zaretskii <eliz@gnu.org>
945
946 * info.texi (Expert Info): Move the index entry for "Texinfo" from
947 "Getting Started" to this node. (Bug#10450)
948
a5392527
CY
9492012-03-10 Chong Yidong <cyd@gnu.org>
950
8ae818e4
CY
951 * flymake.texi (Example -- Configuring a tool called via make):
952 Mention the Automake COMPILE variable (Bug#8715).
953
a5392527
CY
954 * info.texi (Getting Started): Add an index entry (Bug#10450).
955
d49902e4
MA
9562012-03-02 Michael Albinus <michael.albinus@gmx.de>
957
958 * dbus.texi (Signals): Known names will be mapped onto unique
959 names, when registering for signals.
960
53eced6d
GM
9612012-02-29 Glenn Morris <rgm@gnu.org>
962
bcd6cd23
GM
963 * url.texi: Fix quote usage in body text.
964
775b55af
GM
965 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
966
53eced6d
GM
967 * cl.texi: Use @code{} in menus when appropriate.
968
44e97401
GM
9692012-02-28 Glenn Morris <rgm@gnu.org>
970
971 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
972 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
973 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
974 * org.texi, sc.texi, vip.texi, viper.texi:
975 Standardize possessive apostrophe usage.
976
fa9a0855
CY
9772012-02-26 Chong Yidong <cyd@gnu.org>
978
979 * ediff.texi (Quick Help Commands): Add a couple of index entries
980 (Bug#10834).
981
0fd2c9a3
GM
9822012-02-17 Glenn Morris <rgm@gnu.org>
983
984 * gnus.texi (Posting Styles):
985 * remember.texi (Org): Fix cross-refs to other manuals.
986
9f26dc24
GM
9872012-02-15 Glenn Morris <rgm@gnu.org>
988
989 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
990 (Encryption): New chapter, split out from previous.
991
3d2af193
LI
9922012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
993
994 * gnus.texi (Customizing the IMAP Connection): Mention
995 nnimap-record-commands.
996
b74c9672
GM
9972012-02-10 Glenn Morris <rgm@gnu.org>
998
999 * url.texi (Retrieving URLs): Update url-retrieve arguments.
1000 Mention url-queue-retrieve.
1001
2ebc3b94
GM
10022012-02-09 Glenn Morris <rgm@gnu.org>
1003
9fcfcdef
GM
1004 * sem-user.texi (Semantic mode user commands): Typo fix.
1005
2ebc3b94
GM
1006 * info.texi (Create Info buffer): Mention info-display-manual.
1007
7c4bbb69
LI
10082012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1009
1010 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
1011 example (modified from an example by Michael Albinus).
1012
debce7bc
G
10132012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1014
1015 * gnus.texi (Agent Basics): Fix outdated description of
1016 `gnus-agent-auto-agentize-methods'.
1017
b207a4ec
AS
10182012-01-28 Andreas Schwab <schwab@linux-m68k.org>
1019
1020 * cc-mode.texi: Always @defindex ss.
1021 (Config Basics): Fix argument of @itemize.
1022 (Macro Backslashes): Add @code around index entry.
1023
b8fe8712
GM
10242012-01-23 Glenn Morris <rgm@gnu.org>
1025
1026 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
1027
02dc2fd7
EH
10282012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
1029
1030 * tramp.texi (File): Tweak wording for the `scpc' option.
1031
e7719ea1
G
10322012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1033
1034 * gnus.texi (Group Parameters): Really note precedence.
1035
9937bef4
G
10362012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1037
1038 * gnus.texi (Group Parameters): Note precedence.
1039
e66ba1df
BG
10402012-01-03 Eric Schulte <eric.schulte@gmx.com>
1041
1042 * org.texi (Noweb reference syntax): Adding documentation of
1043 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1044 variable.
1045
10462012-01-03 Bastien Guerry <bzg@gnu.org>
1047
1048 * org.texi (Plain lists): Split the table to fix the display
1049 of items.
1050
10512012-01-03 Bastien Guerry <bzg@gnu.org>
1052
1053 * org.texi (Plain lists): Fix misplaced explanation.
1054
10552012-01-03 Bastien Guerry <bzg@gnu.org>
1056
1057 * org.texi (Plain lists, Agenda files): Add index entries.
1058
10592012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1060
1061 * org.texi: Use "Org mode" instead of alternatives like
1062 "Org-mode" or "org-mode".
1063
10642012-01-03 Bernt Hansen <bernt@norang.ca>
1065
1066 * org.texi (Agenda commands): Document
1067 `org-clock-report-include-clocking-task'.
1068
10692012-01-03 Bastien Guerry <bzg@gnu.org>
1070
1071 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1072 C-c' on checkboxes.
1073
10742012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1075
1076 * org.texi: End sentences with two spaces.
1077
10782012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1079
1080 * org.texi (External links): Document the link types file+sys
1081 and file+emacs, slightly narrow used page width.
1082
10832012-01-03 Eric Schulte <eric.schulte@gmx.com>
1084
1085 * org.texi (colnames): Note that colnames behavior may differ
1086 across languages.
1087
10882012-01-03 Bastien Guerry <bzg@gnu.org>
1089
1090 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1091
10922012-01-03 Thomas Dye <dk@poto.westell.com>
1093
1094 * org.texi: Augmented discussion of babel property
1095 inheritance. Put footnote outside sentence ending period.
1096
10972012-01-03 Eric Schulte <schulte.eric@gmail.com>
1098
1099 * org.texi (eval): Documenting the full range of :eval header
1100 argument values.
1101
11022012-01-03 Eric Schulte <schulte.eric@gmail.com>
1103
1104 * org.texi (eval): Documentation of the new :eval option.
1105
11062012-01-03 Thomas Dye <dk@poto.local>
1107
1108 * org.texi: Add accumulated properties.
1109
11102012-01-03 Thomas Dye <dk@poto.local>
1111
1112 * org.texi: Documented no spaces in name=assign, another
1113 correction to :var table.
1114
11152012-01-03 Thomas Dye <dk@poto.local>
1116
1117 * org.texi: Changed DATA to NAME in Working With Source Code
1118 section.
1119
11202012-01-03 Tom Dye <tsd@tsdye.com>
1121
1122 * org.texi: Minor change to :var table.
1123
11242012-01-03 Tom Dye <tsd@tsdye.com>
1125
1126 * org.texi: More changes to :var table (some examples were wrong).
1127
11282012-01-03 Tom Dye <tsd@tsdye.com>
1129
1130 * org.texi: Cleaned up :var table.
1131
11322012-01-03 Bastien Guerry <bzg@gnu.org>
1133
1134 * org.texi (Timestamps, Weekly/daily agenda)
1135 (Weekly/daily agenda): Add @cindex for "appointment".
1136
11372012-01-03 Eric Schulte <schulte.eric@gmail.com>
1138
1139 * org.texi (Literal examples): A new link to the template for
1140 inserting empty code blocks.
1141 (Structure of code blocks): A new link to the template for
1142 inserting empty code blocks.
1143
11442012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1145
1146 * org.texi (External links): Add footnote on how the behavior
1147 of the text search in Org files are controled by the variable
1148 `org-link-search-must-match-exact-headline'.
1149
11502012-01-03 Eric Schulte <schulte.eric@gmail.com>
1151
1152 * org.texi (Buffer-wide header arguments): Update
1153 documentation to reflect removal of #+PROPERTIES.
1154
11552012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1156
1157 * org.texi (The clock table): Mention that ACHIVED trees
1158 contribute to the clock table.
1159
11602012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1161
1162 * org.texi (Conflicts): Better yasnippet config info.
1163
11642012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1165
1166 * org.texi (Selective export): Explicitely mention the default
1167 values for `org-export-select-tags',
1168 `org-export-exclude-tags'.
1169
11702012-01-03 Tom Dye <tsd@tsdye.com>
1171
1172 * org.texi: Added a line to specify that header arguments are
1173 lowercase.
1174
11752012-01-03 Tom Dye <tsd@tsdye.com>
1176
1177 * org.texi: :var requires default value when declared.
1178
11792012-01-03 Bastien Guerry <bzg@gnu.org>
1180
1181 * org.texi (Handling links): Add a note about the
1182 `org-link-frame-setup' option.
1183
11842012-01-03 David Maus <dmaus@ictsoc.de>
1185
1186 * org.texi (Exporting Agenda Views, Extracting agenda
1187 information): Fix command line syntax, quote symbol parameter
1188 values.
1189
11902012-01-03 David Maus <dmaus@ictsoc.de>
1191
1192 * org.texi (Exporting Agenda Views): Fix command line syntax.
1193
8d80ef01
PE
11942011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1195
1196 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1197 Use octal notation for file permissions, which are normally
1198 thought of in octal.
1199 (Mail Back End Variables): Use more-plausible modes in example.
1200
47d42d81
AM
12012011-12-20 Alan Mackenzie <acm@muc.de>
1202
1203 * cc-mode.texi: Update version string 5.31 -> 5.32.
1204
a98edce9
JB
12052011-12-06 Juanma Barranquero <lekktu@gmail.com>
1206
1207 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1208
321decc8
GM
12092011-11-24 Glenn Morris <rgm@gnu.org>
1210
1211 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1212
f8107b79
JB
12132011-11-24 Juanma Barranquero <lekktu@gmail.com>
1214
1215 * makefile.w32-in: Update dependencies.
1216
f5a96a4f
GM
12172011-11-20 Glenn Morris <rgm@gnu.org>
1218
1219 * gnus.texi (Group Information):
1220 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1221
cd1181db
JB
12222011-11-20 Juanma Barranquero <lekktu@gmail.com>
1223
1224 * gnus-coding.texi (Gnus Maintenance Guide):
1225 Rename from "Gnus Maintainance Guide".
1226
1227 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1228 * eieio.texi (Customizing):
fe7a3057
JB
1229 * gnus.texi (Article Washing):
1230 * gnus-news.texi:
1231 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 1232
7877f373
JB
12332011-11-16 Juanma Barranquero <lekktu@gmail.com>
1234
1235 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1236
0d26e0b6
JB
12372011-11-15 Juanma Barranquero <lekktu@gmail.com>
1238
c7015153
JB
1239 * ede.texi (project-am-texinfo):
1240 * gnus.texi (Sending or Not Sending):
1241 * org.texi (Template elements): Fix typos.
0d26e0b6 1242
0b381c7e
JB
12432011-11-14 Juanma Barranquero <lekktu@gmail.com>
1244
1245 * ediff.texi (Hooks):
c7015153 1246 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 1247
40a8bdf6
JB
12482011-11-11 Juanma Barranquero <lekktu@gmail.com>
1249
1250 * semantic.texi (Tag handling): Fix typo.
1251
57dda3bb
KY
12522011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1253
1254 * gnus.texi (Other Gnus Versions): Remove.
1255
52bedd34
AM
12562011-10-28 Alan Mackenzie <acm@muc.de>
1257
1258 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1259 (Other Special Indentations): Add an xref to "Macros with ;".
1260 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1261 "Macros with ;".
1262 (Macros with ;): New page.
1263
00b77525
GM
1264 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1265 Document the new handling of nested scopes for movement by defuns.
52bedd34 1266
4a623313
MA
12672011-10-23 Michael Albinus <michael.albinus@gmx.de>
1268
1269 Sync with Tramp 2.2.3.
1270
1271 * trampver.texi: Update release number.
1272
466a320e
GM
12732011-10-14 Glenn Morris <rgm@gnu.org>
1274
1275 * ert.texi (Introduction, How to Run Tests)
1276 (Running Tests Interactively, Expected Failures)
1277 (Tests and Their Environment, Useful Techniques)
1278 (Interactive Debugging, Fixtures and Test Suites):
1279 Minor rephrasings.
1280 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1281 (Running Tests in Batch Mode): Simplify loading instructions.
1282 (Test Selectors): Clarify some selectors.
1283 (Expected Failures, Useful Techniques):
1284 Make examples fit in 80 columns.
1285
2be4956d
JB
12862011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1287
1288 * calc.texi (Basic Operations on Units): Discuss temperature
1289 conversion (`u t') alongside with other unit conversions ('u c').
1290
7359a765
GM
12912011-10-12 Glenn Morris <rgm@gnu.org>
1292
1293 * ert.texi: Whitespace trivia to make main menu items line up better.
1294
a0c52e5d
GM
12952011-10-08 Glenn Morris <rgm@gnu.org>
1296
1297 * Makefile.in: Fix ert rules.
1298
465d0300
G
12992011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1300
1301 * gnus.texi (Gnus Utility Functions): Add more references and
1302 explanations (bug#9683).
1303
a5166359
LMI
13042011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1305
1306 * gnus.texi (Archived Messages): Note the default (bug#9552).
1307
b523dc20
BW
13082011-09-21 Bill Wohler <wohler@newt.com>
1309
1310 Release MH-E manual version 8.3.
1311
58179cce 1312 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
1313 release 8.3.
1314 (Preface): Updated support information.
bd7239f5 1315 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
1316 historical quote, the tense should be correct in the time that it
1317 was written.
1318
0afb49a1
LMI
13192011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1320
1321 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1322 (Finding the News): Doc clarification.
1323 (Terminology): Mention naming.
1324
e21bac42
G
13252011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1326
1327 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1328 (Interactive): Document `quiet'.
1329
5b409b39 13302011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 1331
bd7239f5 1332 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 1333
5b409b39 13342011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1335
bd7239f5 1336 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
1337 scope for `org-map-entries'.
1338
5b409b39 13392011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1340
1341 * org.texi (Visibility cycling): Document `org-copy-visible'.
1342
5b409b39 13432011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1344
bd7239f5 1345 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
1346 proper order.
1347
5b409b39 13482011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1349
1350 * org.texi (eval): Expand discussion of the :eval header argument.
1351
5b409b39 13522011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1353
1354 * org.texi (Languages): Add Lilypond and Awk as supported
1355 languages.
1356
5b409b39 13572011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 1358
bd7239f5 1359 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
1360 LOG_INTO_DRAWER can be used to override the contents of variable
1361 org-clock-into-drawer (or if unset, org-log-into-drawer).
1362
bd7239f5 1363 * org.texi: Replace @xref->@pxref.
3ab2c837 1364
5b409b39 13652011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1366
1367 * org.texi (Evaluating code blocks): Documenting the new option
1368 for inline call lines.
1369
5b409b39 13702011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1371
1372 * org.texi (Results of evaluation): More explicit about the
1373 mechanism through which interactive evaluation of code is
1374 performed.
1375
5b409b39 13762011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1377
1378 * org.texi (noweb-ref): New header argument documentation.
1379
5b409b39 13802011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1381
1382 * org.texi (Extracting source code): Documentation of the new
1383 org-babel-tangle-named-block-combination variable.
1384
5b409b39 13852011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1386
bd7239f5 1387 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 1388 behavior of multiple blocks of the same name is undefined.
3ab2c837 1389
5b409b39 13902011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
1391
1392 * org.texi (TaskJuggler export): Modify the example to reflect the
1393 new effort durations.
1394
5b409b39 13952011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1396
1397 * org.texi (Images in LaTeX export): Escape curly brackets in
1398 LaTeX example.
1399
5b409b39 14002011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1401
1402 * org.texi (The clock table): Document the :properties and
1403 :inherit-props arguments for the clocktable.
1404
5b409b39 14052011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1406
1407 * org.texi (Tables in LaTeX export): Document specifying placement
1408 options for tables.
1409
5b409b39 14102011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1411
1412 * org.texi (Evaluating code blocks): More specific documentation
1413 about the different types of header arguments.
1414
5b409b39 14152011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
1416
1417 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1418
5b409b39 14192011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1420
1421 * org.texi (Built-in table editor): Document the table field
1422 follow mode.
1423
5b409b39 14242011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1425
1426 * org.texi (Easy Templates): Document new template.
1427
5b409b39 14282011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1429
1430 * org.texi (Literal examples): Add a cross-reference from "Literal
1431 Examples" to "Easy Templates."
1432
5b409b39 14332011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1434
1435 * org.texi (The clock table): Add link to match syntax.
1436
5b409b39 14372011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1438
1439 * org.texi (Agenda commands): Document clock consistency checks.
1440
5b409b39 14412011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1442
1443 * org.texi (Built-in table editor): Document that \vert represents
1444 a vertical bar in a table field.
1445
5b409b39 14462011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1447
1448 * org.texi (Literal examples): Link from "Markup" > "Literate
1449 Examples" to "Working with Source Code".
1450
5b409b39 14512011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1452
1453 * org.texi (Agenda commands): Doc for function option to bulk
1454 action.
1455
5b409b39 14562011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1457
1458 * org.texi (Template expansion): Document new %<...> template
1459 escape.
1460
5b409b39 14612011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1462
1463 * org.texi (Selective export): Document exclusion of any tasks
1464 from export.
1465
5b409b39 14662011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1467
1468 * org.texi (Selective export): Document how to exclude DONE tasks
1469 from export.
1470 (Publishing options): Document the properties to be used to turn off
1471 export of DONE tasks.
1472
5b409b39 14732011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1474
1475 * org.texi (The date/time prompt): Document date range protection.
1476
5b409b39 14772011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1478
1479 * org.texi (padline): Documentation of the new padline header
1480 argument.
1481
5b409b39 14822011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1483
1484 * org.texi (var): Adding "[" to list of characters triggering
1485 elisp evaluation.
1486
5b409b39 14872011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1488
1489 * org.texi (var): Documentation of Emacs Lisp evaluation during
1490 variable assignment.
1491
5b409b39 14922011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1493
1494 * org.texi (colnames): Reference indexing into variables, and note
1495 that colnames are *not* removed before indexing occurs.
1496 (rownames): Reference indexing into variables, and note that
1497 rownames are *not* removed before indexing occurs.
1498
5b409b39 14992011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1500
1501 * org.texi (var): Clarification of indexing into tabular
1502 variables.
1503
5b409b39 15042011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1505
1506 * org.texi (results): Documentation of the `:results wrap' header
1507 argument.
1508
5b409b39 15092011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1510
bd7239f5 1511 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
1512 of the LaTeX export: the org file has to be properly structured.
1513
5b409b39 15142011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1515
1516 * org.texi (Dynamic blocks, Structure editing): Mention
1517 the function `org-narrow-to-block'.
1518
5b409b39 15192011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1520
1521 * org.texi (Languages): Updating list of code block supported
1522 languages.
1523
5b409b39 15242011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1525
1526 * org.texi (Special properties): CATEGORY is a special property,
1527 but it may also used in the drawer.
1528
5b409b39 15292011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1530
1531 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1532
5b409b39 15332011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1534
1535 * org.texi (Include files): Document :lines.
1536
5b409b39 15372011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1538
1539 * org.texi (comments): Documentation of the ":comments noweb" code
1540 block header argument.
1541
5b409b39 15422011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1543
1544 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1545 added extra whitespace around functions to be consistent with the
1546 rest of the section.
1547
5b409b39 15482011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1549
0b381c7e 1550 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
1551 #+call: line syntax.
1552 (Header arguments in function calls): Expanded discussion of
1553 #+call: line syntax.
1554
5b409b39 15552011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1556
1557 * org.texi (Evaluating code blocks): More explicit about how to
1558 pass variables to #+call lines.
1559
5b409b39 15602011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1561
1562 * org.texi (Results of evaluation): Link to the :results header
1563 argument list from the "Results of evaluation" section.
1564
5b409b39 15652011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1566
1567 * org.texi (Conflicts): Adding additional information about
1568 resolving org/yasnippet conflicts.
1569
5b409b39 15702011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1571
1572 * org.texi (Publishing options): Document style-include-scripts
1573 publishing project property.
1574
5b409b39 15752011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1576
1577 * org.texi (Sparse trees): Document the next-error /
1578 previous-error functionality.
1579
5b409b39 15802011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1581
1582 * org.texi (cache): Improved documentation of code block caches.
1583
5b409b39 15842011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1585
1586 * org.texi (Code block specific header arguments): Documentation
1587 of multi-line header arguments.
1588
5b409b39 15892011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1590
1591 * org.texi (Code evaluation security): Add example for using a
1592 function.
1593
5b409b39 15942011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1595
1596 * org.texi (Tables in LaTeX export): Documentation of new
1597 attr_latex options for tables.
1598
5b409b39
BG
15992011-08-03 Michael Albinus <michael.albinus@gmx.de>
1600
1601 * trampver.texi: Update release number.
1602
16032011-07-30 Michael Albinus <michael.albinus@gmx.de>
1604
1605 Sync with Tramp 2.2.2.
1606
1607 * trampver.texi: Update release number.
1608
064e2d08
LMI
16092011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1610
1611 * flymake.texi (Example -- Configuring a tool called via make):
1612 Use /dev/null instead of the Windows "nul" (bug#8715).
1613
b8151e9c
LMI
16142011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1615
1616 * widget.texi (Setting Up the Buffer): Remove mention of the
1617 global keymap parent, which doesn't seem to be accurate
1618 (bug#7045).
1619
5b409b39
BG
16202011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1621
1622 * org.texi (Special agenda views): Fix double quoting (bug#3509).
1623
c0a8ae95
KR
16242010-07-10 Kevin Ryde <user42@zip.com.au>
1625
1626 * cl.texi (For Clauses): Add destructuring example processing an
1627 alist (bug#6596).
1628
ac6531ad
LMI
16292011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1630
1631 * ediff.texi (Major Entry Points): Remove mention of `require',
1632 since that's not pertinent in the installed Emacs (bug#9016).
1633
d30dd079
G
16342011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1635
1636 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
1637 (Filtering New Groups): Clarify how simple the "options -n" format is.
1638 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1639 is internal.
d30dd079 1640
862c0d68
MA
16412011-07-04 Michael Albinus <michael.albinus@gmx.de>
1642
1643 * tramp.texi (Cleanup remote connections): Add
1644 `tramp-cleanup-this-connection'.
1645
cd865a33
G
16462011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1647
1648 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1649 zombies.
1650 (Checking New Groups): Ditto (bug#8974).
7d1738f1 1651 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
1652
16532011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1654
1655 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1656 backups, and not actual vc (bug#8975).
1657
79414ae4
KR
16582011-07-03 Kevin Ryde <user42@zip.com.au>
1659
1660 * cl.texi (For Clauses): @items for hash-values and key-bindings
1661 to make them more visible when skimming. Add examples of `using'
1662 clause to them, examples being clearer than a description in
1663 words (bug#6599).
1664
847ccf7c
AM
16652011-07-01 Alan Mackenzie <acm@muc.de>
1666
1667 * cc-mode.texi (Guessing the Style): New page.
1668 (Styles): Add a short introduction to above.
1669
3da13bb9
DD
16702011-06-28 Deniz Dogan <deniz@dogan.se>
1671
1672 * rcirc.texi (Configuration): Bug-fix:
1673 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1674 Reported by Elias Pipping <pipping@exherbo.org>.
1675
60a0884e
G
16762011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1677
1678 * gnus.texi (Summary Mail Commands): Document
1679 `gnus-summary-reply-to-list-with-original'.
1680
0c7efc08
SM
16812011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1682
1683 * eshell.texi (Known problems): Fix typo.
1684
ea3596a2
MA
16852011-06-12 Michael Albinus <michael.albinus@gmx.de>
1686
0c7efc08 1687 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1688 (Password handling): `auth-source-debug' is good for debug messages.
1689
2da9c605
G
16902011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1691
1692 * gnus.texi (Store custom flags and keywords): Refer to
1693 `gnus-registry-article-marks-to-{chars,names}' instead of
1694 `gnus-registry-user-format-function-{M,M2}'.
1695
e61923c8
GM
16962011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1697
1698 * texinfo.tex: Merge from gnulib.
1699
627abcdd
TZ
17002011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1701
1702 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1703 (Store custom flags and keywords):
1704 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1705 `gnus-registry-user-format-function-M2'.
1706
a3c92bc1
EZ
17072011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1708
8f906c40 1709 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1710
85d870a9
GM
17112011-05-17 Glenn Morris <rgm@gnu.org>
1712
1713 * gnus.texi (Face): Fix typo.
1714
2cdee799
GM
17152011-05-14 Glenn Morris <rgm@gnu.org>
1716
1717 * dired-x.texi (Omitting Examples): Minor addition.
1718
79b70037
GM
17192011-05-10 Jim Meyering <meyering@redhat.com>
1720
1721 * ede.texi: Fix typo "or or -> or".
1722
a7111a62 17232011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1724
1725 * gnus.texi (Summary Buffer Lines):
1726 gnus-summary-user-date-format-alist does not exist.
1727 (Sorting the Summary Buffer): More about sorting threads.
1728
69026aba
MA
17292011-04-25 Michael Albinus <michael.albinus@gmx.de>
1730
1731 * trampver.texi: Update release number.
1732
9024ff79
MA
17332011-04-14 Michael Albinus <michael.albinus@gmx.de>
1734
1735 * tramp.texi (Frequently Asked Questions): New item for disabling
1736 Tramp in other packages.
1737
c3c65d73
TZ
17382011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1739
1740 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1741 (Fancy splitting to parent, Store arbitrary data):
1742 Updated gnus-registry docs.
c3c65d73 1743
9ec6a317
JB
17442011-04-13 Juanma Barranquero <lekktu@gmail.com>
1745
1746 * ede.texi: Fix typos.
1747
1e3b6001
G
17482011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1749
9ec6a317
JB
1750 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1751 It's @table @code.
1e3b6001 1752
a5954fa5
G
17532011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1754
ed9265fc 1755 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 1756
d71990a1
JB
17572011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1758
1759 * calc.texi (Logarithmic Units): Update the function names.
1760
1518e4f0
G
17612011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1762
1763 * message.texi (Various Commands): Document format specs in the
1764 ellipsis.
1765
a123622d
G
17662011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1767
1768 * message.texi (Insertion Variables): Document message-cite-style.
1769
17702011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1771
1772 * tramp.texi (Remote processes): New subsection "Running shell on
1773 a remote host".
1774
4248cca2
TZ
17752011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1776
1777 * auth.texi (Help for developers): Update docs to explain that the
1778 :save-function will only run the first time.
1779
54ce11a1
GM
17802011-03-12 Glenn Morris <rgm@gnu.org>
1781
1782 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1783 (emacs-faq.text): New target.
1784 (clean): Add emacs-faq.
1785
0c3b25f8
MA
17862011-03-12 Michael Albinus <michael.albinus@gmx.de>
1787
1788 Sync with Tramp 2.2.1.
1789
1790 * trampver.texi: Update release number.
1791
b740639e
GM
17922011-03-11 Glenn Morris <rgm@gnu.org>
1793
1794 * Makefile.in (HTML_TARGETS): New.
1795 (clean): Delete $HTML_TARGETS.
1796 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1797
733afdf4
TZ
17982011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1799
1800 * auth.texi (Help for developers): Show example of using
1801 `auth-source-search' with prompts and :save-function.
1802
33383987
JB
18032011-03-07 Chong Yidong <cyd@stupidchicken.com>
1804
1805 * Version 23.3 released.
1806
a5057546
G
18072011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1808
1809 * message.texi (Message Buffers): Update default value of
1810 message-generate-new-buffers.
1811
479a2c9b
JB
18122011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1813
1814 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1815 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1816 respectively.
05a29101
JB
1817 (Musical Notes): New section.
1818 (Customizing Calc): Mention the customizable variable
1819 calc-note-threshold.
479a2c9b 1820
e0535b76
GM
18212011-03-03 Glenn Morris <rgm@gnu.org>
1822
1823 * url.texi (Dealing with HTTP documents): Remove reference to
1824 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1825 (Configuration): Update url-configuration-directory description.
e0535b76 1826
2777ccbf
GM
18272011-03-02 Glenn Morris <rgm@gnu.org>
1828
1829 * dired-x.texi (Multiple Dired Directories): Remove mentions
1830 of dired-default-directory-alist and dired-default-directory.
1831 Move dired-smart-shell-command here...
1832 (Miscellaneous Commands): ... from here.
1833
257219bd
PE
18342011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1835
1836 * texinfo.tex: Update to version 2011-02-24.09.
1837
8889f4e2
GM
18382011-03-02 Glenn Morris <rgm@gnu.org>
1839
1840 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1841 instead of the obsoleted dired-omit-here-always.
1842
5d41af19
MA
18432011-02-28 Michael Albinus <michael.albinus@gmx.de>
1844
1845 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1846 supported systems.
1847
2b0c7330 18482011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1849
61cf3a76
GM
1850 * dbus.texi (Type Conversion): Grammar fix.
1851
cce7d530 18522011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1853
cce7d530
GM
1854 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1855 "Debian GNU/Linux".
51a13bdd 1856
cce7d530
GM
1857 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1858
817b48a7
GM
18592011-02-23 Glenn Morris <rgm@gnu.org>
1860
cce7d530
GM
1861 * dired-x.texi (Features): Minor rephrasing.
1862 (Local Variables): Fix typos.
47301027
GM
1863
1864 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1865 Standardize some Emacs/XEmacs terminology.
1866
817b48a7
GM
1867 * dired-x.texi (Features): Don't advertise obsolete local variables.
1868 Simplify layout.
1869 (Omitting Variables): Update local variables example.
1870 (Local Variables): Say this is obsolete. Fix description of
1871 dired-enable-local-variables possible values.
1872
4a3988d5
G
18732011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1874
1875 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1876 default now.
1877
8e22bee0
G
18782011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1879
1880 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1881
06b840e0
LI
18822011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1883
1884 * gnus.texi (Window Layout): Document layout names.
1885
67ab0163 18862011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1887
1888 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1889 * auth.texi: Sync @dircategory with ../../info/dir.
1890 * autotype.texi: Sync @dircategory with ../../info/dir.
1891 * calc.texi: Sync @dircategory with ../../info/dir.
1892 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1893 * cl.texi: Sync @dircategory with ../../info/dir.
1894 * dbus.texi: Sync @dircategory with ../../info/dir.
1895 * dired-x.texi: Sync @dircategory with ../../info/dir.
1896 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1897 * ede.texi: Sync @dircategory with ../../info/dir.
1898 * ediff.texi: Sync @dircategory with ../../info/dir.
1899 * edt.texi: Sync @dircategory with ../../info/dir.
1900 * eieio.texi: Sync @dircategory with ../../info/dir.
1901 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1902 * epa.texi: Sync @dircategory with ../../info/dir.
1903 * erc.texi: Sync @dircategory with ../../info/dir.
1904 * eshell.texi: Sync @dircategory with ../../info/dir.
1905 * eudc.texi: Sync @dircategory with ../../info/dir.
1906 * flymake.texi: Sync @dircategory with ../../info/dir.
1907 * forms.texi: Sync @dircategory with ../../info/dir.
1908 * gnus.texi: Sync @dircategory with ../../info/dir.
1909 * idlwave.texi: Sync @dircategory with ../../info/dir.
1910 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1911 * message.texi: Sync @dircategory with ../../info/dir.
1912 * mh-e.texi: Sync @dircategory with ../../info/dir.
1913 * newsticker.texi: Sync @dircategory with ../../info/dir.
1914 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1915 * org.texi: Sync @dircategory with ../../info/dir.
1916 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1917 * pgg.texi: Sync @dircategory with ../../info/dir.
1918 * rcirc.texi: Sync @dircategory with ../../info/dir.
1919 * reftex.texi: Sync @dircategory with ../../info/dir.
1920 * remember.texi: Sync @dircategory with ../../info/dir.
1921 * sasl.texi: Sync @dircategory with ../../info/dir.
1922 * sc.texi: Sync @dircategory with ../../info/dir.
1923 * semantic.texi: Sync @dircategory with ../../info/dir.
1924 * ses.texi: Sync @dircategory with ../../info/dir.
1925 * sieve.texi: Sync @dircategory with ../../info/dir.
1926 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1927 * speedbar.texi: Sync @dircategory with ../../info/dir.
1928 * trampver.texi [emacs]: Set emacsname to "Emacs".
1929 * tramp.texi: Sync @dircategory with ../../info/dir.
1930 * url.texi: Sync @dircategory with ../../info/dir.
1931 * vip.texi: Sync @dircategory with ../../info/dir.
1932 * viper.texi: Sync @dircategory with ../../info/dir.
1933 * widget.texi: Sync @dircategory with ../../info/dir.
1934 * woman.texi: Sync @dircategory with ../../info/dir.
1935
30abce25
GM
19362011-02-19 Glenn Morris <rgm@gnu.org>
1937
0c7efc08
SM
1938 * dired-x.texi (Technical Details): No longer redefines
1939 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1940 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1941
f31f8469
GM
19422011-02-18 Glenn Morris <rgm@gnu.org>
1943
1944 * dired-x.texi (Optional Installation File At Point): Simplify.
1945
35123c04
TZ
19462011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1947
1948 * auth.texi (Help for users): Use :port instead of :protocol for all
1949 auth-source docs.
7ba93e94
G
1950 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1951 to have two files in `auth-sources'.
35123c04 1952
da5e0ce4
GM
19532011-02-16 Glenn Morris <rgm@gnu.org>
1954
b322c9af
GM
1955 * dired-x.texi: Use emacsver.texi to get Emacs version.
1956 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1957 Depend on emacsver.texi.
1958
07ca5555
GM
1959 * dired-x.texi: Drop meaningless version number.
1960 (Introduction): Remove old info.
1961 (Optional Installation Dired Jump): Autoload from dired-x.
1962 Remove incorrect info about loaddefs.el.
1963 (Bugs): Just refer to M-x report-emacs-bug.
1964
da5e0ce4
GM
1965 * dired-x.texi (Multiple Dired Directories): Update for rename of
1966 default-directory-alist.
1967 (Miscellaneous Commands): No longer mention very old VM version 4.
1968
bb55f713
PE
19692011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1970
1971 Merge from gnulib.
1972 * texinfo.tex: Update to version 2011-02-14.11.
1973
5415d076
G
19742011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1975
da5e0ce4
GM
1976 * auth.texi (Help for users):
1977 Login collection is "Login" and not "login".
5415d076 1978
14029d4b
MA
19792011-02-13 Michael Albinus <michael.albinus@gmx.de>
1980
1981 * tramp.texi (History): Remove IMAP support.
1982 (External methods, Frequently Asked Questions): Remove `imap' and
1983 `imaps' methods.
1984 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1985
1986 * trampver.texi: Remove default value of `emacsimap'.
1987
8a36c07f
GM
19882011-02-13 Glenn Morris <rgm@gnu.org>
1989
1990 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1991 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1992
165bc5a0
GM
19932011-02-12 Glenn Morris <rgm@gnu.org>
1994
1995 * sc.texi (Getting Connected): Remove old index entries.
1996
5415d076 19972011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
1998
1999 * url.texi: Remove duplicate @dircategory (Bug#7942).
2000
b8e0f0cd
G
20012011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
2002
8a36c07f
GM
2003 * auth.texi (Overview, Help for users, Help for developers):
2004 Update docs.
b8e0f0cd
G
2005 (Help for users): Talk about spaces.
2006
caf82551
PE
20072011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2008
2009 * texinfo.tex: Update to version 2011-02-07.16.
2010
1ff98217
MA
20112011-02-07 Michael Albinus <michael.albinus@gmx.de>
2012
2013 * dbus.texi (Bus names): Adapt descriptions for
2014 dbus-list-activatable-names and dbus-list-known-names.
2015
2e78df6b
JB
20162011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
2017
2018 * calc.texi (Logarithmic Units): New section.
2019
7fbf7cae
TZ
20202011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
2021
2022 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
2023 manuals use it now.
2024
0c7efc08 2025 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 2026
156ad271
KY
20272011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
2028
2029 * overrides.texi: Remove.
2030
2031 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2032 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2033
36539990
MA
20342011-02-05 Michael Albinus <michael.albinus@gmx.de>
2035
2036 * tramp.texi (Frequently Asked Questions): Mention problems with
2037 WinSSHD.
2038
2039 * trampver.texi: Update release number.
2040
20412011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
2042
2043 * tramp.texi:
2044 Replace "delimet" with "delimit" globally.
2045 Replace "explicite" with "explicit" globally.
2046 Replace "instead of" with "instead" where there was nothing after "of".
2047 Audit use of comma before interrogative pronoun, "that", or "which".
2048 Minor word order, spelling, wording changes.
2049
ec72bf63
G
20502011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2051
2052 * overrides.texi: New file to set or clear WEBHACKDEVEL.
2053
2054 * sieve.texi: Use WEBHACKDEVEL.
2055
2056 * sasl.texi: Use WEBHACKDEVEL.
2057
2058 * pgg.texi: Use WEBHACKDEVEL.
2059
2060 * message.texi: Use WEBHACKDEVEL.
2061
2062 * gnus.texi: Use WEBHACKDEVEL.
2063
2064 * emacs-mime.texi: Use WEBHACKDEVEL.
2065
2066 * auth.texi: Use WEBHACKDEVEL.
2067
2068 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2069 manuals.
2070
20712011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2072
2073 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2074
90b750f4
PE
20752011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2076
2077 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2078 which in turn is copied from ftp://tug.org/tex/.
2079
0e751a49
GM
20802011-02-03 Glenn Morris <rgm@gnu.org>
2081
2082 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2083 (Binding combinations of modifiers and function keys):
2084 Let's assume people reading this are not using Emacs 18.
2085
7f13c2e2
LI
20862011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2087
2088 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2089 since it's run automatically.
2090
d76c843e
LI
20912011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2092
2093 * gnus.texi (Customizing Articles): Fix typo.
2094
12e3ca0a
LI
20952011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2096
2097 * gnus.texi (Customizing Articles): Document the new way of customizing
2098 the date headers(s).
2099
fe72c8fa
LI
21002011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2101
2102 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2103 splitting example.
2104
bf3dae7e
EZ
21052011-01-29 Eli Zaretskii <eliz@gnu.org>
2106
2107 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2108 (MAKEINFO_OPTS): New variable.
2109 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2110 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2111 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2112 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2113 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2114 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2115 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2116 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2117 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2118 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2119 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2120 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2121 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2122 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2123 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2124 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2125 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2126 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2127
d6f13ac8
LI
21282011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2129
2130 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2131
c5ecc769
G
21322011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2133
2134 * message.texi (IDNA): Explain what it is.
2135
21362011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2137
2138 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2139
45eb2a5d
WL
21402011-01-23 Werner Lemberg <wl@gnu.org>
2141
2142 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2143 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2144 (ENVADD): Update.
45eb2a5d 2145
6872a814
GM
21462011-01-18 Glenn Morris <rgm@gnu.org>
2147
2148 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2149
77ab81d0 21502011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2151
2152 * nxml-mode.texi (Introduction): Fix file name typos.
2153
d221e780
CO
21542011-01-13 Christian Ohler <ohler@gnu.org>
2155
2156 * ert.texi: New file.
2157
2158 * Makefile.in:
2159 * makefile.w32-in: Add ert.texi.
2160
8c904d82
MA
21612011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2162
2163 * dbus.texi (Receiving Method Calls): New function
2164 dbus-register-service. Rearrange node.
2165
f56e0e7a
PE
21662011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2167
2168 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2169 which in turn is copied from ftp://tug.org/tex/.
2170
0fadf00e
MA
21712011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2172
2173 * dbus.texi (Receiving Method Calls): Describe new optional
2174 parameter dont-register-service of dbus-register-{method,property}.
2175
8b358e90
DU
21762010-12-17 Daiki Ueno <ueno@unixuser.org>
2177
0c7efc08
SM
2178 * epa.texi (Encrypting/decrypting *.gpg files):
2179 Mention epa-file-select-keys.
8b358e90 2180
549c9aed
G
21812010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2182
2183 * gnus.texi (Archived Messages): Remove outdated text.
2184
21852010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2186
0c7efc08 2187 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 2188
156e3f9c
G
21892010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2190
83f3eadc 2191 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 2192
8151d490
AC
21932010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2194
2195 * gnus.texi (The swish++ Engine): Add customizable parameters
2196 descriptions.
2197 (The swish-e Engine): Ditto.
2198
305bdd22
MA
21992010-12-14 Michael Albinus <michael.albinus@gmx.de>
2200
2201 * tramp.texi (Inline methods): Add "ksu" method.
2202 (Remote processes): Add example with remote `default-directory'.
2203
53aff12a
GM
22042010-12-14 Glenn Morris <rgm@gnu.org>
2205
2206 * faq.texi (Expanding aliases when sending mail):
2207 Now build-mail-aliases is interactive.
2208
8a1cdce5
AC
22092010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2210
2211 * gnus.texi: First pass at adding (rough) nnir documentation.
2212
7410c270
G
22132010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2214
53aff12a
GM
2215 * gnus.texi (Filtering New Groups):
2216 Mention gnus-auto-subscribed-categories.
2217 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
2218 removed.
2219
f49d1f52 22202010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
2221
2222 * cl.texi (For Clauses): Small fixes for frames and windows.
2223
acedf35c
CD
22242010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2225
2226 * org.texi (Using capture): Document using prefix arguments for
2227 finalizing capture.
2228 (Agenda commands): Document prefix argument for the bulk scatter
2229 command.
2230 (Beamer class export): Document that also overlay arguments can be
2231 passed to the column environment.
2232 (Template elements): Document the new entry type.
2233
22342010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2235
2236 * org.texi (Include files): Document :minlevel.
2237
22382010-12-11 Julien Danjou <julien@danjou.info>
2239
2240 * org.texi (Categories): Document category icons.
2241
22422010-12-11 Eric Schulte <schulte.eric@gmail.com>
2243
2244 * org.texi (noweb): Fix typo.
2245
516aa569
G
22462010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2247
2248 * gnus.texi (Server Commands): Point to the rest of the server
2249 commands.
2250
04db63bc
G
22512010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2252
2253 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2254 g'.
2255
ed797193
G
22562010-12-02 Julien Danjou <julien@danjou.info>
2257
2258 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2259
22602010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2261
2262 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2263 (Direct Functions): Note the STARTTLS upgrade.
2264
07976ae3 22652010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 2266 James Clark <none@example.com>
d3dfb185
GM
2267
2268 * nxml-mode.texi (Introduction): New section.
2269
59e75882
G
22702010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2271
2272 * gnus.texi (Server Commands): Document gnus-server-show-server.
2273
568a887f
MA
22742010-11-20 Michael Albinus <michael.albinus@gmx.de>
2275
2276 Sync with Tramp 2.2.0.
2277
2278 * trampver.texi: Update release number.
2279
1265829e
JB
22802010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2281
2282 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2283 Mention that the TeX specific units won't use the `tex' prefix
2284 in TeX mode.
2285
239661c0
KY
22862010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2287
2288 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2289
4a47c275 22902010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
2291
2292 * edt.texi: Remove information about Emacs 19.
2293
4a47c275 22942010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
2295
2296 * trampver.texi: Update release number.
2297
2f0e0dc8
KY
22982010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2299
2300 * gnus.texi (Article Washing): Fix typo.
2301
afe98dfa
CD
23022010-11-11 Noorul Islam <noorul@noorul.com>
2303
56f5a94e 2304 * org.texi: Fix typo.
afe98dfa
CD
2305
23062010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2307
2308 * org.texi (Using capture): Explain that refiling is
2309 sensitive to cursor position.
2310
23112010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2312
56f5a94e 2313 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
2314
23152010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2316
2317 * org.texi: Document the <c> cookie.
2318
23192010-11-11 Eric Schulte <schulte.eric@gmail.com>
2320
bd7239f5 2321 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 2322 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
2323
23242010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2325
56f5a94e 2326 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
2327
23282010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2329
56f5a94e 2330 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
2331
23322010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2333
2334 * org.texi (Setting up the staging area): Document that
2335 file names remain visible when encrypting the MobileOrg files.
2336
23372010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2338
2339 * org.texi (Setting up the staging area): Document which
2340 versions are needed for encryption.
2341
23422010-11-11 Eric Schulte <schulte.eric@gmail.com>
2343
56f5a94e
GM
2344 * org.texi (noweb): Update :noweb documentation to
2345 reflect the new "tangle" argument.
afe98dfa
CD
2346
23472010-11-11 Eric Schulte <schulte.eric@gmail.com>
2348
56f5a94e
GM
2349 * org.texi (Batch execution): Improve tangling script in
2350 documentation.
afe98dfa
CD
2351
23522010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2353
2354 * org.texi (Handling links):
2355 (In-buffer settings): Document inlining images on startup.
2356
23572010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2358
2359 * org.texi (Setting up the staging area): Document use of
2360 crypt password.
2361
23622010-11-11 David Maus <dmaus@ictsoc.de>
2363
56f5a94e 2364 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
2365
23662010-11-11 David Maus <dmaus@ictsoc.de>
2367
56f5a94e
GM
2368 * org.texi (Template expansion): Add mew in table for link type
2369 escapes.
afe98dfa
CD
2370
23712010-11-11 David Maus <dmaus@ictsoc.de>
2372
56f5a94e 2373 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
2374
23752010-11-11 Eric Schulte <schulte.eric@gmail.com>
2376
56f5a94e 2377 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
2378
23792010-11-11 Eric Schulte <schulte.eric@gmail.com>
2380
56f5a94e 2381 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
2382
23832010-11-11 Eric Schulte <schulte.eric@gmail.com>
2384
56f5a94e
GM
2385 * org.texi (Structure of code blocks):
2386 Update documentation to mention inline code block syntax.
afe98dfa
CD
2387
23882010-11-11 Eric Schulte <schulte.eric@gmail.com>
2389
56f5a94e 2390 * org.texi (comments): Improve wording.
afe98dfa
CD
2391
23922010-11-11 Eric Schulte <schulte.eric@gmail.com>
2393
56f5a94e 2394 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
2395
23962010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2397
2398 * org.texi (Installation): Remove the special
2399 installation instructions for XEmacs.
2400
24012010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2402
56f5a94e 2403 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
2404 insertion of empty structural elements.
2405
24062010-11-11 Noorul Islam <noorul@noorul.com>
2407
56f5a94e 2408 * org.texi: Fix doc.
afe98dfa
CD
2409
24102010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2411
2412 * org.texi (The date/time prompt): Document specification
2413 of time ranges.
2414
24152010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2416
2417 * org.texi (Internal links): Document the changes in
2418 internal links.
2419
24202010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2421
2422 * org.texi (Agenda commands): Document the limitation for
2423 the filter preset - it can only be used for an entire agenda
2424 view, not in an individual block in a block agenda.
2425
24262010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2427
2428 * org.texi (iCalendar export): Document alarm creation.
2429
6f8fc60c
MA
24302010-11-10 Michael Albinus <michael.albinus@gmx.de>
2431
2432 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2433
be3c11b3
LMI
24342010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2435
2436 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2437
d607b96b 24382010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 2439
d607b96b 2440 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 2441
181cb5fb
G
24422010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2443
2444 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2445 since that works by default.
2446
24472010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2448
2449 * gnus.texi (Customizing the IMAP Connection): Document
2450 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2451
36bc5d3b
MA
24522010-11-04 Michael Albinus <michael.albinus@gmx.de>
2453
2454 * tramp.texi (Remote shell setup): New item "Interactive shell
2455 prompt". Reported by Christian Millour <cm@abtela.com>.
2456 (Remote shell setup, Remote processes): Use @code{} for
2457 environment variables.
2458
cf503f7c
GM
24592010-11-03 Glenn Morris <rgm@gnu.org>
2460
537b04b9 2461 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 2462 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 2463
389b76fa
G
24642010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2465
2466 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2467
2699a554 24682010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
2469
2470 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2471
2699a554 24722010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
2473
2474 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2475
99e65b2d
G
24762010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2477
0c7efc08
SM
2478 * gnus.texi (Client-Side IMAP Splitting):
2479 Mention nnimap-unsplittable-articles.
99e65b2d
G
2480
24812010-10-29 Julien Danjou <julien@danjou.info>
2482
2483 * gnus.texi (Finding the News): Remove references to obsoletes
2484 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2485
aeeb3dcb
EZ
24862010-10-29 Eli Zaretskii <eliz@gnu.org>
2487
2488 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2489 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2490 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2491 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2492
8289f37b
GM
24932010-10-28 Glenn Morris <rgm@gnu.org>
2494
2495 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2496 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2497 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2498
d85d3b3a
DU
24992010-10-25 Daiki Ueno <ueno@unixuser.org>
2500
2501 * epa.texi (Mail-mode integration): Add alternative key bindings
2502 for epa-mail commands; escape comma.
c05c2b9b 2503 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 2504
9f534a47
JB
25052010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
2506
99e65b2d 2507 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 2508
5793a7bc 25092010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
2510
2511 * gnus.texi (Group Parameters, Buttons): Fix typos.
2512
280f417b
G
25132010-10-22 Tassilo Horn <tassilo@member.fsf.org>
2514
2515 * gnus.texi (Subscription Commands): Mention that you can also
2516 subscribe to new groups via the Server buffer, which is probably more
2517 convenient when subscribing to many groups.
2518
d806c872
G
25192010-10-21 Julien Danjou <julien@danjou.info>
2520
2521 * message.texi (Message Headers): Allow message-default-headers to be a
2522 function.
2523
d5798f68
LMI
25242010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2525
2526 * gnus-news.texi: Mention new archive defaults.
2527
b79bbef7
KY
25282010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2529
2530 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2531
2526f423
G
25322010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2533
2534 * gnus.texi (HTML): Document the function value of
2535 gnus-blocked-images.
2536 (Article Washing): shr and gnus-w3m, not the direct function names.
2537
ba91f05d
G
25382010-10-20 Julien Danjou <julien@danjou.info>
2539
2540 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2541 variable.
2542
da451787
LMI
25432010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2544
2545 * gnus.texi (Customizing the IMAP Connection): The port strings are
2546 strings.
c872595d 2547 (Document Groups): Mention git.
da451787 2548
7cad71ad
G
25492010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2550
2551 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2552 bzr/Gnus git sync.
2553
c56dfd36
EZ
25542010-10-15 Eli Zaretskii <eliz@gnu.org>
2555
2556 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2557 change.
2558
a1d16a7b
G
25592010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2560
2561 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2562 @item syntax for in-Emacs makeinfo.
2563
25642010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2565
2566 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2567 trim sentence.
2568
98e2b864
DU
25692010-10-12 Daiki Ueno <ueno@unixuser.org>
2570
2571 * epa.texi (Caching Passphrases):
0c7efc08
SM
2572 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2573 Clarify some configurations require to set up gpg-agent.
98e2b864 2574
c12e4a81
GM
25752010-10-11 Glenn Morris <rgm@gnu.org>
2576
2577 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2578
f7aa248a
G
25792010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2580
2581 * gnus.texi (Spam Package Introduction): Mention `$'.
2582
6513b232
EZ
25832010-10-09 Eli Zaretskii <eliz@gnu.org>
2584
2585 * makefile.w32-in (emacsdir): New variable.
2586 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2587 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2588
abd40fb4
GM
25892010-10-09 Glenn Morris <rgm@gnu.org>
2590
0f05450f
GM
2591 * Makefile.in (mostlyclean): Delete *.toc.
2592
d3a4ac46
GM
2593 * Makefile.in: Use $< in rules.
2594
aa9db089
GM
2595 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2596
abd40fb4
GM
2597 * Makefile.in ($(infodir)): Delete rule.
2598 (mkinfodir): New. Use it in all the info rules, rather than depending
2599 on infodir.
2600
ea274122
GM
26012010-10-09 Glenn Morris <rgm@gnu.org>
2602
6e90e2a8
GM
2603 * gnus.texi (Article Washing): Fix previous change.
2604
f7a31f11
GM
2605 * Makefile.in (emacsdir): New variable.
2606 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
2607 Depend on emacsver.texi.
2608
f7a31f11
GM
2609 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2610
ea274122
GM
2611 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2612
36d3245f
G
26132010-10-08 Julien Danjou <julien@danjou.info>
2614
f7a31f11 2615 * gnus.texi: Add mm-shr.
36d3245f
G
2616
26172010-10-08 Ludovic Courtès <ludo@gnu.org>
2618
2619 * gnus.texi (Finding the Parent, The Gnus Registry)
2620 (Registry Article Refer Method): Update docs for nnregistry.el.
2621
26222010-10-08 Daiki Ueno <ueno@unixuser.org>
2623
2624 * auth.texi (Help for users)
2625 (GnuPG and EasyPG Assistant Configuration): Update docs.
2626
12359245
GM
26272010-10-08 Glenn Morris <rgm@gnu.org>
2628
2629 * cl.texi (Organization, Installation, Old CL Compatibility):
2630 Deprecate cl-compat for new code.
4628bef1 2631 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
2632
2633 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2634
fcf2d385
KY
26352010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2636
2637 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2638
66627fa9
G
26392010-10-06 Julien Danjou <julien@danjou.info>
2640
fd9ba500
JD
2641 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2642
66627fa9
G
2643 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2644 broken link.
2645
2646 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2647
2648 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2649 to ReiserFS.
2650
2651 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2652 (FAQ 7-1): Fix getmail URL.
2653
65f54520
DU
26542010-10-06 Daiki Ueno <ueno@unixuser.org>
2655
2656 * epa.texi (Caching Passphrases): New section.
2657
4c83f6e1
GM
26582010-10-06 Glenn Morris <rgm@gnu.org>
2659
2660 * Makefile.in (SHELL): Set it.
2661 (info): Move the mkdir dependency to the individual info files.
2662 (mostlyclean): Tidy up.
2663 (clean): Only delete the specific dvi and pdf files.
2664 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 2665 ($(infodir)): Add parallel build workaround.
4c83f6e1 2666
71e691a5
G
26672010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2668
2669 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2670
a41c2e6d
G
26712010-10-03 Julien Danjou <julien@danjou.info>
2672
0c7efc08
SM
2673 * emacs-mime.texi (Display Customization):
2674 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
2675 mm-inline-large-images-proportion.
2676
37255945
MA
26772010-10-03 Michael Albinus <michael.albinus@gmx.de>
2678
0c7efc08
SM
2679 * tramp.texi (Frequently Asked Questions):
2680 Mention remote-file-name-inhibit-cache.
37255945 2681
11e4e7bd
LMI
26822010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2683
2684 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2685 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2686
cb83220a
KY
26872010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2688
0c7efc08
SM
2689 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2690 (Article Hiding): Add google banner example.
2691 Suggested by Benjamin Xu.
cb83220a 2692
6b958814
G
26932010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2694
0c7efc08
SM
2695 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2696 Remove nnimap-split-rule from examples.
6b958814
G
2697
26982010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2699
2700 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2701 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2702 Fishman.
2703 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2704
27052010-09-30 Julien Danjou <julien@danjou.info>
2706
2707 * gnus.texi (Gravatars): Fix documentation about
2708 gnu-gravatar-properties.
2709
b9476c04
DU
27102010-09-29 Daiki Ueno <ueno@unixuser.org>
2711
2712 * epa.texi (Bug Reports): New section.
2713
5f874327
GM
27142010-09-29 Glenn Morris <rgm@gnu.org>
2715
2716 * Makefile.in (top_srcdir): Remove unused variable.
2717
6b958814
G
27182010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2719
2720 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2721 (Client-Side IMAP Splitting): Document 'default.
2722
27232010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2724
0c7efc08
SM
2725 * gnus.texi (Customizing the IMAP Connection):
2726 Document nnimap-fetch-partial-articles.
6b958814 2727
82bccbfa
KY
27282010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2729
2730 * gnus-news.texi: Mention nnimap-inbox.
2731
2732 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2733
27342010-09-26 Julien Danjou <julien@danjou.info>
2735
47e08896 2736 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2737
27382010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2739
2740 * gnus.texi (Security): Remove gpg.el mention.
2741
27422010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2743
2744 * gnus.texi (Browse Foreign Server): New variable
2745 gnus-browse-subscribe-newsgroup-method.
2746
2747 * gnus-news.texi: Mention it.
2748
27492010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2750
0c7efc08 2751 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2752 (Startup Variables): No jingle.
2753
4c964351
UM
27542010-09-25 Ulrich Mueller <ulm@gentoo.org>
2755
2756 * woman.texi (Interface Options): xz compression is now supported.
2757
82bccbfa
KY
27582010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2759
2760 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2761 (Unavailable Servers): Document gnus-server-copy-server.
2762 (Using IMAP): Document the new nnimap.
2763
27642010-09-25 Julien Danjou <julien@danjou.info>
2765
47e08896 2766 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2767
18778f71
GM
27682010-09-24 Glenn Morris <rgm@gnu.org>
2769
2770 * url.texi (Disk Caching): Tweak previous change.
2771
9c766321
JD
27722010-09-24 Julien Danjou <julien@danjou.info>
2773
2774 * url.texi (Disk Caching): Mention url-cache-expire-time,
2775 url-cache-expired, and url-fetch-from-cache.
2776
82bccbfa
KY
27772010-09-24 Julien Danjou <julien@danjou.info>
2778
2779 * gnus.texi: Add Gravatars.
2780
27812010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2782
2783 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2784
592bdb9a
LMI
27852010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2786
2787 * gnus.texi (Expunging mailboxes): Update name of the expunging
2788 command.
2789
e4e22d29
KY
27902010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2791
2792 * emacs-mime.texi (rfc2047): Update description for
2793 rfc2047-encode-parameter.
2794
371d9801
MA
27952010-09-13 Michael Albinus <michael.albinus@gmx.de>
2796
2797 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2798 "fish" methods.
2799 (External methods): Remove "scp1_old" and "scp2_old" methods.
2800
31ae5827
MA
28012010-09-09 Michael Albinus <michael.albinus@gmx.de>
2802
2803 * tramp.texi: Remove Japanese manual. Fix typo.
2804
2805 * trampver.texi: Update release number. Remove japanesemanual.
2806
c0468714
GM
28072010-09-09 Glenn Morris <rgm@gnu.org>
2808
2809 * org.texi: Restore clobbered changes (copyright years, untabify).
2810
86441999
JD
28112010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2812
2813 * gnus.texi (Adaptive Scoring): Fix typo.
2814
25f28806
LMI
28152010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2816
2817 * gnus.texi (Article Display): Document gnus-html-show-images.
2818
45240125 28192010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2820
45240125
JD
2821 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2822
59d09f15
LMI
28232010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2824
2825 * gnus.texi (HTML): Document gnus-max-image-proportion.
2826
2cdd366f
KY
28272010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2828
51dee5ef
KY
2829 * gnus.texi (HTML): Document gnus-blocked-images.
2830
2cdd366f
KY
2831 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2832
b0e4f3fc
KY
28332010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2834
2835 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2836 the first message are used for wide replies.
f02566ce
KY
2837 (Changing Servers): Remove documentation on gnus-change-server and
2838 friends, since it's been removed.
b0e4f3fc 2839
598451ed
KY
28402010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2841
2842 * gnus.texi (Drafts): Mention B DEL.
2843
e7842e69
KY
28442010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2845
2846 * gnus.texi (Delayed Articles): Mention that the Date header is the
2847 original one, even if you delay.
2848
85115796
KY
28492010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2850
0c7efc08
SM
2851 * gnus.texi (Asynchronous Fetching):
2852 Document gnus-async-post-fetch-function.
85115796
KY
2853 (HTML): Made into its own section.
2854
f0b44bc0
MA
28552010-08-26 Michael Albinus <michael.albinus@gmx.de>
2856
2857 Sync with Tramp 2.1.19.
2858
217876c9 2859 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2860 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2861 Remove remark about doubled "-t" argument.
217876c9
MA
2862 (Auto-save and Backup): Remove reference to Emacs 21.
2863 (Filename Syntax): Describe port numbers.
2864 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2865 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2866 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2867 errors with the backquotes.
2868 (External packages): File attributes cache flushing for asynchronous
2869 processes.
2870 (Traces and Profiles): Describe verbose level 9.
2871
f0b44bc0
MA
2872 * trampver.texi: Update release number.
2873
7457f7b6
MA
28742010-08-23 Michael Albinus <michael.albinus@gmx.de>
2875
2876 * dbus.texi (Alternative Buses): New chapter.
2877
b695beda
SM
28782010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2879
2880 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2881
443c2c03
JB
28822010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2883
2884 * calc.texi (Customizing Calc): Rearrange description of new
2885 variables to match the presentation of other variables.
2886
7815fe19 28872010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2888
2889 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2890
2c695727
JB
28912010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2892
2893 * calc.texi (Making Selections, Selecting Subformulas)
2894 (Customizing Calc): Mention how to use faces to emphasize selected
2895 sub-formulas.
2896
bbb6ffa1
MA
28972010-08-05 Michael Albinus <michael.albinus@gmx.de>
2898
2899 * tramp.texi (External packages): File attributes cache flushing
2900 for asynchronous processes.
2901
5cee0a9c
AM
29022010-08-01 Alan Mackenzie <acm@muc.de>
2903
2904 Enhance the manual for the latest Java Mode.
2905
2906 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2907 annotation-var-cont.
2908 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2909 two new symbols.
2910
3f2afe32
MA
29112010-07-28 Michael Albinus <michael.albinus@gmx.de>
2912
2913 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2914
0ed082fe 29152010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2916
2917 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2918
311f0356
JB
29192010-07-19 Juanma Barranquero <lekktu@gmail.com>
2920
2921 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2922
86fbb8ca
CD
29232010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2924
2925 * org.texi: Add macros to get plain quotes in PDF output.
2926 List additional contributors.
2927 (Capture): New section, replaces the section about remember.
2928 (Working With Source Code): New chapter, focused on documenting Org
2929 Babel.
2930 (Code evaluation security): New section.
2931 (MobileOrg): Document DropBox support.
2932 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2933 (Special symbols): Show how to display UTF8 characters for entities.
2934 (Global TODO list): Clarify the use of the "M" key and the differences
2935 to the "m" key.
2936 (RSS Feeds): Mention Atom feeds as well.
2937 (Setting tags): Remove paragraph about
2938 `org-complete-tags-always-offer-all-agenda-tags'.
2939
5732e8ed
MA
29402010-07-17 Michael Albinus <michael.albinus@gmx.de>
2941
2942 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2943 argument.
2944 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2945 echoing shells.
2946
ca1bb391
MA
29472010-07-10 Michael Albinus <michael.albinus@gmx.de>
2948
2949 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2950 (Filename Syntax): Describe port numbers.
2951
5bd55c3c
MA
29522010-07-09 Michael Albinus <michael.albinus@gmx.de>
2953
2954 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2955 forgotten.
2956 (Type Conversion): Precise conversion of natural numbers.
2957 (Errors and Events): Add "debugging" to concept index. Add variable
2958 `dbus-debug'.
2959
820ae8fe
MA
29602010-07-04 Michael Albinus <michael.albinus@gmx.de>
2961
2962 * dbus.texi (Receiving Method Calls): Add optional argument
2963 EMITS-SIGNAL to `dbus-register-property'.
2964
b6f9df0f
JB
29652010-06-27 Alex Schroeder <alex@gnu.org>
2966
2967 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2968
62e034c2
GM
29692010-06-24 Glenn Morris <rgm@gnu.org>
2970
2971 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2972 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2973 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2974 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2975 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2976 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2977 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2978 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2979 convention. Make them end with a period.
2980
9360256a
GM
29812010-06-23 Glenn Morris <rgm@gnu.org>
2982
2983 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
2984 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2985 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2986 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2987 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2988 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 2989
04d3bb6c
GM
29902010-06-10 Glenn Morris <rgm@gnu.org>
2991
2992 * idlwave.texi (Load-Path Shadows):
2993 * org.texi (Handling links): Fix typos.
2994
5e7d4a75
KY
29952010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
2996
2997 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2998
9841cb4f
MA
29992010-05-26 Michael Albinus <michael.albinus@gmx.de>
3000
3001 * eshell.texi (Built-ins): Describe, how to disable a built-in command
3002 by an alias. (Bug#6226)
3003
597517ef
JB
30042010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
3005
3006 * calc.texi (Manipulating Vectors): Mention that vectors can
3007 be used to determine bins for `calc-histogram'.
3008
14914c43
JB
30092010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
3010
597517ef 3011 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 3012
0235128c 30132010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
3014
3015 * url.texi (HTTP language/coding, Customization):
3016 * message.texi (Header Commands, Responses):
3017 * cl.texi (Argument Lists): Fix typos.
3018
0235128c 30192010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 3020
0235128c
SM
3021 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
3022 Note that Development menu is always available.
aa5789b5
CY
3023 (Creating a project): Fix terminology.
3024 (Add/Remove files): Fix typo.
3025
0235128c
SM
30262010-05-07 Chong Yidong <cyd@stupidchicken.com>
3027
3028 * Version 23.2 released.
3029
a628ad9d 30302010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
3031
3032 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3033
502269d6
MA
30342010-05-01 Michael Albinus <michael.albinus@gmx.de>
3035
0235128c
SM
3036 * tramp.texi (Inline methods, Default Method):
3037 Mention `tramp-inline-compress-start-size'.
502269d6 3038
6e104790 30392010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
3040
3041 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3042 the CVS repo. Put the Git repo in the news section.
3043
6e104790 3044 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
3045 Removed some mentions of CVS. Mention the new Git repo.
3046
6e104790 30472010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
3048
3049 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
3050 (Mail Group Commands): Add index entry.
3051
6e104790 30522010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
3053
3054 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3055
f8b91752
JB
30562010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3057
3058 * calc.texi (Radix modes): Mention that the option prefix will
3059 turn on twos-complement mode.
3060 (Inverse and Hyperbolic Flags): Mention the Option flag.
3061
ed21c5c8
CD
30622010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3063
3064 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 3065 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
3066 (Sectioning structure): Update.
3067 (References): New use case for field coordinates.
6e104790 3068 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
3069 (Setting up the staging area): Document the availability of
3070 encryption for MobileOrg.
3071 (Images and tables): Document how to reference labels.
3072 (Index entries): New section.
3073 (Generating an index): New section.
3074 (Column width and alignment): Document that <N> now
3075 means a fixed width, not a maximum width.
3076 (Publishing options): Document the :email option.
3077 (Beamer class export): Fix bug in the BEAMER example.
3078 (Refiling notes): Document refile logging.
3079 (In-buffer settings): Document refile logging keywords.
3080 (Drawers): Document `C-c C-z' command.
3081 (Agenda commands): Mention the alternative key `C-c C-z'.
3082 (Special properties): Document the BLOCKED property.
3083 (The spreadsheet): Mention the formula editor.
3084 (References): Document field coordinates.
3085 (Publishing action): Correct the documentation for the
3086 publishing function.
3087 (The date/time prompt): Document that we accept dates
3088 like month/day/year.
3089 (Cooperation): Document the changes in table.el support.
3090 (Faces for TODO keywords, Faces for TODO keywords)
3091 (Priorities): Document the easy colors.
3092 (Visibility cycling): Document the new double prefix
3093 arg for `org-reveal'.
3094 (Cooperation): Remember.el is part of Emacs.
3095 (Clean view): Mention that `wrap-prefix' is also set by
3096 org-indent-mode.
3097 (Agenda commands): Add information about prefix args to
3098 scheduling and deadline commands.
3099 (Search view): Point to the docstring of
3100 `org-search-view' for more details.
6e104790 3101 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3102 (Setting tags): Document variable
3103 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3104 (Column attributes): Cross-reference special properties.
ed21c5c8 3105
456b348e
MA
31062010-04-10 Michael Albinus <michael.albinus@gmx.de>
3107
3108 Synchronize with Tramp repository.
3109
3110 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3111 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3112 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3113 syntax, texi2dvi reports errors with the backquotes.
3114
3115 * trampver.texi: Update release number.
3116
357e2d8e
KY
31172010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3118
3119 * gnus.texi (Finding the News): Add pointers to the Server buffer
3120 because it's essential.
3121
1d4d7664
KY
31222010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3123
3124 * gnus.texi (MIME Commands): Update description of
3125 gnus-article-browse-html-article.
3126
bd3e840f
KY
31272010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3128
3129 * auth.texi (Secret Service API): Add TODO node.
3130 (Help for users): Explain the new source options for `auth-sources'.
3131
e867cb5d 31322010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3133
3134 * trampver.texi: Update release number.
3135
288f9fc0
CY
31362010-03-10 Chong Yidong <cyd@stupidchicken.com>
3137
3138 * Branch for 23.2.
3139
d99aaebd
CY
31402010-03-03 Chong Yidong <cyd@stupidchicken.com>
3141
3142 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3143 now enabled by default.
3144
5794c2a5
MA
31452010-02-28 Michael Albinus <michael.albinus@gmx.de>
3146
3147 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3148 when Emacs runs in interactive mode. (Bug#5645)
3149
40572be6
GM
31502010-02-16 Glenn Morris <rgm@gnu.org>
3151
3152 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3153
7bb8ed67
MH
31542010-02-05 Mark A. Hershberger <mah@everybody.org>
3155
3156 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3157
45a1423d 31582010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3159
3160 * gnus.texi (Score File Format): Fix typo.
3161
45a1423d 31622010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3163
3164 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3165
14f17fc8
JB
31662010-01-18 Juanma Barranquero <lekktu@gmail.com>
3167
3168 * ada-mode.texi (Project File Overview): Fix typo.
3169
607d4369
CY
31702010-01-17 Chong Yidong <cyd@stupidchicken.com>
3171
3172 * semantic.texi: Add Richard Y. Kim credit.
3173
3174 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3175
3d1bfa99
MA
31762010-01-17 Michael Albinus <michael.albinus@gmx.de>
3177
3178 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 3179 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 3180
6fbf7a75
GM
31812010-01-17 Glenn Morris <rgm@gnu.org>
3182
b9f978f0
GM
3183 * calc.texi (Reporting Bugs): Don't mention format of repository.
3184
f19bc38d
GM
3185 * woman.texi (Bugs): Make "Emacs repository" less specific,
3186 and the URL for same more specific.
3187
6fbf7a75
GM
3188 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3189
16c3428a
JB
31902010-01-17 Juanma Barranquero <lekktu@gmail.com>
3191
3192 * ede.texi (ede-step-project, ede-proj-target):
3193 * tramp.texi (Remote processes): Fix typos.
3194
045b9da7
ML
31952010-01-16 Mario Lang <mlang@delysid.org>
3196
3197 * ede.texi (ede-target):
3198 * org.texi (Refiling notes): Remove duplicated words.
3199
c57008f6
SM
32002010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3201
3202 * gnus.texi (Posting Styles): Use with-current-buffer.
3203 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3204
798c9eb5
KR
32052010-01-02 Kevin Ryde <user42@zip.com.au>
3206
3207 * eieio.texi (Naming Conventions): Correction to xref on elisp
3208 coding conventions, is "Tips" node not "Standards".
3209
4970fbfe
CY
32102009-12-24 Chong Yidong <cyd@stupidchicken.com>
3211
3212 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3213
3214 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3215
83828b06
KY
32162009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3217
3218 * gnus.texi (Direct Functions): Add missing port number to tls method.
3219
45a4a565
JB
32202009-12-15 Juanma Barranquero <lekktu@gmail.com>
3221
3222 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3223 ($(infodir)/edt, edt.dvi): New targets.
3224
698bfef7
GM
32252009-12-15 Glenn Morris <rgm@gnu.org>
3226
3227 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3228 (edt, $(infodir)/edt, edt.dvi): New targets.
3229 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3230
3231 * Makefile.in (PDF_TARGETS, pdf): New.
3232 (clean): Add *.pdf.
3233 Add pdf rules for all manuals.
3234
0e983327
JB
32352009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3236
3237 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3238
8e687433
CY
32392009-12-14 Chong Yidong <cyd@stupidchicken.com>
3240
3241 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3242 (Smart Jump, Analyzer Debug): Copyedits.
3243 (Semantic mode user commands): Link to new nodes.
3244 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3245 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3246 upstream Semantic manual.
3247
3248 * semantic.texi (Introduction): Minor fix to diagram.
3249
020335df
MA
32502009-12-09 Michael Albinus <michael.albinus@gmx.de>
3251
3252 * eshell.texi (History): Add the other built-in variables.
3253 (Built-ins): Explain built-ins, and how to apply the external commands.
3254 Add `history', `su' and `sudo'.
3255
3256 * tramp.texi (Remote processes): Add missing <RET> in the example.
3257
6ddf13e4
BW
32582009-12-01 Bill Wohler <wohler@newt.com>
3259
3260 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 3261 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
3262 excessively garrulous.
3263
07b6428c
MA
32642009-11-29 Michael Albinus <michael.albinus@gmx.de>
3265
3266 * tramp.texi (Remote processes): Improve eshell example with "su"
3267 and "sudo" commands.
3268
fd1cefda
CY
32692009-11-28 Chong Yidong <cyd@stupidchicken.com>
3270
3271 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3272
3273 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3274 Document semantic-complete-analyze-inline.
3275 (Semanticdb search debugging commands): Minor clarification.
3276 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 3277 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 3278 manual.
9d542758 3279 (Semantic mode): Link to Idle Scheduler.
fd1cefda 3280
159e3ad5
KR
32812009-11-28 Kevin Ryde <user42@zip.com.au>
3282
3283 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 3284 @pxref, now EIEIO is in Emacs.
159e3ad5 3285
c6d47315
KR
3286 * erc.texi (Development): Correction to git tutorial url.
3287
16f6287e
GM
32882009-11-26 Glenn Morris <rgm@gnu.org>
3289
3290 * faq.texi (Latest version of Emacs): Mention stability of development
3291 version.
3292 (Problems with very large files): Max buffer size increase in 23.2.
3293 (VM): VM has moved house again.
3294
5ea5dbc9
JB
32952009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3296
3297 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3298 notations.
3299
5dec9555
CD
33002009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3301
45a4a565 3302 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 3303
bd6f6833
CY
33042009-11-20 Chong Yidong <cyd@stupidchicken.com>
3305
3306 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
3307 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3308 (Idle Completions Mode): Numerous copyedits.
bd6f6833 3309
be479117
JB
33102009-11-17 Juanma Barranquero <lekktu@gmail.com>
3311
3312 * semantic.texi (Semantic Internals, Glossary):
3313 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3314 (Semanticdb search debugging commands): Fix typos.
3315
17291a1f
JB
33162009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3317
be479117 3318 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 3319
af42a9cc
JB
33202009-11-16 Juanma Barranquero <lekktu@gmail.com>
3321
3322 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3323 ($(infodir)/semantic, semantic.dvi): New targets.
3324
3149927d
CY
33252009-11-16 Chong Yidong <cyd@stupidchicken.com>
3326
3327 * Makefile.in: Build the Semantic manual.
3328
3329 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3330 repository.
3331
977640ed
MA
33322009-11-16 Michael Albinus <michael.albinus@gmx.de>
3333
3334 * dbus.texi (Receiving Method Calls): New defun
3335 `dbus-unregister-service'.
3336
17673adf
CD
33372009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3338
3339 * org.texi (Speed keys): New section.
3340
0ecd3c90
MA
33412009-11-13 Michael Albinus <michael.albinus@gmx.de>
3342
3343 * dbus.texi (Type Conversion): Fix typo.
3344 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3345 `dbus-registered-objects-table'.
0c7efc08
SM
3346 (Receiving Method Calls): New defun `dbus-register-property'.
3347 Move `dbus-unregister-object' here.
0ecd3c90 3348
8bfe682a
CD
33492009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3350
3351 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3352
33532009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3354
3355 * org.texi (Column attributes): Add the new age summary operators.
3356 Also, mention the fact you can only use one summary operator per
3357 property.
3358
33592009-11-13 John Wiegley <johnw@newartisans.com>
3360
0c7efc08 3361 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 3362 manual about how to track habits.
0c7efc08 3363 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
3364 dangling clocks are resolved.
3365
33662009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3367
3368 * org.texi (Agenda commands): Document the new `i' command.
3369 (Inserting deadline/schedule): Document logging changes
3370 of scheduling and deadline times stamps.
3371 (In-buffer settings): Document the in-buffer keywords for logging
3372 changes of scheduling and deadline times stamps.
3373 (Structure editing, Plain lists): Document indentation
3374 cycling in empty entries with TAB.
3375 (Archiving): Document the default archiving command.
3376 (Moving subtrees): Document the new keys for archiving.
3377 (Internal archiving): Fix incorrect key.
3378 (Agenda commands): Document the TODO set switching commands.
3379 (Agenda commands): Document the new archiving keys.
3380 (Clocking work time): Better description on how to save
3381 and restore a clock.
3382 (Resolving idle time): Mention the x11idle program to get true
3383 idleness also under X11.
3384 (Resolving idle time): Use @kbd instead of @key for normal
3385 letters, because this is how he rest of the manual does this.
3386 (Pushing to MobileOrg): Mention that `org-directory'
3387 should be set.
3388 (Agenda commands): Document that SPC is a filter for
3389 any tag.
0c7efc08 3390 (Search view): Rename from "Keyword search".
8bfe682a
CD
3391 (Capure): New chapter.
3392 (Markup): New chapter.
0c7efc08
SM
3393 (Links in HTML export, Images in HTML export):
3394 Extend the section titles.
8bfe682a
CD
3395 (Images in HTML export): Document the align option.
3396 (Text areas in HTML export): Extend the section title.
3397 (Images in LaTeX export): Explain image placement in LaTeX.
3398
693737cd
GM
33992009-11-10 Glenn Morris <rgm@gnu.org>
3400
3401 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3402
c7bd4ebe
MA
34032009-11-08 Michael Albinus <michael.albinus@gmx.de>
3404
3405 * tramp.texi (Auto-save and Backup): Disable backups just for a
3406 method.
3407
3408 * trampver.texi: Update release number.
3409
76c5acad
MA
34102009-11-07 Michael Albinus <michael.albinus@gmx.de>
3411
3412 Sync with Tramp 2.1.17.
3413
3414 * trampver.texi: Update release number.
3415
d9a57abf
GM
34162009-10-29 Glenn Morris <rgm@gnu.org>
3417
3418 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3419
637f4f0f
MA
34202009-10-23 Michael Albinus <michael.albinus@gmx.de>
3421
3422 * tramp.texi (External methods): Temporary files are kept for
3423 `rsync' and `rsyncc' methods.
3424
310dbb05
JB
34252009-10-09 Juanma Barranquero <lekktu@gmail.com>
3426
3427 * eieio.texi: Fix typos.
3428
09094f28
CY
34292009-10-07 Chong Yidong <cyd@stupidchicken.com>
3430
3431 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3432
216f299a
JB
34332009-10-07 Juanma Barranquero <lekktu@gmail.com>
3434
3435 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3436 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3437
966a6506
CY
34382009-10-07 Chong Yidong <cyd@stupidchicken.com>
3439
3440 * Makefile.in: Build EIEIO and EDE manuals.
3441
34422009-10-07 Eric Ludlam <zappo@gnu.org>
3443
3444 * eieio.texi:
3445 * ede.texi: New files.
3446
8842cd9b
MA
34472009-10-05 Michael Albinus <michael.albinus@gmx.de>
3448
3449 * tramp.texi (Remote processes): Association of a pty is not supported.
3450
7006d207
CD
34512009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3452
3453 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3454 (Processing LaTeX fragments): Document that the size of images can be
3455 changes using the variable `org-format-latex-options'.
3456 (The date/time prompt, Timestamps): Be more accurate over ISO format
3457 dates and times.
3458 (Visibility cycling): Document showeverything keyword.
3459 (In-buffer settings): Document showeverything keyword.
3460 (Setting up the staging area): Fix the example.
3461 (MobileOrg): New section.
3462 (Agenda commands, Exporting Agenda Views): Document exporting the
3463 agenda view to Org files.
3464
0e7b2867
MA
34652009-09-28 Michael Albinus <michael.albinus@gmx.de>
3466
3467 * tramp.texi (History): Add IMAP support.
3468 (External methods): Add `imap' and `imaps' methods.
3469 (GVFS based methods): Add indices for `davs'.
3470 (Password handling): Rename anchors. Add IMAP entries for
3471 ~/.authinfo.gpg.
3472
3473 * trampver.texi: Set default value of `emacsimap'.
3474
4146636e
KY
34752009-09-22 Daiki Ueno <ueno@unixuser.org>
3476
3477 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3478
d22f7ffa
CY
34792009-09-13 Chong Yidong <cyd@stupidchicken.com>
3480
0c7efc08
SM
3481 * dired-x.texi (Technical Details):
3482 Delete dired-up-directory (Bug#4292).
d22f7ffa 3483
66043531
MA
34842009-09-03 Michael Albinus <michael.albinus@gmx.de>
3485
216f299a 3486 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 3487
6eb02347
CD
34882009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3489
3490 * org.texi (Effort estimates): Document new effort setting commands.
3491 (Agenda commands): Document the new keys fro agenda time motion.
3492 Document entry text mode. Improve documentation of the keys to include
3493 inactive time stamps into the agenda view.
3494 (Feedback): Document the new bug report command.
0c7efc08 3495 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 3496
38dc51ba
KY
34972009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3498
3499 * auth.texi (Help for users): Corrected markup.
3500
e402f452
GM
35012009-09-02 Glenn Morris <rgm@gnu.org>
3502
3503 * emacs-mime.texi (time-date): Mention float-time.
3504
744256cf
JB
35052009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
3506
3507 * calc.texi (Simplifying Formulas): Improve the wording.
3508
b0b63450
MB
35092009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
3510
3511 * auth.texi: Rewritten for coverage and clarity.
3512
35132009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3514
0c7efc08
SM
3515 * gnus.texi (Expiring Mail):
3516 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
3517 (Various Various): Mention gnus-safe-html-newsgroups.
3518
3519 * gnus-news.texi: Mention
3520 gnus-mark-copied-or-moved-articles-as-expirable.
3521
3522 * emacs-mime.texi (Display Customization): Add xref to
3523 gnus-safe-html-newsgroups.
3524
b59329e0
MA
35252009-08-28 Michael Albinus <michael.albinus@gmx.de>
3526
3527 * tramp.texi (Version Control): Remove.
af42a9cc 3528 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
3529 reference.
3530 (External methods): Correct `scpc' concept index entries. New method
3531 `rsyncc'.
3532 (External packages): New subsections "Filename completion" and "File
3533 attributes cache".
3534
0ff2d6c2
JB
35352009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
3536
3537 * calc.texi (Rewrite Rules): Improve the example.
3538 (Simplifying Formulas): Explain use of the I and H flags for
3539 simplification.
3540
ecd3d54f
MA
35412009-08-25 Michael Albinus <michael.albinus@gmx.de>
3542
3543 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 3544 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
3545 (Synchronous Methods, Asynchronous Methods): Use English numeric format
3546 for timeout values.
78176e69
MA
3547 (Top): Remove footnote saying D-Bus is not enabled by
3548 default. (Bug#4256)
ecd3d54f 3549
0f215bca
DU
35502009-08-23 Daiki Ueno <ueno@unixuser.org>
3551
3552 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 3553 Reported by Jari Aalto (Bug#4211).
0f215bca 3554 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 3555 epa-global-mail-mode.
3b7ab45f
DU
3556 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3557 epa-setup.
0f215bca 3558
4f22e84d
MA
35592009-08-16 Michael Albinus <michael.albinus@gmx.de>
3560
3561 * dbus.texi (Asynchronous Methods): Allow nil handler.
3562
9ff0b02b 35632009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 3564
26b03ee3 3565 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 3566
26b03ee3 3567 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 3568
4c39f404
CY
35692009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3570
3571 * calc.texi (Date Forms): Fix typos.
3572
3bcfba17
GM
35732009-08-08 Glenn Morris <rgm@gnu.org>
3574
3575 * org.texi (Agenda commands): Restore clobbered change.
3576
66783bb4
EZ
35772009-08-07 Eli Zaretskii <eliz@gnu.org>
3578
3579 * calc.texi (Graphics, Devices): Update with the peculiarities of
3580 operation on MS-Windows.
3581
c8d0cf5c
CD
35822009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3583
3584 * org.texi (Publishing action): Improve documentation of file
3585 names when publishing to the source directory.
3586 (Clean view): Document `org-indent-mode'.
3587 (Clocking work time): Add documentation for the
3588 new :timetamp option when creating a clock report.
3589 (Paragraphs): Fix many typos.
3590 (Plain lists): Remove duplicate explanation about the
3591 `C-c *' command.
3592 (Literal examples): Update to reflect the new behavior
3593 of the -n -r -k switches when exporting source code examples.
3594 (Structure editing): Add information about `C-c *',
3595 converting a plain list into a list of Org items.
3596 (Remember): Small rephrasing of the paragraph
3597 describing remember.el. Also mentioned that remember.el is part
3598 of Emacs 23, not Emacs 22.
3599 (Clocking work time): Add documentation about
3600 displaying the current clocking time against the effort estimate.
3601 Also add a footnote about using `org-clock-in-prepare-hook' to add
3602 an effort estimate on the fly, just before clocking it.
3603 (Footnotes): Document automatic renumbering and
3604 sorting.
3605 (Agenda commands): Document new bulk commands.
3606 (Plain lists): Document new behavior of
3607 `org-cycle-include-plain-lists'.
4e2af782 3608 Hyphenation only in TeX.
c8d0cf5c
CD
3609 (Clocking work time): Document the key to update effort
3610 estimates.
3611 (Clocking work time): Document the clock time display.
3612 (Structure editing, TODO basics): Document new
3613 variables.
3614 (Column attributes): Document new colciew operators.
3615 (Publishing options): Document :xml-declaration.
3616 (Tracking TODO state changes): Document the
3617 LOG_INTO_DRAWER property.
3618 (Literal examples): Document the new implementation for
3619 editing source code.
3620 (Publishing action): Mention the new publishing
3621 function, to publish an Org source file.
3622 (Publishing links): Mention how to link to an Org source file.
3623 (Macro replacement): Document new macros.
3624 (Handling links): Document type-specific completion
3625 when inserting links.
3626 (Structure editing, Plain lists): Improve documentation
3627 on sorting.
3628 (Internal links): Document custom ids for links.
3629 (Handling links): Document custom ids for links.
3630 (CSS support): Document new class.
3631 (Refiling notes): Document the possibility to create new nodes
3632 during refiling.
3633 (Agenda commands): Document the "?" operator to find
3634 tasks without effort setting.
3635 (Exporting agenda information): Section moved.
3636 (RSS Feeds): New section.
3637 (Built-in table editor): Document M-e and M-a navigate
3638 inside table field.
3639 (Stuck projects): Docment that projects identified as
3640 un-stuck will still be searchd for stuck sub-projects.
3641 (Paragraphs): Document centering.
3642 (Creating timestamps, Agenda commands): Document new
3643 behavior when changing time stamps.
3644 (Structure editing): Document the new command
3645 `org-clone-subtree-with-time-shift'.
3646 (Publishing): Refresh this chapter.
3647 (Export options, Export options, In-buffer settings):
3648 Document the new keywords.
3649 (Matching tags and properties): Collect all
3650 documentation about tags/property matches here.
3651 (Setting tags): Document `org-tag-persistent-alist'.
3652 (Weekly/daily agenda): New section.
3653 (Orgstruct mode): Describe `orgstruct++-mode'.
3654 (Drawers): Mention the LOGBOOK drawer.
3655 (Export options, Sectioning structure): Document the
3656 #+LEATEX_HEADER in-buffer setting.
3657 (Bugs): Section removed.
3658 (Hooks): New section.
0c7efc08 3659 (Add-on packages): Move here from old location.
c8d0cf5c
CD
3660 (Context-sensitive commands): New section.
3661 (Setting tags): Document newline option.
3662 (Global TODO list, Matching tags and properties):
3663 Mention more variables.
3664 (Checkboxes): Update to changed command behavior.
81a5560e 3665
40d2791f
CY
36662009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3667
3668 * speedbar.texi (Basic Key Bindings): Fix typo.
3669
65d0154b
JB
36702009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3671
3672 * calc.texi (Vector/Matrix Functions): Add index entries for both
3673 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3674 affects matrices with more than one row.
b5bdfd9f 3675 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 3676
5a9e3ab7
JB
36772009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3678
3679 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 3680 `calc-transpose-lines'.
5a9e3ab7 3681
42fb7e61
MA
36822009-07-27 Michael Albinus <michael.albinus@gmx.de>
3683
3684 * dbus.texi (Receiving Method Calls): Describe special return value
3685 `:ignore'.
3686
574b69d5
AM
36872009-07-24 Alan Mackenzie <acm@muc.de>
3688
3689 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3690 initialization, any individual variable setting now takes precedence
3691 over one done via c-file-style/c-file-offsets.
3692
ec06459c
JB
36932009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3694
3695 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3696 truncated when Calc is quit.
3697 (Customizing Calc): Document `calc-undo-length'.
3698
4ce54f6b
CY
36992009-07-20 Chong Yidong <cyd@stupidchicken.com>
3700
3701 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3702
0e4f8ba5
GM
37032009-07-11 Kevin Ryde <user42@zip.com.au>
3704
3705 * pcl-cvs.texi (About PCL-CVS):
3706 * widget.texi (Basic Types):
3707 Fix cross-references.
3708
fa0f81b0
AS
37092009-07-01 Andreas Schwab <aschwab@redhat.com>
3710
3711 * dbus.texi (Type Conversion): Don't use literal control character.
3712
88a683c5
MA
37132009-07-01 Michael Albinus <michael.albinus@gmx.de>
3714
3715 * tramp.texi (GVFS based methods): New section.
3716 (Remote processes): Processes for GVFS based methods run locally.
3717
36c8febb
MA
37182009-06-30 Michael Albinus <michael.albinus@gmx.de>
3719
0c7efc08
SM
3720 * tramp.texi (Inline methods, External methods, Gateway methods):
3721 Avoid the words "kludge" and hack".
36c8febb
MA
3722 (External methods): Add `synce' method.
3723
3724 * trampver.texi: Update release number.
3725
d6b951bb
MA
37262009-06-22 Michael Albinus <michael.albinus@gmx.de>
3727
3728 Sync with Tramp 2.1.16.
3729
3730 * tramp.texi (History): Add GVFS support.
3731 (External methods): Precise `rsync' description. Add `dav', `davs' and
3732 `obex' methods. Add 'tramp-gvfs-methods' option.
3733 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3734 forms.
3735 (Remote Programs): Introduce `tramp-own-remote-path'.
3736 (Remote processes): New subsection "Running remote programs that create
3737 local X11 windows".
3738 (Frequently Asked Questions): Improve code for disabling vc.
3739
3740 * trampver.texi: Update release number. Set default value of
3741 `emacsgvfs'.
3742
70243478
CY
37432009-06-21 Chong Yidong <cyd@stupidchicken.com>
3744
3745 * Branch for 23.1.
3746
54b31cbf
GM
37472009-06-17 Glenn Morris <rgm@gnu.org>
3748
3749 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3750 (Latest version of Emacs): Mention source code repository.
3751
f6adc23c
GM
37522009-06-16 Glenn Morris <rgm@gnu.org>
3753
3754 * faq.texi (Top): Language tweak.
3755 (Extended commands): Most people have arrow keys.
3756 (Emacs manual): Say how to follow info links.
3757 (File-name conventions): Change title a bit. Explain about source
3758 versus installed. Condense etc description.
3759 (Guidelines for newsgroup postings): Mention Savannah list page.
3760 (Newsgroup archives): Simplify.
3761 (Contacting the FSF): Add contact URL.
3762 (Emacs Lisp documentation): Printed version not always available.
3763 (Installing Texinfo documentation): Explain how by hand installation is
3764 not normally needed. Use add-to-list. Remove duplicate reference.
3765 (Informational files for Emacs): Move info on Help menu here from
3766 "File-name conventions".
3767 (Help installing Emacs): Tweak uref.
3768 (Obtaining the FAQ): Mention repository.
3769 (Origin of the term Emacs): Explain "ITS".
3770 (Changing load-path): Use add-to-list.
3771 (Automatic indentation): Clarify this is for Text mode.
3772 Don't mention Indented Text mode.
3773 (Finding Emacs on the Internet): The FSF does not seem to offer a
3774 deluxe distribution on CD anymore.
3775
b59a8457
GM
37762009-06-16 Glenn Morris <rgm@gnu.org>
3777
3778 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3779 Recommend the latest release. Mention how to get older FAQs.
3780 Recommend the Emacs manual.
3781 (Guidelines for newsgroup postings): Discourage cross-posts.
3782 (Underlining paragraphs): Remove.
3783 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3784 (Bugs and problems): Update key-binding.
3785 (Problems with very large files): Mention 64-bit.
3786 (Shell process exits abnormally): Remove.
3787 (Problems with Shell Mode): Rename and update.
3788 (Spontaneous entry into isearch-mode)
3789 (Problems talking to certain hosts): Remove. This is old information,
3790 in etc/PROBLEMS if needed.
3791 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3792 (Dired claims that no file is on this line): Update.
3793 (Installing Emacs, Problems building Emacs): Simplify.
3794 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3795 information.
3796 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3797 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3798 (JDEE): "JDEE", not "JDE".
3799 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3800 Remove. This is old information, in etc/PROBLEMS if needed.
3801 (stty and Backspace key, Kanji and Chinese characters): Remove.
3802 (Right-to-left alphabets): Update section.
3803 (Changing the included text prefix): Gnus uses message-yank-prefix.
3804 Add cross-reference to Supercite manual.
3805 (Saving a copy of outgoing mail): Simplify output file description.
3806 (Expanding aliases when sending mail): Refer to Emacs manual.
3807 Remove old info about RFC822.
3808 Correct description of how to rebuild aliases.
3809 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3810 (MIME with Emacs mail packages)
3811 (Viewing articles with embedded underlining)
3812 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3813 Remove old sections.
3814 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3815 and is well-documented in the Gnus manual.
3816 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3817 (Making Gnus faster): Rename from "Starting Gnus faster".
3818 Merge "Catch-up is slow in Gnus" into here.
3819
0e6d12ca
GM
38202009-06-14 Glenn Morris <rgm@gnu.org>
3821
3822 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3823 (New in Emacs 23): New section.
3824 (Handling C-s and C-q with flow control): Add xref.
3825
2e17e05e
GM
38262009-06-13 Glenn Morris <rgm@gnu.org>
3827
3828 * faq.texi (Setting up a customization file): Grammar fix.
3829 Customize is no longer "new".
3830 (Displaying the current line or column): Line-number mode is on by
3831 default. Don't mention `column' package. Mention linum.el.
3832 (Turning on abbrevs by default): Explain how to do it for buffers,
3833 modes, and everywhere.
3834 (Associating modes with files): Use add-to-list. Don't mention Emacs
3835 19.
3836 (Highlighting a region): On by default since 23.1.
3837 (Replacing highlighted text): Update doc quote.
3838 (Working with unprintable characters): Don't mention search-quote-char.
3839 (Using an already running Emacs process): Gnuclient is probably not an
3840 enhancement these days.
3841 (Indenting switch statements): Remove mention of pre-Emacs 20.
3842 (Horizontal scrolling): Abbreviate Emacs 20 description.
3843 (Replacing text across multiple files): Fix name of dired command.
3844 (Disabling backups): Use require not load.
4f9d4de3 3845 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3846
2a1cf2b9
BW
38472009-06-13 Bill Wohler <wohler@newt.com>
3848
3849 Release MH-E manual version 8.2.
3850
3851 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3852 release 8.2.
3853
85b438b7
GM
38542009-06-13 Glenn Morris <rgm@gnu.org>
3855
3856 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3857 in this day and age the common meaning is "on the web".
3858 (copying): Use @copyright in all cases.
3859 (Basic keys): Remove reference to deleted manual node "Text Characters".
3860 (File-name conventions): Use GNU as an example rather than SERVICE.
3861 default.el lives in site-lisp. Update Info directory location.
3862 (Real meaning of copyleft): GPL actions have been brought, but all
3863 settled out of court.
3864 (Guidelines for newsgroup postings): Shorten section title.
3865 Simplify comp.emacs description.
3866 (Newsgroup archives): Change Google URL. Describe Gmane.
3867 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3868 points". Mention List-Unsubscribe header.
3869 (Contacting the FSF): Update email and URLs.
3870 (Basic editing): Mention F1 for help.
3871 (Installing Texinfo documentation): Refer to Texinfo website rather
3872 than ftp server.
3873 (Printing a Texinfo file): Mention texi2pdf.
3874 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3875 are just stubs nowadays.
3876 (Latest version of Emacs): Explain version numbers.
3877 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3878 (Turning on syntax highlighting): No need to mention hilit19 any more.
3879 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3880 (Modes for various languages): Remove section.
3881 (Major packages and programs): Remove most version and maintainer
3882 information - it's hard to keep up-to-date, and adds nothing.
3883 Similarly with direct links to mailing lists.
3884 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3885 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3886 years, and Emacs comes with tools for this now.
3887 (Patch): Remove section - this is a standard tool.
3888 (Using function keys under X): Remove section.
3889
93e2d996
GM
38902009-06-12 Glenn Morris <rgm@gnu.org>
3891
3892 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3893 (Help installing Emacs): Remove reference to deleted X11 node.
3894 (Associating modes with files): Interpreter-mode-alist is no longer
3895 subservient to auto-mode-alist.
3896 (Installing Emacs): Change future Emacs version.
3897 (Linking with -lX11 fails): Remove old section.
3898 (Packages that do not come with Emacs): Update ELL location.
3899 Emacs Lisp archive is dead.
3900 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3901 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3902 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3903 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3904 (Removing flashing messages): Remove section about non-existent Gnus
3905 option.
3906
f0bf7708
GM
3907 * faq.texi (Top): Add @top command.
3908 Remove the optional arguments from all @node commands: makeinfo can
3909 generate these automatically, and it is easier to edit and rearrange
3910 nodes without them.
3911
30884d11
GM
39122009-06-11 Glenn Morris <rgm@gnu.org>
3913
3914 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3915 (The LPF): Make the updated URL the sole reference point.
3916 (Learning how to do something): Update refcard price and format.
3917 (Getting a printed manual): Sources in doc/emacs/, not man/.
3918 Also available in PDF format. Since the page count varies, be less
3919 precise.
3920 (Informational files for Emacs): Remove references to deleted files
3921 LPF and SUN-SUPPORT, and to UUCP.
3922 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3923 Remove many obsolete ways to get the FAQ, which now seems only to be
3924 distributed with Emacs.
3925 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3926
deab46e0
CY
39272009-06-09 Chong Yidong <cyd@stupidchicken.com>
3928
223b43fa 3929 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3930 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3931
deab46e0
CY
3932 * ada-mode.texi (Installation, Compile commands)
3933 (Project File Overview, No project files, Set compiler options)
3934 (Use GNAT project file, Use multiple GNAT project files)
3935 (Identifier completion): Use @samp for menu items, and @kbd for key
3936 sequences (Bug#3504).
3937
71fbd643
DU
39382009-06-04 Daiki Ueno <ueno@unixuser.org>
3939
8c9bb6f5 3940 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3941
f197085b
CY
39422009-06-04 Ryan Yeske <rcyeske@gmail.com>
3943
3944 * message.texi (Header Commands): Fix descriptions to match
3945 keybindings.
3946
7f3bc720
DU
39472009-04-22 Daiki Ueno <ueno@unixuser.org>
3948
3949 * gnus.texi (Security): Mention that EasyPG is the current default.
3950
4518068d
CY
39512009-04-13 Chong Yidong <cyd@stupidchicken.com>
3952
3953 * ediff.texi (Session Commands): Fix typo.
3954
d7ca410a
MB
39552009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3956
3957 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3958 news.software.readers. Reported by Florian Rehnisch.
3959
c6c76add
GM
39602009-04-02 Glenn Morris <rgm@gnu.org>
3961
3962 * auth.texi: Capitalize direntry.
3963
3964 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3965 using a period in the entry name. (Bug#2797)
3966
35ed8e2e
JB
39672009-03-03 Juanma Barranquero <lekktu@gmail.com>
3968
3969 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3970 ($(infodir)/auth, auth.dvi): New targets.
3971
e280480a
GM
39722009-03-03 Glenn Morris <rgm@gnu.org>
3973
3974 * auth.texi: Fix @setfilename.
3975
3976 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3977 (auth, $(infodir)/auth, auth.dvi): New rules.
3978
8a76755b
GM
39792009-02-25 Glenn Morris <rgm@gnu.org>
3980
3981 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
3982
0038d478
MB
39832009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3984
3985 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3986
39872009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3988
3989 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3990 gnus-nocem-issuers, and gnus-nocem-verifyer.
3991
867d4bb3
JB
39922009-02-20 Juanma Barranquero <lekktu@gmail.com>
3993
3994 * ada-mode.texi (Project files, Automatic Casing):
3995 * dbus.texi (Signals):
3996 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3997 * mh-e.texi (HTML):
3998 * nxml-mode.texi (Locating a schema)
3999 (Using the document's URI to locate a schema):
4000 * org.texi (Footnotes, Using the mapping API):
4001 * rcirc.texi (Channels): Remove duplicate words.
4002
3a44dc1f
GM
40032009-02-20 Glenn Morris <rgm@gnu.org>
4004
4005 * dired-x.texi (Miscellaneous Commands):
4006 * gnus.texi: Minor updates for mbox Rmail.
4007
5dc584b5
KB
40082009-02-16 Karl Berry <karl@gnu.org>
4009
b59a8457
GM
4010 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4011 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
4012 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4013 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
4014 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
4015 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
4016 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
4017 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4018 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
4019 Consistently use @insertcopying in the Top node,
5dc584b5 4020 @contents at the front (after @end titlepage),
b59a8457 4021 and @direntry after @copying. (Bug#1988)
5dc584b5 4022
9eb59592
MB
40232009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4024
4025 * auth.texi: New file documenting auth-source.
4026
d324fa76
CD
40272009-02-13 Carsten Dominik <dominik@science.uva.nl>
4028
4029 * org.texi (Org Plot): Fix link.
4030
7a603b73
DU
40312009-02-09 Daiki Ueno <ueno@unixuser.org>
4032
4033 * epa.texi (Mail-mode integration): Mention the way to do
4034 "encrypt-to-self". (Bug#1807)
4035
a626b338 40362009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
4037
4038 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
4039
3b36c17e
MB
40402009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
4041
4042 * gnus-news.texi: Print version about Incoming*.
4043
55033558
CD
40442009-02-02 Carsten Dominik <dominik@science.uva.nl>
4045
4046 * org.texi (Structure editing, Handling links)
4047 (Fast access to TODO states, Javascript support): Make standard docs
4048 correctly reflect default variable settings.
4049
ec712abb
GM
40502009-02-02 Glenn Morris <rgm@gnu.org>
4051
4052 * org.texi: Fix typos.
4053
7112648c
MA
40542009-02-01 Michael Albinus <michael.albinus@gmx.de>
4055
4056 Sync with Tramp 2.1.15.
4057
4058 * trampver.texi: Update release number.
4059
2e461fc1
CD
40602009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4061
4062 * org.texi (TODO dependencies): Document TODO dependencies on
4063 checkboxes.
4064
bc283609
CD
40652009-01-30 Carsten Dominik <dominik@science.uva.nl>
4066
4067 * org.texi (TODO dependencies): Document key binding for toggling
4068 ORDERED property.
4069
74fc5047
MA
40702009-01-28 Michael Albinus <michael.albinus@gmx.de>
4071
4072 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4073 of hook functions.
4074
d6685abc
CD
40752009-01-28 Carsten Dominik <dominik@science.uva.nl>
4076
4077 * org.texi (TODO dependencies): New section.
4078
65c439fd
CD
40792009-01-27 Carsten Dominik <dominik@science.uva.nl>
4080
4081 * org.texi (Plain lists, TODO basics, Priorities)
4082 (Multiple sets in one file, Conflicts): Document interaction with
4083 `shift-selection-mode'.
4084
5fafc247
JB
40852009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4086
4087 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4088 Make Calc the subject of sentences.
4089 (Rearranging Formulas using Selections): Discuss new options
4090 for `j *'.
4091
e7433508
MA
40922009-01-26 Michael Albinus <michael.albinus@gmx.de>
4093
4094 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4095
2096a1b6
GM
40962009-01-26 Glenn Morris <rgm@gnu.org>
4097
4098 * org.texi: Fix typos.
4099
0cb61492
BW
41002009-01-26 Bill Wohler <wohler@newt.com>
4101
2096a1b6 4102 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4103
0bd48b37
CD
41042009-01-25 Carsten Dominik <dominik@science.uva.nl>
4105
4106 * org.texi (References): Add information about remote references.
4107 (Built-in table editor): Document `C-c RET' in tables.
4108 (Math symbols, Quoting LaTeX code): Mention that simple
4109 LaTeX macros survive LaTeX export.
4110 (Images in LaTeX export): Show how to create a reference to a
4111 figure.
4112 (Sectioning structure): Document that the LaTeX class can be
4113 specified in a property.
4114 (Text areas in HTML export): New section.
4115 (External links): Add examples for text search and ID links.
4116 (Built-in table editor): Remove the descriptio of `C-c
4117 C-q', it not longer works.
4118 (Literal examples): Document that a space must follow
4119 the colon in short examples.
4120 (Relative timer): Document `org-timer-stop'.
4121 (Footnotes): New section.
4122 (Footnote markup): Shorten section and refer to new Footnote
4123 section.
4124 (Literal examples): Add documentation for line
4125 numbering in and references to code examples.
4126 (CSS support): Fix the description of default CSS styles.
4127 (Capturing column view): Document
4128 "file:path/to/file.org" as an allowed value for the ID property of
4129 a dynamic block copying column view.
4130
49dbbaf2
SE
41312009-01-23 Stephen Eglen <stephen@gnu.org>
4132
4133 * mh-e.texi (Getting Started): Describe $MH.
4134
193e6828
MA
41352009-01-21 Michael Albinus <michael.albinus@gmx.de>
4136
4137 * tramp.texi (all): Harmonize usage of "external method",
4138 "external transfer method" and "out-of-band method".
4139 (Connection types): Precise the differences of inline and external
4140 methods. Written by Adrian Phillips <a.phillips@met.no>.
4141
26b9f88d
MB
41422009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4143
4144 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4145 commands as described at the top. Reported by Allan Gottlieb
4146 <gottlieb@nyu.edu>.
4147
41482009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4149
4150 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4151 nnmail-pathname-coding-system.
4152
377952e0
GM
41532009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4154
4155 * org.texi (Relative timer): Fix typo.
4156
a20d3598
JB
41572009-01-15 Juanma Barranquero <lekktu@gmail.com>
4158
4159 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4160 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4161
a50253cc
GM
41622009-01-13 Glenn Morris <rgm@gnu.org>
4163
4164 * org.texi: Fix some more typos.
4165
07450bee
GM
41662009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4167
4168 * org.texi: Fix some typos.
4169
e3e955fe
MB
41702009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4171
4172 * gnus.texi (Group Parameters): Add note for local variables.
4173
41742009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4175
0c7efc08
SM
4176 * gnus.texi (Converting Kill Files): Fix URL.
4177 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
4178
41792009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4180
4181 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4182 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4183 (Paging the Article): Add index entry.
4184
71dd9983
JB
41852009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4186
4187 * ada-mode.texi (Examples): Delete redundant text.
4188
4a0cf14f
MA
41892009-01-03 Michael Albinus <michael.albinus@gmx.de>
4190
36c8febb 4191 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
4192
4193 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4194 addresses.
4195
aedac0f0
BW
41962009-01-03 Bill Wohler <wohler@newt.com>
4197
4198 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4199 kept empty.
4200
4c65b566
CD
42012008-12-20 Carsten Dominik <dominik@science.uva.nl>
4202
4203 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
4204 (HTML Export commands, LaTeX/PDF export commands):
4205 Improve documentation about transient-mark-mode.
e9fce1ac 4206 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
4207 to fields in the last table row.
4208
e1a78e1e
JL
42092008-12-19 Juri Linkov <juri@jurta.org>
4210
4211 * info.texi (Search Text): Remove mention of removed key binding M-s.
4212
17a0aa82
CD
42132008-12-18 Carsten Dominik <dominik@science.uva.nl>
4214
4215 * org.texi (References): Remove mentioning of @0 as reference for the
4216 last line, this has been reverted in the Lisp sources.
4217
4997d802
JB
42182008-12-17 Juanma Barranquero <lekktu@gmail.com>
4219
4220 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4221 (DVI_TARGETS): Remove duplicates. Add sasl.
4222 ($(infodir)/sasl, sasl.dvi): New targets.
4223
33306645
CD
42242008-12-17 Carsten Dominik <dominik@science.uva.nl>
4225
4226 * org.texi: Version number pushed to 6.15d.
4227
db55f368
CD
42282008-12-16 Carsten Dominik <dominik@science.uva.nl>
4229
a0bf4117 4230 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
4231 (Images in LaTeX export): New section.
4232 (Inlined images, Images in HTML export): Sections renamed.
4233
dae0a942
MB
42342008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4235
4236 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4237
9f5572e9
MB
42382008-12-04 David Engster <dengste@eml.cc>
4239
4240 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 4241 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 4242
bc23baaa
CD
42432008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4244
4245 * org.texi (Using the mapping API): Fix bug in mapping example.
4246 (Publishing options): Make the list of properties complete again, in
4247 correspondence to the variable `org-export-plist-vars'.
4248 (Property searches): Document new special values for time comparisons.
4249 (Tag inheritance): Refine the description of tag inheritance.
4250 (Project alist): Add info about the publishing sequence of components.
a0bf4117 4251 (Effort estimates): Document the new relative timer.
bc23baaa 4252
3bf8054f
JB
42532008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4254
4255 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4256 (Using Calc): Clarify use of `C-x * o'.
4257 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4258
ac134f2f
RS
42592008-11-28 Richard M Stallman <rms@gnu.org>
4260
4261 * dbus.texi (Receiving Method Calls): Clean up previous change.
4262
ace706d1
MA
42632008-11-26 Michael Albinus <michael.albinus@gmx.de>
4264
4265 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4266 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4267 `dbus-unescape-from-identifier'.
4268 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 4269 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
4270 (Signals): Use the constants in the example.
4271
d60b1ba1
CD
42722008-11-24 Carsten Dominik <dominik@science.uva.nl>
4273
b97439ce 4274 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 4275
ce4fdcb9
CD
42762008-11-23 Carsten Dominik <dominik@science.uva.nl>
4277
4278 * org.texi (Setting up Remember): Document `org-remember-mode'.
4279 (External links): Document that bbdb links can use a regular
4280 expression.
4281 (External links): Document that elisp links can contain interactive
4282 commands.
4283
c8548a00 42842008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
4285
4286 * viper.texi (viper-translate-all-ESC-keysequences):
4287 Description removed.
4288
6a2c4aec
GM
42892008-11-19 Glenn Morris <rgm@gnu.org>
4290
4291 * doclicense.texi: Change to FDL 1.3.
4292 Relicense all texi files under FDL 1.3 or later.
4293
59ee4113
JB
42942008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4295
4296 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4297
59bcbb98 42982008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 4299
0c7efc08 4300 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
4301
4302 * ediff.texi: Version/date change.
9f90198a 4303
8aa41c9b
CY
43042008-11-14 Chong Yidong <cyd@stupidchicken.com>
4305
4306 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4307
17587b1b
JB
43082008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4309
4310 * calc.texi (About This Manual): Comment out a mention of
4311 marginal notes.
4312
564c900e
CD
43132008-11-12 Carsten Dominik <dominik@science.uva.nl>
4314
4315 * org.texi (Clocking work time): Document the :formula property of
4316 clock tables.
4317 (Structure editing, Refiling notes): Document refiling regions.
4318 (Agenda commands): Document the double-prefix version
4319 of the `l' command in the agenda.
4320 (Handling links): Explain the effect of a double prefix
4321 arg to `C-c C-o'.
4322 (TODO basics): Add documentation for tag triggers.
4323
3c4be1f2
GM
43242008-10-23 Glenn Morris <rgm@gnu.org>
4325
4326 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4327 byte-compiling things like `+'.
4328
4329 * ns-emacs.texi: Merge copyright years of author now with assignment
4330 into FSF years.
4331 (VER): Use it for easier automatic updating. Use Emacs version rather
4332 than standalone Emacs.app version.
4333
a6520ff3
CD
43342008-10-12 Carsten Dominik <dominik@science.uva.nl>
4335
864c9740 4336 * org.texi: Lots of minor fixes.
a6520ff3
CD
4337 (Capture): New chapter.
4338 (Org Plot): New section.
4339
db7a4b66
MH
43402008-09-30 Magnus Henoch <mange@freemail.hu>
4341
4342 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4343
4043c194
JB
43442008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4345
4346 * calc.texi (User Defined Units): Mention how to enter optional display
4347 string.
4348
eef5ade7
MB
43492008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4350
0c7efc08 4351 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
4352 avoid the "y/n" wording.
4353
e52cac88
MB
43542008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4355
0c7efc08 4356 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
4357
43582008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4359
4360 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4361 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4362
00c55306
BW
43632008-09-22 Bill Wohler <wohler@newt.com>
4364
4365 Release MH-E manual version 8.1.
4366
4367 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4368 release 8.1.
4369
4370 * mh-e.texi: Retain dual license as agreed to by the FSF.
4371 However, bump GPL to Version 3.
4372 Use @include for license text.
4373
e52cac88 43742008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
4375
4376 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
4377 (Store custom flags and keywords, Store arbitrary data):
4378 Clean up markup.
64763fe3
MB
4379
43802008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4381
4382 * gnus.texi (The Gnus Registry): Document it.
4383
9e601b8d
MB
43842008-09-08 David Engster <dengste@eml.cc>
4385
88ee5b02
JB
4386 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4387 Clarify section about choosing back end servers.
9e601b8d 4388
247043f1
GM
43892008-08-23 Glenn Morris <rgm@gnu.org>
4390
4391 * dired-x.texi (Shell Command Guessing):
4392 Mention dired-guess-shell-case-fold-search. (Bug#417)
4393
2bfec7a0
MA
43942008-08-22 Michael Albinus <michael.albinus@gmx.de>
4395
4396 * trampver.texi: Update release number.
4397
247043f1 43982008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
4399
4400 * ns-emacs.texi: Update version.
4401 (Introduction): Correct menu location for options save.
4402 (Customization): Note that defaults are stored under org.gnu.Emacs.
4403
8c20bd92
BW
44042008-08-11 Bill Wohler <wohler@newt.com>
4405
4406 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4407 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4408 Henman) (closes SF #1768928).
4409
767a4d92
GM
44102008-08-10 Glenn Morris <rgm@gnu.org>
4411
4412 * ns-emacs.texi: Use @copying. Change copyright of authors with
4413 assignment to FSF. Change license to GFDL.
4414 (Top): Remove outdated references.
4415
6ecfe5c2
MB
44162008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4417
88ee5b02
JB
4418 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4419 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
4420 gnus-summary-sort-by-most-recent-date.
4421 (Summary Sorting): Explain prefix argument.
4422
44232008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4424
4425 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4426 gnus-summary-pipe-output.
4427
eb932e8a
MA
44282008-08-03 Michael Albinus <michael.albinus@gmx.de>
4429
4430 * dbus.texi (Receiving Method Calls): Document error handling of own
4431 D-Bus methods.
4432
bfe16263
BW
44332008-08-01 Bill Wohler <wohler@newt.com>
4434
4435 * mh-e.texi (Reading Mail)
9f90198a 4436 (Viewing Attachments): Describe new function
bfe16263
BW
4437 mh-show-preferred-alternative.
4438 (Sending Mail, Redistributing, Sending Message): Describe new hook
4439 mh-annotate-msg-hook.
4440
21956b56
MA
44412008-07-31 Michael Albinus <michael.albinus@gmx.de>
4442
4443 * dbus.texi (Arguments and Signatures): Fix example.
4444 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4445 (Asynchronous Methods): New node.
9f90198a
JB
4446 (Errors and Events): Describe extended layout of `dbus-event'.
4447 New defun `dbus-event-message-type'.
21956b56 4448
7c2fb837
DN
44492008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4450
4451 * ediff.texi: Remove VMS support.
4452
13662773
JB
44532008-07-29 Juanma Barranquero <lekktu@gmail.com>
4454
4455 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4456 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4457
ddde0b34
CY
44582008-07-29 Chong Yidong <cyd@stupidchicken.com>
4459
4460 * Makefile.in: Add mairix-el targets.
4461
44622008-07-29 David Engster <deng@randomsample.de>
4463
4464 * mairix-el.texi: New file.
4465
d5875b25
JB
44662008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4467
366b7d44
JB
4468 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4469 project files. Delete 'main_unit' project variable; not needed. Allow
4470 process environment variables wherever project variables are allowed.
4471 Add tutorial section on multiple GNAT project files.
d5875b25 4472
6cbab8ee
MA
44732008-07-27 Michael Albinus <michael.albinus@gmx.de>
4474
4475 Sync with Tramp 2.1.14.
4476
4477 * trampver.texi: Update release number.
4478
9e2a2647
DN
44792008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4480
4481 * ns-emacs.texi:
4482 * faq.texi: Remove mentions of Mac Carbon.
4483
d62672f3
MB
44842008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4485
4486 * gnus.texi (Saving Articles): Describe the 2nd argument of
4487 gnus-summary-save-in-pipe.
4488 (SpamAssassin): Use it.
4489
44902008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4491
4492 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4493
dd12e1c6
CD
44942008-07-25 Carsten Dominik <dominik@science.uva.nl>
4495
4496 * org.texi (Export options): Document the use of the creator flag.
4497
44ce9197
CD
44982008-07-24 Carsten Dominik <dominik@science.uva.nl>
4499
4500 * org.texi: New version 6.06a.
4501
ddd13c5d
JB
45022008-07-23 Juanma Barranquero <lekktu@gmail.com>
4503
4504 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4505 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4506
8dc6104d
JB
45072008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
4508
4509 * calc.texi (Editing Stack Entries):
4510 (Algebraic Entry): Rewrite introductory sentences so it can be used by
4511 Calc's help functions. Mention fixing typos.
4512 (Customizing Calc): Fix typo.
4513
45142008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
4515
4516 * calc.texi (summarykey): New macro. Use to correctly format keys in
4517 the summary.
4518
ddd13c5d 45192008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
4520
4521 * ns-emacs.texi (Customization): Corrected documentation on color
4522 specification formats.
4523
568beaa2
AS
45242008-07-19 Andreas Schwab <schwab@suse.de>
4525
db8ef699 4526 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
4527
4528 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4529 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4530
cd71b9ae
MA
45312008-07-18 Michael Albinus <michael.albinus@gmx.de>
4532
4533 * dbus.texi (Inspection): Rework, introduce submenus.
4534 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4535 (Properties and Annotations, Arguments and Signatures): New nodes.
4536
9b7993b4
MA
45372008-07-13 Michael Albinus <michael.albinus@gmx.de>
4538
4539 * dbus.texi (Receiving Method Calls): Fix description of
4540 `dbus-register-method'.
4541 (Signals): Allow also signal arguments for filtering in
4542 `dbus-register-signal'.
4543
241d447b
JB
45442008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4545
4546 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4547 `cnorm'.
4548 (Arithmetic Tutorial): Simplify the verification of prime factors.
4549
adb46650
MB
45502008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4551
4552 * gnus.texi (Saving Articles): Mention
4553 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4554
92e15881
JB
45552008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
4556
4557 * calc.texi: Adjust mode line throughout.
4558
ea597303
JB
45592008-06-28 Juanma Barranquero <lekktu@gmail.com>
4560
4561 * sasl.texi (Mechanisms): Fix typos.
4562
aee08080
JB
45632008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4564
4565 * calc.texi (Killing from the stack): Mention using normal Emacs
4566 copying.
4567
a06a4a12
MA
45682008-06-21 Michael Albinus <michael.albinus@gmx.de>
4569
0c7efc08 4570 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 4571 Add `auth-source' mechanism.
a06a4a12
MA
4572 (Connection caching): Tramp reopens the connection automatically,
4573 when the operating system on the remote host has been changed.
4574
7389398d
EZ
45752008-06-20 Eli Zaretskii <eliz@gnu.org>
4576
4577 * makefile.w32-in (distclean): Remove makefile.
4578
b349f79f
CD
45792008-06-17 Carsten Dominik <dominik@science.uva.nl>
4580
3f9b4c2b 4581 * org.texi (Using the mapping API): New section.
b349f79f 4582 (Agenda column view): New section.
3f9b4c2b 4583 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 4584 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 4585 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
4586
45872008-06-17 Jason Riedy <jason@acm.org>
4588
4589 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4590 function, and efmt may be a two-argument function.
4591 (Radio tables): Document multiple destinations.
4592
cd5c05d2
GM
45932008-06-16 Glenn Morris <rgm@gnu.org>
4594
4595 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4596 Add Cover-Texts.
4597
debf4439
GM
45982008-06-15 Glenn Morris <rgm@gnu.org>
4599
4600 * faq.texi (VER): Update to 23.0.60.
4601
4602 * mh-e.texi: Remove option of licensing under GPL.
4603 Add Cover-Texts to GFDL permissions notice.
4604 (GPL): Remove section.
4605 (GFDL): Include doclicense.texi rather than the actual text.
4606
4607 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4608 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4609
4610 * sasl.texi: Fix output file name.
4611
4612 * epa.texi, sasl.texi: Refer to license in Emacs manual.
4613
4614 * gnus-coding.texi: Refer to license in Gnus manual.
4615
4616 * idlwave.texi, sasl.texi: Use @copying.
4617
4618 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
4619
4620 * speedbar.texi: Update Back-Cover Text as per maintain.info.
4621
4622 * url.texi: Use @copying, @title, @subtitle, @author.
4623
4624 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4625 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4626 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4627 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4628 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4629 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4630 * widget.texi, woman.texi:
4631 Remove references to external license, since doclicense is included.
4632
4633 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4634 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4635 Remove references to non-existent Invariant Sections.
4636
091f8bc1
GM
46372008-06-14 Glenn Morris <rgm@gnu.org>
4638
4639 * faq.texi (Major packages and programs): Remove references to external
4640 Supercite, Calc, VIPER, since they have been included for some time.
4641 Update VM, AUCTeX, BBDB entries.
4642
47bcb4d3
UJ
46432008-06-14 Ulf Jasper <ulf.jasper@web.de>
4644
4645 * newsticker.texi: Updated to match latest newsticker changes.
4646
6f093307
GM
46472008-06-13 Glenn Morris <rgm@gnu.org>
4648
4649 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4650 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4651 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4652 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4653 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4654 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4655 * woman.texi:
4656 Update Back-Cover Text as per maintain.info.
4657
2b968687
MB
46582008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4659
4660 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4661
4662 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4663 (gnus-faq.xml): Update repository host.
4664
2b968687
MB
4665 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4666
46672008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4668
4669 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4670 Fix a typo.
4671
46722008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4673
4674 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 4675 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
4676 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4677
46782008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4679
4680 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4681 coding standards.
4682
46832008-06-14 David Engster <dengste@eml.cc>
4684
4685 * gnus.texi (nnmairix): Markup fixes.
4686
e6d2d263
MB
46872008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4688
2b968687 4689 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4690
46912008-06-05 David Engster <dengste@eml.cc>
4692
4693 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4694
46952008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4696
b344d29d 4697 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4698 (Searching, nnir, nnmairix): New stub nodes.
4699
ad231df6 47002008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4701
4702 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4703
f394fa25
MB
47042008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4705
4706 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4707
58333467
MB
47082008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4709
4710 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4711
67525fb9
JY
47122008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4713
4714 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4715
0549d8fc
JB
47162008-05-06 Juanma Barranquero <lekktu@gmail.com>
4717
4718 * info.texi (Top): Fix typo in xref.
4719
149a3837
KB
47202008-05-05 Karl Berry <karl@gnu.org>
4721
4722 * info.texi (Top): @xref to stand-alone manual.
4723
3a23a519
MB
47242008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4725
4726 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4727 (Various Summary Stuff): Fix typo in last xref.
4728
0a29fbf3
JB
47292008-05-02 Juanma Barranquero <lekktu@gmail.com>
4730
4731 * org.texi (Moving subtrees): Fix typo.
4732
586b90f1
MA
47332008-04-28 Michael Albinus <michael.albinus@gmx.de>
4734
4735 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4736 Tramp via `tramp-mode'.
4737
b5af9883
CD
47382008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4739
4740 * org.texi: Massive changes, in many parts of the file.
4741
d55fe5bb
MB
47422008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4743
4744 * gnus.texi (Oort Gnus): Add message-fill-column.
4745
47462008-04-12 Adrian Aichner <adrian@xemacs.org>
4747
4748 * gnus.texi (Mail Source Specifiers): Typo fix.
4749
47502008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4751
4752 * gnus.texi (Diary Headers Generation): Update key binding for
4753 `gnus-diary-check-message'.
4754
47552008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4756
4757 * gnus.texi (Emacsen): Addition.
4758
47592008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4760
4761 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4762
47632008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4764
4765 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4766
47672008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4768
4769 * gnus-news.texi: Update tool bar item.
4770
47712008-04-09 Sven Joachim <svenjoac@gmx.de>
4772
4773 * gnus-news.texi: Fix typos.
4774
76c109c3
JB
47752008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4776
222027f2 4777 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4778 Add mention of `kron'.
4779
d5fbd5a6
MO
47802008-04-01 Daiki Ueno <ueno@unixuser.org>
4781
0c7efc08
SM
4782 * epa.texi (Encrypting/decrypting *.gpg files):
4783 Document epa-file-name-regexp.
d5fbd5a6 4784
fbcbb58c
KY
47852008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4786
4787 * gnus.texi (Example Methods): Fix description about ssh-agent.
4788 (Indirect Functions): Fix the default value of nntp-telnet-command;
4789 remove link to connect.html.
4790
134ce16c
MA
47912008-03-30 Michael Albinus <michael.albinus@gmx.de>
4792
4793 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4794 dbus-call-method.
4795 (Receiving Method Calls): The timeout can be set by the calling client.
4796
da1975d7
MA
4797 * trampver.texi: Update release number.
4798
2e4089ab
RS
47992008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4800
4801 * gnus.texi (Top): Fix version. Add SASL.
4802
70cab5a9
MA
48032008-03-29 Michael Albinus <michael.albinus@gmx.de>
4804
4805 Sync with Tramp 2.1.13.
4806
4807 * trampver.texi: Update release number.
4808
5bc6ddff
MB
48092008-03-29 Chong Yidong <cyd@stupidchicken.com>
4810
4811 * org.texi: Update to new org-mode website.
4812
48132008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4814
4815 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4816
9b3ebcb6
MB
48172008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4818
4819 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4820 gnus-read-ephemeral-gmane-group-url,
4821 gnus-read-ephemeral-emacs-bug-group,
4822 gnus-read-ephemeral-debian-bug-group.
4823
48242008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4825
4826 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4827
4828 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4829 Add FIXMEs for Bookmarks and gnus-registry-marks.
4830
48312008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4832
4833 * gnus.texi (Smileys): Document `smiley-style'.
4834
48352008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4836
4837 * gnus.texi (Gnus Development): Clarify difference between ding and
4838 gnu.emacs.gnus.
4839 (MIME Commands, Using MIME, RSS): Fix markup.
4840
4841 * gnus-faq.texi ([8.4]): Ditto.
4842
48432008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4844
4845 * gnus.texi (Emacsen): Remove obsolete stuff.
4846
48472008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4848
4849 * gnus.texi (Oort Gnus): Add version info WRT
4850 `mail-source-delete-incoming'.
4851
48522008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4853
4854 * gnus.texi (Top): Add "Other related manuals" and version info in
4855 `iftex' output.
4856 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4857 gnus-balloon-face-0 and the corresponding format specifiers.
4858
608d6a81
MA
48592008-03-26 Michael Albinus <michael.albinus@gmx.de>
4860
4861 * tramp.texi (Filename completion): Remove footnote about let-bind
4862 of `partial-completion-mode'. It doesn't work this way.
4863
27a6f132
SM
48642008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4865
4866 * pcl-cvs.texi (Contributors): Update my email.
4867
4a7c4c40
MA
48682008-03-21 Michael Albinus <michael.albinus@gmx.de>
4869
4870 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4871
2940c053
BW
48722008-03-17 Bill Wohler <wohler@newt.com>
4873
4874 * mh-e.texi (Viewing): Update URL for adding header fields to
4875 mh-invisible-header-fields-default.
4876
30864d5f
BW
48772008-03-16 Bill Wohler <wohler@newt.com>
4878
4879 * mh-e.texi (Preface): Add Gnus to requirements.
4880 (Forwarding): Note that forwarded MIME messages are now inline.
4881
31fe2b00
SM
48822008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4883
4884 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4885 (Common Variables): Give precedence to the netcat methods over the
4886 telnet methods, and mention that they are more reliable.
31fe2b00 4887
5e97c626
CD
48882008-03-13 Carsten Dominik <dominik@science.uva.nl>
4889
4890 * org.texi (Exporting Agenda Views): Document agenda export to
4891 iCalendar.
4892 (Progress logging): Document the new progress logging stuff.
4893
37a68866
MB
48942008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4895
4896 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4897 Update for change of `mail-source-delete-incoming'.
4898
4899 * gnus-news.texi: Ditto.
4900
8f7abae3
MB
49012008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4902
4903 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4904 custom versions.
4905
af379c86
AM
49062008-03-07 Alan Mackenzie <acm@muc.de>
4907
4908 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4909 parens/brackets in a k&r region is limited.
4910
3d0f8a67
MB
49112008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4912
4913 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4914 using different Emacs versions.
4915
52151df0
GM
49162008-02-27 Glenn Morris <rgm@gnu.org>
4917
4918 * sc.texi: Remove a lot of old and obsolete info.
4919 (titlepage): Simplify.
4920 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4921 (VM with any Emacsen, GNEWS with any Emacsen)
4922 (Overloading for Non-conforming MUAs, Version 3 Changes)
4923 (The Supercite Mailing List): Delete nodes.
4924 (Introduction): Remove info about old packages.
4925 (Getting Connected): Simplify. Remove info about old packages.
4926 (Citing Commands): Delete Emacs 19 info.
4927 (Hints to MUA Authors): Simplify.
4928 (Thanks and History): Merge in some info from the deleted node
4929 "Version 3 Changes".
4930
b03f96dc
MB
49312008-02-05 Juanma Barranquero <lekktu@gmail.com>
4932
4933 * org.texi (Setting tags, In-buffer settings):
4934 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4935
52bec650
MB
49362008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4937
4938 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4939 installation directory name.
4940
34a3c587
RF
49412008-02-12 Romain Francoise <romain@orebokech.com>
4942
4943 * epa.texi (Overview): Fix typo.
4944
5a8d03e9
MO
49452008-02-11 Daiki Ueno <ueno@unixuser.org>
4946
4947 * epa.texi (Quick start): Remove the .emacs setting.
4948
f1914c40
MO
49492008-02-10 Daiki Ueno <ueno@unixuser.org>
4950
4951 * epa.texi (Quick start): Use the command `epa-enable' instead of
4952 loading `epa-setup'.
4953
bca98fc9
JB
49542008-02-08 Juanma Barranquero <lekktu@gmail.com>
4955
4956 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4957 ($(infodir)/epa, epa.dvi): New targets.
4958
4b01af2e
MO
49592008-02-08 Daiki Ueno <ueno@unixuser.org>
4960
4961 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4962
4963 * epa.texi: New manual documenting the EasyPG Assistant.
4964
06c0751a
MA
49652008-02-06 Michael Albinus <michael.albinus@gmx.de>
4966
4967 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4968 (Inspection): New function dbus-ping.
4969
7dcccd7b
MA
49702008-02-05 Michael Albinus <michael.albinus@gmx.de>
4971
4972 * tramp.texi (Remote processes): Add `shell-command'.
4973
a1da1e37
MB
49742008-01-28 Michael Sperber <sperber@deinprogramm.de>
4975
4976 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4977 (Group Parameters): Document `mail-source' parameter.
4978
c9d8f746
MA
49792008-01-27 Michael Albinus <michael.albinus@gmx.de>
4980
4981 * tramp.texi (Inline methods): The hostname of the su(do)? methods
4982 must be a local host.
4983
15db4a13
MO
49842008-01-26 Michael Olson <mwolson@gnu.org>
4985
4986 * erc.texi: Update version for ERC 5.3 release.
4987 (Obtaining ERC): Update extras URLs for 5.3.
4988 (Development): Write instructions for git, and remove those for Arch.
4989 (History): Mention the switch to git.
4990
2bc43980
KB
49912008-01-24 Karl Berry <karl@gnu.org>
4992
bca98fc9
JB
4993 * info.texi (Search Index, Search Text): Mention the command
4994 character in the section name, a la the (Go to node) node.
2bc43980 4995
d2e4a6c9
MA
49962008-01-21 Michael Albinus <michael.albinus@gmx.de>
4997
4998 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4999
0b6799c3
MB
50002008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5001
5002 * gnus-news.texi: Mention gnus-article-describe-bindings.
5003
50042008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5005
5006 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
5007
db9c3fb1 50082008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 5009
7b4d0413 5010 * org.texi (Property inheritance): New section.
db9c3fb1 5011 (Conventions): New section.
7b4d0413 5012 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
5013 commands, and the new bindings for refiling.
5014 (Sparse trees): Document the new special command for sparse trees.
5015 (References): Be more clear about the counting of hilines.
5016 (Handling links): Document M-p/n for accessing links.
5017 (Fast access to TODO states): New section.
5018 (Per file keywords): New section.
5019 (Property inheritance): New section.
5020 (Column attributes): New summary types.
5021 (Capturing Column View): New section.
5022 (The date/time prompt): Cover the new features in the date/time prompt.
5023 Compactify the table of keys for the calendar remote control.
5024 (Clocking work time): Document the new :scope parameter.
5025 (Remember): Promoted to chapter.
5026 (Quoted examples): New section.
5027 (Enhancing text): New verbatim environments.
5028
6ed73f28
MA
50292008-01-14 Michael Albinus <michael.albinus@gmx.de>
5030
5031 * trampver.texi: Update release number.
5032
95838435
MB
50332008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5034
0c7efc08
SM
5035 * gnus.texi (Article Keymap):
5036 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
5037 gnus-article-reply-with-original and
5038 gnus-article-followup-with-original.
5039
20234d96
GM
50402008-01-09 Glenn Morris <rgm@gnu.org>
5041
5042 * nxml-mode.texi: Add @copying section.
5043
d82cf70b
MB
50442008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5045
5046 * message.texi (Mail Variables): Add some text from "(gnus)Posting
5047 Server". Add `message-send-mail-with-mailclient'.
5048
5049 * gnus.texi (Posting Server): Move some text to "(message)Mail
5050 Variables" and add a reference here.
5051
addb7f2e
MA
50522008-01-04 Michael Albinus <michael.albinus@gmx.de>
5053
5054 * dbus.texi (Receiving Method Calls): New chapter.
5055 (Errors and Events): Add serial number to events. Replace "signal" by
5056 "message". Introduce dbus-event-serial-number.
5057
4db2806c
MA
50582008-01-03 Michael Albinus <michael.albinus@gmx.de>
5059
5060 * dbus.texi (Type Conversion): Explain the type specification for empty
5061 arrays. Use another example.
5062
c9ecb5a7
MA
50632007-12-30 Michael Albinus <michael.albinus@gmx.de>
5064
5065 * dbus.texi (all): Replace "..." by @dots{}.
5066 (Type Conversion): Precise the value range for :byte types.
5067 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5068 Mention its return value.
5069 (Errors and Events): There is no D-Bus error propagation during event
5070 processing.
5071
702dbfd9
JB
50722007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5073
5074 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5075 New sections.
5076
87035689
MB
50772007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5078
5079 * gnus.texi (Group Parameters): Reorder the text and add a note about
5080 `gnus-parameters' near the beginning of the node.
5081
50822007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5083
5084 * gnus.texi (Score File Editing): Fix function name.
5085
5492f5ca
MA
50862007-12-23 Michael Albinus <michael.albinus@gmx.de>
5087
5088 Sync with Tramp 2.1.12.
5089
5090 * trampver.texi: Update release number.
5091
d4e67bc5
MA
50922007-12-22 Michael Albinus <michael.albinus@gmx.de>
5093
5094 * dbus.texi (Type Conversion): Correct input parameters mapping.
5095
6a31c819
MA
50962007-12-21 Michael Albinus <michael.albinus@gmx.de>
5097
5098 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5099 (Errors and Events): Mention wrong-type-argument error.
5100
99a3e35f
AS
51012007-12-21 Alex Schroeder <alex@gnu.org>
5102
5103 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5104 spaces. Fixed some typos.
99a3e35f
AS
5105 (Internet Relay Chat): Explain relay.
5106 (Getting started with rcirc): Change items to reflect prompts.
5107 Add more explanation to rcirc-track-minor-mode and added a comment to
5108 warn future maintainers that this section is a copy.
0c7efc08 5109 (People): Change /ignore example.
62b12a24 5110 (Keywords): Not keywords.
99a3e35f 5111
331e4d02
AS
51122007-12-20 Alex Schroeder <alex@gnu.org>
5113
5114 * rcirc.texi (Top): Fighting Information Overload chapter added.
5115 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5116 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5117 (Fighting Information Overload): New chapter documenting /keyword,
5118 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5119 (Configuration): Document rcirc-server-alist, remove
5120 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5121
cd71c3ef
MA
51222007-12-16 Michael Albinus <michael.albinus@gmx.de>
5123
5124 * dbus.texi (Signals): Fix example in dbus-register-signal.
5125
bbbe940b
MB
51262007-12-14 Sven Joachim <svenjoac@gmx.de>
5127
5128 * gnus.texi (Score Variables): Fix typo.
5129
0ce574ef
MA
51302007-12-07 Michael Albinus <michael.albinus@gmx.de>
5131
5132 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5133 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5134 (Errors and Events): Adapt dbus-event.
5135
b890d447
MB
51362007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5137
5138 * gnus.texi (Other Files): Add the yenc command.
5139
51402007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5141
5142 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5143 since 2004-08-06.
5144
51452007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5146
5147 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5148 on body.
5149
51502007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5151
5152 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5153 and rfc2047-allow-irregular-q-encoded-words; fix description of
5154 rfc2047-encode-encoded-words.
5155
51562007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5157
5158 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5159
3728bf03
MO
51602007-12-05 Michael Olson <mwolson@gnu.org>
5161
5162 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5163 Update documentation for `remember-diary-file'.
5164
a4397af9
MA
51652007-12-04 Michael Albinus <michael.albinus@gmx.de>
5166
5167 * dbus.texi (Signals): Precise `dbus-register-signal'.
5168 (Errors and Events): Rework events part, the internal structure of
5169 dbus-event has changed.
5170
1682490c
JB
51712007-12-03 Juanma Barranquero <lekktu@gmail.com>
5172
5173 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5174 ($(infodir)/dbus, dbus.dvi): New targets.
5175
7b13a0f2
MA
51762007-12-03 Michael Albinus <michael.albinus@gmx.de>
5177
5178 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5179 unconditionally.
5180
5181 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5182 emulation with @print{}.
5183
7ef92bc9
RS
51842007-12-02 Richard Stallman <rms@gnu.org>
5185
5186 * dbus.texi (Overview): Minor cleanup.
5187
22d8ac3a
MA
51882007-12-02 Michael Albinus <michael.albinus@gmx.de>
5189
d3a8e0df
MA
5190 * Makefile.in (INFO_TARGETS): Add dbus.
5191 (DVI_TARGETS): Add dbus.dvi.
5192 (dbus, dbus.dvi): New targets.
5193
22d8ac3a
MA
5194 * dbus.texi: New file.
5195
559764ab
RF
51962007-11-24 Romain Francoise <romain@orebokech.com>
5197
5198 * nxml-mode.texi: Add description in @direntry.
7aa579d9 5199 Fix file name to match @setfilename.
559764ab 5200
ac97a16b
MH
52012007-11-23 Mark A. Hershberger <mah@everybody.org>
5202
5203 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5204 ($(infodir)/nxml-mode): New rule.
5205
5206 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5207 ($(infodir)/nxml-mode): New rule.
5208 (clean): Add nxml-mode*.
5209
5210 * nxml-mode.texi: New file with nxml manual.
5211
404cd454
GM
52122007-11-18 Richard Stallman <rms@gnu.org>
5213
5214 * flymake.texi (Example -- Configuring a tool called directly):
5215 Update example.
5216
b048d478
MA
52172007-11-18 Michael Albinus <michael.albinus@gmx.de>
5218
5219 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 5220 double-slash behavior. Explain directory contents flushing.
b048d478 5221
346e8469
JB
52222007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5223
5224 * calc.texi (TeX and LaTeX Language Modes): Put in
5225 missing braces.
5226
404cd454
GM
52272007-11-15 Richard Stallman <rms@gnu.org>
5228
5229 * cl.texi (Equality Predicates): Delete `eql'.
5230 (Predicates, Naming Conventions, Top): Delete `eql'.
5231 (Common Lisp Compatibility): Delete `eql'.
5232 (Porting Common Lisp): Delete obsolete backquote info.
5233 Minor clarification about character constants.
5234 (Sequence Basics): Minor clarification.
5235
1f6af58b
JB
52362007-11-15 Juanma Barranquero <lekktu@gmail.com>
5237
dccb744b 5238 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
5239 * tramp.texi (Filename completion): Fix typos.
5240
3bc88bc9
JB
52412007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5242
5243 * calc.texi (Basic commands): Mention the menu.
5244
bc5300d3
MA
52452007-11-12 Michael Albinus <michael.albinus@gmx.de>
5246
5247 * tramp.texi (Connection caching): Tramp flushes connection
5248 properties when remote operating system has been changed.
5249
4d8a28ec
MB
52502007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5251
5252 * gnus-news.texi: Fix spelling.
5253 `message-insert-formatted-citation-line', not
5254 `message-insert-formated-citation-line'.
5255
404cd454
GM
5256 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5257
e1176b47
MA
52582007-11-07 Michael Albinus <michael.albinus@gmx.de>
5259
5260 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 5261 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
5262 (Frequently Asked Questions): Add code example for highlighting the
5263 mode line.
5264
6159985a
MO
52652007-11-03 Michael Olson <mwolson@gnu.org>
5266
5267 * remember.texi: Change mentions of remember-buffer to
5268 remember-finalize throughout.
5269
bec9b2f5
MO
52702007-10-30 Michael Olson <mwolson@gnu.org>
5271
5272 * remember.texi (Copying): Remove.
5273 (Mailbox): Update with non-BBDB instructions.
5274 (Diary, Org): Add.
5275 (Bibliography, Planner Page): Remove.
5276
b6173182
JB
52772007-10-30 Juanma Barranquero <lekktu@gmail.com>
5278
5279 * makefile.w32-in (INFO_TARGETS): Add remember.
5280 (DVI_TARGETS): Add remember.dvi.
5281 ($(infodir)/remember): New rule.
5282 (clean): Add remember*.
5283
15f3eb73
MO
52842007-10-30 Michael Olson <mwolson@gnu.org>
5285
70bdc930
MO
5286 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5287 ($(infodir)/remember): New rule that builds the Remember Manual.
5288
b6173182
JB
5289 * remember.texi: New file containing the Remember Mode Manual.
5290 Shuffle chapters around after initial import.
7d3f6f1a
MO
5291 (Function Reference): Split Keystrokes into separate chapter.
5292 (Keystrokes): Document C-c C-k.
51d24a12 5293 (Introduction): Fix typographical issue with "---".
15f3eb73 5294
404cd454
GM
52952007-10-29 Richard Stallman <rms@gnu.org>
5296
5297 * widget.texi (Introduction): Delete discussion of implementation
5298 internals.
5299
9bbb9638
MA
53002007-10-29 Michael Albinus <michael.albinus@gmx.de>
5301
5302 * tramp.texi (Connection caching): Host names must be different
5303 when tunneling.
5304
c7ff939a
RS
53052007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5306
5307 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5308 Gnus v5.13.
5309
01c52d31
MB
53102007-10-28 Miles Bader <miles@gnu.org>
5311
5312 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5313
01c52d31
MB
53142007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5315
0c7efc08
SM
5316 * gnus.texi (Sorting the Summary Buffer):
5317 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
5318
53192007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5320
5321 * gnus.texi (Non-ASCII Group Names): New node.
5322 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5323 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5324
c8763fb6 53252007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5326
5327 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5328 clean the output of the program `imap-shell-program'.
5329
53302007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5331
5332 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5333
53342007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5335
5336 * gnus.texi (Sticky Articles): Documentation for sticky article
5337 buffers.
5338
c8763fb6 53392007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5340
5341 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5342
53432007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5344
5345 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5346
53472007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5348
0c7efc08
SM
5349 * gnus.texi (Archived Messages):
5350 Document gnus-update-message-archive-method.
01c52d31
MB
5351
53522007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5353
5354 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5355
c8763fb6 53562007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 5357
0c7efc08
SM
5358 * gnus.texi (Group Maneuvering):
5359 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
5360
53612007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5362
0c7efc08
SM
5363 * gnus.texi (Really Various Summary Commands):
5364 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
5365
53662007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5367
5368 * gnus.texi, message.texi: Bump version number.
5369
53702007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5371
5372 * gnus.texi (Group Line Specification, Misc Group Stuff)
5373 (Server Commands): Parenthesize @pxref{Mail Spool}.
5374
53752007-10-28 Didier Verna <didier@xemacs.org>
5376
5377 New user option: message-signature-directory.
5378 * message.texi (Insertion Variables): Document it.
5379 * gnus.texi (Posting Styles): Ditto.
5380
53812007-10-28 Didier Verna <didier@xemacs.org>
5382
5383 * gnus.texi (Group Line Specification):
5384 * gnus.texi (Misc Group Stuff):
5385 * gnus.texi (Server Commands): Document the group compaction feature.
5386
53872007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5388
5389 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5390
5391 * message.texi (Various Message Variables): Add message-fill-column.
5392
53932007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5394
5395 * gnus.texi: Untabify.
5396
53972007-10-28 Didier Verna <didier@xemacs.org>
5398
5399 * gnus.texi (Group Parameters): Document the posting-style merging
5400 process in topic-mode.
5401
54022007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5403
5404 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5405
54062007-10-28 Romain Francoise <romain@orebokech.com>
5407
5408 * gnus.texi (Mail Spool): Fix typo.
5409 Update copyright.
5410
54112007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5412
5413 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5414
54152007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5416
5417 * gnus.texi (Summary Generation Commands):
5418 Add gnus-summary-insert-ticked-articles.
5419
54202007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5421
b2abec73
JB
5422 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5423 to spam-spamassassin-program.
01c52d31
MB
5424
54252007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5426
5427 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5428
54292007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5430
5431 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5432
54332007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5434
5435 * message.texi (Mail Headers): Document `opportunistic'.
5436
54372007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5438
5439 * emacs-mime.texi (Encoding Customization): Explain how to set
5440 mm-coding-system-priorities per hierarchy.
5441
54422007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5443
5444 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5445 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5446
54472007-10-28 Didier Verna <didier@xemacs.org>
5448
5449 * message.texi (Wide Reply): Update documentation of
5450 message-dont-reply-to-names (now allowing a list of regexps).
5451
54522007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5453
5454 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5455
54562007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5457
5458 * gnus.texi (SpamAssassin back end): Fix typo.
5459
5460 * sieve.texi (Examples): Fix grammar.
5461
54622007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5463
5464 * gnus.texi (Searching for Articles): Document M-S and M-R.
5465 (Limiting): Document / b.
5466
54672007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5468
5469 * gnus.texi (Thread Commands): T M-^.
5470
54712007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5472
5473 * message.texi (Mail Aliases): Document ecomplete.
5474 (Mail Aliases): Fix typo.
5475
54762007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5477
5478 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5479 fix typo.
5480
54812007-10-28 Romain Francoise <romain@orebokech.com>
5482
5483 * gnus.texi (Mail Spool): Grammar fix.
5484
54852007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5486
5487 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5488 string.
5489
54902007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5491
5492 * gnus.texi (Group Parameters): Fix description.
5493
54942007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5495
b2abec73
JB
5496 * gnus.texi (Gmane Spam Reporting):
5497 Fix spam-report-gmane-use-article-number.
5498 Add spam-report-user-mail-address.
01c52d31
MB
5499
55002007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5501
5502 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5503
55042007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5505
5506 * gnus.texi (Group Parameters): Add simplified sorting example based on
5507 example for `Sorting the Summary Buffer' from Jari Aalto
5508 <jari.aalto@cante.net>.
5509 (Example Methods): Add example for an indirect connection.
5510
55112007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5512
0c7efc08 5513 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
5514 (Agent Parameters): Updated parameter names to match code.
5515 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5516 'gnus-agent-summary-fetch-series'.
5517 (Agent and flags): New section providing a generalized discussion
5518 of flag handling.
0c7efc08
SM
5519 (Agent and IMAP): Remove flag discussion.
5520 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
5521
55222007-10-28 Romain Francoise <romain@orebokech.com>
5523
5524 * gnus.texi (Exiting the Summary Buffer): Add new function
5525 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5526
55272007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5528
5529 * gnus.texi (Conformity): Fix typo.
5530 (Customizing Articles): Document `first'.
5531
55322007-10-28 Jari Aalto <jari.aalto@cante.net>
5533
5534 * gnus.texi (Sorting the Summary Buffer):
5535 Add `gnus-thread-sort-by-date-reverse'. Add example
5536 host to different sorting in NNTP and RSS groups.
5537
55382007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5539
5540 * message.texi (Insertion): Describe prefix for
5541 message-mark-inserted-region and message-mark-insert-file.
5542
55432007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5544
5545 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5546 LaTeX documents. Describe "text/x-gnus-verbatim".
5547
55482007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5549
b2abec73 5550 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
5551 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5552 (spam-stat spam filtering, SpamOracle)
0c7efc08 5553 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
5554 clarity.
5555
55562007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5557
5558 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5559 gnus-article-delete-part and gnus-article-replace-part.
5560 (Using MIME): Add gnus-mime-replace-part.
5561
55622007-10-28 Romain Francoise <romain@orebokech.com>
5563
5564 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5565 requires `auto-compression-mode' to be enabled. Add new nnml
5566 variable `nnml-compressed-files-size-threshold'.
5567
55682007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5569
0c7efc08
SM
5570 * gnus.texi (Sorting the Summary Buffer):
5571 Add gnus-thread-sort-by-recipient.
01c52d31
MB
5572
55732007-10-28 Romain Francoise <romain@orebokech.com>
5574
5575 * message.texi (Insertion Variables): Mention new variable
5576 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5577 documentation accordingly.
5578
55792007-10-28 Romain Francoise <romain@orebokech.com>
5580
5581 * gnus.texi (To From Newsgroups): Mention new variables
5582 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5583
55842007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5585
5586 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5587 stuff; gnus-mime-inline-part does the automatic decompression.
5588
55892007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5590
5591 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 5592 "training.ham" should be "training.spam".
01c52d31
MB
5593
55942007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5595
5596 * message.texi (Mail Variables): Fix the default value for
5597 message-send-mail-function.
5598
55992007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5600
5601 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5602 always returns nil exceptionally.
5603
56042007-10-28 Simon Josefsson <jas@extundo.com>
5605
0c7efc08
SM
5606 * gnus.texi (Article Washing): Add libidn URL.
5607 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
5608
56092007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5610
5611 * gnus.texi (Topic Commands): Fix next/previous.
5612
56132007-10-28 Simon Josefsson <jas@extundo.com>
5614
5615 * gnus.texi (Article Washing): Mention `W i'.
5616
c8763fb6 56172007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
5618
5619 * gnus.texi (Group Parameters): Slight extension of sieve
5620 parameter description.
5621
56222007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5623
5624 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5625 matching score files as well.
5626 (Picons): Describe `gnus-picon-style'.
5627
56282007-10-28 Romain Francoise <romain@orebokech.com>
5629
5630 * message.texi (Message Headers): Mention that headers are hidden
5631 using narrowing, and how to expose them.
5632 Update copyright.
5633
56342007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5635
5636 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5637 `gnus-summary-sort-by-recipient'.
5638
56392007-10-28 Romain Francoise <romain@orebokech.com>
5640
5641 * gnus.texi (NNTP marks): New node.
5642 (NNTP): Move NNTP marks variables to the new node.
5643
56442007-10-28 Jesper Harder <harder@ifa.au.dk>
5645
b2abec73 5646 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
5647
5648 * gnus.texi (MIME Commands, Hashcash): Markup fix.
5649
56502007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5651
b2abec73 5652 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 5653 everywhere for consistency.
b2abec73
JB
5654 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5655 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
5656 Say "regular expression" instead of "regex." Admonish.
5657 Pick other words to sound better (s/so/thus/).
5658 (Spam ELisp Package Filtering of Incoming Mail):
5659 Mention statistical filters. Remove old TODO.
01c52d31 5660 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
5661 New section on sorting and displaying the spam score.
5662 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5663 backend but an alias to spam-use-BBDB.
5664 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
5665 new backend functionality.
5666
56672007-10-28 Simon Josefsson <jas@extundo.com>
5668
5669 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5670 nntp-marks-directory, from Romain Francoise
5671 <romain@orebokech.com>.
5672
56732007-10-28 Magnus Henoch <mange@freemail.hu>
5674
5675 * gnus.texi (Hashcash): New default value of
5676 hashcash-default-payment.
5677
56782007-10-28 Simon Josefsson <jas@extundo.com>
5679
5680 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5681 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5682
56832007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5684
0c7efc08 5685 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5686
56872007-10-28 Simon Josefsson <jas@extundo.com>
5688
5689 * gnus.texi (documentencoding): Add, to avoid warnings.
5690
56912007-10-28 Simon Josefsson <jas@extundo.com>
5692
5693 * message.texi (Mail Headers): Add.
5694
5695 * gnus.texi (Hashcash): Fix.
5696
56972007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5698
0c7efc08 5699 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5700 that payments can be verified and fix the name of the
b2abec73 5701 hashcash-path variable.
01c52d31
MB
5702
57032007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5704
b2abec73 5705 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5706
57072007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5708
5709 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5710
57112007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5712
5713 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5714 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5715 warning about ham processors in spam groups removed.
01c52d31
MB
5716
57172007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5718
0c7efc08 5719 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5720 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5721
57222007-10-28 Jesper Harder <harder@ifa.au.dk>
5723
5724 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5725 (Mailing List): Typo.
5726 (Customizing Articles): Add gnus-treat-ansi-sequences.
5727 (Article Washing): Index.
5728
5729 * message.texi: Use m-dash consistently.
5730
57312007-10-28 Jesper Harder <harder@ifa.au.dk>
5732
5733 * gnus.texi (GroupLens): Remove.
5734
57352007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5736
0c7efc08
SM
5737 * gnus.texi (Outgoing Messages, Agent Variables):
5738 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5739 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5740
57412007-10-28 Jesper Harder <harder@ifa.au.dk>
5742
5743 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5744
57452007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5746
5747 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5748
5749 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5750
57512007-10-28 Simon Josefsson <jas@extundo.com>
5752
5753 * gnus.texi (Top): Add SASL.
5754
404cd454
GM
57552007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5756
5757 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5758
57592007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5760
5761 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5762
0edd2970
JB
57632007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5764
5765 * calc.texi (Formulas, Composition Basics): Lower the
5766 precedence of negation.
5767
a9afba20
JY
57682007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5769
5770 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5771 Mention the new three-letter column identifiers.
5772 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5773 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5774 message when using `c' on an empty default with default printer.
5775 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5776 renamed to `ses--symbolic-formulas' some time ago.
5777
45b778a6
JB
57782007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5779
5780 * calc.texi (Default Simplifications, Making Selections)
5781 (Customizing Calc): Clarify associativity of multiplication.
5782
03b5bade
MA
57832007-10-23 Michael Albinus <michael.albinus@gmx.de>
5784
5785 * tramp.texi (Traces and Profiles): Simplify loop over
5786 `trace-function-background'.
5787
e658c8ee
JL
57882007-10-22 Juri Linkov <juri@jurta.org>
5789
5790 * dired-x.texi (Shell Command Guessing): Default values are now
5791 available by typing M-n instead of M-p.
5792
dd753688
MA
57932007-10-21 Michael Albinus <michael.albinus@gmx.de>
5794
5795 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5796 (Password caching): Remove `tramp-clear-passwd'.
5797 It's not a command anymore.
dd753688
MA
5798 (Bug Reports): Add `tramp-bug' to function index.
5799 (Function Index, Variable Index): New nodes.
5800 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5801
5802 * trampver.texi: Update release number.
5803
4bb49b43
JB
58042007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5805
8b296cdd 5806 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5807 about integer size into past tense.
5808 (Time Zones): Remove pointer to Calc author's address.
5809 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5810 and hyperbolic cotangent. Fix typo.
4bb49b43 5811
311dd93f
MA
58122007-10-10 Michael Albinus <michael.albinus@gmx.de>
5813
5814 Sync with Tramp 2.1.11.
5815
5816 * trampver.texi: Update release number.
5817
ea3fc256
MA
58182007-10-06 Michael Albinus <michael.albinus@gmx.de>
5819
5820 * tramp.texi (External packages): New section.
5821
1af74d06
MB
58222007-09-29 Juri Linkov <juri@jurta.org>
5823
5824 * info.texi (Help-Int): Document `L' (`Info-history').
5825
0e2806fa
SM
58262007-09-26 Carsten Dominik <dominik@science.uva.nl>
5827
5828 * org.texi: Change links to webpage and maintained email.
5829 (Remember): Promote to Chapter, significant changes.
5830 (Fast access to TODO states): New section.
5831 (Faces for TODO keywords): New section.
5832 (Export options): Example for #+DATE.
5833 (Progress logging): Section moved.
5834
567b9191
BW
58352007-09-26 Bill Wohler <wohler@newt.com>
5836
5837 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5838 browse-url-at-mouse.
5839
1af74d06
MB
58402007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5841
5842 * flymake.texi (Customizable variables): Face names don't end in -face.
5843 Fix flymake-err-line-patterns template.
5844 (Example -- Configuring a tool called directly): Fix init-function.
5845 (Highlighting erroneous lines): Face names don't end in -face.
5846
d60a4e3a 58472007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5848
5849 * erc.texi (Special-Features): Fix small typo.
5850
7d7a3510
MA
58512007-09-14 Michael Albinus <michael.albinus@gmx.de>
5852
5853 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5854 and "External transfer methods".
5855
285f0d3a
JB
58562007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5857
5858 * calc.texi (Predefined Units): Add some history.
5859
526dc846
MO
58602007-09-08 Michael Olson <mwolson@gnu.org>
5861
87e04f16
JB
5862 * erc.texi (Copying): New section included from gpl.texi.
5863 This matches the look of the upstream ERC manual.
526dc846 5864
f10d0e80
JB
58652007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5866
87e04f16 5867 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5868 (Random Numbers): Clarify the distribution of `random'.
5869
4009494e
GM
58702007-09-06 Glenn Morris <rgm@gnu.org>
5871
f1fc42aa 5872 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5873 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5874 Change all setfilename commands to use ../../info.
5875 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5876 refer to the Emacs manual here.
5877 (infodir): New variable.
5878 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5879 (cc-mode.texi, faq.texi): Update references to source file locations.
5880 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5881 do not refer to the Emacs manual here.
5882 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5883
5884 * Makefile.in: Add `basename' versions of all info targets, for
5885 convenience when rebuilding just one manual.
5886 (../etc/GNU): Delete obsolete target.
5887 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5888 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5889 *.vrs *.toc here...
5890 (maintainer-clean): ...from here.
4009494e
GM
5891
5892 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5893
2de53ca6
GM
58942007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5895
5896 * calc.texi (Date Conversions): Clarify definition of
5897 Julian day numbering.
5898 (Date Forms): Clarify definition of Julian day numbering;
5899 add some history.
5900
59012007-08-30 Carsten Dominik <dominik@science.uva.nl>
5902
87e04f16 5903 * org.texi: Version 5.07.
2de53ca6
GM
5904
59052007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5906
5907 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5908
59092007-08-22 Carsten Dominik <dominik@science.uva.nl>
5910
5911 * org.texi (Adding hyperlink types): New section.
5912 (Embedded LaTeX): Chapter updated because of LaTeX export.
5913 (LaTeX export): New section.
5914 (Using links out): New section.
5915
59162007-08-22 Glenn Morris <rgm@gnu.org>
5917
5918 * faq.texi (Learning how to do something): Refcards now in
5919 etc/refcards/ directory.
5920
59212007-08-22 Michael Albinus <michael.albinus@gmx.de>
5922
5923 * tramp.texi (Remote Programs): Persistency file must be cleared when
5924 changing `tramp-remote-path'.
5925 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5926 macro.
5927
59282007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5929
5930 * calc.texi: Move contents to beginning of file.
5931 (Algebraic Entry): Fix the formatting of an example.
5932
59332007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5934
5935 * calc.texi (Basic Operations on Units): Mention exact versus
5936 inexact conversions.
5937
59382007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5939
5940 * calc.texi (Basic Operations on Units): Mention default
5941 values for new units.
5942 (Quick Calculator Mode): Mention that binary format will
5943 be displayed.
5944
59452007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5946
5947 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5948
59492007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5950
5951 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5952
59532007-08-08 Glenn Morris <rgm@gnu.org>
5954
5955 * gnus.texi, sieve.texi: Replace `iff'.
5956
59572007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5958
5959 * calc.texi (Basic Graphics): Mention the graphing of error
5960 forms.
5961 (Graphics Options): Mention how `g s' handles error forms.
5962 (Curve Fitting): Mention plotting the curves.
5963 (Standard Nonlinear Models): Add additional models.
5964 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5965 (Linear Fits): Correct result.
5966
59672007-08-01 Alan Mackenzie <acm@muc.de>
5968
5969 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5970 to "--no-site-file".
5971
59722007-07-29 Michael Albinus <michael.albinus@gmx.de>
5973
5974 * tramp.texi (Frequently Asked Questions): Point to mode line
5975 extension in Emacs 23.1.
5976
5977 * trampver.texi: Update release number.
5978
59792007-07-27 Glenn Morris <rgm@gnu.org>
5980
5981 * calc.texi (Copying): Include license text from gpl.texi, rather than
5982 in-line.
5983
59842007-07-25 Glenn Morris <rgm@gnu.org>
5985
5986 * calc.texi (Copying): Replace license with GPLv3.
5987
5988 * Relicense all FSF files to GPLv3 or later.
5989
59902007-07-22 Michael Albinus <michael.albinus@gmx.de>
5991
5992 Sync with Tramp 2.1.10.
5993
5994 * tramp.texi (trampfn): Expand macro implementation in order to handle
5995 empty arguments.
5996 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 5997 occurrences by trampfn.
2de53ca6 5998 (Frequently Asked Questions): Extend example code for host
b2abec73 5999 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
6000 file names to be typed.
6001
6002 * trampver.texi: Update release number.
6003
60042007-07-17 Michael Albinus <michael.albinus@gmx.de>
6005
6006 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
6007 section. Reported by <poti@potis.org>.
6008 (Remote processes): Arguments of the program to be debugged are taken
6009 literally.
6010 (Frequently Asked Questions): Simplify recentf example.
6011
60122007-07-14 Karl Berry <karl@gnu.org>
6013
6014 * info.texi (@copying): New Back-Cover Text.
6015
6016 * info.texi (Quitting Info): Move to proper place in source.
6017 (Reported by Benno Schulenberg.)
6018
60192007-07-13 Eli Zaretskii <eliz@gnu.org>
6020
6021 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
6022
6023 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
6024
6025 * emacs-mime.texi: Add @documentencoding directive.
6026
60272007-07-12 Nick Roberts <nickrob@snap.net.nz>
6028
6029 * tramp.texi (Remote processes): Add an anchor to the subsection
6030 "Running a debugger on a remote host".
6031
60322007-07-12 Michael Albinus <michael.albinus@gmx.de>
6033
6034 * tramp.texi (Remote processes): Don't call it "experimental" any
6035 longer. Add subsection about running a debugger on a remote host.
6036
60372007-07-10 Carsten Dominik <dominik@science.uva.nl>
6038
6039 * org.texi (Properties and columns): Chapter rewritten.
6040
60412007-07-08 Michael Albinus <michael.albinus@gmx.de>
6042
6043 * tramp.texi:
6044 * trampver.texi: Migrate to Tramp 2.1.
6045
60462007-07-02 Carsten Dominik <dominik@science.uva.nl>
6047
6048 * org.texi (Properties): New chapter.
6049
60502007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6051
6052 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6053 Control Panel.
6054
6055 * gnus.texi (Misc Article): Add index entry for
6056 gnus-single-article-buffer.
6057
60582007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
6059
6060 * gnus.texi (Starting Up): Fix typo.
6061
60622007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
6063
6064 * gnus.texi (Asynchronous Fetching): Fix typo.
6065
60662007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6067
6068 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6069 (About This Manual): Remove redundant information.
6070 (Getting Started): Mention author.
6071 (Basic Arithmetic, Customizing Calc): Make description of the
6072 variable `calc-multiplication-has-precedence' match its new effect.
6073
60742007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6075
0c7efc08
SM
6076 * calc.texi (Basic Arithmetic, Customizing Calc):
6077 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
6078
60792007-06-19 Carsten Dominik <dominik@science.uva.nl>
6080
6081 * org.texi (Tag): Section swapped with node Timestamps.
6082 (Formula syntax for Lisp): Document new `L' flag.
6083
60842007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6085
6086 * gnus.texi (Misc Group Stuff, Summary Buffer)
6087 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6088
60892007-06-06 Juanma Barranquero <lekktu@gmail.com>
6090
6091 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6092 * gnus.texi (Article Buttons, Mail Source Customization)
6093 (Sending or Not Sending, Customizing NNDiary):
6094 * message.texi (Message Headers):
6095 * mh-e.texi (HTML): Fix typos.
6096
60972007-06-07 Michael Albinus <michael.albinus@gmx.de>
6098
6099 Sync with Tramp 2.0.56.
6100
6101 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6102 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6103
61042007-06-02 Chong Yidong <cyd@stupidchicken.com>
6105
6106 * Version 22.1 released.
6107
61082007-05-26 Michael Olson <mwolson@gnu.org>
6109
6110 * erc.texi (Modules): Fix references to completion modules.
6111
61122007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6113
6114 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6115
61162007-05-09 Didier Verna <didier@xemacs.org>
6117
6118 * gnus.texi (Email Based Diary): New. Proper documentation for the
6119 nndiary back end and the gnus-diary library.
6120
61212007-05-03 Karl Berry <karl@gnu.org>
6122
6123 * .cvsignore (*.pdf): New entry.
6124
6125 * texinfo.tex: Update from current version for better pdf generation.
6126
61272007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6128
6129 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6130
61312007-04-28 Glenn Morris <rgm@gnu.org>
6132
6133 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6134 consideration of legal status.
6135
61362007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6137
6138 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6139
61402007-04-24 Chong Yidong <cyd@stupidchicken.com>
6141
6142 * faq.texi (New in Emacs 22): python.el removed.
6143
61442007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6145
6146 * calc.texi (Reporting bugs): Update maintainer's address.
6147
61482007-04-22 Chong Yidong <cyd@stupidchicken.com>
6149
6150 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6151
61522007-04-15 Jay Belanger <belanger@truman.edu>
6153
6154 * calc.texi (Title page): Remove the date.
6155 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6156 (The Standard Calc Interface): Change trail title.
6157 (Floats): Mention that when non-decimal floats are entered, only
6158 approximations are stored.
6159 (Copying): Move to the appendices.
6160 (GNU Free Documentation License): Add as an appendix.
6161
61622007-04-15 Chong Yidong <cyd@stupidchicken.com>
6163
6164 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6165 * dired-x.texi, ebrowse.texi, ediff.texi:
6166 * emacs-mime.texi, erc.texi, eshell.texi:
6167 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6168 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6169 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6170 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6171 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6172 * woman.texi: Include GFDL.
6173
6174 * doclicense.texi: Remove node heading, so that it can be included by
6175 other files.
6176
6177 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6178
6179 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6180 than *.
6181
61822007-04-14 Carsten Dominik <dominik@science.uva.nl>
6183
6184 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6185 in Calc.
6186
61872007-04-09 Romain Francoise <romain@orebokech.com>
6188
6189 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6190 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6191 replace mouse-2.
6192
61932007-04-08 Chong Yidong <cyd@stupidchicken.com>
6194
6195 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6196 renamed to woman-use-topic-at-point. Document new behavior.
6197
61982007-04-08 Richard Stallman <rms@gnu.org>
6199
6200 * url.texi: Fix some indexing.
6201 (Disk Caching): Drop discussion of old/other Emacs versions.
6202
62032007-04-07 Chong Yidong <cyd@stupidchicken.com>
6204
6205 * url.texi (Disk Caching): Say Emacs 21 "and later".
6206
6207 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6208 on Font locking which now mentions JIT lock.
6209
62102007-04-01 Michael Olson <mwolson@gnu.org>
6211
6212 * erc.texi: Update for the ERC 5.2 release.
6213
62142007-03-31 David Kastrup <dak@gnu.org>
6215
6216 * woman.texi (Topic, Interface Options): Explain changes semantics of
6217 woman-manpath in order to consider MANPATH_MAP entries.
6218
62192007-03-31 Eli Zaretskii <eliz@gnu.org>
6220
6221 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6222
62232007-03-26 Richard Stallman <rms@gnu.org>
6224
6225 * pgg.texi (Caching passphrase): Clean up previous change.
6226
62272007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6228
6229 * gnus.texi (Setting Process Marks): Fix typo.
6230
62312007-03-25 Romain Francoise <romain@orebokech.com>
6232
6233 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6234 readability, and include various fixes by Daniel Brockman, Nick Roberts
6235 and Dieter Wilhelm.
6236
62372007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6238
6239 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6240
6241 * gnus.texi (Mail Source Specifiers): Fix typo.
6242
62432007-03-22 Ralf Angeli <angeli@caeruleus.net>
6244
6245 * reftex.texi (Imprint): Update maintainer information.
6246
62472007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6248
6249 * message.texi (Message Buffers): Update documentation for
6250 message-generate-new-buffers.
6251
62522007-03-15 Daiki Ueno <ueno@unixuser.org>
6253
6254 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6255
62562007-03-21 Glenn Morris <rgm@gnu.org>
6257
6258 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6259
62602007-03-19 Chong Yidong <cyd@stupidchicken.com>
6261
6262 * eshell.texi (Known problems): Emacs 21 -> 22.
6263
6264 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6265
62662007-03-18 Jay Belanger <belanger@truman.edu>
6267
6268 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6269
62702007-03-12 Glenn Morris <rgm@gnu.org>
6271
6272 * calc.texi (Time Zones): Switch to new North America DST rule.
6273
6274 * calc.texi: Replace "daylight savings" with "daylight
6275 saving" in text throughout.
6276
62772007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6278
6279 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6280 The variable now uses a list of symbols instead of just a symbol.
6281 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6282
62832007-03-06 Romain Francoise <romain@orebokech.com>
6284
6285 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6286 new packages, and mention Gnus update.
6287
62882007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6289
6290 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6291 nntp-open-connection-functions-never-echo-commands.
6292
62932007-02-27 Chong Yidong <cyd@stupidchicken.com>
6294
6295 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6296 problems on the console, and security risk in not using gpg-agent.
6297
62982007-02-25 Carsten Dominik <dominik@science.uva.nl>
6299
0c7efc08 6300 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
6301 Completely reorganized and rewritten.
6302 (CamelCase links): Section removed.
6303 (Repeating items): New section.
6304 (Tracking TODO state changes): New section.
6305 (Agenda views): Chapter reorganized and rewritten.
6306 (HTML export): Section rewritten.
6307 (Tables in arbitrary syntax): New section.
6308 (Summary): Better feature summary.
6309 (Activation): Document problem with cut-and-paste of Lisp code
6310 from PDF files.
6311 (Visibility cycling): Document indirect buffer use.
6312 (Structure editing): Document sorting.
6313 (Remember): Section rewritten.
6314 (Time stamps): Better description of time stamp types.
6315 (Tag searches): Document regular expression search for tags.
6316 (Stuck projects): New section.
6317 (In-buffer settings): New keywords.
6318 (History and Acknowledgments): Updated description.
6319
63202007-02-24 Alan Mackenzie <acm@muc.de>
6321
6322 * cc-mode.texi (Movement Commands): Insert two missing command names.
6323 (Getting Started): Slight wording correction (use conditional).
6324
63252007-02-22 Kim F. Storm <storm@cua.dk>
6326
6327 * widget.texi (User Interface, Basic Types): Document need to put some
6328 text before the %v escape in :format string in editable-field widget.
6329
63302007-02-18 Romain Francoise <romain@orebokech.com>
6331
6332 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6333 `cvs-mode-quit'.
6334
63352007-02-10 Markus Triska <markus.triska@gmx.at>
6336
6337 * widget.texi (Programming Example): Put constant strings in :format.
6338
63392007-02-07 Juanma Barranquero <lekktu@gmail.com>
6340
6341 * faq.texi (Fullscreen mode on MS-Windows): New node.
6342
63432007-02-04 David Kastrup <dak@gnu.org>
6344
6345 * faq.texi (AUCTeX): Update version number. Should probably be done
6346 for other packages as well.
6347
63482007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6349
6350 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6351 <tassilo@member.fsf.org>.
6352
63532007-01-27 Eli Zaretskii <eliz@gnu.org>
6354
6355 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6356 ls-lisp-use-localized-time-format.
6357
63582007-01-20 Markus Triska <markus.triska@gmx.at>
6359
6360 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6361
63622007-01-13 Michael Olson <mwolson@gnu.org>
6363
6364 * erc.texi (Modules): Mention capab-identify module.
6365
63662007-01-05 Michael Olson <mwolson@gnu.org>
6367
6368 * erc.texi (Getting Started): Update for /RECONNECT command.
6369
63702007-01-04 Richard Stallman <rms@gnu.org>
6371
6372 * ebrowse.texi: Change C-c b to C-c C-m.
6373
63742007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6375
6376 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6377 variables only in info to avoid redundant entries in the printed
6378 manual.
6379
63802007-01-02 Daiki Ueno <ueno@unixuser.org>
6381
6382 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6383
63842007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6385
6386 * message.texi (Security): Split into sub-nodes.
6387
63882007-01-01 Alan Mackenzie <acm@muc.de>
6389
6390 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6391 eval-after-load in Emacs <=21 and a workaround. Document that
6392 trigraphs are not supported.
6393
63942007-01-01 Alan Mackenzie <acm@muc.de>
6395
6396 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6397 c-context-line-break. When invoked within a string, preserve
6398 whitespace. Add a backslash only when also in a macro.
6399
64002007-01-01 Alan Mackenzie <acm@muc.de>
6401
6402 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6403
64042007-01-01 Alan Mackenzie <acm@muc.de>
6405
6406 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6407 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6408
64092007-01-01 Alan Mackenzie <acm@muc.de>
6410
6411 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6412 "Choosing a Style".
6413
6414 * cc-mode.texi ("Styles"): Add @dfn{style}.
6415
64162006-12-30 Michael Albinus <michael.albinus@gmx.de>
6417
6418 Sync with Tramp 2.0.55.
6419
6420 * trampver.texi: Update release number.
6421
64222006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6423
6424 * gnus.texi (Customizing Articles): Add index entries for all
6425 gnus-treat-* variables.
6426
c8763fb6 64272006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6428
6429 * gnus.texi (IMAP): Fix incorrect explanation of
6430 nnimap-search-uids-not-since-is-evil in documentation for
6431 nnimap-expunge-search-string.
6432
64332006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6434
6435 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6436 spam-ifile-database.
6437
64382006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6439
6440 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6441 rebind C-s.
6442
c8763fb6 64432006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6444
6445 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6446 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6447 "expiring mail".
6448 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6449 nnimap-nov-is-evil.
6450
64512006-12-25 Kevin Ryde <user42@zip.com.au>
6452
6453 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6454 about the key procedure being used heavily.
6455
64562006-12-24 Chong Yidong <cyd@stupidchicken.com>
6457
6458 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6459 to t.
6460 (Prerequisites): Add explanation about gpg-agent.
6461
64622006-12-22 Kevin Ryde <user42@zip.com.au>
6463
6464 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6465 "sort" instead of "sort*".
6466
64672006-12-19 Richard Stallman <rms@gnu.org>
6468
6469 * calc.texi (History and Acknowledgements): Recognize that Emacs
6470 now does have floating point.
6471
64722006-12-19 Michael Albinus <michael.albinus@gmx.de>
6473
6474 * tramp.texi (External transfer methods): Describe new method `scpc'.
6475
64762006-12-17 Sascha Wilde <wilde@sha-bang.de>
6477
6478 * pgg.texi: Added short note on gpg-agent to the introduction.
6479
64802006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6481
6482 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6483 also applies to Cc.
6484
64852006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6486
6487 * gnus.texi (X-Face): Clarify. Say which programs are required
6488 on Windows.
6489
64902006-12-08 Michael Olson <mwolson@gnu.org>
6491
6492 * erc.texi (Modules): Remove documentation for list module.
6493
c8763fb6 64942006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
6495
6496 * faq.texi (^M in the shell buffer): Ditto.
6497
64982006-11-20 Michael Olson <mwolson@gnu.org>
6499
6500 * erc.texi: Call this the 5.2 stable pre-release of ERC.
6501
65022006-11-17 Carsten Dominik <dominik@science.uva.nl>
6503
6504 * org.texi: Fix typos.
6505 (Agenda commands): Document `C-k'.
6506
65072006-11-16 Eli Zaretskii <eliz@gnu.org>
6508
6509 * url.texi (http/https): Fix a typo in the HTTP URL.
6510
65112006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6512
6513 * ada-mode.texi: Total rewrite.
6514
65152006-11-13 Carsten Dominik <dominik@science.uva.nl>
6516
6517 * org.texi: Minor typo fixes.
6518
65192006-11-13 Bill Wohler <wohler@newt.com>
6520
6521 Release MH-E manual version 8.0.3.
6522
6523 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6524 release 8.0.3.
6525
6526 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6527 to set MAILDIR.
6528 (Reading Mail): Document the customization of read-mail-command
6529 for MH-E.
6530 (Viewing Attachments): Document mm-discouraged-alternatives.
6531 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6532 (Junk): Add more information about the settings of mh-junk-background
6533 in a program. Add /usr/bin/mh to PATH in examples.
6534
65352006-11-12 Richard Stallman <rms@gnu.org>
6536
6537 * woman.texi: Update author address but say he no longer maintains it.
6538
65392006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6540
6541 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6542 archived trees.
6543 (Checkboxes): Section moved to chapter 5, and extended.
6544 (The date/time prompt): New section.
6545 (Link abbreviations): New section.
6546 (Presentation and sorting): New section.
6547 (Custom agenda views): Section completely rewritten.
6548 (Summary): Compare with Planner.
6549 (Feedback): More info about creating backtraces.
6550 (Plain lists): Modified example.
6551 (Breaking down tasks): New section.
6552 (Custom time format): New section.
6553 (Time stamps): Document inactive timestamps.
6554 (Setting tags): More details about fast tag selection.
6555 (Block agenda): New section.
6556 (Custom agenda views): Section rewritten.
6557 (Block agenda): New section.
6558
65592006-11-07 Michael Albinus <michael.albinus@gmx.de>
6560
6561 * tramp.texi (Configuration): scp is the default method.
6562 (Default Method): Use ssh as example for another method.
6563
65642006-10-27 Richard Stallman <rms@gnu.org>
6565
6566 * woman.texi: Downcase nroff/troff/roff.
6567 (Installation): Chapter deleted. Some xrefs deleted.
6568 (Background): woman doesn't advise man ;-).
6569
c8763fb6 65702006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6571
6572 * ada-mode.texi (Project files, Identifier completion)
6573 (Automatic Casing, Debugging, Using non-standard file names)
6574 (Working Remotely): Fix typos.
6575
65762006-10-20 Masatake YAMATO <jet@gyve.org>
6577
0c7efc08 6578 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
6579 sample code `my-c-initialization-hook'.
6580
65812006-10-19 Stuart D. Herring <herring@lanl.gov>
6582
6583 * widget.texi: Fix typos.
6584
65852006-10-19 Michael Albinus <michael.albinus@gmx.de>
6586
6587 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6588 "???". There have been no complaints for years, so the information
6589 must be appropriate.
6590
65912006-10-16 Richard Stallman <rms@gnu.org>
6592
6593 * widget.texi: Use @var instead of capitalization.
6594 Clarify many widget type descriptions.
6595
65962006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6597
6598 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6599 gnus-dired-attach.
6600 (Selecting a Group): Fix typo.
6601
c8763fb6 66022006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6603
6604 * widget.texi: Fix typos.
6605
66062006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
6607
6608 * gnus.texi (Image Enhancements): Update for Emacs 22.
6609
6610 * gnus-faq.texi ([1.3]): Update.
6611
66122006-10-06 Richard Stallman <rms@gnu.org>
6613
6614 * faq.texi (Displaying the current line or column):
6615 Delete "As of Emacs 20".
6616
66172006-10-06 Romain Francoise <romain@orebokech.com>
6618
6619 * faq.texi (VM): VM works with Emacs 22 too.
6620
66212006-10-06 Richard Stallman <rms@gnu.org>
6622
6623 * ebrowse.texi: Remove Emacs version "21" from title.
6624
66252006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
6626
6627 * gnus.texi (Foreign Groups): Say where change of editing commands are
6628 stored. Add reference to `gnus-parameters'.
6629
66302006-09-15 Jay Belanger <belanger@truman.edu>
6631
6632 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6633 Change "Library Public License" to "Lesser Public License"
6634 throughout. Use "yyyy" to represent year.
6635
66362006-09-15 Carsten Dominik <dominik@science.uva.nl>
6637
6638 * org.texi (Setting tags): Typo fix.
6639
66402006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
6641
6642 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6643
66442006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6645
6646 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6647
66482006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6649
6650 * faq.texi (Escape sequences in shell output): EMACS is now set
6651 to Emacs's absolute file name, not to "t".
6652 (^M in the shell buffer): Likewise.
6653 * misc.texi (Interactive Shell): Likewise.
6654
66552006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6656
6657 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6658 mails with pop3-leave-mail-on-server. Fix wording.
6659 (Limiting): Improve gnus-summary-limit-to-articles.
6660 (X-Face): Fix typo.
6661
66622006-09-11 Simon Josefsson <jas@extundo.com>
6663
6664 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6665 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6666
66672006-09-06 Simon Josefsson <jas@extundo.com>
6668
6669 * smtpmail.texi (Authentication): Mention SSL.
6670
66712006-09-01 Eli Zaretskii <eliz@gnu.org>
6672
6673 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6674 Don't use @indicateurl.
6675
6676 * cc-mode.texi (Subword Movement): Don't use @headitem.
6677 (Custom Braces, Clean-ups): Don't use @tie.
6678
66792006-08-29 Michael Albinus <michael.albinus@gmx.de>
6680
6681 Sync with Tramp 2.0.54.
6682
6683 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6684 Suggested by Adrian Phillips <a.phillips@met.no>.
6685
66862006-08-15 Carsten Dominik <dominik@science.uva.nl>
6687
6688 * org.texi (Installation, Activation): Split from Installation and
6689 Activation.
6690 (Clocking work time): Documented new features.
6691
66922006-08-13 Alex Schroeder <alex@gnu.org>
6693
6694 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6695 example.
6696
66972006-08-12 Eli Zaretskii <eliz@gnu.org>
6698
6699 * faq.texi (How to add fonts): New node.
6700
67012006-08-05 Romain Francoise <romain@orebokech.com>
6702
6703 * faq.texi (New in Emacs 22): Expand.
6704
67052006-08-03 Michael Olson <mwolson@gnu.org>
6706
6707 * erc.texi: Update for ERC 5.1.4.
6708
67092006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6710
6711 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6712 in .../site-lisp/gnus/ by default.
6713 [ From gnus-news.texi in the trunk. ]
6714
67152006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6716
6717 * gnus.texi (MIME Commands): Additions for yEnc.
6718
67192006-07-24 Richard Stallman <rms@gnu.org>
6720
6721 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6722 * faq.texi: Move periods and commas inside quotes.
6723
67242006-07-20 Jay Belanger <belanger@truman.edu>
6725
6726 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6727
67282006-07-18 Chong Yidong <cyd@stupidchicken.com>
6729
6730 * faq.texi (Security risks with Emacs): Document Emacs 22
6731 file-local-variable mechanism.
6732
67332006-07-12 Michael Olson <mwolson@gnu.org>
6734
6735 * erc.texi: Update for ERC 5.1.3.
6736
67372006-07-12 Alex Schroeder <alex@gnu.org>
6738
6739 * rcirc.texi: Fix typos.
6740 (Getting started with rcirc): New calling convention for M-x irc.
6741 Mention #rcirc. Removed channel tracking.
0c7efc08 6742 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6743 recently, eg. rcirc-server to rcirc-default-server. Added
6744 documentation for rcirc-authinfo, some background for Bitlbee, and
6745 rcirc-track-minor-mode.
0c7efc08 6746 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6747 Scrolling.
0c7efc08 6748 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6749 to match code changes.
6750
67512006-07-10 Nick Roberts <nickrob@snap.net.nz>
6752
6753 * gnus.texi, message.texi: Fix typos.
6754
67552006-07-07 Carsten Dominik <dominik@science.uva.nl>
6756
6757 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6758 commands.
6759 (Global TODO list): Document the use of the variables
6760 `org-agenda-todo-ignore-scheduled' and
6761 `org-agenda-todo-list-sublevels'.
6762
67632006-07-05 Richard Stallman <rms@gnu.org>
6764
6765 * faq.texi (Scrolling only one line): Fix xref.
6766
67672006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6768
6769 * faq.texi (Evaluating Emacs Lisp code):
6770 Throughout, replace eval-current-buffer with eval-buffer.
6771
67722006-07-03 Richard Stallman <rms@gnu.org>
6773
6774 * rcirc.texi (Scrolling conservatively): Fix xref.
6775
6776 * pcl-cvs.texi (Viewing differences): Usage fix.
6777
67782006-07-03 Carsten Dominik <dominik@science.uva.nl>
6779
6780 * org.texi (Agenda commands): Document `s' key to save all org-mode
6781 buffers.
6782
67832006-06-30 Ralf Angeli <angeli@caeruleus.net>
6784
6785 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6786 names. Mention `cvs-msg' face.
6787
67882006-06-29 Carsten Dominik <dominik@science.uva.nl>
6789
6790 * org.texi (Checkboxes): New section.
6791
67922006-06-28 Carsten Dominik <dominik@science.uva.nl>
6793
6794 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6795 throughout this chapter.
6796
67972006-06-27 Chong Yidong <cyd@stupidchicken.com>
6798
6799 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6800 text for standalone vs Emacs info.
6801 (Help): Clarify header line description. Use mouse-1 for clicks.
6802 (Help-P): Use mouse-1 for clicks.
6803 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6804 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6805 (Choose menu subtopic): Remove gratuitous Emacs command names.
6806 (Help-FOO): Put usual behavior first.
6807 (Help-Xref): Clicking on xrefs works in Emacs.
6808 (Search Text): Clarify what the default behavior is.
6809 (Create Info buffer): Fix Emacs window/X window confusion.
6810 (Emacs Info Variables): Fix for new Emacs init file behavior.
6811
68122006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6813
6814 * gnus.texi (Summary Buffer Lines): Fix typo.
6815
68162006-06-23 Carsten Dominik <dominik@science.uva.nl>
6817
6818 * org.texi (Embedded LaTeX): New chapter.
6819 (Archiving): Section rewritten.
6820 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6821
68222006-06-20 Bill Wohler <wohler@newt.com>
6823
6824 Release MH-E manual version 8.0.1.
6825
6826 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6827 release 8.0.1.
6828 (Preface): Depend on GNU mailutils 1.0 and higher.
6829
68302006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6831
6832 * message.texi (News Headers): Update message-syntax-checks section.
6833
68342006-06-19 Karl Berry <karl@gnu.org>
6835
6836 * info.texi (Advanced): Mention C-q, especially with ?.
6837
68382006-06-19 Carsten Dominik <dominik@science.uva.nl>
6839
6840 * org.texi (Publishing links): Document the `:link-validation-function'
6841 property.
6842 (Extensions and Hacking): New chapter, includes some sections of the
6843 "Miscellaneous" chapter.
6844
68452006-06-10 Carsten Dominik <dominik@science.uva.nl>
6846
6847 * org.texi (Progress logging): New section.
6848
2de53ca6
GM
68492006-06-06 Carsten Dominik <dominik@science.uva.nl>
6850
6851 * org.texi (ASCII export): Document indentation adaptation.
6852 (Setting tags): Document mutually-exclusive tags.
6853
68542006-06-05 Romain Francoise <romain@orebokech.com>
6855
6856 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6857 Fix typo.
6858
6859 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6860 channel (#gnus@irc.freenode.net).
6861 Fix typos. Update copyright notice.
6862
6863 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6864 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6865 (Line-Up Functions, Custom Macros):
6866 * ediff.texi (Window and Frame Configuration)
dccb744b 6867 (Highlighting Difference Regions):
2de53ca6
GM
6868 * emacs-mime.texi (Display Customization):
6869 * erc.texi (History):
6870 * eshell.texi (Known problems):
6871 * eudc.texi (Overview, BBDB):
6872 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6873 (The problem of spam, SpamOracle, Extending the Spam package)
6874 (Conformity, Terminology):
dccb744b 6875 * idlwave.texi (Routine Info)
2de53ca6
GM
6876 (Class and Keyword Inheritance, Padding Operators)
6877 (Breakpoints and Stepping, Electric Debug Mode)
6878 (Examining Variables, Troubleshooting):
6879 * org.texi (Creating timestamps):
6880 * reftex.texi (Commands, Options, Changes):
6881 * tramp.texi (Inline methods, Password caching)
6882 (Auto-save and Backup, Issues):
6883 * vip.texi (Files, Commands in Insert Mode):
6884 * viper.texi (Emacs Preliminaries, States in Viper)
6885 (Packages that Change Keymaps, Viper Specials, Groundwork):
6886 Fix various typos.
6887
68882006-05-31 Michael Ernst <mernst@alum.mit.edu>
6889
6890 * ediff.texi: Fix typos.
6891
68922006-05-30 Carsten Dominik <dominik@science.uva.nl>
6893
6894 * org.texi: Small typo fixes.
6895
fff84c22
JB
68962006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6897
6898 * viper.texi (Viper Specials):
6899 * gnus.texi (Example Setup):
6900 * faq.texi (Backspace invokes help):
6901 * dired-x.texi (Optional Installation Dired Jump):
6902 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6903 follow coding conventions.
6904
2de53ca6
GM
69052006-05-29 Michael Albinus <michael.albinus@gmx.de>
6906
6907 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6908
69092006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6910
6911 * pcl-cvs.texi: Fix typos.
6912 (Customization): Say "us".
6913
69142006-05-26 Eli Zaretskii <eliz@gnu.org>
6915
6916 * org.texi: Remove bogus @setfilename.
6917
69182006-05-26 Carsten Dominik <dominik@science.uva.nl>
6919
6920 * org.texi (ASCII export): Omit command name.
6921 (HTML export): Add prefix to all lines in Local Variable example.
6922 (Acknowledgments): Typeset names in italics.
6923
69242006-05-24 Carsten Dominik <dominik@science.uva.nl>
6925
6926 * org.texi (Plain lists): Add new item navigation commands.
6927 (External links): Document elisp and info links.
6928 (Custom searches): New section.
6929 (Publishing): New chapter.
6930 (HTML export): Include a list of supported CSS classes.
6931 (Setting tags): Describe the fast-tag-setting interface.
6932
69332006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6934
6935 * dired-x.texi: ifinfo -> ifnottex.
6936
69372006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6938
6939 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6940
69412006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6942
6943 * message.texi (Interface): Add tool bar customization.
6944 (MIME): Index and text additions for mml-attach.
6945 (MIME): Describe mml-dnd-protocol-alist and
6946 mml-dnd-attach-options.
6947
6948 * gnus.texi (Oort Gnus): Reorder entries in sections.
6949 Fix some entries.
6950 (Starting Up): Add references to "Emacs for Heathens" and to
6951 "Finding the News". Add user-full-name and user-mail-address.
6952 (Group Buffer Format): Add tool bar customization and update.
6953 (Summary Buffer): Add tool bar customization.
6954 (Posting Styles): Add message-alternative-emails.
6955
69562006-05-09 Michael Albinus <michael.albinus@gmx.de>
6957
6958 * tramp.texi (Filename completion): Improve wording.
6959
69602006-05-07 Romain Francoise <romain@orebokech.com>
6961
6962 * faq.texi (Using regular expressions): Fix typo.
6963 (Packages that do not come with Emacs): Fix capitalization.
6964 (Replacing text across multiple files): Expand node to explain how
6965 to use `dired-do-query-replace-regexp' in more detail, based on
6966 suggestion by Eric Hanchrow <offby1@blarg.net>.
6967
69682006-05-06 Michael Albinus <michael.albinus@gmx.de>
6969
6970 * tramp.texi (Filename completion): Completion of remote files'
6971 method, user name and host name is active only in partial
6972 completion mode.
6973
69742006-05-06 Bill Wohler <wohler@newt.com>
6975
6976 Release MH-E manual version 8.0.
6977
6978 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6979 release 8.0.
6980
69812006-05-06 Bill Wohler <wohler@newt.com>
6982
6983 * mh-e.texi (MH-BOOK-HOME): Change from
6984 http://www.ics.uci.edu/~mh/book/mh to
6985 http://rand-mh.sourceforge.net/book/mh.
6986 Replace .htm suffix with .html for MH book files.
6987 (Using This Manual): Update key binding for getting relevant
6988 chapter in Info from command key.
6989 (Ranges): Fix itemx.
6990
69912006-05-05 Karl Berry <karl@gnu.org>
6992
6993 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6994 (\fonttextsize): New user-level command to change text font size.
6995
69962006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6997
6998 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
6999
70002006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7001
7002 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
7003
70042006-04-24 Bill Wohler <wohler@newt.com>
7005
7006 * mh-e.texi (Getting Started): Make it more explicit that you need
7007 to install MH. Add pointers to current MH implementations.
7008
70092006-04-21 Bill Wohler <wohler@newt.com>
7010
7011 Release MH-E manual version 7.94.
7012
7013 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7014 release 7.94.
7015
70162006-04-21 Carsten Dominik <dominik@science.uva.nl>
7017
7018 * org.texi: Many small fixes.
7019 (Handling links): Rename from "Managing links".
7020
70212006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
7022
7023 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
7024 (Splitting mail using spam-stat): Fix @xref.
7025
70262006-04-20 Chong Yidong <cyd@stupidchicken.com>
7027
7028 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 7029 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
7030
70312006-04-20 Carsten Dominik <dominik@science.uva.nl>
7032
7033 * org.texi (Time stamps): Better explanation of the purpose of
7034 different time stamps.
7035 (Structure editing, Plain lists): More details on how new items
7036 and headings are inserted.
7037
70382006-04-18 Carsten Dominik <dominik@science.uva.nl>
7039
7040 * org.texi (Formula syntax): Fix link to Calc Manual.
7041
70422006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7043
7044 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7045
70462006-04-17 Bill Wohler <wohler@newt.com>
7047
7048 * mh-e.texi (Folders): Update mh-before-quit-hook and
7049 mh-quit-hook example with code that removes the buffers rather
7050 than just bury them.
7051
70522006-04-17 Michael Albinus <michael.albinus@gmx.de>
7053
7054 Sync with Tramp 2.0.53.
7055
70562006-04-13 Carsten Dominik <dominik@science.uva.nl>
7057
7058 * org.texi (Updating settings): New section.
7059 (Visibility cycling): Better names for the startup folding
7060 options.
7061 (Exporting): Completely restructured.
7062 (The very busy C-c C-c key): New section.
7063 (Summary of in-buffer settings): New section.
7064
70652006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7066
7067 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7068
70692006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7070
7071 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7072 (Server Commands): Key `v' is reserved for users.
7073
70742006-04-11 Carsten Dominik <dominik@science.uva.nl>
7075
7076 * org.texi (Link format): New section, emphasis on bracket links.
7077 (External links): Document bracket links.
7078 (FAQ): Expand to cover shell links and the new link format.
7079
70802006-04-09 Kevin Ryde <user42@zip.com.au>
7081
7082 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7083
70842006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7085
7086 * gnus.texi (Summary Buffer Lines): Add `*'.
7087
c8763fb6 70882006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7089
7090 * gnus.texi (Group Parameters):
7091 Mention gnus-permanently-visible-groups.
7092
70932006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7094
7095 * gnus.texi (Face): Fix typo.
7096
70972006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7098
7099 * gnus.texi (X-Face): Clarify.
7100 (Face): Need Emacs with PNG support.
7101
71022006-04-06 Richard Stallman <rms@gnu.org>
7103
7104 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7105 Emacs".
7106
71072006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7108
7109 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7110 blocks not suitable for inclusion with Emacs using variable
7111 PARTOFEMACS.
7112
71132006-04-04 Simon Josefsson <jas@extundo.com>
7114
7115 * gnus.texi (Security): Improve.
7116
71172006-04-02 Bill Wohler <wohler@newt.com>
7118
7119 * mh-e.texi (Getting Started, Junk, Bug Reports)
7120 (MH FAQ and Support): Fix URLs.
7121
71222006-03-31 Romain Francoise <romain@orebokech.com>
7123
7124 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7125 to t, not nil (and has for the past eight years).
7126
71272006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7128
7129 * message.texi, gnus.texi: Bump version to 5.11.
7130
71312006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7132
7133 * gnus.texi (Top): Add comment about version line.
7134
7135 * message.texi (Top): Ditto. Change to take named versions into
7136 account.
7137
71382006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7139
7140 * gnus.texi (Posting Styles): Add x-face-file to example.
7141 (X-Face): Refer to posting styles.
7142
7143 * gnus-faq.texi ([5.8]): Add x-face-file.
7144 ([8.4]): Add links to gmane.emacs.gnus.user and
7145 gmane.emacs.gnus.general.
7146
71472006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7148
7149 * gnus-faq.texi: Use .invalid.
7150 ([5.4]): Fix gnus-posting-styles example.
7151
71522006-03-27 Romain Francoise <romain@orebokech.com>
7153
7154 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7155 Emacs/W3 needs a new maintainer.
7156 (Ispell): Update author and version info.
7157 (Mailcrypt): Mention PGG.
7158 (New in Emacs 22): Add PGG to the list of new packages.
7159 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7160 updating dead URLs.
7161
71622006-03-25 Karl Berry <karl@gnu.org>
7163
7164 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7165 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7166 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7167 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7168 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7169 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7170 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7171 (2) do not indent copyright year list (or anything else).
7172
71732006-03-21 Bill Wohler <wohler@newt.com>
7174
7175 * mh-e.texi (Folders): Various edits.
7176
71772006-03-20 Romain Francoise <romain@orebokech.com>
7178
7179 * gnus.texi (Mail Folders): Grammar fix.
7180
71812006-03-19 Bill Wohler <wohler@newt.com>
7182
7183 * mh-e.texi (Replying): Document Mail-Followup-To.
7184 Change manually-formatted table to multitable. Add debugging info.
7185 Move description of mh-reply-default-reply-to into paragraph
7186 that describes its values.
7187
71882006-03-17 Bill Wohler <wohler@newt.com>
7189
10d1d0af 7190 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
7191 (Sending Mail Tour): Update method of entering
7192 addresses and subject.
7193 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7194 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7195
71962006-03-15 Carsten Dominik <dominik@science.uva.nl>
7197
7198 * org.texi: Version number change only.
7199
72002006-03-14 Bill Wohler <wohler@newt.com>
7201
7202 * mh-e.texi: Add index entries around each paragraph rather than
7203 depend on entries from beginning of node. Doing so ensures that
7204 index entries are less likely to be forgotten if text is cut and
7205 pasted, and are necessary anyway if the references are on a
7206 separate page. It seems that makeinfo is now (v. 4.8) only
7207 producing one index entry per node, so there is no longer any
7208 excuse not to. Use subheading instead of heading. The incorrect
7209 use of heading produced very large fonts in Info--as large as the
7210 main heading.
7211 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7212 versions 6 and 7 appeared *around* the time of these Emacs releases.
7213
72142006-03-13 Carsten Dominik <dominik@science.uva.nl>
7215
7216 * org.texi (Clean view): Document new startup options.
7217
72182006-03-11 Bill Wohler <wohler@newt.com>
7219
7220 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7221 (Composing, Scan Line Formats): Fix @refs.
7222 (Getting Started): Define MH profile and MH profile components.
7223 (Incorporating Mail, Reading Mail, Viewing, Printing)
7224 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7225 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7226 for string constants.
7227 (Tool Bar): Remove spurious quote.
7228 (Junk): Use ``...'' instead of "...".
7229 (Scan Line Formats): Replace @samp with @kbd.
7230
72312006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7232
7233 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7234
72352006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7236
7237 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7238 easy to understand.
7239
72402006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7241
7242 * gnus.texi: Markup fix.
7243 (Fancy Mail Splitting): Specify new feature.
7244
72452006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7246
7247 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7248 partial-words matching.
7249
72502006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7251
7252 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7253
7254 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7255 (MIME Commands): Fix mm-discouraged-alternatives.
7256
72572006-03-07 Carsten Dominik <dominik@science.uva.nl>
7258
7259 * org.texi: Version number change only.
7260
72612006-03-06 Bill Wohler <wohler@newt.com>
7262
7263 * mh-e.texi: Move from SourceForge repository to Savannah.
7264 This is version 7.93, which is a total rewrite from the previous
7265 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7266 version 7.93.
7267
72682006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7269
7270 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7271
72722006-03-01 Carsten Dominik <dominik@science.uva.nl>
7273
7274 * org.texi (Interaction): Add item about `org-mouse.el' by
7275 Piotr Zielinski.
7276 (Managing links): Document that also mouse-1 can be used to
7277 activate a link.
7278 (Headlines, FAQ): Add entry about hiding leading stars.
7279 (Miscellaneous): Resort the sections in this chapter to a more
7280 logical sequence.
7281
72822006-02-27 Simon Josefsson <jas@extundo.com>
7283
7284 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7285 2004-01-27 from the trunk).
7286
72872006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7288
7289 * cc-mode.texi: Rename c-hungry-backspace to
7290 c-hungry-delete-backwards, at the request of RMS. Leave the old
7291 name as an alias.
7292
72932006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7294
7295 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7296 include the function header within the defun.
7297
72982006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7299
7300 * cc-mode.texi: Correct two typos.
7301
73022006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7303
7304 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7305 existing comment.
7306 (Electric Keys): Add a justification for electric indentation.
7307 (Hungry WS Deletion): Clear up the names and complications of the
7308 BACKSPACE and DELETE keys.
7309
73102006-02-23 Juri Linkov <juri@jurta.org>
7311
7312 * faq.texi (Common requests): Move `Turning on auto-fill by
7313 default' after `Wrapping words automatically'. Move `Working with
7314 unprintable characters' before `Searching for/replacing newlines'.
7315 Move `Replacing highlighted text' after `Highlighting a region'.
7316 Merge `Repeating commands' and `Repeating a command as many times
7317 as possible' into the former.
7318 (Packages that do not come with Emacs): Add refs to Gmane and
7319 etc/MORE.STUFF.
7320
73212006-02-23 Juri Linkov <juri@jurta.org>
7322
7323 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7324 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7325 Add xref to `(emacs)Reporting Bugs'.
7326 (Getting a printed manual): Add URL to other formats of the manual.
7327 (Common requests): Fix menu.
7328 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7329 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7330 (Inserting text at the beginning of each line): Add pxref to
7331 `Changing the included text prefix'.
7332 (Forcing the cursor to remain in the same column): Mention `track-eol'
7333 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7334 (Replacing text across multiple files): Add keybinding `Q' for
7335 `dired-do-query-replace'.
7336
73372006-02-22 Carsten Dominik <dominik@science.uva.nl>
7338
7339 * reftex.texi: Version number and date change only.
7340
7341 * org.texi (Internal Links): Rewrite to cover the modified
7342 linking system.
7343
73442006-02-17 Eli Zaretskii <eliz@gnu.org>
7345
7346 * faq.texi: Remove the coding cookie, it's not needed anymore.
7347
73482006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7349
7350 * faq.texi (Colors on a TTY): Mention Mac OS port.
7351
73522006-02-12 Karl Berry <karl@gnu.org>
7353
7354 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7355 8-bit accented a.
7356
73572006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7358
7359 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7360
73612006-02-08 Romain Francoise <romain@orebokech.com>
7362
7363 * faq.texi (Top): Remove paragraph about the FAQ being a
7364 transitional document, etc.
7365 (Searching for/replacing newlines): New node.
7366 (Yanking text in isearch): New node.
7367 (Inserting text at the beginning of each line): Rename and make
7368 more general, mention `M-;' in Message mode.
7369
73702006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7371
7372 * faq.texi (Meta key does not work in xterm)
7373 (Emacs does not display 8-bit characters)
7374 (Inputting eight-bit characters): Update xrefs.
7375
73762006-02-06 Romain Francoise <romain@orebokech.com>
7377
7378 * faq.texi (VM): VM now at version 7.19.
7379 Set myself as maintainer of this file.
7380
73812006-02-04 Michael Olson <mwolson@gnu.org>
7382
7383 * erc.texi (History): Note that ERC is now included with Emacs.
7384
73852006-01-31 Romain Francoise <romain@orebokech.com>
7386
7387 * message.texi (Message Headers): Explain what
7388 `message-alternative-emails' does in more detail.
7389 Update copyright year.
7390
73912006-01-30 Juanma Barranquero <lekktu@gmail.com>
7392
7393 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7394
73952006-01-29 Richard M. Stallman <rms@gnu.org>
7396
7397 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7398
73992006-01-29 Michael Olson <mwolson@gnu.org>
7400
7401 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7402
7403 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7404
7405 * faq.texi (New in Emacs 22): Mention ERC.
7406
74072006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7408
7409 * rcirc.texi: Capitalize dir entry for consistency with the entry
7410 in info/dir and other entries in the Emacs category.
7411 Fix typos. Delete trailing whitespace.
7412
c8763fb6 74132006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
7414
7415 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7416
74172006-01-27 Eli Zaretskii <eliz@gnu.org>
7418
7419 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7420 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7421
7422 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7423 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7424
74252006-01-27 Alex Schroeder <alex@gnu.org>
7426
7427 * rcirc.texi: New file.
7428
74292006-01-23 Juri Linkov <juri@jurta.org>
7430
7431 * widget.texi (User Interface): Add S-TAB for widget-backward.
7432
74332006-01-22 Michael Albinus <michael.albinus@gmx.de>
7434
7435 Sync with Tramp 2.0.52.
7436
7437 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7438 Add Tramp disabling item. New item for common connection problems.
7439 (various): Apply "ftp" as method for the download URL.
7440 (Bug Reports): Refer to FAQ for common problems.
7441
74422006-01-21 Eli Zaretskii <eliz@gnu.org>
7443
7444 * widget.texi (User Interface): Use @key for TAB.
7445
7446 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7447
7448 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7449 for TAB.
7450
7451 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7452
74532006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7454
7455 * gnus.texi: Update copyright.
7456
74572006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7458
7459 * gnus.texi (Article Washing): Additions.
7460
2de53ca6
GM
74612006-01-13 Carsten Dominik <dominik@science.uva.nl>
7462
7463 * org.texi (Agenda commands): Document tags command.
7464
74652006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7466
7467 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7468
74692006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7470
7471 * gnus.texi (RSS): Addition.
7472
74732005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7474
7475 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7476
74772005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7478
7479 * emacs-mime.texi (Display Customization): Add setting example to
7480 mm-discouraged-alternatives.
7481
74822006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7483
7484 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7485 version is the canonical version.
7486
74872006-01-08 Alex Schroeder <alex@gnu.org>
7488
7489 * pgg.texi (Caching passphrase): Rewording.
7490
74912006-01-06 Eli Zaretskii <eliz@gnu.org>
7492
7493 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7494 repository URL.
7495
74962006-01-06 Carsten Dominik <dominik@science.uva.nl>
7497
7498 * org.texi: Removed the accidentally re-added empty line in the
7499 direntry.
7500
75012006-01-05 Carsten Dominik <dominik@science.uva.nl>
7502
7503 * org.texi (Agenda Views): Chapter reorganized.
7504
75052005-12-29 Romain Francoise <romain@orebokech.com>
7506
7507 * faq.texi (Using Customize): New node.
7508
75092005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7510
7511 * org.texi: Remove blank line in @direntry. It is non-standard
7512 and recursively produces blank lines all over the dir file (when
7513 using Texinfo 4.8).
7514
75152005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7516
7517 * widget.texi (atoms): Delete obsolete remark about `file' widget.
7518
75192005-12-20 Carsten Dominik <dominik@science.uva.nl>
7520
7521 * org.texi (Tags): Boolean logic documented.
7522 (Agenda Views): Document custom commands.
7523
75242005-12-20 David Kastrup <dak@gnu.org>
7525
7526 * faq.texi (AUCTeX): Update version and mailing list info.
7527
75282005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7529
7530 * gnus.texi (MIME Commands): Mention addition of
7531 multipart/alternative to gnus-buttonized-mime-types and add xref
7532 to mm-discouraged-alternatives.
7533
7534 * emacs-mime.texi (Display Customization): Mention addition of
7535 "image/.*" and add xref to gnus-buttonized-mime-types in the
7536 mm-discouraged-alternatives section.
7537
75382005-12-16 Carsten Dominik <dominik@science.uva.nl>
7539
7540 * org.texi (Tags): New section.
7541 (Agenda Views): Chapter reorganized.
7542
75432005-12-16 Eli Zaretskii <eliz@gnu.org>
7544
7545 * org.texi (Internal Links): Add a missing comma after an @xref.
7546
75472005-12-14 Chong Yidong <cyd@stupidchicken.com>
7548
7549 * faq.texi (Filling paragraphs with a single space): No need to
7550 change sentence-end now.
7551
75522005-12-13 Romain Francoise <romain@orebokech.com>
7553
7554 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7555
75562005-12-12 Jay Belanger <belanger@truman.edu>
7557
7558 * faq.texi (Calc): Update version number.
7559
75602005-12-12 Carsten Dominik <dominik@science.uva.nl>
7561
7562 * org.texi (Progress Logging): New section.
7563
75642005-12-10 Romain Francoise <romain@orebokech.com>
7565
7566 Update the Emacs FAQ for the 22.1 release.
7567
7568 * faq.texi: Set VER to `22.1'.
7569 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
7570 Tutorial. Mention that `C-h r' displays the manual.
7571 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
7572 (Getting a printed manual): Point to the new locations of the
7573 manuals on the GNU Web site.
7574 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7575 available via Info (it was previously distributed separately).
7576 (Installing Texinfo documentation): The latest version of Texinfo
7577 is 4.8, not 4.0.
7578 (Informational files for Emacs): COPYING is the GNU General Public
7579 License, not the Emacs General Public License.
7580 (Informational files for Emacs): Delete obsolete link to the
7581 GNUinfo pages as they have been removed from the GNU Web site.
7582 (New in Emacs 22): New node.
7583 (Setting up a customization file): Say that most packages support
7584 Customize nowadays.
7585 (Colors on a TTY): Delete reference to instructions on how to
7586 enable syntax highlighting, it is now enabled by default.
7587 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7588 at startup automatically.
7589 (Controlling case sensitivity): Mention `M-c' in isearch.
7590 (Using an already running Emacs process): Emacs now creates the
7591 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7592 gnuserv. As emacsclient can now run Lisp code as well, delete a
7593 sentence praising gnuserv for that. Simplify description of how
7594 the client/server operation works.
7595 (Compiler error messages): Delete obsolete text (compile.el has
7596 been rewritten).
7597 (Indenting switch statements): Fix typo.
7598 (Matching parentheses): Simplify setup instructions, mention the
7599 menu bar item in the Options menu.
7600 (Repeating a command as many times as possible): Mention `C-x e'.
7601 (Going to a line by number): Mention new keymap and bindings
7602 `M-g M-g', `M-g M-p' and `M-g M-n'.
7603 (Turning on syntax highlighting): Now on by default. Simplify.
7604 (Replacing highlighted text): Use `1', not `t'.
7605 (Problems with very large files): The maximum size is now 256MB on
7606 32-bit machines.
7607 (^M in the shell buffer): Mention `comint-process-echoes'.
7608 (Emacs for Apple computers): Emacs 22 has native support for Mac
7609 OS X.
7610 (Translating names to IP addresses): Delete node.
7611 (Binding keys to commands): Fix typo.
7612 (SPC no longer completes file names): New node.
7613 (MIME with Emacs mail packages): Delete section about the Emacs
7614 MIME FAQ (it's not reachable anymore).
7615
76162005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7617
7618 * cc-mode.texi: The manual has been extensively revised: the
7619 information about using CC Mode has been separated from the larger
7620 and more difficult chapters about configuration. It has been
7621 updated for CC Mode 5.31.
7622
76232005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7624
7625 * pgg.texi (User Commands): Fix description of pgg-verify-region.
7626 (Selecting an implementation): Fix descriptions.
7627
76282005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7629
7630 * message.texi (Various Message Variables): Addition.
7631
76322005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7633
7634 * message.texi: Fix default values.
7635
76362005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7637
7638 * message.texi (Header Commands): Clarify descriptions of
7639 message-cross-post-followup-to, message-reduce-to-to-cc, and
7640 message-insert-wide-reply.
7641 (Various Commands): Fix kindex for message-kill-to-signature;
7642 clarify description of message-tab.
7643
76442005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7645
7646 * message.texi (Mailing Lists): Fix description about MFT.
7647
7648 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7649
76502005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7651
7652 * gnus.texi (Slow Terminal Connection): Replace old description
7653 with new one.
7654
76552005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7656
7657 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7658 replace X-Draft-Headers with X-Draft-From.
7659
76602005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7661
7662 * gnus.texi (Various Various): Fix the default value of
7663 nnheader-max-head-length.
7664 (Gnus Versions): Fix typo.
7665
76662005-12-08 Carsten Dominik <dominik@science.uva.nl>
7667
7668 * org.texi (Structure editing): Document new functionality of
7669 M-RET.
7670
76712005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7672
7673 * org.texi (Internal Links): Fix Texinfo usage.
7674
76752005-12-06 Carsten Dominik <dominik@science.uva.nl>
7676
7677 * org.texi (TODO basics): Document the global todo list.
7678 (TODO items): Documents sparse tree for specific TODO
7679 keywords.
7680
76812005-11-30 Carsten Dominik <dominik@science.uva.nl>
7682
7683 * org.texi (Plain Lists): Typos fixed.
7684
76852005-11-28 Jay Belanger <belanger@truman.edu>
7686
7687 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7688
76892005-11-24 Carsten Dominik <dominik@science.uva.nl>
7690
7691 * org.texi (Structure editing): New item moving commands added.
7692 (Plain Lists): New section.
7693
76942005-11-18 Carsten Dominik <dominik@science.uva.nl>
7695
7696 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7697 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7698 `org-agenda-file-to-front'.
2de53ca6
GM
7699 (Built-in table editor): Document `org-table-sort-lines'.
7700 (HTML formatting): Export of hand-formatted lists.
7701
77022005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7703
7704 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7705 new variable gnus-toolbar-thickness.
7706
77072005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7708
7709 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7710
77112005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7712
7713 * gnus.texi (X-Face): Fix description.
7714 (XVarious): Remove gnus-xmas-logo-color-alist and
7715 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7716
77172005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7718
7719 * gnus.texi (Group Parameters): Mention new variable
7720 gnus-parameters-case-fold-search.
7721 (Home Score File): Addition.
7722
77232005-11-04 Ulf Jasper <ulf.jasper@web.de>
7724
7725 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7726 (Overview): List supported feed types.
7727 (Installation): No installation necessary when using autoload.
7728 (Configuration): Rename "RSS" to "news".
7729
77302005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7731
7732 * pgg.texi (User Commands): Document additional passphrase
7733 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7734 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7735
77362005-11-04 Carsten Dominik <dominik@science.uva.nl>
7737
7738 * org.texi: Version number changed to 3.19.
7739
77402005-10-29 Sascha Wilde <wilde@sha-bang.de>
7741
7742 * pgg.texi (How to use): Update the example to add autoload of
7743 pgg-encrypt-symmetric-region.
7744 (User Commands): Document pgg-encrypt-symmetric-region.
7745 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7746
77472005-10-27 Jay Belanger <belanger@truman.edu>
7748
7749 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7750 mention other TeX-related units.
7751
77522005-10-23 Lars Hansen <larsh@soem.dk>
7753
0c7efc08
SM
7754 * dired-x.texi (Miscellaneous Commands):
7755 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7756 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7757
77582005-10-23 Jay Belanger <belanger@truman.edu>
7759
7760 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7761 constant.
7762
77632005-10-23 Michael Albinus <michael.albinus@gmx.de>
7764
0c7efc08
SM
7765 * faq.texi (Bugs and problems):
7766 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7767 `directory-listing-before-filename-regexp'.
7768
77692005-10-22 Eli Zaretskii <eliz@gnu.org>
7770
7771 * newsticker.texi (UPDATED): Set value.
7772
77732005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7774
7775 * gnus.texi (Document Groups): Remove duplicate item.
7776
77772005-10-21 Carsten Dominik <dominik@science.uva.nl>
7778
7779 * org.texi (Summary): Mention iCalendar support.
7780 (Exporting): Document iCalendar support.
7781
77822005-10-18 Romain Francoise <romain@orebokech.com>
7783
7784 * viper.texi (Viper Specials): Capitalize GNU.
7785
77862005-10-17 Juri Linkov <juri@jurta.org>
7787
7788 * info.texi (Getting Started, Search Index, Expert Info):
7789 Fix wording.
7790 (Search Text): Replace `echo area' with `mode line'.
7791 (Search Index): Both `i' and `,' find all index entries.
7792 Replace example `C-f' with `C-l' (which exists in index of Info
7793 manual) and delete spaces in its keyboard input sequence.
7794 Delete unnecessary explanations about literal characters.
7795
77962005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7797
7798 * gnus.texi (Document Server Internals): Addition.
7799
78002005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7801
7802 * gnus.texi (A note on namespaces): Fix RFC reference.
7803
78042005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7805
7806 * gnus.texi (RSS): Fix key description.
7807
78082005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7809
7810 * gnus.texi: Emacs/w3 -> Emacs/W3.
7811 (Browsing the Web): Fix description.
7812 (Web Searches): Ditto.
7813 (Customizing W3): Ditto.
7814
78152005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7816
7817 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7818
78192005-10-11 Jay Belanger <belanger@truman.edu>
7820
7821 * calc.texi (Integration): Mention using `a i' to compute definite
7822 integrals.
7823
78242005-10-11 Juri Linkov <juri@jurta.org>
7825
7826 * info.texi: Rearrange nodes.
7827 (Top): Update menu. Change ref `Info for Experts' to
7828 `Advanced Info Commands'.
7829 (Getting Started): Fix description of manual's parts.
7830 (Help-Int): Change xref `Info Search' to `Search Index', and
7831 `Expert Info' to `Advanced'.
7832 (Advanced): Move node one level up.
7833 (Search Text, Search Index): New nodes split out from `Info Search'.
7834 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7835 split out from `Advanced'.
7836 (Advanced, Emacs Info Variables): De-document editing an Info file
7837 in Info.
7838 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7839 (Creating an Info File): Delete node and move its text to
7840 `Expert Info'.
7841
78422005-10-10 Carsten Dominik <dominik@science.uva.nl>
7843
7844 * org.texi (Workflow states): Documented that change in keywords
7845 becomes active only after restart of Emacs.
7846
78472005-10-08 Michael Albinus <michael.albinus@gmx.de>
7848
7849 Sync with Tramp 2.0.51.
7850
78512005-10-08 Nick Roberts <nickrob@snap.net.nz>
7852
7853 * speedbar.texi (Introduction): Describe new location of speedbar
7854 on menubar.
7855 (Basic Key Bindings): Remove descriptions of bindings that have
7856 been removed.
7857
78582005-10-05 Nick Roberts <nickrob@snap.net.nz>
7859
7860 * speedbar.texi (GDB): Describe use of watch expressions.
7861
78622005-09-28 Simon Josefsson <jas@extundo.com>
7863
7864 * message.texi (IDNA): Fix.
7865
78662005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7867
7868 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7869 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7870 description of nntp-open-connection-function.
7871 (Common Variables): Fix descriptions.
7872
78732005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7874
7875 * gnus.texi (Server Buffer Format): Document the %a format spec.
7876
78772005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7878
7879 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7880
78812005-09-23 Carsten Dominik <dominik@science.uva.nl>
7882
7883 * org.texi Version 3.16.
7884
78852005-09-19 Miles Bader <miles@gnu.org>
7886
7887 * newsticker.texi: Get rid of CVS keywords.
7888
78892005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7890
7891 * gnus.texi (Finding the Parent): Fix description of how Gnus
7892 finds article.
7893
78942005-09-14 Jari Aalto <jari.aalto@cante.net>
7895
7896 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7897 to drop off non-answered articles.
7898
78992005-09-19 Juanma Barranquero <lekktu@gmail.com>
7900
7901 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7902 braces (which are unsupported by NMAKE) for macro `srcdir'.
7903
79042005-09-17 Eli Zaretskii <eliz@gnu.org>
7905
7906 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7907 (../info/newsticker, newsticker.dvi): New targets.
7908
79092005-09-17 Ulf Jasper <ulf.jasper@web.de>
7910
7911 * newsticker.texi: Replace @command with @code. Replace @example
7912 with @lisp.
0c7efc08
SM
7913 (Top): Add explanations to menu items.
7914 (GNU Free Documentation License): Remove.
2de53ca6
GM
7915
79162005-09-16 Romain Francoise <romain@orebokech.com>
7917
7918 Update all files to specify GFDL version 1.2.
7919
7920 * doclicense.texi (GNU Free Documentation License): Update to
7921 version 1.2.
7922
79232005-09-15 Richard M. Stallman <rms@gnu.org>
7924
7925 * newsticker.texi: Fix @setfilename.
7926
7927 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7928 (../info/newsticker, newsticker.dvi): New targets.
7929
79302005-08-30 Carsten Dominik <dominik@science.uva.nl>
7931
7932 * org.texi: Version 3.15.
7933
79342005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7935
7936 * ses.texi: Combine all three indices into one.
7937 Correct a few typos.
7938
79392005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7940
7941 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7942
79432005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7944
7945 * emacs-mime.texi (Handles): Remove duplicate item.
7946 (Encoding Customization): Fix the default value for
7947 mm-coding-system-priorities.
7948 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7949 (Basic Functions): Fix reference.
7950
79512005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7952
7953 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7954
79552005-08-18 Richard M. Stallman <rms@gnu.org>
7956
7957 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7958 and web site.
7959
7960 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7961 not keyboard-translate.
7962
79632005-08-11 Richard M. Stallman <rms@gnu.org>
7964
7965 * faq.texi (Using regular expressions): Fix xref.
7966
79672005-08-09 Juri Linkov <juri@jurta.org>
7968
7969 * info.texi (Help-P): Replace `Prev' with `Previous'.
7970 (Help-M, Help-Xref): Add S-TAB.
7971 (Help-FOO): Update `u' command.
7972 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7973 Update info about visibility of xref parts.
7974 (Help-Int): Fix `m' command. Rename `Info-last' to
7975 `Info-history-back'. Add `Info-history-forward'.
7976 (Advanced): Fix `g*' and `M-n' commands.
7977 (Info Search): Add `index-apropos' in stand-alone browser.
7978 Add isearch commands.
7979 (Emacs Info Variables): Remove `Info-fontify'.
7980 Add `Info-mode-hook'. Update face names.
7981 Add `Info-fontify-maximum-menu-size',
7982 `Info-fontify-visited-nodes', `Info-isearch-search'.
7983
79842005-08-07 Michael Albinus <michael.albinus@gmx.de>
7985
7986 Sync with Tramp 2.0.50.
7987
7988 * tramp.texi: Use @option{} consequently for method names.
7989 (Inline methods, External transfer methods): Remove references to
7990 Cygwin.
7991 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7992 implementation.
7993
79942005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7995
7996 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7997 Mention that gnus-init-file is not read when Emacs is invoked with
7998 --no-init-file or -q.
7999
80002005-07-19 Carsten Dominik <dominik@science.uva.nl>
8001
8002 * org.texi: Version 3.14.
8003
80042005-07-04 Carsten Dominik <dominik@science.uva.nl>
8005
8006 * org.texi: Version 3.13.
8007
80082005-07-18 Juri Linkov <juri@jurta.org>
8009
8010 * calc.texi (Time Zones, Logical Operations):
8011 * cl.texi (Overview):
8012 * org.texi (TODO types):
8013 * sc.texi (Emacs 18 MUAs):
8014 * speedbar.texi (Top):
8015 * url.texi (History):
8016 Delete duplicate duplicate words.
8017
ce058493 80182005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
8019
8020 * cl.texi (Type Predicates): Document `atom' type.
8021
80222005-07-04 Lute Kamstra <lute@gnu.org>
8023
8024 Update FSF's address in GPL notices.
8025
8026 * calc.texi (Copying):
8027 * doclicense.texi (GNU Free Documentation License):
8028 * faq.texi (Contacting the FSF):
8029 * mh-e.texi (Copying): Update FSF's address.
8030
80312005-07-03 Richard M. Stallman <rms@gnu.org>
8032
8033 * flymake.texi (Example -- Configuring a tool called directly):
8034 Update name of flymake-build-relative-filename.
8035
80362005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8037
8038 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8039
80402005-06-29 Carsten Dominik <dominik@science.uva.nl>
8041
8042 * org.texi: Version 3.12.
8043
80442005-06-24 Eli Zaretskii <eliz@gnu.org>
8045
8046 * makefile.w32-in (MAKEINFO): Use --force.
8047 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8048 Makefile.in.
8049 (gnus.dvi): Use "..." to quote Sed args, so that it works with
8050 more shells.
8051
80522005-06-23 Richard M. Stallman <rms@gnu.org>
8053
8054 * speedbar.texi (Creating a display): Texinfo usage fixes.
8055
8056 * tramp.texi (Customizing Completion, Auto-save and Backup):
8057 Texinfo usage fixes.
8058
80592005-06-23 Juanma Barranquero <lekktu@gmail.com>
8060
8061 * dired-x.texi (Miscellaneous Commands):
8062 * ediff.texi (Miscellaneous):
8063 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8064 (Agent Variables):
8065 * info.texi (Help-Xref):
8066 * message.texi (Message Headers):
8067 * org.texi (Remember):
8068 * reftex.texi (Options (Defining Label Environments)):
8069 (Options (Index Support)):
8070 (Options (Viewing Cross-References)):
8071 (Options (Misc)):
8072 (Changes):
8073 * speedbar.texi (Creating a display):
8074 * tramp.texi (Customizing Completion, Auto-save and Backup):
8075 Texinfo usage fix.
8076
80772005-06-13 Carsten Dominik <dominik@science.uva.nl>
8078
8079 * org.texi: Version 3.11.
8080
80812005-06-12 Jay Belanger <belanger@truman.edu>
8082
8083 * calc.texi (Getting Started): Remove extra menu item.
8084
80852005-05-31 Jay Belanger <belanger@truman.edu>
8086
8087 * calc.texi (Notations Used in This Manual): Use @kbd for key
8088 sequence.
8089 (Demonstration of Calc): Mention another way of starting Calc.
8090 (Starting Calc): Mention long name of M-#.
8091 (Embedded Mode Overview): Remove unnecessary instruction.
8092 (Other M-# commands): Rephrase `M-# 0' explanation.
8093 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8094 reflect current behavior.
8095
80962005-05-30 Jay Belanger <belanger@truman.edu>
8097
8098 * calc.texi (Hooks): Change description of calc-window-hook and
8099 calc-trail-window-hook to match usage.
8100 (Computational Functions): Add more constant-generating functions.
8101 (Customizable Variables): Use defvar.
8102
81032005-05-28 Jay Belanger <belanger@truman.edu>
8104
8105 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8106 (Basic Embedded Mode): Explain behavior of arguments to
8107 calc-embedded-mode.
8108
81092005-05-27 Jay Belanger <belanger@truman.edu>
8110
8111 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8112 current behavior.
8113
81142005-05-25 Jay Belanger <belanger@truman.edu>
8115
8116 * calc.texi: Change Calc version number throughout.
8117 (Keypad Mode): Change location in info output.
8118 (Keypad mode overview): Move picture of keypad.
8119
81202005-05-21 Jay Belanger <belanger@truman.edu>
8121
8122 * calc.texi (Storing variables): Mention that only most variables
8123 are void to begin with.
8124
81252005-05-21 Kevin Ryde <user42@zip.com.au>
8126
8127 * widget.texi (Basic Types): Update cross ref from "Enabling
8128 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8129 lispref/text.texi change.
8130
81312005-05-20 Carsten Dominik <dominik@science.uva.nl>
8132
8133 * org.texi: Version 3.09.
8134
81352005-05-18 Carsten Dominik <dominik@science.uva.nl>
8136
8137 * reftex.texi: Version 4.28.
8138
81392005-05-16 Jay Belanger <belanger@truman.edu>
8140
8141 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8142
81432005-05-14 Jay Belanger <belanger@truman.edu>
8144
8145 * calc.texi (Default Simplifications): Insert missing ! (logical
8146 not operator).
8147
81482005-05-14 Michael Albinus <michael.albinus@gmx.de>
8149
8150 Sync with Tramp 2.0.49.
8151
81522005-05-10 Jay Belanger <belanger@truman.edu>
8153
8154 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8155 to 1.
8156
81572005-04-29 Carsten Dominik <dominik@science.uva.nl>
8158
8159 * org.texi: Version 3.08, structure reorganized.
8160
81612005-04-24 Richard M. Stallman <rms@gnu.org>
8162
8163 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8164
81652005-04-15 Carsten Dominik <dominik@science.uva.nl>
8166
8167 * org.texi: Update to version 3.06.
8168
81692005-04-13 Lute Kamstra <lute@gnu.org>
8170
8171 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8172
81732005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8174
8175 * cl.texi (Porting Common Lisp): Fix typo.
8176
81772005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8178
8179 * gnus.texi (RSS): Addition.
8180
81812005-04-04 Jay Belanger <belanger@truman.edu>
8182
8183 * calc.texi: Change Calc version number.
8184 (Customizable variables): Fix description of calc-language-alist.
8185 (Copying): Put in version 2 of GPL.
8186
81872005-04-01 Jay Belanger <belanger@truman.edu>
8188
8189 * calc.texi (Troubleshooting Commands): Remove comment about
8190 installation.
8191 (Installation): Remove section.
8192 (Customizable Variables): New section.
8193 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8194 (Graphical Devices): Add references to Customizable Variables.
8195
81962005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8197
8198 * emacs-mime.texi (Display Customization): Markup fixes.
8199 (rfc2047): Update.
8200
82012005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8202
8203 * gnus-faq.texi: Replaced with auto-generated version.
8204
82052005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8206
8207 * dired-x.texi (Multiple Dired Directories): default-directory was
8208 renamed to dired-default-directory.
8209
82102005-03-26 Jay Belanger <belanger@truman.edu>
8211
8212 * calc.texi (Simplifying Formulas, Rewrite Rules):
8213 Change description of top and bottom of fraction.
8214 (Modulo Forms): Move description of how to create modulo forms to
8215 earlier in the section.
8216 (Fraction Mode): Suggest using : to get a fraction by dividing.
8217 (Basic Arithmetic): Adjust placement of command name.
8218 (Truncating the Stack): Emphasize that "hidden" entries are still
8219 visible.
8220 (Installation): Move discussion of printing manual to "About This
8221 Manual".
8222 (About This Manual): Mention how to print the manual.
8223 (Reporting Bugs): Remove first person.
8224 (Building Vectors): Add algebraic version of append.
8225 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8226 (Grouping Digits): Fix typo.
8227
82282005-03-25 Werner Lemberg <wl@gnu.org>
8229
8230 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8231 Replace `legal' with `valid'.
8232
82332005-03-25 Werner Lemberg <wl@gnu.org>
8234
8235 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8236
82372005-03-24 Jay Belanger <belanger@truman.edu>
8238
8239 * calc.texi (General Mode Commands)
8240 (Mode Settings in Embedded Mode): Add some explanation of
8241 recording mode settings.
8242
82432005-03-24 Richard M. Stallman <rms@gnu.org>
8244
8245 * calc.texi: Remove praise of non-free software.
8246
8247 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8248 (Installation): Node deleted.
8249
82502005-03-23 Richard M. Stallman <rms@gnu.org>
8251
8252 * url.texi (HTTP language/coding): Improve last change.
8253
82542005-03-22 Jay Belanger <belanger@truman.edu>
8255
8256 * calc.texi (Embedded Mode): Add new information on changing
8257 modes.
8258
82592005-03-20 Michael Albinus <michael.albinus@gmx.de>
8260
8261 Sync with Tramp 2.0.48.
8262
8263 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8264
8265 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8266 "GNU/Linux". Change all addresses to .gnu.org.
8267 (Default Method): Offer shortened syntax for "su" and "sudo"
8268 methods.
8269
82702005-03-07 Richard M. Stallman <rms@gnu.org>
8271
8272 * url.texi: Fix usage of "e.g.".
8273 (HTTP language/coding): Explain the rules for these strings.
8274
82752005-03-06 Richard M. Stallman <rms@gnu.org>
8276
8277 * woman.texi (Introduction): Minor cleanups.
8278
8279 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8280
8281 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8282 (Installation): Node deleted.
8283
8284 * mh-e.texi (Preface): Get rid of "Emacs 21".
8285
8286 * eshell.texi (Installation): Delete node (for Emacs 20).
8287
82882005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8289
8290 * flymake.texi: Refill and tweak style in @lisp blocks.
8291
82922005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8293
8294 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8295
82962005-03-01 Jay Belanger <belanger@truman.edu>
8297
8298 * calc.texi (Trigonometric and Hyperbolic Functions):
8299 Mention additional functions.
8300 (Algebraic Simplifications): Mention additional simplifications.
8301
83022005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8303
8304 * ses.texi: Add concept/function/variable indices (this work was
8305 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8306 papers on file at FSF).
8307
83082005-02-10 Jay Belanger <belanger@truman.edu>
8309
8310 * calc.texi: Change @LaTeX to La@TeX throughout.
8311 Redefine @expr as @math for TeX output.
8312 Redefine @texline as a no-op for TeX output.
8313 Define @tfn, replace @t by @tfn throughout.
8314
83152005-02-09 Jay Belanger <belanger@truman.edu>
8316
8317 * calc.texi: Add macro for LaTeX for info output.
8318
83192005-02-08 Kim F. Storm <storm@cua.dk>
8320
8321 * texinfo.tex (LaTex): Add def.
8322
83232005-02-06 Jay Belanger <belanger@truman.edu>
8324
8325 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8326 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8327 throughout manual.
8328
83292005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8330
8331 * gnus.texi: Some edits based on comments from David Abrahams.
8332
83332005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8334
8335 * gnus.texi (RSS): Fix the keystroke.
8336
83372005-01-24 David Kastrup <dak@gnu.org>
8338
8339 * faq.texi: Update AUCTeX version info.
8340
83412005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8342
8343 * gnus-faq.texi ([4.1]): Typo.
8344
83452005-01-19 Jay Belanger <belanger@truman.edu>
8346
8347 * calc.texi (Keep Arguments): Mention that keeping arguments
8348 doesn't work with keyboard macros.
8349
83502005-01-16 Richard M. Stallman <rms@gnu.org>
8351
8352 * autotype.texi (Autoinserting): Fix small error.
8353
83542005-01-16 Michael Albinus <michael.albinus@gmx.de>
8355
8356 Sync with Tramp 2.0.47.
8357
8358 * tramp.texi (Compilation): New section, describing compilation of
8359 remote files.
8360
83612005-01-11 Kim F. Storm <storm@cua.dk>
8362
8363 * widget.texi (Basic Types): Add :follow-link keyword.
8364
83652005-01-09 Jay Belanger <belanger@truman.edu>
8366
8367 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8368
83692005-01-08 Jay Belanger <belanger@truman.edu>
8370
8371 * calc.texi: Change throughout to reflect new default value of
8372 calc-settings-file.
8373
83742005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8375
8376 * message.texi (Reply): `message-reply-to-function' should return
8377 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8378
83792005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8380
8381 * faq.texi (Changing load-path): Fix typo.
8382
83832005-01-05 Jay Belanger <belanger@truman.edu>
8384
8385 * calc.texi (Programming Tutorial): Replace kbd command by
8386 appropriate characters for a keyboard macro.
8387
83882005-01-04 Jay Belanger <belanger@truman.edu>
8389
8390 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8391 for Lucid Emacs.
8392 (Programming Tutorial): Mention that the user needs to be in the
8393 right mode to compute some functions.
8394
83952005-01-04 Jay Belanger <belanger@truman.edu>
8396
8397 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8398 no longer applicable.
8399
84002005-01-01 Jay Belanger <belanger@truman.edu>
8401
0c7efc08 8402 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
8403 edit keyboard macros to match current behavior.
8404
84052004-12-31 Jay Belanger <belanger@truman.edu>
8406
8407 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8408
84092004-12-20 Jay Belanger <belanger@truman.edu>
8410
8411 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8412 zero.
8413
84142004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8415
8416 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8417 @xref.
8418 (Font Locking): Avoid @strong{Note:}.
8419
84202004-12-17 Michael Albinus <michael.albinus@gmx.de>
8421
8422 Sync with Tramp 2.0.46.
8423
8424 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8425
84262004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8427
8428 * url.texi: Correct typos.
8429 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 8430 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
8431 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8432 (Dealing with HTTP documents): @inforef->@xref.
8433
84342004-12-15 Jay Belanger <belanger@truman.edu>
8435
8436 * calc.texi: Consistently capitalized all mode names.
8437 (Answers to Exercises): Mention that an answer can be a fraction
8438 when in Fraction mode.
8439
84402004-12-13 Jay Belanger <belanger@truman.edu>
8441
8442 * calc.texi: Fix some TeX definitions.
8443
84442004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8445
8446 * reftex.texi (Imprint): Remove erroneous @value's.
8447
84482004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8449
8450 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8451 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8452
84532004-12-08 Jay Belanger <belanger@truman.edu>
8454
8455 * calc.texi (Starting Calc): Remove comment about installation.
8456 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8457
84582004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8459
8460 * url.texi: Update @setfilename.
8461 (Getting Started): No need to worry about Gnus versions.
8462 (Dealing with HTTP documents): Use @inforef.
8463
8464 * org.texi: Fix @direntry file name.
8465
84662004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8467
8468 * url.texi: New file.
8469
8470 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8471
84722004-12-06 Jay Belanger <belanger@truman.edu>
8473
8474 * calc.texi (Using Calc): Remove paragraph about installation.
8475
84762004-12-06 Jay Belanger <belanger@truman.edu>
8477
8478 * calc.texi: Use more Texinfo macros and less TeX defs.
8479 Remove @refill's.
8480
84812004-12-06 Richard M. Stallman <rms@gnu.org>
8482
8483 * org.texi: New file.
8484
84852004-12-05 Richard M. Stallman <rms@gnu.org>
8486
8487 * Makefile.in (org.dvi, ../info/org): New targets.
8488 (INFO_TARGETS): Add ../info/org.
8489 (DVI_TARGETS): Add org.dvi.
8490 (maintainer-clean): Remove the info files in the info dir.
8491
84922004-11-26 Eli Zaretskii <eliz@gnu.org>
8493
8494 * idlwave.texi: Fix the setfilename directive to put the produced
8495 file in ../info.
8496 (Continued Statement Indentation): Resurrect Jan D.'s change from
8497 2004-11-03 that was lost when a newer version of idlwave.texi was
8498 imported.
8499
85002004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8501
0c7efc08 8502 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 8503
0c7efc08
SM
8504 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8505 Index `spam-initialize'.
2de53ca6
GM
8506
85072004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8508
8509 * message.texi (Various Message Variables): Mention that all mail
8510 file variables are derived from `message-directory'.
8511
8512 * gnus.texi (Splitting Mail): Clarify bogus group.
8513
85142004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8515
0c7efc08
SM
8516 * emacs-mime.texi (Encoding Customization):
8517 Fix mm-coding-system-priorities entry.
2de53ca6 8518
c8763fb6 85192004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
8520
8521 * idlwave.texi (Continued Statement Indentation):
8522 * reftex.texi (Options (Index Support)):
8523 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
8524 * speedbar.texi (Creating a display, Major Display Modes):
8525 Replace non-nil with non-@code{nil}.
2de53ca6
GM
8526
85272004-10-21 Jay Belanger <belanger@truman.edu>
8528
0c7efc08 8529 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
8530
85312004-10-18 Luc Teirlinck <teirllm@auburn.edu>
8532
8533 * calc.texi (Reporting Bugs): Double up `@'.
8534
85352004-10-18 Jay Belanger <belanger@truman.edu>
8536
0c7efc08 8537 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
8538 should be sent to.
8539
85402004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8541
8542 * gnus.texi (New Features): Add 5.11.
8543
8544 * message.texi (Resending): Remove wrong default value.
8545
8546 * gnus.texi (Mail Source Specifiers): Describe possible problems
8547 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
8548 `pop3-leave-mail-on-server' to the index.
8549
85502004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8551
8552 * message.texi (Canceling News): Add how to set a password.
8553
85542004-10-12 Jay Belanger <belanger@truman.edu>
8555
0c7efc08 8556 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
8557 calc-describe-function and calc-describe-variable to match their
8558 current behavior.
8559
85602004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8561
8562 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8563
85642004-10-12 Michael Albinus <michael.albinus@gmx.de>
8565
8566 Sync with Tramp 2.0.45.
8567
8568 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8569 plink link. The URL is outdated. Originator contacted for
8570 clarification.
8571
85722004-10-10 Juri Linkov <juri@jurta.org>
8573
8574 * gnus.texi (Top, Marking Articles): Join two menus in one node
8575 because a node can have only one menu.
8576
85772004-10-09 Juri Linkov <juri@jurta.org>
8578
8579 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8580 example of nnmail-split-fancy.
8581
85822004-10-06 Karl Berry <karl@gnu.org>
8583
8584 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8585 consistency with other uses of dashes.
8586
85872004-10-05 Karl Berry <karl@gnu.org>
8588
8589 * info.texi: Consistently use --- throughout, periods at end of
8590 menu descriptions, and a couple typos.
8591
85922004-09-26 Jesper Harder <harder@ifa.au.dk>
8593
8594 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8595 * pgg.texi (User Commands, Backend methods): Do.
8596 * gnus.texi: Markup fixes.
8597 (Setting Process Marks): Fix `M P a' entry.
8598 * emacs-mime.texi: Fixes.
8599
86002004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8601
8602 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8603 again.
8604 Use 5.10 instead of 5.10.0.
8605
86062004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8607
8608 * gnus.texi (Summary Mail Commands): S D e.
8609
86102004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
8611
8612 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8613 the gnus-article-mode-line-format section.
8614
86152004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
8616
8617 * gnus.texi (Various Summary Stuff): Fix the documentation for
8618 gnus-newsgroup-variables.
8619
86202004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8621
0c7efc08
SM
8622 * gnus.texi (MIME Commands):
8623 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
8624 gnus-mime-display-multipart-alternative-as-mixed,
8625 gnus-mime-display-multipart-related-as-mixed.
8626 (Mail Source Customization): Clarify `mail-source-directory'.
8627 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 8628 (SpamOracle): Fix typo.
2de53ca6
GM
8629
8630 * gnus-faq.texi: Untabify.
8631 ([6.3]): nnir.el is in contrib directory.
8632
8633 * message.texi (News Headers): Clarify how a unique ID is created.
8634
0c7efc08
SM
8635 * gnus.texi (Batching Agents): Fix typo in example.
8636 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 8637
b2abec73 86382004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 8639
0c7efc08 8640 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
8641
86422004-09-20 Florian Weimer <fw@deneb.enyo.de>
8643
8644 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8645
86462004-09-22 Jay Belanger <belanger@truman.edu>
8647
0c7efc08 8648 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
8649 might be hidden during part of the session.
8650
86512004-09-20 Jay Belanger <belanger@truman.edu>
8652
8653 * calc.texi (Notations Used in This Manual): Put in an earlier
8654 mention that DEL could be called Backspace.
8655
86562004-09-10 Simon Josefsson <jas@extundo.com>
8657
8658 * gnus.texi (IMAP): Add example. Suggested and partially written
8659 by Steinar Bang <sb@dod.no>.
8660
86612004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8662
8663 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8664 netrc syntax.
8665
86662004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8667
b2abec73
JB
8668 * gnus.texi (Spam ELisp Package Sequence of Events):
8669 Some clarifications.
2de53ca6
GM
8670 (Spam ELisp Package Global Variables): More clarifications.
8671
86722004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8673
8674 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8675 Mention spam-split does not modify incoming mail.
8676
86772004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8678
8679 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8680
86812004-09-10 Eli Zaretskii <eliz@gnu.org>
8682
8683 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8684
86852004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8686
8687 * makefile.w32-in (sieve, pgg): Use $(infodir).
8688
86892004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8690
8691 * makefile.w32-in: Fix PGG and Sieve entries.
8692
86932004-08-28 Eli Zaretskii <eliz@gnu.org>
8694
8695 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8696 Emacs and related programs.
8697
86982004-08-27 Richard M. Stallman <rms@gnu.org>
8699
8700 * faq.texi: Fix texinfo usage, esp. doublequotes.
8701 (Difference between Emacs and XEmacs): Some clarification.
8702
8703 * faq.texi (Difference between Emacs and XEmacs):
8704 Explain not to contrast XEmacs with GNU Emacs.
8705
87062004-08-26 Richard M. Stallman <rms@gnu.org>
8707
8708 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8709
87102004-08-22 David Kastrup <dak@gnu.org>
8711
8712 * reftex.texi (AUCTeX): Update links, section name.
8713
8714 * faq.texi (Calc): Update availability (included in 22.1).
8715 (AUCTeX): Update availability, information, versions, description.
8716
87172004-08-14 Eli Zaretskii <eliz@gnu.org>
8718
8719 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8720
87212004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8722
8723 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8724
87252004-08-10 Michael Albinus <michael.albinus@gmx.de>
8726
8727 Sync with Tramp 2.0.44.
8728
87292004-08-05 Lars Hansen <larsh@math.ku.dk>
8730
8731 * widget.texi (User Interface): Update how to separate the
8732 editable field of an editable-field widget from other widgets.
8733 (Programming Example): Add text after field.
8734
87352004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8736
8737 * emacs-mime.texi (Encoding Customization): Add a note to the
8738 mm-content-transfer-encoding-defaults entry.
8739 (rfc2047): Update.
8740
0c7efc08
SM
8741 * gnus.texi (Article Highlighting):
8742 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8743 (POP before SMTP): New node.
8744 (Posting Styles): Addition.
8745 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8746 (Fancy Mail Splitting): Ditto.
8747 (X-Face): Add gnus-x-face.
8748
87492004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8750
8751 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8752 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8753
87542004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8755
0c7efc08
SM
8756 * gnus.texi (Mail Source Specifiers):
8757 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8758
87592004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8760
8761 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8762
8763 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8764 repository. Change setfilename.
8765
8766 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8767
87682004-07-02 Juri Linkov <juri@jurta.org>
8769
8770 * pcl-cvs.texi (Viewing differences): Add `d r'.
8771
87722004-06-29 Jesper Harder <harder@ifa.au.dk>
8773
8774 * ses.texi, viper.texi, flymake.texi, faq.texi:
8775 * eshell.texi, ediff.texi: Markup fixes.
8776
87772004-06-21 Karl Berry <karl@gnu.org>
8778
8779 * info.texi (Top): Mention that only Emacs has mouse support.
8780 (Getting Started): Mention this in a few other places.
8781
87822004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8783
0c7efc08
SM
8784 * autotype.texi (Copyrights, Timestamps):
8785 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8786
87872004-06-13 Lars Hansen <larsh@math.ku.dk>
8788
8789 * dired-x.texi (dired-mark-omitted): Update keybinding.
8790
87912004-06-10 Kim F. Storm <storm@cua.dk>
8792
8793 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8794
87952004-06-05 Lars Hansen <larsh@math.ku.dk>
8796
8797 * dired-x.texi (variable dired-omit-mode): Rename from
8798 dired-omit-files-p.
8799 (function dired-omit-mode): Rename from dired-omit-toggle.
8800 Call dired-omit-mode rather than set dired-omit-files-p.
8801 (dired-mark-omitted): Describe command.
8802
88032004-05-29 Michael Albinus <michael.albinus@gmx.de>
8804
8805 Version 2.0.41 of Tramp released.
8806
88072004-05-29 Juanma Barranquero <lektu@terra.es>
8808
8809 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8810 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8811
88122004-05-29 Richard M. Stallman <rms@gnu.org>
8813
8814 * cl.texi (Top): Call this chapter `Introduction'.
8815 (Overview): In TeX, no section heading here.
8816
8817 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8818
88192004-05-29 Eli Zaretskii <eliz@gnu.org>
8820
8821 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8822 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8823
88242004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8825
8826 * flymake.texi: New file.
8827
88282004-05-28 Simon Josefsson <jas@extundo.com>
8829
8830 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8831
b344d29d 88322004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8833
8834 Version 2.0.40 of Tramp released.
8835
88362004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8837
8838 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8839
8840 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8841 variables `tramp-backup-directory-alist' and
8842 `tramp-bkup-backup-directory-info'.
8843 (Overview, Connection types)
8844 (External transfer methods, Default Method)
8845 (Windows setup hints): Remove restriction of password entering
8846 with external methods.
8847 (Auto-save and Backup): Make file name example
8848 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8849 and `auto-save-directory' must be used.
8850 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8851 only "NT"). Remove doubled entry "What kinds of systems does
8852 @tramp{} work on".
8853 (tramp): Macro removed.
8854 (Obtaining Tramp): Flag removed from title.
8855 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8856 and `trampver' used properly. Flag `tramp-inst' replaced by
8857 `installchapter'. Installation related text adapted.
8858
88592004-04-28 Masatake YAMATO <jet@gyve.org>
8860
8861 * widget.texi (Programming Example): Remove overlays.
8862
88632004-04-27 Jesper Harder <harder@ifa.au.dk>
8864
8865 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8866
88672004-04-23 Juanma Barranquero <lektu@terra.es>
8868
8869 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8870
88712004-04-05 Jesper Harder <harder@ifa.au.dk>
8872
8873 * info.texi (Info Search): Add info-apropos.
8874
88752004-03-22 Juri Linkov <juri@jurta.org>
8876
8877 * faq.texi: Fix help key bindings.
8878
88792004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8880
8881 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8882 (as suggested by Karl Berry). Update information about colored
8883 stars in menus. Add new subheading describing M-n.
8884
88852004-03-12 Richard M. Stallman <rms@gnu.org>
8886
8887 * cl.texi (Top): Rename top node's title.
8888
88892004-03-08 Karl Berry <karl@gnu.org>
8890
8891 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8892 problems making the texinfo distribution.
8893
88942004-02-29 Simon Josefsson <jas@extundo.com>
8895
0c7efc08 8896 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8897 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8898 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8899 <voegelas@gmx.net>.
8900
89012004-02-29 Juanma Barranquero <lektu@terra.es>
8902
8903 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8904 Use $(DEL) instead of rm, and ignore exit code.
8905
b344d29d 89062004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8907
8908 Tramp version 2.0.39 released.
8909
89102004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8911
8912 * tramp.texi (Customizing Completion): Explain new functions
8913 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8914 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8915 (Top): Refer to Savannah mailing list as the major one.
8916 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8917 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8918 (Frequently Asked Questions): Remote hosts must not be Unix-like
8919 for "smb" method.
8920 (Password caching): New node.
8921 (External transfer methods): Refer to password caching for "smb"
8922 method.
8923
89242004-02-17 Karl Berry <karl@gnu.org>
8925
8926 * info.texi (Help-Int): Mention the new line number feature.
8927
89282004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8929
8930 * ses.texi (Advanced Features): New functionality for
8931 ses-set-header-row (defaults to current row unless C-u used).
8932 (Acknowledgements): Add Stefan Monnier.
8933
89342003-12-29 Kevin Ryde <user42@zip.com.au>
8935
8936 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8937
b344d29d 89382003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8939
8940 Tramp version 2.0.38 released.
8941
8942 * tramp.texi (Remote shell setup): Warn of environment variables
8943 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8944 <sven.gabriel@imk.fzk.de>.
8945 (Configuration): Tramp now chooses base64/uuencode
8946 automatically. Update wording accordingly.
8947 (Top): More description for the `Default Method' menu entry.
8948 (Default Method): Use @code, not @var, for Lisp variables.
8949 (Default Method): New subsection `Which method is the right one
8950 for me?' Suggested by Christian Kirsch.
8951 (Configuration): Pointer to new subsection added.
8952 (Default Method): Too many "use" in one sentence.
8953 Rephrase. Reported by Christian Kirsch.
8954 (Filename Syntax): Old `su' example is probably a left-over from
8955 the sm/su method naming. Replace with `ssh', instead.
8956 (External transfer methods, Auto-save and Backup):
8957 Typo fixes.
8958
89592003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8960
183080b6 8961 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
8962 (Top): Mention japanese manual only if flag `jamanual' is set.
8963 Insert section `Japanese manual' in menu.
8964
89652003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8966
8967 * eshell.texi (Known Problems): Add doc item.
8968
89692003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8970
8971 * cc-mode.texi: Update for CC Mode 5.30.
8972
8973 Note: Please refrain from doing purely cosmetic changes like
8974 removing trailing whitespace in this manual; it clobbers cvs
8975 merging for no good reason.
8976
89772003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8978
8979 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8980 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8981 @acronym{ASCII}.
8982
89832003-10-26 Karl Berry <karl@gnu.org>
8984
8985 * info.texi (Info Search): Echo area, not echo are. From Debian
8986 diff.
8987
89882003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
8989
10d1d0af 8990 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
8991 :buttons and :children keywords.
8992
89932003-10-22 Miles Bader <miles@gnu.org>
8994
8995 * Makefile.in (info): Move before $(top_srcdir)/info.
8996
89972003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
8998
8999 * tramp.texi (Inline methods): Small grammar fix.
9000 (External transfer methods): Likewise.
9001
90022003-10-08 Nick Roberts <nick@nick.uklinux.net>
9003
9004 * speedbar.texi: Remove paragraph for GUD that is no longer true.
9005
90062003-10-06 Luc Teirlinck <teirllm@auburn.edu>
9007
9008 * texinfo.tex: Replace `%' in arch tagline by @ignore.
9009
90102003-09-30 Richard M. Stallman <rms@gnu.org>
9011
9012 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
9013
9014 * widget.texi (User Interface): Fix typos.
9015
9016 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
9017
90182003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
9019
9020 * pcl-cvs.texi (Selected Files): Fix typo.
9021
90222003-09-21 Karl Berry <karl@gnu.org>
9023
9024 * info.texi (] and [ commands): No period at end of section title.
9025
90262003-09-04 Miles Bader <miles@gnu.org>
9027
9028 * Makefile.in (top_srcdir): New variable.
9029 ($(top_srcdir)/info): New rule.
9030 (info): Depend on it.
9031
90322003-09-03 Peter Runestig <peter@runestig.com>
9033
9034 * makefile.w32-in: New file.
9035
90362003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
9037
9038 * widget.texi (User Interface): Explain the need of static text
9039 around an editable field.
9040
90412003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9042
9043 * widget.texi (Basic Types): The argument to `:help-echo' can now
9044 be a form that evaluates to a string.
9045
90462003-08-18 Kim F. Storm <storm@cua.dk>
9047
9048 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9049
90502003-08-16 Richard M. Stallman <rms@gnu.org>
9051
9052 * dired-x.texi (Shell Command Guessing): Explain *.
9053
90542003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
9055
9056 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9057 log-edit-insert-changelog.
9058
90592003-08-03 Karl Berry <karl@gnu.org>
9060
9061 * info.texi: Need @contents.
9062
c8763fb6 90632003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9064
9065 Tramp version 2.0.36 released.
9066
9067 * tramp.texi (Remote shell setup): Explain about problems with
9068 non-Bourne commands in ~/.profile and ~/.shrc.
9069
90702003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9071
9072 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9073 renaming of `vis-mode' to `visible-mode'.
9074
90752003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9076
9077 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9078 next, prev and up pointers.
9079
90802003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9081
9082 * info.texi (Help): Mention existence of Emacs and stand-alone
9083 Info at the very beginning of the tutorial.
9084 (Help-Inv): New node.
9085 (Help-]): New node.
9086 (Help-M): Systematically point out the differences between default
9087 Emacs and stand-alone versions. Delete second menu.
9088 (Help-Xref): Systematically point out the differences between
9089 default Emacs and stand-alone versions.
9090 (Help-Int): Change `l' example.
9091 (Expert Info): Fix typos.
9092 (Emacs Info Variables): Mention `Info-hide-note-references' and
9093 new default for `Info-scroll-prefer-subnodes'.
9094
c8763fb6 90952003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9096
9097 Version 2.0.35 of Tramp released.
9098
9099 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9100 (Inline methods): Add methods `remsh' and `plink1'.
9101 (External transfer methods): Add method `remcp'.
9102 (Multi-hop Methods): Add method `remsh'.
9103 Small patch from Adrian Aichner <adrian@xemacs.org>:
9104 Fix minor typos.
0c7efc08 9105 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9106 `Info-index'.
9107 (Version Control): Add cindex entry.
9108
c8763fb6 91092003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9110
9111 * trampver.texi: Version 2.0.34 released.
9112
91132003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9114
9115 * faq.texi: Improve previous changes.
9116
91172003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9118
9119 * faq.texi: Update copyright and maintenance details.
9120 Update some package URLs, versions, and maintainers.
9121 Remove many references to the Emacs Lisp Archive.
9122
91232003-04-23 Simon Josefsson <jas@extundo.com>
9124
9125 * smtpmail.texi: Fix license (the invariant sections mentioned has
9126 never been part of the smtp manual). Align info dir entry with
9127 other emacs packages.
9128
91292003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9130
9131 * tramp.texi: Version 2.0.33 released.
9132 Remove installation chapter. Remove XEmacs specifics.
9133
91342003-03-29 Richard M. Stallman <rms@gnu.org>
9135
9136 * tramp.texi (Top): Undo the previous renaming.
9137 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9138
c8763fb6 91392003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9140
9141 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9142 version of manual.
9143
9144 * tramp.texi (Auto-save and Backup): New node.
9145
91462003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9147
9148 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9149 Emacs" in order to have better differentiation to "XEmacs".
9150 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9151 are new macros in order to point to the other Emacs flavor where
9152 appropriate. In info case, point to node `Installation' in order
9153 to explain how to generate the other way. In html case, make a
9154 link to the other html file.
0c7efc08 9155 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9156 after CVS checkout/update.
9157 (Installation): Completely rewritten.
9158 (Installation parameters, Load paths): New sections under
9159 `Installation'.
9160
c8763fb6 91612003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9162
9163 * tramp.texi: Version 2.0.30 released.
9164 Replace word "path" with "localname" where used as a component of
9165 a Tramp file name.
9166
91672003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9168
9169 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9170 introduced.
9171 (Installation): Explain what to do if files from the tramp/contrib
9172 directory are needed.
9173
91742003-02-23 Alex Schroeder <alex@emacswiki.org>
9175
9176 * smtpmail.texi (How Mail Works): New.
9177
91782003-02-22 Alex Schroeder <alex@emacswiki.org>
9179
9180 * smtpmail.texi: New file.
9181
9182 * Makefile.in: Build SMTP manual.
9183
c8763fb6 91842003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9185
9186 * tramp.texi: Version 2.0.29 released.
9187 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9188 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9189
91902003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9191
9192 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 9193 another package loads accidentally Ange-FTP.
2de53ca6
GM
9194
91952003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9196
9197 * tramp.texi (Customizing Completion): Add function
9198 `tramp-parse-sconfig'. Change example of
9199 `tramp-set-completion-function', because parsing of ssh config
9200 files looks more natural.
9201
92022003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9203
9204 * gnus.texi: Do not use `path' in several locations.
9205
c8763fb6 92062002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 9207
0c7efc08
SM
9208 * tramp.texi (External transfer methods): New method `smb'.
9209 From Michael Albinus.
2de53ca6
GM
9210
92112002-11-05 Karl Berry <karl@gnu.org>
9212
9213 * info.texi (Info-fontify): Reorder face list to avoid bad line
9214 breaks.
9215
c8763fb6 92162002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 9217
0c7efc08
SM
9218 * tramp.texi: Move @copying to standard place.
9219 Use @insertcopying.
2de53ca6
GM
9220
92212002-10-02 Karl Berry <karl@gnu.org>
9222
9223 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9224 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9225 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9226 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9227 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9228 Per rms, update all manuals to use @copying instead of @ifinfo.
9229 Also use @ifnottex instead of @ifinfo around the top node, where
9230 needed for the sake of the HTML output.
9231 (The Gnus manual is not fixed since it's not clear to me how it
9232 works; and the Tramp manual already uses @copying, although in an
9233 unusual way. All others were changed.)
9234
92352002-09-10 Jonathan Yavner <jyavner@engineer.com>
9236
9237 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9238 (../info/ses, ses.dvi): New targets.
9239 * ses.texi: New file.
9240
c8763fb6 92412002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
9242
9243 * texinfo.tex: Update to texinfo 4.2.
9244
92452002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9246
9247 * reftex.texi: Update to RefTeX 4.19.
9248
c8763fb6 92492002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
9250
9251 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9252 (../info/tramp, tramp.dvi): New targets.
9253
92542002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9255
9256 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9257 (calc.dvi): Uncomment.
9258
92592001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9260
9261 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9262 (../info/calc): New target.
9263
92642001-10-20 Gerd Moellmann <gerd@gnu.org>
9265
9266 * (Version 21.1 released.)
9267
92682001-10-05 Gerd Moellmann <gerd@gnu.org>
9269
9270 * Branch for 21.1.
9271
92722001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9273
9274 * Makefile.in (../info/info): Use an explicit -o switch to
9275 makeinfo.
9276
92772001-03-05 Gerd Moellmann <gerd@gnu.org>
9278
9279 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9280
92812000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9282
9283 * Makefile.in (../info/idlwave): Use --no-split.
9284
92852000-12-14 Dave Love <fx@gnu.org>
9286
c4cc8b9a 9287 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
9288 (gnus.dvi): Change rule to remove @latex stuff.
9289
92902000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9291
9292 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9293
92942000-10-13 John Wiegley <johnw@gnu.org>
9295
9296 * Makefile.in: Add build targets for eshell.texi.
9297
92982000-09-25 Gerd Moellmann <gerd@gnu.org>
9299
9300 * Makefile.in: Remove/comment speedbar stuff.
9301
93022000-09-22 Dave Love <fx@gnu.org>
9303
9304 * Makefile.in: Add emacs-mime.
9305
93062000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9307
9308 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9309 (DVI_TARGETS): Add woman.dvi.
9310 (../info/woman, woman.dvi): New targets.
9311
93122000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9313
9314 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9315
9316 * pcl-cvs.texi: New file.
9317 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9318 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9319
93202000-05-11 Gerd Moellmann <gerd@gnu.org>
9321
9322 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9323 (../info/ebrowse, ebrowse.dvi): New targets.
9324
93252000-01-13 Gerd Moellmann <gerd@gnu.org>
9326
9327 * Makefile.in (INFO_TARGETS): Add eudc.
9328 (DVI_TARGETS): Add eudc.dvi.
9329 (../info/eudc, eudc.dvi): New targets.
9330
93312000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9332
9333 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9334 compatibility with 8+3 filesystems).
9335 (../info/efaq): Rename from emacs-faq.
9336
93372000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9338
9339 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9340 (../info/idlwave, idlwave.dvi): New targets.
9341
93421999-10-23 Dave Love <fx@gnu.org>
9343
9344 * Makefile.in: Use autotype.texi.
9345
93461999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9347
9348 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9349 faq.texi file) rather than ../info/faq.
9350
93511999-10-07 Gerd Moellmann <gerd@gnu.org>
9352
9353 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9354 (../info/ada-mode, ada-mode.dvi): New targets.
9355
93561999-09-01 Dave Love <fx@gnu.org>
9357
9358 * Makefile.in: Add faq.
9359
93601999-07-12 Richard Stallman <rms@gnu.org>
9361
9362 * Version 20.4 released.
9363
93641998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9365
9366 * Version 20.3 released.
9367
93681998-04-06 Andreas Schwab <schwab@gnu.org>
9369
768c0c0f
JB
9370 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9371 Use it in dvi targets.
2de53ca6
GM
9372 (../etc/GNU): Change to $(srcdir) first.
9373
93741998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9375
9376 * reftex.texi: Update for RefTeX version 3.22.
9377
93781998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9379
9380 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9381 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9382
93831997-09-23 Paul Eggert <eggert@twinsun.com>
9384
9385 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9386 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9387
93881997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9389
9390 * Version 20.2 released.
9391
93921997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9393
9394 * Version 20.1 released.
9395
93961997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9397
9398 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9399
94001996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9401
9402 * Version 19.33 released.
9403
94041996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9405
9406 * Version 19.32 released.
9407
94081996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9409
9410 * Makefile.in: Add rules for the Message manual.
9411
94121996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9413
9414 * gnus.texi: New version.
9415
9416 * message.texi: New manual.
9417
94181996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9419
9420 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9421
94221996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9423
9424 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9425 Specify -I option.
9426 (All dvi targets): Set the TEXINPUTS variable.
9427
94281996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9429
9430 * Version 19.31 released.
9431
94321996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9433
9434 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9435 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9436
94371995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9438
9439 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9440 (INFO_TARGETS): Add ../info/cc-mode.
9441 (DVI_TARGETS): Add cc-mode.dvi.
9442
2de53ca6
GM
94431995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9444
9445 * Version 19.30 released.
9446
94471995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9448
9449 * gnus.texi: New file.
9450
94511995-11-04 Erik Naggum <erik@naggum.no>
9452
9453 * gnus.texi: File deleted.
9454
94551995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9456
9457 * mh-e.texi: "Function Index" -> "Command Index" to work with
9458 Emacs 19.30 C-h C-k support of separately-documented commands.
9459
94601995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9461
9462 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9463 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9464
94651995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9466
9467 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9468 (../info/viper, viper.dvi): New targets.
9469
94701995-04-20 Kevin Rodgers <kevinr@ihs.com>
9471
9472 * dired-x.texi (Installation): Change the example to set
9473 buffer-local variables like dired-omit-files-p in
9474 dired-mode-hook.
9475
94761995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9477
9478 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9479 (../info/mh-e, mh-e.dvi): New targets.
9480
94811995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9482
9483 * Makefile.in (maintainer-clean): Rename from realclean.
9484
94851994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9486
9487 * Makefile.in: New file.
9488 * Makefile: File deleted.
9489
94901994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9491
9492 * Makefile (TEXINDEX_OBJS): Variable deleted.
9493 (texindex, texindex.o, getopt.o): Rules deleted.
9494 All deps on texindex deleted.
9495 (distclean): Don't delete texindex.
9496 (mostlyclean): Don't delete *.o.
9497 * texindex.c, getopt.c: Files deleted.
9498
94991994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9500
9501 * Version 19.26 released.
9502
95031994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9504
9505 * Version 19.25 released.
9506
95071994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9508
9509 * Version 19.24 released.
9510
95111994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9512
9513 * Version 19.23 released.
9514
95151994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9516
9517 * Makefile: Delete spurious tab.
9518
95191994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9520
9521 * Makefile (.SUFFIXES): New rule.
9522
95231994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9524
9525 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9526 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9527
95281994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9529
9530 * Makefile (../info/sc): Rename from sc.info.
9531 (../info/cl): Likewise.
9532 (INFO_TARGETS): Use new names.
9533
95341993-12-04 Richard Stallman (rms@srarc2)
9535
9536 * getopt.c: New file.
9537 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9538 (getopt.o): New rule.
9539 (dvi): Don't depend on texindex.
9540 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9541 Depend on texindex.
9542
95431993-12-03 Richard Stallman (rms@srarc2)
9544
9545 * Makefile (../info/sc.info): Rename from ../info/sc.
9546 (TEXI2DVI): New variable.
9547 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9548 Add explicit commands.
9549 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9550
95511993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9552
9553 * Version 19.22 released.
9554
95551993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9556
9557 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9558
95591993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9560
9561 * Version 19.21 released.
9562
95631993-11-15 Paul Eggert (eggert@twinsun.com)
9564
9565 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9566
95671993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9568
9569 * Makefile (../etc/GNU): New target.
9570 (EMACSSOURCES): Add gnu1.texi.
9571
95721993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9573
9574 * Makefile (realclean): Don't delete the Info files.
9575
f0131492 95761993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
9577
9578 * forms.texi: Fix forms.texi so that it will format correctly.
9579 Add missing `@end iftex', fix bad reference.
9580
9581 * info.texi, info-stn.texi: New files implement texinfo version of
9582 `info' file.
9583
f0131492 95841993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
9585
9586 * Makefile: Fix targets for texindex, new info.texi files.
9587 * info-stnd.texi: New file implements info for standalone info
9588 reader.
9589 * info.texi: Update to include recent changes to "../info/info".
9590 New source file for ../info/info; includes info-stnd.texi.
9591
9592 * texindex.c: Include "../src/config.h" if building in emacs.
9593
9594 * Makefile: Change all files to FILENAME.texi, force all targets
9595 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9596 vip.texinfo, forms.texinfo, cl.texinfo.
9597 Add target to build texindex.c, defining `emacs'.
9598
9599 * forms.texi: Install new file to match version 2.3 of forms.el.
9600
96011993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9602
9603 * Version 19.19 released.
9604
96051993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
9606
9607 * sc.texinfo: Fix info file name.
9608
9609 * Makefile (info): Add gnus and sc.
9610 (dvi): Add gnus.dvi and sc.dvi.
9611 (../info/sc, sc.dvi): New targets.
9612
96131993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9614
9615 * Version 19.18 released.
9616
96171993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9618
9619 * Makefile: Fix source file names of the separate manuals.
9620 (gnus.dvi, ../info/gnus): New targets.
9621
96221993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9623
9624 * Version 19.17 released.
9625
96261993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9627
9628 * split-man: Fix typos in last change.
9629
96301993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9631
9632 * Version 19.16 released.
9633
96341993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9635
9636 * version 19.15 released.
9637
96381993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9639
9640 * Makefile (distclean): It's rm, not rf.
9641
96421993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9643
9644 * Version 19.14 released.
9645
96461993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9647
9648 * Makefile: New file.
9649
96501993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9651
9652 * Version 19.13 released.
9653
96541993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9655
9656 * Version 19.9 released.
9657
96581993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9659
9660 * Version 19.8 released.
9661
96621993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9663
9664 * Version 19.7 released.
9665
96661990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9667
9668 * gnus.texinfo: New file. Removed installation instructions.
9669
96701990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9671
9672 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9673
96741989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9675
9676 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
9677 then define `\sc' as the command for smallcaps in Texinfo.
9678 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
9679 made the corresponding change to makeinfo and texinfm.el.
9680
96811988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9682
9683 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9684 Customization since the menu entry did not point to anything.
9685 Also add an @finalout command to remove overfull hboxes from the
9686 printed output.
9687
9688 * cl.texinfo: Add @bye, \input line and @settitle to file.
9689 This file is clearly intended to be a chapter of some other work,
9690 but the other work does not yet exist.
9691
96921988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9693
9694 * texinfo.texinfo: Three typos corrected.
9695
4009494e 9696;; Local Variables:
c8763fb6 9697;; coding: utf-8
4009494e
GM
9698;; End:
9699
3fe7cdc8 9700 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9701
9702 This file is part of GNU Emacs.
9703
97c0352c 9704 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9705 it under the terms of the GNU General Public License as published by
97c0352c
GM
9706 the Free Software Foundation, either version 3 of the License, or
9707 (at your option) any later version.
4009494e
GM
9708
9709 GNU Emacs is distributed in the hope that it will be useful,
9710 but WITHOUT ANY WARRANTY; without even the implied warranty of
9711 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9712 GNU General Public License for more details.
9713
9714 You should have received a copy of the GNU General Public License
97c0352c 9715 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.