* gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
f4f3b439
GM
12012-11-30 Glenn Morris <rgm@gnu.org>
2
3 * rcirc.texi (Notices): Fix typo.
4
555ccdc2
MA
52012-11-20 Michael Albinus <michael.albinus@gmx.de>
6
7 * trampver.texi: Downgrade version to 2.2.6-24.3, in order to
8 distinguish from trunk.
9
e8693c96
GM
102012-11-16 Glenn Morris <rgm@gnu.org>
11
12 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
13 (Obsolete Macros): Move example here from Function Bindings.
14
6e5e9b70
GM
152012-11-13 Glenn Morris <rgm@gnu.org>
16
5c934f8b
GM
17 * erc.texi: Use @code{nil} rather than just "nil".
18 (Modules): Undocument obsolete "hecomplete".
6e5e9b70 19 Add "notifications".
f925b109 20 (Connecting): Add brief section on passwords.
274f5de6 21 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
6e5e9b70 22
24c38527
GM
232012-11-12 Glenn Morris <rgm@gnu.org>
24
25 * flymake.texi (Customizable variables)
26 (Highlighting erroneous lines): Mention flymake-error-bitmap,
27 flymake-warning-bitmap, and flymake-fringe-indicator-position.
28
5b637222
CY
292012-11-09 Chong Yidong <cyd@gnu.org>
30
31 * url.texi (Introduction): Move url-configuration-directory to
32 Customization node.
33 (Parsed URIs): Split into its own node.
34 (URI Encoding): New node.
35 (Defining New URLs): Remove empty chapter.
36 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
37 Improve docs for url-queue-*.
38 (Supported URL Types): Copyedits. Delete empty subnodes.
39
82f84fa3
CY
402012-11-08 Chong Yidong <cyd@gnu.org>
41
42 * url.texi (Introduction): Rename from Getting Started. Rewrite
43 the introduction.
44 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
45
2ee1d59f
GM
462012-11-07 Glenn Morris <rgm@gnu.org>
47
48 * cl.texi (Obsolete Setf Customization):
49 Revert defsetf example to the more correct let rather than prog1.
bdd8064f
GM
50 Give define-modify-macro, defsetf, and define-setf-method
51 gv.el replacements.
2ee1d59f 52
651af8c6
GM
532012-11-06 Glenn Morris <rgm@gnu.org>
54
2027b1b3 55 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
a358a44e 56 (Setf Extensions): Remove obsolete reference.
2027b1b3 57 (Obsolete Setf Customization):
651af8c6 58 Move note on lack of setf functions to lispref/variables.texi.
ab7f1c43 59 Undocument get-setf-method, since it no longer exists.
a358a44e 60 Mention simple defsetf replaced by gv-define-simple-setter.
651af8c6 61
c65b407b
GM
622012-11-03 Glenn Morris <rgm@gnu.org>
63
64 * cl.texi: Further general copyedits.
685b0026
GM
65 (List Functions): Remove copy-tree, standard elisp for some time.
66 (Efficiency Concerns): Comment out examples that no longer apply.
67 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
68 (Creating Symbols, Random Numbers): De-emphasize internal
69 variables cl--gensym-counter and cl--random-state. (Bug#12788)
c65b407b 70
7fbf8f7b
GM
712012-11-02 Glenn Morris <rgm@gnu.org>
72
73 * cl.texi (Naming Conventions, Type Predicates, Macros)
74 (Predicates on Numbers): No longer mention cl-floatp-safe.
75
df43dd53
GM
762012-11-01 Glenn Morris <rgm@gnu.org>
77
78 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
79 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
80 (Macro Bindings, Blocks and Exits):
81 Acknowledge existence of lexical-binding.
82 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 83
69c1c2e6
GM
842012-10-31 Glenn Morris <rgm@gnu.org>
85
dd90fd1a
GM
86 * ert.texi (Introduction, The @code{should} Macro):
87 Refer to "cl-assert" rather than "assert".
88
69c1c2e6
GM
89 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
90 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
91 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
92 Reword, and add details of flet and labels.
87b0d8b1 93 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 94
4ddedf94
GM
952012-10-30 Glenn Morris <rgm@gnu.org>
96
97 * cl.texi (Modify Macros): Update for cl-letf changes.
98 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
99 (Setf Extensions): Partially restore note about cl-getf,
100 mainly moved to lispref/variables.texi.
101 (Property Lists): Fix cl-getf typos.
f43a5263 102 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 103
d3094168
GM
1042012-10-29 Glenn Morris <rgm@gnu.org>
105
106 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 107 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 108 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
109 (Modify Macros, Multiple Values, Other Clauses):
110 Remove mentions of obsolete features.
6a07d52e 111 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 112
3c0c6155
GM
1132012-10-28 Glenn Morris <rgm@gnu.org>
114
f94b04fc
GM
115 * cl.texi (Multiple Values, Common Lisp Compatibility):
116 More namespace updates.
117 (Obsolete Features): Copyedits.
118 (Obsolete Lexical Macros, Obsolete Setf Customization):
119 New subsections.
120
9c52d61d
GM
121 * cl.texi (Porting Common Lisp, Lexical Bindings):
122 Add some xrefs to the Elisp manual.
123
3c0c6155
GM
124 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
125 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
126 (Obsolete Features): New appendix. Move Lexical Bindings here.
127
5887564d
GM
1282012-10-27 Glenn Morris <rgm@gnu.org>
129
e1117425
GM
130 * cl.texi: Use defmac for macros rather than defspec.
131 (Efficiency Concerns): Related copyedit.
132
5887564d
GM
133 * cl.texi (Control Structure): Update for setf now being in core.
134 (Setf Extensions): Rename from Basic Setf. Move much of the
135 former content to lispref/variables.texi.
136 (Modify Macros): Move pop, push details to lispref/variables.texi.
137 (Customizing Setf): Copyedits for setf etc being in core.
138 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
139 Further namespaces updates.
140
bdebdb64
BG
1412012-10-26 Bastien Guerry <bzg@gnu.org>
142
143 * org.texi (Installation): Update the link to Org's ELPA. Also
144 don't mention org-install.el anymore as the replacement file
145 org-loaddefs.el is now loaded by org.el.
146
f956e59d
MA
1472012-10-25 Michael Albinus <michael.albinus@gmx.de>
148
149 * tramp.texi (Frequently Asked Questions): Mention
150 `tramp-completion-reread-directory-timeout' for performance
151 improvement.
152
a05cb6e3
GM
1532012-10-25 Glenn Morris <rgm@gnu.org>
154
155 * cl.texi: Don't mess with the TeX section number counter.
156 Use Texinfo recommended convention for quotes+punctuation.
157 (Overview, Sequence Functions): Rephrase for better line-breaking.
158 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
159 (Macro Bindings, Conditionals, Iteration, Loop Basics)
160 (Random Numbers, Mapping over Sequences, Structures)
161 (Porting Common Lisp): Further updates for cl-lib namespace.
162 (Modify Macros, Declarations, Macro Bindings, Structures):
163 Break long lines in examples.
164 (Dynamic Bindings): Update for changed progv behavior.
165 (Loop Examples, Efficiency Concerns): Markup fixes.
166 (Structures): Remove TeX margin change.
39ff2cf3 167 (Declarations): Fix typos.
a05cb6e3 168
39a58b5b
GM
1692012-10-24 Glenn Morris <rgm@gnu.org>
170
a6880551
GM
171 * cl.texi (Overview, Multiple Values, Creating Symbols)
172 (Numerical Functions): Say less/nothing about the original cl.el.
173 (Old CL Compatibility): Remove.
174 (Assertions): Remove ignore-errors (standard Elisp for some time).
175
39a58b5b
GM
176 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
177 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
178 (Efficiency Concerns, Efficiency Concerns)
179 (Common Lisp Compatibility, Old CL Compatibility):
180 Further updates for cl-lib namespace.
181
72ec96fb
PE
1822012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
183
184 Update manual for new time stamp format (Bug#12706).
185 * emacs-mime.texi (time-date): Update for new format.
186 Also, fix bogus time stamp and modernize a bit.
187
8d6510b9
GM
1882012-10-23 Glenn Morris <rgm@gnu.org>
189
190 * cl.texi: Include emacsver.texi. Use Emacs version number rather
191 than unchanging cl.el version number.
192 End all menu descriptions with a period.
193 Do not use @dfn{CL} for every instance of "CL".
194 (Overview): Remove no-runtime caveat, and note about foo* names.
195 (Usage): Use cl-lib rather than cl.
196 (Organization, Naming Conventions): Update for cl-lib.el.
197 (Installation): Remove long-irrelevant node.
198 (Program Structure, Predicates, Control Structure):
199 Start updating for cl-lib namespace.
8d6510b9
GM
200 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
201 Depend on emacsver.texi.
202
0a078f36
MA
2032012-10-09 Michael Albinus <michael.albinus@gmx.de>
204
205 * trampver.texi: Update release number.
206
a03bb33f
GM
2072012-10-06 Glenn Morris <rgm@gnu.org>
208
24636b26
GM
209 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
210 ERC version.
211 (Introduction): ERC is distributed with Emacs.
212 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
213 (Getting Started): Simplify.
214 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
215 (History): Mention ERC maintained as part of Emacs now.
216 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
217 Add dependency on emacsver.texi.
218
a03bb33f
GM
219 * erc.texi: Remove hand-written node pointers.
220
d259be38
GM
2212012-10-05 Glenn Morris <rgm@gnu.org>
222
223 * newsticker.texi (Overview, Requirements, Usage, Configuration):
224 Copyedits.
225
62a81506
CY
2262012-10-01 Eric Ludlam <zappo@gnu.org>
227
228 * ede.texi (Quick Start, Project Local Variables)
229 (Miscellaneous commands, ede-java-root, Development Overview)
230 (Detecting a Project): New nodes.
231 (Simple projects): Node deleted.
232
233 * eieio.texi (Building Classes): Some slot attributes cannot be
234 overridden.
235 (Slot Options): Remove an example.
236 (Method Invocation, Documentation): New nodes.
237
07f133bf
GM
2382012-10-01 Glenn Morris <rgm@gnu.org>
239
240 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
241 (reftex.pdf): Add dependency on emacsver.texi.
242 * reftex.texi: Don't include directory part for emacsver.texi;
243 the Makefile's -I handles it.
244
4f595e15
RA
2452012-09-30 Ralf Angeli <angeli@caeruleus.net>
246
247 Merge from standalone RefTeX repository.
248
249 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
250 with macros.
251 (Imprint): Mention Wolfgang in list of contributors.
252 (Creating Citations): Give a hint about how to
253 auto-revert the BibTeX database file when using external editors.
254 (Referencing Labels): Simplify section about reference macro
255 cycling.
256 (Options (Referencing Labels)): Adapt to new structure of
257 `reftex-ref-style-alist'.
258 (Referencing Labels, Reference Styles): Document changes in the
259 referencing functionality.
260 (Commands): Mention options for definition of header and footer in
261 BibTeX files.
262 (Options (Creating Citations)): Document
263 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
264 (Reference Styles): New section.
265 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
266 (Options (Referencing Labels)): Remove descriptions of deprecated
267 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
268 Add descriptions for `reftex-ref-style-alist' and
269 `reftex-ref-style-default-list'.
270 (Referencing Labels): Update regarding reference styles.
271 (Citation Styles): Mention support for ConTeXt.
272 (Options (Defining Label Environments)): Fix typo.
273 (Options (Creating Citations)): Document
274 `reftex-cite-key-separator'.
275
8223b1d2
BG
2762012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
277
278 * org.texi: Add description of ORG_ADD_CONTRIB to info
279 documentation. Add link to Worg for more details.
280
281 * org.texi: Clarify installation procedure. Provide link to the
282 build system description on Worg.
283
284 * org.texi: Remove reference to utils/, x11idle.c is now in
285 contrib/scripts.
286
287 * org.texi: Re-normalize to "Org mode" in manual.
288
289 * org.texi (Installation): Adapt documentation to new build
290 system. Mention GNU ELPA (since it needs to be handled like Emacs
291 built-in Org).
292
8223b1d2
BG
2932012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
294
295 * org.texi: Fix typo in description of the 'Hooks' section.
296
297 * org.texi: Add ID to the list of special properties.
298
2992012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
300
301 * org.texi (Moving subtrees): Document the ability to archive to a
302 datetree.
303
3042012-09-30 Bastien Guerry <bzg@altern.org>
305
306 * org.texi (Installation, Feedback, Batch execution): Use
307 (add-to-list 'load-path ... t) for the contrib dir.
308
309 * org.texi (results): Update documentation for ":results drawer"
310 and ":results org".
311
312 * org.texi (Column width and alignment): Fix typo.
313
314 * org.texi (Activation): Point to the "Conflicts" section.
315
316 * org.texi (Conflicts): Mention filladapt.el in the list of
317 conflicting packages.
318
319 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
320 not needed for versions of Emacs > 22.1.
321
322 * org.texi (History and Acknowledgments): Fix typo.
323
324 * org.texi (History and Acknowledgments): Add my own
325 acknowledgments.
326
327 * org.texi (Agenda commands): Document the new command and the new
328 option.
329
330 * org.texi (Agenda commands): Delete `org-agenda-action' section.
331 (Agenda commands): Reorder. Document `*' to toggle persistent
332 marks.
333
334 * org.texi (Agenda dispatcher): Mention
335 `org-toggle-agenda-sticky'.
336 (Agenda commands, Exporting Agenda Views): Fix typo.
337
338 * org.texi (Templates in contexts, Setting Options): Update to
339 reflect changes in how contexts options are processed.
340
341 * org.texi (Templates in contexts): Document the new structure of
342 the variables `org-agenda-custom-commands-contexts' and
343 `org-capture-templates-contexts'.
344
345 * org.texi (Templates in contexts): Document the new option
346 `org-capture-templates-contexts'.
347 (Storing searches): Document the new option
348 `org-agenda-custom-commands-contexts'.
349
350 * org.texi (Formula syntax for Lisp): Reformat.
351
352 * org.texi (Special properties, Column attributes)
353 (Agenda column view): Document the new special property
354 CLOCKSUM_T.
355
356 * org.texi (Template expansion): Document the new %l template.
357
358 * org.texi (Fast access to TODO states): Fix documentation about
359 allowed characters for fast todo selection.
360
361 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
362 use in `org-agenda-to-appt'.
363
364 * org.texi (Comment lines): Update wrt comments.
365
366 * org.texi (Resolving idle time): Document new keybinding.
367
368 * org.texi (Clocking commands): Document the use of S-M-<up/down>
369 on clock timestamps.
370
371 * org.texi (Fast access to TODO states): Explicitely says only
372 letters are supported as fast TODO selection keys.
373
374 * org.texi (Link abbreviations): Illustrate the use of the "%h"
375 specifier. Document the new "%(my-function)" specifier.
376
377 * org.texi (Clocking commands): New cindex.
378 (Clocking commands): Update documentation for `org-clock-in'.
379 Document `org-clock-in-last'. Mention `org-clock-out' and
380 `org-clock-in-last' as commands that can be globally bound.
381 (Resolving idle time): Document continuous clocking.
382
383 * org.texi (Top, Introduction): Fix formatting.
384 (Activation): Add index entries.
385 (Conventions): Update section.
386 (Embedded @LaTeX{}): Fix formatting.
387
388 * org.texi (Visibility cycling): Document `show-children'.
389
390 * org.texi (Using capture): Mention the `org-capture-last-stored'
391 bookmark as a way to jump to the last stored capture.
392
393 * org.texi (Uploading files): Fix typo.
394
395 * org.texi (Using capture): Document `C-0' as a prefix argument
396 for `org-capture'.
397
398 * org.texi (Agenda commands): Document persistent marks.
399
400 * org.texi (Template expansion): Update doc to reflect change.
401
402 * org.texi (Radio tables): Document the :no-escape parameter.
403
404 * org.texi (Repeated tasks): Document repeat cookies for years,
405 months, weeks, days and hours.
406
407 * org.texi (Export options): State that you can use the d: option
408 by specifying a list of drawers.
409
410 * org.texi (HTML preamble and postamble): Small doc improvement.
411
4122012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
413
414 * org.texi: The sections in the Exporting section of the manual
415 left out articles in the description of the org-export-as-*
416 commands, among other places. This patch adds them, adds a few
417 missing prepositions, and switches instances of "an HTML" to "a
418 html" for internal consistency.
419
420 * org.texi: Alter several examples of headings with timestamps in
421 them to include the timestamps in the body instead of the heading.
422
4232012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
424
425 * org.texi (Agenda dispatcher): Document sticky agenda views and
426 the new key for them.
427
4282012-09-30 Charles <millarc@verizon.net> (tiny change)
429
430 * org.texi (Advanced features): Fix error in table.
431
4322012-09-30 Feng Shu <tumashu@gmail.com>
433
434 * org.texi (@LaTeX{} fragments): Document imagemagick as an
435 alternative to dvipng.
436
4372012-09-30 François Allisson <francois@allisson.co> (tiny change)
438
439 * org.texi: Remove extra curly bracket.
440
4412012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
442
443 * org.texi (org-clock-in-last and org-clock-cancel): Update the
444 defkeys.
445
4462012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
447
448 * org.texi (Agenda commands): Fix two typos by giving
449 corresponding function names, according to
450 `org-agenda-view-mode-dispatch'.
451
4522012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
453
454 * org.texi (The spreadsheet): Fix typo.
455
4562012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
457
458 * org.texi (Tracking your habits): Point to the "Tracking TODO
459 state changes" section.
460
4612012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
462
463 * org.texi (Literal examples): Remove reference to unknown
464 `org-export-latex-minted' variable. Also simplify footnote since
465 `org-export-latex-listings' documentation is exhaustive already.
466
467 * org.texi (Plain lists): Remove reference to now hard-coded
468 `bullet' automatic rule.
469
4702012-09-30 Toby S. Cubitt <tsc25@cantab.net>
471
472 * org.texi: Updated documentation accordingly.
473
5087f097
PE
4742012-09-13 Paul Eggert <eggert@cs.ucla.edu>
475
476 * texinfo.tex: Merge from gnulib.
477
20121a26
MA
4782012-09-12 Michael Albinus <michael.albinus@gmx.de>
479
480 Sync with Tramp 2.2.6.
481
482 * tramp.texi (Bug Reports): Cleanup caches before a test run.
483
484 * trampver.texi: Update release number.
485
44677e30
PE
4862012-09-12 Paul Eggert <eggert@cs.ucla.edu>
487
488 * texinfo.tex: Merge from gnulib.
489
5a4c42ba
AA
4902012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
491
492 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
493 (bug#12096).
494
8e7046c3
JB
4952012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
496
1dcac243
JB
497 * calc.texi (Simplification modes, Conversions)
498 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
499 (The Calc Mode Line): Mention the mode line display for Basic
500 simplification mode.
501 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
502 simplifications.
503 (Basic Simplifications): Rename from "Limited Simplifications"
504 Replace "limited" by "basic" throughout.
505 (Algebraic Simplifications): Indicate that the algebraic
506 simplifications are done by default.
507 (Unsafe Simplifications): Mention `m E'.
508 (Simplification of Units): Mention `m U'.
509 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
510 (Kinds of Declarations, Functions for Declarations): Mention
511 "algebraic simplifications" instead of `a s'.
1dcac243 512 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 513
d2bd74ff
JB
5142012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
515
516 * calc.texi (Getting Started, Tutorial): Change simulated
517 Calc output to match actual output.
518 (Simplifying Formulas): Mention that algebraic simplification is now
519 the default.
520
77472261
EZ
5212012-07-28 Eli Zaretskii <eliz@gnu.org>
522
523 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
524 (Bug#12073)
525
09ae5da1
PE
5262012-07-25 Paul Eggert <eggert@cs.ucla.edu>
527
528 Prefer typical American spelling for "acknowledgment".
529 * calc.texi (History and Acknowledgments): Rename from
530 History and Acknowledgements.
531 * idlwave.texi (Acknowledgments):
532 * ses.texi (Acknowledgments):
533 * woman.texi (Acknowledgments): Rename from Acknowledgements.
534
c4444d16
PE
5352012-07-09 Paul Eggert <eggert@cs.ucla.edu>
536
537 Rename configure.in to configure.ac (Bug#11603).
538 * ede.texi (Compiler and Linker objects, ede-proj-project)
539 (ede-step-project): Prefer the name configure.ac to configure.in.
540
ef091c97
MA
5412012-07-06 Michael Albinus <michael.albinus@gmx.de>
542
543 * tramp.texi (Multi-hops): Introduce
544 `tramp-restricted-shell-hosts-alist'.
545
89b163db
G
5462012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
547
548 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
549 methods, so don't mention smtpmail here.
550
5512012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
552
553 * gnus.texi (Picons): Document gnus-picon-properties.
554
5552012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
556
557 * gnus.texi: Remove mention of compilation, as that's no longer
558 supported.
559
5602012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
561
562 * gnus.texi (Archived Messages): Mention
563 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
564
5652012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
566
567 * gnus.texi (Various Summary Stuff):
568 Remove mention of `gnus-propagate-marks'.
569
5702012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
571
572 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
573 which no longer exist.
574
5752012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
576
577 * gnus.texi (Archived Messages):
578 Document gnus-gcc-self-resent-messages.
579
5802012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
581
582 * message.texi (Mail Variables):
583 Mention the optional user parameter for X-Message-SMTP-Method.
584
5852012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
586
587 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
588
589 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
590
5912012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
592
593 * gnus.texi (Key Index): Change encoding to utf-8.
594
ac1a0ce1 5952012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
596
597 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
598
71cca84d
G
5992012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
600
601 * gnus.texi (Group Timestamp): Mention where to find documentation for
602 the `gnus-tmp-' variables (bug#11601).
603
888a7fc0
MA
6042012-06-11 Michael Albinus <michael.albinus@gmx.de>
605
606 Sync with Tramp 2.2.6-pre.
607
608 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
609 where appropriate.
610 (Ad-hoc multi-hops): New section.
611 (Remote processes): New subsection "Running remote processes on
612 Windows hosts".
613 (History): Add remote commands on Windows, and ad-hoc multi-hop
614 methods.
615 (External methods): "ControlPersist" must be set to "no" for the
616 `scpc' method.
617 (Remote processes): Add a note about `auto-revert-tail-mode'.
618 (Frequently Asked Questions): Use "scpx" in combination with
619 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
620
621 * trampver.texi: Update release number.
622
31ca4639 6232012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
624
625 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
626 compilation for html-mono.
627
0e8bbf66
PE
6282012-06-08 Paul Eggert <eggert@cs.ucla.edu>
629
630 * texinfo.tex: Merge from gnulib.
631
b8f061b3
KY
6322012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
633
634 * Makefile.in (echo-info): Don't try to install info files named
635 just ".info".
636
16af873e
GM
6372012-05-28 Glenn Morris <rgm@gnu.org>
638
c1dabff0
GM
639 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
640
16af873e
GM
641 * sc.texi: Nuke hand-written node pointers.
642 Fix top-level menu to match actual node order.
643
1d5b82ef
GM
6442012-05-27 Glenn Morris <rgm@gnu.org>
645
646 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
647 Some associated fixes, including not messing with chapno in cl.texi.
648
33017faf 6492012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
650
651 * org.texi (Durations and time values): Fix typo.
652
d14b0029
JB
6532012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
654
33017faf 655 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
656 Mention `calc-ensure-consistent-units'.
657
2f4cadd1 6582012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 659
9879e263
AS
660 * cc-mode.texi: Avoid space before macro in 4th argument of cross
661 reference commands. (Bug#11461)
662
78e91d08
AS
663 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
664
3fe7cdc8
GM
6652012-05-12 Glenn Morris <rgm@gnu.org>
666
9598ef0b
GM
667 * Makefile.in (mostlyclean): Add more TeX intermediates.
668
7d326a29
GM
669 * Makefile.in: Make it look more like the other doc Makefiles.
670 Use explicit $srcdir in all dependencies.
671 Remove cd $srcdir from rules.
672 (VPATH): Remove.
673 (infodir): Set to an absolute path.
674 (INFO_TARGETS): Use short names.
675 (mkinfodir): infodir is now absolute.
676 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
677
c7f95930 678 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 679 (.SUFFIXES): Disable implicit rules.
c7f95930 680
3fe7cdc8
GM
681 * Makefile.in (MKDIR_P): New, set by configure.
682 (mkinfodir): Use $MKDIR_P.
683
6f0652af
GM
6842012-05-07 Glenn Morris <rgm@gnu.org>
685
686 * forms.texi (Long Example): Update for changed location of files.
687
8045b906
GM
6882012-05-04 Glenn Morris <rgm@gnu.org>
689
690 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
691 (INFO_TARGETS): Use $INFO_EXT.
692 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
693 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
694 (INFO_TARGETS): Use $INFO_EXT.
695 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
696
9e7a4bcf
GM
6972012-05-02 Glenn Morris <rgm@gnu.org>
698
9aa071df
GM
699 * Makefile.in (echo-info): New phony target, used by top-level.
700
9e7a4bcf
GM
701 * viper.texi: Make direntry shorter (also it is no longer "newest").
702
703 * emacs-gnutls.texi, ert.texi, org.texi:
704 Fix dircategory, direntry to match info/dir.
705
31cc861c
GM
706 * faq.texi: Convert @inforefs to @xrefs.
707 Fix some malformed cross-references.
f9e320bb
GM
708 (File-name conventions): Shorten section name to avoid overfull line.
709 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 710
723ea6b5
TZ
7112012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
712
713 * auth.texi (Help for users): Update for .gpg file being second.
714
a8e7d6d7 7152012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
716
717 * org.texi (Agenda commands): Fix two typos: give corresponding
718 function names, according to `org-agenda-view-mode-dispatch'.
719
a8e7d6d7 7202012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
721
722 * faq.texi (Major packages and programs): Remove section.
723 There is no point listing 6 packages (cf etc/MORE.STUFF).
724 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 725
dcbf5805
MA
7262012-04-22 Michael Albinus <michael.albinus@gmx.de>
727
728 * dbus.texi (Version): New node.
729 (Properties and Annotations): Mention the object manager
730 interface. Describe dbus-get-all-managed-objects.
731 (Type Conversion): Floating point numbers are allowed, if an
732 anteger does not fit Emacs's integer range.
733 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
734 (Asynchronous Methods): Fix description of
735 dbus-call-method-asynchronously.
736 (Receiving Method Calls): Fix some minor errors. Add
737 dbus-interface-emacs.
738 (Signals): Describe unicast signals and the new match rules.
739 (Alternative Buses): Add the PRIVATE optional argument to
740 dbus-init-bus. Describe its new return value. Add dbus-setenv.
741
adee4030
GM
7422012-04-20 Glenn Morris <rgm@gnu.org>
743
744 * faq.texi (New in Emacs 24): New section.
745 (Packages that do not come with Emacs): Mention M-x list-packages.
746
35dc09a1 7472012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
748
749 * cc-mode.texi (c-offsets-alist): Correct a typo.
750
35dc09a1 7512012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
752
753 * org.texi (Deadlines and scheduling): Fix the example: the
754 DEADLINE item should come right after the headline. We enforce
755 this convention, so it is a bug not to illustrate it correctly in
756 the manual.
757
35dc09a1 7582012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
759
760 * org.texi (Agenda commands): Fix documentation bug by swapping
761 the equivalent keybindings to `org-agenda-next-line' with the ones
762 to `org-agenda-previous-line'.
763
35dc09a1 7642012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
765
766 * Makefile.in: Replace non-portable use of $< in ordinary rules.
767
e2560ea8
EZ
7682012-04-09 Eli Zaretskii <eliz@gnu.org>
769
770 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
771 emacs-gnutls.
772 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
773
6b4f4a2d
TZ
7742012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
775
250b840e 776 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
777
778 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
779
ca2c89b6
TZ
7802012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
781
782 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 783 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 784
aebd5f1a
GM
7852012-04-04 Glenn Morris <rgm@gnu.org>
786
787 * auth.texi (Secret Service API): Copyedits.
788 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
789 (Help for users, Help for developers)
790 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 791
0317dd51
MA
7922012-04-04 Michael Albinus <michael.albinus@gmx.de>
793
794 * auth.texi (Secret Service API): Add the missing text.
795
3d439cd1
CY
7962012-04-04 Chong Yidong <cyd@gnu.org>
797
798 * message.texi (Using PGP/MIME): Note that epg is now the default.
799
800 * gnus.texi: Reduce references to obsolete pgg library.
801 (Security): Note that epg is now the default.
802
803 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
804
805 * nxml-mode.texi (Completion): C-RET is no longer bound to
806 nxml-complete.
807
153ae947
BG
8082012-04-01 Jambunathan K <kjambunathan@gmail.com>
809
810 * org.texi (Customizing tables in ODT export): Correct few errors.
811
8122012-04-01 Jambunathan K <kjambunathan@gmail.com>
813
814 * org.texi (Links in ODT export): Update.
815 (Labels and captions in ODT export): New node.
816
8172012-04-01 Jambunathan K <kjambunathan@gmail.com>
818
819 * org.texi (Literal examples in ODT export): htmlfontify.el in
820 Emacs-24.1 now supports fontification. So ODT source blocks will
821 be fontified by default.
822
8232012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
824
825 * org.texi (Refiling notes): Remove duplicated keybinding.
826
8272012-04-01 Eric Schulte <eric.schulte@gmx.com>
828
829 * org.texi (noweb): Documentation of this new option to the :noweb
830 header argument.
831
8322012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
833
834 * org.texi (Header and sectioning): Add example demonstrating how
835 to use "LaTeX_CLASS_OPTIONS".
836
8372012-04-01 Eric Schulte <eric.schulte@gmx.com>
838
839 * org.texi (Noweb reference syntax): Describe the ability to
840 execute noweb references in the manual.
841
8422012-04-01 Eric Schulte <eric.schulte@gmx.com>
843
844 * org.texi (cache): Improve cache documentation when session
845 evaluation is used.
846
8472012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
848
849 * org.texi (Plain lists): Document removal.
850
8512012-04-01 Michael Brand <michael.ch.brand@gmail.com>
852
853 * org.texi: Decapitalize file name in references to Calc manual.
854
8552012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
856
857 * org.texi (Plain lists): Document removal.
858
8592012-04-01 Jambunathan K <kjambunathan@gmail.com>
860
861 * org.texi (Top, OpenDocument Text export)
862 (ODT export commands, Extending ODT export)
863 (Images in ODT export, Tables in ODT export)
864 (Configuring a document converter): Add or Update.
865
8662012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
867
868 * org.texi (MobileOrg): Change the wording to reflect that the
869 Android Version is no longer just the little brother of the iOS
870 version.
871
8722012-04-01 Eric Schulte <eric.schulte@gmx.com>
873
874 * org.texi (Key bindings and useful functions): Updated babel key
875 binding documentation in manual.
876
8772012-04-01 Eric Schulte <eric.schulte@gmx.com>
878
879 * org.texi (noweb): Document new noweb header value.
880
8812012-04-01 Eric Schulte <eric.schulte@gmx.com>
882
883 * org.texi (noweb-sep): Document new header argument.
884
8852012-04-01 Eric Schulte <eric.schulte@gmx.com>
886
887 * org.texi (noweb-ref): Documentation of this new custom variable.
888
8892012-04-01 Eric Schulte <eric.schulte@gmx.com>
890
891 * org.texi (wrap): Update the new :wrap documentation to match the
892 current implementation.
893
8942012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
895
896 * org.texi: Added documentation for :wrap.
897
8982012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
899
900 * org.texi: #+RESULTS now user-configurable.
901
9022012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
903
904 * org.texi: Documented :noweb no-export.
905
9062012-04-01 Thomas Dye <dk@poto.local>
907
908 * org.texi: Edit :noweb no header argument for correctness.
909
9102012-04-01 Bastien Guerry <bzg@altern.org>
911
912 * org.texi (Customization): Update the approximate number of Org
913 variables.
914
9152012-04-01 Thomas Dye <dk@poto.local>
916
917 * org.texi: The :results wrap produces a drawer instead of a
918 begin_results block.
919
005a89ff
G
9202012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
921
922 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
923 reflect the new default.
924
589ce070
EZ
9252012-03-10 Eli Zaretskii <eliz@gnu.org>
926
927 * info.texi (Expert Info): Move the index entry for "Texinfo" from
928 "Getting Started" to this node. (Bug#10450)
929
a5392527
CY
9302012-03-10 Chong Yidong <cyd@gnu.org>
931
8ae818e4
CY
932 * flymake.texi (Example -- Configuring a tool called via make):
933 Mention the Automake COMPILE variable (Bug#8715).
934
a5392527
CY
935 * info.texi (Getting Started): Add an index entry (Bug#10450).
936
d49902e4
MA
9372012-03-02 Michael Albinus <michael.albinus@gmx.de>
938
939 * dbus.texi (Signals): Known names will be mapped onto unique
940 names, when registering for signals.
941
53eced6d
GM
9422012-02-29 Glenn Morris <rgm@gnu.org>
943
bcd6cd23
GM
944 * url.texi: Fix quote usage in body text.
945
775b55af
GM
946 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
947
53eced6d
GM
948 * cl.texi: Use @code{} in menus when appropriate.
949
44e97401
GM
9502012-02-28 Glenn Morris <rgm@gnu.org>
951
952 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
953 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
954 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
955 * org.texi, sc.texi, vip.texi, viper.texi:
956 Standardize possessive apostrophe usage.
957
fa9a0855
CY
9582012-02-26 Chong Yidong <cyd@gnu.org>
959
960 * ediff.texi (Quick Help Commands): Add a couple of index entries
961 (Bug#10834).
962
0fd2c9a3
GM
9632012-02-17 Glenn Morris <rgm@gnu.org>
964
965 * gnus.texi (Posting Styles):
966 * remember.texi (Org): Fix cross-refs to other manuals.
967
9f26dc24
GM
9682012-02-15 Glenn Morris <rgm@gnu.org>
969
970 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
971 (Encryption): New chapter, split out from previous.
972
3d2af193
LI
9732012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
974
975 * gnus.texi (Customizing the IMAP Connection): Mention
976 nnimap-record-commands.
977
b74c9672
GM
9782012-02-10 Glenn Morris <rgm@gnu.org>
979
980 * url.texi (Retrieving URLs): Update url-retrieve arguments.
981 Mention url-queue-retrieve.
982
2ebc3b94
GM
9832012-02-09 Glenn Morris <rgm@gnu.org>
984
9fcfcdef
GM
985 * sem-user.texi (Semantic mode user commands): Typo fix.
986
2ebc3b94
GM
987 * info.texi (Create Info buffer): Mention info-display-manual.
988
7c4bbb69
LI
9892012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
990
991 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
992 example (modified from an example by Michael Albinus).
993
debce7bc
G
9942012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
995
996 * gnus.texi (Agent Basics): Fix outdated description of
997 `gnus-agent-auto-agentize-methods'.
998
b207a4ec
AS
9992012-01-28 Andreas Schwab <schwab@linux-m68k.org>
1000
1001 * cc-mode.texi: Always @defindex ss.
1002 (Config Basics): Fix argument of @itemize.
1003 (Macro Backslashes): Add @code around index entry.
1004
b8fe8712
GM
10052012-01-23 Glenn Morris <rgm@gnu.org>
1006
1007 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
1008
02dc2fd7
EH
10092012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
1010
1011 * tramp.texi (File): Tweak wording for the `scpc' option.
1012
e7719ea1
G
10132012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1014
1015 * gnus.texi (Group Parameters): Really note precedence.
1016
9937bef4
G
10172012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1018
1019 * gnus.texi (Group Parameters): Note precedence.
1020
e66ba1df
BG
10212012-01-03 Eric Schulte <eric.schulte@gmx.com>
1022
1023 * org.texi (Noweb reference syntax): Adding documentation of
1024 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1025 variable.
1026
10272012-01-03 Bastien Guerry <bzg@gnu.org>
1028
1029 * org.texi (Plain lists): Split the table to fix the display
1030 of items.
1031
10322012-01-03 Bastien Guerry <bzg@gnu.org>
1033
1034 * org.texi (Plain lists): Fix misplaced explanation.
1035
10362012-01-03 Bastien Guerry <bzg@gnu.org>
1037
1038 * org.texi (Plain lists, Agenda files): Add index entries.
1039
10402012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1041
1042 * org.texi: Use "Org mode" instead of alternatives like
1043 "Org-mode" or "org-mode".
1044
10452012-01-03 Bernt Hansen <bernt@norang.ca>
1046
1047 * org.texi (Agenda commands): Document
1048 `org-clock-report-include-clocking-task'.
1049
10502012-01-03 Bastien Guerry <bzg@gnu.org>
1051
1052 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1053 C-c' on checkboxes.
1054
10552012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1056
1057 * org.texi: End sentences with two spaces.
1058
10592012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1060
1061 * org.texi (External links): Document the link types file+sys
1062 and file+emacs, slightly narrow used page width.
1063
10642012-01-03 Eric Schulte <eric.schulte@gmx.com>
1065
1066 * org.texi (colnames): Note that colnames behavior may differ
1067 across languages.
1068
10692012-01-03 Bastien Guerry <bzg@gnu.org>
1070
1071 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1072
10732012-01-03 Thomas Dye <dk@poto.westell.com>
1074
1075 * org.texi: Augmented discussion of babel property
1076 inheritance. Put footnote outside sentence ending period.
1077
10782012-01-03 Eric Schulte <schulte.eric@gmail.com>
1079
1080 * org.texi (eval): Documenting the full range of :eval header
1081 argument values.
1082
10832012-01-03 Eric Schulte <schulte.eric@gmail.com>
1084
1085 * org.texi (eval): Documentation of the new :eval option.
1086
10872012-01-03 Thomas Dye <dk@poto.local>
1088
1089 * org.texi: Add accumulated properties.
1090
10912012-01-03 Thomas Dye <dk@poto.local>
1092
1093 * org.texi: Documented no spaces in name=assign, another
1094 correction to :var table.
1095
10962012-01-03 Thomas Dye <dk@poto.local>
1097
1098 * org.texi: Changed DATA to NAME in Working With Source Code
1099 section.
1100
11012012-01-03 Tom Dye <tsd@tsdye.com>
1102
1103 * org.texi: Minor change to :var table.
1104
11052012-01-03 Tom Dye <tsd@tsdye.com>
1106
1107 * org.texi: More changes to :var table (some examples were wrong).
1108
11092012-01-03 Tom Dye <tsd@tsdye.com>
1110
1111 * org.texi: Cleaned up :var table.
1112
11132012-01-03 Bastien Guerry <bzg@gnu.org>
1114
1115 * org.texi (Timestamps, Weekly/daily agenda)
1116 (Weekly/daily agenda): Add @cindex for "appointment".
1117
11182012-01-03 Eric Schulte <schulte.eric@gmail.com>
1119
1120 * org.texi (Literal examples): A new link to the template for
1121 inserting empty code blocks.
1122 (Structure of code blocks): A new link to the template for
1123 inserting empty code blocks.
1124
11252012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1126
1127 * org.texi (External links): Add footnote on how the behavior
1128 of the text search in Org files are controled by the variable
1129 `org-link-search-must-match-exact-headline'.
1130
11312012-01-03 Eric Schulte <schulte.eric@gmail.com>
1132
1133 * org.texi (Buffer-wide header arguments): Update
1134 documentation to reflect removal of #+PROPERTIES.
1135
11362012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1137
1138 * org.texi (The clock table): Mention that ACHIVED trees
1139 contribute to the clock table.
1140
11412012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1142
1143 * org.texi (Conflicts): Better yasnippet config info.
1144
11452012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1146
1147 * org.texi (Selective export): Explicitely mention the default
1148 values for `org-export-select-tags',
1149 `org-export-exclude-tags'.
1150
11512012-01-03 Tom Dye <tsd@tsdye.com>
1152
1153 * org.texi: Added a line to specify that header arguments are
1154 lowercase.
1155
11562012-01-03 Tom Dye <tsd@tsdye.com>
1157
1158 * org.texi: :var requires default value when declared.
1159
11602012-01-03 Bastien Guerry <bzg@gnu.org>
1161
1162 * org.texi (Handling links): Add a note about the
1163 `org-link-frame-setup' option.
1164
11652012-01-03 David Maus <dmaus@ictsoc.de>
1166
1167 * org.texi (Exporting Agenda Views, Extracting agenda
1168 information): Fix command line syntax, quote symbol parameter
1169 values.
1170
11712012-01-03 David Maus <dmaus@ictsoc.de>
1172
1173 * org.texi (Exporting Agenda Views): Fix command line syntax.
1174
8d80ef01
PE
11752011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1176
1177 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1178 Use octal notation for file permissions, which are normally
1179 thought of in octal.
1180 (Mail Back End Variables): Use more-plausible modes in example.
1181
47d42d81
AM
11822011-12-20 Alan Mackenzie <acm@muc.de>
1183
1184 * cc-mode.texi: Update version string 5.31 -> 5.32.
1185
a98edce9
JB
11862011-12-06 Juanma Barranquero <lekktu@gmail.com>
1187
1188 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1189
321decc8
GM
11902011-11-24 Glenn Morris <rgm@gnu.org>
1191
1192 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1193
f8107b79
JB
11942011-11-24 Juanma Barranquero <lekktu@gmail.com>
1195
1196 * makefile.w32-in: Update dependencies.
1197
f5a96a4f
GM
11982011-11-20 Glenn Morris <rgm@gnu.org>
1199
1200 * gnus.texi (Group Information):
1201 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1202
cd1181db
JB
12032011-11-20 Juanma Barranquero <lekktu@gmail.com>
1204
1205 * gnus-coding.texi (Gnus Maintenance Guide):
1206 Rename from "Gnus Maintainance Guide".
1207
1208 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1209 * eieio.texi (Customizing):
fe7a3057
JB
1210 * gnus.texi (Article Washing):
1211 * gnus-news.texi:
1212 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 1213
7877f373
JB
12142011-11-16 Juanma Barranquero <lekktu@gmail.com>
1215
1216 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1217
0d26e0b6
JB
12182011-11-15 Juanma Barranquero <lekktu@gmail.com>
1219
c7015153
JB
1220 * ede.texi (project-am-texinfo):
1221 * gnus.texi (Sending or Not Sending):
1222 * org.texi (Template elements): Fix typos.
0d26e0b6 1223
0b381c7e
JB
12242011-11-14 Juanma Barranquero <lekktu@gmail.com>
1225
1226 * ediff.texi (Hooks):
c7015153 1227 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 1228
40a8bdf6
JB
12292011-11-11 Juanma Barranquero <lekktu@gmail.com>
1230
1231 * semantic.texi (Tag handling): Fix typo.
1232
57dda3bb
KY
12332011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1234
1235 * gnus.texi (Other Gnus Versions): Remove.
1236
52bedd34
AM
12372011-10-28 Alan Mackenzie <acm@muc.de>
1238
1239 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1240 (Other Special Indentations): Add an xref to "Macros with ;".
1241 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1242 "Macros with ;".
1243 (Macros with ;): New page.
1244
00b77525
GM
1245 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1246 Document the new handling of nested scopes for movement by defuns.
52bedd34 1247
4a623313
MA
12482011-10-23 Michael Albinus <michael.albinus@gmx.de>
1249
1250 Sync with Tramp 2.2.3.
1251
1252 * trampver.texi: Update release number.
1253
466a320e
GM
12542011-10-14 Glenn Morris <rgm@gnu.org>
1255
1256 * ert.texi (Introduction, How to Run Tests)
1257 (Running Tests Interactively, Expected Failures)
1258 (Tests and Their Environment, Useful Techniques)
1259 (Interactive Debugging, Fixtures and Test Suites):
1260 Minor rephrasings.
1261 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1262 (Running Tests in Batch Mode): Simplify loading instructions.
1263 (Test Selectors): Clarify some selectors.
1264 (Expected Failures, Useful Techniques):
1265 Make examples fit in 80 columns.
1266
2be4956d
JB
12672011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1268
1269 * calc.texi (Basic Operations on Units): Discuss temperature
1270 conversion (`u t') alongside with other unit conversions ('u c').
1271
7359a765
GM
12722011-10-12 Glenn Morris <rgm@gnu.org>
1273
1274 * ert.texi: Whitespace trivia to make main menu items line up better.
1275
a0c52e5d
GM
12762011-10-08 Glenn Morris <rgm@gnu.org>
1277
1278 * Makefile.in: Fix ert rules.
1279
465d0300
G
12802011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1281
1282 * gnus.texi (Gnus Utility Functions): Add more references and
1283 explanations (bug#9683).
1284
a5166359
LMI
12852011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1286
1287 * gnus.texi (Archived Messages): Note the default (bug#9552).
1288
b523dc20
BW
12892011-09-21 Bill Wohler <wohler@newt.com>
1290
1291 Release MH-E manual version 8.3.
1292
58179cce 1293 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
1294 release 8.3.
1295 (Preface): Updated support information.
bd7239f5 1296 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
1297 historical quote, the tense should be correct in the time that it
1298 was written.
1299
0afb49a1
LMI
13002011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1301
1302 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1303 (Finding the News): Doc clarification.
1304 (Terminology): Mention naming.
1305
e21bac42
G
13062011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1307
1308 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1309 (Interactive): Document `quiet'.
1310
5b409b39 13112011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 1312
bd7239f5 1313 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 1314
5b409b39 13152011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1316
bd7239f5 1317 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
1318 scope for `org-map-entries'.
1319
5b409b39 13202011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1321
1322 * org.texi (Visibility cycling): Document `org-copy-visible'.
1323
5b409b39 13242011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1325
bd7239f5 1326 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
1327 proper order.
1328
5b409b39 13292011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1330
1331 * org.texi (eval): Expand discussion of the :eval header argument.
1332
5b409b39 13332011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1334
1335 * org.texi (Languages): Add Lilypond and Awk as supported
1336 languages.
1337
5b409b39 13382011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 1339
bd7239f5 1340 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
1341 LOG_INTO_DRAWER can be used to override the contents of variable
1342 org-clock-into-drawer (or if unset, org-log-into-drawer).
1343
bd7239f5 1344 * org.texi: Replace @xref->@pxref.
3ab2c837 1345
5b409b39 13462011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1347
1348 * org.texi (Evaluating code blocks): Documenting the new option
1349 for inline call lines.
1350
5b409b39 13512011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1352
1353 * org.texi (Results of evaluation): More explicit about the
1354 mechanism through which interactive evaluation of code is
1355 performed.
1356
5b409b39 13572011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1358
1359 * org.texi (noweb-ref): New header argument documentation.
1360
5b409b39 13612011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1362
1363 * org.texi (Extracting source code): Documentation of the new
1364 org-babel-tangle-named-block-combination variable.
1365
5b409b39 13662011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1367
bd7239f5 1368 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 1369 behavior of multiple blocks of the same name is undefined.
3ab2c837 1370
5b409b39 13712011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
1372
1373 * org.texi (TaskJuggler export): Modify the example to reflect the
1374 new effort durations.
1375
5b409b39 13762011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1377
1378 * org.texi (Images in LaTeX export): Escape curly brackets in
1379 LaTeX example.
1380
5b409b39 13812011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1382
1383 * org.texi (The clock table): Document the :properties and
1384 :inherit-props arguments for the clocktable.
1385
5b409b39 13862011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1387
1388 * org.texi (Tables in LaTeX export): Document specifying placement
1389 options for tables.
1390
5b409b39 13912011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1392
1393 * org.texi (Evaluating code blocks): More specific documentation
1394 about the different types of header arguments.
1395
5b409b39 13962011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
1397
1398 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1399
5b409b39 14002011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1401
1402 * org.texi (Built-in table editor): Document the table field
1403 follow mode.
1404
5b409b39 14052011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1406
1407 * org.texi (Easy Templates): Document new template.
1408
5b409b39 14092011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1410
1411 * org.texi (Literal examples): Add a cross-reference from "Literal
1412 Examples" to "Easy Templates."
1413
5b409b39 14142011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1415
1416 * org.texi (The clock table): Add link to match syntax.
1417
5b409b39 14182011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1419
1420 * org.texi (Agenda commands): Document clock consistency checks.
1421
5b409b39 14222011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1423
1424 * org.texi (Built-in table editor): Document that \vert represents
1425 a vertical bar in a table field.
1426
5b409b39 14272011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1428
1429 * org.texi (Literal examples): Link from "Markup" > "Literate
1430 Examples" to "Working with Source Code".
1431
5b409b39 14322011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1433
1434 * org.texi (Agenda commands): Doc for function option to bulk
1435 action.
1436
5b409b39 14372011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1438
1439 * org.texi (Template expansion): Document new %<...> template
1440 escape.
1441
5b409b39 14422011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1443
1444 * org.texi (Selective export): Document exclusion of any tasks
1445 from export.
1446
5b409b39 14472011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1448
1449 * org.texi (Selective export): Document how to exclude DONE tasks
1450 from export.
1451 (Publishing options): Document the properties to be used to turn off
1452 export of DONE tasks.
1453
5b409b39 14542011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1455
1456 * org.texi (The date/time prompt): Document date range protection.
1457
5b409b39 14582011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1459
1460 * org.texi (padline): Documentation of the new padline header
1461 argument.
1462
5b409b39 14632011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1464
1465 * org.texi (var): Adding "[" to list of characters triggering
1466 elisp evaluation.
1467
5b409b39 14682011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1469
1470 * org.texi (var): Documentation of Emacs Lisp evaluation during
1471 variable assignment.
1472
5b409b39 14732011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1474
1475 * org.texi (colnames): Reference indexing into variables, and note
1476 that colnames are *not* removed before indexing occurs.
1477 (rownames): Reference indexing into variables, and note that
1478 rownames are *not* removed before indexing occurs.
1479
5b409b39 14802011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1481
1482 * org.texi (var): Clarification of indexing into tabular
1483 variables.
1484
5b409b39 14852011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1486
1487 * org.texi (results): Documentation of the `:results wrap' header
1488 argument.
1489
5b409b39 14902011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1491
bd7239f5 1492 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
1493 of the LaTeX export: the org file has to be properly structured.
1494
5b409b39 14952011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1496
1497 * org.texi (Dynamic blocks, Structure editing): Mention
1498 the function `org-narrow-to-block'.
1499
5b409b39 15002011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1501
1502 * org.texi (Languages): Updating list of code block supported
1503 languages.
1504
5b409b39 15052011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1506
1507 * org.texi (Special properties): CATEGORY is a special property,
1508 but it may also used in the drawer.
1509
5b409b39 15102011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1511
1512 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1513
5b409b39 15142011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1515
1516 * org.texi (Include files): Document :lines.
1517
5b409b39 15182011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1519
1520 * org.texi (comments): Documentation of the ":comments noweb" code
1521 block header argument.
1522
5b409b39 15232011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1524
1525 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1526 added extra whitespace around functions to be consistent with the
1527 rest of the section.
1528
5b409b39 15292011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1530
0b381c7e 1531 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
1532 #+call: line syntax.
1533 (Header arguments in function calls): Expanded discussion of
1534 #+call: line syntax.
1535
5b409b39 15362011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1537
1538 * org.texi (Evaluating code blocks): More explicit about how to
1539 pass variables to #+call lines.
1540
5b409b39 15412011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1542
1543 * org.texi (Results of evaluation): Link to the :results header
1544 argument list from the "Results of evaluation" section.
1545
5b409b39 15462011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1547
1548 * org.texi (Conflicts): Adding additional information about
1549 resolving org/yasnippet conflicts.
1550
5b409b39 15512011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1552
1553 * org.texi (Publishing options): Document style-include-scripts
1554 publishing project property.
1555
5b409b39 15562011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1557
1558 * org.texi (Sparse trees): Document the next-error /
1559 previous-error functionality.
1560
5b409b39 15612011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1562
1563 * org.texi (cache): Improved documentation of code block caches.
1564
5b409b39 15652011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1566
1567 * org.texi (Code block specific header arguments): Documentation
1568 of multi-line header arguments.
1569
5b409b39 15702011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1571
1572 * org.texi (Code evaluation security): Add example for using a
1573 function.
1574
5b409b39 15752011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1576
1577 * org.texi (Tables in LaTeX export): Documentation of new
1578 attr_latex options for tables.
1579
5b409b39
BG
15802011-08-03 Michael Albinus <michael.albinus@gmx.de>
1581
1582 * trampver.texi: Update release number.
1583
15842011-07-30 Michael Albinus <michael.albinus@gmx.de>
1585
1586 Sync with Tramp 2.2.2.
1587
1588 * trampver.texi: Update release number.
1589
064e2d08
LMI
15902011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1591
1592 * flymake.texi (Example -- Configuring a tool called via make):
1593 Use /dev/null instead of the Windows "nul" (bug#8715).
1594
b8151e9c
LMI
15952011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1596
1597 * widget.texi (Setting Up the Buffer): Remove mention of the
1598 global keymap parent, which doesn't seem to be accurate
1599 (bug#7045).
1600
5b409b39
BG
16012011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1602
1603 * org.texi (Special agenda views): Fix double quoting (bug#3509).
1604
c0a8ae95
KR
16052010-07-10 Kevin Ryde <user42@zip.com.au>
1606
1607 * cl.texi (For Clauses): Add destructuring example processing an
1608 alist (bug#6596).
1609
ac6531ad
LMI
16102011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1611
1612 * ediff.texi (Major Entry Points): Remove mention of `require',
1613 since that's not pertinent in the installed Emacs (bug#9016).
1614
d30dd079
G
16152011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1616
1617 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
1618 (Filtering New Groups): Clarify how simple the "options -n" format is.
1619 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1620 is internal.
d30dd079 1621
862c0d68
MA
16222011-07-04 Michael Albinus <michael.albinus@gmx.de>
1623
1624 * tramp.texi (Cleanup remote connections): Add
1625 `tramp-cleanup-this-connection'.
1626
cd865a33
G
16272011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1628
1629 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1630 zombies.
1631 (Checking New Groups): Ditto (bug#8974).
7d1738f1 1632 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
1633
16342011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1635
1636 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1637 backups, and not actual vc (bug#8975).
1638
79414ae4
KR
16392011-07-03 Kevin Ryde <user42@zip.com.au>
1640
1641 * cl.texi (For Clauses): @items for hash-values and key-bindings
1642 to make them more visible when skimming. Add examples of `using'
1643 clause to them, examples being clearer than a description in
1644 words (bug#6599).
1645
847ccf7c
AM
16462011-07-01 Alan Mackenzie <acm@muc.de>
1647
1648 * cc-mode.texi (Guessing the Style): New page.
1649 (Styles): Add a short introduction to above.
1650
3da13bb9
DD
16512011-06-28 Deniz Dogan <deniz@dogan.se>
1652
1653 * rcirc.texi (Configuration): Bug-fix:
1654 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1655 Reported by Elias Pipping <pipping@exherbo.org>.
1656
60a0884e
G
16572011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1658
1659 * gnus.texi (Summary Mail Commands): Document
1660 `gnus-summary-reply-to-list-with-original'.
1661
0c7efc08
SM
16622011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1663
1664 * eshell.texi (Known problems): Fix typo.
1665
ea3596a2
MA
16662011-06-12 Michael Albinus <michael.albinus@gmx.de>
1667
0c7efc08 1668 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1669 (Password handling): `auth-source-debug' is good for debug messages.
1670
2da9c605
G
16712011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1672
1673 * gnus.texi (Store custom flags and keywords): Refer to
1674 `gnus-registry-article-marks-to-{chars,names}' instead of
1675 `gnus-registry-user-format-function-{M,M2}'.
1676
e61923c8
GM
16772011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1678
1679 * texinfo.tex: Merge from gnulib.
1680
627abcdd
TZ
16812011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1682
1683 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1684 (Store custom flags and keywords):
1685 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1686 `gnus-registry-user-format-function-M2'.
1687
a3c92bc1
EZ
16882011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1689
8f906c40 1690 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1691
85d870a9
GM
16922011-05-17 Glenn Morris <rgm@gnu.org>
1693
1694 * gnus.texi (Face): Fix typo.
1695
2cdee799
GM
16962011-05-14 Glenn Morris <rgm@gnu.org>
1697
1698 * dired-x.texi (Omitting Examples): Minor addition.
1699
79b70037
GM
17002011-05-10 Jim Meyering <meyering@redhat.com>
1701
1702 * ede.texi: Fix typo "or or -> or".
1703
a7111a62 17042011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1705
1706 * gnus.texi (Summary Buffer Lines):
1707 gnus-summary-user-date-format-alist does not exist.
1708 (Sorting the Summary Buffer): More about sorting threads.
1709
69026aba
MA
17102011-04-25 Michael Albinus <michael.albinus@gmx.de>
1711
1712 * trampver.texi: Update release number.
1713
9024ff79
MA
17142011-04-14 Michael Albinus <michael.albinus@gmx.de>
1715
1716 * tramp.texi (Frequently Asked Questions): New item for disabling
1717 Tramp in other packages.
1718
c3c65d73
TZ
17192011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1720
1721 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1722 (Fancy splitting to parent, Store arbitrary data):
1723 Updated gnus-registry docs.
c3c65d73 1724
9ec6a317
JB
17252011-04-13 Juanma Barranquero <lekktu@gmail.com>
1726
1727 * ede.texi: Fix typos.
1728
1e3b6001
G
17292011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1730
9ec6a317
JB
1731 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1732 It's @table @code.
1e3b6001 1733
a5954fa5
G
17342011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1735
ed9265fc 1736 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 1737
d71990a1
JB
17382011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1739
1740 * calc.texi (Logarithmic Units): Update the function names.
1741
1518e4f0
G
17422011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1743
1744 * message.texi (Various Commands): Document format specs in the
1745 ellipsis.
1746
a123622d
G
17472011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1748
1749 * message.texi (Insertion Variables): Document message-cite-style.
1750
17512011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1752
1753 * tramp.texi (Remote processes): New subsection "Running shell on
1754 a remote host".
1755
4248cca2
TZ
17562011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1757
1758 * auth.texi (Help for developers): Update docs to explain that the
1759 :save-function will only run the first time.
1760
54ce11a1
GM
17612011-03-12 Glenn Morris <rgm@gnu.org>
1762
1763 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1764 (emacs-faq.text): New target.
1765 (clean): Add emacs-faq.
1766
0c3b25f8
MA
17672011-03-12 Michael Albinus <michael.albinus@gmx.de>
1768
1769 Sync with Tramp 2.2.1.
1770
1771 * trampver.texi: Update release number.
1772
b740639e
GM
17732011-03-11 Glenn Morris <rgm@gnu.org>
1774
1775 * Makefile.in (HTML_TARGETS): New.
1776 (clean): Delete $HTML_TARGETS.
1777 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1778
733afdf4
TZ
17792011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1780
1781 * auth.texi (Help for developers): Show example of using
1782 `auth-source-search' with prompts and :save-function.
1783
33383987
JB
17842011-03-07 Chong Yidong <cyd@stupidchicken.com>
1785
1786 * Version 23.3 released.
1787
a5057546
G
17882011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1789
1790 * message.texi (Message Buffers): Update default value of
1791 message-generate-new-buffers.
1792
479a2c9b
JB
17932011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1794
1795 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1796 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1797 respectively.
05a29101
JB
1798 (Musical Notes): New section.
1799 (Customizing Calc): Mention the customizable variable
1800 calc-note-threshold.
479a2c9b 1801
e0535b76
GM
18022011-03-03 Glenn Morris <rgm@gnu.org>
1803
1804 * url.texi (Dealing with HTTP documents): Remove reference to
1805 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1806 (Configuration): Update url-configuration-directory description.
e0535b76 1807
2777ccbf
GM
18082011-03-02 Glenn Morris <rgm@gnu.org>
1809
1810 * dired-x.texi (Multiple Dired Directories): Remove mentions
1811 of dired-default-directory-alist and dired-default-directory.
1812 Move dired-smart-shell-command here...
1813 (Miscellaneous Commands): ... from here.
1814
257219bd
PE
18152011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1816
1817 * texinfo.tex: Update to version 2011-02-24.09.
1818
8889f4e2
GM
18192011-03-02 Glenn Morris <rgm@gnu.org>
1820
1821 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1822 instead of the obsoleted dired-omit-here-always.
1823
5d41af19
MA
18242011-02-28 Michael Albinus <michael.albinus@gmx.de>
1825
1826 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1827 supported systems.
1828
2b0c7330 18292011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1830
61cf3a76
GM
1831 * dbus.texi (Type Conversion): Grammar fix.
1832
cce7d530 18332011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1834
cce7d530
GM
1835 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1836 "Debian GNU/Linux".
51a13bdd 1837
cce7d530
GM
1838 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1839
817b48a7
GM
18402011-02-23 Glenn Morris <rgm@gnu.org>
1841
cce7d530
GM
1842 * dired-x.texi (Features): Minor rephrasing.
1843 (Local Variables): Fix typos.
47301027
GM
1844
1845 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1846 Standardize some Emacs/XEmacs terminology.
1847
817b48a7
GM
1848 * dired-x.texi (Features): Don't advertise obsolete local variables.
1849 Simplify layout.
1850 (Omitting Variables): Update local variables example.
1851 (Local Variables): Say this is obsolete. Fix description of
1852 dired-enable-local-variables possible values.
1853
4a3988d5
G
18542011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1855
1856 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1857 default now.
1858
8e22bee0
G
18592011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1860
1861 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1862
06b840e0
LI
18632011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1864
1865 * gnus.texi (Window Layout): Document layout names.
1866
67ab0163 18672011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1868
1869 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1870 * auth.texi: Sync @dircategory with ../../info/dir.
1871 * autotype.texi: Sync @dircategory with ../../info/dir.
1872 * calc.texi: Sync @dircategory with ../../info/dir.
1873 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1874 * cl.texi: Sync @dircategory with ../../info/dir.
1875 * dbus.texi: Sync @dircategory with ../../info/dir.
1876 * dired-x.texi: Sync @dircategory with ../../info/dir.
1877 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1878 * ede.texi: Sync @dircategory with ../../info/dir.
1879 * ediff.texi: Sync @dircategory with ../../info/dir.
1880 * edt.texi: Sync @dircategory with ../../info/dir.
1881 * eieio.texi: Sync @dircategory with ../../info/dir.
1882 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1883 * epa.texi: Sync @dircategory with ../../info/dir.
1884 * erc.texi: Sync @dircategory with ../../info/dir.
1885 * eshell.texi: Sync @dircategory with ../../info/dir.
1886 * eudc.texi: Sync @dircategory with ../../info/dir.
1887 * flymake.texi: Sync @dircategory with ../../info/dir.
1888 * forms.texi: Sync @dircategory with ../../info/dir.
1889 * gnus.texi: Sync @dircategory with ../../info/dir.
1890 * idlwave.texi: Sync @dircategory with ../../info/dir.
1891 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1892 * message.texi: Sync @dircategory with ../../info/dir.
1893 * mh-e.texi: Sync @dircategory with ../../info/dir.
1894 * newsticker.texi: Sync @dircategory with ../../info/dir.
1895 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1896 * org.texi: Sync @dircategory with ../../info/dir.
1897 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1898 * pgg.texi: Sync @dircategory with ../../info/dir.
1899 * rcirc.texi: Sync @dircategory with ../../info/dir.
1900 * reftex.texi: Sync @dircategory with ../../info/dir.
1901 * remember.texi: Sync @dircategory with ../../info/dir.
1902 * sasl.texi: Sync @dircategory with ../../info/dir.
1903 * sc.texi: Sync @dircategory with ../../info/dir.
1904 * semantic.texi: Sync @dircategory with ../../info/dir.
1905 * ses.texi: Sync @dircategory with ../../info/dir.
1906 * sieve.texi: Sync @dircategory with ../../info/dir.
1907 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1908 * speedbar.texi: Sync @dircategory with ../../info/dir.
1909 * trampver.texi [emacs]: Set emacsname to "Emacs".
1910 * tramp.texi: Sync @dircategory with ../../info/dir.
1911 * url.texi: Sync @dircategory with ../../info/dir.
1912 * vip.texi: Sync @dircategory with ../../info/dir.
1913 * viper.texi: Sync @dircategory with ../../info/dir.
1914 * widget.texi: Sync @dircategory with ../../info/dir.
1915 * woman.texi: Sync @dircategory with ../../info/dir.
1916
30abce25
GM
19172011-02-19 Glenn Morris <rgm@gnu.org>
1918
0c7efc08
SM
1919 * dired-x.texi (Technical Details): No longer redefines
1920 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1921 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1922
f31f8469
GM
19232011-02-18 Glenn Morris <rgm@gnu.org>
1924
1925 * dired-x.texi (Optional Installation File At Point): Simplify.
1926
35123c04
TZ
19272011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1928
1929 * auth.texi (Help for users): Use :port instead of :protocol for all
1930 auth-source docs.
7ba93e94
G
1931 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1932 to have two files in `auth-sources'.
35123c04 1933
da5e0ce4
GM
19342011-02-16 Glenn Morris <rgm@gnu.org>
1935
b322c9af
GM
1936 * dired-x.texi: Use emacsver.texi to get Emacs version.
1937 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1938 Depend on emacsver.texi.
1939
07ca5555
GM
1940 * dired-x.texi: Drop meaningless version number.
1941 (Introduction): Remove old info.
1942 (Optional Installation Dired Jump): Autoload from dired-x.
1943 Remove incorrect info about loaddefs.el.
1944 (Bugs): Just refer to M-x report-emacs-bug.
1945
da5e0ce4
GM
1946 * dired-x.texi (Multiple Dired Directories): Update for rename of
1947 default-directory-alist.
1948 (Miscellaneous Commands): No longer mention very old VM version 4.
1949
bb55f713
PE
19502011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1951
1952 Merge from gnulib.
1953 * texinfo.tex: Update to version 2011-02-14.11.
1954
5415d076
G
19552011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1956
da5e0ce4
GM
1957 * auth.texi (Help for users):
1958 Login collection is "Login" and not "login".
5415d076 1959
14029d4b
MA
19602011-02-13 Michael Albinus <michael.albinus@gmx.de>
1961
1962 * tramp.texi (History): Remove IMAP support.
1963 (External methods, Frequently Asked Questions): Remove `imap' and
1964 `imaps' methods.
1965 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1966
1967 * trampver.texi: Remove default value of `emacsimap'.
1968
8a36c07f
GM
19692011-02-13 Glenn Morris <rgm@gnu.org>
1970
1971 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1972 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1973
165bc5a0
GM
19742011-02-12 Glenn Morris <rgm@gnu.org>
1975
1976 * sc.texi (Getting Connected): Remove old index entries.
1977
5415d076 19782011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
1979
1980 * url.texi: Remove duplicate @dircategory (Bug#7942).
1981
b8e0f0cd
G
19822011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
1983
8a36c07f
GM
1984 * auth.texi (Overview, Help for users, Help for developers):
1985 Update docs.
b8e0f0cd
G
1986 (Help for users): Talk about spaces.
1987
caf82551
PE
19882011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1989
1990 * texinfo.tex: Update to version 2011-02-07.16.
1991
1ff98217
MA
19922011-02-07 Michael Albinus <michael.albinus@gmx.de>
1993
1994 * dbus.texi (Bus names): Adapt descriptions for
1995 dbus-list-activatable-names and dbus-list-known-names.
1996
2e78df6b
JB
19972011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1998
1999 * calc.texi (Logarithmic Units): New section.
2000
7fbf7cae
TZ
20012011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
2002
2003 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
2004 manuals use it now.
2005
0c7efc08 2006 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 2007
156ad271
KY
20082011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
2009
2010 * overrides.texi: Remove.
2011
2012 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2013 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2014
36539990
MA
20152011-02-05 Michael Albinus <michael.albinus@gmx.de>
2016
2017 * tramp.texi (Frequently Asked Questions): Mention problems with
2018 WinSSHD.
2019
2020 * trampver.texi: Update release number.
2021
20222011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
2023
2024 * tramp.texi:
2025 Replace "delimet" with "delimit" globally.
2026 Replace "explicite" with "explicit" globally.
2027 Replace "instead of" with "instead" where there was nothing after "of".
2028 Audit use of comma before interrogative pronoun, "that", or "which".
2029 Minor word order, spelling, wording changes.
2030
ec72bf63
G
20312011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2032
2033 * overrides.texi: New file to set or clear WEBHACKDEVEL.
2034
2035 * sieve.texi: Use WEBHACKDEVEL.
2036
2037 * sasl.texi: Use WEBHACKDEVEL.
2038
2039 * pgg.texi: Use WEBHACKDEVEL.
2040
2041 * message.texi: Use WEBHACKDEVEL.
2042
2043 * gnus.texi: Use WEBHACKDEVEL.
2044
2045 * emacs-mime.texi: Use WEBHACKDEVEL.
2046
2047 * auth.texi: Use WEBHACKDEVEL.
2048
2049 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2050 manuals.
2051
20522011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2053
2054 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2055
90b750f4
PE
20562011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2057
2058 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2059 which in turn is copied from ftp://tug.org/tex/.
2060
0e751a49
GM
20612011-02-03 Glenn Morris <rgm@gnu.org>
2062
2063 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2064 (Binding combinations of modifiers and function keys):
2065 Let's assume people reading this are not using Emacs 18.
2066
7f13c2e2
LI
20672011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2068
2069 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2070 since it's run automatically.
2071
d76c843e
LI
20722011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2073
2074 * gnus.texi (Customizing Articles): Fix typo.
2075
12e3ca0a
LI
20762011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2077
2078 * gnus.texi (Customizing Articles): Document the new way of customizing
2079 the date headers(s).
2080
fe72c8fa
LI
20812011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2082
2083 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2084 splitting example.
2085
bf3dae7e
EZ
20862011-01-29 Eli Zaretskii <eliz@gnu.org>
2087
2088 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2089 (MAKEINFO_OPTS): New variable.
2090 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2091 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2092 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2093 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2094 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2095 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2096 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2097 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2098 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2099 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2100 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2101 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2102 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2103 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2104 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2105 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2106 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2107 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2108
d6f13ac8
LI
21092011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2110
2111 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2112
c5ecc769
G
21132011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2114
2115 * message.texi (IDNA): Explain what it is.
2116
21172011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2118
2119 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2120
45eb2a5d
WL
21212011-01-23 Werner Lemberg <wl@gnu.org>
2122
2123 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2124 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2125 (ENVADD): Update.
45eb2a5d 2126
6872a814
GM
21272011-01-18 Glenn Morris <rgm@gnu.org>
2128
2129 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2130
77ab81d0 21312011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2132
2133 * nxml-mode.texi (Introduction): Fix file name typos.
2134
d221e780
CO
21352011-01-13 Christian Ohler <ohler@gnu.org>
2136
2137 * ert.texi: New file.
2138
2139 * Makefile.in:
2140 * makefile.w32-in: Add ert.texi.
2141
8c904d82
MA
21422011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2143
2144 * dbus.texi (Receiving Method Calls): New function
2145 dbus-register-service. Rearrange node.
2146
f56e0e7a
PE
21472011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2148
2149 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2150 which in turn is copied from ftp://tug.org/tex/.
2151
0fadf00e
MA
21522011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2153
2154 * dbus.texi (Receiving Method Calls): Describe new optional
2155 parameter dont-register-service of dbus-register-{method,property}.
2156
8b358e90
DU
21572010-12-17 Daiki Ueno <ueno@unixuser.org>
2158
0c7efc08
SM
2159 * epa.texi (Encrypting/decrypting *.gpg files):
2160 Mention epa-file-select-keys.
8b358e90 2161
549c9aed
G
21622010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2163
2164 * gnus.texi (Archived Messages): Remove outdated text.
2165
21662010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2167
0c7efc08 2168 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 2169
156e3f9c
G
21702010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2171
83f3eadc 2172 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 2173
8151d490
AC
21742010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2175
2176 * gnus.texi (The swish++ Engine): Add customizable parameters
2177 descriptions.
2178 (The swish-e Engine): Ditto.
2179
305bdd22
MA
21802010-12-14 Michael Albinus <michael.albinus@gmx.de>
2181
2182 * tramp.texi (Inline methods): Add "ksu" method.
2183 (Remote processes): Add example with remote `default-directory'.
2184
53aff12a
GM
21852010-12-14 Glenn Morris <rgm@gnu.org>
2186
2187 * faq.texi (Expanding aliases when sending mail):
2188 Now build-mail-aliases is interactive.
2189
8a1cdce5
AC
21902010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2191
2192 * gnus.texi: First pass at adding (rough) nnir documentation.
2193
7410c270
G
21942010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2195
53aff12a
GM
2196 * gnus.texi (Filtering New Groups):
2197 Mention gnus-auto-subscribed-categories.
2198 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
2199 removed.
2200
f49d1f52 22012010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
2202
2203 * cl.texi (For Clauses): Small fixes for frames and windows.
2204
acedf35c
CD
22052010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2206
2207 * org.texi (Using capture): Document using prefix arguments for
2208 finalizing capture.
2209 (Agenda commands): Document prefix argument for the bulk scatter
2210 command.
2211 (Beamer class export): Document that also overlay arguments can be
2212 passed to the column environment.
2213 (Template elements): Document the new entry type.
2214
22152010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2216
2217 * org.texi (Include files): Document :minlevel.
2218
22192010-12-11 Julien Danjou <julien@danjou.info>
2220
2221 * org.texi (Categories): Document category icons.
2222
22232010-12-11 Eric Schulte <schulte.eric@gmail.com>
2224
2225 * org.texi (noweb): Fix typo.
2226
516aa569
G
22272010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2228
2229 * gnus.texi (Server Commands): Point to the rest of the server
2230 commands.
2231
04db63bc
G
22322010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2233
2234 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2235 g'.
2236
ed797193
G
22372010-12-02 Julien Danjou <julien@danjou.info>
2238
2239 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2240
22412010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2242
2243 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2244 (Direct Functions): Note the STARTTLS upgrade.
2245
07976ae3 22462010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 2247 James Clark <none@example.com>
d3dfb185
GM
2248
2249 * nxml-mode.texi (Introduction): New section.
2250
59e75882
G
22512010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2252
2253 * gnus.texi (Server Commands): Document gnus-server-show-server.
2254
568a887f
MA
22552010-11-20 Michael Albinus <michael.albinus@gmx.de>
2256
2257 Sync with Tramp 2.2.0.
2258
2259 * trampver.texi: Update release number.
2260
1265829e
JB
22612010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2262
2263 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2264 Mention that the TeX specific units won't use the `tex' prefix
2265 in TeX mode.
2266
239661c0
KY
22672010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2268
2269 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2270
4a47c275 22712010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
2272
2273 * edt.texi: Remove information about Emacs 19.
2274
4a47c275 22752010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
2276
2277 * trampver.texi: Update release number.
2278
2f0e0dc8
KY
22792010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2280
2281 * gnus.texi (Article Washing): Fix typo.
2282
afe98dfa
CD
22832010-11-11 Noorul Islam <noorul@noorul.com>
2284
56f5a94e 2285 * org.texi: Fix typo.
afe98dfa
CD
2286
22872010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2288
2289 * org.texi (Using capture): Explain that refiling is
2290 sensitive to cursor position.
2291
22922010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2293
56f5a94e 2294 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
2295
22962010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2297
2298 * org.texi: Document the <c> cookie.
2299
23002010-11-11 Eric Schulte <schulte.eric@gmail.com>
2301
bd7239f5 2302 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 2303 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
2304
23052010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2306
56f5a94e 2307 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
2308
23092010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2310
56f5a94e 2311 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
2312
23132010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2314
2315 * org.texi (Setting up the staging area): Document that
2316 file names remain visible when encrypting the MobileOrg files.
2317
23182010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2319
2320 * org.texi (Setting up the staging area): Document which
2321 versions are needed for encryption.
2322
23232010-11-11 Eric Schulte <schulte.eric@gmail.com>
2324
56f5a94e
GM
2325 * org.texi (noweb): Update :noweb documentation to
2326 reflect the new "tangle" argument.
afe98dfa
CD
2327
23282010-11-11 Eric Schulte <schulte.eric@gmail.com>
2329
56f5a94e
GM
2330 * org.texi (Batch execution): Improve tangling script in
2331 documentation.
afe98dfa
CD
2332
23332010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2334
2335 * org.texi (Handling links):
2336 (In-buffer settings): Document inlining images on startup.
2337
23382010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2339
2340 * org.texi (Setting up the staging area): Document use of
2341 crypt password.
2342
23432010-11-11 David Maus <dmaus@ictsoc.de>
2344
56f5a94e 2345 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
2346
23472010-11-11 David Maus <dmaus@ictsoc.de>
2348
56f5a94e
GM
2349 * org.texi (Template expansion): Add mew in table for link type
2350 escapes.
afe98dfa
CD
2351
23522010-11-11 David Maus <dmaus@ictsoc.de>
2353
56f5a94e 2354 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
2355
23562010-11-11 Eric Schulte <schulte.eric@gmail.com>
2357
56f5a94e 2358 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
2359
23602010-11-11 Eric Schulte <schulte.eric@gmail.com>
2361
56f5a94e 2362 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
2363
23642010-11-11 Eric Schulte <schulte.eric@gmail.com>
2365
56f5a94e
GM
2366 * org.texi (Structure of code blocks):
2367 Update documentation to mention inline code block syntax.
afe98dfa
CD
2368
23692010-11-11 Eric Schulte <schulte.eric@gmail.com>
2370
56f5a94e 2371 * org.texi (comments): Improve wording.
afe98dfa
CD
2372
23732010-11-11 Eric Schulte <schulte.eric@gmail.com>
2374
56f5a94e 2375 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
2376
23772010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2378
2379 * org.texi (Installation): Remove the special
2380 installation instructions for XEmacs.
2381
23822010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2383
56f5a94e 2384 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
2385 insertion of empty structural elements.
2386
23872010-11-11 Noorul Islam <noorul@noorul.com>
2388
56f5a94e 2389 * org.texi: Fix doc.
afe98dfa
CD
2390
23912010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2392
2393 * org.texi (The date/time prompt): Document specification
2394 of time ranges.
2395
23962010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2397
2398 * org.texi (Internal links): Document the changes in
2399 internal links.
2400
24012010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2402
2403 * org.texi (Agenda commands): Document the limitation for
2404 the filter preset - it can only be used for an entire agenda
2405 view, not in an individual block in a block agenda.
2406
24072010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2408
2409 * org.texi (iCalendar export): Document alarm creation.
2410
6f8fc60c
MA
24112010-11-10 Michael Albinus <michael.albinus@gmx.de>
2412
2413 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2414
be3c11b3
LMI
24152010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2416
2417 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2418
d607b96b 24192010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 2420
d607b96b 2421 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 2422
181cb5fb
G
24232010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2424
2425 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2426 since that works by default.
2427
24282010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2429
2430 * gnus.texi (Customizing the IMAP Connection): Document
2431 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2432
36bc5d3b
MA
24332010-11-04 Michael Albinus <michael.albinus@gmx.de>
2434
2435 * tramp.texi (Remote shell setup): New item "Interactive shell
2436 prompt". Reported by Christian Millour <cm@abtela.com>.
2437 (Remote shell setup, Remote processes): Use @code{} for
2438 environment variables.
2439
cf503f7c
GM
24402010-11-03 Glenn Morris <rgm@gnu.org>
2441
537b04b9 2442 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 2443 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 2444
389b76fa
G
24452010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2446
2447 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2448
2699a554 24492010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
2450
2451 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2452
2699a554 24532010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
2454
2455 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2456
99e65b2d
G
24572010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2458
0c7efc08
SM
2459 * gnus.texi (Client-Side IMAP Splitting):
2460 Mention nnimap-unsplittable-articles.
99e65b2d
G
2461
24622010-10-29 Julien Danjou <julien@danjou.info>
2463
2464 * gnus.texi (Finding the News): Remove references to obsoletes
2465 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2466
aeeb3dcb
EZ
24672010-10-29 Eli Zaretskii <eliz@gnu.org>
2468
2469 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2470 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2471 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2472 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2473
8289f37b
GM
24742010-10-28 Glenn Morris <rgm@gnu.org>
2475
2476 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2477 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2478 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2479
d85d3b3a
DU
24802010-10-25 Daiki Ueno <ueno@unixuser.org>
2481
2482 * epa.texi (Mail-mode integration): Add alternative key bindings
2483 for epa-mail commands; escape comma.
c05c2b9b 2484 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 2485
9f534a47
JB
24862010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
2487
99e65b2d 2488 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 2489
5793a7bc 24902010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
2491
2492 * gnus.texi (Group Parameters, Buttons): Fix typos.
2493
280f417b
G
24942010-10-22 Tassilo Horn <tassilo@member.fsf.org>
2495
2496 * gnus.texi (Subscription Commands): Mention that you can also
2497 subscribe to new groups via the Server buffer, which is probably more
2498 convenient when subscribing to many groups.
2499
d806c872
G
25002010-10-21 Julien Danjou <julien@danjou.info>
2501
2502 * message.texi (Message Headers): Allow message-default-headers to be a
2503 function.
2504
d5798f68
LMI
25052010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2506
2507 * gnus-news.texi: Mention new archive defaults.
2508
b79bbef7
KY
25092010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2510
2511 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2512
2526f423
G
25132010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2514
2515 * gnus.texi (HTML): Document the function value of
2516 gnus-blocked-images.
2517 (Article Washing): shr and gnus-w3m, not the direct function names.
2518
ba91f05d
G
25192010-10-20 Julien Danjou <julien@danjou.info>
2520
2521 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2522 variable.
2523
da451787
LMI
25242010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2525
2526 * gnus.texi (Customizing the IMAP Connection): The port strings are
2527 strings.
c872595d 2528 (Document Groups): Mention git.
da451787 2529
7cad71ad
G
25302010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2531
2532 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2533 bzr/Gnus git sync.
2534
c56dfd36
EZ
25352010-10-15 Eli Zaretskii <eliz@gnu.org>
2536
2537 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2538 change.
2539
a1d16a7b
G
25402010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2541
2542 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2543 @item syntax for in-Emacs makeinfo.
2544
25452010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2546
2547 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2548 trim sentence.
2549
98e2b864
DU
25502010-10-12 Daiki Ueno <ueno@unixuser.org>
2551
2552 * epa.texi (Caching Passphrases):
0c7efc08
SM
2553 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2554 Clarify some configurations require to set up gpg-agent.
98e2b864 2555
c12e4a81
GM
25562010-10-11 Glenn Morris <rgm@gnu.org>
2557
2558 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2559
f7aa248a
G
25602010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2561
2562 * gnus.texi (Spam Package Introduction): Mention `$'.
2563
6513b232
EZ
25642010-10-09 Eli Zaretskii <eliz@gnu.org>
2565
2566 * makefile.w32-in (emacsdir): New variable.
2567 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2568 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2569
abd40fb4
GM
25702010-10-09 Glenn Morris <rgm@gnu.org>
2571
0f05450f
GM
2572 * Makefile.in (mostlyclean): Delete *.toc.
2573
d3a4ac46
GM
2574 * Makefile.in: Use $< in rules.
2575
aa9db089
GM
2576 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2577
abd40fb4
GM
2578 * Makefile.in ($(infodir)): Delete rule.
2579 (mkinfodir): New. Use it in all the info rules, rather than depending
2580 on infodir.
2581
ea274122
GM
25822010-10-09 Glenn Morris <rgm@gnu.org>
2583
6e90e2a8
GM
2584 * gnus.texi (Article Washing): Fix previous change.
2585
f7a31f11
GM
2586 * Makefile.in (emacsdir): New variable.
2587 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
2588 Depend on emacsver.texi.
2589
f7a31f11
GM
2590 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2591
ea274122
GM
2592 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2593
36d3245f
G
25942010-10-08 Julien Danjou <julien@danjou.info>
2595
f7a31f11 2596 * gnus.texi: Add mm-shr.
36d3245f
G
2597
25982010-10-08 Ludovic Courtès <ludo@gnu.org>
2599
2600 * gnus.texi (Finding the Parent, The Gnus Registry)
2601 (Registry Article Refer Method): Update docs for nnregistry.el.
2602
26032010-10-08 Daiki Ueno <ueno@unixuser.org>
2604
2605 * auth.texi (Help for users)
2606 (GnuPG and EasyPG Assistant Configuration): Update docs.
2607
12359245
GM
26082010-10-08 Glenn Morris <rgm@gnu.org>
2609
2610 * cl.texi (Organization, Installation, Old CL Compatibility):
2611 Deprecate cl-compat for new code.
4628bef1 2612 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
2613
2614 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2615
fcf2d385
KY
26162010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2617
2618 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2619
66627fa9
G
26202010-10-06 Julien Danjou <julien@danjou.info>
2621
fd9ba500
JD
2622 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2623
66627fa9
G
2624 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2625 broken link.
2626
2627 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2628
2629 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2630 to ReiserFS.
2631
2632 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2633 (FAQ 7-1): Fix getmail URL.
2634
65f54520
DU
26352010-10-06 Daiki Ueno <ueno@unixuser.org>
2636
2637 * epa.texi (Caching Passphrases): New section.
2638
4c83f6e1
GM
26392010-10-06 Glenn Morris <rgm@gnu.org>
2640
2641 * Makefile.in (SHELL): Set it.
2642 (info): Move the mkdir dependency to the individual info files.
2643 (mostlyclean): Tidy up.
2644 (clean): Only delete the specific dvi and pdf files.
2645 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 2646 ($(infodir)): Add parallel build workaround.
4c83f6e1 2647
71e691a5
G
26482010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2649
2650 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2651
a41c2e6d
G
26522010-10-03 Julien Danjou <julien@danjou.info>
2653
0c7efc08
SM
2654 * emacs-mime.texi (Display Customization):
2655 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
2656 mm-inline-large-images-proportion.
2657
37255945
MA
26582010-10-03 Michael Albinus <michael.albinus@gmx.de>
2659
0c7efc08
SM
2660 * tramp.texi (Frequently Asked Questions):
2661 Mention remote-file-name-inhibit-cache.
37255945 2662
11e4e7bd
LMI
26632010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2664
2665 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2666 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2667
cb83220a
KY
26682010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2669
0c7efc08
SM
2670 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2671 (Article Hiding): Add google banner example.
2672 Suggested by Benjamin Xu.
cb83220a 2673
6b958814
G
26742010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2675
0c7efc08
SM
2676 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2677 Remove nnimap-split-rule from examples.
6b958814
G
2678
26792010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2680
2681 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2682 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2683 Fishman.
2684 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2685
26862010-09-30 Julien Danjou <julien@danjou.info>
2687
2688 * gnus.texi (Gravatars): Fix documentation about
2689 gnu-gravatar-properties.
2690
b9476c04
DU
26912010-09-29 Daiki Ueno <ueno@unixuser.org>
2692
2693 * epa.texi (Bug Reports): New section.
2694
5f874327
GM
26952010-09-29 Glenn Morris <rgm@gnu.org>
2696
2697 * Makefile.in (top_srcdir): Remove unused variable.
2698
6b958814
G
26992010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2700
2701 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2702 (Client-Side IMAP Splitting): Document 'default.
2703
27042010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2705
0c7efc08
SM
2706 * gnus.texi (Customizing the IMAP Connection):
2707 Document nnimap-fetch-partial-articles.
6b958814 2708
82bccbfa
KY
27092010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2710
2711 * gnus-news.texi: Mention nnimap-inbox.
2712
2713 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2714
27152010-09-26 Julien Danjou <julien@danjou.info>
2716
47e08896 2717 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2718
27192010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2720
2721 * gnus.texi (Security): Remove gpg.el mention.
2722
27232010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2724
2725 * gnus.texi (Browse Foreign Server): New variable
2726 gnus-browse-subscribe-newsgroup-method.
2727
2728 * gnus-news.texi: Mention it.
2729
27302010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2731
0c7efc08 2732 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2733 (Startup Variables): No jingle.
2734
4c964351
UM
27352010-09-25 Ulrich Mueller <ulm@gentoo.org>
2736
2737 * woman.texi (Interface Options): xz compression is now supported.
2738
82bccbfa
KY
27392010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2740
2741 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2742 (Unavailable Servers): Document gnus-server-copy-server.
2743 (Using IMAP): Document the new nnimap.
2744
27452010-09-25 Julien Danjou <julien@danjou.info>
2746
47e08896 2747 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2748
18778f71
GM
27492010-09-24 Glenn Morris <rgm@gnu.org>
2750
2751 * url.texi (Disk Caching): Tweak previous change.
2752
9c766321
JD
27532010-09-24 Julien Danjou <julien@danjou.info>
2754
2755 * url.texi (Disk Caching): Mention url-cache-expire-time,
2756 url-cache-expired, and url-fetch-from-cache.
2757
82bccbfa
KY
27582010-09-24 Julien Danjou <julien@danjou.info>
2759
2760 * gnus.texi: Add Gravatars.
2761
27622010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2763
2764 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2765
592bdb9a
LMI
27662010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2767
2768 * gnus.texi (Expunging mailboxes): Update name of the expunging
2769 command.
2770
e4e22d29
KY
27712010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2772
2773 * emacs-mime.texi (rfc2047): Update description for
2774 rfc2047-encode-parameter.
2775
371d9801
MA
27762010-09-13 Michael Albinus <michael.albinus@gmx.de>
2777
2778 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2779 "fish" methods.
2780 (External methods): Remove "scp1_old" and "scp2_old" methods.
2781
31ae5827
MA
27822010-09-09 Michael Albinus <michael.albinus@gmx.de>
2783
2784 * tramp.texi: Remove Japanese manual. Fix typo.
2785
2786 * trampver.texi: Update release number. Remove japanesemanual.
2787
c0468714
GM
27882010-09-09 Glenn Morris <rgm@gnu.org>
2789
2790 * org.texi: Restore clobbered changes (copyright years, untabify).
2791
86441999
JD
27922010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2793
2794 * gnus.texi (Adaptive Scoring): Fix typo.
2795
25f28806
LMI
27962010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2797
2798 * gnus.texi (Article Display): Document gnus-html-show-images.
2799
45240125 28002010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2801
45240125
JD
2802 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2803
59d09f15
LMI
28042010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2805
2806 * gnus.texi (HTML): Document gnus-max-image-proportion.
2807
2cdd366f
KY
28082010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2809
51dee5ef
KY
2810 * gnus.texi (HTML): Document gnus-blocked-images.
2811
2cdd366f
KY
2812 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2813
b0e4f3fc
KY
28142010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2815
2816 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2817 the first message are used for wide replies.
f02566ce
KY
2818 (Changing Servers): Remove documentation on gnus-change-server and
2819 friends, since it's been removed.
b0e4f3fc 2820
598451ed
KY
28212010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2822
2823 * gnus.texi (Drafts): Mention B DEL.
2824
e7842e69
KY
28252010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2826
2827 * gnus.texi (Delayed Articles): Mention that the Date header is the
2828 original one, even if you delay.
2829
85115796
KY
28302010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2831
0c7efc08
SM
2832 * gnus.texi (Asynchronous Fetching):
2833 Document gnus-async-post-fetch-function.
85115796
KY
2834 (HTML): Made into its own section.
2835
f0b44bc0
MA
28362010-08-26 Michael Albinus <michael.albinus@gmx.de>
2837
2838 Sync with Tramp 2.1.19.
2839
217876c9 2840 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2841 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2842 Remove remark about doubled "-t" argument.
217876c9
MA
2843 (Auto-save and Backup): Remove reference to Emacs 21.
2844 (Filename Syntax): Describe port numbers.
2845 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2846 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2847 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2848 errors with the backquotes.
2849 (External packages): File attributes cache flushing for asynchronous
2850 processes.
2851 (Traces and Profiles): Describe verbose level 9.
2852
f0b44bc0
MA
2853 * trampver.texi: Update release number.
2854
7457f7b6
MA
28552010-08-23 Michael Albinus <michael.albinus@gmx.de>
2856
2857 * dbus.texi (Alternative Buses): New chapter.
2858
b695beda
SM
28592010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2860
2861 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2862
443c2c03
JB
28632010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2864
2865 * calc.texi (Customizing Calc): Rearrange description of new
2866 variables to match the presentation of other variables.
2867
7815fe19 28682010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2869
2870 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2871
2c695727
JB
28722010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2873
2874 * calc.texi (Making Selections, Selecting Subformulas)
2875 (Customizing Calc): Mention how to use faces to emphasize selected
2876 sub-formulas.
2877
bbb6ffa1
MA
28782010-08-05 Michael Albinus <michael.albinus@gmx.de>
2879
2880 * tramp.texi (External packages): File attributes cache flushing
2881 for asynchronous processes.
2882
5cee0a9c
AM
28832010-08-01 Alan Mackenzie <acm@muc.de>
2884
2885 Enhance the manual for the latest Java Mode.
2886
2887 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2888 annotation-var-cont.
2889 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2890 two new symbols.
2891
3f2afe32
MA
28922010-07-28 Michael Albinus <michael.albinus@gmx.de>
2893
2894 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2895
0ed082fe 28962010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2897
2898 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2899
311f0356
JB
29002010-07-19 Juanma Barranquero <lekktu@gmail.com>
2901
2902 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2903
86fbb8ca
CD
29042010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2905
2906 * org.texi: Add macros to get plain quotes in PDF output.
2907 List additional contributors.
2908 (Capture): New section, replaces the section about remember.
2909 (Working With Source Code): New chapter, focused on documenting Org
2910 Babel.
2911 (Code evaluation security): New section.
2912 (MobileOrg): Document DropBox support.
2913 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2914 (Special symbols): Show how to display UTF8 characters for entities.
2915 (Global TODO list): Clarify the use of the "M" key and the differences
2916 to the "m" key.
2917 (RSS Feeds): Mention Atom feeds as well.
2918 (Setting tags): Remove paragraph about
2919 `org-complete-tags-always-offer-all-agenda-tags'.
2920
5732e8ed
MA
29212010-07-17 Michael Albinus <michael.albinus@gmx.de>
2922
2923 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2924 argument.
2925 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2926 echoing shells.
2927
ca1bb391
MA
29282010-07-10 Michael Albinus <michael.albinus@gmx.de>
2929
2930 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2931 (Filename Syntax): Describe port numbers.
2932
5bd55c3c
MA
29332010-07-09 Michael Albinus <michael.albinus@gmx.de>
2934
2935 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2936 forgotten.
2937 (Type Conversion): Precise conversion of natural numbers.
2938 (Errors and Events): Add "debugging" to concept index. Add variable
2939 `dbus-debug'.
2940
820ae8fe
MA
29412010-07-04 Michael Albinus <michael.albinus@gmx.de>
2942
2943 * dbus.texi (Receiving Method Calls): Add optional argument
2944 EMITS-SIGNAL to `dbus-register-property'.
2945
b6f9df0f
JB
29462010-06-27 Alex Schroeder <alex@gnu.org>
2947
2948 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2949
62e034c2
GM
29502010-06-24 Glenn Morris <rgm@gnu.org>
2951
2952 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2953 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2954 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2955 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2956 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2957 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2958 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2959 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2960 convention. Make them end with a period.
2961
9360256a
GM
29622010-06-23 Glenn Morris <rgm@gnu.org>
2963
2964 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
2965 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2966 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2967 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2968 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2969 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 2970
04d3bb6c
GM
29712010-06-10 Glenn Morris <rgm@gnu.org>
2972
2973 * idlwave.texi (Load-Path Shadows):
2974 * org.texi (Handling links): Fix typos.
2975
5e7d4a75
KY
29762010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
2977
2978 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2979
9841cb4f
MA
29802010-05-26 Michael Albinus <michael.albinus@gmx.de>
2981
2982 * eshell.texi (Built-ins): Describe, how to disable a built-in command
2983 by an alias. (Bug#6226)
2984
597517ef
JB
29852010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2986
2987 * calc.texi (Manipulating Vectors): Mention that vectors can
2988 be used to determine bins for `calc-histogram'.
2989
14914c43
JB
29902010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2991
597517ef 2992 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 2993
0235128c 29942010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2995
2996 * url.texi (HTTP language/coding, Customization):
2997 * message.texi (Header Commands, Responses):
2998 * cl.texi (Argument Lists): Fix typos.
2999
0235128c 30002010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 3001
0235128c
SM
3002 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
3003 Note that Development menu is always available.
aa5789b5
CY
3004 (Creating a project): Fix terminology.
3005 (Add/Remove files): Fix typo.
3006
0235128c
SM
30072010-05-07 Chong Yidong <cyd@stupidchicken.com>
3008
3009 * Version 23.2 released.
3010
a628ad9d 30112010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
3012
3013 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3014
502269d6
MA
30152010-05-01 Michael Albinus <michael.albinus@gmx.de>
3016
0235128c
SM
3017 * tramp.texi (Inline methods, Default Method):
3018 Mention `tramp-inline-compress-start-size'.
502269d6 3019
6e104790 30202010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
3021
3022 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3023 the CVS repo. Put the Git repo in the news section.
3024
6e104790 3025 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
3026 Removed some mentions of CVS. Mention the new Git repo.
3027
6e104790 30282010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
3029
3030 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
3031 (Mail Group Commands): Add index entry.
3032
6e104790 30332010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
3034
3035 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3036
f8b91752
JB
30372010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3038
3039 * calc.texi (Radix modes): Mention that the option prefix will
3040 turn on twos-complement mode.
3041 (Inverse and Hyperbolic Flags): Mention the Option flag.
3042
ed21c5c8
CD
30432010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3044
3045 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 3046 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
3047 (Sectioning structure): Update.
3048 (References): New use case for field coordinates.
6e104790 3049 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
3050 (Setting up the staging area): Document the availability of
3051 encryption for MobileOrg.
3052 (Images and tables): Document how to reference labels.
3053 (Index entries): New section.
3054 (Generating an index): New section.
3055 (Column width and alignment): Document that <N> now
3056 means a fixed width, not a maximum width.
3057 (Publishing options): Document the :email option.
3058 (Beamer class export): Fix bug in the BEAMER example.
3059 (Refiling notes): Document refile logging.
3060 (In-buffer settings): Document refile logging keywords.
3061 (Drawers): Document `C-c C-z' command.
3062 (Agenda commands): Mention the alternative key `C-c C-z'.
3063 (Special properties): Document the BLOCKED property.
3064 (The spreadsheet): Mention the formula editor.
3065 (References): Document field coordinates.
3066 (Publishing action): Correct the documentation for the
3067 publishing function.
3068 (The date/time prompt): Document that we accept dates
3069 like month/day/year.
3070 (Cooperation): Document the changes in table.el support.
3071 (Faces for TODO keywords, Faces for TODO keywords)
3072 (Priorities): Document the easy colors.
3073 (Visibility cycling): Document the new double prefix
3074 arg for `org-reveal'.
3075 (Cooperation): Remember.el is part of Emacs.
3076 (Clean view): Mention that `wrap-prefix' is also set by
3077 org-indent-mode.
3078 (Agenda commands): Add information about prefix args to
3079 scheduling and deadline commands.
3080 (Search view): Point to the docstring of
3081 `org-search-view' for more details.
6e104790 3082 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3083 (Setting tags): Document variable
3084 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3085 (Column attributes): Cross-reference special properties.
ed21c5c8 3086
456b348e
MA
30872010-04-10 Michael Albinus <michael.albinus@gmx.de>
3088
3089 Synchronize with Tramp repository.
3090
3091 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3092 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3093 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3094 syntax, texi2dvi reports errors with the backquotes.
3095
3096 * trampver.texi: Update release number.
3097
357e2d8e
KY
30982010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3099
3100 * gnus.texi (Finding the News): Add pointers to the Server buffer
3101 because it's essential.
3102
1d4d7664
KY
31032010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3104
3105 * gnus.texi (MIME Commands): Update description of
3106 gnus-article-browse-html-article.
3107
bd3e840f
KY
31082010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3109
3110 * auth.texi (Secret Service API): Add TODO node.
3111 (Help for users): Explain the new source options for `auth-sources'.
3112
e867cb5d 31132010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3114
3115 * trampver.texi: Update release number.
3116
288f9fc0
CY
31172010-03-10 Chong Yidong <cyd@stupidchicken.com>
3118
3119 * Branch for 23.2.
3120
d99aaebd
CY
31212010-03-03 Chong Yidong <cyd@stupidchicken.com>
3122
3123 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3124 now enabled by default.
3125
5794c2a5
MA
31262010-02-28 Michael Albinus <michael.albinus@gmx.de>
3127
3128 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3129 when Emacs runs in interactive mode. (Bug#5645)
3130
40572be6
GM
31312010-02-16 Glenn Morris <rgm@gnu.org>
3132
3133 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3134
7bb8ed67
MH
31352010-02-05 Mark A. Hershberger <mah@everybody.org>
3136
3137 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3138
45a1423d 31392010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3140
3141 * gnus.texi (Score File Format): Fix typo.
3142
45a1423d 31432010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3144
3145 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3146
14f17fc8
JB
31472010-01-18 Juanma Barranquero <lekktu@gmail.com>
3148
3149 * ada-mode.texi (Project File Overview): Fix typo.
3150
607d4369
CY
31512010-01-17 Chong Yidong <cyd@stupidchicken.com>
3152
3153 * semantic.texi: Add Richard Y. Kim credit.
3154
3155 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3156
3d1bfa99
MA
31572010-01-17 Michael Albinus <michael.albinus@gmx.de>
3158
3159 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 3160 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 3161
6fbf7a75
GM
31622010-01-17 Glenn Morris <rgm@gnu.org>
3163
b9f978f0
GM
3164 * calc.texi (Reporting Bugs): Don't mention format of repository.
3165
f19bc38d
GM
3166 * woman.texi (Bugs): Make "Emacs repository" less specific,
3167 and the URL for same more specific.
3168
6fbf7a75
GM
3169 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3170
16c3428a
JB
31712010-01-17 Juanma Barranquero <lekktu@gmail.com>
3172
3173 * ede.texi (ede-step-project, ede-proj-target):
3174 * tramp.texi (Remote processes): Fix typos.
3175
045b9da7
ML
31762010-01-16 Mario Lang <mlang@delysid.org>
3177
3178 * ede.texi (ede-target):
3179 * org.texi (Refiling notes): Remove duplicated words.
3180
c57008f6
SM
31812010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3182
3183 * gnus.texi (Posting Styles): Use with-current-buffer.
3184 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3185
798c9eb5
KR
31862010-01-02 Kevin Ryde <user42@zip.com.au>
3187
3188 * eieio.texi (Naming Conventions): Correction to xref on elisp
3189 coding conventions, is "Tips" node not "Standards".
3190
4970fbfe
CY
31912009-12-24 Chong Yidong <cyd@stupidchicken.com>
3192
3193 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3194
3195 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3196
83828b06
KY
31972009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3198
3199 * gnus.texi (Direct Functions): Add missing port number to tls method.
3200
45a4a565
JB
32012009-12-15 Juanma Barranquero <lekktu@gmail.com>
3202
3203 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3204 ($(infodir)/edt, edt.dvi): New targets.
3205
698bfef7
GM
32062009-12-15 Glenn Morris <rgm@gnu.org>
3207
3208 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3209 (edt, $(infodir)/edt, edt.dvi): New targets.
3210 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3211
3212 * Makefile.in (PDF_TARGETS, pdf): New.
3213 (clean): Add *.pdf.
3214 Add pdf rules for all manuals.
3215
0e983327
JB
32162009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3217
3218 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3219
8e687433
CY
32202009-12-14 Chong Yidong <cyd@stupidchicken.com>
3221
3222 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3223 (Smart Jump, Analyzer Debug): Copyedits.
3224 (Semantic mode user commands): Link to new nodes.
3225 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3226 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3227 upstream Semantic manual.
3228
3229 * semantic.texi (Introduction): Minor fix to diagram.
3230
020335df
MA
32312009-12-09 Michael Albinus <michael.albinus@gmx.de>
3232
3233 * eshell.texi (History): Add the other built-in variables.
3234 (Built-ins): Explain built-ins, and how to apply the external commands.
3235 Add `history', `su' and `sudo'.
3236
3237 * tramp.texi (Remote processes): Add missing <RET> in the example.
3238
6ddf13e4
BW
32392009-12-01 Bill Wohler <wohler@newt.com>
3240
3241 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 3242 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
3243 excessively garrulous.
3244
07b6428c
MA
32452009-11-29 Michael Albinus <michael.albinus@gmx.de>
3246
3247 * tramp.texi (Remote processes): Improve eshell example with "su"
3248 and "sudo" commands.
3249
fd1cefda
CY
32502009-11-28 Chong Yidong <cyd@stupidchicken.com>
3251
3252 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3253
3254 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3255 Document semantic-complete-analyze-inline.
3256 (Semanticdb search debugging commands): Minor clarification.
3257 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 3258 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 3259 manual.
9d542758 3260 (Semantic mode): Link to Idle Scheduler.
fd1cefda 3261
159e3ad5
KR
32622009-11-28 Kevin Ryde <user42@zip.com.au>
3263
3264 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 3265 @pxref, now EIEIO is in Emacs.
159e3ad5 3266
c6d47315
KR
3267 * erc.texi (Development): Correction to git tutorial url.
3268
16f6287e
GM
32692009-11-26 Glenn Morris <rgm@gnu.org>
3270
3271 * faq.texi (Latest version of Emacs): Mention stability of development
3272 version.
3273 (Problems with very large files): Max buffer size increase in 23.2.
3274 (VM): VM has moved house again.
3275
5ea5dbc9
JB
32762009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3277
3278 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3279 notations.
3280
5dec9555
CD
32812009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3282
45a4a565 3283 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 3284
bd6f6833
CY
32852009-11-20 Chong Yidong <cyd@stupidchicken.com>
3286
3287 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
3288 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3289 (Idle Completions Mode): Numerous copyedits.
bd6f6833 3290
be479117
JB
32912009-11-17 Juanma Barranquero <lekktu@gmail.com>
3292
3293 * semantic.texi (Semantic Internals, Glossary):
3294 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3295 (Semanticdb search debugging commands): Fix typos.
3296
17291a1f
JB
32972009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3298
be479117 3299 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 3300
af42a9cc
JB
33012009-11-16 Juanma Barranquero <lekktu@gmail.com>
3302
3303 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3304 ($(infodir)/semantic, semantic.dvi): New targets.
3305
3149927d
CY
33062009-11-16 Chong Yidong <cyd@stupidchicken.com>
3307
3308 * Makefile.in: Build the Semantic manual.
3309
3310 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3311 repository.
3312
977640ed
MA
33132009-11-16 Michael Albinus <michael.albinus@gmx.de>
3314
3315 * dbus.texi (Receiving Method Calls): New defun
3316 `dbus-unregister-service'.
3317
17673adf
CD
33182009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3319
3320 * org.texi (Speed keys): New section.
3321
0ecd3c90
MA
33222009-11-13 Michael Albinus <michael.albinus@gmx.de>
3323
3324 * dbus.texi (Type Conversion): Fix typo.
3325 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3326 `dbus-registered-objects-table'.
0c7efc08
SM
3327 (Receiving Method Calls): New defun `dbus-register-property'.
3328 Move `dbus-unregister-object' here.
0ecd3c90 3329
8bfe682a
CD
33302009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3331
3332 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3333
33342009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3335
3336 * org.texi (Column attributes): Add the new age summary operators.
3337 Also, mention the fact you can only use one summary operator per
3338 property.
3339
33402009-11-13 John Wiegley <johnw@newartisans.com>
3341
0c7efc08 3342 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 3343 manual about how to track habits.
0c7efc08 3344 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
3345 dangling clocks are resolved.
3346
33472009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3348
3349 * org.texi (Agenda commands): Document the new `i' command.
3350 (Inserting deadline/schedule): Document logging changes
3351 of scheduling and deadline times stamps.
3352 (In-buffer settings): Document the in-buffer keywords for logging
3353 changes of scheduling and deadline times stamps.
3354 (Structure editing, Plain lists): Document indentation
3355 cycling in empty entries with TAB.
3356 (Archiving): Document the default archiving command.
3357 (Moving subtrees): Document the new keys for archiving.
3358 (Internal archiving): Fix incorrect key.
3359 (Agenda commands): Document the TODO set switching commands.
3360 (Agenda commands): Document the new archiving keys.
3361 (Clocking work time): Better description on how to save
3362 and restore a clock.
3363 (Resolving idle time): Mention the x11idle program to get true
3364 idleness also under X11.
3365 (Resolving idle time): Use @kbd instead of @key for normal
3366 letters, because this is how he rest of the manual does this.
3367 (Pushing to MobileOrg): Mention that `org-directory'
3368 should be set.
3369 (Agenda commands): Document that SPC is a filter for
3370 any tag.
0c7efc08 3371 (Search view): Rename from "Keyword search".
8bfe682a
CD
3372 (Capure): New chapter.
3373 (Markup): New chapter.
0c7efc08
SM
3374 (Links in HTML export, Images in HTML export):
3375 Extend the section titles.
8bfe682a
CD
3376 (Images in HTML export): Document the align option.
3377 (Text areas in HTML export): Extend the section title.
3378 (Images in LaTeX export): Explain image placement in LaTeX.
3379
693737cd
GM
33802009-11-10 Glenn Morris <rgm@gnu.org>
3381
3382 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3383
c7bd4ebe
MA
33842009-11-08 Michael Albinus <michael.albinus@gmx.de>
3385
3386 * tramp.texi (Auto-save and Backup): Disable backups just for a
3387 method.
3388
3389 * trampver.texi: Update release number.
3390
76c5acad
MA
33912009-11-07 Michael Albinus <michael.albinus@gmx.de>
3392
3393 Sync with Tramp 2.1.17.
3394
3395 * trampver.texi: Update release number.
3396
d9a57abf
GM
33972009-10-29 Glenn Morris <rgm@gnu.org>
3398
3399 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3400
637f4f0f
MA
34012009-10-23 Michael Albinus <michael.albinus@gmx.de>
3402
3403 * tramp.texi (External methods): Temporary files are kept for
3404 `rsync' and `rsyncc' methods.
3405
310dbb05
JB
34062009-10-09 Juanma Barranquero <lekktu@gmail.com>
3407
3408 * eieio.texi: Fix typos.
3409
09094f28
CY
34102009-10-07 Chong Yidong <cyd@stupidchicken.com>
3411
3412 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3413
216f299a
JB
34142009-10-07 Juanma Barranquero <lekktu@gmail.com>
3415
3416 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3417 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3418
966a6506
CY
34192009-10-07 Chong Yidong <cyd@stupidchicken.com>
3420
3421 * Makefile.in: Build EIEIO and EDE manuals.
3422
34232009-10-07 Eric Ludlam <zappo@gnu.org>
3424
3425 * eieio.texi:
3426 * ede.texi: New files.
3427
8842cd9b
MA
34282009-10-05 Michael Albinus <michael.albinus@gmx.de>
3429
3430 * tramp.texi (Remote processes): Association of a pty is not supported.
3431
7006d207
CD
34322009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3433
3434 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3435 (Processing LaTeX fragments): Document that the size of images can be
3436 changes using the variable `org-format-latex-options'.
3437 (The date/time prompt, Timestamps): Be more accurate over ISO format
3438 dates and times.
3439 (Visibility cycling): Document showeverything keyword.
3440 (In-buffer settings): Document showeverything keyword.
3441 (Setting up the staging area): Fix the example.
3442 (MobileOrg): New section.
3443 (Agenda commands, Exporting Agenda Views): Document exporting the
3444 agenda view to Org files.
3445
0e7b2867
MA
34462009-09-28 Michael Albinus <michael.albinus@gmx.de>
3447
3448 * tramp.texi (History): Add IMAP support.
3449 (External methods): Add `imap' and `imaps' methods.
3450 (GVFS based methods): Add indices for `davs'.
3451 (Password handling): Rename anchors. Add IMAP entries for
3452 ~/.authinfo.gpg.
3453
3454 * trampver.texi: Set default value of `emacsimap'.
3455
4146636e
KY
34562009-09-22 Daiki Ueno <ueno@unixuser.org>
3457
3458 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3459
d22f7ffa
CY
34602009-09-13 Chong Yidong <cyd@stupidchicken.com>
3461
0c7efc08
SM
3462 * dired-x.texi (Technical Details):
3463 Delete dired-up-directory (Bug#4292).
d22f7ffa 3464
66043531
MA
34652009-09-03 Michael Albinus <michael.albinus@gmx.de>
3466
216f299a 3467 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 3468
6eb02347
CD
34692009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3470
3471 * org.texi (Effort estimates): Document new effort setting commands.
3472 (Agenda commands): Document the new keys fro agenda time motion.
3473 Document entry text mode. Improve documentation of the keys to include
3474 inactive time stamps into the agenda view.
3475 (Feedback): Document the new bug report command.
0c7efc08 3476 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 3477
38dc51ba
KY
34782009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3479
3480 * auth.texi (Help for users): Corrected markup.
3481
e402f452
GM
34822009-09-02 Glenn Morris <rgm@gnu.org>
3483
3484 * emacs-mime.texi (time-date): Mention float-time.
3485
744256cf
JB
34862009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
3487
3488 * calc.texi (Simplifying Formulas): Improve the wording.
3489
b0b63450
MB
34902009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
3491
3492 * auth.texi: Rewritten for coverage and clarity.
3493
34942009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3495
0c7efc08
SM
3496 * gnus.texi (Expiring Mail):
3497 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
3498 (Various Various): Mention gnus-safe-html-newsgroups.
3499
3500 * gnus-news.texi: Mention
3501 gnus-mark-copied-or-moved-articles-as-expirable.
3502
3503 * emacs-mime.texi (Display Customization): Add xref to
3504 gnus-safe-html-newsgroups.
3505
b59329e0
MA
35062009-08-28 Michael Albinus <michael.albinus@gmx.de>
3507
3508 * tramp.texi (Version Control): Remove.
af42a9cc 3509 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
3510 reference.
3511 (External methods): Correct `scpc' concept index entries. New method
3512 `rsyncc'.
3513 (External packages): New subsections "Filename completion" and "File
3514 attributes cache".
3515
0ff2d6c2
JB
35162009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
3517
3518 * calc.texi (Rewrite Rules): Improve the example.
3519 (Simplifying Formulas): Explain use of the I and H flags for
3520 simplification.
3521
ecd3d54f
MA
35222009-08-25 Michael Albinus <michael.albinus@gmx.de>
3523
3524 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 3525 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
3526 (Synchronous Methods, Asynchronous Methods): Use English numeric format
3527 for timeout values.
78176e69
MA
3528 (Top): Remove footnote saying D-Bus is not enabled by
3529 default. (Bug#4256)
ecd3d54f 3530
0f215bca
DU
35312009-08-23 Daiki Ueno <ueno@unixuser.org>
3532
3533 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 3534 Reported by Jari Aalto (Bug#4211).
0f215bca 3535 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 3536 epa-global-mail-mode.
3b7ab45f
DU
3537 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3538 epa-setup.
0f215bca 3539
4f22e84d
MA
35402009-08-16 Michael Albinus <michael.albinus@gmx.de>
3541
3542 * dbus.texi (Asynchronous Methods): Allow nil handler.
3543
9ff0b02b 35442009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 3545
26b03ee3 3546 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 3547
26b03ee3 3548 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 3549
4c39f404
CY
35502009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3551
3552 * calc.texi (Date Forms): Fix typos.
3553
3bcfba17
GM
35542009-08-08 Glenn Morris <rgm@gnu.org>
3555
3556 * org.texi (Agenda commands): Restore clobbered change.
3557
66783bb4
EZ
35582009-08-07 Eli Zaretskii <eliz@gnu.org>
3559
3560 * calc.texi (Graphics, Devices): Update with the peculiarities of
3561 operation on MS-Windows.
3562
c8d0cf5c
CD
35632009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3564
3565 * org.texi (Publishing action): Improve documentation of file
3566 names when publishing to the source directory.
3567 (Clean view): Document `org-indent-mode'.
3568 (Clocking work time): Add documentation for the
3569 new :timetamp option when creating a clock report.
3570 (Paragraphs): Fix many typos.
3571 (Plain lists): Remove duplicate explanation about the
3572 `C-c *' command.
3573 (Literal examples): Update to reflect the new behavior
3574 of the -n -r -k switches when exporting source code examples.
3575 (Structure editing): Add information about `C-c *',
3576 converting a plain list into a list of Org items.
3577 (Remember): Small rephrasing of the paragraph
3578 describing remember.el. Also mentioned that remember.el is part
3579 of Emacs 23, not Emacs 22.
3580 (Clocking work time): Add documentation about
3581 displaying the current clocking time against the effort estimate.
3582 Also add a footnote about using `org-clock-in-prepare-hook' to add
3583 an effort estimate on the fly, just before clocking it.
3584 (Footnotes): Document automatic renumbering and
3585 sorting.
3586 (Agenda commands): Document new bulk commands.
3587 (Plain lists): Document new behavior of
3588 `org-cycle-include-plain-lists'.
4e2af782 3589 Hyphenation only in TeX.
c8d0cf5c
CD
3590 (Clocking work time): Document the key to update effort
3591 estimates.
3592 (Clocking work time): Document the clock time display.
3593 (Structure editing, TODO basics): Document new
3594 variables.
3595 (Column attributes): Document new colciew operators.
3596 (Publishing options): Document :xml-declaration.
3597 (Tracking TODO state changes): Document the
3598 LOG_INTO_DRAWER property.
3599 (Literal examples): Document the new implementation for
3600 editing source code.
3601 (Publishing action): Mention the new publishing
3602 function, to publish an Org source file.
3603 (Publishing links): Mention how to link to an Org source file.
3604 (Macro replacement): Document new macros.
3605 (Handling links): Document type-specific completion
3606 when inserting links.
3607 (Structure editing, Plain lists): Improve documentation
3608 on sorting.
3609 (Internal links): Document custom ids for links.
3610 (Handling links): Document custom ids for links.
3611 (CSS support): Document new class.
3612 (Refiling notes): Document the possibility to create new nodes
3613 during refiling.
3614 (Agenda commands): Document the "?" operator to find
3615 tasks without effort setting.
3616 (Exporting agenda information): Section moved.
3617 (RSS Feeds): New section.
3618 (Built-in table editor): Document M-e and M-a navigate
3619 inside table field.
3620 (Stuck projects): Docment that projects identified as
3621 un-stuck will still be searchd for stuck sub-projects.
3622 (Paragraphs): Document centering.
3623 (Creating timestamps, Agenda commands): Document new
3624 behavior when changing time stamps.
3625 (Structure editing): Document the new command
3626 `org-clone-subtree-with-time-shift'.
3627 (Publishing): Refresh this chapter.
3628 (Export options, Export options, In-buffer settings):
3629 Document the new keywords.
3630 (Matching tags and properties): Collect all
3631 documentation about tags/property matches here.
3632 (Setting tags): Document `org-tag-persistent-alist'.
3633 (Weekly/daily agenda): New section.
3634 (Orgstruct mode): Describe `orgstruct++-mode'.
3635 (Drawers): Mention the LOGBOOK drawer.
3636 (Export options, Sectioning structure): Document the
3637 #+LEATEX_HEADER in-buffer setting.
3638 (Bugs): Section removed.
3639 (Hooks): New section.
0c7efc08 3640 (Add-on packages): Move here from old location.
c8d0cf5c
CD
3641 (Context-sensitive commands): New section.
3642 (Setting tags): Document newline option.
3643 (Global TODO list, Matching tags and properties):
3644 Mention more variables.
3645 (Checkboxes): Update to changed command behavior.
81a5560e 3646
40d2791f
CY
36472009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3648
3649 * speedbar.texi (Basic Key Bindings): Fix typo.
3650
65d0154b
JB
36512009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3652
3653 * calc.texi (Vector/Matrix Functions): Add index entries for both
3654 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3655 affects matrices with more than one row.
b5bdfd9f 3656 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 3657
5a9e3ab7
JB
36582009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3659
3660 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 3661 `calc-transpose-lines'.
5a9e3ab7 3662
42fb7e61
MA
36632009-07-27 Michael Albinus <michael.albinus@gmx.de>
3664
3665 * dbus.texi (Receiving Method Calls): Describe special return value
3666 `:ignore'.
3667
574b69d5
AM
36682009-07-24 Alan Mackenzie <acm@muc.de>
3669
3670 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3671 initialization, any individual variable setting now takes precedence
3672 over one done via c-file-style/c-file-offsets.
3673
ec06459c
JB
36742009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3675
3676 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3677 truncated when Calc is quit.
3678 (Customizing Calc): Document `calc-undo-length'.
3679
4ce54f6b
CY
36802009-07-20 Chong Yidong <cyd@stupidchicken.com>
3681
3682 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3683
0e4f8ba5
GM
36842009-07-11 Kevin Ryde <user42@zip.com.au>
3685
3686 * pcl-cvs.texi (About PCL-CVS):
3687 * widget.texi (Basic Types):
3688 Fix cross-references.
3689
fa0f81b0
AS
36902009-07-01 Andreas Schwab <aschwab@redhat.com>
3691
3692 * dbus.texi (Type Conversion): Don't use literal control character.
3693
88a683c5
MA
36942009-07-01 Michael Albinus <michael.albinus@gmx.de>
3695
3696 * tramp.texi (GVFS based methods): New section.
3697 (Remote processes): Processes for GVFS based methods run locally.
3698
36c8febb
MA
36992009-06-30 Michael Albinus <michael.albinus@gmx.de>
3700
0c7efc08
SM
3701 * tramp.texi (Inline methods, External methods, Gateway methods):
3702 Avoid the words "kludge" and hack".
36c8febb
MA
3703 (External methods): Add `synce' method.
3704
3705 * trampver.texi: Update release number.
3706
d6b951bb
MA
37072009-06-22 Michael Albinus <michael.albinus@gmx.de>
3708
3709 Sync with Tramp 2.1.16.
3710
3711 * tramp.texi (History): Add GVFS support.
3712 (External methods): Precise `rsync' description. Add `dav', `davs' and
3713 `obex' methods. Add 'tramp-gvfs-methods' option.
3714 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3715 forms.
3716 (Remote Programs): Introduce `tramp-own-remote-path'.
3717 (Remote processes): New subsection "Running remote programs that create
3718 local X11 windows".
3719 (Frequently Asked Questions): Improve code for disabling vc.
3720
3721 * trampver.texi: Update release number. Set default value of
3722 `emacsgvfs'.
3723
70243478
CY
37242009-06-21 Chong Yidong <cyd@stupidchicken.com>
3725
3726 * Branch for 23.1.
3727
54b31cbf
GM
37282009-06-17 Glenn Morris <rgm@gnu.org>
3729
3730 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3731 (Latest version of Emacs): Mention source code repository.
3732
f6adc23c
GM
37332009-06-16 Glenn Morris <rgm@gnu.org>
3734
3735 * faq.texi (Top): Language tweak.
3736 (Extended commands): Most people have arrow keys.
3737 (Emacs manual): Say how to follow info links.
3738 (File-name conventions): Change title a bit. Explain about source
3739 versus installed. Condense etc description.
3740 (Guidelines for newsgroup postings): Mention Savannah list page.
3741 (Newsgroup archives): Simplify.
3742 (Contacting the FSF): Add contact URL.
3743 (Emacs Lisp documentation): Printed version not always available.
3744 (Installing Texinfo documentation): Explain how by hand installation is
3745 not normally needed. Use add-to-list. Remove duplicate reference.
3746 (Informational files for Emacs): Move info on Help menu here from
3747 "File-name conventions".
3748 (Help installing Emacs): Tweak uref.
3749 (Obtaining the FAQ): Mention repository.
3750 (Origin of the term Emacs): Explain "ITS".
3751 (Changing load-path): Use add-to-list.
3752 (Automatic indentation): Clarify this is for Text mode.
3753 Don't mention Indented Text mode.
3754 (Finding Emacs on the Internet): The FSF does not seem to offer a
3755 deluxe distribution on CD anymore.
3756
b59a8457
GM
37572009-06-16 Glenn Morris <rgm@gnu.org>
3758
3759 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3760 Recommend the latest release. Mention how to get older FAQs.
3761 Recommend the Emacs manual.
3762 (Guidelines for newsgroup postings): Discourage cross-posts.
3763 (Underlining paragraphs): Remove.
3764 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3765 (Bugs and problems): Update key-binding.
3766 (Problems with very large files): Mention 64-bit.
3767 (Shell process exits abnormally): Remove.
3768 (Problems with Shell Mode): Rename and update.
3769 (Spontaneous entry into isearch-mode)
3770 (Problems talking to certain hosts): Remove. This is old information,
3771 in etc/PROBLEMS if needed.
3772 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3773 (Dired claims that no file is on this line): Update.
3774 (Installing Emacs, Problems building Emacs): Simplify.
3775 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3776 information.
3777 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3778 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3779 (JDEE): "JDEE", not "JDE".
3780 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3781 Remove. This is old information, in etc/PROBLEMS if needed.
3782 (stty and Backspace key, Kanji and Chinese characters): Remove.
3783 (Right-to-left alphabets): Update section.
3784 (Changing the included text prefix): Gnus uses message-yank-prefix.
3785 Add cross-reference to Supercite manual.
3786 (Saving a copy of outgoing mail): Simplify output file description.
3787 (Expanding aliases when sending mail): Refer to Emacs manual.
3788 Remove old info about RFC822.
3789 Correct description of how to rebuild aliases.
3790 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3791 (MIME with Emacs mail packages)
3792 (Viewing articles with embedded underlining)
3793 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3794 Remove old sections.
3795 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3796 and is well-documented in the Gnus manual.
3797 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3798 (Making Gnus faster): Rename from "Starting Gnus faster".
3799 Merge "Catch-up is slow in Gnus" into here.
3800
0e6d12ca
GM
38012009-06-14 Glenn Morris <rgm@gnu.org>
3802
3803 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3804 (New in Emacs 23): New section.
3805 (Handling C-s and C-q with flow control): Add xref.
3806
2e17e05e
GM
38072009-06-13 Glenn Morris <rgm@gnu.org>
3808
3809 * faq.texi (Setting up a customization file): Grammar fix.
3810 Customize is no longer "new".
3811 (Displaying the current line or column): Line-number mode is on by
3812 default. Don't mention `column' package. Mention linum.el.
3813 (Turning on abbrevs by default): Explain how to do it for buffers,
3814 modes, and everywhere.
3815 (Associating modes with files): Use add-to-list. Don't mention Emacs
3816 19.
3817 (Highlighting a region): On by default since 23.1.
3818 (Replacing highlighted text): Update doc quote.
3819 (Working with unprintable characters): Don't mention search-quote-char.
3820 (Using an already running Emacs process): Gnuclient is probably not an
3821 enhancement these days.
3822 (Indenting switch statements): Remove mention of pre-Emacs 20.
3823 (Horizontal scrolling): Abbreviate Emacs 20 description.
3824 (Replacing text across multiple files): Fix name of dired command.
3825 (Disabling backups): Use require not load.
4f9d4de3 3826 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3827
2a1cf2b9
BW
38282009-06-13 Bill Wohler <wohler@newt.com>
3829
3830 Release MH-E manual version 8.2.
3831
3832 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3833 release 8.2.
3834
85b438b7
GM
38352009-06-13 Glenn Morris <rgm@gnu.org>
3836
3837 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3838 in this day and age the common meaning is "on the web".
3839 (copying): Use @copyright in all cases.
3840 (Basic keys): Remove reference to deleted manual node "Text Characters".
3841 (File-name conventions): Use GNU as an example rather than SERVICE.
3842 default.el lives in site-lisp. Update Info directory location.
3843 (Real meaning of copyleft): GPL actions have been brought, but all
3844 settled out of court.
3845 (Guidelines for newsgroup postings): Shorten section title.
3846 Simplify comp.emacs description.
3847 (Newsgroup archives): Change Google URL. Describe Gmane.
3848 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3849 points". Mention List-Unsubscribe header.
3850 (Contacting the FSF): Update email and URLs.
3851 (Basic editing): Mention F1 for help.
3852 (Installing Texinfo documentation): Refer to Texinfo website rather
3853 than ftp server.
3854 (Printing a Texinfo file): Mention texi2pdf.
3855 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3856 are just stubs nowadays.
3857 (Latest version of Emacs): Explain version numbers.
3858 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3859 (Turning on syntax highlighting): No need to mention hilit19 any more.
3860 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3861 (Modes for various languages): Remove section.
3862 (Major packages and programs): Remove most version and maintainer
3863 information - it's hard to keep up-to-date, and adds nothing.
3864 Similarly with direct links to mailing lists.
3865 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3866 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3867 years, and Emacs comes with tools for this now.
3868 (Patch): Remove section - this is a standard tool.
3869 (Using function keys under X): Remove section.
3870
93e2d996
GM
38712009-06-12 Glenn Morris <rgm@gnu.org>
3872
3873 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3874 (Help installing Emacs): Remove reference to deleted X11 node.
3875 (Associating modes with files): Interpreter-mode-alist is no longer
3876 subservient to auto-mode-alist.
3877 (Installing Emacs): Change future Emacs version.
3878 (Linking with -lX11 fails): Remove old section.
3879 (Packages that do not come with Emacs): Update ELL location.
3880 Emacs Lisp archive is dead.
3881 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3882 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3883 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3884 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3885 (Removing flashing messages): Remove section about non-existent Gnus
3886 option.
3887
f0bf7708
GM
3888 * faq.texi (Top): Add @top command.
3889 Remove the optional arguments from all @node commands: makeinfo can
3890 generate these automatically, and it is easier to edit and rearrange
3891 nodes without them.
3892
30884d11
GM
38932009-06-11 Glenn Morris <rgm@gnu.org>
3894
3895 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3896 (The LPF): Make the updated URL the sole reference point.
3897 (Learning how to do something): Update refcard price and format.
3898 (Getting a printed manual): Sources in doc/emacs/, not man/.
3899 Also available in PDF format. Since the page count varies, be less
3900 precise.
3901 (Informational files for Emacs): Remove references to deleted files
3902 LPF and SUN-SUPPORT, and to UUCP.
3903 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3904 Remove many obsolete ways to get the FAQ, which now seems only to be
3905 distributed with Emacs.
3906 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3907
deab46e0
CY
39082009-06-09 Chong Yidong <cyd@stupidchicken.com>
3909
223b43fa 3910 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3911 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3912
deab46e0
CY
3913 * ada-mode.texi (Installation, Compile commands)
3914 (Project File Overview, No project files, Set compiler options)
3915 (Use GNAT project file, Use multiple GNAT project files)
3916 (Identifier completion): Use @samp for menu items, and @kbd for key
3917 sequences (Bug#3504).
3918
71fbd643
DU
39192009-06-04 Daiki Ueno <ueno@unixuser.org>
3920
8c9bb6f5 3921 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3922
f197085b
CY
39232009-06-04 Ryan Yeske <rcyeske@gmail.com>
3924
3925 * message.texi (Header Commands): Fix descriptions to match
3926 keybindings.
3927
7f3bc720
DU
39282009-04-22 Daiki Ueno <ueno@unixuser.org>
3929
3930 * gnus.texi (Security): Mention that EasyPG is the current default.
3931
4518068d
CY
39322009-04-13 Chong Yidong <cyd@stupidchicken.com>
3933
3934 * ediff.texi (Session Commands): Fix typo.
3935
d7ca410a
MB
39362009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3937
3938 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3939 news.software.readers. Reported by Florian Rehnisch.
3940
c6c76add
GM
39412009-04-02 Glenn Morris <rgm@gnu.org>
3942
3943 * auth.texi: Capitalize direntry.
3944
3945 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3946 using a period in the entry name. (Bug#2797)
3947
35ed8e2e
JB
39482009-03-03 Juanma Barranquero <lekktu@gmail.com>
3949
3950 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3951 ($(infodir)/auth, auth.dvi): New targets.
3952
e280480a
GM
39532009-03-03 Glenn Morris <rgm@gnu.org>
3954
3955 * auth.texi: Fix @setfilename.
3956
3957 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3958 (auth, $(infodir)/auth, auth.dvi): New rules.
3959
8a76755b
GM
39602009-02-25 Glenn Morris <rgm@gnu.org>
3961
3962 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
3963
0038d478
MB
39642009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3965
3966 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3967
39682009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3969
3970 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3971 gnus-nocem-issuers, and gnus-nocem-verifyer.
3972
867d4bb3
JB
39732009-02-20 Juanma Barranquero <lekktu@gmail.com>
3974
3975 * ada-mode.texi (Project files, Automatic Casing):
3976 * dbus.texi (Signals):
3977 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3978 * mh-e.texi (HTML):
3979 * nxml-mode.texi (Locating a schema)
3980 (Using the document's URI to locate a schema):
3981 * org.texi (Footnotes, Using the mapping API):
3982 * rcirc.texi (Channels): Remove duplicate words.
3983
3a44dc1f
GM
39842009-02-20 Glenn Morris <rgm@gnu.org>
3985
3986 * dired-x.texi (Miscellaneous Commands):
3987 * gnus.texi: Minor updates for mbox Rmail.
3988
5dc584b5
KB
39892009-02-16 Karl Berry <karl@gnu.org>
3990
b59a8457
GM
3991 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3992 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3993 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3994 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3995 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3996 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3997 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3998 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3999 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
4000 Consistently use @insertcopying in the Top node,
5dc584b5 4001 @contents at the front (after @end titlepage),
b59a8457 4002 and @direntry after @copying. (Bug#1988)
5dc584b5 4003
9eb59592
MB
40042009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4005
4006 * auth.texi: New file documenting auth-source.
4007
d324fa76
CD
40082009-02-13 Carsten Dominik <dominik@science.uva.nl>
4009
4010 * org.texi (Org Plot): Fix link.
4011
7a603b73
DU
40122009-02-09 Daiki Ueno <ueno@unixuser.org>
4013
4014 * epa.texi (Mail-mode integration): Mention the way to do
4015 "encrypt-to-self". (Bug#1807)
4016
a626b338 40172009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
4018
4019 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
4020
3b36c17e
MB
40212009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
4022
4023 * gnus-news.texi: Print version about Incoming*.
4024
55033558
CD
40252009-02-02 Carsten Dominik <dominik@science.uva.nl>
4026
4027 * org.texi (Structure editing, Handling links)
4028 (Fast access to TODO states, Javascript support): Make standard docs
4029 correctly reflect default variable settings.
4030
ec712abb
GM
40312009-02-02 Glenn Morris <rgm@gnu.org>
4032
4033 * org.texi: Fix typos.
4034
7112648c
MA
40352009-02-01 Michael Albinus <michael.albinus@gmx.de>
4036
4037 Sync with Tramp 2.1.15.
4038
4039 * trampver.texi: Update release number.
4040
2e461fc1
CD
40412009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4042
4043 * org.texi (TODO dependencies): Document TODO dependencies on
4044 checkboxes.
4045
bc283609
CD
40462009-01-30 Carsten Dominik <dominik@science.uva.nl>
4047
4048 * org.texi (TODO dependencies): Document key binding for toggling
4049 ORDERED property.
4050
74fc5047
MA
40512009-01-28 Michael Albinus <michael.albinus@gmx.de>
4052
4053 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4054 of hook functions.
4055
d6685abc
CD
40562009-01-28 Carsten Dominik <dominik@science.uva.nl>
4057
4058 * org.texi (TODO dependencies): New section.
4059
65c439fd
CD
40602009-01-27 Carsten Dominik <dominik@science.uva.nl>
4061
4062 * org.texi (Plain lists, TODO basics, Priorities)
4063 (Multiple sets in one file, Conflicts): Document interaction with
4064 `shift-selection-mode'.
4065
5fafc247
JB
40662009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4067
4068 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4069 Make Calc the subject of sentences.
4070 (Rearranging Formulas using Selections): Discuss new options
4071 for `j *'.
4072
e7433508
MA
40732009-01-26 Michael Albinus <michael.albinus@gmx.de>
4074
4075 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4076
2096a1b6
GM
40772009-01-26 Glenn Morris <rgm@gnu.org>
4078
4079 * org.texi: Fix typos.
4080
0cb61492
BW
40812009-01-26 Bill Wohler <wohler@newt.com>
4082
2096a1b6 4083 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4084
0bd48b37
CD
40852009-01-25 Carsten Dominik <dominik@science.uva.nl>
4086
4087 * org.texi (References): Add information about remote references.
4088 (Built-in table editor): Document `C-c RET' in tables.
4089 (Math symbols, Quoting LaTeX code): Mention that simple
4090 LaTeX macros survive LaTeX export.
4091 (Images in LaTeX export): Show how to create a reference to a
4092 figure.
4093 (Sectioning structure): Document that the LaTeX class can be
4094 specified in a property.
4095 (Text areas in HTML export): New section.
4096 (External links): Add examples for text search and ID links.
4097 (Built-in table editor): Remove the descriptio of `C-c
4098 C-q', it not longer works.
4099 (Literal examples): Document that a space must follow
4100 the colon in short examples.
4101 (Relative timer): Document `org-timer-stop'.
4102 (Footnotes): New section.
4103 (Footnote markup): Shorten section and refer to new Footnote
4104 section.
4105 (Literal examples): Add documentation for line
4106 numbering in and references to code examples.
4107 (CSS support): Fix the description of default CSS styles.
4108 (Capturing column view): Document
4109 "file:path/to/file.org" as an allowed value for the ID property of
4110 a dynamic block copying column view.
4111
49dbbaf2
SE
41122009-01-23 Stephen Eglen <stephen@gnu.org>
4113
4114 * mh-e.texi (Getting Started): Describe $MH.
4115
193e6828
MA
41162009-01-21 Michael Albinus <michael.albinus@gmx.de>
4117
4118 * tramp.texi (all): Harmonize usage of "external method",
4119 "external transfer method" and "out-of-band method".
4120 (Connection types): Precise the differences of inline and external
4121 methods. Written by Adrian Phillips <a.phillips@met.no>.
4122
26b9f88d
MB
41232009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4124
4125 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4126 commands as described at the top. Reported by Allan Gottlieb
4127 <gottlieb@nyu.edu>.
4128
41292009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4130
4131 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4132 nnmail-pathname-coding-system.
4133
377952e0
GM
41342009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4135
4136 * org.texi (Relative timer): Fix typo.
4137
a20d3598
JB
41382009-01-15 Juanma Barranquero <lekktu@gmail.com>
4139
4140 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4141 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4142
a50253cc
GM
41432009-01-13 Glenn Morris <rgm@gnu.org>
4144
4145 * org.texi: Fix some more typos.
4146
07450bee
GM
41472009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4148
4149 * org.texi: Fix some typos.
4150
e3e955fe
MB
41512009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4152
4153 * gnus.texi (Group Parameters): Add note for local variables.
4154
41552009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4156
0c7efc08
SM
4157 * gnus.texi (Converting Kill Files): Fix URL.
4158 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
4159
41602009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4161
4162 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4163 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4164 (Paging the Article): Add index entry.
4165
71dd9983
JB
41662009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4167
4168 * ada-mode.texi (Examples): Delete redundant text.
4169
4a0cf14f
MA
41702009-01-03 Michael Albinus <michael.albinus@gmx.de>
4171
36c8febb 4172 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
4173
4174 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4175 addresses.
4176
aedac0f0
BW
41772009-01-03 Bill Wohler <wohler@newt.com>
4178
4179 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4180 kept empty.
4181
4c65b566
CD
41822008-12-20 Carsten Dominik <dominik@science.uva.nl>
4183
4184 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
4185 (HTML Export commands, LaTeX/PDF export commands):
4186 Improve documentation about transient-mark-mode.
e9fce1ac 4187 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
4188 to fields in the last table row.
4189
e1a78e1e
JL
41902008-12-19 Juri Linkov <juri@jurta.org>
4191
4192 * info.texi (Search Text): Remove mention of removed key binding M-s.
4193
17a0aa82
CD
41942008-12-18 Carsten Dominik <dominik@science.uva.nl>
4195
4196 * org.texi (References): Remove mentioning of @0 as reference for the
4197 last line, this has been reverted in the Lisp sources.
4198
4997d802
JB
41992008-12-17 Juanma Barranquero <lekktu@gmail.com>
4200
4201 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4202 (DVI_TARGETS): Remove duplicates. Add sasl.
4203 ($(infodir)/sasl, sasl.dvi): New targets.
4204
33306645
CD
42052008-12-17 Carsten Dominik <dominik@science.uva.nl>
4206
4207 * org.texi: Version number pushed to 6.15d.
4208
db55f368
CD
42092008-12-16 Carsten Dominik <dominik@science.uva.nl>
4210
a0bf4117 4211 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
4212 (Images in LaTeX export): New section.
4213 (Inlined images, Images in HTML export): Sections renamed.
4214
dae0a942
MB
42152008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4216
4217 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4218
9f5572e9
MB
42192008-12-04 David Engster <dengste@eml.cc>
4220
4221 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 4222 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 4223
bc23baaa
CD
42242008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4225
4226 * org.texi (Using the mapping API): Fix bug in mapping example.
4227 (Publishing options): Make the list of properties complete again, in
4228 correspondence to the variable `org-export-plist-vars'.
4229 (Property searches): Document new special values for time comparisons.
4230 (Tag inheritance): Refine the description of tag inheritance.
4231 (Project alist): Add info about the publishing sequence of components.
a0bf4117 4232 (Effort estimates): Document the new relative timer.
bc23baaa 4233
3bf8054f
JB
42342008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4235
4236 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4237 (Using Calc): Clarify use of `C-x * o'.
4238 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4239
ac134f2f
RS
42402008-11-28 Richard M Stallman <rms@gnu.org>
4241
4242 * dbus.texi (Receiving Method Calls): Clean up previous change.
4243
ace706d1
MA
42442008-11-26 Michael Albinus <michael.albinus@gmx.de>
4245
4246 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4247 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4248 `dbus-unescape-from-identifier'.
4249 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 4250 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
4251 (Signals): Use the constants in the example.
4252
d60b1ba1
CD
42532008-11-24 Carsten Dominik <dominik@science.uva.nl>
4254
b97439ce 4255 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 4256
ce4fdcb9
CD
42572008-11-23 Carsten Dominik <dominik@science.uva.nl>
4258
4259 * org.texi (Setting up Remember): Document `org-remember-mode'.
4260 (External links): Document that bbdb links can use a regular
4261 expression.
4262 (External links): Document that elisp links can contain interactive
4263 commands.
4264
c8548a00 42652008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
4266
4267 * viper.texi (viper-translate-all-ESC-keysequences):
4268 Description removed.
4269
6a2c4aec
GM
42702008-11-19 Glenn Morris <rgm@gnu.org>
4271
4272 * doclicense.texi: Change to FDL 1.3.
4273 Relicense all texi files under FDL 1.3 or later.
4274
59ee4113
JB
42752008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4276
4277 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4278
59bcbb98 42792008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 4280
0c7efc08 4281 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
4282
4283 * ediff.texi: Version/date change.
9f90198a 4284
8aa41c9b
CY
42852008-11-14 Chong Yidong <cyd@stupidchicken.com>
4286
4287 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4288
17587b1b
JB
42892008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4290
4291 * calc.texi (About This Manual): Comment out a mention of
4292 marginal notes.
4293
564c900e
CD
42942008-11-12 Carsten Dominik <dominik@science.uva.nl>
4295
4296 * org.texi (Clocking work time): Document the :formula property of
4297 clock tables.
4298 (Structure editing, Refiling notes): Document refiling regions.
4299 (Agenda commands): Document the double-prefix version
4300 of the `l' command in the agenda.
4301 (Handling links): Explain the effect of a double prefix
4302 arg to `C-c C-o'.
4303 (TODO basics): Add documentation for tag triggers.
4304
3c4be1f2
GM
43052008-10-23 Glenn Morris <rgm@gnu.org>
4306
4307 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4308 byte-compiling things like `+'.
4309
4310 * ns-emacs.texi: Merge copyright years of author now with assignment
4311 into FSF years.
4312 (VER): Use it for easier automatic updating. Use Emacs version rather
4313 than standalone Emacs.app version.
4314
a6520ff3
CD
43152008-10-12 Carsten Dominik <dominik@science.uva.nl>
4316
864c9740 4317 * org.texi: Lots of minor fixes.
a6520ff3
CD
4318 (Capture): New chapter.
4319 (Org Plot): New section.
4320
db7a4b66
MH
43212008-09-30 Magnus Henoch <mange@freemail.hu>
4322
4323 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4324
4043c194
JB
43252008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4326
4327 * calc.texi (User Defined Units): Mention how to enter optional display
4328 string.
4329
eef5ade7
MB
43302008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4331
0c7efc08 4332 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
4333 avoid the "y/n" wording.
4334
e52cac88
MB
43352008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4336
0c7efc08 4337 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
4338
43392008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4340
4341 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4342 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4343
00c55306
BW
43442008-09-22 Bill Wohler <wohler@newt.com>
4345
4346 Release MH-E manual version 8.1.
4347
4348 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4349 release 8.1.
4350
4351 * mh-e.texi: Retain dual license as agreed to by the FSF.
4352 However, bump GPL to Version 3.
4353 Use @include for license text.
4354
e52cac88 43552008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
4356
4357 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
4358 (Store custom flags and keywords, Store arbitrary data):
4359 Clean up markup.
64763fe3
MB
4360
43612008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4362
4363 * gnus.texi (The Gnus Registry): Document it.
4364
9e601b8d
MB
43652008-09-08 David Engster <dengste@eml.cc>
4366
88ee5b02
JB
4367 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4368 Clarify section about choosing back end servers.
9e601b8d 4369
247043f1
GM
43702008-08-23 Glenn Morris <rgm@gnu.org>
4371
4372 * dired-x.texi (Shell Command Guessing):
4373 Mention dired-guess-shell-case-fold-search. (Bug#417)
4374
2bfec7a0
MA
43752008-08-22 Michael Albinus <michael.albinus@gmx.de>
4376
4377 * trampver.texi: Update release number.
4378
247043f1 43792008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
4380
4381 * ns-emacs.texi: Update version.
4382 (Introduction): Correct menu location for options save.
4383 (Customization): Note that defaults are stored under org.gnu.Emacs.
4384
8c20bd92
BW
43852008-08-11 Bill Wohler <wohler@newt.com>
4386
4387 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4388 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4389 Henman) (closes SF #1768928).
4390
767a4d92
GM
43912008-08-10 Glenn Morris <rgm@gnu.org>
4392
4393 * ns-emacs.texi: Use @copying. Change copyright of authors with
4394 assignment to FSF. Change license to GFDL.
4395 (Top): Remove outdated references.
4396
6ecfe5c2
MB
43972008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4398
88ee5b02
JB
4399 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4400 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
4401 gnus-summary-sort-by-most-recent-date.
4402 (Summary Sorting): Explain prefix argument.
4403
44042008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4405
4406 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4407 gnus-summary-pipe-output.
4408
eb932e8a
MA
44092008-08-03 Michael Albinus <michael.albinus@gmx.de>
4410
4411 * dbus.texi (Receiving Method Calls): Document error handling of own
4412 D-Bus methods.
4413
bfe16263
BW
44142008-08-01 Bill Wohler <wohler@newt.com>
4415
4416 * mh-e.texi (Reading Mail)
9f90198a 4417 (Viewing Attachments): Describe new function
bfe16263
BW
4418 mh-show-preferred-alternative.
4419 (Sending Mail, Redistributing, Sending Message): Describe new hook
4420 mh-annotate-msg-hook.
4421
21956b56
MA
44222008-07-31 Michael Albinus <michael.albinus@gmx.de>
4423
4424 * dbus.texi (Arguments and Signatures): Fix example.
4425 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4426 (Asynchronous Methods): New node.
9f90198a
JB
4427 (Errors and Events): Describe extended layout of `dbus-event'.
4428 New defun `dbus-event-message-type'.
21956b56 4429
7c2fb837
DN
44302008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4431
4432 * ediff.texi: Remove VMS support.
4433
13662773
JB
44342008-07-29 Juanma Barranquero <lekktu@gmail.com>
4435
4436 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4437 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4438
ddde0b34
CY
44392008-07-29 Chong Yidong <cyd@stupidchicken.com>
4440
4441 * Makefile.in: Add mairix-el targets.
4442
44432008-07-29 David Engster <deng@randomsample.de>
4444
4445 * mairix-el.texi: New file.
4446
d5875b25
JB
44472008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4448
366b7d44
JB
4449 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4450 project files. Delete 'main_unit' project variable; not needed. Allow
4451 process environment variables wherever project variables are allowed.
4452 Add tutorial section on multiple GNAT project files.
d5875b25 4453
6cbab8ee
MA
44542008-07-27 Michael Albinus <michael.albinus@gmx.de>
4455
4456 Sync with Tramp 2.1.14.
4457
4458 * trampver.texi: Update release number.
4459
9e2a2647
DN
44602008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4461
4462 * ns-emacs.texi:
4463 * faq.texi: Remove mentions of Mac Carbon.
4464
d62672f3
MB
44652008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4466
4467 * gnus.texi (Saving Articles): Describe the 2nd argument of
4468 gnus-summary-save-in-pipe.
4469 (SpamAssassin): Use it.
4470
44712008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4472
4473 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4474
dd12e1c6
CD
44752008-07-25 Carsten Dominik <dominik@science.uva.nl>
4476
4477 * org.texi (Export options): Document the use of the creator flag.
4478
44ce9197
CD
44792008-07-24 Carsten Dominik <dominik@science.uva.nl>
4480
4481 * org.texi: New version 6.06a.
4482
ddd13c5d
JB
44832008-07-23 Juanma Barranquero <lekktu@gmail.com>
4484
4485 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4486 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4487
8dc6104d
JB
44882008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
4489
4490 * calc.texi (Editing Stack Entries):
4491 (Algebraic Entry): Rewrite introductory sentences so it can be used by
4492 Calc's help functions. Mention fixing typos.
4493 (Customizing Calc): Fix typo.
4494
44952008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
4496
4497 * calc.texi (summarykey): New macro. Use to correctly format keys in
4498 the summary.
4499
ddd13c5d 45002008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
4501
4502 * ns-emacs.texi (Customization): Corrected documentation on color
4503 specification formats.
4504
568beaa2
AS
45052008-07-19 Andreas Schwab <schwab@suse.de>
4506
db8ef699 4507 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
4508
4509 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4510 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4511
cd71b9ae
MA
45122008-07-18 Michael Albinus <michael.albinus@gmx.de>
4513
4514 * dbus.texi (Inspection): Rework, introduce submenus.
4515 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4516 (Properties and Annotations, Arguments and Signatures): New nodes.
4517
9b7993b4
MA
45182008-07-13 Michael Albinus <michael.albinus@gmx.de>
4519
4520 * dbus.texi (Receiving Method Calls): Fix description of
4521 `dbus-register-method'.
4522 (Signals): Allow also signal arguments for filtering in
4523 `dbus-register-signal'.
4524
241d447b
JB
45252008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4526
4527 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4528 `cnorm'.
4529 (Arithmetic Tutorial): Simplify the verification of prime factors.
4530
adb46650
MB
45312008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4532
4533 * gnus.texi (Saving Articles): Mention
4534 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4535
92e15881
JB
45362008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
4537
4538 * calc.texi: Adjust mode line throughout.
4539
ea597303
JB
45402008-06-28 Juanma Barranquero <lekktu@gmail.com>
4541
4542 * sasl.texi (Mechanisms): Fix typos.
4543
aee08080
JB
45442008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4545
4546 * calc.texi (Killing from the stack): Mention using normal Emacs
4547 copying.
4548
a06a4a12
MA
45492008-06-21 Michael Albinus <michael.albinus@gmx.de>
4550
0c7efc08 4551 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 4552 Add `auth-source' mechanism.
a06a4a12
MA
4553 (Connection caching): Tramp reopens the connection automatically,
4554 when the operating system on the remote host has been changed.
4555
7389398d
EZ
45562008-06-20 Eli Zaretskii <eliz@gnu.org>
4557
4558 * makefile.w32-in (distclean): Remove makefile.
4559
b349f79f
CD
45602008-06-17 Carsten Dominik <dominik@science.uva.nl>
4561
3f9b4c2b 4562 * org.texi (Using the mapping API): New section.
b349f79f 4563 (Agenda column view): New section.
3f9b4c2b 4564 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 4565 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 4566 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
4567
45682008-06-17 Jason Riedy <jason@acm.org>
4569
4570 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4571 function, and efmt may be a two-argument function.
4572 (Radio tables): Document multiple destinations.
4573
cd5c05d2
GM
45742008-06-16 Glenn Morris <rgm@gnu.org>
4575
4576 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4577 Add Cover-Texts.
4578
debf4439
GM
45792008-06-15 Glenn Morris <rgm@gnu.org>
4580
4581 * faq.texi (VER): Update to 23.0.60.
4582
4583 * mh-e.texi: Remove option of licensing under GPL.
4584 Add Cover-Texts to GFDL permissions notice.
4585 (GPL): Remove section.
4586 (GFDL): Include doclicense.texi rather than the actual text.
4587
4588 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4589 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4590
4591 * sasl.texi: Fix output file name.
4592
4593 * epa.texi, sasl.texi: Refer to license in Emacs manual.
4594
4595 * gnus-coding.texi: Refer to license in Gnus manual.
4596
4597 * idlwave.texi, sasl.texi: Use @copying.
4598
4599 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
4600
4601 * speedbar.texi: Update Back-Cover Text as per maintain.info.
4602
4603 * url.texi: Use @copying, @title, @subtitle, @author.
4604
4605 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4606 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4607 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4608 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4609 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4610 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4611 * widget.texi, woman.texi:
4612 Remove references to external license, since doclicense is included.
4613
4614 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4615 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4616 Remove references to non-existent Invariant Sections.
4617
091f8bc1
GM
46182008-06-14 Glenn Morris <rgm@gnu.org>
4619
4620 * faq.texi (Major packages and programs): Remove references to external
4621 Supercite, Calc, VIPER, since they have been included for some time.
4622 Update VM, AUCTeX, BBDB entries.
4623
47bcb4d3
UJ
46242008-06-14 Ulf Jasper <ulf.jasper@web.de>
4625
4626 * newsticker.texi: Updated to match latest newsticker changes.
4627
6f093307
GM
46282008-06-13 Glenn Morris <rgm@gnu.org>
4629
4630 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4631 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4632 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4633 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4634 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4635 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4636 * woman.texi:
4637 Update Back-Cover Text as per maintain.info.
4638
2b968687
MB
46392008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4640
4641 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4642
4643 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4644 (gnus-faq.xml): Update repository host.
4645
2b968687
MB
4646 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4647
46482008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4649
4650 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4651 Fix a typo.
4652
46532008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4654
4655 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 4656 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
4657 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4658
46592008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4660
4661 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4662 coding standards.
4663
46642008-06-14 David Engster <dengste@eml.cc>
4665
4666 * gnus.texi (nnmairix): Markup fixes.
4667
e6d2d263
MB
46682008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4669
2b968687 4670 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4671
46722008-06-05 David Engster <dengste@eml.cc>
4673
4674 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4675
46762008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4677
b344d29d 4678 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4679 (Searching, nnir, nnmairix): New stub nodes.
4680
ad231df6 46812008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4682
4683 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4684
f394fa25
MB
46852008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4686
4687 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4688
58333467
MB
46892008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4690
4691 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4692
67525fb9
JY
46932008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4694
4695 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4696
0549d8fc
JB
46972008-05-06 Juanma Barranquero <lekktu@gmail.com>
4698
4699 * info.texi (Top): Fix typo in xref.
4700
149a3837
KB
47012008-05-05 Karl Berry <karl@gnu.org>
4702
4703 * info.texi (Top): @xref to stand-alone manual.
4704
3a23a519
MB
47052008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4706
4707 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4708 (Various Summary Stuff): Fix typo in last xref.
4709
0a29fbf3
JB
47102008-05-02 Juanma Barranquero <lekktu@gmail.com>
4711
4712 * org.texi (Moving subtrees): Fix typo.
4713
586b90f1
MA
47142008-04-28 Michael Albinus <michael.albinus@gmx.de>
4715
4716 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4717 Tramp via `tramp-mode'.
4718
b5af9883
CD
47192008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4720
4721 * org.texi: Massive changes, in many parts of the file.
4722
d55fe5bb
MB
47232008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4724
4725 * gnus.texi (Oort Gnus): Add message-fill-column.
4726
47272008-04-12 Adrian Aichner <adrian@xemacs.org>
4728
4729 * gnus.texi (Mail Source Specifiers): Typo fix.
4730
47312008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4732
4733 * gnus.texi (Diary Headers Generation): Update key binding for
4734 `gnus-diary-check-message'.
4735
47362008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4737
4738 * gnus.texi (Emacsen): Addition.
4739
47402008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4741
4742 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4743
47442008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4745
4746 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4747
47482008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4749
4750 * gnus-news.texi: Update tool bar item.
4751
47522008-04-09 Sven Joachim <svenjoac@gmx.de>
4753
4754 * gnus-news.texi: Fix typos.
4755
76c109c3
JB
47562008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4757
222027f2 4758 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4759 Add mention of `kron'.
4760
d5fbd5a6
MO
47612008-04-01 Daiki Ueno <ueno@unixuser.org>
4762
0c7efc08
SM
4763 * epa.texi (Encrypting/decrypting *.gpg files):
4764 Document epa-file-name-regexp.
d5fbd5a6 4765
fbcbb58c
KY
47662008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4767
4768 * gnus.texi (Example Methods): Fix description about ssh-agent.
4769 (Indirect Functions): Fix the default value of nntp-telnet-command;
4770 remove link to connect.html.
4771
134ce16c
MA
47722008-03-30 Michael Albinus <michael.albinus@gmx.de>
4773
4774 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4775 dbus-call-method.
4776 (Receiving Method Calls): The timeout can be set by the calling client.
4777
da1975d7
MA
4778 * trampver.texi: Update release number.
4779
2e4089ab
RS
47802008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4781
4782 * gnus.texi (Top): Fix version. Add SASL.
4783
70cab5a9
MA
47842008-03-29 Michael Albinus <michael.albinus@gmx.de>
4785
4786 Sync with Tramp 2.1.13.
4787
4788 * trampver.texi: Update release number.
4789
5bc6ddff
MB
47902008-03-29 Chong Yidong <cyd@stupidchicken.com>
4791
4792 * org.texi: Update to new org-mode website.
4793
47942008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4795
4796 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4797
9b3ebcb6
MB
47982008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4799
4800 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4801 gnus-read-ephemeral-gmane-group-url,
4802 gnus-read-ephemeral-emacs-bug-group,
4803 gnus-read-ephemeral-debian-bug-group.
4804
48052008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4806
4807 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4808
4809 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4810 Add FIXMEs for Bookmarks and gnus-registry-marks.
4811
48122008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4813
4814 * gnus.texi (Smileys): Document `smiley-style'.
4815
48162008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4817
4818 * gnus.texi (Gnus Development): Clarify difference between ding and
4819 gnu.emacs.gnus.
4820 (MIME Commands, Using MIME, RSS): Fix markup.
4821
4822 * gnus-faq.texi ([8.4]): Ditto.
4823
48242008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4825
4826 * gnus.texi (Emacsen): Remove obsolete stuff.
4827
48282008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4829
4830 * gnus.texi (Oort Gnus): Add version info WRT
4831 `mail-source-delete-incoming'.
4832
48332008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4834
4835 * gnus.texi (Top): Add "Other related manuals" and version info in
4836 `iftex' output.
4837 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4838 gnus-balloon-face-0 and the corresponding format specifiers.
4839
608d6a81
MA
48402008-03-26 Michael Albinus <michael.albinus@gmx.de>
4841
4842 * tramp.texi (Filename completion): Remove footnote about let-bind
4843 of `partial-completion-mode'. It doesn't work this way.
4844
27a6f132
SM
48452008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4846
4847 * pcl-cvs.texi (Contributors): Update my email.
4848
4a7c4c40
MA
48492008-03-21 Michael Albinus <michael.albinus@gmx.de>
4850
4851 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4852
2940c053
BW
48532008-03-17 Bill Wohler <wohler@newt.com>
4854
4855 * mh-e.texi (Viewing): Update URL for adding header fields to
4856 mh-invisible-header-fields-default.
4857
30864d5f
BW
48582008-03-16 Bill Wohler <wohler@newt.com>
4859
4860 * mh-e.texi (Preface): Add Gnus to requirements.
4861 (Forwarding): Note that forwarded MIME messages are now inline.
4862
31fe2b00
SM
48632008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4864
4865 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4866 (Common Variables): Give precedence to the netcat methods over the
4867 telnet methods, and mention that they are more reliable.
31fe2b00 4868
5e97c626
CD
48692008-03-13 Carsten Dominik <dominik@science.uva.nl>
4870
4871 * org.texi (Exporting Agenda Views): Document agenda export to
4872 iCalendar.
4873 (Progress logging): Document the new progress logging stuff.
4874
37a68866
MB
48752008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4876
4877 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4878 Update for change of `mail-source-delete-incoming'.
4879
4880 * gnus-news.texi: Ditto.
4881
8f7abae3
MB
48822008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4883
4884 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4885 custom versions.
4886
af379c86
AM
48872008-03-07 Alan Mackenzie <acm@muc.de>
4888
4889 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4890 parens/brackets in a k&r region is limited.
4891
3d0f8a67
MB
48922008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4893
4894 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4895 using different Emacs versions.
4896
52151df0
GM
48972008-02-27 Glenn Morris <rgm@gnu.org>
4898
4899 * sc.texi: Remove a lot of old and obsolete info.
4900 (titlepage): Simplify.
4901 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4902 (VM with any Emacsen, GNEWS with any Emacsen)
4903 (Overloading for Non-conforming MUAs, Version 3 Changes)
4904 (The Supercite Mailing List): Delete nodes.
4905 (Introduction): Remove info about old packages.
4906 (Getting Connected): Simplify. Remove info about old packages.
4907 (Citing Commands): Delete Emacs 19 info.
4908 (Hints to MUA Authors): Simplify.
4909 (Thanks and History): Merge in some info from the deleted node
4910 "Version 3 Changes".
4911
b03f96dc
MB
49122008-02-05 Juanma Barranquero <lekktu@gmail.com>
4913
4914 * org.texi (Setting tags, In-buffer settings):
4915 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4916
52bec650
MB
49172008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4918
4919 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4920 installation directory name.
4921
34a3c587
RF
49222008-02-12 Romain Francoise <romain@orebokech.com>
4923
4924 * epa.texi (Overview): Fix typo.
4925
5a8d03e9
MO
49262008-02-11 Daiki Ueno <ueno@unixuser.org>
4927
4928 * epa.texi (Quick start): Remove the .emacs setting.
4929
f1914c40
MO
49302008-02-10 Daiki Ueno <ueno@unixuser.org>
4931
4932 * epa.texi (Quick start): Use the command `epa-enable' instead of
4933 loading `epa-setup'.
4934
bca98fc9
JB
49352008-02-08 Juanma Barranquero <lekktu@gmail.com>
4936
4937 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4938 ($(infodir)/epa, epa.dvi): New targets.
4939
4b01af2e
MO
49402008-02-08 Daiki Ueno <ueno@unixuser.org>
4941
4942 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4943
4944 * epa.texi: New manual documenting the EasyPG Assistant.
4945
06c0751a
MA
49462008-02-06 Michael Albinus <michael.albinus@gmx.de>
4947
4948 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4949 (Inspection): New function dbus-ping.
4950
7dcccd7b
MA
49512008-02-05 Michael Albinus <michael.albinus@gmx.de>
4952
4953 * tramp.texi (Remote processes): Add `shell-command'.
4954
a1da1e37
MB
49552008-01-28 Michael Sperber <sperber@deinprogramm.de>
4956
4957 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4958 (Group Parameters): Document `mail-source' parameter.
4959
c9d8f746
MA
49602008-01-27 Michael Albinus <michael.albinus@gmx.de>
4961
4962 * tramp.texi (Inline methods): The hostname of the su(do)? methods
4963 must be a local host.
4964
15db4a13
MO
49652008-01-26 Michael Olson <mwolson@gnu.org>
4966
4967 * erc.texi: Update version for ERC 5.3 release.
4968 (Obtaining ERC): Update extras URLs for 5.3.
4969 (Development): Write instructions for git, and remove those for Arch.
4970 (History): Mention the switch to git.
4971
2bc43980
KB
49722008-01-24 Karl Berry <karl@gnu.org>
4973
bca98fc9
JB
4974 * info.texi (Search Index, Search Text): Mention the command
4975 character in the section name, a la the (Go to node) node.
2bc43980 4976
d2e4a6c9
MA
49772008-01-21 Michael Albinus <michael.albinus@gmx.de>
4978
4979 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4980
0b6799c3
MB
49812008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4982
4983 * gnus-news.texi: Mention gnus-article-describe-bindings.
4984
49852008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4986
4987 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4988
db9c3fb1 49892008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 4990
7b4d0413 4991 * org.texi (Property inheritance): New section.
db9c3fb1 4992 (Conventions): New section.
7b4d0413 4993 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
4994 commands, and the new bindings for refiling.
4995 (Sparse trees): Document the new special command for sparse trees.
4996 (References): Be more clear about the counting of hilines.
4997 (Handling links): Document M-p/n for accessing links.
4998 (Fast access to TODO states): New section.
4999 (Per file keywords): New section.
5000 (Property inheritance): New section.
5001 (Column attributes): New summary types.
5002 (Capturing Column View): New section.
5003 (The date/time prompt): Cover the new features in the date/time prompt.
5004 Compactify the table of keys for the calendar remote control.
5005 (Clocking work time): Document the new :scope parameter.
5006 (Remember): Promoted to chapter.
5007 (Quoted examples): New section.
5008 (Enhancing text): New verbatim environments.
5009
6ed73f28
MA
50102008-01-14 Michael Albinus <michael.albinus@gmx.de>
5011
5012 * trampver.texi: Update release number.
5013
95838435
MB
50142008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5015
0c7efc08
SM
5016 * gnus.texi (Article Keymap):
5017 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
5018 gnus-article-reply-with-original and
5019 gnus-article-followup-with-original.
5020
20234d96
GM
50212008-01-09 Glenn Morris <rgm@gnu.org>
5022
5023 * nxml-mode.texi: Add @copying section.
5024
d82cf70b
MB
50252008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5026
5027 * message.texi (Mail Variables): Add some text from "(gnus)Posting
5028 Server". Add `message-send-mail-with-mailclient'.
5029
5030 * gnus.texi (Posting Server): Move some text to "(message)Mail
5031 Variables" and add a reference here.
5032
addb7f2e
MA
50332008-01-04 Michael Albinus <michael.albinus@gmx.de>
5034
5035 * dbus.texi (Receiving Method Calls): New chapter.
5036 (Errors and Events): Add serial number to events. Replace "signal" by
5037 "message". Introduce dbus-event-serial-number.
5038
4db2806c
MA
50392008-01-03 Michael Albinus <michael.albinus@gmx.de>
5040
5041 * dbus.texi (Type Conversion): Explain the type specification for empty
5042 arrays. Use another example.
5043
c9ecb5a7
MA
50442007-12-30 Michael Albinus <michael.albinus@gmx.de>
5045
5046 * dbus.texi (all): Replace "..." by @dots{}.
5047 (Type Conversion): Precise the value range for :byte types.
5048 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5049 Mention its return value.
5050 (Errors and Events): There is no D-Bus error propagation during event
5051 processing.
5052
702dbfd9
JB
50532007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5054
5055 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5056 New sections.
5057
87035689
MB
50582007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5059
5060 * gnus.texi (Group Parameters): Reorder the text and add a note about
5061 `gnus-parameters' near the beginning of the node.
5062
50632007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5064
5065 * gnus.texi (Score File Editing): Fix function name.
5066
5492f5ca
MA
50672007-12-23 Michael Albinus <michael.albinus@gmx.de>
5068
5069 Sync with Tramp 2.1.12.
5070
5071 * trampver.texi: Update release number.
5072
d4e67bc5
MA
50732007-12-22 Michael Albinus <michael.albinus@gmx.de>
5074
5075 * dbus.texi (Type Conversion): Correct input parameters mapping.
5076
6a31c819
MA
50772007-12-21 Michael Albinus <michael.albinus@gmx.de>
5078
5079 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5080 (Errors and Events): Mention wrong-type-argument error.
5081
99a3e35f
AS
50822007-12-21 Alex Schroeder <alex@gnu.org>
5083
5084 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5085 spaces. Fixed some typos.
99a3e35f
AS
5086 (Internet Relay Chat): Explain relay.
5087 (Getting started with rcirc): Change items to reflect prompts.
5088 Add more explanation to rcirc-track-minor-mode and added a comment to
5089 warn future maintainers that this section is a copy.
0c7efc08 5090 (People): Change /ignore example.
62b12a24 5091 (Keywords): Not keywords.
99a3e35f 5092
331e4d02
AS
50932007-12-20 Alex Schroeder <alex@gnu.org>
5094
5095 * rcirc.texi (Top): Fighting Information Overload chapter added.
5096 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5097 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5098 (Fighting Information Overload): New chapter documenting /keyword,
5099 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5100 (Configuration): Document rcirc-server-alist, remove
5101 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5102
cd71c3ef
MA
51032007-12-16 Michael Albinus <michael.albinus@gmx.de>
5104
5105 * dbus.texi (Signals): Fix example in dbus-register-signal.
5106
bbbe940b
MB
51072007-12-14 Sven Joachim <svenjoac@gmx.de>
5108
5109 * gnus.texi (Score Variables): Fix typo.
5110
0ce574ef
MA
51112007-12-07 Michael Albinus <michael.albinus@gmx.de>
5112
5113 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5114 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5115 (Errors and Events): Adapt dbus-event.
5116
b890d447
MB
51172007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5118
5119 * gnus.texi (Other Files): Add the yenc command.
5120
51212007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5122
5123 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5124 since 2004-08-06.
5125
51262007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5127
5128 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5129 on body.
5130
51312007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5132
5133 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5134 and rfc2047-allow-irregular-q-encoded-words; fix description of
5135 rfc2047-encode-encoded-words.
5136
51372007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5138
5139 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5140
3728bf03
MO
51412007-12-05 Michael Olson <mwolson@gnu.org>
5142
5143 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5144 Update documentation for `remember-diary-file'.
5145
a4397af9
MA
51462007-12-04 Michael Albinus <michael.albinus@gmx.de>
5147
5148 * dbus.texi (Signals): Precise `dbus-register-signal'.
5149 (Errors and Events): Rework events part, the internal structure of
5150 dbus-event has changed.
5151
1682490c
JB
51522007-12-03 Juanma Barranquero <lekktu@gmail.com>
5153
5154 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5155 ($(infodir)/dbus, dbus.dvi): New targets.
5156
7b13a0f2
MA
51572007-12-03 Michael Albinus <michael.albinus@gmx.de>
5158
5159 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5160 unconditionally.
5161
5162 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5163 emulation with @print{}.
5164
7ef92bc9
RS
51652007-12-02 Richard Stallman <rms@gnu.org>
5166
5167 * dbus.texi (Overview): Minor cleanup.
5168
22d8ac3a
MA
51692007-12-02 Michael Albinus <michael.albinus@gmx.de>
5170
d3a8e0df
MA
5171 * Makefile.in (INFO_TARGETS): Add dbus.
5172 (DVI_TARGETS): Add dbus.dvi.
5173 (dbus, dbus.dvi): New targets.
5174
22d8ac3a
MA
5175 * dbus.texi: New file.
5176
559764ab
RF
51772007-11-24 Romain Francoise <romain@orebokech.com>
5178
5179 * nxml-mode.texi: Add description in @direntry.
7aa579d9 5180 Fix file name to match @setfilename.
559764ab 5181
ac97a16b
MH
51822007-11-23 Mark A. Hershberger <mah@everybody.org>
5183
5184 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5185 ($(infodir)/nxml-mode): New rule.
5186
5187 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5188 ($(infodir)/nxml-mode): New rule.
5189 (clean): Add nxml-mode*.
5190
5191 * nxml-mode.texi: New file with nxml manual.
5192
404cd454
GM
51932007-11-18 Richard Stallman <rms@gnu.org>
5194
5195 * flymake.texi (Example -- Configuring a tool called directly):
5196 Update example.
5197
b048d478
MA
51982007-11-18 Michael Albinus <michael.albinus@gmx.de>
5199
5200 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 5201 double-slash behavior. Explain directory contents flushing.
b048d478 5202
346e8469
JB
52032007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5204
5205 * calc.texi (TeX and LaTeX Language Modes): Put in
5206 missing braces.
5207
404cd454
GM
52082007-11-15 Richard Stallman <rms@gnu.org>
5209
5210 * cl.texi (Equality Predicates): Delete `eql'.
5211 (Predicates, Naming Conventions, Top): Delete `eql'.
5212 (Common Lisp Compatibility): Delete `eql'.
5213 (Porting Common Lisp): Delete obsolete backquote info.
5214 Minor clarification about character constants.
5215 (Sequence Basics): Minor clarification.
5216
1f6af58b
JB
52172007-11-15 Juanma Barranquero <lekktu@gmail.com>
5218
dccb744b 5219 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
5220 * tramp.texi (Filename completion): Fix typos.
5221
3bc88bc9
JB
52222007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5223
5224 * calc.texi (Basic commands): Mention the menu.
5225
bc5300d3
MA
52262007-11-12 Michael Albinus <michael.albinus@gmx.de>
5227
5228 * tramp.texi (Connection caching): Tramp flushes connection
5229 properties when remote operating system has been changed.
5230
4d8a28ec
MB
52312007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5232
5233 * gnus-news.texi: Fix spelling.
5234 `message-insert-formatted-citation-line', not
5235 `message-insert-formated-citation-line'.
5236
404cd454
GM
5237 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5238
e1176b47
MA
52392007-11-07 Michael Albinus <michael.albinus@gmx.de>
5240
5241 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 5242 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
5243 (Frequently Asked Questions): Add code example for highlighting the
5244 mode line.
5245
6159985a
MO
52462007-11-03 Michael Olson <mwolson@gnu.org>
5247
5248 * remember.texi: Change mentions of remember-buffer to
5249 remember-finalize throughout.
5250
bec9b2f5
MO
52512007-10-30 Michael Olson <mwolson@gnu.org>
5252
5253 * remember.texi (Copying): Remove.
5254 (Mailbox): Update with non-BBDB instructions.
5255 (Diary, Org): Add.
5256 (Bibliography, Planner Page): Remove.
5257
b6173182
JB
52582007-10-30 Juanma Barranquero <lekktu@gmail.com>
5259
5260 * makefile.w32-in (INFO_TARGETS): Add remember.
5261 (DVI_TARGETS): Add remember.dvi.
5262 ($(infodir)/remember): New rule.
5263 (clean): Add remember*.
5264
15f3eb73
MO
52652007-10-30 Michael Olson <mwolson@gnu.org>
5266
70bdc930
MO
5267 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5268 ($(infodir)/remember): New rule that builds the Remember Manual.
5269
b6173182
JB
5270 * remember.texi: New file containing the Remember Mode Manual.
5271 Shuffle chapters around after initial import.
7d3f6f1a
MO
5272 (Function Reference): Split Keystrokes into separate chapter.
5273 (Keystrokes): Document C-c C-k.
51d24a12 5274 (Introduction): Fix typographical issue with "---".
15f3eb73 5275
404cd454
GM
52762007-10-29 Richard Stallman <rms@gnu.org>
5277
5278 * widget.texi (Introduction): Delete discussion of implementation
5279 internals.
5280
9bbb9638
MA
52812007-10-29 Michael Albinus <michael.albinus@gmx.de>
5282
5283 * tramp.texi (Connection caching): Host names must be different
5284 when tunneling.
5285
c7ff939a
RS
52862007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5287
5288 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5289 Gnus v5.13.
5290
01c52d31
MB
52912007-10-28 Miles Bader <miles@gnu.org>
5292
5293 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5294
01c52d31
MB
52952007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5296
0c7efc08
SM
5297 * gnus.texi (Sorting the Summary Buffer):
5298 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
5299
53002007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5301
5302 * gnus.texi (Non-ASCII Group Names): New node.
5303 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5304 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5305
c8763fb6 53062007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5307
5308 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5309 clean the output of the program `imap-shell-program'.
5310
53112007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5312
5313 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5314
53152007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5316
5317 * gnus.texi (Sticky Articles): Documentation for sticky article
5318 buffers.
5319
c8763fb6 53202007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5321
5322 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5323
53242007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5325
5326 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5327
53282007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5329
0c7efc08
SM
5330 * gnus.texi (Archived Messages):
5331 Document gnus-update-message-archive-method.
01c52d31
MB
5332
53332007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5334
5335 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5336
c8763fb6 53372007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 5338
0c7efc08
SM
5339 * gnus.texi (Group Maneuvering):
5340 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
5341
53422007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5343
0c7efc08
SM
5344 * gnus.texi (Really Various Summary Commands):
5345 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
5346
53472007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5348
5349 * gnus.texi, message.texi: Bump version number.
5350
53512007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5352
5353 * gnus.texi (Group Line Specification, Misc Group Stuff)
5354 (Server Commands): Parenthesize @pxref{Mail Spool}.
5355
53562007-10-28 Didier Verna <didier@xemacs.org>
5357
5358 New user option: message-signature-directory.
5359 * message.texi (Insertion Variables): Document it.
5360 * gnus.texi (Posting Styles): Ditto.
5361
53622007-10-28 Didier Verna <didier@xemacs.org>
5363
5364 * gnus.texi (Group Line Specification):
5365 * gnus.texi (Misc Group Stuff):
5366 * gnus.texi (Server Commands): Document the group compaction feature.
5367
53682007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5369
5370 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5371
5372 * message.texi (Various Message Variables): Add message-fill-column.
5373
53742007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5375
5376 * gnus.texi: Untabify.
5377
53782007-10-28 Didier Verna <didier@xemacs.org>
5379
5380 * gnus.texi (Group Parameters): Document the posting-style merging
5381 process in topic-mode.
5382
53832007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5384
5385 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5386
53872007-10-28 Romain Francoise <romain@orebokech.com>
5388
5389 * gnus.texi (Mail Spool): Fix typo.
5390 Update copyright.
5391
53922007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5393
5394 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5395
53962007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5397
5398 * gnus.texi (Summary Generation Commands):
5399 Add gnus-summary-insert-ticked-articles.
5400
54012007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5402
b2abec73
JB
5403 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5404 to spam-spamassassin-program.
01c52d31
MB
5405
54062007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5407
5408 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5409
54102007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5411
5412 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5413
54142007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5415
5416 * message.texi (Mail Headers): Document `opportunistic'.
5417
54182007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5419
5420 * emacs-mime.texi (Encoding Customization): Explain how to set
5421 mm-coding-system-priorities per hierarchy.
5422
54232007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5424
5425 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5426 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5427
54282007-10-28 Didier Verna <didier@xemacs.org>
5429
5430 * message.texi (Wide Reply): Update documentation of
5431 message-dont-reply-to-names (now allowing a list of regexps).
5432
54332007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5434
5435 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5436
54372007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5438
5439 * gnus.texi (SpamAssassin back end): Fix typo.
5440
5441 * sieve.texi (Examples): Fix grammar.
5442
54432007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5444
5445 * gnus.texi (Searching for Articles): Document M-S and M-R.
5446 (Limiting): Document / b.
5447
54482007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5449
5450 * gnus.texi (Thread Commands): T M-^.
5451
54522007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5453
5454 * message.texi (Mail Aliases): Document ecomplete.
5455 (Mail Aliases): Fix typo.
5456
54572007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5458
5459 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5460 fix typo.
5461
54622007-10-28 Romain Francoise <romain@orebokech.com>
5463
5464 * gnus.texi (Mail Spool): Grammar fix.
5465
54662007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5467
5468 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5469 string.
5470
54712007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5472
5473 * gnus.texi (Group Parameters): Fix description.
5474
54752007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5476
b2abec73
JB
5477 * gnus.texi (Gmane Spam Reporting):
5478 Fix spam-report-gmane-use-article-number.
5479 Add spam-report-user-mail-address.
01c52d31
MB
5480
54812007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5482
5483 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5484
54852007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5486
5487 * gnus.texi (Group Parameters): Add simplified sorting example based on
5488 example for `Sorting the Summary Buffer' from Jari Aalto
5489 <jari.aalto@cante.net>.
5490 (Example Methods): Add example for an indirect connection.
5491
54922007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5493
0c7efc08 5494 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
5495 (Agent Parameters): Updated parameter names to match code.
5496 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5497 'gnus-agent-summary-fetch-series'.
5498 (Agent and flags): New section providing a generalized discussion
5499 of flag handling.
0c7efc08
SM
5500 (Agent and IMAP): Remove flag discussion.
5501 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
5502
55032007-10-28 Romain Francoise <romain@orebokech.com>
5504
5505 * gnus.texi (Exiting the Summary Buffer): Add new function
5506 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5507
55082007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5509
5510 * gnus.texi (Conformity): Fix typo.
5511 (Customizing Articles): Document `first'.
5512
55132007-10-28 Jari Aalto <jari.aalto@cante.net>
5514
5515 * gnus.texi (Sorting the Summary Buffer):
5516 Add `gnus-thread-sort-by-date-reverse'. Add example
5517 host to different sorting in NNTP and RSS groups.
5518
55192007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5520
5521 * message.texi (Insertion): Describe prefix for
5522 message-mark-inserted-region and message-mark-insert-file.
5523
55242007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5525
5526 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5527 LaTeX documents. Describe "text/x-gnus-verbatim".
5528
55292007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5530
b2abec73 5531 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
5532 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5533 (spam-stat spam filtering, SpamOracle)
0c7efc08 5534 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
5535 clarity.
5536
55372007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5538
5539 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5540 gnus-article-delete-part and gnus-article-replace-part.
5541 (Using MIME): Add gnus-mime-replace-part.
5542
55432007-10-28 Romain Francoise <romain@orebokech.com>
5544
5545 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5546 requires `auto-compression-mode' to be enabled. Add new nnml
5547 variable `nnml-compressed-files-size-threshold'.
5548
55492007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5550
0c7efc08
SM
5551 * gnus.texi (Sorting the Summary Buffer):
5552 Add gnus-thread-sort-by-recipient.
01c52d31
MB
5553
55542007-10-28 Romain Francoise <romain@orebokech.com>
5555
5556 * message.texi (Insertion Variables): Mention new variable
5557 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5558 documentation accordingly.
5559
55602007-10-28 Romain Francoise <romain@orebokech.com>
5561
5562 * gnus.texi (To From Newsgroups): Mention new variables
5563 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5564
55652007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5566
5567 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5568 stuff; gnus-mime-inline-part does the automatic decompression.
5569
55702007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5571
5572 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 5573 "training.ham" should be "training.spam".
01c52d31
MB
5574
55752007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5576
5577 * message.texi (Mail Variables): Fix the default value for
5578 message-send-mail-function.
5579
55802007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5581
5582 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5583 always returns nil exceptionally.
5584
55852007-10-28 Simon Josefsson <jas@extundo.com>
5586
0c7efc08
SM
5587 * gnus.texi (Article Washing): Add libidn URL.
5588 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
5589
55902007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5591
5592 * gnus.texi (Topic Commands): Fix next/previous.
5593
55942007-10-28 Simon Josefsson <jas@extundo.com>
5595
5596 * gnus.texi (Article Washing): Mention `W i'.
5597
c8763fb6 55982007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
5599
5600 * gnus.texi (Group Parameters): Slight extension of sieve
5601 parameter description.
5602
56032007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5604
5605 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5606 matching score files as well.
5607 (Picons): Describe `gnus-picon-style'.
5608
56092007-10-28 Romain Francoise <romain@orebokech.com>
5610
5611 * message.texi (Message Headers): Mention that headers are hidden
5612 using narrowing, and how to expose them.
5613 Update copyright.
5614
56152007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5616
5617 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5618 `gnus-summary-sort-by-recipient'.
5619
56202007-10-28 Romain Francoise <romain@orebokech.com>
5621
5622 * gnus.texi (NNTP marks): New node.
5623 (NNTP): Move NNTP marks variables to the new node.
5624
56252007-10-28 Jesper Harder <harder@ifa.au.dk>
5626
b2abec73 5627 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
5628
5629 * gnus.texi (MIME Commands, Hashcash): Markup fix.
5630
56312007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5632
b2abec73 5633 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 5634 everywhere for consistency.
b2abec73
JB
5635 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5636 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
5637 Say "regular expression" instead of "regex." Admonish.
5638 Pick other words to sound better (s/so/thus/).
5639 (Spam ELisp Package Filtering of Incoming Mail):
5640 Mention statistical filters. Remove old TODO.
01c52d31 5641 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
5642 New section on sorting and displaying the spam score.
5643 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5644 backend but an alias to spam-use-BBDB.
5645 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
5646 new backend functionality.
5647
56482007-10-28 Simon Josefsson <jas@extundo.com>
5649
5650 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5651 nntp-marks-directory, from Romain Francoise
5652 <romain@orebokech.com>.
5653
56542007-10-28 Magnus Henoch <mange@freemail.hu>
5655
5656 * gnus.texi (Hashcash): New default value of
5657 hashcash-default-payment.
5658
56592007-10-28 Simon Josefsson <jas@extundo.com>
5660
5661 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5662 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5663
56642007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5665
0c7efc08 5666 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5667
56682007-10-28 Simon Josefsson <jas@extundo.com>
5669
5670 * gnus.texi (documentencoding): Add, to avoid warnings.
5671
56722007-10-28 Simon Josefsson <jas@extundo.com>
5673
5674 * message.texi (Mail Headers): Add.
5675
5676 * gnus.texi (Hashcash): Fix.
5677
56782007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5679
0c7efc08 5680 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5681 that payments can be verified and fix the name of the
b2abec73 5682 hashcash-path variable.
01c52d31
MB
5683
56842007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5685
b2abec73 5686 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5687
56882007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5689
5690 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5691
56922007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5693
5694 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5695 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5696 warning about ham processors in spam groups removed.
01c52d31
MB
5697
56982007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5699
0c7efc08 5700 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5701 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5702
57032007-10-28 Jesper Harder <harder@ifa.au.dk>
5704
5705 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5706 (Mailing List): Typo.
5707 (Customizing Articles): Add gnus-treat-ansi-sequences.
5708 (Article Washing): Index.
5709
5710 * message.texi: Use m-dash consistently.
5711
57122007-10-28 Jesper Harder <harder@ifa.au.dk>
5713
5714 * gnus.texi (GroupLens): Remove.
5715
57162007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5717
0c7efc08
SM
5718 * gnus.texi (Outgoing Messages, Agent Variables):
5719 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5720 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5721
57222007-10-28 Jesper Harder <harder@ifa.au.dk>
5723
5724 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5725
57262007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5727
5728 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5729
5730 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5731
57322007-10-28 Simon Josefsson <jas@extundo.com>
5733
5734 * gnus.texi (Top): Add SASL.
5735
404cd454
GM
57362007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5737
5738 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5739
57402007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5741
5742 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5743
0edd2970
JB
57442007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5745
5746 * calc.texi (Formulas, Composition Basics): Lower the
5747 precedence of negation.
5748
a9afba20
JY
57492007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5750
5751 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5752 Mention the new three-letter column identifiers.
5753 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5754 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5755 message when using `c' on an empty default with default printer.
5756 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5757 renamed to `ses--symbolic-formulas' some time ago.
5758
45b778a6
JB
57592007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5760
5761 * calc.texi (Default Simplifications, Making Selections)
5762 (Customizing Calc): Clarify associativity of multiplication.
5763
03b5bade
MA
57642007-10-23 Michael Albinus <michael.albinus@gmx.de>
5765
5766 * tramp.texi (Traces and Profiles): Simplify loop over
5767 `trace-function-background'.
5768
e658c8ee
JL
57692007-10-22 Juri Linkov <juri@jurta.org>
5770
5771 * dired-x.texi (Shell Command Guessing): Default values are now
5772 available by typing M-n instead of M-p.
5773
dd753688
MA
57742007-10-21 Michael Albinus <michael.albinus@gmx.de>
5775
5776 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5777 (Password caching): Remove `tramp-clear-passwd'.
5778 It's not a command anymore.
dd753688
MA
5779 (Bug Reports): Add `tramp-bug' to function index.
5780 (Function Index, Variable Index): New nodes.
5781 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5782
5783 * trampver.texi: Update release number.
5784
4bb49b43
JB
57852007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5786
8b296cdd 5787 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5788 about integer size into past tense.
5789 (Time Zones): Remove pointer to Calc author's address.
5790 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5791 and hyperbolic cotangent. Fix typo.
4bb49b43 5792
311dd93f
MA
57932007-10-10 Michael Albinus <michael.albinus@gmx.de>
5794
5795 Sync with Tramp 2.1.11.
5796
5797 * trampver.texi: Update release number.
5798
ea3fc256
MA
57992007-10-06 Michael Albinus <michael.albinus@gmx.de>
5800
5801 * tramp.texi (External packages): New section.
5802
1af74d06
MB
58032007-09-29 Juri Linkov <juri@jurta.org>
5804
5805 * info.texi (Help-Int): Document `L' (`Info-history').
5806
0e2806fa
SM
58072007-09-26 Carsten Dominik <dominik@science.uva.nl>
5808
5809 * org.texi: Change links to webpage and maintained email.
5810 (Remember): Promote to Chapter, significant changes.
5811 (Fast access to TODO states): New section.
5812 (Faces for TODO keywords): New section.
5813 (Export options): Example for #+DATE.
5814 (Progress logging): Section moved.
5815
567b9191
BW
58162007-09-26 Bill Wohler <wohler@newt.com>
5817
5818 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5819 browse-url-at-mouse.
5820
1af74d06
MB
58212007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5822
5823 * flymake.texi (Customizable variables): Face names don't end in -face.
5824 Fix flymake-err-line-patterns template.
5825 (Example -- Configuring a tool called directly): Fix init-function.
5826 (Highlighting erroneous lines): Face names don't end in -face.
5827
d60a4e3a 58282007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5829
5830 * erc.texi (Special-Features): Fix small typo.
5831
7d7a3510
MA
58322007-09-14 Michael Albinus <michael.albinus@gmx.de>
5833
5834 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5835 and "External transfer methods".
5836
285f0d3a
JB
58372007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5838
5839 * calc.texi (Predefined Units): Add some history.
5840
526dc846
MO
58412007-09-08 Michael Olson <mwolson@gnu.org>
5842
87e04f16
JB
5843 * erc.texi (Copying): New section included from gpl.texi.
5844 This matches the look of the upstream ERC manual.
526dc846 5845
f10d0e80
JB
58462007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5847
87e04f16 5848 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5849 (Random Numbers): Clarify the distribution of `random'.
5850
4009494e
GM
58512007-09-06 Glenn Morris <rgm@gnu.org>
5852
f1fc42aa 5853 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5854 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5855 Change all setfilename commands to use ../../info.
5856 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5857 refer to the Emacs manual here.
5858 (infodir): New variable.
5859 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5860 (cc-mode.texi, faq.texi): Update references to source file locations.
5861 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5862 do not refer to the Emacs manual here.
5863 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5864
5865 * Makefile.in: Add `basename' versions of all info targets, for
5866 convenience when rebuilding just one manual.
5867 (../etc/GNU): Delete obsolete target.
5868 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5869 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5870 *.vrs *.toc here...
5871 (maintainer-clean): ...from here.
4009494e
GM
5872
5873 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5874
2de53ca6
GM
58752007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5876
5877 * calc.texi (Date Conversions): Clarify definition of
5878 Julian day numbering.
5879 (Date Forms): Clarify definition of Julian day numbering;
5880 add some history.
5881
58822007-08-30 Carsten Dominik <dominik@science.uva.nl>
5883
87e04f16 5884 * org.texi: Version 5.07.
2de53ca6
GM
5885
58862007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5887
5888 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5889
58902007-08-22 Carsten Dominik <dominik@science.uva.nl>
5891
5892 * org.texi (Adding hyperlink types): New section.
5893 (Embedded LaTeX): Chapter updated because of LaTeX export.
5894 (LaTeX export): New section.
5895 (Using links out): New section.
5896
58972007-08-22 Glenn Morris <rgm@gnu.org>
5898
5899 * faq.texi (Learning how to do something): Refcards now in
5900 etc/refcards/ directory.
5901
59022007-08-22 Michael Albinus <michael.albinus@gmx.de>
5903
5904 * tramp.texi (Remote Programs): Persistency file must be cleared when
5905 changing `tramp-remote-path'.
5906 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5907 macro.
5908
59092007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5910
5911 * calc.texi: Move contents to beginning of file.
5912 (Algebraic Entry): Fix the formatting of an example.
5913
59142007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5915
5916 * calc.texi (Basic Operations on Units): Mention exact versus
5917 inexact conversions.
5918
59192007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5920
5921 * calc.texi (Basic Operations on Units): Mention default
5922 values for new units.
5923 (Quick Calculator Mode): Mention that binary format will
5924 be displayed.
5925
59262007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5927
5928 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5929
59302007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5931
5932 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5933
59342007-08-08 Glenn Morris <rgm@gnu.org>
5935
5936 * gnus.texi, sieve.texi: Replace `iff'.
5937
59382007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5939
5940 * calc.texi (Basic Graphics): Mention the graphing of error
5941 forms.
5942 (Graphics Options): Mention how `g s' handles error forms.
5943 (Curve Fitting): Mention plotting the curves.
5944 (Standard Nonlinear Models): Add additional models.
5945 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5946 (Linear Fits): Correct result.
5947
59482007-08-01 Alan Mackenzie <acm@muc.de>
5949
5950 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5951 to "--no-site-file".
5952
59532007-07-29 Michael Albinus <michael.albinus@gmx.de>
5954
5955 * tramp.texi (Frequently Asked Questions): Point to mode line
5956 extension in Emacs 23.1.
5957
5958 * trampver.texi: Update release number.
5959
59602007-07-27 Glenn Morris <rgm@gnu.org>
5961
5962 * calc.texi (Copying): Include license text from gpl.texi, rather than
5963 in-line.
5964
59652007-07-25 Glenn Morris <rgm@gnu.org>
5966
5967 * calc.texi (Copying): Replace license with GPLv3.
5968
5969 * Relicense all FSF files to GPLv3 or later.
5970
59712007-07-22 Michael Albinus <michael.albinus@gmx.de>
5972
5973 Sync with Tramp 2.1.10.
5974
5975 * tramp.texi (trampfn): Expand macro implementation in order to handle
5976 empty arguments.
5977 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 5978 occurrences by trampfn.
2de53ca6 5979 (Frequently Asked Questions): Extend example code for host
b2abec73 5980 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
5981 file names to be typed.
5982
5983 * trampver.texi: Update release number.
5984
59852007-07-17 Michael Albinus <michael.albinus@gmx.de>
5986
5987 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5988 section. Reported by <poti@potis.org>.
5989 (Remote processes): Arguments of the program to be debugged are taken
5990 literally.
5991 (Frequently Asked Questions): Simplify recentf example.
5992
59932007-07-14 Karl Berry <karl@gnu.org>
5994
5995 * info.texi (@copying): New Back-Cover Text.
5996
5997 * info.texi (Quitting Info): Move to proper place in source.
5998 (Reported by Benno Schulenberg.)
5999
60002007-07-13 Eli Zaretskii <eliz@gnu.org>
6001
6002 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
6003
6004 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
6005
6006 * emacs-mime.texi: Add @documentencoding directive.
6007
60082007-07-12 Nick Roberts <nickrob@snap.net.nz>
6009
6010 * tramp.texi (Remote processes): Add an anchor to the subsection
6011 "Running a debugger on a remote host".
6012
60132007-07-12 Michael Albinus <michael.albinus@gmx.de>
6014
6015 * tramp.texi (Remote processes): Don't call it "experimental" any
6016 longer. Add subsection about running a debugger on a remote host.
6017
60182007-07-10 Carsten Dominik <dominik@science.uva.nl>
6019
6020 * org.texi (Properties and columns): Chapter rewritten.
6021
60222007-07-08 Michael Albinus <michael.albinus@gmx.de>
6023
6024 * tramp.texi:
6025 * trampver.texi: Migrate to Tramp 2.1.
6026
60272007-07-02 Carsten Dominik <dominik@science.uva.nl>
6028
6029 * org.texi (Properties): New chapter.
6030
60312007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6032
6033 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6034 Control Panel.
6035
6036 * gnus.texi (Misc Article): Add index entry for
6037 gnus-single-article-buffer.
6038
60392007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
6040
6041 * gnus.texi (Starting Up): Fix typo.
6042
60432007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
6044
6045 * gnus.texi (Asynchronous Fetching): Fix typo.
6046
60472007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6048
6049 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6050 (About This Manual): Remove redundant information.
6051 (Getting Started): Mention author.
6052 (Basic Arithmetic, Customizing Calc): Make description of the
6053 variable `calc-multiplication-has-precedence' match its new effect.
6054
60552007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6056
0c7efc08
SM
6057 * calc.texi (Basic Arithmetic, Customizing Calc):
6058 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
6059
60602007-06-19 Carsten Dominik <dominik@science.uva.nl>
6061
6062 * org.texi (Tag): Section swapped with node Timestamps.
6063 (Formula syntax for Lisp): Document new `L' flag.
6064
60652007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6066
6067 * gnus.texi (Misc Group Stuff, Summary Buffer)
6068 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6069
60702007-06-06 Juanma Barranquero <lekktu@gmail.com>
6071
6072 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6073 * gnus.texi (Article Buttons, Mail Source Customization)
6074 (Sending or Not Sending, Customizing NNDiary):
6075 * message.texi (Message Headers):
6076 * mh-e.texi (HTML): Fix typos.
6077
60782007-06-07 Michael Albinus <michael.albinus@gmx.de>
6079
6080 Sync with Tramp 2.0.56.
6081
6082 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6083 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6084
60852007-06-02 Chong Yidong <cyd@stupidchicken.com>
6086
6087 * Version 22.1 released.
6088
60892007-05-26 Michael Olson <mwolson@gnu.org>
6090
6091 * erc.texi (Modules): Fix references to completion modules.
6092
60932007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6094
6095 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6096
60972007-05-09 Didier Verna <didier@xemacs.org>
6098
6099 * gnus.texi (Email Based Diary): New. Proper documentation for the
6100 nndiary back end and the gnus-diary library.
6101
61022007-05-03 Karl Berry <karl@gnu.org>
6103
6104 * .cvsignore (*.pdf): New entry.
6105
6106 * texinfo.tex: Update from current version for better pdf generation.
6107
61082007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6109
6110 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6111
61122007-04-28 Glenn Morris <rgm@gnu.org>
6113
6114 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6115 consideration of legal status.
6116
61172007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6118
6119 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6120
61212007-04-24 Chong Yidong <cyd@stupidchicken.com>
6122
6123 * faq.texi (New in Emacs 22): python.el removed.
6124
61252007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6126
6127 * calc.texi (Reporting bugs): Update maintainer's address.
6128
61292007-04-22 Chong Yidong <cyd@stupidchicken.com>
6130
6131 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6132
61332007-04-15 Jay Belanger <belanger@truman.edu>
6134
6135 * calc.texi (Title page): Remove the date.
6136 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6137 (The Standard Calc Interface): Change trail title.
6138 (Floats): Mention that when non-decimal floats are entered, only
6139 approximations are stored.
6140 (Copying): Move to the appendices.
6141 (GNU Free Documentation License): Add as an appendix.
6142
61432007-04-15 Chong Yidong <cyd@stupidchicken.com>
6144
6145 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6146 * dired-x.texi, ebrowse.texi, ediff.texi:
6147 * emacs-mime.texi, erc.texi, eshell.texi:
6148 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6149 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6150 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6151 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6152 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6153 * woman.texi: Include GFDL.
6154
6155 * doclicense.texi: Remove node heading, so that it can be included by
6156 other files.
6157
6158 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6159
6160 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6161 than *.
6162
61632007-04-14 Carsten Dominik <dominik@science.uva.nl>
6164
6165 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6166 in Calc.
6167
61682007-04-09 Romain Francoise <romain@orebokech.com>
6169
6170 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6171 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6172 replace mouse-2.
6173
61742007-04-08 Chong Yidong <cyd@stupidchicken.com>
6175
6176 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6177 renamed to woman-use-topic-at-point. Document new behavior.
6178
61792007-04-08 Richard Stallman <rms@gnu.org>
6180
6181 * url.texi: Fix some indexing.
6182 (Disk Caching): Drop discussion of old/other Emacs versions.
6183
61842007-04-07 Chong Yidong <cyd@stupidchicken.com>
6185
6186 * url.texi (Disk Caching): Say Emacs 21 "and later".
6187
6188 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6189 on Font locking which now mentions JIT lock.
6190
61912007-04-01 Michael Olson <mwolson@gnu.org>
6192
6193 * erc.texi: Update for the ERC 5.2 release.
6194
61952007-03-31 David Kastrup <dak@gnu.org>
6196
6197 * woman.texi (Topic, Interface Options): Explain changes semantics of
6198 woman-manpath in order to consider MANPATH_MAP entries.
6199
62002007-03-31 Eli Zaretskii <eliz@gnu.org>
6201
6202 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6203
62042007-03-26 Richard Stallman <rms@gnu.org>
6205
6206 * pgg.texi (Caching passphrase): Clean up previous change.
6207
62082007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6209
6210 * gnus.texi (Setting Process Marks): Fix typo.
6211
62122007-03-25 Romain Francoise <romain@orebokech.com>
6213
6214 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6215 readability, and include various fixes by Daniel Brockman, Nick Roberts
6216 and Dieter Wilhelm.
6217
62182007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6219
6220 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6221
6222 * gnus.texi (Mail Source Specifiers): Fix typo.
6223
62242007-03-22 Ralf Angeli <angeli@caeruleus.net>
6225
6226 * reftex.texi (Imprint): Update maintainer information.
6227
62282007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6229
6230 * message.texi (Message Buffers): Update documentation for
6231 message-generate-new-buffers.
6232
62332007-03-15 Daiki Ueno <ueno@unixuser.org>
6234
6235 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6236
62372007-03-21 Glenn Morris <rgm@gnu.org>
6238
6239 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6240
62412007-03-19 Chong Yidong <cyd@stupidchicken.com>
6242
6243 * eshell.texi (Known problems): Emacs 21 -> 22.
6244
6245 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6246
62472007-03-18 Jay Belanger <belanger@truman.edu>
6248
6249 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6250
62512007-03-12 Glenn Morris <rgm@gnu.org>
6252
6253 * calc.texi (Time Zones): Switch to new North America DST rule.
6254
6255 * calc.texi: Replace "daylight savings" with "daylight
6256 saving" in text throughout.
6257
62582007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6259
6260 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6261 The variable now uses a list of symbols instead of just a symbol.
6262 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6263
62642007-03-06 Romain Francoise <romain@orebokech.com>
6265
6266 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6267 new packages, and mention Gnus update.
6268
62692007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6270
6271 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6272 nntp-open-connection-functions-never-echo-commands.
6273
62742007-02-27 Chong Yidong <cyd@stupidchicken.com>
6275
6276 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6277 problems on the console, and security risk in not using gpg-agent.
6278
62792007-02-25 Carsten Dominik <dominik@science.uva.nl>
6280
0c7efc08 6281 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
6282 Completely reorganized and rewritten.
6283 (CamelCase links): Section removed.
6284 (Repeating items): New section.
6285 (Tracking TODO state changes): New section.
6286 (Agenda views): Chapter reorganized and rewritten.
6287 (HTML export): Section rewritten.
6288 (Tables in arbitrary syntax): New section.
6289 (Summary): Better feature summary.
6290 (Activation): Document problem with cut-and-paste of Lisp code
6291 from PDF files.
6292 (Visibility cycling): Document indirect buffer use.
6293 (Structure editing): Document sorting.
6294 (Remember): Section rewritten.
6295 (Time stamps): Better description of time stamp types.
6296 (Tag searches): Document regular expression search for tags.
6297 (Stuck projects): New section.
6298 (In-buffer settings): New keywords.
6299 (History and Acknowledgments): Updated description.
6300
63012007-02-24 Alan Mackenzie <acm@muc.de>
6302
6303 * cc-mode.texi (Movement Commands): Insert two missing command names.
6304 (Getting Started): Slight wording correction (use conditional).
6305
63062007-02-22 Kim F. Storm <storm@cua.dk>
6307
6308 * widget.texi (User Interface, Basic Types): Document need to put some
6309 text before the %v escape in :format string in editable-field widget.
6310
63112007-02-18 Romain Francoise <romain@orebokech.com>
6312
6313 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6314 `cvs-mode-quit'.
6315
63162007-02-10 Markus Triska <markus.triska@gmx.at>
6317
6318 * widget.texi (Programming Example): Put constant strings in :format.
6319
63202007-02-07 Juanma Barranquero <lekktu@gmail.com>
6321
6322 * faq.texi (Fullscreen mode on MS-Windows): New node.
6323
63242007-02-04 David Kastrup <dak@gnu.org>
6325
6326 * faq.texi (AUCTeX): Update version number. Should probably be done
6327 for other packages as well.
6328
63292007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6330
6331 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6332 <tassilo@member.fsf.org>.
6333
63342007-01-27 Eli Zaretskii <eliz@gnu.org>
6335
6336 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6337 ls-lisp-use-localized-time-format.
6338
63392007-01-20 Markus Triska <markus.triska@gmx.at>
6340
6341 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6342
63432007-01-13 Michael Olson <mwolson@gnu.org>
6344
6345 * erc.texi (Modules): Mention capab-identify module.
6346
63472007-01-05 Michael Olson <mwolson@gnu.org>
6348
6349 * erc.texi (Getting Started): Update for /RECONNECT command.
6350
63512007-01-04 Richard Stallman <rms@gnu.org>
6352
6353 * ebrowse.texi: Change C-c b to C-c C-m.
6354
63552007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6356
6357 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6358 variables only in info to avoid redundant entries in the printed
6359 manual.
6360
63612007-01-02 Daiki Ueno <ueno@unixuser.org>
6362
6363 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6364
63652007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6366
6367 * message.texi (Security): Split into sub-nodes.
6368
63692007-01-01 Alan Mackenzie <acm@muc.de>
6370
6371 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6372 eval-after-load in Emacs <=21 and a workaround. Document that
6373 trigraphs are not supported.
6374
63752007-01-01 Alan Mackenzie <acm@muc.de>
6376
6377 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6378 c-context-line-break. When invoked within a string, preserve
6379 whitespace. Add a backslash only when also in a macro.
6380
63812007-01-01 Alan Mackenzie <acm@muc.de>
6382
6383 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6384
63852007-01-01 Alan Mackenzie <acm@muc.de>
6386
6387 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6388 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6389
63902007-01-01 Alan Mackenzie <acm@muc.de>
6391
6392 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6393 "Choosing a Style".
6394
6395 * cc-mode.texi ("Styles"): Add @dfn{style}.
6396
63972006-12-30 Michael Albinus <michael.albinus@gmx.de>
6398
6399 Sync with Tramp 2.0.55.
6400
6401 * trampver.texi: Update release number.
6402
64032006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6404
6405 * gnus.texi (Customizing Articles): Add index entries for all
6406 gnus-treat-* variables.
6407
c8763fb6 64082006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6409
6410 * gnus.texi (IMAP): Fix incorrect explanation of
6411 nnimap-search-uids-not-since-is-evil in documentation for
6412 nnimap-expunge-search-string.
6413
64142006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6415
6416 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6417 spam-ifile-database.
6418
64192006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6420
6421 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6422 rebind C-s.
6423
c8763fb6 64242006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6425
6426 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6427 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6428 "expiring mail".
6429 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6430 nnimap-nov-is-evil.
6431
64322006-12-25 Kevin Ryde <user42@zip.com.au>
6433
6434 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6435 about the key procedure being used heavily.
6436
64372006-12-24 Chong Yidong <cyd@stupidchicken.com>
6438
6439 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6440 to t.
6441 (Prerequisites): Add explanation about gpg-agent.
6442
64432006-12-22 Kevin Ryde <user42@zip.com.au>
6444
6445 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6446 "sort" instead of "sort*".
6447
64482006-12-19 Richard Stallman <rms@gnu.org>
6449
6450 * calc.texi (History and Acknowledgements): Recognize that Emacs
6451 now does have floating point.
6452
64532006-12-19 Michael Albinus <michael.albinus@gmx.de>
6454
6455 * tramp.texi (External transfer methods): Describe new method `scpc'.
6456
64572006-12-17 Sascha Wilde <wilde@sha-bang.de>
6458
6459 * pgg.texi: Added short note on gpg-agent to the introduction.
6460
64612006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6462
6463 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6464 also applies to Cc.
6465
64662006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6467
6468 * gnus.texi (X-Face): Clarify. Say which programs are required
6469 on Windows.
6470
64712006-12-08 Michael Olson <mwolson@gnu.org>
6472
6473 * erc.texi (Modules): Remove documentation for list module.
6474
c8763fb6 64752006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
6476
6477 * faq.texi (^M in the shell buffer): Ditto.
6478
64792006-11-20 Michael Olson <mwolson@gnu.org>
6480
6481 * erc.texi: Call this the 5.2 stable pre-release of ERC.
6482
64832006-11-17 Carsten Dominik <dominik@science.uva.nl>
6484
6485 * org.texi: Fix typos.
6486 (Agenda commands): Document `C-k'.
6487
64882006-11-16 Eli Zaretskii <eliz@gnu.org>
6489
6490 * url.texi (http/https): Fix a typo in the HTTP URL.
6491
64922006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6493
6494 * ada-mode.texi: Total rewrite.
6495
64962006-11-13 Carsten Dominik <dominik@science.uva.nl>
6497
6498 * org.texi: Minor typo fixes.
6499
65002006-11-13 Bill Wohler <wohler@newt.com>
6501
6502 Release MH-E manual version 8.0.3.
6503
6504 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6505 release 8.0.3.
6506
6507 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6508 to set MAILDIR.
6509 (Reading Mail): Document the customization of read-mail-command
6510 for MH-E.
6511 (Viewing Attachments): Document mm-discouraged-alternatives.
6512 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6513 (Junk): Add more information about the settings of mh-junk-background
6514 in a program. Add /usr/bin/mh to PATH in examples.
6515
65162006-11-12 Richard Stallman <rms@gnu.org>
6517
6518 * woman.texi: Update author address but say he no longer maintains it.
6519
65202006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6521
6522 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6523 archived trees.
6524 (Checkboxes): Section moved to chapter 5, and extended.
6525 (The date/time prompt): New section.
6526 (Link abbreviations): New section.
6527 (Presentation and sorting): New section.
6528 (Custom agenda views): Section completely rewritten.
6529 (Summary): Compare with Planner.
6530 (Feedback): More info about creating backtraces.
6531 (Plain lists): Modified example.
6532 (Breaking down tasks): New section.
6533 (Custom time format): New section.
6534 (Time stamps): Document inactive timestamps.
6535 (Setting tags): More details about fast tag selection.
6536 (Block agenda): New section.
6537 (Custom agenda views): Section rewritten.
6538 (Block agenda): New section.
6539
65402006-11-07 Michael Albinus <michael.albinus@gmx.de>
6541
6542 * tramp.texi (Configuration): scp is the default method.
6543 (Default Method): Use ssh as example for another method.
6544
65452006-10-27 Richard Stallman <rms@gnu.org>
6546
6547 * woman.texi: Downcase nroff/troff/roff.
6548 (Installation): Chapter deleted. Some xrefs deleted.
6549 (Background): woman doesn't advise man ;-).
6550
c8763fb6 65512006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6552
6553 * ada-mode.texi (Project files, Identifier completion)
6554 (Automatic Casing, Debugging, Using non-standard file names)
6555 (Working Remotely): Fix typos.
6556
65572006-10-20 Masatake YAMATO <jet@gyve.org>
6558
0c7efc08 6559 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
6560 sample code `my-c-initialization-hook'.
6561
65622006-10-19 Stuart D. Herring <herring@lanl.gov>
6563
6564 * widget.texi: Fix typos.
6565
65662006-10-19 Michael Albinus <michael.albinus@gmx.de>
6567
6568 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6569 "???". There have been no complaints for years, so the information
6570 must be appropriate.
6571
65722006-10-16 Richard Stallman <rms@gnu.org>
6573
6574 * widget.texi: Use @var instead of capitalization.
6575 Clarify many widget type descriptions.
6576
65772006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6578
6579 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6580 gnus-dired-attach.
6581 (Selecting a Group): Fix typo.
6582
c8763fb6 65832006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6584
6585 * widget.texi: Fix typos.
6586
65872006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
6588
6589 * gnus.texi (Image Enhancements): Update for Emacs 22.
6590
6591 * gnus-faq.texi ([1.3]): Update.
6592
65932006-10-06 Richard Stallman <rms@gnu.org>
6594
6595 * faq.texi (Displaying the current line or column):
6596 Delete "As of Emacs 20".
6597
65982006-10-06 Romain Francoise <romain@orebokech.com>
6599
6600 * faq.texi (VM): VM works with Emacs 22 too.
6601
66022006-10-06 Richard Stallman <rms@gnu.org>
6603
6604 * ebrowse.texi: Remove Emacs version "21" from title.
6605
66062006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
6607
6608 * gnus.texi (Foreign Groups): Say where change of editing commands are
6609 stored. Add reference to `gnus-parameters'.
6610
66112006-09-15 Jay Belanger <belanger@truman.edu>
6612
6613 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6614 Change "Library Public License" to "Lesser Public License"
6615 throughout. Use "yyyy" to represent year.
6616
66172006-09-15 Carsten Dominik <dominik@science.uva.nl>
6618
6619 * org.texi (Setting tags): Typo fix.
6620
66212006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
6622
6623 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6624
66252006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6626
6627 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6628
66292006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6630
6631 * faq.texi (Escape sequences in shell output): EMACS is now set
6632 to Emacs's absolute file name, not to "t".
6633 (^M in the shell buffer): Likewise.
6634 * misc.texi (Interactive Shell): Likewise.
6635
66362006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6637
6638 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6639 mails with pop3-leave-mail-on-server. Fix wording.
6640 (Limiting): Improve gnus-summary-limit-to-articles.
6641 (X-Face): Fix typo.
6642
66432006-09-11 Simon Josefsson <jas@extundo.com>
6644
6645 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6646 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6647
66482006-09-06 Simon Josefsson <jas@extundo.com>
6649
6650 * smtpmail.texi (Authentication): Mention SSL.
6651
66522006-09-01 Eli Zaretskii <eliz@gnu.org>
6653
6654 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6655 Don't use @indicateurl.
6656
6657 * cc-mode.texi (Subword Movement): Don't use @headitem.
6658 (Custom Braces, Clean-ups): Don't use @tie.
6659
66602006-08-29 Michael Albinus <michael.albinus@gmx.de>
6661
6662 Sync with Tramp 2.0.54.
6663
6664 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6665 Suggested by Adrian Phillips <a.phillips@met.no>.
6666
66672006-08-15 Carsten Dominik <dominik@science.uva.nl>
6668
6669 * org.texi (Installation, Activation): Split from Installation and
6670 Activation.
6671 (Clocking work time): Documented new features.
6672
66732006-08-13 Alex Schroeder <alex@gnu.org>
6674
6675 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6676 example.
6677
66782006-08-12 Eli Zaretskii <eliz@gnu.org>
6679
6680 * faq.texi (How to add fonts): New node.
6681
66822006-08-05 Romain Francoise <romain@orebokech.com>
6683
6684 * faq.texi (New in Emacs 22): Expand.
6685
66862006-08-03 Michael Olson <mwolson@gnu.org>
6687
6688 * erc.texi: Update for ERC 5.1.4.
6689
66902006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6691
6692 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6693 in .../site-lisp/gnus/ by default.
6694 [ From gnus-news.texi in the trunk. ]
6695
66962006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6697
6698 * gnus.texi (MIME Commands): Additions for yEnc.
6699
67002006-07-24 Richard Stallman <rms@gnu.org>
6701
6702 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6703 * faq.texi: Move periods and commas inside quotes.
6704
67052006-07-20 Jay Belanger <belanger@truman.edu>
6706
6707 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6708
67092006-07-18 Chong Yidong <cyd@stupidchicken.com>
6710
6711 * faq.texi (Security risks with Emacs): Document Emacs 22
6712 file-local-variable mechanism.
6713
67142006-07-12 Michael Olson <mwolson@gnu.org>
6715
6716 * erc.texi: Update for ERC 5.1.3.
6717
67182006-07-12 Alex Schroeder <alex@gnu.org>
6719
6720 * rcirc.texi: Fix typos.
6721 (Getting started with rcirc): New calling convention for M-x irc.
6722 Mention #rcirc. Removed channel tracking.
0c7efc08 6723 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6724 recently, eg. rcirc-server to rcirc-default-server. Added
6725 documentation for rcirc-authinfo, some background for Bitlbee, and
6726 rcirc-track-minor-mode.
0c7efc08 6727 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6728 Scrolling.
0c7efc08 6729 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6730 to match code changes.
6731
67322006-07-10 Nick Roberts <nickrob@snap.net.nz>
6733
6734 * gnus.texi, message.texi: Fix typos.
6735
67362006-07-07 Carsten Dominik <dominik@science.uva.nl>
6737
6738 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6739 commands.
6740 (Global TODO list): Document the use of the variables
6741 `org-agenda-todo-ignore-scheduled' and
6742 `org-agenda-todo-list-sublevels'.
6743
67442006-07-05 Richard Stallman <rms@gnu.org>
6745
6746 * faq.texi (Scrolling only one line): Fix xref.
6747
67482006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6749
6750 * faq.texi (Evaluating Emacs Lisp code):
6751 Throughout, replace eval-current-buffer with eval-buffer.
6752
67532006-07-03 Richard Stallman <rms@gnu.org>
6754
6755 * rcirc.texi (Scrolling conservatively): Fix xref.
6756
6757 * pcl-cvs.texi (Viewing differences): Usage fix.
6758
67592006-07-03 Carsten Dominik <dominik@science.uva.nl>
6760
6761 * org.texi (Agenda commands): Document `s' key to save all org-mode
6762 buffers.
6763
67642006-06-30 Ralf Angeli <angeli@caeruleus.net>
6765
6766 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6767 names. Mention `cvs-msg' face.
6768
67692006-06-29 Carsten Dominik <dominik@science.uva.nl>
6770
6771 * org.texi (Checkboxes): New section.
6772
67732006-06-28 Carsten Dominik <dominik@science.uva.nl>
6774
6775 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6776 throughout this chapter.
6777
67782006-06-27 Chong Yidong <cyd@stupidchicken.com>
6779
6780 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6781 text for standalone vs Emacs info.
6782 (Help): Clarify header line description. Use mouse-1 for clicks.
6783 (Help-P): Use mouse-1 for clicks.
6784 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6785 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6786 (Choose menu subtopic): Remove gratuitous Emacs command names.
6787 (Help-FOO): Put usual behavior first.
6788 (Help-Xref): Clicking on xrefs works in Emacs.
6789 (Search Text): Clarify what the default behavior is.
6790 (Create Info buffer): Fix Emacs window/X window confusion.
6791 (Emacs Info Variables): Fix for new Emacs init file behavior.
6792
67932006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6794
6795 * gnus.texi (Summary Buffer Lines): Fix typo.
6796
67972006-06-23 Carsten Dominik <dominik@science.uva.nl>
6798
6799 * org.texi (Embedded LaTeX): New chapter.
6800 (Archiving): Section rewritten.
6801 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6802
68032006-06-20 Bill Wohler <wohler@newt.com>
6804
6805 Release MH-E manual version 8.0.1.
6806
6807 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6808 release 8.0.1.
6809 (Preface): Depend on GNU mailutils 1.0 and higher.
6810
68112006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6812
6813 * message.texi (News Headers): Update message-syntax-checks section.
6814
68152006-06-19 Karl Berry <karl@gnu.org>
6816
6817 * info.texi (Advanced): Mention C-q, especially with ?.
6818
68192006-06-19 Carsten Dominik <dominik@science.uva.nl>
6820
6821 * org.texi (Publishing links): Document the `:link-validation-function'
6822 property.
6823 (Extensions and Hacking): New chapter, includes some sections of the
6824 "Miscellaneous" chapter.
6825
68262006-06-10 Carsten Dominik <dominik@science.uva.nl>
6827
6828 * org.texi (Progress logging): New section.
6829
2de53ca6
GM
68302006-06-06 Carsten Dominik <dominik@science.uva.nl>
6831
6832 * org.texi (ASCII export): Document indentation adaptation.
6833 (Setting tags): Document mutually-exclusive tags.
6834
68352006-06-05 Romain Francoise <romain@orebokech.com>
6836
6837 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6838 Fix typo.
6839
6840 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6841 channel (#gnus@irc.freenode.net).
6842 Fix typos. Update copyright notice.
6843
6844 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6845 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6846 (Line-Up Functions, Custom Macros):
6847 * ediff.texi (Window and Frame Configuration)
dccb744b 6848 (Highlighting Difference Regions):
2de53ca6
GM
6849 * emacs-mime.texi (Display Customization):
6850 * erc.texi (History):
6851 * eshell.texi (Known problems):
6852 * eudc.texi (Overview, BBDB):
6853 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6854 (The problem of spam, SpamOracle, Extending the Spam package)
6855 (Conformity, Terminology):
dccb744b 6856 * idlwave.texi (Routine Info)
2de53ca6
GM
6857 (Class and Keyword Inheritance, Padding Operators)
6858 (Breakpoints and Stepping, Electric Debug Mode)
6859 (Examining Variables, Troubleshooting):
6860 * org.texi (Creating timestamps):
6861 * reftex.texi (Commands, Options, Changes):
6862 * tramp.texi (Inline methods, Password caching)
6863 (Auto-save and Backup, Issues):
6864 * vip.texi (Files, Commands in Insert Mode):
6865 * viper.texi (Emacs Preliminaries, States in Viper)
6866 (Packages that Change Keymaps, Viper Specials, Groundwork):
6867 Fix various typos.
6868
68692006-05-31 Michael Ernst <mernst@alum.mit.edu>
6870
6871 * ediff.texi: Fix typos.
6872
68732006-05-30 Carsten Dominik <dominik@science.uva.nl>
6874
6875 * org.texi: Small typo fixes.
6876
fff84c22
JB
68772006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6878
6879 * viper.texi (Viper Specials):
6880 * gnus.texi (Example Setup):
6881 * faq.texi (Backspace invokes help):
6882 * dired-x.texi (Optional Installation Dired Jump):
6883 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6884 follow coding conventions.
6885
2de53ca6
GM
68862006-05-29 Michael Albinus <michael.albinus@gmx.de>
6887
6888 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6889
68902006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6891
6892 * pcl-cvs.texi: Fix typos.
6893 (Customization): Say "us".
6894
68952006-05-26 Eli Zaretskii <eliz@gnu.org>
6896
6897 * org.texi: Remove bogus @setfilename.
6898
68992006-05-26 Carsten Dominik <dominik@science.uva.nl>
6900
6901 * org.texi (ASCII export): Omit command name.
6902 (HTML export): Add prefix to all lines in Local Variable example.
6903 (Acknowledgments): Typeset names in italics.
6904
69052006-05-24 Carsten Dominik <dominik@science.uva.nl>
6906
6907 * org.texi (Plain lists): Add new item navigation commands.
6908 (External links): Document elisp and info links.
6909 (Custom searches): New section.
6910 (Publishing): New chapter.
6911 (HTML export): Include a list of supported CSS classes.
6912 (Setting tags): Describe the fast-tag-setting interface.
6913
69142006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6915
6916 * dired-x.texi: ifinfo -> ifnottex.
6917
69182006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6919
6920 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6921
69222006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6923
6924 * message.texi (Interface): Add tool bar customization.
6925 (MIME): Index and text additions for mml-attach.
6926 (MIME): Describe mml-dnd-protocol-alist and
6927 mml-dnd-attach-options.
6928
6929 * gnus.texi (Oort Gnus): Reorder entries in sections.
6930 Fix some entries.
6931 (Starting Up): Add references to "Emacs for Heathens" and to
6932 "Finding the News". Add user-full-name and user-mail-address.
6933 (Group Buffer Format): Add tool bar customization and update.
6934 (Summary Buffer): Add tool bar customization.
6935 (Posting Styles): Add message-alternative-emails.
6936
69372006-05-09 Michael Albinus <michael.albinus@gmx.de>
6938
6939 * tramp.texi (Filename completion): Improve wording.
6940
69412006-05-07 Romain Francoise <romain@orebokech.com>
6942
6943 * faq.texi (Using regular expressions): Fix typo.
6944 (Packages that do not come with Emacs): Fix capitalization.
6945 (Replacing text across multiple files): Expand node to explain how
6946 to use `dired-do-query-replace-regexp' in more detail, based on
6947 suggestion by Eric Hanchrow <offby1@blarg.net>.
6948
69492006-05-06 Michael Albinus <michael.albinus@gmx.de>
6950
6951 * tramp.texi (Filename completion): Completion of remote files'
6952 method, user name and host name is active only in partial
6953 completion mode.
6954
69552006-05-06 Bill Wohler <wohler@newt.com>
6956
6957 Release MH-E manual version 8.0.
6958
6959 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6960 release 8.0.
6961
69622006-05-06 Bill Wohler <wohler@newt.com>
6963
6964 * mh-e.texi (MH-BOOK-HOME): Change from
6965 http://www.ics.uci.edu/~mh/book/mh to
6966 http://rand-mh.sourceforge.net/book/mh.
6967 Replace .htm suffix with .html for MH book files.
6968 (Using This Manual): Update key binding for getting relevant
6969 chapter in Info from command key.
6970 (Ranges): Fix itemx.
6971
69722006-05-05 Karl Berry <karl@gnu.org>
6973
6974 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6975 (\fonttextsize): New user-level command to change text font size.
6976
69772006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6978
6979 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
6980
69812006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6982
6983 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6984
69852006-04-24 Bill Wohler <wohler@newt.com>
6986
6987 * mh-e.texi (Getting Started): Make it more explicit that you need
6988 to install MH. Add pointers to current MH implementations.
6989
69902006-04-21 Bill Wohler <wohler@newt.com>
6991
6992 Release MH-E manual version 7.94.
6993
6994 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6995 release 7.94.
6996
69972006-04-21 Carsten Dominik <dominik@science.uva.nl>
6998
6999 * org.texi: Many small fixes.
7000 (Handling links): Rename from "Managing links".
7001
70022006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
7003
7004 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
7005 (Splitting mail using spam-stat): Fix @xref.
7006
70072006-04-20 Chong Yidong <cyd@stupidchicken.com>
7008
7009 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 7010 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
7011
70122006-04-20 Carsten Dominik <dominik@science.uva.nl>
7013
7014 * org.texi (Time stamps): Better explanation of the purpose of
7015 different time stamps.
7016 (Structure editing, Plain lists): More details on how new items
7017 and headings are inserted.
7018
70192006-04-18 Carsten Dominik <dominik@science.uva.nl>
7020
7021 * org.texi (Formula syntax): Fix link to Calc Manual.
7022
70232006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7024
7025 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7026
70272006-04-17 Bill Wohler <wohler@newt.com>
7028
7029 * mh-e.texi (Folders): Update mh-before-quit-hook and
7030 mh-quit-hook example with code that removes the buffers rather
7031 than just bury them.
7032
70332006-04-17 Michael Albinus <michael.albinus@gmx.de>
7034
7035 Sync with Tramp 2.0.53.
7036
70372006-04-13 Carsten Dominik <dominik@science.uva.nl>
7038
7039 * org.texi (Updating settings): New section.
7040 (Visibility cycling): Better names for the startup folding
7041 options.
7042 (Exporting): Completely restructured.
7043 (The very busy C-c C-c key): New section.
7044 (Summary of in-buffer settings): New section.
7045
70462006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7047
7048 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7049
70502006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7051
7052 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7053 (Server Commands): Key `v' is reserved for users.
7054
70552006-04-11 Carsten Dominik <dominik@science.uva.nl>
7056
7057 * org.texi (Link format): New section, emphasis on bracket links.
7058 (External links): Document bracket links.
7059 (FAQ): Expand to cover shell links and the new link format.
7060
70612006-04-09 Kevin Ryde <user42@zip.com.au>
7062
7063 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7064
70652006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7066
7067 * gnus.texi (Summary Buffer Lines): Add `*'.
7068
c8763fb6 70692006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7070
7071 * gnus.texi (Group Parameters):
7072 Mention gnus-permanently-visible-groups.
7073
70742006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7075
7076 * gnus.texi (Face): Fix typo.
7077
70782006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7079
7080 * gnus.texi (X-Face): Clarify.
7081 (Face): Need Emacs with PNG support.
7082
70832006-04-06 Richard Stallman <rms@gnu.org>
7084
7085 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7086 Emacs".
7087
70882006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7089
7090 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7091 blocks not suitable for inclusion with Emacs using variable
7092 PARTOFEMACS.
7093
70942006-04-04 Simon Josefsson <jas@extundo.com>
7095
7096 * gnus.texi (Security): Improve.
7097
70982006-04-02 Bill Wohler <wohler@newt.com>
7099
7100 * mh-e.texi (Getting Started, Junk, Bug Reports)
7101 (MH FAQ and Support): Fix URLs.
7102
71032006-03-31 Romain Francoise <romain@orebokech.com>
7104
7105 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7106 to t, not nil (and has for the past eight years).
7107
71082006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7109
7110 * message.texi, gnus.texi: Bump version to 5.11.
7111
71122006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7113
7114 * gnus.texi (Top): Add comment about version line.
7115
7116 * message.texi (Top): Ditto. Change to take named versions into
7117 account.
7118
71192006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7120
7121 * gnus.texi (Posting Styles): Add x-face-file to example.
7122 (X-Face): Refer to posting styles.
7123
7124 * gnus-faq.texi ([5.8]): Add x-face-file.
7125 ([8.4]): Add links to gmane.emacs.gnus.user and
7126 gmane.emacs.gnus.general.
7127
71282006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7129
7130 * gnus-faq.texi: Use .invalid.
7131 ([5.4]): Fix gnus-posting-styles example.
7132
71332006-03-27 Romain Francoise <romain@orebokech.com>
7134
7135 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7136 Emacs/W3 needs a new maintainer.
7137 (Ispell): Update author and version info.
7138 (Mailcrypt): Mention PGG.
7139 (New in Emacs 22): Add PGG to the list of new packages.
7140 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7141 updating dead URLs.
7142
71432006-03-25 Karl Berry <karl@gnu.org>
7144
7145 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7146 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7147 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7148 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7149 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7150 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7151 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7152 (2) do not indent copyright year list (or anything else).
7153
71542006-03-21 Bill Wohler <wohler@newt.com>
7155
7156 * mh-e.texi (Folders): Various edits.
7157
71582006-03-20 Romain Francoise <romain@orebokech.com>
7159
7160 * gnus.texi (Mail Folders): Grammar fix.
7161
71622006-03-19 Bill Wohler <wohler@newt.com>
7163
7164 * mh-e.texi (Replying): Document Mail-Followup-To.
7165 Change manually-formatted table to multitable. Add debugging info.
7166 Move description of mh-reply-default-reply-to into paragraph
7167 that describes its values.
7168
71692006-03-17 Bill Wohler <wohler@newt.com>
7170
10d1d0af 7171 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
7172 (Sending Mail Tour): Update method of entering
7173 addresses and subject.
7174 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7175 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7176
71772006-03-15 Carsten Dominik <dominik@science.uva.nl>
7178
7179 * org.texi: Version number change only.
7180
71812006-03-14 Bill Wohler <wohler@newt.com>
7182
7183 * mh-e.texi: Add index entries around each paragraph rather than
7184 depend on entries from beginning of node. Doing so ensures that
7185 index entries are less likely to be forgotten if text is cut and
7186 pasted, and are necessary anyway if the references are on a
7187 separate page. It seems that makeinfo is now (v. 4.8) only
7188 producing one index entry per node, so there is no longer any
7189 excuse not to. Use subheading instead of heading. The incorrect
7190 use of heading produced very large fonts in Info--as large as the
7191 main heading.
7192 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7193 versions 6 and 7 appeared *around* the time of these Emacs releases.
7194
71952006-03-13 Carsten Dominik <dominik@science.uva.nl>
7196
7197 * org.texi (Clean view): Document new startup options.
7198
71992006-03-11 Bill Wohler <wohler@newt.com>
7200
7201 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7202 (Composing, Scan Line Formats): Fix @refs.
7203 (Getting Started): Define MH profile and MH profile components.
7204 (Incorporating Mail, Reading Mail, Viewing, Printing)
7205 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7206 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7207 for string constants.
7208 (Tool Bar): Remove spurious quote.
7209 (Junk): Use ``...'' instead of "...".
7210 (Scan Line Formats): Replace @samp with @kbd.
7211
72122006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7213
7214 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7215
72162006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7217
7218 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7219 easy to understand.
7220
72212006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7222
7223 * gnus.texi: Markup fix.
7224 (Fancy Mail Splitting): Specify new feature.
7225
72262006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7227
7228 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7229 partial-words matching.
7230
72312006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7232
7233 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7234
7235 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7236 (MIME Commands): Fix mm-discouraged-alternatives.
7237
72382006-03-07 Carsten Dominik <dominik@science.uva.nl>
7239
7240 * org.texi: Version number change only.
7241
72422006-03-06 Bill Wohler <wohler@newt.com>
7243
7244 * mh-e.texi: Move from SourceForge repository to Savannah.
7245 This is version 7.93, which is a total rewrite from the previous
7246 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7247 version 7.93.
7248
72492006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7250
7251 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7252
72532006-03-01 Carsten Dominik <dominik@science.uva.nl>
7254
7255 * org.texi (Interaction): Add item about `org-mouse.el' by
7256 Piotr Zielinski.
7257 (Managing links): Document that also mouse-1 can be used to
7258 activate a link.
7259 (Headlines, FAQ): Add entry about hiding leading stars.
7260 (Miscellaneous): Resort the sections in this chapter to a more
7261 logical sequence.
7262
72632006-02-27 Simon Josefsson <jas@extundo.com>
7264
7265 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7266 2004-01-27 from the trunk).
7267
72682006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7269
7270 * cc-mode.texi: Rename c-hungry-backspace to
7271 c-hungry-delete-backwards, at the request of RMS. Leave the old
7272 name as an alias.
7273
72742006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7275
7276 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7277 include the function header within the defun.
7278
72792006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7280
7281 * cc-mode.texi: Correct two typos.
7282
72832006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7284
7285 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7286 existing comment.
7287 (Electric Keys): Add a justification for electric indentation.
7288 (Hungry WS Deletion): Clear up the names and complications of the
7289 BACKSPACE and DELETE keys.
7290
72912006-02-23 Juri Linkov <juri@jurta.org>
7292
7293 * faq.texi (Common requests): Move `Turning on auto-fill by
7294 default' after `Wrapping words automatically'. Move `Working with
7295 unprintable characters' before `Searching for/replacing newlines'.
7296 Move `Replacing highlighted text' after `Highlighting a region'.
7297 Merge `Repeating commands' and `Repeating a command as many times
7298 as possible' into the former.
7299 (Packages that do not come with Emacs): Add refs to Gmane and
7300 etc/MORE.STUFF.
7301
73022006-02-23 Juri Linkov <juri@jurta.org>
7303
7304 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7305 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7306 Add xref to `(emacs)Reporting Bugs'.
7307 (Getting a printed manual): Add URL to other formats of the manual.
7308 (Common requests): Fix menu.
7309 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7310 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7311 (Inserting text at the beginning of each line): Add pxref to
7312 `Changing the included text prefix'.
7313 (Forcing the cursor to remain in the same column): Mention `track-eol'
7314 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7315 (Replacing text across multiple files): Add keybinding `Q' for
7316 `dired-do-query-replace'.
7317
73182006-02-22 Carsten Dominik <dominik@science.uva.nl>
7319
7320 * reftex.texi: Version number and date change only.
7321
7322 * org.texi (Internal Links): Rewrite to cover the modified
7323 linking system.
7324
73252006-02-17 Eli Zaretskii <eliz@gnu.org>
7326
7327 * faq.texi: Remove the coding cookie, it's not needed anymore.
7328
73292006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7330
7331 * faq.texi (Colors on a TTY): Mention Mac OS port.
7332
73332006-02-12 Karl Berry <karl@gnu.org>
7334
7335 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7336 8-bit accented a.
7337
73382006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7339
7340 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7341
73422006-02-08 Romain Francoise <romain@orebokech.com>
7343
7344 * faq.texi (Top): Remove paragraph about the FAQ being a
7345 transitional document, etc.
7346 (Searching for/replacing newlines): New node.
7347 (Yanking text in isearch): New node.
7348 (Inserting text at the beginning of each line): Rename and make
7349 more general, mention `M-;' in Message mode.
7350
73512006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7352
7353 * faq.texi (Meta key does not work in xterm)
7354 (Emacs does not display 8-bit characters)
7355 (Inputting eight-bit characters): Update xrefs.
7356
73572006-02-06 Romain Francoise <romain@orebokech.com>
7358
7359 * faq.texi (VM): VM now at version 7.19.
7360 Set myself as maintainer of this file.
7361
73622006-02-04 Michael Olson <mwolson@gnu.org>
7363
7364 * erc.texi (History): Note that ERC is now included with Emacs.
7365
73662006-01-31 Romain Francoise <romain@orebokech.com>
7367
7368 * message.texi (Message Headers): Explain what
7369 `message-alternative-emails' does in more detail.
7370 Update copyright year.
7371
73722006-01-30 Juanma Barranquero <lekktu@gmail.com>
7373
7374 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7375
73762006-01-29 Richard M. Stallman <rms@gnu.org>
7377
7378 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7379
73802006-01-29 Michael Olson <mwolson@gnu.org>
7381
7382 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7383
7384 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7385
7386 * faq.texi (New in Emacs 22): Mention ERC.
7387
73882006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7389
7390 * rcirc.texi: Capitalize dir entry for consistency with the entry
7391 in info/dir and other entries in the Emacs category.
7392 Fix typos. Delete trailing whitespace.
7393
c8763fb6 73942006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
7395
7396 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7397
73982006-01-27 Eli Zaretskii <eliz@gnu.org>
7399
7400 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7401 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7402
7403 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7404 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7405
74062006-01-27 Alex Schroeder <alex@gnu.org>
7407
7408 * rcirc.texi: New file.
7409
74102006-01-23 Juri Linkov <juri@jurta.org>
7411
7412 * widget.texi (User Interface): Add S-TAB for widget-backward.
7413
74142006-01-22 Michael Albinus <michael.albinus@gmx.de>
7415
7416 Sync with Tramp 2.0.52.
7417
7418 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7419 Add Tramp disabling item. New item for common connection problems.
7420 (various): Apply "ftp" as method for the download URL.
7421 (Bug Reports): Refer to FAQ for common problems.
7422
74232006-01-21 Eli Zaretskii <eliz@gnu.org>
7424
7425 * widget.texi (User Interface): Use @key for TAB.
7426
7427 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7428
7429 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7430 for TAB.
7431
7432 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7433
74342006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7435
7436 * gnus.texi: Update copyright.
7437
74382006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7439
7440 * gnus.texi (Article Washing): Additions.
7441
2de53ca6
GM
74422006-01-13 Carsten Dominik <dominik@science.uva.nl>
7443
7444 * org.texi (Agenda commands): Document tags command.
7445
74462006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7447
7448 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7449
74502006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7451
7452 * gnus.texi (RSS): Addition.
7453
74542005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7455
7456 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7457
74582005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7459
7460 * emacs-mime.texi (Display Customization): Add setting example to
7461 mm-discouraged-alternatives.
7462
74632006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7464
7465 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7466 version is the canonical version.
7467
74682006-01-08 Alex Schroeder <alex@gnu.org>
7469
7470 * pgg.texi (Caching passphrase): Rewording.
7471
74722006-01-06 Eli Zaretskii <eliz@gnu.org>
7473
7474 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7475 repository URL.
7476
74772006-01-06 Carsten Dominik <dominik@science.uva.nl>
7478
7479 * org.texi: Removed the accidentally re-added empty line in the
7480 direntry.
7481
74822006-01-05 Carsten Dominik <dominik@science.uva.nl>
7483
7484 * org.texi (Agenda Views): Chapter reorganized.
7485
74862005-12-29 Romain Francoise <romain@orebokech.com>
7487
7488 * faq.texi (Using Customize): New node.
7489
74902005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7491
7492 * org.texi: Remove blank line in @direntry. It is non-standard
7493 and recursively produces blank lines all over the dir file (when
7494 using Texinfo 4.8).
7495
74962005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7497
7498 * widget.texi (atoms): Delete obsolete remark about `file' widget.
7499
75002005-12-20 Carsten Dominik <dominik@science.uva.nl>
7501
7502 * org.texi (Tags): Boolean logic documented.
7503 (Agenda Views): Document custom commands.
7504
75052005-12-20 David Kastrup <dak@gnu.org>
7506
7507 * faq.texi (AUCTeX): Update version and mailing list info.
7508
75092005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7510
7511 * gnus.texi (MIME Commands): Mention addition of
7512 multipart/alternative to gnus-buttonized-mime-types and add xref
7513 to mm-discouraged-alternatives.
7514
7515 * emacs-mime.texi (Display Customization): Mention addition of
7516 "image/.*" and add xref to gnus-buttonized-mime-types in the
7517 mm-discouraged-alternatives section.
7518
75192005-12-16 Carsten Dominik <dominik@science.uva.nl>
7520
7521 * org.texi (Tags): New section.
7522 (Agenda Views): Chapter reorganized.
7523
75242005-12-16 Eli Zaretskii <eliz@gnu.org>
7525
7526 * org.texi (Internal Links): Add a missing comma after an @xref.
7527
75282005-12-14 Chong Yidong <cyd@stupidchicken.com>
7529
7530 * faq.texi (Filling paragraphs with a single space): No need to
7531 change sentence-end now.
7532
75332005-12-13 Romain Francoise <romain@orebokech.com>
7534
7535 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7536
75372005-12-12 Jay Belanger <belanger@truman.edu>
7538
7539 * faq.texi (Calc): Update version number.
7540
75412005-12-12 Carsten Dominik <dominik@science.uva.nl>
7542
7543 * org.texi (Progress Logging): New section.
7544
75452005-12-10 Romain Francoise <romain@orebokech.com>
7546
7547 Update the Emacs FAQ for the 22.1 release.
7548
7549 * faq.texi: Set VER to `22.1'.
7550 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
7551 Tutorial. Mention that `C-h r' displays the manual.
7552 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
7553 (Getting a printed manual): Point to the new locations of the
7554 manuals on the GNU Web site.
7555 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7556 available via Info (it was previously distributed separately).
7557 (Installing Texinfo documentation): The latest version of Texinfo
7558 is 4.8, not 4.0.
7559 (Informational files for Emacs): COPYING is the GNU General Public
7560 License, not the Emacs General Public License.
7561 (Informational files for Emacs): Delete obsolete link to the
7562 GNUinfo pages as they have been removed from the GNU Web site.
7563 (New in Emacs 22): New node.
7564 (Setting up a customization file): Say that most packages support
7565 Customize nowadays.
7566 (Colors on a TTY): Delete reference to instructions on how to
7567 enable syntax highlighting, it is now enabled by default.
7568 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7569 at startup automatically.
7570 (Controlling case sensitivity): Mention `M-c' in isearch.
7571 (Using an already running Emacs process): Emacs now creates the
7572 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7573 gnuserv. As emacsclient can now run Lisp code as well, delete a
7574 sentence praising gnuserv for that. Simplify description of how
7575 the client/server operation works.
7576 (Compiler error messages): Delete obsolete text (compile.el has
7577 been rewritten).
7578 (Indenting switch statements): Fix typo.
7579 (Matching parentheses): Simplify setup instructions, mention the
7580 menu bar item in the Options menu.
7581 (Repeating a command as many times as possible): Mention `C-x e'.
7582 (Going to a line by number): Mention new keymap and bindings
7583 `M-g M-g', `M-g M-p' and `M-g M-n'.
7584 (Turning on syntax highlighting): Now on by default. Simplify.
7585 (Replacing highlighted text): Use `1', not `t'.
7586 (Problems with very large files): The maximum size is now 256MB on
7587 32-bit machines.
7588 (^M in the shell buffer): Mention `comint-process-echoes'.
7589 (Emacs for Apple computers): Emacs 22 has native support for Mac
7590 OS X.
7591 (Translating names to IP addresses): Delete node.
7592 (Binding keys to commands): Fix typo.
7593 (SPC no longer completes file names): New node.
7594 (MIME with Emacs mail packages): Delete section about the Emacs
7595 MIME FAQ (it's not reachable anymore).
7596
75972005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7598
7599 * cc-mode.texi: The manual has been extensively revised: the
7600 information about using CC Mode has been separated from the larger
7601 and more difficult chapters about configuration. It has been
7602 updated for CC Mode 5.31.
7603
76042005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7605
7606 * pgg.texi (User Commands): Fix description of pgg-verify-region.
7607 (Selecting an implementation): Fix descriptions.
7608
76092005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7610
7611 * message.texi (Various Message Variables): Addition.
7612
76132005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7614
7615 * message.texi: Fix default values.
7616
76172005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7618
7619 * message.texi (Header Commands): Clarify descriptions of
7620 message-cross-post-followup-to, message-reduce-to-to-cc, and
7621 message-insert-wide-reply.
7622 (Various Commands): Fix kindex for message-kill-to-signature;
7623 clarify description of message-tab.
7624
76252005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7626
7627 * message.texi (Mailing Lists): Fix description about MFT.
7628
7629 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7630
76312005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7632
7633 * gnus.texi (Slow Terminal Connection): Replace old description
7634 with new one.
7635
76362005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7637
7638 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7639 replace X-Draft-Headers with X-Draft-From.
7640
76412005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7642
7643 * gnus.texi (Various Various): Fix the default value of
7644 nnheader-max-head-length.
7645 (Gnus Versions): Fix typo.
7646
76472005-12-08 Carsten Dominik <dominik@science.uva.nl>
7648
7649 * org.texi (Structure editing): Document new functionality of
7650 M-RET.
7651
76522005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7653
7654 * org.texi (Internal Links): Fix Texinfo usage.
7655
76562005-12-06 Carsten Dominik <dominik@science.uva.nl>
7657
7658 * org.texi (TODO basics): Document the global todo list.
7659 (TODO items): Documents sparse tree for specific TODO
7660 keywords.
7661
76622005-11-30 Carsten Dominik <dominik@science.uva.nl>
7663
7664 * org.texi (Plain Lists): Typos fixed.
7665
76662005-11-28 Jay Belanger <belanger@truman.edu>
7667
7668 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7669
76702005-11-24 Carsten Dominik <dominik@science.uva.nl>
7671
7672 * org.texi (Structure editing): New item moving commands added.
7673 (Plain Lists): New section.
7674
76752005-11-18 Carsten Dominik <dominik@science.uva.nl>
7676
7677 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7678 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7679 `org-agenda-file-to-front'.
2de53ca6
GM
7680 (Built-in table editor): Document `org-table-sort-lines'.
7681 (HTML formatting): Export of hand-formatted lists.
7682
76832005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7684
7685 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7686 new variable gnus-toolbar-thickness.
7687
76882005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7689
7690 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7691
76922005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7693
7694 * gnus.texi (X-Face): Fix description.
7695 (XVarious): Remove gnus-xmas-logo-color-alist and
7696 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7697
76982005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7699
7700 * gnus.texi (Group Parameters): Mention new variable
7701 gnus-parameters-case-fold-search.
7702 (Home Score File): Addition.
7703
77042005-11-04 Ulf Jasper <ulf.jasper@web.de>
7705
7706 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7707 (Overview): List supported feed types.
7708 (Installation): No installation necessary when using autoload.
7709 (Configuration): Rename "RSS" to "news".
7710
77112005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7712
7713 * pgg.texi (User Commands): Document additional passphrase
7714 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7715 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7716
77172005-11-04 Carsten Dominik <dominik@science.uva.nl>
7718
7719 * org.texi: Version number changed to 3.19.
7720
77212005-10-29 Sascha Wilde <wilde@sha-bang.de>
7722
7723 * pgg.texi (How to use): Update the example to add autoload of
7724 pgg-encrypt-symmetric-region.
7725 (User Commands): Document pgg-encrypt-symmetric-region.
7726 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7727
77282005-10-27 Jay Belanger <belanger@truman.edu>
7729
7730 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7731 mention other TeX-related units.
7732
77332005-10-23 Lars Hansen <larsh@soem.dk>
7734
0c7efc08
SM
7735 * dired-x.texi (Miscellaneous Commands):
7736 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7737 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7738
77392005-10-23 Jay Belanger <belanger@truman.edu>
7740
7741 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7742 constant.
7743
77442005-10-23 Michael Albinus <michael.albinus@gmx.de>
7745
0c7efc08
SM
7746 * faq.texi (Bugs and problems):
7747 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7748 `directory-listing-before-filename-regexp'.
7749
77502005-10-22 Eli Zaretskii <eliz@gnu.org>
7751
7752 * newsticker.texi (UPDATED): Set value.
7753
77542005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7755
7756 * gnus.texi (Document Groups): Remove duplicate item.
7757
77582005-10-21 Carsten Dominik <dominik@science.uva.nl>
7759
7760 * org.texi (Summary): Mention iCalendar support.
7761 (Exporting): Document iCalendar support.
7762
77632005-10-18 Romain Francoise <romain@orebokech.com>
7764
7765 * viper.texi (Viper Specials): Capitalize GNU.
7766
77672005-10-17 Juri Linkov <juri@jurta.org>
7768
7769 * info.texi (Getting Started, Search Index, Expert Info):
7770 Fix wording.
7771 (Search Text): Replace `echo area' with `mode line'.
7772 (Search Index): Both `i' and `,' find all index entries.
7773 Replace example `C-f' with `C-l' (which exists in index of Info
7774 manual) and delete spaces in its keyboard input sequence.
7775 Delete unnecessary explanations about literal characters.
7776
77772005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7778
7779 * gnus.texi (Document Server Internals): Addition.
7780
77812005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7782
7783 * gnus.texi (A note on namespaces): Fix RFC reference.
7784
77852005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7786
7787 * gnus.texi (RSS): Fix key description.
7788
77892005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7790
7791 * gnus.texi: Emacs/w3 -> Emacs/W3.
7792 (Browsing the Web): Fix description.
7793 (Web Searches): Ditto.
7794 (Customizing W3): Ditto.
7795
77962005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7797
7798 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7799
78002005-10-11 Jay Belanger <belanger@truman.edu>
7801
7802 * calc.texi (Integration): Mention using `a i' to compute definite
7803 integrals.
7804
78052005-10-11 Juri Linkov <juri@jurta.org>
7806
7807 * info.texi: Rearrange nodes.
7808 (Top): Update menu. Change ref `Info for Experts' to
7809 `Advanced Info Commands'.
7810 (Getting Started): Fix description of manual's parts.
7811 (Help-Int): Change xref `Info Search' to `Search Index', and
7812 `Expert Info' to `Advanced'.
7813 (Advanced): Move node one level up.
7814 (Search Text, Search Index): New nodes split out from `Info Search'.
7815 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7816 split out from `Advanced'.
7817 (Advanced, Emacs Info Variables): De-document editing an Info file
7818 in Info.
7819 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7820 (Creating an Info File): Delete node and move its text to
7821 `Expert Info'.
7822
78232005-10-10 Carsten Dominik <dominik@science.uva.nl>
7824
7825 * org.texi (Workflow states): Documented that change in keywords
7826 becomes active only after restart of Emacs.
7827
78282005-10-08 Michael Albinus <michael.albinus@gmx.de>
7829
7830 Sync with Tramp 2.0.51.
7831
78322005-10-08 Nick Roberts <nickrob@snap.net.nz>
7833
7834 * speedbar.texi (Introduction): Describe new location of speedbar
7835 on menubar.
7836 (Basic Key Bindings): Remove descriptions of bindings that have
7837 been removed.
7838
78392005-10-05 Nick Roberts <nickrob@snap.net.nz>
7840
7841 * speedbar.texi (GDB): Describe use of watch expressions.
7842
78432005-09-28 Simon Josefsson <jas@extundo.com>
7844
7845 * message.texi (IDNA): Fix.
7846
78472005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7848
7849 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7850 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7851 description of nntp-open-connection-function.
7852 (Common Variables): Fix descriptions.
7853
78542005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7855
7856 * gnus.texi (Server Buffer Format): Document the %a format spec.
7857
78582005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7859
7860 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7861
78622005-09-23 Carsten Dominik <dominik@science.uva.nl>
7863
7864 * org.texi Version 3.16.
7865
78662005-09-19 Miles Bader <miles@gnu.org>
7867
7868 * newsticker.texi: Get rid of CVS keywords.
7869
78702005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7871
7872 * gnus.texi (Finding the Parent): Fix description of how Gnus
7873 finds article.
7874
78752005-09-14 Jari Aalto <jari.aalto@cante.net>
7876
7877 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7878 to drop off non-answered articles.
7879
78802005-09-19 Juanma Barranquero <lekktu@gmail.com>
7881
7882 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7883 braces (which are unsupported by NMAKE) for macro `srcdir'.
7884
78852005-09-17 Eli Zaretskii <eliz@gnu.org>
7886
7887 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7888 (../info/newsticker, newsticker.dvi): New targets.
7889
78902005-09-17 Ulf Jasper <ulf.jasper@web.de>
7891
7892 * newsticker.texi: Replace @command with @code. Replace @example
7893 with @lisp.
0c7efc08
SM
7894 (Top): Add explanations to menu items.
7895 (GNU Free Documentation License): Remove.
2de53ca6
GM
7896
78972005-09-16 Romain Francoise <romain@orebokech.com>
7898
7899 Update all files to specify GFDL version 1.2.
7900
7901 * doclicense.texi (GNU Free Documentation License): Update to
7902 version 1.2.
7903
79042005-09-15 Richard M. Stallman <rms@gnu.org>
7905
7906 * newsticker.texi: Fix @setfilename.
7907
7908 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7909 (../info/newsticker, newsticker.dvi): New targets.
7910
79112005-08-30 Carsten Dominik <dominik@science.uva.nl>
7912
7913 * org.texi: Version 3.15.
7914
79152005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7916
7917 * ses.texi: Combine all three indices into one.
7918 Correct a few typos.
7919
79202005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7921
7922 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7923
79242005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7925
7926 * emacs-mime.texi (Handles): Remove duplicate item.
7927 (Encoding Customization): Fix the default value for
7928 mm-coding-system-priorities.
7929 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7930 (Basic Functions): Fix reference.
7931
79322005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7933
7934 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7935
79362005-08-18 Richard M. Stallman <rms@gnu.org>
7937
7938 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7939 and web site.
7940
7941 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7942 not keyboard-translate.
7943
79442005-08-11 Richard M. Stallman <rms@gnu.org>
7945
7946 * faq.texi (Using regular expressions): Fix xref.
7947
79482005-08-09 Juri Linkov <juri@jurta.org>
7949
7950 * info.texi (Help-P): Replace `Prev' with `Previous'.
7951 (Help-M, Help-Xref): Add S-TAB.
7952 (Help-FOO): Update `u' command.
7953 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7954 Update info about visibility of xref parts.
7955 (Help-Int): Fix `m' command. Rename `Info-last' to
7956 `Info-history-back'. Add `Info-history-forward'.
7957 (Advanced): Fix `g*' and `M-n' commands.
7958 (Info Search): Add `index-apropos' in stand-alone browser.
7959 Add isearch commands.
7960 (Emacs Info Variables): Remove `Info-fontify'.
7961 Add `Info-mode-hook'. Update face names.
7962 Add `Info-fontify-maximum-menu-size',
7963 `Info-fontify-visited-nodes', `Info-isearch-search'.
7964
79652005-08-07 Michael Albinus <michael.albinus@gmx.de>
7966
7967 Sync with Tramp 2.0.50.
7968
7969 * tramp.texi: Use @option{} consequently for method names.
7970 (Inline methods, External transfer methods): Remove references to
7971 Cygwin.
7972 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7973 implementation.
7974
79752005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7976
7977 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7978 Mention that gnus-init-file is not read when Emacs is invoked with
7979 --no-init-file or -q.
7980
79812005-07-19 Carsten Dominik <dominik@science.uva.nl>
7982
7983 * org.texi: Version 3.14.
7984
79852005-07-04 Carsten Dominik <dominik@science.uva.nl>
7986
7987 * org.texi: Version 3.13.
7988
79892005-07-18 Juri Linkov <juri@jurta.org>
7990
7991 * calc.texi (Time Zones, Logical Operations):
7992 * cl.texi (Overview):
7993 * org.texi (TODO types):
7994 * sc.texi (Emacs 18 MUAs):
7995 * speedbar.texi (Top):
7996 * url.texi (History):
7997 Delete duplicate duplicate words.
7998
ce058493 79992005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
8000
8001 * cl.texi (Type Predicates): Document `atom' type.
8002
80032005-07-04 Lute Kamstra <lute@gnu.org>
8004
8005 Update FSF's address in GPL notices.
8006
8007 * calc.texi (Copying):
8008 * doclicense.texi (GNU Free Documentation License):
8009 * faq.texi (Contacting the FSF):
8010 * mh-e.texi (Copying): Update FSF's address.
8011
80122005-07-03 Richard M. Stallman <rms@gnu.org>
8013
8014 * flymake.texi (Example -- Configuring a tool called directly):
8015 Update name of flymake-build-relative-filename.
8016
80172005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8018
8019 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8020
80212005-06-29 Carsten Dominik <dominik@science.uva.nl>
8022
8023 * org.texi: Version 3.12.
8024
80252005-06-24 Eli Zaretskii <eliz@gnu.org>
8026
8027 * makefile.w32-in (MAKEINFO): Use --force.
8028 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8029 Makefile.in.
8030 (gnus.dvi): Use "..." to quote Sed args, so that it works with
8031 more shells.
8032
80332005-06-23 Richard M. Stallman <rms@gnu.org>
8034
8035 * speedbar.texi (Creating a display): Texinfo usage fixes.
8036
8037 * tramp.texi (Customizing Completion, Auto-save and Backup):
8038 Texinfo usage fixes.
8039
80402005-06-23 Juanma Barranquero <lekktu@gmail.com>
8041
8042 * dired-x.texi (Miscellaneous Commands):
8043 * ediff.texi (Miscellaneous):
8044 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8045 (Agent Variables):
8046 * info.texi (Help-Xref):
8047 * message.texi (Message Headers):
8048 * org.texi (Remember):
8049 * reftex.texi (Options (Defining Label Environments)):
8050 (Options (Index Support)):
8051 (Options (Viewing Cross-References)):
8052 (Options (Misc)):
8053 (Changes):
8054 * speedbar.texi (Creating a display):
8055 * tramp.texi (Customizing Completion, Auto-save and Backup):
8056 Texinfo usage fix.
8057
80582005-06-13 Carsten Dominik <dominik@science.uva.nl>
8059
8060 * org.texi: Version 3.11.
8061
80622005-06-12 Jay Belanger <belanger@truman.edu>
8063
8064 * calc.texi (Getting Started): Remove extra menu item.
8065
80662005-05-31 Jay Belanger <belanger@truman.edu>
8067
8068 * calc.texi (Notations Used in This Manual): Use @kbd for key
8069 sequence.
8070 (Demonstration of Calc): Mention another way of starting Calc.
8071 (Starting Calc): Mention long name of M-#.
8072 (Embedded Mode Overview): Remove unnecessary instruction.
8073 (Other M-# commands): Rephrase `M-# 0' explanation.
8074 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8075 reflect current behavior.
8076
80772005-05-30 Jay Belanger <belanger@truman.edu>
8078
8079 * calc.texi (Hooks): Change description of calc-window-hook and
8080 calc-trail-window-hook to match usage.
8081 (Computational Functions): Add more constant-generating functions.
8082 (Customizable Variables): Use defvar.
8083
80842005-05-28 Jay Belanger <belanger@truman.edu>
8085
8086 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8087 (Basic Embedded Mode): Explain behavior of arguments to
8088 calc-embedded-mode.
8089
80902005-05-27 Jay Belanger <belanger@truman.edu>
8091
8092 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8093 current behavior.
8094
80952005-05-25 Jay Belanger <belanger@truman.edu>
8096
8097 * calc.texi: Change Calc version number throughout.
8098 (Keypad Mode): Change location in info output.
8099 (Keypad mode overview): Move picture of keypad.
8100
81012005-05-21 Jay Belanger <belanger@truman.edu>
8102
8103 * calc.texi (Storing variables): Mention that only most variables
8104 are void to begin with.
8105
81062005-05-21 Kevin Ryde <user42@zip.com.au>
8107
8108 * widget.texi (Basic Types): Update cross ref from "Enabling
8109 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8110 lispref/text.texi change.
8111
81122005-05-20 Carsten Dominik <dominik@science.uva.nl>
8113
8114 * org.texi: Version 3.09.
8115
81162005-05-18 Carsten Dominik <dominik@science.uva.nl>
8117
8118 * reftex.texi: Version 4.28.
8119
81202005-05-16 Jay Belanger <belanger@truman.edu>
8121
8122 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8123
81242005-05-14 Jay Belanger <belanger@truman.edu>
8125
8126 * calc.texi (Default Simplifications): Insert missing ! (logical
8127 not operator).
8128
81292005-05-14 Michael Albinus <michael.albinus@gmx.de>
8130
8131 Sync with Tramp 2.0.49.
8132
81332005-05-10 Jay Belanger <belanger@truman.edu>
8134
8135 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8136 to 1.
8137
81382005-04-29 Carsten Dominik <dominik@science.uva.nl>
8139
8140 * org.texi: Version 3.08, structure reorganized.
8141
81422005-04-24 Richard M. Stallman <rms@gnu.org>
8143
8144 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8145
81462005-04-15 Carsten Dominik <dominik@science.uva.nl>
8147
8148 * org.texi: Update to version 3.06.
8149
81502005-04-13 Lute Kamstra <lute@gnu.org>
8151
8152 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8153
81542005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8155
8156 * cl.texi (Porting Common Lisp): Fix typo.
8157
81582005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8159
8160 * gnus.texi (RSS): Addition.
8161
81622005-04-04 Jay Belanger <belanger@truman.edu>
8163
8164 * calc.texi: Change Calc version number.
8165 (Customizable variables): Fix description of calc-language-alist.
8166 (Copying): Put in version 2 of GPL.
8167
81682005-04-01 Jay Belanger <belanger@truman.edu>
8169
8170 * calc.texi (Troubleshooting Commands): Remove comment about
8171 installation.
8172 (Installation): Remove section.
8173 (Customizable Variables): New section.
8174 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8175 (Graphical Devices): Add references to Customizable Variables.
8176
81772005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8178
8179 * emacs-mime.texi (Display Customization): Markup fixes.
8180 (rfc2047): Update.
8181
81822005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8183
8184 * gnus-faq.texi: Replaced with auto-generated version.
8185
81862005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8187
8188 * dired-x.texi (Multiple Dired Directories): default-directory was
8189 renamed to dired-default-directory.
8190
81912005-03-26 Jay Belanger <belanger@truman.edu>
8192
8193 * calc.texi (Simplifying Formulas, Rewrite Rules):
8194 Change description of top and bottom of fraction.
8195 (Modulo Forms): Move description of how to create modulo forms to
8196 earlier in the section.
8197 (Fraction Mode): Suggest using : to get a fraction by dividing.
8198 (Basic Arithmetic): Adjust placement of command name.
8199 (Truncating the Stack): Emphasize that "hidden" entries are still
8200 visible.
8201 (Installation): Move discussion of printing manual to "About This
8202 Manual".
8203 (About This Manual): Mention how to print the manual.
8204 (Reporting Bugs): Remove first person.
8205 (Building Vectors): Add algebraic version of append.
8206 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8207 (Grouping Digits): Fix typo.
8208
82092005-03-25 Werner Lemberg <wl@gnu.org>
8210
8211 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8212 Replace `legal' with `valid'.
8213
82142005-03-25 Werner Lemberg <wl@gnu.org>
8215
8216 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8217
82182005-03-24 Jay Belanger <belanger@truman.edu>
8219
8220 * calc.texi (General Mode Commands)
8221 (Mode Settings in Embedded Mode): Add some explanation of
8222 recording mode settings.
8223
82242005-03-24 Richard M. Stallman <rms@gnu.org>
8225
8226 * calc.texi: Remove praise of non-free software.
8227
8228 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8229 (Installation): Node deleted.
8230
82312005-03-23 Richard M. Stallman <rms@gnu.org>
8232
8233 * url.texi (HTTP language/coding): Improve last change.
8234
82352005-03-22 Jay Belanger <belanger@truman.edu>
8236
8237 * calc.texi (Embedded Mode): Add new information on changing
8238 modes.
8239
82402005-03-20 Michael Albinus <michael.albinus@gmx.de>
8241
8242 Sync with Tramp 2.0.48.
8243
8244 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8245
8246 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8247 "GNU/Linux". Change all addresses to .gnu.org.
8248 (Default Method): Offer shortened syntax for "su" and "sudo"
8249 methods.
8250
82512005-03-07 Richard M. Stallman <rms@gnu.org>
8252
8253 * url.texi: Fix usage of "e.g.".
8254 (HTTP language/coding): Explain the rules for these strings.
8255
82562005-03-06 Richard M. Stallman <rms@gnu.org>
8257
8258 * woman.texi (Introduction): Minor cleanups.
8259
8260 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8261
8262 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8263 (Installation): Node deleted.
8264
8265 * mh-e.texi (Preface): Get rid of "Emacs 21".
8266
8267 * eshell.texi (Installation): Delete node (for Emacs 20).
8268
82692005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8270
8271 * flymake.texi: Refill and tweak style in @lisp blocks.
8272
82732005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8274
8275 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8276
82772005-03-01 Jay Belanger <belanger@truman.edu>
8278
8279 * calc.texi (Trigonometric and Hyperbolic Functions):
8280 Mention additional functions.
8281 (Algebraic Simplifications): Mention additional simplifications.
8282
82832005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8284
8285 * ses.texi: Add concept/function/variable indices (this work was
8286 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8287 papers on file at FSF).
8288
82892005-02-10 Jay Belanger <belanger@truman.edu>
8290
8291 * calc.texi: Change @LaTeX to La@TeX throughout.
8292 Redefine @expr as @math for TeX output.
8293 Redefine @texline as a no-op for TeX output.
8294 Define @tfn, replace @t by @tfn throughout.
8295
82962005-02-09 Jay Belanger <belanger@truman.edu>
8297
8298 * calc.texi: Add macro for LaTeX for info output.
8299
83002005-02-08 Kim F. Storm <storm@cua.dk>
8301
8302 * texinfo.tex (LaTex): Add def.
8303
83042005-02-06 Jay Belanger <belanger@truman.edu>
8305
8306 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8307 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8308 throughout manual.
8309
83102005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8311
8312 * gnus.texi: Some edits based on comments from David Abrahams.
8313
83142005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8315
8316 * gnus.texi (RSS): Fix the keystroke.
8317
83182005-01-24 David Kastrup <dak@gnu.org>
8319
8320 * faq.texi: Update AUCTeX version info.
8321
83222005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8323
8324 * gnus-faq.texi ([4.1]): Typo.
8325
83262005-01-19 Jay Belanger <belanger@truman.edu>
8327
8328 * calc.texi (Keep Arguments): Mention that keeping arguments
8329 doesn't work with keyboard macros.
8330
83312005-01-16 Richard M. Stallman <rms@gnu.org>
8332
8333 * autotype.texi (Autoinserting): Fix small error.
8334
83352005-01-16 Michael Albinus <michael.albinus@gmx.de>
8336
8337 Sync with Tramp 2.0.47.
8338
8339 * tramp.texi (Compilation): New section, describing compilation of
8340 remote files.
8341
83422005-01-11 Kim F. Storm <storm@cua.dk>
8343
8344 * widget.texi (Basic Types): Add :follow-link keyword.
8345
83462005-01-09 Jay Belanger <belanger@truman.edu>
8347
8348 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8349
83502005-01-08 Jay Belanger <belanger@truman.edu>
8351
8352 * calc.texi: Change throughout to reflect new default value of
8353 calc-settings-file.
8354
83552005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8356
8357 * message.texi (Reply): `message-reply-to-function' should return
8358 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8359
83602005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8361
8362 * faq.texi (Changing load-path): Fix typo.
8363
83642005-01-05 Jay Belanger <belanger@truman.edu>
8365
8366 * calc.texi (Programming Tutorial): Replace kbd command by
8367 appropriate characters for a keyboard macro.
8368
83692005-01-04 Jay Belanger <belanger@truman.edu>
8370
8371 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8372 for Lucid Emacs.
8373 (Programming Tutorial): Mention that the user needs to be in the
8374 right mode to compute some functions.
8375
83762005-01-04 Jay Belanger <belanger@truman.edu>
8377
8378 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8379 no longer applicable.
8380
83812005-01-01 Jay Belanger <belanger@truman.edu>
8382
0c7efc08 8383 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
8384 edit keyboard macros to match current behavior.
8385
83862004-12-31 Jay Belanger <belanger@truman.edu>
8387
8388 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8389
83902004-12-20 Jay Belanger <belanger@truman.edu>
8391
8392 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8393 zero.
8394
83952004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8396
8397 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8398 @xref.
8399 (Font Locking): Avoid @strong{Note:}.
8400
84012004-12-17 Michael Albinus <michael.albinus@gmx.de>
8402
8403 Sync with Tramp 2.0.46.
8404
8405 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8406
84072004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8408
8409 * url.texi: Correct typos.
8410 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 8411 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
8412 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8413 (Dealing with HTTP documents): @inforef->@xref.
8414
84152004-12-15 Jay Belanger <belanger@truman.edu>
8416
8417 * calc.texi: Consistently capitalized all mode names.
8418 (Answers to Exercises): Mention that an answer can be a fraction
8419 when in Fraction mode.
8420
84212004-12-13 Jay Belanger <belanger@truman.edu>
8422
8423 * calc.texi: Fix some TeX definitions.
8424
84252004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8426
8427 * reftex.texi (Imprint): Remove erroneous @value's.
8428
84292004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8430
8431 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8432 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8433
84342004-12-08 Jay Belanger <belanger@truman.edu>
8435
8436 * calc.texi (Starting Calc): Remove comment about installation.
8437 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8438
84392004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8440
8441 * url.texi: Update @setfilename.
8442 (Getting Started): No need to worry about Gnus versions.
8443 (Dealing with HTTP documents): Use @inforef.
8444
8445 * org.texi: Fix @direntry file name.
8446
84472004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8448
8449 * url.texi: New file.
8450
8451 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8452
84532004-12-06 Jay Belanger <belanger@truman.edu>
8454
8455 * calc.texi (Using Calc): Remove paragraph about installation.
8456
84572004-12-06 Jay Belanger <belanger@truman.edu>
8458
8459 * calc.texi: Use more Texinfo macros and less TeX defs.
8460 Remove @refill's.
8461
84622004-12-06 Richard M. Stallman <rms@gnu.org>
8463
8464 * org.texi: New file.
8465
84662004-12-05 Richard M. Stallman <rms@gnu.org>
8467
8468 * Makefile.in (org.dvi, ../info/org): New targets.
8469 (INFO_TARGETS): Add ../info/org.
8470 (DVI_TARGETS): Add org.dvi.
8471 (maintainer-clean): Remove the info files in the info dir.
8472
84732004-11-26 Eli Zaretskii <eliz@gnu.org>
8474
8475 * idlwave.texi: Fix the setfilename directive to put the produced
8476 file in ../info.
8477 (Continued Statement Indentation): Resurrect Jan D.'s change from
8478 2004-11-03 that was lost when a newer version of idlwave.texi was
8479 imported.
8480
84812004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8482
0c7efc08 8483 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 8484
0c7efc08
SM
8485 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8486 Index `spam-initialize'.
2de53ca6
GM
8487
84882004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8489
8490 * message.texi (Various Message Variables): Mention that all mail
8491 file variables are derived from `message-directory'.
8492
8493 * gnus.texi (Splitting Mail): Clarify bogus group.
8494
84952004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8496
0c7efc08
SM
8497 * emacs-mime.texi (Encoding Customization):
8498 Fix mm-coding-system-priorities entry.
2de53ca6 8499
c8763fb6 85002004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
8501
8502 * idlwave.texi (Continued Statement Indentation):
8503 * reftex.texi (Options (Index Support)):
8504 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
8505 * speedbar.texi (Creating a display, Major Display Modes):
8506 Replace non-nil with non-@code{nil}.
2de53ca6
GM
8507
85082004-10-21 Jay Belanger <belanger@truman.edu>
8509
0c7efc08 8510 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
8511
85122004-10-18 Luc Teirlinck <teirllm@auburn.edu>
8513
8514 * calc.texi (Reporting Bugs): Double up `@'.
8515
85162004-10-18 Jay Belanger <belanger@truman.edu>
8517
0c7efc08 8518 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
8519 should be sent to.
8520
85212004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8522
8523 * gnus.texi (New Features): Add 5.11.
8524
8525 * message.texi (Resending): Remove wrong default value.
8526
8527 * gnus.texi (Mail Source Specifiers): Describe possible problems
8528 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
8529 `pop3-leave-mail-on-server' to the index.
8530
85312004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8532
8533 * message.texi (Canceling News): Add how to set a password.
8534
85352004-10-12 Jay Belanger <belanger@truman.edu>
8536
0c7efc08 8537 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
8538 calc-describe-function and calc-describe-variable to match their
8539 current behavior.
8540
85412004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8542
8543 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8544
85452004-10-12 Michael Albinus <michael.albinus@gmx.de>
8546
8547 Sync with Tramp 2.0.45.
8548
8549 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8550 plink link. The URL is outdated. Originator contacted for
8551 clarification.
8552
85532004-10-10 Juri Linkov <juri@jurta.org>
8554
8555 * gnus.texi (Top, Marking Articles): Join two menus in one node
8556 because a node can have only one menu.
8557
85582004-10-09 Juri Linkov <juri@jurta.org>
8559
8560 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8561 example of nnmail-split-fancy.
8562
85632004-10-06 Karl Berry <karl@gnu.org>
8564
8565 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8566 consistency with other uses of dashes.
8567
85682004-10-05 Karl Berry <karl@gnu.org>
8569
8570 * info.texi: Consistently use --- throughout, periods at end of
8571 menu descriptions, and a couple typos.
8572
85732004-09-26 Jesper Harder <harder@ifa.au.dk>
8574
8575 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8576 * pgg.texi (User Commands, Backend methods): Do.
8577 * gnus.texi: Markup fixes.
8578 (Setting Process Marks): Fix `M P a' entry.
8579 * emacs-mime.texi: Fixes.
8580
85812004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8582
8583 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8584 again.
8585 Use 5.10 instead of 5.10.0.
8586
85872004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8588
8589 * gnus.texi (Summary Mail Commands): S D e.
8590
85912004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
8592
8593 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8594 the gnus-article-mode-line-format section.
8595
85962004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
8597
8598 * gnus.texi (Various Summary Stuff): Fix the documentation for
8599 gnus-newsgroup-variables.
8600
86012004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8602
0c7efc08
SM
8603 * gnus.texi (MIME Commands):
8604 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
8605 gnus-mime-display-multipart-alternative-as-mixed,
8606 gnus-mime-display-multipart-related-as-mixed.
8607 (Mail Source Customization): Clarify `mail-source-directory'.
8608 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 8609 (SpamOracle): Fix typo.
2de53ca6
GM
8610
8611 * gnus-faq.texi: Untabify.
8612 ([6.3]): nnir.el is in contrib directory.
8613
8614 * message.texi (News Headers): Clarify how a unique ID is created.
8615
0c7efc08
SM
8616 * gnus.texi (Batching Agents): Fix typo in example.
8617 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 8618
b2abec73 86192004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 8620
0c7efc08 8621 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
8622
86232004-09-20 Florian Weimer <fw@deneb.enyo.de>
8624
8625 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8626
86272004-09-22 Jay Belanger <belanger@truman.edu>
8628
0c7efc08 8629 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
8630 might be hidden during part of the session.
8631
86322004-09-20 Jay Belanger <belanger@truman.edu>
8633
8634 * calc.texi (Notations Used in This Manual): Put in an earlier
8635 mention that DEL could be called Backspace.
8636
86372004-09-10 Simon Josefsson <jas@extundo.com>
8638
8639 * gnus.texi (IMAP): Add example. Suggested and partially written
8640 by Steinar Bang <sb@dod.no>.
8641
86422004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8643
8644 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8645 netrc syntax.
8646
86472004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8648
b2abec73
JB
8649 * gnus.texi (Spam ELisp Package Sequence of Events):
8650 Some clarifications.
2de53ca6
GM
8651 (Spam ELisp Package Global Variables): More clarifications.
8652
86532004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8654
8655 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8656 Mention spam-split does not modify incoming mail.
8657
86582004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8659
8660 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8661
86622004-09-10 Eli Zaretskii <eliz@gnu.org>
8663
8664 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8665
86662004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8667
8668 * makefile.w32-in (sieve, pgg): Use $(infodir).
8669
86702004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8671
8672 * makefile.w32-in: Fix PGG and Sieve entries.
8673
86742004-08-28 Eli Zaretskii <eliz@gnu.org>
8675
8676 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8677 Emacs and related programs.
8678
86792004-08-27 Richard M. Stallman <rms@gnu.org>
8680
8681 * faq.texi: Fix texinfo usage, esp. doublequotes.
8682 (Difference between Emacs and XEmacs): Some clarification.
8683
8684 * faq.texi (Difference between Emacs and XEmacs):
8685 Explain not to contrast XEmacs with GNU Emacs.
8686
86872004-08-26 Richard M. Stallman <rms@gnu.org>
8688
8689 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8690
86912004-08-22 David Kastrup <dak@gnu.org>
8692
8693 * reftex.texi (AUCTeX): Update links, section name.
8694
8695 * faq.texi (Calc): Update availability (included in 22.1).
8696 (AUCTeX): Update availability, information, versions, description.
8697
86982004-08-14 Eli Zaretskii <eliz@gnu.org>
8699
8700 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8701
87022004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8703
8704 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8705
87062004-08-10 Michael Albinus <michael.albinus@gmx.de>
8707
8708 Sync with Tramp 2.0.44.
8709
87102004-08-05 Lars Hansen <larsh@math.ku.dk>
8711
8712 * widget.texi (User Interface): Update how to separate the
8713 editable field of an editable-field widget from other widgets.
8714 (Programming Example): Add text after field.
8715
87162004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8717
8718 * emacs-mime.texi (Encoding Customization): Add a note to the
8719 mm-content-transfer-encoding-defaults entry.
8720 (rfc2047): Update.
8721
0c7efc08
SM
8722 * gnus.texi (Article Highlighting):
8723 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8724 (POP before SMTP): New node.
8725 (Posting Styles): Addition.
8726 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8727 (Fancy Mail Splitting): Ditto.
8728 (X-Face): Add gnus-x-face.
8729
87302004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8731
8732 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8733 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8734
87352004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8736
0c7efc08
SM
8737 * gnus.texi (Mail Source Specifiers):
8738 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8739
87402004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8741
8742 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8743
8744 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8745 repository. Change setfilename.
8746
8747 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8748
87492004-07-02 Juri Linkov <juri@jurta.org>
8750
8751 * pcl-cvs.texi (Viewing differences): Add `d r'.
8752
87532004-06-29 Jesper Harder <harder@ifa.au.dk>
8754
8755 * ses.texi, viper.texi, flymake.texi, faq.texi:
8756 * eshell.texi, ediff.texi: Markup fixes.
8757
87582004-06-21 Karl Berry <karl@gnu.org>
8759
8760 * info.texi (Top): Mention that only Emacs has mouse support.
8761 (Getting Started): Mention this in a few other places.
8762
87632004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8764
0c7efc08
SM
8765 * autotype.texi (Copyrights, Timestamps):
8766 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8767
87682004-06-13 Lars Hansen <larsh@math.ku.dk>
8769
8770 * dired-x.texi (dired-mark-omitted): Update keybinding.
8771
87722004-06-10 Kim F. Storm <storm@cua.dk>
8773
8774 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8775
87762004-06-05 Lars Hansen <larsh@math.ku.dk>
8777
8778 * dired-x.texi (variable dired-omit-mode): Rename from
8779 dired-omit-files-p.
8780 (function dired-omit-mode): Rename from dired-omit-toggle.
8781 Call dired-omit-mode rather than set dired-omit-files-p.
8782 (dired-mark-omitted): Describe command.
8783
87842004-05-29 Michael Albinus <michael.albinus@gmx.de>
8785
8786 Version 2.0.41 of Tramp released.
8787
87882004-05-29 Juanma Barranquero <lektu@terra.es>
8789
8790 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8791 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8792
87932004-05-29 Richard M. Stallman <rms@gnu.org>
8794
8795 * cl.texi (Top): Call this chapter `Introduction'.
8796 (Overview): In TeX, no section heading here.
8797
8798 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8799
88002004-05-29 Eli Zaretskii <eliz@gnu.org>
8801
8802 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8803 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8804
88052004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8806
8807 * flymake.texi: New file.
8808
88092004-05-28 Simon Josefsson <jas@extundo.com>
8810
8811 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8812
b344d29d 88132004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8814
8815 Version 2.0.40 of Tramp released.
8816
88172004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8818
8819 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8820
8821 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8822 variables `tramp-backup-directory-alist' and
8823 `tramp-bkup-backup-directory-info'.
8824 (Overview, Connection types)
8825 (External transfer methods, Default Method)
8826 (Windows setup hints): Remove restriction of password entering
8827 with external methods.
8828 (Auto-save and Backup): Make file name example
8829 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8830 and `auto-save-directory' must be used.
8831 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8832 only "NT"). Remove doubled entry "What kinds of systems does
8833 @tramp{} work on".
8834 (tramp): Macro removed.
8835 (Obtaining Tramp): Flag removed from title.
8836 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8837 and `trampver' used properly. Flag `tramp-inst' replaced by
8838 `installchapter'. Installation related text adapted.
8839
88402004-04-28 Masatake YAMATO <jet@gyve.org>
8841
8842 * widget.texi (Programming Example): Remove overlays.
8843
88442004-04-27 Jesper Harder <harder@ifa.au.dk>
8845
8846 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8847
88482004-04-23 Juanma Barranquero <lektu@terra.es>
8849
8850 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8851
88522004-04-05 Jesper Harder <harder@ifa.au.dk>
8853
8854 * info.texi (Info Search): Add info-apropos.
8855
88562004-03-22 Juri Linkov <juri@jurta.org>
8857
8858 * faq.texi: Fix help key bindings.
8859
88602004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8861
8862 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8863 (as suggested by Karl Berry). Update information about colored
8864 stars in menus. Add new subheading describing M-n.
8865
88662004-03-12 Richard M. Stallman <rms@gnu.org>
8867
8868 * cl.texi (Top): Rename top node's title.
8869
88702004-03-08 Karl Berry <karl@gnu.org>
8871
8872 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8873 problems making the texinfo distribution.
8874
88752004-02-29 Simon Josefsson <jas@extundo.com>
8876
0c7efc08 8877 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8878 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8879 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8880 <voegelas@gmx.net>.
8881
88822004-02-29 Juanma Barranquero <lektu@terra.es>
8883
8884 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8885 Use $(DEL) instead of rm, and ignore exit code.
8886
b344d29d 88872004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8888
8889 Tramp version 2.0.39 released.
8890
88912004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8892
8893 * tramp.texi (Customizing Completion): Explain new functions
8894 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8895 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8896 (Top): Refer to Savannah mailing list as the major one.
8897 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8898 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8899 (Frequently Asked Questions): Remote hosts must not be Unix-like
8900 for "smb" method.
8901 (Password caching): New node.
8902 (External transfer methods): Refer to password caching for "smb"
8903 method.
8904
89052004-02-17 Karl Berry <karl@gnu.org>
8906
8907 * info.texi (Help-Int): Mention the new line number feature.
8908
89092004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8910
8911 * ses.texi (Advanced Features): New functionality for
8912 ses-set-header-row (defaults to current row unless C-u used).
8913 (Acknowledgements): Add Stefan Monnier.
8914
89152003-12-29 Kevin Ryde <user42@zip.com.au>
8916
8917 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8918
b344d29d 89192003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8920
8921 Tramp version 2.0.38 released.
8922
8923 * tramp.texi (Remote shell setup): Warn of environment variables
8924 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8925 <sven.gabriel@imk.fzk.de>.
8926 (Configuration): Tramp now chooses base64/uuencode
8927 automatically. Update wording accordingly.
8928 (Top): More description for the `Default Method' menu entry.
8929 (Default Method): Use @code, not @var, for Lisp variables.
8930 (Default Method): New subsection `Which method is the right one
8931 for me?' Suggested by Christian Kirsch.
8932 (Configuration): Pointer to new subsection added.
8933 (Default Method): Too many "use" in one sentence.
8934 Rephrase. Reported by Christian Kirsch.
8935 (Filename Syntax): Old `su' example is probably a left-over from
8936 the sm/su method naming. Replace with `ssh', instead.
8937 (External transfer methods, Auto-save and Backup):
8938 Typo fixes.
8939
89402003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8941
183080b6 8942 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
8943 (Top): Mention japanese manual only if flag `jamanual' is set.
8944 Insert section `Japanese manual' in menu.
8945
89462003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8947
8948 * eshell.texi (Known Problems): Add doc item.
8949
89502003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8951
8952 * cc-mode.texi: Update for CC Mode 5.30.
8953
8954 Note: Please refrain from doing purely cosmetic changes like
8955 removing trailing whitespace in this manual; it clobbers cvs
8956 merging for no good reason.
8957
89582003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8959
8960 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8961 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8962 @acronym{ASCII}.
8963
89642003-10-26 Karl Berry <karl@gnu.org>
8965
8966 * info.texi (Info Search): Echo area, not echo are. From Debian
8967 diff.
8968
89692003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
8970
10d1d0af 8971 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
8972 :buttons and :children keywords.
8973
89742003-10-22 Miles Bader <miles@gnu.org>
8975
8976 * Makefile.in (info): Move before $(top_srcdir)/info.
8977
89782003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
8979
8980 * tramp.texi (Inline methods): Small grammar fix.
8981 (External transfer methods): Likewise.
8982
89832003-10-08 Nick Roberts <nick@nick.uklinux.net>
8984
8985 * speedbar.texi: Remove paragraph for GUD that is no longer true.
8986
89872003-10-06 Luc Teirlinck <teirllm@auburn.edu>
8988
8989 * texinfo.tex: Replace `%' in arch tagline by @ignore.
8990
89912003-09-30 Richard M. Stallman <rms@gnu.org>
8992
8993 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8994
8995 * widget.texi (User Interface): Fix typos.
8996
8997 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8998
89992003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
9000
9001 * pcl-cvs.texi (Selected Files): Fix typo.
9002
90032003-09-21 Karl Berry <karl@gnu.org>
9004
9005 * info.texi (] and [ commands): No period at end of section title.
9006
90072003-09-04 Miles Bader <miles@gnu.org>
9008
9009 * Makefile.in (top_srcdir): New variable.
9010 ($(top_srcdir)/info): New rule.
9011 (info): Depend on it.
9012
90132003-09-03 Peter Runestig <peter@runestig.com>
9014
9015 * makefile.w32-in: New file.
9016
90172003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
9018
9019 * widget.texi (User Interface): Explain the need of static text
9020 around an editable field.
9021
90222003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9023
9024 * widget.texi (Basic Types): The argument to `:help-echo' can now
9025 be a form that evaluates to a string.
9026
90272003-08-18 Kim F. Storm <storm@cua.dk>
9028
9029 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9030
90312003-08-16 Richard M. Stallman <rms@gnu.org>
9032
9033 * dired-x.texi (Shell Command Guessing): Explain *.
9034
90352003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
9036
9037 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9038 log-edit-insert-changelog.
9039
90402003-08-03 Karl Berry <karl@gnu.org>
9041
9042 * info.texi: Need @contents.
9043
c8763fb6 90442003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9045
9046 Tramp version 2.0.36 released.
9047
9048 * tramp.texi (Remote shell setup): Explain about problems with
9049 non-Bourne commands in ~/.profile and ~/.shrc.
9050
90512003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9052
9053 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9054 renaming of `vis-mode' to `visible-mode'.
9055
90562003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9057
9058 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9059 next, prev and up pointers.
9060
90612003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9062
9063 * info.texi (Help): Mention existence of Emacs and stand-alone
9064 Info at the very beginning of the tutorial.
9065 (Help-Inv): New node.
9066 (Help-]): New node.
9067 (Help-M): Systematically point out the differences between default
9068 Emacs and stand-alone versions. Delete second menu.
9069 (Help-Xref): Systematically point out the differences between
9070 default Emacs and stand-alone versions.
9071 (Help-Int): Change `l' example.
9072 (Expert Info): Fix typos.
9073 (Emacs Info Variables): Mention `Info-hide-note-references' and
9074 new default for `Info-scroll-prefer-subnodes'.
9075
c8763fb6 90762003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9077
9078 Version 2.0.35 of Tramp released.
9079
9080 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9081 (Inline methods): Add methods `remsh' and `plink1'.
9082 (External transfer methods): Add method `remcp'.
9083 (Multi-hop Methods): Add method `remsh'.
9084 Small patch from Adrian Aichner <adrian@xemacs.org>:
9085 Fix minor typos.
0c7efc08 9086 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9087 `Info-index'.
9088 (Version Control): Add cindex entry.
9089
c8763fb6 90902003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9091
9092 * trampver.texi: Version 2.0.34 released.
9093
90942003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9095
9096 * faq.texi: Improve previous changes.
9097
90982003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9099
9100 * faq.texi: Update copyright and maintenance details.
9101 Update some package URLs, versions, and maintainers.
9102 Remove many references to the Emacs Lisp Archive.
9103
91042003-04-23 Simon Josefsson <jas@extundo.com>
9105
9106 * smtpmail.texi: Fix license (the invariant sections mentioned has
9107 never been part of the smtp manual). Align info dir entry with
9108 other emacs packages.
9109
91102003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9111
9112 * tramp.texi: Version 2.0.33 released.
9113 Remove installation chapter. Remove XEmacs specifics.
9114
91152003-03-29 Richard M. Stallman <rms@gnu.org>
9116
9117 * tramp.texi (Top): Undo the previous renaming.
9118 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9119
c8763fb6 91202003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9121
9122 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9123 version of manual.
9124
9125 * tramp.texi (Auto-save and Backup): New node.
9126
91272003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9128
9129 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9130 Emacs" in order to have better differentiation to "XEmacs".
9131 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9132 are new macros in order to point to the other Emacs flavor where
9133 appropriate. In info case, point to node `Installation' in order
9134 to explain how to generate the other way. In html case, make a
9135 link to the other html file.
0c7efc08 9136 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9137 after CVS checkout/update.
9138 (Installation): Completely rewritten.
9139 (Installation parameters, Load paths): New sections under
9140 `Installation'.
9141
c8763fb6 91422003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9143
9144 * tramp.texi: Version 2.0.30 released.
9145 Replace word "path" with "localname" where used as a component of
9146 a Tramp file name.
9147
91482003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9149
9150 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9151 introduced.
9152 (Installation): Explain what to do if files from the tramp/contrib
9153 directory are needed.
9154
91552003-02-23 Alex Schroeder <alex@emacswiki.org>
9156
9157 * smtpmail.texi (How Mail Works): New.
9158
91592003-02-22 Alex Schroeder <alex@emacswiki.org>
9160
9161 * smtpmail.texi: New file.
9162
9163 * Makefile.in: Build SMTP manual.
9164
c8763fb6 91652003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9166
9167 * tramp.texi: Version 2.0.29 released.
9168 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9169 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9170
91712003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9172
9173 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 9174 another package loads accidentally Ange-FTP.
2de53ca6
GM
9175
91762003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9177
9178 * tramp.texi (Customizing Completion): Add function
9179 `tramp-parse-sconfig'. Change example of
9180 `tramp-set-completion-function', because parsing of ssh config
9181 files looks more natural.
9182
91832003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9184
9185 * gnus.texi: Do not use `path' in several locations.
9186
c8763fb6 91872002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 9188
0c7efc08
SM
9189 * tramp.texi (External transfer methods): New method `smb'.
9190 From Michael Albinus.
2de53ca6
GM
9191
91922002-11-05 Karl Berry <karl@gnu.org>
9193
9194 * info.texi (Info-fontify): Reorder face list to avoid bad line
9195 breaks.
9196
c8763fb6 91972002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 9198
0c7efc08
SM
9199 * tramp.texi: Move @copying to standard place.
9200 Use @insertcopying.
2de53ca6
GM
9201
92022002-10-02 Karl Berry <karl@gnu.org>
9203
9204 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9205 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9206 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9207 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9208 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9209 Per rms, update all manuals to use @copying instead of @ifinfo.
9210 Also use @ifnottex instead of @ifinfo around the top node, where
9211 needed for the sake of the HTML output.
9212 (The Gnus manual is not fixed since it's not clear to me how it
9213 works; and the Tramp manual already uses @copying, although in an
9214 unusual way. All others were changed.)
9215
92162002-09-10 Jonathan Yavner <jyavner@engineer.com>
9217
9218 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9219 (../info/ses, ses.dvi): New targets.
9220 * ses.texi: New file.
9221
c8763fb6 92222002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
9223
9224 * texinfo.tex: Update to texinfo 4.2.
9225
92262002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9227
9228 * reftex.texi: Update to RefTeX 4.19.
9229
c8763fb6 92302002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
9231
9232 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9233 (../info/tramp, tramp.dvi): New targets.
9234
92352002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9236
9237 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9238 (calc.dvi): Uncomment.
9239
92402001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9241
9242 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9243 (../info/calc): New target.
9244
92452001-10-20 Gerd Moellmann <gerd@gnu.org>
9246
9247 * (Version 21.1 released.)
9248
92492001-10-05 Gerd Moellmann <gerd@gnu.org>
9250
9251 * Branch for 21.1.
9252
92532001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9254
9255 * Makefile.in (../info/info): Use an explicit -o switch to
9256 makeinfo.
9257
92582001-03-05 Gerd Moellmann <gerd@gnu.org>
9259
9260 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9261
92622000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9263
9264 * Makefile.in (../info/idlwave): Use --no-split.
9265
92662000-12-14 Dave Love <fx@gnu.org>
9267
c4cc8b9a 9268 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
9269 (gnus.dvi): Change rule to remove @latex stuff.
9270
92712000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9272
9273 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9274
92752000-10-13 John Wiegley <johnw@gnu.org>
9276
9277 * Makefile.in: Add build targets for eshell.texi.
9278
92792000-09-25 Gerd Moellmann <gerd@gnu.org>
9280
9281 * Makefile.in: Remove/comment speedbar stuff.
9282
92832000-09-22 Dave Love <fx@gnu.org>
9284
9285 * Makefile.in: Add emacs-mime.
9286
92872000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9288
9289 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9290 (DVI_TARGETS): Add woman.dvi.
9291 (../info/woman, woman.dvi): New targets.
9292
92932000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9294
9295 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9296
9297 * pcl-cvs.texi: New file.
9298 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9299 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9300
93012000-05-11 Gerd Moellmann <gerd@gnu.org>
9302
9303 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9304 (../info/ebrowse, ebrowse.dvi): New targets.
9305
93062000-01-13 Gerd Moellmann <gerd@gnu.org>
9307
9308 * Makefile.in (INFO_TARGETS): Add eudc.
9309 (DVI_TARGETS): Add eudc.dvi.
9310 (../info/eudc, eudc.dvi): New targets.
9311
93122000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9313
9314 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9315 compatibility with 8+3 filesystems).
9316 (../info/efaq): Rename from emacs-faq.
9317
93182000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9319
9320 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9321 (../info/idlwave, idlwave.dvi): New targets.
9322
93231999-10-23 Dave Love <fx@gnu.org>
9324
9325 * Makefile.in: Use autotype.texi.
9326
93271999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9328
9329 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9330 faq.texi file) rather than ../info/faq.
9331
93321999-10-07 Gerd Moellmann <gerd@gnu.org>
9333
9334 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9335 (../info/ada-mode, ada-mode.dvi): New targets.
9336
93371999-09-01 Dave Love <fx@gnu.org>
9338
9339 * Makefile.in: Add faq.
9340
93411999-07-12 Richard Stallman <rms@gnu.org>
9342
9343 * Version 20.4 released.
9344
93451998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9346
9347 * Version 20.3 released.
9348
93491998-04-06 Andreas Schwab <schwab@gnu.org>
9350
768c0c0f
JB
9351 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9352 Use it in dvi targets.
2de53ca6
GM
9353 (../etc/GNU): Change to $(srcdir) first.
9354
93551998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9356
9357 * reftex.texi: Update for RefTeX version 3.22.
9358
93591998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9360
9361 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9362 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9363
93641997-09-23 Paul Eggert <eggert@twinsun.com>
9365
9366 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9367 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9368
93691997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9370
9371 * Version 20.2 released.
9372
93731997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9374
9375 * Version 20.1 released.
9376
93771997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9378
9379 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9380
93811996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9382
9383 * Version 19.33 released.
9384
93851996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9386
9387 * Version 19.32 released.
9388
93891996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9390
9391 * Makefile.in: Add rules for the Message manual.
9392
93931996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9394
9395 * gnus.texi: New version.
9396
9397 * message.texi: New manual.
9398
93991996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9400
9401 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9402
94031996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9404
9405 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9406 Specify -I option.
9407 (All dvi targets): Set the TEXINPUTS variable.
9408
94091996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9410
9411 * Version 19.31 released.
9412
94131996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9414
9415 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9416 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9417
94181995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9419
9420 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9421 (INFO_TARGETS): Add ../info/cc-mode.
9422 (DVI_TARGETS): Add cc-mode.dvi.
9423
2de53ca6
GM
94241995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9425
9426 * Version 19.30 released.
9427
94281995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9429
9430 * gnus.texi: New file.
9431
94321995-11-04 Erik Naggum <erik@naggum.no>
9433
9434 * gnus.texi: File deleted.
9435
94361995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9437
9438 * mh-e.texi: "Function Index" -> "Command Index" to work with
9439 Emacs 19.30 C-h C-k support of separately-documented commands.
9440
94411995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9442
9443 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9444 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9445
94461995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9447
9448 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9449 (../info/viper, viper.dvi): New targets.
9450
94511995-04-20 Kevin Rodgers <kevinr@ihs.com>
9452
9453 * dired-x.texi (Installation): Change the example to set
9454 buffer-local variables like dired-omit-files-p in
9455 dired-mode-hook.
9456
94571995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9458
9459 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9460 (../info/mh-e, mh-e.dvi): New targets.
9461
94621995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9463
9464 * Makefile.in (maintainer-clean): Rename from realclean.
9465
94661994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9467
9468 * Makefile.in: New file.
9469 * Makefile: File deleted.
9470
94711994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9472
9473 * Makefile (TEXINDEX_OBJS): Variable deleted.
9474 (texindex, texindex.o, getopt.o): Rules deleted.
9475 All deps on texindex deleted.
9476 (distclean): Don't delete texindex.
9477 (mostlyclean): Don't delete *.o.
9478 * texindex.c, getopt.c: Files deleted.
9479
94801994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9481
9482 * Version 19.26 released.
9483
94841994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9485
9486 * Version 19.25 released.
9487
94881994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9489
9490 * Version 19.24 released.
9491
94921994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9493
9494 * Version 19.23 released.
9495
94961994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9497
9498 * Makefile: Delete spurious tab.
9499
95001994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9501
9502 * Makefile (.SUFFIXES): New rule.
9503
95041994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9505
9506 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9507 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9508
95091994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9510
9511 * Makefile (../info/sc): Rename from sc.info.
9512 (../info/cl): Likewise.
9513 (INFO_TARGETS): Use new names.
9514
95151993-12-04 Richard Stallman (rms@srarc2)
9516
9517 * getopt.c: New file.
9518 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9519 (getopt.o): New rule.
9520 (dvi): Don't depend on texindex.
9521 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9522 Depend on texindex.
9523
95241993-12-03 Richard Stallman (rms@srarc2)
9525
9526 * Makefile (../info/sc.info): Rename from ../info/sc.
9527 (TEXI2DVI): New variable.
9528 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9529 Add explicit commands.
9530 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9531
95321993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9533
9534 * Version 19.22 released.
9535
95361993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9537
9538 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9539
95401993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9541
9542 * Version 19.21 released.
9543
95441993-11-15 Paul Eggert (eggert@twinsun.com)
9545
9546 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9547
95481993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9549
9550 * Makefile (../etc/GNU): New target.
9551 (EMACSSOURCES): Add gnu1.texi.
9552
95531993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9554
9555 * Makefile (realclean): Don't delete the Info files.
9556
f0131492 95571993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
9558
9559 * forms.texi: Fix forms.texi so that it will format correctly.
9560 Add missing `@end iftex', fix bad reference.
9561
9562 * info.texi, info-stn.texi: New files implement texinfo version of
9563 `info' file.
9564
f0131492 95651993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
9566
9567 * Makefile: Fix targets for texindex, new info.texi files.
9568 * info-stnd.texi: New file implements info for standalone info
9569 reader.
9570 * info.texi: Update to include recent changes to "../info/info".
9571 New source file for ../info/info; includes info-stnd.texi.
9572
9573 * texindex.c: Include "../src/config.h" if building in emacs.
9574
9575 * Makefile: Change all files to FILENAME.texi, force all targets
9576 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9577 vip.texinfo, forms.texinfo, cl.texinfo.
9578 Add target to build texindex.c, defining `emacs'.
9579
9580 * forms.texi: Install new file to match version 2.3 of forms.el.
9581
95821993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9583
9584 * Version 19.19 released.
9585
95861993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
9587
9588 * sc.texinfo: Fix info file name.
9589
9590 * Makefile (info): Add gnus and sc.
9591 (dvi): Add gnus.dvi and sc.dvi.
9592 (../info/sc, sc.dvi): New targets.
9593
95941993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9595
9596 * Version 19.18 released.
9597
95981993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9599
9600 * Makefile: Fix source file names of the separate manuals.
9601 (gnus.dvi, ../info/gnus): New targets.
9602
96031993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9604
9605 * Version 19.17 released.
9606
96071993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9608
9609 * split-man: Fix typos in last change.
9610
96111993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9612
9613 * Version 19.16 released.
9614
96151993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9616
9617 * version 19.15 released.
9618
96191993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9620
9621 * Makefile (distclean): It's rm, not rf.
9622
96231993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9624
9625 * Version 19.14 released.
9626
96271993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9628
9629 * Makefile: New file.
9630
96311993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9632
9633 * Version 19.13 released.
9634
96351993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9636
9637 * Version 19.9 released.
9638
96391993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9640
9641 * Version 19.8 released.
9642
96431993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9644
9645 * Version 19.7 released.
9646
96471990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9648
9649 * gnus.texinfo: New file. Removed installation instructions.
9650
96511990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9652
9653 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9654
96551989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9656
9657 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
9658 then define `\sc' as the command for smallcaps in Texinfo.
9659 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
9660 made the corresponding change to makeinfo and texinfm.el.
9661
96621988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9663
9664 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9665 Customization since the menu entry did not point to anything.
9666 Also add an @finalout command to remove overfull hboxes from the
9667 printed output.
9668
9669 * cl.texinfo: Add @bye, \input line and @settitle to file.
9670 This file is clearly intended to be a chapter of some other work,
9671 but the other work does not yet exist.
9672
96731988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9674
9675 * texinfo.texinfo: Three typos corrected.
9676
4009494e 9677;; Local Variables:
c8763fb6 9678;; coding: utf-8
4009494e
GM
9679;; End:
9680
3fe7cdc8 9681 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9682
9683 This file is part of GNU Emacs.
9684
97c0352c 9685 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9686 it under the terms of the GNU General Public License as published by
97c0352c
GM
9687 the Free Software Foundation, either version 3 of the License, or
9688 (at your option) any later version.
4009494e
GM
9689
9690 GNU Emacs is distributed in the hope that it will be useful,
9691 but WITHOUT ANY WARRANTY; without even the implied warranty of
9692 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9693 GNU General Public License for more details.
9694
9695 You should have received a copy of the GNU General Public License
97c0352c 9696 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.