* lisp/faces.el (face-underline-p): Use face-attribute-specified-or.
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
6e5e9b70
GM
12012-11-13 Glenn Morris <rgm@gnu.org>
2
5c934f8b
GM
3 * erc.texi: Use @code{nil} rather than just "nil".
4 (Modules): Undocument obsolete "hecomplete".
6e5e9b70 5 Add "notifications".
f925b109 6 (Connecting): Add brief section on passwords.
274f5de6 7 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
6e5e9b70 8
24c38527
GM
92012-11-12 Glenn Morris <rgm@gnu.org>
10
11 * flymake.texi (Customizable variables)
12 (Highlighting erroneous lines): Mention flymake-error-bitmap,
13 flymake-warning-bitmap, and flymake-fringe-indicator-position.
14
5b637222
CY
152012-11-09 Chong Yidong <cyd@gnu.org>
16
17 * url.texi (Introduction): Move url-configuration-directory to
18 Customization node.
19 (Parsed URIs): Split into its own node.
20 (URI Encoding): New node.
21 (Defining New URLs): Remove empty chapter.
22 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
23 Improve docs for url-queue-*.
24 (Supported URL Types): Copyedits. Delete empty subnodes.
25
82f84fa3
CY
262012-11-08 Chong Yidong <cyd@gnu.org>
27
28 * url.texi (Introduction): Rename from Getting Started. Rewrite
29 the introduction.
30 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
31
2ee1d59f
GM
322012-11-07 Glenn Morris <rgm@gnu.org>
33
34 * cl.texi (Obsolete Setf Customization):
35 Revert defsetf example to the more correct let rather than prog1.
bdd8064f
GM
36 Give define-modify-macro, defsetf, and define-setf-method
37 gv.el replacements.
2ee1d59f 38
651af8c6
GM
392012-11-06 Glenn Morris <rgm@gnu.org>
40
2027b1b3 41 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
a358a44e 42 (Setf Extensions): Remove obsolete reference.
2027b1b3 43 (Obsolete Setf Customization):
651af8c6 44 Move note on lack of setf functions to lispref/variables.texi.
ab7f1c43 45 Undocument get-setf-method, since it no longer exists.
a358a44e 46 Mention simple defsetf replaced by gv-define-simple-setter.
651af8c6 47
c65b407b
GM
482012-11-03 Glenn Morris <rgm@gnu.org>
49
50 * cl.texi: Further general copyedits.
685b0026
GM
51 (List Functions): Remove copy-tree, standard elisp for some time.
52 (Efficiency Concerns): Comment out examples that no longer apply.
53 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
54 (Creating Symbols, Random Numbers): De-emphasize internal
55 variables cl--gensym-counter and cl--random-state. (Bug#12788)
c65b407b 56
7fbf8f7b
GM
572012-11-02 Glenn Morris <rgm@gnu.org>
58
59 * cl.texi (Naming Conventions, Type Predicates, Macros)
60 (Predicates on Numbers): No longer mention cl-floatp-safe.
61
df43dd53
GM
622012-11-01 Glenn Morris <rgm@gnu.org>
63
64 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
65 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
66 (Macro Bindings, Blocks and Exits):
67 Acknowledge existence of lexical-binding.
68 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 69
69c1c2e6
GM
702012-10-31 Glenn Morris <rgm@gnu.org>
71
dd90fd1a
GM
72 * ert.texi (Introduction, The @code{should} Macro):
73 Refer to "cl-assert" rather than "assert".
74
69c1c2e6
GM
75 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
76 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
77 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
78 Reword, and add details of flet and labels.
87b0d8b1 79 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 80
4ddedf94
GM
812012-10-30 Glenn Morris <rgm@gnu.org>
82
83 * cl.texi (Modify Macros): Update for cl-letf changes.
84 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
85 (Setf Extensions): Partially restore note about cl-getf,
86 mainly moved to lispref/variables.texi.
87 (Property Lists): Fix cl-getf typos.
f43a5263 88 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 89
d3094168
GM
902012-10-29 Glenn Morris <rgm@gnu.org>
91
92 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 93 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 94 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
95 (Modify Macros, Multiple Values, Other Clauses):
96 Remove mentions of obsolete features.
6a07d52e 97 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 98
3c0c6155
GM
992012-10-28 Glenn Morris <rgm@gnu.org>
100
f94b04fc
GM
101 * cl.texi (Multiple Values, Common Lisp Compatibility):
102 More namespace updates.
103 (Obsolete Features): Copyedits.
104 (Obsolete Lexical Macros, Obsolete Setf Customization):
105 New subsections.
106
9c52d61d
GM
107 * cl.texi (Porting Common Lisp, Lexical Bindings):
108 Add some xrefs to the Elisp manual.
109
3c0c6155
GM
110 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
111 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
112 (Obsolete Features): New appendix. Move Lexical Bindings here.
113
5887564d
GM
1142012-10-27 Glenn Morris <rgm@gnu.org>
115
e1117425
GM
116 * cl.texi: Use defmac for macros rather than defspec.
117 (Efficiency Concerns): Related copyedit.
118
5887564d
GM
119 * cl.texi (Control Structure): Update for setf now being in core.
120 (Setf Extensions): Rename from Basic Setf. Move much of the
121 former content to lispref/variables.texi.
122 (Modify Macros): Move pop, push details to lispref/variables.texi.
123 (Customizing Setf): Copyedits for setf etc being in core.
124 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
125 Further namespaces updates.
126
bdebdb64
BG
1272012-10-26 Bastien Guerry <bzg@gnu.org>
128
129 * org.texi (Installation): Update the link to Org's ELPA. Also
130 don't mention org-install.el anymore as the replacement file
131 org-loaddefs.el is now loaded by org.el.
132
f956e59d
MA
1332012-10-25 Michael Albinus <michael.albinus@gmx.de>
134
135 * tramp.texi (Frequently Asked Questions): Mention
136 `tramp-completion-reread-directory-timeout' for performance
137 improvement.
138
a05cb6e3
GM
1392012-10-25 Glenn Morris <rgm@gnu.org>
140
141 * cl.texi: Don't mess with the TeX section number counter.
142 Use Texinfo recommended convention for quotes+punctuation.
143 (Overview, Sequence Functions): Rephrase for better line-breaking.
144 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
145 (Macro Bindings, Conditionals, Iteration, Loop Basics)
146 (Random Numbers, Mapping over Sequences, Structures)
147 (Porting Common Lisp): Further updates for cl-lib namespace.
148 (Modify Macros, Declarations, Macro Bindings, Structures):
149 Break long lines in examples.
150 (Dynamic Bindings): Update for changed progv behavior.
151 (Loop Examples, Efficiency Concerns): Markup fixes.
152 (Structures): Remove TeX margin change.
39ff2cf3 153 (Declarations): Fix typos.
a05cb6e3 154
39a58b5b
GM
1552012-10-24 Glenn Morris <rgm@gnu.org>
156
a6880551
GM
157 * cl.texi (Overview, Multiple Values, Creating Symbols)
158 (Numerical Functions): Say less/nothing about the original cl.el.
159 (Old CL Compatibility): Remove.
160 (Assertions): Remove ignore-errors (standard Elisp for some time).
161
39a58b5b
GM
162 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
163 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
164 (Efficiency Concerns, Efficiency Concerns)
165 (Common Lisp Compatibility, Old CL Compatibility):
166 Further updates for cl-lib namespace.
167
72ec96fb
PE
1682012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
169
170 Update manual for new time stamp format (Bug#12706).
171 * emacs-mime.texi (time-date): Update for new format.
172 Also, fix bogus time stamp and modernize a bit.
173
8d6510b9
GM
1742012-10-23 Glenn Morris <rgm@gnu.org>
175
176 * cl.texi: Include emacsver.texi. Use Emacs version number rather
177 than unchanging cl.el version number.
178 End all menu descriptions with a period.
179 Do not use @dfn{CL} for every instance of "CL".
180 (Overview): Remove no-runtime caveat, and note about foo* names.
181 (Usage): Use cl-lib rather than cl.
182 (Organization, Naming Conventions): Update for cl-lib.el.
183 (Installation): Remove long-irrelevant node.
184 (Program Structure, Predicates, Control Structure):
185 Start updating for cl-lib namespace.
8d6510b9
GM
186 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
187 Depend on emacsver.texi.
188
0a078f36
MA
1892012-10-09 Michael Albinus <michael.albinus@gmx.de>
190
191 * trampver.texi: Update release number.
192
a03bb33f
GM
1932012-10-06 Glenn Morris <rgm@gnu.org>
194
24636b26
GM
195 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
196 ERC version.
197 (Introduction): ERC is distributed with Emacs.
198 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
199 (Getting Started): Simplify.
200 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
201 (History): Mention ERC maintained as part of Emacs now.
202 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
203 Add dependency on emacsver.texi.
204
a03bb33f
GM
205 * erc.texi: Remove hand-written node pointers.
206
d259be38
GM
2072012-10-05 Glenn Morris <rgm@gnu.org>
208
209 * newsticker.texi (Overview, Requirements, Usage, Configuration):
210 Copyedits.
211
62a81506
CY
2122012-10-01 Eric Ludlam <zappo@gnu.org>
213
214 * ede.texi (Quick Start, Project Local Variables)
215 (Miscellaneous commands, ede-java-root, Development Overview)
216 (Detecting a Project): New nodes.
217 (Simple projects): Node deleted.
218
219 * eieio.texi (Building Classes): Some slot attributes cannot be
220 overridden.
221 (Slot Options): Remove an example.
222 (Method Invocation, Documentation): New nodes.
223
07f133bf
GM
2242012-10-01 Glenn Morris <rgm@gnu.org>
225
226 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
227 (reftex.pdf): Add dependency on emacsver.texi.
228 * reftex.texi: Don't include directory part for emacsver.texi;
229 the Makefile's -I handles it.
230
4f595e15
RA
2312012-09-30 Ralf Angeli <angeli@caeruleus.net>
232
233 Merge from standalone RefTeX repository.
234
235 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
236 with macros.
237 (Imprint): Mention Wolfgang in list of contributors.
238 (Creating Citations): Give a hint about how to
239 auto-revert the BibTeX database file when using external editors.
240 (Referencing Labels): Simplify section about reference macro
241 cycling.
242 (Options (Referencing Labels)): Adapt to new structure of
243 `reftex-ref-style-alist'.
244 (Referencing Labels, Reference Styles): Document changes in the
245 referencing functionality.
246 (Commands): Mention options for definition of header and footer in
247 BibTeX files.
248 (Options (Creating Citations)): Document
249 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
250 (Reference Styles): New section.
251 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
252 (Options (Referencing Labels)): Remove descriptions of deprecated
253 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
254 Add descriptions for `reftex-ref-style-alist' and
255 `reftex-ref-style-default-list'.
256 (Referencing Labels): Update regarding reference styles.
257 (Citation Styles): Mention support for ConTeXt.
258 (Options (Defining Label Environments)): Fix typo.
259 (Options (Creating Citations)): Document
260 `reftex-cite-key-separator'.
261
8223b1d2
BG
2622012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
263
264 * org.texi: Add description of ORG_ADD_CONTRIB to info
265 documentation. Add link to Worg for more details.
266
267 * org.texi: Clarify installation procedure. Provide link to the
268 build system description on Worg.
269
270 * org.texi: Remove reference to utils/, x11idle.c is now in
271 contrib/scripts.
272
273 * org.texi: Re-normalize to "Org mode" in manual.
274
275 * org.texi (Installation): Adapt documentation to new build
276 system. Mention GNU ELPA (since it needs to be handled like Emacs
277 built-in Org).
278
8223b1d2
BG
2792012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
280
281 * org.texi: Fix typo in description of the 'Hooks' section.
282
283 * org.texi: Add ID to the list of special properties.
284
2852012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
286
287 * org.texi (Moving subtrees): Document the ability to archive to a
288 datetree.
289
2902012-09-30 Bastien Guerry <bzg@altern.org>
291
292 * org.texi (Installation, Feedback, Batch execution): Use
293 (add-to-list 'load-path ... t) for the contrib dir.
294
295 * org.texi (results): Update documentation for ":results drawer"
296 and ":results org".
297
298 * org.texi (Column width and alignment): Fix typo.
299
300 * org.texi (Activation): Point to the "Conflicts" section.
301
302 * org.texi (Conflicts): Mention filladapt.el in the list of
303 conflicting packages.
304
305 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
306 not needed for versions of Emacs > 22.1.
307
308 * org.texi (History and Acknowledgments): Fix typo.
309
310 * org.texi (History and Acknowledgments): Add my own
311 acknowledgments.
312
313 * org.texi (Agenda commands): Document the new command and the new
314 option.
315
316 * org.texi (Agenda commands): Delete `org-agenda-action' section.
317 (Agenda commands): Reorder. Document `*' to toggle persistent
318 marks.
319
320 * org.texi (Agenda dispatcher): Mention
321 `org-toggle-agenda-sticky'.
322 (Agenda commands, Exporting Agenda Views): Fix typo.
323
324 * org.texi (Templates in contexts, Setting Options): Update to
325 reflect changes in how contexts options are processed.
326
327 * org.texi (Templates in contexts): Document the new structure of
328 the variables `org-agenda-custom-commands-contexts' and
329 `org-capture-templates-contexts'.
330
331 * org.texi (Templates in contexts): Document the new option
332 `org-capture-templates-contexts'.
333 (Storing searches): Document the new option
334 `org-agenda-custom-commands-contexts'.
335
336 * org.texi (Formula syntax for Lisp): Reformat.
337
338 * org.texi (Special properties, Column attributes)
339 (Agenda column view): Document the new special property
340 CLOCKSUM_T.
341
342 * org.texi (Template expansion): Document the new %l template.
343
344 * org.texi (Fast access to TODO states): Fix documentation about
345 allowed characters for fast todo selection.
346
347 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
348 use in `org-agenda-to-appt'.
349
350 * org.texi (Comment lines): Update wrt comments.
351
352 * org.texi (Resolving idle time): Document new keybinding.
353
354 * org.texi (Clocking commands): Document the use of S-M-<up/down>
355 on clock timestamps.
356
357 * org.texi (Fast access to TODO states): Explicitely says only
358 letters are supported as fast TODO selection keys.
359
360 * org.texi (Link abbreviations): Illustrate the use of the "%h"
361 specifier. Document the new "%(my-function)" specifier.
362
363 * org.texi (Clocking commands): New cindex.
364 (Clocking commands): Update documentation for `org-clock-in'.
365 Document `org-clock-in-last'. Mention `org-clock-out' and
366 `org-clock-in-last' as commands that can be globally bound.
367 (Resolving idle time): Document continuous clocking.
368
369 * org.texi (Top, Introduction): Fix formatting.
370 (Activation): Add index entries.
371 (Conventions): Update section.
372 (Embedded @LaTeX{}): Fix formatting.
373
374 * org.texi (Visibility cycling): Document `show-children'.
375
376 * org.texi (Using capture): Mention the `org-capture-last-stored'
377 bookmark as a way to jump to the last stored capture.
378
379 * org.texi (Uploading files): Fix typo.
380
381 * org.texi (Using capture): Document `C-0' as a prefix argument
382 for `org-capture'.
383
384 * org.texi (Agenda commands): Document persistent marks.
385
386 * org.texi (Template expansion): Update doc to reflect change.
387
388 * org.texi (Radio tables): Document the :no-escape parameter.
389
390 * org.texi (Repeated tasks): Document repeat cookies for years,
391 months, weeks, days and hours.
392
393 * org.texi (Export options): State that you can use the d: option
394 by specifying a list of drawers.
395
396 * org.texi (HTML preamble and postamble): Small doc improvement.
397
3982012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
399
400 * org.texi: The sections in the Exporting section of the manual
401 left out articles in the description of the org-export-as-*
402 commands, among other places. This patch adds them, adds a few
403 missing prepositions, and switches instances of "an HTML" to "a
404 html" for internal consistency.
405
406 * org.texi: Alter several examples of headings with timestamps in
407 them to include the timestamps in the body instead of the heading.
408
4092012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
410
411 * org.texi (Agenda dispatcher): Document sticky agenda views and
412 the new key for them.
413
4142012-09-30 Charles <millarc@verizon.net> (tiny change)
415
416 * org.texi (Advanced features): Fix error in table.
417
4182012-09-30 Feng Shu <tumashu@gmail.com>
419
420 * org.texi (@LaTeX{} fragments): Document imagemagick as an
421 alternative to dvipng.
422
4232012-09-30 François Allisson <francois@allisson.co> (tiny change)
424
425 * org.texi: Remove extra curly bracket.
426
4272012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
428
429 * org.texi (org-clock-in-last and org-clock-cancel): Update the
430 defkeys.
431
4322012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
433
434 * org.texi (Agenda commands): Fix two typos by giving
435 corresponding function names, according to
436 `org-agenda-view-mode-dispatch'.
437
4382012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
439
440 * org.texi (The spreadsheet): Fix typo.
441
4422012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
443
444 * org.texi (Tracking your habits): Point to the "Tracking TODO
445 state changes" section.
446
4472012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
448
449 * org.texi (Literal examples): Remove reference to unknown
450 `org-export-latex-minted' variable. Also simplify footnote since
451 `org-export-latex-listings' documentation is exhaustive already.
452
453 * org.texi (Plain lists): Remove reference to now hard-coded
454 `bullet' automatic rule.
455
4562012-09-30 Toby S. Cubitt <tsc25@cantab.net>
457
458 * org.texi: Updated documentation accordingly.
459
5087f097
PE
4602012-09-13 Paul Eggert <eggert@cs.ucla.edu>
461
462 * texinfo.tex: Merge from gnulib.
463
20121a26
MA
4642012-09-12 Michael Albinus <michael.albinus@gmx.de>
465
466 Sync with Tramp 2.2.6.
467
468 * tramp.texi (Bug Reports): Cleanup caches before a test run.
469
470 * trampver.texi: Update release number.
471
44677e30
PE
4722012-09-12 Paul Eggert <eggert@cs.ucla.edu>
473
474 * texinfo.tex: Merge from gnulib.
475
5a4c42ba
AA
4762012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
477
478 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
479 (bug#12096).
480
8e7046c3
JB
4812012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
482
1dcac243
JB
483 * calc.texi (Simplification modes, Conversions)
484 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
485 (The Calc Mode Line): Mention the mode line display for Basic
486 simplification mode.
487 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
488 simplifications.
489 (Basic Simplifications): Rename from "Limited Simplifications"
490 Replace "limited" by "basic" throughout.
491 (Algebraic Simplifications): Indicate that the algebraic
492 simplifications are done by default.
493 (Unsafe Simplifications): Mention `m E'.
494 (Simplification of Units): Mention `m U'.
495 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
496 (Kinds of Declarations, Functions for Declarations): Mention
497 "algebraic simplifications" instead of `a s'.
1dcac243 498 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 499
d2bd74ff
JB
5002012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
501
502 * calc.texi (Getting Started, Tutorial): Change simulated
503 Calc output to match actual output.
504 (Simplifying Formulas): Mention that algebraic simplification is now
505 the default.
506
77472261
EZ
5072012-07-28 Eli Zaretskii <eliz@gnu.org>
508
509 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
510 (Bug#12073)
511
09ae5da1
PE
5122012-07-25 Paul Eggert <eggert@cs.ucla.edu>
513
514 Prefer typical American spelling for "acknowledgment".
515 * calc.texi (History and Acknowledgments): Rename from
516 History and Acknowledgements.
517 * idlwave.texi (Acknowledgments):
518 * ses.texi (Acknowledgments):
519 * woman.texi (Acknowledgments): Rename from Acknowledgements.
520
c4444d16
PE
5212012-07-09 Paul Eggert <eggert@cs.ucla.edu>
522
523 Rename configure.in to configure.ac (Bug#11603).
524 * ede.texi (Compiler and Linker objects, ede-proj-project)
525 (ede-step-project): Prefer the name configure.ac to configure.in.
526
ef091c97
MA
5272012-07-06 Michael Albinus <michael.albinus@gmx.de>
528
529 * tramp.texi (Multi-hops): Introduce
530 `tramp-restricted-shell-hosts-alist'.
531
89b163db
G
5322012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
533
534 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
535 methods, so don't mention smtpmail here.
536
5372012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
538
539 * gnus.texi (Picons): Document gnus-picon-properties.
540
5412012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
542
543 * gnus.texi: Remove mention of compilation, as that's no longer
544 supported.
545
5462012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
547
548 * gnus.texi (Archived Messages): Mention
549 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
550
5512012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
552
553 * gnus.texi (Various Summary Stuff):
554 Remove mention of `gnus-propagate-marks'.
555
5562012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
557
558 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
559 which no longer exist.
560
5612012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
562
563 * gnus.texi (Archived Messages):
564 Document gnus-gcc-self-resent-messages.
565
5662012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
567
568 * message.texi (Mail Variables):
569 Mention the optional user parameter for X-Message-SMTP-Method.
570
5712012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
572
573 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
574
575 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
576
5772012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
578
579 * gnus.texi (Key Index): Change encoding to utf-8.
580
ac1a0ce1 5812012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
582
583 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
584
71cca84d
G
5852012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
586
587 * gnus.texi (Group Timestamp): Mention where to find documentation for
588 the `gnus-tmp-' variables (bug#11601).
589
888a7fc0
MA
5902012-06-11 Michael Albinus <michael.albinus@gmx.de>
591
592 Sync with Tramp 2.2.6-pre.
593
594 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
595 where appropriate.
596 (Ad-hoc multi-hops): New section.
597 (Remote processes): New subsection "Running remote processes on
598 Windows hosts".
599 (History): Add remote commands on Windows, and ad-hoc multi-hop
600 methods.
601 (External methods): "ControlPersist" must be set to "no" for the
602 `scpc' method.
603 (Remote processes): Add a note about `auto-revert-tail-mode'.
604 (Frequently Asked Questions): Use "scpx" in combination with
605 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
606
607 * trampver.texi: Update release number.
608
31ca4639 6092012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
610
611 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
612 compilation for html-mono.
613
0e8bbf66
PE
6142012-06-08 Paul Eggert <eggert@cs.ucla.edu>
615
616 * texinfo.tex: Merge from gnulib.
617
b8f061b3
KY
6182012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
619
620 * Makefile.in (echo-info): Don't try to install info files named
621 just ".info".
622
16af873e
GM
6232012-05-28 Glenn Morris <rgm@gnu.org>
624
c1dabff0
GM
625 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
626
16af873e
GM
627 * sc.texi: Nuke hand-written node pointers.
628 Fix top-level menu to match actual node order.
629
1d5b82ef
GM
6302012-05-27 Glenn Morris <rgm@gnu.org>
631
632 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
633 Some associated fixes, including not messing with chapno in cl.texi.
634
33017faf 6352012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
636
637 * org.texi (Durations and time values): Fix typo.
638
d14b0029
JB
6392012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
640
33017faf 641 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
642 Mention `calc-ensure-consistent-units'.
643
2f4cadd1 6442012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 645
9879e263
AS
646 * cc-mode.texi: Avoid space before macro in 4th argument of cross
647 reference commands. (Bug#11461)
648
78e91d08
AS
649 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
650
3fe7cdc8
GM
6512012-05-12 Glenn Morris <rgm@gnu.org>
652
9598ef0b
GM
653 * Makefile.in (mostlyclean): Add more TeX intermediates.
654
7d326a29
GM
655 * Makefile.in: Make it look more like the other doc Makefiles.
656 Use explicit $srcdir in all dependencies.
657 Remove cd $srcdir from rules.
658 (VPATH): Remove.
659 (infodir): Set to an absolute path.
660 (INFO_TARGETS): Use short names.
661 (mkinfodir): infodir is now absolute.
662 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
663
c7f95930 664 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 665 (.SUFFIXES): Disable implicit rules.
c7f95930 666
3fe7cdc8
GM
667 * Makefile.in (MKDIR_P): New, set by configure.
668 (mkinfodir): Use $MKDIR_P.
669
6f0652af
GM
6702012-05-07 Glenn Morris <rgm@gnu.org>
671
672 * forms.texi (Long Example): Update for changed location of files.
673
8045b906
GM
6742012-05-04 Glenn Morris <rgm@gnu.org>
675
676 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
677 (INFO_TARGETS): Use $INFO_EXT.
678 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
679 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
680 (INFO_TARGETS): Use $INFO_EXT.
681 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
682
9e7a4bcf
GM
6832012-05-02 Glenn Morris <rgm@gnu.org>
684
9aa071df
GM
685 * Makefile.in (echo-info): New phony target, used by top-level.
686
9e7a4bcf
GM
687 * viper.texi: Make direntry shorter (also it is no longer "newest").
688
689 * emacs-gnutls.texi, ert.texi, org.texi:
690 Fix dircategory, direntry to match info/dir.
691
31cc861c
GM
692 * faq.texi: Convert @inforefs to @xrefs.
693 Fix some malformed cross-references.
f9e320bb
GM
694 (File-name conventions): Shorten section name to avoid overfull line.
695 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 696
723ea6b5
TZ
6972012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
698
699 * auth.texi (Help for users): Update for .gpg file being second.
700
a8e7d6d7 7012012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
702
703 * org.texi (Agenda commands): Fix two typos: give corresponding
704 function names, according to `org-agenda-view-mode-dispatch'.
705
a8e7d6d7 7062012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
707
708 * faq.texi (Major packages and programs): Remove section.
709 There is no point listing 6 packages (cf etc/MORE.STUFF).
710 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 711
dcbf5805
MA
7122012-04-22 Michael Albinus <michael.albinus@gmx.de>
713
714 * dbus.texi (Version): New node.
715 (Properties and Annotations): Mention the object manager
716 interface. Describe dbus-get-all-managed-objects.
717 (Type Conversion): Floating point numbers are allowed, if an
718 anteger does not fit Emacs's integer range.
719 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
720 (Asynchronous Methods): Fix description of
721 dbus-call-method-asynchronously.
722 (Receiving Method Calls): Fix some minor errors. Add
723 dbus-interface-emacs.
724 (Signals): Describe unicast signals and the new match rules.
725 (Alternative Buses): Add the PRIVATE optional argument to
726 dbus-init-bus. Describe its new return value. Add dbus-setenv.
727
adee4030
GM
7282012-04-20 Glenn Morris <rgm@gnu.org>
729
730 * faq.texi (New in Emacs 24): New section.
731 (Packages that do not come with Emacs): Mention M-x list-packages.
732
35dc09a1 7332012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
734
735 * cc-mode.texi (c-offsets-alist): Correct a typo.
736
35dc09a1 7372012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
738
739 * org.texi (Deadlines and scheduling): Fix the example: the
740 DEADLINE item should come right after the headline. We enforce
741 this convention, so it is a bug not to illustrate it correctly in
742 the manual.
743
35dc09a1 7442012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
745
746 * org.texi (Agenda commands): Fix documentation bug by swapping
747 the equivalent keybindings to `org-agenda-next-line' with the ones
748 to `org-agenda-previous-line'.
749
35dc09a1 7502012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
751
752 * Makefile.in: Replace non-portable use of $< in ordinary rules.
753
e2560ea8
EZ
7542012-04-09 Eli Zaretskii <eliz@gnu.org>
755
756 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
757 emacs-gnutls.
758 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
759
6b4f4a2d
TZ
7602012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
761
250b840e 762 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
763
764 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
765
ca2c89b6
TZ
7662012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
767
768 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 769 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 770
aebd5f1a
GM
7712012-04-04 Glenn Morris <rgm@gnu.org>
772
773 * auth.texi (Secret Service API): Copyedits.
774 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
775 (Help for users, Help for developers)
776 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 777
0317dd51
MA
7782012-04-04 Michael Albinus <michael.albinus@gmx.de>
779
780 * auth.texi (Secret Service API): Add the missing text.
781
3d439cd1
CY
7822012-04-04 Chong Yidong <cyd@gnu.org>
783
784 * message.texi (Using PGP/MIME): Note that epg is now the default.
785
786 * gnus.texi: Reduce references to obsolete pgg library.
787 (Security): Note that epg is now the default.
788
789 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
790
791 * nxml-mode.texi (Completion): C-RET is no longer bound to
792 nxml-complete.
793
153ae947
BG
7942012-04-01 Jambunathan K <kjambunathan@gmail.com>
795
796 * org.texi (Customizing tables in ODT export): Correct few errors.
797
7982012-04-01 Jambunathan K <kjambunathan@gmail.com>
799
800 * org.texi (Links in ODT export): Update.
801 (Labels and captions in ODT export): New node.
802
8032012-04-01 Jambunathan K <kjambunathan@gmail.com>
804
805 * org.texi (Literal examples in ODT export): htmlfontify.el in
806 Emacs-24.1 now supports fontification. So ODT source blocks will
807 be fontified by default.
808
8092012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
810
811 * org.texi (Refiling notes): Remove duplicated keybinding.
812
8132012-04-01 Eric Schulte <eric.schulte@gmx.com>
814
815 * org.texi (noweb): Documentation of this new option to the :noweb
816 header argument.
817
8182012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
819
820 * org.texi (Header and sectioning): Add example demonstrating how
821 to use "LaTeX_CLASS_OPTIONS".
822
8232012-04-01 Eric Schulte <eric.schulte@gmx.com>
824
825 * org.texi (Noweb reference syntax): Describe the ability to
826 execute noweb references in the manual.
827
8282012-04-01 Eric Schulte <eric.schulte@gmx.com>
829
830 * org.texi (cache): Improve cache documentation when session
831 evaluation is used.
832
8332012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
834
835 * org.texi (Plain lists): Document removal.
836
8372012-04-01 Michael Brand <michael.ch.brand@gmail.com>
838
839 * org.texi: Decapitalize file name in references to Calc manual.
840
8412012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
842
843 * org.texi (Plain lists): Document removal.
844
8452012-04-01 Jambunathan K <kjambunathan@gmail.com>
846
847 * org.texi (Top, OpenDocument Text export)
848 (ODT export commands, Extending ODT export)
849 (Images in ODT export, Tables in ODT export)
850 (Configuring a document converter): Add or Update.
851
8522012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
853
854 * org.texi (MobileOrg): Change the wording to reflect that the
855 Android Version is no longer just the little brother of the iOS
856 version.
857
8582012-04-01 Eric Schulte <eric.schulte@gmx.com>
859
860 * org.texi (Key bindings and useful functions): Updated babel key
861 binding documentation in manual.
862
8632012-04-01 Eric Schulte <eric.schulte@gmx.com>
864
865 * org.texi (noweb): Document new noweb header value.
866
8672012-04-01 Eric Schulte <eric.schulte@gmx.com>
868
869 * org.texi (noweb-sep): Document new header argument.
870
8712012-04-01 Eric Schulte <eric.schulte@gmx.com>
872
873 * org.texi (noweb-ref): Documentation of this new custom variable.
874
8752012-04-01 Eric Schulte <eric.schulte@gmx.com>
876
877 * org.texi (wrap): Update the new :wrap documentation to match the
878 current implementation.
879
8802012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
881
882 * org.texi: Added documentation for :wrap.
883
8842012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
885
886 * org.texi: #+RESULTS now user-configurable.
887
8882012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
889
890 * org.texi: Documented :noweb no-export.
891
8922012-04-01 Thomas Dye <dk@poto.local>
893
894 * org.texi: Edit :noweb no header argument for correctness.
895
8962012-04-01 Bastien Guerry <bzg@altern.org>
897
898 * org.texi (Customization): Update the approximate number of Org
899 variables.
900
9012012-04-01 Thomas Dye <dk@poto.local>
902
903 * org.texi: The :results wrap produces a drawer instead of a
904 begin_results block.
905
005a89ff
G
9062012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
907
908 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
909 reflect the new default.
910
589ce070
EZ
9112012-03-10 Eli Zaretskii <eliz@gnu.org>
912
913 * info.texi (Expert Info): Move the index entry for "Texinfo" from
914 "Getting Started" to this node. (Bug#10450)
915
a5392527
CY
9162012-03-10 Chong Yidong <cyd@gnu.org>
917
8ae818e4
CY
918 * flymake.texi (Example -- Configuring a tool called via make):
919 Mention the Automake COMPILE variable (Bug#8715).
920
a5392527
CY
921 * info.texi (Getting Started): Add an index entry (Bug#10450).
922
d49902e4
MA
9232012-03-02 Michael Albinus <michael.albinus@gmx.de>
924
925 * dbus.texi (Signals): Known names will be mapped onto unique
926 names, when registering for signals.
927
53eced6d
GM
9282012-02-29 Glenn Morris <rgm@gnu.org>
929
bcd6cd23
GM
930 * url.texi: Fix quote usage in body text.
931
775b55af
GM
932 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
933
53eced6d
GM
934 * cl.texi: Use @code{} in menus when appropriate.
935
44e97401
GM
9362012-02-28 Glenn Morris <rgm@gnu.org>
937
938 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
939 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
940 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
941 * org.texi, sc.texi, vip.texi, viper.texi:
942 Standardize possessive apostrophe usage.
943
fa9a0855
CY
9442012-02-26 Chong Yidong <cyd@gnu.org>
945
946 * ediff.texi (Quick Help Commands): Add a couple of index entries
947 (Bug#10834).
948
0fd2c9a3
GM
9492012-02-17 Glenn Morris <rgm@gnu.org>
950
951 * gnus.texi (Posting Styles):
952 * remember.texi (Org): Fix cross-refs to other manuals.
953
9f26dc24
GM
9542012-02-15 Glenn Morris <rgm@gnu.org>
955
956 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
957 (Encryption): New chapter, split out from previous.
958
3d2af193
LI
9592012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
960
961 * gnus.texi (Customizing the IMAP Connection): Mention
962 nnimap-record-commands.
963
b74c9672
GM
9642012-02-10 Glenn Morris <rgm@gnu.org>
965
966 * url.texi (Retrieving URLs): Update url-retrieve arguments.
967 Mention url-queue-retrieve.
968
2ebc3b94
GM
9692012-02-09 Glenn Morris <rgm@gnu.org>
970
9fcfcdef
GM
971 * sem-user.texi (Semantic mode user commands): Typo fix.
972
2ebc3b94
GM
973 * info.texi (Create Info buffer): Mention info-display-manual.
974
7c4bbb69
LI
9752012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
976
977 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
978 example (modified from an example by Michael Albinus).
979
debce7bc
G
9802012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
981
982 * gnus.texi (Agent Basics): Fix outdated description of
983 `gnus-agent-auto-agentize-methods'.
984
b207a4ec
AS
9852012-01-28 Andreas Schwab <schwab@linux-m68k.org>
986
987 * cc-mode.texi: Always @defindex ss.
988 (Config Basics): Fix argument of @itemize.
989 (Macro Backslashes): Add @code around index entry.
990
b8fe8712
GM
9912012-01-23 Glenn Morris <rgm@gnu.org>
992
993 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
994
02dc2fd7
EH
9952012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
996
997 * tramp.texi (File): Tweak wording for the `scpc' option.
998
e7719ea1
G
9992012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1000
1001 * gnus.texi (Group Parameters): Really note precedence.
1002
9937bef4
G
10032012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1004
1005 * gnus.texi (Group Parameters): Note precedence.
1006
e66ba1df
BG
10072012-01-03 Eric Schulte <eric.schulte@gmx.com>
1008
1009 * org.texi (Noweb reference syntax): Adding documentation of
1010 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1011 variable.
1012
10132012-01-03 Bastien Guerry <bzg@gnu.org>
1014
1015 * org.texi (Plain lists): Split the table to fix the display
1016 of items.
1017
10182012-01-03 Bastien Guerry <bzg@gnu.org>
1019
1020 * org.texi (Plain lists): Fix misplaced explanation.
1021
10222012-01-03 Bastien Guerry <bzg@gnu.org>
1023
1024 * org.texi (Plain lists, Agenda files): Add index entries.
1025
10262012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1027
1028 * org.texi: Use "Org mode" instead of alternatives like
1029 "Org-mode" or "org-mode".
1030
10312012-01-03 Bernt Hansen <bernt@norang.ca>
1032
1033 * org.texi (Agenda commands): Document
1034 `org-clock-report-include-clocking-task'.
1035
10362012-01-03 Bastien Guerry <bzg@gnu.org>
1037
1038 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1039 C-c' on checkboxes.
1040
10412012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1042
1043 * org.texi: End sentences with two spaces.
1044
10452012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1046
1047 * org.texi (External links): Document the link types file+sys
1048 and file+emacs, slightly narrow used page width.
1049
10502012-01-03 Eric Schulte <eric.schulte@gmx.com>
1051
1052 * org.texi (colnames): Note that colnames behavior may differ
1053 across languages.
1054
10552012-01-03 Bastien Guerry <bzg@gnu.org>
1056
1057 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1058
10592012-01-03 Thomas Dye <dk@poto.westell.com>
1060
1061 * org.texi: Augmented discussion of babel property
1062 inheritance. Put footnote outside sentence ending period.
1063
10642012-01-03 Eric Schulte <schulte.eric@gmail.com>
1065
1066 * org.texi (eval): Documenting the full range of :eval header
1067 argument values.
1068
10692012-01-03 Eric Schulte <schulte.eric@gmail.com>
1070
1071 * org.texi (eval): Documentation of the new :eval option.
1072
10732012-01-03 Thomas Dye <dk@poto.local>
1074
1075 * org.texi: Add accumulated properties.
1076
10772012-01-03 Thomas Dye <dk@poto.local>
1078
1079 * org.texi: Documented no spaces in name=assign, another
1080 correction to :var table.
1081
10822012-01-03 Thomas Dye <dk@poto.local>
1083
1084 * org.texi: Changed DATA to NAME in Working With Source Code
1085 section.
1086
10872012-01-03 Tom Dye <tsd@tsdye.com>
1088
1089 * org.texi: Minor change to :var table.
1090
10912012-01-03 Tom Dye <tsd@tsdye.com>
1092
1093 * org.texi: More changes to :var table (some examples were wrong).
1094
10952012-01-03 Tom Dye <tsd@tsdye.com>
1096
1097 * org.texi: Cleaned up :var table.
1098
10992012-01-03 Bastien Guerry <bzg@gnu.org>
1100
1101 * org.texi (Timestamps, Weekly/daily agenda)
1102 (Weekly/daily agenda): Add @cindex for "appointment".
1103
11042012-01-03 Eric Schulte <schulte.eric@gmail.com>
1105
1106 * org.texi (Literal examples): A new link to the template for
1107 inserting empty code blocks.
1108 (Structure of code blocks): A new link to the template for
1109 inserting empty code blocks.
1110
11112012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1112
1113 * org.texi (External links): Add footnote on how the behavior
1114 of the text search in Org files are controled by the variable
1115 `org-link-search-must-match-exact-headline'.
1116
11172012-01-03 Eric Schulte <schulte.eric@gmail.com>
1118
1119 * org.texi (Buffer-wide header arguments): Update
1120 documentation to reflect removal of #+PROPERTIES.
1121
11222012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1123
1124 * org.texi (The clock table): Mention that ACHIVED trees
1125 contribute to the clock table.
1126
11272012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1128
1129 * org.texi (Conflicts): Better yasnippet config info.
1130
11312012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1132
1133 * org.texi (Selective export): Explicitely mention the default
1134 values for `org-export-select-tags',
1135 `org-export-exclude-tags'.
1136
11372012-01-03 Tom Dye <tsd@tsdye.com>
1138
1139 * org.texi: Added a line to specify that header arguments are
1140 lowercase.
1141
11422012-01-03 Tom Dye <tsd@tsdye.com>
1143
1144 * org.texi: :var requires default value when declared.
1145
11462012-01-03 Bastien Guerry <bzg@gnu.org>
1147
1148 * org.texi (Handling links): Add a note about the
1149 `org-link-frame-setup' option.
1150
11512012-01-03 David Maus <dmaus@ictsoc.de>
1152
1153 * org.texi (Exporting Agenda Views, Extracting agenda
1154 information): Fix command line syntax, quote symbol parameter
1155 values.
1156
11572012-01-03 David Maus <dmaus@ictsoc.de>
1158
1159 * org.texi (Exporting Agenda Views): Fix command line syntax.
1160
8d80ef01
PE
11612011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1162
1163 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1164 Use octal notation for file permissions, which are normally
1165 thought of in octal.
1166 (Mail Back End Variables): Use more-plausible modes in example.
1167
47d42d81
AM
11682011-12-20 Alan Mackenzie <acm@muc.de>
1169
1170 * cc-mode.texi: Update version string 5.31 -> 5.32.
1171
a98edce9
JB
11722011-12-06 Juanma Barranquero <lekktu@gmail.com>
1173
1174 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1175
321decc8
GM
11762011-11-24 Glenn Morris <rgm@gnu.org>
1177
1178 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1179
f8107b79
JB
11802011-11-24 Juanma Barranquero <lekktu@gmail.com>
1181
1182 * makefile.w32-in: Update dependencies.
1183
f5a96a4f
GM
11842011-11-20 Glenn Morris <rgm@gnu.org>
1185
1186 * gnus.texi (Group Information):
1187 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1188
cd1181db
JB
11892011-11-20 Juanma Barranquero <lekktu@gmail.com>
1190
1191 * gnus-coding.texi (Gnus Maintenance Guide):
1192 Rename from "Gnus Maintainance Guide".
1193
1194 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1195 * eieio.texi (Customizing):
fe7a3057
JB
1196 * gnus.texi (Article Washing):
1197 * gnus-news.texi:
1198 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 1199
7877f373
JB
12002011-11-16 Juanma Barranquero <lekktu@gmail.com>
1201
1202 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1203
0d26e0b6
JB
12042011-11-15 Juanma Barranquero <lekktu@gmail.com>
1205
c7015153
JB
1206 * ede.texi (project-am-texinfo):
1207 * gnus.texi (Sending or Not Sending):
1208 * org.texi (Template elements): Fix typos.
0d26e0b6 1209
0b381c7e
JB
12102011-11-14 Juanma Barranquero <lekktu@gmail.com>
1211
1212 * ediff.texi (Hooks):
c7015153 1213 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 1214
40a8bdf6
JB
12152011-11-11 Juanma Barranquero <lekktu@gmail.com>
1216
1217 * semantic.texi (Tag handling): Fix typo.
1218
57dda3bb
KY
12192011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1220
1221 * gnus.texi (Other Gnus Versions): Remove.
1222
52bedd34
AM
12232011-10-28 Alan Mackenzie <acm@muc.de>
1224
1225 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1226 (Other Special Indentations): Add an xref to "Macros with ;".
1227 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1228 "Macros with ;".
1229 (Macros with ;): New page.
1230
00b77525
GM
1231 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1232 Document the new handling of nested scopes for movement by defuns.
52bedd34 1233
4a623313
MA
12342011-10-23 Michael Albinus <michael.albinus@gmx.de>
1235
1236 Sync with Tramp 2.2.3.
1237
1238 * trampver.texi: Update release number.
1239
466a320e
GM
12402011-10-14 Glenn Morris <rgm@gnu.org>
1241
1242 * ert.texi (Introduction, How to Run Tests)
1243 (Running Tests Interactively, Expected Failures)
1244 (Tests and Their Environment, Useful Techniques)
1245 (Interactive Debugging, Fixtures and Test Suites):
1246 Minor rephrasings.
1247 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1248 (Running Tests in Batch Mode): Simplify loading instructions.
1249 (Test Selectors): Clarify some selectors.
1250 (Expected Failures, Useful Techniques):
1251 Make examples fit in 80 columns.
1252
2be4956d
JB
12532011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1254
1255 * calc.texi (Basic Operations on Units): Discuss temperature
1256 conversion (`u t') alongside with other unit conversions ('u c').
1257
7359a765
GM
12582011-10-12 Glenn Morris <rgm@gnu.org>
1259
1260 * ert.texi: Whitespace trivia to make main menu items line up better.
1261
a0c52e5d
GM
12622011-10-08 Glenn Morris <rgm@gnu.org>
1263
1264 * Makefile.in: Fix ert rules.
1265
465d0300
G
12662011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1267
1268 * gnus.texi (Gnus Utility Functions): Add more references and
1269 explanations (bug#9683).
1270
a5166359
LMI
12712011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1272
1273 * gnus.texi (Archived Messages): Note the default (bug#9552).
1274
b523dc20
BW
12752011-09-21 Bill Wohler <wohler@newt.com>
1276
1277 Release MH-E manual version 8.3.
1278
58179cce 1279 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
1280 release 8.3.
1281 (Preface): Updated support information.
bd7239f5 1282 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
1283 historical quote, the tense should be correct in the time that it
1284 was written.
1285
0afb49a1
LMI
12862011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1287
1288 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1289 (Finding the News): Doc clarification.
1290 (Terminology): Mention naming.
1291
e21bac42
G
12922011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1293
1294 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1295 (Interactive): Document `quiet'.
1296
5b409b39 12972011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 1298
bd7239f5 1299 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 1300
5b409b39 13012011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1302
bd7239f5 1303 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
1304 scope for `org-map-entries'.
1305
5b409b39 13062011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1307
1308 * org.texi (Visibility cycling): Document `org-copy-visible'.
1309
5b409b39 13102011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1311
bd7239f5 1312 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
1313 proper order.
1314
5b409b39 13152011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1316
1317 * org.texi (eval): Expand discussion of the :eval header argument.
1318
5b409b39 13192011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1320
1321 * org.texi (Languages): Add Lilypond and Awk as supported
1322 languages.
1323
5b409b39 13242011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 1325
bd7239f5 1326 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
1327 LOG_INTO_DRAWER can be used to override the contents of variable
1328 org-clock-into-drawer (or if unset, org-log-into-drawer).
1329
bd7239f5 1330 * org.texi: Replace @xref->@pxref.
3ab2c837 1331
5b409b39 13322011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1333
1334 * org.texi (Evaluating code blocks): Documenting the new option
1335 for inline call lines.
1336
5b409b39 13372011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1338
1339 * org.texi (Results of evaluation): More explicit about the
1340 mechanism through which interactive evaluation of code is
1341 performed.
1342
5b409b39 13432011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1344
1345 * org.texi (noweb-ref): New header argument documentation.
1346
5b409b39 13472011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1348
1349 * org.texi (Extracting source code): Documentation of the new
1350 org-babel-tangle-named-block-combination variable.
1351
5b409b39 13522011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1353
bd7239f5 1354 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 1355 behavior of multiple blocks of the same name is undefined.
3ab2c837 1356
5b409b39 13572011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
1358
1359 * org.texi (TaskJuggler export): Modify the example to reflect the
1360 new effort durations.
1361
5b409b39 13622011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1363
1364 * org.texi (Images in LaTeX export): Escape curly brackets in
1365 LaTeX example.
1366
5b409b39 13672011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1368
1369 * org.texi (The clock table): Document the :properties and
1370 :inherit-props arguments for the clocktable.
1371
5b409b39 13722011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1373
1374 * org.texi (Tables in LaTeX export): Document specifying placement
1375 options for tables.
1376
5b409b39 13772011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1378
1379 * org.texi (Evaluating code blocks): More specific documentation
1380 about the different types of header arguments.
1381
5b409b39 13822011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
1383
1384 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1385
5b409b39 13862011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1387
1388 * org.texi (Built-in table editor): Document the table field
1389 follow mode.
1390
5b409b39 13912011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1392
1393 * org.texi (Easy Templates): Document new template.
1394
5b409b39 13952011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1396
1397 * org.texi (Literal examples): Add a cross-reference from "Literal
1398 Examples" to "Easy Templates."
1399
5b409b39 14002011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1401
1402 * org.texi (The clock table): Add link to match syntax.
1403
5b409b39 14042011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1405
1406 * org.texi (Agenda commands): Document clock consistency checks.
1407
5b409b39 14082011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1409
1410 * org.texi (Built-in table editor): Document that \vert represents
1411 a vertical bar in a table field.
1412
5b409b39 14132011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1414
1415 * org.texi (Literal examples): Link from "Markup" > "Literate
1416 Examples" to "Working with Source Code".
1417
5b409b39 14182011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1419
1420 * org.texi (Agenda commands): Doc for function option to bulk
1421 action.
1422
5b409b39 14232011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1424
1425 * org.texi (Template expansion): Document new %<...> template
1426 escape.
1427
5b409b39 14282011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1429
1430 * org.texi (Selective export): Document exclusion of any tasks
1431 from export.
1432
5b409b39 14332011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1434
1435 * org.texi (Selective export): Document how to exclude DONE tasks
1436 from export.
1437 (Publishing options): Document the properties to be used to turn off
1438 export of DONE tasks.
1439
5b409b39 14402011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1441
1442 * org.texi (The date/time prompt): Document date range protection.
1443
5b409b39 14442011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1445
1446 * org.texi (padline): Documentation of the new padline header
1447 argument.
1448
5b409b39 14492011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1450
1451 * org.texi (var): Adding "[" to list of characters triggering
1452 elisp evaluation.
1453
5b409b39 14542011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1455
1456 * org.texi (var): Documentation of Emacs Lisp evaluation during
1457 variable assignment.
1458
5b409b39 14592011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1460
1461 * org.texi (colnames): Reference indexing into variables, and note
1462 that colnames are *not* removed before indexing occurs.
1463 (rownames): Reference indexing into variables, and note that
1464 rownames are *not* removed before indexing occurs.
1465
5b409b39 14662011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1467
1468 * org.texi (var): Clarification of indexing into tabular
1469 variables.
1470
5b409b39 14712011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1472
1473 * org.texi (results): Documentation of the `:results wrap' header
1474 argument.
1475
5b409b39 14762011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1477
bd7239f5 1478 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
1479 of the LaTeX export: the org file has to be properly structured.
1480
5b409b39 14812011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1482
1483 * org.texi (Dynamic blocks, Structure editing): Mention
1484 the function `org-narrow-to-block'.
1485
5b409b39 14862011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1487
1488 * org.texi (Languages): Updating list of code block supported
1489 languages.
1490
5b409b39 14912011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1492
1493 * org.texi (Special properties): CATEGORY is a special property,
1494 but it may also used in the drawer.
1495
5b409b39 14962011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1497
1498 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1499
5b409b39 15002011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1501
1502 * org.texi (Include files): Document :lines.
1503
5b409b39 15042011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1505
1506 * org.texi (comments): Documentation of the ":comments noweb" code
1507 block header argument.
1508
5b409b39 15092011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1510
1511 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1512 added extra whitespace around functions to be consistent with the
1513 rest of the section.
1514
5b409b39 15152011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1516
0b381c7e 1517 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
1518 #+call: line syntax.
1519 (Header arguments in function calls): Expanded discussion of
1520 #+call: line syntax.
1521
5b409b39 15222011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1523
1524 * org.texi (Evaluating code blocks): More explicit about how to
1525 pass variables to #+call lines.
1526
5b409b39 15272011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1528
1529 * org.texi (Results of evaluation): Link to the :results header
1530 argument list from the "Results of evaluation" section.
1531
5b409b39 15322011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1533
1534 * org.texi (Conflicts): Adding additional information about
1535 resolving org/yasnippet conflicts.
1536
5b409b39 15372011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1538
1539 * org.texi (Publishing options): Document style-include-scripts
1540 publishing project property.
1541
5b409b39 15422011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1543
1544 * org.texi (Sparse trees): Document the next-error /
1545 previous-error functionality.
1546
5b409b39 15472011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1548
1549 * org.texi (cache): Improved documentation of code block caches.
1550
5b409b39 15512011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1552
1553 * org.texi (Code block specific header arguments): Documentation
1554 of multi-line header arguments.
1555
5b409b39 15562011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1557
1558 * org.texi (Code evaluation security): Add example for using a
1559 function.
1560
5b409b39 15612011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1562
1563 * org.texi (Tables in LaTeX export): Documentation of new
1564 attr_latex options for tables.
1565
5b409b39
BG
15662011-08-03 Michael Albinus <michael.albinus@gmx.de>
1567
1568 * trampver.texi: Update release number.
1569
15702011-07-30 Michael Albinus <michael.albinus@gmx.de>
1571
1572 Sync with Tramp 2.2.2.
1573
1574 * trampver.texi: Update release number.
1575
064e2d08
LMI
15762011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1577
1578 * flymake.texi (Example -- Configuring a tool called via make):
1579 Use /dev/null instead of the Windows "nul" (bug#8715).
1580
b8151e9c
LMI
15812011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1582
1583 * widget.texi (Setting Up the Buffer): Remove mention of the
1584 global keymap parent, which doesn't seem to be accurate
1585 (bug#7045).
1586
5b409b39
BG
15872011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1588
1589 * org.texi (Special agenda views): Fix double quoting (bug#3509).
1590
c0a8ae95
KR
15912010-07-10 Kevin Ryde <user42@zip.com.au>
1592
1593 * cl.texi (For Clauses): Add destructuring example processing an
1594 alist (bug#6596).
1595
ac6531ad
LMI
15962011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1597
1598 * ediff.texi (Major Entry Points): Remove mention of `require',
1599 since that's not pertinent in the installed Emacs (bug#9016).
1600
d30dd079
G
16012011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1602
1603 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
1604 (Filtering New Groups): Clarify how simple the "options -n" format is.
1605 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1606 is internal.
d30dd079 1607
862c0d68
MA
16082011-07-04 Michael Albinus <michael.albinus@gmx.de>
1609
1610 * tramp.texi (Cleanup remote connections): Add
1611 `tramp-cleanup-this-connection'.
1612
cd865a33
G
16132011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1614
1615 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1616 zombies.
1617 (Checking New Groups): Ditto (bug#8974).
7d1738f1 1618 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
1619
16202011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1621
1622 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1623 backups, and not actual vc (bug#8975).
1624
79414ae4
KR
16252011-07-03 Kevin Ryde <user42@zip.com.au>
1626
1627 * cl.texi (For Clauses): @items for hash-values and key-bindings
1628 to make them more visible when skimming. Add examples of `using'
1629 clause to them, examples being clearer than a description in
1630 words (bug#6599).
1631
847ccf7c
AM
16322011-07-01 Alan Mackenzie <acm@muc.de>
1633
1634 * cc-mode.texi (Guessing the Style): New page.
1635 (Styles): Add a short introduction to above.
1636
3da13bb9
DD
16372011-06-28 Deniz Dogan <deniz@dogan.se>
1638
1639 * rcirc.texi (Configuration): Bug-fix:
1640 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1641 Reported by Elias Pipping <pipping@exherbo.org>.
1642
60a0884e
G
16432011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1644
1645 * gnus.texi (Summary Mail Commands): Document
1646 `gnus-summary-reply-to-list-with-original'.
1647
0c7efc08
SM
16482011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1649
1650 * eshell.texi (Known problems): Fix typo.
1651
ea3596a2
MA
16522011-06-12 Michael Albinus <michael.albinus@gmx.de>
1653
0c7efc08 1654 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1655 (Password handling): `auth-source-debug' is good for debug messages.
1656
2da9c605
G
16572011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1658
1659 * gnus.texi (Store custom flags and keywords): Refer to
1660 `gnus-registry-article-marks-to-{chars,names}' instead of
1661 `gnus-registry-user-format-function-{M,M2}'.
1662
e61923c8
GM
16632011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1664
1665 * texinfo.tex: Merge from gnulib.
1666
627abcdd
TZ
16672011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1668
1669 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1670 (Store custom flags and keywords):
1671 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1672 `gnus-registry-user-format-function-M2'.
1673
a3c92bc1
EZ
16742011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1675
8f906c40 1676 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1677
85d870a9
GM
16782011-05-17 Glenn Morris <rgm@gnu.org>
1679
1680 * gnus.texi (Face): Fix typo.
1681
2cdee799
GM
16822011-05-14 Glenn Morris <rgm@gnu.org>
1683
1684 * dired-x.texi (Omitting Examples): Minor addition.
1685
79b70037
GM
16862011-05-10 Jim Meyering <meyering@redhat.com>
1687
1688 * ede.texi: Fix typo "or or -> or".
1689
a7111a62 16902011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1691
1692 * gnus.texi (Summary Buffer Lines):
1693 gnus-summary-user-date-format-alist does not exist.
1694 (Sorting the Summary Buffer): More about sorting threads.
1695
69026aba
MA
16962011-04-25 Michael Albinus <michael.albinus@gmx.de>
1697
1698 * trampver.texi: Update release number.
1699
9024ff79
MA
17002011-04-14 Michael Albinus <michael.albinus@gmx.de>
1701
1702 * tramp.texi (Frequently Asked Questions): New item for disabling
1703 Tramp in other packages.
1704
c3c65d73
TZ
17052011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1706
1707 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1708 (Fancy splitting to parent, Store arbitrary data):
1709 Updated gnus-registry docs.
c3c65d73 1710
9ec6a317
JB
17112011-04-13 Juanma Barranquero <lekktu@gmail.com>
1712
1713 * ede.texi: Fix typos.
1714
1e3b6001
G
17152011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1716
9ec6a317
JB
1717 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1718 It's @table @code.
1e3b6001 1719
a5954fa5
G
17202011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1721
ed9265fc 1722 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 1723
d71990a1
JB
17242011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1725
1726 * calc.texi (Logarithmic Units): Update the function names.
1727
1518e4f0
G
17282011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1729
1730 * message.texi (Various Commands): Document format specs in the
1731 ellipsis.
1732
a123622d
G
17332011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1734
1735 * message.texi (Insertion Variables): Document message-cite-style.
1736
17372011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1738
1739 * tramp.texi (Remote processes): New subsection "Running shell on
1740 a remote host".
1741
4248cca2
TZ
17422011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1743
1744 * auth.texi (Help for developers): Update docs to explain that the
1745 :save-function will only run the first time.
1746
54ce11a1
GM
17472011-03-12 Glenn Morris <rgm@gnu.org>
1748
1749 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1750 (emacs-faq.text): New target.
1751 (clean): Add emacs-faq.
1752
0c3b25f8
MA
17532011-03-12 Michael Albinus <michael.albinus@gmx.de>
1754
1755 Sync with Tramp 2.2.1.
1756
1757 * trampver.texi: Update release number.
1758
b740639e
GM
17592011-03-11 Glenn Morris <rgm@gnu.org>
1760
1761 * Makefile.in (HTML_TARGETS): New.
1762 (clean): Delete $HTML_TARGETS.
1763 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1764
733afdf4
TZ
17652011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1766
1767 * auth.texi (Help for developers): Show example of using
1768 `auth-source-search' with prompts and :save-function.
1769
33383987
JB
17702011-03-07 Chong Yidong <cyd@stupidchicken.com>
1771
1772 * Version 23.3 released.
1773
a5057546
G
17742011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1775
1776 * message.texi (Message Buffers): Update default value of
1777 message-generate-new-buffers.
1778
479a2c9b
JB
17792011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1780
1781 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1782 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1783 respectively.
05a29101
JB
1784 (Musical Notes): New section.
1785 (Customizing Calc): Mention the customizable variable
1786 calc-note-threshold.
479a2c9b 1787
e0535b76
GM
17882011-03-03 Glenn Morris <rgm@gnu.org>
1789
1790 * url.texi (Dealing with HTTP documents): Remove reference to
1791 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1792 (Configuration): Update url-configuration-directory description.
e0535b76 1793
2777ccbf
GM
17942011-03-02 Glenn Morris <rgm@gnu.org>
1795
1796 * dired-x.texi (Multiple Dired Directories): Remove mentions
1797 of dired-default-directory-alist and dired-default-directory.
1798 Move dired-smart-shell-command here...
1799 (Miscellaneous Commands): ... from here.
1800
257219bd
PE
18012011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1802
1803 * texinfo.tex: Update to version 2011-02-24.09.
1804
8889f4e2
GM
18052011-03-02 Glenn Morris <rgm@gnu.org>
1806
1807 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1808 instead of the obsoleted dired-omit-here-always.
1809
5d41af19
MA
18102011-02-28 Michael Albinus <michael.albinus@gmx.de>
1811
1812 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1813 supported systems.
1814
2b0c7330 18152011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1816
61cf3a76
GM
1817 * dbus.texi (Type Conversion): Grammar fix.
1818
cce7d530 18192011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1820
cce7d530
GM
1821 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1822 "Debian GNU/Linux".
51a13bdd 1823
cce7d530
GM
1824 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1825
817b48a7
GM
18262011-02-23 Glenn Morris <rgm@gnu.org>
1827
cce7d530
GM
1828 * dired-x.texi (Features): Minor rephrasing.
1829 (Local Variables): Fix typos.
47301027
GM
1830
1831 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1832 Standardize some Emacs/XEmacs terminology.
1833
817b48a7
GM
1834 * dired-x.texi (Features): Don't advertise obsolete local variables.
1835 Simplify layout.
1836 (Omitting Variables): Update local variables example.
1837 (Local Variables): Say this is obsolete. Fix description of
1838 dired-enable-local-variables possible values.
1839
4a3988d5
G
18402011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1841
1842 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1843 default now.
1844
8e22bee0
G
18452011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1846
1847 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1848
06b840e0
LI
18492011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1850
1851 * gnus.texi (Window Layout): Document layout names.
1852
67ab0163 18532011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1854
1855 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1856 * auth.texi: Sync @dircategory with ../../info/dir.
1857 * autotype.texi: Sync @dircategory with ../../info/dir.
1858 * calc.texi: Sync @dircategory with ../../info/dir.
1859 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1860 * cl.texi: Sync @dircategory with ../../info/dir.
1861 * dbus.texi: Sync @dircategory with ../../info/dir.
1862 * dired-x.texi: Sync @dircategory with ../../info/dir.
1863 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1864 * ede.texi: Sync @dircategory with ../../info/dir.
1865 * ediff.texi: Sync @dircategory with ../../info/dir.
1866 * edt.texi: Sync @dircategory with ../../info/dir.
1867 * eieio.texi: Sync @dircategory with ../../info/dir.
1868 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1869 * epa.texi: Sync @dircategory with ../../info/dir.
1870 * erc.texi: Sync @dircategory with ../../info/dir.
1871 * eshell.texi: Sync @dircategory with ../../info/dir.
1872 * eudc.texi: Sync @dircategory with ../../info/dir.
1873 * flymake.texi: Sync @dircategory with ../../info/dir.
1874 * forms.texi: Sync @dircategory with ../../info/dir.
1875 * gnus.texi: Sync @dircategory with ../../info/dir.
1876 * idlwave.texi: Sync @dircategory with ../../info/dir.
1877 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1878 * message.texi: Sync @dircategory with ../../info/dir.
1879 * mh-e.texi: Sync @dircategory with ../../info/dir.
1880 * newsticker.texi: Sync @dircategory with ../../info/dir.
1881 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1882 * org.texi: Sync @dircategory with ../../info/dir.
1883 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1884 * pgg.texi: Sync @dircategory with ../../info/dir.
1885 * rcirc.texi: Sync @dircategory with ../../info/dir.
1886 * reftex.texi: Sync @dircategory with ../../info/dir.
1887 * remember.texi: Sync @dircategory with ../../info/dir.
1888 * sasl.texi: Sync @dircategory with ../../info/dir.
1889 * sc.texi: Sync @dircategory with ../../info/dir.
1890 * semantic.texi: Sync @dircategory with ../../info/dir.
1891 * ses.texi: Sync @dircategory with ../../info/dir.
1892 * sieve.texi: Sync @dircategory with ../../info/dir.
1893 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1894 * speedbar.texi: Sync @dircategory with ../../info/dir.
1895 * trampver.texi [emacs]: Set emacsname to "Emacs".
1896 * tramp.texi: Sync @dircategory with ../../info/dir.
1897 * url.texi: Sync @dircategory with ../../info/dir.
1898 * vip.texi: Sync @dircategory with ../../info/dir.
1899 * viper.texi: Sync @dircategory with ../../info/dir.
1900 * widget.texi: Sync @dircategory with ../../info/dir.
1901 * woman.texi: Sync @dircategory with ../../info/dir.
1902
30abce25
GM
19032011-02-19 Glenn Morris <rgm@gnu.org>
1904
0c7efc08
SM
1905 * dired-x.texi (Technical Details): No longer redefines
1906 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1907 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1908
f31f8469
GM
19092011-02-18 Glenn Morris <rgm@gnu.org>
1910
1911 * dired-x.texi (Optional Installation File At Point): Simplify.
1912
35123c04
TZ
19132011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1914
1915 * auth.texi (Help for users): Use :port instead of :protocol for all
1916 auth-source docs.
7ba93e94
G
1917 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1918 to have two files in `auth-sources'.
35123c04 1919
da5e0ce4
GM
19202011-02-16 Glenn Morris <rgm@gnu.org>
1921
b322c9af
GM
1922 * dired-x.texi: Use emacsver.texi to get Emacs version.
1923 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1924 Depend on emacsver.texi.
1925
07ca5555
GM
1926 * dired-x.texi: Drop meaningless version number.
1927 (Introduction): Remove old info.
1928 (Optional Installation Dired Jump): Autoload from dired-x.
1929 Remove incorrect info about loaddefs.el.
1930 (Bugs): Just refer to M-x report-emacs-bug.
1931
da5e0ce4
GM
1932 * dired-x.texi (Multiple Dired Directories): Update for rename of
1933 default-directory-alist.
1934 (Miscellaneous Commands): No longer mention very old VM version 4.
1935
bb55f713
PE
19362011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1937
1938 Merge from gnulib.
1939 * texinfo.tex: Update to version 2011-02-14.11.
1940
5415d076
G
19412011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1942
da5e0ce4
GM
1943 * auth.texi (Help for users):
1944 Login collection is "Login" and not "login".
5415d076 1945
14029d4b
MA
19462011-02-13 Michael Albinus <michael.albinus@gmx.de>
1947
1948 * tramp.texi (History): Remove IMAP support.
1949 (External methods, Frequently Asked Questions): Remove `imap' and
1950 `imaps' methods.
1951 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1952
1953 * trampver.texi: Remove default value of `emacsimap'.
1954
8a36c07f
GM
19552011-02-13 Glenn Morris <rgm@gnu.org>
1956
1957 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1958 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1959
165bc5a0
GM
19602011-02-12 Glenn Morris <rgm@gnu.org>
1961
1962 * sc.texi (Getting Connected): Remove old index entries.
1963
5415d076 19642011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
1965
1966 * url.texi: Remove duplicate @dircategory (Bug#7942).
1967
b8e0f0cd
G
19682011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
1969
8a36c07f
GM
1970 * auth.texi (Overview, Help for users, Help for developers):
1971 Update docs.
b8e0f0cd
G
1972 (Help for users): Talk about spaces.
1973
caf82551
PE
19742011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1975
1976 * texinfo.tex: Update to version 2011-02-07.16.
1977
1ff98217
MA
19782011-02-07 Michael Albinus <michael.albinus@gmx.de>
1979
1980 * dbus.texi (Bus names): Adapt descriptions for
1981 dbus-list-activatable-names and dbus-list-known-names.
1982
2e78df6b
JB
19832011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1984
1985 * calc.texi (Logarithmic Units): New section.
1986
7fbf7cae
TZ
19872011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
1988
1989 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1990 manuals use it now.
1991
0c7efc08 1992 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 1993
156ad271
KY
19942011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
1995
1996 * overrides.texi: Remove.
1997
1998 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
1999 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2000
36539990
MA
20012011-02-05 Michael Albinus <michael.albinus@gmx.de>
2002
2003 * tramp.texi (Frequently Asked Questions): Mention problems with
2004 WinSSHD.
2005
2006 * trampver.texi: Update release number.
2007
20082011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
2009
2010 * tramp.texi:
2011 Replace "delimet" with "delimit" globally.
2012 Replace "explicite" with "explicit" globally.
2013 Replace "instead of" with "instead" where there was nothing after "of".
2014 Audit use of comma before interrogative pronoun, "that", or "which".
2015 Minor word order, spelling, wording changes.
2016
ec72bf63
G
20172011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2018
2019 * overrides.texi: New file to set or clear WEBHACKDEVEL.
2020
2021 * sieve.texi: Use WEBHACKDEVEL.
2022
2023 * sasl.texi: Use WEBHACKDEVEL.
2024
2025 * pgg.texi: Use WEBHACKDEVEL.
2026
2027 * message.texi: Use WEBHACKDEVEL.
2028
2029 * gnus.texi: Use WEBHACKDEVEL.
2030
2031 * emacs-mime.texi: Use WEBHACKDEVEL.
2032
2033 * auth.texi: Use WEBHACKDEVEL.
2034
2035 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2036 manuals.
2037
20382011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2039
2040 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2041
90b750f4
PE
20422011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2043
2044 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2045 which in turn is copied from ftp://tug.org/tex/.
2046
0e751a49
GM
20472011-02-03 Glenn Morris <rgm@gnu.org>
2048
2049 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2050 (Binding combinations of modifiers and function keys):
2051 Let's assume people reading this are not using Emacs 18.
2052
7f13c2e2
LI
20532011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2054
2055 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2056 since it's run automatically.
2057
d76c843e
LI
20582011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2059
2060 * gnus.texi (Customizing Articles): Fix typo.
2061
12e3ca0a
LI
20622011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2063
2064 * gnus.texi (Customizing Articles): Document the new way of customizing
2065 the date headers(s).
2066
fe72c8fa
LI
20672011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2068
2069 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2070 splitting example.
2071
bf3dae7e
EZ
20722011-01-29 Eli Zaretskii <eliz@gnu.org>
2073
2074 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2075 (MAKEINFO_OPTS): New variable.
2076 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2077 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2078 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2079 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2080 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2081 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2082 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2083 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2084 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2085 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2086 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2087 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2088 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2089 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2090 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2091 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2092 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2093 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2094
d6f13ac8
LI
20952011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2096
2097 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2098
c5ecc769
G
20992011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2100
2101 * message.texi (IDNA): Explain what it is.
2102
21032011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2104
2105 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2106
45eb2a5d
WL
21072011-01-23 Werner Lemberg <wl@gnu.org>
2108
2109 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2110 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2111 (ENVADD): Update.
45eb2a5d 2112
6872a814
GM
21132011-01-18 Glenn Morris <rgm@gnu.org>
2114
2115 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2116
77ab81d0 21172011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2118
2119 * nxml-mode.texi (Introduction): Fix file name typos.
2120
d221e780
CO
21212011-01-13 Christian Ohler <ohler@gnu.org>
2122
2123 * ert.texi: New file.
2124
2125 * Makefile.in:
2126 * makefile.w32-in: Add ert.texi.
2127
8c904d82
MA
21282011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2129
2130 * dbus.texi (Receiving Method Calls): New function
2131 dbus-register-service. Rearrange node.
2132
f56e0e7a
PE
21332011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2134
2135 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2136 which in turn is copied from ftp://tug.org/tex/.
2137
0fadf00e
MA
21382011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2139
2140 * dbus.texi (Receiving Method Calls): Describe new optional
2141 parameter dont-register-service of dbus-register-{method,property}.
2142
8b358e90
DU
21432010-12-17 Daiki Ueno <ueno@unixuser.org>
2144
0c7efc08
SM
2145 * epa.texi (Encrypting/decrypting *.gpg files):
2146 Mention epa-file-select-keys.
8b358e90 2147
549c9aed
G
21482010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2149
2150 * gnus.texi (Archived Messages): Remove outdated text.
2151
21522010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2153
0c7efc08 2154 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 2155
156e3f9c
G
21562010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2157
83f3eadc 2158 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 2159
8151d490
AC
21602010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2161
2162 * gnus.texi (The swish++ Engine): Add customizable parameters
2163 descriptions.
2164 (The swish-e Engine): Ditto.
2165
305bdd22
MA
21662010-12-14 Michael Albinus <michael.albinus@gmx.de>
2167
2168 * tramp.texi (Inline methods): Add "ksu" method.
2169 (Remote processes): Add example with remote `default-directory'.
2170
53aff12a
GM
21712010-12-14 Glenn Morris <rgm@gnu.org>
2172
2173 * faq.texi (Expanding aliases when sending mail):
2174 Now build-mail-aliases is interactive.
2175
8a1cdce5
AC
21762010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2177
2178 * gnus.texi: First pass at adding (rough) nnir documentation.
2179
7410c270
G
21802010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2181
53aff12a
GM
2182 * gnus.texi (Filtering New Groups):
2183 Mention gnus-auto-subscribed-categories.
2184 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
2185 removed.
2186
f49d1f52 21872010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
2188
2189 * cl.texi (For Clauses): Small fixes for frames and windows.
2190
acedf35c
CD
21912010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2192
2193 * org.texi (Using capture): Document using prefix arguments for
2194 finalizing capture.
2195 (Agenda commands): Document prefix argument for the bulk scatter
2196 command.
2197 (Beamer class export): Document that also overlay arguments can be
2198 passed to the column environment.
2199 (Template elements): Document the new entry type.
2200
22012010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2202
2203 * org.texi (Include files): Document :minlevel.
2204
22052010-12-11 Julien Danjou <julien@danjou.info>
2206
2207 * org.texi (Categories): Document category icons.
2208
22092010-12-11 Eric Schulte <schulte.eric@gmail.com>
2210
2211 * org.texi (noweb): Fix typo.
2212
516aa569
G
22132010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2214
2215 * gnus.texi (Server Commands): Point to the rest of the server
2216 commands.
2217
04db63bc
G
22182010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2219
2220 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2221 g'.
2222
ed797193
G
22232010-12-02 Julien Danjou <julien@danjou.info>
2224
2225 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2226
22272010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2228
2229 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2230 (Direct Functions): Note the STARTTLS upgrade.
2231
07976ae3 22322010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 2233 James Clark <none@example.com>
d3dfb185
GM
2234
2235 * nxml-mode.texi (Introduction): New section.
2236
59e75882
G
22372010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2238
2239 * gnus.texi (Server Commands): Document gnus-server-show-server.
2240
568a887f
MA
22412010-11-20 Michael Albinus <michael.albinus@gmx.de>
2242
2243 Sync with Tramp 2.2.0.
2244
2245 * trampver.texi: Update release number.
2246
1265829e
JB
22472010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2248
2249 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2250 Mention that the TeX specific units won't use the `tex' prefix
2251 in TeX mode.
2252
239661c0
KY
22532010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2254
2255 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2256
4a47c275 22572010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
2258
2259 * edt.texi: Remove information about Emacs 19.
2260
4a47c275 22612010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
2262
2263 * trampver.texi: Update release number.
2264
2f0e0dc8
KY
22652010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2266
2267 * gnus.texi (Article Washing): Fix typo.
2268
afe98dfa
CD
22692010-11-11 Noorul Islam <noorul@noorul.com>
2270
56f5a94e 2271 * org.texi: Fix typo.
afe98dfa
CD
2272
22732010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2274
2275 * org.texi (Using capture): Explain that refiling is
2276 sensitive to cursor position.
2277
22782010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2279
56f5a94e 2280 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
2281
22822010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2283
2284 * org.texi: Document the <c> cookie.
2285
22862010-11-11 Eric Schulte <schulte.eric@gmail.com>
2287
bd7239f5 2288 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 2289 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
2290
22912010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2292
56f5a94e 2293 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
2294
22952010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2296
56f5a94e 2297 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
2298
22992010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2300
2301 * org.texi (Setting up the staging area): Document that
2302 file names remain visible when encrypting the MobileOrg files.
2303
23042010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2305
2306 * org.texi (Setting up the staging area): Document which
2307 versions are needed for encryption.
2308
23092010-11-11 Eric Schulte <schulte.eric@gmail.com>
2310
56f5a94e
GM
2311 * org.texi (noweb): Update :noweb documentation to
2312 reflect the new "tangle" argument.
afe98dfa
CD
2313
23142010-11-11 Eric Schulte <schulte.eric@gmail.com>
2315
56f5a94e
GM
2316 * org.texi (Batch execution): Improve tangling script in
2317 documentation.
afe98dfa
CD
2318
23192010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2320
2321 * org.texi (Handling links):
2322 (In-buffer settings): Document inlining images on startup.
2323
23242010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2325
2326 * org.texi (Setting up the staging area): Document use of
2327 crypt password.
2328
23292010-11-11 David Maus <dmaus@ictsoc.de>
2330
56f5a94e 2331 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
2332
23332010-11-11 David Maus <dmaus@ictsoc.de>
2334
56f5a94e
GM
2335 * org.texi (Template expansion): Add mew in table for link type
2336 escapes.
afe98dfa
CD
2337
23382010-11-11 David Maus <dmaus@ictsoc.de>
2339
56f5a94e 2340 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
2341
23422010-11-11 Eric Schulte <schulte.eric@gmail.com>
2343
56f5a94e 2344 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
2345
23462010-11-11 Eric Schulte <schulte.eric@gmail.com>
2347
56f5a94e 2348 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
2349
23502010-11-11 Eric Schulte <schulte.eric@gmail.com>
2351
56f5a94e
GM
2352 * org.texi (Structure of code blocks):
2353 Update documentation to mention inline code block syntax.
afe98dfa
CD
2354
23552010-11-11 Eric Schulte <schulte.eric@gmail.com>
2356
56f5a94e 2357 * org.texi (comments): Improve wording.
afe98dfa
CD
2358
23592010-11-11 Eric Schulte <schulte.eric@gmail.com>
2360
56f5a94e 2361 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
2362
23632010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2364
2365 * org.texi (Installation): Remove the special
2366 installation instructions for XEmacs.
2367
23682010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2369
56f5a94e 2370 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
2371 insertion of empty structural elements.
2372
23732010-11-11 Noorul Islam <noorul@noorul.com>
2374
56f5a94e 2375 * org.texi: Fix doc.
afe98dfa
CD
2376
23772010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2378
2379 * org.texi (The date/time prompt): Document specification
2380 of time ranges.
2381
23822010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2383
2384 * org.texi (Internal links): Document the changes in
2385 internal links.
2386
23872010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2388
2389 * org.texi (Agenda commands): Document the limitation for
2390 the filter preset - it can only be used for an entire agenda
2391 view, not in an individual block in a block agenda.
2392
23932010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2394
2395 * org.texi (iCalendar export): Document alarm creation.
2396
6f8fc60c
MA
23972010-11-10 Michael Albinus <michael.albinus@gmx.de>
2398
2399 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2400
be3c11b3
LMI
24012010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2402
2403 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2404
d607b96b 24052010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 2406
d607b96b 2407 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 2408
181cb5fb
G
24092010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2410
2411 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2412 since that works by default.
2413
24142010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2415
2416 * gnus.texi (Customizing the IMAP Connection): Document
2417 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2418
36bc5d3b
MA
24192010-11-04 Michael Albinus <michael.albinus@gmx.de>
2420
2421 * tramp.texi (Remote shell setup): New item "Interactive shell
2422 prompt". Reported by Christian Millour <cm@abtela.com>.
2423 (Remote shell setup, Remote processes): Use @code{} for
2424 environment variables.
2425
cf503f7c
GM
24262010-11-03 Glenn Morris <rgm@gnu.org>
2427
537b04b9 2428 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 2429 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 2430
389b76fa
G
24312010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2432
2433 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2434
2699a554 24352010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
2436
2437 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2438
2699a554 24392010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
2440
2441 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2442
99e65b2d
G
24432010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2444
0c7efc08
SM
2445 * gnus.texi (Client-Side IMAP Splitting):
2446 Mention nnimap-unsplittable-articles.
99e65b2d
G
2447
24482010-10-29 Julien Danjou <julien@danjou.info>
2449
2450 * gnus.texi (Finding the News): Remove references to obsoletes
2451 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2452
aeeb3dcb
EZ
24532010-10-29 Eli Zaretskii <eliz@gnu.org>
2454
2455 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2456 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2457 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2458 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2459
8289f37b
GM
24602010-10-28 Glenn Morris <rgm@gnu.org>
2461
2462 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2463 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2464 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2465
d85d3b3a
DU
24662010-10-25 Daiki Ueno <ueno@unixuser.org>
2467
2468 * epa.texi (Mail-mode integration): Add alternative key bindings
2469 for epa-mail commands; escape comma.
c05c2b9b 2470 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 2471
9f534a47
JB
24722010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
2473
99e65b2d 2474 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 2475
5793a7bc 24762010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
2477
2478 * gnus.texi (Group Parameters, Buttons): Fix typos.
2479
280f417b
G
24802010-10-22 Tassilo Horn <tassilo@member.fsf.org>
2481
2482 * gnus.texi (Subscription Commands): Mention that you can also
2483 subscribe to new groups via the Server buffer, which is probably more
2484 convenient when subscribing to many groups.
2485
d806c872
G
24862010-10-21 Julien Danjou <julien@danjou.info>
2487
2488 * message.texi (Message Headers): Allow message-default-headers to be a
2489 function.
2490
d5798f68
LMI
24912010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2492
2493 * gnus-news.texi: Mention new archive defaults.
2494
b79bbef7
KY
24952010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2496
2497 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2498
2526f423
G
24992010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2500
2501 * gnus.texi (HTML): Document the function value of
2502 gnus-blocked-images.
2503 (Article Washing): shr and gnus-w3m, not the direct function names.
2504
ba91f05d
G
25052010-10-20 Julien Danjou <julien@danjou.info>
2506
2507 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2508 variable.
2509
da451787
LMI
25102010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2511
2512 * gnus.texi (Customizing the IMAP Connection): The port strings are
2513 strings.
c872595d 2514 (Document Groups): Mention git.
da451787 2515
7cad71ad
G
25162010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2517
2518 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2519 bzr/Gnus git sync.
2520
c56dfd36
EZ
25212010-10-15 Eli Zaretskii <eliz@gnu.org>
2522
2523 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2524 change.
2525
a1d16a7b
G
25262010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2527
2528 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2529 @item syntax for in-Emacs makeinfo.
2530
25312010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2532
2533 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2534 trim sentence.
2535
98e2b864
DU
25362010-10-12 Daiki Ueno <ueno@unixuser.org>
2537
2538 * epa.texi (Caching Passphrases):
0c7efc08
SM
2539 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2540 Clarify some configurations require to set up gpg-agent.
98e2b864 2541
c12e4a81
GM
25422010-10-11 Glenn Morris <rgm@gnu.org>
2543
2544 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2545
f7aa248a
G
25462010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2547
2548 * gnus.texi (Spam Package Introduction): Mention `$'.
2549
6513b232
EZ
25502010-10-09 Eli Zaretskii <eliz@gnu.org>
2551
2552 * makefile.w32-in (emacsdir): New variable.
2553 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2554 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2555
abd40fb4
GM
25562010-10-09 Glenn Morris <rgm@gnu.org>
2557
0f05450f
GM
2558 * Makefile.in (mostlyclean): Delete *.toc.
2559
d3a4ac46
GM
2560 * Makefile.in: Use $< in rules.
2561
aa9db089
GM
2562 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2563
abd40fb4
GM
2564 * Makefile.in ($(infodir)): Delete rule.
2565 (mkinfodir): New. Use it in all the info rules, rather than depending
2566 on infodir.
2567
ea274122
GM
25682010-10-09 Glenn Morris <rgm@gnu.org>
2569
6e90e2a8
GM
2570 * gnus.texi (Article Washing): Fix previous change.
2571
f7a31f11
GM
2572 * Makefile.in (emacsdir): New variable.
2573 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
2574 Depend on emacsver.texi.
2575
f7a31f11
GM
2576 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2577
ea274122
GM
2578 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2579
36d3245f
G
25802010-10-08 Julien Danjou <julien@danjou.info>
2581
f7a31f11 2582 * gnus.texi: Add mm-shr.
36d3245f
G
2583
25842010-10-08 Ludovic Courtès <ludo@gnu.org>
2585
2586 * gnus.texi (Finding the Parent, The Gnus Registry)
2587 (Registry Article Refer Method): Update docs for nnregistry.el.
2588
25892010-10-08 Daiki Ueno <ueno@unixuser.org>
2590
2591 * auth.texi (Help for users)
2592 (GnuPG and EasyPG Assistant Configuration): Update docs.
2593
12359245
GM
25942010-10-08 Glenn Morris <rgm@gnu.org>
2595
2596 * cl.texi (Organization, Installation, Old CL Compatibility):
2597 Deprecate cl-compat for new code.
4628bef1 2598 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
2599
2600 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2601
fcf2d385
KY
26022010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2603
2604 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2605
66627fa9
G
26062010-10-06 Julien Danjou <julien@danjou.info>
2607
fd9ba500
JD
2608 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2609
66627fa9
G
2610 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2611 broken link.
2612
2613 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2614
2615 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2616 to ReiserFS.
2617
2618 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2619 (FAQ 7-1): Fix getmail URL.
2620
65f54520
DU
26212010-10-06 Daiki Ueno <ueno@unixuser.org>
2622
2623 * epa.texi (Caching Passphrases): New section.
2624
4c83f6e1
GM
26252010-10-06 Glenn Morris <rgm@gnu.org>
2626
2627 * Makefile.in (SHELL): Set it.
2628 (info): Move the mkdir dependency to the individual info files.
2629 (mostlyclean): Tidy up.
2630 (clean): Only delete the specific dvi and pdf files.
2631 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 2632 ($(infodir)): Add parallel build workaround.
4c83f6e1 2633
71e691a5
G
26342010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2635
2636 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2637
a41c2e6d
G
26382010-10-03 Julien Danjou <julien@danjou.info>
2639
0c7efc08
SM
2640 * emacs-mime.texi (Display Customization):
2641 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
2642 mm-inline-large-images-proportion.
2643
37255945
MA
26442010-10-03 Michael Albinus <michael.albinus@gmx.de>
2645
0c7efc08
SM
2646 * tramp.texi (Frequently Asked Questions):
2647 Mention remote-file-name-inhibit-cache.
37255945 2648
11e4e7bd
LMI
26492010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2650
2651 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2652 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2653
cb83220a
KY
26542010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2655
0c7efc08
SM
2656 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2657 (Article Hiding): Add google banner example.
2658 Suggested by Benjamin Xu.
cb83220a 2659
6b958814
G
26602010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2661
0c7efc08
SM
2662 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2663 Remove nnimap-split-rule from examples.
6b958814
G
2664
26652010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2666
2667 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2668 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2669 Fishman.
2670 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2671
26722010-09-30 Julien Danjou <julien@danjou.info>
2673
2674 * gnus.texi (Gravatars): Fix documentation about
2675 gnu-gravatar-properties.
2676
b9476c04
DU
26772010-09-29 Daiki Ueno <ueno@unixuser.org>
2678
2679 * epa.texi (Bug Reports): New section.
2680
5f874327
GM
26812010-09-29 Glenn Morris <rgm@gnu.org>
2682
2683 * Makefile.in (top_srcdir): Remove unused variable.
2684
6b958814
G
26852010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2686
2687 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2688 (Client-Side IMAP Splitting): Document 'default.
2689
26902010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2691
0c7efc08
SM
2692 * gnus.texi (Customizing the IMAP Connection):
2693 Document nnimap-fetch-partial-articles.
6b958814 2694
82bccbfa
KY
26952010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2696
2697 * gnus-news.texi: Mention nnimap-inbox.
2698
2699 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2700
27012010-09-26 Julien Danjou <julien@danjou.info>
2702
47e08896 2703 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2704
27052010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2706
2707 * gnus.texi (Security): Remove gpg.el mention.
2708
27092010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2710
2711 * gnus.texi (Browse Foreign Server): New variable
2712 gnus-browse-subscribe-newsgroup-method.
2713
2714 * gnus-news.texi: Mention it.
2715
27162010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2717
0c7efc08 2718 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2719 (Startup Variables): No jingle.
2720
4c964351
UM
27212010-09-25 Ulrich Mueller <ulm@gentoo.org>
2722
2723 * woman.texi (Interface Options): xz compression is now supported.
2724
82bccbfa
KY
27252010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2726
2727 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2728 (Unavailable Servers): Document gnus-server-copy-server.
2729 (Using IMAP): Document the new nnimap.
2730
27312010-09-25 Julien Danjou <julien@danjou.info>
2732
47e08896 2733 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2734
18778f71
GM
27352010-09-24 Glenn Morris <rgm@gnu.org>
2736
2737 * url.texi (Disk Caching): Tweak previous change.
2738
9c766321
JD
27392010-09-24 Julien Danjou <julien@danjou.info>
2740
2741 * url.texi (Disk Caching): Mention url-cache-expire-time,
2742 url-cache-expired, and url-fetch-from-cache.
2743
82bccbfa
KY
27442010-09-24 Julien Danjou <julien@danjou.info>
2745
2746 * gnus.texi: Add Gravatars.
2747
27482010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2749
2750 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2751
592bdb9a
LMI
27522010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2753
2754 * gnus.texi (Expunging mailboxes): Update name of the expunging
2755 command.
2756
e4e22d29
KY
27572010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2758
2759 * emacs-mime.texi (rfc2047): Update description for
2760 rfc2047-encode-parameter.
2761
371d9801
MA
27622010-09-13 Michael Albinus <michael.albinus@gmx.de>
2763
2764 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2765 "fish" methods.
2766 (External methods): Remove "scp1_old" and "scp2_old" methods.
2767
31ae5827
MA
27682010-09-09 Michael Albinus <michael.albinus@gmx.de>
2769
2770 * tramp.texi: Remove Japanese manual. Fix typo.
2771
2772 * trampver.texi: Update release number. Remove japanesemanual.
2773
c0468714
GM
27742010-09-09 Glenn Morris <rgm@gnu.org>
2775
2776 * org.texi: Restore clobbered changes (copyright years, untabify).
2777
86441999
JD
27782010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2779
2780 * gnus.texi (Adaptive Scoring): Fix typo.
2781
25f28806
LMI
27822010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2783
2784 * gnus.texi (Article Display): Document gnus-html-show-images.
2785
45240125 27862010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2787
45240125
JD
2788 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2789
59d09f15
LMI
27902010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2791
2792 * gnus.texi (HTML): Document gnus-max-image-proportion.
2793
2cdd366f
KY
27942010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2795
51dee5ef
KY
2796 * gnus.texi (HTML): Document gnus-blocked-images.
2797
2cdd366f
KY
2798 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2799
b0e4f3fc
KY
28002010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2801
2802 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2803 the first message are used for wide replies.
f02566ce
KY
2804 (Changing Servers): Remove documentation on gnus-change-server and
2805 friends, since it's been removed.
b0e4f3fc 2806
598451ed
KY
28072010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2808
2809 * gnus.texi (Drafts): Mention B DEL.
2810
e7842e69
KY
28112010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2812
2813 * gnus.texi (Delayed Articles): Mention that the Date header is the
2814 original one, even if you delay.
2815
85115796
KY
28162010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2817
0c7efc08
SM
2818 * gnus.texi (Asynchronous Fetching):
2819 Document gnus-async-post-fetch-function.
85115796
KY
2820 (HTML): Made into its own section.
2821
f0b44bc0
MA
28222010-08-26 Michael Albinus <michael.albinus@gmx.de>
2823
2824 Sync with Tramp 2.1.19.
2825
217876c9 2826 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2827 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2828 Remove remark about doubled "-t" argument.
217876c9
MA
2829 (Auto-save and Backup): Remove reference to Emacs 21.
2830 (Filename Syntax): Describe port numbers.
2831 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2832 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2833 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2834 errors with the backquotes.
2835 (External packages): File attributes cache flushing for asynchronous
2836 processes.
2837 (Traces and Profiles): Describe verbose level 9.
2838
f0b44bc0
MA
2839 * trampver.texi: Update release number.
2840
7457f7b6
MA
28412010-08-23 Michael Albinus <michael.albinus@gmx.de>
2842
2843 * dbus.texi (Alternative Buses): New chapter.
2844
b695beda
SM
28452010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2846
2847 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2848
443c2c03
JB
28492010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2850
2851 * calc.texi (Customizing Calc): Rearrange description of new
2852 variables to match the presentation of other variables.
2853
7815fe19 28542010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2855
2856 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2857
2c695727
JB
28582010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2859
2860 * calc.texi (Making Selections, Selecting Subformulas)
2861 (Customizing Calc): Mention how to use faces to emphasize selected
2862 sub-formulas.
2863
bbb6ffa1
MA
28642010-08-05 Michael Albinus <michael.albinus@gmx.de>
2865
2866 * tramp.texi (External packages): File attributes cache flushing
2867 for asynchronous processes.
2868
5cee0a9c
AM
28692010-08-01 Alan Mackenzie <acm@muc.de>
2870
2871 Enhance the manual for the latest Java Mode.
2872
2873 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2874 annotation-var-cont.
2875 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2876 two new symbols.
2877
3f2afe32
MA
28782010-07-28 Michael Albinus <michael.albinus@gmx.de>
2879
2880 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2881
0ed082fe 28822010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2883
2884 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2885
311f0356
JB
28862010-07-19 Juanma Barranquero <lekktu@gmail.com>
2887
2888 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2889
86fbb8ca
CD
28902010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2891
2892 * org.texi: Add macros to get plain quotes in PDF output.
2893 List additional contributors.
2894 (Capture): New section, replaces the section about remember.
2895 (Working With Source Code): New chapter, focused on documenting Org
2896 Babel.
2897 (Code evaluation security): New section.
2898 (MobileOrg): Document DropBox support.
2899 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2900 (Special symbols): Show how to display UTF8 characters for entities.
2901 (Global TODO list): Clarify the use of the "M" key and the differences
2902 to the "m" key.
2903 (RSS Feeds): Mention Atom feeds as well.
2904 (Setting tags): Remove paragraph about
2905 `org-complete-tags-always-offer-all-agenda-tags'.
2906
5732e8ed
MA
29072010-07-17 Michael Albinus <michael.albinus@gmx.de>
2908
2909 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2910 argument.
2911 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2912 echoing shells.
2913
ca1bb391
MA
29142010-07-10 Michael Albinus <michael.albinus@gmx.de>
2915
2916 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2917 (Filename Syntax): Describe port numbers.
2918
5bd55c3c
MA
29192010-07-09 Michael Albinus <michael.albinus@gmx.de>
2920
2921 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2922 forgotten.
2923 (Type Conversion): Precise conversion of natural numbers.
2924 (Errors and Events): Add "debugging" to concept index. Add variable
2925 `dbus-debug'.
2926
820ae8fe
MA
29272010-07-04 Michael Albinus <michael.albinus@gmx.de>
2928
2929 * dbus.texi (Receiving Method Calls): Add optional argument
2930 EMITS-SIGNAL to `dbus-register-property'.
2931
b6f9df0f
JB
29322010-06-27 Alex Schroeder <alex@gnu.org>
2933
2934 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2935
62e034c2
GM
29362010-06-24 Glenn Morris <rgm@gnu.org>
2937
2938 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2939 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2940 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2941 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2942 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2943 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2944 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2945 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2946 convention. Make them end with a period.
2947
9360256a
GM
29482010-06-23 Glenn Morris <rgm@gnu.org>
2949
2950 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
2951 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2952 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2953 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2954 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2955 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 2956
04d3bb6c
GM
29572010-06-10 Glenn Morris <rgm@gnu.org>
2958
2959 * idlwave.texi (Load-Path Shadows):
2960 * org.texi (Handling links): Fix typos.
2961
5e7d4a75
KY
29622010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
2963
2964 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2965
9841cb4f
MA
29662010-05-26 Michael Albinus <michael.albinus@gmx.de>
2967
2968 * eshell.texi (Built-ins): Describe, how to disable a built-in command
2969 by an alias. (Bug#6226)
2970
597517ef
JB
29712010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2972
2973 * calc.texi (Manipulating Vectors): Mention that vectors can
2974 be used to determine bins for `calc-histogram'.
2975
14914c43
JB
29762010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2977
597517ef 2978 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 2979
0235128c 29802010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2981
2982 * url.texi (HTTP language/coding, Customization):
2983 * message.texi (Header Commands, Responses):
2984 * cl.texi (Argument Lists): Fix typos.
2985
0235128c 29862010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 2987
0235128c
SM
2988 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2989 Note that Development menu is always available.
aa5789b5
CY
2990 (Creating a project): Fix terminology.
2991 (Add/Remove files): Fix typo.
2992
0235128c
SM
29932010-05-07 Chong Yidong <cyd@stupidchicken.com>
2994
2995 * Version 23.2 released.
2996
a628ad9d 29972010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
2998
2999 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3000
502269d6
MA
30012010-05-01 Michael Albinus <michael.albinus@gmx.de>
3002
0235128c
SM
3003 * tramp.texi (Inline methods, Default Method):
3004 Mention `tramp-inline-compress-start-size'.
502269d6 3005
6e104790 30062010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
3007
3008 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3009 the CVS repo. Put the Git repo in the news section.
3010
6e104790 3011 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
3012 Removed some mentions of CVS. Mention the new Git repo.
3013
6e104790 30142010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
3015
3016 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
3017 (Mail Group Commands): Add index entry.
3018
6e104790 30192010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
3020
3021 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3022
f8b91752
JB
30232010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3024
3025 * calc.texi (Radix modes): Mention that the option prefix will
3026 turn on twos-complement mode.
3027 (Inverse and Hyperbolic Flags): Mention the Option flag.
3028
ed21c5c8
CD
30292010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3030
3031 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 3032 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
3033 (Sectioning structure): Update.
3034 (References): New use case for field coordinates.
6e104790 3035 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
3036 (Setting up the staging area): Document the availability of
3037 encryption for MobileOrg.
3038 (Images and tables): Document how to reference labels.
3039 (Index entries): New section.
3040 (Generating an index): New section.
3041 (Column width and alignment): Document that <N> now
3042 means a fixed width, not a maximum width.
3043 (Publishing options): Document the :email option.
3044 (Beamer class export): Fix bug in the BEAMER example.
3045 (Refiling notes): Document refile logging.
3046 (In-buffer settings): Document refile logging keywords.
3047 (Drawers): Document `C-c C-z' command.
3048 (Agenda commands): Mention the alternative key `C-c C-z'.
3049 (Special properties): Document the BLOCKED property.
3050 (The spreadsheet): Mention the formula editor.
3051 (References): Document field coordinates.
3052 (Publishing action): Correct the documentation for the
3053 publishing function.
3054 (The date/time prompt): Document that we accept dates
3055 like month/day/year.
3056 (Cooperation): Document the changes in table.el support.
3057 (Faces for TODO keywords, Faces for TODO keywords)
3058 (Priorities): Document the easy colors.
3059 (Visibility cycling): Document the new double prefix
3060 arg for `org-reveal'.
3061 (Cooperation): Remember.el is part of Emacs.
3062 (Clean view): Mention that `wrap-prefix' is also set by
3063 org-indent-mode.
3064 (Agenda commands): Add information about prefix args to
3065 scheduling and deadline commands.
3066 (Search view): Point to the docstring of
3067 `org-search-view' for more details.
6e104790 3068 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3069 (Setting tags): Document variable
3070 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3071 (Column attributes): Cross-reference special properties.
ed21c5c8 3072
456b348e
MA
30732010-04-10 Michael Albinus <michael.albinus@gmx.de>
3074
3075 Synchronize with Tramp repository.
3076
3077 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3078 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3079 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3080 syntax, texi2dvi reports errors with the backquotes.
3081
3082 * trampver.texi: Update release number.
3083
357e2d8e
KY
30842010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3085
3086 * gnus.texi (Finding the News): Add pointers to the Server buffer
3087 because it's essential.
3088
1d4d7664
KY
30892010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3090
3091 * gnus.texi (MIME Commands): Update description of
3092 gnus-article-browse-html-article.
3093
bd3e840f
KY
30942010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3095
3096 * auth.texi (Secret Service API): Add TODO node.
3097 (Help for users): Explain the new source options for `auth-sources'.
3098
e867cb5d 30992010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3100
3101 * trampver.texi: Update release number.
3102
288f9fc0
CY
31032010-03-10 Chong Yidong <cyd@stupidchicken.com>
3104
3105 * Branch for 23.2.
3106
d99aaebd
CY
31072010-03-03 Chong Yidong <cyd@stupidchicken.com>
3108
3109 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3110 now enabled by default.
3111
5794c2a5
MA
31122010-02-28 Michael Albinus <michael.albinus@gmx.de>
3113
3114 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3115 when Emacs runs in interactive mode. (Bug#5645)
3116
40572be6
GM
31172010-02-16 Glenn Morris <rgm@gnu.org>
3118
3119 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3120
7bb8ed67
MH
31212010-02-05 Mark A. Hershberger <mah@everybody.org>
3122
3123 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3124
45a1423d 31252010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3126
3127 * gnus.texi (Score File Format): Fix typo.
3128
45a1423d 31292010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3130
3131 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3132
14f17fc8
JB
31332010-01-18 Juanma Barranquero <lekktu@gmail.com>
3134
3135 * ada-mode.texi (Project File Overview): Fix typo.
3136
607d4369
CY
31372010-01-17 Chong Yidong <cyd@stupidchicken.com>
3138
3139 * semantic.texi: Add Richard Y. Kim credit.
3140
3141 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3142
3d1bfa99
MA
31432010-01-17 Michael Albinus <michael.albinus@gmx.de>
3144
3145 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 3146 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 3147
6fbf7a75
GM
31482010-01-17 Glenn Morris <rgm@gnu.org>
3149
b9f978f0
GM
3150 * calc.texi (Reporting Bugs): Don't mention format of repository.
3151
f19bc38d
GM
3152 * woman.texi (Bugs): Make "Emacs repository" less specific,
3153 and the URL for same more specific.
3154
6fbf7a75
GM
3155 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3156
16c3428a
JB
31572010-01-17 Juanma Barranquero <lekktu@gmail.com>
3158
3159 * ede.texi (ede-step-project, ede-proj-target):
3160 * tramp.texi (Remote processes): Fix typos.
3161
045b9da7
ML
31622010-01-16 Mario Lang <mlang@delysid.org>
3163
3164 * ede.texi (ede-target):
3165 * org.texi (Refiling notes): Remove duplicated words.
3166
c57008f6
SM
31672010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3168
3169 * gnus.texi (Posting Styles): Use with-current-buffer.
3170 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3171
798c9eb5
KR
31722010-01-02 Kevin Ryde <user42@zip.com.au>
3173
3174 * eieio.texi (Naming Conventions): Correction to xref on elisp
3175 coding conventions, is "Tips" node not "Standards".
3176
4970fbfe
CY
31772009-12-24 Chong Yidong <cyd@stupidchicken.com>
3178
3179 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3180
3181 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3182
83828b06
KY
31832009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3184
3185 * gnus.texi (Direct Functions): Add missing port number to tls method.
3186
45a4a565
JB
31872009-12-15 Juanma Barranquero <lekktu@gmail.com>
3188
3189 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3190 ($(infodir)/edt, edt.dvi): New targets.
3191
698bfef7
GM
31922009-12-15 Glenn Morris <rgm@gnu.org>
3193
3194 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3195 (edt, $(infodir)/edt, edt.dvi): New targets.
3196 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3197
3198 * Makefile.in (PDF_TARGETS, pdf): New.
3199 (clean): Add *.pdf.
3200 Add pdf rules for all manuals.
3201
0e983327
JB
32022009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3203
3204 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3205
8e687433
CY
32062009-12-14 Chong Yidong <cyd@stupidchicken.com>
3207
3208 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3209 (Smart Jump, Analyzer Debug): Copyedits.
3210 (Semantic mode user commands): Link to new nodes.
3211 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3212 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3213 upstream Semantic manual.
3214
3215 * semantic.texi (Introduction): Minor fix to diagram.
3216
020335df
MA
32172009-12-09 Michael Albinus <michael.albinus@gmx.de>
3218
3219 * eshell.texi (History): Add the other built-in variables.
3220 (Built-ins): Explain built-ins, and how to apply the external commands.
3221 Add `history', `su' and `sudo'.
3222
3223 * tramp.texi (Remote processes): Add missing <RET> in the example.
3224
6ddf13e4
BW
32252009-12-01 Bill Wohler <wohler@newt.com>
3226
3227 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 3228 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
3229 excessively garrulous.
3230
07b6428c
MA
32312009-11-29 Michael Albinus <michael.albinus@gmx.de>
3232
3233 * tramp.texi (Remote processes): Improve eshell example with "su"
3234 and "sudo" commands.
3235
fd1cefda
CY
32362009-11-28 Chong Yidong <cyd@stupidchicken.com>
3237
3238 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3239
3240 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3241 Document semantic-complete-analyze-inline.
3242 (Semanticdb search debugging commands): Minor clarification.
3243 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 3244 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 3245 manual.
9d542758 3246 (Semantic mode): Link to Idle Scheduler.
fd1cefda 3247
159e3ad5
KR
32482009-11-28 Kevin Ryde <user42@zip.com.au>
3249
3250 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 3251 @pxref, now EIEIO is in Emacs.
159e3ad5 3252
c6d47315
KR
3253 * erc.texi (Development): Correction to git tutorial url.
3254
16f6287e
GM
32552009-11-26 Glenn Morris <rgm@gnu.org>
3256
3257 * faq.texi (Latest version of Emacs): Mention stability of development
3258 version.
3259 (Problems with very large files): Max buffer size increase in 23.2.
3260 (VM): VM has moved house again.
3261
5ea5dbc9
JB
32622009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3263
3264 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3265 notations.
3266
5dec9555
CD
32672009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3268
45a4a565 3269 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 3270
bd6f6833
CY
32712009-11-20 Chong Yidong <cyd@stupidchicken.com>
3272
3273 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
3274 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3275 (Idle Completions Mode): Numerous copyedits.
bd6f6833 3276
be479117
JB
32772009-11-17 Juanma Barranquero <lekktu@gmail.com>
3278
3279 * semantic.texi (Semantic Internals, Glossary):
3280 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3281 (Semanticdb search debugging commands): Fix typos.
3282
17291a1f
JB
32832009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3284
be479117 3285 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 3286
af42a9cc
JB
32872009-11-16 Juanma Barranquero <lekktu@gmail.com>
3288
3289 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3290 ($(infodir)/semantic, semantic.dvi): New targets.
3291
3149927d
CY
32922009-11-16 Chong Yidong <cyd@stupidchicken.com>
3293
3294 * Makefile.in: Build the Semantic manual.
3295
3296 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3297 repository.
3298
977640ed
MA
32992009-11-16 Michael Albinus <michael.albinus@gmx.de>
3300
3301 * dbus.texi (Receiving Method Calls): New defun
3302 `dbus-unregister-service'.
3303
17673adf
CD
33042009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3305
3306 * org.texi (Speed keys): New section.
3307
0ecd3c90
MA
33082009-11-13 Michael Albinus <michael.albinus@gmx.de>
3309
3310 * dbus.texi (Type Conversion): Fix typo.
3311 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3312 `dbus-registered-objects-table'.
0c7efc08
SM
3313 (Receiving Method Calls): New defun `dbus-register-property'.
3314 Move `dbus-unregister-object' here.
0ecd3c90 3315
8bfe682a
CD
33162009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3317
3318 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3319
33202009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3321
3322 * org.texi (Column attributes): Add the new age summary operators.
3323 Also, mention the fact you can only use one summary operator per
3324 property.
3325
33262009-11-13 John Wiegley <johnw@newartisans.com>
3327
0c7efc08 3328 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 3329 manual about how to track habits.
0c7efc08 3330 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
3331 dangling clocks are resolved.
3332
33332009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3334
3335 * org.texi (Agenda commands): Document the new `i' command.
3336 (Inserting deadline/schedule): Document logging changes
3337 of scheduling and deadline times stamps.
3338 (In-buffer settings): Document the in-buffer keywords for logging
3339 changes of scheduling and deadline times stamps.
3340 (Structure editing, Plain lists): Document indentation
3341 cycling in empty entries with TAB.
3342 (Archiving): Document the default archiving command.
3343 (Moving subtrees): Document the new keys for archiving.
3344 (Internal archiving): Fix incorrect key.
3345 (Agenda commands): Document the TODO set switching commands.
3346 (Agenda commands): Document the new archiving keys.
3347 (Clocking work time): Better description on how to save
3348 and restore a clock.
3349 (Resolving idle time): Mention the x11idle program to get true
3350 idleness also under X11.
3351 (Resolving idle time): Use @kbd instead of @key for normal
3352 letters, because this is how he rest of the manual does this.
3353 (Pushing to MobileOrg): Mention that `org-directory'
3354 should be set.
3355 (Agenda commands): Document that SPC is a filter for
3356 any tag.
0c7efc08 3357 (Search view): Rename from "Keyword search".
8bfe682a
CD
3358 (Capure): New chapter.
3359 (Markup): New chapter.
0c7efc08
SM
3360 (Links in HTML export, Images in HTML export):
3361 Extend the section titles.
8bfe682a
CD
3362 (Images in HTML export): Document the align option.
3363 (Text areas in HTML export): Extend the section title.
3364 (Images in LaTeX export): Explain image placement in LaTeX.
3365
693737cd
GM
33662009-11-10 Glenn Morris <rgm@gnu.org>
3367
3368 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3369
c7bd4ebe
MA
33702009-11-08 Michael Albinus <michael.albinus@gmx.de>
3371
3372 * tramp.texi (Auto-save and Backup): Disable backups just for a
3373 method.
3374
3375 * trampver.texi: Update release number.
3376
76c5acad
MA
33772009-11-07 Michael Albinus <michael.albinus@gmx.de>
3378
3379 Sync with Tramp 2.1.17.
3380
3381 * trampver.texi: Update release number.
3382
d9a57abf
GM
33832009-10-29 Glenn Morris <rgm@gnu.org>
3384
3385 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3386
637f4f0f
MA
33872009-10-23 Michael Albinus <michael.albinus@gmx.de>
3388
3389 * tramp.texi (External methods): Temporary files are kept for
3390 `rsync' and `rsyncc' methods.
3391
310dbb05
JB
33922009-10-09 Juanma Barranquero <lekktu@gmail.com>
3393
3394 * eieio.texi: Fix typos.
3395
09094f28
CY
33962009-10-07 Chong Yidong <cyd@stupidchicken.com>
3397
3398 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3399
216f299a
JB
34002009-10-07 Juanma Barranquero <lekktu@gmail.com>
3401
3402 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3403 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3404
966a6506
CY
34052009-10-07 Chong Yidong <cyd@stupidchicken.com>
3406
3407 * Makefile.in: Build EIEIO and EDE manuals.
3408
34092009-10-07 Eric Ludlam <zappo@gnu.org>
3410
3411 * eieio.texi:
3412 * ede.texi: New files.
3413
8842cd9b
MA
34142009-10-05 Michael Albinus <michael.albinus@gmx.de>
3415
3416 * tramp.texi (Remote processes): Association of a pty is not supported.
3417
7006d207
CD
34182009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3419
3420 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3421 (Processing LaTeX fragments): Document that the size of images can be
3422 changes using the variable `org-format-latex-options'.
3423 (The date/time prompt, Timestamps): Be more accurate over ISO format
3424 dates and times.
3425 (Visibility cycling): Document showeverything keyword.
3426 (In-buffer settings): Document showeverything keyword.
3427 (Setting up the staging area): Fix the example.
3428 (MobileOrg): New section.
3429 (Agenda commands, Exporting Agenda Views): Document exporting the
3430 agenda view to Org files.
3431
0e7b2867
MA
34322009-09-28 Michael Albinus <michael.albinus@gmx.de>
3433
3434 * tramp.texi (History): Add IMAP support.
3435 (External methods): Add `imap' and `imaps' methods.
3436 (GVFS based methods): Add indices for `davs'.
3437 (Password handling): Rename anchors. Add IMAP entries for
3438 ~/.authinfo.gpg.
3439
3440 * trampver.texi: Set default value of `emacsimap'.
3441
4146636e
KY
34422009-09-22 Daiki Ueno <ueno@unixuser.org>
3443
3444 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3445
d22f7ffa
CY
34462009-09-13 Chong Yidong <cyd@stupidchicken.com>
3447
0c7efc08
SM
3448 * dired-x.texi (Technical Details):
3449 Delete dired-up-directory (Bug#4292).
d22f7ffa 3450
66043531
MA
34512009-09-03 Michael Albinus <michael.albinus@gmx.de>
3452
216f299a 3453 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 3454
6eb02347
CD
34552009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3456
3457 * org.texi (Effort estimates): Document new effort setting commands.
3458 (Agenda commands): Document the new keys fro agenda time motion.
3459 Document entry text mode. Improve documentation of the keys to include
3460 inactive time stamps into the agenda view.
3461 (Feedback): Document the new bug report command.
0c7efc08 3462 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 3463
38dc51ba
KY
34642009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3465
3466 * auth.texi (Help for users): Corrected markup.
3467
e402f452
GM
34682009-09-02 Glenn Morris <rgm@gnu.org>
3469
3470 * emacs-mime.texi (time-date): Mention float-time.
3471
744256cf
JB
34722009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
3473
3474 * calc.texi (Simplifying Formulas): Improve the wording.
3475
b0b63450
MB
34762009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
3477
3478 * auth.texi: Rewritten for coverage and clarity.
3479
34802009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3481
0c7efc08
SM
3482 * gnus.texi (Expiring Mail):
3483 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
3484 (Various Various): Mention gnus-safe-html-newsgroups.
3485
3486 * gnus-news.texi: Mention
3487 gnus-mark-copied-or-moved-articles-as-expirable.
3488
3489 * emacs-mime.texi (Display Customization): Add xref to
3490 gnus-safe-html-newsgroups.
3491
b59329e0
MA
34922009-08-28 Michael Albinus <michael.albinus@gmx.de>
3493
3494 * tramp.texi (Version Control): Remove.
af42a9cc 3495 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
3496 reference.
3497 (External methods): Correct `scpc' concept index entries. New method
3498 `rsyncc'.
3499 (External packages): New subsections "Filename completion" and "File
3500 attributes cache".
3501
0ff2d6c2
JB
35022009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
3503
3504 * calc.texi (Rewrite Rules): Improve the example.
3505 (Simplifying Formulas): Explain use of the I and H flags for
3506 simplification.
3507
ecd3d54f
MA
35082009-08-25 Michael Albinus <michael.albinus@gmx.de>
3509
3510 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 3511 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
3512 (Synchronous Methods, Asynchronous Methods): Use English numeric format
3513 for timeout values.
78176e69
MA
3514 (Top): Remove footnote saying D-Bus is not enabled by
3515 default. (Bug#4256)
ecd3d54f 3516
0f215bca
DU
35172009-08-23 Daiki Ueno <ueno@unixuser.org>
3518
3519 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 3520 Reported by Jari Aalto (Bug#4211).
0f215bca 3521 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 3522 epa-global-mail-mode.
3b7ab45f
DU
3523 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3524 epa-setup.
0f215bca 3525
4f22e84d
MA
35262009-08-16 Michael Albinus <michael.albinus@gmx.de>
3527
3528 * dbus.texi (Asynchronous Methods): Allow nil handler.
3529
9ff0b02b 35302009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 3531
26b03ee3 3532 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 3533
26b03ee3 3534 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 3535
4c39f404
CY
35362009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3537
3538 * calc.texi (Date Forms): Fix typos.
3539
3bcfba17
GM
35402009-08-08 Glenn Morris <rgm@gnu.org>
3541
3542 * org.texi (Agenda commands): Restore clobbered change.
3543
66783bb4
EZ
35442009-08-07 Eli Zaretskii <eliz@gnu.org>
3545
3546 * calc.texi (Graphics, Devices): Update with the peculiarities of
3547 operation on MS-Windows.
3548
c8d0cf5c
CD
35492009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3550
3551 * org.texi (Publishing action): Improve documentation of file
3552 names when publishing to the source directory.
3553 (Clean view): Document `org-indent-mode'.
3554 (Clocking work time): Add documentation for the
3555 new :timetamp option when creating a clock report.
3556 (Paragraphs): Fix many typos.
3557 (Plain lists): Remove duplicate explanation about the
3558 `C-c *' command.
3559 (Literal examples): Update to reflect the new behavior
3560 of the -n -r -k switches when exporting source code examples.
3561 (Structure editing): Add information about `C-c *',
3562 converting a plain list into a list of Org items.
3563 (Remember): Small rephrasing of the paragraph
3564 describing remember.el. Also mentioned that remember.el is part
3565 of Emacs 23, not Emacs 22.
3566 (Clocking work time): Add documentation about
3567 displaying the current clocking time against the effort estimate.
3568 Also add a footnote about using `org-clock-in-prepare-hook' to add
3569 an effort estimate on the fly, just before clocking it.
3570 (Footnotes): Document automatic renumbering and
3571 sorting.
3572 (Agenda commands): Document new bulk commands.
3573 (Plain lists): Document new behavior of
3574 `org-cycle-include-plain-lists'.
4e2af782 3575 Hyphenation only in TeX.
c8d0cf5c
CD
3576 (Clocking work time): Document the key to update effort
3577 estimates.
3578 (Clocking work time): Document the clock time display.
3579 (Structure editing, TODO basics): Document new
3580 variables.
3581 (Column attributes): Document new colciew operators.
3582 (Publishing options): Document :xml-declaration.
3583 (Tracking TODO state changes): Document the
3584 LOG_INTO_DRAWER property.
3585 (Literal examples): Document the new implementation for
3586 editing source code.
3587 (Publishing action): Mention the new publishing
3588 function, to publish an Org source file.
3589 (Publishing links): Mention how to link to an Org source file.
3590 (Macro replacement): Document new macros.
3591 (Handling links): Document type-specific completion
3592 when inserting links.
3593 (Structure editing, Plain lists): Improve documentation
3594 on sorting.
3595 (Internal links): Document custom ids for links.
3596 (Handling links): Document custom ids for links.
3597 (CSS support): Document new class.
3598 (Refiling notes): Document the possibility to create new nodes
3599 during refiling.
3600 (Agenda commands): Document the "?" operator to find
3601 tasks without effort setting.
3602 (Exporting agenda information): Section moved.
3603 (RSS Feeds): New section.
3604 (Built-in table editor): Document M-e and M-a navigate
3605 inside table field.
3606 (Stuck projects): Docment that projects identified as
3607 un-stuck will still be searchd for stuck sub-projects.
3608 (Paragraphs): Document centering.
3609 (Creating timestamps, Agenda commands): Document new
3610 behavior when changing time stamps.
3611 (Structure editing): Document the new command
3612 `org-clone-subtree-with-time-shift'.
3613 (Publishing): Refresh this chapter.
3614 (Export options, Export options, In-buffer settings):
3615 Document the new keywords.
3616 (Matching tags and properties): Collect all
3617 documentation about tags/property matches here.
3618 (Setting tags): Document `org-tag-persistent-alist'.
3619 (Weekly/daily agenda): New section.
3620 (Orgstruct mode): Describe `orgstruct++-mode'.
3621 (Drawers): Mention the LOGBOOK drawer.
3622 (Export options, Sectioning structure): Document the
3623 #+LEATEX_HEADER in-buffer setting.
3624 (Bugs): Section removed.
3625 (Hooks): New section.
0c7efc08 3626 (Add-on packages): Move here from old location.
c8d0cf5c
CD
3627 (Context-sensitive commands): New section.
3628 (Setting tags): Document newline option.
3629 (Global TODO list, Matching tags and properties):
3630 Mention more variables.
3631 (Checkboxes): Update to changed command behavior.
81a5560e 3632
40d2791f
CY
36332009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3634
3635 * speedbar.texi (Basic Key Bindings): Fix typo.
3636
65d0154b
JB
36372009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3638
3639 * calc.texi (Vector/Matrix Functions): Add index entries for both
3640 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3641 affects matrices with more than one row.
b5bdfd9f 3642 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 3643
5a9e3ab7
JB
36442009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3645
3646 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 3647 `calc-transpose-lines'.
5a9e3ab7 3648
42fb7e61
MA
36492009-07-27 Michael Albinus <michael.albinus@gmx.de>
3650
3651 * dbus.texi (Receiving Method Calls): Describe special return value
3652 `:ignore'.
3653
574b69d5
AM
36542009-07-24 Alan Mackenzie <acm@muc.de>
3655
3656 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3657 initialization, any individual variable setting now takes precedence
3658 over one done via c-file-style/c-file-offsets.
3659
ec06459c
JB
36602009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3661
3662 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3663 truncated when Calc is quit.
3664 (Customizing Calc): Document `calc-undo-length'.
3665
4ce54f6b
CY
36662009-07-20 Chong Yidong <cyd@stupidchicken.com>
3667
3668 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3669
0e4f8ba5
GM
36702009-07-11 Kevin Ryde <user42@zip.com.au>
3671
3672 * pcl-cvs.texi (About PCL-CVS):
3673 * widget.texi (Basic Types):
3674 Fix cross-references.
3675
fa0f81b0
AS
36762009-07-01 Andreas Schwab <aschwab@redhat.com>
3677
3678 * dbus.texi (Type Conversion): Don't use literal control character.
3679
88a683c5
MA
36802009-07-01 Michael Albinus <michael.albinus@gmx.de>
3681
3682 * tramp.texi (GVFS based methods): New section.
3683 (Remote processes): Processes for GVFS based methods run locally.
3684
36c8febb
MA
36852009-06-30 Michael Albinus <michael.albinus@gmx.de>
3686
0c7efc08
SM
3687 * tramp.texi (Inline methods, External methods, Gateway methods):
3688 Avoid the words "kludge" and hack".
36c8febb
MA
3689 (External methods): Add `synce' method.
3690
3691 * trampver.texi: Update release number.
3692
d6b951bb
MA
36932009-06-22 Michael Albinus <michael.albinus@gmx.de>
3694
3695 Sync with Tramp 2.1.16.
3696
3697 * tramp.texi (History): Add GVFS support.
3698 (External methods): Precise `rsync' description. Add `dav', `davs' and
3699 `obex' methods. Add 'tramp-gvfs-methods' option.
3700 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3701 forms.
3702 (Remote Programs): Introduce `tramp-own-remote-path'.
3703 (Remote processes): New subsection "Running remote programs that create
3704 local X11 windows".
3705 (Frequently Asked Questions): Improve code for disabling vc.
3706
3707 * trampver.texi: Update release number. Set default value of
3708 `emacsgvfs'.
3709
70243478
CY
37102009-06-21 Chong Yidong <cyd@stupidchicken.com>
3711
3712 * Branch for 23.1.
3713
54b31cbf
GM
37142009-06-17 Glenn Morris <rgm@gnu.org>
3715
3716 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3717 (Latest version of Emacs): Mention source code repository.
3718
f6adc23c
GM
37192009-06-16 Glenn Morris <rgm@gnu.org>
3720
3721 * faq.texi (Top): Language tweak.
3722 (Extended commands): Most people have arrow keys.
3723 (Emacs manual): Say how to follow info links.
3724 (File-name conventions): Change title a bit. Explain about source
3725 versus installed. Condense etc description.
3726 (Guidelines for newsgroup postings): Mention Savannah list page.
3727 (Newsgroup archives): Simplify.
3728 (Contacting the FSF): Add contact URL.
3729 (Emacs Lisp documentation): Printed version not always available.
3730 (Installing Texinfo documentation): Explain how by hand installation is
3731 not normally needed. Use add-to-list. Remove duplicate reference.
3732 (Informational files for Emacs): Move info on Help menu here from
3733 "File-name conventions".
3734 (Help installing Emacs): Tweak uref.
3735 (Obtaining the FAQ): Mention repository.
3736 (Origin of the term Emacs): Explain "ITS".
3737 (Changing load-path): Use add-to-list.
3738 (Automatic indentation): Clarify this is for Text mode.
3739 Don't mention Indented Text mode.
3740 (Finding Emacs on the Internet): The FSF does not seem to offer a
3741 deluxe distribution on CD anymore.
3742
b59a8457
GM
37432009-06-16 Glenn Morris <rgm@gnu.org>
3744
3745 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3746 Recommend the latest release. Mention how to get older FAQs.
3747 Recommend the Emacs manual.
3748 (Guidelines for newsgroup postings): Discourage cross-posts.
3749 (Underlining paragraphs): Remove.
3750 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3751 (Bugs and problems): Update key-binding.
3752 (Problems with very large files): Mention 64-bit.
3753 (Shell process exits abnormally): Remove.
3754 (Problems with Shell Mode): Rename and update.
3755 (Spontaneous entry into isearch-mode)
3756 (Problems talking to certain hosts): Remove. This is old information,
3757 in etc/PROBLEMS if needed.
3758 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3759 (Dired claims that no file is on this line): Update.
3760 (Installing Emacs, Problems building Emacs): Simplify.
3761 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3762 information.
3763 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3764 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3765 (JDEE): "JDEE", not "JDE".
3766 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3767 Remove. This is old information, in etc/PROBLEMS if needed.
3768 (stty and Backspace key, Kanji and Chinese characters): Remove.
3769 (Right-to-left alphabets): Update section.
3770 (Changing the included text prefix): Gnus uses message-yank-prefix.
3771 Add cross-reference to Supercite manual.
3772 (Saving a copy of outgoing mail): Simplify output file description.
3773 (Expanding aliases when sending mail): Refer to Emacs manual.
3774 Remove old info about RFC822.
3775 Correct description of how to rebuild aliases.
3776 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3777 (MIME with Emacs mail packages)
3778 (Viewing articles with embedded underlining)
3779 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3780 Remove old sections.
3781 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3782 and is well-documented in the Gnus manual.
3783 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3784 (Making Gnus faster): Rename from "Starting Gnus faster".
3785 Merge "Catch-up is slow in Gnus" into here.
3786
0e6d12ca
GM
37872009-06-14 Glenn Morris <rgm@gnu.org>
3788
3789 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3790 (New in Emacs 23): New section.
3791 (Handling C-s and C-q with flow control): Add xref.
3792
2e17e05e
GM
37932009-06-13 Glenn Morris <rgm@gnu.org>
3794
3795 * faq.texi (Setting up a customization file): Grammar fix.
3796 Customize is no longer "new".
3797 (Displaying the current line or column): Line-number mode is on by
3798 default. Don't mention `column' package. Mention linum.el.
3799 (Turning on abbrevs by default): Explain how to do it for buffers,
3800 modes, and everywhere.
3801 (Associating modes with files): Use add-to-list. Don't mention Emacs
3802 19.
3803 (Highlighting a region): On by default since 23.1.
3804 (Replacing highlighted text): Update doc quote.
3805 (Working with unprintable characters): Don't mention search-quote-char.
3806 (Using an already running Emacs process): Gnuclient is probably not an
3807 enhancement these days.
3808 (Indenting switch statements): Remove mention of pre-Emacs 20.
3809 (Horizontal scrolling): Abbreviate Emacs 20 description.
3810 (Replacing text across multiple files): Fix name of dired command.
3811 (Disabling backups): Use require not load.
4f9d4de3 3812 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3813
2a1cf2b9
BW
38142009-06-13 Bill Wohler <wohler@newt.com>
3815
3816 Release MH-E manual version 8.2.
3817
3818 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3819 release 8.2.
3820
85b438b7
GM
38212009-06-13 Glenn Morris <rgm@gnu.org>
3822
3823 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3824 in this day and age the common meaning is "on the web".
3825 (copying): Use @copyright in all cases.
3826 (Basic keys): Remove reference to deleted manual node "Text Characters".
3827 (File-name conventions): Use GNU as an example rather than SERVICE.
3828 default.el lives in site-lisp. Update Info directory location.
3829 (Real meaning of copyleft): GPL actions have been brought, but all
3830 settled out of court.
3831 (Guidelines for newsgroup postings): Shorten section title.
3832 Simplify comp.emacs description.
3833 (Newsgroup archives): Change Google URL. Describe Gmane.
3834 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3835 points". Mention List-Unsubscribe header.
3836 (Contacting the FSF): Update email and URLs.
3837 (Basic editing): Mention F1 for help.
3838 (Installing Texinfo documentation): Refer to Texinfo website rather
3839 than ftp server.
3840 (Printing a Texinfo file): Mention texi2pdf.
3841 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3842 are just stubs nowadays.
3843 (Latest version of Emacs): Explain version numbers.
3844 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3845 (Turning on syntax highlighting): No need to mention hilit19 any more.
3846 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3847 (Modes for various languages): Remove section.
3848 (Major packages and programs): Remove most version and maintainer
3849 information - it's hard to keep up-to-date, and adds nothing.
3850 Similarly with direct links to mailing lists.
3851 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3852 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3853 years, and Emacs comes with tools for this now.
3854 (Patch): Remove section - this is a standard tool.
3855 (Using function keys under X): Remove section.
3856
93e2d996
GM
38572009-06-12 Glenn Morris <rgm@gnu.org>
3858
3859 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3860 (Help installing Emacs): Remove reference to deleted X11 node.
3861 (Associating modes with files): Interpreter-mode-alist is no longer
3862 subservient to auto-mode-alist.
3863 (Installing Emacs): Change future Emacs version.
3864 (Linking with -lX11 fails): Remove old section.
3865 (Packages that do not come with Emacs): Update ELL location.
3866 Emacs Lisp archive is dead.
3867 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3868 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3869 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3870 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3871 (Removing flashing messages): Remove section about non-existent Gnus
3872 option.
3873
f0bf7708
GM
3874 * faq.texi (Top): Add @top command.
3875 Remove the optional arguments from all @node commands: makeinfo can
3876 generate these automatically, and it is easier to edit and rearrange
3877 nodes without them.
3878
30884d11
GM
38792009-06-11 Glenn Morris <rgm@gnu.org>
3880
3881 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3882 (The LPF): Make the updated URL the sole reference point.
3883 (Learning how to do something): Update refcard price and format.
3884 (Getting a printed manual): Sources in doc/emacs/, not man/.
3885 Also available in PDF format. Since the page count varies, be less
3886 precise.
3887 (Informational files for Emacs): Remove references to deleted files
3888 LPF and SUN-SUPPORT, and to UUCP.
3889 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3890 Remove many obsolete ways to get the FAQ, which now seems only to be
3891 distributed with Emacs.
3892 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3893
deab46e0
CY
38942009-06-09 Chong Yidong <cyd@stupidchicken.com>
3895
223b43fa 3896 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3897 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3898
deab46e0
CY
3899 * ada-mode.texi (Installation, Compile commands)
3900 (Project File Overview, No project files, Set compiler options)
3901 (Use GNAT project file, Use multiple GNAT project files)
3902 (Identifier completion): Use @samp for menu items, and @kbd for key
3903 sequences (Bug#3504).
3904
71fbd643
DU
39052009-06-04 Daiki Ueno <ueno@unixuser.org>
3906
8c9bb6f5 3907 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3908
f197085b
CY
39092009-06-04 Ryan Yeske <rcyeske@gmail.com>
3910
3911 * message.texi (Header Commands): Fix descriptions to match
3912 keybindings.
3913
7f3bc720
DU
39142009-04-22 Daiki Ueno <ueno@unixuser.org>
3915
3916 * gnus.texi (Security): Mention that EasyPG is the current default.
3917
4518068d
CY
39182009-04-13 Chong Yidong <cyd@stupidchicken.com>
3919
3920 * ediff.texi (Session Commands): Fix typo.
3921
d7ca410a
MB
39222009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3923
3924 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3925 news.software.readers. Reported by Florian Rehnisch.
3926
c6c76add
GM
39272009-04-02 Glenn Morris <rgm@gnu.org>
3928
3929 * auth.texi: Capitalize direntry.
3930
3931 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3932 using a period in the entry name. (Bug#2797)
3933
35ed8e2e
JB
39342009-03-03 Juanma Barranquero <lekktu@gmail.com>
3935
3936 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3937 ($(infodir)/auth, auth.dvi): New targets.
3938
e280480a
GM
39392009-03-03 Glenn Morris <rgm@gnu.org>
3940
3941 * auth.texi: Fix @setfilename.
3942
3943 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3944 (auth, $(infodir)/auth, auth.dvi): New rules.
3945
8a76755b
GM
39462009-02-25 Glenn Morris <rgm@gnu.org>
3947
3948 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
3949
0038d478
MB
39502009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3951
3952 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3953
39542009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3955
3956 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3957 gnus-nocem-issuers, and gnus-nocem-verifyer.
3958
867d4bb3
JB
39592009-02-20 Juanma Barranquero <lekktu@gmail.com>
3960
3961 * ada-mode.texi (Project files, Automatic Casing):
3962 * dbus.texi (Signals):
3963 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3964 * mh-e.texi (HTML):
3965 * nxml-mode.texi (Locating a schema)
3966 (Using the document's URI to locate a schema):
3967 * org.texi (Footnotes, Using the mapping API):
3968 * rcirc.texi (Channels): Remove duplicate words.
3969
3a44dc1f
GM
39702009-02-20 Glenn Morris <rgm@gnu.org>
3971
3972 * dired-x.texi (Miscellaneous Commands):
3973 * gnus.texi: Minor updates for mbox Rmail.
3974
5dc584b5
KB
39752009-02-16 Karl Berry <karl@gnu.org>
3976
b59a8457
GM
3977 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3978 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3979 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3980 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3981 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3982 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3983 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3984 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3985 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3986 Consistently use @insertcopying in the Top node,
5dc584b5 3987 @contents at the front (after @end titlepage),
b59a8457 3988 and @direntry after @copying. (Bug#1988)
5dc584b5 3989
9eb59592
MB
39902009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3991
3992 * auth.texi: New file documenting auth-source.
3993
d324fa76
CD
39942009-02-13 Carsten Dominik <dominik@science.uva.nl>
3995
3996 * org.texi (Org Plot): Fix link.
3997
7a603b73
DU
39982009-02-09 Daiki Ueno <ueno@unixuser.org>
3999
4000 * epa.texi (Mail-mode integration): Mention the way to do
4001 "encrypt-to-self". (Bug#1807)
4002
a626b338 40032009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
4004
4005 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
4006
3b36c17e
MB
40072009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
4008
4009 * gnus-news.texi: Print version about Incoming*.
4010
55033558
CD
40112009-02-02 Carsten Dominik <dominik@science.uva.nl>
4012
4013 * org.texi (Structure editing, Handling links)
4014 (Fast access to TODO states, Javascript support): Make standard docs
4015 correctly reflect default variable settings.
4016
ec712abb
GM
40172009-02-02 Glenn Morris <rgm@gnu.org>
4018
4019 * org.texi: Fix typos.
4020
7112648c
MA
40212009-02-01 Michael Albinus <michael.albinus@gmx.de>
4022
4023 Sync with Tramp 2.1.15.
4024
4025 * trampver.texi: Update release number.
4026
2e461fc1
CD
40272009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4028
4029 * org.texi (TODO dependencies): Document TODO dependencies on
4030 checkboxes.
4031
bc283609
CD
40322009-01-30 Carsten Dominik <dominik@science.uva.nl>
4033
4034 * org.texi (TODO dependencies): Document key binding for toggling
4035 ORDERED property.
4036
74fc5047
MA
40372009-01-28 Michael Albinus <michael.albinus@gmx.de>
4038
4039 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4040 of hook functions.
4041
d6685abc
CD
40422009-01-28 Carsten Dominik <dominik@science.uva.nl>
4043
4044 * org.texi (TODO dependencies): New section.
4045
65c439fd
CD
40462009-01-27 Carsten Dominik <dominik@science.uva.nl>
4047
4048 * org.texi (Plain lists, TODO basics, Priorities)
4049 (Multiple sets in one file, Conflicts): Document interaction with
4050 `shift-selection-mode'.
4051
5fafc247
JB
40522009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4053
4054 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4055 Make Calc the subject of sentences.
4056 (Rearranging Formulas using Selections): Discuss new options
4057 for `j *'.
4058
e7433508
MA
40592009-01-26 Michael Albinus <michael.albinus@gmx.de>
4060
4061 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4062
2096a1b6
GM
40632009-01-26 Glenn Morris <rgm@gnu.org>
4064
4065 * org.texi: Fix typos.
4066
0cb61492
BW
40672009-01-26 Bill Wohler <wohler@newt.com>
4068
2096a1b6 4069 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4070
0bd48b37
CD
40712009-01-25 Carsten Dominik <dominik@science.uva.nl>
4072
4073 * org.texi (References): Add information about remote references.
4074 (Built-in table editor): Document `C-c RET' in tables.
4075 (Math symbols, Quoting LaTeX code): Mention that simple
4076 LaTeX macros survive LaTeX export.
4077 (Images in LaTeX export): Show how to create a reference to a
4078 figure.
4079 (Sectioning structure): Document that the LaTeX class can be
4080 specified in a property.
4081 (Text areas in HTML export): New section.
4082 (External links): Add examples for text search and ID links.
4083 (Built-in table editor): Remove the descriptio of `C-c
4084 C-q', it not longer works.
4085 (Literal examples): Document that a space must follow
4086 the colon in short examples.
4087 (Relative timer): Document `org-timer-stop'.
4088 (Footnotes): New section.
4089 (Footnote markup): Shorten section and refer to new Footnote
4090 section.
4091 (Literal examples): Add documentation for line
4092 numbering in and references to code examples.
4093 (CSS support): Fix the description of default CSS styles.
4094 (Capturing column view): Document
4095 "file:path/to/file.org" as an allowed value for the ID property of
4096 a dynamic block copying column view.
4097
49dbbaf2
SE
40982009-01-23 Stephen Eglen <stephen@gnu.org>
4099
4100 * mh-e.texi (Getting Started): Describe $MH.
4101
193e6828
MA
41022009-01-21 Michael Albinus <michael.albinus@gmx.de>
4103
4104 * tramp.texi (all): Harmonize usage of "external method",
4105 "external transfer method" and "out-of-band method".
4106 (Connection types): Precise the differences of inline and external
4107 methods. Written by Adrian Phillips <a.phillips@met.no>.
4108
26b9f88d
MB
41092009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4110
4111 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4112 commands as described at the top. Reported by Allan Gottlieb
4113 <gottlieb@nyu.edu>.
4114
41152009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4116
4117 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4118 nnmail-pathname-coding-system.
4119
377952e0
GM
41202009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4121
4122 * org.texi (Relative timer): Fix typo.
4123
a20d3598
JB
41242009-01-15 Juanma Barranquero <lekktu@gmail.com>
4125
4126 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4127 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4128
a50253cc
GM
41292009-01-13 Glenn Morris <rgm@gnu.org>
4130
4131 * org.texi: Fix some more typos.
4132
07450bee
GM
41332009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4134
4135 * org.texi: Fix some typos.
4136
e3e955fe
MB
41372009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4138
4139 * gnus.texi (Group Parameters): Add note for local variables.
4140
41412009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4142
0c7efc08
SM
4143 * gnus.texi (Converting Kill Files): Fix URL.
4144 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
4145
41462009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4147
4148 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4149 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4150 (Paging the Article): Add index entry.
4151
71dd9983
JB
41522009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4153
4154 * ada-mode.texi (Examples): Delete redundant text.
4155
4a0cf14f
MA
41562009-01-03 Michael Albinus <michael.albinus@gmx.de>
4157
36c8febb 4158 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
4159
4160 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4161 addresses.
4162
aedac0f0
BW
41632009-01-03 Bill Wohler <wohler@newt.com>
4164
4165 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4166 kept empty.
4167
4c65b566
CD
41682008-12-20 Carsten Dominik <dominik@science.uva.nl>
4169
4170 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
4171 (HTML Export commands, LaTeX/PDF export commands):
4172 Improve documentation about transient-mark-mode.
e9fce1ac 4173 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
4174 to fields in the last table row.
4175
e1a78e1e
JL
41762008-12-19 Juri Linkov <juri@jurta.org>
4177
4178 * info.texi (Search Text): Remove mention of removed key binding M-s.
4179
17a0aa82
CD
41802008-12-18 Carsten Dominik <dominik@science.uva.nl>
4181
4182 * org.texi (References): Remove mentioning of @0 as reference for the
4183 last line, this has been reverted in the Lisp sources.
4184
4997d802
JB
41852008-12-17 Juanma Barranquero <lekktu@gmail.com>
4186
4187 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4188 (DVI_TARGETS): Remove duplicates. Add sasl.
4189 ($(infodir)/sasl, sasl.dvi): New targets.
4190
33306645
CD
41912008-12-17 Carsten Dominik <dominik@science.uva.nl>
4192
4193 * org.texi: Version number pushed to 6.15d.
4194
db55f368
CD
41952008-12-16 Carsten Dominik <dominik@science.uva.nl>
4196
a0bf4117 4197 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
4198 (Images in LaTeX export): New section.
4199 (Inlined images, Images in HTML export): Sections renamed.
4200
dae0a942
MB
42012008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4202
4203 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4204
9f5572e9
MB
42052008-12-04 David Engster <dengste@eml.cc>
4206
4207 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 4208 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 4209
bc23baaa
CD
42102008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4211
4212 * org.texi (Using the mapping API): Fix bug in mapping example.
4213 (Publishing options): Make the list of properties complete again, in
4214 correspondence to the variable `org-export-plist-vars'.
4215 (Property searches): Document new special values for time comparisons.
4216 (Tag inheritance): Refine the description of tag inheritance.
4217 (Project alist): Add info about the publishing sequence of components.
a0bf4117 4218 (Effort estimates): Document the new relative timer.
bc23baaa 4219
3bf8054f
JB
42202008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4221
4222 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4223 (Using Calc): Clarify use of `C-x * o'.
4224 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4225
ac134f2f
RS
42262008-11-28 Richard M Stallman <rms@gnu.org>
4227
4228 * dbus.texi (Receiving Method Calls): Clean up previous change.
4229
ace706d1
MA
42302008-11-26 Michael Albinus <michael.albinus@gmx.de>
4231
4232 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4233 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4234 `dbus-unescape-from-identifier'.
4235 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 4236 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
4237 (Signals): Use the constants in the example.
4238
d60b1ba1
CD
42392008-11-24 Carsten Dominik <dominik@science.uva.nl>
4240
b97439ce 4241 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 4242
ce4fdcb9
CD
42432008-11-23 Carsten Dominik <dominik@science.uva.nl>
4244
4245 * org.texi (Setting up Remember): Document `org-remember-mode'.
4246 (External links): Document that bbdb links can use a regular
4247 expression.
4248 (External links): Document that elisp links can contain interactive
4249 commands.
4250
c8548a00 42512008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
4252
4253 * viper.texi (viper-translate-all-ESC-keysequences):
4254 Description removed.
4255
6a2c4aec
GM
42562008-11-19 Glenn Morris <rgm@gnu.org>
4257
4258 * doclicense.texi: Change to FDL 1.3.
4259 Relicense all texi files under FDL 1.3 or later.
4260
59ee4113
JB
42612008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4262
4263 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4264
59bcbb98 42652008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 4266
0c7efc08 4267 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
4268
4269 * ediff.texi: Version/date change.
9f90198a 4270
8aa41c9b
CY
42712008-11-14 Chong Yidong <cyd@stupidchicken.com>
4272
4273 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4274
17587b1b
JB
42752008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4276
4277 * calc.texi (About This Manual): Comment out a mention of
4278 marginal notes.
4279
564c900e
CD
42802008-11-12 Carsten Dominik <dominik@science.uva.nl>
4281
4282 * org.texi (Clocking work time): Document the :formula property of
4283 clock tables.
4284 (Structure editing, Refiling notes): Document refiling regions.
4285 (Agenda commands): Document the double-prefix version
4286 of the `l' command in the agenda.
4287 (Handling links): Explain the effect of a double prefix
4288 arg to `C-c C-o'.
4289 (TODO basics): Add documentation for tag triggers.
4290
3c4be1f2
GM
42912008-10-23 Glenn Morris <rgm@gnu.org>
4292
4293 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4294 byte-compiling things like `+'.
4295
4296 * ns-emacs.texi: Merge copyright years of author now with assignment
4297 into FSF years.
4298 (VER): Use it for easier automatic updating. Use Emacs version rather
4299 than standalone Emacs.app version.
4300
a6520ff3
CD
43012008-10-12 Carsten Dominik <dominik@science.uva.nl>
4302
864c9740 4303 * org.texi: Lots of minor fixes.
a6520ff3
CD
4304 (Capture): New chapter.
4305 (Org Plot): New section.
4306
db7a4b66
MH
43072008-09-30 Magnus Henoch <mange@freemail.hu>
4308
4309 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4310
4043c194
JB
43112008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4312
4313 * calc.texi (User Defined Units): Mention how to enter optional display
4314 string.
4315
eef5ade7
MB
43162008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4317
0c7efc08 4318 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
4319 avoid the "y/n" wording.
4320
e52cac88
MB
43212008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4322
0c7efc08 4323 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
4324
43252008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4326
4327 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4328 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4329
00c55306
BW
43302008-09-22 Bill Wohler <wohler@newt.com>
4331
4332 Release MH-E manual version 8.1.
4333
4334 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4335 release 8.1.
4336
4337 * mh-e.texi: Retain dual license as agreed to by the FSF.
4338 However, bump GPL to Version 3.
4339 Use @include for license text.
4340
e52cac88 43412008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
4342
4343 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
4344 (Store custom flags and keywords, Store arbitrary data):
4345 Clean up markup.
64763fe3
MB
4346
43472008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4348
4349 * gnus.texi (The Gnus Registry): Document it.
4350
9e601b8d
MB
43512008-09-08 David Engster <dengste@eml.cc>
4352
88ee5b02
JB
4353 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4354 Clarify section about choosing back end servers.
9e601b8d 4355
247043f1
GM
43562008-08-23 Glenn Morris <rgm@gnu.org>
4357
4358 * dired-x.texi (Shell Command Guessing):
4359 Mention dired-guess-shell-case-fold-search. (Bug#417)
4360
2bfec7a0
MA
43612008-08-22 Michael Albinus <michael.albinus@gmx.de>
4362
4363 * trampver.texi: Update release number.
4364
247043f1 43652008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
4366
4367 * ns-emacs.texi: Update version.
4368 (Introduction): Correct menu location for options save.
4369 (Customization): Note that defaults are stored under org.gnu.Emacs.
4370
8c20bd92
BW
43712008-08-11 Bill Wohler <wohler@newt.com>
4372
4373 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4374 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4375 Henman) (closes SF #1768928).
4376
767a4d92
GM
43772008-08-10 Glenn Morris <rgm@gnu.org>
4378
4379 * ns-emacs.texi: Use @copying. Change copyright of authors with
4380 assignment to FSF. Change license to GFDL.
4381 (Top): Remove outdated references.
4382
6ecfe5c2
MB
43832008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4384
88ee5b02
JB
4385 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4386 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
4387 gnus-summary-sort-by-most-recent-date.
4388 (Summary Sorting): Explain prefix argument.
4389
43902008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4391
4392 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4393 gnus-summary-pipe-output.
4394
eb932e8a
MA
43952008-08-03 Michael Albinus <michael.albinus@gmx.de>
4396
4397 * dbus.texi (Receiving Method Calls): Document error handling of own
4398 D-Bus methods.
4399
bfe16263
BW
44002008-08-01 Bill Wohler <wohler@newt.com>
4401
4402 * mh-e.texi (Reading Mail)
9f90198a 4403 (Viewing Attachments): Describe new function
bfe16263
BW
4404 mh-show-preferred-alternative.
4405 (Sending Mail, Redistributing, Sending Message): Describe new hook
4406 mh-annotate-msg-hook.
4407
21956b56
MA
44082008-07-31 Michael Albinus <michael.albinus@gmx.de>
4409
4410 * dbus.texi (Arguments and Signatures): Fix example.
4411 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4412 (Asynchronous Methods): New node.
9f90198a
JB
4413 (Errors and Events): Describe extended layout of `dbus-event'.
4414 New defun `dbus-event-message-type'.
21956b56 4415
7c2fb837
DN
44162008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4417
4418 * ediff.texi: Remove VMS support.
4419
13662773
JB
44202008-07-29 Juanma Barranquero <lekktu@gmail.com>
4421
4422 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4423 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4424
ddde0b34
CY
44252008-07-29 Chong Yidong <cyd@stupidchicken.com>
4426
4427 * Makefile.in: Add mairix-el targets.
4428
44292008-07-29 David Engster <deng@randomsample.de>
4430
4431 * mairix-el.texi: New file.
4432
d5875b25
JB
44332008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4434
366b7d44
JB
4435 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4436 project files. Delete 'main_unit' project variable; not needed. Allow
4437 process environment variables wherever project variables are allowed.
4438 Add tutorial section on multiple GNAT project files.
d5875b25 4439
6cbab8ee
MA
44402008-07-27 Michael Albinus <michael.albinus@gmx.de>
4441
4442 Sync with Tramp 2.1.14.
4443
4444 * trampver.texi: Update release number.
4445
9e2a2647
DN
44462008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4447
4448 * ns-emacs.texi:
4449 * faq.texi: Remove mentions of Mac Carbon.
4450
d62672f3
MB
44512008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4452
4453 * gnus.texi (Saving Articles): Describe the 2nd argument of
4454 gnus-summary-save-in-pipe.
4455 (SpamAssassin): Use it.
4456
44572008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4458
4459 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4460
dd12e1c6
CD
44612008-07-25 Carsten Dominik <dominik@science.uva.nl>
4462
4463 * org.texi (Export options): Document the use of the creator flag.
4464
44ce9197
CD
44652008-07-24 Carsten Dominik <dominik@science.uva.nl>
4466
4467 * org.texi: New version 6.06a.
4468
ddd13c5d
JB
44692008-07-23 Juanma Barranquero <lekktu@gmail.com>
4470
4471 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4472 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4473
8dc6104d
JB
44742008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
4475
4476 * calc.texi (Editing Stack Entries):
4477 (Algebraic Entry): Rewrite introductory sentences so it can be used by
4478 Calc's help functions. Mention fixing typos.
4479 (Customizing Calc): Fix typo.
4480
44812008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
4482
4483 * calc.texi (summarykey): New macro. Use to correctly format keys in
4484 the summary.
4485
ddd13c5d 44862008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
4487
4488 * ns-emacs.texi (Customization): Corrected documentation on color
4489 specification formats.
4490
568beaa2
AS
44912008-07-19 Andreas Schwab <schwab@suse.de>
4492
db8ef699 4493 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
4494
4495 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4496 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4497
cd71b9ae
MA
44982008-07-18 Michael Albinus <michael.albinus@gmx.de>
4499
4500 * dbus.texi (Inspection): Rework, introduce submenus.
4501 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4502 (Properties and Annotations, Arguments and Signatures): New nodes.
4503
9b7993b4
MA
45042008-07-13 Michael Albinus <michael.albinus@gmx.de>
4505
4506 * dbus.texi (Receiving Method Calls): Fix description of
4507 `dbus-register-method'.
4508 (Signals): Allow also signal arguments for filtering in
4509 `dbus-register-signal'.
4510
241d447b
JB
45112008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4512
4513 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4514 `cnorm'.
4515 (Arithmetic Tutorial): Simplify the verification of prime factors.
4516
adb46650
MB
45172008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4518
4519 * gnus.texi (Saving Articles): Mention
4520 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4521
92e15881
JB
45222008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
4523
4524 * calc.texi: Adjust mode line throughout.
4525
ea597303
JB
45262008-06-28 Juanma Barranquero <lekktu@gmail.com>
4527
4528 * sasl.texi (Mechanisms): Fix typos.
4529
aee08080
JB
45302008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4531
4532 * calc.texi (Killing from the stack): Mention using normal Emacs
4533 copying.
4534
a06a4a12
MA
45352008-06-21 Michael Albinus <michael.albinus@gmx.de>
4536
0c7efc08 4537 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 4538 Add `auth-source' mechanism.
a06a4a12
MA
4539 (Connection caching): Tramp reopens the connection automatically,
4540 when the operating system on the remote host has been changed.
4541
7389398d
EZ
45422008-06-20 Eli Zaretskii <eliz@gnu.org>
4543
4544 * makefile.w32-in (distclean): Remove makefile.
4545
b349f79f
CD
45462008-06-17 Carsten Dominik <dominik@science.uva.nl>
4547
3f9b4c2b 4548 * org.texi (Using the mapping API): New section.
b349f79f 4549 (Agenda column view): New section.
3f9b4c2b 4550 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 4551 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 4552 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
4553
45542008-06-17 Jason Riedy <jason@acm.org>
4555
4556 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4557 function, and efmt may be a two-argument function.
4558 (Radio tables): Document multiple destinations.
4559
cd5c05d2
GM
45602008-06-16 Glenn Morris <rgm@gnu.org>
4561
4562 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4563 Add Cover-Texts.
4564
debf4439
GM
45652008-06-15 Glenn Morris <rgm@gnu.org>
4566
4567 * faq.texi (VER): Update to 23.0.60.
4568
4569 * mh-e.texi: Remove option of licensing under GPL.
4570 Add Cover-Texts to GFDL permissions notice.
4571 (GPL): Remove section.
4572 (GFDL): Include doclicense.texi rather than the actual text.
4573
4574 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4575 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4576
4577 * sasl.texi: Fix output file name.
4578
4579 * epa.texi, sasl.texi: Refer to license in Emacs manual.
4580
4581 * gnus-coding.texi: Refer to license in Gnus manual.
4582
4583 * idlwave.texi, sasl.texi: Use @copying.
4584
4585 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
4586
4587 * speedbar.texi: Update Back-Cover Text as per maintain.info.
4588
4589 * url.texi: Use @copying, @title, @subtitle, @author.
4590
4591 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4592 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4593 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4594 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4595 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4596 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4597 * widget.texi, woman.texi:
4598 Remove references to external license, since doclicense is included.
4599
4600 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4601 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4602 Remove references to non-existent Invariant Sections.
4603
091f8bc1
GM
46042008-06-14 Glenn Morris <rgm@gnu.org>
4605
4606 * faq.texi (Major packages and programs): Remove references to external
4607 Supercite, Calc, VIPER, since they have been included for some time.
4608 Update VM, AUCTeX, BBDB entries.
4609
47bcb4d3
UJ
46102008-06-14 Ulf Jasper <ulf.jasper@web.de>
4611
4612 * newsticker.texi: Updated to match latest newsticker changes.
4613
6f093307
GM
46142008-06-13 Glenn Morris <rgm@gnu.org>
4615
4616 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4617 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4618 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4619 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4620 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4621 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4622 * woman.texi:
4623 Update Back-Cover Text as per maintain.info.
4624
2b968687
MB
46252008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4626
4627 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4628
4629 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4630 (gnus-faq.xml): Update repository host.
4631
2b968687
MB
4632 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4633
46342008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4635
4636 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4637 Fix a typo.
4638
46392008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4640
4641 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 4642 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
4643 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4644
46452008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4646
4647 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4648 coding standards.
4649
46502008-06-14 David Engster <dengste@eml.cc>
4651
4652 * gnus.texi (nnmairix): Markup fixes.
4653
e6d2d263
MB
46542008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4655
2b968687 4656 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4657
46582008-06-05 David Engster <dengste@eml.cc>
4659
4660 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4661
46622008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4663
b344d29d 4664 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4665 (Searching, nnir, nnmairix): New stub nodes.
4666
ad231df6 46672008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4668
4669 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4670
f394fa25
MB
46712008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4672
4673 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4674
58333467
MB
46752008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4676
4677 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4678
67525fb9
JY
46792008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4680
4681 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4682
0549d8fc
JB
46832008-05-06 Juanma Barranquero <lekktu@gmail.com>
4684
4685 * info.texi (Top): Fix typo in xref.
4686
149a3837
KB
46872008-05-05 Karl Berry <karl@gnu.org>
4688
4689 * info.texi (Top): @xref to stand-alone manual.
4690
3a23a519
MB
46912008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4692
4693 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4694 (Various Summary Stuff): Fix typo in last xref.
4695
0a29fbf3
JB
46962008-05-02 Juanma Barranquero <lekktu@gmail.com>
4697
4698 * org.texi (Moving subtrees): Fix typo.
4699
586b90f1
MA
47002008-04-28 Michael Albinus <michael.albinus@gmx.de>
4701
4702 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4703 Tramp via `tramp-mode'.
4704
b5af9883
CD
47052008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4706
4707 * org.texi: Massive changes, in many parts of the file.
4708
d55fe5bb
MB
47092008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4710
4711 * gnus.texi (Oort Gnus): Add message-fill-column.
4712
47132008-04-12 Adrian Aichner <adrian@xemacs.org>
4714
4715 * gnus.texi (Mail Source Specifiers): Typo fix.
4716
47172008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4718
4719 * gnus.texi (Diary Headers Generation): Update key binding for
4720 `gnus-diary-check-message'.
4721
47222008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4723
4724 * gnus.texi (Emacsen): Addition.
4725
47262008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4727
4728 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4729
47302008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4731
4732 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4733
47342008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4735
4736 * gnus-news.texi: Update tool bar item.
4737
47382008-04-09 Sven Joachim <svenjoac@gmx.de>
4739
4740 * gnus-news.texi: Fix typos.
4741
76c109c3
JB
47422008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4743
222027f2 4744 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4745 Add mention of `kron'.
4746
d5fbd5a6
MO
47472008-04-01 Daiki Ueno <ueno@unixuser.org>
4748
0c7efc08
SM
4749 * epa.texi (Encrypting/decrypting *.gpg files):
4750 Document epa-file-name-regexp.
d5fbd5a6 4751
fbcbb58c
KY
47522008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4753
4754 * gnus.texi (Example Methods): Fix description about ssh-agent.
4755 (Indirect Functions): Fix the default value of nntp-telnet-command;
4756 remove link to connect.html.
4757
134ce16c
MA
47582008-03-30 Michael Albinus <michael.albinus@gmx.de>
4759
4760 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4761 dbus-call-method.
4762 (Receiving Method Calls): The timeout can be set by the calling client.
4763
da1975d7
MA
4764 * trampver.texi: Update release number.
4765
2e4089ab
RS
47662008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4767
4768 * gnus.texi (Top): Fix version. Add SASL.
4769
70cab5a9
MA
47702008-03-29 Michael Albinus <michael.albinus@gmx.de>
4771
4772 Sync with Tramp 2.1.13.
4773
4774 * trampver.texi: Update release number.
4775
5bc6ddff
MB
47762008-03-29 Chong Yidong <cyd@stupidchicken.com>
4777
4778 * org.texi: Update to new org-mode website.
4779
47802008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4781
4782 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4783
9b3ebcb6
MB
47842008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4785
4786 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4787 gnus-read-ephemeral-gmane-group-url,
4788 gnus-read-ephemeral-emacs-bug-group,
4789 gnus-read-ephemeral-debian-bug-group.
4790
47912008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4792
4793 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4794
4795 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4796 Add FIXMEs for Bookmarks and gnus-registry-marks.
4797
47982008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4799
4800 * gnus.texi (Smileys): Document `smiley-style'.
4801
48022008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4803
4804 * gnus.texi (Gnus Development): Clarify difference between ding and
4805 gnu.emacs.gnus.
4806 (MIME Commands, Using MIME, RSS): Fix markup.
4807
4808 * gnus-faq.texi ([8.4]): Ditto.
4809
48102008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4811
4812 * gnus.texi (Emacsen): Remove obsolete stuff.
4813
48142008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4815
4816 * gnus.texi (Oort Gnus): Add version info WRT
4817 `mail-source-delete-incoming'.
4818
48192008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4820
4821 * gnus.texi (Top): Add "Other related manuals" and version info in
4822 `iftex' output.
4823 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4824 gnus-balloon-face-0 and the corresponding format specifiers.
4825
608d6a81
MA
48262008-03-26 Michael Albinus <michael.albinus@gmx.de>
4827
4828 * tramp.texi (Filename completion): Remove footnote about let-bind
4829 of `partial-completion-mode'. It doesn't work this way.
4830
27a6f132
SM
48312008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4832
4833 * pcl-cvs.texi (Contributors): Update my email.
4834
4a7c4c40
MA
48352008-03-21 Michael Albinus <michael.albinus@gmx.de>
4836
4837 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4838
2940c053
BW
48392008-03-17 Bill Wohler <wohler@newt.com>
4840
4841 * mh-e.texi (Viewing): Update URL for adding header fields to
4842 mh-invisible-header-fields-default.
4843
30864d5f
BW
48442008-03-16 Bill Wohler <wohler@newt.com>
4845
4846 * mh-e.texi (Preface): Add Gnus to requirements.
4847 (Forwarding): Note that forwarded MIME messages are now inline.
4848
31fe2b00
SM
48492008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4850
4851 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4852 (Common Variables): Give precedence to the netcat methods over the
4853 telnet methods, and mention that they are more reliable.
31fe2b00 4854
5e97c626
CD
48552008-03-13 Carsten Dominik <dominik@science.uva.nl>
4856
4857 * org.texi (Exporting Agenda Views): Document agenda export to
4858 iCalendar.
4859 (Progress logging): Document the new progress logging stuff.
4860
37a68866
MB
48612008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4862
4863 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4864 Update for change of `mail-source-delete-incoming'.
4865
4866 * gnus-news.texi: Ditto.
4867
8f7abae3
MB
48682008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4869
4870 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4871 custom versions.
4872
af379c86
AM
48732008-03-07 Alan Mackenzie <acm@muc.de>
4874
4875 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4876 parens/brackets in a k&r region is limited.
4877
3d0f8a67
MB
48782008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4879
4880 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4881 using different Emacs versions.
4882
52151df0
GM
48832008-02-27 Glenn Morris <rgm@gnu.org>
4884
4885 * sc.texi: Remove a lot of old and obsolete info.
4886 (titlepage): Simplify.
4887 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4888 (VM with any Emacsen, GNEWS with any Emacsen)
4889 (Overloading for Non-conforming MUAs, Version 3 Changes)
4890 (The Supercite Mailing List): Delete nodes.
4891 (Introduction): Remove info about old packages.
4892 (Getting Connected): Simplify. Remove info about old packages.
4893 (Citing Commands): Delete Emacs 19 info.
4894 (Hints to MUA Authors): Simplify.
4895 (Thanks and History): Merge in some info from the deleted node
4896 "Version 3 Changes".
4897
b03f96dc
MB
48982008-02-05 Juanma Barranquero <lekktu@gmail.com>
4899
4900 * org.texi (Setting tags, In-buffer settings):
4901 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4902
52bec650
MB
49032008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4904
4905 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4906 installation directory name.
4907
34a3c587
RF
49082008-02-12 Romain Francoise <romain@orebokech.com>
4909
4910 * epa.texi (Overview): Fix typo.
4911
5a8d03e9
MO
49122008-02-11 Daiki Ueno <ueno@unixuser.org>
4913
4914 * epa.texi (Quick start): Remove the .emacs setting.
4915
f1914c40
MO
49162008-02-10 Daiki Ueno <ueno@unixuser.org>
4917
4918 * epa.texi (Quick start): Use the command `epa-enable' instead of
4919 loading `epa-setup'.
4920
bca98fc9
JB
49212008-02-08 Juanma Barranquero <lekktu@gmail.com>
4922
4923 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4924 ($(infodir)/epa, epa.dvi): New targets.
4925
4b01af2e
MO
49262008-02-08 Daiki Ueno <ueno@unixuser.org>
4927
4928 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4929
4930 * epa.texi: New manual documenting the EasyPG Assistant.
4931
06c0751a
MA
49322008-02-06 Michael Albinus <michael.albinus@gmx.de>
4933
4934 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4935 (Inspection): New function dbus-ping.
4936
7dcccd7b
MA
49372008-02-05 Michael Albinus <michael.albinus@gmx.de>
4938
4939 * tramp.texi (Remote processes): Add `shell-command'.
4940
a1da1e37
MB
49412008-01-28 Michael Sperber <sperber@deinprogramm.de>
4942
4943 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4944 (Group Parameters): Document `mail-source' parameter.
4945
c9d8f746
MA
49462008-01-27 Michael Albinus <michael.albinus@gmx.de>
4947
4948 * tramp.texi (Inline methods): The hostname of the su(do)? methods
4949 must be a local host.
4950
15db4a13
MO
49512008-01-26 Michael Olson <mwolson@gnu.org>
4952
4953 * erc.texi: Update version for ERC 5.3 release.
4954 (Obtaining ERC): Update extras URLs for 5.3.
4955 (Development): Write instructions for git, and remove those for Arch.
4956 (History): Mention the switch to git.
4957
2bc43980
KB
49582008-01-24 Karl Berry <karl@gnu.org>
4959
bca98fc9
JB
4960 * info.texi (Search Index, Search Text): Mention the command
4961 character in the section name, a la the (Go to node) node.
2bc43980 4962
d2e4a6c9
MA
49632008-01-21 Michael Albinus <michael.albinus@gmx.de>
4964
4965 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4966
0b6799c3
MB
49672008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4968
4969 * gnus-news.texi: Mention gnus-article-describe-bindings.
4970
49712008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4972
4973 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4974
db9c3fb1 49752008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 4976
7b4d0413 4977 * org.texi (Property inheritance): New section.
db9c3fb1 4978 (Conventions): New section.
7b4d0413 4979 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
4980 commands, and the new bindings for refiling.
4981 (Sparse trees): Document the new special command for sparse trees.
4982 (References): Be more clear about the counting of hilines.
4983 (Handling links): Document M-p/n for accessing links.
4984 (Fast access to TODO states): New section.
4985 (Per file keywords): New section.
4986 (Property inheritance): New section.
4987 (Column attributes): New summary types.
4988 (Capturing Column View): New section.
4989 (The date/time prompt): Cover the new features in the date/time prompt.
4990 Compactify the table of keys for the calendar remote control.
4991 (Clocking work time): Document the new :scope parameter.
4992 (Remember): Promoted to chapter.
4993 (Quoted examples): New section.
4994 (Enhancing text): New verbatim environments.
4995
6ed73f28
MA
49962008-01-14 Michael Albinus <michael.albinus@gmx.de>
4997
4998 * trampver.texi: Update release number.
4999
95838435
MB
50002008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5001
0c7efc08
SM
5002 * gnus.texi (Article Keymap):
5003 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
5004 gnus-article-reply-with-original and
5005 gnus-article-followup-with-original.
5006
20234d96
GM
50072008-01-09 Glenn Morris <rgm@gnu.org>
5008
5009 * nxml-mode.texi: Add @copying section.
5010
d82cf70b
MB
50112008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5012
5013 * message.texi (Mail Variables): Add some text from "(gnus)Posting
5014 Server". Add `message-send-mail-with-mailclient'.
5015
5016 * gnus.texi (Posting Server): Move some text to "(message)Mail
5017 Variables" and add a reference here.
5018
addb7f2e
MA
50192008-01-04 Michael Albinus <michael.albinus@gmx.de>
5020
5021 * dbus.texi (Receiving Method Calls): New chapter.
5022 (Errors and Events): Add serial number to events. Replace "signal" by
5023 "message". Introduce dbus-event-serial-number.
5024
4db2806c
MA
50252008-01-03 Michael Albinus <michael.albinus@gmx.de>
5026
5027 * dbus.texi (Type Conversion): Explain the type specification for empty
5028 arrays. Use another example.
5029
c9ecb5a7
MA
50302007-12-30 Michael Albinus <michael.albinus@gmx.de>
5031
5032 * dbus.texi (all): Replace "..." by @dots{}.
5033 (Type Conversion): Precise the value range for :byte types.
5034 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5035 Mention its return value.
5036 (Errors and Events): There is no D-Bus error propagation during event
5037 processing.
5038
702dbfd9
JB
50392007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5040
5041 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5042 New sections.
5043
87035689
MB
50442007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5045
5046 * gnus.texi (Group Parameters): Reorder the text and add a note about
5047 `gnus-parameters' near the beginning of the node.
5048
50492007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5050
5051 * gnus.texi (Score File Editing): Fix function name.
5052
5492f5ca
MA
50532007-12-23 Michael Albinus <michael.albinus@gmx.de>
5054
5055 Sync with Tramp 2.1.12.
5056
5057 * trampver.texi: Update release number.
5058
d4e67bc5
MA
50592007-12-22 Michael Albinus <michael.albinus@gmx.de>
5060
5061 * dbus.texi (Type Conversion): Correct input parameters mapping.
5062
6a31c819
MA
50632007-12-21 Michael Albinus <michael.albinus@gmx.de>
5064
5065 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5066 (Errors and Events): Mention wrong-type-argument error.
5067
99a3e35f
AS
50682007-12-21 Alex Schroeder <alex@gnu.org>
5069
5070 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5071 spaces. Fixed some typos.
99a3e35f
AS
5072 (Internet Relay Chat): Explain relay.
5073 (Getting started with rcirc): Change items to reflect prompts.
5074 Add more explanation to rcirc-track-minor-mode and added a comment to
5075 warn future maintainers that this section is a copy.
0c7efc08 5076 (People): Change /ignore example.
62b12a24 5077 (Keywords): Not keywords.
99a3e35f 5078
331e4d02
AS
50792007-12-20 Alex Schroeder <alex@gnu.org>
5080
5081 * rcirc.texi (Top): Fighting Information Overload chapter added.
5082 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5083 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5084 (Fighting Information Overload): New chapter documenting /keyword,
5085 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5086 (Configuration): Document rcirc-server-alist, remove
5087 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5088
cd71c3ef
MA
50892007-12-16 Michael Albinus <michael.albinus@gmx.de>
5090
5091 * dbus.texi (Signals): Fix example in dbus-register-signal.
5092
bbbe940b
MB
50932007-12-14 Sven Joachim <svenjoac@gmx.de>
5094
5095 * gnus.texi (Score Variables): Fix typo.
5096
0ce574ef
MA
50972007-12-07 Michael Albinus <michael.albinus@gmx.de>
5098
5099 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5100 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5101 (Errors and Events): Adapt dbus-event.
5102
b890d447
MB
51032007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5104
5105 * gnus.texi (Other Files): Add the yenc command.
5106
51072007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5108
5109 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5110 since 2004-08-06.
5111
51122007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5113
5114 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5115 on body.
5116
51172007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5118
5119 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5120 and rfc2047-allow-irregular-q-encoded-words; fix description of
5121 rfc2047-encode-encoded-words.
5122
51232007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5124
5125 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5126
3728bf03
MO
51272007-12-05 Michael Olson <mwolson@gnu.org>
5128
5129 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5130 Update documentation for `remember-diary-file'.
5131
a4397af9
MA
51322007-12-04 Michael Albinus <michael.albinus@gmx.de>
5133
5134 * dbus.texi (Signals): Precise `dbus-register-signal'.
5135 (Errors and Events): Rework events part, the internal structure of
5136 dbus-event has changed.
5137
1682490c
JB
51382007-12-03 Juanma Barranquero <lekktu@gmail.com>
5139
5140 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5141 ($(infodir)/dbus, dbus.dvi): New targets.
5142
7b13a0f2
MA
51432007-12-03 Michael Albinus <michael.albinus@gmx.de>
5144
5145 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5146 unconditionally.
5147
5148 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5149 emulation with @print{}.
5150
7ef92bc9
RS
51512007-12-02 Richard Stallman <rms@gnu.org>
5152
5153 * dbus.texi (Overview): Minor cleanup.
5154
22d8ac3a
MA
51552007-12-02 Michael Albinus <michael.albinus@gmx.de>
5156
d3a8e0df
MA
5157 * Makefile.in (INFO_TARGETS): Add dbus.
5158 (DVI_TARGETS): Add dbus.dvi.
5159 (dbus, dbus.dvi): New targets.
5160
22d8ac3a
MA
5161 * dbus.texi: New file.
5162
559764ab
RF
51632007-11-24 Romain Francoise <romain@orebokech.com>
5164
5165 * nxml-mode.texi: Add description in @direntry.
7aa579d9 5166 Fix file name to match @setfilename.
559764ab 5167
ac97a16b
MH
51682007-11-23 Mark A. Hershberger <mah@everybody.org>
5169
5170 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5171 ($(infodir)/nxml-mode): New rule.
5172
5173 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5174 ($(infodir)/nxml-mode): New rule.
5175 (clean): Add nxml-mode*.
5176
5177 * nxml-mode.texi: New file with nxml manual.
5178
404cd454
GM
51792007-11-18 Richard Stallman <rms@gnu.org>
5180
5181 * flymake.texi (Example -- Configuring a tool called directly):
5182 Update example.
5183
b048d478
MA
51842007-11-18 Michael Albinus <michael.albinus@gmx.de>
5185
5186 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 5187 double-slash behavior. Explain directory contents flushing.
b048d478 5188
346e8469
JB
51892007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5190
5191 * calc.texi (TeX and LaTeX Language Modes): Put in
5192 missing braces.
5193
404cd454
GM
51942007-11-15 Richard Stallman <rms@gnu.org>
5195
5196 * cl.texi (Equality Predicates): Delete `eql'.
5197 (Predicates, Naming Conventions, Top): Delete `eql'.
5198 (Common Lisp Compatibility): Delete `eql'.
5199 (Porting Common Lisp): Delete obsolete backquote info.
5200 Minor clarification about character constants.
5201 (Sequence Basics): Minor clarification.
5202
1f6af58b
JB
52032007-11-15 Juanma Barranquero <lekktu@gmail.com>
5204
dccb744b 5205 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
5206 * tramp.texi (Filename completion): Fix typos.
5207
3bc88bc9
JB
52082007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5209
5210 * calc.texi (Basic commands): Mention the menu.
5211
bc5300d3
MA
52122007-11-12 Michael Albinus <michael.albinus@gmx.de>
5213
5214 * tramp.texi (Connection caching): Tramp flushes connection
5215 properties when remote operating system has been changed.
5216
4d8a28ec
MB
52172007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5218
5219 * gnus-news.texi: Fix spelling.
5220 `message-insert-formatted-citation-line', not
5221 `message-insert-formated-citation-line'.
5222
404cd454
GM
5223 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5224
e1176b47
MA
52252007-11-07 Michael Albinus <michael.albinus@gmx.de>
5226
5227 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 5228 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
5229 (Frequently Asked Questions): Add code example for highlighting the
5230 mode line.
5231
6159985a
MO
52322007-11-03 Michael Olson <mwolson@gnu.org>
5233
5234 * remember.texi: Change mentions of remember-buffer to
5235 remember-finalize throughout.
5236
bec9b2f5
MO
52372007-10-30 Michael Olson <mwolson@gnu.org>
5238
5239 * remember.texi (Copying): Remove.
5240 (Mailbox): Update with non-BBDB instructions.
5241 (Diary, Org): Add.
5242 (Bibliography, Planner Page): Remove.
5243
b6173182
JB
52442007-10-30 Juanma Barranquero <lekktu@gmail.com>
5245
5246 * makefile.w32-in (INFO_TARGETS): Add remember.
5247 (DVI_TARGETS): Add remember.dvi.
5248 ($(infodir)/remember): New rule.
5249 (clean): Add remember*.
5250
15f3eb73
MO
52512007-10-30 Michael Olson <mwolson@gnu.org>
5252
70bdc930
MO
5253 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5254 ($(infodir)/remember): New rule that builds the Remember Manual.
5255
b6173182
JB
5256 * remember.texi: New file containing the Remember Mode Manual.
5257 Shuffle chapters around after initial import.
7d3f6f1a
MO
5258 (Function Reference): Split Keystrokes into separate chapter.
5259 (Keystrokes): Document C-c C-k.
51d24a12 5260 (Introduction): Fix typographical issue with "---".
15f3eb73 5261
404cd454
GM
52622007-10-29 Richard Stallman <rms@gnu.org>
5263
5264 * widget.texi (Introduction): Delete discussion of implementation
5265 internals.
5266
9bbb9638
MA
52672007-10-29 Michael Albinus <michael.albinus@gmx.de>
5268
5269 * tramp.texi (Connection caching): Host names must be different
5270 when tunneling.
5271
c7ff939a
RS
52722007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5273
5274 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5275 Gnus v5.13.
5276
01c52d31
MB
52772007-10-28 Miles Bader <miles@gnu.org>
5278
5279 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5280
01c52d31
MB
52812007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5282
0c7efc08
SM
5283 * gnus.texi (Sorting the Summary Buffer):
5284 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
5285
52862007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5287
5288 * gnus.texi (Non-ASCII Group Names): New node.
5289 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5290 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5291
c8763fb6 52922007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5293
5294 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5295 clean the output of the program `imap-shell-program'.
5296
52972007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5298
5299 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5300
53012007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5302
5303 * gnus.texi (Sticky Articles): Documentation for sticky article
5304 buffers.
5305
c8763fb6 53062007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5307
5308 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5309
53102007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5311
5312 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5313
53142007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5315
0c7efc08
SM
5316 * gnus.texi (Archived Messages):
5317 Document gnus-update-message-archive-method.
01c52d31
MB
5318
53192007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5320
5321 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5322
c8763fb6 53232007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 5324
0c7efc08
SM
5325 * gnus.texi (Group Maneuvering):
5326 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
5327
53282007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5329
0c7efc08
SM
5330 * gnus.texi (Really Various Summary Commands):
5331 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
5332
53332007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5334
5335 * gnus.texi, message.texi: Bump version number.
5336
53372007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5338
5339 * gnus.texi (Group Line Specification, Misc Group Stuff)
5340 (Server Commands): Parenthesize @pxref{Mail Spool}.
5341
53422007-10-28 Didier Verna <didier@xemacs.org>
5343
5344 New user option: message-signature-directory.
5345 * message.texi (Insertion Variables): Document it.
5346 * gnus.texi (Posting Styles): Ditto.
5347
53482007-10-28 Didier Verna <didier@xemacs.org>
5349
5350 * gnus.texi (Group Line Specification):
5351 * gnus.texi (Misc Group Stuff):
5352 * gnus.texi (Server Commands): Document the group compaction feature.
5353
53542007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5355
5356 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5357
5358 * message.texi (Various Message Variables): Add message-fill-column.
5359
53602007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5361
5362 * gnus.texi: Untabify.
5363
53642007-10-28 Didier Verna <didier@xemacs.org>
5365
5366 * gnus.texi (Group Parameters): Document the posting-style merging
5367 process in topic-mode.
5368
53692007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5370
5371 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5372
53732007-10-28 Romain Francoise <romain@orebokech.com>
5374
5375 * gnus.texi (Mail Spool): Fix typo.
5376 Update copyright.
5377
53782007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5379
5380 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5381
53822007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5383
5384 * gnus.texi (Summary Generation Commands):
5385 Add gnus-summary-insert-ticked-articles.
5386
53872007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5388
b2abec73
JB
5389 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5390 to spam-spamassassin-program.
01c52d31
MB
5391
53922007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5393
5394 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5395
53962007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5397
5398 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5399
54002007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5401
5402 * message.texi (Mail Headers): Document `opportunistic'.
5403
54042007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5405
5406 * emacs-mime.texi (Encoding Customization): Explain how to set
5407 mm-coding-system-priorities per hierarchy.
5408
54092007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5410
5411 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5412 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5413
54142007-10-28 Didier Verna <didier@xemacs.org>
5415
5416 * message.texi (Wide Reply): Update documentation of
5417 message-dont-reply-to-names (now allowing a list of regexps).
5418
54192007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5420
5421 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5422
54232007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5424
5425 * gnus.texi (SpamAssassin back end): Fix typo.
5426
5427 * sieve.texi (Examples): Fix grammar.
5428
54292007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5430
5431 * gnus.texi (Searching for Articles): Document M-S and M-R.
5432 (Limiting): Document / b.
5433
54342007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5435
5436 * gnus.texi (Thread Commands): T M-^.
5437
54382007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5439
5440 * message.texi (Mail Aliases): Document ecomplete.
5441 (Mail Aliases): Fix typo.
5442
54432007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5444
5445 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5446 fix typo.
5447
54482007-10-28 Romain Francoise <romain@orebokech.com>
5449
5450 * gnus.texi (Mail Spool): Grammar fix.
5451
54522007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5453
5454 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5455 string.
5456
54572007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5458
5459 * gnus.texi (Group Parameters): Fix description.
5460
54612007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5462
b2abec73
JB
5463 * gnus.texi (Gmane Spam Reporting):
5464 Fix spam-report-gmane-use-article-number.
5465 Add spam-report-user-mail-address.
01c52d31
MB
5466
54672007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5468
5469 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5470
54712007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5472
5473 * gnus.texi (Group Parameters): Add simplified sorting example based on
5474 example for `Sorting the Summary Buffer' from Jari Aalto
5475 <jari.aalto@cante.net>.
5476 (Example Methods): Add example for an indirect connection.
5477
54782007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5479
0c7efc08 5480 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
5481 (Agent Parameters): Updated parameter names to match code.
5482 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5483 'gnus-agent-summary-fetch-series'.
5484 (Agent and flags): New section providing a generalized discussion
5485 of flag handling.
0c7efc08
SM
5486 (Agent and IMAP): Remove flag discussion.
5487 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
5488
54892007-10-28 Romain Francoise <romain@orebokech.com>
5490
5491 * gnus.texi (Exiting the Summary Buffer): Add new function
5492 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5493
54942007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5495
5496 * gnus.texi (Conformity): Fix typo.
5497 (Customizing Articles): Document `first'.
5498
54992007-10-28 Jari Aalto <jari.aalto@cante.net>
5500
5501 * gnus.texi (Sorting the Summary Buffer):
5502 Add `gnus-thread-sort-by-date-reverse'. Add example
5503 host to different sorting in NNTP and RSS groups.
5504
55052007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5506
5507 * message.texi (Insertion): Describe prefix for
5508 message-mark-inserted-region and message-mark-insert-file.
5509
55102007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5511
5512 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5513 LaTeX documents. Describe "text/x-gnus-verbatim".
5514
55152007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5516
b2abec73 5517 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
5518 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5519 (spam-stat spam filtering, SpamOracle)
0c7efc08 5520 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
5521 clarity.
5522
55232007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5524
5525 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5526 gnus-article-delete-part and gnus-article-replace-part.
5527 (Using MIME): Add gnus-mime-replace-part.
5528
55292007-10-28 Romain Francoise <romain@orebokech.com>
5530
5531 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5532 requires `auto-compression-mode' to be enabled. Add new nnml
5533 variable `nnml-compressed-files-size-threshold'.
5534
55352007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5536
0c7efc08
SM
5537 * gnus.texi (Sorting the Summary Buffer):
5538 Add gnus-thread-sort-by-recipient.
01c52d31
MB
5539
55402007-10-28 Romain Francoise <romain@orebokech.com>
5541
5542 * message.texi (Insertion Variables): Mention new variable
5543 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5544 documentation accordingly.
5545
55462007-10-28 Romain Francoise <romain@orebokech.com>
5547
5548 * gnus.texi (To From Newsgroups): Mention new variables
5549 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5550
55512007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5552
5553 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5554 stuff; gnus-mime-inline-part does the automatic decompression.
5555
55562007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5557
5558 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 5559 "training.ham" should be "training.spam".
01c52d31
MB
5560
55612007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5562
5563 * message.texi (Mail Variables): Fix the default value for
5564 message-send-mail-function.
5565
55662007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5567
5568 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5569 always returns nil exceptionally.
5570
55712007-10-28 Simon Josefsson <jas@extundo.com>
5572
0c7efc08
SM
5573 * gnus.texi (Article Washing): Add libidn URL.
5574 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
5575
55762007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5577
5578 * gnus.texi (Topic Commands): Fix next/previous.
5579
55802007-10-28 Simon Josefsson <jas@extundo.com>
5581
5582 * gnus.texi (Article Washing): Mention `W i'.
5583
c8763fb6 55842007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
5585
5586 * gnus.texi (Group Parameters): Slight extension of sieve
5587 parameter description.
5588
55892007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5590
5591 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5592 matching score files as well.
5593 (Picons): Describe `gnus-picon-style'.
5594
55952007-10-28 Romain Francoise <romain@orebokech.com>
5596
5597 * message.texi (Message Headers): Mention that headers are hidden
5598 using narrowing, and how to expose them.
5599 Update copyright.
5600
56012007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5602
5603 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5604 `gnus-summary-sort-by-recipient'.
5605
56062007-10-28 Romain Francoise <romain@orebokech.com>
5607
5608 * gnus.texi (NNTP marks): New node.
5609 (NNTP): Move NNTP marks variables to the new node.
5610
56112007-10-28 Jesper Harder <harder@ifa.au.dk>
5612
b2abec73 5613 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
5614
5615 * gnus.texi (MIME Commands, Hashcash): Markup fix.
5616
56172007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5618
b2abec73 5619 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 5620 everywhere for consistency.
b2abec73
JB
5621 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5622 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
5623 Say "regular expression" instead of "regex." Admonish.
5624 Pick other words to sound better (s/so/thus/).
5625 (Spam ELisp Package Filtering of Incoming Mail):
5626 Mention statistical filters. Remove old TODO.
01c52d31 5627 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
5628 New section on sorting and displaying the spam score.
5629 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5630 backend but an alias to spam-use-BBDB.
5631 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
5632 new backend functionality.
5633
56342007-10-28 Simon Josefsson <jas@extundo.com>
5635
5636 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5637 nntp-marks-directory, from Romain Francoise
5638 <romain@orebokech.com>.
5639
56402007-10-28 Magnus Henoch <mange@freemail.hu>
5641
5642 * gnus.texi (Hashcash): New default value of
5643 hashcash-default-payment.
5644
56452007-10-28 Simon Josefsson <jas@extundo.com>
5646
5647 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5648 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5649
56502007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5651
0c7efc08 5652 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5653
56542007-10-28 Simon Josefsson <jas@extundo.com>
5655
5656 * gnus.texi (documentencoding): Add, to avoid warnings.
5657
56582007-10-28 Simon Josefsson <jas@extundo.com>
5659
5660 * message.texi (Mail Headers): Add.
5661
5662 * gnus.texi (Hashcash): Fix.
5663
56642007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5665
0c7efc08 5666 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5667 that payments can be verified and fix the name of the
b2abec73 5668 hashcash-path variable.
01c52d31
MB
5669
56702007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5671
b2abec73 5672 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5673
56742007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5675
5676 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5677
56782007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5679
5680 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5681 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5682 warning about ham processors in spam groups removed.
01c52d31
MB
5683
56842007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5685
0c7efc08 5686 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5687 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5688
56892007-10-28 Jesper Harder <harder@ifa.au.dk>
5690
5691 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5692 (Mailing List): Typo.
5693 (Customizing Articles): Add gnus-treat-ansi-sequences.
5694 (Article Washing): Index.
5695
5696 * message.texi: Use m-dash consistently.
5697
56982007-10-28 Jesper Harder <harder@ifa.au.dk>
5699
5700 * gnus.texi (GroupLens): Remove.
5701
57022007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5703
0c7efc08
SM
5704 * gnus.texi (Outgoing Messages, Agent Variables):
5705 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5706 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5707
57082007-10-28 Jesper Harder <harder@ifa.au.dk>
5709
5710 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5711
57122007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5713
5714 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5715
5716 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5717
57182007-10-28 Simon Josefsson <jas@extundo.com>
5719
5720 * gnus.texi (Top): Add SASL.
5721
404cd454
GM
57222007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5723
5724 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5725
57262007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5727
5728 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5729
0edd2970
JB
57302007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5731
5732 * calc.texi (Formulas, Composition Basics): Lower the
5733 precedence of negation.
5734
a9afba20
JY
57352007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5736
5737 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5738 Mention the new three-letter column identifiers.
5739 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5740 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5741 message when using `c' on an empty default with default printer.
5742 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5743 renamed to `ses--symbolic-formulas' some time ago.
5744
45b778a6
JB
57452007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5746
5747 * calc.texi (Default Simplifications, Making Selections)
5748 (Customizing Calc): Clarify associativity of multiplication.
5749
03b5bade
MA
57502007-10-23 Michael Albinus <michael.albinus@gmx.de>
5751
5752 * tramp.texi (Traces and Profiles): Simplify loop over
5753 `trace-function-background'.
5754
e658c8ee
JL
57552007-10-22 Juri Linkov <juri@jurta.org>
5756
5757 * dired-x.texi (Shell Command Guessing): Default values are now
5758 available by typing M-n instead of M-p.
5759
dd753688
MA
57602007-10-21 Michael Albinus <michael.albinus@gmx.de>
5761
5762 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5763 (Password caching): Remove `tramp-clear-passwd'.
5764 It's not a command anymore.
dd753688
MA
5765 (Bug Reports): Add `tramp-bug' to function index.
5766 (Function Index, Variable Index): New nodes.
5767 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5768
5769 * trampver.texi: Update release number.
5770
4bb49b43
JB
57712007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5772
8b296cdd 5773 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5774 about integer size into past tense.
5775 (Time Zones): Remove pointer to Calc author's address.
5776 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5777 and hyperbolic cotangent. Fix typo.
4bb49b43 5778
311dd93f
MA
57792007-10-10 Michael Albinus <michael.albinus@gmx.de>
5780
5781 Sync with Tramp 2.1.11.
5782
5783 * trampver.texi: Update release number.
5784
ea3fc256
MA
57852007-10-06 Michael Albinus <michael.albinus@gmx.de>
5786
5787 * tramp.texi (External packages): New section.
5788
1af74d06
MB
57892007-09-29 Juri Linkov <juri@jurta.org>
5790
5791 * info.texi (Help-Int): Document `L' (`Info-history').
5792
0e2806fa
SM
57932007-09-26 Carsten Dominik <dominik@science.uva.nl>
5794
5795 * org.texi: Change links to webpage and maintained email.
5796 (Remember): Promote to Chapter, significant changes.
5797 (Fast access to TODO states): New section.
5798 (Faces for TODO keywords): New section.
5799 (Export options): Example for #+DATE.
5800 (Progress logging): Section moved.
5801
567b9191
BW
58022007-09-26 Bill Wohler <wohler@newt.com>
5803
5804 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5805 browse-url-at-mouse.
5806
1af74d06
MB
58072007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5808
5809 * flymake.texi (Customizable variables): Face names don't end in -face.
5810 Fix flymake-err-line-patterns template.
5811 (Example -- Configuring a tool called directly): Fix init-function.
5812 (Highlighting erroneous lines): Face names don't end in -face.
5813
d60a4e3a 58142007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5815
5816 * erc.texi (Special-Features): Fix small typo.
5817
7d7a3510
MA
58182007-09-14 Michael Albinus <michael.albinus@gmx.de>
5819
5820 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5821 and "External transfer methods".
5822
285f0d3a
JB
58232007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5824
5825 * calc.texi (Predefined Units): Add some history.
5826
526dc846
MO
58272007-09-08 Michael Olson <mwolson@gnu.org>
5828
87e04f16
JB
5829 * erc.texi (Copying): New section included from gpl.texi.
5830 This matches the look of the upstream ERC manual.
526dc846 5831
f10d0e80
JB
58322007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5833
87e04f16 5834 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5835 (Random Numbers): Clarify the distribution of `random'.
5836
4009494e
GM
58372007-09-06 Glenn Morris <rgm@gnu.org>
5838
f1fc42aa 5839 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5840 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5841 Change all setfilename commands to use ../../info.
5842 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5843 refer to the Emacs manual here.
5844 (infodir): New variable.
5845 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5846 (cc-mode.texi, faq.texi): Update references to source file locations.
5847 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5848 do not refer to the Emacs manual here.
5849 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5850
5851 * Makefile.in: Add `basename' versions of all info targets, for
5852 convenience when rebuilding just one manual.
5853 (../etc/GNU): Delete obsolete target.
5854 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5855 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5856 *.vrs *.toc here...
5857 (maintainer-clean): ...from here.
4009494e
GM
5858
5859 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5860
2de53ca6
GM
58612007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5862
5863 * calc.texi (Date Conversions): Clarify definition of
5864 Julian day numbering.
5865 (Date Forms): Clarify definition of Julian day numbering;
5866 add some history.
5867
58682007-08-30 Carsten Dominik <dominik@science.uva.nl>
5869
87e04f16 5870 * org.texi: Version 5.07.
2de53ca6
GM
5871
58722007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5873
5874 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5875
58762007-08-22 Carsten Dominik <dominik@science.uva.nl>
5877
5878 * org.texi (Adding hyperlink types): New section.
5879 (Embedded LaTeX): Chapter updated because of LaTeX export.
5880 (LaTeX export): New section.
5881 (Using links out): New section.
5882
58832007-08-22 Glenn Morris <rgm@gnu.org>
5884
5885 * faq.texi (Learning how to do something): Refcards now in
5886 etc/refcards/ directory.
5887
58882007-08-22 Michael Albinus <michael.albinus@gmx.de>
5889
5890 * tramp.texi (Remote Programs): Persistency file must be cleared when
5891 changing `tramp-remote-path'.
5892 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5893 macro.
5894
58952007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5896
5897 * calc.texi: Move contents to beginning of file.
5898 (Algebraic Entry): Fix the formatting of an example.
5899
59002007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5901
5902 * calc.texi (Basic Operations on Units): Mention exact versus
5903 inexact conversions.
5904
59052007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5906
5907 * calc.texi (Basic Operations on Units): Mention default
5908 values for new units.
5909 (Quick Calculator Mode): Mention that binary format will
5910 be displayed.
5911
59122007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5913
5914 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5915
59162007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5917
5918 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5919
59202007-08-08 Glenn Morris <rgm@gnu.org>
5921
5922 * gnus.texi, sieve.texi: Replace `iff'.
5923
59242007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5925
5926 * calc.texi (Basic Graphics): Mention the graphing of error
5927 forms.
5928 (Graphics Options): Mention how `g s' handles error forms.
5929 (Curve Fitting): Mention plotting the curves.
5930 (Standard Nonlinear Models): Add additional models.
5931 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5932 (Linear Fits): Correct result.
5933
59342007-08-01 Alan Mackenzie <acm@muc.de>
5935
5936 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5937 to "--no-site-file".
5938
59392007-07-29 Michael Albinus <michael.albinus@gmx.de>
5940
5941 * tramp.texi (Frequently Asked Questions): Point to mode line
5942 extension in Emacs 23.1.
5943
5944 * trampver.texi: Update release number.
5945
59462007-07-27 Glenn Morris <rgm@gnu.org>
5947
5948 * calc.texi (Copying): Include license text from gpl.texi, rather than
5949 in-line.
5950
59512007-07-25 Glenn Morris <rgm@gnu.org>
5952
5953 * calc.texi (Copying): Replace license with GPLv3.
5954
5955 * Relicense all FSF files to GPLv3 or later.
5956
59572007-07-22 Michael Albinus <michael.albinus@gmx.de>
5958
5959 Sync with Tramp 2.1.10.
5960
5961 * tramp.texi (trampfn): Expand macro implementation in order to handle
5962 empty arguments.
5963 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 5964 occurrences by trampfn.
2de53ca6 5965 (Frequently Asked Questions): Extend example code for host
b2abec73 5966 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
5967 file names to be typed.
5968
5969 * trampver.texi: Update release number.
5970
59712007-07-17 Michael Albinus <michael.albinus@gmx.de>
5972
5973 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5974 section. Reported by <poti@potis.org>.
5975 (Remote processes): Arguments of the program to be debugged are taken
5976 literally.
5977 (Frequently Asked Questions): Simplify recentf example.
5978
59792007-07-14 Karl Berry <karl@gnu.org>
5980
5981 * info.texi (@copying): New Back-Cover Text.
5982
5983 * info.texi (Quitting Info): Move to proper place in source.
5984 (Reported by Benno Schulenberg.)
5985
59862007-07-13 Eli Zaretskii <eliz@gnu.org>
5987
5988 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5989
5990 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5991
5992 * emacs-mime.texi: Add @documentencoding directive.
5993
59942007-07-12 Nick Roberts <nickrob@snap.net.nz>
5995
5996 * tramp.texi (Remote processes): Add an anchor to the subsection
5997 "Running a debugger on a remote host".
5998
59992007-07-12 Michael Albinus <michael.albinus@gmx.de>
6000
6001 * tramp.texi (Remote processes): Don't call it "experimental" any
6002 longer. Add subsection about running a debugger on a remote host.
6003
60042007-07-10 Carsten Dominik <dominik@science.uva.nl>
6005
6006 * org.texi (Properties and columns): Chapter rewritten.
6007
60082007-07-08 Michael Albinus <michael.albinus@gmx.de>
6009
6010 * tramp.texi:
6011 * trampver.texi: Migrate to Tramp 2.1.
6012
60132007-07-02 Carsten Dominik <dominik@science.uva.nl>
6014
6015 * org.texi (Properties): New chapter.
6016
60172007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6018
6019 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6020 Control Panel.
6021
6022 * gnus.texi (Misc Article): Add index entry for
6023 gnus-single-article-buffer.
6024
60252007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
6026
6027 * gnus.texi (Starting Up): Fix typo.
6028
60292007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
6030
6031 * gnus.texi (Asynchronous Fetching): Fix typo.
6032
60332007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6034
6035 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6036 (About This Manual): Remove redundant information.
6037 (Getting Started): Mention author.
6038 (Basic Arithmetic, Customizing Calc): Make description of the
6039 variable `calc-multiplication-has-precedence' match its new effect.
6040
60412007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6042
0c7efc08
SM
6043 * calc.texi (Basic Arithmetic, Customizing Calc):
6044 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
6045
60462007-06-19 Carsten Dominik <dominik@science.uva.nl>
6047
6048 * org.texi (Tag): Section swapped with node Timestamps.
6049 (Formula syntax for Lisp): Document new `L' flag.
6050
60512007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6052
6053 * gnus.texi (Misc Group Stuff, Summary Buffer)
6054 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6055
60562007-06-06 Juanma Barranquero <lekktu@gmail.com>
6057
6058 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6059 * gnus.texi (Article Buttons, Mail Source Customization)
6060 (Sending or Not Sending, Customizing NNDiary):
6061 * message.texi (Message Headers):
6062 * mh-e.texi (HTML): Fix typos.
6063
60642007-06-07 Michael Albinus <michael.albinus@gmx.de>
6065
6066 Sync with Tramp 2.0.56.
6067
6068 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6069 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6070
60712007-06-02 Chong Yidong <cyd@stupidchicken.com>
6072
6073 * Version 22.1 released.
6074
60752007-05-26 Michael Olson <mwolson@gnu.org>
6076
6077 * erc.texi (Modules): Fix references to completion modules.
6078
60792007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6080
6081 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6082
60832007-05-09 Didier Verna <didier@xemacs.org>
6084
6085 * gnus.texi (Email Based Diary): New. Proper documentation for the
6086 nndiary back end and the gnus-diary library.
6087
60882007-05-03 Karl Berry <karl@gnu.org>
6089
6090 * .cvsignore (*.pdf): New entry.
6091
6092 * texinfo.tex: Update from current version for better pdf generation.
6093
60942007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6095
6096 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6097
60982007-04-28 Glenn Morris <rgm@gnu.org>
6099
6100 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6101 consideration of legal status.
6102
61032007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6104
6105 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6106
61072007-04-24 Chong Yidong <cyd@stupidchicken.com>
6108
6109 * faq.texi (New in Emacs 22): python.el removed.
6110
61112007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6112
6113 * calc.texi (Reporting bugs): Update maintainer's address.
6114
61152007-04-22 Chong Yidong <cyd@stupidchicken.com>
6116
6117 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6118
61192007-04-15 Jay Belanger <belanger@truman.edu>
6120
6121 * calc.texi (Title page): Remove the date.
6122 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6123 (The Standard Calc Interface): Change trail title.
6124 (Floats): Mention that when non-decimal floats are entered, only
6125 approximations are stored.
6126 (Copying): Move to the appendices.
6127 (GNU Free Documentation License): Add as an appendix.
6128
61292007-04-15 Chong Yidong <cyd@stupidchicken.com>
6130
6131 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6132 * dired-x.texi, ebrowse.texi, ediff.texi:
6133 * emacs-mime.texi, erc.texi, eshell.texi:
6134 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6135 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6136 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6137 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6138 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6139 * woman.texi: Include GFDL.
6140
6141 * doclicense.texi: Remove node heading, so that it can be included by
6142 other files.
6143
6144 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6145
6146 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6147 than *.
6148
61492007-04-14 Carsten Dominik <dominik@science.uva.nl>
6150
6151 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6152 in Calc.
6153
61542007-04-09 Romain Francoise <romain@orebokech.com>
6155
6156 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6157 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6158 replace mouse-2.
6159
61602007-04-08 Chong Yidong <cyd@stupidchicken.com>
6161
6162 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6163 renamed to woman-use-topic-at-point. Document new behavior.
6164
61652007-04-08 Richard Stallman <rms@gnu.org>
6166
6167 * url.texi: Fix some indexing.
6168 (Disk Caching): Drop discussion of old/other Emacs versions.
6169
61702007-04-07 Chong Yidong <cyd@stupidchicken.com>
6171
6172 * url.texi (Disk Caching): Say Emacs 21 "and later".
6173
6174 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6175 on Font locking which now mentions JIT lock.
6176
61772007-04-01 Michael Olson <mwolson@gnu.org>
6178
6179 * erc.texi: Update for the ERC 5.2 release.
6180
61812007-03-31 David Kastrup <dak@gnu.org>
6182
6183 * woman.texi (Topic, Interface Options): Explain changes semantics of
6184 woman-manpath in order to consider MANPATH_MAP entries.
6185
61862007-03-31 Eli Zaretskii <eliz@gnu.org>
6187
6188 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6189
61902007-03-26 Richard Stallman <rms@gnu.org>
6191
6192 * pgg.texi (Caching passphrase): Clean up previous change.
6193
61942007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6195
6196 * gnus.texi (Setting Process Marks): Fix typo.
6197
61982007-03-25 Romain Francoise <romain@orebokech.com>
6199
6200 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6201 readability, and include various fixes by Daniel Brockman, Nick Roberts
6202 and Dieter Wilhelm.
6203
62042007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6205
6206 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6207
6208 * gnus.texi (Mail Source Specifiers): Fix typo.
6209
62102007-03-22 Ralf Angeli <angeli@caeruleus.net>
6211
6212 * reftex.texi (Imprint): Update maintainer information.
6213
62142007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6215
6216 * message.texi (Message Buffers): Update documentation for
6217 message-generate-new-buffers.
6218
62192007-03-15 Daiki Ueno <ueno@unixuser.org>
6220
6221 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6222
62232007-03-21 Glenn Morris <rgm@gnu.org>
6224
6225 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6226
62272007-03-19 Chong Yidong <cyd@stupidchicken.com>
6228
6229 * eshell.texi (Known problems): Emacs 21 -> 22.
6230
6231 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6232
62332007-03-18 Jay Belanger <belanger@truman.edu>
6234
6235 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6236
62372007-03-12 Glenn Morris <rgm@gnu.org>
6238
6239 * calc.texi (Time Zones): Switch to new North America DST rule.
6240
6241 * calc.texi: Replace "daylight savings" with "daylight
6242 saving" in text throughout.
6243
62442007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6245
6246 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6247 The variable now uses a list of symbols instead of just a symbol.
6248 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6249
62502007-03-06 Romain Francoise <romain@orebokech.com>
6251
6252 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6253 new packages, and mention Gnus update.
6254
62552007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6256
6257 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6258 nntp-open-connection-functions-never-echo-commands.
6259
62602007-02-27 Chong Yidong <cyd@stupidchicken.com>
6261
6262 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6263 problems on the console, and security risk in not using gpg-agent.
6264
62652007-02-25 Carsten Dominik <dominik@science.uva.nl>
6266
0c7efc08 6267 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
6268 Completely reorganized and rewritten.
6269 (CamelCase links): Section removed.
6270 (Repeating items): New section.
6271 (Tracking TODO state changes): New section.
6272 (Agenda views): Chapter reorganized and rewritten.
6273 (HTML export): Section rewritten.
6274 (Tables in arbitrary syntax): New section.
6275 (Summary): Better feature summary.
6276 (Activation): Document problem with cut-and-paste of Lisp code
6277 from PDF files.
6278 (Visibility cycling): Document indirect buffer use.
6279 (Structure editing): Document sorting.
6280 (Remember): Section rewritten.
6281 (Time stamps): Better description of time stamp types.
6282 (Tag searches): Document regular expression search for tags.
6283 (Stuck projects): New section.
6284 (In-buffer settings): New keywords.
6285 (History and Acknowledgments): Updated description.
6286
62872007-02-24 Alan Mackenzie <acm@muc.de>
6288
6289 * cc-mode.texi (Movement Commands): Insert two missing command names.
6290 (Getting Started): Slight wording correction (use conditional).
6291
62922007-02-22 Kim F. Storm <storm@cua.dk>
6293
6294 * widget.texi (User Interface, Basic Types): Document need to put some
6295 text before the %v escape in :format string in editable-field widget.
6296
62972007-02-18 Romain Francoise <romain@orebokech.com>
6298
6299 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6300 `cvs-mode-quit'.
6301
63022007-02-10 Markus Triska <markus.triska@gmx.at>
6303
6304 * widget.texi (Programming Example): Put constant strings in :format.
6305
63062007-02-07 Juanma Barranquero <lekktu@gmail.com>
6307
6308 * faq.texi (Fullscreen mode on MS-Windows): New node.
6309
63102007-02-04 David Kastrup <dak@gnu.org>
6311
6312 * faq.texi (AUCTeX): Update version number. Should probably be done
6313 for other packages as well.
6314
63152007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6316
6317 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6318 <tassilo@member.fsf.org>.
6319
63202007-01-27 Eli Zaretskii <eliz@gnu.org>
6321
6322 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6323 ls-lisp-use-localized-time-format.
6324
63252007-01-20 Markus Triska <markus.triska@gmx.at>
6326
6327 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6328
63292007-01-13 Michael Olson <mwolson@gnu.org>
6330
6331 * erc.texi (Modules): Mention capab-identify module.
6332
63332007-01-05 Michael Olson <mwolson@gnu.org>
6334
6335 * erc.texi (Getting Started): Update for /RECONNECT command.
6336
63372007-01-04 Richard Stallman <rms@gnu.org>
6338
6339 * ebrowse.texi: Change C-c b to C-c C-m.
6340
63412007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6342
6343 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6344 variables only in info to avoid redundant entries in the printed
6345 manual.
6346
63472007-01-02 Daiki Ueno <ueno@unixuser.org>
6348
6349 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6350
63512007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6352
6353 * message.texi (Security): Split into sub-nodes.
6354
63552007-01-01 Alan Mackenzie <acm@muc.de>
6356
6357 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6358 eval-after-load in Emacs <=21 and a workaround. Document that
6359 trigraphs are not supported.
6360
63612007-01-01 Alan Mackenzie <acm@muc.de>
6362
6363 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6364 c-context-line-break. When invoked within a string, preserve
6365 whitespace. Add a backslash only when also in a macro.
6366
63672007-01-01 Alan Mackenzie <acm@muc.de>
6368
6369 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6370
63712007-01-01 Alan Mackenzie <acm@muc.de>
6372
6373 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6374 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6375
63762007-01-01 Alan Mackenzie <acm@muc.de>
6377
6378 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6379 "Choosing a Style".
6380
6381 * cc-mode.texi ("Styles"): Add @dfn{style}.
6382
63832006-12-30 Michael Albinus <michael.albinus@gmx.de>
6384
6385 Sync with Tramp 2.0.55.
6386
6387 * trampver.texi: Update release number.
6388
63892006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6390
6391 * gnus.texi (Customizing Articles): Add index entries for all
6392 gnus-treat-* variables.
6393
c8763fb6 63942006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6395
6396 * gnus.texi (IMAP): Fix incorrect explanation of
6397 nnimap-search-uids-not-since-is-evil in documentation for
6398 nnimap-expunge-search-string.
6399
64002006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6401
6402 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6403 spam-ifile-database.
6404
64052006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6406
6407 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6408 rebind C-s.
6409
c8763fb6 64102006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6411
6412 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6413 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6414 "expiring mail".
6415 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6416 nnimap-nov-is-evil.
6417
64182006-12-25 Kevin Ryde <user42@zip.com.au>
6419
6420 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6421 about the key procedure being used heavily.
6422
64232006-12-24 Chong Yidong <cyd@stupidchicken.com>
6424
6425 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6426 to t.
6427 (Prerequisites): Add explanation about gpg-agent.
6428
64292006-12-22 Kevin Ryde <user42@zip.com.au>
6430
6431 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6432 "sort" instead of "sort*".
6433
64342006-12-19 Richard Stallman <rms@gnu.org>
6435
6436 * calc.texi (History and Acknowledgements): Recognize that Emacs
6437 now does have floating point.
6438
64392006-12-19 Michael Albinus <michael.albinus@gmx.de>
6440
6441 * tramp.texi (External transfer methods): Describe new method `scpc'.
6442
64432006-12-17 Sascha Wilde <wilde@sha-bang.de>
6444
6445 * pgg.texi: Added short note on gpg-agent to the introduction.
6446
64472006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6448
6449 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6450 also applies to Cc.
6451
64522006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6453
6454 * gnus.texi (X-Face): Clarify. Say which programs are required
6455 on Windows.
6456
64572006-12-08 Michael Olson <mwolson@gnu.org>
6458
6459 * erc.texi (Modules): Remove documentation for list module.
6460
c8763fb6 64612006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
6462
6463 * faq.texi (^M in the shell buffer): Ditto.
6464
64652006-11-20 Michael Olson <mwolson@gnu.org>
6466
6467 * erc.texi: Call this the 5.2 stable pre-release of ERC.
6468
64692006-11-17 Carsten Dominik <dominik@science.uva.nl>
6470
6471 * org.texi: Fix typos.
6472 (Agenda commands): Document `C-k'.
6473
64742006-11-16 Eli Zaretskii <eliz@gnu.org>
6475
6476 * url.texi (http/https): Fix a typo in the HTTP URL.
6477
64782006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6479
6480 * ada-mode.texi: Total rewrite.
6481
64822006-11-13 Carsten Dominik <dominik@science.uva.nl>
6483
6484 * org.texi: Minor typo fixes.
6485
64862006-11-13 Bill Wohler <wohler@newt.com>
6487
6488 Release MH-E manual version 8.0.3.
6489
6490 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6491 release 8.0.3.
6492
6493 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6494 to set MAILDIR.
6495 (Reading Mail): Document the customization of read-mail-command
6496 for MH-E.
6497 (Viewing Attachments): Document mm-discouraged-alternatives.
6498 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6499 (Junk): Add more information about the settings of mh-junk-background
6500 in a program. Add /usr/bin/mh to PATH in examples.
6501
65022006-11-12 Richard Stallman <rms@gnu.org>
6503
6504 * woman.texi: Update author address but say he no longer maintains it.
6505
65062006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6507
6508 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6509 archived trees.
6510 (Checkboxes): Section moved to chapter 5, and extended.
6511 (The date/time prompt): New section.
6512 (Link abbreviations): New section.
6513 (Presentation and sorting): New section.
6514 (Custom agenda views): Section completely rewritten.
6515 (Summary): Compare with Planner.
6516 (Feedback): More info about creating backtraces.
6517 (Plain lists): Modified example.
6518 (Breaking down tasks): New section.
6519 (Custom time format): New section.
6520 (Time stamps): Document inactive timestamps.
6521 (Setting tags): More details about fast tag selection.
6522 (Block agenda): New section.
6523 (Custom agenda views): Section rewritten.
6524 (Block agenda): New section.
6525
65262006-11-07 Michael Albinus <michael.albinus@gmx.de>
6527
6528 * tramp.texi (Configuration): scp is the default method.
6529 (Default Method): Use ssh as example for another method.
6530
65312006-10-27 Richard Stallman <rms@gnu.org>
6532
6533 * woman.texi: Downcase nroff/troff/roff.
6534 (Installation): Chapter deleted. Some xrefs deleted.
6535 (Background): woman doesn't advise man ;-).
6536
c8763fb6 65372006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6538
6539 * ada-mode.texi (Project files, Identifier completion)
6540 (Automatic Casing, Debugging, Using non-standard file names)
6541 (Working Remotely): Fix typos.
6542
65432006-10-20 Masatake YAMATO <jet@gyve.org>
6544
0c7efc08 6545 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
6546 sample code `my-c-initialization-hook'.
6547
65482006-10-19 Stuart D. Herring <herring@lanl.gov>
6549
6550 * widget.texi: Fix typos.
6551
65522006-10-19 Michael Albinus <michael.albinus@gmx.de>
6553
6554 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6555 "???". There have been no complaints for years, so the information
6556 must be appropriate.
6557
65582006-10-16 Richard Stallman <rms@gnu.org>
6559
6560 * widget.texi: Use @var instead of capitalization.
6561 Clarify many widget type descriptions.
6562
65632006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6564
6565 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6566 gnus-dired-attach.
6567 (Selecting a Group): Fix typo.
6568
c8763fb6 65692006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6570
6571 * widget.texi: Fix typos.
6572
65732006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
6574
6575 * gnus.texi (Image Enhancements): Update for Emacs 22.
6576
6577 * gnus-faq.texi ([1.3]): Update.
6578
65792006-10-06 Richard Stallman <rms@gnu.org>
6580
6581 * faq.texi (Displaying the current line or column):
6582 Delete "As of Emacs 20".
6583
65842006-10-06 Romain Francoise <romain@orebokech.com>
6585
6586 * faq.texi (VM): VM works with Emacs 22 too.
6587
65882006-10-06 Richard Stallman <rms@gnu.org>
6589
6590 * ebrowse.texi: Remove Emacs version "21" from title.
6591
65922006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
6593
6594 * gnus.texi (Foreign Groups): Say where change of editing commands are
6595 stored. Add reference to `gnus-parameters'.
6596
65972006-09-15 Jay Belanger <belanger@truman.edu>
6598
6599 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6600 Change "Library Public License" to "Lesser Public License"
6601 throughout. Use "yyyy" to represent year.
6602
66032006-09-15 Carsten Dominik <dominik@science.uva.nl>
6604
6605 * org.texi (Setting tags): Typo fix.
6606
66072006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
6608
6609 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6610
66112006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6612
6613 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6614
66152006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6616
6617 * faq.texi (Escape sequences in shell output): EMACS is now set
6618 to Emacs's absolute file name, not to "t".
6619 (^M in the shell buffer): Likewise.
6620 * misc.texi (Interactive Shell): Likewise.
6621
66222006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6623
6624 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6625 mails with pop3-leave-mail-on-server. Fix wording.
6626 (Limiting): Improve gnus-summary-limit-to-articles.
6627 (X-Face): Fix typo.
6628
66292006-09-11 Simon Josefsson <jas@extundo.com>
6630
6631 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6632 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6633
66342006-09-06 Simon Josefsson <jas@extundo.com>
6635
6636 * smtpmail.texi (Authentication): Mention SSL.
6637
66382006-09-01 Eli Zaretskii <eliz@gnu.org>
6639
6640 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6641 Don't use @indicateurl.
6642
6643 * cc-mode.texi (Subword Movement): Don't use @headitem.
6644 (Custom Braces, Clean-ups): Don't use @tie.
6645
66462006-08-29 Michael Albinus <michael.albinus@gmx.de>
6647
6648 Sync with Tramp 2.0.54.
6649
6650 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6651 Suggested by Adrian Phillips <a.phillips@met.no>.
6652
66532006-08-15 Carsten Dominik <dominik@science.uva.nl>
6654
6655 * org.texi (Installation, Activation): Split from Installation and
6656 Activation.
6657 (Clocking work time): Documented new features.
6658
66592006-08-13 Alex Schroeder <alex@gnu.org>
6660
6661 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6662 example.
6663
66642006-08-12 Eli Zaretskii <eliz@gnu.org>
6665
6666 * faq.texi (How to add fonts): New node.
6667
66682006-08-05 Romain Francoise <romain@orebokech.com>
6669
6670 * faq.texi (New in Emacs 22): Expand.
6671
66722006-08-03 Michael Olson <mwolson@gnu.org>
6673
6674 * erc.texi: Update for ERC 5.1.4.
6675
66762006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6677
6678 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6679 in .../site-lisp/gnus/ by default.
6680 [ From gnus-news.texi in the trunk. ]
6681
66822006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6683
6684 * gnus.texi (MIME Commands): Additions for yEnc.
6685
66862006-07-24 Richard Stallman <rms@gnu.org>
6687
6688 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6689 * faq.texi: Move periods and commas inside quotes.
6690
66912006-07-20 Jay Belanger <belanger@truman.edu>
6692
6693 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6694
66952006-07-18 Chong Yidong <cyd@stupidchicken.com>
6696
6697 * faq.texi (Security risks with Emacs): Document Emacs 22
6698 file-local-variable mechanism.
6699
67002006-07-12 Michael Olson <mwolson@gnu.org>
6701
6702 * erc.texi: Update for ERC 5.1.3.
6703
67042006-07-12 Alex Schroeder <alex@gnu.org>
6705
6706 * rcirc.texi: Fix typos.
6707 (Getting started with rcirc): New calling convention for M-x irc.
6708 Mention #rcirc. Removed channel tracking.
0c7efc08 6709 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6710 recently, eg. rcirc-server to rcirc-default-server. Added
6711 documentation for rcirc-authinfo, some background for Bitlbee, and
6712 rcirc-track-minor-mode.
0c7efc08 6713 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6714 Scrolling.
0c7efc08 6715 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6716 to match code changes.
6717
67182006-07-10 Nick Roberts <nickrob@snap.net.nz>
6719
6720 * gnus.texi, message.texi: Fix typos.
6721
67222006-07-07 Carsten Dominik <dominik@science.uva.nl>
6723
6724 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6725 commands.
6726 (Global TODO list): Document the use of the variables
6727 `org-agenda-todo-ignore-scheduled' and
6728 `org-agenda-todo-list-sublevels'.
6729
67302006-07-05 Richard Stallman <rms@gnu.org>
6731
6732 * faq.texi (Scrolling only one line): Fix xref.
6733
67342006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6735
6736 * faq.texi (Evaluating Emacs Lisp code):
6737 Throughout, replace eval-current-buffer with eval-buffer.
6738
67392006-07-03 Richard Stallman <rms@gnu.org>
6740
6741 * rcirc.texi (Scrolling conservatively): Fix xref.
6742
6743 * pcl-cvs.texi (Viewing differences): Usage fix.
6744
67452006-07-03 Carsten Dominik <dominik@science.uva.nl>
6746
6747 * org.texi (Agenda commands): Document `s' key to save all org-mode
6748 buffers.
6749
67502006-06-30 Ralf Angeli <angeli@caeruleus.net>
6751
6752 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6753 names. Mention `cvs-msg' face.
6754
67552006-06-29 Carsten Dominik <dominik@science.uva.nl>
6756
6757 * org.texi (Checkboxes): New section.
6758
67592006-06-28 Carsten Dominik <dominik@science.uva.nl>
6760
6761 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6762 throughout this chapter.
6763
67642006-06-27 Chong Yidong <cyd@stupidchicken.com>
6765
6766 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6767 text for standalone vs Emacs info.
6768 (Help): Clarify header line description. Use mouse-1 for clicks.
6769 (Help-P): Use mouse-1 for clicks.
6770 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6771 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6772 (Choose menu subtopic): Remove gratuitous Emacs command names.
6773 (Help-FOO): Put usual behavior first.
6774 (Help-Xref): Clicking on xrefs works in Emacs.
6775 (Search Text): Clarify what the default behavior is.
6776 (Create Info buffer): Fix Emacs window/X window confusion.
6777 (Emacs Info Variables): Fix for new Emacs init file behavior.
6778
67792006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6780
6781 * gnus.texi (Summary Buffer Lines): Fix typo.
6782
67832006-06-23 Carsten Dominik <dominik@science.uva.nl>
6784
6785 * org.texi (Embedded LaTeX): New chapter.
6786 (Archiving): Section rewritten.
6787 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6788
67892006-06-20 Bill Wohler <wohler@newt.com>
6790
6791 Release MH-E manual version 8.0.1.
6792
6793 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6794 release 8.0.1.
6795 (Preface): Depend on GNU mailutils 1.0 and higher.
6796
67972006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6798
6799 * message.texi (News Headers): Update message-syntax-checks section.
6800
68012006-06-19 Karl Berry <karl@gnu.org>
6802
6803 * info.texi (Advanced): Mention C-q, especially with ?.
6804
68052006-06-19 Carsten Dominik <dominik@science.uva.nl>
6806
6807 * org.texi (Publishing links): Document the `:link-validation-function'
6808 property.
6809 (Extensions and Hacking): New chapter, includes some sections of the
6810 "Miscellaneous" chapter.
6811
68122006-06-10 Carsten Dominik <dominik@science.uva.nl>
6813
6814 * org.texi (Progress logging): New section.
6815
2de53ca6
GM
68162006-06-06 Carsten Dominik <dominik@science.uva.nl>
6817
6818 * org.texi (ASCII export): Document indentation adaptation.
6819 (Setting tags): Document mutually-exclusive tags.
6820
68212006-06-05 Romain Francoise <romain@orebokech.com>
6822
6823 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6824 Fix typo.
6825
6826 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6827 channel (#gnus@irc.freenode.net).
6828 Fix typos. Update copyright notice.
6829
6830 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6831 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6832 (Line-Up Functions, Custom Macros):
6833 * ediff.texi (Window and Frame Configuration)
dccb744b 6834 (Highlighting Difference Regions):
2de53ca6
GM
6835 * emacs-mime.texi (Display Customization):
6836 * erc.texi (History):
6837 * eshell.texi (Known problems):
6838 * eudc.texi (Overview, BBDB):
6839 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6840 (The problem of spam, SpamOracle, Extending the Spam package)
6841 (Conformity, Terminology):
dccb744b 6842 * idlwave.texi (Routine Info)
2de53ca6
GM
6843 (Class and Keyword Inheritance, Padding Operators)
6844 (Breakpoints and Stepping, Electric Debug Mode)
6845 (Examining Variables, Troubleshooting):
6846 * org.texi (Creating timestamps):
6847 * reftex.texi (Commands, Options, Changes):
6848 * tramp.texi (Inline methods, Password caching)
6849 (Auto-save and Backup, Issues):
6850 * vip.texi (Files, Commands in Insert Mode):
6851 * viper.texi (Emacs Preliminaries, States in Viper)
6852 (Packages that Change Keymaps, Viper Specials, Groundwork):
6853 Fix various typos.
6854
68552006-05-31 Michael Ernst <mernst@alum.mit.edu>
6856
6857 * ediff.texi: Fix typos.
6858
68592006-05-30 Carsten Dominik <dominik@science.uva.nl>
6860
6861 * org.texi: Small typo fixes.
6862
fff84c22
JB
68632006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6864
6865 * viper.texi (Viper Specials):
6866 * gnus.texi (Example Setup):
6867 * faq.texi (Backspace invokes help):
6868 * dired-x.texi (Optional Installation Dired Jump):
6869 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6870 follow coding conventions.
6871
2de53ca6
GM
68722006-05-29 Michael Albinus <michael.albinus@gmx.de>
6873
6874 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6875
68762006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6877
6878 * pcl-cvs.texi: Fix typos.
6879 (Customization): Say "us".
6880
68812006-05-26 Eli Zaretskii <eliz@gnu.org>
6882
6883 * org.texi: Remove bogus @setfilename.
6884
68852006-05-26 Carsten Dominik <dominik@science.uva.nl>
6886
6887 * org.texi (ASCII export): Omit command name.
6888 (HTML export): Add prefix to all lines in Local Variable example.
6889 (Acknowledgments): Typeset names in italics.
6890
68912006-05-24 Carsten Dominik <dominik@science.uva.nl>
6892
6893 * org.texi (Plain lists): Add new item navigation commands.
6894 (External links): Document elisp and info links.
6895 (Custom searches): New section.
6896 (Publishing): New chapter.
6897 (HTML export): Include a list of supported CSS classes.
6898 (Setting tags): Describe the fast-tag-setting interface.
6899
69002006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6901
6902 * dired-x.texi: ifinfo -> ifnottex.
6903
69042006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6905
6906 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6907
69082006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6909
6910 * message.texi (Interface): Add tool bar customization.
6911 (MIME): Index and text additions for mml-attach.
6912 (MIME): Describe mml-dnd-protocol-alist and
6913 mml-dnd-attach-options.
6914
6915 * gnus.texi (Oort Gnus): Reorder entries in sections.
6916 Fix some entries.
6917 (Starting Up): Add references to "Emacs for Heathens" and to
6918 "Finding the News". Add user-full-name and user-mail-address.
6919 (Group Buffer Format): Add tool bar customization and update.
6920 (Summary Buffer): Add tool bar customization.
6921 (Posting Styles): Add message-alternative-emails.
6922
69232006-05-09 Michael Albinus <michael.albinus@gmx.de>
6924
6925 * tramp.texi (Filename completion): Improve wording.
6926
69272006-05-07 Romain Francoise <romain@orebokech.com>
6928
6929 * faq.texi (Using regular expressions): Fix typo.
6930 (Packages that do not come with Emacs): Fix capitalization.
6931 (Replacing text across multiple files): Expand node to explain how
6932 to use `dired-do-query-replace-regexp' in more detail, based on
6933 suggestion by Eric Hanchrow <offby1@blarg.net>.
6934
69352006-05-06 Michael Albinus <michael.albinus@gmx.de>
6936
6937 * tramp.texi (Filename completion): Completion of remote files'
6938 method, user name and host name is active only in partial
6939 completion mode.
6940
69412006-05-06 Bill Wohler <wohler@newt.com>
6942
6943 Release MH-E manual version 8.0.
6944
6945 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6946 release 8.0.
6947
69482006-05-06 Bill Wohler <wohler@newt.com>
6949
6950 * mh-e.texi (MH-BOOK-HOME): Change from
6951 http://www.ics.uci.edu/~mh/book/mh to
6952 http://rand-mh.sourceforge.net/book/mh.
6953 Replace .htm suffix with .html for MH book files.
6954 (Using This Manual): Update key binding for getting relevant
6955 chapter in Info from command key.
6956 (Ranges): Fix itemx.
6957
69582006-05-05 Karl Berry <karl@gnu.org>
6959
6960 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6961 (\fonttextsize): New user-level command to change text font size.
6962
69632006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6964
6965 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
6966
69672006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6968
6969 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6970
69712006-04-24 Bill Wohler <wohler@newt.com>
6972
6973 * mh-e.texi (Getting Started): Make it more explicit that you need
6974 to install MH. Add pointers to current MH implementations.
6975
69762006-04-21 Bill Wohler <wohler@newt.com>
6977
6978 Release MH-E manual version 7.94.
6979
6980 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6981 release 7.94.
6982
69832006-04-21 Carsten Dominik <dominik@science.uva.nl>
6984
6985 * org.texi: Many small fixes.
6986 (Handling links): Rename from "Managing links".
6987
69882006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
6989
6990 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6991 (Splitting mail using spam-stat): Fix @xref.
6992
69932006-04-20 Chong Yidong <cyd@stupidchicken.com>
6994
6995 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 6996 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
6997
69982006-04-20 Carsten Dominik <dominik@science.uva.nl>
6999
7000 * org.texi (Time stamps): Better explanation of the purpose of
7001 different time stamps.
7002 (Structure editing, Plain lists): More details on how new items
7003 and headings are inserted.
7004
70052006-04-18 Carsten Dominik <dominik@science.uva.nl>
7006
7007 * org.texi (Formula syntax): Fix link to Calc Manual.
7008
70092006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7010
7011 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7012
70132006-04-17 Bill Wohler <wohler@newt.com>
7014
7015 * mh-e.texi (Folders): Update mh-before-quit-hook and
7016 mh-quit-hook example with code that removes the buffers rather
7017 than just bury them.
7018
70192006-04-17 Michael Albinus <michael.albinus@gmx.de>
7020
7021 Sync with Tramp 2.0.53.
7022
70232006-04-13 Carsten Dominik <dominik@science.uva.nl>
7024
7025 * org.texi (Updating settings): New section.
7026 (Visibility cycling): Better names for the startup folding
7027 options.
7028 (Exporting): Completely restructured.
7029 (The very busy C-c C-c key): New section.
7030 (Summary of in-buffer settings): New section.
7031
70322006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7033
7034 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7035
70362006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7037
7038 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7039 (Server Commands): Key `v' is reserved for users.
7040
70412006-04-11 Carsten Dominik <dominik@science.uva.nl>
7042
7043 * org.texi (Link format): New section, emphasis on bracket links.
7044 (External links): Document bracket links.
7045 (FAQ): Expand to cover shell links and the new link format.
7046
70472006-04-09 Kevin Ryde <user42@zip.com.au>
7048
7049 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7050
70512006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7052
7053 * gnus.texi (Summary Buffer Lines): Add `*'.
7054
c8763fb6 70552006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7056
7057 * gnus.texi (Group Parameters):
7058 Mention gnus-permanently-visible-groups.
7059
70602006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7061
7062 * gnus.texi (Face): Fix typo.
7063
70642006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7065
7066 * gnus.texi (X-Face): Clarify.
7067 (Face): Need Emacs with PNG support.
7068
70692006-04-06 Richard Stallman <rms@gnu.org>
7070
7071 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7072 Emacs".
7073
70742006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7075
7076 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7077 blocks not suitable for inclusion with Emacs using variable
7078 PARTOFEMACS.
7079
70802006-04-04 Simon Josefsson <jas@extundo.com>
7081
7082 * gnus.texi (Security): Improve.
7083
70842006-04-02 Bill Wohler <wohler@newt.com>
7085
7086 * mh-e.texi (Getting Started, Junk, Bug Reports)
7087 (MH FAQ and Support): Fix URLs.
7088
70892006-03-31 Romain Francoise <romain@orebokech.com>
7090
7091 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7092 to t, not nil (and has for the past eight years).
7093
70942006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7095
7096 * message.texi, gnus.texi: Bump version to 5.11.
7097
70982006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7099
7100 * gnus.texi (Top): Add comment about version line.
7101
7102 * message.texi (Top): Ditto. Change to take named versions into
7103 account.
7104
71052006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7106
7107 * gnus.texi (Posting Styles): Add x-face-file to example.
7108 (X-Face): Refer to posting styles.
7109
7110 * gnus-faq.texi ([5.8]): Add x-face-file.
7111 ([8.4]): Add links to gmane.emacs.gnus.user and
7112 gmane.emacs.gnus.general.
7113
71142006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7115
7116 * gnus-faq.texi: Use .invalid.
7117 ([5.4]): Fix gnus-posting-styles example.
7118
71192006-03-27 Romain Francoise <romain@orebokech.com>
7120
7121 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7122 Emacs/W3 needs a new maintainer.
7123 (Ispell): Update author and version info.
7124 (Mailcrypt): Mention PGG.
7125 (New in Emacs 22): Add PGG to the list of new packages.
7126 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7127 updating dead URLs.
7128
71292006-03-25 Karl Berry <karl@gnu.org>
7130
7131 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7132 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7133 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7134 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7135 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7136 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7137 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7138 (2) do not indent copyright year list (or anything else).
7139
71402006-03-21 Bill Wohler <wohler@newt.com>
7141
7142 * mh-e.texi (Folders): Various edits.
7143
71442006-03-20 Romain Francoise <romain@orebokech.com>
7145
7146 * gnus.texi (Mail Folders): Grammar fix.
7147
71482006-03-19 Bill Wohler <wohler@newt.com>
7149
7150 * mh-e.texi (Replying): Document Mail-Followup-To.
7151 Change manually-formatted table to multitable. Add debugging info.
7152 Move description of mh-reply-default-reply-to into paragraph
7153 that describes its values.
7154
71552006-03-17 Bill Wohler <wohler@newt.com>
7156
10d1d0af 7157 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
7158 (Sending Mail Tour): Update method of entering
7159 addresses and subject.
7160 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7161 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7162
71632006-03-15 Carsten Dominik <dominik@science.uva.nl>
7164
7165 * org.texi: Version number change only.
7166
71672006-03-14 Bill Wohler <wohler@newt.com>
7168
7169 * mh-e.texi: Add index entries around each paragraph rather than
7170 depend on entries from beginning of node. Doing so ensures that
7171 index entries are less likely to be forgotten if text is cut and
7172 pasted, and are necessary anyway if the references are on a
7173 separate page. It seems that makeinfo is now (v. 4.8) only
7174 producing one index entry per node, so there is no longer any
7175 excuse not to. Use subheading instead of heading. The incorrect
7176 use of heading produced very large fonts in Info--as large as the
7177 main heading.
7178 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7179 versions 6 and 7 appeared *around* the time of these Emacs releases.
7180
71812006-03-13 Carsten Dominik <dominik@science.uva.nl>
7182
7183 * org.texi (Clean view): Document new startup options.
7184
71852006-03-11 Bill Wohler <wohler@newt.com>
7186
7187 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7188 (Composing, Scan Line Formats): Fix @refs.
7189 (Getting Started): Define MH profile and MH profile components.
7190 (Incorporating Mail, Reading Mail, Viewing, Printing)
7191 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7192 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7193 for string constants.
7194 (Tool Bar): Remove spurious quote.
7195 (Junk): Use ``...'' instead of "...".
7196 (Scan Line Formats): Replace @samp with @kbd.
7197
71982006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7199
7200 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7201
72022006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7203
7204 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7205 easy to understand.
7206
72072006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7208
7209 * gnus.texi: Markup fix.
7210 (Fancy Mail Splitting): Specify new feature.
7211
72122006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7213
7214 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7215 partial-words matching.
7216
72172006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7218
7219 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7220
7221 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7222 (MIME Commands): Fix mm-discouraged-alternatives.
7223
72242006-03-07 Carsten Dominik <dominik@science.uva.nl>
7225
7226 * org.texi: Version number change only.
7227
72282006-03-06 Bill Wohler <wohler@newt.com>
7229
7230 * mh-e.texi: Move from SourceForge repository to Savannah.
7231 This is version 7.93, which is a total rewrite from the previous
7232 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7233 version 7.93.
7234
72352006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7236
7237 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7238
72392006-03-01 Carsten Dominik <dominik@science.uva.nl>
7240
7241 * org.texi (Interaction): Add item about `org-mouse.el' by
7242 Piotr Zielinski.
7243 (Managing links): Document that also mouse-1 can be used to
7244 activate a link.
7245 (Headlines, FAQ): Add entry about hiding leading stars.
7246 (Miscellaneous): Resort the sections in this chapter to a more
7247 logical sequence.
7248
72492006-02-27 Simon Josefsson <jas@extundo.com>
7250
7251 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7252 2004-01-27 from the trunk).
7253
72542006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7255
7256 * cc-mode.texi: Rename c-hungry-backspace to
7257 c-hungry-delete-backwards, at the request of RMS. Leave the old
7258 name as an alias.
7259
72602006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7261
7262 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7263 include the function header within the defun.
7264
72652006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7266
7267 * cc-mode.texi: Correct two typos.
7268
72692006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7270
7271 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7272 existing comment.
7273 (Electric Keys): Add a justification for electric indentation.
7274 (Hungry WS Deletion): Clear up the names and complications of the
7275 BACKSPACE and DELETE keys.
7276
72772006-02-23 Juri Linkov <juri@jurta.org>
7278
7279 * faq.texi (Common requests): Move `Turning on auto-fill by
7280 default' after `Wrapping words automatically'. Move `Working with
7281 unprintable characters' before `Searching for/replacing newlines'.
7282 Move `Replacing highlighted text' after `Highlighting a region'.
7283 Merge `Repeating commands' and `Repeating a command as many times
7284 as possible' into the former.
7285 (Packages that do not come with Emacs): Add refs to Gmane and
7286 etc/MORE.STUFF.
7287
72882006-02-23 Juri Linkov <juri@jurta.org>
7289
7290 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7291 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7292 Add xref to `(emacs)Reporting Bugs'.
7293 (Getting a printed manual): Add URL to other formats of the manual.
7294 (Common requests): Fix menu.
7295 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7296 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7297 (Inserting text at the beginning of each line): Add pxref to
7298 `Changing the included text prefix'.
7299 (Forcing the cursor to remain in the same column): Mention `track-eol'
7300 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7301 (Replacing text across multiple files): Add keybinding `Q' for
7302 `dired-do-query-replace'.
7303
73042006-02-22 Carsten Dominik <dominik@science.uva.nl>
7305
7306 * reftex.texi: Version number and date change only.
7307
7308 * org.texi (Internal Links): Rewrite to cover the modified
7309 linking system.
7310
73112006-02-17 Eli Zaretskii <eliz@gnu.org>
7312
7313 * faq.texi: Remove the coding cookie, it's not needed anymore.
7314
73152006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7316
7317 * faq.texi (Colors on a TTY): Mention Mac OS port.
7318
73192006-02-12 Karl Berry <karl@gnu.org>
7320
7321 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7322 8-bit accented a.
7323
73242006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7325
7326 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7327
73282006-02-08 Romain Francoise <romain@orebokech.com>
7329
7330 * faq.texi (Top): Remove paragraph about the FAQ being a
7331 transitional document, etc.
7332 (Searching for/replacing newlines): New node.
7333 (Yanking text in isearch): New node.
7334 (Inserting text at the beginning of each line): Rename and make
7335 more general, mention `M-;' in Message mode.
7336
73372006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7338
7339 * faq.texi (Meta key does not work in xterm)
7340 (Emacs does not display 8-bit characters)
7341 (Inputting eight-bit characters): Update xrefs.
7342
73432006-02-06 Romain Francoise <romain@orebokech.com>
7344
7345 * faq.texi (VM): VM now at version 7.19.
7346 Set myself as maintainer of this file.
7347
73482006-02-04 Michael Olson <mwolson@gnu.org>
7349
7350 * erc.texi (History): Note that ERC is now included with Emacs.
7351
73522006-01-31 Romain Francoise <romain@orebokech.com>
7353
7354 * message.texi (Message Headers): Explain what
7355 `message-alternative-emails' does in more detail.
7356 Update copyright year.
7357
73582006-01-30 Juanma Barranquero <lekktu@gmail.com>
7359
7360 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7361
73622006-01-29 Richard M. Stallman <rms@gnu.org>
7363
7364 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7365
73662006-01-29 Michael Olson <mwolson@gnu.org>
7367
7368 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7369
7370 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7371
7372 * faq.texi (New in Emacs 22): Mention ERC.
7373
73742006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7375
7376 * rcirc.texi: Capitalize dir entry for consistency with the entry
7377 in info/dir and other entries in the Emacs category.
7378 Fix typos. Delete trailing whitespace.
7379
c8763fb6 73802006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
7381
7382 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7383
73842006-01-27 Eli Zaretskii <eliz@gnu.org>
7385
7386 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7387 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7388
7389 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7390 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7391
73922006-01-27 Alex Schroeder <alex@gnu.org>
7393
7394 * rcirc.texi: New file.
7395
73962006-01-23 Juri Linkov <juri@jurta.org>
7397
7398 * widget.texi (User Interface): Add S-TAB for widget-backward.
7399
74002006-01-22 Michael Albinus <michael.albinus@gmx.de>
7401
7402 Sync with Tramp 2.0.52.
7403
7404 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7405 Add Tramp disabling item. New item for common connection problems.
7406 (various): Apply "ftp" as method for the download URL.
7407 (Bug Reports): Refer to FAQ for common problems.
7408
74092006-01-21 Eli Zaretskii <eliz@gnu.org>
7410
7411 * widget.texi (User Interface): Use @key for TAB.
7412
7413 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7414
7415 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7416 for TAB.
7417
7418 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7419
74202006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7421
7422 * gnus.texi: Update copyright.
7423
74242006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7425
7426 * gnus.texi (Article Washing): Additions.
7427
2de53ca6
GM
74282006-01-13 Carsten Dominik <dominik@science.uva.nl>
7429
7430 * org.texi (Agenda commands): Document tags command.
7431
74322006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7433
7434 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7435
74362006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7437
7438 * gnus.texi (RSS): Addition.
7439
74402005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7441
7442 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7443
74442005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7445
7446 * emacs-mime.texi (Display Customization): Add setting example to
7447 mm-discouraged-alternatives.
7448
74492006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7450
7451 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7452 version is the canonical version.
7453
74542006-01-08 Alex Schroeder <alex@gnu.org>
7455
7456 * pgg.texi (Caching passphrase): Rewording.
7457
74582006-01-06 Eli Zaretskii <eliz@gnu.org>
7459
7460 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7461 repository URL.
7462
74632006-01-06 Carsten Dominik <dominik@science.uva.nl>
7464
7465 * org.texi: Removed the accidentally re-added empty line in the
7466 direntry.
7467
74682006-01-05 Carsten Dominik <dominik@science.uva.nl>
7469
7470 * org.texi (Agenda Views): Chapter reorganized.
7471
74722005-12-29 Romain Francoise <romain@orebokech.com>
7473
7474 * faq.texi (Using Customize): New node.
7475
74762005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7477
7478 * org.texi: Remove blank line in @direntry. It is non-standard
7479 and recursively produces blank lines all over the dir file (when
7480 using Texinfo 4.8).
7481
74822005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7483
7484 * widget.texi (atoms): Delete obsolete remark about `file' widget.
7485
74862005-12-20 Carsten Dominik <dominik@science.uva.nl>
7487
7488 * org.texi (Tags): Boolean logic documented.
7489 (Agenda Views): Document custom commands.
7490
74912005-12-20 David Kastrup <dak@gnu.org>
7492
7493 * faq.texi (AUCTeX): Update version and mailing list info.
7494
74952005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7496
7497 * gnus.texi (MIME Commands): Mention addition of
7498 multipart/alternative to gnus-buttonized-mime-types and add xref
7499 to mm-discouraged-alternatives.
7500
7501 * emacs-mime.texi (Display Customization): Mention addition of
7502 "image/.*" and add xref to gnus-buttonized-mime-types in the
7503 mm-discouraged-alternatives section.
7504
75052005-12-16 Carsten Dominik <dominik@science.uva.nl>
7506
7507 * org.texi (Tags): New section.
7508 (Agenda Views): Chapter reorganized.
7509
75102005-12-16 Eli Zaretskii <eliz@gnu.org>
7511
7512 * org.texi (Internal Links): Add a missing comma after an @xref.
7513
75142005-12-14 Chong Yidong <cyd@stupidchicken.com>
7515
7516 * faq.texi (Filling paragraphs with a single space): No need to
7517 change sentence-end now.
7518
75192005-12-13 Romain Francoise <romain@orebokech.com>
7520
7521 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7522
75232005-12-12 Jay Belanger <belanger@truman.edu>
7524
7525 * faq.texi (Calc): Update version number.
7526
75272005-12-12 Carsten Dominik <dominik@science.uva.nl>
7528
7529 * org.texi (Progress Logging): New section.
7530
75312005-12-10 Romain Francoise <romain@orebokech.com>
7532
7533 Update the Emacs FAQ for the 22.1 release.
7534
7535 * faq.texi: Set VER to `22.1'.
7536 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
7537 Tutorial. Mention that `C-h r' displays the manual.
7538 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
7539 (Getting a printed manual): Point to the new locations of the
7540 manuals on the GNU Web site.
7541 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7542 available via Info (it was previously distributed separately).
7543 (Installing Texinfo documentation): The latest version of Texinfo
7544 is 4.8, not 4.0.
7545 (Informational files for Emacs): COPYING is the GNU General Public
7546 License, not the Emacs General Public License.
7547 (Informational files for Emacs): Delete obsolete link to the
7548 GNUinfo pages as they have been removed from the GNU Web site.
7549 (New in Emacs 22): New node.
7550 (Setting up a customization file): Say that most packages support
7551 Customize nowadays.
7552 (Colors on a TTY): Delete reference to instructions on how to
7553 enable syntax highlighting, it is now enabled by default.
7554 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7555 at startup automatically.
7556 (Controlling case sensitivity): Mention `M-c' in isearch.
7557 (Using an already running Emacs process): Emacs now creates the
7558 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7559 gnuserv. As emacsclient can now run Lisp code as well, delete a
7560 sentence praising gnuserv for that. Simplify description of how
7561 the client/server operation works.
7562 (Compiler error messages): Delete obsolete text (compile.el has
7563 been rewritten).
7564 (Indenting switch statements): Fix typo.
7565 (Matching parentheses): Simplify setup instructions, mention the
7566 menu bar item in the Options menu.
7567 (Repeating a command as many times as possible): Mention `C-x e'.
7568 (Going to a line by number): Mention new keymap and bindings
7569 `M-g M-g', `M-g M-p' and `M-g M-n'.
7570 (Turning on syntax highlighting): Now on by default. Simplify.
7571 (Replacing highlighted text): Use `1', not `t'.
7572 (Problems with very large files): The maximum size is now 256MB on
7573 32-bit machines.
7574 (^M in the shell buffer): Mention `comint-process-echoes'.
7575 (Emacs for Apple computers): Emacs 22 has native support for Mac
7576 OS X.
7577 (Translating names to IP addresses): Delete node.
7578 (Binding keys to commands): Fix typo.
7579 (SPC no longer completes file names): New node.
7580 (MIME with Emacs mail packages): Delete section about the Emacs
7581 MIME FAQ (it's not reachable anymore).
7582
75832005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7584
7585 * cc-mode.texi: The manual has been extensively revised: the
7586 information about using CC Mode has been separated from the larger
7587 and more difficult chapters about configuration. It has been
7588 updated for CC Mode 5.31.
7589
75902005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7591
7592 * pgg.texi (User Commands): Fix description of pgg-verify-region.
7593 (Selecting an implementation): Fix descriptions.
7594
75952005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7596
7597 * message.texi (Various Message Variables): Addition.
7598
75992005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7600
7601 * message.texi: Fix default values.
7602
76032005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7604
7605 * message.texi (Header Commands): Clarify descriptions of
7606 message-cross-post-followup-to, message-reduce-to-to-cc, and
7607 message-insert-wide-reply.
7608 (Various Commands): Fix kindex for message-kill-to-signature;
7609 clarify description of message-tab.
7610
76112005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7612
7613 * message.texi (Mailing Lists): Fix description about MFT.
7614
7615 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7616
76172005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7618
7619 * gnus.texi (Slow Terminal Connection): Replace old description
7620 with new one.
7621
76222005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7623
7624 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7625 replace X-Draft-Headers with X-Draft-From.
7626
76272005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7628
7629 * gnus.texi (Various Various): Fix the default value of
7630 nnheader-max-head-length.
7631 (Gnus Versions): Fix typo.
7632
76332005-12-08 Carsten Dominik <dominik@science.uva.nl>
7634
7635 * org.texi (Structure editing): Document new functionality of
7636 M-RET.
7637
76382005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7639
7640 * org.texi (Internal Links): Fix Texinfo usage.
7641
76422005-12-06 Carsten Dominik <dominik@science.uva.nl>
7643
7644 * org.texi (TODO basics): Document the global todo list.
7645 (TODO items): Documents sparse tree for specific TODO
7646 keywords.
7647
76482005-11-30 Carsten Dominik <dominik@science.uva.nl>
7649
7650 * org.texi (Plain Lists): Typos fixed.
7651
76522005-11-28 Jay Belanger <belanger@truman.edu>
7653
7654 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7655
76562005-11-24 Carsten Dominik <dominik@science.uva.nl>
7657
7658 * org.texi (Structure editing): New item moving commands added.
7659 (Plain Lists): New section.
7660
76612005-11-18 Carsten Dominik <dominik@science.uva.nl>
7662
7663 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7664 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7665 `org-agenda-file-to-front'.
2de53ca6
GM
7666 (Built-in table editor): Document `org-table-sort-lines'.
7667 (HTML formatting): Export of hand-formatted lists.
7668
76692005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7670
7671 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7672 new variable gnus-toolbar-thickness.
7673
76742005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7675
7676 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7677
76782005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7679
7680 * gnus.texi (X-Face): Fix description.
7681 (XVarious): Remove gnus-xmas-logo-color-alist and
7682 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7683
76842005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7685
7686 * gnus.texi (Group Parameters): Mention new variable
7687 gnus-parameters-case-fold-search.
7688 (Home Score File): Addition.
7689
76902005-11-04 Ulf Jasper <ulf.jasper@web.de>
7691
7692 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7693 (Overview): List supported feed types.
7694 (Installation): No installation necessary when using autoload.
7695 (Configuration): Rename "RSS" to "news".
7696
76972005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7698
7699 * pgg.texi (User Commands): Document additional passphrase
7700 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7701 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7702
77032005-11-04 Carsten Dominik <dominik@science.uva.nl>
7704
7705 * org.texi: Version number changed to 3.19.
7706
77072005-10-29 Sascha Wilde <wilde@sha-bang.de>
7708
7709 * pgg.texi (How to use): Update the example to add autoload of
7710 pgg-encrypt-symmetric-region.
7711 (User Commands): Document pgg-encrypt-symmetric-region.
7712 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7713
77142005-10-27 Jay Belanger <belanger@truman.edu>
7715
7716 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7717 mention other TeX-related units.
7718
77192005-10-23 Lars Hansen <larsh@soem.dk>
7720
0c7efc08
SM
7721 * dired-x.texi (Miscellaneous Commands):
7722 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7723 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7724
77252005-10-23 Jay Belanger <belanger@truman.edu>
7726
7727 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7728 constant.
7729
77302005-10-23 Michael Albinus <michael.albinus@gmx.de>
7731
0c7efc08
SM
7732 * faq.texi (Bugs and problems):
7733 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7734 `directory-listing-before-filename-regexp'.
7735
77362005-10-22 Eli Zaretskii <eliz@gnu.org>
7737
7738 * newsticker.texi (UPDATED): Set value.
7739
77402005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7741
7742 * gnus.texi (Document Groups): Remove duplicate item.
7743
77442005-10-21 Carsten Dominik <dominik@science.uva.nl>
7745
7746 * org.texi (Summary): Mention iCalendar support.
7747 (Exporting): Document iCalendar support.
7748
77492005-10-18 Romain Francoise <romain@orebokech.com>
7750
7751 * viper.texi (Viper Specials): Capitalize GNU.
7752
77532005-10-17 Juri Linkov <juri@jurta.org>
7754
7755 * info.texi (Getting Started, Search Index, Expert Info):
7756 Fix wording.
7757 (Search Text): Replace `echo area' with `mode line'.
7758 (Search Index): Both `i' and `,' find all index entries.
7759 Replace example `C-f' with `C-l' (which exists in index of Info
7760 manual) and delete spaces in its keyboard input sequence.
7761 Delete unnecessary explanations about literal characters.
7762
77632005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7764
7765 * gnus.texi (Document Server Internals): Addition.
7766
77672005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7768
7769 * gnus.texi (A note on namespaces): Fix RFC reference.
7770
77712005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7772
7773 * gnus.texi (RSS): Fix key description.
7774
77752005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7776
7777 * gnus.texi: Emacs/w3 -> Emacs/W3.
7778 (Browsing the Web): Fix description.
7779 (Web Searches): Ditto.
7780 (Customizing W3): Ditto.
7781
77822005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7783
7784 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7785
77862005-10-11 Jay Belanger <belanger@truman.edu>
7787
7788 * calc.texi (Integration): Mention using `a i' to compute definite
7789 integrals.
7790
77912005-10-11 Juri Linkov <juri@jurta.org>
7792
7793 * info.texi: Rearrange nodes.
7794 (Top): Update menu. Change ref `Info for Experts' to
7795 `Advanced Info Commands'.
7796 (Getting Started): Fix description of manual's parts.
7797 (Help-Int): Change xref `Info Search' to `Search Index', and
7798 `Expert Info' to `Advanced'.
7799 (Advanced): Move node one level up.
7800 (Search Text, Search Index): New nodes split out from `Info Search'.
7801 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7802 split out from `Advanced'.
7803 (Advanced, Emacs Info Variables): De-document editing an Info file
7804 in Info.
7805 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7806 (Creating an Info File): Delete node and move its text to
7807 `Expert Info'.
7808
78092005-10-10 Carsten Dominik <dominik@science.uva.nl>
7810
7811 * org.texi (Workflow states): Documented that change in keywords
7812 becomes active only after restart of Emacs.
7813
78142005-10-08 Michael Albinus <michael.albinus@gmx.de>
7815
7816 Sync with Tramp 2.0.51.
7817
78182005-10-08 Nick Roberts <nickrob@snap.net.nz>
7819
7820 * speedbar.texi (Introduction): Describe new location of speedbar
7821 on menubar.
7822 (Basic Key Bindings): Remove descriptions of bindings that have
7823 been removed.
7824
78252005-10-05 Nick Roberts <nickrob@snap.net.nz>
7826
7827 * speedbar.texi (GDB): Describe use of watch expressions.
7828
78292005-09-28 Simon Josefsson <jas@extundo.com>
7830
7831 * message.texi (IDNA): Fix.
7832
78332005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7834
7835 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7836 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7837 description of nntp-open-connection-function.
7838 (Common Variables): Fix descriptions.
7839
78402005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7841
7842 * gnus.texi (Server Buffer Format): Document the %a format spec.
7843
78442005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7845
7846 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7847
78482005-09-23 Carsten Dominik <dominik@science.uva.nl>
7849
7850 * org.texi Version 3.16.
7851
78522005-09-19 Miles Bader <miles@gnu.org>
7853
7854 * newsticker.texi: Get rid of CVS keywords.
7855
78562005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7857
7858 * gnus.texi (Finding the Parent): Fix description of how Gnus
7859 finds article.
7860
78612005-09-14 Jari Aalto <jari.aalto@cante.net>
7862
7863 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7864 to drop off non-answered articles.
7865
78662005-09-19 Juanma Barranquero <lekktu@gmail.com>
7867
7868 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7869 braces (which are unsupported by NMAKE) for macro `srcdir'.
7870
78712005-09-17 Eli Zaretskii <eliz@gnu.org>
7872
7873 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7874 (../info/newsticker, newsticker.dvi): New targets.
7875
78762005-09-17 Ulf Jasper <ulf.jasper@web.de>
7877
7878 * newsticker.texi: Replace @command with @code. Replace @example
7879 with @lisp.
0c7efc08
SM
7880 (Top): Add explanations to menu items.
7881 (GNU Free Documentation License): Remove.
2de53ca6
GM
7882
78832005-09-16 Romain Francoise <romain@orebokech.com>
7884
7885 Update all files to specify GFDL version 1.2.
7886
7887 * doclicense.texi (GNU Free Documentation License): Update to
7888 version 1.2.
7889
78902005-09-15 Richard M. Stallman <rms@gnu.org>
7891
7892 * newsticker.texi: Fix @setfilename.
7893
7894 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7895 (../info/newsticker, newsticker.dvi): New targets.
7896
78972005-08-30 Carsten Dominik <dominik@science.uva.nl>
7898
7899 * org.texi: Version 3.15.
7900
79012005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7902
7903 * ses.texi: Combine all three indices into one.
7904 Correct a few typos.
7905
79062005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7907
7908 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7909
79102005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7911
7912 * emacs-mime.texi (Handles): Remove duplicate item.
7913 (Encoding Customization): Fix the default value for
7914 mm-coding-system-priorities.
7915 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7916 (Basic Functions): Fix reference.
7917
79182005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7919
7920 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7921
79222005-08-18 Richard M. Stallman <rms@gnu.org>
7923
7924 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7925 and web site.
7926
7927 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7928 not keyboard-translate.
7929
79302005-08-11 Richard M. Stallman <rms@gnu.org>
7931
7932 * faq.texi (Using regular expressions): Fix xref.
7933
79342005-08-09 Juri Linkov <juri@jurta.org>
7935
7936 * info.texi (Help-P): Replace `Prev' with `Previous'.
7937 (Help-M, Help-Xref): Add S-TAB.
7938 (Help-FOO): Update `u' command.
7939 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7940 Update info about visibility of xref parts.
7941 (Help-Int): Fix `m' command. Rename `Info-last' to
7942 `Info-history-back'. Add `Info-history-forward'.
7943 (Advanced): Fix `g*' and `M-n' commands.
7944 (Info Search): Add `index-apropos' in stand-alone browser.
7945 Add isearch commands.
7946 (Emacs Info Variables): Remove `Info-fontify'.
7947 Add `Info-mode-hook'. Update face names.
7948 Add `Info-fontify-maximum-menu-size',
7949 `Info-fontify-visited-nodes', `Info-isearch-search'.
7950
79512005-08-07 Michael Albinus <michael.albinus@gmx.de>
7952
7953 Sync with Tramp 2.0.50.
7954
7955 * tramp.texi: Use @option{} consequently for method names.
7956 (Inline methods, External transfer methods): Remove references to
7957 Cygwin.
7958 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7959 implementation.
7960
79612005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7962
7963 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7964 Mention that gnus-init-file is not read when Emacs is invoked with
7965 --no-init-file or -q.
7966
79672005-07-19 Carsten Dominik <dominik@science.uva.nl>
7968
7969 * org.texi: Version 3.14.
7970
79712005-07-04 Carsten Dominik <dominik@science.uva.nl>
7972
7973 * org.texi: Version 3.13.
7974
79752005-07-18 Juri Linkov <juri@jurta.org>
7976
7977 * calc.texi (Time Zones, Logical Operations):
7978 * cl.texi (Overview):
7979 * org.texi (TODO types):
7980 * sc.texi (Emacs 18 MUAs):
7981 * speedbar.texi (Top):
7982 * url.texi (History):
7983 Delete duplicate duplicate words.
7984
ce058493 79852005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
7986
7987 * cl.texi (Type Predicates): Document `atom' type.
7988
79892005-07-04 Lute Kamstra <lute@gnu.org>
7990
7991 Update FSF's address in GPL notices.
7992
7993 * calc.texi (Copying):
7994 * doclicense.texi (GNU Free Documentation License):
7995 * faq.texi (Contacting the FSF):
7996 * mh-e.texi (Copying): Update FSF's address.
7997
79982005-07-03 Richard M. Stallman <rms@gnu.org>
7999
8000 * flymake.texi (Example -- Configuring a tool called directly):
8001 Update name of flymake-build-relative-filename.
8002
80032005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8004
8005 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8006
80072005-06-29 Carsten Dominik <dominik@science.uva.nl>
8008
8009 * org.texi: Version 3.12.
8010
80112005-06-24 Eli Zaretskii <eliz@gnu.org>
8012
8013 * makefile.w32-in (MAKEINFO): Use --force.
8014 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8015 Makefile.in.
8016 (gnus.dvi): Use "..." to quote Sed args, so that it works with
8017 more shells.
8018
80192005-06-23 Richard M. Stallman <rms@gnu.org>
8020
8021 * speedbar.texi (Creating a display): Texinfo usage fixes.
8022
8023 * tramp.texi (Customizing Completion, Auto-save and Backup):
8024 Texinfo usage fixes.
8025
80262005-06-23 Juanma Barranquero <lekktu@gmail.com>
8027
8028 * dired-x.texi (Miscellaneous Commands):
8029 * ediff.texi (Miscellaneous):
8030 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8031 (Agent Variables):
8032 * info.texi (Help-Xref):
8033 * message.texi (Message Headers):
8034 * org.texi (Remember):
8035 * reftex.texi (Options (Defining Label Environments)):
8036 (Options (Index Support)):
8037 (Options (Viewing Cross-References)):
8038 (Options (Misc)):
8039 (Changes):
8040 * speedbar.texi (Creating a display):
8041 * tramp.texi (Customizing Completion, Auto-save and Backup):
8042 Texinfo usage fix.
8043
80442005-06-13 Carsten Dominik <dominik@science.uva.nl>
8045
8046 * org.texi: Version 3.11.
8047
80482005-06-12 Jay Belanger <belanger@truman.edu>
8049
8050 * calc.texi (Getting Started): Remove extra menu item.
8051
80522005-05-31 Jay Belanger <belanger@truman.edu>
8053
8054 * calc.texi (Notations Used in This Manual): Use @kbd for key
8055 sequence.
8056 (Demonstration of Calc): Mention another way of starting Calc.
8057 (Starting Calc): Mention long name of M-#.
8058 (Embedded Mode Overview): Remove unnecessary instruction.
8059 (Other M-# commands): Rephrase `M-# 0' explanation.
8060 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8061 reflect current behavior.
8062
80632005-05-30 Jay Belanger <belanger@truman.edu>
8064
8065 * calc.texi (Hooks): Change description of calc-window-hook and
8066 calc-trail-window-hook to match usage.
8067 (Computational Functions): Add more constant-generating functions.
8068 (Customizable Variables): Use defvar.
8069
80702005-05-28 Jay Belanger <belanger@truman.edu>
8071
8072 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8073 (Basic Embedded Mode): Explain behavior of arguments to
8074 calc-embedded-mode.
8075
80762005-05-27 Jay Belanger <belanger@truman.edu>
8077
8078 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8079 current behavior.
8080
80812005-05-25 Jay Belanger <belanger@truman.edu>
8082
8083 * calc.texi: Change Calc version number throughout.
8084 (Keypad Mode): Change location in info output.
8085 (Keypad mode overview): Move picture of keypad.
8086
80872005-05-21 Jay Belanger <belanger@truman.edu>
8088
8089 * calc.texi (Storing variables): Mention that only most variables
8090 are void to begin with.
8091
80922005-05-21 Kevin Ryde <user42@zip.com.au>
8093
8094 * widget.texi (Basic Types): Update cross ref from "Enabling
8095 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8096 lispref/text.texi change.
8097
80982005-05-20 Carsten Dominik <dominik@science.uva.nl>
8099
8100 * org.texi: Version 3.09.
8101
81022005-05-18 Carsten Dominik <dominik@science.uva.nl>
8103
8104 * reftex.texi: Version 4.28.
8105
81062005-05-16 Jay Belanger <belanger@truman.edu>
8107
8108 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8109
81102005-05-14 Jay Belanger <belanger@truman.edu>
8111
8112 * calc.texi (Default Simplifications): Insert missing ! (logical
8113 not operator).
8114
81152005-05-14 Michael Albinus <michael.albinus@gmx.de>
8116
8117 Sync with Tramp 2.0.49.
8118
81192005-05-10 Jay Belanger <belanger@truman.edu>
8120
8121 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8122 to 1.
8123
81242005-04-29 Carsten Dominik <dominik@science.uva.nl>
8125
8126 * org.texi: Version 3.08, structure reorganized.
8127
81282005-04-24 Richard M. Stallman <rms@gnu.org>
8129
8130 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8131
81322005-04-15 Carsten Dominik <dominik@science.uva.nl>
8133
8134 * org.texi: Update to version 3.06.
8135
81362005-04-13 Lute Kamstra <lute@gnu.org>
8137
8138 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8139
81402005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8141
8142 * cl.texi (Porting Common Lisp): Fix typo.
8143
81442005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8145
8146 * gnus.texi (RSS): Addition.
8147
81482005-04-04 Jay Belanger <belanger@truman.edu>
8149
8150 * calc.texi: Change Calc version number.
8151 (Customizable variables): Fix description of calc-language-alist.
8152 (Copying): Put in version 2 of GPL.
8153
81542005-04-01 Jay Belanger <belanger@truman.edu>
8155
8156 * calc.texi (Troubleshooting Commands): Remove comment about
8157 installation.
8158 (Installation): Remove section.
8159 (Customizable Variables): New section.
8160 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8161 (Graphical Devices): Add references to Customizable Variables.
8162
81632005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8164
8165 * emacs-mime.texi (Display Customization): Markup fixes.
8166 (rfc2047): Update.
8167
81682005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8169
8170 * gnus-faq.texi: Replaced with auto-generated version.
8171
81722005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8173
8174 * dired-x.texi (Multiple Dired Directories): default-directory was
8175 renamed to dired-default-directory.
8176
81772005-03-26 Jay Belanger <belanger@truman.edu>
8178
8179 * calc.texi (Simplifying Formulas, Rewrite Rules):
8180 Change description of top and bottom of fraction.
8181 (Modulo Forms): Move description of how to create modulo forms to
8182 earlier in the section.
8183 (Fraction Mode): Suggest using : to get a fraction by dividing.
8184 (Basic Arithmetic): Adjust placement of command name.
8185 (Truncating the Stack): Emphasize that "hidden" entries are still
8186 visible.
8187 (Installation): Move discussion of printing manual to "About This
8188 Manual".
8189 (About This Manual): Mention how to print the manual.
8190 (Reporting Bugs): Remove first person.
8191 (Building Vectors): Add algebraic version of append.
8192 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8193 (Grouping Digits): Fix typo.
8194
81952005-03-25 Werner Lemberg <wl@gnu.org>
8196
8197 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8198 Replace `legal' with `valid'.
8199
82002005-03-25 Werner Lemberg <wl@gnu.org>
8201
8202 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8203
82042005-03-24 Jay Belanger <belanger@truman.edu>
8205
8206 * calc.texi (General Mode Commands)
8207 (Mode Settings in Embedded Mode): Add some explanation of
8208 recording mode settings.
8209
82102005-03-24 Richard M. Stallman <rms@gnu.org>
8211
8212 * calc.texi: Remove praise of non-free software.
8213
8214 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8215 (Installation): Node deleted.
8216
82172005-03-23 Richard M. Stallman <rms@gnu.org>
8218
8219 * url.texi (HTTP language/coding): Improve last change.
8220
82212005-03-22 Jay Belanger <belanger@truman.edu>
8222
8223 * calc.texi (Embedded Mode): Add new information on changing
8224 modes.
8225
82262005-03-20 Michael Albinus <michael.albinus@gmx.de>
8227
8228 Sync with Tramp 2.0.48.
8229
8230 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8231
8232 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8233 "GNU/Linux". Change all addresses to .gnu.org.
8234 (Default Method): Offer shortened syntax for "su" and "sudo"
8235 methods.
8236
82372005-03-07 Richard M. Stallman <rms@gnu.org>
8238
8239 * url.texi: Fix usage of "e.g.".
8240 (HTTP language/coding): Explain the rules for these strings.
8241
82422005-03-06 Richard M. Stallman <rms@gnu.org>
8243
8244 * woman.texi (Introduction): Minor cleanups.
8245
8246 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8247
8248 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8249 (Installation): Node deleted.
8250
8251 * mh-e.texi (Preface): Get rid of "Emacs 21".
8252
8253 * eshell.texi (Installation): Delete node (for Emacs 20).
8254
82552005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8256
8257 * flymake.texi: Refill and tweak style in @lisp blocks.
8258
82592005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8260
8261 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8262
82632005-03-01 Jay Belanger <belanger@truman.edu>
8264
8265 * calc.texi (Trigonometric and Hyperbolic Functions):
8266 Mention additional functions.
8267 (Algebraic Simplifications): Mention additional simplifications.
8268
82692005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8270
8271 * ses.texi: Add concept/function/variable indices (this work was
8272 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8273 papers on file at FSF).
8274
82752005-02-10 Jay Belanger <belanger@truman.edu>
8276
8277 * calc.texi: Change @LaTeX to La@TeX throughout.
8278 Redefine @expr as @math for TeX output.
8279 Redefine @texline as a no-op for TeX output.
8280 Define @tfn, replace @t by @tfn throughout.
8281
82822005-02-09 Jay Belanger <belanger@truman.edu>
8283
8284 * calc.texi: Add macro for LaTeX for info output.
8285
82862005-02-08 Kim F. Storm <storm@cua.dk>
8287
8288 * texinfo.tex (LaTex): Add def.
8289
82902005-02-06 Jay Belanger <belanger@truman.edu>
8291
8292 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8293 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8294 throughout manual.
8295
82962005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8297
8298 * gnus.texi: Some edits based on comments from David Abrahams.
8299
83002005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8301
8302 * gnus.texi (RSS): Fix the keystroke.
8303
83042005-01-24 David Kastrup <dak@gnu.org>
8305
8306 * faq.texi: Update AUCTeX version info.
8307
83082005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8309
8310 * gnus-faq.texi ([4.1]): Typo.
8311
83122005-01-19 Jay Belanger <belanger@truman.edu>
8313
8314 * calc.texi (Keep Arguments): Mention that keeping arguments
8315 doesn't work with keyboard macros.
8316
83172005-01-16 Richard M. Stallman <rms@gnu.org>
8318
8319 * autotype.texi (Autoinserting): Fix small error.
8320
83212005-01-16 Michael Albinus <michael.albinus@gmx.de>
8322
8323 Sync with Tramp 2.0.47.
8324
8325 * tramp.texi (Compilation): New section, describing compilation of
8326 remote files.
8327
83282005-01-11 Kim F. Storm <storm@cua.dk>
8329
8330 * widget.texi (Basic Types): Add :follow-link keyword.
8331
83322005-01-09 Jay Belanger <belanger@truman.edu>
8333
8334 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8335
83362005-01-08 Jay Belanger <belanger@truman.edu>
8337
8338 * calc.texi: Change throughout to reflect new default value of
8339 calc-settings-file.
8340
83412005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8342
8343 * message.texi (Reply): `message-reply-to-function' should return
8344 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8345
83462005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8347
8348 * faq.texi (Changing load-path): Fix typo.
8349
83502005-01-05 Jay Belanger <belanger@truman.edu>
8351
8352 * calc.texi (Programming Tutorial): Replace kbd command by
8353 appropriate characters for a keyboard macro.
8354
83552005-01-04 Jay Belanger <belanger@truman.edu>
8356
8357 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8358 for Lucid Emacs.
8359 (Programming Tutorial): Mention that the user needs to be in the
8360 right mode to compute some functions.
8361
83622005-01-04 Jay Belanger <belanger@truman.edu>
8363
8364 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8365 no longer applicable.
8366
83672005-01-01 Jay Belanger <belanger@truman.edu>
8368
0c7efc08 8369 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
8370 edit keyboard macros to match current behavior.
8371
83722004-12-31 Jay Belanger <belanger@truman.edu>
8373
8374 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8375
83762004-12-20 Jay Belanger <belanger@truman.edu>
8377
8378 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8379 zero.
8380
83812004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8382
8383 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8384 @xref.
8385 (Font Locking): Avoid @strong{Note:}.
8386
83872004-12-17 Michael Albinus <michael.albinus@gmx.de>
8388
8389 Sync with Tramp 2.0.46.
8390
8391 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8392
83932004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8394
8395 * url.texi: Correct typos.
8396 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 8397 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
8398 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8399 (Dealing with HTTP documents): @inforef->@xref.
8400
84012004-12-15 Jay Belanger <belanger@truman.edu>
8402
8403 * calc.texi: Consistently capitalized all mode names.
8404 (Answers to Exercises): Mention that an answer can be a fraction
8405 when in Fraction mode.
8406
84072004-12-13 Jay Belanger <belanger@truman.edu>
8408
8409 * calc.texi: Fix some TeX definitions.
8410
84112004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8412
8413 * reftex.texi (Imprint): Remove erroneous @value's.
8414
84152004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8416
8417 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8418 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8419
84202004-12-08 Jay Belanger <belanger@truman.edu>
8421
8422 * calc.texi (Starting Calc): Remove comment about installation.
8423 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8424
84252004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8426
8427 * url.texi: Update @setfilename.
8428 (Getting Started): No need to worry about Gnus versions.
8429 (Dealing with HTTP documents): Use @inforef.
8430
8431 * org.texi: Fix @direntry file name.
8432
84332004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8434
8435 * url.texi: New file.
8436
8437 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8438
84392004-12-06 Jay Belanger <belanger@truman.edu>
8440
8441 * calc.texi (Using Calc): Remove paragraph about installation.
8442
84432004-12-06 Jay Belanger <belanger@truman.edu>
8444
8445 * calc.texi: Use more Texinfo macros and less TeX defs.
8446 Remove @refill's.
8447
84482004-12-06 Richard M. Stallman <rms@gnu.org>
8449
8450 * org.texi: New file.
8451
84522004-12-05 Richard M. Stallman <rms@gnu.org>
8453
8454 * Makefile.in (org.dvi, ../info/org): New targets.
8455 (INFO_TARGETS): Add ../info/org.
8456 (DVI_TARGETS): Add org.dvi.
8457 (maintainer-clean): Remove the info files in the info dir.
8458
84592004-11-26 Eli Zaretskii <eliz@gnu.org>
8460
8461 * idlwave.texi: Fix the setfilename directive to put the produced
8462 file in ../info.
8463 (Continued Statement Indentation): Resurrect Jan D.'s change from
8464 2004-11-03 that was lost when a newer version of idlwave.texi was
8465 imported.
8466
84672004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8468
0c7efc08 8469 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 8470
0c7efc08
SM
8471 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8472 Index `spam-initialize'.
2de53ca6
GM
8473
84742004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8475
8476 * message.texi (Various Message Variables): Mention that all mail
8477 file variables are derived from `message-directory'.
8478
8479 * gnus.texi (Splitting Mail): Clarify bogus group.
8480
84812004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8482
0c7efc08
SM
8483 * emacs-mime.texi (Encoding Customization):
8484 Fix mm-coding-system-priorities entry.
2de53ca6 8485
c8763fb6 84862004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
8487
8488 * idlwave.texi (Continued Statement Indentation):
8489 * reftex.texi (Options (Index Support)):
8490 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
8491 * speedbar.texi (Creating a display, Major Display Modes):
8492 Replace non-nil with non-@code{nil}.
2de53ca6
GM
8493
84942004-10-21 Jay Belanger <belanger@truman.edu>
8495
0c7efc08 8496 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
8497
84982004-10-18 Luc Teirlinck <teirllm@auburn.edu>
8499
8500 * calc.texi (Reporting Bugs): Double up `@'.
8501
85022004-10-18 Jay Belanger <belanger@truman.edu>
8503
0c7efc08 8504 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
8505 should be sent to.
8506
85072004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8508
8509 * gnus.texi (New Features): Add 5.11.
8510
8511 * message.texi (Resending): Remove wrong default value.
8512
8513 * gnus.texi (Mail Source Specifiers): Describe possible problems
8514 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
8515 `pop3-leave-mail-on-server' to the index.
8516
85172004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8518
8519 * message.texi (Canceling News): Add how to set a password.
8520
85212004-10-12 Jay Belanger <belanger@truman.edu>
8522
0c7efc08 8523 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
8524 calc-describe-function and calc-describe-variable to match their
8525 current behavior.
8526
85272004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8528
8529 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8530
85312004-10-12 Michael Albinus <michael.albinus@gmx.de>
8532
8533 Sync with Tramp 2.0.45.
8534
8535 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8536 plink link. The URL is outdated. Originator contacted for
8537 clarification.
8538
85392004-10-10 Juri Linkov <juri@jurta.org>
8540
8541 * gnus.texi (Top, Marking Articles): Join two menus in one node
8542 because a node can have only one menu.
8543
85442004-10-09 Juri Linkov <juri@jurta.org>
8545
8546 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8547 example of nnmail-split-fancy.
8548
85492004-10-06 Karl Berry <karl@gnu.org>
8550
8551 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8552 consistency with other uses of dashes.
8553
85542004-10-05 Karl Berry <karl@gnu.org>
8555
8556 * info.texi: Consistently use --- throughout, periods at end of
8557 menu descriptions, and a couple typos.
8558
85592004-09-26 Jesper Harder <harder@ifa.au.dk>
8560
8561 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8562 * pgg.texi (User Commands, Backend methods): Do.
8563 * gnus.texi: Markup fixes.
8564 (Setting Process Marks): Fix `M P a' entry.
8565 * emacs-mime.texi: Fixes.
8566
85672004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8568
8569 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8570 again.
8571 Use 5.10 instead of 5.10.0.
8572
85732004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8574
8575 * gnus.texi (Summary Mail Commands): S D e.
8576
85772004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
8578
8579 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8580 the gnus-article-mode-line-format section.
8581
85822004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
8583
8584 * gnus.texi (Various Summary Stuff): Fix the documentation for
8585 gnus-newsgroup-variables.
8586
85872004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8588
0c7efc08
SM
8589 * gnus.texi (MIME Commands):
8590 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
8591 gnus-mime-display-multipart-alternative-as-mixed,
8592 gnus-mime-display-multipart-related-as-mixed.
8593 (Mail Source Customization): Clarify `mail-source-directory'.
8594 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 8595 (SpamOracle): Fix typo.
2de53ca6
GM
8596
8597 * gnus-faq.texi: Untabify.
8598 ([6.3]): nnir.el is in contrib directory.
8599
8600 * message.texi (News Headers): Clarify how a unique ID is created.
8601
0c7efc08
SM
8602 * gnus.texi (Batching Agents): Fix typo in example.
8603 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 8604
b2abec73 86052004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 8606
0c7efc08 8607 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
8608
86092004-09-20 Florian Weimer <fw@deneb.enyo.de>
8610
8611 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8612
86132004-09-22 Jay Belanger <belanger@truman.edu>
8614
0c7efc08 8615 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
8616 might be hidden during part of the session.
8617
86182004-09-20 Jay Belanger <belanger@truman.edu>
8619
8620 * calc.texi (Notations Used in This Manual): Put in an earlier
8621 mention that DEL could be called Backspace.
8622
86232004-09-10 Simon Josefsson <jas@extundo.com>
8624
8625 * gnus.texi (IMAP): Add example. Suggested and partially written
8626 by Steinar Bang <sb@dod.no>.
8627
86282004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8629
8630 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8631 netrc syntax.
8632
86332004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8634
b2abec73
JB
8635 * gnus.texi (Spam ELisp Package Sequence of Events):
8636 Some clarifications.
2de53ca6
GM
8637 (Spam ELisp Package Global Variables): More clarifications.
8638
86392004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8640
8641 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8642 Mention spam-split does not modify incoming mail.
8643
86442004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8645
8646 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8647
86482004-09-10 Eli Zaretskii <eliz@gnu.org>
8649
8650 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8651
86522004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8653
8654 * makefile.w32-in (sieve, pgg): Use $(infodir).
8655
86562004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8657
8658 * makefile.w32-in: Fix PGG and Sieve entries.
8659
86602004-08-28 Eli Zaretskii <eliz@gnu.org>
8661
8662 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8663 Emacs and related programs.
8664
86652004-08-27 Richard M. Stallman <rms@gnu.org>
8666
8667 * faq.texi: Fix texinfo usage, esp. doublequotes.
8668 (Difference between Emacs and XEmacs): Some clarification.
8669
8670 * faq.texi (Difference between Emacs and XEmacs):
8671 Explain not to contrast XEmacs with GNU Emacs.
8672
86732004-08-26 Richard M. Stallman <rms@gnu.org>
8674
8675 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8676
86772004-08-22 David Kastrup <dak@gnu.org>
8678
8679 * reftex.texi (AUCTeX): Update links, section name.
8680
8681 * faq.texi (Calc): Update availability (included in 22.1).
8682 (AUCTeX): Update availability, information, versions, description.
8683
86842004-08-14 Eli Zaretskii <eliz@gnu.org>
8685
8686 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8687
86882004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8689
8690 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8691
86922004-08-10 Michael Albinus <michael.albinus@gmx.de>
8693
8694 Sync with Tramp 2.0.44.
8695
86962004-08-05 Lars Hansen <larsh@math.ku.dk>
8697
8698 * widget.texi (User Interface): Update how to separate the
8699 editable field of an editable-field widget from other widgets.
8700 (Programming Example): Add text after field.
8701
87022004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8703
8704 * emacs-mime.texi (Encoding Customization): Add a note to the
8705 mm-content-transfer-encoding-defaults entry.
8706 (rfc2047): Update.
8707
0c7efc08
SM
8708 * gnus.texi (Article Highlighting):
8709 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8710 (POP before SMTP): New node.
8711 (Posting Styles): Addition.
8712 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8713 (Fancy Mail Splitting): Ditto.
8714 (X-Face): Add gnus-x-face.
8715
87162004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8717
8718 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8719 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8720
87212004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8722
0c7efc08
SM
8723 * gnus.texi (Mail Source Specifiers):
8724 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8725
87262004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8727
8728 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8729
8730 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8731 repository. Change setfilename.
8732
8733 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8734
87352004-07-02 Juri Linkov <juri@jurta.org>
8736
8737 * pcl-cvs.texi (Viewing differences): Add `d r'.
8738
87392004-06-29 Jesper Harder <harder@ifa.au.dk>
8740
8741 * ses.texi, viper.texi, flymake.texi, faq.texi:
8742 * eshell.texi, ediff.texi: Markup fixes.
8743
87442004-06-21 Karl Berry <karl@gnu.org>
8745
8746 * info.texi (Top): Mention that only Emacs has mouse support.
8747 (Getting Started): Mention this in a few other places.
8748
87492004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8750
0c7efc08
SM
8751 * autotype.texi (Copyrights, Timestamps):
8752 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8753
87542004-06-13 Lars Hansen <larsh@math.ku.dk>
8755
8756 * dired-x.texi (dired-mark-omitted): Update keybinding.
8757
87582004-06-10 Kim F. Storm <storm@cua.dk>
8759
8760 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8761
87622004-06-05 Lars Hansen <larsh@math.ku.dk>
8763
8764 * dired-x.texi (variable dired-omit-mode): Rename from
8765 dired-omit-files-p.
8766 (function dired-omit-mode): Rename from dired-omit-toggle.
8767 Call dired-omit-mode rather than set dired-omit-files-p.
8768 (dired-mark-omitted): Describe command.
8769
87702004-05-29 Michael Albinus <michael.albinus@gmx.de>
8771
8772 Version 2.0.41 of Tramp released.
8773
87742004-05-29 Juanma Barranquero <lektu@terra.es>
8775
8776 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8777 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8778
87792004-05-29 Richard M. Stallman <rms@gnu.org>
8780
8781 * cl.texi (Top): Call this chapter `Introduction'.
8782 (Overview): In TeX, no section heading here.
8783
8784 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8785
87862004-05-29 Eli Zaretskii <eliz@gnu.org>
8787
8788 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8789 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8790
87912004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8792
8793 * flymake.texi: New file.
8794
87952004-05-28 Simon Josefsson <jas@extundo.com>
8796
8797 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8798
b344d29d 87992004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8800
8801 Version 2.0.40 of Tramp released.
8802
88032004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8804
8805 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8806
8807 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8808 variables `tramp-backup-directory-alist' and
8809 `tramp-bkup-backup-directory-info'.
8810 (Overview, Connection types)
8811 (External transfer methods, Default Method)
8812 (Windows setup hints): Remove restriction of password entering
8813 with external methods.
8814 (Auto-save and Backup): Make file name example
8815 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8816 and `auto-save-directory' must be used.
8817 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8818 only "NT"). Remove doubled entry "What kinds of systems does
8819 @tramp{} work on".
8820 (tramp): Macro removed.
8821 (Obtaining Tramp): Flag removed from title.
8822 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8823 and `trampver' used properly. Flag `tramp-inst' replaced by
8824 `installchapter'. Installation related text adapted.
8825
88262004-04-28 Masatake YAMATO <jet@gyve.org>
8827
8828 * widget.texi (Programming Example): Remove overlays.
8829
88302004-04-27 Jesper Harder <harder@ifa.au.dk>
8831
8832 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8833
88342004-04-23 Juanma Barranquero <lektu@terra.es>
8835
8836 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8837
88382004-04-05 Jesper Harder <harder@ifa.au.dk>
8839
8840 * info.texi (Info Search): Add info-apropos.
8841
88422004-03-22 Juri Linkov <juri@jurta.org>
8843
8844 * faq.texi: Fix help key bindings.
8845
88462004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8847
8848 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8849 (as suggested by Karl Berry). Update information about colored
8850 stars in menus. Add new subheading describing M-n.
8851
88522004-03-12 Richard M. Stallman <rms@gnu.org>
8853
8854 * cl.texi (Top): Rename top node's title.
8855
88562004-03-08 Karl Berry <karl@gnu.org>
8857
8858 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8859 problems making the texinfo distribution.
8860
88612004-02-29 Simon Josefsson <jas@extundo.com>
8862
0c7efc08 8863 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8864 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8865 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8866 <voegelas@gmx.net>.
8867
88682004-02-29 Juanma Barranquero <lektu@terra.es>
8869
8870 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8871 Use $(DEL) instead of rm, and ignore exit code.
8872
b344d29d 88732004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8874
8875 Tramp version 2.0.39 released.
8876
88772004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8878
8879 * tramp.texi (Customizing Completion): Explain new functions
8880 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8881 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8882 (Top): Refer to Savannah mailing list as the major one.
8883 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8884 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8885 (Frequently Asked Questions): Remote hosts must not be Unix-like
8886 for "smb" method.
8887 (Password caching): New node.
8888 (External transfer methods): Refer to password caching for "smb"
8889 method.
8890
88912004-02-17 Karl Berry <karl@gnu.org>
8892
8893 * info.texi (Help-Int): Mention the new line number feature.
8894
88952004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8896
8897 * ses.texi (Advanced Features): New functionality for
8898 ses-set-header-row (defaults to current row unless C-u used).
8899 (Acknowledgements): Add Stefan Monnier.
8900
89012003-12-29 Kevin Ryde <user42@zip.com.au>
8902
8903 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8904
b344d29d 89052003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8906
8907 Tramp version 2.0.38 released.
8908
8909 * tramp.texi (Remote shell setup): Warn of environment variables
8910 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8911 <sven.gabriel@imk.fzk.de>.
8912 (Configuration): Tramp now chooses base64/uuencode
8913 automatically. Update wording accordingly.
8914 (Top): More description for the `Default Method' menu entry.
8915 (Default Method): Use @code, not @var, for Lisp variables.
8916 (Default Method): New subsection `Which method is the right one
8917 for me?' Suggested by Christian Kirsch.
8918 (Configuration): Pointer to new subsection added.
8919 (Default Method): Too many "use" in one sentence.
8920 Rephrase. Reported by Christian Kirsch.
8921 (Filename Syntax): Old `su' example is probably a left-over from
8922 the sm/su method naming. Replace with `ssh', instead.
8923 (External transfer methods, Auto-save and Backup):
8924 Typo fixes.
8925
89262003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8927
183080b6 8928 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
8929 (Top): Mention japanese manual only if flag `jamanual' is set.
8930 Insert section `Japanese manual' in menu.
8931
89322003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8933
8934 * eshell.texi (Known Problems): Add doc item.
8935
89362003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8937
8938 * cc-mode.texi: Update for CC Mode 5.30.
8939
8940 Note: Please refrain from doing purely cosmetic changes like
8941 removing trailing whitespace in this manual; it clobbers cvs
8942 merging for no good reason.
8943
89442003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8945
8946 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8947 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8948 @acronym{ASCII}.
8949
89502003-10-26 Karl Berry <karl@gnu.org>
8951
8952 * info.texi (Info Search): Echo area, not echo are. From Debian
8953 diff.
8954
89552003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
8956
10d1d0af 8957 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
8958 :buttons and :children keywords.
8959
89602003-10-22 Miles Bader <miles@gnu.org>
8961
8962 * Makefile.in (info): Move before $(top_srcdir)/info.
8963
89642003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
8965
8966 * tramp.texi (Inline methods): Small grammar fix.
8967 (External transfer methods): Likewise.
8968
89692003-10-08 Nick Roberts <nick@nick.uklinux.net>
8970
8971 * speedbar.texi: Remove paragraph for GUD that is no longer true.
8972
89732003-10-06 Luc Teirlinck <teirllm@auburn.edu>
8974
8975 * texinfo.tex: Replace `%' in arch tagline by @ignore.
8976
89772003-09-30 Richard M. Stallman <rms@gnu.org>
8978
8979 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8980
8981 * widget.texi (User Interface): Fix typos.
8982
8983 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8984
89852003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8986
8987 * pcl-cvs.texi (Selected Files): Fix typo.
8988
89892003-09-21 Karl Berry <karl@gnu.org>
8990
8991 * info.texi (] and [ commands): No period at end of section title.
8992
89932003-09-04 Miles Bader <miles@gnu.org>
8994
8995 * Makefile.in (top_srcdir): New variable.
8996 ($(top_srcdir)/info): New rule.
8997 (info): Depend on it.
8998
89992003-09-03 Peter Runestig <peter@runestig.com>
9000
9001 * makefile.w32-in: New file.
9002
90032003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
9004
9005 * widget.texi (User Interface): Explain the need of static text
9006 around an editable field.
9007
90082003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9009
9010 * widget.texi (Basic Types): The argument to `:help-echo' can now
9011 be a form that evaluates to a string.
9012
90132003-08-18 Kim F. Storm <storm@cua.dk>
9014
9015 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9016
90172003-08-16 Richard M. Stallman <rms@gnu.org>
9018
9019 * dired-x.texi (Shell Command Guessing): Explain *.
9020
90212003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
9022
9023 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9024 log-edit-insert-changelog.
9025
90262003-08-03 Karl Berry <karl@gnu.org>
9027
9028 * info.texi: Need @contents.
9029
c8763fb6 90302003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9031
9032 Tramp version 2.0.36 released.
9033
9034 * tramp.texi (Remote shell setup): Explain about problems with
9035 non-Bourne commands in ~/.profile and ~/.shrc.
9036
90372003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9038
9039 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9040 renaming of `vis-mode' to `visible-mode'.
9041
90422003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9043
9044 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9045 next, prev and up pointers.
9046
90472003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9048
9049 * info.texi (Help): Mention existence of Emacs and stand-alone
9050 Info at the very beginning of the tutorial.
9051 (Help-Inv): New node.
9052 (Help-]): New node.
9053 (Help-M): Systematically point out the differences between default
9054 Emacs and stand-alone versions. Delete second menu.
9055 (Help-Xref): Systematically point out the differences between
9056 default Emacs and stand-alone versions.
9057 (Help-Int): Change `l' example.
9058 (Expert Info): Fix typos.
9059 (Emacs Info Variables): Mention `Info-hide-note-references' and
9060 new default for `Info-scroll-prefer-subnodes'.
9061
c8763fb6 90622003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9063
9064 Version 2.0.35 of Tramp released.
9065
9066 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9067 (Inline methods): Add methods `remsh' and `plink1'.
9068 (External transfer methods): Add method `remcp'.
9069 (Multi-hop Methods): Add method `remsh'.
9070 Small patch from Adrian Aichner <adrian@xemacs.org>:
9071 Fix minor typos.
0c7efc08 9072 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9073 `Info-index'.
9074 (Version Control): Add cindex entry.
9075
c8763fb6 90762003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9077
9078 * trampver.texi: Version 2.0.34 released.
9079
90802003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9081
9082 * faq.texi: Improve previous changes.
9083
90842003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9085
9086 * faq.texi: Update copyright and maintenance details.
9087 Update some package URLs, versions, and maintainers.
9088 Remove many references to the Emacs Lisp Archive.
9089
90902003-04-23 Simon Josefsson <jas@extundo.com>
9091
9092 * smtpmail.texi: Fix license (the invariant sections mentioned has
9093 never been part of the smtp manual). Align info dir entry with
9094 other emacs packages.
9095
90962003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9097
9098 * tramp.texi: Version 2.0.33 released.
9099 Remove installation chapter. Remove XEmacs specifics.
9100
91012003-03-29 Richard M. Stallman <rms@gnu.org>
9102
9103 * tramp.texi (Top): Undo the previous renaming.
9104 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9105
c8763fb6 91062003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9107
9108 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9109 version of manual.
9110
9111 * tramp.texi (Auto-save and Backup): New node.
9112
91132003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9114
9115 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9116 Emacs" in order to have better differentiation to "XEmacs".
9117 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9118 are new macros in order to point to the other Emacs flavor where
9119 appropriate. In info case, point to node `Installation' in order
9120 to explain how to generate the other way. In html case, make a
9121 link to the other html file.
0c7efc08 9122 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9123 after CVS checkout/update.
9124 (Installation): Completely rewritten.
9125 (Installation parameters, Load paths): New sections under
9126 `Installation'.
9127
c8763fb6 91282003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9129
9130 * tramp.texi: Version 2.0.30 released.
9131 Replace word "path" with "localname" where used as a component of
9132 a Tramp file name.
9133
91342003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9135
9136 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9137 introduced.
9138 (Installation): Explain what to do if files from the tramp/contrib
9139 directory are needed.
9140
91412003-02-23 Alex Schroeder <alex@emacswiki.org>
9142
9143 * smtpmail.texi (How Mail Works): New.
9144
91452003-02-22 Alex Schroeder <alex@emacswiki.org>
9146
9147 * smtpmail.texi: New file.
9148
9149 * Makefile.in: Build SMTP manual.
9150
c8763fb6 91512003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9152
9153 * tramp.texi: Version 2.0.29 released.
9154 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9155 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9156
91572003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9158
9159 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 9160 another package loads accidentally Ange-FTP.
2de53ca6
GM
9161
91622003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9163
9164 * tramp.texi (Customizing Completion): Add function
9165 `tramp-parse-sconfig'. Change example of
9166 `tramp-set-completion-function', because parsing of ssh config
9167 files looks more natural.
9168
91692003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9170
9171 * gnus.texi: Do not use `path' in several locations.
9172
c8763fb6 91732002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 9174
0c7efc08
SM
9175 * tramp.texi (External transfer methods): New method `smb'.
9176 From Michael Albinus.
2de53ca6
GM
9177
91782002-11-05 Karl Berry <karl@gnu.org>
9179
9180 * info.texi (Info-fontify): Reorder face list to avoid bad line
9181 breaks.
9182
c8763fb6 91832002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 9184
0c7efc08
SM
9185 * tramp.texi: Move @copying to standard place.
9186 Use @insertcopying.
2de53ca6
GM
9187
91882002-10-02 Karl Berry <karl@gnu.org>
9189
9190 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9191 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9192 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9193 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9194 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9195 Per rms, update all manuals to use @copying instead of @ifinfo.
9196 Also use @ifnottex instead of @ifinfo around the top node, where
9197 needed for the sake of the HTML output.
9198 (The Gnus manual is not fixed since it's not clear to me how it
9199 works; and the Tramp manual already uses @copying, although in an
9200 unusual way. All others were changed.)
9201
92022002-09-10 Jonathan Yavner <jyavner@engineer.com>
9203
9204 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9205 (../info/ses, ses.dvi): New targets.
9206 * ses.texi: New file.
9207
c8763fb6 92082002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
9209
9210 * texinfo.tex: Update to texinfo 4.2.
9211
92122002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9213
9214 * reftex.texi: Update to RefTeX 4.19.
9215
c8763fb6 92162002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
9217
9218 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9219 (../info/tramp, tramp.dvi): New targets.
9220
92212002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9222
9223 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9224 (calc.dvi): Uncomment.
9225
92262001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9227
9228 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9229 (../info/calc): New target.
9230
92312001-10-20 Gerd Moellmann <gerd@gnu.org>
9232
9233 * (Version 21.1 released.)
9234
92352001-10-05 Gerd Moellmann <gerd@gnu.org>
9236
9237 * Branch for 21.1.
9238
92392001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9240
9241 * Makefile.in (../info/info): Use an explicit -o switch to
9242 makeinfo.
9243
92442001-03-05 Gerd Moellmann <gerd@gnu.org>
9245
9246 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9247
92482000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9249
9250 * Makefile.in (../info/idlwave): Use --no-split.
9251
92522000-12-14 Dave Love <fx@gnu.org>
9253
c4cc8b9a 9254 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
9255 (gnus.dvi): Change rule to remove @latex stuff.
9256
92572000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9258
9259 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9260
92612000-10-13 John Wiegley <johnw@gnu.org>
9262
9263 * Makefile.in: Add build targets for eshell.texi.
9264
92652000-09-25 Gerd Moellmann <gerd@gnu.org>
9266
9267 * Makefile.in: Remove/comment speedbar stuff.
9268
92692000-09-22 Dave Love <fx@gnu.org>
9270
9271 * Makefile.in: Add emacs-mime.
9272
92732000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9274
9275 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9276 (DVI_TARGETS): Add woman.dvi.
9277 (../info/woman, woman.dvi): New targets.
9278
92792000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9280
9281 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9282
9283 * pcl-cvs.texi: New file.
9284 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9285 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9286
92872000-05-11 Gerd Moellmann <gerd@gnu.org>
9288
9289 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9290 (../info/ebrowse, ebrowse.dvi): New targets.
9291
92922000-01-13 Gerd Moellmann <gerd@gnu.org>
9293
9294 * Makefile.in (INFO_TARGETS): Add eudc.
9295 (DVI_TARGETS): Add eudc.dvi.
9296 (../info/eudc, eudc.dvi): New targets.
9297
92982000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9299
9300 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9301 compatibility with 8+3 filesystems).
9302 (../info/efaq): Rename from emacs-faq.
9303
93042000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9305
9306 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9307 (../info/idlwave, idlwave.dvi): New targets.
9308
93091999-10-23 Dave Love <fx@gnu.org>
9310
9311 * Makefile.in: Use autotype.texi.
9312
93131999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9314
9315 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9316 faq.texi file) rather than ../info/faq.
9317
93181999-10-07 Gerd Moellmann <gerd@gnu.org>
9319
9320 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9321 (../info/ada-mode, ada-mode.dvi): New targets.
9322
93231999-09-01 Dave Love <fx@gnu.org>
9324
9325 * Makefile.in: Add faq.
9326
93271999-07-12 Richard Stallman <rms@gnu.org>
9328
9329 * Version 20.4 released.
9330
93311998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9332
9333 * Version 20.3 released.
9334
93351998-04-06 Andreas Schwab <schwab@gnu.org>
9336
768c0c0f
JB
9337 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9338 Use it in dvi targets.
2de53ca6
GM
9339 (../etc/GNU): Change to $(srcdir) first.
9340
93411998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9342
9343 * reftex.texi: Update for RefTeX version 3.22.
9344
93451998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9346
9347 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9348 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9349
93501997-09-23 Paul Eggert <eggert@twinsun.com>
9351
9352 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9353 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9354
93551997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9356
9357 * Version 20.2 released.
9358
93591997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9360
9361 * Version 20.1 released.
9362
93631997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9364
9365 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9366
93671996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9368
9369 * Version 19.33 released.
9370
93711996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9372
9373 * Version 19.32 released.
9374
93751996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9376
9377 * Makefile.in: Add rules for the Message manual.
9378
93791996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9380
9381 * gnus.texi: New version.
9382
9383 * message.texi: New manual.
9384
93851996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9386
9387 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9388
93891996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9390
9391 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9392 Specify -I option.
9393 (All dvi targets): Set the TEXINPUTS variable.
9394
93951996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9396
9397 * Version 19.31 released.
9398
93991996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9400
9401 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9402 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9403
94041995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9405
9406 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9407 (INFO_TARGETS): Add ../info/cc-mode.
9408 (DVI_TARGETS): Add cc-mode.dvi.
9409
2de53ca6
GM
94101995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9411
9412 * Version 19.30 released.
9413
94141995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9415
9416 * gnus.texi: New file.
9417
94181995-11-04 Erik Naggum <erik@naggum.no>
9419
9420 * gnus.texi: File deleted.
9421
94221995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9423
9424 * mh-e.texi: "Function Index" -> "Command Index" to work with
9425 Emacs 19.30 C-h C-k support of separately-documented commands.
9426
94271995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9428
9429 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9430 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9431
94321995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9433
9434 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9435 (../info/viper, viper.dvi): New targets.
9436
94371995-04-20 Kevin Rodgers <kevinr@ihs.com>
9438
9439 * dired-x.texi (Installation): Change the example to set
9440 buffer-local variables like dired-omit-files-p in
9441 dired-mode-hook.
9442
94431995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9444
9445 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9446 (../info/mh-e, mh-e.dvi): New targets.
9447
94481995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9449
9450 * Makefile.in (maintainer-clean): Rename from realclean.
9451
94521994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9453
9454 * Makefile.in: New file.
9455 * Makefile: File deleted.
9456
94571994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9458
9459 * Makefile (TEXINDEX_OBJS): Variable deleted.
9460 (texindex, texindex.o, getopt.o): Rules deleted.
9461 All deps on texindex deleted.
9462 (distclean): Don't delete texindex.
9463 (mostlyclean): Don't delete *.o.
9464 * texindex.c, getopt.c: Files deleted.
9465
94661994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9467
9468 * Version 19.26 released.
9469
94701994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9471
9472 * Version 19.25 released.
9473
94741994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9475
9476 * Version 19.24 released.
9477
94781994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9479
9480 * Version 19.23 released.
9481
94821994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9483
9484 * Makefile: Delete spurious tab.
9485
94861994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9487
9488 * Makefile (.SUFFIXES): New rule.
9489
94901994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9491
9492 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9493 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9494
94951994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9496
9497 * Makefile (../info/sc): Rename from sc.info.
9498 (../info/cl): Likewise.
9499 (INFO_TARGETS): Use new names.
9500
95011993-12-04 Richard Stallman (rms@srarc2)
9502
9503 * getopt.c: New file.
9504 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9505 (getopt.o): New rule.
9506 (dvi): Don't depend on texindex.
9507 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9508 Depend on texindex.
9509
95101993-12-03 Richard Stallman (rms@srarc2)
9511
9512 * Makefile (../info/sc.info): Rename from ../info/sc.
9513 (TEXI2DVI): New variable.
9514 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9515 Add explicit commands.
9516 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9517
95181993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9519
9520 * Version 19.22 released.
9521
95221993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9523
9524 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9525
95261993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9527
9528 * Version 19.21 released.
9529
95301993-11-15 Paul Eggert (eggert@twinsun.com)
9531
9532 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9533
95341993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9535
9536 * Makefile (../etc/GNU): New target.
9537 (EMACSSOURCES): Add gnu1.texi.
9538
95391993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9540
9541 * Makefile (realclean): Don't delete the Info files.
9542
f0131492 95431993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
9544
9545 * forms.texi: Fix forms.texi so that it will format correctly.
9546 Add missing `@end iftex', fix bad reference.
9547
9548 * info.texi, info-stn.texi: New files implement texinfo version of
9549 `info' file.
9550
f0131492 95511993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
9552
9553 * Makefile: Fix targets for texindex, new info.texi files.
9554 * info-stnd.texi: New file implements info for standalone info
9555 reader.
9556 * info.texi: Update to include recent changes to "../info/info".
9557 New source file for ../info/info; includes info-stnd.texi.
9558
9559 * texindex.c: Include "../src/config.h" if building in emacs.
9560
9561 * Makefile: Change all files to FILENAME.texi, force all targets
9562 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9563 vip.texinfo, forms.texinfo, cl.texinfo.
9564 Add target to build texindex.c, defining `emacs'.
9565
9566 * forms.texi: Install new file to match version 2.3 of forms.el.
9567
95681993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9569
9570 * Version 19.19 released.
9571
95721993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
9573
9574 * sc.texinfo: Fix info file name.
9575
9576 * Makefile (info): Add gnus and sc.
9577 (dvi): Add gnus.dvi and sc.dvi.
9578 (../info/sc, sc.dvi): New targets.
9579
95801993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9581
9582 * Version 19.18 released.
9583
95841993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9585
9586 * Makefile: Fix source file names of the separate manuals.
9587 (gnus.dvi, ../info/gnus): New targets.
9588
95891993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9590
9591 * Version 19.17 released.
9592
95931993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9594
9595 * split-man: Fix typos in last change.
9596
95971993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9598
9599 * Version 19.16 released.
9600
96011993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9602
9603 * version 19.15 released.
9604
96051993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9606
9607 * Makefile (distclean): It's rm, not rf.
9608
96091993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9610
9611 * Version 19.14 released.
9612
96131993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9614
9615 * Makefile: New file.
9616
96171993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9618
9619 * Version 19.13 released.
9620
96211993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9622
9623 * Version 19.9 released.
9624
96251993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9626
9627 * Version 19.8 released.
9628
96291993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9630
9631 * Version 19.7 released.
9632
96331990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9634
9635 * gnus.texinfo: New file. Removed installation instructions.
9636
96371990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9638
9639 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9640
96411989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9642
9643 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
9644 then define `\sc' as the command for smallcaps in Texinfo.
9645 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
9646 made the corresponding change to makeinfo and texinfm.el.
9647
96481988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9649
9650 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9651 Customization since the menu entry did not point to anything.
9652 Also add an @finalout command to remove overfull hboxes from the
9653 printed output.
9654
9655 * cl.texinfo: Add @bye, \input line and @settitle to file.
9656 This file is clearly intended to be a chapter of some other work,
9657 but the other work does not yet exist.
9658
96591988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9660
9661 * texinfo.texinfo: Three typos corrected.
9662
4009494e 9663;; Local Variables:
c8763fb6 9664;; coding: utf-8
4009494e
GM
9665;; End:
9666
3fe7cdc8 9667 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9668
9669 This file is part of GNU Emacs.
9670
97c0352c 9671 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9672 it under the terms of the GNU General Public License as published by
97c0352c
GM
9673 the Free Software Foundation, either version 3 of the License, or
9674 (at your option) any later version.
4009494e
GM
9675
9676 GNU Emacs is distributed in the hope that it will be useful,
9677 but WITHOUT ANY WARRANTY; without even the implied warranty of
9678 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9679 GNU General Public License for more details.
9680
9681 You should have received a copy of the GNU General Public License
97c0352c 9682 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.