* lisp/textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
61d841dd
PE
12012-11-25 Paul Eggert <eggert@cs.ucla.edu>
2
3 * mh-e.texi (Procmail): Fix two @ typos.
4
c07a6ded
PE
52012-11-24 Paul Eggert <eggert@cs.ucla.edu>
6
7 * doclicense.texi, gpl.texi: Update to latest version from FSF.
8 These are just minor editorial changes.
9
678a34f4
JB
102012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
11
12 * calc.texi (Date Formatting Codes): Mention the new beginning of
13 the date numbering system.
14
0e70ce93
PE
152012-11-22 Paul Eggert <eggert@cs.ucla.edu>
16
17 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
18 (Date Forms): Correct off-by-one error in explanation of
19 Julian day numbers. Give Gregorian equivalent of its origin.
20
723da6aa
JB
212012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
22
23 * doc/misc/calc.texi (Date Forms): Mention the customizable
24 Gregorian-Julian switch.
25 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
26
310e60d9
PE
272012-11-17 Paul Eggert <eggert@cs.ucla.edu>
28
6f6b82d6
PE
29 Calc now uses the Gregorian calendar for all dates (Bug#12633).
30 It also uses January 1, 1 AD as its day number 1.
310e60d9
PE
31 * calc.texi (Date Forms): Document this.
32
e8693c96
GM
332012-11-16 Glenn Morris <rgm@gnu.org>
34
35 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
36 (Obsolete Macros): Move example here from Function Bindings.
37
5c934f8b
GM
38 * erc.texi: Use @code{nil} rather than just "nil".
39 (Modules): Undocument obsolete "hecomplete".
6e5e9b70 40 Add "notifications".
f925b109 41 (Connecting): Add brief section on passwords.
274f5de6 42 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
6e5e9b70 43
f78ee6af 442012-11-13 Glenn Morris <rgm@gnu.org>
24c38527
GM
45
46 * flymake.texi (Customizable variables)
47 (Highlighting erroneous lines): Mention flymake-error-bitmap,
48 flymake-warning-bitmap, and flymake-fringe-indicator-position.
49
1796ef98
VB
502012-11-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
51
52 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
53 In all file place SES into @acronym{...}.
54 (Advanced Features): Add key index and function index for
55 ses-set-header-row. Add description for function
56 ses-rename-cell. Add description for function
57 ses-repair-cell-reference-all.
58 (Ranges in formulas): Add description for ses-range flags.
59
31f47fba
PE
602012-11-12 Paul Eggert <eggert@cs.ucla.edu>
61
62 * texinfo.tex: Merge from gnulib.
63
6baf66d5 642012-11-10 Chong Yidong <cyd@gnu.org>
5b637222
CY
65
66 * url.texi (Introduction): Move url-configuration-directory to
67 Customization node.
68 (Parsed URIs): Split into its own node.
69 (URI Encoding): New node.
70 (Defining New URLs): Remove empty chapter.
71 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
72 Improve docs for url-queue-*.
73 (Supported URL Types): Copyedits. Delete empty subnodes.
74
82f84fa3
CY
75 * url.texi (Introduction): Rename from Getting Started. Rewrite
76 the introduction.
77 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
78
6baf66d5 792012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f
GM
80
81 * cl.texi (Obsolete Setf Customization):
82 Revert defsetf example to the more correct let rather than prog1.
bdd8064f
GM
83 Give define-modify-macro, defsetf, and define-setf-method
84 gv.el replacements.
2ee1d59f 85
2027b1b3 86 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
a358a44e 87 (Setf Extensions): Remove obsolete reference.
2027b1b3 88 (Obsolete Setf Customization):
651af8c6 89 Move note on lack of setf functions to lispref/variables.texi.
ab7f1c43 90 Undocument get-setf-method, since it no longer exists.
a358a44e 91 Mention simple defsetf replaced by gv-define-simple-setter.
651af8c6 92
c65b407b
GM
932012-11-03 Glenn Morris <rgm@gnu.org>
94
95 * cl.texi: Further general copyedits.
685b0026
GM
96 (List Functions): Remove copy-tree, standard elisp for some time.
97 (Efficiency Concerns): Comment out examples that no longer apply.
98 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
99 (Creating Symbols, Random Numbers): De-emphasize internal
100 variables cl--gensym-counter and cl--random-state. (Bug#12788)
f58542e1
GM
101 (Naming Conventions, Type Predicates, Macros)
102 (Predicates on Numbers): No longer mention cl-floatp-safe.
c65b407b 103
a71e2379
G
1042012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
105
106 * gnus.texi (Mail Source Specifiers):
107 Document :leave keyword used for pop mail source.
108
df43dd53
GM
1092012-11-01 Glenn Morris <rgm@gnu.org>
110
111 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
112 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
113 (Macro Bindings, Blocks and Exits):
114 Acknowledge existence of lexical-binding.
115 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 116
69c1c2e6
GM
1172012-10-31 Glenn Morris <rgm@gnu.org>
118
dd90fd1a
GM
119 * ert.texi (Introduction, The @code{should} Macro):
120 Refer to "cl-assert" rather than "assert".
121
69c1c2e6
GM
122 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
123 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
124 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
125 Reword, and add details of flet and labels.
87b0d8b1 126 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 127
4ddedf94
GM
1282012-10-30 Glenn Morris <rgm@gnu.org>
129
130 * cl.texi (Modify Macros): Update for cl-letf changes.
131 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
132 (Setf Extensions): Partially restore note about cl-getf,
133 mainly moved to lispref/variables.texi.
134 (Property Lists): Fix cl-getf typos.
f43a5263 135 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 136
d3094168
GM
1372012-10-29 Glenn Morris <rgm@gnu.org>
138
139 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 140 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 141 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
142 (Modify Macros, Multiple Values, Other Clauses):
143 Remove mentions of obsolete features.
6a07d52e 144 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 145
3c0c6155
GM
1462012-10-28 Glenn Morris <rgm@gnu.org>
147
f94b04fc
GM
148 * cl.texi (Multiple Values, Common Lisp Compatibility):
149 More namespace updates.
150 (Obsolete Features): Copyedits.
151 (Obsolete Lexical Macros, Obsolete Setf Customization):
152 New subsections.
153
9c52d61d
GM
154 * cl.texi (Porting Common Lisp, Lexical Bindings):
155 Add some xrefs to the Elisp manual.
156
3c0c6155
GM
157 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
158 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
159 (Obsolete Features): New appendix. Move Lexical Bindings here.
160
5887564d
GM
1612012-10-27 Glenn Morris <rgm@gnu.org>
162
e1117425
GM
163 * cl.texi: Use defmac for macros rather than defspec.
164 (Efficiency Concerns): Related copyedit.
165
5887564d
GM
166 * cl.texi (Control Structure): Update for setf now being in core.
167 (Setf Extensions): Rename from Basic Setf. Move much of the
168 former content to lispref/variables.texi.
169 (Modify Macros): Move pop, push details to lispref/variables.texi.
170 (Customizing Setf): Copyedits for setf etc being in core.
171 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
172 Further namespaces updates.
173
bdebdb64
BG
1742012-10-26 Bastien Guerry <bzg@gnu.org>
175
176 * org.texi (Installation): Update the link to Org's ELPA. Also
177 don't mention org-install.el anymore as the replacement file
178 org-loaddefs.el is now loaded by org.el.
179
f956e59d
MA
1802012-10-25 Michael Albinus <michael.albinus@gmx.de>
181
182 * tramp.texi (Frequently Asked Questions): Mention
183 `tramp-completion-reread-directory-timeout' for performance
184 improvement.
185
a05cb6e3
GM
1862012-10-25 Glenn Morris <rgm@gnu.org>
187
188 * cl.texi: Don't mess with the TeX section number counter.
189 Use Texinfo recommended convention for quotes+punctuation.
190 (Overview, Sequence Functions): Rephrase for better line-breaking.
191 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
192 (Macro Bindings, Conditionals, Iteration, Loop Basics)
193 (Random Numbers, Mapping over Sequences, Structures)
194 (Porting Common Lisp): Further updates for cl-lib namespace.
195 (Modify Macros, Declarations, Macro Bindings, Structures):
196 Break long lines in examples.
197 (Dynamic Bindings): Update for changed progv behavior.
198 (Loop Examples, Efficiency Concerns): Markup fixes.
199 (Structures): Remove TeX margin change.
39ff2cf3 200 (Declarations): Fix typos.
a05cb6e3 201
39a58b5b
GM
2022012-10-24 Glenn Morris <rgm@gnu.org>
203
a6880551
GM
204 * cl.texi (Overview, Multiple Values, Creating Symbols)
205 (Numerical Functions): Say less/nothing about the original cl.el.
206 (Old CL Compatibility): Remove.
207 (Assertions): Remove ignore-errors (standard Elisp for some time).
208
39a58b5b
GM
209 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
210 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
211 (Efficiency Concerns, Efficiency Concerns)
212 (Common Lisp Compatibility, Old CL Compatibility):
213 Further updates for cl-lib namespace.
214
72ec96fb
PE
2152012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
216
217 Update manual for new time stamp format (Bug#12706).
218 * emacs-mime.texi (time-date): Update for new format.
219 Also, fix bogus time stamp and modernize a bit.
220
8d6510b9
GM
2212012-10-23 Glenn Morris <rgm@gnu.org>
222
223 * cl.texi: Include emacsver.texi. Use Emacs version number rather
224 than unchanging cl.el version number.
225 End all menu descriptions with a period.
226 Do not use @dfn{CL} for every instance of "CL".
227 (Overview): Remove no-runtime caveat, and note about foo* names.
228 (Usage): Use cl-lib rather than cl.
229 (Organization, Naming Conventions): Update for cl-lib.el.
230 (Installation): Remove long-irrelevant node.
231 (Program Structure, Predicates, Control Structure):
232 Start updating for cl-lib namespace.
8d6510b9
GM
233 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
234 Depend on emacsver.texi.
235
0a078f36
MA
2362012-10-09 Michael Albinus <michael.albinus@gmx.de>
237
238 * trampver.texi: Update release number.
239
a03bb33f
GM
2402012-10-06 Glenn Morris <rgm@gnu.org>
241
24636b26
GM
242 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
243 ERC version.
244 (Introduction): ERC is distributed with Emacs.
245 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
246 (Getting Started): Simplify.
247 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
248 (History): Mention ERC maintained as part of Emacs now.
249 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
250 Add dependency on emacsver.texi.
251
a03bb33f
GM
252 * erc.texi: Remove hand-written node pointers.
253
d259be38
GM
2542012-10-05 Glenn Morris <rgm@gnu.org>
255
256 * newsticker.texi (Overview, Requirements, Usage, Configuration):
257 Copyedits.
258
62a81506
CY
2592012-10-01 Eric Ludlam <zappo@gnu.org>
260
261 * ede.texi (Quick Start, Project Local Variables)
262 (Miscellaneous commands, ede-java-root, Development Overview)
263 (Detecting a Project): New nodes.
264 (Simple projects): Node deleted.
265
266 * eieio.texi (Building Classes): Some slot attributes cannot be
267 overridden.
268 (Slot Options): Remove an example.
269 (Method Invocation, Documentation): New nodes.
270
07f133bf
GM
2712012-10-01 Glenn Morris <rgm@gnu.org>
272
273 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
274 (reftex.pdf): Add dependency on emacsver.texi.
275 * reftex.texi: Don't include directory part for emacsver.texi;
276 the Makefile's -I handles it.
277
4f595e15
RA
2782012-09-30 Ralf Angeli <angeli@caeruleus.net>
279
280 Merge from standalone RefTeX repository.
281
282 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
283 with macros.
284 (Imprint): Mention Wolfgang in list of contributors.
285 (Creating Citations): Give a hint about how to
286 auto-revert the BibTeX database file when using external editors.
287 (Referencing Labels): Simplify section about reference macro
288 cycling.
289 (Options (Referencing Labels)): Adapt to new structure of
290 `reftex-ref-style-alist'.
291 (Referencing Labels, Reference Styles): Document changes in the
292 referencing functionality.
293 (Commands): Mention options for definition of header and footer in
294 BibTeX files.
295 (Options (Creating Citations)): Document
296 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
297 (Reference Styles): New section.
298 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
299 (Options (Referencing Labels)): Remove descriptions of deprecated
300 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
301 Add descriptions for `reftex-ref-style-alist' and
302 `reftex-ref-style-default-list'.
303 (Referencing Labels): Update regarding reference styles.
304 (Citation Styles): Mention support for ConTeXt.
305 (Options (Defining Label Environments)): Fix typo.
306 (Options (Creating Citations)): Document
307 `reftex-cite-key-separator'.
308
8223b1d2
BG
3092012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
310
311 * org.texi: Add description of ORG_ADD_CONTRIB to info
312 documentation. Add link to Worg for more details.
313
314 * org.texi: Clarify installation procedure. Provide link to the
315 build system description on Worg.
316
317 * org.texi: Remove reference to utils/, x11idle.c is now in
318 contrib/scripts.
319
320 * org.texi: Re-normalize to "Org mode" in manual.
321
322 * org.texi (Installation): Adapt documentation to new build
323 system. Mention GNU ELPA (since it needs to be handled like Emacs
324 built-in Org).
325
8223b1d2
BG
3262012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
327
328 * org.texi: Fix typo in description of the 'Hooks' section.
329
330 * org.texi: Add ID to the list of special properties.
331
3322012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
333
334 * org.texi (Moving subtrees): Document the ability to archive to a
335 datetree.
336
3372012-09-30 Bastien Guerry <bzg@altern.org>
338
339 * org.texi (Installation, Feedback, Batch execution): Use
340 (add-to-list 'load-path ... t) for the contrib dir.
341
342 * org.texi (results): Update documentation for ":results drawer"
343 and ":results org".
344
345 * org.texi (Column width and alignment): Fix typo.
346
347 * org.texi (Activation): Point to the "Conflicts" section.
348
349 * org.texi (Conflicts): Mention filladapt.el in the list of
350 conflicting packages.
351
352 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
353 not needed for versions of Emacs > 22.1.
354
355 * org.texi (History and Acknowledgments): Fix typo.
356
357 * org.texi (History and Acknowledgments): Add my own
358 acknowledgments.
359
360 * org.texi (Agenda commands): Document the new command and the new
361 option.
362
363 * org.texi (Agenda commands): Delete `org-agenda-action' section.
364 (Agenda commands): Reorder. Document `*' to toggle persistent
365 marks.
366
367 * org.texi (Agenda dispatcher): Mention
368 `org-toggle-agenda-sticky'.
369 (Agenda commands, Exporting Agenda Views): Fix typo.
370
371 * org.texi (Templates in contexts, Setting Options): Update to
372 reflect changes in how contexts options are processed.
373
374 * org.texi (Templates in contexts): Document the new structure of
375 the variables `org-agenda-custom-commands-contexts' and
376 `org-capture-templates-contexts'.
377
378 * org.texi (Templates in contexts): Document the new option
379 `org-capture-templates-contexts'.
380 (Storing searches): Document the new option
381 `org-agenda-custom-commands-contexts'.
382
383 * org.texi (Formula syntax for Lisp): Reformat.
384
385 * org.texi (Special properties, Column attributes)
386 (Agenda column view): Document the new special property
387 CLOCKSUM_T.
388
389 * org.texi (Template expansion): Document the new %l template.
390
391 * org.texi (Fast access to TODO states): Fix documentation about
392 allowed characters for fast todo selection.
393
394 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
395 use in `org-agenda-to-appt'.
396
397 * org.texi (Comment lines): Update wrt comments.
398
399 * org.texi (Resolving idle time): Document new keybinding.
400
401 * org.texi (Clocking commands): Document the use of S-M-<up/down>
402 on clock timestamps.
403
404 * org.texi (Fast access to TODO states): Explicitely says only
405 letters are supported as fast TODO selection keys.
406
407 * org.texi (Link abbreviations): Illustrate the use of the "%h"
408 specifier. Document the new "%(my-function)" specifier.
409
410 * org.texi (Clocking commands): New cindex.
411 (Clocking commands): Update documentation for `org-clock-in'.
412 Document `org-clock-in-last'. Mention `org-clock-out' and
413 `org-clock-in-last' as commands that can be globally bound.
414 (Resolving idle time): Document continuous clocking.
415
416 * org.texi (Top, Introduction): Fix formatting.
417 (Activation): Add index entries.
418 (Conventions): Update section.
419 (Embedded @LaTeX{}): Fix formatting.
420
421 * org.texi (Visibility cycling): Document `show-children'.
422
423 * org.texi (Using capture): Mention the `org-capture-last-stored'
424 bookmark as a way to jump to the last stored capture.
425
426 * org.texi (Uploading files): Fix typo.
427
428 * org.texi (Using capture): Document `C-0' as a prefix argument
429 for `org-capture'.
430
431 * org.texi (Agenda commands): Document persistent marks.
432
433 * org.texi (Template expansion): Update doc to reflect change.
434
435 * org.texi (Radio tables): Document the :no-escape parameter.
436
437 * org.texi (Repeated tasks): Document repeat cookies for years,
438 months, weeks, days and hours.
439
440 * org.texi (Export options): State that you can use the d: option
441 by specifying a list of drawers.
442
443 * org.texi (HTML preamble and postamble): Small doc improvement.
444
4452012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
446
447 * org.texi: The sections in the Exporting section of the manual
448 left out articles in the description of the org-export-as-*
449 commands, among other places. This patch adds them, adds a few
450 missing prepositions, and switches instances of "an HTML" to "a
451 html" for internal consistency.
452
453 * org.texi: Alter several examples of headings with timestamps in
454 them to include the timestamps in the body instead of the heading.
455
4562012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
457
458 * org.texi (Agenda dispatcher): Document sticky agenda views and
459 the new key for them.
460
4612012-09-30 Charles <millarc@verizon.net> (tiny change)
462
463 * org.texi (Advanced features): Fix error in table.
464
4652012-09-30 Feng Shu <tumashu@gmail.com>
466
467 * org.texi (@LaTeX{} fragments): Document imagemagick as an
468 alternative to dvipng.
469
4702012-09-30 François Allisson <francois@allisson.co> (tiny change)
471
472 * org.texi: Remove extra curly bracket.
473
4742012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
475
476 * org.texi (org-clock-in-last and org-clock-cancel): Update the
477 defkeys.
478
4792012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
480
481 * org.texi (Agenda commands): Fix two typos by giving
482 corresponding function names, according to
483 `org-agenda-view-mode-dispatch'.
484
4852012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
486
487 * org.texi (The spreadsheet): Fix typo.
488
4892012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
490
491 * org.texi (Tracking your habits): Point to the "Tracking TODO
492 state changes" section.
493
4942012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
495
496 * org.texi (Literal examples): Remove reference to unknown
497 `org-export-latex-minted' variable. Also simplify footnote since
498 `org-export-latex-listings' documentation is exhaustive already.
499
500 * org.texi (Plain lists): Remove reference to now hard-coded
501 `bullet' automatic rule.
502
5032012-09-30 Toby S. Cubitt <tsc25@cantab.net>
504
505 * org.texi: Updated documentation accordingly.
506
5087f097
PE
5072012-09-13 Paul Eggert <eggert@cs.ucla.edu>
508
509 * texinfo.tex: Merge from gnulib.
510
20121a26
MA
5112012-09-12 Michael Albinus <michael.albinus@gmx.de>
512
513 Sync with Tramp 2.2.6.
514
515 * tramp.texi (Bug Reports): Cleanup caches before a test run.
516
517 * trampver.texi: Update release number.
518
44677e30
PE
5192012-09-12 Paul Eggert <eggert@cs.ucla.edu>
520
521 * texinfo.tex: Merge from gnulib.
522
5a4c42ba
AA
5232012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
524
525 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
526 (bug#12096).
527
8e7046c3
JB
5282012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
529
1dcac243
JB
530 * calc.texi (Simplification modes, Conversions)
531 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
532 (The Calc Mode Line): Mention the mode line display for Basic
533 simplification mode.
534 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
535 simplifications.
536 (Basic Simplifications): Rename from "Limited Simplifications"
537 Replace "limited" by "basic" throughout.
538 (Algebraic Simplifications): Indicate that the algebraic
539 simplifications are done by default.
540 (Unsafe Simplifications): Mention `m E'.
541 (Simplification of Units): Mention `m U'.
542 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
543 (Kinds of Declarations, Functions for Declarations): Mention
544 "algebraic simplifications" instead of `a s'.
1dcac243 545 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 546
d2bd74ff
JB
5472012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
548
549 * calc.texi (Getting Started, Tutorial): Change simulated
550 Calc output to match actual output.
551 (Simplifying Formulas): Mention that algebraic simplification is now
552 the default.
553
77472261
EZ
5542012-07-28 Eli Zaretskii <eliz@gnu.org>
555
556 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
557 (Bug#12073)
558
09ae5da1
PE
5592012-07-25 Paul Eggert <eggert@cs.ucla.edu>
560
561 Prefer typical American spelling for "acknowledgment".
562 * calc.texi (History and Acknowledgments): Rename from
563 History and Acknowledgements.
564 * idlwave.texi (Acknowledgments):
565 * ses.texi (Acknowledgments):
566 * woman.texi (Acknowledgments): Rename from Acknowledgements.
567
c4444d16
PE
5682012-07-09 Paul Eggert <eggert@cs.ucla.edu>
569
570 Rename configure.in to configure.ac (Bug#11603).
571 * ede.texi (Compiler and Linker objects, ede-proj-project)
572 (ede-step-project): Prefer the name configure.ac to configure.in.
573
ef091c97
MA
5742012-07-06 Michael Albinus <michael.albinus@gmx.de>
575
576 * tramp.texi (Multi-hops): Introduce
577 `tramp-restricted-shell-hosts-alist'.
578
89b163db
G
5792012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
580
581 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
582 methods, so don't mention smtpmail here.
583
5842012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
585
586 * gnus.texi (Picons): Document gnus-picon-properties.
587
5882012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
589
590 * gnus.texi: Remove mention of compilation, as that's no longer
591 supported.
592
5932012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
594
595 * gnus.texi (Archived Messages): Mention
596 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
597
5982012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
599
600 * gnus.texi (Various Summary Stuff):
601 Remove mention of `gnus-propagate-marks'.
602
6032012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
604
605 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
606 which no longer exist.
607
6082012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
609
610 * gnus.texi (Archived Messages):
611 Document gnus-gcc-self-resent-messages.
612
6132012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
614
615 * message.texi (Mail Variables):
616 Mention the optional user parameter for X-Message-SMTP-Method.
617
6182012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
619
620 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
621
622 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
623
6242012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
625
626 * gnus.texi (Key Index): Change encoding to utf-8.
627
ac1a0ce1 6282012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
629
630 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
631
71cca84d
G
6322012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
633
634 * gnus.texi (Group Timestamp): Mention where to find documentation for
635 the `gnus-tmp-' variables (bug#11601).
636
888a7fc0
MA
6372012-06-11 Michael Albinus <michael.albinus@gmx.de>
638
639 Sync with Tramp 2.2.6-pre.
640
641 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
642 where appropriate.
643 (Ad-hoc multi-hops): New section.
644 (Remote processes): New subsection "Running remote processes on
645 Windows hosts".
646 (History): Add remote commands on Windows, and ad-hoc multi-hop
647 methods.
648 (External methods): "ControlPersist" must be set to "no" for the
649 `scpc' method.
650 (Remote processes): Add a note about `auto-revert-tail-mode'.
651 (Frequently Asked Questions): Use "scpx" in combination with
652 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
653
654 * trampver.texi: Update release number.
655
31ca4639 6562012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
657
658 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
659 compilation for html-mono.
660
0e8bbf66
PE
6612012-06-08 Paul Eggert <eggert@cs.ucla.edu>
662
663 * texinfo.tex: Merge from gnulib.
664
b8f061b3
KY
6652012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
666
667 * Makefile.in (echo-info): Don't try to install info files named
668 just ".info".
669
16af873e
GM
6702012-05-28 Glenn Morris <rgm@gnu.org>
671
c1dabff0
GM
672 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
673
16af873e
GM
674 * sc.texi: Nuke hand-written node pointers.
675 Fix top-level menu to match actual node order.
676
1d5b82ef
GM
6772012-05-27 Glenn Morris <rgm@gnu.org>
678
679 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
680 Some associated fixes, including not messing with chapno in cl.texi.
681
33017faf 6822012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
683
684 * org.texi (Durations and time values): Fix typo.
685
d14b0029
JB
6862012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
687
33017faf 688 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
689 Mention `calc-ensure-consistent-units'.
690
2f4cadd1 6912012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 692
9879e263
AS
693 * cc-mode.texi: Avoid space before macro in 4th argument of cross
694 reference commands. (Bug#11461)
695
78e91d08
AS
696 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
697
3fe7cdc8
GM
6982012-05-12 Glenn Morris <rgm@gnu.org>
699
9598ef0b
GM
700 * Makefile.in (mostlyclean): Add more TeX intermediates.
701
7d326a29
GM
702 * Makefile.in: Make it look more like the other doc Makefiles.
703 Use explicit $srcdir in all dependencies.
704 Remove cd $srcdir from rules.
705 (VPATH): Remove.
706 (infodir): Set to an absolute path.
707 (INFO_TARGETS): Use short names.
708 (mkinfodir): infodir is now absolute.
709 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
710
c7f95930 711 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 712 (.SUFFIXES): Disable implicit rules.
c7f95930 713
3fe7cdc8
GM
714 * Makefile.in (MKDIR_P): New, set by configure.
715 (mkinfodir): Use $MKDIR_P.
716
6f0652af
GM
7172012-05-07 Glenn Morris <rgm@gnu.org>
718
719 * forms.texi (Long Example): Update for changed location of files.
720
8045b906
GM
7212012-05-04 Glenn Morris <rgm@gnu.org>
722
723 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
724 (INFO_TARGETS): Use $INFO_EXT.
725 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
726 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
727 (INFO_TARGETS): Use $INFO_EXT.
728 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
729
9e7a4bcf
GM
7302012-05-02 Glenn Morris <rgm@gnu.org>
731
9aa071df
GM
732 * Makefile.in (echo-info): New phony target, used by top-level.
733
9e7a4bcf
GM
734 * viper.texi: Make direntry shorter (also it is no longer "newest").
735
736 * emacs-gnutls.texi, ert.texi, org.texi:
737 Fix dircategory, direntry to match info/dir.
738
31cc861c
GM
739 * faq.texi: Convert @inforefs to @xrefs.
740 Fix some malformed cross-references.
f9e320bb
GM
741 (File-name conventions): Shorten section name to avoid overfull line.
742 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 743
723ea6b5
TZ
7442012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
745
746 * auth.texi (Help for users): Update for .gpg file being second.
747
a8e7d6d7 7482012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
749
750 * org.texi (Agenda commands): Fix two typos: give corresponding
751 function names, according to `org-agenda-view-mode-dispatch'.
752
a8e7d6d7 7532012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
754
755 * faq.texi (Major packages and programs): Remove section.
756 There is no point listing 6 packages (cf etc/MORE.STUFF).
757 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 758
dcbf5805
MA
7592012-04-22 Michael Albinus <michael.albinus@gmx.de>
760
761 * dbus.texi (Version): New node.
762 (Properties and Annotations): Mention the object manager
763 interface. Describe dbus-get-all-managed-objects.
764 (Type Conversion): Floating point numbers are allowed, if an
765 anteger does not fit Emacs's integer range.
766 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
767 (Asynchronous Methods): Fix description of
768 dbus-call-method-asynchronously.
769 (Receiving Method Calls): Fix some minor errors. Add
770 dbus-interface-emacs.
771 (Signals): Describe unicast signals and the new match rules.
772 (Alternative Buses): Add the PRIVATE optional argument to
773 dbus-init-bus. Describe its new return value. Add dbus-setenv.
774
adee4030
GM
7752012-04-20 Glenn Morris <rgm@gnu.org>
776
777 * faq.texi (New in Emacs 24): New section.
778 (Packages that do not come with Emacs): Mention M-x list-packages.
779
35dc09a1 7802012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
781
782 * cc-mode.texi (c-offsets-alist): Correct a typo.
783
35dc09a1 7842012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
785
786 * org.texi (Deadlines and scheduling): Fix the example: the
787 DEADLINE item should come right after the headline. We enforce
788 this convention, so it is a bug not to illustrate it correctly in
789 the manual.
790
35dc09a1 7912012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
792
793 * org.texi (Agenda commands): Fix documentation bug by swapping
794 the equivalent keybindings to `org-agenda-next-line' with the ones
795 to `org-agenda-previous-line'.
796
35dc09a1 7972012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
798
799 * Makefile.in: Replace non-portable use of $< in ordinary rules.
800
e2560ea8
EZ
8012012-04-09 Eli Zaretskii <eliz@gnu.org>
802
803 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
804 emacs-gnutls.
805 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
806
6b4f4a2d
TZ
8072012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
808
250b840e 809 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
810
811 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
812
ca2c89b6
TZ
8132012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
814
815 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 816 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 817
aebd5f1a
GM
8182012-04-04 Glenn Morris <rgm@gnu.org>
819
820 * auth.texi (Secret Service API): Copyedits.
821 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
822 (Help for users, Help for developers)
823 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 824
0317dd51
MA
8252012-04-04 Michael Albinus <michael.albinus@gmx.de>
826
827 * auth.texi (Secret Service API): Add the missing text.
828
3d439cd1
CY
8292012-04-04 Chong Yidong <cyd@gnu.org>
830
831 * message.texi (Using PGP/MIME): Note that epg is now the default.
832
833 * gnus.texi: Reduce references to obsolete pgg library.
834 (Security): Note that epg is now the default.
835
836 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
837
838 * nxml-mode.texi (Completion): C-RET is no longer bound to
839 nxml-complete.
840
153ae947
BG
8412012-04-01 Jambunathan K <kjambunathan@gmail.com>
842
843 * org.texi (Customizing tables in ODT export): Correct few errors.
844
8452012-04-01 Jambunathan K <kjambunathan@gmail.com>
846
847 * org.texi (Links in ODT export): Update.
848 (Labels and captions in ODT export): New node.
849
8502012-04-01 Jambunathan K <kjambunathan@gmail.com>
851
852 * org.texi (Literal examples in ODT export): htmlfontify.el in
853 Emacs-24.1 now supports fontification. So ODT source blocks will
854 be fontified by default.
855
8562012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
857
858 * org.texi (Refiling notes): Remove duplicated keybinding.
859
8602012-04-01 Eric Schulte <eric.schulte@gmx.com>
861
862 * org.texi (noweb): Documentation of this new option to the :noweb
863 header argument.
864
8652012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
866
867 * org.texi (Header and sectioning): Add example demonstrating how
868 to use "LaTeX_CLASS_OPTIONS".
869
8702012-04-01 Eric Schulte <eric.schulte@gmx.com>
871
872 * org.texi (Noweb reference syntax): Describe the ability to
873 execute noweb references in the manual.
874
8752012-04-01 Eric Schulte <eric.schulte@gmx.com>
876
877 * org.texi (cache): Improve cache documentation when session
878 evaluation is used.
879
8802012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
881
882 * org.texi (Plain lists): Document removal.
883
8842012-04-01 Michael Brand <michael.ch.brand@gmail.com>
885
886 * org.texi: Decapitalize file name in references to Calc manual.
887
8882012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
889
890 * org.texi (Plain lists): Document removal.
891
8922012-04-01 Jambunathan K <kjambunathan@gmail.com>
893
894 * org.texi (Top, OpenDocument Text export)
895 (ODT export commands, Extending ODT export)
896 (Images in ODT export, Tables in ODT export)
897 (Configuring a document converter): Add or Update.
898
8992012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
900
901 * org.texi (MobileOrg): Change the wording to reflect that the
902 Android Version is no longer just the little brother of the iOS
903 version.
904
9052012-04-01 Eric Schulte <eric.schulte@gmx.com>
906
907 * org.texi (Key bindings and useful functions): Updated babel key
908 binding documentation in manual.
909
9102012-04-01 Eric Schulte <eric.schulte@gmx.com>
911
912 * org.texi (noweb): Document new noweb header value.
913
9142012-04-01 Eric Schulte <eric.schulte@gmx.com>
915
916 * org.texi (noweb-sep): Document new header argument.
917
9182012-04-01 Eric Schulte <eric.schulte@gmx.com>
919
920 * org.texi (noweb-ref): Documentation of this new custom variable.
921
9222012-04-01 Eric Schulte <eric.schulte@gmx.com>
923
924 * org.texi (wrap): Update the new :wrap documentation to match the
925 current implementation.
926
9272012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
928
929 * org.texi: Added documentation for :wrap.
930
9312012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
932
933 * org.texi: #+RESULTS now user-configurable.
934
9352012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
936
937 * org.texi: Documented :noweb no-export.
938
9392012-04-01 Thomas Dye <dk@poto.local>
940
941 * org.texi: Edit :noweb no header argument for correctness.
942
9432012-04-01 Bastien Guerry <bzg@altern.org>
944
945 * org.texi (Customization): Update the approximate number of Org
946 variables.
947
9482012-04-01 Thomas Dye <dk@poto.local>
949
950 * org.texi: The :results wrap produces a drawer instead of a
951 begin_results block.
952
005a89ff
G
9532012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
954
955 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
956 reflect the new default.
957
589ce070
EZ
9582012-03-10 Eli Zaretskii <eliz@gnu.org>
959
960 * info.texi (Expert Info): Move the index entry for "Texinfo" from
961 "Getting Started" to this node. (Bug#10450)
962
a5392527
CY
9632012-03-10 Chong Yidong <cyd@gnu.org>
964
8ae818e4
CY
965 * flymake.texi (Example -- Configuring a tool called via make):
966 Mention the Automake COMPILE variable (Bug#8715).
967
a5392527
CY
968 * info.texi (Getting Started): Add an index entry (Bug#10450).
969
d49902e4
MA
9702012-03-02 Michael Albinus <michael.albinus@gmx.de>
971
972 * dbus.texi (Signals): Known names will be mapped onto unique
973 names, when registering for signals.
974
53eced6d
GM
9752012-02-29 Glenn Morris <rgm@gnu.org>
976
bcd6cd23
GM
977 * url.texi: Fix quote usage in body text.
978
775b55af
GM
979 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
980
53eced6d
GM
981 * cl.texi: Use @code{} in menus when appropriate.
982
44e97401
GM
9832012-02-28 Glenn Morris <rgm@gnu.org>
984
985 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
986 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
987 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
988 * org.texi, sc.texi, vip.texi, viper.texi:
989 Standardize possessive apostrophe usage.
990
fa9a0855
CY
9912012-02-26 Chong Yidong <cyd@gnu.org>
992
993 * ediff.texi (Quick Help Commands): Add a couple of index entries
994 (Bug#10834).
995
0fd2c9a3
GM
9962012-02-17 Glenn Morris <rgm@gnu.org>
997
998 * gnus.texi (Posting Styles):
999 * remember.texi (Org): Fix cross-refs to other manuals.
1000
9f26dc24
GM
10012012-02-15 Glenn Morris <rgm@gnu.org>
1002
1003 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
1004 (Encryption): New chapter, split out from previous.
1005
3d2af193
LI
10062012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1007
1008 * gnus.texi (Customizing the IMAP Connection): Mention
1009 nnimap-record-commands.
1010
b74c9672
GM
10112012-02-10 Glenn Morris <rgm@gnu.org>
1012
1013 * url.texi (Retrieving URLs): Update url-retrieve arguments.
1014 Mention url-queue-retrieve.
1015
2ebc3b94
GM
10162012-02-09 Glenn Morris <rgm@gnu.org>
1017
9fcfcdef
GM
1018 * sem-user.texi (Semantic mode user commands): Typo fix.
1019
2ebc3b94
GM
1020 * info.texi (Create Info buffer): Mention info-display-manual.
1021
7c4bbb69
LI
10222012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1023
1024 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
1025 example (modified from an example by Michael Albinus).
1026
debce7bc
G
10272012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1028
1029 * gnus.texi (Agent Basics): Fix outdated description of
1030 `gnus-agent-auto-agentize-methods'.
1031
b207a4ec
AS
10322012-01-28 Andreas Schwab <schwab@linux-m68k.org>
1033
1034 * cc-mode.texi: Always @defindex ss.
1035 (Config Basics): Fix argument of @itemize.
1036 (Macro Backslashes): Add @code around index entry.
1037
b8fe8712
GM
10382012-01-23 Glenn Morris <rgm@gnu.org>
1039
1040 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
1041
02dc2fd7
EH
10422012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
1043
1044 * tramp.texi (File): Tweak wording for the `scpc' option.
1045
e7719ea1
G
10462012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1047
1048 * gnus.texi (Group Parameters): Really note precedence.
1049
9937bef4
G
10502012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1051
1052 * gnus.texi (Group Parameters): Note precedence.
1053
e66ba1df
BG
10542012-01-03 Eric Schulte <eric.schulte@gmx.com>
1055
1056 * org.texi (Noweb reference syntax): Adding documentation of
1057 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1058 variable.
1059
10602012-01-03 Bastien Guerry <bzg@gnu.org>
1061
1062 * org.texi (Plain lists): Split the table to fix the display
1063 of items.
1064
10652012-01-03 Bastien Guerry <bzg@gnu.org>
1066
1067 * org.texi (Plain lists): Fix misplaced explanation.
1068
10692012-01-03 Bastien Guerry <bzg@gnu.org>
1070
1071 * org.texi (Plain lists, Agenda files): Add index entries.
1072
10732012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1074
1075 * org.texi: Use "Org mode" instead of alternatives like
1076 "Org-mode" or "org-mode".
1077
10782012-01-03 Bernt Hansen <bernt@norang.ca>
1079
1080 * org.texi (Agenda commands): Document
1081 `org-clock-report-include-clocking-task'.
1082
10832012-01-03 Bastien Guerry <bzg@gnu.org>
1084
1085 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1086 C-c' on checkboxes.
1087
10882012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1089
1090 * org.texi: End sentences with two spaces.
1091
10922012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1093
1094 * org.texi (External links): Document the link types file+sys
1095 and file+emacs, slightly narrow used page width.
1096
10972012-01-03 Eric Schulte <eric.schulte@gmx.com>
1098
1099 * org.texi (colnames): Note that colnames behavior may differ
1100 across languages.
1101
11022012-01-03 Bastien Guerry <bzg@gnu.org>
1103
1104 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1105
11062012-01-03 Thomas Dye <dk@poto.westell.com>
1107
1108 * org.texi: Augmented discussion of babel property
1109 inheritance. Put footnote outside sentence ending period.
1110
11112012-01-03 Eric Schulte <schulte.eric@gmail.com>
1112
1113 * org.texi (eval): Documenting the full range of :eval header
1114 argument values.
1115
11162012-01-03 Eric Schulte <schulte.eric@gmail.com>
1117
1118 * org.texi (eval): Documentation of the new :eval option.
1119
11202012-01-03 Thomas Dye <dk@poto.local>
1121
1122 * org.texi: Add accumulated properties.
1123
11242012-01-03 Thomas Dye <dk@poto.local>
1125
1126 * org.texi: Documented no spaces in name=assign, another
1127 correction to :var table.
1128
11292012-01-03 Thomas Dye <dk@poto.local>
1130
1131 * org.texi: Changed DATA to NAME in Working With Source Code
1132 section.
1133
11342012-01-03 Tom Dye <tsd@tsdye.com>
1135
1136 * org.texi: Minor change to :var table.
1137
11382012-01-03 Tom Dye <tsd@tsdye.com>
1139
1140 * org.texi: More changes to :var table (some examples were wrong).
1141
11422012-01-03 Tom Dye <tsd@tsdye.com>
1143
1144 * org.texi: Cleaned up :var table.
1145
11462012-01-03 Bastien Guerry <bzg@gnu.org>
1147
1148 * org.texi (Timestamps, Weekly/daily agenda)
1149 (Weekly/daily agenda): Add @cindex for "appointment".
1150
11512012-01-03 Eric Schulte <schulte.eric@gmail.com>
1152
1153 * org.texi (Literal examples): A new link to the template for
1154 inserting empty code blocks.
1155 (Structure of code blocks): A new link to the template for
1156 inserting empty code blocks.
1157
11582012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1159
1160 * org.texi (External links): Add footnote on how the behavior
1161 of the text search in Org files are controled by the variable
1162 `org-link-search-must-match-exact-headline'.
1163
11642012-01-03 Eric Schulte <schulte.eric@gmail.com>
1165
1166 * org.texi (Buffer-wide header arguments): Update
1167 documentation to reflect removal of #+PROPERTIES.
1168
11692012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1170
1171 * org.texi (The clock table): Mention that ACHIVED trees
1172 contribute to the clock table.
1173
11742012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1175
1176 * org.texi (Conflicts): Better yasnippet config info.
1177
11782012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1179
1180 * org.texi (Selective export): Explicitely mention the default
1181 values for `org-export-select-tags',
1182 `org-export-exclude-tags'.
1183
11842012-01-03 Tom Dye <tsd@tsdye.com>
1185
1186 * org.texi: Added a line to specify that header arguments are
1187 lowercase.
1188
11892012-01-03 Tom Dye <tsd@tsdye.com>
1190
1191 * org.texi: :var requires default value when declared.
1192
11932012-01-03 Bastien Guerry <bzg@gnu.org>
1194
1195 * org.texi (Handling links): Add a note about the
1196 `org-link-frame-setup' option.
1197
11982012-01-03 David Maus <dmaus@ictsoc.de>
1199
1200 * org.texi (Exporting Agenda Views, Extracting agenda
1201 information): Fix command line syntax, quote symbol parameter
1202 values.
1203
12042012-01-03 David Maus <dmaus@ictsoc.de>
1205
1206 * org.texi (Exporting Agenda Views): Fix command line syntax.
1207
8d80ef01
PE
12082011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1209
1210 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1211 Use octal notation for file permissions, which are normally
1212 thought of in octal.
1213 (Mail Back End Variables): Use more-plausible modes in example.
1214
47d42d81
AM
12152011-12-20 Alan Mackenzie <acm@muc.de>
1216
1217 * cc-mode.texi: Update version string 5.31 -> 5.32.
1218
a98edce9
JB
12192011-12-06 Juanma Barranquero <lekktu@gmail.com>
1220
1221 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1222
321decc8
GM
12232011-11-24 Glenn Morris <rgm@gnu.org>
1224
1225 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1226
f8107b79
JB
12272011-11-24 Juanma Barranquero <lekktu@gmail.com>
1228
1229 * makefile.w32-in: Update dependencies.
1230
f5a96a4f
GM
12312011-11-20 Glenn Morris <rgm@gnu.org>
1232
1233 * gnus.texi (Group Information):
1234 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1235
cd1181db
JB
12362011-11-20 Juanma Barranquero <lekktu@gmail.com>
1237
1238 * gnus-coding.texi (Gnus Maintenance Guide):
1239 Rename from "Gnus Maintainance Guide".
1240
1241 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1242 * eieio.texi (Customizing):
fe7a3057
JB
1243 * gnus.texi (Article Washing):
1244 * gnus-news.texi:
1245 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 1246
7877f373
JB
12472011-11-16 Juanma Barranquero <lekktu@gmail.com>
1248
1249 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1250
0d26e0b6
JB
12512011-11-15 Juanma Barranquero <lekktu@gmail.com>
1252
c7015153
JB
1253 * ede.texi (project-am-texinfo):
1254 * gnus.texi (Sending or Not Sending):
1255 * org.texi (Template elements): Fix typos.
0d26e0b6 1256
0b381c7e
JB
12572011-11-14 Juanma Barranquero <lekktu@gmail.com>
1258
1259 * ediff.texi (Hooks):
c7015153 1260 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 1261
40a8bdf6
JB
12622011-11-11 Juanma Barranquero <lekktu@gmail.com>
1263
1264 * semantic.texi (Tag handling): Fix typo.
1265
57dda3bb
KY
12662011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1267
1268 * gnus.texi (Other Gnus Versions): Remove.
1269
52bedd34
AM
12702011-10-28 Alan Mackenzie <acm@muc.de>
1271
1272 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1273 (Other Special Indentations): Add an xref to "Macros with ;".
1274 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1275 "Macros with ;".
1276 (Macros with ;): New page.
1277
00b77525
GM
1278 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1279 Document the new handling of nested scopes for movement by defuns.
52bedd34 1280
4a623313
MA
12812011-10-23 Michael Albinus <michael.albinus@gmx.de>
1282
1283 Sync with Tramp 2.2.3.
1284
1285 * trampver.texi: Update release number.
1286
466a320e
GM
12872011-10-14 Glenn Morris <rgm@gnu.org>
1288
1289 * ert.texi (Introduction, How to Run Tests)
1290 (Running Tests Interactively, Expected Failures)
1291 (Tests and Their Environment, Useful Techniques)
1292 (Interactive Debugging, Fixtures and Test Suites):
1293 Minor rephrasings.
1294 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1295 (Running Tests in Batch Mode): Simplify loading instructions.
1296 (Test Selectors): Clarify some selectors.
1297 (Expected Failures, Useful Techniques):
1298 Make examples fit in 80 columns.
1299
2be4956d
JB
13002011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1301
1302 * calc.texi (Basic Operations on Units): Discuss temperature
1303 conversion (`u t') alongside with other unit conversions ('u c').
1304
7359a765
GM
13052011-10-12 Glenn Morris <rgm@gnu.org>
1306
1307 * ert.texi: Whitespace trivia to make main menu items line up better.
1308
a0c52e5d
GM
13092011-10-08 Glenn Morris <rgm@gnu.org>
1310
1311 * Makefile.in: Fix ert rules.
1312
465d0300
G
13132011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1314
1315 * gnus.texi (Gnus Utility Functions): Add more references and
1316 explanations (bug#9683).
1317
a5166359
LMI
13182011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1319
1320 * gnus.texi (Archived Messages): Note the default (bug#9552).
1321
b523dc20
BW
13222011-09-21 Bill Wohler <wohler@newt.com>
1323
1324 Release MH-E manual version 8.3.
1325
58179cce 1326 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
1327 release 8.3.
1328 (Preface): Updated support information.
bd7239f5 1329 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
1330 historical quote, the tense should be correct in the time that it
1331 was written.
1332
0afb49a1
LMI
13332011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1334
1335 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1336 (Finding the News): Doc clarification.
1337 (Terminology): Mention naming.
1338
e21bac42
G
13392011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1340
1341 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1342 (Interactive): Document `quiet'.
1343
5b409b39 13442011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 1345
bd7239f5 1346 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 1347
5b409b39 13482011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1349
bd7239f5 1350 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
1351 scope for `org-map-entries'.
1352
5b409b39 13532011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1354
1355 * org.texi (Visibility cycling): Document `org-copy-visible'.
1356
5b409b39 13572011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1358
bd7239f5 1359 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
1360 proper order.
1361
5b409b39 13622011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1363
1364 * org.texi (eval): Expand discussion of the :eval header argument.
1365
5b409b39 13662011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1367
1368 * org.texi (Languages): Add Lilypond and Awk as supported
1369 languages.
1370
5b409b39 13712011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 1372
bd7239f5 1373 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
1374 LOG_INTO_DRAWER can be used to override the contents of variable
1375 org-clock-into-drawer (or if unset, org-log-into-drawer).
1376
bd7239f5 1377 * org.texi: Replace @xref->@pxref.
3ab2c837 1378
5b409b39 13792011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1380
1381 * org.texi (Evaluating code blocks): Documenting the new option
1382 for inline call lines.
1383
5b409b39 13842011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1385
1386 * org.texi (Results of evaluation): More explicit about the
1387 mechanism through which interactive evaluation of code is
1388 performed.
1389
5b409b39 13902011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1391
1392 * org.texi (noweb-ref): New header argument documentation.
1393
5b409b39 13942011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1395
1396 * org.texi (Extracting source code): Documentation of the new
1397 org-babel-tangle-named-block-combination variable.
1398
5b409b39 13992011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1400
bd7239f5 1401 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 1402 behavior of multiple blocks of the same name is undefined.
3ab2c837 1403
5b409b39 14042011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
1405
1406 * org.texi (TaskJuggler export): Modify the example to reflect the
1407 new effort durations.
1408
5b409b39 14092011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1410
1411 * org.texi (Images in LaTeX export): Escape curly brackets in
1412 LaTeX example.
1413
5b409b39 14142011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1415
1416 * org.texi (The clock table): Document the :properties and
1417 :inherit-props arguments for the clocktable.
1418
5b409b39 14192011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1420
1421 * org.texi (Tables in LaTeX export): Document specifying placement
1422 options for tables.
1423
5b409b39 14242011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1425
1426 * org.texi (Evaluating code blocks): More specific documentation
1427 about the different types of header arguments.
1428
5b409b39 14292011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
1430
1431 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1432
5b409b39 14332011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1434
1435 * org.texi (Built-in table editor): Document the table field
1436 follow mode.
1437
5b409b39 14382011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1439
1440 * org.texi (Easy Templates): Document new template.
1441
5b409b39 14422011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1443
1444 * org.texi (Literal examples): Add a cross-reference from "Literal
1445 Examples" to "Easy Templates."
1446
5b409b39 14472011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1448
1449 * org.texi (The clock table): Add link to match syntax.
1450
5b409b39 14512011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1452
1453 * org.texi (Agenda commands): Document clock consistency checks.
1454
5b409b39 14552011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1456
1457 * org.texi (Built-in table editor): Document that \vert represents
1458 a vertical bar in a table field.
1459
5b409b39 14602011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1461
1462 * org.texi (Literal examples): Link from "Markup" > "Literate
1463 Examples" to "Working with Source Code".
1464
5b409b39 14652011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1466
1467 * org.texi (Agenda commands): Doc for function option to bulk
1468 action.
1469
5b409b39 14702011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1471
1472 * org.texi (Template expansion): Document new %<...> template
1473 escape.
1474
5b409b39 14752011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1476
1477 * org.texi (Selective export): Document exclusion of any tasks
1478 from export.
1479
5b409b39 14802011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1481
1482 * org.texi (Selective export): Document how to exclude DONE tasks
1483 from export.
1484 (Publishing options): Document the properties to be used to turn off
1485 export of DONE tasks.
1486
5b409b39 14872011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1488
1489 * org.texi (The date/time prompt): Document date range protection.
1490
5b409b39 14912011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1492
1493 * org.texi (padline): Documentation of the new padline header
1494 argument.
1495
5b409b39 14962011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1497
1498 * org.texi (var): Adding "[" to list of characters triggering
1499 elisp evaluation.
1500
5b409b39 15012011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1502
1503 * org.texi (var): Documentation of Emacs Lisp evaluation during
1504 variable assignment.
1505
5b409b39 15062011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1507
1508 * org.texi (colnames): Reference indexing into variables, and note
1509 that colnames are *not* removed before indexing occurs.
1510 (rownames): Reference indexing into variables, and note that
1511 rownames are *not* removed before indexing occurs.
1512
5b409b39 15132011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1514
1515 * org.texi (var): Clarification of indexing into tabular
1516 variables.
1517
5b409b39 15182011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1519
1520 * org.texi (results): Documentation of the `:results wrap' header
1521 argument.
1522
5b409b39 15232011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1524
bd7239f5 1525 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
1526 of the LaTeX export: the org file has to be properly structured.
1527
5b409b39 15282011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1529
1530 * org.texi (Dynamic blocks, Structure editing): Mention
1531 the function `org-narrow-to-block'.
1532
5b409b39 15332011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1534
1535 * org.texi (Languages): Updating list of code block supported
1536 languages.
1537
5b409b39 15382011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1539
1540 * org.texi (Special properties): CATEGORY is a special property,
1541 but it may also used in the drawer.
1542
5b409b39 15432011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1544
1545 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1546
5b409b39 15472011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1548
1549 * org.texi (Include files): Document :lines.
1550
5b409b39 15512011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1552
1553 * org.texi (comments): Documentation of the ":comments noweb" code
1554 block header argument.
1555
5b409b39 15562011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1557
1558 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1559 added extra whitespace around functions to be consistent with the
1560 rest of the section.
1561
5b409b39 15622011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1563
0b381c7e 1564 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
1565 #+call: line syntax.
1566 (Header arguments in function calls): Expanded discussion of
1567 #+call: line syntax.
1568
5b409b39 15692011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1570
1571 * org.texi (Evaluating code blocks): More explicit about how to
1572 pass variables to #+call lines.
1573
5b409b39 15742011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1575
1576 * org.texi (Results of evaluation): Link to the :results header
1577 argument list from the "Results of evaluation" section.
1578
5b409b39 15792011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1580
1581 * org.texi (Conflicts): Adding additional information about
1582 resolving org/yasnippet conflicts.
1583
5b409b39 15842011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1585
1586 * org.texi (Publishing options): Document style-include-scripts
1587 publishing project property.
1588
5b409b39 15892011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1590
1591 * org.texi (Sparse trees): Document the next-error /
1592 previous-error functionality.
1593
5b409b39 15942011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1595
1596 * org.texi (cache): Improved documentation of code block caches.
1597
5b409b39 15982011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1599
1600 * org.texi (Code block specific header arguments): Documentation
1601 of multi-line header arguments.
1602
5b409b39 16032011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1604
1605 * org.texi (Code evaluation security): Add example for using a
1606 function.
1607
5b409b39 16082011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1609
1610 * org.texi (Tables in LaTeX export): Documentation of new
1611 attr_latex options for tables.
1612
5b409b39
BG
16132011-08-03 Michael Albinus <michael.albinus@gmx.de>
1614
1615 * trampver.texi: Update release number.
1616
16172011-07-30 Michael Albinus <michael.albinus@gmx.de>
1618
1619 Sync with Tramp 2.2.2.
1620
1621 * trampver.texi: Update release number.
1622
064e2d08
LMI
16232011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1624
1625 * flymake.texi (Example -- Configuring a tool called via make):
1626 Use /dev/null instead of the Windows "nul" (bug#8715).
1627
b8151e9c
LMI
16282011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1629
1630 * widget.texi (Setting Up the Buffer): Remove mention of the
1631 global keymap parent, which doesn't seem to be accurate
1632 (bug#7045).
1633
5b409b39
BG
16342011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1635
1636 * org.texi (Special agenda views): Fix double quoting (bug#3509).
1637
c0a8ae95
KR
16382010-07-10 Kevin Ryde <user42@zip.com.au>
1639
1640 * cl.texi (For Clauses): Add destructuring example processing an
1641 alist (bug#6596).
1642
ac6531ad
LMI
16432011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1644
1645 * ediff.texi (Major Entry Points): Remove mention of `require',
1646 since that's not pertinent in the installed Emacs (bug#9016).
1647
d30dd079
G
16482011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1649
1650 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
1651 (Filtering New Groups): Clarify how simple the "options -n" format is.
1652 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1653 is internal.
d30dd079 1654
862c0d68
MA
16552011-07-04 Michael Albinus <michael.albinus@gmx.de>
1656
1657 * tramp.texi (Cleanup remote connections): Add
1658 `tramp-cleanup-this-connection'.
1659
cd865a33
G
16602011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1661
1662 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1663 zombies.
1664 (Checking New Groups): Ditto (bug#8974).
7d1738f1 1665 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
1666
16672011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1668
1669 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1670 backups, and not actual vc (bug#8975).
1671
79414ae4
KR
16722011-07-03 Kevin Ryde <user42@zip.com.au>
1673
1674 * cl.texi (For Clauses): @items for hash-values and key-bindings
1675 to make them more visible when skimming. Add examples of `using'
1676 clause to them, examples being clearer than a description in
1677 words (bug#6599).
1678
847ccf7c
AM
16792011-07-01 Alan Mackenzie <acm@muc.de>
1680
1681 * cc-mode.texi (Guessing the Style): New page.
1682 (Styles): Add a short introduction to above.
1683
3da13bb9
DD
16842011-06-28 Deniz Dogan <deniz@dogan.se>
1685
1686 * rcirc.texi (Configuration): Bug-fix:
1687 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1688 Reported by Elias Pipping <pipping@exherbo.org>.
1689
60a0884e
G
16902011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1691
1692 * gnus.texi (Summary Mail Commands): Document
1693 `gnus-summary-reply-to-list-with-original'.
1694
0c7efc08
SM
16952011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1696
1697 * eshell.texi (Known problems): Fix typo.
1698
ea3596a2
MA
16992011-06-12 Michael Albinus <michael.albinus@gmx.de>
1700
0c7efc08 1701 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1702 (Password handling): `auth-source-debug' is good for debug messages.
1703
2da9c605
G
17042011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1705
1706 * gnus.texi (Store custom flags and keywords): Refer to
1707 `gnus-registry-article-marks-to-{chars,names}' instead of
1708 `gnus-registry-user-format-function-{M,M2}'.
1709
e61923c8
GM
17102011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1711
1712 * texinfo.tex: Merge from gnulib.
1713
627abcdd
TZ
17142011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1715
1716 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1717 (Store custom flags and keywords):
1718 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1719 `gnus-registry-user-format-function-M2'.
1720
a3c92bc1
EZ
17212011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1722
8f906c40 1723 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1724
85d870a9
GM
17252011-05-17 Glenn Morris <rgm@gnu.org>
1726
1727 * gnus.texi (Face): Fix typo.
1728
2cdee799
GM
17292011-05-14 Glenn Morris <rgm@gnu.org>
1730
1731 * dired-x.texi (Omitting Examples): Minor addition.
1732
79b70037
GM
17332011-05-10 Jim Meyering <meyering@redhat.com>
1734
1735 * ede.texi: Fix typo "or or -> or".
1736
a7111a62 17372011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1738
1739 * gnus.texi (Summary Buffer Lines):
1740 gnus-summary-user-date-format-alist does not exist.
1741 (Sorting the Summary Buffer): More about sorting threads.
1742
69026aba
MA
17432011-04-25 Michael Albinus <michael.albinus@gmx.de>
1744
1745 * trampver.texi: Update release number.
1746
9024ff79
MA
17472011-04-14 Michael Albinus <michael.albinus@gmx.de>
1748
1749 * tramp.texi (Frequently Asked Questions): New item for disabling
1750 Tramp in other packages.
1751
c3c65d73
TZ
17522011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1753
1754 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1755 (Fancy splitting to parent, Store arbitrary data):
1756 Updated gnus-registry docs.
c3c65d73 1757
9ec6a317
JB
17582011-04-13 Juanma Barranquero <lekktu@gmail.com>
1759
1760 * ede.texi: Fix typos.
1761
1e3b6001
G
17622011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1763
9ec6a317
JB
1764 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1765 It's @table @code.
1e3b6001 1766
a5954fa5
G
17672011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1768
ed9265fc 1769 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 1770
d71990a1
JB
17712011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1772
1773 * calc.texi (Logarithmic Units): Update the function names.
1774
1518e4f0
G
17752011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1776
1777 * message.texi (Various Commands): Document format specs in the
1778 ellipsis.
1779
a123622d
G
17802011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1781
1782 * message.texi (Insertion Variables): Document message-cite-style.
1783
17842011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1785
1786 * tramp.texi (Remote processes): New subsection "Running shell on
1787 a remote host".
1788
4248cca2
TZ
17892011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1790
1791 * auth.texi (Help for developers): Update docs to explain that the
1792 :save-function will only run the first time.
1793
54ce11a1
GM
17942011-03-12 Glenn Morris <rgm@gnu.org>
1795
1796 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1797 (emacs-faq.text): New target.
1798 (clean): Add emacs-faq.
1799
0c3b25f8
MA
18002011-03-12 Michael Albinus <michael.albinus@gmx.de>
1801
1802 Sync with Tramp 2.2.1.
1803
1804 * trampver.texi: Update release number.
1805
b740639e
GM
18062011-03-11 Glenn Morris <rgm@gnu.org>
1807
1808 * Makefile.in (HTML_TARGETS): New.
1809 (clean): Delete $HTML_TARGETS.
1810 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1811
733afdf4
TZ
18122011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1813
1814 * auth.texi (Help for developers): Show example of using
1815 `auth-source-search' with prompts and :save-function.
1816
33383987
JB
18172011-03-07 Chong Yidong <cyd@stupidchicken.com>
1818
1819 * Version 23.3 released.
1820
a5057546
G
18212011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1822
1823 * message.texi (Message Buffers): Update default value of
1824 message-generate-new-buffers.
1825
479a2c9b
JB
18262011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1827
1828 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1829 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1830 respectively.
05a29101
JB
1831 (Musical Notes): New section.
1832 (Customizing Calc): Mention the customizable variable
1833 calc-note-threshold.
479a2c9b 1834
e0535b76
GM
18352011-03-03 Glenn Morris <rgm@gnu.org>
1836
1837 * url.texi (Dealing with HTTP documents): Remove reference to
1838 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1839 (Configuration): Update url-configuration-directory description.
e0535b76 1840
2777ccbf
GM
18412011-03-02 Glenn Morris <rgm@gnu.org>
1842
1843 * dired-x.texi (Multiple Dired Directories): Remove mentions
1844 of dired-default-directory-alist and dired-default-directory.
1845 Move dired-smart-shell-command here...
1846 (Miscellaneous Commands): ... from here.
1847
257219bd
PE
18482011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1849
1850 * texinfo.tex: Update to version 2011-02-24.09.
1851
8889f4e2
GM
18522011-03-02 Glenn Morris <rgm@gnu.org>
1853
1854 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1855 instead of the obsoleted dired-omit-here-always.
1856
5d41af19
MA
18572011-02-28 Michael Albinus <michael.albinus@gmx.de>
1858
1859 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1860 supported systems.
1861
2b0c7330 18622011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1863
61cf3a76
GM
1864 * dbus.texi (Type Conversion): Grammar fix.
1865
cce7d530 18662011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1867
cce7d530
GM
1868 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1869 "Debian GNU/Linux".
51a13bdd 1870
cce7d530
GM
1871 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1872
817b48a7
GM
18732011-02-23 Glenn Morris <rgm@gnu.org>
1874
cce7d530
GM
1875 * dired-x.texi (Features): Minor rephrasing.
1876 (Local Variables): Fix typos.
47301027
GM
1877
1878 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1879 Standardize some Emacs/XEmacs terminology.
1880
817b48a7
GM
1881 * dired-x.texi (Features): Don't advertise obsolete local variables.
1882 Simplify layout.
1883 (Omitting Variables): Update local variables example.
1884 (Local Variables): Say this is obsolete. Fix description of
1885 dired-enable-local-variables possible values.
1886
4a3988d5
G
18872011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1888
1889 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1890 default now.
1891
8e22bee0
G
18922011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1893
1894 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1895
06b840e0
LI
18962011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1897
1898 * gnus.texi (Window Layout): Document layout names.
1899
67ab0163 19002011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1901
1902 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1903 * auth.texi: Sync @dircategory with ../../info/dir.
1904 * autotype.texi: Sync @dircategory with ../../info/dir.
1905 * calc.texi: Sync @dircategory with ../../info/dir.
1906 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1907 * cl.texi: Sync @dircategory with ../../info/dir.
1908 * dbus.texi: Sync @dircategory with ../../info/dir.
1909 * dired-x.texi: Sync @dircategory with ../../info/dir.
1910 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1911 * ede.texi: Sync @dircategory with ../../info/dir.
1912 * ediff.texi: Sync @dircategory with ../../info/dir.
1913 * edt.texi: Sync @dircategory with ../../info/dir.
1914 * eieio.texi: Sync @dircategory with ../../info/dir.
1915 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1916 * epa.texi: Sync @dircategory with ../../info/dir.
1917 * erc.texi: Sync @dircategory with ../../info/dir.
1918 * eshell.texi: Sync @dircategory with ../../info/dir.
1919 * eudc.texi: Sync @dircategory with ../../info/dir.
1920 * flymake.texi: Sync @dircategory with ../../info/dir.
1921 * forms.texi: Sync @dircategory with ../../info/dir.
1922 * gnus.texi: Sync @dircategory with ../../info/dir.
1923 * idlwave.texi: Sync @dircategory with ../../info/dir.
1924 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1925 * message.texi: Sync @dircategory with ../../info/dir.
1926 * mh-e.texi: Sync @dircategory with ../../info/dir.
1927 * newsticker.texi: Sync @dircategory with ../../info/dir.
1928 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1929 * org.texi: Sync @dircategory with ../../info/dir.
1930 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1931 * pgg.texi: Sync @dircategory with ../../info/dir.
1932 * rcirc.texi: Sync @dircategory with ../../info/dir.
1933 * reftex.texi: Sync @dircategory with ../../info/dir.
1934 * remember.texi: Sync @dircategory with ../../info/dir.
1935 * sasl.texi: Sync @dircategory with ../../info/dir.
1936 * sc.texi: Sync @dircategory with ../../info/dir.
1937 * semantic.texi: Sync @dircategory with ../../info/dir.
1938 * ses.texi: Sync @dircategory with ../../info/dir.
1939 * sieve.texi: Sync @dircategory with ../../info/dir.
1940 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1941 * speedbar.texi: Sync @dircategory with ../../info/dir.
1942 * trampver.texi [emacs]: Set emacsname to "Emacs".
1943 * tramp.texi: Sync @dircategory with ../../info/dir.
1944 * url.texi: Sync @dircategory with ../../info/dir.
1945 * vip.texi: Sync @dircategory with ../../info/dir.
1946 * viper.texi: Sync @dircategory with ../../info/dir.
1947 * widget.texi: Sync @dircategory with ../../info/dir.
1948 * woman.texi: Sync @dircategory with ../../info/dir.
1949
30abce25
GM
19502011-02-19 Glenn Morris <rgm@gnu.org>
1951
0c7efc08
SM
1952 * dired-x.texi (Technical Details): No longer redefines
1953 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1954 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1955
f31f8469
GM
19562011-02-18 Glenn Morris <rgm@gnu.org>
1957
1958 * dired-x.texi (Optional Installation File At Point): Simplify.
1959
35123c04
TZ
19602011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1961
1962 * auth.texi (Help for users): Use :port instead of :protocol for all
1963 auth-source docs.
7ba93e94
G
1964 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1965 to have two files in `auth-sources'.
35123c04 1966
da5e0ce4
GM
19672011-02-16 Glenn Morris <rgm@gnu.org>
1968
b322c9af
GM
1969 * dired-x.texi: Use emacsver.texi to get Emacs version.
1970 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1971 Depend on emacsver.texi.
1972
07ca5555
GM
1973 * dired-x.texi: Drop meaningless version number.
1974 (Introduction): Remove old info.
1975 (Optional Installation Dired Jump): Autoload from dired-x.
1976 Remove incorrect info about loaddefs.el.
1977 (Bugs): Just refer to M-x report-emacs-bug.
1978
da5e0ce4
GM
1979 * dired-x.texi (Multiple Dired Directories): Update for rename of
1980 default-directory-alist.
1981 (Miscellaneous Commands): No longer mention very old VM version 4.
1982
bb55f713
PE
19832011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1984
1985 Merge from gnulib.
1986 * texinfo.tex: Update to version 2011-02-14.11.
1987
5415d076
G
19882011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1989
da5e0ce4
GM
1990 * auth.texi (Help for users):
1991 Login collection is "Login" and not "login".
5415d076 1992
14029d4b
MA
19932011-02-13 Michael Albinus <michael.albinus@gmx.de>
1994
1995 * tramp.texi (History): Remove IMAP support.
1996 (External methods, Frequently Asked Questions): Remove `imap' and
1997 `imaps' methods.
1998 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1999
2000 * trampver.texi: Remove default value of `emacsimap'.
2001
8a36c07f
GM
20022011-02-13 Glenn Morris <rgm@gnu.org>
2003
2004 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
2005 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
2006
165bc5a0
GM
20072011-02-12 Glenn Morris <rgm@gnu.org>
2008
2009 * sc.texi (Getting Connected): Remove old index entries.
2010
5415d076 20112011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
2012
2013 * url.texi: Remove duplicate @dircategory (Bug#7942).
2014
b8e0f0cd
G
20152011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
2016
8a36c07f
GM
2017 * auth.texi (Overview, Help for users, Help for developers):
2018 Update docs.
b8e0f0cd
G
2019 (Help for users): Talk about spaces.
2020
caf82551
PE
20212011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2022
2023 * texinfo.tex: Update to version 2011-02-07.16.
2024
1ff98217
MA
20252011-02-07 Michael Albinus <michael.albinus@gmx.de>
2026
2027 * dbus.texi (Bus names): Adapt descriptions for
2028 dbus-list-activatable-names and dbus-list-known-names.
2029
2e78df6b
JB
20302011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
2031
2032 * calc.texi (Logarithmic Units): New section.
2033
7fbf7cae
TZ
20342011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
2035
2036 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
2037 manuals use it now.
2038
0c7efc08 2039 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 2040
156ad271
KY
20412011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
2042
2043 * overrides.texi: Remove.
2044
2045 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2046 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2047
36539990
MA
20482011-02-05 Michael Albinus <michael.albinus@gmx.de>
2049
2050 * tramp.texi (Frequently Asked Questions): Mention problems with
2051 WinSSHD.
2052
2053 * trampver.texi: Update release number.
2054
20552011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
2056
2057 * tramp.texi:
2058 Replace "delimet" with "delimit" globally.
2059 Replace "explicite" with "explicit" globally.
2060 Replace "instead of" with "instead" where there was nothing after "of".
2061 Audit use of comma before interrogative pronoun, "that", or "which".
2062 Minor word order, spelling, wording changes.
2063
ec72bf63
G
20642011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2065
2066 * overrides.texi: New file to set or clear WEBHACKDEVEL.
2067
2068 * sieve.texi: Use WEBHACKDEVEL.
2069
2070 * sasl.texi: Use WEBHACKDEVEL.
2071
2072 * pgg.texi: Use WEBHACKDEVEL.
2073
2074 * message.texi: Use WEBHACKDEVEL.
2075
2076 * gnus.texi: Use WEBHACKDEVEL.
2077
2078 * emacs-mime.texi: Use WEBHACKDEVEL.
2079
2080 * auth.texi: Use WEBHACKDEVEL.
2081
2082 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2083 manuals.
2084
20852011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2086
2087 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2088
90b750f4
PE
20892011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2090
2091 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2092 which in turn is copied from ftp://tug.org/tex/.
2093
0e751a49
GM
20942011-02-03 Glenn Morris <rgm@gnu.org>
2095
2096 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2097 (Binding combinations of modifiers and function keys):
2098 Let's assume people reading this are not using Emacs 18.
2099
7f13c2e2
LI
21002011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2101
2102 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2103 since it's run automatically.
2104
d76c843e
LI
21052011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2106
2107 * gnus.texi (Customizing Articles): Fix typo.
2108
12e3ca0a
LI
21092011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2110
2111 * gnus.texi (Customizing Articles): Document the new way of customizing
2112 the date headers(s).
2113
fe72c8fa
LI
21142011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2115
2116 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2117 splitting example.
2118
bf3dae7e
EZ
21192011-01-29 Eli Zaretskii <eliz@gnu.org>
2120
2121 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2122 (MAKEINFO_OPTS): New variable.
2123 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2124 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2125 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2126 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2127 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2128 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2129 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2130 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2131 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2132 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2133 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2134 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2135 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2136 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2137 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2138 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2139 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2140 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2141
d6f13ac8
LI
21422011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2143
2144 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2145
c5ecc769
G
21462011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2147
2148 * message.texi (IDNA): Explain what it is.
2149
21502011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2151
2152 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2153
45eb2a5d
WL
21542011-01-23 Werner Lemberg <wl@gnu.org>
2155
2156 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2157 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2158 (ENVADD): Update.
45eb2a5d 2159
6872a814
GM
21602011-01-18 Glenn Morris <rgm@gnu.org>
2161
2162 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2163
77ab81d0 21642011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2165
2166 * nxml-mode.texi (Introduction): Fix file name typos.
2167
d221e780
CO
21682011-01-13 Christian Ohler <ohler@gnu.org>
2169
2170 * ert.texi: New file.
2171
2172 * Makefile.in:
2173 * makefile.w32-in: Add ert.texi.
2174
8c904d82
MA
21752011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2176
2177 * dbus.texi (Receiving Method Calls): New function
2178 dbus-register-service. Rearrange node.
2179
f56e0e7a
PE
21802011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2181
2182 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2183 which in turn is copied from ftp://tug.org/tex/.
2184
0fadf00e
MA
21852011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2186
2187 * dbus.texi (Receiving Method Calls): Describe new optional
2188 parameter dont-register-service of dbus-register-{method,property}.
2189
8b358e90
DU
21902010-12-17 Daiki Ueno <ueno@unixuser.org>
2191
0c7efc08
SM
2192 * epa.texi (Encrypting/decrypting *.gpg files):
2193 Mention epa-file-select-keys.
8b358e90 2194
549c9aed
G
21952010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2196
2197 * gnus.texi (Archived Messages): Remove outdated text.
2198
21992010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2200
0c7efc08 2201 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 2202
156e3f9c
G
22032010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2204
83f3eadc 2205 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 2206
8151d490
AC
22072010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2208
2209 * gnus.texi (The swish++ Engine): Add customizable parameters
2210 descriptions.
2211 (The swish-e Engine): Ditto.
2212
305bdd22
MA
22132010-12-14 Michael Albinus <michael.albinus@gmx.de>
2214
2215 * tramp.texi (Inline methods): Add "ksu" method.
2216 (Remote processes): Add example with remote `default-directory'.
2217
53aff12a
GM
22182010-12-14 Glenn Morris <rgm@gnu.org>
2219
2220 * faq.texi (Expanding aliases when sending mail):
2221 Now build-mail-aliases is interactive.
2222
8a1cdce5
AC
22232010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2224
2225 * gnus.texi: First pass at adding (rough) nnir documentation.
2226
7410c270
G
22272010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2228
53aff12a
GM
2229 * gnus.texi (Filtering New Groups):
2230 Mention gnus-auto-subscribed-categories.
2231 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
2232 removed.
2233
f49d1f52 22342010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
2235
2236 * cl.texi (For Clauses): Small fixes for frames and windows.
2237
acedf35c
CD
22382010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2239
2240 * org.texi (Using capture): Document using prefix arguments for
2241 finalizing capture.
2242 (Agenda commands): Document prefix argument for the bulk scatter
2243 command.
2244 (Beamer class export): Document that also overlay arguments can be
2245 passed to the column environment.
2246 (Template elements): Document the new entry type.
2247
22482010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2249
2250 * org.texi (Include files): Document :minlevel.
2251
22522010-12-11 Julien Danjou <julien@danjou.info>
2253
2254 * org.texi (Categories): Document category icons.
2255
22562010-12-11 Eric Schulte <schulte.eric@gmail.com>
2257
2258 * org.texi (noweb): Fix typo.
2259
516aa569
G
22602010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2261
2262 * gnus.texi (Server Commands): Point to the rest of the server
2263 commands.
2264
04db63bc
G
22652010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2266
2267 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2268 g'.
2269
ed797193
G
22702010-12-02 Julien Danjou <julien@danjou.info>
2271
2272 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2273
22742010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2275
2276 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2277 (Direct Functions): Note the STARTTLS upgrade.
2278
07976ae3 22792010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 2280 James Clark <none@example.com>
d3dfb185
GM
2281
2282 * nxml-mode.texi (Introduction): New section.
2283
59e75882
G
22842010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2285
2286 * gnus.texi (Server Commands): Document gnus-server-show-server.
2287
568a887f
MA
22882010-11-20 Michael Albinus <michael.albinus@gmx.de>
2289
2290 Sync with Tramp 2.2.0.
2291
2292 * trampver.texi: Update release number.
2293
1265829e
JB
22942010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2295
2296 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2297 Mention that the TeX specific units won't use the `tex' prefix
2298 in TeX mode.
2299
239661c0
KY
23002010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2301
2302 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2303
4a47c275 23042010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
2305
2306 * edt.texi: Remove information about Emacs 19.
2307
4a47c275 23082010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
2309
2310 * trampver.texi: Update release number.
2311
2f0e0dc8
KY
23122010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2313
2314 * gnus.texi (Article Washing): Fix typo.
2315
afe98dfa
CD
23162010-11-11 Noorul Islam <noorul@noorul.com>
2317
56f5a94e 2318 * org.texi: Fix typo.
afe98dfa
CD
2319
23202010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2321
2322 * org.texi (Using capture): Explain that refiling is
2323 sensitive to cursor position.
2324
23252010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2326
56f5a94e 2327 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
2328
23292010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2330
2331 * org.texi: Document the <c> cookie.
2332
23332010-11-11 Eric Schulte <schulte.eric@gmail.com>
2334
bd7239f5 2335 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 2336 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
2337
23382010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2339
56f5a94e 2340 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
2341
23422010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2343
56f5a94e 2344 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
2345
23462010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2347
2348 * org.texi (Setting up the staging area): Document that
2349 file names remain visible when encrypting the MobileOrg files.
2350
23512010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2352
2353 * org.texi (Setting up the staging area): Document which
2354 versions are needed for encryption.
2355
23562010-11-11 Eric Schulte <schulte.eric@gmail.com>
2357
56f5a94e
GM
2358 * org.texi (noweb): Update :noweb documentation to
2359 reflect the new "tangle" argument.
afe98dfa
CD
2360
23612010-11-11 Eric Schulte <schulte.eric@gmail.com>
2362
56f5a94e
GM
2363 * org.texi (Batch execution): Improve tangling script in
2364 documentation.
afe98dfa
CD
2365
23662010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2367
2368 * org.texi (Handling links):
2369 (In-buffer settings): Document inlining images on startup.
2370
23712010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2372
2373 * org.texi (Setting up the staging area): Document use of
2374 crypt password.
2375
23762010-11-11 David Maus <dmaus@ictsoc.de>
2377
56f5a94e 2378 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
2379
23802010-11-11 David Maus <dmaus@ictsoc.de>
2381
56f5a94e
GM
2382 * org.texi (Template expansion): Add mew in table for link type
2383 escapes.
afe98dfa
CD
2384
23852010-11-11 David Maus <dmaus@ictsoc.de>
2386
56f5a94e 2387 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
2388
23892010-11-11 Eric Schulte <schulte.eric@gmail.com>
2390
56f5a94e 2391 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
2392
23932010-11-11 Eric Schulte <schulte.eric@gmail.com>
2394
56f5a94e 2395 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
2396
23972010-11-11 Eric Schulte <schulte.eric@gmail.com>
2398
56f5a94e
GM
2399 * org.texi (Structure of code blocks):
2400 Update documentation to mention inline code block syntax.
afe98dfa
CD
2401
24022010-11-11 Eric Schulte <schulte.eric@gmail.com>
2403
56f5a94e 2404 * org.texi (comments): Improve wording.
afe98dfa
CD
2405
24062010-11-11 Eric Schulte <schulte.eric@gmail.com>
2407
56f5a94e 2408 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
2409
24102010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2411
2412 * org.texi (Installation): Remove the special
2413 installation instructions for XEmacs.
2414
24152010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2416
56f5a94e 2417 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
2418 insertion of empty structural elements.
2419
24202010-11-11 Noorul Islam <noorul@noorul.com>
2421
56f5a94e 2422 * org.texi: Fix doc.
afe98dfa
CD
2423
24242010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2425
2426 * org.texi (The date/time prompt): Document specification
2427 of time ranges.
2428
24292010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2430
2431 * org.texi (Internal links): Document the changes in
2432 internal links.
2433
24342010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2435
2436 * org.texi (Agenda commands): Document the limitation for
2437 the filter preset - it can only be used for an entire agenda
2438 view, not in an individual block in a block agenda.
2439
24402010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2441
2442 * org.texi (iCalendar export): Document alarm creation.
2443
6f8fc60c
MA
24442010-11-10 Michael Albinus <michael.albinus@gmx.de>
2445
2446 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2447
be3c11b3
LMI
24482010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2449
2450 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2451
d607b96b 24522010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 2453
d607b96b 2454 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 2455
181cb5fb
G
24562010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2457
2458 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2459 since that works by default.
2460
24612010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2462
2463 * gnus.texi (Customizing the IMAP Connection): Document
2464 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2465
36bc5d3b
MA
24662010-11-04 Michael Albinus <michael.albinus@gmx.de>
2467
2468 * tramp.texi (Remote shell setup): New item "Interactive shell
2469 prompt". Reported by Christian Millour <cm@abtela.com>.
2470 (Remote shell setup, Remote processes): Use @code{} for
2471 environment variables.
2472
cf503f7c
GM
24732010-11-03 Glenn Morris <rgm@gnu.org>
2474
537b04b9 2475 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 2476 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 2477
389b76fa
G
24782010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2479
2480 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2481
2699a554 24822010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
2483
2484 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2485
2699a554 24862010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
2487
2488 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2489
99e65b2d
G
24902010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2491
0c7efc08
SM
2492 * gnus.texi (Client-Side IMAP Splitting):
2493 Mention nnimap-unsplittable-articles.
99e65b2d
G
2494
24952010-10-29 Julien Danjou <julien@danjou.info>
2496
2497 * gnus.texi (Finding the News): Remove references to obsoletes
2498 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2499
aeeb3dcb
EZ
25002010-10-29 Eli Zaretskii <eliz@gnu.org>
2501
2502 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2503 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2504 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2505 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2506
8289f37b
GM
25072010-10-28 Glenn Morris <rgm@gnu.org>
2508
2509 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2510 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2511 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2512
d85d3b3a
DU
25132010-10-25 Daiki Ueno <ueno@unixuser.org>
2514
2515 * epa.texi (Mail-mode integration): Add alternative key bindings
2516 for epa-mail commands; escape comma.
c05c2b9b 2517 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 2518
9f534a47
JB
25192010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
2520
99e65b2d 2521 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 2522
5793a7bc 25232010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
2524
2525 * gnus.texi (Group Parameters, Buttons): Fix typos.
2526
280f417b
G
25272010-10-22 Tassilo Horn <tassilo@member.fsf.org>
2528
2529 * gnus.texi (Subscription Commands): Mention that you can also
2530 subscribe to new groups via the Server buffer, which is probably more
2531 convenient when subscribing to many groups.
2532
d806c872
G
25332010-10-21 Julien Danjou <julien@danjou.info>
2534
2535 * message.texi (Message Headers): Allow message-default-headers to be a
2536 function.
2537
d5798f68
LMI
25382010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2539
2540 * gnus-news.texi: Mention new archive defaults.
2541
b79bbef7
KY
25422010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2543
2544 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2545
2526f423
G
25462010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2547
2548 * gnus.texi (HTML): Document the function value of
2549 gnus-blocked-images.
2550 (Article Washing): shr and gnus-w3m, not the direct function names.
2551
ba91f05d
G
25522010-10-20 Julien Danjou <julien@danjou.info>
2553
2554 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2555 variable.
2556
da451787
LMI
25572010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2558
2559 * gnus.texi (Customizing the IMAP Connection): The port strings are
2560 strings.
c872595d 2561 (Document Groups): Mention git.
da451787 2562
7cad71ad
G
25632010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2564
2565 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2566 bzr/Gnus git sync.
2567
c56dfd36
EZ
25682010-10-15 Eli Zaretskii <eliz@gnu.org>
2569
2570 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2571 change.
2572
a1d16a7b
G
25732010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2574
2575 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2576 @item syntax for in-Emacs makeinfo.
2577
25782010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2579
2580 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2581 trim sentence.
2582
98e2b864
DU
25832010-10-12 Daiki Ueno <ueno@unixuser.org>
2584
2585 * epa.texi (Caching Passphrases):
0c7efc08
SM
2586 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2587 Clarify some configurations require to set up gpg-agent.
98e2b864 2588
c12e4a81
GM
25892010-10-11 Glenn Morris <rgm@gnu.org>
2590
2591 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2592
f7aa248a
G
25932010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2594
2595 * gnus.texi (Spam Package Introduction): Mention `$'.
2596
6513b232
EZ
25972010-10-09 Eli Zaretskii <eliz@gnu.org>
2598
2599 * makefile.w32-in (emacsdir): New variable.
2600 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2601 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2602
abd40fb4
GM
26032010-10-09 Glenn Morris <rgm@gnu.org>
2604
0f05450f
GM
2605 * Makefile.in (mostlyclean): Delete *.toc.
2606
d3a4ac46
GM
2607 * Makefile.in: Use $< in rules.
2608
aa9db089
GM
2609 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2610
abd40fb4
GM
2611 * Makefile.in ($(infodir)): Delete rule.
2612 (mkinfodir): New. Use it in all the info rules, rather than depending
2613 on infodir.
2614
ea274122
GM
26152010-10-09 Glenn Morris <rgm@gnu.org>
2616
6e90e2a8
GM
2617 * gnus.texi (Article Washing): Fix previous change.
2618
f7a31f11
GM
2619 * Makefile.in (emacsdir): New variable.
2620 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
2621 Depend on emacsver.texi.
2622
f7a31f11
GM
2623 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2624
ea274122
GM
2625 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2626
36d3245f
G
26272010-10-08 Julien Danjou <julien@danjou.info>
2628
f7a31f11 2629 * gnus.texi: Add mm-shr.
36d3245f
G
2630
26312010-10-08 Ludovic Courtès <ludo@gnu.org>
2632
2633 * gnus.texi (Finding the Parent, The Gnus Registry)
2634 (Registry Article Refer Method): Update docs for nnregistry.el.
2635
26362010-10-08 Daiki Ueno <ueno@unixuser.org>
2637
2638 * auth.texi (Help for users)
2639 (GnuPG and EasyPG Assistant Configuration): Update docs.
2640
12359245
GM
26412010-10-08 Glenn Morris <rgm@gnu.org>
2642
2643 * cl.texi (Organization, Installation, Old CL Compatibility):
2644 Deprecate cl-compat for new code.
4628bef1 2645 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
2646
2647 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2648
fcf2d385
KY
26492010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2650
2651 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2652
66627fa9
G
26532010-10-06 Julien Danjou <julien@danjou.info>
2654
fd9ba500
JD
2655 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2656
66627fa9
G
2657 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2658 broken link.
2659
2660 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2661
2662 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2663 to ReiserFS.
2664
2665 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2666 (FAQ 7-1): Fix getmail URL.
2667
65f54520
DU
26682010-10-06 Daiki Ueno <ueno@unixuser.org>
2669
2670 * epa.texi (Caching Passphrases): New section.
2671
4c83f6e1
GM
26722010-10-06 Glenn Morris <rgm@gnu.org>
2673
2674 * Makefile.in (SHELL): Set it.
2675 (info): Move the mkdir dependency to the individual info files.
2676 (mostlyclean): Tidy up.
2677 (clean): Only delete the specific dvi and pdf files.
2678 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 2679 ($(infodir)): Add parallel build workaround.
4c83f6e1 2680
71e691a5
G
26812010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2682
2683 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2684
a41c2e6d
G
26852010-10-03 Julien Danjou <julien@danjou.info>
2686
0c7efc08
SM
2687 * emacs-mime.texi (Display Customization):
2688 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
2689 mm-inline-large-images-proportion.
2690
37255945
MA
26912010-10-03 Michael Albinus <michael.albinus@gmx.de>
2692
0c7efc08
SM
2693 * tramp.texi (Frequently Asked Questions):
2694 Mention remote-file-name-inhibit-cache.
37255945 2695
11e4e7bd
LMI
26962010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2697
2698 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2699 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2700
cb83220a
KY
27012010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2702
0c7efc08
SM
2703 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2704 (Article Hiding): Add google banner example.
2705 Suggested by Benjamin Xu.
cb83220a 2706
6b958814
G
27072010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2708
0c7efc08
SM
2709 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2710 Remove nnimap-split-rule from examples.
6b958814
G
2711
27122010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2713
2714 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2715 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2716 Fishman.
2717 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2718
27192010-09-30 Julien Danjou <julien@danjou.info>
2720
2721 * gnus.texi (Gravatars): Fix documentation about
2722 gnu-gravatar-properties.
2723
b9476c04
DU
27242010-09-29 Daiki Ueno <ueno@unixuser.org>
2725
2726 * epa.texi (Bug Reports): New section.
2727
5f874327
GM
27282010-09-29 Glenn Morris <rgm@gnu.org>
2729
2730 * Makefile.in (top_srcdir): Remove unused variable.
2731
6b958814
G
27322010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2733
2734 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2735 (Client-Side IMAP Splitting): Document 'default.
2736
27372010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2738
0c7efc08
SM
2739 * gnus.texi (Customizing the IMAP Connection):
2740 Document nnimap-fetch-partial-articles.
6b958814 2741
82bccbfa
KY
27422010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2743
2744 * gnus-news.texi: Mention nnimap-inbox.
2745
2746 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2747
27482010-09-26 Julien Danjou <julien@danjou.info>
2749
47e08896 2750 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2751
27522010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2753
2754 * gnus.texi (Security): Remove gpg.el mention.
2755
27562010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2757
2758 * gnus.texi (Browse Foreign Server): New variable
2759 gnus-browse-subscribe-newsgroup-method.
2760
2761 * gnus-news.texi: Mention it.
2762
27632010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2764
0c7efc08 2765 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2766 (Startup Variables): No jingle.
2767
4c964351
UM
27682010-09-25 Ulrich Mueller <ulm@gentoo.org>
2769
2770 * woman.texi (Interface Options): xz compression is now supported.
2771
82bccbfa
KY
27722010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2773
2774 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2775 (Unavailable Servers): Document gnus-server-copy-server.
2776 (Using IMAP): Document the new nnimap.
2777
27782010-09-25 Julien Danjou <julien@danjou.info>
2779
47e08896 2780 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2781
18778f71
GM
27822010-09-24 Glenn Morris <rgm@gnu.org>
2783
2784 * url.texi (Disk Caching): Tweak previous change.
2785
9c766321
JD
27862010-09-24 Julien Danjou <julien@danjou.info>
2787
2788 * url.texi (Disk Caching): Mention url-cache-expire-time,
2789 url-cache-expired, and url-fetch-from-cache.
2790
82bccbfa
KY
27912010-09-24 Julien Danjou <julien@danjou.info>
2792
2793 * gnus.texi: Add Gravatars.
2794
27952010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2796
2797 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2798
592bdb9a
LMI
27992010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2800
2801 * gnus.texi (Expunging mailboxes): Update name of the expunging
2802 command.
2803
e4e22d29
KY
28042010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2805
2806 * emacs-mime.texi (rfc2047): Update description for
2807 rfc2047-encode-parameter.
2808
371d9801
MA
28092010-09-13 Michael Albinus <michael.albinus@gmx.de>
2810
2811 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2812 "fish" methods.
2813 (External methods): Remove "scp1_old" and "scp2_old" methods.
2814
31ae5827
MA
28152010-09-09 Michael Albinus <michael.albinus@gmx.de>
2816
2817 * tramp.texi: Remove Japanese manual. Fix typo.
2818
2819 * trampver.texi: Update release number. Remove japanesemanual.
2820
c0468714
GM
28212010-09-09 Glenn Morris <rgm@gnu.org>
2822
2823 * org.texi: Restore clobbered changes (copyright years, untabify).
2824
86441999
JD
28252010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2826
2827 * gnus.texi (Adaptive Scoring): Fix typo.
2828
25f28806
LMI
28292010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2830
2831 * gnus.texi (Article Display): Document gnus-html-show-images.
2832
45240125 28332010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2834
45240125
JD
2835 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2836
59d09f15
LMI
28372010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2838
2839 * gnus.texi (HTML): Document gnus-max-image-proportion.
2840
2cdd366f
KY
28412010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2842
51dee5ef
KY
2843 * gnus.texi (HTML): Document gnus-blocked-images.
2844
2cdd366f
KY
2845 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2846
b0e4f3fc
KY
28472010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2848
2849 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2850 the first message are used for wide replies.
f02566ce
KY
2851 (Changing Servers): Remove documentation on gnus-change-server and
2852 friends, since it's been removed.
b0e4f3fc 2853
598451ed
KY
28542010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2855
2856 * gnus.texi (Drafts): Mention B DEL.
2857
e7842e69
KY
28582010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2859
2860 * gnus.texi (Delayed Articles): Mention that the Date header is the
2861 original one, even if you delay.
2862
85115796
KY
28632010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2864
0c7efc08
SM
2865 * gnus.texi (Asynchronous Fetching):
2866 Document gnus-async-post-fetch-function.
85115796
KY
2867 (HTML): Made into its own section.
2868
f0b44bc0
MA
28692010-08-26 Michael Albinus <michael.albinus@gmx.de>
2870
2871 Sync with Tramp 2.1.19.
2872
217876c9 2873 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2874 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2875 Remove remark about doubled "-t" argument.
217876c9
MA
2876 (Auto-save and Backup): Remove reference to Emacs 21.
2877 (Filename Syntax): Describe port numbers.
2878 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2879 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2880 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2881 errors with the backquotes.
2882 (External packages): File attributes cache flushing for asynchronous
2883 processes.
2884 (Traces and Profiles): Describe verbose level 9.
2885
f0b44bc0
MA
2886 * trampver.texi: Update release number.
2887
7457f7b6
MA
28882010-08-23 Michael Albinus <michael.albinus@gmx.de>
2889
2890 * dbus.texi (Alternative Buses): New chapter.
2891
b695beda
SM
28922010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2893
2894 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2895
443c2c03
JB
28962010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2897
2898 * calc.texi (Customizing Calc): Rearrange description of new
2899 variables to match the presentation of other variables.
2900
7815fe19 29012010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2902
2903 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2904
2c695727
JB
29052010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2906
2907 * calc.texi (Making Selections, Selecting Subformulas)
2908 (Customizing Calc): Mention how to use faces to emphasize selected
2909 sub-formulas.
2910
bbb6ffa1
MA
29112010-08-05 Michael Albinus <michael.albinus@gmx.de>
2912
2913 * tramp.texi (External packages): File attributes cache flushing
2914 for asynchronous processes.
2915
5cee0a9c
AM
29162010-08-01 Alan Mackenzie <acm@muc.de>
2917
2918 Enhance the manual for the latest Java Mode.
2919
2920 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2921 annotation-var-cont.
2922 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2923 two new symbols.
2924
3f2afe32
MA
29252010-07-28 Michael Albinus <michael.albinus@gmx.de>
2926
2927 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2928
0ed082fe 29292010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2930
2931 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2932
311f0356
JB
29332010-07-19 Juanma Barranquero <lekktu@gmail.com>
2934
2935 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2936
86fbb8ca
CD
29372010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2938
2939 * org.texi: Add macros to get plain quotes in PDF output.
2940 List additional contributors.
2941 (Capture): New section, replaces the section about remember.
2942 (Working With Source Code): New chapter, focused on documenting Org
2943 Babel.
2944 (Code evaluation security): New section.
2945 (MobileOrg): Document DropBox support.
2946 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2947 (Special symbols): Show how to display UTF8 characters for entities.
2948 (Global TODO list): Clarify the use of the "M" key and the differences
2949 to the "m" key.
2950 (RSS Feeds): Mention Atom feeds as well.
2951 (Setting tags): Remove paragraph about
2952 `org-complete-tags-always-offer-all-agenda-tags'.
2953
5732e8ed
MA
29542010-07-17 Michael Albinus <michael.albinus@gmx.de>
2955
2956 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2957 argument.
2958 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2959 echoing shells.
2960
ca1bb391
MA
29612010-07-10 Michael Albinus <michael.albinus@gmx.de>
2962
2963 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2964 (Filename Syntax): Describe port numbers.
2965
5bd55c3c
MA
29662010-07-09 Michael Albinus <michael.albinus@gmx.de>
2967
2968 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2969 forgotten.
2970 (Type Conversion): Precise conversion of natural numbers.
2971 (Errors and Events): Add "debugging" to concept index. Add variable
2972 `dbus-debug'.
2973
820ae8fe
MA
29742010-07-04 Michael Albinus <michael.albinus@gmx.de>
2975
2976 * dbus.texi (Receiving Method Calls): Add optional argument
2977 EMITS-SIGNAL to `dbus-register-property'.
2978
b6f9df0f
JB
29792010-06-27 Alex Schroeder <alex@gnu.org>
2980
2981 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2982
62e034c2
GM
29832010-06-24 Glenn Morris <rgm@gnu.org>
2984
2985 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2986 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2987 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2988 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2989 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2990 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2991 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2992 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2993 convention. Make them end with a period.
2994
9360256a
GM
29952010-06-23 Glenn Morris <rgm@gnu.org>
2996
2997 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
2998 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2999 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
3000 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
3001 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
3002 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 3003
04d3bb6c
GM
30042010-06-10 Glenn Morris <rgm@gnu.org>
3005
3006 * idlwave.texi (Load-Path Shadows):
3007 * org.texi (Handling links): Fix typos.
3008
5e7d4a75
KY
30092010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
3010
3011 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
3012
9841cb4f
MA
30132010-05-26 Michael Albinus <michael.albinus@gmx.de>
3014
3015 * eshell.texi (Built-ins): Describe, how to disable a built-in command
3016 by an alias. (Bug#6226)
3017
597517ef
JB
30182010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
3019
3020 * calc.texi (Manipulating Vectors): Mention that vectors can
3021 be used to determine bins for `calc-histogram'.
3022
14914c43
JB
30232010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
3024
597517ef 3025 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 3026
0235128c 30272010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
3028
3029 * url.texi (HTTP language/coding, Customization):
3030 * message.texi (Header Commands, Responses):
3031 * cl.texi (Argument Lists): Fix typos.
3032
0235128c 30332010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 3034
0235128c
SM
3035 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
3036 Note that Development menu is always available.
aa5789b5
CY
3037 (Creating a project): Fix terminology.
3038 (Add/Remove files): Fix typo.
3039
0235128c
SM
30402010-05-07 Chong Yidong <cyd@stupidchicken.com>
3041
3042 * Version 23.2 released.
3043
a628ad9d 30442010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
3045
3046 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3047
502269d6
MA
30482010-05-01 Michael Albinus <michael.albinus@gmx.de>
3049
0235128c
SM
3050 * tramp.texi (Inline methods, Default Method):
3051 Mention `tramp-inline-compress-start-size'.
502269d6 3052
6e104790 30532010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
3054
3055 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3056 the CVS repo. Put the Git repo in the news section.
3057
6e104790 3058 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
3059 Removed some mentions of CVS. Mention the new Git repo.
3060
6e104790 30612010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
3062
3063 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
3064 (Mail Group Commands): Add index entry.
3065
6e104790 30662010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
3067
3068 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3069
f8b91752
JB
30702010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3071
3072 * calc.texi (Radix modes): Mention that the option prefix will
3073 turn on twos-complement mode.
3074 (Inverse and Hyperbolic Flags): Mention the Option flag.
3075
ed21c5c8
CD
30762010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3077
3078 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 3079 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
3080 (Sectioning structure): Update.
3081 (References): New use case for field coordinates.
6e104790 3082 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
3083 (Setting up the staging area): Document the availability of
3084 encryption for MobileOrg.
3085 (Images and tables): Document how to reference labels.
3086 (Index entries): New section.
3087 (Generating an index): New section.
3088 (Column width and alignment): Document that <N> now
3089 means a fixed width, not a maximum width.
3090 (Publishing options): Document the :email option.
3091 (Beamer class export): Fix bug in the BEAMER example.
3092 (Refiling notes): Document refile logging.
3093 (In-buffer settings): Document refile logging keywords.
3094 (Drawers): Document `C-c C-z' command.
3095 (Agenda commands): Mention the alternative key `C-c C-z'.
3096 (Special properties): Document the BLOCKED property.
3097 (The spreadsheet): Mention the formula editor.
3098 (References): Document field coordinates.
3099 (Publishing action): Correct the documentation for the
3100 publishing function.
3101 (The date/time prompt): Document that we accept dates
3102 like month/day/year.
3103 (Cooperation): Document the changes in table.el support.
3104 (Faces for TODO keywords, Faces for TODO keywords)
3105 (Priorities): Document the easy colors.
3106 (Visibility cycling): Document the new double prefix
3107 arg for `org-reveal'.
3108 (Cooperation): Remember.el is part of Emacs.
3109 (Clean view): Mention that `wrap-prefix' is also set by
3110 org-indent-mode.
3111 (Agenda commands): Add information about prefix args to
3112 scheduling and deadline commands.
3113 (Search view): Point to the docstring of
3114 `org-search-view' for more details.
6e104790 3115 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3116 (Setting tags): Document variable
3117 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3118 (Column attributes): Cross-reference special properties.
ed21c5c8 3119
456b348e
MA
31202010-04-10 Michael Albinus <michael.albinus@gmx.de>
3121
3122 Synchronize with Tramp repository.
3123
3124 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3125 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3126 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3127 syntax, texi2dvi reports errors with the backquotes.
3128
3129 * trampver.texi: Update release number.
3130
357e2d8e
KY
31312010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3132
3133 * gnus.texi (Finding the News): Add pointers to the Server buffer
3134 because it's essential.
3135
1d4d7664
KY
31362010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3137
3138 * gnus.texi (MIME Commands): Update description of
3139 gnus-article-browse-html-article.
3140
bd3e840f
KY
31412010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3142
3143 * auth.texi (Secret Service API): Add TODO node.
3144 (Help for users): Explain the new source options for `auth-sources'.
3145
e867cb5d 31462010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3147
3148 * trampver.texi: Update release number.
3149
288f9fc0
CY
31502010-03-10 Chong Yidong <cyd@stupidchicken.com>
3151
3152 * Branch for 23.2.
3153
d99aaebd
CY
31542010-03-03 Chong Yidong <cyd@stupidchicken.com>
3155
3156 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3157 now enabled by default.
3158
5794c2a5
MA
31592010-02-28 Michael Albinus <michael.albinus@gmx.de>
3160
3161 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3162 when Emacs runs in interactive mode. (Bug#5645)
3163
40572be6
GM
31642010-02-16 Glenn Morris <rgm@gnu.org>
3165
3166 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3167
7bb8ed67
MH
31682010-02-05 Mark A. Hershberger <mah@everybody.org>
3169
3170 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3171
45a1423d 31722010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3173
3174 * gnus.texi (Score File Format): Fix typo.
3175
45a1423d 31762010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3177
3178 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3179
14f17fc8
JB
31802010-01-18 Juanma Barranquero <lekktu@gmail.com>
3181
3182 * ada-mode.texi (Project File Overview): Fix typo.
3183
607d4369
CY
31842010-01-17 Chong Yidong <cyd@stupidchicken.com>
3185
3186 * semantic.texi: Add Richard Y. Kim credit.
3187
3188 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3189
3d1bfa99
MA
31902010-01-17 Michael Albinus <michael.albinus@gmx.de>
3191
3192 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 3193 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 3194
6fbf7a75
GM
31952010-01-17 Glenn Morris <rgm@gnu.org>
3196
b9f978f0
GM
3197 * calc.texi (Reporting Bugs): Don't mention format of repository.
3198
f19bc38d
GM
3199 * woman.texi (Bugs): Make "Emacs repository" less specific,
3200 and the URL for same more specific.
3201
6fbf7a75
GM
3202 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3203
16c3428a
JB
32042010-01-17 Juanma Barranquero <lekktu@gmail.com>
3205
3206 * ede.texi (ede-step-project, ede-proj-target):
3207 * tramp.texi (Remote processes): Fix typos.
3208
045b9da7
ML
32092010-01-16 Mario Lang <mlang@delysid.org>
3210
3211 * ede.texi (ede-target):
3212 * org.texi (Refiling notes): Remove duplicated words.
3213
c57008f6
SM
32142010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3215
3216 * gnus.texi (Posting Styles): Use with-current-buffer.
3217 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3218
798c9eb5
KR
32192010-01-02 Kevin Ryde <user42@zip.com.au>
3220
3221 * eieio.texi (Naming Conventions): Correction to xref on elisp
3222 coding conventions, is "Tips" node not "Standards".
3223
4970fbfe
CY
32242009-12-24 Chong Yidong <cyd@stupidchicken.com>
3225
3226 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3227
3228 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3229
83828b06
KY
32302009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3231
3232 * gnus.texi (Direct Functions): Add missing port number to tls method.
3233
45a4a565
JB
32342009-12-15 Juanma Barranquero <lekktu@gmail.com>
3235
3236 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3237 ($(infodir)/edt, edt.dvi): New targets.
3238
698bfef7
GM
32392009-12-15 Glenn Morris <rgm@gnu.org>
3240
3241 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3242 (edt, $(infodir)/edt, edt.dvi): New targets.
3243 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3244
3245 * Makefile.in (PDF_TARGETS, pdf): New.
3246 (clean): Add *.pdf.
3247 Add pdf rules for all manuals.
3248
0e983327
JB
32492009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3250
3251 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3252
8e687433
CY
32532009-12-14 Chong Yidong <cyd@stupidchicken.com>
3254
3255 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3256 (Smart Jump, Analyzer Debug): Copyedits.
3257 (Semantic mode user commands): Link to new nodes.
3258 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3259 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3260 upstream Semantic manual.
3261
3262 * semantic.texi (Introduction): Minor fix to diagram.
3263
020335df
MA
32642009-12-09 Michael Albinus <michael.albinus@gmx.de>
3265
3266 * eshell.texi (History): Add the other built-in variables.
3267 (Built-ins): Explain built-ins, and how to apply the external commands.
3268 Add `history', `su' and `sudo'.
3269
3270 * tramp.texi (Remote processes): Add missing <RET> in the example.
3271
6ddf13e4
BW
32722009-12-01 Bill Wohler <wohler@newt.com>
3273
3274 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 3275 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
3276 excessively garrulous.
3277
07b6428c
MA
32782009-11-29 Michael Albinus <michael.albinus@gmx.de>
3279
3280 * tramp.texi (Remote processes): Improve eshell example with "su"
3281 and "sudo" commands.
3282
fd1cefda
CY
32832009-11-28 Chong Yidong <cyd@stupidchicken.com>
3284
3285 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3286
3287 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3288 Document semantic-complete-analyze-inline.
3289 (Semanticdb search debugging commands): Minor clarification.
3290 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 3291 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 3292 manual.
9d542758 3293 (Semantic mode): Link to Idle Scheduler.
fd1cefda 3294
159e3ad5
KR
32952009-11-28 Kevin Ryde <user42@zip.com.au>
3296
3297 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 3298 @pxref, now EIEIO is in Emacs.
159e3ad5 3299
c6d47315
KR
3300 * erc.texi (Development): Correction to git tutorial url.
3301
16f6287e
GM
33022009-11-26 Glenn Morris <rgm@gnu.org>
3303
3304 * faq.texi (Latest version of Emacs): Mention stability of development
3305 version.
3306 (Problems with very large files): Max buffer size increase in 23.2.
3307 (VM): VM has moved house again.
3308
5ea5dbc9
JB
33092009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3310
3311 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3312 notations.
3313
5dec9555
CD
33142009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3315
45a4a565 3316 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 3317
bd6f6833
CY
33182009-11-20 Chong Yidong <cyd@stupidchicken.com>
3319
3320 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
3321 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3322 (Idle Completions Mode): Numerous copyedits.
bd6f6833 3323
be479117
JB
33242009-11-17 Juanma Barranquero <lekktu@gmail.com>
3325
3326 * semantic.texi (Semantic Internals, Glossary):
3327 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3328 (Semanticdb search debugging commands): Fix typos.
3329
17291a1f
JB
33302009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3331
be479117 3332 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 3333
af42a9cc
JB
33342009-11-16 Juanma Barranquero <lekktu@gmail.com>
3335
3336 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3337 ($(infodir)/semantic, semantic.dvi): New targets.
3338
3149927d
CY
33392009-11-16 Chong Yidong <cyd@stupidchicken.com>
3340
3341 * Makefile.in: Build the Semantic manual.
3342
3343 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3344 repository.
3345
977640ed
MA
33462009-11-16 Michael Albinus <michael.albinus@gmx.de>
3347
3348 * dbus.texi (Receiving Method Calls): New defun
3349 `dbus-unregister-service'.
3350
17673adf
CD
33512009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3352
3353 * org.texi (Speed keys): New section.
3354
0ecd3c90
MA
33552009-11-13 Michael Albinus <michael.albinus@gmx.de>
3356
3357 * dbus.texi (Type Conversion): Fix typo.
3358 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3359 `dbus-registered-objects-table'.
0c7efc08
SM
3360 (Receiving Method Calls): New defun `dbus-register-property'.
3361 Move `dbus-unregister-object' here.
0ecd3c90 3362
8bfe682a
CD
33632009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3364
3365 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3366
33672009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3368
3369 * org.texi (Column attributes): Add the new age summary operators.
3370 Also, mention the fact you can only use one summary operator per
3371 property.
3372
33732009-11-13 John Wiegley <johnw@newartisans.com>
3374
0c7efc08 3375 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 3376 manual about how to track habits.
0c7efc08 3377 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
3378 dangling clocks are resolved.
3379
33802009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3381
3382 * org.texi (Agenda commands): Document the new `i' command.
3383 (Inserting deadline/schedule): Document logging changes
3384 of scheduling and deadline times stamps.
3385 (In-buffer settings): Document the in-buffer keywords for logging
3386 changes of scheduling and deadline times stamps.
3387 (Structure editing, Plain lists): Document indentation
3388 cycling in empty entries with TAB.
3389 (Archiving): Document the default archiving command.
3390 (Moving subtrees): Document the new keys for archiving.
3391 (Internal archiving): Fix incorrect key.
3392 (Agenda commands): Document the TODO set switching commands.
3393 (Agenda commands): Document the new archiving keys.
3394 (Clocking work time): Better description on how to save
3395 and restore a clock.
3396 (Resolving idle time): Mention the x11idle program to get true
3397 idleness also under X11.
3398 (Resolving idle time): Use @kbd instead of @key for normal
3399 letters, because this is how he rest of the manual does this.
3400 (Pushing to MobileOrg): Mention that `org-directory'
3401 should be set.
3402 (Agenda commands): Document that SPC is a filter for
3403 any tag.
0c7efc08 3404 (Search view): Rename from "Keyword search".
8bfe682a
CD
3405 (Capure): New chapter.
3406 (Markup): New chapter.
0c7efc08
SM
3407 (Links in HTML export, Images in HTML export):
3408 Extend the section titles.
8bfe682a
CD
3409 (Images in HTML export): Document the align option.
3410 (Text areas in HTML export): Extend the section title.
3411 (Images in LaTeX export): Explain image placement in LaTeX.
3412
693737cd
GM
34132009-11-10 Glenn Morris <rgm@gnu.org>
3414
3415 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3416
c7bd4ebe
MA
34172009-11-08 Michael Albinus <michael.albinus@gmx.de>
3418
3419 * tramp.texi (Auto-save and Backup): Disable backups just for a
3420 method.
3421
3422 * trampver.texi: Update release number.
3423
76c5acad
MA
34242009-11-07 Michael Albinus <michael.albinus@gmx.de>
3425
3426 Sync with Tramp 2.1.17.
3427
3428 * trampver.texi: Update release number.
3429
d9a57abf
GM
34302009-10-29 Glenn Morris <rgm@gnu.org>
3431
3432 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3433
637f4f0f
MA
34342009-10-23 Michael Albinus <michael.albinus@gmx.de>
3435
3436 * tramp.texi (External methods): Temporary files are kept for
3437 `rsync' and `rsyncc' methods.
3438
310dbb05
JB
34392009-10-09 Juanma Barranquero <lekktu@gmail.com>
3440
3441 * eieio.texi: Fix typos.
3442
09094f28
CY
34432009-10-07 Chong Yidong <cyd@stupidchicken.com>
3444
3445 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3446
216f299a
JB
34472009-10-07 Juanma Barranquero <lekktu@gmail.com>
3448
3449 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3450 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3451
966a6506
CY
34522009-10-07 Chong Yidong <cyd@stupidchicken.com>
3453
3454 * Makefile.in: Build EIEIO and EDE manuals.
3455
34562009-10-07 Eric Ludlam <zappo@gnu.org>
3457
3458 * eieio.texi:
3459 * ede.texi: New files.
3460
8842cd9b
MA
34612009-10-05 Michael Albinus <michael.albinus@gmx.de>
3462
3463 * tramp.texi (Remote processes): Association of a pty is not supported.
3464
7006d207
CD
34652009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3466
3467 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3468 (Processing LaTeX fragments): Document that the size of images can be
3469 changes using the variable `org-format-latex-options'.
3470 (The date/time prompt, Timestamps): Be more accurate over ISO format
3471 dates and times.
3472 (Visibility cycling): Document showeverything keyword.
3473 (In-buffer settings): Document showeverything keyword.
3474 (Setting up the staging area): Fix the example.
3475 (MobileOrg): New section.
3476 (Agenda commands, Exporting Agenda Views): Document exporting the
3477 agenda view to Org files.
3478
0e7b2867
MA
34792009-09-28 Michael Albinus <michael.albinus@gmx.de>
3480
3481 * tramp.texi (History): Add IMAP support.
3482 (External methods): Add `imap' and `imaps' methods.
3483 (GVFS based methods): Add indices for `davs'.
3484 (Password handling): Rename anchors. Add IMAP entries for
3485 ~/.authinfo.gpg.
3486
3487 * trampver.texi: Set default value of `emacsimap'.
3488
4146636e
KY
34892009-09-22 Daiki Ueno <ueno@unixuser.org>
3490
3491 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3492
d22f7ffa
CY
34932009-09-13 Chong Yidong <cyd@stupidchicken.com>
3494
0c7efc08
SM
3495 * dired-x.texi (Technical Details):
3496 Delete dired-up-directory (Bug#4292).
d22f7ffa 3497
66043531
MA
34982009-09-03 Michael Albinus <michael.albinus@gmx.de>
3499
216f299a 3500 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 3501
6eb02347
CD
35022009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3503
3504 * org.texi (Effort estimates): Document new effort setting commands.
3505 (Agenda commands): Document the new keys fro agenda time motion.
3506 Document entry text mode. Improve documentation of the keys to include
3507 inactive time stamps into the agenda view.
3508 (Feedback): Document the new bug report command.
0c7efc08 3509 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 3510
38dc51ba
KY
35112009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3512
3513 * auth.texi (Help for users): Corrected markup.
3514
e402f452
GM
35152009-09-02 Glenn Morris <rgm@gnu.org>
3516
3517 * emacs-mime.texi (time-date): Mention float-time.
3518
744256cf
JB
35192009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
3520
3521 * calc.texi (Simplifying Formulas): Improve the wording.
3522
b0b63450
MB
35232009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
3524
3525 * auth.texi: Rewritten for coverage and clarity.
3526
35272009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3528
0c7efc08
SM
3529 * gnus.texi (Expiring Mail):
3530 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
3531 (Various Various): Mention gnus-safe-html-newsgroups.
3532
3533 * gnus-news.texi: Mention
3534 gnus-mark-copied-or-moved-articles-as-expirable.
3535
3536 * emacs-mime.texi (Display Customization): Add xref to
3537 gnus-safe-html-newsgroups.
3538
b59329e0
MA
35392009-08-28 Michael Albinus <michael.albinus@gmx.de>
3540
3541 * tramp.texi (Version Control): Remove.
af42a9cc 3542 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
3543 reference.
3544 (External methods): Correct `scpc' concept index entries. New method
3545 `rsyncc'.
3546 (External packages): New subsections "Filename completion" and "File
3547 attributes cache".
3548
0ff2d6c2
JB
35492009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
3550
3551 * calc.texi (Rewrite Rules): Improve the example.
3552 (Simplifying Formulas): Explain use of the I and H flags for
3553 simplification.
3554
ecd3d54f
MA
35552009-08-25 Michael Albinus <michael.albinus@gmx.de>
3556
3557 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 3558 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
3559 (Synchronous Methods, Asynchronous Methods): Use English numeric format
3560 for timeout values.
78176e69
MA
3561 (Top): Remove footnote saying D-Bus is not enabled by
3562 default. (Bug#4256)
ecd3d54f 3563
0f215bca
DU
35642009-08-23 Daiki Ueno <ueno@unixuser.org>
3565
3566 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 3567 Reported by Jari Aalto (Bug#4211).
0f215bca 3568 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 3569 epa-global-mail-mode.
3b7ab45f
DU
3570 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3571 epa-setup.
0f215bca 3572
4f22e84d
MA
35732009-08-16 Michael Albinus <michael.albinus@gmx.de>
3574
3575 * dbus.texi (Asynchronous Methods): Allow nil handler.
3576
9ff0b02b 35772009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 3578
26b03ee3 3579 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 3580
26b03ee3 3581 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 3582
4c39f404
CY
35832009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3584
3585 * calc.texi (Date Forms): Fix typos.
3586
3bcfba17
GM
35872009-08-08 Glenn Morris <rgm@gnu.org>
3588
3589 * org.texi (Agenda commands): Restore clobbered change.
3590
66783bb4
EZ
35912009-08-07 Eli Zaretskii <eliz@gnu.org>
3592
3593 * calc.texi (Graphics, Devices): Update with the peculiarities of
3594 operation on MS-Windows.
3595
c8d0cf5c
CD
35962009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3597
3598 * org.texi (Publishing action): Improve documentation of file
3599 names when publishing to the source directory.
3600 (Clean view): Document `org-indent-mode'.
3601 (Clocking work time): Add documentation for the
3602 new :timetamp option when creating a clock report.
3603 (Paragraphs): Fix many typos.
3604 (Plain lists): Remove duplicate explanation about the
3605 `C-c *' command.
3606 (Literal examples): Update to reflect the new behavior
3607 of the -n -r -k switches when exporting source code examples.
3608 (Structure editing): Add information about `C-c *',
3609 converting a plain list into a list of Org items.
3610 (Remember): Small rephrasing of the paragraph
3611 describing remember.el. Also mentioned that remember.el is part
3612 of Emacs 23, not Emacs 22.
3613 (Clocking work time): Add documentation about
3614 displaying the current clocking time against the effort estimate.
3615 Also add a footnote about using `org-clock-in-prepare-hook' to add
3616 an effort estimate on the fly, just before clocking it.
3617 (Footnotes): Document automatic renumbering and
3618 sorting.
3619 (Agenda commands): Document new bulk commands.
3620 (Plain lists): Document new behavior of
3621 `org-cycle-include-plain-lists'.
4e2af782 3622 Hyphenation only in TeX.
c8d0cf5c
CD
3623 (Clocking work time): Document the key to update effort
3624 estimates.
3625 (Clocking work time): Document the clock time display.
3626 (Structure editing, TODO basics): Document new
3627 variables.
3628 (Column attributes): Document new colciew operators.
3629 (Publishing options): Document :xml-declaration.
3630 (Tracking TODO state changes): Document the
3631 LOG_INTO_DRAWER property.
3632 (Literal examples): Document the new implementation for
3633 editing source code.
3634 (Publishing action): Mention the new publishing
3635 function, to publish an Org source file.
3636 (Publishing links): Mention how to link to an Org source file.
3637 (Macro replacement): Document new macros.
3638 (Handling links): Document type-specific completion
3639 when inserting links.
3640 (Structure editing, Plain lists): Improve documentation
3641 on sorting.
3642 (Internal links): Document custom ids for links.
3643 (Handling links): Document custom ids for links.
3644 (CSS support): Document new class.
3645 (Refiling notes): Document the possibility to create new nodes
3646 during refiling.
3647 (Agenda commands): Document the "?" operator to find
3648 tasks without effort setting.
3649 (Exporting agenda information): Section moved.
3650 (RSS Feeds): New section.
3651 (Built-in table editor): Document M-e and M-a navigate
3652 inside table field.
3653 (Stuck projects): Docment that projects identified as
3654 un-stuck will still be searchd for stuck sub-projects.
3655 (Paragraphs): Document centering.
3656 (Creating timestamps, Agenda commands): Document new
3657 behavior when changing time stamps.
3658 (Structure editing): Document the new command
3659 `org-clone-subtree-with-time-shift'.
3660 (Publishing): Refresh this chapter.
3661 (Export options, Export options, In-buffer settings):
3662 Document the new keywords.
3663 (Matching tags and properties): Collect all
3664 documentation about tags/property matches here.
3665 (Setting tags): Document `org-tag-persistent-alist'.
3666 (Weekly/daily agenda): New section.
3667 (Orgstruct mode): Describe `orgstruct++-mode'.
3668 (Drawers): Mention the LOGBOOK drawer.
3669 (Export options, Sectioning structure): Document the
3670 #+LEATEX_HEADER in-buffer setting.
3671 (Bugs): Section removed.
3672 (Hooks): New section.
0c7efc08 3673 (Add-on packages): Move here from old location.
c8d0cf5c
CD
3674 (Context-sensitive commands): New section.
3675 (Setting tags): Document newline option.
3676 (Global TODO list, Matching tags and properties):
3677 Mention more variables.
3678 (Checkboxes): Update to changed command behavior.
81a5560e 3679
40d2791f
CY
36802009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3681
3682 * speedbar.texi (Basic Key Bindings): Fix typo.
3683
65d0154b
JB
36842009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3685
3686 * calc.texi (Vector/Matrix Functions): Add index entries for both
3687 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3688 affects matrices with more than one row.
b5bdfd9f 3689 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 3690
5a9e3ab7
JB
36912009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3692
3693 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 3694 `calc-transpose-lines'.
5a9e3ab7 3695
42fb7e61
MA
36962009-07-27 Michael Albinus <michael.albinus@gmx.de>
3697
3698 * dbus.texi (Receiving Method Calls): Describe special return value
3699 `:ignore'.
3700
574b69d5
AM
37012009-07-24 Alan Mackenzie <acm@muc.de>
3702
3703 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3704 initialization, any individual variable setting now takes precedence
3705 over one done via c-file-style/c-file-offsets.
3706
ec06459c
JB
37072009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3708
3709 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3710 truncated when Calc is quit.
3711 (Customizing Calc): Document `calc-undo-length'.
3712
4ce54f6b
CY
37132009-07-20 Chong Yidong <cyd@stupidchicken.com>
3714
3715 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3716
0e4f8ba5
GM
37172009-07-11 Kevin Ryde <user42@zip.com.au>
3718
3719 * pcl-cvs.texi (About PCL-CVS):
3720 * widget.texi (Basic Types):
3721 Fix cross-references.
3722
fa0f81b0
AS
37232009-07-01 Andreas Schwab <aschwab@redhat.com>
3724
3725 * dbus.texi (Type Conversion): Don't use literal control character.
3726
88a683c5
MA
37272009-07-01 Michael Albinus <michael.albinus@gmx.de>
3728
3729 * tramp.texi (GVFS based methods): New section.
3730 (Remote processes): Processes for GVFS based methods run locally.
3731
36c8febb
MA
37322009-06-30 Michael Albinus <michael.albinus@gmx.de>
3733
0c7efc08
SM
3734 * tramp.texi (Inline methods, External methods, Gateway methods):
3735 Avoid the words "kludge" and hack".
36c8febb
MA
3736 (External methods): Add `synce' method.
3737
3738 * trampver.texi: Update release number.
3739
d6b951bb
MA
37402009-06-22 Michael Albinus <michael.albinus@gmx.de>
3741
3742 Sync with Tramp 2.1.16.
3743
3744 * tramp.texi (History): Add GVFS support.
3745 (External methods): Precise `rsync' description. Add `dav', `davs' and
3746 `obex' methods. Add 'tramp-gvfs-methods' option.
3747 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3748 forms.
3749 (Remote Programs): Introduce `tramp-own-remote-path'.
3750 (Remote processes): New subsection "Running remote programs that create
3751 local X11 windows".
3752 (Frequently Asked Questions): Improve code for disabling vc.
3753
3754 * trampver.texi: Update release number. Set default value of
3755 `emacsgvfs'.
3756
70243478
CY
37572009-06-21 Chong Yidong <cyd@stupidchicken.com>
3758
3759 * Branch for 23.1.
3760
54b31cbf
GM
37612009-06-17 Glenn Morris <rgm@gnu.org>
3762
3763 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3764 (Latest version of Emacs): Mention source code repository.
3765
f6adc23c
GM
37662009-06-16 Glenn Morris <rgm@gnu.org>
3767
3768 * faq.texi (Top): Language tweak.
3769 (Extended commands): Most people have arrow keys.
3770 (Emacs manual): Say how to follow info links.
3771 (File-name conventions): Change title a bit. Explain about source
3772 versus installed. Condense etc description.
3773 (Guidelines for newsgroup postings): Mention Savannah list page.
3774 (Newsgroup archives): Simplify.
3775 (Contacting the FSF): Add contact URL.
3776 (Emacs Lisp documentation): Printed version not always available.
3777 (Installing Texinfo documentation): Explain how by hand installation is
3778 not normally needed. Use add-to-list. Remove duplicate reference.
3779 (Informational files for Emacs): Move info on Help menu here from
3780 "File-name conventions".
3781 (Help installing Emacs): Tweak uref.
3782 (Obtaining the FAQ): Mention repository.
3783 (Origin of the term Emacs): Explain "ITS".
3784 (Changing load-path): Use add-to-list.
3785 (Automatic indentation): Clarify this is for Text mode.
3786 Don't mention Indented Text mode.
3787 (Finding Emacs on the Internet): The FSF does not seem to offer a
3788 deluxe distribution on CD anymore.
3789
b59a8457
GM
37902009-06-16 Glenn Morris <rgm@gnu.org>
3791
3792 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3793 Recommend the latest release. Mention how to get older FAQs.
3794 Recommend the Emacs manual.
3795 (Guidelines for newsgroup postings): Discourage cross-posts.
3796 (Underlining paragraphs): Remove.
3797 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3798 (Bugs and problems): Update key-binding.
3799 (Problems with very large files): Mention 64-bit.
3800 (Shell process exits abnormally): Remove.
3801 (Problems with Shell Mode): Rename and update.
3802 (Spontaneous entry into isearch-mode)
3803 (Problems talking to certain hosts): Remove. This is old information,
3804 in etc/PROBLEMS if needed.
3805 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3806 (Dired claims that no file is on this line): Update.
3807 (Installing Emacs, Problems building Emacs): Simplify.
3808 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3809 information.
3810 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3811 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3812 (JDEE): "JDEE", not "JDE".
3813 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3814 Remove. This is old information, in etc/PROBLEMS if needed.
3815 (stty and Backspace key, Kanji and Chinese characters): Remove.
3816 (Right-to-left alphabets): Update section.
3817 (Changing the included text prefix): Gnus uses message-yank-prefix.
3818 Add cross-reference to Supercite manual.
3819 (Saving a copy of outgoing mail): Simplify output file description.
3820 (Expanding aliases when sending mail): Refer to Emacs manual.
3821 Remove old info about RFC822.
3822 Correct description of how to rebuild aliases.
3823 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3824 (MIME with Emacs mail packages)
3825 (Viewing articles with embedded underlining)
3826 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3827 Remove old sections.
3828 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3829 and is well-documented in the Gnus manual.
3830 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3831 (Making Gnus faster): Rename from "Starting Gnus faster".
3832 Merge "Catch-up is slow in Gnus" into here.
3833
0e6d12ca
GM
38342009-06-14 Glenn Morris <rgm@gnu.org>
3835
3836 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3837 (New in Emacs 23): New section.
3838 (Handling C-s and C-q with flow control): Add xref.
3839
2e17e05e
GM
38402009-06-13 Glenn Morris <rgm@gnu.org>
3841
3842 * faq.texi (Setting up a customization file): Grammar fix.
3843 Customize is no longer "new".
3844 (Displaying the current line or column): Line-number mode is on by
3845 default. Don't mention `column' package. Mention linum.el.
3846 (Turning on abbrevs by default): Explain how to do it for buffers,
3847 modes, and everywhere.
3848 (Associating modes with files): Use add-to-list. Don't mention Emacs
3849 19.
3850 (Highlighting a region): On by default since 23.1.
3851 (Replacing highlighted text): Update doc quote.
3852 (Working with unprintable characters): Don't mention search-quote-char.
3853 (Using an already running Emacs process): Gnuclient is probably not an
3854 enhancement these days.
3855 (Indenting switch statements): Remove mention of pre-Emacs 20.
3856 (Horizontal scrolling): Abbreviate Emacs 20 description.
3857 (Replacing text across multiple files): Fix name of dired command.
3858 (Disabling backups): Use require not load.
4f9d4de3 3859 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3860
2a1cf2b9
BW
38612009-06-13 Bill Wohler <wohler@newt.com>
3862
3863 Release MH-E manual version 8.2.
3864
3865 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3866 release 8.2.
3867
85b438b7
GM
38682009-06-13 Glenn Morris <rgm@gnu.org>
3869
3870 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3871 in this day and age the common meaning is "on the web".
3872 (copying): Use @copyright in all cases.
3873 (Basic keys): Remove reference to deleted manual node "Text Characters".
3874 (File-name conventions): Use GNU as an example rather than SERVICE.
3875 default.el lives in site-lisp. Update Info directory location.
3876 (Real meaning of copyleft): GPL actions have been brought, but all
3877 settled out of court.
3878 (Guidelines for newsgroup postings): Shorten section title.
3879 Simplify comp.emacs description.
3880 (Newsgroup archives): Change Google URL. Describe Gmane.
3881 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3882 points". Mention List-Unsubscribe header.
3883 (Contacting the FSF): Update email and URLs.
3884 (Basic editing): Mention F1 for help.
3885 (Installing Texinfo documentation): Refer to Texinfo website rather
3886 than ftp server.
3887 (Printing a Texinfo file): Mention texi2pdf.
3888 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3889 are just stubs nowadays.
3890 (Latest version of Emacs): Explain version numbers.
3891 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3892 (Turning on syntax highlighting): No need to mention hilit19 any more.
3893 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3894 (Modes for various languages): Remove section.
3895 (Major packages and programs): Remove most version and maintainer
3896 information - it's hard to keep up-to-date, and adds nothing.
3897 Similarly with direct links to mailing lists.
3898 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3899 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3900 years, and Emacs comes with tools for this now.
3901 (Patch): Remove section - this is a standard tool.
3902 (Using function keys under X): Remove section.
3903
93e2d996
GM
39042009-06-12 Glenn Morris <rgm@gnu.org>
3905
3906 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3907 (Help installing Emacs): Remove reference to deleted X11 node.
3908 (Associating modes with files): Interpreter-mode-alist is no longer
3909 subservient to auto-mode-alist.
3910 (Installing Emacs): Change future Emacs version.
3911 (Linking with -lX11 fails): Remove old section.
3912 (Packages that do not come with Emacs): Update ELL location.
3913 Emacs Lisp archive is dead.
3914 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3915 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3916 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3917 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3918 (Removing flashing messages): Remove section about non-existent Gnus
3919 option.
3920
f0bf7708
GM
3921 * faq.texi (Top): Add @top command.
3922 Remove the optional arguments from all @node commands: makeinfo can
3923 generate these automatically, and it is easier to edit and rearrange
3924 nodes without them.
3925
30884d11
GM
39262009-06-11 Glenn Morris <rgm@gnu.org>
3927
3928 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3929 (The LPF): Make the updated URL the sole reference point.
3930 (Learning how to do something): Update refcard price and format.
3931 (Getting a printed manual): Sources in doc/emacs/, not man/.
3932 Also available in PDF format. Since the page count varies, be less
3933 precise.
3934 (Informational files for Emacs): Remove references to deleted files
3935 LPF and SUN-SUPPORT, and to UUCP.
3936 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3937 Remove many obsolete ways to get the FAQ, which now seems only to be
3938 distributed with Emacs.
3939 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3940
deab46e0
CY
39412009-06-09 Chong Yidong <cyd@stupidchicken.com>
3942
223b43fa 3943 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3944 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3945
deab46e0
CY
3946 * ada-mode.texi (Installation, Compile commands)
3947 (Project File Overview, No project files, Set compiler options)
3948 (Use GNAT project file, Use multiple GNAT project files)
3949 (Identifier completion): Use @samp for menu items, and @kbd for key
3950 sequences (Bug#3504).
3951
71fbd643
DU
39522009-06-04 Daiki Ueno <ueno@unixuser.org>
3953
8c9bb6f5 3954 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3955
f197085b
CY
39562009-06-04 Ryan Yeske <rcyeske@gmail.com>
3957
3958 * message.texi (Header Commands): Fix descriptions to match
3959 keybindings.
3960
7f3bc720
DU
39612009-04-22 Daiki Ueno <ueno@unixuser.org>
3962
3963 * gnus.texi (Security): Mention that EasyPG is the current default.
3964
4518068d
CY
39652009-04-13 Chong Yidong <cyd@stupidchicken.com>
3966
3967 * ediff.texi (Session Commands): Fix typo.
3968
d7ca410a
MB
39692009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3970
3971 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3972 news.software.readers. Reported by Florian Rehnisch.
3973
c6c76add
GM
39742009-04-02 Glenn Morris <rgm@gnu.org>
3975
3976 * auth.texi: Capitalize direntry.
3977
3978 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3979 using a period in the entry name. (Bug#2797)
3980
35ed8e2e
JB
39812009-03-03 Juanma Barranquero <lekktu@gmail.com>
3982
3983 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3984 ($(infodir)/auth, auth.dvi): New targets.
3985
e280480a
GM
39862009-03-03 Glenn Morris <rgm@gnu.org>
3987
3988 * auth.texi: Fix @setfilename.
3989
3990 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3991 (auth, $(infodir)/auth, auth.dvi): New rules.
3992
8a76755b
GM
39932009-02-25 Glenn Morris <rgm@gnu.org>
3994
3995 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
3996
0038d478
MB
39972009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3998
3999 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
4000
40012009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4002
4003 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
4004 gnus-nocem-issuers, and gnus-nocem-verifyer.
4005
867d4bb3
JB
40062009-02-20 Juanma Barranquero <lekktu@gmail.com>
4007
4008 * ada-mode.texi (Project files, Automatic Casing):
4009 * dbus.texi (Signals):
4010 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
4011 * mh-e.texi (HTML):
4012 * nxml-mode.texi (Locating a schema)
4013 (Using the document's URI to locate a schema):
4014 * org.texi (Footnotes, Using the mapping API):
4015 * rcirc.texi (Channels): Remove duplicate words.
4016
3a44dc1f
GM
40172009-02-20 Glenn Morris <rgm@gnu.org>
4018
4019 * dired-x.texi (Miscellaneous Commands):
4020 * gnus.texi: Minor updates for mbox Rmail.
4021
5dc584b5
KB
40222009-02-16 Karl Berry <karl@gnu.org>
4023
b59a8457
GM
4024 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4025 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
4026 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4027 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
4028 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
4029 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
4030 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
4031 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4032 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
4033 Consistently use @insertcopying in the Top node,
5dc584b5 4034 @contents at the front (after @end titlepage),
b59a8457 4035 and @direntry after @copying. (Bug#1988)
5dc584b5 4036
9eb59592
MB
40372009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4038
4039 * auth.texi: New file documenting auth-source.
4040
d324fa76
CD
40412009-02-13 Carsten Dominik <dominik@science.uva.nl>
4042
4043 * org.texi (Org Plot): Fix link.
4044
7a603b73
DU
40452009-02-09 Daiki Ueno <ueno@unixuser.org>
4046
4047 * epa.texi (Mail-mode integration): Mention the way to do
4048 "encrypt-to-self". (Bug#1807)
4049
a626b338 40502009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
4051
4052 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
4053
3b36c17e
MB
40542009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
4055
4056 * gnus-news.texi: Print version about Incoming*.
4057
55033558
CD
40582009-02-02 Carsten Dominik <dominik@science.uva.nl>
4059
4060 * org.texi (Structure editing, Handling links)
4061 (Fast access to TODO states, Javascript support): Make standard docs
4062 correctly reflect default variable settings.
4063
ec712abb
GM
40642009-02-02 Glenn Morris <rgm@gnu.org>
4065
4066 * org.texi: Fix typos.
4067
7112648c
MA
40682009-02-01 Michael Albinus <michael.albinus@gmx.de>
4069
4070 Sync with Tramp 2.1.15.
4071
4072 * trampver.texi: Update release number.
4073
2e461fc1
CD
40742009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4075
4076 * org.texi (TODO dependencies): Document TODO dependencies on
4077 checkboxes.
4078
bc283609
CD
40792009-01-30 Carsten Dominik <dominik@science.uva.nl>
4080
4081 * org.texi (TODO dependencies): Document key binding for toggling
4082 ORDERED property.
4083
74fc5047
MA
40842009-01-28 Michael Albinus <michael.albinus@gmx.de>
4085
4086 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4087 of hook functions.
4088
d6685abc
CD
40892009-01-28 Carsten Dominik <dominik@science.uva.nl>
4090
4091 * org.texi (TODO dependencies): New section.
4092
65c439fd
CD
40932009-01-27 Carsten Dominik <dominik@science.uva.nl>
4094
4095 * org.texi (Plain lists, TODO basics, Priorities)
4096 (Multiple sets in one file, Conflicts): Document interaction with
4097 `shift-selection-mode'.
4098
5fafc247
JB
40992009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4100
4101 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4102 Make Calc the subject of sentences.
4103 (Rearranging Formulas using Selections): Discuss new options
4104 for `j *'.
4105
e7433508
MA
41062009-01-26 Michael Albinus <michael.albinus@gmx.de>
4107
4108 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4109
2096a1b6
GM
41102009-01-26 Glenn Morris <rgm@gnu.org>
4111
4112 * org.texi: Fix typos.
4113
0cb61492
BW
41142009-01-26 Bill Wohler <wohler@newt.com>
4115
2096a1b6 4116 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4117
0bd48b37
CD
41182009-01-25 Carsten Dominik <dominik@science.uva.nl>
4119
4120 * org.texi (References): Add information about remote references.
4121 (Built-in table editor): Document `C-c RET' in tables.
4122 (Math symbols, Quoting LaTeX code): Mention that simple
4123 LaTeX macros survive LaTeX export.
4124 (Images in LaTeX export): Show how to create a reference to a
4125 figure.
4126 (Sectioning structure): Document that the LaTeX class can be
4127 specified in a property.
4128 (Text areas in HTML export): New section.
4129 (External links): Add examples for text search and ID links.
4130 (Built-in table editor): Remove the descriptio of `C-c
4131 C-q', it not longer works.
4132 (Literal examples): Document that a space must follow
4133 the colon in short examples.
4134 (Relative timer): Document `org-timer-stop'.
4135 (Footnotes): New section.
4136 (Footnote markup): Shorten section and refer to new Footnote
4137 section.
4138 (Literal examples): Add documentation for line
4139 numbering in and references to code examples.
4140 (CSS support): Fix the description of default CSS styles.
4141 (Capturing column view): Document
4142 "file:path/to/file.org" as an allowed value for the ID property of
4143 a dynamic block copying column view.
4144
49dbbaf2
SE
41452009-01-23 Stephen Eglen <stephen@gnu.org>
4146
4147 * mh-e.texi (Getting Started): Describe $MH.
4148
193e6828
MA
41492009-01-21 Michael Albinus <michael.albinus@gmx.de>
4150
4151 * tramp.texi (all): Harmonize usage of "external method",
4152 "external transfer method" and "out-of-band method".
4153 (Connection types): Precise the differences of inline and external
4154 methods. Written by Adrian Phillips <a.phillips@met.no>.
4155
26b9f88d
MB
41562009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4157
4158 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4159 commands as described at the top. Reported by Allan Gottlieb
4160 <gottlieb@nyu.edu>.
4161
41622009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4163
4164 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4165 nnmail-pathname-coding-system.
4166
377952e0
GM
41672009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4168
4169 * org.texi (Relative timer): Fix typo.
4170
a20d3598
JB
41712009-01-15 Juanma Barranquero <lekktu@gmail.com>
4172
4173 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4174 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4175
a50253cc
GM
41762009-01-13 Glenn Morris <rgm@gnu.org>
4177
4178 * org.texi: Fix some more typos.
4179
07450bee
GM
41802009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4181
4182 * org.texi: Fix some typos.
4183
e3e955fe
MB
41842009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4185
4186 * gnus.texi (Group Parameters): Add note for local variables.
4187
41882009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4189
0c7efc08
SM
4190 * gnus.texi (Converting Kill Files): Fix URL.
4191 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
4192
41932009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4194
4195 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4196 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4197 (Paging the Article): Add index entry.
4198
71dd9983
JB
41992009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4200
4201 * ada-mode.texi (Examples): Delete redundant text.
4202
4a0cf14f
MA
42032009-01-03 Michael Albinus <michael.albinus@gmx.de>
4204
36c8febb 4205 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
4206
4207 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4208 addresses.
4209
aedac0f0
BW
42102009-01-03 Bill Wohler <wohler@newt.com>
4211
4212 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4213 kept empty.
4214
4c65b566
CD
42152008-12-20 Carsten Dominik <dominik@science.uva.nl>
4216
4217 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
4218 (HTML Export commands, LaTeX/PDF export commands):
4219 Improve documentation about transient-mark-mode.
e9fce1ac 4220 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
4221 to fields in the last table row.
4222
e1a78e1e
JL
42232008-12-19 Juri Linkov <juri@jurta.org>
4224
4225 * info.texi (Search Text): Remove mention of removed key binding M-s.
4226
17a0aa82
CD
42272008-12-18 Carsten Dominik <dominik@science.uva.nl>
4228
4229 * org.texi (References): Remove mentioning of @0 as reference for the
4230 last line, this has been reverted in the Lisp sources.
4231
4997d802
JB
42322008-12-17 Juanma Barranquero <lekktu@gmail.com>
4233
4234 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4235 (DVI_TARGETS): Remove duplicates. Add sasl.
4236 ($(infodir)/sasl, sasl.dvi): New targets.
4237
33306645
CD
42382008-12-17 Carsten Dominik <dominik@science.uva.nl>
4239
4240 * org.texi: Version number pushed to 6.15d.
4241
db55f368
CD
42422008-12-16 Carsten Dominik <dominik@science.uva.nl>
4243
a0bf4117 4244 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
4245 (Images in LaTeX export): New section.
4246 (Inlined images, Images in HTML export): Sections renamed.
4247
dae0a942
MB
42482008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4249
4250 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4251
9f5572e9
MB
42522008-12-04 David Engster <dengste@eml.cc>
4253
4254 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 4255 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 4256
bc23baaa
CD
42572008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4258
4259 * org.texi (Using the mapping API): Fix bug in mapping example.
4260 (Publishing options): Make the list of properties complete again, in
4261 correspondence to the variable `org-export-plist-vars'.
4262 (Property searches): Document new special values for time comparisons.
4263 (Tag inheritance): Refine the description of tag inheritance.
4264 (Project alist): Add info about the publishing sequence of components.
a0bf4117 4265 (Effort estimates): Document the new relative timer.
bc23baaa 4266
3bf8054f
JB
42672008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4268
4269 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4270 (Using Calc): Clarify use of `C-x * o'.
4271 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4272
ac134f2f
RS
42732008-11-28 Richard M Stallman <rms@gnu.org>
4274
4275 * dbus.texi (Receiving Method Calls): Clean up previous change.
4276
ace706d1
MA
42772008-11-26 Michael Albinus <michael.albinus@gmx.de>
4278
4279 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4280 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4281 `dbus-unescape-from-identifier'.
4282 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 4283 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
4284 (Signals): Use the constants in the example.
4285
d60b1ba1
CD
42862008-11-24 Carsten Dominik <dominik@science.uva.nl>
4287
b97439ce 4288 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 4289
ce4fdcb9
CD
42902008-11-23 Carsten Dominik <dominik@science.uva.nl>
4291
4292 * org.texi (Setting up Remember): Document `org-remember-mode'.
4293 (External links): Document that bbdb links can use a regular
4294 expression.
4295 (External links): Document that elisp links can contain interactive
4296 commands.
4297
c8548a00 42982008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
4299
4300 * viper.texi (viper-translate-all-ESC-keysequences):
4301 Description removed.
4302
6a2c4aec
GM
43032008-11-19 Glenn Morris <rgm@gnu.org>
4304
4305 * doclicense.texi: Change to FDL 1.3.
4306 Relicense all texi files under FDL 1.3 or later.
4307
59ee4113
JB
43082008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4309
4310 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4311
59bcbb98 43122008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 4313
0c7efc08 4314 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
4315
4316 * ediff.texi: Version/date change.
9f90198a 4317
8aa41c9b
CY
43182008-11-14 Chong Yidong <cyd@stupidchicken.com>
4319
4320 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4321
17587b1b
JB
43222008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4323
4324 * calc.texi (About This Manual): Comment out a mention of
4325 marginal notes.
4326
564c900e
CD
43272008-11-12 Carsten Dominik <dominik@science.uva.nl>
4328
4329 * org.texi (Clocking work time): Document the :formula property of
4330 clock tables.
4331 (Structure editing, Refiling notes): Document refiling regions.
4332 (Agenda commands): Document the double-prefix version
4333 of the `l' command in the agenda.
4334 (Handling links): Explain the effect of a double prefix
4335 arg to `C-c C-o'.
4336 (TODO basics): Add documentation for tag triggers.
4337
3c4be1f2
GM
43382008-10-23 Glenn Morris <rgm@gnu.org>
4339
4340 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4341 byte-compiling things like `+'.
4342
4343 * ns-emacs.texi: Merge copyright years of author now with assignment
4344 into FSF years.
4345 (VER): Use it for easier automatic updating. Use Emacs version rather
4346 than standalone Emacs.app version.
4347
a6520ff3
CD
43482008-10-12 Carsten Dominik <dominik@science.uva.nl>
4349
864c9740 4350 * org.texi: Lots of minor fixes.
a6520ff3
CD
4351 (Capture): New chapter.
4352 (Org Plot): New section.
4353
db7a4b66
MH
43542008-09-30 Magnus Henoch <mange@freemail.hu>
4355
4356 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4357
4043c194
JB
43582008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4359
4360 * calc.texi (User Defined Units): Mention how to enter optional display
4361 string.
4362
eef5ade7
MB
43632008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4364
0c7efc08 4365 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
4366 avoid the "y/n" wording.
4367
e52cac88
MB
43682008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4369
0c7efc08 4370 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
4371
43722008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4373
4374 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4375 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4376
00c55306
BW
43772008-09-22 Bill Wohler <wohler@newt.com>
4378
4379 Release MH-E manual version 8.1.
4380
4381 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4382 release 8.1.
4383
4384 * mh-e.texi: Retain dual license as agreed to by the FSF.
4385 However, bump GPL to Version 3.
4386 Use @include for license text.
4387
e52cac88 43882008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
4389
4390 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
4391 (Store custom flags and keywords, Store arbitrary data):
4392 Clean up markup.
64763fe3
MB
4393
43942008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4395
4396 * gnus.texi (The Gnus Registry): Document it.
4397
9e601b8d
MB
43982008-09-08 David Engster <dengste@eml.cc>
4399
88ee5b02
JB
4400 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4401 Clarify section about choosing back end servers.
9e601b8d 4402
247043f1
GM
44032008-08-23 Glenn Morris <rgm@gnu.org>
4404
4405 * dired-x.texi (Shell Command Guessing):
4406 Mention dired-guess-shell-case-fold-search. (Bug#417)
4407
2bfec7a0
MA
44082008-08-22 Michael Albinus <michael.albinus@gmx.de>
4409
4410 * trampver.texi: Update release number.
4411
247043f1 44122008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
4413
4414 * ns-emacs.texi: Update version.
4415 (Introduction): Correct menu location for options save.
4416 (Customization): Note that defaults are stored under org.gnu.Emacs.
4417
8c20bd92
BW
44182008-08-11 Bill Wohler <wohler@newt.com>
4419
4420 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4421 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4422 Henman) (closes SF #1768928).
4423
767a4d92
GM
44242008-08-10 Glenn Morris <rgm@gnu.org>
4425
4426 * ns-emacs.texi: Use @copying. Change copyright of authors with
4427 assignment to FSF. Change license to GFDL.
4428 (Top): Remove outdated references.
4429
6ecfe5c2
MB
44302008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4431
88ee5b02
JB
4432 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4433 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
4434 gnus-summary-sort-by-most-recent-date.
4435 (Summary Sorting): Explain prefix argument.
4436
44372008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4438
4439 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4440 gnus-summary-pipe-output.
4441
eb932e8a
MA
44422008-08-03 Michael Albinus <michael.albinus@gmx.de>
4443
4444 * dbus.texi (Receiving Method Calls): Document error handling of own
4445 D-Bus methods.
4446
bfe16263
BW
44472008-08-01 Bill Wohler <wohler@newt.com>
4448
4449 * mh-e.texi (Reading Mail)
9f90198a 4450 (Viewing Attachments): Describe new function
bfe16263
BW
4451 mh-show-preferred-alternative.
4452 (Sending Mail, Redistributing, Sending Message): Describe new hook
4453 mh-annotate-msg-hook.
4454
21956b56
MA
44552008-07-31 Michael Albinus <michael.albinus@gmx.de>
4456
4457 * dbus.texi (Arguments and Signatures): Fix example.
4458 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4459 (Asynchronous Methods): New node.
9f90198a
JB
4460 (Errors and Events): Describe extended layout of `dbus-event'.
4461 New defun `dbus-event-message-type'.
21956b56 4462
7c2fb837
DN
44632008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4464
4465 * ediff.texi: Remove VMS support.
4466
13662773
JB
44672008-07-29 Juanma Barranquero <lekktu@gmail.com>
4468
4469 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4470 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4471
ddde0b34
CY
44722008-07-29 Chong Yidong <cyd@stupidchicken.com>
4473
4474 * Makefile.in: Add mairix-el targets.
4475
44762008-07-29 David Engster <deng@randomsample.de>
4477
4478 * mairix-el.texi: New file.
4479
d5875b25
JB
44802008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4481
366b7d44
JB
4482 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4483 project files. Delete 'main_unit' project variable; not needed. Allow
4484 process environment variables wherever project variables are allowed.
4485 Add tutorial section on multiple GNAT project files.
d5875b25 4486
6cbab8ee
MA
44872008-07-27 Michael Albinus <michael.albinus@gmx.de>
4488
4489 Sync with Tramp 2.1.14.
4490
4491 * trampver.texi: Update release number.
4492
9e2a2647
DN
44932008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4494
4495 * ns-emacs.texi:
4496 * faq.texi: Remove mentions of Mac Carbon.
4497
d62672f3
MB
44982008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4499
4500 * gnus.texi (Saving Articles): Describe the 2nd argument of
4501 gnus-summary-save-in-pipe.
4502 (SpamAssassin): Use it.
4503
45042008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4505
4506 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4507
dd12e1c6
CD
45082008-07-25 Carsten Dominik <dominik@science.uva.nl>
4509
4510 * org.texi (Export options): Document the use of the creator flag.
4511
44ce9197
CD
45122008-07-24 Carsten Dominik <dominik@science.uva.nl>
4513
4514 * org.texi: New version 6.06a.
4515
ddd13c5d
JB
45162008-07-23 Juanma Barranquero <lekktu@gmail.com>
4517
4518 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4519 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4520
8dc6104d
JB
45212008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
4522
4523 * calc.texi (Editing Stack Entries):
4524 (Algebraic Entry): Rewrite introductory sentences so it can be used by
4525 Calc's help functions. Mention fixing typos.
4526 (Customizing Calc): Fix typo.
4527
45282008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
4529
4530 * calc.texi (summarykey): New macro. Use to correctly format keys in
4531 the summary.
4532
ddd13c5d 45332008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
4534
4535 * ns-emacs.texi (Customization): Corrected documentation on color
4536 specification formats.
4537
568beaa2
AS
45382008-07-19 Andreas Schwab <schwab@suse.de>
4539
db8ef699 4540 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
4541
4542 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4543 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4544
cd71b9ae
MA
45452008-07-18 Michael Albinus <michael.albinus@gmx.de>
4546
4547 * dbus.texi (Inspection): Rework, introduce submenus.
4548 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4549 (Properties and Annotations, Arguments and Signatures): New nodes.
4550
9b7993b4
MA
45512008-07-13 Michael Albinus <michael.albinus@gmx.de>
4552
4553 * dbus.texi (Receiving Method Calls): Fix description of
4554 `dbus-register-method'.
4555 (Signals): Allow also signal arguments for filtering in
4556 `dbus-register-signal'.
4557
241d447b
JB
45582008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4559
4560 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4561 `cnorm'.
4562 (Arithmetic Tutorial): Simplify the verification of prime factors.
4563
adb46650
MB
45642008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4565
4566 * gnus.texi (Saving Articles): Mention
4567 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4568
92e15881
JB
45692008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
4570
4571 * calc.texi: Adjust mode line throughout.
4572
ea597303
JB
45732008-06-28 Juanma Barranquero <lekktu@gmail.com>
4574
4575 * sasl.texi (Mechanisms): Fix typos.
4576
aee08080
JB
45772008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4578
4579 * calc.texi (Killing from the stack): Mention using normal Emacs
4580 copying.
4581
a06a4a12
MA
45822008-06-21 Michael Albinus <michael.albinus@gmx.de>
4583
0c7efc08 4584 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 4585 Add `auth-source' mechanism.
a06a4a12
MA
4586 (Connection caching): Tramp reopens the connection automatically,
4587 when the operating system on the remote host has been changed.
4588
7389398d
EZ
45892008-06-20 Eli Zaretskii <eliz@gnu.org>
4590
4591 * makefile.w32-in (distclean): Remove makefile.
4592
b349f79f
CD
45932008-06-17 Carsten Dominik <dominik@science.uva.nl>
4594
3f9b4c2b 4595 * org.texi (Using the mapping API): New section.
b349f79f 4596 (Agenda column view): New section.
3f9b4c2b 4597 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 4598 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 4599 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
4600
46012008-06-17 Jason Riedy <jason@acm.org>
4602
4603 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4604 function, and efmt may be a two-argument function.
4605 (Radio tables): Document multiple destinations.
4606
cd5c05d2
GM
46072008-06-16 Glenn Morris <rgm@gnu.org>
4608
4609 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4610 Add Cover-Texts.
4611
debf4439
GM
46122008-06-15 Glenn Morris <rgm@gnu.org>
4613
4614 * faq.texi (VER): Update to 23.0.60.
4615
4616 * mh-e.texi: Remove option of licensing under GPL.
4617 Add Cover-Texts to GFDL permissions notice.
4618 (GPL): Remove section.
4619 (GFDL): Include doclicense.texi rather than the actual text.
4620
4621 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4622 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4623
4624 * sasl.texi: Fix output file name.
4625
4626 * epa.texi, sasl.texi: Refer to license in Emacs manual.
4627
4628 * gnus-coding.texi: Refer to license in Gnus manual.
4629
4630 * idlwave.texi, sasl.texi: Use @copying.
4631
4632 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
4633
4634 * speedbar.texi: Update Back-Cover Text as per maintain.info.
4635
4636 * url.texi: Use @copying, @title, @subtitle, @author.
4637
4638 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4639 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4640 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4641 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4642 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4643 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4644 * widget.texi, woman.texi:
4645 Remove references to external license, since doclicense is included.
4646
4647 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4648 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4649 Remove references to non-existent Invariant Sections.
4650
091f8bc1
GM
46512008-06-14 Glenn Morris <rgm@gnu.org>
4652
4653 * faq.texi (Major packages and programs): Remove references to external
4654 Supercite, Calc, VIPER, since they have been included for some time.
4655 Update VM, AUCTeX, BBDB entries.
4656
47bcb4d3
UJ
46572008-06-14 Ulf Jasper <ulf.jasper@web.de>
4658
4659 * newsticker.texi: Updated to match latest newsticker changes.
4660
6f093307
GM
46612008-06-13 Glenn Morris <rgm@gnu.org>
4662
4663 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4664 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4665 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4666 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4667 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4668 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4669 * woman.texi:
4670 Update Back-Cover Text as per maintain.info.
4671
2b968687
MB
46722008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4673
4674 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4675
4676 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4677 (gnus-faq.xml): Update repository host.
4678
2b968687
MB
4679 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4680
46812008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4682
4683 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4684 Fix a typo.
4685
46862008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4687
4688 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 4689 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
4690 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4691
46922008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4693
4694 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4695 coding standards.
4696
46972008-06-14 David Engster <dengste@eml.cc>
4698
4699 * gnus.texi (nnmairix): Markup fixes.
4700
e6d2d263
MB
47012008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4702
2b968687 4703 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4704
47052008-06-05 David Engster <dengste@eml.cc>
4706
4707 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4708
47092008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4710
b344d29d 4711 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4712 (Searching, nnir, nnmairix): New stub nodes.
4713
ad231df6 47142008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4715
4716 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4717
f394fa25
MB
47182008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4719
4720 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4721
58333467
MB
47222008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4723
4724 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4725
67525fb9
JY
47262008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4727
4728 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4729
0549d8fc
JB
47302008-05-06 Juanma Barranquero <lekktu@gmail.com>
4731
4732 * info.texi (Top): Fix typo in xref.
4733
149a3837
KB
47342008-05-05 Karl Berry <karl@gnu.org>
4735
4736 * info.texi (Top): @xref to stand-alone manual.
4737
3a23a519
MB
47382008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4739
4740 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4741 (Various Summary Stuff): Fix typo in last xref.
4742
0a29fbf3
JB
47432008-05-02 Juanma Barranquero <lekktu@gmail.com>
4744
4745 * org.texi (Moving subtrees): Fix typo.
4746
586b90f1
MA
47472008-04-28 Michael Albinus <michael.albinus@gmx.de>
4748
4749 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4750 Tramp via `tramp-mode'.
4751
b5af9883
CD
47522008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4753
4754 * org.texi: Massive changes, in many parts of the file.
4755
d55fe5bb
MB
47562008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4757
4758 * gnus.texi (Oort Gnus): Add message-fill-column.
4759
47602008-04-12 Adrian Aichner <adrian@xemacs.org>
4761
4762 * gnus.texi (Mail Source Specifiers): Typo fix.
4763
47642008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4765
4766 * gnus.texi (Diary Headers Generation): Update key binding for
4767 `gnus-diary-check-message'.
4768
47692008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4770
4771 * gnus.texi (Emacsen): Addition.
4772
47732008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4774
4775 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4776
47772008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4778
4779 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4780
47812008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4782
4783 * gnus-news.texi: Update tool bar item.
4784
47852008-04-09 Sven Joachim <svenjoac@gmx.de>
4786
4787 * gnus-news.texi: Fix typos.
4788
76c109c3
JB
47892008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4790
222027f2 4791 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4792 Add mention of `kron'.
4793
d5fbd5a6
MO
47942008-04-01 Daiki Ueno <ueno@unixuser.org>
4795
0c7efc08
SM
4796 * epa.texi (Encrypting/decrypting *.gpg files):
4797 Document epa-file-name-regexp.
d5fbd5a6 4798
fbcbb58c
KY
47992008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4800
4801 * gnus.texi (Example Methods): Fix description about ssh-agent.
4802 (Indirect Functions): Fix the default value of nntp-telnet-command;
4803 remove link to connect.html.
4804
134ce16c
MA
48052008-03-30 Michael Albinus <michael.albinus@gmx.de>
4806
4807 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4808 dbus-call-method.
4809 (Receiving Method Calls): The timeout can be set by the calling client.
4810
da1975d7
MA
4811 * trampver.texi: Update release number.
4812
2e4089ab
RS
48132008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4814
4815 * gnus.texi (Top): Fix version. Add SASL.
4816
70cab5a9
MA
48172008-03-29 Michael Albinus <michael.albinus@gmx.de>
4818
4819 Sync with Tramp 2.1.13.
4820
4821 * trampver.texi: Update release number.
4822
5bc6ddff
MB
48232008-03-29 Chong Yidong <cyd@stupidchicken.com>
4824
4825 * org.texi: Update to new org-mode website.
4826
48272008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4828
4829 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4830
9b3ebcb6
MB
48312008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4832
4833 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4834 gnus-read-ephemeral-gmane-group-url,
4835 gnus-read-ephemeral-emacs-bug-group,
4836 gnus-read-ephemeral-debian-bug-group.
4837
48382008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4839
4840 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4841
4842 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4843 Add FIXMEs for Bookmarks and gnus-registry-marks.
4844
48452008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4846
4847 * gnus.texi (Smileys): Document `smiley-style'.
4848
48492008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4850
4851 * gnus.texi (Gnus Development): Clarify difference between ding and
4852 gnu.emacs.gnus.
4853 (MIME Commands, Using MIME, RSS): Fix markup.
4854
4855 * gnus-faq.texi ([8.4]): Ditto.
4856
48572008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4858
4859 * gnus.texi (Emacsen): Remove obsolete stuff.
4860
48612008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4862
4863 * gnus.texi (Oort Gnus): Add version info WRT
4864 `mail-source-delete-incoming'.
4865
48662008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4867
4868 * gnus.texi (Top): Add "Other related manuals" and version info in
4869 `iftex' output.
4870 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4871 gnus-balloon-face-0 and the corresponding format specifiers.
4872
608d6a81
MA
48732008-03-26 Michael Albinus <michael.albinus@gmx.de>
4874
4875 * tramp.texi (Filename completion): Remove footnote about let-bind
4876 of `partial-completion-mode'. It doesn't work this way.
4877
27a6f132
SM
48782008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4879
4880 * pcl-cvs.texi (Contributors): Update my email.
4881
4a7c4c40
MA
48822008-03-21 Michael Albinus <michael.albinus@gmx.de>
4883
4884 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4885
2940c053
BW
48862008-03-17 Bill Wohler <wohler@newt.com>
4887
4888 * mh-e.texi (Viewing): Update URL for adding header fields to
4889 mh-invisible-header-fields-default.
4890
30864d5f
BW
48912008-03-16 Bill Wohler <wohler@newt.com>
4892
4893 * mh-e.texi (Preface): Add Gnus to requirements.
4894 (Forwarding): Note that forwarded MIME messages are now inline.
4895
31fe2b00
SM
48962008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4897
4898 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4899 (Common Variables): Give precedence to the netcat methods over the
4900 telnet methods, and mention that they are more reliable.
31fe2b00 4901
5e97c626
CD
49022008-03-13 Carsten Dominik <dominik@science.uva.nl>
4903
4904 * org.texi (Exporting Agenda Views): Document agenda export to
4905 iCalendar.
4906 (Progress logging): Document the new progress logging stuff.
4907
37a68866
MB
49082008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4909
4910 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4911 Update for change of `mail-source-delete-incoming'.
4912
4913 * gnus-news.texi: Ditto.
4914
8f7abae3
MB
49152008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4916
4917 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4918 custom versions.
4919
af379c86
AM
49202008-03-07 Alan Mackenzie <acm@muc.de>
4921
4922 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4923 parens/brackets in a k&r region is limited.
4924
3d0f8a67
MB
49252008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4926
4927 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4928 using different Emacs versions.
4929
52151df0
GM
49302008-02-27 Glenn Morris <rgm@gnu.org>
4931
4932 * sc.texi: Remove a lot of old and obsolete info.
4933 (titlepage): Simplify.
4934 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4935 (VM with any Emacsen, GNEWS with any Emacsen)
4936 (Overloading for Non-conforming MUAs, Version 3 Changes)
4937 (The Supercite Mailing List): Delete nodes.
4938 (Introduction): Remove info about old packages.
4939 (Getting Connected): Simplify. Remove info about old packages.
4940 (Citing Commands): Delete Emacs 19 info.
4941 (Hints to MUA Authors): Simplify.
4942 (Thanks and History): Merge in some info from the deleted node
4943 "Version 3 Changes".
4944
b03f96dc
MB
49452008-02-05 Juanma Barranquero <lekktu@gmail.com>
4946
4947 * org.texi (Setting tags, In-buffer settings):
4948 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4949
52bec650
MB
49502008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4951
4952 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4953 installation directory name.
4954
34a3c587
RF
49552008-02-12 Romain Francoise <romain@orebokech.com>
4956
4957 * epa.texi (Overview): Fix typo.
4958
5a8d03e9
MO
49592008-02-11 Daiki Ueno <ueno@unixuser.org>
4960
4961 * epa.texi (Quick start): Remove the .emacs setting.
4962
f1914c40
MO
49632008-02-10 Daiki Ueno <ueno@unixuser.org>
4964
4965 * epa.texi (Quick start): Use the command `epa-enable' instead of
4966 loading `epa-setup'.
4967
bca98fc9
JB
49682008-02-08 Juanma Barranquero <lekktu@gmail.com>
4969
4970 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4971 ($(infodir)/epa, epa.dvi): New targets.
4972
4b01af2e
MO
49732008-02-08 Daiki Ueno <ueno@unixuser.org>
4974
4975 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4976
4977 * epa.texi: New manual documenting the EasyPG Assistant.
4978
06c0751a
MA
49792008-02-06 Michael Albinus <michael.albinus@gmx.de>
4980
4981 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4982 (Inspection): New function dbus-ping.
4983
7dcccd7b
MA
49842008-02-05 Michael Albinus <michael.albinus@gmx.de>
4985
4986 * tramp.texi (Remote processes): Add `shell-command'.
4987
a1da1e37
MB
49882008-01-28 Michael Sperber <sperber@deinprogramm.de>
4989
4990 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4991 (Group Parameters): Document `mail-source' parameter.
4992
c9d8f746
MA
49932008-01-27 Michael Albinus <michael.albinus@gmx.de>
4994
4995 * tramp.texi (Inline methods): The hostname of the su(do)? methods
4996 must be a local host.
4997
15db4a13
MO
49982008-01-26 Michael Olson <mwolson@gnu.org>
4999
5000 * erc.texi: Update version for ERC 5.3 release.
5001 (Obtaining ERC): Update extras URLs for 5.3.
5002 (Development): Write instructions for git, and remove those for Arch.
5003 (History): Mention the switch to git.
5004
2bc43980
KB
50052008-01-24 Karl Berry <karl@gnu.org>
5006
bca98fc9
JB
5007 * info.texi (Search Index, Search Text): Mention the command
5008 character in the section name, a la the (Go to node) node.
2bc43980 5009
d2e4a6c9
MA
50102008-01-21 Michael Albinus <michael.albinus@gmx.de>
5011
5012 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
5013
0b6799c3
MB
50142008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5015
5016 * gnus-news.texi: Mention gnus-article-describe-bindings.
5017
50182008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5019
5020 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
5021
db9c3fb1 50222008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 5023
7b4d0413 5024 * org.texi (Property inheritance): New section.
db9c3fb1 5025 (Conventions): New section.
7b4d0413 5026 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
5027 commands, and the new bindings for refiling.
5028 (Sparse trees): Document the new special command for sparse trees.
5029 (References): Be more clear about the counting of hilines.
5030 (Handling links): Document M-p/n for accessing links.
5031 (Fast access to TODO states): New section.
5032 (Per file keywords): New section.
5033 (Property inheritance): New section.
5034 (Column attributes): New summary types.
5035 (Capturing Column View): New section.
5036 (The date/time prompt): Cover the new features in the date/time prompt.
5037 Compactify the table of keys for the calendar remote control.
5038 (Clocking work time): Document the new :scope parameter.
5039 (Remember): Promoted to chapter.
5040 (Quoted examples): New section.
5041 (Enhancing text): New verbatim environments.
5042
6ed73f28
MA
50432008-01-14 Michael Albinus <michael.albinus@gmx.de>
5044
5045 * trampver.texi: Update release number.
5046
95838435
MB
50472008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5048
0c7efc08
SM
5049 * gnus.texi (Article Keymap):
5050 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
5051 gnus-article-reply-with-original and
5052 gnus-article-followup-with-original.
5053
20234d96
GM
50542008-01-09 Glenn Morris <rgm@gnu.org>
5055
5056 * nxml-mode.texi: Add @copying section.
5057
d82cf70b
MB
50582008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5059
5060 * message.texi (Mail Variables): Add some text from "(gnus)Posting
5061 Server". Add `message-send-mail-with-mailclient'.
5062
5063 * gnus.texi (Posting Server): Move some text to "(message)Mail
5064 Variables" and add a reference here.
5065
addb7f2e
MA
50662008-01-04 Michael Albinus <michael.albinus@gmx.de>
5067
5068 * dbus.texi (Receiving Method Calls): New chapter.
5069 (Errors and Events): Add serial number to events. Replace "signal" by
5070 "message". Introduce dbus-event-serial-number.
5071
4db2806c
MA
50722008-01-03 Michael Albinus <michael.albinus@gmx.de>
5073
5074 * dbus.texi (Type Conversion): Explain the type specification for empty
5075 arrays. Use another example.
5076
c9ecb5a7
MA
50772007-12-30 Michael Albinus <michael.albinus@gmx.de>
5078
5079 * dbus.texi (all): Replace "..." by @dots{}.
5080 (Type Conversion): Precise the value range for :byte types.
5081 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5082 Mention its return value.
5083 (Errors and Events): There is no D-Bus error propagation during event
5084 processing.
5085
702dbfd9
JB
50862007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5087
5088 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5089 New sections.
5090
87035689
MB
50912007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5092
5093 * gnus.texi (Group Parameters): Reorder the text and add a note about
5094 `gnus-parameters' near the beginning of the node.
5095
50962007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5097
5098 * gnus.texi (Score File Editing): Fix function name.
5099
5492f5ca
MA
51002007-12-23 Michael Albinus <michael.albinus@gmx.de>
5101
5102 Sync with Tramp 2.1.12.
5103
5104 * trampver.texi: Update release number.
5105
d4e67bc5
MA
51062007-12-22 Michael Albinus <michael.albinus@gmx.de>
5107
5108 * dbus.texi (Type Conversion): Correct input parameters mapping.
5109
6a31c819
MA
51102007-12-21 Michael Albinus <michael.albinus@gmx.de>
5111
5112 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5113 (Errors and Events): Mention wrong-type-argument error.
5114
99a3e35f
AS
51152007-12-21 Alex Schroeder <alex@gnu.org>
5116
5117 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5118 spaces. Fixed some typos.
99a3e35f
AS
5119 (Internet Relay Chat): Explain relay.
5120 (Getting started with rcirc): Change items to reflect prompts.
5121 Add more explanation to rcirc-track-minor-mode and added a comment to
5122 warn future maintainers that this section is a copy.
0c7efc08 5123 (People): Change /ignore example.
62b12a24 5124 (Keywords): Not keywords.
99a3e35f 5125
331e4d02
AS
51262007-12-20 Alex Schroeder <alex@gnu.org>
5127
5128 * rcirc.texi (Top): Fighting Information Overload chapter added.
5129 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5130 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5131 (Fighting Information Overload): New chapter documenting /keyword,
5132 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5133 (Configuration): Document rcirc-server-alist, remove
5134 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5135
cd71c3ef
MA
51362007-12-16 Michael Albinus <michael.albinus@gmx.de>
5137
5138 * dbus.texi (Signals): Fix example in dbus-register-signal.
5139
bbbe940b
MB
51402007-12-14 Sven Joachim <svenjoac@gmx.de>
5141
5142 * gnus.texi (Score Variables): Fix typo.
5143
0ce574ef
MA
51442007-12-07 Michael Albinus <michael.albinus@gmx.de>
5145
5146 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5147 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5148 (Errors and Events): Adapt dbus-event.
5149
b890d447
MB
51502007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5151
5152 * gnus.texi (Other Files): Add the yenc command.
5153
51542007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5155
5156 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5157 since 2004-08-06.
5158
51592007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5160
5161 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5162 on body.
5163
51642007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5165
5166 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5167 and rfc2047-allow-irregular-q-encoded-words; fix description of
5168 rfc2047-encode-encoded-words.
5169
51702007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5171
5172 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5173
3728bf03
MO
51742007-12-05 Michael Olson <mwolson@gnu.org>
5175
5176 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5177 Update documentation for `remember-diary-file'.
5178
a4397af9
MA
51792007-12-04 Michael Albinus <michael.albinus@gmx.de>
5180
5181 * dbus.texi (Signals): Precise `dbus-register-signal'.
5182 (Errors and Events): Rework events part, the internal structure of
5183 dbus-event has changed.
5184
1682490c
JB
51852007-12-03 Juanma Barranquero <lekktu@gmail.com>
5186
5187 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5188 ($(infodir)/dbus, dbus.dvi): New targets.
5189
7b13a0f2
MA
51902007-12-03 Michael Albinus <michael.albinus@gmx.de>
5191
5192 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5193 unconditionally.
5194
5195 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5196 emulation with @print{}.
5197
7ef92bc9
RS
51982007-12-02 Richard Stallman <rms@gnu.org>
5199
5200 * dbus.texi (Overview): Minor cleanup.
5201
22d8ac3a
MA
52022007-12-02 Michael Albinus <michael.albinus@gmx.de>
5203
d3a8e0df
MA
5204 * Makefile.in (INFO_TARGETS): Add dbus.
5205 (DVI_TARGETS): Add dbus.dvi.
5206 (dbus, dbus.dvi): New targets.
5207
22d8ac3a
MA
5208 * dbus.texi: New file.
5209
559764ab
RF
52102007-11-24 Romain Francoise <romain@orebokech.com>
5211
5212 * nxml-mode.texi: Add description in @direntry.
7aa579d9 5213 Fix file name to match @setfilename.
559764ab 5214
ac97a16b
MH
52152007-11-23 Mark A. Hershberger <mah@everybody.org>
5216
5217 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5218 ($(infodir)/nxml-mode): New rule.
5219
5220 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5221 ($(infodir)/nxml-mode): New rule.
5222 (clean): Add nxml-mode*.
5223
5224 * nxml-mode.texi: New file with nxml manual.
5225
404cd454
GM
52262007-11-18 Richard Stallman <rms@gnu.org>
5227
5228 * flymake.texi (Example -- Configuring a tool called directly):
5229 Update example.
5230
b048d478
MA
52312007-11-18 Michael Albinus <michael.albinus@gmx.de>
5232
5233 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 5234 double-slash behavior. Explain directory contents flushing.
b048d478 5235
346e8469
JB
52362007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5237
5238 * calc.texi (TeX and LaTeX Language Modes): Put in
5239 missing braces.
5240
404cd454
GM
52412007-11-15 Richard Stallman <rms@gnu.org>
5242
5243 * cl.texi (Equality Predicates): Delete `eql'.
5244 (Predicates, Naming Conventions, Top): Delete `eql'.
5245 (Common Lisp Compatibility): Delete `eql'.
5246 (Porting Common Lisp): Delete obsolete backquote info.
5247 Minor clarification about character constants.
5248 (Sequence Basics): Minor clarification.
5249
1f6af58b
JB
52502007-11-15 Juanma Barranquero <lekktu@gmail.com>
5251
dccb744b 5252 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
5253 * tramp.texi (Filename completion): Fix typos.
5254
3bc88bc9
JB
52552007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5256
5257 * calc.texi (Basic commands): Mention the menu.
5258
bc5300d3
MA
52592007-11-12 Michael Albinus <michael.albinus@gmx.de>
5260
5261 * tramp.texi (Connection caching): Tramp flushes connection
5262 properties when remote operating system has been changed.
5263
4d8a28ec
MB
52642007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5265
5266 * gnus-news.texi: Fix spelling.
5267 `message-insert-formatted-citation-line', not
5268 `message-insert-formated-citation-line'.
5269
404cd454
GM
5270 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5271
e1176b47
MA
52722007-11-07 Michael Albinus <michael.albinus@gmx.de>
5273
5274 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 5275 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
5276 (Frequently Asked Questions): Add code example for highlighting the
5277 mode line.
5278
6159985a
MO
52792007-11-03 Michael Olson <mwolson@gnu.org>
5280
5281 * remember.texi: Change mentions of remember-buffer to
5282 remember-finalize throughout.
5283
bec9b2f5
MO
52842007-10-30 Michael Olson <mwolson@gnu.org>
5285
5286 * remember.texi (Copying): Remove.
5287 (Mailbox): Update with non-BBDB instructions.
5288 (Diary, Org): Add.
5289 (Bibliography, Planner Page): Remove.
5290
b6173182
JB
52912007-10-30 Juanma Barranquero <lekktu@gmail.com>
5292
5293 * makefile.w32-in (INFO_TARGETS): Add remember.
5294 (DVI_TARGETS): Add remember.dvi.
5295 ($(infodir)/remember): New rule.
5296 (clean): Add remember*.
5297
15f3eb73
MO
52982007-10-30 Michael Olson <mwolson@gnu.org>
5299
70bdc930
MO
5300 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5301 ($(infodir)/remember): New rule that builds the Remember Manual.
5302
b6173182
JB
5303 * remember.texi: New file containing the Remember Mode Manual.
5304 Shuffle chapters around after initial import.
7d3f6f1a
MO
5305 (Function Reference): Split Keystrokes into separate chapter.
5306 (Keystrokes): Document C-c C-k.
51d24a12 5307 (Introduction): Fix typographical issue with "---".
15f3eb73 5308
404cd454
GM
53092007-10-29 Richard Stallman <rms@gnu.org>
5310
5311 * widget.texi (Introduction): Delete discussion of implementation
5312 internals.
5313
9bbb9638
MA
53142007-10-29 Michael Albinus <michael.albinus@gmx.de>
5315
5316 * tramp.texi (Connection caching): Host names must be different
5317 when tunneling.
5318
c7ff939a
RS
53192007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5320
5321 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5322 Gnus v5.13.
5323
01c52d31
MB
53242007-10-28 Miles Bader <miles@gnu.org>
5325
5326 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5327
01c52d31
MB
53282007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5329
0c7efc08
SM
5330 * gnus.texi (Sorting the Summary Buffer):
5331 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
5332
53332007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5334
5335 * gnus.texi (Non-ASCII Group Names): New node.
5336 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5337 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5338
c8763fb6 53392007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5340
5341 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5342 clean the output of the program `imap-shell-program'.
5343
53442007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5345
5346 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5347
53482007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5349
5350 * gnus.texi (Sticky Articles): Documentation for sticky article
5351 buffers.
5352
c8763fb6 53532007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5354
5355 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5356
53572007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5358
5359 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5360
53612007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5362
0c7efc08
SM
5363 * gnus.texi (Archived Messages):
5364 Document gnus-update-message-archive-method.
01c52d31
MB
5365
53662007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5367
5368 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5369
c8763fb6 53702007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 5371
0c7efc08
SM
5372 * gnus.texi (Group Maneuvering):
5373 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
5374
53752007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5376
0c7efc08
SM
5377 * gnus.texi (Really Various Summary Commands):
5378 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
5379
53802007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5381
5382 * gnus.texi, message.texi: Bump version number.
5383
53842007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5385
5386 * gnus.texi (Group Line Specification, Misc Group Stuff)
5387 (Server Commands): Parenthesize @pxref{Mail Spool}.
5388
53892007-10-28 Didier Verna <didier@xemacs.org>
5390
5391 New user option: message-signature-directory.
5392 * message.texi (Insertion Variables): Document it.
5393 * gnus.texi (Posting Styles): Ditto.
5394
53952007-10-28 Didier Verna <didier@xemacs.org>
5396
5397 * gnus.texi (Group Line Specification):
5398 * gnus.texi (Misc Group Stuff):
5399 * gnus.texi (Server Commands): Document the group compaction feature.
5400
54012007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5402
5403 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5404
5405 * message.texi (Various Message Variables): Add message-fill-column.
5406
54072007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5408
5409 * gnus.texi: Untabify.
5410
54112007-10-28 Didier Verna <didier@xemacs.org>
5412
5413 * gnus.texi (Group Parameters): Document the posting-style merging
5414 process in topic-mode.
5415
54162007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5417
5418 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5419
54202007-10-28 Romain Francoise <romain@orebokech.com>
5421
5422 * gnus.texi (Mail Spool): Fix typo.
5423 Update copyright.
5424
54252007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5426
5427 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5428
54292007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5430
5431 * gnus.texi (Summary Generation Commands):
5432 Add gnus-summary-insert-ticked-articles.
5433
54342007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5435
b2abec73
JB
5436 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5437 to spam-spamassassin-program.
01c52d31
MB
5438
54392007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5440
5441 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5442
54432007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5444
5445 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5446
54472007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5448
5449 * message.texi (Mail Headers): Document `opportunistic'.
5450
54512007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5452
5453 * emacs-mime.texi (Encoding Customization): Explain how to set
5454 mm-coding-system-priorities per hierarchy.
5455
54562007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5457
5458 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5459 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5460
54612007-10-28 Didier Verna <didier@xemacs.org>
5462
5463 * message.texi (Wide Reply): Update documentation of
5464 message-dont-reply-to-names (now allowing a list of regexps).
5465
54662007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5467
5468 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5469
54702007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5471
5472 * gnus.texi (SpamAssassin back end): Fix typo.
5473
5474 * sieve.texi (Examples): Fix grammar.
5475
54762007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5477
5478 * gnus.texi (Searching for Articles): Document M-S and M-R.
5479 (Limiting): Document / b.
5480
54812007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5482
5483 * gnus.texi (Thread Commands): T M-^.
5484
54852007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5486
5487 * message.texi (Mail Aliases): Document ecomplete.
5488 (Mail Aliases): Fix typo.
5489
54902007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5491
5492 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5493 fix typo.
5494
54952007-10-28 Romain Francoise <romain@orebokech.com>
5496
5497 * gnus.texi (Mail Spool): Grammar fix.
5498
54992007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5500
5501 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5502 string.
5503
55042007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5505
5506 * gnus.texi (Group Parameters): Fix description.
5507
55082007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5509
b2abec73
JB
5510 * gnus.texi (Gmane Spam Reporting):
5511 Fix spam-report-gmane-use-article-number.
5512 Add spam-report-user-mail-address.
01c52d31
MB
5513
55142007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5515
5516 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5517
55182007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5519
5520 * gnus.texi (Group Parameters): Add simplified sorting example based on
5521 example for `Sorting the Summary Buffer' from Jari Aalto
5522 <jari.aalto@cante.net>.
5523 (Example Methods): Add example for an indirect connection.
5524
55252007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5526
0c7efc08 5527 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
5528 (Agent Parameters): Updated parameter names to match code.
5529 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5530 'gnus-agent-summary-fetch-series'.
5531 (Agent and flags): New section providing a generalized discussion
5532 of flag handling.
0c7efc08
SM
5533 (Agent and IMAP): Remove flag discussion.
5534 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
5535
55362007-10-28 Romain Francoise <romain@orebokech.com>
5537
5538 * gnus.texi (Exiting the Summary Buffer): Add new function
5539 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5540
55412007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5542
5543 * gnus.texi (Conformity): Fix typo.
5544 (Customizing Articles): Document `first'.
5545
55462007-10-28 Jari Aalto <jari.aalto@cante.net>
5547
5548 * gnus.texi (Sorting the Summary Buffer):
5549 Add `gnus-thread-sort-by-date-reverse'. Add example
5550 host to different sorting in NNTP and RSS groups.
5551
55522007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5553
5554 * message.texi (Insertion): Describe prefix for
5555 message-mark-inserted-region and message-mark-insert-file.
5556
55572007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5558
5559 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5560 LaTeX documents. Describe "text/x-gnus-verbatim".
5561
55622007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5563
b2abec73 5564 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
5565 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5566 (spam-stat spam filtering, SpamOracle)
0c7efc08 5567 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
5568 clarity.
5569
55702007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5571
5572 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5573 gnus-article-delete-part and gnus-article-replace-part.
5574 (Using MIME): Add gnus-mime-replace-part.
5575
55762007-10-28 Romain Francoise <romain@orebokech.com>
5577
5578 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5579 requires `auto-compression-mode' to be enabled. Add new nnml
5580 variable `nnml-compressed-files-size-threshold'.
5581
55822007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5583
0c7efc08
SM
5584 * gnus.texi (Sorting the Summary Buffer):
5585 Add gnus-thread-sort-by-recipient.
01c52d31
MB
5586
55872007-10-28 Romain Francoise <romain@orebokech.com>
5588
5589 * message.texi (Insertion Variables): Mention new variable
5590 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5591 documentation accordingly.
5592
55932007-10-28 Romain Francoise <romain@orebokech.com>
5594
5595 * gnus.texi (To From Newsgroups): Mention new variables
5596 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5597
55982007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5599
5600 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5601 stuff; gnus-mime-inline-part does the automatic decompression.
5602
56032007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5604
5605 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 5606 "training.ham" should be "training.spam".
01c52d31
MB
5607
56082007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5609
5610 * message.texi (Mail Variables): Fix the default value for
5611 message-send-mail-function.
5612
56132007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5614
5615 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5616 always returns nil exceptionally.
5617
56182007-10-28 Simon Josefsson <jas@extundo.com>
5619
0c7efc08
SM
5620 * gnus.texi (Article Washing): Add libidn URL.
5621 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
5622
56232007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5624
5625 * gnus.texi (Topic Commands): Fix next/previous.
5626
56272007-10-28 Simon Josefsson <jas@extundo.com>
5628
5629 * gnus.texi (Article Washing): Mention `W i'.
5630
c8763fb6 56312007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
5632
5633 * gnus.texi (Group Parameters): Slight extension of sieve
5634 parameter description.
5635
56362007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5637
5638 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5639 matching score files as well.
5640 (Picons): Describe `gnus-picon-style'.
5641
56422007-10-28 Romain Francoise <romain@orebokech.com>
5643
5644 * message.texi (Message Headers): Mention that headers are hidden
5645 using narrowing, and how to expose them.
5646 Update copyright.
5647
56482007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5649
5650 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5651 `gnus-summary-sort-by-recipient'.
5652
56532007-10-28 Romain Francoise <romain@orebokech.com>
5654
5655 * gnus.texi (NNTP marks): New node.
5656 (NNTP): Move NNTP marks variables to the new node.
5657
56582007-10-28 Jesper Harder <harder@ifa.au.dk>
5659
b2abec73 5660 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
5661
5662 * gnus.texi (MIME Commands, Hashcash): Markup fix.
5663
56642007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5665
b2abec73 5666 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 5667 everywhere for consistency.
b2abec73
JB
5668 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5669 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
5670 Say "regular expression" instead of "regex." Admonish.
5671 Pick other words to sound better (s/so/thus/).
5672 (Spam ELisp Package Filtering of Incoming Mail):
5673 Mention statistical filters. Remove old TODO.
01c52d31 5674 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
5675 New section on sorting and displaying the spam score.
5676 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5677 backend but an alias to spam-use-BBDB.
5678 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
5679 new backend functionality.
5680
56812007-10-28 Simon Josefsson <jas@extundo.com>
5682
5683 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5684 nntp-marks-directory, from Romain Francoise
5685 <romain@orebokech.com>.
5686
56872007-10-28 Magnus Henoch <mange@freemail.hu>
5688
5689 * gnus.texi (Hashcash): New default value of
5690 hashcash-default-payment.
5691
56922007-10-28 Simon Josefsson <jas@extundo.com>
5693
5694 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5695 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5696
56972007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5698
0c7efc08 5699 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5700
57012007-10-28 Simon Josefsson <jas@extundo.com>
5702
5703 * gnus.texi (documentencoding): Add, to avoid warnings.
5704
57052007-10-28 Simon Josefsson <jas@extundo.com>
5706
5707 * message.texi (Mail Headers): Add.
5708
5709 * gnus.texi (Hashcash): Fix.
5710
57112007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5712
0c7efc08 5713 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5714 that payments can be verified and fix the name of the
b2abec73 5715 hashcash-path variable.
01c52d31
MB
5716
57172007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5718
b2abec73 5719 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5720
57212007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5722
5723 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5724
57252007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5726
5727 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5728 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5729 warning about ham processors in spam groups removed.
01c52d31
MB
5730
57312007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5732
0c7efc08 5733 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5734 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5735
57362007-10-28 Jesper Harder <harder@ifa.au.dk>
5737
5738 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5739 (Mailing List): Typo.
5740 (Customizing Articles): Add gnus-treat-ansi-sequences.
5741 (Article Washing): Index.
5742
5743 * message.texi: Use m-dash consistently.
5744
57452007-10-28 Jesper Harder <harder@ifa.au.dk>
5746
5747 * gnus.texi (GroupLens): Remove.
5748
57492007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5750
0c7efc08
SM
5751 * gnus.texi (Outgoing Messages, Agent Variables):
5752 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5753 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5754
57552007-10-28 Jesper Harder <harder@ifa.au.dk>
5756
5757 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5758
57592007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5760
5761 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5762
5763 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5764
57652007-10-28 Simon Josefsson <jas@extundo.com>
5766
5767 * gnus.texi (Top): Add SASL.
5768
404cd454
GM
57692007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5770
5771 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5772
57732007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5774
5775 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5776
0edd2970
JB
57772007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5778
5779 * calc.texi (Formulas, Composition Basics): Lower the
5780 precedence of negation.
5781
a9afba20
JY
57822007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5783
5784 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5785 Mention the new three-letter column identifiers.
5786 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5787 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5788 message when using `c' on an empty default with default printer.
5789 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5790 renamed to `ses--symbolic-formulas' some time ago.
5791
45b778a6
JB
57922007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5793
5794 * calc.texi (Default Simplifications, Making Selections)
5795 (Customizing Calc): Clarify associativity of multiplication.
5796
03b5bade
MA
57972007-10-23 Michael Albinus <michael.albinus@gmx.de>
5798
5799 * tramp.texi (Traces and Profiles): Simplify loop over
5800 `trace-function-background'.
5801
e658c8ee
JL
58022007-10-22 Juri Linkov <juri@jurta.org>
5803
5804 * dired-x.texi (Shell Command Guessing): Default values are now
5805 available by typing M-n instead of M-p.
5806
dd753688
MA
58072007-10-21 Michael Albinus <michael.albinus@gmx.de>
5808
5809 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5810 (Password caching): Remove `tramp-clear-passwd'.
5811 It's not a command anymore.
dd753688
MA
5812 (Bug Reports): Add `tramp-bug' to function index.
5813 (Function Index, Variable Index): New nodes.
5814 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5815
5816 * trampver.texi: Update release number.
5817
4bb49b43
JB
58182007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5819
8b296cdd 5820 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5821 about integer size into past tense.
5822 (Time Zones): Remove pointer to Calc author's address.
5823 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5824 and hyperbolic cotangent. Fix typo.
4bb49b43 5825
311dd93f
MA
58262007-10-10 Michael Albinus <michael.albinus@gmx.de>
5827
5828 Sync with Tramp 2.1.11.
5829
5830 * trampver.texi: Update release number.
5831
ea3fc256
MA
58322007-10-06 Michael Albinus <michael.albinus@gmx.de>
5833
5834 * tramp.texi (External packages): New section.
5835
1af74d06
MB
58362007-09-29 Juri Linkov <juri@jurta.org>
5837
5838 * info.texi (Help-Int): Document `L' (`Info-history').
5839
0e2806fa
SM
58402007-09-26 Carsten Dominik <dominik@science.uva.nl>
5841
5842 * org.texi: Change links to webpage and maintained email.
5843 (Remember): Promote to Chapter, significant changes.
5844 (Fast access to TODO states): New section.
5845 (Faces for TODO keywords): New section.
5846 (Export options): Example for #+DATE.
5847 (Progress logging): Section moved.
5848
567b9191
BW
58492007-09-26 Bill Wohler <wohler@newt.com>
5850
5851 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5852 browse-url-at-mouse.
5853
1af74d06
MB
58542007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5855
5856 * flymake.texi (Customizable variables): Face names don't end in -face.
5857 Fix flymake-err-line-patterns template.
5858 (Example -- Configuring a tool called directly): Fix init-function.
5859 (Highlighting erroneous lines): Face names don't end in -face.
5860
d60a4e3a 58612007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5862
5863 * erc.texi (Special-Features): Fix small typo.
5864
7d7a3510
MA
58652007-09-14 Michael Albinus <michael.albinus@gmx.de>
5866
5867 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5868 and "External transfer methods".
5869
285f0d3a
JB
58702007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5871
5872 * calc.texi (Predefined Units): Add some history.
5873
526dc846
MO
58742007-09-08 Michael Olson <mwolson@gnu.org>
5875
87e04f16
JB
5876 * erc.texi (Copying): New section included from gpl.texi.
5877 This matches the look of the upstream ERC manual.
526dc846 5878
f10d0e80
JB
58792007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5880
87e04f16 5881 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5882 (Random Numbers): Clarify the distribution of `random'.
5883
4009494e
GM
58842007-09-06 Glenn Morris <rgm@gnu.org>
5885
f1fc42aa 5886 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5887 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5888 Change all setfilename commands to use ../../info.
5889 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5890 refer to the Emacs manual here.
5891 (infodir): New variable.
5892 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5893 (cc-mode.texi, faq.texi): Update references to source file locations.
5894 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5895 do not refer to the Emacs manual here.
5896 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5897
5898 * Makefile.in: Add `basename' versions of all info targets, for
5899 convenience when rebuilding just one manual.
5900 (../etc/GNU): Delete obsolete target.
5901 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5902 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5903 *.vrs *.toc here...
5904 (maintainer-clean): ...from here.
4009494e
GM
5905
5906 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5907
2de53ca6
GM
59082007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5909
5910 * calc.texi (Date Conversions): Clarify definition of
5911 Julian day numbering.
5912 (Date Forms): Clarify definition of Julian day numbering;
5913 add some history.
5914
59152007-08-30 Carsten Dominik <dominik@science.uva.nl>
5916
87e04f16 5917 * org.texi: Version 5.07.
2de53ca6
GM
5918
59192007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5920
5921 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5922
59232007-08-22 Carsten Dominik <dominik@science.uva.nl>
5924
5925 * org.texi (Adding hyperlink types): New section.
5926 (Embedded LaTeX): Chapter updated because of LaTeX export.
5927 (LaTeX export): New section.
5928 (Using links out): New section.
5929
59302007-08-22 Glenn Morris <rgm@gnu.org>
5931
5932 * faq.texi (Learning how to do something): Refcards now in
5933 etc/refcards/ directory.
5934
59352007-08-22 Michael Albinus <michael.albinus@gmx.de>
5936
5937 * tramp.texi (Remote Programs): Persistency file must be cleared when
5938 changing `tramp-remote-path'.
5939 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5940 macro.
5941
59422007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5943
5944 * calc.texi: Move contents to beginning of file.
5945 (Algebraic Entry): Fix the formatting of an example.
5946
59472007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5948
5949 * calc.texi (Basic Operations on Units): Mention exact versus
5950 inexact conversions.
5951
59522007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5953
5954 * calc.texi (Basic Operations on Units): Mention default
5955 values for new units.
5956 (Quick Calculator Mode): Mention that binary format will
5957 be displayed.
5958
59592007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5960
5961 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5962
59632007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5964
5965 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5966
59672007-08-08 Glenn Morris <rgm@gnu.org>
5968
5969 * gnus.texi, sieve.texi: Replace `iff'.
5970
59712007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5972
5973 * calc.texi (Basic Graphics): Mention the graphing of error
5974 forms.
5975 (Graphics Options): Mention how `g s' handles error forms.
5976 (Curve Fitting): Mention plotting the curves.
5977 (Standard Nonlinear Models): Add additional models.
5978 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5979 (Linear Fits): Correct result.
5980
59812007-08-01 Alan Mackenzie <acm@muc.de>
5982
5983 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5984 to "--no-site-file".
5985
59862007-07-29 Michael Albinus <michael.albinus@gmx.de>
5987
5988 * tramp.texi (Frequently Asked Questions): Point to mode line
5989 extension in Emacs 23.1.
5990
5991 * trampver.texi: Update release number.
5992
59932007-07-27 Glenn Morris <rgm@gnu.org>
5994
5995 * calc.texi (Copying): Include license text from gpl.texi, rather than
5996 in-line.
5997
59982007-07-25 Glenn Morris <rgm@gnu.org>
5999
6000 * calc.texi (Copying): Replace license with GPLv3.
6001
6002 * Relicense all FSF files to GPLv3 or later.
6003
60042007-07-22 Michael Albinus <michael.albinus@gmx.de>
6005
6006 Sync with Tramp 2.1.10.
6007
6008 * tramp.texi (trampfn): Expand macro implementation in order to handle
6009 empty arguments.
6010 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 6011 occurrences by trampfn.
2de53ca6 6012 (Frequently Asked Questions): Extend example code for host
b2abec73 6013 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
6014 file names to be typed.
6015
6016 * trampver.texi: Update release number.
6017
60182007-07-17 Michael Albinus <michael.albinus@gmx.de>
6019
6020 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
6021 section. Reported by <poti@potis.org>.
6022 (Remote processes): Arguments of the program to be debugged are taken
6023 literally.
6024 (Frequently Asked Questions): Simplify recentf example.
6025
60262007-07-14 Karl Berry <karl@gnu.org>
6027
6028 * info.texi (@copying): New Back-Cover Text.
6029
6030 * info.texi (Quitting Info): Move to proper place in source.
6031 (Reported by Benno Schulenberg.)
6032
60332007-07-13 Eli Zaretskii <eliz@gnu.org>
6034
6035 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
6036
6037 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
6038
6039 * emacs-mime.texi: Add @documentencoding directive.
6040
60412007-07-12 Nick Roberts <nickrob@snap.net.nz>
6042
6043 * tramp.texi (Remote processes): Add an anchor to the subsection
6044 "Running a debugger on a remote host".
6045
60462007-07-12 Michael Albinus <michael.albinus@gmx.de>
6047
6048 * tramp.texi (Remote processes): Don't call it "experimental" any
6049 longer. Add subsection about running a debugger on a remote host.
6050
60512007-07-10 Carsten Dominik <dominik@science.uva.nl>
6052
6053 * org.texi (Properties and columns): Chapter rewritten.
6054
60552007-07-08 Michael Albinus <michael.albinus@gmx.de>
6056
6057 * tramp.texi:
6058 * trampver.texi: Migrate to Tramp 2.1.
6059
60602007-07-02 Carsten Dominik <dominik@science.uva.nl>
6061
6062 * org.texi (Properties): New chapter.
6063
60642007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6065
6066 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6067 Control Panel.
6068
6069 * gnus.texi (Misc Article): Add index entry for
6070 gnus-single-article-buffer.
6071
60722007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
6073
6074 * gnus.texi (Starting Up): Fix typo.
6075
60762007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
6077
6078 * gnus.texi (Asynchronous Fetching): Fix typo.
6079
60802007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6081
6082 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6083 (About This Manual): Remove redundant information.
6084 (Getting Started): Mention author.
6085 (Basic Arithmetic, Customizing Calc): Make description of the
6086 variable `calc-multiplication-has-precedence' match its new effect.
6087
60882007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6089
0c7efc08
SM
6090 * calc.texi (Basic Arithmetic, Customizing Calc):
6091 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
6092
60932007-06-19 Carsten Dominik <dominik@science.uva.nl>
6094
6095 * org.texi (Tag): Section swapped with node Timestamps.
6096 (Formula syntax for Lisp): Document new `L' flag.
6097
60982007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6099
6100 * gnus.texi (Misc Group Stuff, Summary Buffer)
6101 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6102
61032007-06-06 Juanma Barranquero <lekktu@gmail.com>
6104
6105 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6106 * gnus.texi (Article Buttons, Mail Source Customization)
6107 (Sending or Not Sending, Customizing NNDiary):
6108 * message.texi (Message Headers):
6109 * mh-e.texi (HTML): Fix typos.
6110
61112007-06-07 Michael Albinus <michael.albinus@gmx.de>
6112
6113 Sync with Tramp 2.0.56.
6114
6115 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6116 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6117
61182007-06-02 Chong Yidong <cyd@stupidchicken.com>
6119
6120 * Version 22.1 released.
6121
61222007-05-26 Michael Olson <mwolson@gnu.org>
6123
6124 * erc.texi (Modules): Fix references to completion modules.
6125
61262007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6127
6128 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6129
61302007-05-09 Didier Verna <didier@xemacs.org>
6131
6132 * gnus.texi (Email Based Diary): New. Proper documentation for the
6133 nndiary back end and the gnus-diary library.
6134
61352007-05-03 Karl Berry <karl@gnu.org>
6136
6137 * .cvsignore (*.pdf): New entry.
6138
6139 * texinfo.tex: Update from current version for better pdf generation.
6140
61412007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6142
6143 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6144
61452007-04-28 Glenn Morris <rgm@gnu.org>
6146
6147 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6148 consideration of legal status.
6149
61502007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6151
6152 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6153
61542007-04-24 Chong Yidong <cyd@stupidchicken.com>
6155
6156 * faq.texi (New in Emacs 22): python.el removed.
6157
61582007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6159
6160 * calc.texi (Reporting bugs): Update maintainer's address.
6161
61622007-04-22 Chong Yidong <cyd@stupidchicken.com>
6163
6164 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6165
61662007-04-15 Jay Belanger <belanger@truman.edu>
6167
6168 * calc.texi (Title page): Remove the date.
6169 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6170 (The Standard Calc Interface): Change trail title.
6171 (Floats): Mention that when non-decimal floats are entered, only
6172 approximations are stored.
6173 (Copying): Move to the appendices.
6174 (GNU Free Documentation License): Add as an appendix.
6175
61762007-04-15 Chong Yidong <cyd@stupidchicken.com>
6177
6178 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6179 * dired-x.texi, ebrowse.texi, ediff.texi:
6180 * emacs-mime.texi, erc.texi, eshell.texi:
6181 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6182 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6183 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6184 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6185 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6186 * woman.texi: Include GFDL.
6187
6188 * doclicense.texi: Remove node heading, so that it can be included by
6189 other files.
6190
6191 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6192
6193 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6194 than *.
6195
61962007-04-14 Carsten Dominik <dominik@science.uva.nl>
6197
6198 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6199 in Calc.
6200
62012007-04-09 Romain Francoise <romain@orebokech.com>
6202
6203 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6204 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6205 replace mouse-2.
6206
62072007-04-08 Chong Yidong <cyd@stupidchicken.com>
6208
6209 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6210 renamed to woman-use-topic-at-point. Document new behavior.
6211
62122007-04-08 Richard Stallman <rms@gnu.org>
6213
6214 * url.texi: Fix some indexing.
6215 (Disk Caching): Drop discussion of old/other Emacs versions.
6216
62172007-04-07 Chong Yidong <cyd@stupidchicken.com>
6218
6219 * url.texi (Disk Caching): Say Emacs 21 "and later".
6220
6221 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6222 on Font locking which now mentions JIT lock.
6223
62242007-04-01 Michael Olson <mwolson@gnu.org>
6225
6226 * erc.texi: Update for the ERC 5.2 release.
6227
62282007-03-31 David Kastrup <dak@gnu.org>
6229
6230 * woman.texi (Topic, Interface Options): Explain changes semantics of
6231 woman-manpath in order to consider MANPATH_MAP entries.
6232
62332007-03-31 Eli Zaretskii <eliz@gnu.org>
6234
6235 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6236
62372007-03-26 Richard Stallman <rms@gnu.org>
6238
6239 * pgg.texi (Caching passphrase): Clean up previous change.
6240
62412007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6242
6243 * gnus.texi (Setting Process Marks): Fix typo.
6244
62452007-03-25 Romain Francoise <romain@orebokech.com>
6246
6247 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6248 readability, and include various fixes by Daniel Brockman, Nick Roberts
6249 and Dieter Wilhelm.
6250
62512007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6252
6253 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6254
6255 * gnus.texi (Mail Source Specifiers): Fix typo.
6256
62572007-03-22 Ralf Angeli <angeli@caeruleus.net>
6258
6259 * reftex.texi (Imprint): Update maintainer information.
6260
62612007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6262
6263 * message.texi (Message Buffers): Update documentation for
6264 message-generate-new-buffers.
6265
62662007-03-15 Daiki Ueno <ueno@unixuser.org>
6267
6268 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6269
62702007-03-21 Glenn Morris <rgm@gnu.org>
6271
6272 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6273
62742007-03-19 Chong Yidong <cyd@stupidchicken.com>
6275
6276 * eshell.texi (Known problems): Emacs 21 -> 22.
6277
6278 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6279
62802007-03-18 Jay Belanger <belanger@truman.edu>
6281
6282 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6283
62842007-03-12 Glenn Morris <rgm@gnu.org>
6285
6286 * calc.texi (Time Zones): Switch to new North America DST rule.
6287
6288 * calc.texi: Replace "daylight savings" with "daylight
6289 saving" in text throughout.
6290
62912007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6292
6293 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6294 The variable now uses a list of symbols instead of just a symbol.
6295 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6296
62972007-03-06 Romain Francoise <romain@orebokech.com>
6298
6299 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6300 new packages, and mention Gnus update.
6301
63022007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6303
6304 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6305 nntp-open-connection-functions-never-echo-commands.
6306
63072007-02-27 Chong Yidong <cyd@stupidchicken.com>
6308
6309 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6310 problems on the console, and security risk in not using gpg-agent.
6311
63122007-02-25 Carsten Dominik <dominik@science.uva.nl>
6313
0c7efc08 6314 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
6315 Completely reorganized and rewritten.
6316 (CamelCase links): Section removed.
6317 (Repeating items): New section.
6318 (Tracking TODO state changes): New section.
6319 (Agenda views): Chapter reorganized and rewritten.
6320 (HTML export): Section rewritten.
6321 (Tables in arbitrary syntax): New section.
6322 (Summary): Better feature summary.
6323 (Activation): Document problem with cut-and-paste of Lisp code
6324 from PDF files.
6325 (Visibility cycling): Document indirect buffer use.
6326 (Structure editing): Document sorting.
6327 (Remember): Section rewritten.
6328 (Time stamps): Better description of time stamp types.
6329 (Tag searches): Document regular expression search for tags.
6330 (Stuck projects): New section.
6331 (In-buffer settings): New keywords.
6332 (History and Acknowledgments): Updated description.
6333
63342007-02-24 Alan Mackenzie <acm@muc.de>
6335
6336 * cc-mode.texi (Movement Commands): Insert two missing command names.
6337 (Getting Started): Slight wording correction (use conditional).
6338
63392007-02-22 Kim F. Storm <storm@cua.dk>
6340
6341 * widget.texi (User Interface, Basic Types): Document need to put some
6342 text before the %v escape in :format string in editable-field widget.
6343
63442007-02-18 Romain Francoise <romain@orebokech.com>
6345
6346 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6347 `cvs-mode-quit'.
6348
63492007-02-10 Markus Triska <markus.triska@gmx.at>
6350
6351 * widget.texi (Programming Example): Put constant strings in :format.
6352
63532007-02-07 Juanma Barranquero <lekktu@gmail.com>
6354
6355 * faq.texi (Fullscreen mode on MS-Windows): New node.
6356
63572007-02-04 David Kastrup <dak@gnu.org>
6358
6359 * faq.texi (AUCTeX): Update version number. Should probably be done
6360 for other packages as well.
6361
63622007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6363
6364 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6365 <tassilo@member.fsf.org>.
6366
63672007-01-27 Eli Zaretskii <eliz@gnu.org>
6368
6369 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6370 ls-lisp-use-localized-time-format.
6371
63722007-01-20 Markus Triska <markus.triska@gmx.at>
6373
6374 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6375
63762007-01-13 Michael Olson <mwolson@gnu.org>
6377
6378 * erc.texi (Modules): Mention capab-identify module.
6379
63802007-01-05 Michael Olson <mwolson@gnu.org>
6381
6382 * erc.texi (Getting Started): Update for /RECONNECT command.
6383
63842007-01-04 Richard Stallman <rms@gnu.org>
6385
6386 * ebrowse.texi: Change C-c b to C-c C-m.
6387
63882007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6389
6390 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6391 variables only in info to avoid redundant entries in the printed
6392 manual.
6393
63942007-01-02 Daiki Ueno <ueno@unixuser.org>
6395
6396 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6397
63982007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6399
6400 * message.texi (Security): Split into sub-nodes.
6401
64022007-01-01 Alan Mackenzie <acm@muc.de>
6403
6404 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6405 eval-after-load in Emacs <=21 and a workaround. Document that
6406 trigraphs are not supported.
6407
64082007-01-01 Alan Mackenzie <acm@muc.de>
6409
6410 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6411 c-context-line-break. When invoked within a string, preserve
6412 whitespace. Add a backslash only when also in a macro.
6413
64142007-01-01 Alan Mackenzie <acm@muc.de>
6415
6416 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6417
64182007-01-01 Alan Mackenzie <acm@muc.de>
6419
6420 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6421 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6422
64232007-01-01 Alan Mackenzie <acm@muc.de>
6424
6425 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6426 "Choosing a Style".
6427
6428 * cc-mode.texi ("Styles"): Add @dfn{style}.
6429
64302006-12-30 Michael Albinus <michael.albinus@gmx.de>
6431
6432 Sync with Tramp 2.0.55.
6433
6434 * trampver.texi: Update release number.
6435
64362006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6437
6438 * gnus.texi (Customizing Articles): Add index entries for all
6439 gnus-treat-* variables.
6440
c8763fb6 64412006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6442
6443 * gnus.texi (IMAP): Fix incorrect explanation of
6444 nnimap-search-uids-not-since-is-evil in documentation for
6445 nnimap-expunge-search-string.
6446
64472006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6448
6449 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6450 spam-ifile-database.
6451
64522006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6453
6454 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6455 rebind C-s.
6456
c8763fb6 64572006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6458
6459 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6460 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6461 "expiring mail".
6462 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6463 nnimap-nov-is-evil.
6464
64652006-12-25 Kevin Ryde <user42@zip.com.au>
6466
6467 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6468 about the key procedure being used heavily.
6469
64702006-12-24 Chong Yidong <cyd@stupidchicken.com>
6471
6472 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6473 to t.
6474 (Prerequisites): Add explanation about gpg-agent.
6475
64762006-12-22 Kevin Ryde <user42@zip.com.au>
6477
6478 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6479 "sort" instead of "sort*".
6480
64812006-12-19 Richard Stallman <rms@gnu.org>
6482
6483 * calc.texi (History and Acknowledgements): Recognize that Emacs
6484 now does have floating point.
6485
64862006-12-19 Michael Albinus <michael.albinus@gmx.de>
6487
6488 * tramp.texi (External transfer methods): Describe new method `scpc'.
6489
64902006-12-17 Sascha Wilde <wilde@sha-bang.de>
6491
6492 * pgg.texi: Added short note on gpg-agent to the introduction.
6493
64942006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6495
6496 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6497 also applies to Cc.
6498
64992006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6500
6501 * gnus.texi (X-Face): Clarify. Say which programs are required
6502 on Windows.
6503
65042006-12-08 Michael Olson <mwolson@gnu.org>
6505
6506 * erc.texi (Modules): Remove documentation for list module.
6507
c8763fb6 65082006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
6509
6510 * faq.texi (^M in the shell buffer): Ditto.
6511
65122006-11-20 Michael Olson <mwolson@gnu.org>
6513
6514 * erc.texi: Call this the 5.2 stable pre-release of ERC.
6515
65162006-11-17 Carsten Dominik <dominik@science.uva.nl>
6517
6518 * org.texi: Fix typos.
6519 (Agenda commands): Document `C-k'.
6520
65212006-11-16 Eli Zaretskii <eliz@gnu.org>
6522
6523 * url.texi (http/https): Fix a typo in the HTTP URL.
6524
65252006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6526
6527 * ada-mode.texi: Total rewrite.
6528
65292006-11-13 Carsten Dominik <dominik@science.uva.nl>
6530
6531 * org.texi: Minor typo fixes.
6532
65332006-11-13 Bill Wohler <wohler@newt.com>
6534
6535 Release MH-E manual version 8.0.3.
6536
6537 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6538 release 8.0.3.
6539
6540 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6541 to set MAILDIR.
6542 (Reading Mail): Document the customization of read-mail-command
6543 for MH-E.
6544 (Viewing Attachments): Document mm-discouraged-alternatives.
6545 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6546 (Junk): Add more information about the settings of mh-junk-background
6547 in a program. Add /usr/bin/mh to PATH in examples.
6548
65492006-11-12 Richard Stallman <rms@gnu.org>
6550
6551 * woman.texi: Update author address but say he no longer maintains it.
6552
65532006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6554
6555 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6556 archived trees.
6557 (Checkboxes): Section moved to chapter 5, and extended.
6558 (The date/time prompt): New section.
6559 (Link abbreviations): New section.
6560 (Presentation and sorting): New section.
6561 (Custom agenda views): Section completely rewritten.
6562 (Summary): Compare with Planner.
6563 (Feedback): More info about creating backtraces.
6564 (Plain lists): Modified example.
6565 (Breaking down tasks): New section.
6566 (Custom time format): New section.
6567 (Time stamps): Document inactive timestamps.
6568 (Setting tags): More details about fast tag selection.
6569 (Block agenda): New section.
6570 (Custom agenda views): Section rewritten.
6571 (Block agenda): New section.
6572
65732006-11-07 Michael Albinus <michael.albinus@gmx.de>
6574
6575 * tramp.texi (Configuration): scp is the default method.
6576 (Default Method): Use ssh as example for another method.
6577
65782006-10-27 Richard Stallman <rms@gnu.org>
6579
6580 * woman.texi: Downcase nroff/troff/roff.
6581 (Installation): Chapter deleted. Some xrefs deleted.
6582 (Background): woman doesn't advise man ;-).
6583
c8763fb6 65842006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6585
6586 * ada-mode.texi (Project files, Identifier completion)
6587 (Automatic Casing, Debugging, Using non-standard file names)
6588 (Working Remotely): Fix typos.
6589
65902006-10-20 Masatake YAMATO <jet@gyve.org>
6591
0c7efc08 6592 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
6593 sample code `my-c-initialization-hook'.
6594
65952006-10-19 Stuart D. Herring <herring@lanl.gov>
6596
6597 * widget.texi: Fix typos.
6598
65992006-10-19 Michael Albinus <michael.albinus@gmx.de>
6600
6601 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6602 "???". There have been no complaints for years, so the information
6603 must be appropriate.
6604
66052006-10-16 Richard Stallman <rms@gnu.org>
6606
6607 * widget.texi: Use @var instead of capitalization.
6608 Clarify many widget type descriptions.
6609
66102006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6611
6612 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6613 gnus-dired-attach.
6614 (Selecting a Group): Fix typo.
6615
c8763fb6 66162006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6617
6618 * widget.texi: Fix typos.
6619
66202006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
6621
6622 * gnus.texi (Image Enhancements): Update for Emacs 22.
6623
6624 * gnus-faq.texi ([1.3]): Update.
6625
66262006-10-06 Richard Stallman <rms@gnu.org>
6627
6628 * faq.texi (Displaying the current line or column):
6629 Delete "As of Emacs 20".
6630
66312006-10-06 Romain Francoise <romain@orebokech.com>
6632
6633 * faq.texi (VM): VM works with Emacs 22 too.
6634
66352006-10-06 Richard Stallman <rms@gnu.org>
6636
6637 * ebrowse.texi: Remove Emacs version "21" from title.
6638
66392006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
6640
6641 * gnus.texi (Foreign Groups): Say where change of editing commands are
6642 stored. Add reference to `gnus-parameters'.
6643
66442006-09-15 Jay Belanger <belanger@truman.edu>
6645
6646 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6647 Change "Library Public License" to "Lesser Public License"
6648 throughout. Use "yyyy" to represent year.
6649
66502006-09-15 Carsten Dominik <dominik@science.uva.nl>
6651
6652 * org.texi (Setting tags): Typo fix.
6653
66542006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
6655
6656 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6657
66582006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6659
6660 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6661
66622006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6663
6664 * faq.texi (Escape sequences in shell output): EMACS is now set
6665 to Emacs's absolute file name, not to "t".
6666 (^M in the shell buffer): Likewise.
6667 * misc.texi (Interactive Shell): Likewise.
6668
66692006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6670
6671 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6672 mails with pop3-leave-mail-on-server. Fix wording.
6673 (Limiting): Improve gnus-summary-limit-to-articles.
6674 (X-Face): Fix typo.
6675
66762006-09-11 Simon Josefsson <jas@extundo.com>
6677
6678 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6679 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6680
66812006-09-06 Simon Josefsson <jas@extundo.com>
6682
6683 * smtpmail.texi (Authentication): Mention SSL.
6684
66852006-09-01 Eli Zaretskii <eliz@gnu.org>
6686
6687 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6688 Don't use @indicateurl.
6689
6690 * cc-mode.texi (Subword Movement): Don't use @headitem.
6691 (Custom Braces, Clean-ups): Don't use @tie.
6692
66932006-08-29 Michael Albinus <michael.albinus@gmx.de>
6694
6695 Sync with Tramp 2.0.54.
6696
6697 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6698 Suggested by Adrian Phillips <a.phillips@met.no>.
6699
67002006-08-15 Carsten Dominik <dominik@science.uva.nl>
6701
6702 * org.texi (Installation, Activation): Split from Installation and
6703 Activation.
6704 (Clocking work time): Documented new features.
6705
67062006-08-13 Alex Schroeder <alex@gnu.org>
6707
6708 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6709 example.
6710
67112006-08-12 Eli Zaretskii <eliz@gnu.org>
6712
6713 * faq.texi (How to add fonts): New node.
6714
67152006-08-05 Romain Francoise <romain@orebokech.com>
6716
6717 * faq.texi (New in Emacs 22): Expand.
6718
67192006-08-03 Michael Olson <mwolson@gnu.org>
6720
6721 * erc.texi: Update for ERC 5.1.4.
6722
67232006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6724
6725 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6726 in .../site-lisp/gnus/ by default.
6727 [ From gnus-news.texi in the trunk. ]
6728
67292006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6730
6731 * gnus.texi (MIME Commands): Additions for yEnc.
6732
67332006-07-24 Richard Stallman <rms@gnu.org>
6734
6735 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6736 * faq.texi: Move periods and commas inside quotes.
6737
67382006-07-20 Jay Belanger <belanger@truman.edu>
6739
6740 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6741
67422006-07-18 Chong Yidong <cyd@stupidchicken.com>
6743
6744 * faq.texi (Security risks with Emacs): Document Emacs 22
6745 file-local-variable mechanism.
6746
67472006-07-12 Michael Olson <mwolson@gnu.org>
6748
6749 * erc.texi: Update for ERC 5.1.3.
6750
67512006-07-12 Alex Schroeder <alex@gnu.org>
6752
6753 * rcirc.texi: Fix typos.
6754 (Getting started with rcirc): New calling convention for M-x irc.
6755 Mention #rcirc. Removed channel tracking.
0c7efc08 6756 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6757 recently, eg. rcirc-server to rcirc-default-server. Added
6758 documentation for rcirc-authinfo, some background for Bitlbee, and
6759 rcirc-track-minor-mode.
0c7efc08 6760 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6761 Scrolling.
0c7efc08 6762 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6763 to match code changes.
6764
67652006-07-10 Nick Roberts <nickrob@snap.net.nz>
6766
6767 * gnus.texi, message.texi: Fix typos.
6768
67692006-07-07 Carsten Dominik <dominik@science.uva.nl>
6770
6771 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6772 commands.
6773 (Global TODO list): Document the use of the variables
6774 `org-agenda-todo-ignore-scheduled' and
6775 `org-agenda-todo-list-sublevels'.
6776
67772006-07-05 Richard Stallman <rms@gnu.org>
6778
6779 * faq.texi (Scrolling only one line): Fix xref.
6780
67812006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6782
6783 * faq.texi (Evaluating Emacs Lisp code):
6784 Throughout, replace eval-current-buffer with eval-buffer.
6785
67862006-07-03 Richard Stallman <rms@gnu.org>
6787
6788 * rcirc.texi (Scrolling conservatively): Fix xref.
6789
6790 * pcl-cvs.texi (Viewing differences): Usage fix.
6791
67922006-07-03 Carsten Dominik <dominik@science.uva.nl>
6793
6794 * org.texi (Agenda commands): Document `s' key to save all org-mode
6795 buffers.
6796
67972006-06-30 Ralf Angeli <angeli@caeruleus.net>
6798
6799 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6800 names. Mention `cvs-msg' face.
6801
68022006-06-29 Carsten Dominik <dominik@science.uva.nl>
6803
6804 * org.texi (Checkboxes): New section.
6805
68062006-06-28 Carsten Dominik <dominik@science.uva.nl>
6807
6808 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6809 throughout this chapter.
6810
68112006-06-27 Chong Yidong <cyd@stupidchicken.com>
6812
6813 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6814 text for standalone vs Emacs info.
6815 (Help): Clarify header line description. Use mouse-1 for clicks.
6816 (Help-P): Use mouse-1 for clicks.
6817 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6818 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6819 (Choose menu subtopic): Remove gratuitous Emacs command names.
6820 (Help-FOO): Put usual behavior first.
6821 (Help-Xref): Clicking on xrefs works in Emacs.
6822 (Search Text): Clarify what the default behavior is.
6823 (Create Info buffer): Fix Emacs window/X window confusion.
6824 (Emacs Info Variables): Fix for new Emacs init file behavior.
6825
68262006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6827
6828 * gnus.texi (Summary Buffer Lines): Fix typo.
6829
68302006-06-23 Carsten Dominik <dominik@science.uva.nl>
6831
6832 * org.texi (Embedded LaTeX): New chapter.
6833 (Archiving): Section rewritten.
6834 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6835
68362006-06-20 Bill Wohler <wohler@newt.com>
6837
6838 Release MH-E manual version 8.0.1.
6839
6840 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6841 release 8.0.1.
6842 (Preface): Depend on GNU mailutils 1.0 and higher.
6843
68442006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6845
6846 * message.texi (News Headers): Update message-syntax-checks section.
6847
68482006-06-19 Karl Berry <karl@gnu.org>
6849
6850 * info.texi (Advanced): Mention C-q, especially with ?.
6851
68522006-06-19 Carsten Dominik <dominik@science.uva.nl>
6853
6854 * org.texi (Publishing links): Document the `:link-validation-function'
6855 property.
6856 (Extensions and Hacking): New chapter, includes some sections of the
6857 "Miscellaneous" chapter.
6858
68592006-06-10 Carsten Dominik <dominik@science.uva.nl>
6860
6861 * org.texi (Progress logging): New section.
6862
2de53ca6
GM
68632006-06-06 Carsten Dominik <dominik@science.uva.nl>
6864
6865 * org.texi (ASCII export): Document indentation adaptation.
6866 (Setting tags): Document mutually-exclusive tags.
6867
68682006-06-05 Romain Francoise <romain@orebokech.com>
6869
6870 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6871 Fix typo.
6872
6873 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6874 channel (#gnus@irc.freenode.net).
6875 Fix typos. Update copyright notice.
6876
6877 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6878 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6879 (Line-Up Functions, Custom Macros):
6880 * ediff.texi (Window and Frame Configuration)
dccb744b 6881 (Highlighting Difference Regions):
2de53ca6
GM
6882 * emacs-mime.texi (Display Customization):
6883 * erc.texi (History):
6884 * eshell.texi (Known problems):
6885 * eudc.texi (Overview, BBDB):
6886 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6887 (The problem of spam, SpamOracle, Extending the Spam package)
6888 (Conformity, Terminology):
dccb744b 6889 * idlwave.texi (Routine Info)
2de53ca6
GM
6890 (Class and Keyword Inheritance, Padding Operators)
6891 (Breakpoints and Stepping, Electric Debug Mode)
6892 (Examining Variables, Troubleshooting):
6893 * org.texi (Creating timestamps):
6894 * reftex.texi (Commands, Options, Changes):
6895 * tramp.texi (Inline methods, Password caching)
6896 (Auto-save and Backup, Issues):
6897 * vip.texi (Files, Commands in Insert Mode):
6898 * viper.texi (Emacs Preliminaries, States in Viper)
6899 (Packages that Change Keymaps, Viper Specials, Groundwork):
6900 Fix various typos.
6901
69022006-05-31 Michael Ernst <mernst@alum.mit.edu>
6903
6904 * ediff.texi: Fix typos.
6905
69062006-05-30 Carsten Dominik <dominik@science.uva.nl>
6907
6908 * org.texi: Small typo fixes.
6909
fff84c22
JB
69102006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6911
6912 * viper.texi (Viper Specials):
6913 * gnus.texi (Example Setup):
6914 * faq.texi (Backspace invokes help):
6915 * dired-x.texi (Optional Installation Dired Jump):
6916 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6917 follow coding conventions.
6918
2de53ca6
GM
69192006-05-29 Michael Albinus <michael.albinus@gmx.de>
6920
6921 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6922
69232006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6924
6925 * pcl-cvs.texi: Fix typos.
6926 (Customization): Say "us".
6927
69282006-05-26 Eli Zaretskii <eliz@gnu.org>
6929
6930 * org.texi: Remove bogus @setfilename.
6931
69322006-05-26 Carsten Dominik <dominik@science.uva.nl>
6933
6934 * org.texi (ASCII export): Omit command name.
6935 (HTML export): Add prefix to all lines in Local Variable example.
6936 (Acknowledgments): Typeset names in italics.
6937
69382006-05-24 Carsten Dominik <dominik@science.uva.nl>
6939
6940 * org.texi (Plain lists): Add new item navigation commands.
6941 (External links): Document elisp and info links.
6942 (Custom searches): New section.
6943 (Publishing): New chapter.
6944 (HTML export): Include a list of supported CSS classes.
6945 (Setting tags): Describe the fast-tag-setting interface.
6946
69472006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6948
6949 * dired-x.texi: ifinfo -> ifnottex.
6950
69512006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6952
6953 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6954
69552006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6956
6957 * message.texi (Interface): Add tool bar customization.
6958 (MIME): Index and text additions for mml-attach.
6959 (MIME): Describe mml-dnd-protocol-alist and
6960 mml-dnd-attach-options.
6961
6962 * gnus.texi (Oort Gnus): Reorder entries in sections.
6963 Fix some entries.
6964 (Starting Up): Add references to "Emacs for Heathens" and to
6965 "Finding the News". Add user-full-name and user-mail-address.
6966 (Group Buffer Format): Add tool bar customization and update.
6967 (Summary Buffer): Add tool bar customization.
6968 (Posting Styles): Add message-alternative-emails.
6969
69702006-05-09 Michael Albinus <michael.albinus@gmx.de>
6971
6972 * tramp.texi (Filename completion): Improve wording.
6973
69742006-05-07 Romain Francoise <romain@orebokech.com>
6975
6976 * faq.texi (Using regular expressions): Fix typo.
6977 (Packages that do not come with Emacs): Fix capitalization.
6978 (Replacing text across multiple files): Expand node to explain how
6979 to use `dired-do-query-replace-regexp' in more detail, based on
6980 suggestion by Eric Hanchrow <offby1@blarg.net>.
6981
69822006-05-06 Michael Albinus <michael.albinus@gmx.de>
6983
6984 * tramp.texi (Filename completion): Completion of remote files'
6985 method, user name and host name is active only in partial
6986 completion mode.
6987
69882006-05-06 Bill Wohler <wohler@newt.com>
6989
6990 Release MH-E manual version 8.0.
6991
6992 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6993 release 8.0.
6994
69952006-05-06 Bill Wohler <wohler@newt.com>
6996
6997 * mh-e.texi (MH-BOOK-HOME): Change from
6998 http://www.ics.uci.edu/~mh/book/mh to
6999 http://rand-mh.sourceforge.net/book/mh.
7000 Replace .htm suffix with .html for MH book files.
7001 (Using This Manual): Update key binding for getting relevant
7002 chapter in Info from command key.
7003 (Ranges): Fix itemx.
7004
70052006-05-05 Karl Berry <karl@gnu.org>
7006
7007 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
7008 (\fonttextsize): New user-level command to change text font size.
7009
70102006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
7011
7012 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
7013
70142006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7015
7016 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
7017
70182006-04-24 Bill Wohler <wohler@newt.com>
7019
7020 * mh-e.texi (Getting Started): Make it more explicit that you need
7021 to install MH. Add pointers to current MH implementations.
7022
70232006-04-21 Bill Wohler <wohler@newt.com>
7024
7025 Release MH-E manual version 7.94.
7026
7027 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7028 release 7.94.
7029
70302006-04-21 Carsten Dominik <dominik@science.uva.nl>
7031
7032 * org.texi: Many small fixes.
7033 (Handling links): Rename from "Managing links".
7034
70352006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
7036
7037 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
7038 (Splitting mail using spam-stat): Fix @xref.
7039
70402006-04-20 Chong Yidong <cyd@stupidchicken.com>
7041
7042 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 7043 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
7044
70452006-04-20 Carsten Dominik <dominik@science.uva.nl>
7046
7047 * org.texi (Time stamps): Better explanation of the purpose of
7048 different time stamps.
7049 (Structure editing, Plain lists): More details on how new items
7050 and headings are inserted.
7051
70522006-04-18 Carsten Dominik <dominik@science.uva.nl>
7053
7054 * org.texi (Formula syntax): Fix link to Calc Manual.
7055
70562006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7057
7058 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7059
70602006-04-17 Bill Wohler <wohler@newt.com>
7061
7062 * mh-e.texi (Folders): Update mh-before-quit-hook and
7063 mh-quit-hook example with code that removes the buffers rather
7064 than just bury them.
7065
70662006-04-17 Michael Albinus <michael.albinus@gmx.de>
7067
7068 Sync with Tramp 2.0.53.
7069
70702006-04-13 Carsten Dominik <dominik@science.uva.nl>
7071
7072 * org.texi (Updating settings): New section.
7073 (Visibility cycling): Better names for the startup folding
7074 options.
7075 (Exporting): Completely restructured.
7076 (The very busy C-c C-c key): New section.
7077 (Summary of in-buffer settings): New section.
7078
70792006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7080
7081 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7082
70832006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7084
7085 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7086 (Server Commands): Key `v' is reserved for users.
7087
70882006-04-11 Carsten Dominik <dominik@science.uva.nl>
7089
7090 * org.texi (Link format): New section, emphasis on bracket links.
7091 (External links): Document bracket links.
7092 (FAQ): Expand to cover shell links and the new link format.
7093
70942006-04-09 Kevin Ryde <user42@zip.com.au>
7095
7096 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7097
70982006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7099
7100 * gnus.texi (Summary Buffer Lines): Add `*'.
7101
c8763fb6 71022006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7103
7104 * gnus.texi (Group Parameters):
7105 Mention gnus-permanently-visible-groups.
7106
71072006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7108
7109 * gnus.texi (Face): Fix typo.
7110
71112006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7112
7113 * gnus.texi (X-Face): Clarify.
7114 (Face): Need Emacs with PNG support.
7115
71162006-04-06 Richard Stallman <rms@gnu.org>
7117
7118 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7119 Emacs".
7120
71212006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7122
7123 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7124 blocks not suitable for inclusion with Emacs using variable
7125 PARTOFEMACS.
7126
71272006-04-04 Simon Josefsson <jas@extundo.com>
7128
7129 * gnus.texi (Security): Improve.
7130
71312006-04-02 Bill Wohler <wohler@newt.com>
7132
7133 * mh-e.texi (Getting Started, Junk, Bug Reports)
7134 (MH FAQ and Support): Fix URLs.
7135
71362006-03-31 Romain Francoise <romain@orebokech.com>
7137
7138 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7139 to t, not nil (and has for the past eight years).
7140
71412006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7142
7143 * message.texi, gnus.texi: Bump version to 5.11.
7144
71452006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7146
7147 * gnus.texi (Top): Add comment about version line.
7148
7149 * message.texi (Top): Ditto. Change to take named versions into
7150 account.
7151
71522006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7153
7154 * gnus.texi (Posting Styles): Add x-face-file to example.
7155 (X-Face): Refer to posting styles.
7156
7157 * gnus-faq.texi ([5.8]): Add x-face-file.
7158 ([8.4]): Add links to gmane.emacs.gnus.user and
7159 gmane.emacs.gnus.general.
7160
71612006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7162
7163 * gnus-faq.texi: Use .invalid.
7164 ([5.4]): Fix gnus-posting-styles example.
7165
71662006-03-27 Romain Francoise <romain@orebokech.com>
7167
7168 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7169 Emacs/W3 needs a new maintainer.
7170 (Ispell): Update author and version info.
7171 (Mailcrypt): Mention PGG.
7172 (New in Emacs 22): Add PGG to the list of new packages.
7173 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7174 updating dead URLs.
7175
71762006-03-25 Karl Berry <karl@gnu.org>
7177
7178 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7179 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7180 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7181 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7182 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7183 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7184 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7185 (2) do not indent copyright year list (or anything else).
7186
71872006-03-21 Bill Wohler <wohler@newt.com>
7188
7189 * mh-e.texi (Folders): Various edits.
7190
71912006-03-20 Romain Francoise <romain@orebokech.com>
7192
7193 * gnus.texi (Mail Folders): Grammar fix.
7194
71952006-03-19 Bill Wohler <wohler@newt.com>
7196
7197 * mh-e.texi (Replying): Document Mail-Followup-To.
7198 Change manually-formatted table to multitable. Add debugging info.
7199 Move description of mh-reply-default-reply-to into paragraph
7200 that describes its values.
7201
72022006-03-17 Bill Wohler <wohler@newt.com>
7203
10d1d0af 7204 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
7205 (Sending Mail Tour): Update method of entering
7206 addresses and subject.
7207 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7208 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7209
72102006-03-15 Carsten Dominik <dominik@science.uva.nl>
7211
7212 * org.texi: Version number change only.
7213
72142006-03-14 Bill Wohler <wohler@newt.com>
7215
7216 * mh-e.texi: Add index entries around each paragraph rather than
7217 depend on entries from beginning of node. Doing so ensures that
7218 index entries are less likely to be forgotten if text is cut and
7219 pasted, and are necessary anyway if the references are on a
7220 separate page. It seems that makeinfo is now (v. 4.8) only
7221 producing one index entry per node, so there is no longer any
7222 excuse not to. Use subheading instead of heading. The incorrect
7223 use of heading produced very large fonts in Info--as large as the
7224 main heading.
7225 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7226 versions 6 and 7 appeared *around* the time of these Emacs releases.
7227
72282006-03-13 Carsten Dominik <dominik@science.uva.nl>
7229
7230 * org.texi (Clean view): Document new startup options.
7231
72322006-03-11 Bill Wohler <wohler@newt.com>
7233
7234 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7235 (Composing, Scan Line Formats): Fix @refs.
7236 (Getting Started): Define MH profile and MH profile components.
7237 (Incorporating Mail, Reading Mail, Viewing, Printing)
7238 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7239 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7240 for string constants.
7241 (Tool Bar): Remove spurious quote.
7242 (Junk): Use ``...'' instead of "...".
7243 (Scan Line Formats): Replace @samp with @kbd.
7244
72452006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7246
7247 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7248
72492006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7250
7251 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7252 easy to understand.
7253
72542006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7255
7256 * gnus.texi: Markup fix.
7257 (Fancy Mail Splitting): Specify new feature.
7258
72592006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7260
7261 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7262 partial-words matching.
7263
72642006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7265
7266 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7267
7268 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7269 (MIME Commands): Fix mm-discouraged-alternatives.
7270
72712006-03-07 Carsten Dominik <dominik@science.uva.nl>
7272
7273 * org.texi: Version number change only.
7274
72752006-03-06 Bill Wohler <wohler@newt.com>
7276
7277 * mh-e.texi: Move from SourceForge repository to Savannah.
7278 This is version 7.93, which is a total rewrite from the previous
7279 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7280 version 7.93.
7281
72822006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7283
7284 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7285
72862006-03-01 Carsten Dominik <dominik@science.uva.nl>
7287
7288 * org.texi (Interaction): Add item about `org-mouse.el' by
7289 Piotr Zielinski.
7290 (Managing links): Document that also mouse-1 can be used to
7291 activate a link.
7292 (Headlines, FAQ): Add entry about hiding leading stars.
7293 (Miscellaneous): Resort the sections in this chapter to a more
7294 logical sequence.
7295
72962006-02-27 Simon Josefsson <jas@extundo.com>
7297
7298 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7299 2004-01-27 from the trunk).
7300
73012006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7302
7303 * cc-mode.texi: Rename c-hungry-backspace to
7304 c-hungry-delete-backwards, at the request of RMS. Leave the old
7305 name as an alias.
7306
73072006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7308
7309 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7310 include the function header within the defun.
7311
73122006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7313
7314 * cc-mode.texi: Correct two typos.
7315
73162006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7317
7318 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7319 existing comment.
7320 (Electric Keys): Add a justification for electric indentation.
7321 (Hungry WS Deletion): Clear up the names and complications of the
7322 BACKSPACE and DELETE keys.
7323
73242006-02-23 Juri Linkov <juri@jurta.org>
7325
7326 * faq.texi (Common requests): Move `Turning on auto-fill by
7327 default' after `Wrapping words automatically'. Move `Working with
7328 unprintable characters' before `Searching for/replacing newlines'.
7329 Move `Replacing highlighted text' after `Highlighting a region'.
7330 Merge `Repeating commands' and `Repeating a command as many times
7331 as possible' into the former.
7332 (Packages that do not come with Emacs): Add refs to Gmane and
7333 etc/MORE.STUFF.
7334
73352006-02-23 Juri Linkov <juri@jurta.org>
7336
7337 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7338 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7339 Add xref to `(emacs)Reporting Bugs'.
7340 (Getting a printed manual): Add URL to other formats of the manual.
7341 (Common requests): Fix menu.
7342 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7343 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7344 (Inserting text at the beginning of each line): Add pxref to
7345 `Changing the included text prefix'.
7346 (Forcing the cursor to remain in the same column): Mention `track-eol'
7347 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7348 (Replacing text across multiple files): Add keybinding `Q' for
7349 `dired-do-query-replace'.
7350
73512006-02-22 Carsten Dominik <dominik@science.uva.nl>
7352
7353 * reftex.texi: Version number and date change only.
7354
7355 * org.texi (Internal Links): Rewrite to cover the modified
7356 linking system.
7357
73582006-02-17 Eli Zaretskii <eliz@gnu.org>
7359
7360 * faq.texi: Remove the coding cookie, it's not needed anymore.
7361
73622006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7363
7364 * faq.texi (Colors on a TTY): Mention Mac OS port.
7365
73662006-02-12 Karl Berry <karl@gnu.org>
7367
7368 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7369 8-bit accented a.
7370
73712006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7372
7373 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7374
73752006-02-08 Romain Francoise <romain@orebokech.com>
7376
7377 * faq.texi (Top): Remove paragraph about the FAQ being a
7378 transitional document, etc.
7379 (Searching for/replacing newlines): New node.
7380 (Yanking text in isearch): New node.
7381 (Inserting text at the beginning of each line): Rename and make
7382 more general, mention `M-;' in Message mode.
7383
73842006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7385
7386 * faq.texi (Meta key does not work in xterm)
7387 (Emacs does not display 8-bit characters)
7388 (Inputting eight-bit characters): Update xrefs.
7389
73902006-02-06 Romain Francoise <romain@orebokech.com>
7391
7392 * faq.texi (VM): VM now at version 7.19.
7393 Set myself as maintainer of this file.
7394
73952006-02-04 Michael Olson <mwolson@gnu.org>
7396
7397 * erc.texi (History): Note that ERC is now included with Emacs.
7398
73992006-01-31 Romain Francoise <romain@orebokech.com>
7400
7401 * message.texi (Message Headers): Explain what
7402 `message-alternative-emails' does in more detail.
7403 Update copyright year.
7404
74052006-01-30 Juanma Barranquero <lekktu@gmail.com>
7406
7407 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7408
74092006-01-29 Richard M. Stallman <rms@gnu.org>
7410
7411 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7412
74132006-01-29 Michael Olson <mwolson@gnu.org>
7414
7415 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7416
7417 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7418
7419 * faq.texi (New in Emacs 22): Mention ERC.
7420
74212006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7422
7423 * rcirc.texi: Capitalize dir entry for consistency with the entry
7424 in info/dir and other entries in the Emacs category.
7425 Fix typos. Delete trailing whitespace.
7426
c8763fb6 74272006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
7428
7429 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7430
74312006-01-27 Eli Zaretskii <eliz@gnu.org>
7432
7433 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7434 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7435
7436 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7437 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7438
74392006-01-27 Alex Schroeder <alex@gnu.org>
7440
7441 * rcirc.texi: New file.
7442
74432006-01-23 Juri Linkov <juri@jurta.org>
7444
7445 * widget.texi (User Interface): Add S-TAB for widget-backward.
7446
74472006-01-22 Michael Albinus <michael.albinus@gmx.de>
7448
7449 Sync with Tramp 2.0.52.
7450
7451 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7452 Add Tramp disabling item. New item for common connection problems.
7453 (various): Apply "ftp" as method for the download URL.
7454 (Bug Reports): Refer to FAQ for common problems.
7455
74562006-01-21 Eli Zaretskii <eliz@gnu.org>
7457
7458 * widget.texi (User Interface): Use @key for TAB.
7459
7460 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7461
7462 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7463 for TAB.
7464
7465 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7466
74672006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7468
7469 * gnus.texi: Update copyright.
7470
74712006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7472
7473 * gnus.texi (Article Washing): Additions.
7474
2de53ca6
GM
74752006-01-13 Carsten Dominik <dominik@science.uva.nl>
7476
7477 * org.texi (Agenda commands): Document tags command.
7478
74792006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7480
7481 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7482
74832006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7484
7485 * gnus.texi (RSS): Addition.
7486
74872005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7488
7489 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7490
74912005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7492
7493 * emacs-mime.texi (Display Customization): Add setting example to
7494 mm-discouraged-alternatives.
7495
74962006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7497
7498 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7499 version is the canonical version.
7500
75012006-01-08 Alex Schroeder <alex@gnu.org>
7502
7503 * pgg.texi (Caching passphrase): Rewording.
7504
75052006-01-06 Eli Zaretskii <eliz@gnu.org>
7506
7507 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7508 repository URL.
7509
75102006-01-06 Carsten Dominik <dominik@science.uva.nl>
7511
7512 * org.texi: Removed the accidentally re-added empty line in the
7513 direntry.
7514
75152006-01-05 Carsten Dominik <dominik@science.uva.nl>
7516
7517 * org.texi (Agenda Views): Chapter reorganized.
7518
75192005-12-29 Romain Francoise <romain@orebokech.com>
7520
7521 * faq.texi (Using Customize): New node.
7522
75232005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7524
7525 * org.texi: Remove blank line in @direntry. It is non-standard
7526 and recursively produces blank lines all over the dir file (when
7527 using Texinfo 4.8).
7528
75292005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7530
7531 * widget.texi (atoms): Delete obsolete remark about `file' widget.
7532
75332005-12-20 Carsten Dominik <dominik@science.uva.nl>
7534
7535 * org.texi (Tags): Boolean logic documented.
7536 (Agenda Views): Document custom commands.
7537
75382005-12-20 David Kastrup <dak@gnu.org>
7539
7540 * faq.texi (AUCTeX): Update version and mailing list info.
7541
75422005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7543
7544 * gnus.texi (MIME Commands): Mention addition of
7545 multipart/alternative to gnus-buttonized-mime-types and add xref
7546 to mm-discouraged-alternatives.
7547
7548 * emacs-mime.texi (Display Customization): Mention addition of
7549 "image/.*" and add xref to gnus-buttonized-mime-types in the
7550 mm-discouraged-alternatives section.
7551
75522005-12-16 Carsten Dominik <dominik@science.uva.nl>
7553
7554 * org.texi (Tags): New section.
7555 (Agenda Views): Chapter reorganized.
7556
75572005-12-16 Eli Zaretskii <eliz@gnu.org>
7558
7559 * org.texi (Internal Links): Add a missing comma after an @xref.
7560
75612005-12-14 Chong Yidong <cyd@stupidchicken.com>
7562
7563 * faq.texi (Filling paragraphs with a single space): No need to
7564 change sentence-end now.
7565
75662005-12-13 Romain Francoise <romain@orebokech.com>
7567
7568 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7569
75702005-12-12 Jay Belanger <belanger@truman.edu>
7571
7572 * faq.texi (Calc): Update version number.
7573
75742005-12-12 Carsten Dominik <dominik@science.uva.nl>
7575
7576 * org.texi (Progress Logging): New section.
7577
75782005-12-10 Romain Francoise <romain@orebokech.com>
7579
7580 Update the Emacs FAQ for the 22.1 release.
7581
7582 * faq.texi: Set VER to `22.1'.
7583 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
7584 Tutorial. Mention that `C-h r' displays the manual.
7585 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
7586 (Getting a printed manual): Point to the new locations of the
7587 manuals on the GNU Web site.
7588 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7589 available via Info (it was previously distributed separately).
7590 (Installing Texinfo documentation): The latest version of Texinfo
7591 is 4.8, not 4.0.
7592 (Informational files for Emacs): COPYING is the GNU General Public
7593 License, not the Emacs General Public License.
7594 (Informational files for Emacs): Delete obsolete link to the
7595 GNUinfo pages as they have been removed from the GNU Web site.
7596 (New in Emacs 22): New node.
7597 (Setting up a customization file): Say that most packages support
7598 Customize nowadays.
7599 (Colors on a TTY): Delete reference to instructions on how to
7600 enable syntax highlighting, it is now enabled by default.
7601 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7602 at startup automatically.
7603 (Controlling case sensitivity): Mention `M-c' in isearch.
7604 (Using an already running Emacs process): Emacs now creates the
7605 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7606 gnuserv. As emacsclient can now run Lisp code as well, delete a
7607 sentence praising gnuserv for that. Simplify description of how
7608 the client/server operation works.
7609 (Compiler error messages): Delete obsolete text (compile.el has
7610 been rewritten).
7611 (Indenting switch statements): Fix typo.
7612 (Matching parentheses): Simplify setup instructions, mention the
7613 menu bar item in the Options menu.
7614 (Repeating a command as many times as possible): Mention `C-x e'.
7615 (Going to a line by number): Mention new keymap and bindings
7616 `M-g M-g', `M-g M-p' and `M-g M-n'.
7617 (Turning on syntax highlighting): Now on by default. Simplify.
7618 (Replacing highlighted text): Use `1', not `t'.
7619 (Problems with very large files): The maximum size is now 256MB on
7620 32-bit machines.
7621 (^M in the shell buffer): Mention `comint-process-echoes'.
7622 (Emacs for Apple computers): Emacs 22 has native support for Mac
7623 OS X.
7624 (Translating names to IP addresses): Delete node.
7625 (Binding keys to commands): Fix typo.
7626 (SPC no longer completes file names): New node.
7627 (MIME with Emacs mail packages): Delete section about the Emacs
7628 MIME FAQ (it's not reachable anymore).
7629
76302005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7631
7632 * cc-mode.texi: The manual has been extensively revised: the
7633 information about using CC Mode has been separated from the larger
7634 and more difficult chapters about configuration. It has been
7635 updated for CC Mode 5.31.
7636
76372005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7638
7639 * pgg.texi (User Commands): Fix description of pgg-verify-region.
7640 (Selecting an implementation): Fix descriptions.
7641
76422005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7643
7644 * message.texi (Various Message Variables): Addition.
7645
76462005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7647
7648 * message.texi: Fix default values.
7649
76502005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7651
7652 * message.texi (Header Commands): Clarify descriptions of
7653 message-cross-post-followup-to, message-reduce-to-to-cc, and
7654 message-insert-wide-reply.
7655 (Various Commands): Fix kindex for message-kill-to-signature;
7656 clarify description of message-tab.
7657
76582005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7659
7660 * message.texi (Mailing Lists): Fix description about MFT.
7661
7662 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7663
76642005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7665
7666 * gnus.texi (Slow Terminal Connection): Replace old description
7667 with new one.
7668
76692005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7670
7671 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7672 replace X-Draft-Headers with X-Draft-From.
7673
76742005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7675
7676 * gnus.texi (Various Various): Fix the default value of
7677 nnheader-max-head-length.
7678 (Gnus Versions): Fix typo.
7679
76802005-12-08 Carsten Dominik <dominik@science.uva.nl>
7681
7682 * org.texi (Structure editing): Document new functionality of
7683 M-RET.
7684
76852005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7686
7687 * org.texi (Internal Links): Fix Texinfo usage.
7688
76892005-12-06 Carsten Dominik <dominik@science.uva.nl>
7690
7691 * org.texi (TODO basics): Document the global todo list.
7692 (TODO items): Documents sparse tree for specific TODO
7693 keywords.
7694
76952005-11-30 Carsten Dominik <dominik@science.uva.nl>
7696
7697 * org.texi (Plain Lists): Typos fixed.
7698
76992005-11-28 Jay Belanger <belanger@truman.edu>
7700
7701 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7702
77032005-11-24 Carsten Dominik <dominik@science.uva.nl>
7704
7705 * org.texi (Structure editing): New item moving commands added.
7706 (Plain Lists): New section.
7707
77082005-11-18 Carsten Dominik <dominik@science.uva.nl>
7709
7710 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7711 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7712 `org-agenda-file-to-front'.
2de53ca6
GM
7713 (Built-in table editor): Document `org-table-sort-lines'.
7714 (HTML formatting): Export of hand-formatted lists.
7715
77162005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7717
7718 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7719 new variable gnus-toolbar-thickness.
7720
77212005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7722
7723 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7724
77252005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7726
7727 * gnus.texi (X-Face): Fix description.
7728 (XVarious): Remove gnus-xmas-logo-color-alist and
7729 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7730
77312005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7732
7733 * gnus.texi (Group Parameters): Mention new variable
7734 gnus-parameters-case-fold-search.
7735 (Home Score File): Addition.
7736
77372005-11-04 Ulf Jasper <ulf.jasper@web.de>
7738
7739 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7740 (Overview): List supported feed types.
7741 (Installation): No installation necessary when using autoload.
7742 (Configuration): Rename "RSS" to "news".
7743
77442005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7745
7746 * pgg.texi (User Commands): Document additional passphrase
7747 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7748 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7749
77502005-11-04 Carsten Dominik <dominik@science.uva.nl>
7751
7752 * org.texi: Version number changed to 3.19.
7753
77542005-10-29 Sascha Wilde <wilde@sha-bang.de>
7755
7756 * pgg.texi (How to use): Update the example to add autoload of
7757 pgg-encrypt-symmetric-region.
7758 (User Commands): Document pgg-encrypt-symmetric-region.
7759 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7760
77612005-10-27 Jay Belanger <belanger@truman.edu>
7762
7763 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7764 mention other TeX-related units.
7765
77662005-10-23 Lars Hansen <larsh@soem.dk>
7767
0c7efc08
SM
7768 * dired-x.texi (Miscellaneous Commands):
7769 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7770 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7771
77722005-10-23 Jay Belanger <belanger@truman.edu>
7773
7774 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7775 constant.
7776
77772005-10-23 Michael Albinus <michael.albinus@gmx.de>
7778
0c7efc08
SM
7779 * faq.texi (Bugs and problems):
7780 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7781 `directory-listing-before-filename-regexp'.
7782
77832005-10-22 Eli Zaretskii <eliz@gnu.org>
7784
7785 * newsticker.texi (UPDATED): Set value.
7786
77872005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7788
7789 * gnus.texi (Document Groups): Remove duplicate item.
7790
77912005-10-21 Carsten Dominik <dominik@science.uva.nl>
7792
7793 * org.texi (Summary): Mention iCalendar support.
7794 (Exporting): Document iCalendar support.
7795
77962005-10-18 Romain Francoise <romain@orebokech.com>
7797
7798 * viper.texi (Viper Specials): Capitalize GNU.
7799
78002005-10-17 Juri Linkov <juri@jurta.org>
7801
7802 * info.texi (Getting Started, Search Index, Expert Info):
7803 Fix wording.
7804 (Search Text): Replace `echo area' with `mode line'.
7805 (Search Index): Both `i' and `,' find all index entries.
7806 Replace example `C-f' with `C-l' (which exists in index of Info
7807 manual) and delete spaces in its keyboard input sequence.
7808 Delete unnecessary explanations about literal characters.
7809
78102005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7811
7812 * gnus.texi (Document Server Internals): Addition.
7813
78142005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7815
7816 * gnus.texi (A note on namespaces): Fix RFC reference.
7817
78182005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7819
7820 * gnus.texi (RSS): Fix key description.
7821
78222005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7823
7824 * gnus.texi: Emacs/w3 -> Emacs/W3.
7825 (Browsing the Web): Fix description.
7826 (Web Searches): Ditto.
7827 (Customizing W3): Ditto.
7828
78292005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7830
7831 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7832
78332005-10-11 Jay Belanger <belanger@truman.edu>
7834
7835 * calc.texi (Integration): Mention using `a i' to compute definite
7836 integrals.
7837
78382005-10-11 Juri Linkov <juri@jurta.org>
7839
7840 * info.texi: Rearrange nodes.
7841 (Top): Update menu. Change ref `Info for Experts' to
7842 `Advanced Info Commands'.
7843 (Getting Started): Fix description of manual's parts.
7844 (Help-Int): Change xref `Info Search' to `Search Index', and
7845 `Expert Info' to `Advanced'.
7846 (Advanced): Move node one level up.
7847 (Search Text, Search Index): New nodes split out from `Info Search'.
7848 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7849 split out from `Advanced'.
7850 (Advanced, Emacs Info Variables): De-document editing an Info file
7851 in Info.
7852 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7853 (Creating an Info File): Delete node and move its text to
7854 `Expert Info'.
7855
78562005-10-10 Carsten Dominik <dominik@science.uva.nl>
7857
7858 * org.texi (Workflow states): Documented that change in keywords
7859 becomes active only after restart of Emacs.
7860
78612005-10-08 Michael Albinus <michael.albinus@gmx.de>
7862
7863 Sync with Tramp 2.0.51.
7864
78652005-10-08 Nick Roberts <nickrob@snap.net.nz>
7866
7867 * speedbar.texi (Introduction): Describe new location of speedbar
7868 on menubar.
7869 (Basic Key Bindings): Remove descriptions of bindings that have
7870 been removed.
7871
78722005-10-05 Nick Roberts <nickrob@snap.net.nz>
7873
7874 * speedbar.texi (GDB): Describe use of watch expressions.
7875
78762005-09-28 Simon Josefsson <jas@extundo.com>
7877
7878 * message.texi (IDNA): Fix.
7879
78802005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7881
7882 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7883 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7884 description of nntp-open-connection-function.
7885 (Common Variables): Fix descriptions.
7886
78872005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7888
7889 * gnus.texi (Server Buffer Format): Document the %a format spec.
7890
78912005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7892
7893 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7894
78952005-09-23 Carsten Dominik <dominik@science.uva.nl>
7896
7897 * org.texi Version 3.16.
7898
78992005-09-19 Miles Bader <miles@gnu.org>
7900
7901 * newsticker.texi: Get rid of CVS keywords.
7902
79032005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7904
7905 * gnus.texi (Finding the Parent): Fix description of how Gnus
7906 finds article.
7907
79082005-09-14 Jari Aalto <jari.aalto@cante.net>
7909
7910 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7911 to drop off non-answered articles.
7912
79132005-09-19 Juanma Barranquero <lekktu@gmail.com>
7914
7915 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7916 braces (which are unsupported by NMAKE) for macro `srcdir'.
7917
79182005-09-17 Eli Zaretskii <eliz@gnu.org>
7919
7920 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7921 (../info/newsticker, newsticker.dvi): New targets.
7922
79232005-09-17 Ulf Jasper <ulf.jasper@web.de>
7924
7925 * newsticker.texi: Replace @command with @code. Replace @example
7926 with @lisp.
0c7efc08
SM
7927 (Top): Add explanations to menu items.
7928 (GNU Free Documentation License): Remove.
2de53ca6
GM
7929
79302005-09-16 Romain Francoise <romain@orebokech.com>
7931
7932 Update all files to specify GFDL version 1.2.
7933
7934 * doclicense.texi (GNU Free Documentation License): Update to
7935 version 1.2.
7936
79372005-09-15 Richard M. Stallman <rms@gnu.org>
7938
7939 * newsticker.texi: Fix @setfilename.
7940
7941 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7942 (../info/newsticker, newsticker.dvi): New targets.
7943
79442005-08-30 Carsten Dominik <dominik@science.uva.nl>
7945
7946 * org.texi: Version 3.15.
7947
79482005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7949
7950 * ses.texi: Combine all three indices into one.
7951 Correct a few typos.
7952
79532005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7954
7955 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7956
79572005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7958
7959 * emacs-mime.texi (Handles): Remove duplicate item.
7960 (Encoding Customization): Fix the default value for
7961 mm-coding-system-priorities.
7962 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7963 (Basic Functions): Fix reference.
7964
79652005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7966
7967 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7968
79692005-08-18 Richard M. Stallman <rms@gnu.org>
7970
7971 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7972 and web site.
7973
7974 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7975 not keyboard-translate.
7976
79772005-08-11 Richard M. Stallman <rms@gnu.org>
7978
7979 * faq.texi (Using regular expressions): Fix xref.
7980
79812005-08-09 Juri Linkov <juri@jurta.org>
7982
7983 * info.texi (Help-P): Replace `Prev' with `Previous'.
7984 (Help-M, Help-Xref): Add S-TAB.
7985 (Help-FOO): Update `u' command.
7986 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7987 Update info about visibility of xref parts.
7988 (Help-Int): Fix `m' command. Rename `Info-last' to
7989 `Info-history-back'. Add `Info-history-forward'.
7990 (Advanced): Fix `g*' and `M-n' commands.
7991 (Info Search): Add `index-apropos' in stand-alone browser.
7992 Add isearch commands.
7993 (Emacs Info Variables): Remove `Info-fontify'.
7994 Add `Info-mode-hook'. Update face names.
7995 Add `Info-fontify-maximum-menu-size',
7996 `Info-fontify-visited-nodes', `Info-isearch-search'.
7997
79982005-08-07 Michael Albinus <michael.albinus@gmx.de>
7999
8000 Sync with Tramp 2.0.50.
8001
8002 * tramp.texi: Use @option{} consequently for method names.
8003 (Inline methods, External transfer methods): Remove references to
8004 Cygwin.
8005 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
8006 implementation.
8007
80082005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8009
8010 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
8011 Mention that gnus-init-file is not read when Emacs is invoked with
8012 --no-init-file or -q.
8013
80142005-07-19 Carsten Dominik <dominik@science.uva.nl>
8015
8016 * org.texi: Version 3.14.
8017
80182005-07-04 Carsten Dominik <dominik@science.uva.nl>
8019
8020 * org.texi: Version 3.13.
8021
80222005-07-18 Juri Linkov <juri@jurta.org>
8023
8024 * calc.texi (Time Zones, Logical Operations):
8025 * cl.texi (Overview):
8026 * org.texi (TODO types):
8027 * sc.texi (Emacs 18 MUAs):
8028 * speedbar.texi (Top):
8029 * url.texi (History):
8030 Delete duplicate duplicate words.
8031
ce058493 80322005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
8033
8034 * cl.texi (Type Predicates): Document `atom' type.
8035
80362005-07-04 Lute Kamstra <lute@gnu.org>
8037
8038 Update FSF's address in GPL notices.
8039
8040 * calc.texi (Copying):
8041 * doclicense.texi (GNU Free Documentation License):
8042 * faq.texi (Contacting the FSF):
8043 * mh-e.texi (Copying): Update FSF's address.
8044
80452005-07-03 Richard M. Stallman <rms@gnu.org>
8046
8047 * flymake.texi (Example -- Configuring a tool called directly):
8048 Update name of flymake-build-relative-filename.
8049
80502005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8051
8052 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8053
80542005-06-29 Carsten Dominik <dominik@science.uva.nl>
8055
8056 * org.texi: Version 3.12.
8057
80582005-06-24 Eli Zaretskii <eliz@gnu.org>
8059
8060 * makefile.w32-in (MAKEINFO): Use --force.
8061 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8062 Makefile.in.
8063 (gnus.dvi): Use "..." to quote Sed args, so that it works with
8064 more shells.
8065
80662005-06-23 Richard M. Stallman <rms@gnu.org>
8067
8068 * speedbar.texi (Creating a display): Texinfo usage fixes.
8069
8070 * tramp.texi (Customizing Completion, Auto-save and Backup):
8071 Texinfo usage fixes.
8072
80732005-06-23 Juanma Barranquero <lekktu@gmail.com>
8074
8075 * dired-x.texi (Miscellaneous Commands):
8076 * ediff.texi (Miscellaneous):
8077 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8078 (Agent Variables):
8079 * info.texi (Help-Xref):
8080 * message.texi (Message Headers):
8081 * org.texi (Remember):
8082 * reftex.texi (Options (Defining Label Environments)):
8083 (Options (Index Support)):
8084 (Options (Viewing Cross-References)):
8085 (Options (Misc)):
8086 (Changes):
8087 * speedbar.texi (Creating a display):
8088 * tramp.texi (Customizing Completion, Auto-save and Backup):
8089 Texinfo usage fix.
8090
80912005-06-13 Carsten Dominik <dominik@science.uva.nl>
8092
8093 * org.texi: Version 3.11.
8094
80952005-06-12 Jay Belanger <belanger@truman.edu>
8096
8097 * calc.texi (Getting Started): Remove extra menu item.
8098
80992005-05-31 Jay Belanger <belanger@truman.edu>
8100
8101 * calc.texi (Notations Used in This Manual): Use @kbd for key
8102 sequence.
8103 (Demonstration of Calc): Mention another way of starting Calc.
8104 (Starting Calc): Mention long name of M-#.
8105 (Embedded Mode Overview): Remove unnecessary instruction.
8106 (Other M-# commands): Rephrase `M-# 0' explanation.
8107 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8108 reflect current behavior.
8109
81102005-05-30 Jay Belanger <belanger@truman.edu>
8111
8112 * calc.texi (Hooks): Change description of calc-window-hook and
8113 calc-trail-window-hook to match usage.
8114 (Computational Functions): Add more constant-generating functions.
8115 (Customizable Variables): Use defvar.
8116
81172005-05-28 Jay Belanger <belanger@truman.edu>
8118
8119 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8120 (Basic Embedded Mode): Explain behavior of arguments to
8121 calc-embedded-mode.
8122
81232005-05-27 Jay Belanger <belanger@truman.edu>
8124
8125 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8126 current behavior.
8127
81282005-05-25 Jay Belanger <belanger@truman.edu>
8129
8130 * calc.texi: Change Calc version number throughout.
8131 (Keypad Mode): Change location in info output.
8132 (Keypad mode overview): Move picture of keypad.
8133
81342005-05-21 Jay Belanger <belanger@truman.edu>
8135
8136 * calc.texi (Storing variables): Mention that only most variables
8137 are void to begin with.
8138
81392005-05-21 Kevin Ryde <user42@zip.com.au>
8140
8141 * widget.texi (Basic Types): Update cross ref from "Enabling
8142 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8143 lispref/text.texi change.
8144
81452005-05-20 Carsten Dominik <dominik@science.uva.nl>
8146
8147 * org.texi: Version 3.09.
8148
81492005-05-18 Carsten Dominik <dominik@science.uva.nl>
8150
8151 * reftex.texi: Version 4.28.
8152
81532005-05-16 Jay Belanger <belanger@truman.edu>
8154
8155 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8156
81572005-05-14 Jay Belanger <belanger@truman.edu>
8158
8159 * calc.texi (Default Simplifications): Insert missing ! (logical
8160 not operator).
8161
81622005-05-14 Michael Albinus <michael.albinus@gmx.de>
8163
8164 Sync with Tramp 2.0.49.
8165
81662005-05-10 Jay Belanger <belanger@truman.edu>
8167
8168 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8169 to 1.
8170
81712005-04-29 Carsten Dominik <dominik@science.uva.nl>
8172
8173 * org.texi: Version 3.08, structure reorganized.
8174
81752005-04-24 Richard M. Stallman <rms@gnu.org>
8176
8177 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8178
81792005-04-15 Carsten Dominik <dominik@science.uva.nl>
8180
8181 * org.texi: Update to version 3.06.
8182
81832005-04-13 Lute Kamstra <lute@gnu.org>
8184
8185 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8186
81872005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8188
8189 * cl.texi (Porting Common Lisp): Fix typo.
8190
81912005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8192
8193 * gnus.texi (RSS): Addition.
8194
81952005-04-04 Jay Belanger <belanger@truman.edu>
8196
8197 * calc.texi: Change Calc version number.
8198 (Customizable variables): Fix description of calc-language-alist.
8199 (Copying): Put in version 2 of GPL.
8200
82012005-04-01 Jay Belanger <belanger@truman.edu>
8202
8203 * calc.texi (Troubleshooting Commands): Remove comment about
8204 installation.
8205 (Installation): Remove section.
8206 (Customizable Variables): New section.
8207 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8208 (Graphical Devices): Add references to Customizable Variables.
8209
82102005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8211
8212 * emacs-mime.texi (Display Customization): Markup fixes.
8213 (rfc2047): Update.
8214
82152005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8216
8217 * gnus-faq.texi: Replaced with auto-generated version.
8218
82192005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8220
8221 * dired-x.texi (Multiple Dired Directories): default-directory was
8222 renamed to dired-default-directory.
8223
82242005-03-26 Jay Belanger <belanger@truman.edu>
8225
8226 * calc.texi (Simplifying Formulas, Rewrite Rules):
8227 Change description of top and bottom of fraction.
8228 (Modulo Forms): Move description of how to create modulo forms to
8229 earlier in the section.
8230 (Fraction Mode): Suggest using : to get a fraction by dividing.
8231 (Basic Arithmetic): Adjust placement of command name.
8232 (Truncating the Stack): Emphasize that "hidden" entries are still
8233 visible.
8234 (Installation): Move discussion of printing manual to "About This
8235 Manual".
8236 (About This Manual): Mention how to print the manual.
8237 (Reporting Bugs): Remove first person.
8238 (Building Vectors): Add algebraic version of append.
8239 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8240 (Grouping Digits): Fix typo.
8241
82422005-03-25 Werner Lemberg <wl@gnu.org>
8243
8244 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8245 Replace `legal' with `valid'.
8246
82472005-03-25 Werner Lemberg <wl@gnu.org>
8248
8249 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8250
82512005-03-24 Jay Belanger <belanger@truman.edu>
8252
8253 * calc.texi (General Mode Commands)
8254 (Mode Settings in Embedded Mode): Add some explanation of
8255 recording mode settings.
8256
82572005-03-24 Richard M. Stallman <rms@gnu.org>
8258
8259 * calc.texi: Remove praise of non-free software.
8260
8261 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8262 (Installation): Node deleted.
8263
82642005-03-23 Richard M. Stallman <rms@gnu.org>
8265
8266 * url.texi (HTTP language/coding): Improve last change.
8267
82682005-03-22 Jay Belanger <belanger@truman.edu>
8269
8270 * calc.texi (Embedded Mode): Add new information on changing
8271 modes.
8272
82732005-03-20 Michael Albinus <michael.albinus@gmx.de>
8274
8275 Sync with Tramp 2.0.48.
8276
8277 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8278
8279 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8280 "GNU/Linux". Change all addresses to .gnu.org.
8281 (Default Method): Offer shortened syntax for "su" and "sudo"
8282 methods.
8283
82842005-03-07 Richard M. Stallman <rms@gnu.org>
8285
8286 * url.texi: Fix usage of "e.g.".
8287 (HTTP language/coding): Explain the rules for these strings.
8288
82892005-03-06 Richard M. Stallman <rms@gnu.org>
8290
8291 * woman.texi (Introduction): Minor cleanups.
8292
8293 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8294
8295 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8296 (Installation): Node deleted.
8297
8298 * mh-e.texi (Preface): Get rid of "Emacs 21".
8299
8300 * eshell.texi (Installation): Delete node (for Emacs 20).
8301
83022005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8303
8304 * flymake.texi: Refill and tweak style in @lisp blocks.
8305
83062005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8307
8308 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8309
83102005-03-01 Jay Belanger <belanger@truman.edu>
8311
8312 * calc.texi (Trigonometric and Hyperbolic Functions):
8313 Mention additional functions.
8314 (Algebraic Simplifications): Mention additional simplifications.
8315
83162005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8317
8318 * ses.texi: Add concept/function/variable indices (this work was
8319 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8320 papers on file at FSF).
8321
83222005-02-10 Jay Belanger <belanger@truman.edu>
8323
8324 * calc.texi: Change @LaTeX to La@TeX throughout.
8325 Redefine @expr as @math for TeX output.
8326 Redefine @texline as a no-op for TeX output.
8327 Define @tfn, replace @t by @tfn throughout.
8328
83292005-02-09 Jay Belanger <belanger@truman.edu>
8330
8331 * calc.texi: Add macro for LaTeX for info output.
8332
83332005-02-08 Kim F. Storm <storm@cua.dk>
8334
8335 * texinfo.tex (LaTex): Add def.
8336
83372005-02-06 Jay Belanger <belanger@truman.edu>
8338
8339 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8340 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8341 throughout manual.
8342
83432005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8344
8345 * gnus.texi: Some edits based on comments from David Abrahams.
8346
83472005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8348
8349 * gnus.texi (RSS): Fix the keystroke.
8350
83512005-01-24 David Kastrup <dak@gnu.org>
8352
8353 * faq.texi: Update AUCTeX version info.
8354
83552005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8356
8357 * gnus-faq.texi ([4.1]): Typo.
8358
83592005-01-19 Jay Belanger <belanger@truman.edu>
8360
8361 * calc.texi (Keep Arguments): Mention that keeping arguments
8362 doesn't work with keyboard macros.
8363
83642005-01-16 Richard M. Stallman <rms@gnu.org>
8365
8366 * autotype.texi (Autoinserting): Fix small error.
8367
83682005-01-16 Michael Albinus <michael.albinus@gmx.de>
8369
8370 Sync with Tramp 2.0.47.
8371
8372 * tramp.texi (Compilation): New section, describing compilation of
8373 remote files.
8374
83752005-01-11 Kim F. Storm <storm@cua.dk>
8376
8377 * widget.texi (Basic Types): Add :follow-link keyword.
8378
83792005-01-09 Jay Belanger <belanger@truman.edu>
8380
8381 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8382
83832005-01-08 Jay Belanger <belanger@truman.edu>
8384
8385 * calc.texi: Change throughout to reflect new default value of
8386 calc-settings-file.
8387
83882005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8389
8390 * message.texi (Reply): `message-reply-to-function' should return
8391 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8392
83932005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8394
8395 * faq.texi (Changing load-path): Fix typo.
8396
83972005-01-05 Jay Belanger <belanger@truman.edu>
8398
8399 * calc.texi (Programming Tutorial): Replace kbd command by
8400 appropriate characters for a keyboard macro.
8401
84022005-01-04 Jay Belanger <belanger@truman.edu>
8403
8404 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8405 for Lucid Emacs.
8406 (Programming Tutorial): Mention that the user needs to be in the
8407 right mode to compute some functions.
8408
84092005-01-04 Jay Belanger <belanger@truman.edu>
8410
8411 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8412 no longer applicable.
8413
84142005-01-01 Jay Belanger <belanger@truman.edu>
8415
0c7efc08 8416 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
8417 edit keyboard macros to match current behavior.
8418
84192004-12-31 Jay Belanger <belanger@truman.edu>
8420
8421 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8422
84232004-12-20 Jay Belanger <belanger@truman.edu>
8424
8425 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8426 zero.
8427
84282004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8429
8430 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8431 @xref.
8432 (Font Locking): Avoid @strong{Note:}.
8433
84342004-12-17 Michael Albinus <michael.albinus@gmx.de>
8435
8436 Sync with Tramp 2.0.46.
8437
8438 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8439
84402004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8441
8442 * url.texi: Correct typos.
8443 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 8444 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
8445 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8446 (Dealing with HTTP documents): @inforef->@xref.
8447
84482004-12-15 Jay Belanger <belanger@truman.edu>
8449
8450 * calc.texi: Consistently capitalized all mode names.
8451 (Answers to Exercises): Mention that an answer can be a fraction
8452 when in Fraction mode.
8453
84542004-12-13 Jay Belanger <belanger@truman.edu>
8455
8456 * calc.texi: Fix some TeX definitions.
8457
84582004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8459
8460 * reftex.texi (Imprint): Remove erroneous @value's.
8461
84622004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8463
8464 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8465 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8466
84672004-12-08 Jay Belanger <belanger@truman.edu>
8468
8469 * calc.texi (Starting Calc): Remove comment about installation.
8470 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8471
84722004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8473
8474 * url.texi: Update @setfilename.
8475 (Getting Started): No need to worry about Gnus versions.
8476 (Dealing with HTTP documents): Use @inforef.
8477
8478 * org.texi: Fix @direntry file name.
8479
84802004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8481
8482 * url.texi: New file.
8483
8484 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8485
84862004-12-06 Jay Belanger <belanger@truman.edu>
8487
8488 * calc.texi (Using Calc): Remove paragraph about installation.
8489
84902004-12-06 Jay Belanger <belanger@truman.edu>
8491
8492 * calc.texi: Use more Texinfo macros and less TeX defs.
8493 Remove @refill's.
8494
84952004-12-06 Richard M. Stallman <rms@gnu.org>
8496
8497 * org.texi: New file.
8498
84992004-12-05 Richard M. Stallman <rms@gnu.org>
8500
8501 * Makefile.in (org.dvi, ../info/org): New targets.
8502 (INFO_TARGETS): Add ../info/org.
8503 (DVI_TARGETS): Add org.dvi.
8504 (maintainer-clean): Remove the info files in the info dir.
8505
85062004-11-26 Eli Zaretskii <eliz@gnu.org>
8507
8508 * idlwave.texi: Fix the setfilename directive to put the produced
8509 file in ../info.
8510 (Continued Statement Indentation): Resurrect Jan D.'s change from
8511 2004-11-03 that was lost when a newer version of idlwave.texi was
8512 imported.
8513
85142004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8515
0c7efc08 8516 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 8517
0c7efc08
SM
8518 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8519 Index `spam-initialize'.
2de53ca6
GM
8520
85212004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8522
8523 * message.texi (Various Message Variables): Mention that all mail
8524 file variables are derived from `message-directory'.
8525
8526 * gnus.texi (Splitting Mail): Clarify bogus group.
8527
85282004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8529
0c7efc08
SM
8530 * emacs-mime.texi (Encoding Customization):
8531 Fix mm-coding-system-priorities entry.
2de53ca6 8532
c8763fb6 85332004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
8534
8535 * idlwave.texi (Continued Statement Indentation):
8536 * reftex.texi (Options (Index Support)):
8537 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
8538 * speedbar.texi (Creating a display, Major Display Modes):
8539 Replace non-nil with non-@code{nil}.
2de53ca6
GM
8540
85412004-10-21 Jay Belanger <belanger@truman.edu>
8542
0c7efc08 8543 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
8544
85452004-10-18 Luc Teirlinck <teirllm@auburn.edu>
8546
8547 * calc.texi (Reporting Bugs): Double up `@'.
8548
85492004-10-18 Jay Belanger <belanger@truman.edu>
8550
0c7efc08 8551 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
8552 should be sent to.
8553
85542004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8555
8556 * gnus.texi (New Features): Add 5.11.
8557
8558 * message.texi (Resending): Remove wrong default value.
8559
8560 * gnus.texi (Mail Source Specifiers): Describe possible problems
8561 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
8562 `pop3-leave-mail-on-server' to the index.
8563
85642004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8565
8566 * message.texi (Canceling News): Add how to set a password.
8567
85682004-10-12 Jay Belanger <belanger@truman.edu>
8569
0c7efc08 8570 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
8571 calc-describe-function and calc-describe-variable to match their
8572 current behavior.
8573
85742004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8575
8576 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8577
85782004-10-12 Michael Albinus <michael.albinus@gmx.de>
8579
8580 Sync with Tramp 2.0.45.
8581
8582 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8583 plink link. The URL is outdated. Originator contacted for
8584 clarification.
8585
85862004-10-10 Juri Linkov <juri@jurta.org>
8587
8588 * gnus.texi (Top, Marking Articles): Join two menus in one node
8589 because a node can have only one menu.
8590
85912004-10-09 Juri Linkov <juri@jurta.org>
8592
8593 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8594 example of nnmail-split-fancy.
8595
85962004-10-06 Karl Berry <karl@gnu.org>
8597
8598 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8599 consistency with other uses of dashes.
8600
86012004-10-05 Karl Berry <karl@gnu.org>
8602
8603 * info.texi: Consistently use --- throughout, periods at end of
8604 menu descriptions, and a couple typos.
8605
86062004-09-26 Jesper Harder <harder@ifa.au.dk>
8607
8608 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8609 * pgg.texi (User Commands, Backend methods): Do.
8610 * gnus.texi: Markup fixes.
8611 (Setting Process Marks): Fix `M P a' entry.
8612 * emacs-mime.texi: Fixes.
8613
86142004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8615
8616 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8617 again.
8618 Use 5.10 instead of 5.10.0.
8619
86202004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8621
8622 * gnus.texi (Summary Mail Commands): S D e.
8623
86242004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
8625
8626 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8627 the gnus-article-mode-line-format section.
8628
86292004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
8630
8631 * gnus.texi (Various Summary Stuff): Fix the documentation for
8632 gnus-newsgroup-variables.
8633
86342004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8635
0c7efc08
SM
8636 * gnus.texi (MIME Commands):
8637 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
8638 gnus-mime-display-multipart-alternative-as-mixed,
8639 gnus-mime-display-multipart-related-as-mixed.
8640 (Mail Source Customization): Clarify `mail-source-directory'.
8641 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 8642 (SpamOracle): Fix typo.
2de53ca6
GM
8643
8644 * gnus-faq.texi: Untabify.
8645 ([6.3]): nnir.el is in contrib directory.
8646
8647 * message.texi (News Headers): Clarify how a unique ID is created.
8648
0c7efc08
SM
8649 * gnus.texi (Batching Agents): Fix typo in example.
8650 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 8651
b2abec73 86522004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 8653
0c7efc08 8654 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
8655
86562004-09-20 Florian Weimer <fw@deneb.enyo.de>
8657
8658 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8659
86602004-09-22 Jay Belanger <belanger@truman.edu>
8661
0c7efc08 8662 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
8663 might be hidden during part of the session.
8664
86652004-09-20 Jay Belanger <belanger@truman.edu>
8666
8667 * calc.texi (Notations Used in This Manual): Put in an earlier
8668 mention that DEL could be called Backspace.
8669
86702004-09-10 Simon Josefsson <jas@extundo.com>
8671
8672 * gnus.texi (IMAP): Add example. Suggested and partially written
8673 by Steinar Bang <sb@dod.no>.
8674
86752004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8676
8677 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8678 netrc syntax.
8679
86802004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8681
b2abec73
JB
8682 * gnus.texi (Spam ELisp Package Sequence of Events):
8683 Some clarifications.
2de53ca6
GM
8684 (Spam ELisp Package Global Variables): More clarifications.
8685
86862004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8687
8688 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8689 Mention spam-split does not modify incoming mail.
8690
86912004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8692
8693 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8694
86952004-09-10 Eli Zaretskii <eliz@gnu.org>
8696
8697 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8698
86992004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8700
8701 * makefile.w32-in (sieve, pgg): Use $(infodir).
8702
87032004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8704
8705 * makefile.w32-in: Fix PGG and Sieve entries.
8706
87072004-08-28 Eli Zaretskii <eliz@gnu.org>
8708
8709 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8710 Emacs and related programs.
8711
87122004-08-27 Richard M. Stallman <rms@gnu.org>
8713
8714 * faq.texi: Fix texinfo usage, esp. doublequotes.
8715 (Difference between Emacs and XEmacs): Some clarification.
8716
8717 * faq.texi (Difference between Emacs and XEmacs):
8718 Explain not to contrast XEmacs with GNU Emacs.
8719
87202004-08-26 Richard M. Stallman <rms@gnu.org>
8721
8722 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8723
87242004-08-22 David Kastrup <dak@gnu.org>
8725
8726 * reftex.texi (AUCTeX): Update links, section name.
8727
8728 * faq.texi (Calc): Update availability (included in 22.1).
8729 (AUCTeX): Update availability, information, versions, description.
8730
87312004-08-14 Eli Zaretskii <eliz@gnu.org>
8732
8733 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8734
87352004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8736
8737 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8738
87392004-08-10 Michael Albinus <michael.albinus@gmx.de>
8740
8741 Sync with Tramp 2.0.44.
8742
87432004-08-05 Lars Hansen <larsh@math.ku.dk>
8744
8745 * widget.texi (User Interface): Update how to separate the
8746 editable field of an editable-field widget from other widgets.
8747 (Programming Example): Add text after field.
8748
87492004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8750
8751 * emacs-mime.texi (Encoding Customization): Add a note to the
8752 mm-content-transfer-encoding-defaults entry.
8753 (rfc2047): Update.
8754
0c7efc08
SM
8755 * gnus.texi (Article Highlighting):
8756 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8757 (POP before SMTP): New node.
8758 (Posting Styles): Addition.
8759 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8760 (Fancy Mail Splitting): Ditto.
8761 (X-Face): Add gnus-x-face.
8762
87632004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8764
8765 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8766 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8767
87682004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8769
0c7efc08
SM
8770 * gnus.texi (Mail Source Specifiers):
8771 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8772
87732004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8774
8775 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8776
8777 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8778 repository. Change setfilename.
8779
8780 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8781
87822004-07-02 Juri Linkov <juri@jurta.org>
8783
8784 * pcl-cvs.texi (Viewing differences): Add `d r'.
8785
87862004-06-29 Jesper Harder <harder@ifa.au.dk>
8787
8788 * ses.texi, viper.texi, flymake.texi, faq.texi:
8789 * eshell.texi, ediff.texi: Markup fixes.
8790
87912004-06-21 Karl Berry <karl@gnu.org>
8792
8793 * info.texi (Top): Mention that only Emacs has mouse support.
8794 (Getting Started): Mention this in a few other places.
8795
87962004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8797
0c7efc08
SM
8798 * autotype.texi (Copyrights, Timestamps):
8799 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8800
88012004-06-13 Lars Hansen <larsh@math.ku.dk>
8802
8803 * dired-x.texi (dired-mark-omitted): Update keybinding.
8804
88052004-06-10 Kim F. Storm <storm@cua.dk>
8806
8807 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8808
88092004-06-05 Lars Hansen <larsh@math.ku.dk>
8810
8811 * dired-x.texi (variable dired-omit-mode): Rename from
8812 dired-omit-files-p.
8813 (function dired-omit-mode): Rename from dired-omit-toggle.
8814 Call dired-omit-mode rather than set dired-omit-files-p.
8815 (dired-mark-omitted): Describe command.
8816
88172004-05-29 Michael Albinus <michael.albinus@gmx.de>
8818
8819 Version 2.0.41 of Tramp released.
8820
88212004-05-29 Juanma Barranquero <lektu@terra.es>
8822
8823 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8824 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8825
88262004-05-29 Richard M. Stallman <rms@gnu.org>
8827
8828 * cl.texi (Top): Call this chapter `Introduction'.
8829 (Overview): In TeX, no section heading here.
8830
8831 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8832
88332004-05-29 Eli Zaretskii <eliz@gnu.org>
8834
8835 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8836 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8837
88382004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8839
8840 * flymake.texi: New file.
8841
88422004-05-28 Simon Josefsson <jas@extundo.com>
8843
8844 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8845
b344d29d 88462004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8847
8848 Version 2.0.40 of Tramp released.
8849
88502004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8851
8852 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8853
8854 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8855 variables `tramp-backup-directory-alist' and
8856 `tramp-bkup-backup-directory-info'.
8857 (Overview, Connection types)
8858 (External transfer methods, Default Method)
8859 (Windows setup hints): Remove restriction of password entering
8860 with external methods.
8861 (Auto-save and Backup): Make file name example
8862 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8863 and `auto-save-directory' must be used.
8864 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8865 only "NT"). Remove doubled entry "What kinds of systems does
8866 @tramp{} work on".
8867 (tramp): Macro removed.
8868 (Obtaining Tramp): Flag removed from title.
8869 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8870 and `trampver' used properly. Flag `tramp-inst' replaced by
8871 `installchapter'. Installation related text adapted.
8872
88732004-04-28 Masatake YAMATO <jet@gyve.org>
8874
8875 * widget.texi (Programming Example): Remove overlays.
8876
88772004-04-27 Jesper Harder <harder@ifa.au.dk>
8878
8879 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8880
88812004-04-23 Juanma Barranquero <lektu@terra.es>
8882
8883 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8884
88852004-04-05 Jesper Harder <harder@ifa.au.dk>
8886
8887 * info.texi (Info Search): Add info-apropos.
8888
88892004-03-22 Juri Linkov <juri@jurta.org>
8890
8891 * faq.texi: Fix help key bindings.
8892
88932004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8894
8895 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8896 (as suggested by Karl Berry). Update information about colored
8897 stars in menus. Add new subheading describing M-n.
8898
88992004-03-12 Richard M. Stallman <rms@gnu.org>
8900
8901 * cl.texi (Top): Rename top node's title.
8902
89032004-03-08 Karl Berry <karl@gnu.org>
8904
8905 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8906 problems making the texinfo distribution.
8907
89082004-02-29 Simon Josefsson <jas@extundo.com>
8909
0c7efc08 8910 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8911 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8912 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8913 <voegelas@gmx.net>.
8914
89152004-02-29 Juanma Barranquero <lektu@terra.es>
8916
8917 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8918 Use $(DEL) instead of rm, and ignore exit code.
8919
b344d29d 89202004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8921
8922 Tramp version 2.0.39 released.
8923
89242004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8925
8926 * tramp.texi (Customizing Completion): Explain new functions
8927 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8928 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8929 (Top): Refer to Savannah mailing list as the major one.
8930 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8931 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8932 (Frequently Asked Questions): Remote hosts must not be Unix-like
8933 for "smb" method.
8934 (Password caching): New node.
8935 (External transfer methods): Refer to password caching for "smb"
8936 method.
8937
89382004-02-17 Karl Berry <karl@gnu.org>
8939
8940 * info.texi (Help-Int): Mention the new line number feature.
8941
89422004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8943
8944 * ses.texi (Advanced Features): New functionality for
8945 ses-set-header-row (defaults to current row unless C-u used).
8946 (Acknowledgements): Add Stefan Monnier.
8947
89482003-12-29 Kevin Ryde <user42@zip.com.au>
8949
8950 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8951
b344d29d 89522003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8953
8954 Tramp version 2.0.38 released.
8955
8956 * tramp.texi (Remote shell setup): Warn of environment variables
8957 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8958 <sven.gabriel@imk.fzk.de>.
8959 (Configuration): Tramp now chooses base64/uuencode
8960 automatically. Update wording accordingly.
8961 (Top): More description for the `Default Method' menu entry.
8962 (Default Method): Use @code, not @var, for Lisp variables.
8963 (Default Method): New subsection `Which method is the right one
8964 for me?' Suggested by Christian Kirsch.
8965 (Configuration): Pointer to new subsection added.
8966 (Default Method): Too many "use" in one sentence.
8967 Rephrase. Reported by Christian Kirsch.
8968 (Filename Syntax): Old `su' example is probably a left-over from
8969 the sm/su method naming. Replace with `ssh', instead.
8970 (External transfer methods, Auto-save and Backup):
8971 Typo fixes.
8972
89732003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8974
183080b6 8975 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
8976 (Top): Mention japanese manual only if flag `jamanual' is set.
8977 Insert section `Japanese manual' in menu.
8978
89792003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8980
8981 * eshell.texi (Known Problems): Add doc item.
8982
89832003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8984
8985 * cc-mode.texi: Update for CC Mode 5.30.
8986
8987 Note: Please refrain from doing purely cosmetic changes like
8988 removing trailing whitespace in this manual; it clobbers cvs
8989 merging for no good reason.
8990
89912003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8992
8993 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8994 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8995 @acronym{ASCII}.
8996
89972003-10-26 Karl Berry <karl@gnu.org>
8998
8999 * info.texi (Info Search): Echo area, not echo are. From Debian
9000 diff.
9001
90022003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
9003
10d1d0af 9004 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
9005 :buttons and :children keywords.
9006
90072003-10-22 Miles Bader <miles@gnu.org>
9008
9009 * Makefile.in (info): Move before $(top_srcdir)/info.
9010
90112003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
9012
9013 * tramp.texi (Inline methods): Small grammar fix.
9014 (External transfer methods): Likewise.
9015
90162003-10-08 Nick Roberts <nick@nick.uklinux.net>
9017
9018 * speedbar.texi: Remove paragraph for GUD that is no longer true.
9019
90202003-10-06 Luc Teirlinck <teirllm@auburn.edu>
9021
9022 * texinfo.tex: Replace `%' in arch tagline by @ignore.
9023
90242003-09-30 Richard M. Stallman <rms@gnu.org>
9025
9026 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
9027
9028 * widget.texi (User Interface): Fix typos.
9029
9030 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
9031
90322003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
9033
9034 * pcl-cvs.texi (Selected Files): Fix typo.
9035
90362003-09-21 Karl Berry <karl@gnu.org>
9037
9038 * info.texi (] and [ commands): No period at end of section title.
9039
90402003-09-04 Miles Bader <miles@gnu.org>
9041
9042 * Makefile.in (top_srcdir): New variable.
9043 ($(top_srcdir)/info): New rule.
9044 (info): Depend on it.
9045
90462003-09-03 Peter Runestig <peter@runestig.com>
9047
9048 * makefile.w32-in: New file.
9049
90502003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
9051
9052 * widget.texi (User Interface): Explain the need of static text
9053 around an editable field.
9054
90552003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9056
9057 * widget.texi (Basic Types): The argument to `:help-echo' can now
9058 be a form that evaluates to a string.
9059
90602003-08-18 Kim F. Storm <storm@cua.dk>
9061
9062 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9063
90642003-08-16 Richard M. Stallman <rms@gnu.org>
9065
9066 * dired-x.texi (Shell Command Guessing): Explain *.
9067
90682003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
9069
9070 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9071 log-edit-insert-changelog.
9072
90732003-08-03 Karl Berry <karl@gnu.org>
9074
9075 * info.texi: Need @contents.
9076
c8763fb6 90772003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9078
9079 Tramp version 2.0.36 released.
9080
9081 * tramp.texi (Remote shell setup): Explain about problems with
9082 non-Bourne commands in ~/.profile and ~/.shrc.
9083
90842003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9085
9086 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9087 renaming of `vis-mode' to `visible-mode'.
9088
90892003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9090
9091 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9092 next, prev and up pointers.
9093
90942003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9095
9096 * info.texi (Help): Mention existence of Emacs and stand-alone
9097 Info at the very beginning of the tutorial.
9098 (Help-Inv): New node.
9099 (Help-]): New node.
9100 (Help-M): Systematically point out the differences between default
9101 Emacs and stand-alone versions. Delete second menu.
9102 (Help-Xref): Systematically point out the differences between
9103 default Emacs and stand-alone versions.
9104 (Help-Int): Change `l' example.
9105 (Expert Info): Fix typos.
9106 (Emacs Info Variables): Mention `Info-hide-note-references' and
9107 new default for `Info-scroll-prefer-subnodes'.
9108
c8763fb6 91092003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9110
9111 Version 2.0.35 of Tramp released.
9112
9113 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9114 (Inline methods): Add methods `remsh' and `plink1'.
9115 (External transfer methods): Add method `remcp'.
9116 (Multi-hop Methods): Add method `remsh'.
9117 Small patch from Adrian Aichner <adrian@xemacs.org>:
9118 Fix minor typos.
0c7efc08 9119 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9120 `Info-index'.
9121 (Version Control): Add cindex entry.
9122
c8763fb6 91232003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9124
9125 * trampver.texi: Version 2.0.34 released.
9126
91272003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9128
9129 * faq.texi: Improve previous changes.
9130
91312003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9132
9133 * faq.texi: Update copyright and maintenance details.
9134 Update some package URLs, versions, and maintainers.
9135 Remove many references to the Emacs Lisp Archive.
9136
91372003-04-23 Simon Josefsson <jas@extundo.com>
9138
9139 * smtpmail.texi: Fix license (the invariant sections mentioned has
9140 never been part of the smtp manual). Align info dir entry with
9141 other emacs packages.
9142
91432003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9144
9145 * tramp.texi: Version 2.0.33 released.
9146 Remove installation chapter. Remove XEmacs specifics.
9147
91482003-03-29 Richard M. Stallman <rms@gnu.org>
9149
9150 * tramp.texi (Top): Undo the previous renaming.
9151 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9152
c8763fb6 91532003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9154
9155 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9156 version of manual.
9157
9158 * tramp.texi (Auto-save and Backup): New node.
9159
91602003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9161
9162 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9163 Emacs" in order to have better differentiation to "XEmacs".
9164 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9165 are new macros in order to point to the other Emacs flavor where
9166 appropriate. In info case, point to node `Installation' in order
9167 to explain how to generate the other way. In html case, make a
9168 link to the other html file.
0c7efc08 9169 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9170 after CVS checkout/update.
9171 (Installation): Completely rewritten.
9172 (Installation parameters, Load paths): New sections under
9173 `Installation'.
9174
c8763fb6 91752003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9176
9177 * tramp.texi: Version 2.0.30 released.
9178 Replace word "path" with "localname" where used as a component of
9179 a Tramp file name.
9180
91812003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9182
9183 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9184 introduced.
9185 (Installation): Explain what to do if files from the tramp/contrib
9186 directory are needed.
9187
91882003-02-23 Alex Schroeder <alex@emacswiki.org>
9189
9190 * smtpmail.texi (How Mail Works): New.
9191
91922003-02-22 Alex Schroeder <alex@emacswiki.org>
9193
9194 * smtpmail.texi: New file.
9195
9196 * Makefile.in: Build SMTP manual.
9197
c8763fb6 91982003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9199
9200 * tramp.texi: Version 2.0.29 released.
9201 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9202 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9203
92042003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9205
9206 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 9207 another package loads accidentally Ange-FTP.
2de53ca6
GM
9208
92092003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9210
9211 * tramp.texi (Customizing Completion): Add function
9212 `tramp-parse-sconfig'. Change example of
9213 `tramp-set-completion-function', because parsing of ssh config
9214 files looks more natural.
9215
92162003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9217
9218 * gnus.texi: Do not use `path' in several locations.
9219
c8763fb6 92202002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 9221
0c7efc08
SM
9222 * tramp.texi (External transfer methods): New method `smb'.
9223 From Michael Albinus.
2de53ca6
GM
9224
92252002-11-05 Karl Berry <karl@gnu.org>
9226
9227 * info.texi (Info-fontify): Reorder face list to avoid bad line
9228 breaks.
9229
c8763fb6 92302002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 9231
0c7efc08
SM
9232 * tramp.texi: Move @copying to standard place.
9233 Use @insertcopying.
2de53ca6
GM
9234
92352002-10-02 Karl Berry <karl@gnu.org>
9236
9237 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9238 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9239 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9240 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9241 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9242 Per rms, update all manuals to use @copying instead of @ifinfo.
9243 Also use @ifnottex instead of @ifinfo around the top node, where
9244 needed for the sake of the HTML output.
9245 (The Gnus manual is not fixed since it's not clear to me how it
9246 works; and the Tramp manual already uses @copying, although in an
9247 unusual way. All others were changed.)
9248
92492002-09-10 Jonathan Yavner <jyavner@engineer.com>
9250
9251 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9252 (../info/ses, ses.dvi): New targets.
9253 * ses.texi: New file.
9254
c8763fb6 92552002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
9256
9257 * texinfo.tex: Update to texinfo 4.2.
9258
92592002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9260
9261 * reftex.texi: Update to RefTeX 4.19.
9262
c8763fb6 92632002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
9264
9265 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9266 (../info/tramp, tramp.dvi): New targets.
9267
92682002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9269
9270 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9271 (calc.dvi): Uncomment.
9272
92732001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9274
9275 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9276 (../info/calc): New target.
9277
92782001-10-20 Gerd Moellmann <gerd@gnu.org>
9279
9280 * (Version 21.1 released.)
9281
92822001-10-05 Gerd Moellmann <gerd@gnu.org>
9283
9284 * Branch for 21.1.
9285
92862001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9287
9288 * Makefile.in (../info/info): Use an explicit -o switch to
9289 makeinfo.
9290
92912001-03-05 Gerd Moellmann <gerd@gnu.org>
9292
9293 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9294
92952000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9296
9297 * Makefile.in (../info/idlwave): Use --no-split.
9298
92992000-12-14 Dave Love <fx@gnu.org>
9300
c4cc8b9a 9301 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
9302 (gnus.dvi): Change rule to remove @latex stuff.
9303
93042000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9305
9306 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9307
93082000-10-13 John Wiegley <johnw@gnu.org>
9309
9310 * Makefile.in: Add build targets for eshell.texi.
9311
93122000-09-25 Gerd Moellmann <gerd@gnu.org>
9313
9314 * Makefile.in: Remove/comment speedbar stuff.
9315
93162000-09-22 Dave Love <fx@gnu.org>
9317
9318 * Makefile.in: Add emacs-mime.
9319
93202000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9321
9322 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9323 (DVI_TARGETS): Add woman.dvi.
9324 (../info/woman, woman.dvi): New targets.
9325
93262000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9327
9328 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9329
9330 * pcl-cvs.texi: New file.
9331 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9332 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9333
93342000-05-11 Gerd Moellmann <gerd@gnu.org>
9335
9336 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9337 (../info/ebrowse, ebrowse.dvi): New targets.
9338
93392000-01-13 Gerd Moellmann <gerd@gnu.org>
9340
9341 * Makefile.in (INFO_TARGETS): Add eudc.
9342 (DVI_TARGETS): Add eudc.dvi.
9343 (../info/eudc, eudc.dvi): New targets.
9344
93452000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9346
9347 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9348 compatibility with 8+3 filesystems).
9349 (../info/efaq): Rename from emacs-faq.
9350
93512000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9352
9353 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9354 (../info/idlwave, idlwave.dvi): New targets.
9355
93561999-10-23 Dave Love <fx@gnu.org>
9357
9358 * Makefile.in: Use autotype.texi.
9359
93601999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9361
9362 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9363 faq.texi file) rather than ../info/faq.
9364
93651999-10-07 Gerd Moellmann <gerd@gnu.org>
9366
9367 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9368 (../info/ada-mode, ada-mode.dvi): New targets.
9369
93701999-09-01 Dave Love <fx@gnu.org>
9371
9372 * Makefile.in: Add faq.
9373
93741999-07-12 Richard Stallman <rms@gnu.org>
9375
9376 * Version 20.4 released.
9377
93781998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9379
9380 * Version 20.3 released.
9381
93821998-04-06 Andreas Schwab <schwab@gnu.org>
9383
768c0c0f
JB
9384 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9385 Use it in dvi targets.
2de53ca6
GM
9386 (../etc/GNU): Change to $(srcdir) first.
9387
93881998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9389
9390 * reftex.texi: Update for RefTeX version 3.22.
9391
93921998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9393
9394 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9395 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9396
93971997-09-23 Paul Eggert <eggert@twinsun.com>
9398
9399 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9400 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9401
94021997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9403
9404 * Version 20.2 released.
9405
94061997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9407
9408 * Version 20.1 released.
9409
94101997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9411
9412 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9413
94141996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9415
9416 * Version 19.33 released.
9417
94181996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9419
9420 * Version 19.32 released.
9421
94221996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9423
9424 * Makefile.in: Add rules for the Message manual.
9425
94261996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9427
9428 * gnus.texi: New version.
9429
9430 * message.texi: New manual.
9431
94321996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9433
9434 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9435
94361996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9437
9438 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9439 Specify -I option.
9440 (All dvi targets): Set the TEXINPUTS variable.
9441
94421996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9443
9444 * Version 19.31 released.
9445
94461996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9447
9448 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9449 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9450
94511995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9452
9453 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9454 (INFO_TARGETS): Add ../info/cc-mode.
9455 (DVI_TARGETS): Add cc-mode.dvi.
9456
2de53ca6
GM
94571995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9458
9459 * Version 19.30 released.
9460
94611995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9462
9463 * gnus.texi: New file.
9464
94651995-11-04 Erik Naggum <erik@naggum.no>
9466
9467 * gnus.texi: File deleted.
9468
94691995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9470
9471 * mh-e.texi: "Function Index" -> "Command Index" to work with
9472 Emacs 19.30 C-h C-k support of separately-documented commands.
9473
94741995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9475
9476 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9477 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9478
94791995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9480
9481 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9482 (../info/viper, viper.dvi): New targets.
9483
94841995-04-20 Kevin Rodgers <kevinr@ihs.com>
9485
9486 * dired-x.texi (Installation): Change the example to set
9487 buffer-local variables like dired-omit-files-p in
9488 dired-mode-hook.
9489
94901995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9491
9492 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9493 (../info/mh-e, mh-e.dvi): New targets.
9494
94951995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9496
9497 * Makefile.in (maintainer-clean): Rename from realclean.
9498
94991994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9500
9501 * Makefile.in: New file.
9502 * Makefile: File deleted.
9503
95041994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9505
9506 * Makefile (TEXINDEX_OBJS): Variable deleted.
9507 (texindex, texindex.o, getopt.o): Rules deleted.
9508 All deps on texindex deleted.
9509 (distclean): Don't delete texindex.
9510 (mostlyclean): Don't delete *.o.
9511 * texindex.c, getopt.c: Files deleted.
9512
95131994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9514
9515 * Version 19.26 released.
9516
95171994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9518
9519 * Version 19.25 released.
9520
95211994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9522
9523 * Version 19.24 released.
9524
95251994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9526
9527 * Version 19.23 released.
9528
95291994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9530
9531 * Makefile: Delete spurious tab.
9532
95331994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9534
9535 * Makefile (.SUFFIXES): New rule.
9536
95371994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9538
9539 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9540 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9541
95421994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9543
9544 * Makefile (../info/sc): Rename from sc.info.
9545 (../info/cl): Likewise.
9546 (INFO_TARGETS): Use new names.
9547
95481993-12-04 Richard Stallman (rms@srarc2)
9549
9550 * getopt.c: New file.
9551 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9552 (getopt.o): New rule.
9553 (dvi): Don't depend on texindex.
9554 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9555 Depend on texindex.
9556
95571993-12-03 Richard Stallman (rms@srarc2)
9558
9559 * Makefile (../info/sc.info): Rename from ../info/sc.
9560 (TEXI2DVI): New variable.
9561 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9562 Add explicit commands.
9563 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9564
95651993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9566
9567 * Version 19.22 released.
9568
95691993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9570
9571 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9572
95731993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9574
9575 * Version 19.21 released.
9576
95771993-11-15 Paul Eggert (eggert@twinsun.com)
9578
9579 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9580
95811993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9582
9583 * Makefile (../etc/GNU): New target.
9584 (EMACSSOURCES): Add gnu1.texi.
9585
95861993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9587
9588 * Makefile (realclean): Don't delete the Info files.
9589
f0131492 95901993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
9591
9592 * forms.texi: Fix forms.texi so that it will format correctly.
9593 Add missing `@end iftex', fix bad reference.
9594
9595 * info.texi, info-stn.texi: New files implement texinfo version of
9596 `info' file.
9597
f0131492 95981993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
9599
9600 * Makefile: Fix targets for texindex, new info.texi files.
9601 * info-stnd.texi: New file implements info for standalone info
9602 reader.
9603 * info.texi: Update to include recent changes to "../info/info".
9604 New source file for ../info/info; includes info-stnd.texi.
9605
9606 * texindex.c: Include "../src/config.h" if building in emacs.
9607
9608 * Makefile: Change all files to FILENAME.texi, force all targets
9609 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9610 vip.texinfo, forms.texinfo, cl.texinfo.
9611 Add target to build texindex.c, defining `emacs'.
9612
9613 * forms.texi: Install new file to match version 2.3 of forms.el.
9614
96151993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9616
9617 * Version 19.19 released.
9618
96191993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
9620
9621 * sc.texinfo: Fix info file name.
9622
9623 * Makefile (info): Add gnus and sc.
9624 (dvi): Add gnus.dvi and sc.dvi.
9625 (../info/sc, sc.dvi): New targets.
9626
96271993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9628
9629 * Version 19.18 released.
9630
96311993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9632
9633 * Makefile: Fix source file names of the separate manuals.
9634 (gnus.dvi, ../info/gnus): New targets.
9635
96361993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9637
9638 * Version 19.17 released.
9639
96401993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9641
9642 * split-man: Fix typos in last change.
9643
96441993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9645
9646 * Version 19.16 released.
9647
96481993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9649
9650 * version 19.15 released.
9651
96521993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9653
9654 * Makefile (distclean): It's rm, not rf.
9655
96561993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9657
9658 * Version 19.14 released.
9659
96601993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9661
9662 * Makefile: New file.
9663
96641993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9665
9666 * Version 19.13 released.
9667
96681993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9669
9670 * Version 19.9 released.
9671
96721993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9673
9674 * Version 19.8 released.
9675
96761993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9677
9678 * Version 19.7 released.
9679
96801990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9681
9682 * gnus.texinfo: New file. Removed installation instructions.
9683
96841990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9685
9686 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9687
96881989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9689
9690 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
9691 then define `\sc' as the command for smallcaps in Texinfo.
9692 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
9693 made the corresponding change to makeinfo and texinfm.el.
9694
96951988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9696
9697 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9698 Customization since the menu entry did not point to anything.
9699 Also add an @finalout command to remove overfull hboxes from the
9700 printed output.
9701
9702 * cl.texinfo: Add @bye, \input line and @settitle to file.
9703 This file is clearly intended to be a chapter of some other work,
9704 but the other work does not yet exist.
9705
97061988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9707
9708 * texinfo.texinfo: Three typos corrected.
9709
4009494e 9710;; Local Variables:
c8763fb6 9711;; coding: utf-8
4009494e
GM
9712;; End:
9713
3fe7cdc8 9714 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9715
9716 This file is part of GNU Emacs.
9717
97c0352c 9718 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9719 it under the terms of the GNU General Public License as published by
97c0352c
GM
9720 the Free Software Foundation, either version 3 of the License, or
9721 (at your option) any later version.
4009494e
GM
9722
9723 GNU Emacs is distributed in the hope that it will be useful,
9724 but WITHOUT ANY WARRANTY; without even the implied warranty of
9725 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9726 GNU General Public License for more details.
9727
9728 You should have received a copy of the GNU General Public License
97c0352c 9729 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.