Remove placeholder ses.el NEWS entry
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
24c38527
GM
12012-11-12 Glenn Morris <rgm@gnu.org>
2
3 * flymake.texi (Customizable variables)
4 (Highlighting erroneous lines): Mention flymake-error-bitmap,
5 flymake-warning-bitmap, and flymake-fringe-indicator-position.
6
5b637222
CY
72012-11-09 Chong Yidong <cyd@gnu.org>
8
9 * url.texi (Introduction): Move url-configuration-directory to
10 Customization node.
11 (Parsed URIs): Split into its own node.
12 (URI Encoding): New node.
13 (Defining New URLs): Remove empty chapter.
14 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
15 Improve docs for url-queue-*.
16 (Supported URL Types): Copyedits. Delete empty subnodes.
17
82f84fa3
CY
182012-11-08 Chong Yidong <cyd@gnu.org>
19
20 * url.texi (Introduction): Rename from Getting Started. Rewrite
21 the introduction.
22 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
23
2ee1d59f
GM
242012-11-07 Glenn Morris <rgm@gnu.org>
25
26 * cl.texi (Obsolete Setf Customization):
27 Revert defsetf example to the more correct let rather than prog1.
bdd8064f
GM
28 Give define-modify-macro, defsetf, and define-setf-method
29 gv.el replacements.
2ee1d59f 30
651af8c6
GM
312012-11-06 Glenn Morris <rgm@gnu.org>
32
2027b1b3 33 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
a358a44e 34 (Setf Extensions): Remove obsolete reference.
2027b1b3 35 (Obsolete Setf Customization):
651af8c6 36 Move note on lack of setf functions to lispref/variables.texi.
ab7f1c43 37 Undocument get-setf-method, since it no longer exists.
a358a44e 38 Mention simple defsetf replaced by gv-define-simple-setter.
651af8c6 39
c65b407b
GM
402012-11-03 Glenn Morris <rgm@gnu.org>
41
42 * cl.texi: Further general copyedits.
685b0026
GM
43 (List Functions): Remove copy-tree, standard elisp for some time.
44 (Efficiency Concerns): Comment out examples that no longer apply.
45 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
46 (Creating Symbols, Random Numbers): De-emphasize internal
47 variables cl--gensym-counter and cl--random-state. (Bug#12788)
c65b407b 48
7fbf8f7b
GM
492012-11-02 Glenn Morris <rgm@gnu.org>
50
51 * cl.texi (Naming Conventions, Type Predicates, Macros)
52 (Predicates on Numbers): No longer mention cl-floatp-safe.
53
df43dd53
GM
542012-11-01 Glenn Morris <rgm@gnu.org>
55
56 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
57 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
58 (Macro Bindings, Blocks and Exits):
59 Acknowledge existence of lexical-binding.
60 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 61
69c1c2e6
GM
622012-10-31 Glenn Morris <rgm@gnu.org>
63
dd90fd1a
GM
64 * ert.texi (Introduction, The @code{should} Macro):
65 Refer to "cl-assert" rather than "assert".
66
69c1c2e6
GM
67 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
68 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
69 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
70 Reword, and add details of flet and labels.
87b0d8b1 71 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 72
4ddedf94
GM
732012-10-30 Glenn Morris <rgm@gnu.org>
74
75 * cl.texi (Modify Macros): Update for cl-letf changes.
76 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
77 (Setf Extensions): Partially restore note about cl-getf,
78 mainly moved to lispref/variables.texi.
79 (Property Lists): Fix cl-getf typos.
f43a5263 80 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 81
d3094168
GM
822012-10-29 Glenn Morris <rgm@gnu.org>
83
84 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 85 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 86 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
87 (Modify Macros, Multiple Values, Other Clauses):
88 Remove mentions of obsolete features.
6a07d52e 89 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 90
3c0c6155
GM
912012-10-28 Glenn Morris <rgm@gnu.org>
92
f94b04fc
GM
93 * cl.texi (Multiple Values, Common Lisp Compatibility):
94 More namespace updates.
95 (Obsolete Features): Copyedits.
96 (Obsolete Lexical Macros, Obsolete Setf Customization):
97 New subsections.
98
9c52d61d
GM
99 * cl.texi (Porting Common Lisp, Lexical Bindings):
100 Add some xrefs to the Elisp manual.
101
3c0c6155
GM
102 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
103 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
104 (Obsolete Features): New appendix. Move Lexical Bindings here.
105
5887564d
GM
1062012-10-27 Glenn Morris <rgm@gnu.org>
107
e1117425
GM
108 * cl.texi: Use defmac for macros rather than defspec.
109 (Efficiency Concerns): Related copyedit.
110
5887564d
GM
111 * cl.texi (Control Structure): Update for setf now being in core.
112 (Setf Extensions): Rename from Basic Setf. Move much of the
113 former content to lispref/variables.texi.
114 (Modify Macros): Move pop, push details to lispref/variables.texi.
115 (Customizing Setf): Copyedits for setf etc being in core.
116 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
117 Further namespaces updates.
118
bdebdb64
BG
1192012-10-26 Bastien Guerry <bzg@gnu.org>
120
121 * org.texi (Installation): Update the link to Org's ELPA. Also
122 don't mention org-install.el anymore as the replacement file
123 org-loaddefs.el is now loaded by org.el.
124
f956e59d
MA
1252012-10-25 Michael Albinus <michael.albinus@gmx.de>
126
127 * tramp.texi (Frequently Asked Questions): Mention
128 `tramp-completion-reread-directory-timeout' for performance
129 improvement.
130
a05cb6e3
GM
1312012-10-25 Glenn Morris <rgm@gnu.org>
132
133 * cl.texi: Don't mess with the TeX section number counter.
134 Use Texinfo recommended convention for quotes+punctuation.
135 (Overview, Sequence Functions): Rephrase for better line-breaking.
136 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
137 (Macro Bindings, Conditionals, Iteration, Loop Basics)
138 (Random Numbers, Mapping over Sequences, Structures)
139 (Porting Common Lisp): Further updates for cl-lib namespace.
140 (Modify Macros, Declarations, Macro Bindings, Structures):
141 Break long lines in examples.
142 (Dynamic Bindings): Update for changed progv behavior.
143 (Loop Examples, Efficiency Concerns): Markup fixes.
144 (Structures): Remove TeX margin change.
39ff2cf3 145 (Declarations): Fix typos.
a05cb6e3 146
39a58b5b
GM
1472012-10-24 Glenn Morris <rgm@gnu.org>
148
a6880551
GM
149 * cl.texi (Overview, Multiple Values, Creating Symbols)
150 (Numerical Functions): Say less/nothing about the original cl.el.
151 (Old CL Compatibility): Remove.
152 (Assertions): Remove ignore-errors (standard Elisp for some time).
153
39a58b5b
GM
154 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
155 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
156 (Efficiency Concerns, Efficiency Concerns)
157 (Common Lisp Compatibility, Old CL Compatibility):
158 Further updates for cl-lib namespace.
159
72ec96fb
PE
1602012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
161
162 Update manual for new time stamp format (Bug#12706).
163 * emacs-mime.texi (time-date): Update for new format.
164 Also, fix bogus time stamp and modernize a bit.
165
8d6510b9
GM
1662012-10-23 Glenn Morris <rgm@gnu.org>
167
168 * cl.texi: Include emacsver.texi. Use Emacs version number rather
169 than unchanging cl.el version number.
170 End all menu descriptions with a period.
171 Do not use @dfn{CL} for every instance of "CL".
172 (Overview): Remove no-runtime caveat, and note about foo* names.
173 (Usage): Use cl-lib rather than cl.
174 (Organization, Naming Conventions): Update for cl-lib.el.
175 (Installation): Remove long-irrelevant node.
176 (Program Structure, Predicates, Control Structure):
177 Start updating for cl-lib namespace.
8d6510b9
GM
178 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
179 Depend on emacsver.texi.
180
0a078f36
MA
1812012-10-09 Michael Albinus <michael.albinus@gmx.de>
182
183 * trampver.texi: Update release number.
184
a03bb33f
GM
1852012-10-06 Glenn Morris <rgm@gnu.org>
186
24636b26
GM
187 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
188 ERC version.
189 (Introduction): ERC is distributed with Emacs.
190 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
191 (Getting Started): Simplify.
192 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
193 (History): Mention ERC maintained as part of Emacs now.
194 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
195 Add dependency on emacsver.texi.
196
a03bb33f
GM
197 * erc.texi: Remove hand-written node pointers.
198
d259be38
GM
1992012-10-05 Glenn Morris <rgm@gnu.org>
200
201 * newsticker.texi (Overview, Requirements, Usage, Configuration):
202 Copyedits.
203
62a81506
CY
2042012-10-01 Eric Ludlam <zappo@gnu.org>
205
206 * ede.texi (Quick Start, Project Local Variables)
207 (Miscellaneous commands, ede-java-root, Development Overview)
208 (Detecting a Project): New nodes.
209 (Simple projects): Node deleted.
210
211 * eieio.texi (Building Classes): Some slot attributes cannot be
212 overridden.
213 (Slot Options): Remove an example.
214 (Method Invocation, Documentation): New nodes.
215
07f133bf
GM
2162012-10-01 Glenn Morris <rgm@gnu.org>
217
218 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
219 (reftex.pdf): Add dependency on emacsver.texi.
220 * reftex.texi: Don't include directory part for emacsver.texi;
221 the Makefile's -I handles it.
222
4f595e15
RA
2232012-09-30 Ralf Angeli <angeli@caeruleus.net>
224
225 Merge from standalone RefTeX repository.
226
227 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
228 with macros.
229 (Imprint): Mention Wolfgang in list of contributors.
230 (Creating Citations): Give a hint about how to
231 auto-revert the BibTeX database file when using external editors.
232 (Referencing Labels): Simplify section about reference macro
233 cycling.
234 (Options (Referencing Labels)): Adapt to new structure of
235 `reftex-ref-style-alist'.
236 (Referencing Labels, Reference Styles): Document changes in the
237 referencing functionality.
238 (Commands): Mention options for definition of header and footer in
239 BibTeX files.
240 (Options (Creating Citations)): Document
241 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
242 (Reference Styles): New section.
243 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
244 (Options (Referencing Labels)): Remove descriptions of deprecated
245 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
246 Add descriptions for `reftex-ref-style-alist' and
247 `reftex-ref-style-default-list'.
248 (Referencing Labels): Update regarding reference styles.
249 (Citation Styles): Mention support for ConTeXt.
250 (Options (Defining Label Environments)): Fix typo.
251 (Options (Creating Citations)): Document
252 `reftex-cite-key-separator'.
253
8223b1d2
BG
2542012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
255
256 * org.texi: Add description of ORG_ADD_CONTRIB to info
257 documentation. Add link to Worg for more details.
258
259 * org.texi: Clarify installation procedure. Provide link to the
260 build system description on Worg.
261
262 * org.texi: Remove reference to utils/, x11idle.c is now in
263 contrib/scripts.
264
265 * org.texi: Re-normalize to "Org mode" in manual.
266
267 * org.texi (Installation): Adapt documentation to new build
268 system. Mention GNU ELPA (since it needs to be handled like Emacs
269 built-in Org).
270
8223b1d2
BG
2712012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
272
273 * org.texi: Fix typo in description of the 'Hooks' section.
274
275 * org.texi: Add ID to the list of special properties.
276
2772012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
278
279 * org.texi (Moving subtrees): Document the ability to archive to a
280 datetree.
281
2822012-09-30 Bastien Guerry <bzg@altern.org>
283
284 * org.texi (Installation, Feedback, Batch execution): Use
285 (add-to-list 'load-path ... t) for the contrib dir.
286
287 * org.texi (results): Update documentation for ":results drawer"
288 and ":results org".
289
290 * org.texi (Column width and alignment): Fix typo.
291
292 * org.texi (Activation): Point to the "Conflicts" section.
293
294 * org.texi (Conflicts): Mention filladapt.el in the list of
295 conflicting packages.
296
297 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
298 not needed for versions of Emacs > 22.1.
299
300 * org.texi (History and Acknowledgments): Fix typo.
301
302 * org.texi (History and Acknowledgments): Add my own
303 acknowledgments.
304
305 * org.texi (Agenda commands): Document the new command and the new
306 option.
307
308 * org.texi (Agenda commands): Delete `org-agenda-action' section.
309 (Agenda commands): Reorder. Document `*' to toggle persistent
310 marks.
311
312 * org.texi (Agenda dispatcher): Mention
313 `org-toggle-agenda-sticky'.
314 (Agenda commands, Exporting Agenda Views): Fix typo.
315
316 * org.texi (Templates in contexts, Setting Options): Update to
317 reflect changes in how contexts options are processed.
318
319 * org.texi (Templates in contexts): Document the new structure of
320 the variables `org-agenda-custom-commands-contexts' and
321 `org-capture-templates-contexts'.
322
323 * org.texi (Templates in contexts): Document the new option
324 `org-capture-templates-contexts'.
325 (Storing searches): Document the new option
326 `org-agenda-custom-commands-contexts'.
327
328 * org.texi (Formula syntax for Lisp): Reformat.
329
330 * org.texi (Special properties, Column attributes)
331 (Agenda column view): Document the new special property
332 CLOCKSUM_T.
333
334 * org.texi (Template expansion): Document the new %l template.
335
336 * org.texi (Fast access to TODO states): Fix documentation about
337 allowed characters for fast todo selection.
338
339 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
340 use in `org-agenda-to-appt'.
341
342 * org.texi (Comment lines): Update wrt comments.
343
344 * org.texi (Resolving idle time): Document new keybinding.
345
346 * org.texi (Clocking commands): Document the use of S-M-<up/down>
347 on clock timestamps.
348
349 * org.texi (Fast access to TODO states): Explicitely says only
350 letters are supported as fast TODO selection keys.
351
352 * org.texi (Link abbreviations): Illustrate the use of the "%h"
353 specifier. Document the new "%(my-function)" specifier.
354
355 * org.texi (Clocking commands): New cindex.
356 (Clocking commands): Update documentation for `org-clock-in'.
357 Document `org-clock-in-last'. Mention `org-clock-out' and
358 `org-clock-in-last' as commands that can be globally bound.
359 (Resolving idle time): Document continuous clocking.
360
361 * org.texi (Top, Introduction): Fix formatting.
362 (Activation): Add index entries.
363 (Conventions): Update section.
364 (Embedded @LaTeX{}): Fix formatting.
365
366 * org.texi (Visibility cycling): Document `show-children'.
367
368 * org.texi (Using capture): Mention the `org-capture-last-stored'
369 bookmark as a way to jump to the last stored capture.
370
371 * org.texi (Uploading files): Fix typo.
372
373 * org.texi (Using capture): Document `C-0' as a prefix argument
374 for `org-capture'.
375
376 * org.texi (Agenda commands): Document persistent marks.
377
378 * org.texi (Template expansion): Update doc to reflect change.
379
380 * org.texi (Radio tables): Document the :no-escape parameter.
381
382 * org.texi (Repeated tasks): Document repeat cookies for years,
383 months, weeks, days and hours.
384
385 * org.texi (Export options): State that you can use the d: option
386 by specifying a list of drawers.
387
388 * org.texi (HTML preamble and postamble): Small doc improvement.
389
3902012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
391
392 * org.texi: The sections in the Exporting section of the manual
393 left out articles in the description of the org-export-as-*
394 commands, among other places. This patch adds them, adds a few
395 missing prepositions, and switches instances of "an HTML" to "a
396 html" for internal consistency.
397
398 * org.texi: Alter several examples of headings with timestamps in
399 them to include the timestamps in the body instead of the heading.
400
4012012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
402
403 * org.texi (Agenda dispatcher): Document sticky agenda views and
404 the new key for them.
405
4062012-09-30 Charles <millarc@verizon.net> (tiny change)
407
408 * org.texi (Advanced features): Fix error in table.
409
4102012-09-30 Feng Shu <tumashu@gmail.com>
411
412 * org.texi (@LaTeX{} fragments): Document imagemagick as an
413 alternative to dvipng.
414
4152012-09-30 François Allisson <francois@allisson.co> (tiny change)
416
417 * org.texi: Remove extra curly bracket.
418
4192012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
420
421 * org.texi (org-clock-in-last and org-clock-cancel): Update the
422 defkeys.
423
4242012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
425
426 * org.texi (Agenda commands): Fix two typos by giving
427 corresponding function names, according to
428 `org-agenda-view-mode-dispatch'.
429
4302012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
431
432 * org.texi (The spreadsheet): Fix typo.
433
4342012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
435
436 * org.texi (Tracking your habits): Point to the "Tracking TODO
437 state changes" section.
438
4392012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
440
441 * org.texi (Literal examples): Remove reference to unknown
442 `org-export-latex-minted' variable. Also simplify footnote since
443 `org-export-latex-listings' documentation is exhaustive already.
444
445 * org.texi (Plain lists): Remove reference to now hard-coded
446 `bullet' automatic rule.
447
4482012-09-30 Toby S. Cubitt <tsc25@cantab.net>
449
450 * org.texi: Updated documentation accordingly.
451
5087f097
PE
4522012-09-13 Paul Eggert <eggert@cs.ucla.edu>
453
454 * texinfo.tex: Merge from gnulib.
455
20121a26
MA
4562012-09-12 Michael Albinus <michael.albinus@gmx.de>
457
458 Sync with Tramp 2.2.6.
459
460 * tramp.texi (Bug Reports): Cleanup caches before a test run.
461
462 * trampver.texi: Update release number.
463
44677e30
PE
4642012-09-12 Paul Eggert <eggert@cs.ucla.edu>
465
466 * texinfo.tex: Merge from gnulib.
467
5a4c42ba
AA
4682012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
469
470 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
471 (bug#12096).
472
8e7046c3
JB
4732012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
474
1dcac243
JB
475 * calc.texi (Simplification modes, Conversions)
476 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
477 (The Calc Mode Line): Mention the mode line display for Basic
478 simplification mode.
479 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
480 simplifications.
481 (Basic Simplifications): Rename from "Limited Simplifications"
482 Replace "limited" by "basic" throughout.
483 (Algebraic Simplifications): Indicate that the algebraic
484 simplifications are done by default.
485 (Unsafe Simplifications): Mention `m E'.
486 (Simplification of Units): Mention `m U'.
487 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
488 (Kinds of Declarations, Functions for Declarations): Mention
489 "algebraic simplifications" instead of `a s'.
1dcac243 490 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 491
d2bd74ff
JB
4922012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
493
494 * calc.texi (Getting Started, Tutorial): Change simulated
495 Calc output to match actual output.
496 (Simplifying Formulas): Mention that algebraic simplification is now
497 the default.
498
77472261
EZ
4992012-07-28 Eli Zaretskii <eliz@gnu.org>
500
501 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
502 (Bug#12073)
503
09ae5da1
PE
5042012-07-25 Paul Eggert <eggert@cs.ucla.edu>
505
506 Prefer typical American spelling for "acknowledgment".
507 * calc.texi (History and Acknowledgments): Rename from
508 History and Acknowledgements.
509 * idlwave.texi (Acknowledgments):
510 * ses.texi (Acknowledgments):
511 * woman.texi (Acknowledgments): Rename from Acknowledgements.
512
c4444d16
PE
5132012-07-09 Paul Eggert <eggert@cs.ucla.edu>
514
515 Rename configure.in to configure.ac (Bug#11603).
516 * ede.texi (Compiler and Linker objects, ede-proj-project)
517 (ede-step-project): Prefer the name configure.ac to configure.in.
518
ef091c97
MA
5192012-07-06 Michael Albinus <michael.albinus@gmx.de>
520
521 * tramp.texi (Multi-hops): Introduce
522 `tramp-restricted-shell-hosts-alist'.
523
89b163db
G
5242012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
525
526 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
527 methods, so don't mention smtpmail here.
528
5292012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
530
531 * gnus.texi (Picons): Document gnus-picon-properties.
532
5332012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
534
535 * gnus.texi: Remove mention of compilation, as that's no longer
536 supported.
537
5382012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
539
540 * gnus.texi (Archived Messages): Mention
541 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
542
5432012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
544
545 * gnus.texi (Various Summary Stuff):
546 Remove mention of `gnus-propagate-marks'.
547
5482012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
549
550 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
551 which no longer exist.
552
5532012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
554
555 * gnus.texi (Archived Messages):
556 Document gnus-gcc-self-resent-messages.
557
5582012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
559
560 * message.texi (Mail Variables):
561 Mention the optional user parameter for X-Message-SMTP-Method.
562
5632012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
564
565 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
566
567 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
568
5692012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
570
571 * gnus.texi (Key Index): Change encoding to utf-8.
572
ac1a0ce1 5732012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
574
575 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
576
71cca84d
G
5772012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
578
579 * gnus.texi (Group Timestamp): Mention where to find documentation for
580 the `gnus-tmp-' variables (bug#11601).
581
888a7fc0
MA
5822012-06-11 Michael Albinus <michael.albinus@gmx.de>
583
584 Sync with Tramp 2.2.6-pre.
585
586 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
587 where appropriate.
588 (Ad-hoc multi-hops): New section.
589 (Remote processes): New subsection "Running remote processes on
590 Windows hosts".
591 (History): Add remote commands on Windows, and ad-hoc multi-hop
592 methods.
593 (External methods): "ControlPersist" must be set to "no" for the
594 `scpc' method.
595 (Remote processes): Add a note about `auto-revert-tail-mode'.
596 (Frequently Asked Questions): Use "scpx" in combination with
597 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
598
599 * trampver.texi: Update release number.
600
31ca4639 6012012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
602
603 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
604 compilation for html-mono.
605
0e8bbf66
PE
6062012-06-08 Paul Eggert <eggert@cs.ucla.edu>
607
608 * texinfo.tex: Merge from gnulib.
609
b8f061b3
KY
6102012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
611
612 * Makefile.in (echo-info): Don't try to install info files named
613 just ".info".
614
16af873e
GM
6152012-05-28 Glenn Morris <rgm@gnu.org>
616
c1dabff0
GM
617 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
618
16af873e
GM
619 * sc.texi: Nuke hand-written node pointers.
620 Fix top-level menu to match actual node order.
621
1d5b82ef
GM
6222012-05-27 Glenn Morris <rgm@gnu.org>
623
624 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
625 Some associated fixes, including not messing with chapno in cl.texi.
626
33017faf 6272012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
628
629 * org.texi (Durations and time values): Fix typo.
630
d14b0029
JB
6312012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
632
33017faf 633 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
634 Mention `calc-ensure-consistent-units'.
635
2f4cadd1 6362012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 637
9879e263
AS
638 * cc-mode.texi: Avoid space before macro in 4th argument of cross
639 reference commands. (Bug#11461)
640
78e91d08
AS
641 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
642
3fe7cdc8
GM
6432012-05-12 Glenn Morris <rgm@gnu.org>
644
9598ef0b
GM
645 * Makefile.in (mostlyclean): Add more TeX intermediates.
646
7d326a29
GM
647 * Makefile.in: Make it look more like the other doc Makefiles.
648 Use explicit $srcdir in all dependencies.
649 Remove cd $srcdir from rules.
650 (VPATH): Remove.
651 (infodir): Set to an absolute path.
652 (INFO_TARGETS): Use short names.
653 (mkinfodir): infodir is now absolute.
654 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
655
c7f95930 656 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 657 (.SUFFIXES): Disable implicit rules.
c7f95930 658
3fe7cdc8
GM
659 * Makefile.in (MKDIR_P): New, set by configure.
660 (mkinfodir): Use $MKDIR_P.
661
6f0652af
GM
6622012-05-07 Glenn Morris <rgm@gnu.org>
663
664 * forms.texi (Long Example): Update for changed location of files.
665
8045b906
GM
6662012-05-04 Glenn Morris <rgm@gnu.org>
667
668 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
669 (INFO_TARGETS): Use $INFO_EXT.
670 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
671 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
672 (INFO_TARGETS): Use $INFO_EXT.
673 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
674
9e7a4bcf
GM
6752012-05-02 Glenn Morris <rgm@gnu.org>
676
9aa071df
GM
677 * Makefile.in (echo-info): New phony target, used by top-level.
678
9e7a4bcf
GM
679 * viper.texi: Make direntry shorter (also it is no longer "newest").
680
681 * emacs-gnutls.texi, ert.texi, org.texi:
682 Fix dircategory, direntry to match info/dir.
683
31cc861c
GM
684 * faq.texi: Convert @inforefs to @xrefs.
685 Fix some malformed cross-references.
f9e320bb
GM
686 (File-name conventions): Shorten section name to avoid overfull line.
687 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 688
723ea6b5
TZ
6892012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
690
691 * auth.texi (Help for users): Update for .gpg file being second.
692
a8e7d6d7 6932012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
694
695 * org.texi (Agenda commands): Fix two typos: give corresponding
696 function names, according to `org-agenda-view-mode-dispatch'.
697
a8e7d6d7 6982012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
699
700 * faq.texi (Major packages and programs): Remove section.
701 There is no point listing 6 packages (cf etc/MORE.STUFF).
702 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 703
dcbf5805
MA
7042012-04-22 Michael Albinus <michael.albinus@gmx.de>
705
706 * dbus.texi (Version): New node.
707 (Properties and Annotations): Mention the object manager
708 interface. Describe dbus-get-all-managed-objects.
709 (Type Conversion): Floating point numbers are allowed, if an
710 anteger does not fit Emacs's integer range.
711 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
712 (Asynchronous Methods): Fix description of
713 dbus-call-method-asynchronously.
714 (Receiving Method Calls): Fix some minor errors. Add
715 dbus-interface-emacs.
716 (Signals): Describe unicast signals and the new match rules.
717 (Alternative Buses): Add the PRIVATE optional argument to
718 dbus-init-bus. Describe its new return value. Add dbus-setenv.
719
adee4030
GM
7202012-04-20 Glenn Morris <rgm@gnu.org>
721
722 * faq.texi (New in Emacs 24): New section.
723 (Packages that do not come with Emacs): Mention M-x list-packages.
724
35dc09a1 7252012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
726
727 * cc-mode.texi (c-offsets-alist): Correct a typo.
728
35dc09a1 7292012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
730
731 * org.texi (Deadlines and scheduling): Fix the example: the
732 DEADLINE item should come right after the headline. We enforce
733 this convention, so it is a bug not to illustrate it correctly in
734 the manual.
735
35dc09a1 7362012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
737
738 * org.texi (Agenda commands): Fix documentation bug by swapping
739 the equivalent keybindings to `org-agenda-next-line' with the ones
740 to `org-agenda-previous-line'.
741
35dc09a1 7422012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
743
744 * Makefile.in: Replace non-portable use of $< in ordinary rules.
745
e2560ea8
EZ
7462012-04-09 Eli Zaretskii <eliz@gnu.org>
747
748 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
749 emacs-gnutls.
750 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
751
6b4f4a2d
TZ
7522012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
753
250b840e 754 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
755
756 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
757
ca2c89b6
TZ
7582012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
759
760 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 761 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 762
aebd5f1a
GM
7632012-04-04 Glenn Morris <rgm@gnu.org>
764
765 * auth.texi (Secret Service API): Copyedits.
766 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
767 (Help for users, Help for developers)
768 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 769
0317dd51
MA
7702012-04-04 Michael Albinus <michael.albinus@gmx.de>
771
772 * auth.texi (Secret Service API): Add the missing text.
773
3d439cd1
CY
7742012-04-04 Chong Yidong <cyd@gnu.org>
775
776 * message.texi (Using PGP/MIME): Note that epg is now the default.
777
778 * gnus.texi: Reduce references to obsolete pgg library.
779 (Security): Note that epg is now the default.
780
781 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
782
783 * nxml-mode.texi (Completion): C-RET is no longer bound to
784 nxml-complete.
785
153ae947
BG
7862012-04-01 Jambunathan K <kjambunathan@gmail.com>
787
788 * org.texi (Customizing tables in ODT export): Correct few errors.
789
7902012-04-01 Jambunathan K <kjambunathan@gmail.com>
791
792 * org.texi (Links in ODT export): Update.
793 (Labels and captions in ODT export): New node.
794
7952012-04-01 Jambunathan K <kjambunathan@gmail.com>
796
797 * org.texi (Literal examples in ODT export): htmlfontify.el in
798 Emacs-24.1 now supports fontification. So ODT source blocks will
799 be fontified by default.
800
8012012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
802
803 * org.texi (Refiling notes): Remove duplicated keybinding.
804
8052012-04-01 Eric Schulte <eric.schulte@gmx.com>
806
807 * org.texi (noweb): Documentation of this new option to the :noweb
808 header argument.
809
8102012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
811
812 * org.texi (Header and sectioning): Add example demonstrating how
813 to use "LaTeX_CLASS_OPTIONS".
814
8152012-04-01 Eric Schulte <eric.schulte@gmx.com>
816
817 * org.texi (Noweb reference syntax): Describe the ability to
818 execute noweb references in the manual.
819
8202012-04-01 Eric Schulte <eric.schulte@gmx.com>
821
822 * org.texi (cache): Improve cache documentation when session
823 evaluation is used.
824
8252012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
826
827 * org.texi (Plain lists): Document removal.
828
8292012-04-01 Michael Brand <michael.ch.brand@gmail.com>
830
831 * org.texi: Decapitalize file name in references to Calc manual.
832
8332012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
834
835 * org.texi (Plain lists): Document removal.
836
8372012-04-01 Jambunathan K <kjambunathan@gmail.com>
838
839 * org.texi (Top, OpenDocument Text export)
840 (ODT export commands, Extending ODT export)
841 (Images in ODT export, Tables in ODT export)
842 (Configuring a document converter): Add or Update.
843
8442012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
845
846 * org.texi (MobileOrg): Change the wording to reflect that the
847 Android Version is no longer just the little brother of the iOS
848 version.
849
8502012-04-01 Eric Schulte <eric.schulte@gmx.com>
851
852 * org.texi (Key bindings and useful functions): Updated babel key
853 binding documentation in manual.
854
8552012-04-01 Eric Schulte <eric.schulte@gmx.com>
856
857 * org.texi (noweb): Document new noweb header value.
858
8592012-04-01 Eric Schulte <eric.schulte@gmx.com>
860
861 * org.texi (noweb-sep): Document new header argument.
862
8632012-04-01 Eric Schulte <eric.schulte@gmx.com>
864
865 * org.texi (noweb-ref): Documentation of this new custom variable.
866
8672012-04-01 Eric Schulte <eric.schulte@gmx.com>
868
869 * org.texi (wrap): Update the new :wrap documentation to match the
870 current implementation.
871
8722012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
873
874 * org.texi: Added documentation for :wrap.
875
8762012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
877
878 * org.texi: #+RESULTS now user-configurable.
879
8802012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
881
882 * org.texi: Documented :noweb no-export.
883
8842012-04-01 Thomas Dye <dk@poto.local>
885
886 * org.texi: Edit :noweb no header argument for correctness.
887
8882012-04-01 Bastien Guerry <bzg@altern.org>
889
890 * org.texi (Customization): Update the approximate number of Org
891 variables.
892
8932012-04-01 Thomas Dye <dk@poto.local>
894
895 * org.texi: The :results wrap produces a drawer instead of a
896 begin_results block.
897
005a89ff
G
8982012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
899
900 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
901 reflect the new default.
902
589ce070
EZ
9032012-03-10 Eli Zaretskii <eliz@gnu.org>
904
905 * info.texi (Expert Info): Move the index entry for "Texinfo" from
906 "Getting Started" to this node. (Bug#10450)
907
a5392527
CY
9082012-03-10 Chong Yidong <cyd@gnu.org>
909
8ae818e4
CY
910 * flymake.texi (Example -- Configuring a tool called via make):
911 Mention the Automake COMPILE variable (Bug#8715).
912
a5392527
CY
913 * info.texi (Getting Started): Add an index entry (Bug#10450).
914
d49902e4
MA
9152012-03-02 Michael Albinus <michael.albinus@gmx.de>
916
917 * dbus.texi (Signals): Known names will be mapped onto unique
918 names, when registering for signals.
919
53eced6d
GM
9202012-02-29 Glenn Morris <rgm@gnu.org>
921
bcd6cd23
GM
922 * url.texi: Fix quote usage in body text.
923
775b55af
GM
924 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
925
53eced6d
GM
926 * cl.texi: Use @code{} in menus when appropriate.
927
44e97401
GM
9282012-02-28 Glenn Morris <rgm@gnu.org>
929
930 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
931 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
932 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
933 * org.texi, sc.texi, vip.texi, viper.texi:
934 Standardize possessive apostrophe usage.
935
fa9a0855
CY
9362012-02-26 Chong Yidong <cyd@gnu.org>
937
938 * ediff.texi (Quick Help Commands): Add a couple of index entries
939 (Bug#10834).
940
0fd2c9a3
GM
9412012-02-17 Glenn Morris <rgm@gnu.org>
942
943 * gnus.texi (Posting Styles):
944 * remember.texi (Org): Fix cross-refs to other manuals.
945
9f26dc24
GM
9462012-02-15 Glenn Morris <rgm@gnu.org>
947
948 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
949 (Encryption): New chapter, split out from previous.
950
3d2af193
LI
9512012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
952
953 * gnus.texi (Customizing the IMAP Connection): Mention
954 nnimap-record-commands.
955
b74c9672
GM
9562012-02-10 Glenn Morris <rgm@gnu.org>
957
958 * url.texi (Retrieving URLs): Update url-retrieve arguments.
959 Mention url-queue-retrieve.
960
2ebc3b94
GM
9612012-02-09 Glenn Morris <rgm@gnu.org>
962
9fcfcdef
GM
963 * sem-user.texi (Semantic mode user commands): Typo fix.
964
2ebc3b94
GM
965 * info.texi (Create Info buffer): Mention info-display-manual.
966
7c4bbb69
LI
9672012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
968
969 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
970 example (modified from an example by Michael Albinus).
971
debce7bc
G
9722012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
973
974 * gnus.texi (Agent Basics): Fix outdated description of
975 `gnus-agent-auto-agentize-methods'.
976
b207a4ec
AS
9772012-01-28 Andreas Schwab <schwab@linux-m68k.org>
978
979 * cc-mode.texi: Always @defindex ss.
980 (Config Basics): Fix argument of @itemize.
981 (Macro Backslashes): Add @code around index entry.
982
b8fe8712
GM
9832012-01-23 Glenn Morris <rgm@gnu.org>
984
985 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
986
02dc2fd7
EH
9872012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
988
989 * tramp.texi (File): Tweak wording for the `scpc' option.
990
e7719ea1
G
9912012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
992
993 * gnus.texi (Group Parameters): Really note precedence.
994
9937bef4
G
9952012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
996
997 * gnus.texi (Group Parameters): Note precedence.
998
e66ba1df
BG
9992012-01-03 Eric Schulte <eric.schulte@gmx.com>
1000
1001 * org.texi (Noweb reference syntax): Adding documentation of
1002 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1003 variable.
1004
10052012-01-03 Bastien Guerry <bzg@gnu.org>
1006
1007 * org.texi (Plain lists): Split the table to fix the display
1008 of items.
1009
10102012-01-03 Bastien Guerry <bzg@gnu.org>
1011
1012 * org.texi (Plain lists): Fix misplaced explanation.
1013
10142012-01-03 Bastien Guerry <bzg@gnu.org>
1015
1016 * org.texi (Plain lists, Agenda files): Add index entries.
1017
10182012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1019
1020 * org.texi: Use "Org mode" instead of alternatives like
1021 "Org-mode" or "org-mode".
1022
10232012-01-03 Bernt Hansen <bernt@norang.ca>
1024
1025 * org.texi (Agenda commands): Document
1026 `org-clock-report-include-clocking-task'.
1027
10282012-01-03 Bastien Guerry <bzg@gnu.org>
1029
1030 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1031 C-c' on checkboxes.
1032
10332012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1034
1035 * org.texi: End sentences with two spaces.
1036
10372012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1038
1039 * org.texi (External links): Document the link types file+sys
1040 and file+emacs, slightly narrow used page width.
1041
10422012-01-03 Eric Schulte <eric.schulte@gmx.com>
1043
1044 * org.texi (colnames): Note that colnames behavior may differ
1045 across languages.
1046
10472012-01-03 Bastien Guerry <bzg@gnu.org>
1048
1049 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1050
10512012-01-03 Thomas Dye <dk@poto.westell.com>
1052
1053 * org.texi: Augmented discussion of babel property
1054 inheritance. Put footnote outside sentence ending period.
1055
10562012-01-03 Eric Schulte <schulte.eric@gmail.com>
1057
1058 * org.texi (eval): Documenting the full range of :eval header
1059 argument values.
1060
10612012-01-03 Eric Schulte <schulte.eric@gmail.com>
1062
1063 * org.texi (eval): Documentation of the new :eval option.
1064
10652012-01-03 Thomas Dye <dk@poto.local>
1066
1067 * org.texi: Add accumulated properties.
1068
10692012-01-03 Thomas Dye <dk@poto.local>
1070
1071 * org.texi: Documented no spaces in name=assign, another
1072 correction to :var table.
1073
10742012-01-03 Thomas Dye <dk@poto.local>
1075
1076 * org.texi: Changed DATA to NAME in Working With Source Code
1077 section.
1078
10792012-01-03 Tom Dye <tsd@tsdye.com>
1080
1081 * org.texi: Minor change to :var table.
1082
10832012-01-03 Tom Dye <tsd@tsdye.com>
1084
1085 * org.texi: More changes to :var table (some examples were wrong).
1086
10872012-01-03 Tom Dye <tsd@tsdye.com>
1088
1089 * org.texi: Cleaned up :var table.
1090
10912012-01-03 Bastien Guerry <bzg@gnu.org>
1092
1093 * org.texi (Timestamps, Weekly/daily agenda)
1094 (Weekly/daily agenda): Add @cindex for "appointment".
1095
10962012-01-03 Eric Schulte <schulte.eric@gmail.com>
1097
1098 * org.texi (Literal examples): A new link to the template for
1099 inserting empty code blocks.
1100 (Structure of code blocks): A new link to the template for
1101 inserting empty code blocks.
1102
11032012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1104
1105 * org.texi (External links): Add footnote on how the behavior
1106 of the text search in Org files are controled by the variable
1107 `org-link-search-must-match-exact-headline'.
1108
11092012-01-03 Eric Schulte <schulte.eric@gmail.com>
1110
1111 * org.texi (Buffer-wide header arguments): Update
1112 documentation to reflect removal of #+PROPERTIES.
1113
11142012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1115
1116 * org.texi (The clock table): Mention that ACHIVED trees
1117 contribute to the clock table.
1118
11192012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1120
1121 * org.texi (Conflicts): Better yasnippet config info.
1122
11232012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1124
1125 * org.texi (Selective export): Explicitely mention the default
1126 values for `org-export-select-tags',
1127 `org-export-exclude-tags'.
1128
11292012-01-03 Tom Dye <tsd@tsdye.com>
1130
1131 * org.texi: Added a line to specify that header arguments are
1132 lowercase.
1133
11342012-01-03 Tom Dye <tsd@tsdye.com>
1135
1136 * org.texi: :var requires default value when declared.
1137
11382012-01-03 Bastien Guerry <bzg@gnu.org>
1139
1140 * org.texi (Handling links): Add a note about the
1141 `org-link-frame-setup' option.
1142
11432012-01-03 David Maus <dmaus@ictsoc.de>
1144
1145 * org.texi (Exporting Agenda Views, Extracting agenda
1146 information): Fix command line syntax, quote symbol parameter
1147 values.
1148
11492012-01-03 David Maus <dmaus@ictsoc.de>
1150
1151 * org.texi (Exporting Agenda Views): Fix command line syntax.
1152
8d80ef01
PE
11532011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1154
1155 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1156 Use octal notation for file permissions, which are normally
1157 thought of in octal.
1158 (Mail Back End Variables): Use more-plausible modes in example.
1159
47d42d81
AM
11602011-12-20 Alan Mackenzie <acm@muc.de>
1161
1162 * cc-mode.texi: Update version string 5.31 -> 5.32.
1163
a98edce9
JB
11642011-12-06 Juanma Barranquero <lekktu@gmail.com>
1165
1166 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1167
321decc8
GM
11682011-11-24 Glenn Morris <rgm@gnu.org>
1169
1170 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1171
f8107b79
JB
11722011-11-24 Juanma Barranquero <lekktu@gmail.com>
1173
1174 * makefile.w32-in: Update dependencies.
1175
f5a96a4f
GM
11762011-11-20 Glenn Morris <rgm@gnu.org>
1177
1178 * gnus.texi (Group Information):
1179 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1180
cd1181db
JB
11812011-11-20 Juanma Barranquero <lekktu@gmail.com>
1182
1183 * gnus-coding.texi (Gnus Maintenance Guide):
1184 Rename from "Gnus Maintainance Guide".
1185
1186 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1187 * eieio.texi (Customizing):
fe7a3057
JB
1188 * gnus.texi (Article Washing):
1189 * gnus-news.texi:
1190 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 1191
7877f373
JB
11922011-11-16 Juanma Barranquero <lekktu@gmail.com>
1193
1194 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1195
0d26e0b6
JB
11962011-11-15 Juanma Barranquero <lekktu@gmail.com>
1197
c7015153
JB
1198 * ede.texi (project-am-texinfo):
1199 * gnus.texi (Sending or Not Sending):
1200 * org.texi (Template elements): Fix typos.
0d26e0b6 1201
0b381c7e
JB
12022011-11-14 Juanma Barranquero <lekktu@gmail.com>
1203
1204 * ediff.texi (Hooks):
c7015153 1205 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 1206
40a8bdf6
JB
12072011-11-11 Juanma Barranquero <lekktu@gmail.com>
1208
1209 * semantic.texi (Tag handling): Fix typo.
1210
57dda3bb
KY
12112011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1212
1213 * gnus.texi (Other Gnus Versions): Remove.
1214
52bedd34
AM
12152011-10-28 Alan Mackenzie <acm@muc.de>
1216
1217 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1218 (Other Special Indentations): Add an xref to "Macros with ;".
1219 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1220 "Macros with ;".
1221 (Macros with ;): New page.
1222
00b77525
GM
1223 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1224 Document the new handling of nested scopes for movement by defuns.
52bedd34 1225
4a623313
MA
12262011-10-23 Michael Albinus <michael.albinus@gmx.de>
1227
1228 Sync with Tramp 2.2.3.
1229
1230 * trampver.texi: Update release number.
1231
466a320e
GM
12322011-10-14 Glenn Morris <rgm@gnu.org>
1233
1234 * ert.texi (Introduction, How to Run Tests)
1235 (Running Tests Interactively, Expected Failures)
1236 (Tests and Their Environment, Useful Techniques)
1237 (Interactive Debugging, Fixtures and Test Suites):
1238 Minor rephrasings.
1239 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1240 (Running Tests in Batch Mode): Simplify loading instructions.
1241 (Test Selectors): Clarify some selectors.
1242 (Expected Failures, Useful Techniques):
1243 Make examples fit in 80 columns.
1244
2be4956d
JB
12452011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1246
1247 * calc.texi (Basic Operations on Units): Discuss temperature
1248 conversion (`u t') alongside with other unit conversions ('u c').
1249
7359a765
GM
12502011-10-12 Glenn Morris <rgm@gnu.org>
1251
1252 * ert.texi: Whitespace trivia to make main menu items line up better.
1253
a0c52e5d
GM
12542011-10-08 Glenn Morris <rgm@gnu.org>
1255
1256 * Makefile.in: Fix ert rules.
1257
465d0300
G
12582011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1259
1260 * gnus.texi (Gnus Utility Functions): Add more references and
1261 explanations (bug#9683).
1262
a5166359
LMI
12632011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1264
1265 * gnus.texi (Archived Messages): Note the default (bug#9552).
1266
b523dc20
BW
12672011-09-21 Bill Wohler <wohler@newt.com>
1268
1269 Release MH-E manual version 8.3.
1270
58179cce 1271 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
1272 release 8.3.
1273 (Preface): Updated support information.
bd7239f5 1274 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
1275 historical quote, the tense should be correct in the time that it
1276 was written.
1277
0afb49a1
LMI
12782011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1279
1280 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1281 (Finding the News): Doc clarification.
1282 (Terminology): Mention naming.
1283
e21bac42
G
12842011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1285
1286 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1287 (Interactive): Document `quiet'.
1288
5b409b39 12892011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 1290
bd7239f5 1291 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 1292
5b409b39 12932011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1294
bd7239f5 1295 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
1296 scope for `org-map-entries'.
1297
5b409b39 12982011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1299
1300 * org.texi (Visibility cycling): Document `org-copy-visible'.
1301
5b409b39 13022011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1303
bd7239f5 1304 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
1305 proper order.
1306
5b409b39 13072011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1308
1309 * org.texi (eval): Expand discussion of the :eval header argument.
1310
5b409b39 13112011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1312
1313 * org.texi (Languages): Add Lilypond and Awk as supported
1314 languages.
1315
5b409b39 13162011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 1317
bd7239f5 1318 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
1319 LOG_INTO_DRAWER can be used to override the contents of variable
1320 org-clock-into-drawer (or if unset, org-log-into-drawer).
1321
bd7239f5 1322 * org.texi: Replace @xref->@pxref.
3ab2c837 1323
5b409b39 13242011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1325
1326 * org.texi (Evaluating code blocks): Documenting the new option
1327 for inline call lines.
1328
5b409b39 13292011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1330
1331 * org.texi (Results of evaluation): More explicit about the
1332 mechanism through which interactive evaluation of code is
1333 performed.
1334
5b409b39 13352011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1336
1337 * org.texi (noweb-ref): New header argument documentation.
1338
5b409b39 13392011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1340
1341 * org.texi (Extracting source code): Documentation of the new
1342 org-babel-tangle-named-block-combination variable.
1343
5b409b39 13442011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1345
bd7239f5 1346 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 1347 behavior of multiple blocks of the same name is undefined.
3ab2c837 1348
5b409b39 13492011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
1350
1351 * org.texi (TaskJuggler export): Modify the example to reflect the
1352 new effort durations.
1353
5b409b39 13542011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1355
1356 * org.texi (Images in LaTeX export): Escape curly brackets in
1357 LaTeX example.
1358
5b409b39 13592011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1360
1361 * org.texi (The clock table): Document the :properties and
1362 :inherit-props arguments for the clocktable.
1363
5b409b39 13642011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1365
1366 * org.texi (Tables in LaTeX export): Document specifying placement
1367 options for tables.
1368
5b409b39 13692011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1370
1371 * org.texi (Evaluating code blocks): More specific documentation
1372 about the different types of header arguments.
1373
5b409b39 13742011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
1375
1376 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1377
5b409b39 13782011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1379
1380 * org.texi (Built-in table editor): Document the table field
1381 follow mode.
1382
5b409b39 13832011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1384
1385 * org.texi (Easy Templates): Document new template.
1386
5b409b39 13872011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1388
1389 * org.texi (Literal examples): Add a cross-reference from "Literal
1390 Examples" to "Easy Templates."
1391
5b409b39 13922011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1393
1394 * org.texi (The clock table): Add link to match syntax.
1395
5b409b39 13962011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1397
1398 * org.texi (Agenda commands): Document clock consistency checks.
1399
5b409b39 14002011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1401
1402 * org.texi (Built-in table editor): Document that \vert represents
1403 a vertical bar in a table field.
1404
5b409b39 14052011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1406
1407 * org.texi (Literal examples): Link from "Markup" > "Literate
1408 Examples" to "Working with Source Code".
1409
5b409b39 14102011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1411
1412 * org.texi (Agenda commands): Doc for function option to bulk
1413 action.
1414
5b409b39 14152011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1416
1417 * org.texi (Template expansion): Document new %<...> template
1418 escape.
1419
5b409b39 14202011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1421
1422 * org.texi (Selective export): Document exclusion of any tasks
1423 from export.
1424
5b409b39 14252011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1426
1427 * org.texi (Selective export): Document how to exclude DONE tasks
1428 from export.
1429 (Publishing options): Document the properties to be used to turn off
1430 export of DONE tasks.
1431
5b409b39 14322011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1433
1434 * org.texi (The date/time prompt): Document date range protection.
1435
5b409b39 14362011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1437
1438 * org.texi (padline): Documentation of the new padline header
1439 argument.
1440
5b409b39 14412011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1442
1443 * org.texi (var): Adding "[" to list of characters triggering
1444 elisp evaluation.
1445
5b409b39 14462011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1447
1448 * org.texi (var): Documentation of Emacs Lisp evaluation during
1449 variable assignment.
1450
5b409b39 14512011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1452
1453 * org.texi (colnames): Reference indexing into variables, and note
1454 that colnames are *not* removed before indexing occurs.
1455 (rownames): Reference indexing into variables, and note that
1456 rownames are *not* removed before indexing occurs.
1457
5b409b39 14582011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1459
1460 * org.texi (var): Clarification of indexing into tabular
1461 variables.
1462
5b409b39 14632011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1464
1465 * org.texi (results): Documentation of the `:results wrap' header
1466 argument.
1467
5b409b39 14682011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1469
bd7239f5 1470 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
1471 of the LaTeX export: the org file has to be properly structured.
1472
5b409b39 14732011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1474
1475 * org.texi (Dynamic blocks, Structure editing): Mention
1476 the function `org-narrow-to-block'.
1477
5b409b39 14782011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1479
1480 * org.texi (Languages): Updating list of code block supported
1481 languages.
1482
5b409b39 14832011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1484
1485 * org.texi (Special properties): CATEGORY is a special property,
1486 but it may also used in the drawer.
1487
5b409b39 14882011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1489
1490 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1491
5b409b39 14922011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1493
1494 * org.texi (Include files): Document :lines.
1495
5b409b39 14962011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1497
1498 * org.texi (comments): Documentation of the ":comments noweb" code
1499 block header argument.
1500
5b409b39 15012011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1502
1503 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1504 added extra whitespace around functions to be consistent with the
1505 rest of the section.
1506
5b409b39 15072011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1508
0b381c7e 1509 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
1510 #+call: line syntax.
1511 (Header arguments in function calls): Expanded discussion of
1512 #+call: line syntax.
1513
5b409b39 15142011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1515
1516 * org.texi (Evaluating code blocks): More explicit about how to
1517 pass variables to #+call lines.
1518
5b409b39 15192011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1520
1521 * org.texi (Results of evaluation): Link to the :results header
1522 argument list from the "Results of evaluation" section.
1523
5b409b39 15242011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1525
1526 * org.texi (Conflicts): Adding additional information about
1527 resolving org/yasnippet conflicts.
1528
5b409b39 15292011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1530
1531 * org.texi (Publishing options): Document style-include-scripts
1532 publishing project property.
1533
5b409b39 15342011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1535
1536 * org.texi (Sparse trees): Document the next-error /
1537 previous-error functionality.
1538
5b409b39 15392011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1540
1541 * org.texi (cache): Improved documentation of code block caches.
1542
5b409b39 15432011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1544
1545 * org.texi (Code block specific header arguments): Documentation
1546 of multi-line header arguments.
1547
5b409b39 15482011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1549
1550 * org.texi (Code evaluation security): Add example for using a
1551 function.
1552
5b409b39 15532011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1554
1555 * org.texi (Tables in LaTeX export): Documentation of new
1556 attr_latex options for tables.
1557
5b409b39
BG
15582011-08-03 Michael Albinus <michael.albinus@gmx.de>
1559
1560 * trampver.texi: Update release number.
1561
15622011-07-30 Michael Albinus <michael.albinus@gmx.de>
1563
1564 Sync with Tramp 2.2.2.
1565
1566 * trampver.texi: Update release number.
1567
064e2d08
LMI
15682011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1569
1570 * flymake.texi (Example -- Configuring a tool called via make):
1571 Use /dev/null instead of the Windows "nul" (bug#8715).
1572
b8151e9c
LMI
15732011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1574
1575 * widget.texi (Setting Up the Buffer): Remove mention of the
1576 global keymap parent, which doesn't seem to be accurate
1577 (bug#7045).
1578
5b409b39
BG
15792011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1580
1581 * org.texi (Special agenda views): Fix double quoting (bug#3509).
1582
c0a8ae95
KR
15832010-07-10 Kevin Ryde <user42@zip.com.au>
1584
1585 * cl.texi (For Clauses): Add destructuring example processing an
1586 alist (bug#6596).
1587
ac6531ad
LMI
15882011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1589
1590 * ediff.texi (Major Entry Points): Remove mention of `require',
1591 since that's not pertinent in the installed Emacs (bug#9016).
1592
d30dd079
G
15932011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1594
1595 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
1596 (Filtering New Groups): Clarify how simple the "options -n" format is.
1597 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1598 is internal.
d30dd079 1599
862c0d68
MA
16002011-07-04 Michael Albinus <michael.albinus@gmx.de>
1601
1602 * tramp.texi (Cleanup remote connections): Add
1603 `tramp-cleanup-this-connection'.
1604
cd865a33
G
16052011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1606
1607 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1608 zombies.
1609 (Checking New Groups): Ditto (bug#8974).
7d1738f1 1610 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
1611
16122011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1613
1614 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1615 backups, and not actual vc (bug#8975).
1616
79414ae4
KR
16172011-07-03 Kevin Ryde <user42@zip.com.au>
1618
1619 * cl.texi (For Clauses): @items for hash-values and key-bindings
1620 to make them more visible when skimming. Add examples of `using'
1621 clause to them, examples being clearer than a description in
1622 words (bug#6599).
1623
847ccf7c
AM
16242011-07-01 Alan Mackenzie <acm@muc.de>
1625
1626 * cc-mode.texi (Guessing the Style): New page.
1627 (Styles): Add a short introduction to above.
1628
3da13bb9
DD
16292011-06-28 Deniz Dogan <deniz@dogan.se>
1630
1631 * rcirc.texi (Configuration): Bug-fix:
1632 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1633 Reported by Elias Pipping <pipping@exherbo.org>.
1634
60a0884e
G
16352011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1636
1637 * gnus.texi (Summary Mail Commands): Document
1638 `gnus-summary-reply-to-list-with-original'.
1639
0c7efc08
SM
16402011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1641
1642 * eshell.texi (Known problems): Fix typo.
1643
ea3596a2
MA
16442011-06-12 Michael Albinus <michael.albinus@gmx.de>
1645
0c7efc08 1646 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1647 (Password handling): `auth-source-debug' is good for debug messages.
1648
2da9c605
G
16492011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1650
1651 * gnus.texi (Store custom flags and keywords): Refer to
1652 `gnus-registry-article-marks-to-{chars,names}' instead of
1653 `gnus-registry-user-format-function-{M,M2}'.
1654
e61923c8
GM
16552011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1656
1657 * texinfo.tex: Merge from gnulib.
1658
627abcdd
TZ
16592011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1660
1661 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1662 (Store custom flags and keywords):
1663 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1664 `gnus-registry-user-format-function-M2'.
1665
a3c92bc1
EZ
16662011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1667
8f906c40 1668 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1669
85d870a9
GM
16702011-05-17 Glenn Morris <rgm@gnu.org>
1671
1672 * gnus.texi (Face): Fix typo.
1673
2cdee799
GM
16742011-05-14 Glenn Morris <rgm@gnu.org>
1675
1676 * dired-x.texi (Omitting Examples): Minor addition.
1677
79b70037
GM
16782011-05-10 Jim Meyering <meyering@redhat.com>
1679
1680 * ede.texi: Fix typo "or or -> or".
1681
a7111a62 16822011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1683
1684 * gnus.texi (Summary Buffer Lines):
1685 gnus-summary-user-date-format-alist does not exist.
1686 (Sorting the Summary Buffer): More about sorting threads.
1687
69026aba
MA
16882011-04-25 Michael Albinus <michael.albinus@gmx.de>
1689
1690 * trampver.texi: Update release number.
1691
9024ff79
MA
16922011-04-14 Michael Albinus <michael.albinus@gmx.de>
1693
1694 * tramp.texi (Frequently Asked Questions): New item for disabling
1695 Tramp in other packages.
1696
c3c65d73
TZ
16972011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1698
1699 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1700 (Fancy splitting to parent, Store arbitrary data):
1701 Updated gnus-registry docs.
c3c65d73 1702
9ec6a317
JB
17032011-04-13 Juanma Barranquero <lekktu@gmail.com>
1704
1705 * ede.texi: Fix typos.
1706
1e3b6001
G
17072011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1708
9ec6a317
JB
1709 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1710 It's @table @code.
1e3b6001 1711
a5954fa5
G
17122011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1713
ed9265fc 1714 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 1715
d71990a1
JB
17162011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1717
1718 * calc.texi (Logarithmic Units): Update the function names.
1719
1518e4f0
G
17202011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1721
1722 * message.texi (Various Commands): Document format specs in the
1723 ellipsis.
1724
a123622d
G
17252011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1726
1727 * message.texi (Insertion Variables): Document message-cite-style.
1728
17292011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1730
1731 * tramp.texi (Remote processes): New subsection "Running shell on
1732 a remote host".
1733
4248cca2
TZ
17342011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1735
1736 * auth.texi (Help for developers): Update docs to explain that the
1737 :save-function will only run the first time.
1738
54ce11a1
GM
17392011-03-12 Glenn Morris <rgm@gnu.org>
1740
1741 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1742 (emacs-faq.text): New target.
1743 (clean): Add emacs-faq.
1744
0c3b25f8
MA
17452011-03-12 Michael Albinus <michael.albinus@gmx.de>
1746
1747 Sync with Tramp 2.2.1.
1748
1749 * trampver.texi: Update release number.
1750
b740639e
GM
17512011-03-11 Glenn Morris <rgm@gnu.org>
1752
1753 * Makefile.in (HTML_TARGETS): New.
1754 (clean): Delete $HTML_TARGETS.
1755 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1756
733afdf4
TZ
17572011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1758
1759 * auth.texi (Help for developers): Show example of using
1760 `auth-source-search' with prompts and :save-function.
1761
33383987
JB
17622011-03-07 Chong Yidong <cyd@stupidchicken.com>
1763
1764 * Version 23.3 released.
1765
a5057546
G
17662011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1767
1768 * message.texi (Message Buffers): Update default value of
1769 message-generate-new-buffers.
1770
479a2c9b
JB
17712011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1772
1773 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1774 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1775 respectively.
05a29101
JB
1776 (Musical Notes): New section.
1777 (Customizing Calc): Mention the customizable variable
1778 calc-note-threshold.
479a2c9b 1779
e0535b76
GM
17802011-03-03 Glenn Morris <rgm@gnu.org>
1781
1782 * url.texi (Dealing with HTTP documents): Remove reference to
1783 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1784 (Configuration): Update url-configuration-directory description.
e0535b76 1785
2777ccbf
GM
17862011-03-02 Glenn Morris <rgm@gnu.org>
1787
1788 * dired-x.texi (Multiple Dired Directories): Remove mentions
1789 of dired-default-directory-alist and dired-default-directory.
1790 Move dired-smart-shell-command here...
1791 (Miscellaneous Commands): ... from here.
1792
257219bd
PE
17932011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1794
1795 * texinfo.tex: Update to version 2011-02-24.09.
1796
8889f4e2
GM
17972011-03-02 Glenn Morris <rgm@gnu.org>
1798
1799 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1800 instead of the obsoleted dired-omit-here-always.
1801
5d41af19
MA
18022011-02-28 Michael Albinus <michael.albinus@gmx.de>
1803
1804 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1805 supported systems.
1806
2b0c7330 18072011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1808
61cf3a76
GM
1809 * dbus.texi (Type Conversion): Grammar fix.
1810
cce7d530 18112011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1812
cce7d530
GM
1813 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1814 "Debian GNU/Linux".
51a13bdd 1815
cce7d530
GM
1816 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1817
817b48a7
GM
18182011-02-23 Glenn Morris <rgm@gnu.org>
1819
cce7d530
GM
1820 * dired-x.texi (Features): Minor rephrasing.
1821 (Local Variables): Fix typos.
47301027
GM
1822
1823 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1824 Standardize some Emacs/XEmacs terminology.
1825
817b48a7
GM
1826 * dired-x.texi (Features): Don't advertise obsolete local variables.
1827 Simplify layout.
1828 (Omitting Variables): Update local variables example.
1829 (Local Variables): Say this is obsolete. Fix description of
1830 dired-enable-local-variables possible values.
1831
4a3988d5
G
18322011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1833
1834 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1835 default now.
1836
8e22bee0
G
18372011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1838
1839 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1840
06b840e0
LI
18412011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1842
1843 * gnus.texi (Window Layout): Document layout names.
1844
67ab0163 18452011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1846
1847 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1848 * auth.texi: Sync @dircategory with ../../info/dir.
1849 * autotype.texi: Sync @dircategory with ../../info/dir.
1850 * calc.texi: Sync @dircategory with ../../info/dir.
1851 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1852 * cl.texi: Sync @dircategory with ../../info/dir.
1853 * dbus.texi: Sync @dircategory with ../../info/dir.
1854 * dired-x.texi: Sync @dircategory with ../../info/dir.
1855 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1856 * ede.texi: Sync @dircategory with ../../info/dir.
1857 * ediff.texi: Sync @dircategory with ../../info/dir.
1858 * edt.texi: Sync @dircategory with ../../info/dir.
1859 * eieio.texi: Sync @dircategory with ../../info/dir.
1860 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1861 * epa.texi: Sync @dircategory with ../../info/dir.
1862 * erc.texi: Sync @dircategory with ../../info/dir.
1863 * eshell.texi: Sync @dircategory with ../../info/dir.
1864 * eudc.texi: Sync @dircategory with ../../info/dir.
1865 * flymake.texi: Sync @dircategory with ../../info/dir.
1866 * forms.texi: Sync @dircategory with ../../info/dir.
1867 * gnus.texi: Sync @dircategory with ../../info/dir.
1868 * idlwave.texi: Sync @dircategory with ../../info/dir.
1869 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1870 * message.texi: Sync @dircategory with ../../info/dir.
1871 * mh-e.texi: Sync @dircategory with ../../info/dir.
1872 * newsticker.texi: Sync @dircategory with ../../info/dir.
1873 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1874 * org.texi: Sync @dircategory with ../../info/dir.
1875 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1876 * pgg.texi: Sync @dircategory with ../../info/dir.
1877 * rcirc.texi: Sync @dircategory with ../../info/dir.
1878 * reftex.texi: Sync @dircategory with ../../info/dir.
1879 * remember.texi: Sync @dircategory with ../../info/dir.
1880 * sasl.texi: Sync @dircategory with ../../info/dir.
1881 * sc.texi: Sync @dircategory with ../../info/dir.
1882 * semantic.texi: Sync @dircategory with ../../info/dir.
1883 * ses.texi: Sync @dircategory with ../../info/dir.
1884 * sieve.texi: Sync @dircategory with ../../info/dir.
1885 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1886 * speedbar.texi: Sync @dircategory with ../../info/dir.
1887 * trampver.texi [emacs]: Set emacsname to "Emacs".
1888 * tramp.texi: Sync @dircategory with ../../info/dir.
1889 * url.texi: Sync @dircategory with ../../info/dir.
1890 * vip.texi: Sync @dircategory with ../../info/dir.
1891 * viper.texi: Sync @dircategory with ../../info/dir.
1892 * widget.texi: Sync @dircategory with ../../info/dir.
1893 * woman.texi: Sync @dircategory with ../../info/dir.
1894
30abce25
GM
18952011-02-19 Glenn Morris <rgm@gnu.org>
1896
0c7efc08
SM
1897 * dired-x.texi (Technical Details): No longer redefines
1898 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1899 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1900
f31f8469
GM
19012011-02-18 Glenn Morris <rgm@gnu.org>
1902
1903 * dired-x.texi (Optional Installation File At Point): Simplify.
1904
35123c04
TZ
19052011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1906
1907 * auth.texi (Help for users): Use :port instead of :protocol for all
1908 auth-source docs.
7ba93e94
G
1909 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1910 to have two files in `auth-sources'.
35123c04 1911
da5e0ce4
GM
19122011-02-16 Glenn Morris <rgm@gnu.org>
1913
b322c9af
GM
1914 * dired-x.texi: Use emacsver.texi to get Emacs version.
1915 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1916 Depend on emacsver.texi.
1917
07ca5555
GM
1918 * dired-x.texi: Drop meaningless version number.
1919 (Introduction): Remove old info.
1920 (Optional Installation Dired Jump): Autoload from dired-x.
1921 Remove incorrect info about loaddefs.el.
1922 (Bugs): Just refer to M-x report-emacs-bug.
1923
da5e0ce4
GM
1924 * dired-x.texi (Multiple Dired Directories): Update for rename of
1925 default-directory-alist.
1926 (Miscellaneous Commands): No longer mention very old VM version 4.
1927
bb55f713
PE
19282011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1929
1930 Merge from gnulib.
1931 * texinfo.tex: Update to version 2011-02-14.11.
1932
5415d076
G
19332011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1934
da5e0ce4
GM
1935 * auth.texi (Help for users):
1936 Login collection is "Login" and not "login".
5415d076 1937
14029d4b
MA
19382011-02-13 Michael Albinus <michael.albinus@gmx.de>
1939
1940 * tramp.texi (History): Remove IMAP support.
1941 (External methods, Frequently Asked Questions): Remove `imap' and
1942 `imaps' methods.
1943 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1944
1945 * trampver.texi: Remove default value of `emacsimap'.
1946
8a36c07f
GM
19472011-02-13 Glenn Morris <rgm@gnu.org>
1948
1949 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1950 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1951
165bc5a0
GM
19522011-02-12 Glenn Morris <rgm@gnu.org>
1953
1954 * sc.texi (Getting Connected): Remove old index entries.
1955
5415d076 19562011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
1957
1958 * url.texi: Remove duplicate @dircategory (Bug#7942).
1959
b8e0f0cd
G
19602011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
1961
8a36c07f
GM
1962 * auth.texi (Overview, Help for users, Help for developers):
1963 Update docs.
b8e0f0cd
G
1964 (Help for users): Talk about spaces.
1965
caf82551
PE
19662011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1967
1968 * texinfo.tex: Update to version 2011-02-07.16.
1969
1ff98217
MA
19702011-02-07 Michael Albinus <michael.albinus@gmx.de>
1971
1972 * dbus.texi (Bus names): Adapt descriptions for
1973 dbus-list-activatable-names and dbus-list-known-names.
1974
2e78df6b
JB
19752011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1976
1977 * calc.texi (Logarithmic Units): New section.
1978
7fbf7cae
TZ
19792011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
1980
1981 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1982 manuals use it now.
1983
0c7efc08 1984 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 1985
156ad271
KY
19862011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
1987
1988 * overrides.texi: Remove.
1989
1990 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
1991 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
1992
36539990
MA
19932011-02-05 Michael Albinus <michael.albinus@gmx.de>
1994
1995 * tramp.texi (Frequently Asked Questions): Mention problems with
1996 WinSSHD.
1997
1998 * trampver.texi: Update release number.
1999
20002011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
2001
2002 * tramp.texi:
2003 Replace "delimet" with "delimit" globally.
2004 Replace "explicite" with "explicit" globally.
2005 Replace "instead of" with "instead" where there was nothing after "of".
2006 Audit use of comma before interrogative pronoun, "that", or "which".
2007 Minor word order, spelling, wording changes.
2008
ec72bf63
G
20092011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2010
2011 * overrides.texi: New file to set or clear WEBHACKDEVEL.
2012
2013 * sieve.texi: Use WEBHACKDEVEL.
2014
2015 * sasl.texi: Use WEBHACKDEVEL.
2016
2017 * pgg.texi: Use WEBHACKDEVEL.
2018
2019 * message.texi: Use WEBHACKDEVEL.
2020
2021 * gnus.texi: Use WEBHACKDEVEL.
2022
2023 * emacs-mime.texi: Use WEBHACKDEVEL.
2024
2025 * auth.texi: Use WEBHACKDEVEL.
2026
2027 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2028 manuals.
2029
20302011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2031
2032 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2033
90b750f4
PE
20342011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2035
2036 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2037 which in turn is copied from ftp://tug.org/tex/.
2038
0e751a49
GM
20392011-02-03 Glenn Morris <rgm@gnu.org>
2040
2041 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2042 (Binding combinations of modifiers and function keys):
2043 Let's assume people reading this are not using Emacs 18.
2044
7f13c2e2
LI
20452011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2046
2047 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2048 since it's run automatically.
2049
d76c843e
LI
20502011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2051
2052 * gnus.texi (Customizing Articles): Fix typo.
2053
12e3ca0a
LI
20542011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2055
2056 * gnus.texi (Customizing Articles): Document the new way of customizing
2057 the date headers(s).
2058
fe72c8fa
LI
20592011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2060
2061 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2062 splitting example.
2063
bf3dae7e
EZ
20642011-01-29 Eli Zaretskii <eliz@gnu.org>
2065
2066 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2067 (MAKEINFO_OPTS): New variable.
2068 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2069 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2070 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2071 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2072 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2073 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2074 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2075 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2076 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2077 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2078 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2079 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2080 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2081 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2082 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2083 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2084 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2085 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2086
d6f13ac8
LI
20872011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2088
2089 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2090
c5ecc769
G
20912011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2092
2093 * message.texi (IDNA): Explain what it is.
2094
20952011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2096
2097 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2098
45eb2a5d
WL
20992011-01-23 Werner Lemberg <wl@gnu.org>
2100
2101 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2102 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2103 (ENVADD): Update.
45eb2a5d 2104
6872a814
GM
21052011-01-18 Glenn Morris <rgm@gnu.org>
2106
2107 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2108
77ab81d0 21092011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2110
2111 * nxml-mode.texi (Introduction): Fix file name typos.
2112
d221e780
CO
21132011-01-13 Christian Ohler <ohler@gnu.org>
2114
2115 * ert.texi: New file.
2116
2117 * Makefile.in:
2118 * makefile.w32-in: Add ert.texi.
2119
8c904d82
MA
21202011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2121
2122 * dbus.texi (Receiving Method Calls): New function
2123 dbus-register-service. Rearrange node.
2124
f56e0e7a
PE
21252011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2126
2127 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2128 which in turn is copied from ftp://tug.org/tex/.
2129
0fadf00e
MA
21302011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2131
2132 * dbus.texi (Receiving Method Calls): Describe new optional
2133 parameter dont-register-service of dbus-register-{method,property}.
2134
8b358e90
DU
21352010-12-17 Daiki Ueno <ueno@unixuser.org>
2136
0c7efc08
SM
2137 * epa.texi (Encrypting/decrypting *.gpg files):
2138 Mention epa-file-select-keys.
8b358e90 2139
549c9aed
G
21402010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2141
2142 * gnus.texi (Archived Messages): Remove outdated text.
2143
21442010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2145
0c7efc08 2146 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 2147
156e3f9c
G
21482010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2149
83f3eadc 2150 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 2151
8151d490
AC
21522010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2153
2154 * gnus.texi (The swish++ Engine): Add customizable parameters
2155 descriptions.
2156 (The swish-e Engine): Ditto.
2157
305bdd22
MA
21582010-12-14 Michael Albinus <michael.albinus@gmx.de>
2159
2160 * tramp.texi (Inline methods): Add "ksu" method.
2161 (Remote processes): Add example with remote `default-directory'.
2162
53aff12a
GM
21632010-12-14 Glenn Morris <rgm@gnu.org>
2164
2165 * faq.texi (Expanding aliases when sending mail):
2166 Now build-mail-aliases is interactive.
2167
8a1cdce5
AC
21682010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2169
2170 * gnus.texi: First pass at adding (rough) nnir documentation.
2171
7410c270
G
21722010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2173
53aff12a
GM
2174 * gnus.texi (Filtering New Groups):
2175 Mention gnus-auto-subscribed-categories.
2176 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
2177 removed.
2178
f49d1f52 21792010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
2180
2181 * cl.texi (For Clauses): Small fixes for frames and windows.
2182
acedf35c
CD
21832010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2184
2185 * org.texi (Using capture): Document using prefix arguments for
2186 finalizing capture.
2187 (Agenda commands): Document prefix argument for the bulk scatter
2188 command.
2189 (Beamer class export): Document that also overlay arguments can be
2190 passed to the column environment.
2191 (Template elements): Document the new entry type.
2192
21932010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2194
2195 * org.texi (Include files): Document :minlevel.
2196
21972010-12-11 Julien Danjou <julien@danjou.info>
2198
2199 * org.texi (Categories): Document category icons.
2200
22012010-12-11 Eric Schulte <schulte.eric@gmail.com>
2202
2203 * org.texi (noweb): Fix typo.
2204
516aa569
G
22052010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2206
2207 * gnus.texi (Server Commands): Point to the rest of the server
2208 commands.
2209
04db63bc
G
22102010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2211
2212 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2213 g'.
2214
ed797193
G
22152010-12-02 Julien Danjou <julien@danjou.info>
2216
2217 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2218
22192010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2220
2221 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2222 (Direct Functions): Note the STARTTLS upgrade.
2223
07976ae3 22242010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 2225 James Clark <none@example.com>
d3dfb185
GM
2226
2227 * nxml-mode.texi (Introduction): New section.
2228
59e75882
G
22292010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2230
2231 * gnus.texi (Server Commands): Document gnus-server-show-server.
2232
568a887f
MA
22332010-11-20 Michael Albinus <michael.albinus@gmx.de>
2234
2235 Sync with Tramp 2.2.0.
2236
2237 * trampver.texi: Update release number.
2238
1265829e
JB
22392010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2240
2241 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2242 Mention that the TeX specific units won't use the `tex' prefix
2243 in TeX mode.
2244
239661c0
KY
22452010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2246
2247 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2248
4a47c275 22492010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
2250
2251 * edt.texi: Remove information about Emacs 19.
2252
4a47c275 22532010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
2254
2255 * trampver.texi: Update release number.
2256
2f0e0dc8
KY
22572010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2258
2259 * gnus.texi (Article Washing): Fix typo.
2260
afe98dfa
CD
22612010-11-11 Noorul Islam <noorul@noorul.com>
2262
56f5a94e 2263 * org.texi: Fix typo.
afe98dfa
CD
2264
22652010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2266
2267 * org.texi (Using capture): Explain that refiling is
2268 sensitive to cursor position.
2269
22702010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2271
56f5a94e 2272 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
2273
22742010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2275
2276 * org.texi: Document the <c> cookie.
2277
22782010-11-11 Eric Schulte <schulte.eric@gmail.com>
2279
bd7239f5 2280 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 2281 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
2282
22832010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2284
56f5a94e 2285 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
2286
22872010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2288
56f5a94e 2289 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
2290
22912010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2292
2293 * org.texi (Setting up the staging area): Document that
2294 file names remain visible when encrypting the MobileOrg files.
2295
22962010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2297
2298 * org.texi (Setting up the staging area): Document which
2299 versions are needed for encryption.
2300
23012010-11-11 Eric Schulte <schulte.eric@gmail.com>
2302
56f5a94e
GM
2303 * org.texi (noweb): Update :noweb documentation to
2304 reflect the new "tangle" argument.
afe98dfa
CD
2305
23062010-11-11 Eric Schulte <schulte.eric@gmail.com>
2307
56f5a94e
GM
2308 * org.texi (Batch execution): Improve tangling script in
2309 documentation.
afe98dfa
CD
2310
23112010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2312
2313 * org.texi (Handling links):
2314 (In-buffer settings): Document inlining images on startup.
2315
23162010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2317
2318 * org.texi (Setting up the staging area): Document use of
2319 crypt password.
2320
23212010-11-11 David Maus <dmaus@ictsoc.de>
2322
56f5a94e 2323 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
2324
23252010-11-11 David Maus <dmaus@ictsoc.de>
2326
56f5a94e
GM
2327 * org.texi (Template expansion): Add mew in table for link type
2328 escapes.
afe98dfa
CD
2329
23302010-11-11 David Maus <dmaus@ictsoc.de>
2331
56f5a94e 2332 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
2333
23342010-11-11 Eric Schulte <schulte.eric@gmail.com>
2335
56f5a94e 2336 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
2337
23382010-11-11 Eric Schulte <schulte.eric@gmail.com>
2339
56f5a94e 2340 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
2341
23422010-11-11 Eric Schulte <schulte.eric@gmail.com>
2343
56f5a94e
GM
2344 * org.texi (Structure of code blocks):
2345 Update documentation to mention inline code block syntax.
afe98dfa
CD
2346
23472010-11-11 Eric Schulte <schulte.eric@gmail.com>
2348
56f5a94e 2349 * org.texi (comments): Improve wording.
afe98dfa
CD
2350
23512010-11-11 Eric Schulte <schulte.eric@gmail.com>
2352
56f5a94e 2353 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
2354
23552010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2356
2357 * org.texi (Installation): Remove the special
2358 installation instructions for XEmacs.
2359
23602010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2361
56f5a94e 2362 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
2363 insertion of empty structural elements.
2364
23652010-11-11 Noorul Islam <noorul@noorul.com>
2366
56f5a94e 2367 * org.texi: Fix doc.
afe98dfa
CD
2368
23692010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2370
2371 * org.texi (The date/time prompt): Document specification
2372 of time ranges.
2373
23742010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2375
2376 * org.texi (Internal links): Document the changes in
2377 internal links.
2378
23792010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2380
2381 * org.texi (Agenda commands): Document the limitation for
2382 the filter preset - it can only be used for an entire agenda
2383 view, not in an individual block in a block agenda.
2384
23852010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2386
2387 * org.texi (iCalendar export): Document alarm creation.
2388
6f8fc60c
MA
23892010-11-10 Michael Albinus <michael.albinus@gmx.de>
2390
2391 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2392
be3c11b3
LMI
23932010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2394
2395 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2396
d607b96b 23972010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 2398
d607b96b 2399 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 2400
181cb5fb
G
24012010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2402
2403 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2404 since that works by default.
2405
24062010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2407
2408 * gnus.texi (Customizing the IMAP Connection): Document
2409 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2410
36bc5d3b
MA
24112010-11-04 Michael Albinus <michael.albinus@gmx.de>
2412
2413 * tramp.texi (Remote shell setup): New item "Interactive shell
2414 prompt". Reported by Christian Millour <cm@abtela.com>.
2415 (Remote shell setup, Remote processes): Use @code{} for
2416 environment variables.
2417
cf503f7c
GM
24182010-11-03 Glenn Morris <rgm@gnu.org>
2419
537b04b9 2420 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 2421 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 2422
389b76fa
G
24232010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2424
2425 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2426
2699a554 24272010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
2428
2429 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2430
2699a554 24312010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
2432
2433 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2434
99e65b2d
G
24352010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2436
0c7efc08
SM
2437 * gnus.texi (Client-Side IMAP Splitting):
2438 Mention nnimap-unsplittable-articles.
99e65b2d
G
2439
24402010-10-29 Julien Danjou <julien@danjou.info>
2441
2442 * gnus.texi (Finding the News): Remove references to obsoletes
2443 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2444
aeeb3dcb
EZ
24452010-10-29 Eli Zaretskii <eliz@gnu.org>
2446
2447 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2448 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2449 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2450 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2451
8289f37b
GM
24522010-10-28 Glenn Morris <rgm@gnu.org>
2453
2454 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2455 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2456 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2457
d85d3b3a
DU
24582010-10-25 Daiki Ueno <ueno@unixuser.org>
2459
2460 * epa.texi (Mail-mode integration): Add alternative key bindings
2461 for epa-mail commands; escape comma.
c05c2b9b 2462 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 2463
9f534a47
JB
24642010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
2465
99e65b2d 2466 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 2467
5793a7bc 24682010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
2469
2470 * gnus.texi (Group Parameters, Buttons): Fix typos.
2471
280f417b
G
24722010-10-22 Tassilo Horn <tassilo@member.fsf.org>
2473
2474 * gnus.texi (Subscription Commands): Mention that you can also
2475 subscribe to new groups via the Server buffer, which is probably more
2476 convenient when subscribing to many groups.
2477
d806c872
G
24782010-10-21 Julien Danjou <julien@danjou.info>
2479
2480 * message.texi (Message Headers): Allow message-default-headers to be a
2481 function.
2482
d5798f68
LMI
24832010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2484
2485 * gnus-news.texi: Mention new archive defaults.
2486
b79bbef7
KY
24872010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2488
2489 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2490
2526f423
G
24912010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2492
2493 * gnus.texi (HTML): Document the function value of
2494 gnus-blocked-images.
2495 (Article Washing): shr and gnus-w3m, not the direct function names.
2496
ba91f05d
G
24972010-10-20 Julien Danjou <julien@danjou.info>
2498
2499 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2500 variable.
2501
da451787
LMI
25022010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2503
2504 * gnus.texi (Customizing the IMAP Connection): The port strings are
2505 strings.
c872595d 2506 (Document Groups): Mention git.
da451787 2507
7cad71ad
G
25082010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2509
2510 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2511 bzr/Gnus git sync.
2512
c56dfd36
EZ
25132010-10-15 Eli Zaretskii <eliz@gnu.org>
2514
2515 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2516 change.
2517
a1d16a7b
G
25182010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2519
2520 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2521 @item syntax for in-Emacs makeinfo.
2522
25232010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2524
2525 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2526 trim sentence.
2527
98e2b864
DU
25282010-10-12 Daiki Ueno <ueno@unixuser.org>
2529
2530 * epa.texi (Caching Passphrases):
0c7efc08
SM
2531 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2532 Clarify some configurations require to set up gpg-agent.
98e2b864 2533
c12e4a81
GM
25342010-10-11 Glenn Morris <rgm@gnu.org>
2535
2536 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2537
f7aa248a
G
25382010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2539
2540 * gnus.texi (Spam Package Introduction): Mention `$'.
2541
6513b232
EZ
25422010-10-09 Eli Zaretskii <eliz@gnu.org>
2543
2544 * makefile.w32-in (emacsdir): New variable.
2545 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2546 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2547
abd40fb4
GM
25482010-10-09 Glenn Morris <rgm@gnu.org>
2549
0f05450f
GM
2550 * Makefile.in (mostlyclean): Delete *.toc.
2551
d3a4ac46
GM
2552 * Makefile.in: Use $< in rules.
2553
aa9db089
GM
2554 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2555
abd40fb4
GM
2556 * Makefile.in ($(infodir)): Delete rule.
2557 (mkinfodir): New. Use it in all the info rules, rather than depending
2558 on infodir.
2559
ea274122
GM
25602010-10-09 Glenn Morris <rgm@gnu.org>
2561
6e90e2a8
GM
2562 * gnus.texi (Article Washing): Fix previous change.
2563
f7a31f11
GM
2564 * Makefile.in (emacsdir): New variable.
2565 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
2566 Depend on emacsver.texi.
2567
f7a31f11
GM
2568 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2569
ea274122
GM
2570 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2571
36d3245f
G
25722010-10-08 Julien Danjou <julien@danjou.info>
2573
f7a31f11 2574 * gnus.texi: Add mm-shr.
36d3245f
G
2575
25762010-10-08 Ludovic Courtès <ludo@gnu.org>
2577
2578 * gnus.texi (Finding the Parent, The Gnus Registry)
2579 (Registry Article Refer Method): Update docs for nnregistry.el.
2580
25812010-10-08 Daiki Ueno <ueno@unixuser.org>
2582
2583 * auth.texi (Help for users)
2584 (GnuPG and EasyPG Assistant Configuration): Update docs.
2585
12359245
GM
25862010-10-08 Glenn Morris <rgm@gnu.org>
2587
2588 * cl.texi (Organization, Installation, Old CL Compatibility):
2589 Deprecate cl-compat for new code.
4628bef1 2590 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
2591
2592 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2593
fcf2d385
KY
25942010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2595
2596 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2597
66627fa9
G
25982010-10-06 Julien Danjou <julien@danjou.info>
2599
fd9ba500
JD
2600 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2601
66627fa9
G
2602 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2603 broken link.
2604
2605 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2606
2607 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2608 to ReiserFS.
2609
2610 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2611 (FAQ 7-1): Fix getmail URL.
2612
65f54520
DU
26132010-10-06 Daiki Ueno <ueno@unixuser.org>
2614
2615 * epa.texi (Caching Passphrases): New section.
2616
4c83f6e1
GM
26172010-10-06 Glenn Morris <rgm@gnu.org>
2618
2619 * Makefile.in (SHELL): Set it.
2620 (info): Move the mkdir dependency to the individual info files.
2621 (mostlyclean): Tidy up.
2622 (clean): Only delete the specific dvi and pdf files.
2623 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 2624 ($(infodir)): Add parallel build workaround.
4c83f6e1 2625
71e691a5
G
26262010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2627
2628 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2629
a41c2e6d
G
26302010-10-03 Julien Danjou <julien@danjou.info>
2631
0c7efc08
SM
2632 * emacs-mime.texi (Display Customization):
2633 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
2634 mm-inline-large-images-proportion.
2635
37255945
MA
26362010-10-03 Michael Albinus <michael.albinus@gmx.de>
2637
0c7efc08
SM
2638 * tramp.texi (Frequently Asked Questions):
2639 Mention remote-file-name-inhibit-cache.
37255945 2640
11e4e7bd
LMI
26412010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2642
2643 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2644 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2645
cb83220a
KY
26462010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2647
0c7efc08
SM
2648 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2649 (Article Hiding): Add google banner example.
2650 Suggested by Benjamin Xu.
cb83220a 2651
6b958814
G
26522010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2653
0c7efc08
SM
2654 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2655 Remove nnimap-split-rule from examples.
6b958814
G
2656
26572010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2658
2659 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2660 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2661 Fishman.
2662 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2663
26642010-09-30 Julien Danjou <julien@danjou.info>
2665
2666 * gnus.texi (Gravatars): Fix documentation about
2667 gnu-gravatar-properties.
2668
b9476c04
DU
26692010-09-29 Daiki Ueno <ueno@unixuser.org>
2670
2671 * epa.texi (Bug Reports): New section.
2672
5f874327
GM
26732010-09-29 Glenn Morris <rgm@gnu.org>
2674
2675 * Makefile.in (top_srcdir): Remove unused variable.
2676
6b958814
G
26772010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2678
2679 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2680 (Client-Side IMAP Splitting): Document 'default.
2681
26822010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2683
0c7efc08
SM
2684 * gnus.texi (Customizing the IMAP Connection):
2685 Document nnimap-fetch-partial-articles.
6b958814 2686
82bccbfa
KY
26872010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2688
2689 * gnus-news.texi: Mention nnimap-inbox.
2690
2691 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2692
26932010-09-26 Julien Danjou <julien@danjou.info>
2694
47e08896 2695 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2696
26972010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2698
2699 * gnus.texi (Security): Remove gpg.el mention.
2700
27012010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2702
2703 * gnus.texi (Browse Foreign Server): New variable
2704 gnus-browse-subscribe-newsgroup-method.
2705
2706 * gnus-news.texi: Mention it.
2707
27082010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2709
0c7efc08 2710 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2711 (Startup Variables): No jingle.
2712
4c964351
UM
27132010-09-25 Ulrich Mueller <ulm@gentoo.org>
2714
2715 * woman.texi (Interface Options): xz compression is now supported.
2716
82bccbfa
KY
27172010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2718
2719 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2720 (Unavailable Servers): Document gnus-server-copy-server.
2721 (Using IMAP): Document the new nnimap.
2722
27232010-09-25 Julien Danjou <julien@danjou.info>
2724
47e08896 2725 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2726
18778f71
GM
27272010-09-24 Glenn Morris <rgm@gnu.org>
2728
2729 * url.texi (Disk Caching): Tweak previous change.
2730
9c766321
JD
27312010-09-24 Julien Danjou <julien@danjou.info>
2732
2733 * url.texi (Disk Caching): Mention url-cache-expire-time,
2734 url-cache-expired, and url-fetch-from-cache.
2735
82bccbfa
KY
27362010-09-24 Julien Danjou <julien@danjou.info>
2737
2738 * gnus.texi: Add Gravatars.
2739
27402010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2741
2742 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2743
592bdb9a
LMI
27442010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2745
2746 * gnus.texi (Expunging mailboxes): Update name of the expunging
2747 command.
2748
e4e22d29
KY
27492010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2750
2751 * emacs-mime.texi (rfc2047): Update description for
2752 rfc2047-encode-parameter.
2753
371d9801
MA
27542010-09-13 Michael Albinus <michael.albinus@gmx.de>
2755
2756 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2757 "fish" methods.
2758 (External methods): Remove "scp1_old" and "scp2_old" methods.
2759
31ae5827
MA
27602010-09-09 Michael Albinus <michael.albinus@gmx.de>
2761
2762 * tramp.texi: Remove Japanese manual. Fix typo.
2763
2764 * trampver.texi: Update release number. Remove japanesemanual.
2765
c0468714
GM
27662010-09-09 Glenn Morris <rgm@gnu.org>
2767
2768 * org.texi: Restore clobbered changes (copyright years, untabify).
2769
86441999
JD
27702010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2771
2772 * gnus.texi (Adaptive Scoring): Fix typo.
2773
25f28806
LMI
27742010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2775
2776 * gnus.texi (Article Display): Document gnus-html-show-images.
2777
45240125 27782010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2779
45240125
JD
2780 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2781
59d09f15
LMI
27822010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2783
2784 * gnus.texi (HTML): Document gnus-max-image-proportion.
2785
2cdd366f
KY
27862010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2787
51dee5ef
KY
2788 * gnus.texi (HTML): Document gnus-blocked-images.
2789
2cdd366f
KY
2790 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2791
b0e4f3fc
KY
27922010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2793
2794 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2795 the first message are used for wide replies.
f02566ce
KY
2796 (Changing Servers): Remove documentation on gnus-change-server and
2797 friends, since it's been removed.
b0e4f3fc 2798
598451ed
KY
27992010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2800
2801 * gnus.texi (Drafts): Mention B DEL.
2802
e7842e69
KY
28032010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2804
2805 * gnus.texi (Delayed Articles): Mention that the Date header is the
2806 original one, even if you delay.
2807
85115796
KY
28082010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2809
0c7efc08
SM
2810 * gnus.texi (Asynchronous Fetching):
2811 Document gnus-async-post-fetch-function.
85115796
KY
2812 (HTML): Made into its own section.
2813
f0b44bc0
MA
28142010-08-26 Michael Albinus <michael.albinus@gmx.de>
2815
2816 Sync with Tramp 2.1.19.
2817
217876c9 2818 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2819 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2820 Remove remark about doubled "-t" argument.
217876c9
MA
2821 (Auto-save and Backup): Remove reference to Emacs 21.
2822 (Filename Syntax): Describe port numbers.
2823 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2824 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2825 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2826 errors with the backquotes.
2827 (External packages): File attributes cache flushing for asynchronous
2828 processes.
2829 (Traces and Profiles): Describe verbose level 9.
2830
f0b44bc0
MA
2831 * trampver.texi: Update release number.
2832
7457f7b6
MA
28332010-08-23 Michael Albinus <michael.albinus@gmx.de>
2834
2835 * dbus.texi (Alternative Buses): New chapter.
2836
b695beda
SM
28372010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2838
2839 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2840
443c2c03
JB
28412010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2842
2843 * calc.texi (Customizing Calc): Rearrange description of new
2844 variables to match the presentation of other variables.
2845
7815fe19 28462010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2847
2848 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2849
2c695727
JB
28502010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2851
2852 * calc.texi (Making Selections, Selecting Subformulas)
2853 (Customizing Calc): Mention how to use faces to emphasize selected
2854 sub-formulas.
2855
bbb6ffa1
MA
28562010-08-05 Michael Albinus <michael.albinus@gmx.de>
2857
2858 * tramp.texi (External packages): File attributes cache flushing
2859 for asynchronous processes.
2860
5cee0a9c
AM
28612010-08-01 Alan Mackenzie <acm@muc.de>
2862
2863 Enhance the manual for the latest Java Mode.
2864
2865 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2866 annotation-var-cont.
2867 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2868 two new symbols.
2869
3f2afe32
MA
28702010-07-28 Michael Albinus <michael.albinus@gmx.de>
2871
2872 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2873
0ed082fe 28742010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2875
2876 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2877
311f0356
JB
28782010-07-19 Juanma Barranquero <lekktu@gmail.com>
2879
2880 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2881
86fbb8ca
CD
28822010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2883
2884 * org.texi: Add macros to get plain quotes in PDF output.
2885 List additional contributors.
2886 (Capture): New section, replaces the section about remember.
2887 (Working With Source Code): New chapter, focused on documenting Org
2888 Babel.
2889 (Code evaluation security): New section.
2890 (MobileOrg): Document DropBox support.
2891 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2892 (Special symbols): Show how to display UTF8 characters for entities.
2893 (Global TODO list): Clarify the use of the "M" key and the differences
2894 to the "m" key.
2895 (RSS Feeds): Mention Atom feeds as well.
2896 (Setting tags): Remove paragraph about
2897 `org-complete-tags-always-offer-all-agenda-tags'.
2898
5732e8ed
MA
28992010-07-17 Michael Albinus <michael.albinus@gmx.de>
2900
2901 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2902 argument.
2903 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2904 echoing shells.
2905
ca1bb391
MA
29062010-07-10 Michael Albinus <michael.albinus@gmx.de>
2907
2908 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2909 (Filename Syntax): Describe port numbers.
2910
5bd55c3c
MA
29112010-07-09 Michael Albinus <michael.albinus@gmx.de>
2912
2913 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2914 forgotten.
2915 (Type Conversion): Precise conversion of natural numbers.
2916 (Errors and Events): Add "debugging" to concept index. Add variable
2917 `dbus-debug'.
2918
820ae8fe
MA
29192010-07-04 Michael Albinus <michael.albinus@gmx.de>
2920
2921 * dbus.texi (Receiving Method Calls): Add optional argument
2922 EMITS-SIGNAL to `dbus-register-property'.
2923
b6f9df0f
JB
29242010-06-27 Alex Schroeder <alex@gnu.org>
2925
2926 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2927
62e034c2
GM
29282010-06-24 Glenn Morris <rgm@gnu.org>
2929
2930 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2931 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2932 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2933 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2934 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2935 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2936 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2937 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2938 convention. Make them end with a period.
2939
9360256a
GM
29402010-06-23 Glenn Morris <rgm@gnu.org>
2941
2942 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
2943 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2944 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2945 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2946 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2947 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 2948
04d3bb6c
GM
29492010-06-10 Glenn Morris <rgm@gnu.org>
2950
2951 * idlwave.texi (Load-Path Shadows):
2952 * org.texi (Handling links): Fix typos.
2953
5e7d4a75
KY
29542010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
2955
2956 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2957
9841cb4f
MA
29582010-05-26 Michael Albinus <michael.albinus@gmx.de>
2959
2960 * eshell.texi (Built-ins): Describe, how to disable a built-in command
2961 by an alias. (Bug#6226)
2962
597517ef
JB
29632010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2964
2965 * calc.texi (Manipulating Vectors): Mention that vectors can
2966 be used to determine bins for `calc-histogram'.
2967
14914c43
JB
29682010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2969
597517ef 2970 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 2971
0235128c 29722010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2973
2974 * url.texi (HTTP language/coding, Customization):
2975 * message.texi (Header Commands, Responses):
2976 * cl.texi (Argument Lists): Fix typos.
2977
0235128c 29782010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 2979
0235128c
SM
2980 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2981 Note that Development menu is always available.
aa5789b5
CY
2982 (Creating a project): Fix terminology.
2983 (Add/Remove files): Fix typo.
2984
0235128c
SM
29852010-05-07 Chong Yidong <cyd@stupidchicken.com>
2986
2987 * Version 23.2 released.
2988
a628ad9d 29892010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
2990
2991 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
2992
502269d6
MA
29932010-05-01 Michael Albinus <michael.albinus@gmx.de>
2994
0235128c
SM
2995 * tramp.texi (Inline methods, Default Method):
2996 Mention `tramp-inline-compress-start-size'.
502269d6 2997
6e104790 29982010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
2999
3000 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3001 the CVS repo. Put the Git repo in the news section.
3002
6e104790 3003 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
3004 Removed some mentions of CVS. Mention the new Git repo.
3005
6e104790 30062010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
3007
3008 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
3009 (Mail Group Commands): Add index entry.
3010
6e104790 30112010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
3012
3013 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3014
f8b91752
JB
30152010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3016
3017 * calc.texi (Radix modes): Mention that the option prefix will
3018 turn on twos-complement mode.
3019 (Inverse and Hyperbolic Flags): Mention the Option flag.
3020
ed21c5c8
CD
30212010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3022
3023 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 3024 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
3025 (Sectioning structure): Update.
3026 (References): New use case for field coordinates.
6e104790 3027 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
3028 (Setting up the staging area): Document the availability of
3029 encryption for MobileOrg.
3030 (Images and tables): Document how to reference labels.
3031 (Index entries): New section.
3032 (Generating an index): New section.
3033 (Column width and alignment): Document that <N> now
3034 means a fixed width, not a maximum width.
3035 (Publishing options): Document the :email option.
3036 (Beamer class export): Fix bug in the BEAMER example.
3037 (Refiling notes): Document refile logging.
3038 (In-buffer settings): Document refile logging keywords.
3039 (Drawers): Document `C-c C-z' command.
3040 (Agenda commands): Mention the alternative key `C-c C-z'.
3041 (Special properties): Document the BLOCKED property.
3042 (The spreadsheet): Mention the formula editor.
3043 (References): Document field coordinates.
3044 (Publishing action): Correct the documentation for the
3045 publishing function.
3046 (The date/time prompt): Document that we accept dates
3047 like month/day/year.
3048 (Cooperation): Document the changes in table.el support.
3049 (Faces for TODO keywords, Faces for TODO keywords)
3050 (Priorities): Document the easy colors.
3051 (Visibility cycling): Document the new double prefix
3052 arg for `org-reveal'.
3053 (Cooperation): Remember.el is part of Emacs.
3054 (Clean view): Mention that `wrap-prefix' is also set by
3055 org-indent-mode.
3056 (Agenda commands): Add information about prefix args to
3057 scheduling and deadline commands.
3058 (Search view): Point to the docstring of
3059 `org-search-view' for more details.
6e104790 3060 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3061 (Setting tags): Document variable
3062 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3063 (Column attributes): Cross-reference special properties.
ed21c5c8 3064
456b348e
MA
30652010-04-10 Michael Albinus <michael.albinus@gmx.de>
3066
3067 Synchronize with Tramp repository.
3068
3069 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3070 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3071 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3072 syntax, texi2dvi reports errors with the backquotes.
3073
3074 * trampver.texi: Update release number.
3075
357e2d8e
KY
30762010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3077
3078 * gnus.texi (Finding the News): Add pointers to the Server buffer
3079 because it's essential.
3080
1d4d7664
KY
30812010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3082
3083 * gnus.texi (MIME Commands): Update description of
3084 gnus-article-browse-html-article.
3085
bd3e840f
KY
30862010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3087
3088 * auth.texi (Secret Service API): Add TODO node.
3089 (Help for users): Explain the new source options for `auth-sources'.
3090
e867cb5d 30912010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3092
3093 * trampver.texi: Update release number.
3094
288f9fc0
CY
30952010-03-10 Chong Yidong <cyd@stupidchicken.com>
3096
3097 * Branch for 23.2.
3098
d99aaebd
CY
30992010-03-03 Chong Yidong <cyd@stupidchicken.com>
3100
3101 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3102 now enabled by default.
3103
5794c2a5
MA
31042010-02-28 Michael Albinus <michael.albinus@gmx.de>
3105
3106 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3107 when Emacs runs in interactive mode. (Bug#5645)
3108
40572be6
GM
31092010-02-16 Glenn Morris <rgm@gnu.org>
3110
3111 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3112
7bb8ed67
MH
31132010-02-05 Mark A. Hershberger <mah@everybody.org>
3114
3115 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3116
45a1423d 31172010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3118
3119 * gnus.texi (Score File Format): Fix typo.
3120
45a1423d 31212010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3122
3123 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3124
14f17fc8
JB
31252010-01-18 Juanma Barranquero <lekktu@gmail.com>
3126
3127 * ada-mode.texi (Project File Overview): Fix typo.
3128
607d4369
CY
31292010-01-17 Chong Yidong <cyd@stupidchicken.com>
3130
3131 * semantic.texi: Add Richard Y. Kim credit.
3132
3133 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3134
3d1bfa99
MA
31352010-01-17 Michael Albinus <michael.albinus@gmx.de>
3136
3137 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 3138 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 3139
6fbf7a75
GM
31402010-01-17 Glenn Morris <rgm@gnu.org>
3141
b9f978f0
GM
3142 * calc.texi (Reporting Bugs): Don't mention format of repository.
3143
f19bc38d
GM
3144 * woman.texi (Bugs): Make "Emacs repository" less specific,
3145 and the URL for same more specific.
3146
6fbf7a75
GM
3147 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3148
16c3428a
JB
31492010-01-17 Juanma Barranquero <lekktu@gmail.com>
3150
3151 * ede.texi (ede-step-project, ede-proj-target):
3152 * tramp.texi (Remote processes): Fix typos.
3153
045b9da7
ML
31542010-01-16 Mario Lang <mlang@delysid.org>
3155
3156 * ede.texi (ede-target):
3157 * org.texi (Refiling notes): Remove duplicated words.
3158
c57008f6
SM
31592010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3160
3161 * gnus.texi (Posting Styles): Use with-current-buffer.
3162 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3163
798c9eb5
KR
31642010-01-02 Kevin Ryde <user42@zip.com.au>
3165
3166 * eieio.texi (Naming Conventions): Correction to xref on elisp
3167 coding conventions, is "Tips" node not "Standards".
3168
4970fbfe
CY
31692009-12-24 Chong Yidong <cyd@stupidchicken.com>
3170
3171 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3172
3173 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3174
83828b06
KY
31752009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3176
3177 * gnus.texi (Direct Functions): Add missing port number to tls method.
3178
45a4a565
JB
31792009-12-15 Juanma Barranquero <lekktu@gmail.com>
3180
3181 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3182 ($(infodir)/edt, edt.dvi): New targets.
3183
698bfef7
GM
31842009-12-15 Glenn Morris <rgm@gnu.org>
3185
3186 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3187 (edt, $(infodir)/edt, edt.dvi): New targets.
3188 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3189
3190 * Makefile.in (PDF_TARGETS, pdf): New.
3191 (clean): Add *.pdf.
3192 Add pdf rules for all manuals.
3193
0e983327
JB
31942009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3195
3196 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3197
8e687433
CY
31982009-12-14 Chong Yidong <cyd@stupidchicken.com>
3199
3200 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3201 (Smart Jump, Analyzer Debug): Copyedits.
3202 (Semantic mode user commands): Link to new nodes.
3203 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3204 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3205 upstream Semantic manual.
3206
3207 * semantic.texi (Introduction): Minor fix to diagram.
3208
020335df
MA
32092009-12-09 Michael Albinus <michael.albinus@gmx.de>
3210
3211 * eshell.texi (History): Add the other built-in variables.
3212 (Built-ins): Explain built-ins, and how to apply the external commands.
3213 Add `history', `su' and `sudo'.
3214
3215 * tramp.texi (Remote processes): Add missing <RET> in the example.
3216
6ddf13e4
BW
32172009-12-01 Bill Wohler <wohler@newt.com>
3218
3219 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 3220 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
3221 excessively garrulous.
3222
07b6428c
MA
32232009-11-29 Michael Albinus <michael.albinus@gmx.de>
3224
3225 * tramp.texi (Remote processes): Improve eshell example with "su"
3226 and "sudo" commands.
3227
fd1cefda
CY
32282009-11-28 Chong Yidong <cyd@stupidchicken.com>
3229
3230 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3231
3232 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3233 Document semantic-complete-analyze-inline.
3234 (Semanticdb search debugging commands): Minor clarification.
3235 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 3236 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 3237 manual.
9d542758 3238 (Semantic mode): Link to Idle Scheduler.
fd1cefda 3239
159e3ad5
KR
32402009-11-28 Kevin Ryde <user42@zip.com.au>
3241
3242 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 3243 @pxref, now EIEIO is in Emacs.
159e3ad5 3244
c6d47315
KR
3245 * erc.texi (Development): Correction to git tutorial url.
3246
16f6287e
GM
32472009-11-26 Glenn Morris <rgm@gnu.org>
3248
3249 * faq.texi (Latest version of Emacs): Mention stability of development
3250 version.
3251 (Problems with very large files): Max buffer size increase in 23.2.
3252 (VM): VM has moved house again.
3253
5ea5dbc9
JB
32542009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3255
3256 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3257 notations.
3258
5dec9555
CD
32592009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3260
45a4a565 3261 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 3262
bd6f6833
CY
32632009-11-20 Chong Yidong <cyd@stupidchicken.com>
3264
3265 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
3266 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3267 (Idle Completions Mode): Numerous copyedits.
bd6f6833 3268
be479117
JB
32692009-11-17 Juanma Barranquero <lekktu@gmail.com>
3270
3271 * semantic.texi (Semantic Internals, Glossary):
3272 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3273 (Semanticdb search debugging commands): Fix typos.
3274
17291a1f
JB
32752009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3276
be479117 3277 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 3278
af42a9cc
JB
32792009-11-16 Juanma Barranquero <lekktu@gmail.com>
3280
3281 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3282 ($(infodir)/semantic, semantic.dvi): New targets.
3283
3149927d
CY
32842009-11-16 Chong Yidong <cyd@stupidchicken.com>
3285
3286 * Makefile.in: Build the Semantic manual.
3287
3288 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3289 repository.
3290
977640ed
MA
32912009-11-16 Michael Albinus <michael.albinus@gmx.de>
3292
3293 * dbus.texi (Receiving Method Calls): New defun
3294 `dbus-unregister-service'.
3295
17673adf
CD
32962009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3297
3298 * org.texi (Speed keys): New section.
3299
0ecd3c90
MA
33002009-11-13 Michael Albinus <michael.albinus@gmx.de>
3301
3302 * dbus.texi (Type Conversion): Fix typo.
3303 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3304 `dbus-registered-objects-table'.
0c7efc08
SM
3305 (Receiving Method Calls): New defun `dbus-register-property'.
3306 Move `dbus-unregister-object' here.
0ecd3c90 3307
8bfe682a
CD
33082009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3309
3310 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3311
33122009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3313
3314 * org.texi (Column attributes): Add the new age summary operators.
3315 Also, mention the fact you can only use one summary operator per
3316 property.
3317
33182009-11-13 John Wiegley <johnw@newartisans.com>
3319
0c7efc08 3320 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 3321 manual about how to track habits.
0c7efc08 3322 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
3323 dangling clocks are resolved.
3324
33252009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3326
3327 * org.texi (Agenda commands): Document the new `i' command.
3328 (Inserting deadline/schedule): Document logging changes
3329 of scheduling and deadline times stamps.
3330 (In-buffer settings): Document the in-buffer keywords for logging
3331 changes of scheduling and deadline times stamps.
3332 (Structure editing, Plain lists): Document indentation
3333 cycling in empty entries with TAB.
3334 (Archiving): Document the default archiving command.
3335 (Moving subtrees): Document the new keys for archiving.
3336 (Internal archiving): Fix incorrect key.
3337 (Agenda commands): Document the TODO set switching commands.
3338 (Agenda commands): Document the new archiving keys.
3339 (Clocking work time): Better description on how to save
3340 and restore a clock.
3341 (Resolving idle time): Mention the x11idle program to get true
3342 idleness also under X11.
3343 (Resolving idle time): Use @kbd instead of @key for normal
3344 letters, because this is how he rest of the manual does this.
3345 (Pushing to MobileOrg): Mention that `org-directory'
3346 should be set.
3347 (Agenda commands): Document that SPC is a filter for
3348 any tag.
0c7efc08 3349 (Search view): Rename from "Keyword search".
8bfe682a
CD
3350 (Capure): New chapter.
3351 (Markup): New chapter.
0c7efc08
SM
3352 (Links in HTML export, Images in HTML export):
3353 Extend the section titles.
8bfe682a
CD
3354 (Images in HTML export): Document the align option.
3355 (Text areas in HTML export): Extend the section title.
3356 (Images in LaTeX export): Explain image placement in LaTeX.
3357
693737cd
GM
33582009-11-10 Glenn Morris <rgm@gnu.org>
3359
3360 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3361
c7bd4ebe
MA
33622009-11-08 Michael Albinus <michael.albinus@gmx.de>
3363
3364 * tramp.texi (Auto-save and Backup): Disable backups just for a
3365 method.
3366
3367 * trampver.texi: Update release number.
3368
76c5acad
MA
33692009-11-07 Michael Albinus <michael.albinus@gmx.de>
3370
3371 Sync with Tramp 2.1.17.
3372
3373 * trampver.texi: Update release number.
3374
d9a57abf
GM
33752009-10-29 Glenn Morris <rgm@gnu.org>
3376
3377 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3378
637f4f0f
MA
33792009-10-23 Michael Albinus <michael.albinus@gmx.de>
3380
3381 * tramp.texi (External methods): Temporary files are kept for
3382 `rsync' and `rsyncc' methods.
3383
310dbb05
JB
33842009-10-09 Juanma Barranquero <lekktu@gmail.com>
3385
3386 * eieio.texi: Fix typos.
3387
09094f28
CY
33882009-10-07 Chong Yidong <cyd@stupidchicken.com>
3389
3390 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3391
216f299a
JB
33922009-10-07 Juanma Barranquero <lekktu@gmail.com>
3393
3394 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3395 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3396
966a6506
CY
33972009-10-07 Chong Yidong <cyd@stupidchicken.com>
3398
3399 * Makefile.in: Build EIEIO and EDE manuals.
3400
34012009-10-07 Eric Ludlam <zappo@gnu.org>
3402
3403 * eieio.texi:
3404 * ede.texi: New files.
3405
8842cd9b
MA
34062009-10-05 Michael Albinus <michael.albinus@gmx.de>
3407
3408 * tramp.texi (Remote processes): Association of a pty is not supported.
3409
7006d207
CD
34102009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3411
3412 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3413 (Processing LaTeX fragments): Document that the size of images can be
3414 changes using the variable `org-format-latex-options'.
3415 (The date/time prompt, Timestamps): Be more accurate over ISO format
3416 dates and times.
3417 (Visibility cycling): Document showeverything keyword.
3418 (In-buffer settings): Document showeverything keyword.
3419 (Setting up the staging area): Fix the example.
3420 (MobileOrg): New section.
3421 (Agenda commands, Exporting Agenda Views): Document exporting the
3422 agenda view to Org files.
3423
0e7b2867
MA
34242009-09-28 Michael Albinus <michael.albinus@gmx.de>
3425
3426 * tramp.texi (History): Add IMAP support.
3427 (External methods): Add `imap' and `imaps' methods.
3428 (GVFS based methods): Add indices for `davs'.
3429 (Password handling): Rename anchors. Add IMAP entries for
3430 ~/.authinfo.gpg.
3431
3432 * trampver.texi: Set default value of `emacsimap'.
3433
4146636e
KY
34342009-09-22 Daiki Ueno <ueno@unixuser.org>
3435
3436 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3437
d22f7ffa
CY
34382009-09-13 Chong Yidong <cyd@stupidchicken.com>
3439
0c7efc08
SM
3440 * dired-x.texi (Technical Details):
3441 Delete dired-up-directory (Bug#4292).
d22f7ffa 3442
66043531
MA
34432009-09-03 Michael Albinus <michael.albinus@gmx.de>
3444
216f299a 3445 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 3446
6eb02347
CD
34472009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3448
3449 * org.texi (Effort estimates): Document new effort setting commands.
3450 (Agenda commands): Document the new keys fro agenda time motion.
3451 Document entry text mode. Improve documentation of the keys to include
3452 inactive time stamps into the agenda view.
3453 (Feedback): Document the new bug report command.
0c7efc08 3454 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 3455
38dc51ba
KY
34562009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3457
3458 * auth.texi (Help for users): Corrected markup.
3459
e402f452
GM
34602009-09-02 Glenn Morris <rgm@gnu.org>
3461
3462 * emacs-mime.texi (time-date): Mention float-time.
3463
744256cf
JB
34642009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
3465
3466 * calc.texi (Simplifying Formulas): Improve the wording.
3467
b0b63450
MB
34682009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
3469
3470 * auth.texi: Rewritten for coverage and clarity.
3471
34722009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3473
0c7efc08
SM
3474 * gnus.texi (Expiring Mail):
3475 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
3476 (Various Various): Mention gnus-safe-html-newsgroups.
3477
3478 * gnus-news.texi: Mention
3479 gnus-mark-copied-or-moved-articles-as-expirable.
3480
3481 * emacs-mime.texi (Display Customization): Add xref to
3482 gnus-safe-html-newsgroups.
3483
b59329e0
MA
34842009-08-28 Michael Albinus <michael.albinus@gmx.de>
3485
3486 * tramp.texi (Version Control): Remove.
af42a9cc 3487 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
3488 reference.
3489 (External methods): Correct `scpc' concept index entries. New method
3490 `rsyncc'.
3491 (External packages): New subsections "Filename completion" and "File
3492 attributes cache".
3493
0ff2d6c2
JB
34942009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
3495
3496 * calc.texi (Rewrite Rules): Improve the example.
3497 (Simplifying Formulas): Explain use of the I and H flags for
3498 simplification.
3499
ecd3d54f
MA
35002009-08-25 Michael Albinus <michael.albinus@gmx.de>
3501
3502 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 3503 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
3504 (Synchronous Methods, Asynchronous Methods): Use English numeric format
3505 for timeout values.
78176e69
MA
3506 (Top): Remove footnote saying D-Bus is not enabled by
3507 default. (Bug#4256)
ecd3d54f 3508
0f215bca
DU
35092009-08-23 Daiki Ueno <ueno@unixuser.org>
3510
3511 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 3512 Reported by Jari Aalto (Bug#4211).
0f215bca 3513 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 3514 epa-global-mail-mode.
3b7ab45f
DU
3515 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3516 epa-setup.
0f215bca 3517
4f22e84d
MA
35182009-08-16 Michael Albinus <michael.albinus@gmx.de>
3519
3520 * dbus.texi (Asynchronous Methods): Allow nil handler.
3521
9ff0b02b 35222009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 3523
26b03ee3 3524 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 3525
26b03ee3 3526 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 3527
4c39f404
CY
35282009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3529
3530 * calc.texi (Date Forms): Fix typos.
3531
3bcfba17
GM
35322009-08-08 Glenn Morris <rgm@gnu.org>
3533
3534 * org.texi (Agenda commands): Restore clobbered change.
3535
66783bb4
EZ
35362009-08-07 Eli Zaretskii <eliz@gnu.org>
3537
3538 * calc.texi (Graphics, Devices): Update with the peculiarities of
3539 operation on MS-Windows.
3540
c8d0cf5c
CD
35412009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3542
3543 * org.texi (Publishing action): Improve documentation of file
3544 names when publishing to the source directory.
3545 (Clean view): Document `org-indent-mode'.
3546 (Clocking work time): Add documentation for the
3547 new :timetamp option when creating a clock report.
3548 (Paragraphs): Fix many typos.
3549 (Plain lists): Remove duplicate explanation about the
3550 `C-c *' command.
3551 (Literal examples): Update to reflect the new behavior
3552 of the -n -r -k switches when exporting source code examples.
3553 (Structure editing): Add information about `C-c *',
3554 converting a plain list into a list of Org items.
3555 (Remember): Small rephrasing of the paragraph
3556 describing remember.el. Also mentioned that remember.el is part
3557 of Emacs 23, not Emacs 22.
3558 (Clocking work time): Add documentation about
3559 displaying the current clocking time against the effort estimate.
3560 Also add a footnote about using `org-clock-in-prepare-hook' to add
3561 an effort estimate on the fly, just before clocking it.
3562 (Footnotes): Document automatic renumbering and
3563 sorting.
3564 (Agenda commands): Document new bulk commands.
3565 (Plain lists): Document new behavior of
3566 `org-cycle-include-plain-lists'.
4e2af782 3567 Hyphenation only in TeX.
c8d0cf5c
CD
3568 (Clocking work time): Document the key to update effort
3569 estimates.
3570 (Clocking work time): Document the clock time display.
3571 (Structure editing, TODO basics): Document new
3572 variables.
3573 (Column attributes): Document new colciew operators.
3574 (Publishing options): Document :xml-declaration.
3575 (Tracking TODO state changes): Document the
3576 LOG_INTO_DRAWER property.
3577 (Literal examples): Document the new implementation for
3578 editing source code.
3579 (Publishing action): Mention the new publishing
3580 function, to publish an Org source file.
3581 (Publishing links): Mention how to link to an Org source file.
3582 (Macro replacement): Document new macros.
3583 (Handling links): Document type-specific completion
3584 when inserting links.
3585 (Structure editing, Plain lists): Improve documentation
3586 on sorting.
3587 (Internal links): Document custom ids for links.
3588 (Handling links): Document custom ids for links.
3589 (CSS support): Document new class.
3590 (Refiling notes): Document the possibility to create new nodes
3591 during refiling.
3592 (Agenda commands): Document the "?" operator to find
3593 tasks without effort setting.
3594 (Exporting agenda information): Section moved.
3595 (RSS Feeds): New section.
3596 (Built-in table editor): Document M-e and M-a navigate
3597 inside table field.
3598 (Stuck projects): Docment that projects identified as
3599 un-stuck will still be searchd for stuck sub-projects.
3600 (Paragraphs): Document centering.
3601 (Creating timestamps, Agenda commands): Document new
3602 behavior when changing time stamps.
3603 (Structure editing): Document the new command
3604 `org-clone-subtree-with-time-shift'.
3605 (Publishing): Refresh this chapter.
3606 (Export options, Export options, In-buffer settings):
3607 Document the new keywords.
3608 (Matching tags and properties): Collect all
3609 documentation about tags/property matches here.
3610 (Setting tags): Document `org-tag-persistent-alist'.
3611 (Weekly/daily agenda): New section.
3612 (Orgstruct mode): Describe `orgstruct++-mode'.
3613 (Drawers): Mention the LOGBOOK drawer.
3614 (Export options, Sectioning structure): Document the
3615 #+LEATEX_HEADER in-buffer setting.
3616 (Bugs): Section removed.
3617 (Hooks): New section.
0c7efc08 3618 (Add-on packages): Move here from old location.
c8d0cf5c
CD
3619 (Context-sensitive commands): New section.
3620 (Setting tags): Document newline option.
3621 (Global TODO list, Matching tags and properties):
3622 Mention more variables.
3623 (Checkboxes): Update to changed command behavior.
81a5560e 3624
40d2791f
CY
36252009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3626
3627 * speedbar.texi (Basic Key Bindings): Fix typo.
3628
65d0154b
JB
36292009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3630
3631 * calc.texi (Vector/Matrix Functions): Add index entries for both
3632 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3633 affects matrices with more than one row.
b5bdfd9f 3634 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 3635
5a9e3ab7
JB
36362009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3637
3638 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 3639 `calc-transpose-lines'.
5a9e3ab7 3640
42fb7e61
MA
36412009-07-27 Michael Albinus <michael.albinus@gmx.de>
3642
3643 * dbus.texi (Receiving Method Calls): Describe special return value
3644 `:ignore'.
3645
574b69d5
AM
36462009-07-24 Alan Mackenzie <acm@muc.de>
3647
3648 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3649 initialization, any individual variable setting now takes precedence
3650 over one done via c-file-style/c-file-offsets.
3651
ec06459c
JB
36522009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3653
3654 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3655 truncated when Calc is quit.
3656 (Customizing Calc): Document `calc-undo-length'.
3657
4ce54f6b
CY
36582009-07-20 Chong Yidong <cyd@stupidchicken.com>
3659
3660 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3661
0e4f8ba5
GM
36622009-07-11 Kevin Ryde <user42@zip.com.au>
3663
3664 * pcl-cvs.texi (About PCL-CVS):
3665 * widget.texi (Basic Types):
3666 Fix cross-references.
3667
fa0f81b0
AS
36682009-07-01 Andreas Schwab <aschwab@redhat.com>
3669
3670 * dbus.texi (Type Conversion): Don't use literal control character.
3671
88a683c5
MA
36722009-07-01 Michael Albinus <michael.albinus@gmx.de>
3673
3674 * tramp.texi (GVFS based methods): New section.
3675 (Remote processes): Processes for GVFS based methods run locally.
3676
36c8febb
MA
36772009-06-30 Michael Albinus <michael.albinus@gmx.de>
3678
0c7efc08
SM
3679 * tramp.texi (Inline methods, External methods, Gateway methods):
3680 Avoid the words "kludge" and hack".
36c8febb
MA
3681 (External methods): Add `synce' method.
3682
3683 * trampver.texi: Update release number.
3684
d6b951bb
MA
36852009-06-22 Michael Albinus <michael.albinus@gmx.de>
3686
3687 Sync with Tramp 2.1.16.
3688
3689 * tramp.texi (History): Add GVFS support.
3690 (External methods): Precise `rsync' description. Add `dav', `davs' and
3691 `obex' methods. Add 'tramp-gvfs-methods' option.
3692 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3693 forms.
3694 (Remote Programs): Introduce `tramp-own-remote-path'.
3695 (Remote processes): New subsection "Running remote programs that create
3696 local X11 windows".
3697 (Frequently Asked Questions): Improve code for disabling vc.
3698
3699 * trampver.texi: Update release number. Set default value of
3700 `emacsgvfs'.
3701
70243478
CY
37022009-06-21 Chong Yidong <cyd@stupidchicken.com>
3703
3704 * Branch for 23.1.
3705
54b31cbf
GM
37062009-06-17 Glenn Morris <rgm@gnu.org>
3707
3708 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3709 (Latest version of Emacs): Mention source code repository.
3710
f6adc23c
GM
37112009-06-16 Glenn Morris <rgm@gnu.org>
3712
3713 * faq.texi (Top): Language tweak.
3714 (Extended commands): Most people have arrow keys.
3715 (Emacs manual): Say how to follow info links.
3716 (File-name conventions): Change title a bit. Explain about source
3717 versus installed. Condense etc description.
3718 (Guidelines for newsgroup postings): Mention Savannah list page.
3719 (Newsgroup archives): Simplify.
3720 (Contacting the FSF): Add contact URL.
3721 (Emacs Lisp documentation): Printed version not always available.
3722 (Installing Texinfo documentation): Explain how by hand installation is
3723 not normally needed. Use add-to-list. Remove duplicate reference.
3724 (Informational files for Emacs): Move info on Help menu here from
3725 "File-name conventions".
3726 (Help installing Emacs): Tweak uref.
3727 (Obtaining the FAQ): Mention repository.
3728 (Origin of the term Emacs): Explain "ITS".
3729 (Changing load-path): Use add-to-list.
3730 (Automatic indentation): Clarify this is for Text mode.
3731 Don't mention Indented Text mode.
3732 (Finding Emacs on the Internet): The FSF does not seem to offer a
3733 deluxe distribution on CD anymore.
3734
b59a8457
GM
37352009-06-16 Glenn Morris <rgm@gnu.org>
3736
3737 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3738 Recommend the latest release. Mention how to get older FAQs.
3739 Recommend the Emacs manual.
3740 (Guidelines for newsgroup postings): Discourage cross-posts.
3741 (Underlining paragraphs): Remove.
3742 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3743 (Bugs and problems): Update key-binding.
3744 (Problems with very large files): Mention 64-bit.
3745 (Shell process exits abnormally): Remove.
3746 (Problems with Shell Mode): Rename and update.
3747 (Spontaneous entry into isearch-mode)
3748 (Problems talking to certain hosts): Remove. This is old information,
3749 in etc/PROBLEMS if needed.
3750 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3751 (Dired claims that no file is on this line): Update.
3752 (Installing Emacs, Problems building Emacs): Simplify.
3753 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3754 information.
3755 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3756 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3757 (JDEE): "JDEE", not "JDE".
3758 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3759 Remove. This is old information, in etc/PROBLEMS if needed.
3760 (stty and Backspace key, Kanji and Chinese characters): Remove.
3761 (Right-to-left alphabets): Update section.
3762 (Changing the included text prefix): Gnus uses message-yank-prefix.
3763 Add cross-reference to Supercite manual.
3764 (Saving a copy of outgoing mail): Simplify output file description.
3765 (Expanding aliases when sending mail): Refer to Emacs manual.
3766 Remove old info about RFC822.
3767 Correct description of how to rebuild aliases.
3768 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3769 (MIME with Emacs mail packages)
3770 (Viewing articles with embedded underlining)
3771 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3772 Remove old sections.
3773 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3774 and is well-documented in the Gnus manual.
3775 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3776 (Making Gnus faster): Rename from "Starting Gnus faster".
3777 Merge "Catch-up is slow in Gnus" into here.
3778
0e6d12ca
GM
37792009-06-14 Glenn Morris <rgm@gnu.org>
3780
3781 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3782 (New in Emacs 23): New section.
3783 (Handling C-s and C-q with flow control): Add xref.
3784
2e17e05e
GM
37852009-06-13 Glenn Morris <rgm@gnu.org>
3786
3787 * faq.texi (Setting up a customization file): Grammar fix.
3788 Customize is no longer "new".
3789 (Displaying the current line or column): Line-number mode is on by
3790 default. Don't mention `column' package. Mention linum.el.
3791 (Turning on abbrevs by default): Explain how to do it for buffers,
3792 modes, and everywhere.
3793 (Associating modes with files): Use add-to-list. Don't mention Emacs
3794 19.
3795 (Highlighting a region): On by default since 23.1.
3796 (Replacing highlighted text): Update doc quote.
3797 (Working with unprintable characters): Don't mention search-quote-char.
3798 (Using an already running Emacs process): Gnuclient is probably not an
3799 enhancement these days.
3800 (Indenting switch statements): Remove mention of pre-Emacs 20.
3801 (Horizontal scrolling): Abbreviate Emacs 20 description.
3802 (Replacing text across multiple files): Fix name of dired command.
3803 (Disabling backups): Use require not load.
4f9d4de3 3804 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3805
2a1cf2b9
BW
38062009-06-13 Bill Wohler <wohler@newt.com>
3807
3808 Release MH-E manual version 8.2.
3809
3810 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3811 release 8.2.
3812
85b438b7
GM
38132009-06-13 Glenn Morris <rgm@gnu.org>
3814
3815 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3816 in this day and age the common meaning is "on the web".
3817 (copying): Use @copyright in all cases.
3818 (Basic keys): Remove reference to deleted manual node "Text Characters".
3819 (File-name conventions): Use GNU as an example rather than SERVICE.
3820 default.el lives in site-lisp. Update Info directory location.
3821 (Real meaning of copyleft): GPL actions have been brought, but all
3822 settled out of court.
3823 (Guidelines for newsgroup postings): Shorten section title.
3824 Simplify comp.emacs description.
3825 (Newsgroup archives): Change Google URL. Describe Gmane.
3826 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3827 points". Mention List-Unsubscribe header.
3828 (Contacting the FSF): Update email and URLs.
3829 (Basic editing): Mention F1 for help.
3830 (Installing Texinfo documentation): Refer to Texinfo website rather
3831 than ftp server.
3832 (Printing a Texinfo file): Mention texi2pdf.
3833 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3834 are just stubs nowadays.
3835 (Latest version of Emacs): Explain version numbers.
3836 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3837 (Turning on syntax highlighting): No need to mention hilit19 any more.
3838 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3839 (Modes for various languages): Remove section.
3840 (Major packages and programs): Remove most version and maintainer
3841 information - it's hard to keep up-to-date, and adds nothing.
3842 Similarly with direct links to mailing lists.
3843 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3844 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3845 years, and Emacs comes with tools for this now.
3846 (Patch): Remove section - this is a standard tool.
3847 (Using function keys under X): Remove section.
3848
93e2d996
GM
38492009-06-12 Glenn Morris <rgm@gnu.org>
3850
3851 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3852 (Help installing Emacs): Remove reference to deleted X11 node.
3853 (Associating modes with files): Interpreter-mode-alist is no longer
3854 subservient to auto-mode-alist.
3855 (Installing Emacs): Change future Emacs version.
3856 (Linking with -lX11 fails): Remove old section.
3857 (Packages that do not come with Emacs): Update ELL location.
3858 Emacs Lisp archive is dead.
3859 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3860 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3861 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3862 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3863 (Removing flashing messages): Remove section about non-existent Gnus
3864 option.
3865
f0bf7708
GM
3866 * faq.texi (Top): Add @top command.
3867 Remove the optional arguments from all @node commands: makeinfo can
3868 generate these automatically, and it is easier to edit and rearrange
3869 nodes without them.
3870
30884d11
GM
38712009-06-11 Glenn Morris <rgm@gnu.org>
3872
3873 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3874 (The LPF): Make the updated URL the sole reference point.
3875 (Learning how to do something): Update refcard price and format.
3876 (Getting a printed manual): Sources in doc/emacs/, not man/.
3877 Also available in PDF format. Since the page count varies, be less
3878 precise.
3879 (Informational files for Emacs): Remove references to deleted files
3880 LPF and SUN-SUPPORT, and to UUCP.
3881 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3882 Remove many obsolete ways to get the FAQ, which now seems only to be
3883 distributed with Emacs.
3884 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3885
deab46e0
CY
38862009-06-09 Chong Yidong <cyd@stupidchicken.com>
3887
223b43fa 3888 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3889 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3890
deab46e0
CY
3891 * ada-mode.texi (Installation, Compile commands)
3892 (Project File Overview, No project files, Set compiler options)
3893 (Use GNAT project file, Use multiple GNAT project files)
3894 (Identifier completion): Use @samp for menu items, and @kbd for key
3895 sequences (Bug#3504).
3896
71fbd643
DU
38972009-06-04 Daiki Ueno <ueno@unixuser.org>
3898
8c9bb6f5 3899 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3900
f197085b
CY
39012009-06-04 Ryan Yeske <rcyeske@gmail.com>
3902
3903 * message.texi (Header Commands): Fix descriptions to match
3904 keybindings.
3905
7f3bc720
DU
39062009-04-22 Daiki Ueno <ueno@unixuser.org>
3907
3908 * gnus.texi (Security): Mention that EasyPG is the current default.
3909
4518068d
CY
39102009-04-13 Chong Yidong <cyd@stupidchicken.com>
3911
3912 * ediff.texi (Session Commands): Fix typo.
3913
d7ca410a
MB
39142009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3915
3916 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3917 news.software.readers. Reported by Florian Rehnisch.
3918
c6c76add
GM
39192009-04-02 Glenn Morris <rgm@gnu.org>
3920
3921 * auth.texi: Capitalize direntry.
3922
3923 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3924 using a period in the entry name. (Bug#2797)
3925
35ed8e2e
JB
39262009-03-03 Juanma Barranquero <lekktu@gmail.com>
3927
3928 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3929 ($(infodir)/auth, auth.dvi): New targets.
3930
e280480a
GM
39312009-03-03 Glenn Morris <rgm@gnu.org>
3932
3933 * auth.texi: Fix @setfilename.
3934
3935 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3936 (auth, $(infodir)/auth, auth.dvi): New rules.
3937
8a76755b
GM
39382009-02-25 Glenn Morris <rgm@gnu.org>
3939
3940 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
3941
0038d478
MB
39422009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3943
3944 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3945
39462009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3947
3948 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3949 gnus-nocem-issuers, and gnus-nocem-verifyer.
3950
867d4bb3
JB
39512009-02-20 Juanma Barranquero <lekktu@gmail.com>
3952
3953 * ada-mode.texi (Project files, Automatic Casing):
3954 * dbus.texi (Signals):
3955 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3956 * mh-e.texi (HTML):
3957 * nxml-mode.texi (Locating a schema)
3958 (Using the document's URI to locate a schema):
3959 * org.texi (Footnotes, Using the mapping API):
3960 * rcirc.texi (Channels): Remove duplicate words.
3961
3a44dc1f
GM
39622009-02-20 Glenn Morris <rgm@gnu.org>
3963
3964 * dired-x.texi (Miscellaneous Commands):
3965 * gnus.texi: Minor updates for mbox Rmail.
3966
5dc584b5
KB
39672009-02-16 Karl Berry <karl@gnu.org>
3968
b59a8457
GM
3969 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3970 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3971 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3972 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3973 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3974 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3975 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3976 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3977 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3978 Consistently use @insertcopying in the Top node,
5dc584b5 3979 @contents at the front (after @end titlepage),
b59a8457 3980 and @direntry after @copying. (Bug#1988)
5dc584b5 3981
9eb59592
MB
39822009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3983
3984 * auth.texi: New file documenting auth-source.
3985
d324fa76
CD
39862009-02-13 Carsten Dominik <dominik@science.uva.nl>
3987
3988 * org.texi (Org Plot): Fix link.
3989
7a603b73
DU
39902009-02-09 Daiki Ueno <ueno@unixuser.org>
3991
3992 * epa.texi (Mail-mode integration): Mention the way to do
3993 "encrypt-to-self". (Bug#1807)
3994
a626b338 39952009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
3996
3997 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
3998
3b36c17e
MB
39992009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
4000
4001 * gnus-news.texi: Print version about Incoming*.
4002
55033558
CD
40032009-02-02 Carsten Dominik <dominik@science.uva.nl>
4004
4005 * org.texi (Structure editing, Handling links)
4006 (Fast access to TODO states, Javascript support): Make standard docs
4007 correctly reflect default variable settings.
4008
ec712abb
GM
40092009-02-02 Glenn Morris <rgm@gnu.org>
4010
4011 * org.texi: Fix typos.
4012
7112648c
MA
40132009-02-01 Michael Albinus <michael.albinus@gmx.de>
4014
4015 Sync with Tramp 2.1.15.
4016
4017 * trampver.texi: Update release number.
4018
2e461fc1
CD
40192009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4020
4021 * org.texi (TODO dependencies): Document TODO dependencies on
4022 checkboxes.
4023
bc283609
CD
40242009-01-30 Carsten Dominik <dominik@science.uva.nl>
4025
4026 * org.texi (TODO dependencies): Document key binding for toggling
4027 ORDERED property.
4028
74fc5047
MA
40292009-01-28 Michael Albinus <michael.albinus@gmx.de>
4030
4031 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4032 of hook functions.
4033
d6685abc
CD
40342009-01-28 Carsten Dominik <dominik@science.uva.nl>
4035
4036 * org.texi (TODO dependencies): New section.
4037
65c439fd
CD
40382009-01-27 Carsten Dominik <dominik@science.uva.nl>
4039
4040 * org.texi (Plain lists, TODO basics, Priorities)
4041 (Multiple sets in one file, Conflicts): Document interaction with
4042 `shift-selection-mode'.
4043
5fafc247
JB
40442009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4045
4046 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4047 Make Calc the subject of sentences.
4048 (Rearranging Formulas using Selections): Discuss new options
4049 for `j *'.
4050
e7433508
MA
40512009-01-26 Michael Albinus <michael.albinus@gmx.de>
4052
4053 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4054
2096a1b6
GM
40552009-01-26 Glenn Morris <rgm@gnu.org>
4056
4057 * org.texi: Fix typos.
4058
0cb61492
BW
40592009-01-26 Bill Wohler <wohler@newt.com>
4060
2096a1b6 4061 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4062
0bd48b37
CD
40632009-01-25 Carsten Dominik <dominik@science.uva.nl>
4064
4065 * org.texi (References): Add information about remote references.
4066 (Built-in table editor): Document `C-c RET' in tables.
4067 (Math symbols, Quoting LaTeX code): Mention that simple
4068 LaTeX macros survive LaTeX export.
4069 (Images in LaTeX export): Show how to create a reference to a
4070 figure.
4071 (Sectioning structure): Document that the LaTeX class can be
4072 specified in a property.
4073 (Text areas in HTML export): New section.
4074 (External links): Add examples for text search and ID links.
4075 (Built-in table editor): Remove the descriptio of `C-c
4076 C-q', it not longer works.
4077 (Literal examples): Document that a space must follow
4078 the colon in short examples.
4079 (Relative timer): Document `org-timer-stop'.
4080 (Footnotes): New section.
4081 (Footnote markup): Shorten section and refer to new Footnote
4082 section.
4083 (Literal examples): Add documentation for line
4084 numbering in and references to code examples.
4085 (CSS support): Fix the description of default CSS styles.
4086 (Capturing column view): Document
4087 "file:path/to/file.org" as an allowed value for the ID property of
4088 a dynamic block copying column view.
4089
49dbbaf2
SE
40902009-01-23 Stephen Eglen <stephen@gnu.org>
4091
4092 * mh-e.texi (Getting Started): Describe $MH.
4093
193e6828
MA
40942009-01-21 Michael Albinus <michael.albinus@gmx.de>
4095
4096 * tramp.texi (all): Harmonize usage of "external method",
4097 "external transfer method" and "out-of-band method".
4098 (Connection types): Precise the differences of inline and external
4099 methods. Written by Adrian Phillips <a.phillips@met.no>.
4100
26b9f88d
MB
41012009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4102
4103 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4104 commands as described at the top. Reported by Allan Gottlieb
4105 <gottlieb@nyu.edu>.
4106
41072009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4108
4109 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4110 nnmail-pathname-coding-system.
4111
377952e0
GM
41122009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4113
4114 * org.texi (Relative timer): Fix typo.
4115
a20d3598
JB
41162009-01-15 Juanma Barranquero <lekktu@gmail.com>
4117
4118 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4119 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4120
a50253cc
GM
41212009-01-13 Glenn Morris <rgm@gnu.org>
4122
4123 * org.texi: Fix some more typos.
4124
07450bee
GM
41252009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4126
4127 * org.texi: Fix some typos.
4128
e3e955fe
MB
41292009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4130
4131 * gnus.texi (Group Parameters): Add note for local variables.
4132
41332009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4134
0c7efc08
SM
4135 * gnus.texi (Converting Kill Files): Fix URL.
4136 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
4137
41382009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4139
4140 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4141 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4142 (Paging the Article): Add index entry.
4143
71dd9983
JB
41442009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4145
4146 * ada-mode.texi (Examples): Delete redundant text.
4147
4a0cf14f
MA
41482009-01-03 Michael Albinus <michael.albinus@gmx.de>
4149
36c8febb 4150 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
4151
4152 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4153 addresses.
4154
aedac0f0
BW
41552009-01-03 Bill Wohler <wohler@newt.com>
4156
4157 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4158 kept empty.
4159
4c65b566
CD
41602008-12-20 Carsten Dominik <dominik@science.uva.nl>
4161
4162 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
4163 (HTML Export commands, LaTeX/PDF export commands):
4164 Improve documentation about transient-mark-mode.
e9fce1ac 4165 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
4166 to fields in the last table row.
4167
e1a78e1e
JL
41682008-12-19 Juri Linkov <juri@jurta.org>
4169
4170 * info.texi (Search Text): Remove mention of removed key binding M-s.
4171
17a0aa82
CD
41722008-12-18 Carsten Dominik <dominik@science.uva.nl>
4173
4174 * org.texi (References): Remove mentioning of @0 as reference for the
4175 last line, this has been reverted in the Lisp sources.
4176
4997d802
JB
41772008-12-17 Juanma Barranquero <lekktu@gmail.com>
4178
4179 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4180 (DVI_TARGETS): Remove duplicates. Add sasl.
4181 ($(infodir)/sasl, sasl.dvi): New targets.
4182
33306645
CD
41832008-12-17 Carsten Dominik <dominik@science.uva.nl>
4184
4185 * org.texi: Version number pushed to 6.15d.
4186
db55f368
CD
41872008-12-16 Carsten Dominik <dominik@science.uva.nl>
4188
a0bf4117 4189 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
4190 (Images in LaTeX export): New section.
4191 (Inlined images, Images in HTML export): Sections renamed.
4192
dae0a942
MB
41932008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4194
4195 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4196
9f5572e9
MB
41972008-12-04 David Engster <dengste@eml.cc>
4198
4199 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 4200 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 4201
bc23baaa
CD
42022008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4203
4204 * org.texi (Using the mapping API): Fix bug in mapping example.
4205 (Publishing options): Make the list of properties complete again, in
4206 correspondence to the variable `org-export-plist-vars'.
4207 (Property searches): Document new special values for time comparisons.
4208 (Tag inheritance): Refine the description of tag inheritance.
4209 (Project alist): Add info about the publishing sequence of components.
a0bf4117 4210 (Effort estimates): Document the new relative timer.
bc23baaa 4211
3bf8054f
JB
42122008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4213
4214 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4215 (Using Calc): Clarify use of `C-x * o'.
4216 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4217
ac134f2f
RS
42182008-11-28 Richard M Stallman <rms@gnu.org>
4219
4220 * dbus.texi (Receiving Method Calls): Clean up previous change.
4221
ace706d1
MA
42222008-11-26 Michael Albinus <michael.albinus@gmx.de>
4223
4224 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4225 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4226 `dbus-unescape-from-identifier'.
4227 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 4228 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
4229 (Signals): Use the constants in the example.
4230
d60b1ba1
CD
42312008-11-24 Carsten Dominik <dominik@science.uva.nl>
4232
b97439ce 4233 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 4234
ce4fdcb9
CD
42352008-11-23 Carsten Dominik <dominik@science.uva.nl>
4236
4237 * org.texi (Setting up Remember): Document `org-remember-mode'.
4238 (External links): Document that bbdb links can use a regular
4239 expression.
4240 (External links): Document that elisp links can contain interactive
4241 commands.
4242
c8548a00 42432008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
4244
4245 * viper.texi (viper-translate-all-ESC-keysequences):
4246 Description removed.
4247
6a2c4aec
GM
42482008-11-19 Glenn Morris <rgm@gnu.org>
4249
4250 * doclicense.texi: Change to FDL 1.3.
4251 Relicense all texi files under FDL 1.3 or later.
4252
59ee4113
JB
42532008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4254
4255 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4256
59bcbb98 42572008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 4258
0c7efc08 4259 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
4260
4261 * ediff.texi: Version/date change.
9f90198a 4262
8aa41c9b
CY
42632008-11-14 Chong Yidong <cyd@stupidchicken.com>
4264
4265 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4266
17587b1b
JB
42672008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4268
4269 * calc.texi (About This Manual): Comment out a mention of
4270 marginal notes.
4271
564c900e
CD
42722008-11-12 Carsten Dominik <dominik@science.uva.nl>
4273
4274 * org.texi (Clocking work time): Document the :formula property of
4275 clock tables.
4276 (Structure editing, Refiling notes): Document refiling regions.
4277 (Agenda commands): Document the double-prefix version
4278 of the `l' command in the agenda.
4279 (Handling links): Explain the effect of a double prefix
4280 arg to `C-c C-o'.
4281 (TODO basics): Add documentation for tag triggers.
4282
3c4be1f2
GM
42832008-10-23 Glenn Morris <rgm@gnu.org>
4284
4285 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4286 byte-compiling things like `+'.
4287
4288 * ns-emacs.texi: Merge copyright years of author now with assignment
4289 into FSF years.
4290 (VER): Use it for easier automatic updating. Use Emacs version rather
4291 than standalone Emacs.app version.
4292
a6520ff3
CD
42932008-10-12 Carsten Dominik <dominik@science.uva.nl>
4294
864c9740 4295 * org.texi: Lots of minor fixes.
a6520ff3
CD
4296 (Capture): New chapter.
4297 (Org Plot): New section.
4298
db7a4b66
MH
42992008-09-30 Magnus Henoch <mange@freemail.hu>
4300
4301 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4302
4043c194
JB
43032008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4304
4305 * calc.texi (User Defined Units): Mention how to enter optional display
4306 string.
4307
eef5ade7
MB
43082008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4309
0c7efc08 4310 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
4311 avoid the "y/n" wording.
4312
e52cac88
MB
43132008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4314
0c7efc08 4315 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
4316
43172008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4318
4319 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4320 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4321
00c55306
BW
43222008-09-22 Bill Wohler <wohler@newt.com>
4323
4324 Release MH-E manual version 8.1.
4325
4326 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4327 release 8.1.
4328
4329 * mh-e.texi: Retain dual license as agreed to by the FSF.
4330 However, bump GPL to Version 3.
4331 Use @include for license text.
4332
e52cac88 43332008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
4334
4335 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
4336 (Store custom flags and keywords, Store arbitrary data):
4337 Clean up markup.
64763fe3
MB
4338
43392008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4340
4341 * gnus.texi (The Gnus Registry): Document it.
4342
9e601b8d
MB
43432008-09-08 David Engster <dengste@eml.cc>
4344
88ee5b02
JB
4345 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4346 Clarify section about choosing back end servers.
9e601b8d 4347
247043f1
GM
43482008-08-23 Glenn Morris <rgm@gnu.org>
4349
4350 * dired-x.texi (Shell Command Guessing):
4351 Mention dired-guess-shell-case-fold-search. (Bug#417)
4352
2bfec7a0
MA
43532008-08-22 Michael Albinus <michael.albinus@gmx.de>
4354
4355 * trampver.texi: Update release number.
4356
247043f1 43572008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
4358
4359 * ns-emacs.texi: Update version.
4360 (Introduction): Correct menu location for options save.
4361 (Customization): Note that defaults are stored under org.gnu.Emacs.
4362
8c20bd92
BW
43632008-08-11 Bill Wohler <wohler@newt.com>
4364
4365 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4366 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4367 Henman) (closes SF #1768928).
4368
767a4d92
GM
43692008-08-10 Glenn Morris <rgm@gnu.org>
4370
4371 * ns-emacs.texi: Use @copying. Change copyright of authors with
4372 assignment to FSF. Change license to GFDL.
4373 (Top): Remove outdated references.
4374
6ecfe5c2
MB
43752008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4376
88ee5b02
JB
4377 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4378 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
4379 gnus-summary-sort-by-most-recent-date.
4380 (Summary Sorting): Explain prefix argument.
4381
43822008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4383
4384 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4385 gnus-summary-pipe-output.
4386
eb932e8a
MA
43872008-08-03 Michael Albinus <michael.albinus@gmx.de>
4388
4389 * dbus.texi (Receiving Method Calls): Document error handling of own
4390 D-Bus methods.
4391
bfe16263
BW
43922008-08-01 Bill Wohler <wohler@newt.com>
4393
4394 * mh-e.texi (Reading Mail)
9f90198a 4395 (Viewing Attachments): Describe new function
bfe16263
BW
4396 mh-show-preferred-alternative.
4397 (Sending Mail, Redistributing, Sending Message): Describe new hook
4398 mh-annotate-msg-hook.
4399
21956b56
MA
44002008-07-31 Michael Albinus <michael.albinus@gmx.de>
4401
4402 * dbus.texi (Arguments and Signatures): Fix example.
4403 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4404 (Asynchronous Methods): New node.
9f90198a
JB
4405 (Errors and Events): Describe extended layout of `dbus-event'.
4406 New defun `dbus-event-message-type'.
21956b56 4407
7c2fb837
DN
44082008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4409
4410 * ediff.texi: Remove VMS support.
4411
13662773
JB
44122008-07-29 Juanma Barranquero <lekktu@gmail.com>
4413
4414 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4415 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4416
ddde0b34
CY
44172008-07-29 Chong Yidong <cyd@stupidchicken.com>
4418
4419 * Makefile.in: Add mairix-el targets.
4420
44212008-07-29 David Engster <deng@randomsample.de>
4422
4423 * mairix-el.texi: New file.
4424
d5875b25
JB
44252008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4426
366b7d44
JB
4427 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4428 project files. Delete 'main_unit' project variable; not needed. Allow
4429 process environment variables wherever project variables are allowed.
4430 Add tutorial section on multiple GNAT project files.
d5875b25 4431
6cbab8ee
MA
44322008-07-27 Michael Albinus <michael.albinus@gmx.de>
4433
4434 Sync with Tramp 2.1.14.
4435
4436 * trampver.texi: Update release number.
4437
9e2a2647
DN
44382008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4439
4440 * ns-emacs.texi:
4441 * faq.texi: Remove mentions of Mac Carbon.
4442
d62672f3
MB
44432008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4444
4445 * gnus.texi (Saving Articles): Describe the 2nd argument of
4446 gnus-summary-save-in-pipe.
4447 (SpamAssassin): Use it.
4448
44492008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4450
4451 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4452
dd12e1c6
CD
44532008-07-25 Carsten Dominik <dominik@science.uva.nl>
4454
4455 * org.texi (Export options): Document the use of the creator flag.
4456
44ce9197
CD
44572008-07-24 Carsten Dominik <dominik@science.uva.nl>
4458
4459 * org.texi: New version 6.06a.
4460
ddd13c5d
JB
44612008-07-23 Juanma Barranquero <lekktu@gmail.com>
4462
4463 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4464 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4465
8dc6104d
JB
44662008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
4467
4468 * calc.texi (Editing Stack Entries):
4469 (Algebraic Entry): Rewrite introductory sentences so it can be used by
4470 Calc's help functions. Mention fixing typos.
4471 (Customizing Calc): Fix typo.
4472
44732008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
4474
4475 * calc.texi (summarykey): New macro. Use to correctly format keys in
4476 the summary.
4477
ddd13c5d 44782008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
4479
4480 * ns-emacs.texi (Customization): Corrected documentation on color
4481 specification formats.
4482
568beaa2
AS
44832008-07-19 Andreas Schwab <schwab@suse.de>
4484
db8ef699 4485 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
4486
4487 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4488 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4489
cd71b9ae
MA
44902008-07-18 Michael Albinus <michael.albinus@gmx.de>
4491
4492 * dbus.texi (Inspection): Rework, introduce submenus.
4493 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4494 (Properties and Annotations, Arguments and Signatures): New nodes.
4495
9b7993b4
MA
44962008-07-13 Michael Albinus <michael.albinus@gmx.de>
4497
4498 * dbus.texi (Receiving Method Calls): Fix description of
4499 `dbus-register-method'.
4500 (Signals): Allow also signal arguments for filtering in
4501 `dbus-register-signal'.
4502
241d447b
JB
45032008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4504
4505 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4506 `cnorm'.
4507 (Arithmetic Tutorial): Simplify the verification of prime factors.
4508
adb46650
MB
45092008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4510
4511 * gnus.texi (Saving Articles): Mention
4512 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4513
92e15881
JB
45142008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
4515
4516 * calc.texi: Adjust mode line throughout.
4517
ea597303
JB
45182008-06-28 Juanma Barranquero <lekktu@gmail.com>
4519
4520 * sasl.texi (Mechanisms): Fix typos.
4521
aee08080
JB
45222008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4523
4524 * calc.texi (Killing from the stack): Mention using normal Emacs
4525 copying.
4526
a06a4a12
MA
45272008-06-21 Michael Albinus <michael.albinus@gmx.de>
4528
0c7efc08 4529 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 4530 Add `auth-source' mechanism.
a06a4a12
MA
4531 (Connection caching): Tramp reopens the connection automatically,
4532 when the operating system on the remote host has been changed.
4533
7389398d
EZ
45342008-06-20 Eli Zaretskii <eliz@gnu.org>
4535
4536 * makefile.w32-in (distclean): Remove makefile.
4537
b349f79f
CD
45382008-06-17 Carsten Dominik <dominik@science.uva.nl>
4539
3f9b4c2b 4540 * org.texi (Using the mapping API): New section.
b349f79f 4541 (Agenda column view): New section.
3f9b4c2b 4542 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 4543 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 4544 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
4545
45462008-06-17 Jason Riedy <jason@acm.org>
4547
4548 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4549 function, and efmt may be a two-argument function.
4550 (Radio tables): Document multiple destinations.
4551
cd5c05d2
GM
45522008-06-16 Glenn Morris <rgm@gnu.org>
4553
4554 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4555 Add Cover-Texts.
4556
debf4439
GM
45572008-06-15 Glenn Morris <rgm@gnu.org>
4558
4559 * faq.texi (VER): Update to 23.0.60.
4560
4561 * mh-e.texi: Remove option of licensing under GPL.
4562 Add Cover-Texts to GFDL permissions notice.
4563 (GPL): Remove section.
4564 (GFDL): Include doclicense.texi rather than the actual text.
4565
4566 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4567 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4568
4569 * sasl.texi: Fix output file name.
4570
4571 * epa.texi, sasl.texi: Refer to license in Emacs manual.
4572
4573 * gnus-coding.texi: Refer to license in Gnus manual.
4574
4575 * idlwave.texi, sasl.texi: Use @copying.
4576
4577 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
4578
4579 * speedbar.texi: Update Back-Cover Text as per maintain.info.
4580
4581 * url.texi: Use @copying, @title, @subtitle, @author.
4582
4583 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4584 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4585 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4586 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4587 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4588 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4589 * widget.texi, woman.texi:
4590 Remove references to external license, since doclicense is included.
4591
4592 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4593 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4594 Remove references to non-existent Invariant Sections.
4595
091f8bc1
GM
45962008-06-14 Glenn Morris <rgm@gnu.org>
4597
4598 * faq.texi (Major packages and programs): Remove references to external
4599 Supercite, Calc, VIPER, since they have been included for some time.
4600 Update VM, AUCTeX, BBDB entries.
4601
47bcb4d3
UJ
46022008-06-14 Ulf Jasper <ulf.jasper@web.de>
4603
4604 * newsticker.texi: Updated to match latest newsticker changes.
4605
6f093307
GM
46062008-06-13 Glenn Morris <rgm@gnu.org>
4607
4608 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4609 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4610 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4611 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4612 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4613 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4614 * woman.texi:
4615 Update Back-Cover Text as per maintain.info.
4616
2b968687
MB
46172008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4618
4619 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4620
4621 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4622 (gnus-faq.xml): Update repository host.
4623
2b968687
MB
4624 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4625
46262008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4627
4628 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4629 Fix a typo.
4630
46312008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4632
4633 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 4634 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
4635 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4636
46372008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4638
4639 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4640 coding standards.
4641
46422008-06-14 David Engster <dengste@eml.cc>
4643
4644 * gnus.texi (nnmairix): Markup fixes.
4645
e6d2d263
MB
46462008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4647
2b968687 4648 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4649
46502008-06-05 David Engster <dengste@eml.cc>
4651
4652 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4653
46542008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4655
b344d29d 4656 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4657 (Searching, nnir, nnmairix): New stub nodes.
4658
ad231df6 46592008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4660
4661 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4662
f394fa25
MB
46632008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4664
4665 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4666
58333467
MB
46672008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4668
4669 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4670
67525fb9
JY
46712008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4672
4673 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4674
0549d8fc
JB
46752008-05-06 Juanma Barranquero <lekktu@gmail.com>
4676
4677 * info.texi (Top): Fix typo in xref.
4678
149a3837
KB
46792008-05-05 Karl Berry <karl@gnu.org>
4680
4681 * info.texi (Top): @xref to stand-alone manual.
4682
3a23a519
MB
46832008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4684
4685 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4686 (Various Summary Stuff): Fix typo in last xref.
4687
0a29fbf3
JB
46882008-05-02 Juanma Barranquero <lekktu@gmail.com>
4689
4690 * org.texi (Moving subtrees): Fix typo.
4691
586b90f1
MA
46922008-04-28 Michael Albinus <michael.albinus@gmx.de>
4693
4694 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4695 Tramp via `tramp-mode'.
4696
b5af9883
CD
46972008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4698
4699 * org.texi: Massive changes, in many parts of the file.
4700
d55fe5bb
MB
47012008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4702
4703 * gnus.texi (Oort Gnus): Add message-fill-column.
4704
47052008-04-12 Adrian Aichner <adrian@xemacs.org>
4706
4707 * gnus.texi (Mail Source Specifiers): Typo fix.
4708
47092008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4710
4711 * gnus.texi (Diary Headers Generation): Update key binding for
4712 `gnus-diary-check-message'.
4713
47142008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4715
4716 * gnus.texi (Emacsen): Addition.
4717
47182008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4719
4720 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4721
47222008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4723
4724 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4725
47262008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4727
4728 * gnus-news.texi: Update tool bar item.
4729
47302008-04-09 Sven Joachim <svenjoac@gmx.de>
4731
4732 * gnus-news.texi: Fix typos.
4733
76c109c3
JB
47342008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4735
222027f2 4736 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4737 Add mention of `kron'.
4738
d5fbd5a6
MO
47392008-04-01 Daiki Ueno <ueno@unixuser.org>
4740
0c7efc08
SM
4741 * epa.texi (Encrypting/decrypting *.gpg files):
4742 Document epa-file-name-regexp.
d5fbd5a6 4743
fbcbb58c
KY
47442008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4745
4746 * gnus.texi (Example Methods): Fix description about ssh-agent.
4747 (Indirect Functions): Fix the default value of nntp-telnet-command;
4748 remove link to connect.html.
4749
134ce16c
MA
47502008-03-30 Michael Albinus <michael.albinus@gmx.de>
4751
4752 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4753 dbus-call-method.
4754 (Receiving Method Calls): The timeout can be set by the calling client.
4755
da1975d7
MA
4756 * trampver.texi: Update release number.
4757
2e4089ab
RS
47582008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4759
4760 * gnus.texi (Top): Fix version. Add SASL.
4761
70cab5a9
MA
47622008-03-29 Michael Albinus <michael.albinus@gmx.de>
4763
4764 Sync with Tramp 2.1.13.
4765
4766 * trampver.texi: Update release number.
4767
5bc6ddff
MB
47682008-03-29 Chong Yidong <cyd@stupidchicken.com>
4769
4770 * org.texi: Update to new org-mode website.
4771
47722008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4773
4774 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4775
9b3ebcb6
MB
47762008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4777
4778 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4779 gnus-read-ephemeral-gmane-group-url,
4780 gnus-read-ephemeral-emacs-bug-group,
4781 gnus-read-ephemeral-debian-bug-group.
4782
47832008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4784
4785 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4786
4787 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4788 Add FIXMEs for Bookmarks and gnus-registry-marks.
4789
47902008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4791
4792 * gnus.texi (Smileys): Document `smiley-style'.
4793
47942008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4795
4796 * gnus.texi (Gnus Development): Clarify difference between ding and
4797 gnu.emacs.gnus.
4798 (MIME Commands, Using MIME, RSS): Fix markup.
4799
4800 * gnus-faq.texi ([8.4]): Ditto.
4801
48022008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4803
4804 * gnus.texi (Emacsen): Remove obsolete stuff.
4805
48062008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4807
4808 * gnus.texi (Oort Gnus): Add version info WRT
4809 `mail-source-delete-incoming'.
4810
48112008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4812
4813 * gnus.texi (Top): Add "Other related manuals" and version info in
4814 `iftex' output.
4815 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4816 gnus-balloon-face-0 and the corresponding format specifiers.
4817
608d6a81
MA
48182008-03-26 Michael Albinus <michael.albinus@gmx.de>
4819
4820 * tramp.texi (Filename completion): Remove footnote about let-bind
4821 of `partial-completion-mode'. It doesn't work this way.
4822
27a6f132
SM
48232008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4824
4825 * pcl-cvs.texi (Contributors): Update my email.
4826
4a7c4c40
MA
48272008-03-21 Michael Albinus <michael.albinus@gmx.de>
4828
4829 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4830
2940c053
BW
48312008-03-17 Bill Wohler <wohler@newt.com>
4832
4833 * mh-e.texi (Viewing): Update URL for adding header fields to
4834 mh-invisible-header-fields-default.
4835
30864d5f
BW
48362008-03-16 Bill Wohler <wohler@newt.com>
4837
4838 * mh-e.texi (Preface): Add Gnus to requirements.
4839 (Forwarding): Note that forwarded MIME messages are now inline.
4840
31fe2b00
SM
48412008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4842
4843 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4844 (Common Variables): Give precedence to the netcat methods over the
4845 telnet methods, and mention that they are more reliable.
31fe2b00 4846
5e97c626
CD
48472008-03-13 Carsten Dominik <dominik@science.uva.nl>
4848
4849 * org.texi (Exporting Agenda Views): Document agenda export to
4850 iCalendar.
4851 (Progress logging): Document the new progress logging stuff.
4852
37a68866
MB
48532008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4854
4855 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4856 Update for change of `mail-source-delete-incoming'.
4857
4858 * gnus-news.texi: Ditto.
4859
8f7abae3
MB
48602008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4861
4862 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4863 custom versions.
4864
af379c86
AM
48652008-03-07 Alan Mackenzie <acm@muc.de>
4866
4867 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4868 parens/brackets in a k&r region is limited.
4869
3d0f8a67
MB
48702008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4871
4872 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4873 using different Emacs versions.
4874
52151df0
GM
48752008-02-27 Glenn Morris <rgm@gnu.org>
4876
4877 * sc.texi: Remove a lot of old and obsolete info.
4878 (titlepage): Simplify.
4879 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4880 (VM with any Emacsen, GNEWS with any Emacsen)
4881 (Overloading for Non-conforming MUAs, Version 3 Changes)
4882 (The Supercite Mailing List): Delete nodes.
4883 (Introduction): Remove info about old packages.
4884 (Getting Connected): Simplify. Remove info about old packages.
4885 (Citing Commands): Delete Emacs 19 info.
4886 (Hints to MUA Authors): Simplify.
4887 (Thanks and History): Merge in some info from the deleted node
4888 "Version 3 Changes".
4889
b03f96dc
MB
48902008-02-05 Juanma Barranquero <lekktu@gmail.com>
4891
4892 * org.texi (Setting tags, In-buffer settings):
4893 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4894
52bec650
MB
48952008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4896
4897 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4898 installation directory name.
4899
34a3c587
RF
49002008-02-12 Romain Francoise <romain@orebokech.com>
4901
4902 * epa.texi (Overview): Fix typo.
4903
5a8d03e9
MO
49042008-02-11 Daiki Ueno <ueno@unixuser.org>
4905
4906 * epa.texi (Quick start): Remove the .emacs setting.
4907
f1914c40
MO
49082008-02-10 Daiki Ueno <ueno@unixuser.org>
4909
4910 * epa.texi (Quick start): Use the command `epa-enable' instead of
4911 loading `epa-setup'.
4912
bca98fc9
JB
49132008-02-08 Juanma Barranquero <lekktu@gmail.com>
4914
4915 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4916 ($(infodir)/epa, epa.dvi): New targets.
4917
4b01af2e
MO
49182008-02-08 Daiki Ueno <ueno@unixuser.org>
4919
4920 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4921
4922 * epa.texi: New manual documenting the EasyPG Assistant.
4923
06c0751a
MA
49242008-02-06 Michael Albinus <michael.albinus@gmx.de>
4925
4926 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4927 (Inspection): New function dbus-ping.
4928
7dcccd7b
MA
49292008-02-05 Michael Albinus <michael.albinus@gmx.de>
4930
4931 * tramp.texi (Remote processes): Add `shell-command'.
4932
a1da1e37
MB
49332008-01-28 Michael Sperber <sperber@deinprogramm.de>
4934
4935 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4936 (Group Parameters): Document `mail-source' parameter.
4937
c9d8f746
MA
49382008-01-27 Michael Albinus <michael.albinus@gmx.de>
4939
4940 * tramp.texi (Inline methods): The hostname of the su(do)? methods
4941 must be a local host.
4942
15db4a13
MO
49432008-01-26 Michael Olson <mwolson@gnu.org>
4944
4945 * erc.texi: Update version for ERC 5.3 release.
4946 (Obtaining ERC): Update extras URLs for 5.3.
4947 (Development): Write instructions for git, and remove those for Arch.
4948 (History): Mention the switch to git.
4949
2bc43980
KB
49502008-01-24 Karl Berry <karl@gnu.org>
4951
bca98fc9
JB
4952 * info.texi (Search Index, Search Text): Mention the command
4953 character in the section name, a la the (Go to node) node.
2bc43980 4954
d2e4a6c9
MA
49552008-01-21 Michael Albinus <michael.albinus@gmx.de>
4956
4957 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4958
0b6799c3
MB
49592008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4960
4961 * gnus-news.texi: Mention gnus-article-describe-bindings.
4962
49632008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4964
4965 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4966
db9c3fb1 49672008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 4968
7b4d0413 4969 * org.texi (Property inheritance): New section.
db9c3fb1 4970 (Conventions): New section.
7b4d0413 4971 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
4972 commands, and the new bindings for refiling.
4973 (Sparse trees): Document the new special command for sparse trees.
4974 (References): Be more clear about the counting of hilines.
4975 (Handling links): Document M-p/n for accessing links.
4976 (Fast access to TODO states): New section.
4977 (Per file keywords): New section.
4978 (Property inheritance): New section.
4979 (Column attributes): New summary types.
4980 (Capturing Column View): New section.
4981 (The date/time prompt): Cover the new features in the date/time prompt.
4982 Compactify the table of keys for the calendar remote control.
4983 (Clocking work time): Document the new :scope parameter.
4984 (Remember): Promoted to chapter.
4985 (Quoted examples): New section.
4986 (Enhancing text): New verbatim environments.
4987
6ed73f28
MA
49882008-01-14 Michael Albinus <michael.albinus@gmx.de>
4989
4990 * trampver.texi: Update release number.
4991
95838435
MB
49922008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4993
0c7efc08
SM
4994 * gnus.texi (Article Keymap):
4995 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
4996 gnus-article-reply-with-original and
4997 gnus-article-followup-with-original.
4998
20234d96
GM
49992008-01-09 Glenn Morris <rgm@gnu.org>
5000
5001 * nxml-mode.texi: Add @copying section.
5002
d82cf70b
MB
50032008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5004
5005 * message.texi (Mail Variables): Add some text from "(gnus)Posting
5006 Server". Add `message-send-mail-with-mailclient'.
5007
5008 * gnus.texi (Posting Server): Move some text to "(message)Mail
5009 Variables" and add a reference here.
5010
addb7f2e
MA
50112008-01-04 Michael Albinus <michael.albinus@gmx.de>
5012
5013 * dbus.texi (Receiving Method Calls): New chapter.
5014 (Errors and Events): Add serial number to events. Replace "signal" by
5015 "message". Introduce dbus-event-serial-number.
5016
4db2806c
MA
50172008-01-03 Michael Albinus <michael.albinus@gmx.de>
5018
5019 * dbus.texi (Type Conversion): Explain the type specification for empty
5020 arrays. Use another example.
5021
c9ecb5a7
MA
50222007-12-30 Michael Albinus <michael.albinus@gmx.de>
5023
5024 * dbus.texi (all): Replace "..." by @dots{}.
5025 (Type Conversion): Precise the value range for :byte types.
5026 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5027 Mention its return value.
5028 (Errors and Events): There is no D-Bus error propagation during event
5029 processing.
5030
702dbfd9
JB
50312007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5032
5033 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5034 New sections.
5035
87035689
MB
50362007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5037
5038 * gnus.texi (Group Parameters): Reorder the text and add a note about
5039 `gnus-parameters' near the beginning of the node.
5040
50412007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5042
5043 * gnus.texi (Score File Editing): Fix function name.
5044
5492f5ca
MA
50452007-12-23 Michael Albinus <michael.albinus@gmx.de>
5046
5047 Sync with Tramp 2.1.12.
5048
5049 * trampver.texi: Update release number.
5050
d4e67bc5
MA
50512007-12-22 Michael Albinus <michael.albinus@gmx.de>
5052
5053 * dbus.texi (Type Conversion): Correct input parameters mapping.
5054
6a31c819
MA
50552007-12-21 Michael Albinus <michael.albinus@gmx.de>
5056
5057 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5058 (Errors and Events): Mention wrong-type-argument error.
5059
99a3e35f
AS
50602007-12-21 Alex Schroeder <alex@gnu.org>
5061
5062 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5063 spaces. Fixed some typos.
99a3e35f
AS
5064 (Internet Relay Chat): Explain relay.
5065 (Getting started with rcirc): Change items to reflect prompts.
5066 Add more explanation to rcirc-track-minor-mode and added a comment to
5067 warn future maintainers that this section is a copy.
0c7efc08 5068 (People): Change /ignore example.
62b12a24 5069 (Keywords): Not keywords.
99a3e35f 5070
331e4d02
AS
50712007-12-20 Alex Schroeder <alex@gnu.org>
5072
5073 * rcirc.texi (Top): Fighting Information Overload chapter added.
5074 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5075 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5076 (Fighting Information Overload): New chapter documenting /keyword,
5077 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5078 (Configuration): Document rcirc-server-alist, remove
5079 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5080
cd71c3ef
MA
50812007-12-16 Michael Albinus <michael.albinus@gmx.de>
5082
5083 * dbus.texi (Signals): Fix example in dbus-register-signal.
5084
bbbe940b
MB
50852007-12-14 Sven Joachim <svenjoac@gmx.de>
5086
5087 * gnus.texi (Score Variables): Fix typo.
5088
0ce574ef
MA
50892007-12-07 Michael Albinus <michael.albinus@gmx.de>
5090
5091 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5092 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5093 (Errors and Events): Adapt dbus-event.
5094
b890d447
MB
50952007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5096
5097 * gnus.texi (Other Files): Add the yenc command.
5098
50992007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5100
5101 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5102 since 2004-08-06.
5103
51042007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5105
5106 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5107 on body.
5108
51092007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5110
5111 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5112 and rfc2047-allow-irregular-q-encoded-words; fix description of
5113 rfc2047-encode-encoded-words.
5114
51152007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5116
5117 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5118
3728bf03
MO
51192007-12-05 Michael Olson <mwolson@gnu.org>
5120
5121 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5122 Update documentation for `remember-diary-file'.
5123
a4397af9
MA
51242007-12-04 Michael Albinus <michael.albinus@gmx.de>
5125
5126 * dbus.texi (Signals): Precise `dbus-register-signal'.
5127 (Errors and Events): Rework events part, the internal structure of
5128 dbus-event has changed.
5129
1682490c
JB
51302007-12-03 Juanma Barranquero <lekktu@gmail.com>
5131
5132 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5133 ($(infodir)/dbus, dbus.dvi): New targets.
5134
7b13a0f2
MA
51352007-12-03 Michael Albinus <michael.albinus@gmx.de>
5136
5137 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5138 unconditionally.
5139
5140 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5141 emulation with @print{}.
5142
7ef92bc9
RS
51432007-12-02 Richard Stallman <rms@gnu.org>
5144
5145 * dbus.texi (Overview): Minor cleanup.
5146
22d8ac3a
MA
51472007-12-02 Michael Albinus <michael.albinus@gmx.de>
5148
d3a8e0df
MA
5149 * Makefile.in (INFO_TARGETS): Add dbus.
5150 (DVI_TARGETS): Add dbus.dvi.
5151 (dbus, dbus.dvi): New targets.
5152
22d8ac3a
MA
5153 * dbus.texi: New file.
5154
559764ab
RF
51552007-11-24 Romain Francoise <romain@orebokech.com>
5156
5157 * nxml-mode.texi: Add description in @direntry.
7aa579d9 5158 Fix file name to match @setfilename.
559764ab 5159
ac97a16b
MH
51602007-11-23 Mark A. Hershberger <mah@everybody.org>
5161
5162 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5163 ($(infodir)/nxml-mode): New rule.
5164
5165 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5166 ($(infodir)/nxml-mode): New rule.
5167 (clean): Add nxml-mode*.
5168
5169 * nxml-mode.texi: New file with nxml manual.
5170
404cd454
GM
51712007-11-18 Richard Stallman <rms@gnu.org>
5172
5173 * flymake.texi (Example -- Configuring a tool called directly):
5174 Update example.
5175
b048d478
MA
51762007-11-18 Michael Albinus <michael.albinus@gmx.de>
5177
5178 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 5179 double-slash behavior. Explain directory contents flushing.
b048d478 5180
346e8469
JB
51812007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5182
5183 * calc.texi (TeX and LaTeX Language Modes): Put in
5184 missing braces.
5185
404cd454
GM
51862007-11-15 Richard Stallman <rms@gnu.org>
5187
5188 * cl.texi (Equality Predicates): Delete `eql'.
5189 (Predicates, Naming Conventions, Top): Delete `eql'.
5190 (Common Lisp Compatibility): Delete `eql'.
5191 (Porting Common Lisp): Delete obsolete backquote info.
5192 Minor clarification about character constants.
5193 (Sequence Basics): Minor clarification.
5194
1f6af58b
JB
51952007-11-15 Juanma Barranquero <lekktu@gmail.com>
5196
dccb744b 5197 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
5198 * tramp.texi (Filename completion): Fix typos.
5199
3bc88bc9
JB
52002007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5201
5202 * calc.texi (Basic commands): Mention the menu.
5203
bc5300d3
MA
52042007-11-12 Michael Albinus <michael.albinus@gmx.de>
5205
5206 * tramp.texi (Connection caching): Tramp flushes connection
5207 properties when remote operating system has been changed.
5208
4d8a28ec
MB
52092007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5210
5211 * gnus-news.texi: Fix spelling.
5212 `message-insert-formatted-citation-line', not
5213 `message-insert-formated-citation-line'.
5214
404cd454
GM
5215 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5216
e1176b47
MA
52172007-11-07 Michael Albinus <michael.albinus@gmx.de>
5218
5219 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 5220 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
5221 (Frequently Asked Questions): Add code example for highlighting the
5222 mode line.
5223
6159985a
MO
52242007-11-03 Michael Olson <mwolson@gnu.org>
5225
5226 * remember.texi: Change mentions of remember-buffer to
5227 remember-finalize throughout.
5228
bec9b2f5
MO
52292007-10-30 Michael Olson <mwolson@gnu.org>
5230
5231 * remember.texi (Copying): Remove.
5232 (Mailbox): Update with non-BBDB instructions.
5233 (Diary, Org): Add.
5234 (Bibliography, Planner Page): Remove.
5235
b6173182
JB
52362007-10-30 Juanma Barranquero <lekktu@gmail.com>
5237
5238 * makefile.w32-in (INFO_TARGETS): Add remember.
5239 (DVI_TARGETS): Add remember.dvi.
5240 ($(infodir)/remember): New rule.
5241 (clean): Add remember*.
5242
15f3eb73
MO
52432007-10-30 Michael Olson <mwolson@gnu.org>
5244
70bdc930
MO
5245 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5246 ($(infodir)/remember): New rule that builds the Remember Manual.
5247
b6173182
JB
5248 * remember.texi: New file containing the Remember Mode Manual.
5249 Shuffle chapters around after initial import.
7d3f6f1a
MO
5250 (Function Reference): Split Keystrokes into separate chapter.
5251 (Keystrokes): Document C-c C-k.
51d24a12 5252 (Introduction): Fix typographical issue with "---".
15f3eb73 5253
404cd454
GM
52542007-10-29 Richard Stallman <rms@gnu.org>
5255
5256 * widget.texi (Introduction): Delete discussion of implementation
5257 internals.
5258
9bbb9638
MA
52592007-10-29 Michael Albinus <michael.albinus@gmx.de>
5260
5261 * tramp.texi (Connection caching): Host names must be different
5262 when tunneling.
5263
c7ff939a
RS
52642007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5265
5266 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5267 Gnus v5.13.
5268
01c52d31
MB
52692007-10-28 Miles Bader <miles@gnu.org>
5270
5271 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5272
01c52d31
MB
52732007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5274
0c7efc08
SM
5275 * gnus.texi (Sorting the Summary Buffer):
5276 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
5277
52782007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5279
5280 * gnus.texi (Non-ASCII Group Names): New node.
5281 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5282 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5283
c8763fb6 52842007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5285
5286 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5287 clean the output of the program `imap-shell-program'.
5288
52892007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5290
5291 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5292
52932007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5294
5295 * gnus.texi (Sticky Articles): Documentation for sticky article
5296 buffers.
5297
c8763fb6 52982007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5299
5300 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5301
53022007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5303
5304 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5305
53062007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5307
0c7efc08
SM
5308 * gnus.texi (Archived Messages):
5309 Document gnus-update-message-archive-method.
01c52d31
MB
5310
53112007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5312
5313 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5314
c8763fb6 53152007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 5316
0c7efc08
SM
5317 * gnus.texi (Group Maneuvering):
5318 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
5319
53202007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5321
0c7efc08
SM
5322 * gnus.texi (Really Various Summary Commands):
5323 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
5324
53252007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5326
5327 * gnus.texi, message.texi: Bump version number.
5328
53292007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5330
5331 * gnus.texi (Group Line Specification, Misc Group Stuff)
5332 (Server Commands): Parenthesize @pxref{Mail Spool}.
5333
53342007-10-28 Didier Verna <didier@xemacs.org>
5335
5336 New user option: message-signature-directory.
5337 * message.texi (Insertion Variables): Document it.
5338 * gnus.texi (Posting Styles): Ditto.
5339
53402007-10-28 Didier Verna <didier@xemacs.org>
5341
5342 * gnus.texi (Group Line Specification):
5343 * gnus.texi (Misc Group Stuff):
5344 * gnus.texi (Server Commands): Document the group compaction feature.
5345
53462007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5347
5348 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5349
5350 * message.texi (Various Message Variables): Add message-fill-column.
5351
53522007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5353
5354 * gnus.texi: Untabify.
5355
53562007-10-28 Didier Verna <didier@xemacs.org>
5357
5358 * gnus.texi (Group Parameters): Document the posting-style merging
5359 process in topic-mode.
5360
53612007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5362
5363 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5364
53652007-10-28 Romain Francoise <romain@orebokech.com>
5366
5367 * gnus.texi (Mail Spool): Fix typo.
5368 Update copyright.
5369
53702007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5371
5372 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5373
53742007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5375
5376 * gnus.texi (Summary Generation Commands):
5377 Add gnus-summary-insert-ticked-articles.
5378
53792007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5380
b2abec73
JB
5381 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5382 to spam-spamassassin-program.
01c52d31
MB
5383
53842007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5385
5386 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5387
53882007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5389
5390 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5391
53922007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5393
5394 * message.texi (Mail Headers): Document `opportunistic'.
5395
53962007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5397
5398 * emacs-mime.texi (Encoding Customization): Explain how to set
5399 mm-coding-system-priorities per hierarchy.
5400
54012007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5402
5403 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5404 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5405
54062007-10-28 Didier Verna <didier@xemacs.org>
5407
5408 * message.texi (Wide Reply): Update documentation of
5409 message-dont-reply-to-names (now allowing a list of regexps).
5410
54112007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5412
5413 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5414
54152007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5416
5417 * gnus.texi (SpamAssassin back end): Fix typo.
5418
5419 * sieve.texi (Examples): Fix grammar.
5420
54212007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5422
5423 * gnus.texi (Searching for Articles): Document M-S and M-R.
5424 (Limiting): Document / b.
5425
54262007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5427
5428 * gnus.texi (Thread Commands): T M-^.
5429
54302007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5431
5432 * message.texi (Mail Aliases): Document ecomplete.
5433 (Mail Aliases): Fix typo.
5434
54352007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5436
5437 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5438 fix typo.
5439
54402007-10-28 Romain Francoise <romain@orebokech.com>
5441
5442 * gnus.texi (Mail Spool): Grammar fix.
5443
54442007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5445
5446 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5447 string.
5448
54492007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5450
5451 * gnus.texi (Group Parameters): Fix description.
5452
54532007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5454
b2abec73
JB
5455 * gnus.texi (Gmane Spam Reporting):
5456 Fix spam-report-gmane-use-article-number.
5457 Add spam-report-user-mail-address.
01c52d31
MB
5458
54592007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5460
5461 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5462
54632007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5464
5465 * gnus.texi (Group Parameters): Add simplified sorting example based on
5466 example for `Sorting the Summary Buffer' from Jari Aalto
5467 <jari.aalto@cante.net>.
5468 (Example Methods): Add example for an indirect connection.
5469
54702007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5471
0c7efc08 5472 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
5473 (Agent Parameters): Updated parameter names to match code.
5474 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5475 'gnus-agent-summary-fetch-series'.
5476 (Agent and flags): New section providing a generalized discussion
5477 of flag handling.
0c7efc08
SM
5478 (Agent and IMAP): Remove flag discussion.
5479 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
5480
54812007-10-28 Romain Francoise <romain@orebokech.com>
5482
5483 * gnus.texi (Exiting the Summary Buffer): Add new function
5484 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5485
54862007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5487
5488 * gnus.texi (Conformity): Fix typo.
5489 (Customizing Articles): Document `first'.
5490
54912007-10-28 Jari Aalto <jari.aalto@cante.net>
5492
5493 * gnus.texi (Sorting the Summary Buffer):
5494 Add `gnus-thread-sort-by-date-reverse'. Add example
5495 host to different sorting in NNTP and RSS groups.
5496
54972007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5498
5499 * message.texi (Insertion): Describe prefix for
5500 message-mark-inserted-region and message-mark-insert-file.
5501
55022007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5503
5504 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5505 LaTeX documents. Describe "text/x-gnus-verbatim".
5506
55072007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5508
b2abec73 5509 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
5510 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5511 (spam-stat spam filtering, SpamOracle)
0c7efc08 5512 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
5513 clarity.
5514
55152007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5516
5517 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5518 gnus-article-delete-part and gnus-article-replace-part.
5519 (Using MIME): Add gnus-mime-replace-part.
5520
55212007-10-28 Romain Francoise <romain@orebokech.com>
5522
5523 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5524 requires `auto-compression-mode' to be enabled. Add new nnml
5525 variable `nnml-compressed-files-size-threshold'.
5526
55272007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5528
0c7efc08
SM
5529 * gnus.texi (Sorting the Summary Buffer):
5530 Add gnus-thread-sort-by-recipient.
01c52d31
MB
5531
55322007-10-28 Romain Francoise <romain@orebokech.com>
5533
5534 * message.texi (Insertion Variables): Mention new variable
5535 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5536 documentation accordingly.
5537
55382007-10-28 Romain Francoise <romain@orebokech.com>
5539
5540 * gnus.texi (To From Newsgroups): Mention new variables
5541 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5542
55432007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5544
5545 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5546 stuff; gnus-mime-inline-part does the automatic decompression.
5547
55482007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5549
5550 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 5551 "training.ham" should be "training.spam".
01c52d31
MB
5552
55532007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5554
5555 * message.texi (Mail Variables): Fix the default value for
5556 message-send-mail-function.
5557
55582007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5559
5560 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5561 always returns nil exceptionally.
5562
55632007-10-28 Simon Josefsson <jas@extundo.com>
5564
0c7efc08
SM
5565 * gnus.texi (Article Washing): Add libidn URL.
5566 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
5567
55682007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5569
5570 * gnus.texi (Topic Commands): Fix next/previous.
5571
55722007-10-28 Simon Josefsson <jas@extundo.com>
5573
5574 * gnus.texi (Article Washing): Mention `W i'.
5575
c8763fb6 55762007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
5577
5578 * gnus.texi (Group Parameters): Slight extension of sieve
5579 parameter description.
5580
55812007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5582
5583 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5584 matching score files as well.
5585 (Picons): Describe `gnus-picon-style'.
5586
55872007-10-28 Romain Francoise <romain@orebokech.com>
5588
5589 * message.texi (Message Headers): Mention that headers are hidden
5590 using narrowing, and how to expose them.
5591 Update copyright.
5592
55932007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5594
5595 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5596 `gnus-summary-sort-by-recipient'.
5597
55982007-10-28 Romain Francoise <romain@orebokech.com>
5599
5600 * gnus.texi (NNTP marks): New node.
5601 (NNTP): Move NNTP marks variables to the new node.
5602
56032007-10-28 Jesper Harder <harder@ifa.au.dk>
5604
b2abec73 5605 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
5606
5607 * gnus.texi (MIME Commands, Hashcash): Markup fix.
5608
56092007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5610
b2abec73 5611 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 5612 everywhere for consistency.
b2abec73
JB
5613 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5614 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
5615 Say "regular expression" instead of "regex." Admonish.
5616 Pick other words to sound better (s/so/thus/).
5617 (Spam ELisp Package Filtering of Incoming Mail):
5618 Mention statistical filters. Remove old TODO.
01c52d31 5619 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
5620 New section on sorting and displaying the spam score.
5621 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5622 backend but an alias to spam-use-BBDB.
5623 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
5624 new backend functionality.
5625
56262007-10-28 Simon Josefsson <jas@extundo.com>
5627
5628 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5629 nntp-marks-directory, from Romain Francoise
5630 <romain@orebokech.com>.
5631
56322007-10-28 Magnus Henoch <mange@freemail.hu>
5633
5634 * gnus.texi (Hashcash): New default value of
5635 hashcash-default-payment.
5636
56372007-10-28 Simon Josefsson <jas@extundo.com>
5638
5639 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5640 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5641
56422007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5643
0c7efc08 5644 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5645
56462007-10-28 Simon Josefsson <jas@extundo.com>
5647
5648 * gnus.texi (documentencoding): Add, to avoid warnings.
5649
56502007-10-28 Simon Josefsson <jas@extundo.com>
5651
5652 * message.texi (Mail Headers): Add.
5653
5654 * gnus.texi (Hashcash): Fix.
5655
56562007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5657
0c7efc08 5658 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5659 that payments can be verified and fix the name of the
b2abec73 5660 hashcash-path variable.
01c52d31
MB
5661
56622007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5663
b2abec73 5664 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5665
56662007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5667
5668 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5669
56702007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5671
5672 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5673 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5674 warning about ham processors in spam groups removed.
01c52d31
MB
5675
56762007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5677
0c7efc08 5678 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5679 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5680
56812007-10-28 Jesper Harder <harder@ifa.au.dk>
5682
5683 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5684 (Mailing List): Typo.
5685 (Customizing Articles): Add gnus-treat-ansi-sequences.
5686 (Article Washing): Index.
5687
5688 * message.texi: Use m-dash consistently.
5689
56902007-10-28 Jesper Harder <harder@ifa.au.dk>
5691
5692 * gnus.texi (GroupLens): Remove.
5693
56942007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5695
0c7efc08
SM
5696 * gnus.texi (Outgoing Messages, Agent Variables):
5697 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5698 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5699
57002007-10-28 Jesper Harder <harder@ifa.au.dk>
5701
5702 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5703
57042007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5705
5706 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5707
5708 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5709
57102007-10-28 Simon Josefsson <jas@extundo.com>
5711
5712 * gnus.texi (Top): Add SASL.
5713
404cd454
GM
57142007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5715
5716 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5717
57182007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5719
5720 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5721
0edd2970
JB
57222007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5723
5724 * calc.texi (Formulas, Composition Basics): Lower the
5725 precedence of negation.
5726
a9afba20
JY
57272007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5728
5729 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5730 Mention the new three-letter column identifiers.
5731 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5732 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5733 message when using `c' on an empty default with default printer.
5734 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5735 renamed to `ses--symbolic-formulas' some time ago.
5736
45b778a6
JB
57372007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5738
5739 * calc.texi (Default Simplifications, Making Selections)
5740 (Customizing Calc): Clarify associativity of multiplication.
5741
03b5bade
MA
57422007-10-23 Michael Albinus <michael.albinus@gmx.de>
5743
5744 * tramp.texi (Traces and Profiles): Simplify loop over
5745 `trace-function-background'.
5746
e658c8ee
JL
57472007-10-22 Juri Linkov <juri@jurta.org>
5748
5749 * dired-x.texi (Shell Command Guessing): Default values are now
5750 available by typing M-n instead of M-p.
5751
dd753688
MA
57522007-10-21 Michael Albinus <michael.albinus@gmx.de>
5753
5754 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5755 (Password caching): Remove `tramp-clear-passwd'.
5756 It's not a command anymore.
dd753688
MA
5757 (Bug Reports): Add `tramp-bug' to function index.
5758 (Function Index, Variable Index): New nodes.
5759 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5760
5761 * trampver.texi: Update release number.
5762
4bb49b43
JB
57632007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5764
8b296cdd 5765 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5766 about integer size into past tense.
5767 (Time Zones): Remove pointer to Calc author's address.
5768 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5769 and hyperbolic cotangent. Fix typo.
4bb49b43 5770
311dd93f
MA
57712007-10-10 Michael Albinus <michael.albinus@gmx.de>
5772
5773 Sync with Tramp 2.1.11.
5774
5775 * trampver.texi: Update release number.
5776
ea3fc256
MA
57772007-10-06 Michael Albinus <michael.albinus@gmx.de>
5778
5779 * tramp.texi (External packages): New section.
5780
1af74d06
MB
57812007-09-29 Juri Linkov <juri@jurta.org>
5782
5783 * info.texi (Help-Int): Document `L' (`Info-history').
5784
0e2806fa
SM
57852007-09-26 Carsten Dominik <dominik@science.uva.nl>
5786
5787 * org.texi: Change links to webpage and maintained email.
5788 (Remember): Promote to Chapter, significant changes.
5789 (Fast access to TODO states): New section.
5790 (Faces for TODO keywords): New section.
5791 (Export options): Example for #+DATE.
5792 (Progress logging): Section moved.
5793
567b9191
BW
57942007-09-26 Bill Wohler <wohler@newt.com>
5795
5796 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5797 browse-url-at-mouse.
5798
1af74d06
MB
57992007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5800
5801 * flymake.texi (Customizable variables): Face names don't end in -face.
5802 Fix flymake-err-line-patterns template.
5803 (Example -- Configuring a tool called directly): Fix init-function.
5804 (Highlighting erroneous lines): Face names don't end in -face.
5805
d60a4e3a 58062007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5807
5808 * erc.texi (Special-Features): Fix small typo.
5809
7d7a3510
MA
58102007-09-14 Michael Albinus <michael.albinus@gmx.de>
5811
5812 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5813 and "External transfer methods".
5814
285f0d3a
JB
58152007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5816
5817 * calc.texi (Predefined Units): Add some history.
5818
526dc846
MO
58192007-09-08 Michael Olson <mwolson@gnu.org>
5820
87e04f16
JB
5821 * erc.texi (Copying): New section included from gpl.texi.
5822 This matches the look of the upstream ERC manual.
526dc846 5823
f10d0e80
JB
58242007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5825
87e04f16 5826 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5827 (Random Numbers): Clarify the distribution of `random'.
5828
4009494e
GM
58292007-09-06 Glenn Morris <rgm@gnu.org>
5830
f1fc42aa 5831 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5832 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5833 Change all setfilename commands to use ../../info.
5834 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5835 refer to the Emacs manual here.
5836 (infodir): New variable.
5837 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5838 (cc-mode.texi, faq.texi): Update references to source file locations.
5839 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5840 do not refer to the Emacs manual here.
5841 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5842
5843 * Makefile.in: Add `basename' versions of all info targets, for
5844 convenience when rebuilding just one manual.
5845 (../etc/GNU): Delete obsolete target.
5846 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5847 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5848 *.vrs *.toc here...
5849 (maintainer-clean): ...from here.
4009494e
GM
5850
5851 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5852
2de53ca6
GM
58532007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5854
5855 * calc.texi (Date Conversions): Clarify definition of
5856 Julian day numbering.
5857 (Date Forms): Clarify definition of Julian day numbering;
5858 add some history.
5859
58602007-08-30 Carsten Dominik <dominik@science.uva.nl>
5861
87e04f16 5862 * org.texi: Version 5.07.
2de53ca6
GM
5863
58642007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5865
5866 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5867
58682007-08-22 Carsten Dominik <dominik@science.uva.nl>
5869
5870 * org.texi (Adding hyperlink types): New section.
5871 (Embedded LaTeX): Chapter updated because of LaTeX export.
5872 (LaTeX export): New section.
5873 (Using links out): New section.
5874
58752007-08-22 Glenn Morris <rgm@gnu.org>
5876
5877 * faq.texi (Learning how to do something): Refcards now in
5878 etc/refcards/ directory.
5879
58802007-08-22 Michael Albinus <michael.albinus@gmx.de>
5881
5882 * tramp.texi (Remote Programs): Persistency file must be cleared when
5883 changing `tramp-remote-path'.
5884 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5885 macro.
5886
58872007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5888
5889 * calc.texi: Move contents to beginning of file.
5890 (Algebraic Entry): Fix the formatting of an example.
5891
58922007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5893
5894 * calc.texi (Basic Operations on Units): Mention exact versus
5895 inexact conversions.
5896
58972007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5898
5899 * calc.texi (Basic Operations on Units): Mention default
5900 values for new units.
5901 (Quick Calculator Mode): Mention that binary format will
5902 be displayed.
5903
59042007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5905
5906 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5907
59082007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5909
5910 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5911
59122007-08-08 Glenn Morris <rgm@gnu.org>
5913
5914 * gnus.texi, sieve.texi: Replace `iff'.
5915
59162007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5917
5918 * calc.texi (Basic Graphics): Mention the graphing of error
5919 forms.
5920 (Graphics Options): Mention how `g s' handles error forms.
5921 (Curve Fitting): Mention plotting the curves.
5922 (Standard Nonlinear Models): Add additional models.
5923 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5924 (Linear Fits): Correct result.
5925
59262007-08-01 Alan Mackenzie <acm@muc.de>
5927
5928 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5929 to "--no-site-file".
5930
59312007-07-29 Michael Albinus <michael.albinus@gmx.de>
5932
5933 * tramp.texi (Frequently Asked Questions): Point to mode line
5934 extension in Emacs 23.1.
5935
5936 * trampver.texi: Update release number.
5937
59382007-07-27 Glenn Morris <rgm@gnu.org>
5939
5940 * calc.texi (Copying): Include license text from gpl.texi, rather than
5941 in-line.
5942
59432007-07-25 Glenn Morris <rgm@gnu.org>
5944
5945 * calc.texi (Copying): Replace license with GPLv3.
5946
5947 * Relicense all FSF files to GPLv3 or later.
5948
59492007-07-22 Michael Albinus <michael.albinus@gmx.de>
5950
5951 Sync with Tramp 2.1.10.
5952
5953 * tramp.texi (trampfn): Expand macro implementation in order to handle
5954 empty arguments.
5955 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 5956 occurrences by trampfn.
2de53ca6 5957 (Frequently Asked Questions): Extend example code for host
b2abec73 5958 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
5959 file names to be typed.
5960
5961 * trampver.texi: Update release number.
5962
59632007-07-17 Michael Albinus <michael.albinus@gmx.de>
5964
5965 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5966 section. Reported by <poti@potis.org>.
5967 (Remote processes): Arguments of the program to be debugged are taken
5968 literally.
5969 (Frequently Asked Questions): Simplify recentf example.
5970
59712007-07-14 Karl Berry <karl@gnu.org>
5972
5973 * info.texi (@copying): New Back-Cover Text.
5974
5975 * info.texi (Quitting Info): Move to proper place in source.
5976 (Reported by Benno Schulenberg.)
5977
59782007-07-13 Eli Zaretskii <eliz@gnu.org>
5979
5980 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5981
5982 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5983
5984 * emacs-mime.texi: Add @documentencoding directive.
5985
59862007-07-12 Nick Roberts <nickrob@snap.net.nz>
5987
5988 * tramp.texi (Remote processes): Add an anchor to the subsection
5989 "Running a debugger on a remote host".
5990
59912007-07-12 Michael Albinus <michael.albinus@gmx.de>
5992
5993 * tramp.texi (Remote processes): Don't call it "experimental" any
5994 longer. Add subsection about running a debugger on a remote host.
5995
59962007-07-10 Carsten Dominik <dominik@science.uva.nl>
5997
5998 * org.texi (Properties and columns): Chapter rewritten.
5999
60002007-07-08 Michael Albinus <michael.albinus@gmx.de>
6001
6002 * tramp.texi:
6003 * trampver.texi: Migrate to Tramp 2.1.
6004
60052007-07-02 Carsten Dominik <dominik@science.uva.nl>
6006
6007 * org.texi (Properties): New chapter.
6008
60092007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6010
6011 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6012 Control Panel.
6013
6014 * gnus.texi (Misc Article): Add index entry for
6015 gnus-single-article-buffer.
6016
60172007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
6018
6019 * gnus.texi (Starting Up): Fix typo.
6020
60212007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
6022
6023 * gnus.texi (Asynchronous Fetching): Fix typo.
6024
60252007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6026
6027 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6028 (About This Manual): Remove redundant information.
6029 (Getting Started): Mention author.
6030 (Basic Arithmetic, Customizing Calc): Make description of the
6031 variable `calc-multiplication-has-precedence' match its new effect.
6032
60332007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6034
0c7efc08
SM
6035 * calc.texi (Basic Arithmetic, Customizing Calc):
6036 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
6037
60382007-06-19 Carsten Dominik <dominik@science.uva.nl>
6039
6040 * org.texi (Tag): Section swapped with node Timestamps.
6041 (Formula syntax for Lisp): Document new `L' flag.
6042
60432007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6044
6045 * gnus.texi (Misc Group Stuff, Summary Buffer)
6046 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6047
60482007-06-06 Juanma Barranquero <lekktu@gmail.com>
6049
6050 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6051 * gnus.texi (Article Buttons, Mail Source Customization)
6052 (Sending or Not Sending, Customizing NNDiary):
6053 * message.texi (Message Headers):
6054 * mh-e.texi (HTML): Fix typos.
6055
60562007-06-07 Michael Albinus <michael.albinus@gmx.de>
6057
6058 Sync with Tramp 2.0.56.
6059
6060 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6061 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6062
60632007-06-02 Chong Yidong <cyd@stupidchicken.com>
6064
6065 * Version 22.1 released.
6066
60672007-05-26 Michael Olson <mwolson@gnu.org>
6068
6069 * erc.texi (Modules): Fix references to completion modules.
6070
60712007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6072
6073 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6074
60752007-05-09 Didier Verna <didier@xemacs.org>
6076
6077 * gnus.texi (Email Based Diary): New. Proper documentation for the
6078 nndiary back end and the gnus-diary library.
6079
60802007-05-03 Karl Berry <karl@gnu.org>
6081
6082 * .cvsignore (*.pdf): New entry.
6083
6084 * texinfo.tex: Update from current version for better pdf generation.
6085
60862007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6087
6088 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6089
60902007-04-28 Glenn Morris <rgm@gnu.org>
6091
6092 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6093 consideration of legal status.
6094
60952007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6096
6097 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6098
60992007-04-24 Chong Yidong <cyd@stupidchicken.com>
6100
6101 * faq.texi (New in Emacs 22): python.el removed.
6102
61032007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6104
6105 * calc.texi (Reporting bugs): Update maintainer's address.
6106
61072007-04-22 Chong Yidong <cyd@stupidchicken.com>
6108
6109 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6110
61112007-04-15 Jay Belanger <belanger@truman.edu>
6112
6113 * calc.texi (Title page): Remove the date.
6114 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6115 (The Standard Calc Interface): Change trail title.
6116 (Floats): Mention that when non-decimal floats are entered, only
6117 approximations are stored.
6118 (Copying): Move to the appendices.
6119 (GNU Free Documentation License): Add as an appendix.
6120
61212007-04-15 Chong Yidong <cyd@stupidchicken.com>
6122
6123 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6124 * dired-x.texi, ebrowse.texi, ediff.texi:
6125 * emacs-mime.texi, erc.texi, eshell.texi:
6126 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6127 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6128 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6129 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6130 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6131 * woman.texi: Include GFDL.
6132
6133 * doclicense.texi: Remove node heading, so that it can be included by
6134 other files.
6135
6136 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6137
6138 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6139 than *.
6140
61412007-04-14 Carsten Dominik <dominik@science.uva.nl>
6142
6143 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6144 in Calc.
6145
61462007-04-09 Romain Francoise <romain@orebokech.com>
6147
6148 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6149 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6150 replace mouse-2.
6151
61522007-04-08 Chong Yidong <cyd@stupidchicken.com>
6153
6154 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6155 renamed to woman-use-topic-at-point. Document new behavior.
6156
61572007-04-08 Richard Stallman <rms@gnu.org>
6158
6159 * url.texi: Fix some indexing.
6160 (Disk Caching): Drop discussion of old/other Emacs versions.
6161
61622007-04-07 Chong Yidong <cyd@stupidchicken.com>
6163
6164 * url.texi (Disk Caching): Say Emacs 21 "and later".
6165
6166 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6167 on Font locking which now mentions JIT lock.
6168
61692007-04-01 Michael Olson <mwolson@gnu.org>
6170
6171 * erc.texi: Update for the ERC 5.2 release.
6172
61732007-03-31 David Kastrup <dak@gnu.org>
6174
6175 * woman.texi (Topic, Interface Options): Explain changes semantics of
6176 woman-manpath in order to consider MANPATH_MAP entries.
6177
61782007-03-31 Eli Zaretskii <eliz@gnu.org>
6179
6180 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6181
61822007-03-26 Richard Stallman <rms@gnu.org>
6183
6184 * pgg.texi (Caching passphrase): Clean up previous change.
6185
61862007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6187
6188 * gnus.texi (Setting Process Marks): Fix typo.
6189
61902007-03-25 Romain Francoise <romain@orebokech.com>
6191
6192 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6193 readability, and include various fixes by Daniel Brockman, Nick Roberts
6194 and Dieter Wilhelm.
6195
61962007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6197
6198 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6199
6200 * gnus.texi (Mail Source Specifiers): Fix typo.
6201
62022007-03-22 Ralf Angeli <angeli@caeruleus.net>
6203
6204 * reftex.texi (Imprint): Update maintainer information.
6205
62062007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6207
6208 * message.texi (Message Buffers): Update documentation for
6209 message-generate-new-buffers.
6210
62112007-03-15 Daiki Ueno <ueno@unixuser.org>
6212
6213 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6214
62152007-03-21 Glenn Morris <rgm@gnu.org>
6216
6217 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6218
62192007-03-19 Chong Yidong <cyd@stupidchicken.com>
6220
6221 * eshell.texi (Known problems): Emacs 21 -> 22.
6222
6223 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6224
62252007-03-18 Jay Belanger <belanger@truman.edu>
6226
6227 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6228
62292007-03-12 Glenn Morris <rgm@gnu.org>
6230
6231 * calc.texi (Time Zones): Switch to new North America DST rule.
6232
6233 * calc.texi: Replace "daylight savings" with "daylight
6234 saving" in text throughout.
6235
62362007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6237
6238 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6239 The variable now uses a list of symbols instead of just a symbol.
6240 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6241
62422007-03-06 Romain Francoise <romain@orebokech.com>
6243
6244 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6245 new packages, and mention Gnus update.
6246
62472007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6248
6249 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6250 nntp-open-connection-functions-never-echo-commands.
6251
62522007-02-27 Chong Yidong <cyd@stupidchicken.com>
6253
6254 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6255 problems on the console, and security risk in not using gpg-agent.
6256
62572007-02-25 Carsten Dominik <dominik@science.uva.nl>
6258
0c7efc08 6259 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
6260 Completely reorganized and rewritten.
6261 (CamelCase links): Section removed.
6262 (Repeating items): New section.
6263 (Tracking TODO state changes): New section.
6264 (Agenda views): Chapter reorganized and rewritten.
6265 (HTML export): Section rewritten.
6266 (Tables in arbitrary syntax): New section.
6267 (Summary): Better feature summary.
6268 (Activation): Document problem with cut-and-paste of Lisp code
6269 from PDF files.
6270 (Visibility cycling): Document indirect buffer use.
6271 (Structure editing): Document sorting.
6272 (Remember): Section rewritten.
6273 (Time stamps): Better description of time stamp types.
6274 (Tag searches): Document regular expression search for tags.
6275 (Stuck projects): New section.
6276 (In-buffer settings): New keywords.
6277 (History and Acknowledgments): Updated description.
6278
62792007-02-24 Alan Mackenzie <acm@muc.de>
6280
6281 * cc-mode.texi (Movement Commands): Insert two missing command names.
6282 (Getting Started): Slight wording correction (use conditional).
6283
62842007-02-22 Kim F. Storm <storm@cua.dk>
6285
6286 * widget.texi (User Interface, Basic Types): Document need to put some
6287 text before the %v escape in :format string in editable-field widget.
6288
62892007-02-18 Romain Francoise <romain@orebokech.com>
6290
6291 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6292 `cvs-mode-quit'.
6293
62942007-02-10 Markus Triska <markus.triska@gmx.at>
6295
6296 * widget.texi (Programming Example): Put constant strings in :format.
6297
62982007-02-07 Juanma Barranquero <lekktu@gmail.com>
6299
6300 * faq.texi (Fullscreen mode on MS-Windows): New node.
6301
63022007-02-04 David Kastrup <dak@gnu.org>
6303
6304 * faq.texi (AUCTeX): Update version number. Should probably be done
6305 for other packages as well.
6306
63072007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6308
6309 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6310 <tassilo@member.fsf.org>.
6311
63122007-01-27 Eli Zaretskii <eliz@gnu.org>
6313
6314 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6315 ls-lisp-use-localized-time-format.
6316
63172007-01-20 Markus Triska <markus.triska@gmx.at>
6318
6319 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6320
63212007-01-13 Michael Olson <mwolson@gnu.org>
6322
6323 * erc.texi (Modules): Mention capab-identify module.
6324
63252007-01-05 Michael Olson <mwolson@gnu.org>
6326
6327 * erc.texi (Getting Started): Update for /RECONNECT command.
6328
63292007-01-04 Richard Stallman <rms@gnu.org>
6330
6331 * ebrowse.texi: Change C-c b to C-c C-m.
6332
63332007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6334
6335 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6336 variables only in info to avoid redundant entries in the printed
6337 manual.
6338
63392007-01-02 Daiki Ueno <ueno@unixuser.org>
6340
6341 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6342
63432007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6344
6345 * message.texi (Security): Split into sub-nodes.
6346
63472007-01-01 Alan Mackenzie <acm@muc.de>
6348
6349 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6350 eval-after-load in Emacs <=21 and a workaround. Document that
6351 trigraphs are not supported.
6352
63532007-01-01 Alan Mackenzie <acm@muc.de>
6354
6355 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6356 c-context-line-break. When invoked within a string, preserve
6357 whitespace. Add a backslash only when also in a macro.
6358
63592007-01-01 Alan Mackenzie <acm@muc.de>
6360
6361 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6362
63632007-01-01 Alan Mackenzie <acm@muc.de>
6364
6365 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6366 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6367
63682007-01-01 Alan Mackenzie <acm@muc.de>
6369
6370 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6371 "Choosing a Style".
6372
6373 * cc-mode.texi ("Styles"): Add @dfn{style}.
6374
63752006-12-30 Michael Albinus <michael.albinus@gmx.de>
6376
6377 Sync with Tramp 2.0.55.
6378
6379 * trampver.texi: Update release number.
6380
63812006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6382
6383 * gnus.texi (Customizing Articles): Add index entries for all
6384 gnus-treat-* variables.
6385
c8763fb6 63862006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6387
6388 * gnus.texi (IMAP): Fix incorrect explanation of
6389 nnimap-search-uids-not-since-is-evil in documentation for
6390 nnimap-expunge-search-string.
6391
63922006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6393
6394 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6395 spam-ifile-database.
6396
63972006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6398
6399 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6400 rebind C-s.
6401
c8763fb6 64022006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6403
6404 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6405 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6406 "expiring mail".
6407 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6408 nnimap-nov-is-evil.
6409
64102006-12-25 Kevin Ryde <user42@zip.com.au>
6411
6412 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6413 about the key procedure being used heavily.
6414
64152006-12-24 Chong Yidong <cyd@stupidchicken.com>
6416
6417 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6418 to t.
6419 (Prerequisites): Add explanation about gpg-agent.
6420
64212006-12-22 Kevin Ryde <user42@zip.com.au>
6422
6423 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6424 "sort" instead of "sort*".
6425
64262006-12-19 Richard Stallman <rms@gnu.org>
6427
6428 * calc.texi (History and Acknowledgements): Recognize that Emacs
6429 now does have floating point.
6430
64312006-12-19 Michael Albinus <michael.albinus@gmx.de>
6432
6433 * tramp.texi (External transfer methods): Describe new method `scpc'.
6434
64352006-12-17 Sascha Wilde <wilde@sha-bang.de>
6436
6437 * pgg.texi: Added short note on gpg-agent to the introduction.
6438
64392006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6440
6441 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6442 also applies to Cc.
6443
64442006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6445
6446 * gnus.texi (X-Face): Clarify. Say which programs are required
6447 on Windows.
6448
64492006-12-08 Michael Olson <mwolson@gnu.org>
6450
6451 * erc.texi (Modules): Remove documentation for list module.
6452
c8763fb6 64532006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
6454
6455 * faq.texi (^M in the shell buffer): Ditto.
6456
64572006-11-20 Michael Olson <mwolson@gnu.org>
6458
6459 * erc.texi: Call this the 5.2 stable pre-release of ERC.
6460
64612006-11-17 Carsten Dominik <dominik@science.uva.nl>
6462
6463 * org.texi: Fix typos.
6464 (Agenda commands): Document `C-k'.
6465
64662006-11-16 Eli Zaretskii <eliz@gnu.org>
6467
6468 * url.texi (http/https): Fix a typo in the HTTP URL.
6469
64702006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6471
6472 * ada-mode.texi: Total rewrite.
6473
64742006-11-13 Carsten Dominik <dominik@science.uva.nl>
6475
6476 * org.texi: Minor typo fixes.
6477
64782006-11-13 Bill Wohler <wohler@newt.com>
6479
6480 Release MH-E manual version 8.0.3.
6481
6482 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6483 release 8.0.3.
6484
6485 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6486 to set MAILDIR.
6487 (Reading Mail): Document the customization of read-mail-command
6488 for MH-E.
6489 (Viewing Attachments): Document mm-discouraged-alternatives.
6490 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6491 (Junk): Add more information about the settings of mh-junk-background
6492 in a program. Add /usr/bin/mh to PATH in examples.
6493
64942006-11-12 Richard Stallman <rms@gnu.org>
6495
6496 * woman.texi: Update author address but say he no longer maintains it.
6497
64982006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6499
6500 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6501 archived trees.
6502 (Checkboxes): Section moved to chapter 5, and extended.
6503 (The date/time prompt): New section.
6504 (Link abbreviations): New section.
6505 (Presentation and sorting): New section.
6506 (Custom agenda views): Section completely rewritten.
6507 (Summary): Compare with Planner.
6508 (Feedback): More info about creating backtraces.
6509 (Plain lists): Modified example.
6510 (Breaking down tasks): New section.
6511 (Custom time format): New section.
6512 (Time stamps): Document inactive timestamps.
6513 (Setting tags): More details about fast tag selection.
6514 (Block agenda): New section.
6515 (Custom agenda views): Section rewritten.
6516 (Block agenda): New section.
6517
65182006-11-07 Michael Albinus <michael.albinus@gmx.de>
6519
6520 * tramp.texi (Configuration): scp is the default method.
6521 (Default Method): Use ssh as example for another method.
6522
65232006-10-27 Richard Stallman <rms@gnu.org>
6524
6525 * woman.texi: Downcase nroff/troff/roff.
6526 (Installation): Chapter deleted. Some xrefs deleted.
6527 (Background): woman doesn't advise man ;-).
6528
c8763fb6 65292006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6530
6531 * ada-mode.texi (Project files, Identifier completion)
6532 (Automatic Casing, Debugging, Using non-standard file names)
6533 (Working Remotely): Fix typos.
6534
65352006-10-20 Masatake YAMATO <jet@gyve.org>
6536
0c7efc08 6537 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
6538 sample code `my-c-initialization-hook'.
6539
65402006-10-19 Stuart D. Herring <herring@lanl.gov>
6541
6542 * widget.texi: Fix typos.
6543
65442006-10-19 Michael Albinus <michael.albinus@gmx.de>
6545
6546 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6547 "???". There have been no complaints for years, so the information
6548 must be appropriate.
6549
65502006-10-16 Richard Stallman <rms@gnu.org>
6551
6552 * widget.texi: Use @var instead of capitalization.
6553 Clarify many widget type descriptions.
6554
65552006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6556
6557 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6558 gnus-dired-attach.
6559 (Selecting a Group): Fix typo.
6560
c8763fb6 65612006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6562
6563 * widget.texi: Fix typos.
6564
65652006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
6566
6567 * gnus.texi (Image Enhancements): Update for Emacs 22.
6568
6569 * gnus-faq.texi ([1.3]): Update.
6570
65712006-10-06 Richard Stallman <rms@gnu.org>
6572
6573 * faq.texi (Displaying the current line or column):
6574 Delete "As of Emacs 20".
6575
65762006-10-06 Romain Francoise <romain@orebokech.com>
6577
6578 * faq.texi (VM): VM works with Emacs 22 too.
6579
65802006-10-06 Richard Stallman <rms@gnu.org>
6581
6582 * ebrowse.texi: Remove Emacs version "21" from title.
6583
65842006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
6585
6586 * gnus.texi (Foreign Groups): Say where change of editing commands are
6587 stored. Add reference to `gnus-parameters'.
6588
65892006-09-15 Jay Belanger <belanger@truman.edu>
6590
6591 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6592 Change "Library Public License" to "Lesser Public License"
6593 throughout. Use "yyyy" to represent year.
6594
65952006-09-15 Carsten Dominik <dominik@science.uva.nl>
6596
6597 * org.texi (Setting tags): Typo fix.
6598
65992006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
6600
6601 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6602
66032006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6604
6605 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6606
66072006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6608
6609 * faq.texi (Escape sequences in shell output): EMACS is now set
6610 to Emacs's absolute file name, not to "t".
6611 (^M in the shell buffer): Likewise.
6612 * misc.texi (Interactive Shell): Likewise.
6613
66142006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6615
6616 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6617 mails with pop3-leave-mail-on-server. Fix wording.
6618 (Limiting): Improve gnus-summary-limit-to-articles.
6619 (X-Face): Fix typo.
6620
66212006-09-11 Simon Josefsson <jas@extundo.com>
6622
6623 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6624 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6625
66262006-09-06 Simon Josefsson <jas@extundo.com>
6627
6628 * smtpmail.texi (Authentication): Mention SSL.
6629
66302006-09-01 Eli Zaretskii <eliz@gnu.org>
6631
6632 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6633 Don't use @indicateurl.
6634
6635 * cc-mode.texi (Subword Movement): Don't use @headitem.
6636 (Custom Braces, Clean-ups): Don't use @tie.
6637
66382006-08-29 Michael Albinus <michael.albinus@gmx.de>
6639
6640 Sync with Tramp 2.0.54.
6641
6642 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6643 Suggested by Adrian Phillips <a.phillips@met.no>.
6644
66452006-08-15 Carsten Dominik <dominik@science.uva.nl>
6646
6647 * org.texi (Installation, Activation): Split from Installation and
6648 Activation.
6649 (Clocking work time): Documented new features.
6650
66512006-08-13 Alex Schroeder <alex@gnu.org>
6652
6653 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6654 example.
6655
66562006-08-12 Eli Zaretskii <eliz@gnu.org>
6657
6658 * faq.texi (How to add fonts): New node.
6659
66602006-08-05 Romain Francoise <romain@orebokech.com>
6661
6662 * faq.texi (New in Emacs 22): Expand.
6663
66642006-08-03 Michael Olson <mwolson@gnu.org>
6665
6666 * erc.texi: Update for ERC 5.1.4.
6667
66682006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6669
6670 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6671 in .../site-lisp/gnus/ by default.
6672 [ From gnus-news.texi in the trunk. ]
6673
66742006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6675
6676 * gnus.texi (MIME Commands): Additions for yEnc.
6677
66782006-07-24 Richard Stallman <rms@gnu.org>
6679
6680 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6681 * faq.texi: Move periods and commas inside quotes.
6682
66832006-07-20 Jay Belanger <belanger@truman.edu>
6684
6685 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6686
66872006-07-18 Chong Yidong <cyd@stupidchicken.com>
6688
6689 * faq.texi (Security risks with Emacs): Document Emacs 22
6690 file-local-variable mechanism.
6691
66922006-07-12 Michael Olson <mwolson@gnu.org>
6693
6694 * erc.texi: Update for ERC 5.1.3.
6695
66962006-07-12 Alex Schroeder <alex@gnu.org>
6697
6698 * rcirc.texi: Fix typos.
6699 (Getting started with rcirc): New calling convention for M-x irc.
6700 Mention #rcirc. Removed channel tracking.
0c7efc08 6701 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6702 recently, eg. rcirc-server to rcirc-default-server. Added
6703 documentation for rcirc-authinfo, some background for Bitlbee, and
6704 rcirc-track-minor-mode.
0c7efc08 6705 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6706 Scrolling.
0c7efc08 6707 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6708 to match code changes.
6709
67102006-07-10 Nick Roberts <nickrob@snap.net.nz>
6711
6712 * gnus.texi, message.texi: Fix typos.
6713
67142006-07-07 Carsten Dominik <dominik@science.uva.nl>
6715
6716 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6717 commands.
6718 (Global TODO list): Document the use of the variables
6719 `org-agenda-todo-ignore-scheduled' and
6720 `org-agenda-todo-list-sublevels'.
6721
67222006-07-05 Richard Stallman <rms@gnu.org>
6723
6724 * faq.texi (Scrolling only one line): Fix xref.
6725
67262006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6727
6728 * faq.texi (Evaluating Emacs Lisp code):
6729 Throughout, replace eval-current-buffer with eval-buffer.
6730
67312006-07-03 Richard Stallman <rms@gnu.org>
6732
6733 * rcirc.texi (Scrolling conservatively): Fix xref.
6734
6735 * pcl-cvs.texi (Viewing differences): Usage fix.
6736
67372006-07-03 Carsten Dominik <dominik@science.uva.nl>
6738
6739 * org.texi (Agenda commands): Document `s' key to save all org-mode
6740 buffers.
6741
67422006-06-30 Ralf Angeli <angeli@caeruleus.net>
6743
6744 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6745 names. Mention `cvs-msg' face.
6746
67472006-06-29 Carsten Dominik <dominik@science.uva.nl>
6748
6749 * org.texi (Checkboxes): New section.
6750
67512006-06-28 Carsten Dominik <dominik@science.uva.nl>
6752
6753 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6754 throughout this chapter.
6755
67562006-06-27 Chong Yidong <cyd@stupidchicken.com>
6757
6758 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6759 text for standalone vs Emacs info.
6760 (Help): Clarify header line description. Use mouse-1 for clicks.
6761 (Help-P): Use mouse-1 for clicks.
6762 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6763 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6764 (Choose menu subtopic): Remove gratuitous Emacs command names.
6765 (Help-FOO): Put usual behavior first.
6766 (Help-Xref): Clicking on xrefs works in Emacs.
6767 (Search Text): Clarify what the default behavior is.
6768 (Create Info buffer): Fix Emacs window/X window confusion.
6769 (Emacs Info Variables): Fix for new Emacs init file behavior.
6770
67712006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6772
6773 * gnus.texi (Summary Buffer Lines): Fix typo.
6774
67752006-06-23 Carsten Dominik <dominik@science.uva.nl>
6776
6777 * org.texi (Embedded LaTeX): New chapter.
6778 (Archiving): Section rewritten.
6779 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6780
67812006-06-20 Bill Wohler <wohler@newt.com>
6782
6783 Release MH-E manual version 8.0.1.
6784
6785 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6786 release 8.0.1.
6787 (Preface): Depend on GNU mailutils 1.0 and higher.
6788
67892006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6790
6791 * message.texi (News Headers): Update message-syntax-checks section.
6792
67932006-06-19 Karl Berry <karl@gnu.org>
6794
6795 * info.texi (Advanced): Mention C-q, especially with ?.
6796
67972006-06-19 Carsten Dominik <dominik@science.uva.nl>
6798
6799 * org.texi (Publishing links): Document the `:link-validation-function'
6800 property.
6801 (Extensions and Hacking): New chapter, includes some sections of the
6802 "Miscellaneous" chapter.
6803
68042006-06-10 Carsten Dominik <dominik@science.uva.nl>
6805
6806 * org.texi (Progress logging): New section.
6807
2de53ca6
GM
68082006-06-06 Carsten Dominik <dominik@science.uva.nl>
6809
6810 * org.texi (ASCII export): Document indentation adaptation.
6811 (Setting tags): Document mutually-exclusive tags.
6812
68132006-06-05 Romain Francoise <romain@orebokech.com>
6814
6815 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6816 Fix typo.
6817
6818 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6819 channel (#gnus@irc.freenode.net).
6820 Fix typos. Update copyright notice.
6821
6822 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6823 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6824 (Line-Up Functions, Custom Macros):
6825 * ediff.texi (Window and Frame Configuration)
dccb744b 6826 (Highlighting Difference Regions):
2de53ca6
GM
6827 * emacs-mime.texi (Display Customization):
6828 * erc.texi (History):
6829 * eshell.texi (Known problems):
6830 * eudc.texi (Overview, BBDB):
6831 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6832 (The problem of spam, SpamOracle, Extending the Spam package)
6833 (Conformity, Terminology):
dccb744b 6834 * idlwave.texi (Routine Info)
2de53ca6
GM
6835 (Class and Keyword Inheritance, Padding Operators)
6836 (Breakpoints and Stepping, Electric Debug Mode)
6837 (Examining Variables, Troubleshooting):
6838 * org.texi (Creating timestamps):
6839 * reftex.texi (Commands, Options, Changes):
6840 * tramp.texi (Inline methods, Password caching)
6841 (Auto-save and Backup, Issues):
6842 * vip.texi (Files, Commands in Insert Mode):
6843 * viper.texi (Emacs Preliminaries, States in Viper)
6844 (Packages that Change Keymaps, Viper Specials, Groundwork):
6845 Fix various typos.
6846
68472006-05-31 Michael Ernst <mernst@alum.mit.edu>
6848
6849 * ediff.texi: Fix typos.
6850
68512006-05-30 Carsten Dominik <dominik@science.uva.nl>
6852
6853 * org.texi: Small typo fixes.
6854
fff84c22
JB
68552006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6856
6857 * viper.texi (Viper Specials):
6858 * gnus.texi (Example Setup):
6859 * faq.texi (Backspace invokes help):
6860 * dired-x.texi (Optional Installation Dired Jump):
6861 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6862 follow coding conventions.
6863
2de53ca6
GM
68642006-05-29 Michael Albinus <michael.albinus@gmx.de>
6865
6866 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6867
68682006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6869
6870 * pcl-cvs.texi: Fix typos.
6871 (Customization): Say "us".
6872
68732006-05-26 Eli Zaretskii <eliz@gnu.org>
6874
6875 * org.texi: Remove bogus @setfilename.
6876
68772006-05-26 Carsten Dominik <dominik@science.uva.nl>
6878
6879 * org.texi (ASCII export): Omit command name.
6880 (HTML export): Add prefix to all lines in Local Variable example.
6881 (Acknowledgments): Typeset names in italics.
6882
68832006-05-24 Carsten Dominik <dominik@science.uva.nl>
6884
6885 * org.texi (Plain lists): Add new item navigation commands.
6886 (External links): Document elisp and info links.
6887 (Custom searches): New section.
6888 (Publishing): New chapter.
6889 (HTML export): Include a list of supported CSS classes.
6890 (Setting tags): Describe the fast-tag-setting interface.
6891
68922006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6893
6894 * dired-x.texi: ifinfo -> ifnottex.
6895
68962006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6897
6898 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6899
69002006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6901
6902 * message.texi (Interface): Add tool bar customization.
6903 (MIME): Index and text additions for mml-attach.
6904 (MIME): Describe mml-dnd-protocol-alist and
6905 mml-dnd-attach-options.
6906
6907 * gnus.texi (Oort Gnus): Reorder entries in sections.
6908 Fix some entries.
6909 (Starting Up): Add references to "Emacs for Heathens" and to
6910 "Finding the News". Add user-full-name and user-mail-address.
6911 (Group Buffer Format): Add tool bar customization and update.
6912 (Summary Buffer): Add tool bar customization.
6913 (Posting Styles): Add message-alternative-emails.
6914
69152006-05-09 Michael Albinus <michael.albinus@gmx.de>
6916
6917 * tramp.texi (Filename completion): Improve wording.
6918
69192006-05-07 Romain Francoise <romain@orebokech.com>
6920
6921 * faq.texi (Using regular expressions): Fix typo.
6922 (Packages that do not come with Emacs): Fix capitalization.
6923 (Replacing text across multiple files): Expand node to explain how
6924 to use `dired-do-query-replace-regexp' in more detail, based on
6925 suggestion by Eric Hanchrow <offby1@blarg.net>.
6926
69272006-05-06 Michael Albinus <michael.albinus@gmx.de>
6928
6929 * tramp.texi (Filename completion): Completion of remote files'
6930 method, user name and host name is active only in partial
6931 completion mode.
6932
69332006-05-06 Bill Wohler <wohler@newt.com>
6934
6935 Release MH-E manual version 8.0.
6936
6937 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6938 release 8.0.
6939
69402006-05-06 Bill Wohler <wohler@newt.com>
6941
6942 * mh-e.texi (MH-BOOK-HOME): Change from
6943 http://www.ics.uci.edu/~mh/book/mh to
6944 http://rand-mh.sourceforge.net/book/mh.
6945 Replace .htm suffix with .html for MH book files.
6946 (Using This Manual): Update key binding for getting relevant
6947 chapter in Info from command key.
6948 (Ranges): Fix itemx.
6949
69502006-05-05 Karl Berry <karl@gnu.org>
6951
6952 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6953 (\fonttextsize): New user-level command to change text font size.
6954
69552006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6956
6957 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
6958
69592006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6960
6961 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6962
69632006-04-24 Bill Wohler <wohler@newt.com>
6964
6965 * mh-e.texi (Getting Started): Make it more explicit that you need
6966 to install MH. Add pointers to current MH implementations.
6967
69682006-04-21 Bill Wohler <wohler@newt.com>
6969
6970 Release MH-E manual version 7.94.
6971
6972 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6973 release 7.94.
6974
69752006-04-21 Carsten Dominik <dominik@science.uva.nl>
6976
6977 * org.texi: Many small fixes.
6978 (Handling links): Rename from "Managing links".
6979
69802006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
6981
6982 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6983 (Splitting mail using spam-stat): Fix @xref.
6984
69852006-04-20 Chong Yidong <cyd@stupidchicken.com>
6986
6987 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 6988 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
6989
69902006-04-20 Carsten Dominik <dominik@science.uva.nl>
6991
6992 * org.texi (Time stamps): Better explanation of the purpose of
6993 different time stamps.
6994 (Structure editing, Plain lists): More details on how new items
6995 and headings are inserted.
6996
69972006-04-18 Carsten Dominik <dominik@science.uva.nl>
6998
6999 * org.texi (Formula syntax): Fix link to Calc Manual.
7000
70012006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7002
7003 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7004
70052006-04-17 Bill Wohler <wohler@newt.com>
7006
7007 * mh-e.texi (Folders): Update mh-before-quit-hook and
7008 mh-quit-hook example with code that removes the buffers rather
7009 than just bury them.
7010
70112006-04-17 Michael Albinus <michael.albinus@gmx.de>
7012
7013 Sync with Tramp 2.0.53.
7014
70152006-04-13 Carsten Dominik <dominik@science.uva.nl>
7016
7017 * org.texi (Updating settings): New section.
7018 (Visibility cycling): Better names for the startup folding
7019 options.
7020 (Exporting): Completely restructured.
7021 (The very busy C-c C-c key): New section.
7022 (Summary of in-buffer settings): New section.
7023
70242006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7025
7026 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7027
70282006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7029
7030 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7031 (Server Commands): Key `v' is reserved for users.
7032
70332006-04-11 Carsten Dominik <dominik@science.uva.nl>
7034
7035 * org.texi (Link format): New section, emphasis on bracket links.
7036 (External links): Document bracket links.
7037 (FAQ): Expand to cover shell links and the new link format.
7038
70392006-04-09 Kevin Ryde <user42@zip.com.au>
7040
7041 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7042
70432006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7044
7045 * gnus.texi (Summary Buffer Lines): Add `*'.
7046
c8763fb6 70472006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7048
7049 * gnus.texi (Group Parameters):
7050 Mention gnus-permanently-visible-groups.
7051
70522006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7053
7054 * gnus.texi (Face): Fix typo.
7055
70562006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7057
7058 * gnus.texi (X-Face): Clarify.
7059 (Face): Need Emacs with PNG support.
7060
70612006-04-06 Richard Stallman <rms@gnu.org>
7062
7063 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7064 Emacs".
7065
70662006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7067
7068 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7069 blocks not suitable for inclusion with Emacs using variable
7070 PARTOFEMACS.
7071
70722006-04-04 Simon Josefsson <jas@extundo.com>
7073
7074 * gnus.texi (Security): Improve.
7075
70762006-04-02 Bill Wohler <wohler@newt.com>
7077
7078 * mh-e.texi (Getting Started, Junk, Bug Reports)
7079 (MH FAQ and Support): Fix URLs.
7080
70812006-03-31 Romain Francoise <romain@orebokech.com>
7082
7083 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7084 to t, not nil (and has for the past eight years).
7085
70862006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7087
7088 * message.texi, gnus.texi: Bump version to 5.11.
7089
70902006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7091
7092 * gnus.texi (Top): Add comment about version line.
7093
7094 * message.texi (Top): Ditto. Change to take named versions into
7095 account.
7096
70972006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7098
7099 * gnus.texi (Posting Styles): Add x-face-file to example.
7100 (X-Face): Refer to posting styles.
7101
7102 * gnus-faq.texi ([5.8]): Add x-face-file.
7103 ([8.4]): Add links to gmane.emacs.gnus.user and
7104 gmane.emacs.gnus.general.
7105
71062006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7107
7108 * gnus-faq.texi: Use .invalid.
7109 ([5.4]): Fix gnus-posting-styles example.
7110
71112006-03-27 Romain Francoise <romain@orebokech.com>
7112
7113 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7114 Emacs/W3 needs a new maintainer.
7115 (Ispell): Update author and version info.
7116 (Mailcrypt): Mention PGG.
7117 (New in Emacs 22): Add PGG to the list of new packages.
7118 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7119 updating dead URLs.
7120
71212006-03-25 Karl Berry <karl@gnu.org>
7122
7123 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7124 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7125 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7126 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7127 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7128 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7129 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7130 (2) do not indent copyright year list (or anything else).
7131
71322006-03-21 Bill Wohler <wohler@newt.com>
7133
7134 * mh-e.texi (Folders): Various edits.
7135
71362006-03-20 Romain Francoise <romain@orebokech.com>
7137
7138 * gnus.texi (Mail Folders): Grammar fix.
7139
71402006-03-19 Bill Wohler <wohler@newt.com>
7141
7142 * mh-e.texi (Replying): Document Mail-Followup-To.
7143 Change manually-formatted table to multitable. Add debugging info.
7144 Move description of mh-reply-default-reply-to into paragraph
7145 that describes its values.
7146
71472006-03-17 Bill Wohler <wohler@newt.com>
7148
10d1d0af 7149 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
7150 (Sending Mail Tour): Update method of entering
7151 addresses and subject.
7152 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7153 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7154
71552006-03-15 Carsten Dominik <dominik@science.uva.nl>
7156
7157 * org.texi: Version number change only.
7158
71592006-03-14 Bill Wohler <wohler@newt.com>
7160
7161 * mh-e.texi: Add index entries around each paragraph rather than
7162 depend on entries from beginning of node. Doing so ensures that
7163 index entries are less likely to be forgotten if text is cut and
7164 pasted, and are necessary anyway if the references are on a
7165 separate page. It seems that makeinfo is now (v. 4.8) only
7166 producing one index entry per node, so there is no longer any
7167 excuse not to. Use subheading instead of heading. The incorrect
7168 use of heading produced very large fonts in Info--as large as the
7169 main heading.
7170 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7171 versions 6 and 7 appeared *around* the time of these Emacs releases.
7172
71732006-03-13 Carsten Dominik <dominik@science.uva.nl>
7174
7175 * org.texi (Clean view): Document new startup options.
7176
71772006-03-11 Bill Wohler <wohler@newt.com>
7178
7179 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7180 (Composing, Scan Line Formats): Fix @refs.
7181 (Getting Started): Define MH profile and MH profile components.
7182 (Incorporating Mail, Reading Mail, Viewing, Printing)
7183 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7184 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7185 for string constants.
7186 (Tool Bar): Remove spurious quote.
7187 (Junk): Use ``...'' instead of "...".
7188 (Scan Line Formats): Replace @samp with @kbd.
7189
71902006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7191
7192 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7193
71942006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7195
7196 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7197 easy to understand.
7198
71992006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7200
7201 * gnus.texi: Markup fix.
7202 (Fancy Mail Splitting): Specify new feature.
7203
72042006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7205
7206 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7207 partial-words matching.
7208
72092006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7210
7211 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7212
7213 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7214 (MIME Commands): Fix mm-discouraged-alternatives.
7215
72162006-03-07 Carsten Dominik <dominik@science.uva.nl>
7217
7218 * org.texi: Version number change only.
7219
72202006-03-06 Bill Wohler <wohler@newt.com>
7221
7222 * mh-e.texi: Move from SourceForge repository to Savannah.
7223 This is version 7.93, which is a total rewrite from the previous
7224 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7225 version 7.93.
7226
72272006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7228
7229 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7230
72312006-03-01 Carsten Dominik <dominik@science.uva.nl>
7232
7233 * org.texi (Interaction): Add item about `org-mouse.el' by
7234 Piotr Zielinski.
7235 (Managing links): Document that also mouse-1 can be used to
7236 activate a link.
7237 (Headlines, FAQ): Add entry about hiding leading stars.
7238 (Miscellaneous): Resort the sections in this chapter to a more
7239 logical sequence.
7240
72412006-02-27 Simon Josefsson <jas@extundo.com>
7242
7243 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7244 2004-01-27 from the trunk).
7245
72462006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7247
7248 * cc-mode.texi: Rename c-hungry-backspace to
7249 c-hungry-delete-backwards, at the request of RMS. Leave the old
7250 name as an alias.
7251
72522006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7253
7254 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7255 include the function header within the defun.
7256
72572006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7258
7259 * cc-mode.texi: Correct two typos.
7260
72612006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7262
7263 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7264 existing comment.
7265 (Electric Keys): Add a justification for electric indentation.
7266 (Hungry WS Deletion): Clear up the names and complications of the
7267 BACKSPACE and DELETE keys.
7268
72692006-02-23 Juri Linkov <juri@jurta.org>
7270
7271 * faq.texi (Common requests): Move `Turning on auto-fill by
7272 default' after `Wrapping words automatically'. Move `Working with
7273 unprintable characters' before `Searching for/replacing newlines'.
7274 Move `Replacing highlighted text' after `Highlighting a region'.
7275 Merge `Repeating commands' and `Repeating a command as many times
7276 as possible' into the former.
7277 (Packages that do not come with Emacs): Add refs to Gmane and
7278 etc/MORE.STUFF.
7279
72802006-02-23 Juri Linkov <juri@jurta.org>
7281
7282 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7283 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7284 Add xref to `(emacs)Reporting Bugs'.
7285 (Getting a printed manual): Add URL to other formats of the manual.
7286 (Common requests): Fix menu.
7287 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7288 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7289 (Inserting text at the beginning of each line): Add pxref to
7290 `Changing the included text prefix'.
7291 (Forcing the cursor to remain in the same column): Mention `track-eol'
7292 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7293 (Replacing text across multiple files): Add keybinding `Q' for
7294 `dired-do-query-replace'.
7295
72962006-02-22 Carsten Dominik <dominik@science.uva.nl>
7297
7298 * reftex.texi: Version number and date change only.
7299
7300 * org.texi (Internal Links): Rewrite to cover the modified
7301 linking system.
7302
73032006-02-17 Eli Zaretskii <eliz@gnu.org>
7304
7305 * faq.texi: Remove the coding cookie, it's not needed anymore.
7306
73072006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7308
7309 * faq.texi (Colors on a TTY): Mention Mac OS port.
7310
73112006-02-12 Karl Berry <karl@gnu.org>
7312
7313 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7314 8-bit accented a.
7315
73162006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7317
7318 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7319
73202006-02-08 Romain Francoise <romain@orebokech.com>
7321
7322 * faq.texi (Top): Remove paragraph about the FAQ being a
7323 transitional document, etc.
7324 (Searching for/replacing newlines): New node.
7325 (Yanking text in isearch): New node.
7326 (Inserting text at the beginning of each line): Rename and make
7327 more general, mention `M-;' in Message mode.
7328
73292006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7330
7331 * faq.texi (Meta key does not work in xterm)
7332 (Emacs does not display 8-bit characters)
7333 (Inputting eight-bit characters): Update xrefs.
7334
73352006-02-06 Romain Francoise <romain@orebokech.com>
7336
7337 * faq.texi (VM): VM now at version 7.19.
7338 Set myself as maintainer of this file.
7339
73402006-02-04 Michael Olson <mwolson@gnu.org>
7341
7342 * erc.texi (History): Note that ERC is now included with Emacs.
7343
73442006-01-31 Romain Francoise <romain@orebokech.com>
7345
7346 * message.texi (Message Headers): Explain what
7347 `message-alternative-emails' does in more detail.
7348 Update copyright year.
7349
73502006-01-30 Juanma Barranquero <lekktu@gmail.com>
7351
7352 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7353
73542006-01-29 Richard M. Stallman <rms@gnu.org>
7355
7356 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7357
73582006-01-29 Michael Olson <mwolson@gnu.org>
7359
7360 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7361
7362 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7363
7364 * faq.texi (New in Emacs 22): Mention ERC.
7365
73662006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7367
7368 * rcirc.texi: Capitalize dir entry for consistency with the entry
7369 in info/dir and other entries in the Emacs category.
7370 Fix typos. Delete trailing whitespace.
7371
c8763fb6 73722006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
7373
7374 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7375
73762006-01-27 Eli Zaretskii <eliz@gnu.org>
7377
7378 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7379 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7380
7381 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7382 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7383
73842006-01-27 Alex Schroeder <alex@gnu.org>
7385
7386 * rcirc.texi: New file.
7387
73882006-01-23 Juri Linkov <juri@jurta.org>
7389
7390 * widget.texi (User Interface): Add S-TAB for widget-backward.
7391
73922006-01-22 Michael Albinus <michael.albinus@gmx.de>
7393
7394 Sync with Tramp 2.0.52.
7395
7396 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7397 Add Tramp disabling item. New item for common connection problems.
7398 (various): Apply "ftp" as method for the download URL.
7399 (Bug Reports): Refer to FAQ for common problems.
7400
74012006-01-21 Eli Zaretskii <eliz@gnu.org>
7402
7403 * widget.texi (User Interface): Use @key for TAB.
7404
7405 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7406
7407 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7408 for TAB.
7409
7410 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7411
74122006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7413
7414 * gnus.texi: Update copyright.
7415
74162006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7417
7418 * gnus.texi (Article Washing): Additions.
7419
2de53ca6
GM
74202006-01-13 Carsten Dominik <dominik@science.uva.nl>
7421
7422 * org.texi (Agenda commands): Document tags command.
7423
74242006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7425
7426 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7427
74282006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7429
7430 * gnus.texi (RSS): Addition.
7431
74322005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7433
7434 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7435
74362005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7437
7438 * emacs-mime.texi (Display Customization): Add setting example to
7439 mm-discouraged-alternatives.
7440
74412006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7442
7443 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7444 version is the canonical version.
7445
74462006-01-08 Alex Schroeder <alex@gnu.org>
7447
7448 * pgg.texi (Caching passphrase): Rewording.
7449
74502006-01-06 Eli Zaretskii <eliz@gnu.org>
7451
7452 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7453 repository URL.
7454
74552006-01-06 Carsten Dominik <dominik@science.uva.nl>
7456
7457 * org.texi: Removed the accidentally re-added empty line in the
7458 direntry.
7459
74602006-01-05 Carsten Dominik <dominik@science.uva.nl>
7461
7462 * org.texi (Agenda Views): Chapter reorganized.
7463
74642005-12-29 Romain Francoise <romain@orebokech.com>
7465
7466 * faq.texi (Using Customize): New node.
7467
74682005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7469
7470 * org.texi: Remove blank line in @direntry. It is non-standard
7471 and recursively produces blank lines all over the dir file (when
7472 using Texinfo 4.8).
7473
74742005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7475
7476 * widget.texi (atoms): Delete obsolete remark about `file' widget.
7477
74782005-12-20 Carsten Dominik <dominik@science.uva.nl>
7479
7480 * org.texi (Tags): Boolean logic documented.
7481 (Agenda Views): Document custom commands.
7482
74832005-12-20 David Kastrup <dak@gnu.org>
7484
7485 * faq.texi (AUCTeX): Update version and mailing list info.
7486
74872005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7488
7489 * gnus.texi (MIME Commands): Mention addition of
7490 multipart/alternative to gnus-buttonized-mime-types and add xref
7491 to mm-discouraged-alternatives.
7492
7493 * emacs-mime.texi (Display Customization): Mention addition of
7494 "image/.*" and add xref to gnus-buttonized-mime-types in the
7495 mm-discouraged-alternatives section.
7496
74972005-12-16 Carsten Dominik <dominik@science.uva.nl>
7498
7499 * org.texi (Tags): New section.
7500 (Agenda Views): Chapter reorganized.
7501
75022005-12-16 Eli Zaretskii <eliz@gnu.org>
7503
7504 * org.texi (Internal Links): Add a missing comma after an @xref.
7505
75062005-12-14 Chong Yidong <cyd@stupidchicken.com>
7507
7508 * faq.texi (Filling paragraphs with a single space): No need to
7509 change sentence-end now.
7510
75112005-12-13 Romain Francoise <romain@orebokech.com>
7512
7513 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7514
75152005-12-12 Jay Belanger <belanger@truman.edu>
7516
7517 * faq.texi (Calc): Update version number.
7518
75192005-12-12 Carsten Dominik <dominik@science.uva.nl>
7520
7521 * org.texi (Progress Logging): New section.
7522
75232005-12-10 Romain Francoise <romain@orebokech.com>
7524
7525 Update the Emacs FAQ for the 22.1 release.
7526
7527 * faq.texi: Set VER to `22.1'.
7528 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
7529 Tutorial. Mention that `C-h r' displays the manual.
7530 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
7531 (Getting a printed manual): Point to the new locations of the
7532 manuals on the GNU Web site.
7533 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7534 available via Info (it was previously distributed separately).
7535 (Installing Texinfo documentation): The latest version of Texinfo
7536 is 4.8, not 4.0.
7537 (Informational files for Emacs): COPYING is the GNU General Public
7538 License, not the Emacs General Public License.
7539 (Informational files for Emacs): Delete obsolete link to the
7540 GNUinfo pages as they have been removed from the GNU Web site.
7541 (New in Emacs 22): New node.
7542 (Setting up a customization file): Say that most packages support
7543 Customize nowadays.
7544 (Colors on a TTY): Delete reference to instructions on how to
7545 enable syntax highlighting, it is now enabled by default.
7546 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7547 at startup automatically.
7548 (Controlling case sensitivity): Mention `M-c' in isearch.
7549 (Using an already running Emacs process): Emacs now creates the
7550 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7551 gnuserv. As emacsclient can now run Lisp code as well, delete a
7552 sentence praising gnuserv for that. Simplify description of how
7553 the client/server operation works.
7554 (Compiler error messages): Delete obsolete text (compile.el has
7555 been rewritten).
7556 (Indenting switch statements): Fix typo.
7557 (Matching parentheses): Simplify setup instructions, mention the
7558 menu bar item in the Options menu.
7559 (Repeating a command as many times as possible): Mention `C-x e'.
7560 (Going to a line by number): Mention new keymap and bindings
7561 `M-g M-g', `M-g M-p' and `M-g M-n'.
7562 (Turning on syntax highlighting): Now on by default. Simplify.
7563 (Replacing highlighted text): Use `1', not `t'.
7564 (Problems with very large files): The maximum size is now 256MB on
7565 32-bit machines.
7566 (^M in the shell buffer): Mention `comint-process-echoes'.
7567 (Emacs for Apple computers): Emacs 22 has native support for Mac
7568 OS X.
7569 (Translating names to IP addresses): Delete node.
7570 (Binding keys to commands): Fix typo.
7571 (SPC no longer completes file names): New node.
7572 (MIME with Emacs mail packages): Delete section about the Emacs
7573 MIME FAQ (it's not reachable anymore).
7574
75752005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7576
7577 * cc-mode.texi: The manual has been extensively revised: the
7578 information about using CC Mode has been separated from the larger
7579 and more difficult chapters about configuration. It has been
7580 updated for CC Mode 5.31.
7581
75822005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7583
7584 * pgg.texi (User Commands): Fix description of pgg-verify-region.
7585 (Selecting an implementation): Fix descriptions.
7586
75872005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7588
7589 * message.texi (Various Message Variables): Addition.
7590
75912005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7592
7593 * message.texi: Fix default values.
7594
75952005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7596
7597 * message.texi (Header Commands): Clarify descriptions of
7598 message-cross-post-followup-to, message-reduce-to-to-cc, and
7599 message-insert-wide-reply.
7600 (Various Commands): Fix kindex for message-kill-to-signature;
7601 clarify description of message-tab.
7602
76032005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7604
7605 * message.texi (Mailing Lists): Fix description about MFT.
7606
7607 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7608
76092005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7610
7611 * gnus.texi (Slow Terminal Connection): Replace old description
7612 with new one.
7613
76142005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7615
7616 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7617 replace X-Draft-Headers with X-Draft-From.
7618
76192005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7620
7621 * gnus.texi (Various Various): Fix the default value of
7622 nnheader-max-head-length.
7623 (Gnus Versions): Fix typo.
7624
76252005-12-08 Carsten Dominik <dominik@science.uva.nl>
7626
7627 * org.texi (Structure editing): Document new functionality of
7628 M-RET.
7629
76302005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7631
7632 * org.texi (Internal Links): Fix Texinfo usage.
7633
76342005-12-06 Carsten Dominik <dominik@science.uva.nl>
7635
7636 * org.texi (TODO basics): Document the global todo list.
7637 (TODO items): Documents sparse tree for specific TODO
7638 keywords.
7639
76402005-11-30 Carsten Dominik <dominik@science.uva.nl>
7641
7642 * org.texi (Plain Lists): Typos fixed.
7643
76442005-11-28 Jay Belanger <belanger@truman.edu>
7645
7646 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7647
76482005-11-24 Carsten Dominik <dominik@science.uva.nl>
7649
7650 * org.texi (Structure editing): New item moving commands added.
7651 (Plain Lists): New section.
7652
76532005-11-18 Carsten Dominik <dominik@science.uva.nl>
7654
7655 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7656 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7657 `org-agenda-file-to-front'.
2de53ca6
GM
7658 (Built-in table editor): Document `org-table-sort-lines'.
7659 (HTML formatting): Export of hand-formatted lists.
7660
76612005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7662
7663 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7664 new variable gnus-toolbar-thickness.
7665
76662005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7667
7668 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7669
76702005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7671
7672 * gnus.texi (X-Face): Fix description.
7673 (XVarious): Remove gnus-xmas-logo-color-alist and
7674 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7675
76762005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7677
7678 * gnus.texi (Group Parameters): Mention new variable
7679 gnus-parameters-case-fold-search.
7680 (Home Score File): Addition.
7681
76822005-11-04 Ulf Jasper <ulf.jasper@web.de>
7683
7684 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7685 (Overview): List supported feed types.
7686 (Installation): No installation necessary when using autoload.
7687 (Configuration): Rename "RSS" to "news".
7688
76892005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7690
7691 * pgg.texi (User Commands): Document additional passphrase
7692 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7693 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7694
76952005-11-04 Carsten Dominik <dominik@science.uva.nl>
7696
7697 * org.texi: Version number changed to 3.19.
7698
76992005-10-29 Sascha Wilde <wilde@sha-bang.de>
7700
7701 * pgg.texi (How to use): Update the example to add autoload of
7702 pgg-encrypt-symmetric-region.
7703 (User Commands): Document pgg-encrypt-symmetric-region.
7704 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7705
77062005-10-27 Jay Belanger <belanger@truman.edu>
7707
7708 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7709 mention other TeX-related units.
7710
77112005-10-23 Lars Hansen <larsh@soem.dk>
7712
0c7efc08
SM
7713 * dired-x.texi (Miscellaneous Commands):
7714 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7715 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7716
77172005-10-23 Jay Belanger <belanger@truman.edu>
7718
7719 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7720 constant.
7721
77222005-10-23 Michael Albinus <michael.albinus@gmx.de>
7723
0c7efc08
SM
7724 * faq.texi (Bugs and problems):
7725 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7726 `directory-listing-before-filename-regexp'.
7727
77282005-10-22 Eli Zaretskii <eliz@gnu.org>
7729
7730 * newsticker.texi (UPDATED): Set value.
7731
77322005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7733
7734 * gnus.texi (Document Groups): Remove duplicate item.
7735
77362005-10-21 Carsten Dominik <dominik@science.uva.nl>
7737
7738 * org.texi (Summary): Mention iCalendar support.
7739 (Exporting): Document iCalendar support.
7740
77412005-10-18 Romain Francoise <romain@orebokech.com>
7742
7743 * viper.texi (Viper Specials): Capitalize GNU.
7744
77452005-10-17 Juri Linkov <juri@jurta.org>
7746
7747 * info.texi (Getting Started, Search Index, Expert Info):
7748 Fix wording.
7749 (Search Text): Replace `echo area' with `mode line'.
7750 (Search Index): Both `i' and `,' find all index entries.
7751 Replace example `C-f' with `C-l' (which exists in index of Info
7752 manual) and delete spaces in its keyboard input sequence.
7753 Delete unnecessary explanations about literal characters.
7754
77552005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7756
7757 * gnus.texi (Document Server Internals): Addition.
7758
77592005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7760
7761 * gnus.texi (A note on namespaces): Fix RFC reference.
7762
77632005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7764
7765 * gnus.texi (RSS): Fix key description.
7766
77672005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7768
7769 * gnus.texi: Emacs/w3 -> Emacs/W3.
7770 (Browsing the Web): Fix description.
7771 (Web Searches): Ditto.
7772 (Customizing W3): Ditto.
7773
77742005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7775
7776 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7777
77782005-10-11 Jay Belanger <belanger@truman.edu>
7779
7780 * calc.texi (Integration): Mention using `a i' to compute definite
7781 integrals.
7782
77832005-10-11 Juri Linkov <juri@jurta.org>
7784
7785 * info.texi: Rearrange nodes.
7786 (Top): Update menu. Change ref `Info for Experts' to
7787 `Advanced Info Commands'.
7788 (Getting Started): Fix description of manual's parts.
7789 (Help-Int): Change xref `Info Search' to `Search Index', and
7790 `Expert Info' to `Advanced'.
7791 (Advanced): Move node one level up.
7792 (Search Text, Search Index): New nodes split out from `Info Search'.
7793 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7794 split out from `Advanced'.
7795 (Advanced, Emacs Info Variables): De-document editing an Info file
7796 in Info.
7797 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7798 (Creating an Info File): Delete node and move its text to
7799 `Expert Info'.
7800
78012005-10-10 Carsten Dominik <dominik@science.uva.nl>
7802
7803 * org.texi (Workflow states): Documented that change in keywords
7804 becomes active only after restart of Emacs.
7805
78062005-10-08 Michael Albinus <michael.albinus@gmx.de>
7807
7808 Sync with Tramp 2.0.51.
7809
78102005-10-08 Nick Roberts <nickrob@snap.net.nz>
7811
7812 * speedbar.texi (Introduction): Describe new location of speedbar
7813 on menubar.
7814 (Basic Key Bindings): Remove descriptions of bindings that have
7815 been removed.
7816
78172005-10-05 Nick Roberts <nickrob@snap.net.nz>
7818
7819 * speedbar.texi (GDB): Describe use of watch expressions.
7820
78212005-09-28 Simon Josefsson <jas@extundo.com>
7822
7823 * message.texi (IDNA): Fix.
7824
78252005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7826
7827 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7828 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7829 description of nntp-open-connection-function.
7830 (Common Variables): Fix descriptions.
7831
78322005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7833
7834 * gnus.texi (Server Buffer Format): Document the %a format spec.
7835
78362005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7837
7838 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7839
78402005-09-23 Carsten Dominik <dominik@science.uva.nl>
7841
7842 * org.texi Version 3.16.
7843
78442005-09-19 Miles Bader <miles@gnu.org>
7845
7846 * newsticker.texi: Get rid of CVS keywords.
7847
78482005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7849
7850 * gnus.texi (Finding the Parent): Fix description of how Gnus
7851 finds article.
7852
78532005-09-14 Jari Aalto <jari.aalto@cante.net>
7854
7855 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7856 to drop off non-answered articles.
7857
78582005-09-19 Juanma Barranquero <lekktu@gmail.com>
7859
7860 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7861 braces (which are unsupported by NMAKE) for macro `srcdir'.
7862
78632005-09-17 Eli Zaretskii <eliz@gnu.org>
7864
7865 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7866 (../info/newsticker, newsticker.dvi): New targets.
7867
78682005-09-17 Ulf Jasper <ulf.jasper@web.de>
7869
7870 * newsticker.texi: Replace @command with @code. Replace @example
7871 with @lisp.
0c7efc08
SM
7872 (Top): Add explanations to menu items.
7873 (GNU Free Documentation License): Remove.
2de53ca6
GM
7874
78752005-09-16 Romain Francoise <romain@orebokech.com>
7876
7877 Update all files to specify GFDL version 1.2.
7878
7879 * doclicense.texi (GNU Free Documentation License): Update to
7880 version 1.2.
7881
78822005-09-15 Richard M. Stallman <rms@gnu.org>
7883
7884 * newsticker.texi: Fix @setfilename.
7885
7886 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7887 (../info/newsticker, newsticker.dvi): New targets.
7888
78892005-08-30 Carsten Dominik <dominik@science.uva.nl>
7890
7891 * org.texi: Version 3.15.
7892
78932005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7894
7895 * ses.texi: Combine all three indices into one.
7896 Correct a few typos.
7897
78982005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7899
7900 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7901
79022005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7903
7904 * emacs-mime.texi (Handles): Remove duplicate item.
7905 (Encoding Customization): Fix the default value for
7906 mm-coding-system-priorities.
7907 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7908 (Basic Functions): Fix reference.
7909
79102005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7911
7912 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7913
79142005-08-18 Richard M. Stallman <rms@gnu.org>
7915
7916 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7917 and web site.
7918
7919 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7920 not keyboard-translate.
7921
79222005-08-11 Richard M. Stallman <rms@gnu.org>
7923
7924 * faq.texi (Using regular expressions): Fix xref.
7925
79262005-08-09 Juri Linkov <juri@jurta.org>
7927
7928 * info.texi (Help-P): Replace `Prev' with `Previous'.
7929 (Help-M, Help-Xref): Add S-TAB.
7930 (Help-FOO): Update `u' command.
7931 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7932 Update info about visibility of xref parts.
7933 (Help-Int): Fix `m' command. Rename `Info-last' to
7934 `Info-history-back'. Add `Info-history-forward'.
7935 (Advanced): Fix `g*' and `M-n' commands.
7936 (Info Search): Add `index-apropos' in stand-alone browser.
7937 Add isearch commands.
7938 (Emacs Info Variables): Remove `Info-fontify'.
7939 Add `Info-mode-hook'. Update face names.
7940 Add `Info-fontify-maximum-menu-size',
7941 `Info-fontify-visited-nodes', `Info-isearch-search'.
7942
79432005-08-07 Michael Albinus <michael.albinus@gmx.de>
7944
7945 Sync with Tramp 2.0.50.
7946
7947 * tramp.texi: Use @option{} consequently for method names.
7948 (Inline methods, External transfer methods): Remove references to
7949 Cygwin.
7950 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7951 implementation.
7952
79532005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7954
7955 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7956 Mention that gnus-init-file is not read when Emacs is invoked with
7957 --no-init-file or -q.
7958
79592005-07-19 Carsten Dominik <dominik@science.uva.nl>
7960
7961 * org.texi: Version 3.14.
7962
79632005-07-04 Carsten Dominik <dominik@science.uva.nl>
7964
7965 * org.texi: Version 3.13.
7966
79672005-07-18 Juri Linkov <juri@jurta.org>
7968
7969 * calc.texi (Time Zones, Logical Operations):
7970 * cl.texi (Overview):
7971 * org.texi (TODO types):
7972 * sc.texi (Emacs 18 MUAs):
7973 * speedbar.texi (Top):
7974 * url.texi (History):
7975 Delete duplicate duplicate words.
7976
ce058493 79772005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
7978
7979 * cl.texi (Type Predicates): Document `atom' type.
7980
79812005-07-04 Lute Kamstra <lute@gnu.org>
7982
7983 Update FSF's address in GPL notices.
7984
7985 * calc.texi (Copying):
7986 * doclicense.texi (GNU Free Documentation License):
7987 * faq.texi (Contacting the FSF):
7988 * mh-e.texi (Copying): Update FSF's address.
7989
79902005-07-03 Richard M. Stallman <rms@gnu.org>
7991
7992 * flymake.texi (Example -- Configuring a tool called directly):
7993 Update name of flymake-build-relative-filename.
7994
79952005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7996
7997 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
7998
79992005-06-29 Carsten Dominik <dominik@science.uva.nl>
8000
8001 * org.texi: Version 3.12.
8002
80032005-06-24 Eli Zaretskii <eliz@gnu.org>
8004
8005 * makefile.w32-in (MAKEINFO): Use --force.
8006 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8007 Makefile.in.
8008 (gnus.dvi): Use "..." to quote Sed args, so that it works with
8009 more shells.
8010
80112005-06-23 Richard M. Stallman <rms@gnu.org>
8012
8013 * speedbar.texi (Creating a display): Texinfo usage fixes.
8014
8015 * tramp.texi (Customizing Completion, Auto-save and Backup):
8016 Texinfo usage fixes.
8017
80182005-06-23 Juanma Barranquero <lekktu@gmail.com>
8019
8020 * dired-x.texi (Miscellaneous Commands):
8021 * ediff.texi (Miscellaneous):
8022 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8023 (Agent Variables):
8024 * info.texi (Help-Xref):
8025 * message.texi (Message Headers):
8026 * org.texi (Remember):
8027 * reftex.texi (Options (Defining Label Environments)):
8028 (Options (Index Support)):
8029 (Options (Viewing Cross-References)):
8030 (Options (Misc)):
8031 (Changes):
8032 * speedbar.texi (Creating a display):
8033 * tramp.texi (Customizing Completion, Auto-save and Backup):
8034 Texinfo usage fix.
8035
80362005-06-13 Carsten Dominik <dominik@science.uva.nl>
8037
8038 * org.texi: Version 3.11.
8039
80402005-06-12 Jay Belanger <belanger@truman.edu>
8041
8042 * calc.texi (Getting Started): Remove extra menu item.
8043
80442005-05-31 Jay Belanger <belanger@truman.edu>
8045
8046 * calc.texi (Notations Used in This Manual): Use @kbd for key
8047 sequence.
8048 (Demonstration of Calc): Mention another way of starting Calc.
8049 (Starting Calc): Mention long name of M-#.
8050 (Embedded Mode Overview): Remove unnecessary instruction.
8051 (Other M-# commands): Rephrase `M-# 0' explanation.
8052 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8053 reflect current behavior.
8054
80552005-05-30 Jay Belanger <belanger@truman.edu>
8056
8057 * calc.texi (Hooks): Change description of calc-window-hook and
8058 calc-trail-window-hook to match usage.
8059 (Computational Functions): Add more constant-generating functions.
8060 (Customizable Variables): Use defvar.
8061
80622005-05-28 Jay Belanger <belanger@truman.edu>
8063
8064 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8065 (Basic Embedded Mode): Explain behavior of arguments to
8066 calc-embedded-mode.
8067
80682005-05-27 Jay Belanger <belanger@truman.edu>
8069
8070 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8071 current behavior.
8072
80732005-05-25 Jay Belanger <belanger@truman.edu>
8074
8075 * calc.texi: Change Calc version number throughout.
8076 (Keypad Mode): Change location in info output.
8077 (Keypad mode overview): Move picture of keypad.
8078
80792005-05-21 Jay Belanger <belanger@truman.edu>
8080
8081 * calc.texi (Storing variables): Mention that only most variables
8082 are void to begin with.
8083
80842005-05-21 Kevin Ryde <user42@zip.com.au>
8085
8086 * widget.texi (Basic Types): Update cross ref from "Enabling
8087 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8088 lispref/text.texi change.
8089
80902005-05-20 Carsten Dominik <dominik@science.uva.nl>
8091
8092 * org.texi: Version 3.09.
8093
80942005-05-18 Carsten Dominik <dominik@science.uva.nl>
8095
8096 * reftex.texi: Version 4.28.
8097
80982005-05-16 Jay Belanger <belanger@truman.edu>
8099
8100 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8101
81022005-05-14 Jay Belanger <belanger@truman.edu>
8103
8104 * calc.texi (Default Simplifications): Insert missing ! (logical
8105 not operator).
8106
81072005-05-14 Michael Albinus <michael.albinus@gmx.de>
8108
8109 Sync with Tramp 2.0.49.
8110
81112005-05-10 Jay Belanger <belanger@truman.edu>
8112
8113 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8114 to 1.
8115
81162005-04-29 Carsten Dominik <dominik@science.uva.nl>
8117
8118 * org.texi: Version 3.08, structure reorganized.
8119
81202005-04-24 Richard M. Stallman <rms@gnu.org>
8121
8122 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8123
81242005-04-15 Carsten Dominik <dominik@science.uva.nl>
8125
8126 * org.texi: Update to version 3.06.
8127
81282005-04-13 Lute Kamstra <lute@gnu.org>
8129
8130 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8131
81322005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8133
8134 * cl.texi (Porting Common Lisp): Fix typo.
8135
81362005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8137
8138 * gnus.texi (RSS): Addition.
8139
81402005-04-04 Jay Belanger <belanger@truman.edu>
8141
8142 * calc.texi: Change Calc version number.
8143 (Customizable variables): Fix description of calc-language-alist.
8144 (Copying): Put in version 2 of GPL.
8145
81462005-04-01 Jay Belanger <belanger@truman.edu>
8147
8148 * calc.texi (Troubleshooting Commands): Remove comment about
8149 installation.
8150 (Installation): Remove section.
8151 (Customizable Variables): New section.
8152 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8153 (Graphical Devices): Add references to Customizable Variables.
8154
81552005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8156
8157 * emacs-mime.texi (Display Customization): Markup fixes.
8158 (rfc2047): Update.
8159
81602005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8161
8162 * gnus-faq.texi: Replaced with auto-generated version.
8163
81642005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8165
8166 * dired-x.texi (Multiple Dired Directories): default-directory was
8167 renamed to dired-default-directory.
8168
81692005-03-26 Jay Belanger <belanger@truman.edu>
8170
8171 * calc.texi (Simplifying Formulas, Rewrite Rules):
8172 Change description of top and bottom of fraction.
8173 (Modulo Forms): Move description of how to create modulo forms to
8174 earlier in the section.
8175 (Fraction Mode): Suggest using : to get a fraction by dividing.
8176 (Basic Arithmetic): Adjust placement of command name.
8177 (Truncating the Stack): Emphasize that "hidden" entries are still
8178 visible.
8179 (Installation): Move discussion of printing manual to "About This
8180 Manual".
8181 (About This Manual): Mention how to print the manual.
8182 (Reporting Bugs): Remove first person.
8183 (Building Vectors): Add algebraic version of append.
8184 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8185 (Grouping Digits): Fix typo.
8186
81872005-03-25 Werner Lemberg <wl@gnu.org>
8188
8189 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8190 Replace `legal' with `valid'.
8191
81922005-03-25 Werner Lemberg <wl@gnu.org>
8193
8194 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8195
81962005-03-24 Jay Belanger <belanger@truman.edu>
8197
8198 * calc.texi (General Mode Commands)
8199 (Mode Settings in Embedded Mode): Add some explanation of
8200 recording mode settings.
8201
82022005-03-24 Richard M. Stallman <rms@gnu.org>
8203
8204 * calc.texi: Remove praise of non-free software.
8205
8206 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8207 (Installation): Node deleted.
8208
82092005-03-23 Richard M. Stallman <rms@gnu.org>
8210
8211 * url.texi (HTTP language/coding): Improve last change.
8212
82132005-03-22 Jay Belanger <belanger@truman.edu>
8214
8215 * calc.texi (Embedded Mode): Add new information on changing
8216 modes.
8217
82182005-03-20 Michael Albinus <michael.albinus@gmx.de>
8219
8220 Sync with Tramp 2.0.48.
8221
8222 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8223
8224 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8225 "GNU/Linux". Change all addresses to .gnu.org.
8226 (Default Method): Offer shortened syntax for "su" and "sudo"
8227 methods.
8228
82292005-03-07 Richard M. Stallman <rms@gnu.org>
8230
8231 * url.texi: Fix usage of "e.g.".
8232 (HTTP language/coding): Explain the rules for these strings.
8233
82342005-03-06 Richard M. Stallman <rms@gnu.org>
8235
8236 * woman.texi (Introduction): Minor cleanups.
8237
8238 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8239
8240 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8241 (Installation): Node deleted.
8242
8243 * mh-e.texi (Preface): Get rid of "Emacs 21".
8244
8245 * eshell.texi (Installation): Delete node (for Emacs 20).
8246
82472005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8248
8249 * flymake.texi: Refill and tweak style in @lisp blocks.
8250
82512005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8252
8253 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8254
82552005-03-01 Jay Belanger <belanger@truman.edu>
8256
8257 * calc.texi (Trigonometric and Hyperbolic Functions):
8258 Mention additional functions.
8259 (Algebraic Simplifications): Mention additional simplifications.
8260
82612005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8262
8263 * ses.texi: Add concept/function/variable indices (this work was
8264 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8265 papers on file at FSF).
8266
82672005-02-10 Jay Belanger <belanger@truman.edu>
8268
8269 * calc.texi: Change @LaTeX to La@TeX throughout.
8270 Redefine @expr as @math for TeX output.
8271 Redefine @texline as a no-op for TeX output.
8272 Define @tfn, replace @t by @tfn throughout.
8273
82742005-02-09 Jay Belanger <belanger@truman.edu>
8275
8276 * calc.texi: Add macro for LaTeX for info output.
8277
82782005-02-08 Kim F. Storm <storm@cua.dk>
8279
8280 * texinfo.tex (LaTex): Add def.
8281
82822005-02-06 Jay Belanger <belanger@truman.edu>
8283
8284 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8285 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8286 throughout manual.
8287
82882005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8289
8290 * gnus.texi: Some edits based on comments from David Abrahams.
8291
82922005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8293
8294 * gnus.texi (RSS): Fix the keystroke.
8295
82962005-01-24 David Kastrup <dak@gnu.org>
8297
8298 * faq.texi: Update AUCTeX version info.
8299
83002005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8301
8302 * gnus-faq.texi ([4.1]): Typo.
8303
83042005-01-19 Jay Belanger <belanger@truman.edu>
8305
8306 * calc.texi (Keep Arguments): Mention that keeping arguments
8307 doesn't work with keyboard macros.
8308
83092005-01-16 Richard M. Stallman <rms@gnu.org>
8310
8311 * autotype.texi (Autoinserting): Fix small error.
8312
83132005-01-16 Michael Albinus <michael.albinus@gmx.de>
8314
8315 Sync with Tramp 2.0.47.
8316
8317 * tramp.texi (Compilation): New section, describing compilation of
8318 remote files.
8319
83202005-01-11 Kim F. Storm <storm@cua.dk>
8321
8322 * widget.texi (Basic Types): Add :follow-link keyword.
8323
83242005-01-09 Jay Belanger <belanger@truman.edu>
8325
8326 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8327
83282005-01-08 Jay Belanger <belanger@truman.edu>
8329
8330 * calc.texi: Change throughout to reflect new default value of
8331 calc-settings-file.
8332
83332005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8334
8335 * message.texi (Reply): `message-reply-to-function' should return
8336 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8337
83382005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8339
8340 * faq.texi (Changing load-path): Fix typo.
8341
83422005-01-05 Jay Belanger <belanger@truman.edu>
8343
8344 * calc.texi (Programming Tutorial): Replace kbd command by
8345 appropriate characters for a keyboard macro.
8346
83472005-01-04 Jay Belanger <belanger@truman.edu>
8348
8349 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8350 for Lucid Emacs.
8351 (Programming Tutorial): Mention that the user needs to be in the
8352 right mode to compute some functions.
8353
83542005-01-04 Jay Belanger <belanger@truman.edu>
8355
8356 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8357 no longer applicable.
8358
83592005-01-01 Jay Belanger <belanger@truman.edu>
8360
0c7efc08 8361 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
8362 edit keyboard macros to match current behavior.
8363
83642004-12-31 Jay Belanger <belanger@truman.edu>
8365
8366 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8367
83682004-12-20 Jay Belanger <belanger@truman.edu>
8369
8370 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8371 zero.
8372
83732004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8374
8375 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8376 @xref.
8377 (Font Locking): Avoid @strong{Note:}.
8378
83792004-12-17 Michael Albinus <michael.albinus@gmx.de>
8380
8381 Sync with Tramp 2.0.46.
8382
8383 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8384
83852004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8386
8387 * url.texi: Correct typos.
8388 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 8389 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
8390 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8391 (Dealing with HTTP documents): @inforef->@xref.
8392
83932004-12-15 Jay Belanger <belanger@truman.edu>
8394
8395 * calc.texi: Consistently capitalized all mode names.
8396 (Answers to Exercises): Mention that an answer can be a fraction
8397 when in Fraction mode.
8398
83992004-12-13 Jay Belanger <belanger@truman.edu>
8400
8401 * calc.texi: Fix some TeX definitions.
8402
84032004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8404
8405 * reftex.texi (Imprint): Remove erroneous @value's.
8406
84072004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8408
8409 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8410 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8411
84122004-12-08 Jay Belanger <belanger@truman.edu>
8413
8414 * calc.texi (Starting Calc): Remove comment about installation.
8415 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8416
84172004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8418
8419 * url.texi: Update @setfilename.
8420 (Getting Started): No need to worry about Gnus versions.
8421 (Dealing with HTTP documents): Use @inforef.
8422
8423 * org.texi: Fix @direntry file name.
8424
84252004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8426
8427 * url.texi: New file.
8428
8429 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8430
84312004-12-06 Jay Belanger <belanger@truman.edu>
8432
8433 * calc.texi (Using Calc): Remove paragraph about installation.
8434
84352004-12-06 Jay Belanger <belanger@truman.edu>
8436
8437 * calc.texi: Use more Texinfo macros and less TeX defs.
8438 Remove @refill's.
8439
84402004-12-06 Richard M. Stallman <rms@gnu.org>
8441
8442 * org.texi: New file.
8443
84442004-12-05 Richard M. Stallman <rms@gnu.org>
8445
8446 * Makefile.in (org.dvi, ../info/org): New targets.
8447 (INFO_TARGETS): Add ../info/org.
8448 (DVI_TARGETS): Add org.dvi.
8449 (maintainer-clean): Remove the info files in the info dir.
8450
84512004-11-26 Eli Zaretskii <eliz@gnu.org>
8452
8453 * idlwave.texi: Fix the setfilename directive to put the produced
8454 file in ../info.
8455 (Continued Statement Indentation): Resurrect Jan D.'s change from
8456 2004-11-03 that was lost when a newer version of idlwave.texi was
8457 imported.
8458
84592004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8460
0c7efc08 8461 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 8462
0c7efc08
SM
8463 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8464 Index `spam-initialize'.
2de53ca6
GM
8465
84662004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8467
8468 * message.texi (Various Message Variables): Mention that all mail
8469 file variables are derived from `message-directory'.
8470
8471 * gnus.texi (Splitting Mail): Clarify bogus group.
8472
84732004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8474
0c7efc08
SM
8475 * emacs-mime.texi (Encoding Customization):
8476 Fix mm-coding-system-priorities entry.
2de53ca6 8477
c8763fb6 84782004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
8479
8480 * idlwave.texi (Continued Statement Indentation):
8481 * reftex.texi (Options (Index Support)):
8482 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
8483 * speedbar.texi (Creating a display, Major Display Modes):
8484 Replace non-nil with non-@code{nil}.
2de53ca6
GM
8485
84862004-10-21 Jay Belanger <belanger@truman.edu>
8487
0c7efc08 8488 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
8489
84902004-10-18 Luc Teirlinck <teirllm@auburn.edu>
8491
8492 * calc.texi (Reporting Bugs): Double up `@'.
8493
84942004-10-18 Jay Belanger <belanger@truman.edu>
8495
0c7efc08 8496 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
8497 should be sent to.
8498
84992004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8500
8501 * gnus.texi (New Features): Add 5.11.
8502
8503 * message.texi (Resending): Remove wrong default value.
8504
8505 * gnus.texi (Mail Source Specifiers): Describe possible problems
8506 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
8507 `pop3-leave-mail-on-server' to the index.
8508
85092004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8510
8511 * message.texi (Canceling News): Add how to set a password.
8512
85132004-10-12 Jay Belanger <belanger@truman.edu>
8514
0c7efc08 8515 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
8516 calc-describe-function and calc-describe-variable to match their
8517 current behavior.
8518
85192004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8520
8521 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8522
85232004-10-12 Michael Albinus <michael.albinus@gmx.de>
8524
8525 Sync with Tramp 2.0.45.
8526
8527 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8528 plink link. The URL is outdated. Originator contacted for
8529 clarification.
8530
85312004-10-10 Juri Linkov <juri@jurta.org>
8532
8533 * gnus.texi (Top, Marking Articles): Join two menus in one node
8534 because a node can have only one menu.
8535
85362004-10-09 Juri Linkov <juri@jurta.org>
8537
8538 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8539 example of nnmail-split-fancy.
8540
85412004-10-06 Karl Berry <karl@gnu.org>
8542
8543 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8544 consistency with other uses of dashes.
8545
85462004-10-05 Karl Berry <karl@gnu.org>
8547
8548 * info.texi: Consistently use --- throughout, periods at end of
8549 menu descriptions, and a couple typos.
8550
85512004-09-26 Jesper Harder <harder@ifa.au.dk>
8552
8553 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8554 * pgg.texi (User Commands, Backend methods): Do.
8555 * gnus.texi: Markup fixes.
8556 (Setting Process Marks): Fix `M P a' entry.
8557 * emacs-mime.texi: Fixes.
8558
85592004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8560
8561 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8562 again.
8563 Use 5.10 instead of 5.10.0.
8564
85652004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8566
8567 * gnus.texi (Summary Mail Commands): S D e.
8568
85692004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
8570
8571 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8572 the gnus-article-mode-line-format section.
8573
85742004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
8575
8576 * gnus.texi (Various Summary Stuff): Fix the documentation for
8577 gnus-newsgroup-variables.
8578
85792004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8580
0c7efc08
SM
8581 * gnus.texi (MIME Commands):
8582 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
8583 gnus-mime-display-multipart-alternative-as-mixed,
8584 gnus-mime-display-multipart-related-as-mixed.
8585 (Mail Source Customization): Clarify `mail-source-directory'.
8586 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 8587 (SpamOracle): Fix typo.
2de53ca6
GM
8588
8589 * gnus-faq.texi: Untabify.
8590 ([6.3]): nnir.el is in contrib directory.
8591
8592 * message.texi (News Headers): Clarify how a unique ID is created.
8593
0c7efc08
SM
8594 * gnus.texi (Batching Agents): Fix typo in example.
8595 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 8596
b2abec73 85972004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 8598
0c7efc08 8599 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
8600
86012004-09-20 Florian Weimer <fw@deneb.enyo.de>
8602
8603 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8604
86052004-09-22 Jay Belanger <belanger@truman.edu>
8606
0c7efc08 8607 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
8608 might be hidden during part of the session.
8609
86102004-09-20 Jay Belanger <belanger@truman.edu>
8611
8612 * calc.texi (Notations Used in This Manual): Put in an earlier
8613 mention that DEL could be called Backspace.
8614
86152004-09-10 Simon Josefsson <jas@extundo.com>
8616
8617 * gnus.texi (IMAP): Add example. Suggested and partially written
8618 by Steinar Bang <sb@dod.no>.
8619
86202004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8621
8622 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8623 netrc syntax.
8624
86252004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8626
b2abec73
JB
8627 * gnus.texi (Spam ELisp Package Sequence of Events):
8628 Some clarifications.
2de53ca6
GM
8629 (Spam ELisp Package Global Variables): More clarifications.
8630
86312004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8632
8633 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8634 Mention spam-split does not modify incoming mail.
8635
86362004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8637
8638 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8639
86402004-09-10 Eli Zaretskii <eliz@gnu.org>
8641
8642 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8643
86442004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8645
8646 * makefile.w32-in (sieve, pgg): Use $(infodir).
8647
86482004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8649
8650 * makefile.w32-in: Fix PGG and Sieve entries.
8651
86522004-08-28 Eli Zaretskii <eliz@gnu.org>
8653
8654 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8655 Emacs and related programs.
8656
86572004-08-27 Richard M. Stallman <rms@gnu.org>
8658
8659 * faq.texi: Fix texinfo usage, esp. doublequotes.
8660 (Difference between Emacs and XEmacs): Some clarification.
8661
8662 * faq.texi (Difference between Emacs and XEmacs):
8663 Explain not to contrast XEmacs with GNU Emacs.
8664
86652004-08-26 Richard M. Stallman <rms@gnu.org>
8666
8667 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8668
86692004-08-22 David Kastrup <dak@gnu.org>
8670
8671 * reftex.texi (AUCTeX): Update links, section name.
8672
8673 * faq.texi (Calc): Update availability (included in 22.1).
8674 (AUCTeX): Update availability, information, versions, description.
8675
86762004-08-14 Eli Zaretskii <eliz@gnu.org>
8677
8678 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8679
86802004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8681
8682 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8683
86842004-08-10 Michael Albinus <michael.albinus@gmx.de>
8685
8686 Sync with Tramp 2.0.44.
8687
86882004-08-05 Lars Hansen <larsh@math.ku.dk>
8689
8690 * widget.texi (User Interface): Update how to separate the
8691 editable field of an editable-field widget from other widgets.
8692 (Programming Example): Add text after field.
8693
86942004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8695
8696 * emacs-mime.texi (Encoding Customization): Add a note to the
8697 mm-content-transfer-encoding-defaults entry.
8698 (rfc2047): Update.
8699
0c7efc08
SM
8700 * gnus.texi (Article Highlighting):
8701 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8702 (POP before SMTP): New node.
8703 (Posting Styles): Addition.
8704 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8705 (Fancy Mail Splitting): Ditto.
8706 (X-Face): Add gnus-x-face.
8707
87082004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8709
8710 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8711 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8712
87132004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8714
0c7efc08
SM
8715 * gnus.texi (Mail Source Specifiers):
8716 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8717
87182004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8719
8720 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8721
8722 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8723 repository. Change setfilename.
8724
8725 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8726
87272004-07-02 Juri Linkov <juri@jurta.org>
8728
8729 * pcl-cvs.texi (Viewing differences): Add `d r'.
8730
87312004-06-29 Jesper Harder <harder@ifa.au.dk>
8732
8733 * ses.texi, viper.texi, flymake.texi, faq.texi:
8734 * eshell.texi, ediff.texi: Markup fixes.
8735
87362004-06-21 Karl Berry <karl@gnu.org>
8737
8738 * info.texi (Top): Mention that only Emacs has mouse support.
8739 (Getting Started): Mention this in a few other places.
8740
87412004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8742
0c7efc08
SM
8743 * autotype.texi (Copyrights, Timestamps):
8744 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8745
87462004-06-13 Lars Hansen <larsh@math.ku.dk>
8747
8748 * dired-x.texi (dired-mark-omitted): Update keybinding.
8749
87502004-06-10 Kim F. Storm <storm@cua.dk>
8751
8752 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8753
87542004-06-05 Lars Hansen <larsh@math.ku.dk>
8755
8756 * dired-x.texi (variable dired-omit-mode): Rename from
8757 dired-omit-files-p.
8758 (function dired-omit-mode): Rename from dired-omit-toggle.
8759 Call dired-omit-mode rather than set dired-omit-files-p.
8760 (dired-mark-omitted): Describe command.
8761
87622004-05-29 Michael Albinus <michael.albinus@gmx.de>
8763
8764 Version 2.0.41 of Tramp released.
8765
87662004-05-29 Juanma Barranquero <lektu@terra.es>
8767
8768 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8769 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8770
87712004-05-29 Richard M. Stallman <rms@gnu.org>
8772
8773 * cl.texi (Top): Call this chapter `Introduction'.
8774 (Overview): In TeX, no section heading here.
8775
8776 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8777
87782004-05-29 Eli Zaretskii <eliz@gnu.org>
8779
8780 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8781 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8782
87832004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8784
8785 * flymake.texi: New file.
8786
87872004-05-28 Simon Josefsson <jas@extundo.com>
8788
8789 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8790
b344d29d 87912004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8792
8793 Version 2.0.40 of Tramp released.
8794
87952004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8796
8797 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8798
8799 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8800 variables `tramp-backup-directory-alist' and
8801 `tramp-bkup-backup-directory-info'.
8802 (Overview, Connection types)
8803 (External transfer methods, Default Method)
8804 (Windows setup hints): Remove restriction of password entering
8805 with external methods.
8806 (Auto-save and Backup): Make file name example
8807 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8808 and `auto-save-directory' must be used.
8809 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8810 only "NT"). Remove doubled entry "What kinds of systems does
8811 @tramp{} work on".
8812 (tramp): Macro removed.
8813 (Obtaining Tramp): Flag removed from title.
8814 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8815 and `trampver' used properly. Flag `tramp-inst' replaced by
8816 `installchapter'. Installation related text adapted.
8817
88182004-04-28 Masatake YAMATO <jet@gyve.org>
8819
8820 * widget.texi (Programming Example): Remove overlays.
8821
88222004-04-27 Jesper Harder <harder@ifa.au.dk>
8823
8824 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8825
88262004-04-23 Juanma Barranquero <lektu@terra.es>
8827
8828 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8829
88302004-04-05 Jesper Harder <harder@ifa.au.dk>
8831
8832 * info.texi (Info Search): Add info-apropos.
8833
88342004-03-22 Juri Linkov <juri@jurta.org>
8835
8836 * faq.texi: Fix help key bindings.
8837
88382004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8839
8840 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8841 (as suggested by Karl Berry). Update information about colored
8842 stars in menus. Add new subheading describing M-n.
8843
88442004-03-12 Richard M. Stallman <rms@gnu.org>
8845
8846 * cl.texi (Top): Rename top node's title.
8847
88482004-03-08 Karl Berry <karl@gnu.org>
8849
8850 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8851 problems making the texinfo distribution.
8852
88532004-02-29 Simon Josefsson <jas@extundo.com>
8854
0c7efc08 8855 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8856 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8857 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8858 <voegelas@gmx.net>.
8859
88602004-02-29 Juanma Barranquero <lektu@terra.es>
8861
8862 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8863 Use $(DEL) instead of rm, and ignore exit code.
8864
b344d29d 88652004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8866
8867 Tramp version 2.0.39 released.
8868
88692004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8870
8871 * tramp.texi (Customizing Completion): Explain new functions
8872 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8873 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8874 (Top): Refer to Savannah mailing list as the major one.
8875 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8876 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8877 (Frequently Asked Questions): Remote hosts must not be Unix-like
8878 for "smb" method.
8879 (Password caching): New node.
8880 (External transfer methods): Refer to password caching for "smb"
8881 method.
8882
88832004-02-17 Karl Berry <karl@gnu.org>
8884
8885 * info.texi (Help-Int): Mention the new line number feature.
8886
88872004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8888
8889 * ses.texi (Advanced Features): New functionality for
8890 ses-set-header-row (defaults to current row unless C-u used).
8891 (Acknowledgements): Add Stefan Monnier.
8892
88932003-12-29 Kevin Ryde <user42@zip.com.au>
8894
8895 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8896
b344d29d 88972003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8898
8899 Tramp version 2.0.38 released.
8900
8901 * tramp.texi (Remote shell setup): Warn of environment variables
8902 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8903 <sven.gabriel@imk.fzk.de>.
8904 (Configuration): Tramp now chooses base64/uuencode
8905 automatically. Update wording accordingly.
8906 (Top): More description for the `Default Method' menu entry.
8907 (Default Method): Use @code, not @var, for Lisp variables.
8908 (Default Method): New subsection `Which method is the right one
8909 for me?' Suggested by Christian Kirsch.
8910 (Configuration): Pointer to new subsection added.
8911 (Default Method): Too many "use" in one sentence.
8912 Rephrase. Reported by Christian Kirsch.
8913 (Filename Syntax): Old `su' example is probably a left-over from
8914 the sm/su method naming. Replace with `ssh', instead.
8915 (External transfer methods, Auto-save and Backup):
8916 Typo fixes.
8917
89182003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8919
183080b6 8920 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
8921 (Top): Mention japanese manual only if flag `jamanual' is set.
8922 Insert section `Japanese manual' in menu.
8923
89242003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8925
8926 * eshell.texi (Known Problems): Add doc item.
8927
89282003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8929
8930 * cc-mode.texi: Update for CC Mode 5.30.
8931
8932 Note: Please refrain from doing purely cosmetic changes like
8933 removing trailing whitespace in this manual; it clobbers cvs
8934 merging for no good reason.
8935
89362003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8937
8938 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8939 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8940 @acronym{ASCII}.
8941
89422003-10-26 Karl Berry <karl@gnu.org>
8943
8944 * info.texi (Info Search): Echo area, not echo are. From Debian
8945 diff.
8946
89472003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
8948
10d1d0af 8949 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
8950 :buttons and :children keywords.
8951
89522003-10-22 Miles Bader <miles@gnu.org>
8953
8954 * Makefile.in (info): Move before $(top_srcdir)/info.
8955
89562003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
8957
8958 * tramp.texi (Inline methods): Small grammar fix.
8959 (External transfer methods): Likewise.
8960
89612003-10-08 Nick Roberts <nick@nick.uklinux.net>
8962
8963 * speedbar.texi: Remove paragraph for GUD that is no longer true.
8964
89652003-10-06 Luc Teirlinck <teirllm@auburn.edu>
8966
8967 * texinfo.tex: Replace `%' in arch tagline by @ignore.
8968
89692003-09-30 Richard M. Stallman <rms@gnu.org>
8970
8971 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8972
8973 * widget.texi (User Interface): Fix typos.
8974
8975 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8976
89772003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8978
8979 * pcl-cvs.texi (Selected Files): Fix typo.
8980
89812003-09-21 Karl Berry <karl@gnu.org>
8982
8983 * info.texi (] and [ commands): No period at end of section title.
8984
89852003-09-04 Miles Bader <miles@gnu.org>
8986
8987 * Makefile.in (top_srcdir): New variable.
8988 ($(top_srcdir)/info): New rule.
8989 (info): Depend on it.
8990
89912003-09-03 Peter Runestig <peter@runestig.com>
8992
8993 * makefile.w32-in: New file.
8994
89952003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
8996
8997 * widget.texi (User Interface): Explain the need of static text
8998 around an editable field.
8999
90002003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9001
9002 * widget.texi (Basic Types): The argument to `:help-echo' can now
9003 be a form that evaluates to a string.
9004
90052003-08-18 Kim F. Storm <storm@cua.dk>
9006
9007 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9008
90092003-08-16 Richard M. Stallman <rms@gnu.org>
9010
9011 * dired-x.texi (Shell Command Guessing): Explain *.
9012
90132003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
9014
9015 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9016 log-edit-insert-changelog.
9017
90182003-08-03 Karl Berry <karl@gnu.org>
9019
9020 * info.texi: Need @contents.
9021
c8763fb6 90222003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9023
9024 Tramp version 2.0.36 released.
9025
9026 * tramp.texi (Remote shell setup): Explain about problems with
9027 non-Bourne commands in ~/.profile and ~/.shrc.
9028
90292003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9030
9031 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9032 renaming of `vis-mode' to `visible-mode'.
9033
90342003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9035
9036 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9037 next, prev and up pointers.
9038
90392003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9040
9041 * info.texi (Help): Mention existence of Emacs and stand-alone
9042 Info at the very beginning of the tutorial.
9043 (Help-Inv): New node.
9044 (Help-]): New node.
9045 (Help-M): Systematically point out the differences between default
9046 Emacs and stand-alone versions. Delete second menu.
9047 (Help-Xref): Systematically point out the differences between
9048 default Emacs and stand-alone versions.
9049 (Help-Int): Change `l' example.
9050 (Expert Info): Fix typos.
9051 (Emacs Info Variables): Mention `Info-hide-note-references' and
9052 new default for `Info-scroll-prefer-subnodes'.
9053
c8763fb6 90542003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9055
9056 Version 2.0.35 of Tramp released.
9057
9058 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9059 (Inline methods): Add methods `remsh' and `plink1'.
9060 (External transfer methods): Add method `remcp'.
9061 (Multi-hop Methods): Add method `remsh'.
9062 Small patch from Adrian Aichner <adrian@xemacs.org>:
9063 Fix minor typos.
0c7efc08 9064 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9065 `Info-index'.
9066 (Version Control): Add cindex entry.
9067
c8763fb6 90682003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9069
9070 * trampver.texi: Version 2.0.34 released.
9071
90722003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9073
9074 * faq.texi: Improve previous changes.
9075
90762003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9077
9078 * faq.texi: Update copyright and maintenance details.
9079 Update some package URLs, versions, and maintainers.
9080 Remove many references to the Emacs Lisp Archive.
9081
90822003-04-23 Simon Josefsson <jas@extundo.com>
9083
9084 * smtpmail.texi: Fix license (the invariant sections mentioned has
9085 never been part of the smtp manual). Align info dir entry with
9086 other emacs packages.
9087
90882003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9089
9090 * tramp.texi: Version 2.0.33 released.
9091 Remove installation chapter. Remove XEmacs specifics.
9092
90932003-03-29 Richard M. Stallman <rms@gnu.org>
9094
9095 * tramp.texi (Top): Undo the previous renaming.
9096 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9097
c8763fb6 90982003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9099
9100 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9101 version of manual.
9102
9103 * tramp.texi (Auto-save and Backup): New node.
9104
91052003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9106
9107 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9108 Emacs" in order to have better differentiation to "XEmacs".
9109 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9110 are new macros in order to point to the other Emacs flavor where
9111 appropriate. In info case, point to node `Installation' in order
9112 to explain how to generate the other way. In html case, make a
9113 link to the other html file.
0c7efc08 9114 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9115 after CVS checkout/update.
9116 (Installation): Completely rewritten.
9117 (Installation parameters, Load paths): New sections under
9118 `Installation'.
9119
c8763fb6 91202003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9121
9122 * tramp.texi: Version 2.0.30 released.
9123 Replace word "path" with "localname" where used as a component of
9124 a Tramp file name.
9125
91262003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9127
9128 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9129 introduced.
9130 (Installation): Explain what to do if files from the tramp/contrib
9131 directory are needed.
9132
91332003-02-23 Alex Schroeder <alex@emacswiki.org>
9134
9135 * smtpmail.texi (How Mail Works): New.
9136
91372003-02-22 Alex Schroeder <alex@emacswiki.org>
9138
9139 * smtpmail.texi: New file.
9140
9141 * Makefile.in: Build SMTP manual.
9142
c8763fb6 91432003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9144
9145 * tramp.texi: Version 2.0.29 released.
9146 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9147 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9148
91492003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9150
9151 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 9152 another package loads accidentally Ange-FTP.
2de53ca6
GM
9153
91542003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9155
9156 * tramp.texi (Customizing Completion): Add function
9157 `tramp-parse-sconfig'. Change example of
9158 `tramp-set-completion-function', because parsing of ssh config
9159 files looks more natural.
9160
91612003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9162
9163 * gnus.texi: Do not use `path' in several locations.
9164
c8763fb6 91652002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 9166
0c7efc08
SM
9167 * tramp.texi (External transfer methods): New method `smb'.
9168 From Michael Albinus.
2de53ca6
GM
9169
91702002-11-05 Karl Berry <karl@gnu.org>
9171
9172 * info.texi (Info-fontify): Reorder face list to avoid bad line
9173 breaks.
9174
c8763fb6 91752002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 9176
0c7efc08
SM
9177 * tramp.texi: Move @copying to standard place.
9178 Use @insertcopying.
2de53ca6
GM
9179
91802002-10-02 Karl Berry <karl@gnu.org>
9181
9182 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9183 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9184 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9185 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9186 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9187 Per rms, update all manuals to use @copying instead of @ifinfo.
9188 Also use @ifnottex instead of @ifinfo around the top node, where
9189 needed for the sake of the HTML output.
9190 (The Gnus manual is not fixed since it's not clear to me how it
9191 works; and the Tramp manual already uses @copying, although in an
9192 unusual way. All others were changed.)
9193
91942002-09-10 Jonathan Yavner <jyavner@engineer.com>
9195
9196 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9197 (../info/ses, ses.dvi): New targets.
9198 * ses.texi: New file.
9199
c8763fb6 92002002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
9201
9202 * texinfo.tex: Update to texinfo 4.2.
9203
92042002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9205
9206 * reftex.texi: Update to RefTeX 4.19.
9207
c8763fb6 92082002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
9209
9210 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9211 (../info/tramp, tramp.dvi): New targets.
9212
92132002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9214
9215 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9216 (calc.dvi): Uncomment.
9217
92182001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9219
9220 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9221 (../info/calc): New target.
9222
92232001-10-20 Gerd Moellmann <gerd@gnu.org>
9224
9225 * (Version 21.1 released.)
9226
92272001-10-05 Gerd Moellmann <gerd@gnu.org>
9228
9229 * Branch for 21.1.
9230
92312001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9232
9233 * Makefile.in (../info/info): Use an explicit -o switch to
9234 makeinfo.
9235
92362001-03-05 Gerd Moellmann <gerd@gnu.org>
9237
9238 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9239
92402000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9241
9242 * Makefile.in (../info/idlwave): Use --no-split.
9243
92442000-12-14 Dave Love <fx@gnu.org>
9245
c4cc8b9a 9246 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
9247 (gnus.dvi): Change rule to remove @latex stuff.
9248
92492000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9250
9251 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9252
92532000-10-13 John Wiegley <johnw@gnu.org>
9254
9255 * Makefile.in: Add build targets for eshell.texi.
9256
92572000-09-25 Gerd Moellmann <gerd@gnu.org>
9258
9259 * Makefile.in: Remove/comment speedbar stuff.
9260
92612000-09-22 Dave Love <fx@gnu.org>
9262
9263 * Makefile.in: Add emacs-mime.
9264
92652000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9266
9267 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9268 (DVI_TARGETS): Add woman.dvi.
9269 (../info/woman, woman.dvi): New targets.
9270
92712000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9272
9273 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9274
9275 * pcl-cvs.texi: New file.
9276 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9277 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9278
92792000-05-11 Gerd Moellmann <gerd@gnu.org>
9280
9281 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9282 (../info/ebrowse, ebrowse.dvi): New targets.
9283
92842000-01-13 Gerd Moellmann <gerd@gnu.org>
9285
9286 * Makefile.in (INFO_TARGETS): Add eudc.
9287 (DVI_TARGETS): Add eudc.dvi.
9288 (../info/eudc, eudc.dvi): New targets.
9289
92902000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9291
9292 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9293 compatibility with 8+3 filesystems).
9294 (../info/efaq): Rename from emacs-faq.
9295
92962000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9297
9298 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9299 (../info/idlwave, idlwave.dvi): New targets.
9300
93011999-10-23 Dave Love <fx@gnu.org>
9302
9303 * Makefile.in: Use autotype.texi.
9304
93051999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9306
9307 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9308 faq.texi file) rather than ../info/faq.
9309
93101999-10-07 Gerd Moellmann <gerd@gnu.org>
9311
9312 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9313 (../info/ada-mode, ada-mode.dvi): New targets.
9314
93151999-09-01 Dave Love <fx@gnu.org>
9316
9317 * Makefile.in: Add faq.
9318
93191999-07-12 Richard Stallman <rms@gnu.org>
9320
9321 * Version 20.4 released.
9322
93231998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9324
9325 * Version 20.3 released.
9326
93271998-04-06 Andreas Schwab <schwab@gnu.org>
9328
768c0c0f
JB
9329 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9330 Use it in dvi targets.
2de53ca6
GM
9331 (../etc/GNU): Change to $(srcdir) first.
9332
93331998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9334
9335 * reftex.texi: Update for RefTeX version 3.22.
9336
93371998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9338
9339 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9340 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9341
93421997-09-23 Paul Eggert <eggert@twinsun.com>
9343
9344 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9345 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9346
93471997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9348
9349 * Version 20.2 released.
9350
93511997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9352
9353 * Version 20.1 released.
9354
93551997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9356
9357 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9358
93591996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9360
9361 * Version 19.33 released.
9362
93631996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9364
9365 * Version 19.32 released.
9366
93671996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9368
9369 * Makefile.in: Add rules for the Message manual.
9370
93711996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9372
9373 * gnus.texi: New version.
9374
9375 * message.texi: New manual.
9376
93771996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9378
9379 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9380
93811996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9382
9383 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9384 Specify -I option.
9385 (All dvi targets): Set the TEXINPUTS variable.
9386
93871996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9388
9389 * Version 19.31 released.
9390
93911996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9392
9393 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9394 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9395
93961995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9397
9398 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9399 (INFO_TARGETS): Add ../info/cc-mode.
9400 (DVI_TARGETS): Add cc-mode.dvi.
9401
2de53ca6
GM
94021995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9403
9404 * Version 19.30 released.
9405
94061995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9407
9408 * gnus.texi: New file.
9409
94101995-11-04 Erik Naggum <erik@naggum.no>
9411
9412 * gnus.texi: File deleted.
9413
94141995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9415
9416 * mh-e.texi: "Function Index" -> "Command Index" to work with
9417 Emacs 19.30 C-h C-k support of separately-documented commands.
9418
94191995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9420
9421 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9422 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9423
94241995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9425
9426 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9427 (../info/viper, viper.dvi): New targets.
9428
94291995-04-20 Kevin Rodgers <kevinr@ihs.com>
9430
9431 * dired-x.texi (Installation): Change the example to set
9432 buffer-local variables like dired-omit-files-p in
9433 dired-mode-hook.
9434
94351995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9436
9437 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9438 (../info/mh-e, mh-e.dvi): New targets.
9439
94401995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9441
9442 * Makefile.in (maintainer-clean): Rename from realclean.
9443
94441994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9445
9446 * Makefile.in: New file.
9447 * Makefile: File deleted.
9448
94491994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9450
9451 * Makefile (TEXINDEX_OBJS): Variable deleted.
9452 (texindex, texindex.o, getopt.o): Rules deleted.
9453 All deps on texindex deleted.
9454 (distclean): Don't delete texindex.
9455 (mostlyclean): Don't delete *.o.
9456 * texindex.c, getopt.c: Files deleted.
9457
94581994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9459
9460 * Version 19.26 released.
9461
94621994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9463
9464 * Version 19.25 released.
9465
94661994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9467
9468 * Version 19.24 released.
9469
94701994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9471
9472 * Version 19.23 released.
9473
94741994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9475
9476 * Makefile: Delete spurious tab.
9477
94781994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9479
9480 * Makefile (.SUFFIXES): New rule.
9481
94821994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9483
9484 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9485 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9486
94871994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9488
9489 * Makefile (../info/sc): Rename from sc.info.
9490 (../info/cl): Likewise.
9491 (INFO_TARGETS): Use new names.
9492
94931993-12-04 Richard Stallman (rms@srarc2)
9494
9495 * getopt.c: New file.
9496 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9497 (getopt.o): New rule.
9498 (dvi): Don't depend on texindex.
9499 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9500 Depend on texindex.
9501
95021993-12-03 Richard Stallman (rms@srarc2)
9503
9504 * Makefile (../info/sc.info): Rename from ../info/sc.
9505 (TEXI2DVI): New variable.
9506 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9507 Add explicit commands.
9508 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9509
95101993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9511
9512 * Version 19.22 released.
9513
95141993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9515
9516 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9517
95181993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9519
9520 * Version 19.21 released.
9521
95221993-11-15 Paul Eggert (eggert@twinsun.com)
9523
9524 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9525
95261993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9527
9528 * Makefile (../etc/GNU): New target.
9529 (EMACSSOURCES): Add gnu1.texi.
9530
95311993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9532
9533 * Makefile (realclean): Don't delete the Info files.
9534
f0131492 95351993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
9536
9537 * forms.texi: Fix forms.texi so that it will format correctly.
9538 Add missing `@end iftex', fix bad reference.
9539
9540 * info.texi, info-stn.texi: New files implement texinfo version of
9541 `info' file.
9542
f0131492 95431993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
9544
9545 * Makefile: Fix targets for texindex, new info.texi files.
9546 * info-stnd.texi: New file implements info for standalone info
9547 reader.
9548 * info.texi: Update to include recent changes to "../info/info".
9549 New source file for ../info/info; includes info-stnd.texi.
9550
9551 * texindex.c: Include "../src/config.h" if building in emacs.
9552
9553 * Makefile: Change all files to FILENAME.texi, force all targets
9554 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9555 vip.texinfo, forms.texinfo, cl.texinfo.
9556 Add target to build texindex.c, defining `emacs'.
9557
9558 * forms.texi: Install new file to match version 2.3 of forms.el.
9559
95601993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9561
9562 * Version 19.19 released.
9563
95641993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
9565
9566 * sc.texinfo: Fix info file name.
9567
9568 * Makefile (info): Add gnus and sc.
9569 (dvi): Add gnus.dvi and sc.dvi.
9570 (../info/sc, sc.dvi): New targets.
9571
95721993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9573
9574 * Version 19.18 released.
9575
95761993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9577
9578 * Makefile: Fix source file names of the separate manuals.
9579 (gnus.dvi, ../info/gnus): New targets.
9580
95811993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9582
9583 * Version 19.17 released.
9584
95851993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9586
9587 * split-man: Fix typos in last change.
9588
95891993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9590
9591 * Version 19.16 released.
9592
95931993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9594
9595 * version 19.15 released.
9596
95971993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9598
9599 * Makefile (distclean): It's rm, not rf.
9600
96011993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9602
9603 * Version 19.14 released.
9604
96051993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9606
9607 * Makefile: New file.
9608
96091993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9610
9611 * Version 19.13 released.
9612
96131993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9614
9615 * Version 19.9 released.
9616
96171993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9618
9619 * Version 19.8 released.
9620
96211993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9622
9623 * Version 19.7 released.
9624
96251990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9626
9627 * gnus.texinfo: New file. Removed installation instructions.
9628
96291990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9630
9631 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9632
96331989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9634
9635 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
9636 then define `\sc' as the command for smallcaps in Texinfo.
9637 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
9638 made the corresponding change to makeinfo and texinfm.el.
9639
96401988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9641
9642 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9643 Customization since the menu entry did not point to anything.
9644 Also add an @finalout command to remove overfull hboxes from the
9645 printed output.
9646
9647 * cl.texinfo: Add @bye, \input line and @settitle to file.
9648 This file is clearly intended to be a chapter of some other work,
9649 but the other work does not yet exist.
9650
96511988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9652
9653 * texinfo.texinfo: Three typos corrected.
9654
4009494e 9655;; Local Variables:
c8763fb6 9656;; coding: utf-8
4009494e
GM
9657;; End:
9658
3fe7cdc8 9659 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9660
9661 This file is part of GNU Emacs.
9662
97c0352c 9663 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9664 it under the terms of the GNU General Public License as published by
97c0352c
GM
9665 the Free Software Foundation, either version 3 of the License, or
9666 (at your option) any later version.
4009494e
GM
9667
9668 GNU Emacs is distributed in the hope that it will be useful,
9669 but WITHOUT ANY WARRANTY; without even the implied warranty of
9670 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9671 GNU General Public License for more details.
9672
9673 You should have received a copy of the GNU General Public License
97c0352c 9674 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.