* Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
4c2dd4ee
GM
12012-12-12 Glenn Morris <rgm@gnu.org>
2
3 * srecode.texi: Small edits. Set copyright to FSF, add explicit
4 GFDL 1.3+ license, fix up index.
5 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
6 (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
7 (srecode.pdf): New targets.
8 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
9 ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
10
ac1d9dde
EL
112012-12-12 Eric Ludlam <zappo@gnu.org>
12
13 * srecode.texi: New file, imported from CEDET trunk.
14
63aa0982
BG
152012-12-12 Bastien Guerry <bzg@gnu.org>
16
17 * org.texi (Summary, Code block specific header arguments)
18 (Code block specific header arguments)
19 (Header arguments in function calls, var, noweb)
20 (Results of evaluation, Code evaluation security): Small
21 reformatting: add a blank line before some example.
22
23 * org.texi (System-wide header arguments)
24 (Header arguments in Org mode properties, Conflicts)
25 (Dynamic blocks, Using the mapping API): Fix indendation of
26 Elisp code examples.
27
28 * org.texi (Comment lines): Fix description of the comment syntax.
29
30 * org.texi (Installation): Mention "make test" in the correct
31 section.
32
328dac0d
MA
332012-12-02 Michael Albinus <michael.albinus@gmx.de>
34
35 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
36 (External methods): Fix typo.
37
f4f3b439
GM
382012-11-30 Glenn Morris <rgm@gnu.org>
39
40 * rcirc.texi (Notices): Fix typo.
41
555ccdc2
MA
422012-11-20 Michael Albinus <michael.albinus@gmx.de>
43
44 * trampver.texi: Downgrade version to 2.2.6-24.3, in order to
45 distinguish from trunk.
46
e8693c96
GM
472012-11-16 Glenn Morris <rgm@gnu.org>
48
49 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
50 (Obsolete Macros): Move example here from Function Bindings.
51
6e5e9b70
GM
522012-11-13 Glenn Morris <rgm@gnu.org>
53
5c934f8b
GM
54 * erc.texi: Use @code{nil} rather than just "nil".
55 (Modules): Undocument obsolete "hecomplete".
6e5e9b70 56 Add "notifications".
f925b109 57 (Connecting): Add brief section on passwords.
274f5de6 58 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
6e5e9b70 59
24c38527
GM
602012-11-12 Glenn Morris <rgm@gnu.org>
61
62 * flymake.texi (Customizable variables)
63 (Highlighting erroneous lines): Mention flymake-error-bitmap,
64 flymake-warning-bitmap, and flymake-fringe-indicator-position.
65
5b637222
CY
662012-11-09 Chong Yidong <cyd@gnu.org>
67
68 * url.texi (Introduction): Move url-configuration-directory to
69 Customization node.
70 (Parsed URIs): Split into its own node.
71 (URI Encoding): New node.
72 (Defining New URLs): Remove empty chapter.
73 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
74 Improve docs for url-queue-*.
75 (Supported URL Types): Copyedits. Delete empty subnodes.
76
82f84fa3
CY
772012-11-08 Chong Yidong <cyd@gnu.org>
78
79 * url.texi (Introduction): Rename from Getting Started. Rewrite
80 the introduction.
81 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
82
2ee1d59f
GM
832012-11-07 Glenn Morris <rgm@gnu.org>
84
85 * cl.texi (Obsolete Setf Customization):
86 Revert defsetf example to the more correct let rather than prog1.
bdd8064f
GM
87 Give define-modify-macro, defsetf, and define-setf-method
88 gv.el replacements.
2ee1d59f 89
651af8c6
GM
902012-11-06 Glenn Morris <rgm@gnu.org>
91
2027b1b3 92 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
a358a44e 93 (Setf Extensions): Remove obsolete reference.
2027b1b3 94 (Obsolete Setf Customization):
651af8c6 95 Move note on lack of setf functions to lispref/variables.texi.
ab7f1c43 96 Undocument get-setf-method, since it no longer exists.
a358a44e 97 Mention simple defsetf replaced by gv-define-simple-setter.
651af8c6 98
c65b407b
GM
992012-11-03 Glenn Morris <rgm@gnu.org>
100
101 * cl.texi: Further general copyedits.
685b0026
GM
102 (List Functions): Remove copy-tree, standard elisp for some time.
103 (Efficiency Concerns): Comment out examples that no longer apply.
104 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
105 (Creating Symbols, Random Numbers): De-emphasize internal
106 variables cl--gensym-counter and cl--random-state. (Bug#12788)
c65b407b 107
7fbf8f7b
GM
1082012-11-02 Glenn Morris <rgm@gnu.org>
109
110 * cl.texi (Naming Conventions, Type Predicates, Macros)
111 (Predicates on Numbers): No longer mention cl-floatp-safe.
112
df43dd53
GM
1132012-11-01 Glenn Morris <rgm@gnu.org>
114
115 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
116 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
117 (Macro Bindings, Blocks and Exits):
118 Acknowledge existence of lexical-binding.
119 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 120
69c1c2e6
GM
1212012-10-31 Glenn Morris <rgm@gnu.org>
122
dd90fd1a
GM
123 * ert.texi (Introduction, The @code{should} Macro):
124 Refer to "cl-assert" rather than "assert".
125
69c1c2e6
GM
126 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
127 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
128 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
129 Reword, and add details of flet and labels.
87b0d8b1 130 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 131
4ddedf94
GM
1322012-10-30 Glenn Morris <rgm@gnu.org>
133
134 * cl.texi (Modify Macros): Update for cl-letf changes.
135 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
136 (Setf Extensions): Partially restore note about cl-getf,
137 mainly moved to lispref/variables.texi.
138 (Property Lists): Fix cl-getf typos.
f43a5263 139 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 140
d3094168
GM
1412012-10-29 Glenn Morris <rgm@gnu.org>
142
143 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 144 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 145 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
146 (Modify Macros, Multiple Values, Other Clauses):
147 Remove mentions of obsolete features.
6a07d52e 148 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 149
3c0c6155
GM
1502012-10-28 Glenn Morris <rgm@gnu.org>
151
f94b04fc
GM
152 * cl.texi (Multiple Values, Common Lisp Compatibility):
153 More namespace updates.
154 (Obsolete Features): Copyedits.
155 (Obsolete Lexical Macros, Obsolete Setf Customization):
156 New subsections.
157
9c52d61d
GM
158 * cl.texi (Porting Common Lisp, Lexical Bindings):
159 Add some xrefs to the Elisp manual.
160
3c0c6155
GM
161 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
162 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
163 (Obsolete Features): New appendix. Move Lexical Bindings here.
164
5887564d
GM
1652012-10-27 Glenn Morris <rgm@gnu.org>
166
e1117425
GM
167 * cl.texi: Use defmac for macros rather than defspec.
168 (Efficiency Concerns): Related copyedit.
169
5887564d
GM
170 * cl.texi (Control Structure): Update for setf now being in core.
171 (Setf Extensions): Rename from Basic Setf. Move much of the
172 former content to lispref/variables.texi.
173 (Modify Macros): Move pop, push details to lispref/variables.texi.
174 (Customizing Setf): Copyedits for setf etc being in core.
175 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
176 Further namespaces updates.
177
bdebdb64
BG
1782012-10-26 Bastien Guerry <bzg@gnu.org>
179
180 * org.texi (Installation): Update the link to Org's ELPA. Also
181 don't mention org-install.el anymore as the replacement file
182 org-loaddefs.el is now loaded by org.el.
183
f956e59d
MA
1842012-10-25 Michael Albinus <michael.albinus@gmx.de>
185
186 * tramp.texi (Frequently Asked Questions): Mention
187 `tramp-completion-reread-directory-timeout' for performance
188 improvement.
189
a05cb6e3
GM
1902012-10-25 Glenn Morris <rgm@gnu.org>
191
192 * cl.texi: Don't mess with the TeX section number counter.
193 Use Texinfo recommended convention for quotes+punctuation.
194 (Overview, Sequence Functions): Rephrase for better line-breaking.
195 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
196 (Macro Bindings, Conditionals, Iteration, Loop Basics)
197 (Random Numbers, Mapping over Sequences, Structures)
198 (Porting Common Lisp): Further updates for cl-lib namespace.
199 (Modify Macros, Declarations, Macro Bindings, Structures):
200 Break long lines in examples.
201 (Dynamic Bindings): Update for changed progv behavior.
202 (Loop Examples, Efficiency Concerns): Markup fixes.
203 (Structures): Remove TeX margin change.
39ff2cf3 204 (Declarations): Fix typos.
a05cb6e3 205
39a58b5b
GM
2062012-10-24 Glenn Morris <rgm@gnu.org>
207
a6880551
GM
208 * cl.texi (Overview, Multiple Values, Creating Symbols)
209 (Numerical Functions): Say less/nothing about the original cl.el.
210 (Old CL Compatibility): Remove.
211 (Assertions): Remove ignore-errors (standard Elisp for some time).
212
39a58b5b
GM
213 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
214 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
215 (Efficiency Concerns, Efficiency Concerns)
216 (Common Lisp Compatibility, Old CL Compatibility):
217 Further updates for cl-lib namespace.
218
72ec96fb
PE
2192012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
220
221 Update manual for new time stamp format (Bug#12706).
222 * emacs-mime.texi (time-date): Update for new format.
223 Also, fix bogus time stamp and modernize a bit.
224
8d6510b9
GM
2252012-10-23 Glenn Morris <rgm@gnu.org>
226
227 * cl.texi: Include emacsver.texi. Use Emacs version number rather
228 than unchanging cl.el version number.
229 End all menu descriptions with a period.
230 Do not use @dfn{CL} for every instance of "CL".
231 (Overview): Remove no-runtime caveat, and note about foo* names.
232 (Usage): Use cl-lib rather than cl.
233 (Organization, Naming Conventions): Update for cl-lib.el.
234 (Installation): Remove long-irrelevant node.
235 (Program Structure, Predicates, Control Structure):
236 Start updating for cl-lib namespace.
8d6510b9
GM
237 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
238 Depend on emacsver.texi.
239
0a078f36
MA
2402012-10-09 Michael Albinus <michael.albinus@gmx.de>
241
242 * trampver.texi: Update release number.
243
a03bb33f
GM
2442012-10-06 Glenn Morris <rgm@gnu.org>
245
24636b26
GM
246 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
247 ERC version.
248 (Introduction): ERC is distributed with Emacs.
249 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
250 (Getting Started): Simplify.
251 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
252 (History): Mention ERC maintained as part of Emacs now.
253 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
254 Add dependency on emacsver.texi.
255
a03bb33f
GM
256 * erc.texi: Remove hand-written node pointers.
257
d259be38
GM
2582012-10-05 Glenn Morris <rgm@gnu.org>
259
260 * newsticker.texi (Overview, Requirements, Usage, Configuration):
261 Copyedits.
262
62a81506
CY
2632012-10-01 Eric Ludlam <zappo@gnu.org>
264
265 * ede.texi (Quick Start, Project Local Variables)
266 (Miscellaneous commands, ede-java-root, Development Overview)
267 (Detecting a Project): New nodes.
268 (Simple projects): Node deleted.
269
270 * eieio.texi (Building Classes): Some slot attributes cannot be
271 overridden.
272 (Slot Options): Remove an example.
273 (Method Invocation, Documentation): New nodes.
274
07f133bf
GM
2752012-10-01 Glenn Morris <rgm@gnu.org>
276
277 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
278 (reftex.pdf): Add dependency on emacsver.texi.
279 * reftex.texi: Don't include directory part for emacsver.texi;
280 the Makefile's -I handles it.
281
4f595e15
RA
2822012-09-30 Ralf Angeli <angeli@caeruleus.net>
283
284 Merge from standalone RefTeX repository.
285
286 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
287 with macros.
288 (Imprint): Mention Wolfgang in list of contributors.
289 (Creating Citations): Give a hint about how to
290 auto-revert the BibTeX database file when using external editors.
291 (Referencing Labels): Simplify section about reference macro
292 cycling.
293 (Options (Referencing Labels)): Adapt to new structure of
294 `reftex-ref-style-alist'.
295 (Referencing Labels, Reference Styles): Document changes in the
296 referencing functionality.
297 (Commands): Mention options for definition of header and footer in
298 BibTeX files.
299 (Options (Creating Citations)): Document
300 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
301 (Reference Styles): New section.
302 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
303 (Options (Referencing Labels)): Remove descriptions of deprecated
304 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
305 Add descriptions for `reftex-ref-style-alist' and
306 `reftex-ref-style-default-list'.
307 (Referencing Labels): Update regarding reference styles.
308 (Citation Styles): Mention support for ConTeXt.
309 (Options (Defining Label Environments)): Fix typo.
310 (Options (Creating Citations)): Document
311 `reftex-cite-key-separator'.
312
8223b1d2
BG
3132012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
314
315 * org.texi: Add description of ORG_ADD_CONTRIB to info
316 documentation. Add link to Worg for more details.
317
318 * org.texi: Clarify installation procedure. Provide link to the
319 build system description on Worg.
320
321 * org.texi: Remove reference to utils/, x11idle.c is now in
322 contrib/scripts.
323
324 * org.texi: Re-normalize to "Org mode" in manual.
325
326 * org.texi (Installation): Adapt documentation to new build
327 system. Mention GNU ELPA (since it needs to be handled like Emacs
328 built-in Org).
329
8223b1d2
BG
3302012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
331
332 * org.texi: Fix typo in description of the 'Hooks' section.
333
334 * org.texi: Add ID to the list of special properties.
335
3362012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
337
338 * org.texi (Moving subtrees): Document the ability to archive to a
339 datetree.
340
3412012-09-30 Bastien Guerry <bzg@altern.org>
342
343 * org.texi (Installation, Feedback, Batch execution): Use
344 (add-to-list 'load-path ... t) for the contrib dir.
345
346 * org.texi (results): Update documentation for ":results drawer"
347 and ":results org".
348
349 * org.texi (Column width and alignment): Fix typo.
350
351 * org.texi (Activation): Point to the "Conflicts" section.
352
353 * org.texi (Conflicts): Mention filladapt.el in the list of
354 conflicting packages.
355
356 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
357 not needed for versions of Emacs > 22.1.
358
359 * org.texi (History and Acknowledgments): Fix typo.
360
361 * org.texi (History and Acknowledgments): Add my own
362 acknowledgments.
363
364 * org.texi (Agenda commands): Document the new command and the new
365 option.
366
367 * org.texi (Agenda commands): Delete `org-agenda-action' section.
368 (Agenda commands): Reorder. Document `*' to toggle persistent
369 marks.
370
371 * org.texi (Agenda dispatcher): Mention
372 `org-toggle-agenda-sticky'.
373 (Agenda commands, Exporting Agenda Views): Fix typo.
374
375 * org.texi (Templates in contexts, Setting Options): Update to
376 reflect changes in how contexts options are processed.
377
378 * org.texi (Templates in contexts): Document the new structure of
379 the variables `org-agenda-custom-commands-contexts' and
380 `org-capture-templates-contexts'.
381
382 * org.texi (Templates in contexts): Document the new option
383 `org-capture-templates-contexts'.
384 (Storing searches): Document the new option
385 `org-agenda-custom-commands-contexts'.
386
387 * org.texi (Formula syntax for Lisp): Reformat.
388
389 * org.texi (Special properties, Column attributes)
390 (Agenda column view): Document the new special property
391 CLOCKSUM_T.
392
393 * org.texi (Template expansion): Document the new %l template.
394
395 * org.texi (Fast access to TODO states): Fix documentation about
396 allowed characters for fast todo selection.
397
398 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
399 use in `org-agenda-to-appt'.
400
401 * org.texi (Comment lines): Update wrt comments.
402
403 * org.texi (Resolving idle time): Document new keybinding.
404
405 * org.texi (Clocking commands): Document the use of S-M-<up/down>
406 on clock timestamps.
407
408 * org.texi (Fast access to TODO states): Explicitely says only
409 letters are supported as fast TODO selection keys.
410
411 * org.texi (Link abbreviations): Illustrate the use of the "%h"
412 specifier. Document the new "%(my-function)" specifier.
413
414 * org.texi (Clocking commands): New cindex.
415 (Clocking commands): Update documentation for `org-clock-in'.
416 Document `org-clock-in-last'. Mention `org-clock-out' and
417 `org-clock-in-last' as commands that can be globally bound.
418 (Resolving idle time): Document continuous clocking.
419
420 * org.texi (Top, Introduction): Fix formatting.
421 (Activation): Add index entries.
422 (Conventions): Update section.
423 (Embedded @LaTeX{}): Fix formatting.
424
425 * org.texi (Visibility cycling): Document `show-children'.
426
427 * org.texi (Using capture): Mention the `org-capture-last-stored'
428 bookmark as a way to jump to the last stored capture.
429
430 * org.texi (Uploading files): Fix typo.
431
432 * org.texi (Using capture): Document `C-0' as a prefix argument
433 for `org-capture'.
434
435 * org.texi (Agenda commands): Document persistent marks.
436
437 * org.texi (Template expansion): Update doc to reflect change.
438
439 * org.texi (Radio tables): Document the :no-escape parameter.
440
441 * org.texi (Repeated tasks): Document repeat cookies for years,
442 months, weeks, days and hours.
443
444 * org.texi (Export options): State that you can use the d: option
445 by specifying a list of drawers.
446
447 * org.texi (HTML preamble and postamble): Small doc improvement.
448
4492012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
450
451 * org.texi: The sections in the Exporting section of the manual
452 left out articles in the description of the org-export-as-*
453 commands, among other places. This patch adds them, adds a few
454 missing prepositions, and switches instances of "an HTML" to "a
455 html" for internal consistency.
456
457 * org.texi: Alter several examples of headings with timestamps in
458 them to include the timestamps in the body instead of the heading.
459
4602012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
461
462 * org.texi (Agenda dispatcher): Document sticky agenda views and
463 the new key for them.
464
4652012-09-30 Charles <millarc@verizon.net> (tiny change)
466
467 * org.texi (Advanced features): Fix error in table.
468
4692012-09-30 Feng Shu <tumashu@gmail.com>
470
471 * org.texi (@LaTeX{} fragments): Document imagemagick as an
472 alternative to dvipng.
473
4742012-09-30 François Allisson <francois@allisson.co> (tiny change)
475
476 * org.texi: Remove extra curly bracket.
477
4782012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
479
480 * org.texi (org-clock-in-last and org-clock-cancel): Update the
481 defkeys.
482
4832012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
484
485 * org.texi (Agenda commands): Fix two typos by giving
486 corresponding function names, according to
487 `org-agenda-view-mode-dispatch'.
488
4892012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
490
491 * org.texi (The spreadsheet): Fix typo.
492
4932012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
494
495 * org.texi (Tracking your habits): Point to the "Tracking TODO
496 state changes" section.
497
4982012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
499
500 * org.texi (Literal examples): Remove reference to unknown
501 `org-export-latex-minted' variable. Also simplify footnote since
502 `org-export-latex-listings' documentation is exhaustive already.
503
504 * org.texi (Plain lists): Remove reference to now hard-coded
505 `bullet' automatic rule.
506
5072012-09-30 Toby S. Cubitt <tsc25@cantab.net>
508
509 * org.texi: Updated documentation accordingly.
510
5087f097
PE
5112012-09-13 Paul Eggert <eggert@cs.ucla.edu>
512
513 * texinfo.tex: Merge from gnulib.
514
20121a26
MA
5152012-09-12 Michael Albinus <michael.albinus@gmx.de>
516
517 Sync with Tramp 2.2.6.
518
519 * tramp.texi (Bug Reports): Cleanup caches before a test run.
520
521 * trampver.texi: Update release number.
522
44677e30
PE
5232012-09-12 Paul Eggert <eggert@cs.ucla.edu>
524
525 * texinfo.tex: Merge from gnulib.
526
5a4c42ba
AA
5272012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
528
529 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
530 (bug#12096).
531
8e7046c3
JB
5322012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
533
1dcac243
JB
534 * calc.texi (Simplification modes, Conversions)
535 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
536 (The Calc Mode Line): Mention the mode line display for Basic
537 simplification mode.
538 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
539 simplifications.
540 (Basic Simplifications): Rename from "Limited Simplifications"
541 Replace "limited" by "basic" throughout.
542 (Algebraic Simplifications): Indicate that the algebraic
543 simplifications are done by default.
544 (Unsafe Simplifications): Mention `m E'.
545 (Simplification of Units): Mention `m U'.
546 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
547 (Kinds of Declarations, Functions for Declarations): Mention
548 "algebraic simplifications" instead of `a s'.
1dcac243 549 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 550
d2bd74ff
JB
5512012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
552
553 * calc.texi (Getting Started, Tutorial): Change simulated
554 Calc output to match actual output.
555 (Simplifying Formulas): Mention that algebraic simplification is now
556 the default.
557
77472261
EZ
5582012-07-28 Eli Zaretskii <eliz@gnu.org>
559
560 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
561 (Bug#12073)
562
09ae5da1
PE
5632012-07-25 Paul Eggert <eggert@cs.ucla.edu>
564
565 Prefer typical American spelling for "acknowledgment".
566 * calc.texi (History and Acknowledgments): Rename from
567 History and Acknowledgements.
568 * idlwave.texi (Acknowledgments):
569 * ses.texi (Acknowledgments):
570 * woman.texi (Acknowledgments): Rename from Acknowledgements.
571
c4444d16
PE
5722012-07-09 Paul Eggert <eggert@cs.ucla.edu>
573
574 Rename configure.in to configure.ac (Bug#11603).
575 * ede.texi (Compiler and Linker objects, ede-proj-project)
576 (ede-step-project): Prefer the name configure.ac to configure.in.
577
ef091c97
MA
5782012-07-06 Michael Albinus <michael.albinus@gmx.de>
579
580 * tramp.texi (Multi-hops): Introduce
581 `tramp-restricted-shell-hosts-alist'.
582
89b163db
G
5832012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
584
585 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
586 methods, so don't mention smtpmail here.
587
5882012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
589
590 * gnus.texi (Picons): Document gnus-picon-properties.
591
5922012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
593
594 * gnus.texi: Remove mention of compilation, as that's no longer
595 supported.
596
5972012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
598
599 * gnus.texi (Archived Messages): Mention
600 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
601
6022012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
603
604 * gnus.texi (Various Summary Stuff):
605 Remove mention of `gnus-propagate-marks'.
606
6072012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
608
609 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
610 which no longer exist.
611
6122012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
613
614 * gnus.texi (Archived Messages):
615 Document gnus-gcc-self-resent-messages.
616
6172012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
618
619 * message.texi (Mail Variables):
620 Mention the optional user parameter for X-Message-SMTP-Method.
621
6222012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
623
624 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
625
626 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
627
6282012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
629
630 * gnus.texi (Key Index): Change encoding to utf-8.
631
ac1a0ce1 6322012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
633
634 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
635
71cca84d
G
6362012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
637
638 * gnus.texi (Group Timestamp): Mention where to find documentation for
639 the `gnus-tmp-' variables (bug#11601).
640
888a7fc0
MA
6412012-06-11 Michael Albinus <michael.albinus@gmx.de>
642
643 Sync with Tramp 2.2.6-pre.
644
645 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
646 where appropriate.
647 (Ad-hoc multi-hops): New section.
648 (Remote processes): New subsection "Running remote processes on
649 Windows hosts".
650 (History): Add remote commands on Windows, and ad-hoc multi-hop
651 methods.
652 (External methods): "ControlPersist" must be set to "no" for the
653 `scpc' method.
654 (Remote processes): Add a note about `auto-revert-tail-mode'.
655 (Frequently Asked Questions): Use "scpx" in combination with
656 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
657
658 * trampver.texi: Update release number.
659
31ca4639 6602012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
661
662 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
663 compilation for html-mono.
664
0e8bbf66
PE
6652012-06-08 Paul Eggert <eggert@cs.ucla.edu>
666
667 * texinfo.tex: Merge from gnulib.
668
b8f061b3
KY
6692012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
670
671 * Makefile.in (echo-info): Don't try to install info files named
672 just ".info".
673
16af873e
GM
6742012-05-28 Glenn Morris <rgm@gnu.org>
675
c1dabff0
GM
676 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
677
16af873e
GM
678 * sc.texi: Nuke hand-written node pointers.
679 Fix top-level menu to match actual node order.
680
1d5b82ef
GM
6812012-05-27 Glenn Morris <rgm@gnu.org>
682
683 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
684 Some associated fixes, including not messing with chapno in cl.texi.
685
33017faf 6862012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
687
688 * org.texi (Durations and time values): Fix typo.
689
d14b0029
JB
6902012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
691
33017faf 692 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
693 Mention `calc-ensure-consistent-units'.
694
2f4cadd1 6952012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 696
9879e263
AS
697 * cc-mode.texi: Avoid space before macro in 4th argument of cross
698 reference commands. (Bug#11461)
699
78e91d08
AS
700 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
701
3fe7cdc8
GM
7022012-05-12 Glenn Morris <rgm@gnu.org>
703
9598ef0b
GM
704 * Makefile.in (mostlyclean): Add more TeX intermediates.
705
7d326a29
GM
706 * Makefile.in: Make it look more like the other doc Makefiles.
707 Use explicit $srcdir in all dependencies.
708 Remove cd $srcdir from rules.
709 (VPATH): Remove.
710 (infodir): Set to an absolute path.
711 (INFO_TARGETS): Use short names.
712 (mkinfodir): infodir is now absolute.
713 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
714
c7f95930 715 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 716 (.SUFFIXES): Disable implicit rules.
c7f95930 717
3fe7cdc8
GM
718 * Makefile.in (MKDIR_P): New, set by configure.
719 (mkinfodir): Use $MKDIR_P.
720
6f0652af
GM
7212012-05-07 Glenn Morris <rgm@gnu.org>
722
723 * forms.texi (Long Example): Update for changed location of files.
724
8045b906
GM
7252012-05-04 Glenn Morris <rgm@gnu.org>
726
727 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
728 (INFO_TARGETS): Use $INFO_EXT.
729 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
730 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
731 (INFO_TARGETS): Use $INFO_EXT.
732 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
733
9e7a4bcf
GM
7342012-05-02 Glenn Morris <rgm@gnu.org>
735
9aa071df
GM
736 * Makefile.in (echo-info): New phony target, used by top-level.
737
9e7a4bcf
GM
738 * viper.texi: Make direntry shorter (also it is no longer "newest").
739
740 * emacs-gnutls.texi, ert.texi, org.texi:
741 Fix dircategory, direntry to match info/dir.
742
31cc861c
GM
743 * faq.texi: Convert @inforefs to @xrefs.
744 Fix some malformed cross-references.
f9e320bb
GM
745 (File-name conventions): Shorten section name to avoid overfull line.
746 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 747
723ea6b5
TZ
7482012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
749
750 * auth.texi (Help for users): Update for .gpg file being second.
751
a8e7d6d7 7522012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
753
754 * org.texi (Agenda commands): Fix two typos: give corresponding
755 function names, according to `org-agenda-view-mode-dispatch'.
756
a8e7d6d7 7572012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
758
759 * faq.texi (Major packages and programs): Remove section.
760 There is no point listing 6 packages (cf etc/MORE.STUFF).
761 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 762
dcbf5805
MA
7632012-04-22 Michael Albinus <michael.albinus@gmx.de>
764
765 * dbus.texi (Version): New node.
766 (Properties and Annotations): Mention the object manager
767 interface. Describe dbus-get-all-managed-objects.
768 (Type Conversion): Floating point numbers are allowed, if an
769 anteger does not fit Emacs's integer range.
770 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
771 (Asynchronous Methods): Fix description of
772 dbus-call-method-asynchronously.
773 (Receiving Method Calls): Fix some minor errors. Add
774 dbus-interface-emacs.
775 (Signals): Describe unicast signals and the new match rules.
776 (Alternative Buses): Add the PRIVATE optional argument to
777 dbus-init-bus. Describe its new return value. Add dbus-setenv.
778
adee4030
GM
7792012-04-20 Glenn Morris <rgm@gnu.org>
780
781 * faq.texi (New in Emacs 24): New section.
782 (Packages that do not come with Emacs): Mention M-x list-packages.
783
35dc09a1 7842012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
785
786 * cc-mode.texi (c-offsets-alist): Correct a typo.
787
35dc09a1 7882012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
789
790 * org.texi (Deadlines and scheduling): Fix the example: the
791 DEADLINE item should come right after the headline. We enforce
792 this convention, so it is a bug not to illustrate it correctly in
793 the manual.
794
35dc09a1 7952012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
796
797 * org.texi (Agenda commands): Fix documentation bug by swapping
798 the equivalent keybindings to `org-agenda-next-line' with the ones
799 to `org-agenda-previous-line'.
800
35dc09a1 8012012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
802
803 * Makefile.in: Replace non-portable use of $< in ordinary rules.
804
e2560ea8
EZ
8052012-04-09 Eli Zaretskii <eliz@gnu.org>
806
807 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
808 emacs-gnutls.
809 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
810
6b4f4a2d
TZ
8112012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
812
250b840e 813 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
814
815 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
816
ca2c89b6
TZ
8172012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
818
819 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 820 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 821
aebd5f1a
GM
8222012-04-04 Glenn Morris <rgm@gnu.org>
823
824 * auth.texi (Secret Service API): Copyedits.
825 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
826 (Help for users, Help for developers)
827 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 828
0317dd51
MA
8292012-04-04 Michael Albinus <michael.albinus@gmx.de>
830
831 * auth.texi (Secret Service API): Add the missing text.
832
3d439cd1
CY
8332012-04-04 Chong Yidong <cyd@gnu.org>
834
835 * message.texi (Using PGP/MIME): Note that epg is now the default.
836
837 * gnus.texi: Reduce references to obsolete pgg library.
838 (Security): Note that epg is now the default.
839
840 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
841
842 * nxml-mode.texi (Completion): C-RET is no longer bound to
843 nxml-complete.
844
153ae947
BG
8452012-04-01 Jambunathan K <kjambunathan@gmail.com>
846
847 * org.texi (Customizing tables in ODT export): Correct few errors.
848
8492012-04-01 Jambunathan K <kjambunathan@gmail.com>
850
851 * org.texi (Links in ODT export): Update.
852 (Labels and captions in ODT export): New node.
853
8542012-04-01 Jambunathan K <kjambunathan@gmail.com>
855
856 * org.texi (Literal examples in ODT export): htmlfontify.el in
857 Emacs-24.1 now supports fontification. So ODT source blocks will
858 be fontified by default.
859
8602012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
861
862 * org.texi (Refiling notes): Remove duplicated keybinding.
863
8642012-04-01 Eric Schulte <eric.schulte@gmx.com>
865
866 * org.texi (noweb): Documentation of this new option to the :noweb
867 header argument.
868
8692012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
870
871 * org.texi (Header and sectioning): Add example demonstrating how
872 to use "LaTeX_CLASS_OPTIONS".
873
8742012-04-01 Eric Schulte <eric.schulte@gmx.com>
875
876 * org.texi (Noweb reference syntax): Describe the ability to
877 execute noweb references in the manual.
878
8792012-04-01 Eric Schulte <eric.schulte@gmx.com>
880
881 * org.texi (cache): Improve cache documentation when session
882 evaluation is used.
883
8842012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
885
886 * org.texi (Plain lists): Document removal.
887
8882012-04-01 Michael Brand <michael.ch.brand@gmail.com>
889
890 * org.texi: Decapitalize file name in references to Calc manual.
891
8922012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
893
894 * org.texi (Plain lists): Document removal.
895
8962012-04-01 Jambunathan K <kjambunathan@gmail.com>
897
898 * org.texi (Top, OpenDocument Text export)
899 (ODT export commands, Extending ODT export)
900 (Images in ODT export, Tables in ODT export)
901 (Configuring a document converter): Add or Update.
902
9032012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
904
905 * org.texi (MobileOrg): Change the wording to reflect that the
906 Android Version is no longer just the little brother of the iOS
907 version.
908
9092012-04-01 Eric Schulte <eric.schulte@gmx.com>
910
911 * org.texi (Key bindings and useful functions): Updated babel key
912 binding documentation in manual.
913
9142012-04-01 Eric Schulte <eric.schulte@gmx.com>
915
916 * org.texi (noweb): Document new noweb header value.
917
9182012-04-01 Eric Schulte <eric.schulte@gmx.com>
919
920 * org.texi (noweb-sep): Document new header argument.
921
9222012-04-01 Eric Schulte <eric.schulte@gmx.com>
923
924 * org.texi (noweb-ref): Documentation of this new custom variable.
925
9262012-04-01 Eric Schulte <eric.schulte@gmx.com>
927
928 * org.texi (wrap): Update the new :wrap documentation to match the
929 current implementation.
930
9312012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
932
933 * org.texi: Added documentation for :wrap.
934
9352012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
936
937 * org.texi: #+RESULTS now user-configurable.
938
9392012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
940
941 * org.texi: Documented :noweb no-export.
942
9432012-04-01 Thomas Dye <dk@poto.local>
944
945 * org.texi: Edit :noweb no header argument for correctness.
946
9472012-04-01 Bastien Guerry <bzg@altern.org>
948
949 * org.texi (Customization): Update the approximate number of Org
950 variables.
951
9522012-04-01 Thomas Dye <dk@poto.local>
953
954 * org.texi: The :results wrap produces a drawer instead of a
955 begin_results block.
956
005a89ff
G
9572012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
958
959 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
960 reflect the new default.
961
589ce070
EZ
9622012-03-10 Eli Zaretskii <eliz@gnu.org>
963
964 * info.texi (Expert Info): Move the index entry for "Texinfo" from
965 "Getting Started" to this node. (Bug#10450)
966
a5392527
CY
9672012-03-10 Chong Yidong <cyd@gnu.org>
968
8ae818e4
CY
969 * flymake.texi (Example -- Configuring a tool called via make):
970 Mention the Automake COMPILE variable (Bug#8715).
971
a5392527
CY
972 * info.texi (Getting Started): Add an index entry (Bug#10450).
973
d49902e4
MA
9742012-03-02 Michael Albinus <michael.albinus@gmx.de>
975
976 * dbus.texi (Signals): Known names will be mapped onto unique
977 names, when registering for signals.
978
53eced6d
GM
9792012-02-29 Glenn Morris <rgm@gnu.org>
980
bcd6cd23
GM
981 * url.texi: Fix quote usage in body text.
982
775b55af
GM
983 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
984
53eced6d
GM
985 * cl.texi: Use @code{} in menus when appropriate.
986
44e97401
GM
9872012-02-28 Glenn Morris <rgm@gnu.org>
988
989 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
990 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
991 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
992 * org.texi, sc.texi, vip.texi, viper.texi:
993 Standardize possessive apostrophe usage.
994
fa9a0855
CY
9952012-02-26 Chong Yidong <cyd@gnu.org>
996
997 * ediff.texi (Quick Help Commands): Add a couple of index entries
998 (Bug#10834).
999
0fd2c9a3
GM
10002012-02-17 Glenn Morris <rgm@gnu.org>
1001
1002 * gnus.texi (Posting Styles):
1003 * remember.texi (Org): Fix cross-refs to other manuals.
1004
9f26dc24
GM
10052012-02-15 Glenn Morris <rgm@gnu.org>
1006
1007 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
1008 (Encryption): New chapter, split out from previous.
1009
3d2af193
LI
10102012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1011
1012 * gnus.texi (Customizing the IMAP Connection): Mention
1013 nnimap-record-commands.
1014
b74c9672
GM
10152012-02-10 Glenn Morris <rgm@gnu.org>
1016
1017 * url.texi (Retrieving URLs): Update url-retrieve arguments.
1018 Mention url-queue-retrieve.
1019
2ebc3b94
GM
10202012-02-09 Glenn Morris <rgm@gnu.org>
1021
9fcfcdef
GM
1022 * sem-user.texi (Semantic mode user commands): Typo fix.
1023
2ebc3b94
GM
1024 * info.texi (Create Info buffer): Mention info-display-manual.
1025
7c4bbb69
LI
10262012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1027
1028 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
1029 example (modified from an example by Michael Albinus).
1030
debce7bc
G
10312012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1032
1033 * gnus.texi (Agent Basics): Fix outdated description of
1034 `gnus-agent-auto-agentize-methods'.
1035
b207a4ec
AS
10362012-01-28 Andreas Schwab <schwab@linux-m68k.org>
1037
1038 * cc-mode.texi: Always @defindex ss.
1039 (Config Basics): Fix argument of @itemize.
1040 (Macro Backslashes): Add @code around index entry.
1041
b8fe8712
GM
10422012-01-23 Glenn Morris <rgm@gnu.org>
1043
1044 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
1045
02dc2fd7
EH
10462012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
1047
1048 * tramp.texi (File): Tweak wording for the `scpc' option.
1049
e7719ea1
G
10502012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1051
1052 * gnus.texi (Group Parameters): Really note precedence.
1053
9937bef4
G
10542012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1055
1056 * gnus.texi (Group Parameters): Note precedence.
1057
e66ba1df
BG
10582012-01-03 Eric Schulte <eric.schulte@gmx.com>
1059
1060 * org.texi (Noweb reference syntax): Adding documentation of
1061 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1062 variable.
1063
10642012-01-03 Bastien Guerry <bzg@gnu.org>
1065
1066 * org.texi (Plain lists): Split the table to fix the display
1067 of items.
1068
10692012-01-03 Bastien Guerry <bzg@gnu.org>
1070
1071 * org.texi (Plain lists): Fix misplaced explanation.
1072
10732012-01-03 Bastien Guerry <bzg@gnu.org>
1074
1075 * org.texi (Plain lists, Agenda files): Add index entries.
1076
10772012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1078
1079 * org.texi: Use "Org mode" instead of alternatives like
1080 "Org-mode" or "org-mode".
1081
10822012-01-03 Bernt Hansen <bernt@norang.ca>
1083
1084 * org.texi (Agenda commands): Document
1085 `org-clock-report-include-clocking-task'.
1086
10872012-01-03 Bastien Guerry <bzg@gnu.org>
1088
1089 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1090 C-c' on checkboxes.
1091
10922012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1093
1094 * org.texi: End sentences with two spaces.
1095
10962012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1097
1098 * org.texi (External links): Document the link types file+sys
1099 and file+emacs, slightly narrow used page width.
1100
11012012-01-03 Eric Schulte <eric.schulte@gmx.com>
1102
1103 * org.texi (colnames): Note that colnames behavior may differ
1104 across languages.
1105
11062012-01-03 Bastien Guerry <bzg@gnu.org>
1107
1108 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1109
11102012-01-03 Thomas Dye <dk@poto.westell.com>
1111
1112 * org.texi: Augmented discussion of babel property
1113 inheritance. Put footnote outside sentence ending period.
1114
11152012-01-03 Eric Schulte <schulte.eric@gmail.com>
1116
1117 * org.texi (eval): Documenting the full range of :eval header
1118 argument values.
1119
11202012-01-03 Eric Schulte <schulte.eric@gmail.com>
1121
1122 * org.texi (eval): Documentation of the new :eval option.
1123
11242012-01-03 Thomas Dye <dk@poto.local>
1125
1126 * org.texi: Add accumulated properties.
1127
11282012-01-03 Thomas Dye <dk@poto.local>
1129
1130 * org.texi: Documented no spaces in name=assign, another
1131 correction to :var table.
1132
11332012-01-03 Thomas Dye <dk@poto.local>
1134
1135 * org.texi: Changed DATA to NAME in Working With Source Code
1136 section.
1137
11382012-01-03 Tom Dye <tsd@tsdye.com>
1139
1140 * org.texi: Minor change to :var table.
1141
11422012-01-03 Tom Dye <tsd@tsdye.com>
1143
1144 * org.texi: More changes to :var table (some examples were wrong).
1145
11462012-01-03 Tom Dye <tsd@tsdye.com>
1147
1148 * org.texi: Cleaned up :var table.
1149
11502012-01-03 Bastien Guerry <bzg@gnu.org>
1151
1152 * org.texi (Timestamps, Weekly/daily agenda)
1153 (Weekly/daily agenda): Add @cindex for "appointment".
1154
11552012-01-03 Eric Schulte <schulte.eric@gmail.com>
1156
1157 * org.texi (Literal examples): A new link to the template for
1158 inserting empty code blocks.
1159 (Structure of code blocks): A new link to the template for
1160 inserting empty code blocks.
1161
11622012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1163
1164 * org.texi (External links): Add footnote on how the behavior
1165 of the text search in Org files are controled by the variable
1166 `org-link-search-must-match-exact-headline'.
1167
11682012-01-03 Eric Schulte <schulte.eric@gmail.com>
1169
1170 * org.texi (Buffer-wide header arguments): Update
1171 documentation to reflect removal of #+PROPERTIES.
1172
11732012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1174
1175 * org.texi (The clock table): Mention that ACHIVED trees
1176 contribute to the clock table.
1177
11782012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1179
1180 * org.texi (Conflicts): Better yasnippet config info.
1181
11822012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1183
1184 * org.texi (Selective export): Explicitely mention the default
1185 values for `org-export-select-tags',
1186 `org-export-exclude-tags'.
1187
11882012-01-03 Tom Dye <tsd@tsdye.com>
1189
1190 * org.texi: Added a line to specify that header arguments are
1191 lowercase.
1192
11932012-01-03 Tom Dye <tsd@tsdye.com>
1194
1195 * org.texi: :var requires default value when declared.
1196
11972012-01-03 Bastien Guerry <bzg@gnu.org>
1198
1199 * org.texi (Handling links): Add a note about the
1200 `org-link-frame-setup' option.
1201
12022012-01-03 David Maus <dmaus@ictsoc.de>
1203
1204 * org.texi (Exporting Agenda Views, Extracting agenda
1205 information): Fix command line syntax, quote symbol parameter
1206 values.
1207
12082012-01-03 David Maus <dmaus@ictsoc.de>
1209
1210 * org.texi (Exporting Agenda Views): Fix command line syntax.
1211
8d80ef01
PE
12122011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1213
1214 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1215 Use octal notation for file permissions, which are normally
1216 thought of in octal.
1217 (Mail Back End Variables): Use more-plausible modes in example.
1218
47d42d81
AM
12192011-12-20 Alan Mackenzie <acm@muc.de>
1220
1221 * cc-mode.texi: Update version string 5.31 -> 5.32.
1222
a98edce9
JB
12232011-12-06 Juanma Barranquero <lekktu@gmail.com>
1224
1225 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1226
321decc8
GM
12272011-11-24 Glenn Morris <rgm@gnu.org>
1228
1229 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1230
f8107b79
JB
12312011-11-24 Juanma Barranquero <lekktu@gmail.com>
1232
1233 * makefile.w32-in: Update dependencies.
1234
f5a96a4f
GM
12352011-11-20 Glenn Morris <rgm@gnu.org>
1236
1237 * gnus.texi (Group Information):
1238 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1239
cd1181db
JB
12402011-11-20 Juanma Barranquero <lekktu@gmail.com>
1241
1242 * gnus-coding.texi (Gnus Maintenance Guide):
1243 Rename from "Gnus Maintainance Guide".
1244
1245 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1246 * eieio.texi (Customizing):
fe7a3057
JB
1247 * gnus.texi (Article Washing):
1248 * gnus-news.texi:
1249 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 1250
7877f373
JB
12512011-11-16 Juanma Barranquero <lekktu@gmail.com>
1252
1253 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1254
0d26e0b6
JB
12552011-11-15 Juanma Barranquero <lekktu@gmail.com>
1256
c7015153
JB
1257 * ede.texi (project-am-texinfo):
1258 * gnus.texi (Sending or Not Sending):
1259 * org.texi (Template elements): Fix typos.
0d26e0b6 1260
0b381c7e
JB
12612011-11-14 Juanma Barranquero <lekktu@gmail.com>
1262
1263 * ediff.texi (Hooks):
c7015153 1264 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 1265
40a8bdf6
JB
12662011-11-11 Juanma Barranquero <lekktu@gmail.com>
1267
1268 * semantic.texi (Tag handling): Fix typo.
1269
57dda3bb
KY
12702011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1271
1272 * gnus.texi (Other Gnus Versions): Remove.
1273
52bedd34
AM
12742011-10-28 Alan Mackenzie <acm@muc.de>
1275
1276 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1277 (Other Special Indentations): Add an xref to "Macros with ;".
1278 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1279 "Macros with ;".
1280 (Macros with ;): New page.
1281
00b77525
GM
1282 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1283 Document the new handling of nested scopes for movement by defuns.
52bedd34 1284
4a623313
MA
12852011-10-23 Michael Albinus <michael.albinus@gmx.de>
1286
1287 Sync with Tramp 2.2.3.
1288
1289 * trampver.texi: Update release number.
1290
466a320e
GM
12912011-10-14 Glenn Morris <rgm@gnu.org>
1292
1293 * ert.texi (Introduction, How to Run Tests)
1294 (Running Tests Interactively, Expected Failures)
1295 (Tests and Their Environment, Useful Techniques)
1296 (Interactive Debugging, Fixtures and Test Suites):
1297 Minor rephrasings.
1298 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1299 (Running Tests in Batch Mode): Simplify loading instructions.
1300 (Test Selectors): Clarify some selectors.
1301 (Expected Failures, Useful Techniques):
1302 Make examples fit in 80 columns.
1303
2be4956d
JB
13042011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1305
1306 * calc.texi (Basic Operations on Units): Discuss temperature
1307 conversion (`u t') alongside with other unit conversions ('u c').
1308
7359a765
GM
13092011-10-12 Glenn Morris <rgm@gnu.org>
1310
1311 * ert.texi: Whitespace trivia to make main menu items line up better.
1312
a0c52e5d
GM
13132011-10-08 Glenn Morris <rgm@gnu.org>
1314
1315 * Makefile.in: Fix ert rules.
1316
465d0300
G
13172011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1318
1319 * gnus.texi (Gnus Utility Functions): Add more references and
1320 explanations (bug#9683).
1321
a5166359
LMI
13222011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1323
1324 * gnus.texi (Archived Messages): Note the default (bug#9552).
1325
b523dc20
BW
13262011-09-21 Bill Wohler <wohler@newt.com>
1327
1328 Release MH-E manual version 8.3.
1329
58179cce 1330 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
1331 release 8.3.
1332 (Preface): Updated support information.
bd7239f5 1333 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
1334 historical quote, the tense should be correct in the time that it
1335 was written.
1336
0afb49a1
LMI
13372011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1338
1339 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1340 (Finding the News): Doc clarification.
1341 (Terminology): Mention naming.
1342
e21bac42
G
13432011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1344
1345 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1346 (Interactive): Document `quiet'.
1347
5b409b39 13482011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 1349
bd7239f5 1350 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 1351
5b409b39 13522011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1353
bd7239f5 1354 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
1355 scope for `org-map-entries'.
1356
5b409b39 13572011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1358
1359 * org.texi (Visibility cycling): Document `org-copy-visible'.
1360
5b409b39 13612011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1362
bd7239f5 1363 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
1364 proper order.
1365
5b409b39 13662011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1367
1368 * org.texi (eval): Expand discussion of the :eval header argument.
1369
5b409b39 13702011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1371
1372 * org.texi (Languages): Add Lilypond and Awk as supported
1373 languages.
1374
5b409b39 13752011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 1376
bd7239f5 1377 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
1378 LOG_INTO_DRAWER can be used to override the contents of variable
1379 org-clock-into-drawer (or if unset, org-log-into-drawer).
1380
bd7239f5 1381 * org.texi: Replace @xref->@pxref.
3ab2c837 1382
5b409b39 13832011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1384
1385 * org.texi (Evaluating code blocks): Documenting the new option
1386 for inline call lines.
1387
5b409b39 13882011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1389
1390 * org.texi (Results of evaluation): More explicit about the
1391 mechanism through which interactive evaluation of code is
1392 performed.
1393
5b409b39 13942011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1395
1396 * org.texi (noweb-ref): New header argument documentation.
1397
5b409b39 13982011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1399
1400 * org.texi (Extracting source code): Documentation of the new
1401 org-babel-tangle-named-block-combination variable.
1402
5b409b39 14032011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1404
bd7239f5 1405 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 1406 behavior of multiple blocks of the same name is undefined.
3ab2c837 1407
5b409b39 14082011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
1409
1410 * org.texi (TaskJuggler export): Modify the example to reflect the
1411 new effort durations.
1412
5b409b39 14132011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1414
1415 * org.texi (Images in LaTeX export): Escape curly brackets in
1416 LaTeX example.
1417
5b409b39 14182011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1419
1420 * org.texi (The clock table): Document the :properties and
1421 :inherit-props arguments for the clocktable.
1422
5b409b39 14232011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1424
1425 * org.texi (Tables in LaTeX export): Document specifying placement
1426 options for tables.
1427
5b409b39 14282011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1429
1430 * org.texi (Evaluating code blocks): More specific documentation
1431 about the different types of header arguments.
1432
5b409b39 14332011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
1434
1435 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1436
5b409b39 14372011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1438
1439 * org.texi (Built-in table editor): Document the table field
1440 follow mode.
1441
5b409b39 14422011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1443
1444 * org.texi (Easy Templates): Document new template.
1445
5b409b39 14462011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1447
1448 * org.texi (Literal examples): Add a cross-reference from "Literal
1449 Examples" to "Easy Templates."
1450
5b409b39 14512011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1452
1453 * org.texi (The clock table): Add link to match syntax.
1454
5b409b39 14552011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1456
1457 * org.texi (Agenda commands): Document clock consistency checks.
1458
5b409b39 14592011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1460
1461 * org.texi (Built-in table editor): Document that \vert represents
1462 a vertical bar in a table field.
1463
5b409b39 14642011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1465
1466 * org.texi (Literal examples): Link from "Markup" > "Literate
1467 Examples" to "Working with Source Code".
1468
5b409b39 14692011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1470
1471 * org.texi (Agenda commands): Doc for function option to bulk
1472 action.
1473
5b409b39 14742011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1475
1476 * org.texi (Template expansion): Document new %<...> template
1477 escape.
1478
5b409b39 14792011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1480
1481 * org.texi (Selective export): Document exclusion of any tasks
1482 from export.
1483
5b409b39 14842011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1485
1486 * org.texi (Selective export): Document how to exclude DONE tasks
1487 from export.
1488 (Publishing options): Document the properties to be used to turn off
1489 export of DONE tasks.
1490
5b409b39 14912011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1492
1493 * org.texi (The date/time prompt): Document date range protection.
1494
5b409b39 14952011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1496
1497 * org.texi (padline): Documentation of the new padline header
1498 argument.
1499
5b409b39 15002011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1501
1502 * org.texi (var): Adding "[" to list of characters triggering
1503 elisp evaluation.
1504
5b409b39 15052011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1506
1507 * org.texi (var): Documentation of Emacs Lisp evaluation during
1508 variable assignment.
1509
5b409b39 15102011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1511
1512 * org.texi (colnames): Reference indexing into variables, and note
1513 that colnames are *not* removed before indexing occurs.
1514 (rownames): Reference indexing into variables, and note that
1515 rownames are *not* removed before indexing occurs.
1516
5b409b39 15172011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1518
1519 * org.texi (var): Clarification of indexing into tabular
1520 variables.
1521
5b409b39 15222011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1523
1524 * org.texi (results): Documentation of the `:results wrap' header
1525 argument.
1526
5b409b39 15272011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1528
bd7239f5 1529 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
1530 of the LaTeX export: the org file has to be properly structured.
1531
5b409b39 15322011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1533
1534 * org.texi (Dynamic blocks, Structure editing): Mention
1535 the function `org-narrow-to-block'.
1536
5b409b39 15372011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1538
1539 * org.texi (Languages): Updating list of code block supported
1540 languages.
1541
5b409b39 15422011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1543
1544 * org.texi (Special properties): CATEGORY is a special property,
1545 but it may also used in the drawer.
1546
5b409b39 15472011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1548
1549 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1550
5b409b39 15512011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1552
1553 * org.texi (Include files): Document :lines.
1554
5b409b39 15552011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1556
1557 * org.texi (comments): Documentation of the ":comments noweb" code
1558 block header argument.
1559
5b409b39 15602011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1561
1562 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1563 added extra whitespace around functions to be consistent with the
1564 rest of the section.
1565
5b409b39 15662011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1567
0b381c7e 1568 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
1569 #+call: line syntax.
1570 (Header arguments in function calls): Expanded discussion of
1571 #+call: line syntax.
1572
5b409b39 15732011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1574
1575 * org.texi (Evaluating code blocks): More explicit about how to
1576 pass variables to #+call lines.
1577
5b409b39 15782011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1579
1580 * org.texi (Results of evaluation): Link to the :results header
1581 argument list from the "Results of evaluation" section.
1582
5b409b39 15832011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1584
1585 * org.texi (Conflicts): Adding additional information about
1586 resolving org/yasnippet conflicts.
1587
5b409b39 15882011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1589
1590 * org.texi (Publishing options): Document style-include-scripts
1591 publishing project property.
1592
5b409b39 15932011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1594
1595 * org.texi (Sparse trees): Document the next-error /
1596 previous-error functionality.
1597
5b409b39 15982011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1599
1600 * org.texi (cache): Improved documentation of code block caches.
1601
5b409b39 16022011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1603
1604 * org.texi (Code block specific header arguments): Documentation
1605 of multi-line header arguments.
1606
5b409b39 16072011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1608
1609 * org.texi (Code evaluation security): Add example for using a
1610 function.
1611
5b409b39 16122011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1613
1614 * org.texi (Tables in LaTeX export): Documentation of new
1615 attr_latex options for tables.
1616
5b409b39
BG
16172011-08-03 Michael Albinus <michael.albinus@gmx.de>
1618
1619 * trampver.texi: Update release number.
1620
16212011-07-30 Michael Albinus <michael.albinus@gmx.de>
1622
1623 Sync with Tramp 2.2.2.
1624
1625 * trampver.texi: Update release number.
1626
064e2d08
LMI
16272011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1628
1629 * flymake.texi (Example -- Configuring a tool called via make):
1630 Use /dev/null instead of the Windows "nul" (bug#8715).
1631
b8151e9c
LMI
16322011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1633
1634 * widget.texi (Setting Up the Buffer): Remove mention of the
1635 global keymap parent, which doesn't seem to be accurate
1636 (bug#7045).
1637
5b409b39
BG
16382011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1639
1640 * org.texi (Special agenda views): Fix double quoting (bug#3509).
1641
c0a8ae95
KR
16422010-07-10 Kevin Ryde <user42@zip.com.au>
1643
1644 * cl.texi (For Clauses): Add destructuring example processing an
1645 alist (bug#6596).
1646
ac6531ad
LMI
16472011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1648
1649 * ediff.texi (Major Entry Points): Remove mention of `require',
1650 since that's not pertinent in the installed Emacs (bug#9016).
1651
d30dd079
G
16522011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1653
1654 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
1655 (Filtering New Groups): Clarify how simple the "options -n" format is.
1656 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1657 is internal.
d30dd079 1658
862c0d68
MA
16592011-07-04 Michael Albinus <michael.albinus@gmx.de>
1660
1661 * tramp.texi (Cleanup remote connections): Add
1662 `tramp-cleanup-this-connection'.
1663
cd865a33
G
16642011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1665
1666 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1667 zombies.
1668 (Checking New Groups): Ditto (bug#8974).
7d1738f1 1669 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
1670
16712011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1672
1673 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1674 backups, and not actual vc (bug#8975).
1675
79414ae4
KR
16762011-07-03 Kevin Ryde <user42@zip.com.au>
1677
1678 * cl.texi (For Clauses): @items for hash-values and key-bindings
1679 to make them more visible when skimming. Add examples of `using'
1680 clause to them, examples being clearer than a description in
1681 words (bug#6599).
1682
847ccf7c
AM
16832011-07-01 Alan Mackenzie <acm@muc.de>
1684
1685 * cc-mode.texi (Guessing the Style): New page.
1686 (Styles): Add a short introduction to above.
1687
3da13bb9
DD
16882011-06-28 Deniz Dogan <deniz@dogan.se>
1689
1690 * rcirc.texi (Configuration): Bug-fix:
1691 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1692 Reported by Elias Pipping <pipping@exherbo.org>.
1693
60a0884e
G
16942011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1695
1696 * gnus.texi (Summary Mail Commands): Document
1697 `gnus-summary-reply-to-list-with-original'.
1698
0c7efc08
SM
16992011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1700
1701 * eshell.texi (Known problems): Fix typo.
1702
ea3596a2
MA
17032011-06-12 Michael Albinus <michael.albinus@gmx.de>
1704
0c7efc08 1705 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1706 (Password handling): `auth-source-debug' is good for debug messages.
1707
2da9c605
G
17082011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1709
1710 * gnus.texi (Store custom flags and keywords): Refer to
1711 `gnus-registry-article-marks-to-{chars,names}' instead of
1712 `gnus-registry-user-format-function-{M,M2}'.
1713
e61923c8
GM
17142011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1715
1716 * texinfo.tex: Merge from gnulib.
1717
627abcdd
TZ
17182011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1719
1720 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1721 (Store custom flags and keywords):
1722 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1723 `gnus-registry-user-format-function-M2'.
1724
a3c92bc1
EZ
17252011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1726
8f906c40 1727 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1728
85d870a9
GM
17292011-05-17 Glenn Morris <rgm@gnu.org>
1730
1731 * gnus.texi (Face): Fix typo.
1732
2cdee799
GM
17332011-05-14 Glenn Morris <rgm@gnu.org>
1734
1735 * dired-x.texi (Omitting Examples): Minor addition.
1736
79b70037
GM
17372011-05-10 Jim Meyering <meyering@redhat.com>
1738
1739 * ede.texi: Fix typo "or or -> or".
1740
a7111a62 17412011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1742
1743 * gnus.texi (Summary Buffer Lines):
1744 gnus-summary-user-date-format-alist does not exist.
1745 (Sorting the Summary Buffer): More about sorting threads.
1746
69026aba
MA
17472011-04-25 Michael Albinus <michael.albinus@gmx.de>
1748
1749 * trampver.texi: Update release number.
1750
9024ff79
MA
17512011-04-14 Michael Albinus <michael.albinus@gmx.de>
1752
1753 * tramp.texi (Frequently Asked Questions): New item for disabling
1754 Tramp in other packages.
1755
c3c65d73
TZ
17562011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1757
1758 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1759 (Fancy splitting to parent, Store arbitrary data):
1760 Updated gnus-registry docs.
c3c65d73 1761
9ec6a317
JB
17622011-04-13 Juanma Barranquero <lekktu@gmail.com>
1763
1764 * ede.texi: Fix typos.
1765
1e3b6001
G
17662011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1767
9ec6a317
JB
1768 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1769 It's @table @code.
1e3b6001 1770
a5954fa5
G
17712011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1772
ed9265fc 1773 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 1774
d71990a1
JB
17752011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1776
1777 * calc.texi (Logarithmic Units): Update the function names.
1778
1518e4f0
G
17792011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1780
1781 * message.texi (Various Commands): Document format specs in the
1782 ellipsis.
1783
a123622d
G
17842011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1785
1786 * message.texi (Insertion Variables): Document message-cite-style.
1787
17882011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1789
1790 * tramp.texi (Remote processes): New subsection "Running shell on
1791 a remote host".
1792
4248cca2
TZ
17932011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1794
1795 * auth.texi (Help for developers): Update docs to explain that the
1796 :save-function will only run the first time.
1797
54ce11a1
GM
17982011-03-12 Glenn Morris <rgm@gnu.org>
1799
1800 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1801 (emacs-faq.text): New target.
1802 (clean): Add emacs-faq.
1803
0c3b25f8
MA
18042011-03-12 Michael Albinus <michael.albinus@gmx.de>
1805
1806 Sync with Tramp 2.2.1.
1807
1808 * trampver.texi: Update release number.
1809
b740639e
GM
18102011-03-11 Glenn Morris <rgm@gnu.org>
1811
1812 * Makefile.in (HTML_TARGETS): New.
1813 (clean): Delete $HTML_TARGETS.
1814 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1815
733afdf4
TZ
18162011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1817
1818 * auth.texi (Help for developers): Show example of using
1819 `auth-source-search' with prompts and :save-function.
1820
33383987
JB
18212011-03-07 Chong Yidong <cyd@stupidchicken.com>
1822
1823 * Version 23.3 released.
1824
a5057546
G
18252011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1826
1827 * message.texi (Message Buffers): Update default value of
1828 message-generate-new-buffers.
1829
479a2c9b
JB
18302011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1831
1832 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1833 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1834 respectively.
05a29101
JB
1835 (Musical Notes): New section.
1836 (Customizing Calc): Mention the customizable variable
1837 calc-note-threshold.
479a2c9b 1838
e0535b76
GM
18392011-03-03 Glenn Morris <rgm@gnu.org>
1840
1841 * url.texi (Dealing with HTTP documents): Remove reference to
1842 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1843 (Configuration): Update url-configuration-directory description.
e0535b76 1844
2777ccbf
GM
18452011-03-02 Glenn Morris <rgm@gnu.org>
1846
1847 * dired-x.texi (Multiple Dired Directories): Remove mentions
1848 of dired-default-directory-alist and dired-default-directory.
1849 Move dired-smart-shell-command here...
1850 (Miscellaneous Commands): ... from here.
1851
257219bd
PE
18522011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1853
1854 * texinfo.tex: Update to version 2011-02-24.09.
1855
8889f4e2
GM
18562011-03-02 Glenn Morris <rgm@gnu.org>
1857
1858 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1859 instead of the obsoleted dired-omit-here-always.
1860
5d41af19
MA
18612011-02-28 Michael Albinus <michael.albinus@gmx.de>
1862
1863 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1864 supported systems.
1865
2b0c7330 18662011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1867
61cf3a76
GM
1868 * dbus.texi (Type Conversion): Grammar fix.
1869
cce7d530 18702011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1871
cce7d530
GM
1872 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1873 "Debian GNU/Linux".
51a13bdd 1874
cce7d530
GM
1875 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1876
817b48a7
GM
18772011-02-23 Glenn Morris <rgm@gnu.org>
1878
cce7d530
GM
1879 * dired-x.texi (Features): Minor rephrasing.
1880 (Local Variables): Fix typos.
47301027
GM
1881
1882 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1883 Standardize some Emacs/XEmacs terminology.
1884
817b48a7
GM
1885 * dired-x.texi (Features): Don't advertise obsolete local variables.
1886 Simplify layout.
1887 (Omitting Variables): Update local variables example.
1888 (Local Variables): Say this is obsolete. Fix description of
1889 dired-enable-local-variables possible values.
1890
4a3988d5
G
18912011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1892
1893 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1894 default now.
1895
8e22bee0
G
18962011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1897
1898 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1899
06b840e0
LI
19002011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1901
1902 * gnus.texi (Window Layout): Document layout names.
1903
67ab0163 19042011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1905
1906 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1907 * auth.texi: Sync @dircategory with ../../info/dir.
1908 * autotype.texi: Sync @dircategory with ../../info/dir.
1909 * calc.texi: Sync @dircategory with ../../info/dir.
1910 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1911 * cl.texi: Sync @dircategory with ../../info/dir.
1912 * dbus.texi: Sync @dircategory with ../../info/dir.
1913 * dired-x.texi: Sync @dircategory with ../../info/dir.
1914 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1915 * ede.texi: Sync @dircategory with ../../info/dir.
1916 * ediff.texi: Sync @dircategory with ../../info/dir.
1917 * edt.texi: Sync @dircategory with ../../info/dir.
1918 * eieio.texi: Sync @dircategory with ../../info/dir.
1919 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1920 * epa.texi: Sync @dircategory with ../../info/dir.
1921 * erc.texi: Sync @dircategory with ../../info/dir.
1922 * eshell.texi: Sync @dircategory with ../../info/dir.
1923 * eudc.texi: Sync @dircategory with ../../info/dir.
1924 * flymake.texi: Sync @dircategory with ../../info/dir.
1925 * forms.texi: Sync @dircategory with ../../info/dir.
1926 * gnus.texi: Sync @dircategory with ../../info/dir.
1927 * idlwave.texi: Sync @dircategory with ../../info/dir.
1928 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1929 * message.texi: Sync @dircategory with ../../info/dir.
1930 * mh-e.texi: Sync @dircategory with ../../info/dir.
1931 * newsticker.texi: Sync @dircategory with ../../info/dir.
1932 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1933 * org.texi: Sync @dircategory with ../../info/dir.
1934 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1935 * pgg.texi: Sync @dircategory with ../../info/dir.
1936 * rcirc.texi: Sync @dircategory with ../../info/dir.
1937 * reftex.texi: Sync @dircategory with ../../info/dir.
1938 * remember.texi: Sync @dircategory with ../../info/dir.
1939 * sasl.texi: Sync @dircategory with ../../info/dir.
1940 * sc.texi: Sync @dircategory with ../../info/dir.
1941 * semantic.texi: Sync @dircategory with ../../info/dir.
1942 * ses.texi: Sync @dircategory with ../../info/dir.
1943 * sieve.texi: Sync @dircategory with ../../info/dir.
1944 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1945 * speedbar.texi: Sync @dircategory with ../../info/dir.
1946 * trampver.texi [emacs]: Set emacsname to "Emacs".
1947 * tramp.texi: Sync @dircategory with ../../info/dir.
1948 * url.texi: Sync @dircategory with ../../info/dir.
1949 * vip.texi: Sync @dircategory with ../../info/dir.
1950 * viper.texi: Sync @dircategory with ../../info/dir.
1951 * widget.texi: Sync @dircategory with ../../info/dir.
1952 * woman.texi: Sync @dircategory with ../../info/dir.
1953
30abce25
GM
19542011-02-19 Glenn Morris <rgm@gnu.org>
1955
0c7efc08
SM
1956 * dired-x.texi (Technical Details): No longer redefines
1957 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1958 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1959
f31f8469
GM
19602011-02-18 Glenn Morris <rgm@gnu.org>
1961
1962 * dired-x.texi (Optional Installation File At Point): Simplify.
1963
35123c04
TZ
19642011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1965
1966 * auth.texi (Help for users): Use :port instead of :protocol for all
1967 auth-source docs.
7ba93e94
G
1968 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1969 to have two files in `auth-sources'.
35123c04 1970
da5e0ce4
GM
19712011-02-16 Glenn Morris <rgm@gnu.org>
1972
b322c9af
GM
1973 * dired-x.texi: Use emacsver.texi to get Emacs version.
1974 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1975 Depend on emacsver.texi.
1976
07ca5555
GM
1977 * dired-x.texi: Drop meaningless version number.
1978 (Introduction): Remove old info.
1979 (Optional Installation Dired Jump): Autoload from dired-x.
1980 Remove incorrect info about loaddefs.el.
1981 (Bugs): Just refer to M-x report-emacs-bug.
1982
da5e0ce4
GM
1983 * dired-x.texi (Multiple Dired Directories): Update for rename of
1984 default-directory-alist.
1985 (Miscellaneous Commands): No longer mention very old VM version 4.
1986
bb55f713
PE
19872011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1988
1989 Merge from gnulib.
1990 * texinfo.tex: Update to version 2011-02-14.11.
1991
5415d076
G
19922011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1993
da5e0ce4
GM
1994 * auth.texi (Help for users):
1995 Login collection is "Login" and not "login".
5415d076 1996
14029d4b
MA
19972011-02-13 Michael Albinus <michael.albinus@gmx.de>
1998
1999 * tramp.texi (History): Remove IMAP support.
2000 (External methods, Frequently Asked Questions): Remove `imap' and
2001 `imaps' methods.
2002 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
2003
2004 * trampver.texi: Remove default value of `emacsimap'.
2005
8a36c07f
GM
20062011-02-13 Glenn Morris <rgm@gnu.org>
2007
2008 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
2009 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
2010
165bc5a0
GM
20112011-02-12 Glenn Morris <rgm@gnu.org>
2012
2013 * sc.texi (Getting Connected): Remove old index entries.
2014
5415d076 20152011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
2016
2017 * url.texi: Remove duplicate @dircategory (Bug#7942).
2018
b8e0f0cd
G
20192011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
2020
8a36c07f
GM
2021 * auth.texi (Overview, Help for users, Help for developers):
2022 Update docs.
b8e0f0cd
G
2023 (Help for users): Talk about spaces.
2024
caf82551
PE
20252011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2026
2027 * texinfo.tex: Update to version 2011-02-07.16.
2028
1ff98217
MA
20292011-02-07 Michael Albinus <michael.albinus@gmx.de>
2030
2031 * dbus.texi (Bus names): Adapt descriptions for
2032 dbus-list-activatable-names and dbus-list-known-names.
2033
2e78df6b
JB
20342011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
2035
2036 * calc.texi (Logarithmic Units): New section.
2037
7fbf7cae
TZ
20382011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
2039
2040 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
2041 manuals use it now.
2042
0c7efc08 2043 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 2044
156ad271
KY
20452011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
2046
2047 * overrides.texi: Remove.
2048
2049 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2050 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2051
36539990
MA
20522011-02-05 Michael Albinus <michael.albinus@gmx.de>
2053
2054 * tramp.texi (Frequently Asked Questions): Mention problems with
2055 WinSSHD.
2056
2057 * trampver.texi: Update release number.
2058
20592011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
2060
2061 * tramp.texi:
2062 Replace "delimet" with "delimit" globally.
2063 Replace "explicite" with "explicit" globally.
2064 Replace "instead of" with "instead" where there was nothing after "of".
2065 Audit use of comma before interrogative pronoun, "that", or "which".
2066 Minor word order, spelling, wording changes.
2067
ec72bf63
G
20682011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2069
2070 * overrides.texi: New file to set or clear WEBHACKDEVEL.
2071
2072 * sieve.texi: Use WEBHACKDEVEL.
2073
2074 * sasl.texi: Use WEBHACKDEVEL.
2075
2076 * pgg.texi: Use WEBHACKDEVEL.
2077
2078 * message.texi: Use WEBHACKDEVEL.
2079
2080 * gnus.texi: Use WEBHACKDEVEL.
2081
2082 * emacs-mime.texi: Use WEBHACKDEVEL.
2083
2084 * auth.texi: Use WEBHACKDEVEL.
2085
2086 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2087 manuals.
2088
20892011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2090
2091 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2092
90b750f4
PE
20932011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2094
2095 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2096 which in turn is copied from ftp://tug.org/tex/.
2097
0e751a49
GM
20982011-02-03 Glenn Morris <rgm@gnu.org>
2099
2100 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2101 (Binding combinations of modifiers and function keys):
2102 Let's assume people reading this are not using Emacs 18.
2103
7f13c2e2
LI
21042011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2105
2106 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2107 since it's run automatically.
2108
d76c843e
LI
21092011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2110
2111 * gnus.texi (Customizing Articles): Fix typo.
2112
12e3ca0a
LI
21132011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2114
2115 * gnus.texi (Customizing Articles): Document the new way of customizing
2116 the date headers(s).
2117
fe72c8fa
LI
21182011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2119
2120 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2121 splitting example.
2122
bf3dae7e
EZ
21232011-01-29 Eli Zaretskii <eliz@gnu.org>
2124
2125 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2126 (MAKEINFO_OPTS): New variable.
2127 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2128 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2129 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2130 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2131 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2132 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2133 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2134 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2135 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2136 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2137 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2138 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2139 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2140 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2141 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2142 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2143 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2144 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2145
d6f13ac8
LI
21462011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2147
2148 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2149
c5ecc769
G
21502011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2151
2152 * message.texi (IDNA): Explain what it is.
2153
21542011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2155
2156 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2157
45eb2a5d
WL
21582011-01-23 Werner Lemberg <wl@gnu.org>
2159
2160 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2161 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2162 (ENVADD): Update.
45eb2a5d 2163
6872a814
GM
21642011-01-18 Glenn Morris <rgm@gnu.org>
2165
2166 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2167
77ab81d0 21682011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2169
2170 * nxml-mode.texi (Introduction): Fix file name typos.
2171
d221e780
CO
21722011-01-13 Christian Ohler <ohler@gnu.org>
2173
2174 * ert.texi: New file.
2175
2176 * Makefile.in:
2177 * makefile.w32-in: Add ert.texi.
2178
8c904d82
MA
21792011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2180
2181 * dbus.texi (Receiving Method Calls): New function
2182 dbus-register-service. Rearrange node.
2183
f56e0e7a
PE
21842011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2185
2186 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2187 which in turn is copied from ftp://tug.org/tex/.
2188
0fadf00e
MA
21892011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2190
2191 * dbus.texi (Receiving Method Calls): Describe new optional
2192 parameter dont-register-service of dbus-register-{method,property}.
2193
8b358e90
DU
21942010-12-17 Daiki Ueno <ueno@unixuser.org>
2195
0c7efc08
SM
2196 * epa.texi (Encrypting/decrypting *.gpg files):
2197 Mention epa-file-select-keys.
8b358e90 2198
549c9aed
G
21992010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2200
2201 * gnus.texi (Archived Messages): Remove outdated text.
2202
22032010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2204
0c7efc08 2205 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 2206
156e3f9c
G
22072010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2208
83f3eadc 2209 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 2210
8151d490
AC
22112010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2212
2213 * gnus.texi (The swish++ Engine): Add customizable parameters
2214 descriptions.
2215 (The swish-e Engine): Ditto.
2216
305bdd22
MA
22172010-12-14 Michael Albinus <michael.albinus@gmx.de>
2218
2219 * tramp.texi (Inline methods): Add "ksu" method.
2220 (Remote processes): Add example with remote `default-directory'.
2221
53aff12a
GM
22222010-12-14 Glenn Morris <rgm@gnu.org>
2223
2224 * faq.texi (Expanding aliases when sending mail):
2225 Now build-mail-aliases is interactive.
2226
8a1cdce5
AC
22272010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2228
2229 * gnus.texi: First pass at adding (rough) nnir documentation.
2230
7410c270
G
22312010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2232
53aff12a
GM
2233 * gnus.texi (Filtering New Groups):
2234 Mention gnus-auto-subscribed-categories.
2235 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
2236 removed.
2237
f49d1f52 22382010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
2239
2240 * cl.texi (For Clauses): Small fixes for frames and windows.
2241
acedf35c
CD
22422010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2243
2244 * org.texi (Using capture): Document using prefix arguments for
2245 finalizing capture.
2246 (Agenda commands): Document prefix argument for the bulk scatter
2247 command.
2248 (Beamer class export): Document that also overlay arguments can be
2249 passed to the column environment.
2250 (Template elements): Document the new entry type.
2251
22522010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2253
2254 * org.texi (Include files): Document :minlevel.
2255
22562010-12-11 Julien Danjou <julien@danjou.info>
2257
2258 * org.texi (Categories): Document category icons.
2259
22602010-12-11 Eric Schulte <schulte.eric@gmail.com>
2261
2262 * org.texi (noweb): Fix typo.
2263
516aa569
G
22642010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2265
2266 * gnus.texi (Server Commands): Point to the rest of the server
2267 commands.
2268
04db63bc
G
22692010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2270
2271 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2272 g'.
2273
ed797193
G
22742010-12-02 Julien Danjou <julien@danjou.info>
2275
2276 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2277
22782010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2279
2280 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2281 (Direct Functions): Note the STARTTLS upgrade.
2282
07976ae3 22832010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 2284 James Clark <none@example.com>
d3dfb185
GM
2285
2286 * nxml-mode.texi (Introduction): New section.
2287
59e75882
G
22882010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2289
2290 * gnus.texi (Server Commands): Document gnus-server-show-server.
2291
568a887f
MA
22922010-11-20 Michael Albinus <michael.albinus@gmx.de>
2293
2294 Sync with Tramp 2.2.0.
2295
2296 * trampver.texi: Update release number.
2297
1265829e
JB
22982010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2299
2300 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2301 Mention that the TeX specific units won't use the `tex' prefix
2302 in TeX mode.
2303
239661c0
KY
23042010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2305
2306 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2307
4a47c275 23082010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
2309
2310 * edt.texi: Remove information about Emacs 19.
2311
4a47c275 23122010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
2313
2314 * trampver.texi: Update release number.
2315
2f0e0dc8
KY
23162010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2317
2318 * gnus.texi (Article Washing): Fix typo.
2319
afe98dfa
CD
23202010-11-11 Noorul Islam <noorul@noorul.com>
2321
56f5a94e 2322 * org.texi: Fix typo.
afe98dfa
CD
2323
23242010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2325
2326 * org.texi (Using capture): Explain that refiling is
2327 sensitive to cursor position.
2328
23292010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2330
56f5a94e 2331 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
2332
23332010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2334
2335 * org.texi: Document the <c> cookie.
2336
23372010-11-11 Eric Schulte <schulte.eric@gmail.com>
2338
bd7239f5 2339 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 2340 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
2341
23422010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2343
56f5a94e 2344 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
2345
23462010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2347
56f5a94e 2348 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
2349
23502010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2351
2352 * org.texi (Setting up the staging area): Document that
2353 file names remain visible when encrypting the MobileOrg files.
2354
23552010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2356
2357 * org.texi (Setting up the staging area): Document which
2358 versions are needed for encryption.
2359
23602010-11-11 Eric Schulte <schulte.eric@gmail.com>
2361
56f5a94e
GM
2362 * org.texi (noweb): Update :noweb documentation to
2363 reflect the new "tangle" argument.
afe98dfa
CD
2364
23652010-11-11 Eric Schulte <schulte.eric@gmail.com>
2366
56f5a94e
GM
2367 * org.texi (Batch execution): Improve tangling script in
2368 documentation.
afe98dfa
CD
2369
23702010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2371
2372 * org.texi (Handling links):
2373 (In-buffer settings): Document inlining images on startup.
2374
23752010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2376
2377 * org.texi (Setting up the staging area): Document use of
2378 crypt password.
2379
23802010-11-11 David Maus <dmaus@ictsoc.de>
2381
56f5a94e 2382 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
2383
23842010-11-11 David Maus <dmaus@ictsoc.de>
2385
56f5a94e
GM
2386 * org.texi (Template expansion): Add mew in table for link type
2387 escapes.
afe98dfa
CD
2388
23892010-11-11 David Maus <dmaus@ictsoc.de>
2390
56f5a94e 2391 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
2392
23932010-11-11 Eric Schulte <schulte.eric@gmail.com>
2394
56f5a94e 2395 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
2396
23972010-11-11 Eric Schulte <schulte.eric@gmail.com>
2398
56f5a94e 2399 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
2400
24012010-11-11 Eric Schulte <schulte.eric@gmail.com>
2402
56f5a94e
GM
2403 * org.texi (Structure of code blocks):
2404 Update documentation to mention inline code block syntax.
afe98dfa
CD
2405
24062010-11-11 Eric Schulte <schulte.eric@gmail.com>
2407
56f5a94e 2408 * org.texi (comments): Improve wording.
afe98dfa
CD
2409
24102010-11-11 Eric Schulte <schulte.eric@gmail.com>
2411
56f5a94e 2412 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
2413
24142010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2415
2416 * org.texi (Installation): Remove the special
2417 installation instructions for XEmacs.
2418
24192010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2420
56f5a94e 2421 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
2422 insertion of empty structural elements.
2423
24242010-11-11 Noorul Islam <noorul@noorul.com>
2425
56f5a94e 2426 * org.texi: Fix doc.
afe98dfa
CD
2427
24282010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2429
2430 * org.texi (The date/time prompt): Document specification
2431 of time ranges.
2432
24332010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2434
2435 * org.texi (Internal links): Document the changes in
2436 internal links.
2437
24382010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2439
2440 * org.texi (Agenda commands): Document the limitation for
2441 the filter preset - it can only be used for an entire agenda
2442 view, not in an individual block in a block agenda.
2443
24442010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2445
2446 * org.texi (iCalendar export): Document alarm creation.
2447
6f8fc60c
MA
24482010-11-10 Michael Albinus <michael.albinus@gmx.de>
2449
2450 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2451
be3c11b3
LMI
24522010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2453
2454 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2455
d607b96b 24562010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 2457
d607b96b 2458 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 2459
181cb5fb
G
24602010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2461
2462 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2463 since that works by default.
2464
24652010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2466
2467 * gnus.texi (Customizing the IMAP Connection): Document
2468 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2469
36bc5d3b
MA
24702010-11-04 Michael Albinus <michael.albinus@gmx.de>
2471
2472 * tramp.texi (Remote shell setup): New item "Interactive shell
2473 prompt". Reported by Christian Millour <cm@abtela.com>.
2474 (Remote shell setup, Remote processes): Use @code{} for
2475 environment variables.
2476
cf503f7c
GM
24772010-11-03 Glenn Morris <rgm@gnu.org>
2478
537b04b9 2479 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 2480 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 2481
389b76fa
G
24822010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2483
2484 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2485
2699a554 24862010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
2487
2488 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2489
2699a554 24902010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
2491
2492 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2493
99e65b2d
G
24942010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2495
0c7efc08
SM
2496 * gnus.texi (Client-Side IMAP Splitting):
2497 Mention nnimap-unsplittable-articles.
99e65b2d
G
2498
24992010-10-29 Julien Danjou <julien@danjou.info>
2500
2501 * gnus.texi (Finding the News): Remove references to obsoletes
2502 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2503
aeeb3dcb
EZ
25042010-10-29 Eli Zaretskii <eliz@gnu.org>
2505
2506 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2507 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2508 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2509 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2510
8289f37b
GM
25112010-10-28 Glenn Morris <rgm@gnu.org>
2512
2513 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2514 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2515 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2516
d85d3b3a
DU
25172010-10-25 Daiki Ueno <ueno@unixuser.org>
2518
2519 * epa.texi (Mail-mode integration): Add alternative key bindings
2520 for epa-mail commands; escape comma.
c05c2b9b 2521 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 2522
9f534a47
JB
25232010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
2524
99e65b2d 2525 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 2526
5793a7bc 25272010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
2528
2529 * gnus.texi (Group Parameters, Buttons): Fix typos.
2530
280f417b
G
25312010-10-22 Tassilo Horn <tassilo@member.fsf.org>
2532
2533 * gnus.texi (Subscription Commands): Mention that you can also
2534 subscribe to new groups via the Server buffer, which is probably more
2535 convenient when subscribing to many groups.
2536
d806c872
G
25372010-10-21 Julien Danjou <julien@danjou.info>
2538
2539 * message.texi (Message Headers): Allow message-default-headers to be a
2540 function.
2541
d5798f68
LMI
25422010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2543
2544 * gnus-news.texi: Mention new archive defaults.
2545
b79bbef7
KY
25462010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2547
2548 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2549
2526f423
G
25502010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2551
2552 * gnus.texi (HTML): Document the function value of
2553 gnus-blocked-images.
2554 (Article Washing): shr and gnus-w3m, not the direct function names.
2555
ba91f05d
G
25562010-10-20 Julien Danjou <julien@danjou.info>
2557
2558 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2559 variable.
2560
da451787
LMI
25612010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2562
2563 * gnus.texi (Customizing the IMAP Connection): The port strings are
2564 strings.
c872595d 2565 (Document Groups): Mention git.
da451787 2566
7cad71ad
G
25672010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2568
2569 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2570 bzr/Gnus git sync.
2571
c56dfd36
EZ
25722010-10-15 Eli Zaretskii <eliz@gnu.org>
2573
2574 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2575 change.
2576
a1d16a7b
G
25772010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2578
2579 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2580 @item syntax for in-Emacs makeinfo.
2581
25822010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2583
2584 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2585 trim sentence.
2586
98e2b864
DU
25872010-10-12 Daiki Ueno <ueno@unixuser.org>
2588
2589 * epa.texi (Caching Passphrases):
0c7efc08
SM
2590 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2591 Clarify some configurations require to set up gpg-agent.
98e2b864 2592
c12e4a81
GM
25932010-10-11 Glenn Morris <rgm@gnu.org>
2594
2595 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2596
f7aa248a
G
25972010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2598
2599 * gnus.texi (Spam Package Introduction): Mention `$'.
2600
6513b232
EZ
26012010-10-09 Eli Zaretskii <eliz@gnu.org>
2602
2603 * makefile.w32-in (emacsdir): New variable.
2604 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2605 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2606
abd40fb4
GM
26072010-10-09 Glenn Morris <rgm@gnu.org>
2608
0f05450f
GM
2609 * Makefile.in (mostlyclean): Delete *.toc.
2610
d3a4ac46
GM
2611 * Makefile.in: Use $< in rules.
2612
aa9db089
GM
2613 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2614
abd40fb4
GM
2615 * Makefile.in ($(infodir)): Delete rule.
2616 (mkinfodir): New. Use it in all the info rules, rather than depending
2617 on infodir.
2618
ea274122
GM
26192010-10-09 Glenn Morris <rgm@gnu.org>
2620
6e90e2a8
GM
2621 * gnus.texi (Article Washing): Fix previous change.
2622
f7a31f11
GM
2623 * Makefile.in (emacsdir): New variable.
2624 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
2625 Depend on emacsver.texi.
2626
f7a31f11
GM
2627 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2628
ea274122
GM
2629 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2630
36d3245f
G
26312010-10-08 Julien Danjou <julien@danjou.info>
2632
f7a31f11 2633 * gnus.texi: Add mm-shr.
36d3245f
G
2634
26352010-10-08 Ludovic Courtès <ludo@gnu.org>
2636
2637 * gnus.texi (Finding the Parent, The Gnus Registry)
2638 (Registry Article Refer Method): Update docs for nnregistry.el.
2639
26402010-10-08 Daiki Ueno <ueno@unixuser.org>
2641
2642 * auth.texi (Help for users)
2643 (GnuPG and EasyPG Assistant Configuration): Update docs.
2644
12359245
GM
26452010-10-08 Glenn Morris <rgm@gnu.org>
2646
2647 * cl.texi (Organization, Installation, Old CL Compatibility):
2648 Deprecate cl-compat for new code.
4628bef1 2649 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
2650
2651 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2652
fcf2d385
KY
26532010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2654
2655 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2656
66627fa9
G
26572010-10-06 Julien Danjou <julien@danjou.info>
2658
fd9ba500
JD
2659 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2660
66627fa9
G
2661 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2662 broken link.
2663
2664 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2665
2666 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2667 to ReiserFS.
2668
2669 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2670 (FAQ 7-1): Fix getmail URL.
2671
65f54520
DU
26722010-10-06 Daiki Ueno <ueno@unixuser.org>
2673
2674 * epa.texi (Caching Passphrases): New section.
2675
4c83f6e1
GM
26762010-10-06 Glenn Morris <rgm@gnu.org>
2677
2678 * Makefile.in (SHELL): Set it.
2679 (info): Move the mkdir dependency to the individual info files.
2680 (mostlyclean): Tidy up.
2681 (clean): Only delete the specific dvi and pdf files.
2682 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 2683 ($(infodir)): Add parallel build workaround.
4c83f6e1 2684
71e691a5
G
26852010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2686
2687 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2688
a41c2e6d
G
26892010-10-03 Julien Danjou <julien@danjou.info>
2690
0c7efc08
SM
2691 * emacs-mime.texi (Display Customization):
2692 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
2693 mm-inline-large-images-proportion.
2694
37255945
MA
26952010-10-03 Michael Albinus <michael.albinus@gmx.de>
2696
0c7efc08
SM
2697 * tramp.texi (Frequently Asked Questions):
2698 Mention remote-file-name-inhibit-cache.
37255945 2699
11e4e7bd
LMI
27002010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2701
2702 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2703 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2704
cb83220a
KY
27052010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2706
0c7efc08
SM
2707 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2708 (Article Hiding): Add google banner example.
2709 Suggested by Benjamin Xu.
cb83220a 2710
6b958814
G
27112010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2712
0c7efc08
SM
2713 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2714 Remove nnimap-split-rule from examples.
6b958814
G
2715
27162010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2717
2718 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2719 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2720 Fishman.
2721 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2722
27232010-09-30 Julien Danjou <julien@danjou.info>
2724
2725 * gnus.texi (Gravatars): Fix documentation about
2726 gnu-gravatar-properties.
2727
b9476c04
DU
27282010-09-29 Daiki Ueno <ueno@unixuser.org>
2729
2730 * epa.texi (Bug Reports): New section.
2731
5f874327
GM
27322010-09-29 Glenn Morris <rgm@gnu.org>
2733
2734 * Makefile.in (top_srcdir): Remove unused variable.
2735
6b958814
G
27362010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2737
2738 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2739 (Client-Side IMAP Splitting): Document 'default.
2740
27412010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2742
0c7efc08
SM
2743 * gnus.texi (Customizing the IMAP Connection):
2744 Document nnimap-fetch-partial-articles.
6b958814 2745
82bccbfa
KY
27462010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2747
2748 * gnus-news.texi: Mention nnimap-inbox.
2749
2750 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2751
27522010-09-26 Julien Danjou <julien@danjou.info>
2753
47e08896 2754 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2755
27562010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2757
2758 * gnus.texi (Security): Remove gpg.el mention.
2759
27602010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2761
2762 * gnus.texi (Browse Foreign Server): New variable
2763 gnus-browse-subscribe-newsgroup-method.
2764
2765 * gnus-news.texi: Mention it.
2766
27672010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2768
0c7efc08 2769 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2770 (Startup Variables): No jingle.
2771
4c964351
UM
27722010-09-25 Ulrich Mueller <ulm@gentoo.org>
2773
2774 * woman.texi (Interface Options): xz compression is now supported.
2775
82bccbfa
KY
27762010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2777
2778 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2779 (Unavailable Servers): Document gnus-server-copy-server.
2780 (Using IMAP): Document the new nnimap.
2781
27822010-09-25 Julien Danjou <julien@danjou.info>
2783
47e08896 2784 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2785
18778f71
GM
27862010-09-24 Glenn Morris <rgm@gnu.org>
2787
2788 * url.texi (Disk Caching): Tweak previous change.
2789
9c766321
JD
27902010-09-24 Julien Danjou <julien@danjou.info>
2791
2792 * url.texi (Disk Caching): Mention url-cache-expire-time,
2793 url-cache-expired, and url-fetch-from-cache.
2794
82bccbfa
KY
27952010-09-24 Julien Danjou <julien@danjou.info>
2796
2797 * gnus.texi: Add Gravatars.
2798
27992010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2800
2801 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2802
592bdb9a
LMI
28032010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2804
2805 * gnus.texi (Expunging mailboxes): Update name of the expunging
2806 command.
2807
e4e22d29
KY
28082010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2809
2810 * emacs-mime.texi (rfc2047): Update description for
2811 rfc2047-encode-parameter.
2812
371d9801
MA
28132010-09-13 Michael Albinus <michael.albinus@gmx.de>
2814
2815 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2816 "fish" methods.
2817 (External methods): Remove "scp1_old" and "scp2_old" methods.
2818
31ae5827
MA
28192010-09-09 Michael Albinus <michael.albinus@gmx.de>
2820
2821 * tramp.texi: Remove Japanese manual. Fix typo.
2822
2823 * trampver.texi: Update release number. Remove japanesemanual.
2824
c0468714
GM
28252010-09-09 Glenn Morris <rgm@gnu.org>
2826
2827 * org.texi: Restore clobbered changes (copyright years, untabify).
2828
86441999
JD
28292010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2830
2831 * gnus.texi (Adaptive Scoring): Fix typo.
2832
25f28806
LMI
28332010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2834
2835 * gnus.texi (Article Display): Document gnus-html-show-images.
2836
45240125 28372010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2838
45240125
JD
2839 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2840
59d09f15
LMI
28412010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2842
2843 * gnus.texi (HTML): Document gnus-max-image-proportion.
2844
2cdd366f
KY
28452010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2846
51dee5ef
KY
2847 * gnus.texi (HTML): Document gnus-blocked-images.
2848
2cdd366f
KY
2849 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2850
b0e4f3fc
KY
28512010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2852
2853 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2854 the first message are used for wide replies.
f02566ce
KY
2855 (Changing Servers): Remove documentation on gnus-change-server and
2856 friends, since it's been removed.
b0e4f3fc 2857
598451ed
KY
28582010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2859
2860 * gnus.texi (Drafts): Mention B DEL.
2861
e7842e69
KY
28622010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2863
2864 * gnus.texi (Delayed Articles): Mention that the Date header is the
2865 original one, even if you delay.
2866
85115796
KY
28672010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2868
0c7efc08
SM
2869 * gnus.texi (Asynchronous Fetching):
2870 Document gnus-async-post-fetch-function.
85115796
KY
2871 (HTML): Made into its own section.
2872
f0b44bc0
MA
28732010-08-26 Michael Albinus <michael.albinus@gmx.de>
2874
2875 Sync with Tramp 2.1.19.
2876
217876c9 2877 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2878 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2879 Remove remark about doubled "-t" argument.
217876c9
MA
2880 (Auto-save and Backup): Remove reference to Emacs 21.
2881 (Filename Syntax): Describe port numbers.
2882 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2883 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2884 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2885 errors with the backquotes.
2886 (External packages): File attributes cache flushing for asynchronous
2887 processes.
2888 (Traces and Profiles): Describe verbose level 9.
2889
f0b44bc0
MA
2890 * trampver.texi: Update release number.
2891
7457f7b6
MA
28922010-08-23 Michael Albinus <michael.albinus@gmx.de>
2893
2894 * dbus.texi (Alternative Buses): New chapter.
2895
b695beda
SM
28962010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2897
2898 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2899
443c2c03
JB
29002010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2901
2902 * calc.texi (Customizing Calc): Rearrange description of new
2903 variables to match the presentation of other variables.
2904
7815fe19 29052010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2906
2907 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2908
2c695727
JB
29092010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2910
2911 * calc.texi (Making Selections, Selecting Subformulas)
2912 (Customizing Calc): Mention how to use faces to emphasize selected
2913 sub-formulas.
2914
bbb6ffa1
MA
29152010-08-05 Michael Albinus <michael.albinus@gmx.de>
2916
2917 * tramp.texi (External packages): File attributes cache flushing
2918 for asynchronous processes.
2919
5cee0a9c
AM
29202010-08-01 Alan Mackenzie <acm@muc.de>
2921
2922 Enhance the manual for the latest Java Mode.
2923
2924 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2925 annotation-var-cont.
2926 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2927 two new symbols.
2928
3f2afe32
MA
29292010-07-28 Michael Albinus <michael.albinus@gmx.de>
2930
2931 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2932
0ed082fe 29332010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2934
2935 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2936
311f0356
JB
29372010-07-19 Juanma Barranquero <lekktu@gmail.com>
2938
2939 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2940
86fbb8ca
CD
29412010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2942
2943 * org.texi: Add macros to get plain quotes in PDF output.
2944 List additional contributors.
2945 (Capture): New section, replaces the section about remember.
2946 (Working With Source Code): New chapter, focused on documenting Org
2947 Babel.
2948 (Code evaluation security): New section.
2949 (MobileOrg): Document DropBox support.
2950 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2951 (Special symbols): Show how to display UTF8 characters for entities.
2952 (Global TODO list): Clarify the use of the "M" key and the differences
2953 to the "m" key.
2954 (RSS Feeds): Mention Atom feeds as well.
2955 (Setting tags): Remove paragraph about
2956 `org-complete-tags-always-offer-all-agenda-tags'.
2957
5732e8ed
MA
29582010-07-17 Michael Albinus <michael.albinus@gmx.de>
2959
2960 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2961 argument.
2962 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2963 echoing shells.
2964
ca1bb391
MA
29652010-07-10 Michael Albinus <michael.albinus@gmx.de>
2966
2967 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2968 (Filename Syntax): Describe port numbers.
2969
5bd55c3c
MA
29702010-07-09 Michael Albinus <michael.albinus@gmx.de>
2971
2972 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2973 forgotten.
2974 (Type Conversion): Precise conversion of natural numbers.
2975 (Errors and Events): Add "debugging" to concept index. Add variable
2976 `dbus-debug'.
2977
820ae8fe
MA
29782010-07-04 Michael Albinus <michael.albinus@gmx.de>
2979
2980 * dbus.texi (Receiving Method Calls): Add optional argument
2981 EMITS-SIGNAL to `dbus-register-property'.
2982
b6f9df0f
JB
29832010-06-27 Alex Schroeder <alex@gnu.org>
2984
2985 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2986
62e034c2
GM
29872010-06-24 Glenn Morris <rgm@gnu.org>
2988
2989 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2990 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2991 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2992 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2993 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2994 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2995 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2996 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2997 convention. Make them end with a period.
2998
9360256a
GM
29992010-06-23 Glenn Morris <rgm@gnu.org>
3000
3001 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
3002 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
3003 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
3004 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
3005 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
3006 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 3007
04d3bb6c
GM
30082010-06-10 Glenn Morris <rgm@gnu.org>
3009
3010 * idlwave.texi (Load-Path Shadows):
3011 * org.texi (Handling links): Fix typos.
3012
5e7d4a75
KY
30132010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
3014
3015 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
3016
9841cb4f
MA
30172010-05-26 Michael Albinus <michael.albinus@gmx.de>
3018
3019 * eshell.texi (Built-ins): Describe, how to disable a built-in command
3020 by an alias. (Bug#6226)
3021
597517ef
JB
30222010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
3023
3024 * calc.texi (Manipulating Vectors): Mention that vectors can
3025 be used to determine bins for `calc-histogram'.
3026
14914c43
JB
30272010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
3028
597517ef 3029 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 3030
0235128c 30312010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
3032
3033 * url.texi (HTTP language/coding, Customization):
3034 * message.texi (Header Commands, Responses):
3035 * cl.texi (Argument Lists): Fix typos.
3036
0235128c 30372010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 3038
0235128c
SM
3039 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
3040 Note that Development menu is always available.
aa5789b5
CY
3041 (Creating a project): Fix terminology.
3042 (Add/Remove files): Fix typo.
3043
0235128c
SM
30442010-05-07 Chong Yidong <cyd@stupidchicken.com>
3045
3046 * Version 23.2 released.
3047
a628ad9d 30482010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
3049
3050 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3051
502269d6
MA
30522010-05-01 Michael Albinus <michael.albinus@gmx.de>
3053
0235128c
SM
3054 * tramp.texi (Inline methods, Default Method):
3055 Mention `tramp-inline-compress-start-size'.
502269d6 3056
6e104790 30572010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
3058
3059 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3060 the CVS repo. Put the Git repo in the news section.
3061
6e104790 3062 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
3063 Removed some mentions of CVS. Mention the new Git repo.
3064
6e104790 30652010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
3066
3067 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
3068 (Mail Group Commands): Add index entry.
3069
6e104790 30702010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
3071
3072 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3073
f8b91752
JB
30742010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3075
3076 * calc.texi (Radix modes): Mention that the option prefix will
3077 turn on twos-complement mode.
3078 (Inverse and Hyperbolic Flags): Mention the Option flag.
3079
ed21c5c8
CD
30802010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3081
3082 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 3083 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
3084 (Sectioning structure): Update.
3085 (References): New use case for field coordinates.
6e104790 3086 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
3087 (Setting up the staging area): Document the availability of
3088 encryption for MobileOrg.
3089 (Images and tables): Document how to reference labels.
3090 (Index entries): New section.
3091 (Generating an index): New section.
3092 (Column width and alignment): Document that <N> now
3093 means a fixed width, not a maximum width.
3094 (Publishing options): Document the :email option.
3095 (Beamer class export): Fix bug in the BEAMER example.
3096 (Refiling notes): Document refile logging.
3097 (In-buffer settings): Document refile logging keywords.
3098 (Drawers): Document `C-c C-z' command.
3099 (Agenda commands): Mention the alternative key `C-c C-z'.
3100 (Special properties): Document the BLOCKED property.
3101 (The spreadsheet): Mention the formula editor.
3102 (References): Document field coordinates.
3103 (Publishing action): Correct the documentation for the
3104 publishing function.
3105 (The date/time prompt): Document that we accept dates
3106 like month/day/year.
3107 (Cooperation): Document the changes in table.el support.
3108 (Faces for TODO keywords, Faces for TODO keywords)
3109 (Priorities): Document the easy colors.
3110 (Visibility cycling): Document the new double prefix
3111 arg for `org-reveal'.
3112 (Cooperation): Remember.el is part of Emacs.
3113 (Clean view): Mention that `wrap-prefix' is also set by
3114 org-indent-mode.
3115 (Agenda commands): Add information about prefix args to
3116 scheduling and deadline commands.
3117 (Search view): Point to the docstring of
3118 `org-search-view' for more details.
6e104790 3119 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3120 (Setting tags): Document variable
3121 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3122 (Column attributes): Cross-reference special properties.
ed21c5c8 3123
456b348e
MA
31242010-04-10 Michael Albinus <michael.albinus@gmx.de>
3125
3126 Synchronize with Tramp repository.
3127
3128 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3129 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3130 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3131 syntax, texi2dvi reports errors with the backquotes.
3132
3133 * trampver.texi: Update release number.
3134
357e2d8e
KY
31352010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3136
3137 * gnus.texi (Finding the News): Add pointers to the Server buffer
3138 because it's essential.
3139
1d4d7664
KY
31402010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3141
3142 * gnus.texi (MIME Commands): Update description of
3143 gnus-article-browse-html-article.
3144
bd3e840f
KY
31452010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3146
3147 * auth.texi (Secret Service API): Add TODO node.
3148 (Help for users): Explain the new source options for `auth-sources'.
3149
e867cb5d 31502010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3151
3152 * trampver.texi: Update release number.
3153
288f9fc0
CY
31542010-03-10 Chong Yidong <cyd@stupidchicken.com>
3155
3156 * Branch for 23.2.
3157
d99aaebd
CY
31582010-03-03 Chong Yidong <cyd@stupidchicken.com>
3159
3160 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3161 now enabled by default.
3162
5794c2a5
MA
31632010-02-28 Michael Albinus <michael.albinus@gmx.de>
3164
3165 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3166 when Emacs runs in interactive mode. (Bug#5645)
3167
40572be6
GM
31682010-02-16 Glenn Morris <rgm@gnu.org>
3169
3170 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3171
7bb8ed67
MH
31722010-02-05 Mark A. Hershberger <mah@everybody.org>
3173
3174 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3175
45a1423d 31762010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3177
3178 * gnus.texi (Score File Format): Fix typo.
3179
45a1423d 31802010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3181
3182 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3183
14f17fc8
JB
31842010-01-18 Juanma Barranquero <lekktu@gmail.com>
3185
3186 * ada-mode.texi (Project File Overview): Fix typo.
3187
607d4369
CY
31882010-01-17 Chong Yidong <cyd@stupidchicken.com>
3189
3190 * semantic.texi: Add Richard Y. Kim credit.
3191
3192 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3193
3d1bfa99
MA
31942010-01-17 Michael Albinus <michael.albinus@gmx.de>
3195
3196 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 3197 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 3198
6fbf7a75
GM
31992010-01-17 Glenn Morris <rgm@gnu.org>
3200
b9f978f0
GM
3201 * calc.texi (Reporting Bugs): Don't mention format of repository.
3202
f19bc38d
GM
3203 * woman.texi (Bugs): Make "Emacs repository" less specific,
3204 and the URL for same more specific.
3205
6fbf7a75
GM
3206 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3207
16c3428a
JB
32082010-01-17 Juanma Barranquero <lekktu@gmail.com>
3209
3210 * ede.texi (ede-step-project, ede-proj-target):
3211 * tramp.texi (Remote processes): Fix typos.
3212
045b9da7
ML
32132010-01-16 Mario Lang <mlang@delysid.org>
3214
3215 * ede.texi (ede-target):
3216 * org.texi (Refiling notes): Remove duplicated words.
3217
c57008f6
SM
32182010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3219
3220 * gnus.texi (Posting Styles): Use with-current-buffer.
3221 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3222
798c9eb5
KR
32232010-01-02 Kevin Ryde <user42@zip.com.au>
3224
3225 * eieio.texi (Naming Conventions): Correction to xref on elisp
3226 coding conventions, is "Tips" node not "Standards".
3227
4970fbfe
CY
32282009-12-24 Chong Yidong <cyd@stupidchicken.com>
3229
3230 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3231
3232 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3233
83828b06
KY
32342009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3235
3236 * gnus.texi (Direct Functions): Add missing port number to tls method.
3237
45a4a565
JB
32382009-12-15 Juanma Barranquero <lekktu@gmail.com>
3239
3240 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3241 ($(infodir)/edt, edt.dvi): New targets.
3242
698bfef7
GM
32432009-12-15 Glenn Morris <rgm@gnu.org>
3244
3245 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3246 (edt, $(infodir)/edt, edt.dvi): New targets.
3247 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3248
3249 * Makefile.in (PDF_TARGETS, pdf): New.
3250 (clean): Add *.pdf.
3251 Add pdf rules for all manuals.
3252
0e983327
JB
32532009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3254
3255 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3256
8e687433
CY
32572009-12-14 Chong Yidong <cyd@stupidchicken.com>
3258
3259 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3260 (Smart Jump, Analyzer Debug): Copyedits.
3261 (Semantic mode user commands): Link to new nodes.
3262 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3263 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3264 upstream Semantic manual.
3265
3266 * semantic.texi (Introduction): Minor fix to diagram.
3267
020335df
MA
32682009-12-09 Michael Albinus <michael.albinus@gmx.de>
3269
3270 * eshell.texi (History): Add the other built-in variables.
3271 (Built-ins): Explain built-ins, and how to apply the external commands.
3272 Add `history', `su' and `sudo'.
3273
3274 * tramp.texi (Remote processes): Add missing <RET> in the example.
3275
6ddf13e4
BW
32762009-12-01 Bill Wohler <wohler@newt.com>
3277
3278 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 3279 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
3280 excessively garrulous.
3281
07b6428c
MA
32822009-11-29 Michael Albinus <michael.albinus@gmx.de>
3283
3284 * tramp.texi (Remote processes): Improve eshell example with "su"
3285 and "sudo" commands.
3286
fd1cefda
CY
32872009-11-28 Chong Yidong <cyd@stupidchicken.com>
3288
3289 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3290
3291 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3292 Document semantic-complete-analyze-inline.
3293 (Semanticdb search debugging commands): Minor clarification.
3294 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 3295 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 3296 manual.
9d542758 3297 (Semantic mode): Link to Idle Scheduler.
fd1cefda 3298
159e3ad5
KR
32992009-11-28 Kevin Ryde <user42@zip.com.au>
3300
3301 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 3302 @pxref, now EIEIO is in Emacs.
159e3ad5 3303
c6d47315
KR
3304 * erc.texi (Development): Correction to git tutorial url.
3305
16f6287e
GM
33062009-11-26 Glenn Morris <rgm@gnu.org>
3307
3308 * faq.texi (Latest version of Emacs): Mention stability of development
3309 version.
3310 (Problems with very large files): Max buffer size increase in 23.2.
3311 (VM): VM has moved house again.
3312
5ea5dbc9
JB
33132009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3314
3315 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3316 notations.
3317
5dec9555
CD
33182009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3319
45a4a565 3320 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 3321
bd6f6833
CY
33222009-11-20 Chong Yidong <cyd@stupidchicken.com>
3323
3324 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
3325 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3326 (Idle Completions Mode): Numerous copyedits.
bd6f6833 3327
be479117
JB
33282009-11-17 Juanma Barranquero <lekktu@gmail.com>
3329
3330 * semantic.texi (Semantic Internals, Glossary):
3331 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3332 (Semanticdb search debugging commands): Fix typos.
3333
17291a1f
JB
33342009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3335
be479117 3336 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 3337
af42a9cc
JB
33382009-11-16 Juanma Barranquero <lekktu@gmail.com>
3339
3340 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3341 ($(infodir)/semantic, semantic.dvi): New targets.
3342
3149927d
CY
33432009-11-16 Chong Yidong <cyd@stupidchicken.com>
3344
3345 * Makefile.in: Build the Semantic manual.
3346
3347 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3348 repository.
3349
977640ed
MA
33502009-11-16 Michael Albinus <michael.albinus@gmx.de>
3351
3352 * dbus.texi (Receiving Method Calls): New defun
3353 `dbus-unregister-service'.
3354
17673adf
CD
33552009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3356
3357 * org.texi (Speed keys): New section.
3358
0ecd3c90
MA
33592009-11-13 Michael Albinus <michael.albinus@gmx.de>
3360
3361 * dbus.texi (Type Conversion): Fix typo.
3362 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3363 `dbus-registered-objects-table'.
0c7efc08
SM
3364 (Receiving Method Calls): New defun `dbus-register-property'.
3365 Move `dbus-unregister-object' here.
0ecd3c90 3366
8bfe682a
CD
33672009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3368
3369 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3370
33712009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3372
3373 * org.texi (Column attributes): Add the new age summary operators.
3374 Also, mention the fact you can only use one summary operator per
3375 property.
3376
33772009-11-13 John Wiegley <johnw@newartisans.com>
3378
0c7efc08 3379 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 3380 manual about how to track habits.
0c7efc08 3381 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
3382 dangling clocks are resolved.
3383
33842009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3385
3386 * org.texi (Agenda commands): Document the new `i' command.
3387 (Inserting deadline/schedule): Document logging changes
3388 of scheduling and deadline times stamps.
3389 (In-buffer settings): Document the in-buffer keywords for logging
3390 changes of scheduling and deadline times stamps.
3391 (Structure editing, Plain lists): Document indentation
3392 cycling in empty entries with TAB.
3393 (Archiving): Document the default archiving command.
3394 (Moving subtrees): Document the new keys for archiving.
3395 (Internal archiving): Fix incorrect key.
3396 (Agenda commands): Document the TODO set switching commands.
3397 (Agenda commands): Document the new archiving keys.
3398 (Clocking work time): Better description on how to save
3399 and restore a clock.
3400 (Resolving idle time): Mention the x11idle program to get true
3401 idleness also under X11.
3402 (Resolving idle time): Use @kbd instead of @key for normal
3403 letters, because this is how he rest of the manual does this.
3404 (Pushing to MobileOrg): Mention that `org-directory'
3405 should be set.
3406 (Agenda commands): Document that SPC is a filter for
3407 any tag.
0c7efc08 3408 (Search view): Rename from "Keyword search".
8bfe682a
CD
3409 (Capure): New chapter.
3410 (Markup): New chapter.
0c7efc08
SM
3411 (Links in HTML export, Images in HTML export):
3412 Extend the section titles.
8bfe682a
CD
3413 (Images in HTML export): Document the align option.
3414 (Text areas in HTML export): Extend the section title.
3415 (Images in LaTeX export): Explain image placement in LaTeX.
3416
693737cd
GM
34172009-11-10 Glenn Morris <rgm@gnu.org>
3418
3419 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3420
c7bd4ebe
MA
34212009-11-08 Michael Albinus <michael.albinus@gmx.de>
3422
3423 * tramp.texi (Auto-save and Backup): Disable backups just for a
3424 method.
3425
3426 * trampver.texi: Update release number.
3427
76c5acad
MA
34282009-11-07 Michael Albinus <michael.albinus@gmx.de>
3429
3430 Sync with Tramp 2.1.17.
3431
3432 * trampver.texi: Update release number.
3433
d9a57abf
GM
34342009-10-29 Glenn Morris <rgm@gnu.org>
3435
3436 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3437
637f4f0f
MA
34382009-10-23 Michael Albinus <michael.albinus@gmx.de>
3439
3440 * tramp.texi (External methods): Temporary files are kept for
3441 `rsync' and `rsyncc' methods.
3442
310dbb05
JB
34432009-10-09 Juanma Barranquero <lekktu@gmail.com>
3444
3445 * eieio.texi: Fix typos.
3446
09094f28
CY
34472009-10-07 Chong Yidong <cyd@stupidchicken.com>
3448
3449 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3450
216f299a
JB
34512009-10-07 Juanma Barranquero <lekktu@gmail.com>
3452
3453 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3454 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3455
966a6506
CY
34562009-10-07 Chong Yidong <cyd@stupidchicken.com>
3457
3458 * Makefile.in: Build EIEIO and EDE manuals.
3459
34602009-10-07 Eric Ludlam <zappo@gnu.org>
3461
3462 * eieio.texi:
3463 * ede.texi: New files.
3464
8842cd9b
MA
34652009-10-05 Michael Albinus <michael.albinus@gmx.de>
3466
3467 * tramp.texi (Remote processes): Association of a pty is not supported.
3468
7006d207
CD
34692009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3470
3471 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3472 (Processing LaTeX fragments): Document that the size of images can be
3473 changes using the variable `org-format-latex-options'.
3474 (The date/time prompt, Timestamps): Be more accurate over ISO format
3475 dates and times.
3476 (Visibility cycling): Document showeverything keyword.
3477 (In-buffer settings): Document showeverything keyword.
3478 (Setting up the staging area): Fix the example.
3479 (MobileOrg): New section.
3480 (Agenda commands, Exporting Agenda Views): Document exporting the
3481 agenda view to Org files.
3482
0e7b2867
MA
34832009-09-28 Michael Albinus <michael.albinus@gmx.de>
3484
3485 * tramp.texi (History): Add IMAP support.
3486 (External methods): Add `imap' and `imaps' methods.
3487 (GVFS based methods): Add indices for `davs'.
3488 (Password handling): Rename anchors. Add IMAP entries for
3489 ~/.authinfo.gpg.
3490
3491 * trampver.texi: Set default value of `emacsimap'.
3492
4146636e
KY
34932009-09-22 Daiki Ueno <ueno@unixuser.org>
3494
3495 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3496
d22f7ffa
CY
34972009-09-13 Chong Yidong <cyd@stupidchicken.com>
3498
0c7efc08
SM
3499 * dired-x.texi (Technical Details):
3500 Delete dired-up-directory (Bug#4292).
d22f7ffa 3501
66043531
MA
35022009-09-03 Michael Albinus <michael.albinus@gmx.de>
3503
216f299a 3504 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 3505
6eb02347
CD
35062009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3507
3508 * org.texi (Effort estimates): Document new effort setting commands.
3509 (Agenda commands): Document the new keys fro agenda time motion.
3510 Document entry text mode. Improve documentation of the keys to include
3511 inactive time stamps into the agenda view.
3512 (Feedback): Document the new bug report command.
0c7efc08 3513 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 3514
38dc51ba
KY
35152009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3516
3517 * auth.texi (Help for users): Corrected markup.
3518
e402f452
GM
35192009-09-02 Glenn Morris <rgm@gnu.org>
3520
3521 * emacs-mime.texi (time-date): Mention float-time.
3522
744256cf
JB
35232009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
3524
3525 * calc.texi (Simplifying Formulas): Improve the wording.
3526
b0b63450
MB
35272009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
3528
3529 * auth.texi: Rewritten for coverage and clarity.
3530
35312009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3532
0c7efc08
SM
3533 * gnus.texi (Expiring Mail):
3534 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
3535 (Various Various): Mention gnus-safe-html-newsgroups.
3536
3537 * gnus-news.texi: Mention
3538 gnus-mark-copied-or-moved-articles-as-expirable.
3539
3540 * emacs-mime.texi (Display Customization): Add xref to
3541 gnus-safe-html-newsgroups.
3542
b59329e0
MA
35432009-08-28 Michael Albinus <michael.albinus@gmx.de>
3544
3545 * tramp.texi (Version Control): Remove.
af42a9cc 3546 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
3547 reference.
3548 (External methods): Correct `scpc' concept index entries. New method
3549 `rsyncc'.
3550 (External packages): New subsections "Filename completion" and "File
3551 attributes cache".
3552
0ff2d6c2
JB
35532009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
3554
3555 * calc.texi (Rewrite Rules): Improve the example.
3556 (Simplifying Formulas): Explain use of the I and H flags for
3557 simplification.
3558
ecd3d54f
MA
35592009-08-25 Michael Albinus <michael.albinus@gmx.de>
3560
3561 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 3562 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
3563 (Synchronous Methods, Asynchronous Methods): Use English numeric format
3564 for timeout values.
78176e69
MA
3565 (Top): Remove footnote saying D-Bus is not enabled by
3566 default. (Bug#4256)
ecd3d54f 3567
0f215bca
DU
35682009-08-23 Daiki Ueno <ueno@unixuser.org>
3569
3570 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 3571 Reported by Jari Aalto (Bug#4211).
0f215bca 3572 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 3573 epa-global-mail-mode.
3b7ab45f
DU
3574 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3575 epa-setup.
0f215bca 3576
4f22e84d
MA
35772009-08-16 Michael Albinus <michael.albinus@gmx.de>
3578
3579 * dbus.texi (Asynchronous Methods): Allow nil handler.
3580
9ff0b02b 35812009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 3582
26b03ee3 3583 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 3584
26b03ee3 3585 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 3586
4c39f404
CY
35872009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3588
3589 * calc.texi (Date Forms): Fix typos.
3590
3bcfba17
GM
35912009-08-08 Glenn Morris <rgm@gnu.org>
3592
3593 * org.texi (Agenda commands): Restore clobbered change.
3594
66783bb4
EZ
35952009-08-07 Eli Zaretskii <eliz@gnu.org>
3596
3597 * calc.texi (Graphics, Devices): Update with the peculiarities of
3598 operation on MS-Windows.
3599
c8d0cf5c
CD
36002009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3601
3602 * org.texi (Publishing action): Improve documentation of file
3603 names when publishing to the source directory.
3604 (Clean view): Document `org-indent-mode'.
3605 (Clocking work time): Add documentation for the
3606 new :timetamp option when creating a clock report.
3607 (Paragraphs): Fix many typos.
3608 (Plain lists): Remove duplicate explanation about the
3609 `C-c *' command.
3610 (Literal examples): Update to reflect the new behavior
3611 of the -n -r -k switches when exporting source code examples.
3612 (Structure editing): Add information about `C-c *',
3613 converting a plain list into a list of Org items.
3614 (Remember): Small rephrasing of the paragraph
3615 describing remember.el. Also mentioned that remember.el is part
3616 of Emacs 23, not Emacs 22.
3617 (Clocking work time): Add documentation about
3618 displaying the current clocking time against the effort estimate.
3619 Also add a footnote about using `org-clock-in-prepare-hook' to add
3620 an effort estimate on the fly, just before clocking it.
3621 (Footnotes): Document automatic renumbering and
3622 sorting.
3623 (Agenda commands): Document new bulk commands.
3624 (Plain lists): Document new behavior of
3625 `org-cycle-include-plain-lists'.
4e2af782 3626 Hyphenation only in TeX.
c8d0cf5c
CD
3627 (Clocking work time): Document the key to update effort
3628 estimates.
3629 (Clocking work time): Document the clock time display.
3630 (Structure editing, TODO basics): Document new
3631 variables.
3632 (Column attributes): Document new colciew operators.
3633 (Publishing options): Document :xml-declaration.
3634 (Tracking TODO state changes): Document the
3635 LOG_INTO_DRAWER property.
3636 (Literal examples): Document the new implementation for
3637 editing source code.
3638 (Publishing action): Mention the new publishing
3639 function, to publish an Org source file.
3640 (Publishing links): Mention how to link to an Org source file.
3641 (Macro replacement): Document new macros.
3642 (Handling links): Document type-specific completion
3643 when inserting links.
3644 (Structure editing, Plain lists): Improve documentation
3645 on sorting.
3646 (Internal links): Document custom ids for links.
3647 (Handling links): Document custom ids for links.
3648 (CSS support): Document new class.
3649 (Refiling notes): Document the possibility to create new nodes
3650 during refiling.
3651 (Agenda commands): Document the "?" operator to find
3652 tasks without effort setting.
3653 (Exporting agenda information): Section moved.
3654 (RSS Feeds): New section.
3655 (Built-in table editor): Document M-e and M-a navigate
3656 inside table field.
3657 (Stuck projects): Docment that projects identified as
3658 un-stuck will still be searchd for stuck sub-projects.
3659 (Paragraphs): Document centering.
3660 (Creating timestamps, Agenda commands): Document new
3661 behavior when changing time stamps.
3662 (Structure editing): Document the new command
3663 `org-clone-subtree-with-time-shift'.
3664 (Publishing): Refresh this chapter.
3665 (Export options, Export options, In-buffer settings):
3666 Document the new keywords.
3667 (Matching tags and properties): Collect all
3668 documentation about tags/property matches here.
3669 (Setting tags): Document `org-tag-persistent-alist'.
3670 (Weekly/daily agenda): New section.
3671 (Orgstruct mode): Describe `orgstruct++-mode'.
3672 (Drawers): Mention the LOGBOOK drawer.
3673 (Export options, Sectioning structure): Document the
3674 #+LEATEX_HEADER in-buffer setting.
3675 (Bugs): Section removed.
3676 (Hooks): New section.
0c7efc08 3677 (Add-on packages): Move here from old location.
c8d0cf5c
CD
3678 (Context-sensitive commands): New section.
3679 (Setting tags): Document newline option.
3680 (Global TODO list, Matching tags and properties):
3681 Mention more variables.
3682 (Checkboxes): Update to changed command behavior.
81a5560e 3683
40d2791f
CY
36842009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3685
3686 * speedbar.texi (Basic Key Bindings): Fix typo.
3687
65d0154b
JB
36882009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3689
3690 * calc.texi (Vector/Matrix Functions): Add index entries for both
3691 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3692 affects matrices with more than one row.
b5bdfd9f 3693 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 3694
5a9e3ab7
JB
36952009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3696
3697 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 3698 `calc-transpose-lines'.
5a9e3ab7 3699
42fb7e61
MA
37002009-07-27 Michael Albinus <michael.albinus@gmx.de>
3701
3702 * dbus.texi (Receiving Method Calls): Describe special return value
3703 `:ignore'.
3704
574b69d5
AM
37052009-07-24 Alan Mackenzie <acm@muc.de>
3706
3707 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3708 initialization, any individual variable setting now takes precedence
3709 over one done via c-file-style/c-file-offsets.
3710
ec06459c
JB
37112009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3712
3713 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3714 truncated when Calc is quit.
3715 (Customizing Calc): Document `calc-undo-length'.
3716
4ce54f6b
CY
37172009-07-20 Chong Yidong <cyd@stupidchicken.com>
3718
3719 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3720
0e4f8ba5
GM
37212009-07-11 Kevin Ryde <user42@zip.com.au>
3722
3723 * pcl-cvs.texi (About PCL-CVS):
3724 * widget.texi (Basic Types):
3725 Fix cross-references.
3726
fa0f81b0
AS
37272009-07-01 Andreas Schwab <aschwab@redhat.com>
3728
3729 * dbus.texi (Type Conversion): Don't use literal control character.
3730
88a683c5
MA
37312009-07-01 Michael Albinus <michael.albinus@gmx.de>
3732
3733 * tramp.texi (GVFS based methods): New section.
3734 (Remote processes): Processes for GVFS based methods run locally.
3735
36c8febb
MA
37362009-06-30 Michael Albinus <michael.albinus@gmx.de>
3737
0c7efc08
SM
3738 * tramp.texi (Inline methods, External methods, Gateway methods):
3739 Avoid the words "kludge" and hack".
36c8febb
MA
3740 (External methods): Add `synce' method.
3741
3742 * trampver.texi: Update release number.
3743
d6b951bb
MA
37442009-06-22 Michael Albinus <michael.albinus@gmx.de>
3745
3746 Sync with Tramp 2.1.16.
3747
3748 * tramp.texi (History): Add GVFS support.
3749 (External methods): Precise `rsync' description. Add `dav', `davs' and
3750 `obex' methods. Add 'tramp-gvfs-methods' option.
3751 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3752 forms.
3753 (Remote Programs): Introduce `tramp-own-remote-path'.
3754 (Remote processes): New subsection "Running remote programs that create
3755 local X11 windows".
3756 (Frequently Asked Questions): Improve code for disabling vc.
3757
3758 * trampver.texi: Update release number. Set default value of
3759 `emacsgvfs'.
3760
70243478
CY
37612009-06-21 Chong Yidong <cyd@stupidchicken.com>
3762
3763 * Branch for 23.1.
3764
54b31cbf
GM
37652009-06-17 Glenn Morris <rgm@gnu.org>
3766
3767 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3768 (Latest version of Emacs): Mention source code repository.
3769
f6adc23c
GM
37702009-06-16 Glenn Morris <rgm@gnu.org>
3771
3772 * faq.texi (Top): Language tweak.
3773 (Extended commands): Most people have arrow keys.
3774 (Emacs manual): Say how to follow info links.
3775 (File-name conventions): Change title a bit. Explain about source
3776 versus installed. Condense etc description.
3777 (Guidelines for newsgroup postings): Mention Savannah list page.
3778 (Newsgroup archives): Simplify.
3779 (Contacting the FSF): Add contact URL.
3780 (Emacs Lisp documentation): Printed version not always available.
3781 (Installing Texinfo documentation): Explain how by hand installation is
3782 not normally needed. Use add-to-list. Remove duplicate reference.
3783 (Informational files for Emacs): Move info on Help menu here from
3784 "File-name conventions".
3785 (Help installing Emacs): Tweak uref.
3786 (Obtaining the FAQ): Mention repository.
3787 (Origin of the term Emacs): Explain "ITS".
3788 (Changing load-path): Use add-to-list.
3789 (Automatic indentation): Clarify this is for Text mode.
3790 Don't mention Indented Text mode.
3791 (Finding Emacs on the Internet): The FSF does not seem to offer a
3792 deluxe distribution on CD anymore.
3793
b59a8457
GM
37942009-06-16 Glenn Morris <rgm@gnu.org>
3795
3796 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3797 Recommend the latest release. Mention how to get older FAQs.
3798 Recommend the Emacs manual.
3799 (Guidelines for newsgroup postings): Discourage cross-posts.
3800 (Underlining paragraphs): Remove.
3801 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3802 (Bugs and problems): Update key-binding.
3803 (Problems with very large files): Mention 64-bit.
3804 (Shell process exits abnormally): Remove.
3805 (Problems with Shell Mode): Rename and update.
3806 (Spontaneous entry into isearch-mode)
3807 (Problems talking to certain hosts): Remove. This is old information,
3808 in etc/PROBLEMS if needed.
3809 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3810 (Dired claims that no file is on this line): Update.
3811 (Installing Emacs, Problems building Emacs): Simplify.
3812 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3813 information.
3814 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3815 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3816 (JDEE): "JDEE", not "JDE".
3817 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3818 Remove. This is old information, in etc/PROBLEMS if needed.
3819 (stty and Backspace key, Kanji and Chinese characters): Remove.
3820 (Right-to-left alphabets): Update section.
3821 (Changing the included text prefix): Gnus uses message-yank-prefix.
3822 Add cross-reference to Supercite manual.
3823 (Saving a copy of outgoing mail): Simplify output file description.
3824 (Expanding aliases when sending mail): Refer to Emacs manual.
3825 Remove old info about RFC822.
3826 Correct description of how to rebuild aliases.
3827 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3828 (MIME with Emacs mail packages)
3829 (Viewing articles with embedded underlining)
3830 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3831 Remove old sections.
3832 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3833 and is well-documented in the Gnus manual.
3834 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3835 (Making Gnus faster): Rename from "Starting Gnus faster".
3836 Merge "Catch-up is slow in Gnus" into here.
3837
0e6d12ca
GM
38382009-06-14 Glenn Morris <rgm@gnu.org>
3839
3840 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3841 (New in Emacs 23): New section.
3842 (Handling C-s and C-q with flow control): Add xref.
3843
2e17e05e
GM
38442009-06-13 Glenn Morris <rgm@gnu.org>
3845
3846 * faq.texi (Setting up a customization file): Grammar fix.
3847 Customize is no longer "new".
3848 (Displaying the current line or column): Line-number mode is on by
3849 default. Don't mention `column' package. Mention linum.el.
3850 (Turning on abbrevs by default): Explain how to do it for buffers,
3851 modes, and everywhere.
3852 (Associating modes with files): Use add-to-list. Don't mention Emacs
3853 19.
3854 (Highlighting a region): On by default since 23.1.
3855 (Replacing highlighted text): Update doc quote.
3856 (Working with unprintable characters): Don't mention search-quote-char.
3857 (Using an already running Emacs process): Gnuclient is probably not an
3858 enhancement these days.
3859 (Indenting switch statements): Remove mention of pre-Emacs 20.
3860 (Horizontal scrolling): Abbreviate Emacs 20 description.
3861 (Replacing text across multiple files): Fix name of dired command.
3862 (Disabling backups): Use require not load.
4f9d4de3 3863 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3864
2a1cf2b9
BW
38652009-06-13 Bill Wohler <wohler@newt.com>
3866
3867 Release MH-E manual version 8.2.
3868
3869 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3870 release 8.2.
3871
85b438b7
GM
38722009-06-13 Glenn Morris <rgm@gnu.org>
3873
3874 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3875 in this day and age the common meaning is "on the web".
3876 (copying): Use @copyright in all cases.
3877 (Basic keys): Remove reference to deleted manual node "Text Characters".
3878 (File-name conventions): Use GNU as an example rather than SERVICE.
3879 default.el lives in site-lisp. Update Info directory location.
3880 (Real meaning of copyleft): GPL actions have been brought, but all
3881 settled out of court.
3882 (Guidelines for newsgroup postings): Shorten section title.
3883 Simplify comp.emacs description.
3884 (Newsgroup archives): Change Google URL. Describe Gmane.
3885 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3886 points". Mention List-Unsubscribe header.
3887 (Contacting the FSF): Update email and URLs.
3888 (Basic editing): Mention F1 for help.
3889 (Installing Texinfo documentation): Refer to Texinfo website rather
3890 than ftp server.
3891 (Printing a Texinfo file): Mention texi2pdf.
3892 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3893 are just stubs nowadays.
3894 (Latest version of Emacs): Explain version numbers.
3895 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3896 (Turning on syntax highlighting): No need to mention hilit19 any more.
3897 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3898 (Modes for various languages): Remove section.
3899 (Major packages and programs): Remove most version and maintainer
3900 information - it's hard to keep up-to-date, and adds nothing.
3901 Similarly with direct links to mailing lists.
3902 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3903 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3904 years, and Emacs comes with tools for this now.
3905 (Patch): Remove section - this is a standard tool.
3906 (Using function keys under X): Remove section.
3907
93e2d996
GM
39082009-06-12 Glenn Morris <rgm@gnu.org>
3909
3910 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3911 (Help installing Emacs): Remove reference to deleted X11 node.
3912 (Associating modes with files): Interpreter-mode-alist is no longer
3913 subservient to auto-mode-alist.
3914 (Installing Emacs): Change future Emacs version.
3915 (Linking with -lX11 fails): Remove old section.
3916 (Packages that do not come with Emacs): Update ELL location.
3917 Emacs Lisp archive is dead.
3918 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3919 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3920 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3921 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3922 (Removing flashing messages): Remove section about non-existent Gnus
3923 option.
3924
f0bf7708
GM
3925 * faq.texi (Top): Add @top command.
3926 Remove the optional arguments from all @node commands: makeinfo can
3927 generate these automatically, and it is easier to edit and rearrange
3928 nodes without them.
3929
30884d11
GM
39302009-06-11 Glenn Morris <rgm@gnu.org>
3931
3932 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3933 (The LPF): Make the updated URL the sole reference point.
3934 (Learning how to do something): Update refcard price and format.
3935 (Getting a printed manual): Sources in doc/emacs/, not man/.
3936 Also available in PDF format. Since the page count varies, be less
3937 precise.
3938 (Informational files for Emacs): Remove references to deleted files
3939 LPF and SUN-SUPPORT, and to UUCP.
3940 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3941 Remove many obsolete ways to get the FAQ, which now seems only to be
3942 distributed with Emacs.
3943 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3944
deab46e0
CY
39452009-06-09 Chong Yidong <cyd@stupidchicken.com>
3946
223b43fa 3947 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3948 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3949
deab46e0
CY
3950 * ada-mode.texi (Installation, Compile commands)
3951 (Project File Overview, No project files, Set compiler options)
3952 (Use GNAT project file, Use multiple GNAT project files)
3953 (Identifier completion): Use @samp for menu items, and @kbd for key
3954 sequences (Bug#3504).
3955
71fbd643
DU
39562009-06-04 Daiki Ueno <ueno@unixuser.org>
3957
8c9bb6f5 3958 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3959
f197085b
CY
39602009-06-04 Ryan Yeske <rcyeske@gmail.com>
3961
3962 * message.texi (Header Commands): Fix descriptions to match
3963 keybindings.
3964
7f3bc720
DU
39652009-04-22 Daiki Ueno <ueno@unixuser.org>
3966
3967 * gnus.texi (Security): Mention that EasyPG is the current default.
3968
4518068d
CY
39692009-04-13 Chong Yidong <cyd@stupidchicken.com>
3970
3971 * ediff.texi (Session Commands): Fix typo.
3972
d7ca410a
MB
39732009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3974
3975 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3976 news.software.readers. Reported by Florian Rehnisch.
3977
c6c76add
GM
39782009-04-02 Glenn Morris <rgm@gnu.org>
3979
3980 * auth.texi: Capitalize direntry.
3981
3982 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3983 using a period in the entry name. (Bug#2797)
3984
35ed8e2e
JB
39852009-03-03 Juanma Barranquero <lekktu@gmail.com>
3986
3987 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3988 ($(infodir)/auth, auth.dvi): New targets.
3989
e280480a
GM
39902009-03-03 Glenn Morris <rgm@gnu.org>
3991
3992 * auth.texi: Fix @setfilename.
3993
3994 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3995 (auth, $(infodir)/auth, auth.dvi): New rules.
3996
8a76755b
GM
39972009-02-25 Glenn Morris <rgm@gnu.org>
3998
3999 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
4000
0038d478
MB
40012009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4002
4003 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
4004
40052009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4006
4007 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
4008 gnus-nocem-issuers, and gnus-nocem-verifyer.
4009
867d4bb3
JB
40102009-02-20 Juanma Barranquero <lekktu@gmail.com>
4011
4012 * ada-mode.texi (Project files, Automatic Casing):
4013 * dbus.texi (Signals):
4014 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
4015 * mh-e.texi (HTML):
4016 * nxml-mode.texi (Locating a schema)
4017 (Using the document's URI to locate a schema):
4018 * org.texi (Footnotes, Using the mapping API):
4019 * rcirc.texi (Channels): Remove duplicate words.
4020
3a44dc1f
GM
40212009-02-20 Glenn Morris <rgm@gnu.org>
4022
4023 * dired-x.texi (Miscellaneous Commands):
4024 * gnus.texi: Minor updates for mbox Rmail.
4025
5dc584b5
KB
40262009-02-16 Karl Berry <karl@gnu.org>
4027
b59a8457
GM
4028 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4029 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
4030 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4031 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
4032 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
4033 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
4034 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
4035 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4036 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
4037 Consistently use @insertcopying in the Top node,
5dc584b5 4038 @contents at the front (after @end titlepage),
b59a8457 4039 and @direntry after @copying. (Bug#1988)
5dc584b5 4040
9eb59592
MB
40412009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4042
4043 * auth.texi: New file documenting auth-source.
4044
d324fa76
CD
40452009-02-13 Carsten Dominik <dominik@science.uva.nl>
4046
4047 * org.texi (Org Plot): Fix link.
4048
7a603b73
DU
40492009-02-09 Daiki Ueno <ueno@unixuser.org>
4050
4051 * epa.texi (Mail-mode integration): Mention the way to do
4052 "encrypt-to-self". (Bug#1807)
4053
a626b338 40542009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
4055
4056 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
4057
3b36c17e
MB
40582009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
4059
4060 * gnus-news.texi: Print version about Incoming*.
4061
55033558
CD
40622009-02-02 Carsten Dominik <dominik@science.uva.nl>
4063
4064 * org.texi (Structure editing, Handling links)
4065 (Fast access to TODO states, Javascript support): Make standard docs
4066 correctly reflect default variable settings.
4067
ec712abb
GM
40682009-02-02 Glenn Morris <rgm@gnu.org>
4069
4070 * org.texi: Fix typos.
4071
7112648c
MA
40722009-02-01 Michael Albinus <michael.albinus@gmx.de>
4073
4074 Sync with Tramp 2.1.15.
4075
4076 * trampver.texi: Update release number.
4077
2e461fc1
CD
40782009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4079
4080 * org.texi (TODO dependencies): Document TODO dependencies on
4081 checkboxes.
4082
bc283609
CD
40832009-01-30 Carsten Dominik <dominik@science.uva.nl>
4084
4085 * org.texi (TODO dependencies): Document key binding for toggling
4086 ORDERED property.
4087
74fc5047
MA
40882009-01-28 Michael Albinus <michael.albinus@gmx.de>
4089
4090 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4091 of hook functions.
4092
d6685abc
CD
40932009-01-28 Carsten Dominik <dominik@science.uva.nl>
4094
4095 * org.texi (TODO dependencies): New section.
4096
65c439fd
CD
40972009-01-27 Carsten Dominik <dominik@science.uva.nl>
4098
4099 * org.texi (Plain lists, TODO basics, Priorities)
4100 (Multiple sets in one file, Conflicts): Document interaction with
4101 `shift-selection-mode'.
4102
5fafc247
JB
41032009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4104
4105 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4106 Make Calc the subject of sentences.
4107 (Rearranging Formulas using Selections): Discuss new options
4108 for `j *'.
4109
e7433508
MA
41102009-01-26 Michael Albinus <michael.albinus@gmx.de>
4111
4112 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4113
2096a1b6
GM
41142009-01-26 Glenn Morris <rgm@gnu.org>
4115
4116 * org.texi: Fix typos.
4117
0cb61492
BW
41182009-01-26 Bill Wohler <wohler@newt.com>
4119
2096a1b6 4120 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4121
0bd48b37
CD
41222009-01-25 Carsten Dominik <dominik@science.uva.nl>
4123
4124 * org.texi (References): Add information about remote references.
4125 (Built-in table editor): Document `C-c RET' in tables.
4126 (Math symbols, Quoting LaTeX code): Mention that simple
4127 LaTeX macros survive LaTeX export.
4128 (Images in LaTeX export): Show how to create a reference to a
4129 figure.
4130 (Sectioning structure): Document that the LaTeX class can be
4131 specified in a property.
4132 (Text areas in HTML export): New section.
4133 (External links): Add examples for text search and ID links.
4134 (Built-in table editor): Remove the descriptio of `C-c
4135 C-q', it not longer works.
4136 (Literal examples): Document that a space must follow
4137 the colon in short examples.
4138 (Relative timer): Document `org-timer-stop'.
4139 (Footnotes): New section.
4140 (Footnote markup): Shorten section and refer to new Footnote
4141 section.
4142 (Literal examples): Add documentation for line
4143 numbering in and references to code examples.
4144 (CSS support): Fix the description of default CSS styles.
4145 (Capturing column view): Document
4146 "file:path/to/file.org" as an allowed value for the ID property of
4147 a dynamic block copying column view.
4148
49dbbaf2
SE
41492009-01-23 Stephen Eglen <stephen@gnu.org>
4150
4151 * mh-e.texi (Getting Started): Describe $MH.
4152
193e6828
MA
41532009-01-21 Michael Albinus <michael.albinus@gmx.de>
4154
4155 * tramp.texi (all): Harmonize usage of "external method",
4156 "external transfer method" and "out-of-band method".
4157 (Connection types): Precise the differences of inline and external
4158 methods. Written by Adrian Phillips <a.phillips@met.no>.
4159
26b9f88d
MB
41602009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4161
4162 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4163 commands as described at the top. Reported by Allan Gottlieb
4164 <gottlieb@nyu.edu>.
4165
41662009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4167
4168 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4169 nnmail-pathname-coding-system.
4170
377952e0
GM
41712009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4172
4173 * org.texi (Relative timer): Fix typo.
4174
a20d3598
JB
41752009-01-15 Juanma Barranquero <lekktu@gmail.com>
4176
4177 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4178 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4179
a50253cc
GM
41802009-01-13 Glenn Morris <rgm@gnu.org>
4181
4182 * org.texi: Fix some more typos.
4183
07450bee
GM
41842009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4185
4186 * org.texi: Fix some typos.
4187
e3e955fe
MB
41882009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4189
4190 * gnus.texi (Group Parameters): Add note for local variables.
4191
41922009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4193
0c7efc08
SM
4194 * gnus.texi (Converting Kill Files): Fix URL.
4195 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
4196
41972009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4198
4199 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4200 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4201 (Paging the Article): Add index entry.
4202
71dd9983
JB
42032009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4204
4205 * ada-mode.texi (Examples): Delete redundant text.
4206
4a0cf14f
MA
42072009-01-03 Michael Albinus <michael.albinus@gmx.de>
4208
36c8febb 4209 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
4210
4211 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4212 addresses.
4213
aedac0f0
BW
42142009-01-03 Bill Wohler <wohler@newt.com>
4215
4216 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4217 kept empty.
4218
4c65b566
CD
42192008-12-20 Carsten Dominik <dominik@science.uva.nl>
4220
4221 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
4222 (HTML Export commands, LaTeX/PDF export commands):
4223 Improve documentation about transient-mark-mode.
e9fce1ac 4224 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
4225 to fields in the last table row.
4226
e1a78e1e
JL
42272008-12-19 Juri Linkov <juri@jurta.org>
4228
4229 * info.texi (Search Text): Remove mention of removed key binding M-s.
4230
17a0aa82
CD
42312008-12-18 Carsten Dominik <dominik@science.uva.nl>
4232
4233 * org.texi (References): Remove mentioning of @0 as reference for the
4234 last line, this has been reverted in the Lisp sources.
4235
4997d802
JB
42362008-12-17 Juanma Barranquero <lekktu@gmail.com>
4237
4238 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4239 (DVI_TARGETS): Remove duplicates. Add sasl.
4240 ($(infodir)/sasl, sasl.dvi): New targets.
4241
33306645
CD
42422008-12-17 Carsten Dominik <dominik@science.uva.nl>
4243
4244 * org.texi: Version number pushed to 6.15d.
4245
db55f368
CD
42462008-12-16 Carsten Dominik <dominik@science.uva.nl>
4247
a0bf4117 4248 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
4249 (Images in LaTeX export): New section.
4250 (Inlined images, Images in HTML export): Sections renamed.
4251
dae0a942
MB
42522008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4253
4254 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4255
9f5572e9
MB
42562008-12-04 David Engster <dengste@eml.cc>
4257
4258 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 4259 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 4260
bc23baaa
CD
42612008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4262
4263 * org.texi (Using the mapping API): Fix bug in mapping example.
4264 (Publishing options): Make the list of properties complete again, in
4265 correspondence to the variable `org-export-plist-vars'.
4266 (Property searches): Document new special values for time comparisons.
4267 (Tag inheritance): Refine the description of tag inheritance.
4268 (Project alist): Add info about the publishing sequence of components.
a0bf4117 4269 (Effort estimates): Document the new relative timer.
bc23baaa 4270
3bf8054f
JB
42712008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4272
4273 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4274 (Using Calc): Clarify use of `C-x * o'.
4275 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4276
ac134f2f
RS
42772008-11-28 Richard M Stallman <rms@gnu.org>
4278
4279 * dbus.texi (Receiving Method Calls): Clean up previous change.
4280
ace706d1
MA
42812008-11-26 Michael Albinus <michael.albinus@gmx.de>
4282
4283 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4284 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4285 `dbus-unescape-from-identifier'.
4286 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 4287 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
4288 (Signals): Use the constants in the example.
4289
d60b1ba1
CD
42902008-11-24 Carsten Dominik <dominik@science.uva.nl>
4291
b97439ce 4292 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 4293
ce4fdcb9
CD
42942008-11-23 Carsten Dominik <dominik@science.uva.nl>
4295
4296 * org.texi (Setting up Remember): Document `org-remember-mode'.
4297 (External links): Document that bbdb links can use a regular
4298 expression.
4299 (External links): Document that elisp links can contain interactive
4300 commands.
4301
c8548a00 43022008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
4303
4304 * viper.texi (viper-translate-all-ESC-keysequences):
4305 Description removed.
4306
6a2c4aec
GM
43072008-11-19 Glenn Morris <rgm@gnu.org>
4308
4309 * doclicense.texi: Change to FDL 1.3.
4310 Relicense all texi files under FDL 1.3 or later.
4311
59ee4113
JB
43122008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4313
4314 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4315
59bcbb98 43162008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 4317
0c7efc08 4318 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
4319
4320 * ediff.texi: Version/date change.
9f90198a 4321
8aa41c9b
CY
43222008-11-14 Chong Yidong <cyd@stupidchicken.com>
4323
4324 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4325
17587b1b
JB
43262008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4327
4328 * calc.texi (About This Manual): Comment out a mention of
4329 marginal notes.
4330
564c900e
CD
43312008-11-12 Carsten Dominik <dominik@science.uva.nl>
4332
4333 * org.texi (Clocking work time): Document the :formula property of
4334 clock tables.
4335 (Structure editing, Refiling notes): Document refiling regions.
4336 (Agenda commands): Document the double-prefix version
4337 of the `l' command in the agenda.
4338 (Handling links): Explain the effect of a double prefix
4339 arg to `C-c C-o'.
4340 (TODO basics): Add documentation for tag triggers.
4341
3c4be1f2
GM
43422008-10-23 Glenn Morris <rgm@gnu.org>
4343
4344 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4345 byte-compiling things like `+'.
4346
4347 * ns-emacs.texi: Merge copyright years of author now with assignment
4348 into FSF years.
4349 (VER): Use it for easier automatic updating. Use Emacs version rather
4350 than standalone Emacs.app version.
4351
a6520ff3
CD
43522008-10-12 Carsten Dominik <dominik@science.uva.nl>
4353
864c9740 4354 * org.texi: Lots of minor fixes.
a6520ff3
CD
4355 (Capture): New chapter.
4356 (Org Plot): New section.
4357
db7a4b66
MH
43582008-09-30 Magnus Henoch <mange@freemail.hu>
4359
4360 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4361
4043c194
JB
43622008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4363
4364 * calc.texi (User Defined Units): Mention how to enter optional display
4365 string.
4366
eef5ade7
MB
43672008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4368
0c7efc08 4369 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
4370 avoid the "y/n" wording.
4371
e52cac88
MB
43722008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4373
0c7efc08 4374 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
4375
43762008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4377
4378 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4379 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4380
00c55306
BW
43812008-09-22 Bill Wohler <wohler@newt.com>
4382
4383 Release MH-E manual version 8.1.
4384
4385 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4386 release 8.1.
4387
4388 * mh-e.texi: Retain dual license as agreed to by the FSF.
4389 However, bump GPL to Version 3.
4390 Use @include for license text.
4391
e52cac88 43922008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
4393
4394 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
4395 (Store custom flags and keywords, Store arbitrary data):
4396 Clean up markup.
64763fe3
MB
4397
43982008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4399
4400 * gnus.texi (The Gnus Registry): Document it.
4401
9e601b8d
MB
44022008-09-08 David Engster <dengste@eml.cc>
4403
88ee5b02
JB
4404 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4405 Clarify section about choosing back end servers.
9e601b8d 4406
247043f1
GM
44072008-08-23 Glenn Morris <rgm@gnu.org>
4408
4409 * dired-x.texi (Shell Command Guessing):
4410 Mention dired-guess-shell-case-fold-search. (Bug#417)
4411
2bfec7a0
MA
44122008-08-22 Michael Albinus <michael.albinus@gmx.de>
4413
4414 * trampver.texi: Update release number.
4415
247043f1 44162008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
4417
4418 * ns-emacs.texi: Update version.
4419 (Introduction): Correct menu location for options save.
4420 (Customization): Note that defaults are stored under org.gnu.Emacs.
4421
8c20bd92
BW
44222008-08-11 Bill Wohler <wohler@newt.com>
4423
4424 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4425 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4426 Henman) (closes SF #1768928).
4427
767a4d92
GM
44282008-08-10 Glenn Morris <rgm@gnu.org>
4429
4430 * ns-emacs.texi: Use @copying. Change copyright of authors with
4431 assignment to FSF. Change license to GFDL.
4432 (Top): Remove outdated references.
4433
6ecfe5c2
MB
44342008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4435
88ee5b02
JB
4436 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4437 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
4438 gnus-summary-sort-by-most-recent-date.
4439 (Summary Sorting): Explain prefix argument.
4440
44412008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4442
4443 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4444 gnus-summary-pipe-output.
4445
eb932e8a
MA
44462008-08-03 Michael Albinus <michael.albinus@gmx.de>
4447
4448 * dbus.texi (Receiving Method Calls): Document error handling of own
4449 D-Bus methods.
4450
bfe16263
BW
44512008-08-01 Bill Wohler <wohler@newt.com>
4452
4453 * mh-e.texi (Reading Mail)
9f90198a 4454 (Viewing Attachments): Describe new function
bfe16263
BW
4455 mh-show-preferred-alternative.
4456 (Sending Mail, Redistributing, Sending Message): Describe new hook
4457 mh-annotate-msg-hook.
4458
21956b56
MA
44592008-07-31 Michael Albinus <michael.albinus@gmx.de>
4460
4461 * dbus.texi (Arguments and Signatures): Fix example.
4462 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4463 (Asynchronous Methods): New node.
9f90198a
JB
4464 (Errors and Events): Describe extended layout of `dbus-event'.
4465 New defun `dbus-event-message-type'.
21956b56 4466
7c2fb837
DN
44672008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4468
4469 * ediff.texi: Remove VMS support.
4470
13662773
JB
44712008-07-29 Juanma Barranquero <lekktu@gmail.com>
4472
4473 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4474 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4475
ddde0b34
CY
44762008-07-29 Chong Yidong <cyd@stupidchicken.com>
4477
4478 * Makefile.in: Add mairix-el targets.
4479
44802008-07-29 David Engster <deng@randomsample.de>
4481
4482 * mairix-el.texi: New file.
4483
d5875b25
JB
44842008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4485
366b7d44
JB
4486 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4487 project files. Delete 'main_unit' project variable; not needed. Allow
4488 process environment variables wherever project variables are allowed.
4489 Add tutorial section on multiple GNAT project files.
d5875b25 4490
6cbab8ee
MA
44912008-07-27 Michael Albinus <michael.albinus@gmx.de>
4492
4493 Sync with Tramp 2.1.14.
4494
4495 * trampver.texi: Update release number.
4496
9e2a2647
DN
44972008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4498
4499 * ns-emacs.texi:
4500 * faq.texi: Remove mentions of Mac Carbon.
4501
d62672f3
MB
45022008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4503
4504 * gnus.texi (Saving Articles): Describe the 2nd argument of
4505 gnus-summary-save-in-pipe.
4506 (SpamAssassin): Use it.
4507
45082008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4509
4510 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4511
dd12e1c6
CD
45122008-07-25 Carsten Dominik <dominik@science.uva.nl>
4513
4514 * org.texi (Export options): Document the use of the creator flag.
4515
44ce9197
CD
45162008-07-24 Carsten Dominik <dominik@science.uva.nl>
4517
4518 * org.texi: New version 6.06a.
4519
ddd13c5d
JB
45202008-07-23 Juanma Barranquero <lekktu@gmail.com>
4521
4522 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4523 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4524
8dc6104d
JB
45252008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
4526
4527 * calc.texi (Editing Stack Entries):
4528 (Algebraic Entry): Rewrite introductory sentences so it can be used by
4529 Calc's help functions. Mention fixing typos.
4530 (Customizing Calc): Fix typo.
4531
45322008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
4533
4534 * calc.texi (summarykey): New macro. Use to correctly format keys in
4535 the summary.
4536
ddd13c5d 45372008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
4538
4539 * ns-emacs.texi (Customization): Corrected documentation on color
4540 specification formats.
4541
568beaa2
AS
45422008-07-19 Andreas Schwab <schwab@suse.de>
4543
db8ef699 4544 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
4545
4546 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4547 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4548
cd71b9ae
MA
45492008-07-18 Michael Albinus <michael.albinus@gmx.de>
4550
4551 * dbus.texi (Inspection): Rework, introduce submenus.
4552 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4553 (Properties and Annotations, Arguments and Signatures): New nodes.
4554
9b7993b4
MA
45552008-07-13 Michael Albinus <michael.albinus@gmx.de>
4556
4557 * dbus.texi (Receiving Method Calls): Fix description of
4558 `dbus-register-method'.
4559 (Signals): Allow also signal arguments for filtering in
4560 `dbus-register-signal'.
4561
241d447b
JB
45622008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4563
4564 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4565 `cnorm'.
4566 (Arithmetic Tutorial): Simplify the verification of prime factors.
4567
adb46650
MB
45682008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4569
4570 * gnus.texi (Saving Articles): Mention
4571 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4572
92e15881
JB
45732008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
4574
4575 * calc.texi: Adjust mode line throughout.
4576
ea597303
JB
45772008-06-28 Juanma Barranquero <lekktu@gmail.com>
4578
4579 * sasl.texi (Mechanisms): Fix typos.
4580
aee08080
JB
45812008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4582
4583 * calc.texi (Killing from the stack): Mention using normal Emacs
4584 copying.
4585
a06a4a12
MA
45862008-06-21 Michael Albinus <michael.albinus@gmx.de>
4587
0c7efc08 4588 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 4589 Add `auth-source' mechanism.
a06a4a12
MA
4590 (Connection caching): Tramp reopens the connection automatically,
4591 when the operating system on the remote host has been changed.
4592
7389398d
EZ
45932008-06-20 Eli Zaretskii <eliz@gnu.org>
4594
4595 * makefile.w32-in (distclean): Remove makefile.
4596
b349f79f
CD
45972008-06-17 Carsten Dominik <dominik@science.uva.nl>
4598
3f9b4c2b 4599 * org.texi (Using the mapping API): New section.
b349f79f 4600 (Agenda column view): New section.
3f9b4c2b 4601 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 4602 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 4603 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
4604
46052008-06-17 Jason Riedy <jason@acm.org>
4606
4607 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4608 function, and efmt may be a two-argument function.
4609 (Radio tables): Document multiple destinations.
4610
cd5c05d2
GM
46112008-06-16 Glenn Morris <rgm@gnu.org>
4612
4613 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4614 Add Cover-Texts.
4615
debf4439
GM
46162008-06-15 Glenn Morris <rgm@gnu.org>
4617
4618 * faq.texi (VER): Update to 23.0.60.
4619
4620 * mh-e.texi: Remove option of licensing under GPL.
4621 Add Cover-Texts to GFDL permissions notice.
4622 (GPL): Remove section.
4623 (GFDL): Include doclicense.texi rather than the actual text.
4624
4625 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4626 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4627
4628 * sasl.texi: Fix output file name.
4629
4630 * epa.texi, sasl.texi: Refer to license in Emacs manual.
4631
4632 * gnus-coding.texi: Refer to license in Gnus manual.
4633
4634 * idlwave.texi, sasl.texi: Use @copying.
4635
4636 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
4637
4638 * speedbar.texi: Update Back-Cover Text as per maintain.info.
4639
4640 * url.texi: Use @copying, @title, @subtitle, @author.
4641
4642 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4643 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4644 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4645 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4646 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4647 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4648 * widget.texi, woman.texi:
4649 Remove references to external license, since doclicense is included.
4650
4651 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4652 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4653 Remove references to non-existent Invariant Sections.
4654
091f8bc1
GM
46552008-06-14 Glenn Morris <rgm@gnu.org>
4656
4657 * faq.texi (Major packages and programs): Remove references to external
4658 Supercite, Calc, VIPER, since they have been included for some time.
4659 Update VM, AUCTeX, BBDB entries.
4660
47bcb4d3
UJ
46612008-06-14 Ulf Jasper <ulf.jasper@web.de>
4662
4663 * newsticker.texi: Updated to match latest newsticker changes.
4664
6f093307
GM
46652008-06-13 Glenn Morris <rgm@gnu.org>
4666
4667 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4668 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4669 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4670 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4671 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4672 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4673 * woman.texi:
4674 Update Back-Cover Text as per maintain.info.
4675
2b968687
MB
46762008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4677
4678 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4679
4680 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4681 (gnus-faq.xml): Update repository host.
4682
2b968687
MB
4683 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4684
46852008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4686
4687 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4688 Fix a typo.
4689
46902008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4691
4692 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 4693 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
4694 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4695
46962008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4697
4698 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4699 coding standards.
4700
47012008-06-14 David Engster <dengste@eml.cc>
4702
4703 * gnus.texi (nnmairix): Markup fixes.
4704
e6d2d263
MB
47052008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4706
2b968687 4707 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4708
47092008-06-05 David Engster <dengste@eml.cc>
4710
4711 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4712
47132008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4714
b344d29d 4715 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4716 (Searching, nnir, nnmairix): New stub nodes.
4717
ad231df6 47182008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4719
4720 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4721
f394fa25
MB
47222008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4723
4724 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4725
58333467
MB
47262008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4727
4728 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4729
67525fb9
JY
47302008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4731
4732 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4733
0549d8fc
JB
47342008-05-06 Juanma Barranquero <lekktu@gmail.com>
4735
4736 * info.texi (Top): Fix typo in xref.
4737
149a3837
KB
47382008-05-05 Karl Berry <karl@gnu.org>
4739
4740 * info.texi (Top): @xref to stand-alone manual.
4741
3a23a519
MB
47422008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4743
4744 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4745 (Various Summary Stuff): Fix typo in last xref.
4746
0a29fbf3
JB
47472008-05-02 Juanma Barranquero <lekktu@gmail.com>
4748
4749 * org.texi (Moving subtrees): Fix typo.
4750
586b90f1
MA
47512008-04-28 Michael Albinus <michael.albinus@gmx.de>
4752
4753 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4754 Tramp via `tramp-mode'.
4755
b5af9883
CD
47562008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4757
4758 * org.texi: Massive changes, in many parts of the file.
4759
d55fe5bb
MB
47602008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4761
4762 * gnus.texi (Oort Gnus): Add message-fill-column.
4763
47642008-04-12 Adrian Aichner <adrian@xemacs.org>
4765
4766 * gnus.texi (Mail Source Specifiers): Typo fix.
4767
47682008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4769
4770 * gnus.texi (Diary Headers Generation): Update key binding for
4771 `gnus-diary-check-message'.
4772
47732008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4774
4775 * gnus.texi (Emacsen): Addition.
4776
47772008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4778
4779 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4780
47812008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4782
4783 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4784
47852008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4786
4787 * gnus-news.texi: Update tool bar item.
4788
47892008-04-09 Sven Joachim <svenjoac@gmx.de>
4790
4791 * gnus-news.texi: Fix typos.
4792
76c109c3
JB
47932008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4794
222027f2 4795 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4796 Add mention of `kron'.
4797
d5fbd5a6
MO
47982008-04-01 Daiki Ueno <ueno@unixuser.org>
4799
0c7efc08
SM
4800 * epa.texi (Encrypting/decrypting *.gpg files):
4801 Document epa-file-name-regexp.
d5fbd5a6 4802
fbcbb58c
KY
48032008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4804
4805 * gnus.texi (Example Methods): Fix description about ssh-agent.
4806 (Indirect Functions): Fix the default value of nntp-telnet-command;
4807 remove link to connect.html.
4808
134ce16c
MA
48092008-03-30 Michael Albinus <michael.albinus@gmx.de>
4810
4811 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4812 dbus-call-method.
4813 (Receiving Method Calls): The timeout can be set by the calling client.
4814
da1975d7
MA
4815 * trampver.texi: Update release number.
4816
2e4089ab
RS
48172008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4818
4819 * gnus.texi (Top): Fix version. Add SASL.
4820
70cab5a9
MA
48212008-03-29 Michael Albinus <michael.albinus@gmx.de>
4822
4823 Sync with Tramp 2.1.13.
4824
4825 * trampver.texi: Update release number.
4826
5bc6ddff
MB
48272008-03-29 Chong Yidong <cyd@stupidchicken.com>
4828
4829 * org.texi: Update to new org-mode website.
4830
48312008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4832
4833 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4834
9b3ebcb6
MB
48352008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4836
4837 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4838 gnus-read-ephemeral-gmane-group-url,
4839 gnus-read-ephemeral-emacs-bug-group,
4840 gnus-read-ephemeral-debian-bug-group.
4841
48422008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4843
4844 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4845
4846 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4847 Add FIXMEs for Bookmarks and gnus-registry-marks.
4848
48492008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4850
4851 * gnus.texi (Smileys): Document `smiley-style'.
4852
48532008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4854
4855 * gnus.texi (Gnus Development): Clarify difference between ding and
4856 gnu.emacs.gnus.
4857 (MIME Commands, Using MIME, RSS): Fix markup.
4858
4859 * gnus-faq.texi ([8.4]): Ditto.
4860
48612008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4862
4863 * gnus.texi (Emacsen): Remove obsolete stuff.
4864
48652008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4866
4867 * gnus.texi (Oort Gnus): Add version info WRT
4868 `mail-source-delete-incoming'.
4869
48702008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4871
4872 * gnus.texi (Top): Add "Other related manuals" and version info in
4873 `iftex' output.
4874 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4875 gnus-balloon-face-0 and the corresponding format specifiers.
4876
608d6a81
MA
48772008-03-26 Michael Albinus <michael.albinus@gmx.de>
4878
4879 * tramp.texi (Filename completion): Remove footnote about let-bind
4880 of `partial-completion-mode'. It doesn't work this way.
4881
27a6f132
SM
48822008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4883
4884 * pcl-cvs.texi (Contributors): Update my email.
4885
4a7c4c40
MA
48862008-03-21 Michael Albinus <michael.albinus@gmx.de>
4887
4888 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4889
2940c053
BW
48902008-03-17 Bill Wohler <wohler@newt.com>
4891
4892 * mh-e.texi (Viewing): Update URL for adding header fields to
4893 mh-invisible-header-fields-default.
4894
30864d5f
BW
48952008-03-16 Bill Wohler <wohler@newt.com>
4896
4897 * mh-e.texi (Preface): Add Gnus to requirements.
4898 (Forwarding): Note that forwarded MIME messages are now inline.
4899
31fe2b00
SM
49002008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4901
4902 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4903 (Common Variables): Give precedence to the netcat methods over the
4904 telnet methods, and mention that they are more reliable.
31fe2b00 4905
5e97c626
CD
49062008-03-13 Carsten Dominik <dominik@science.uva.nl>
4907
4908 * org.texi (Exporting Agenda Views): Document agenda export to
4909 iCalendar.
4910 (Progress logging): Document the new progress logging stuff.
4911
37a68866
MB
49122008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4913
4914 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4915 Update for change of `mail-source-delete-incoming'.
4916
4917 * gnus-news.texi: Ditto.
4918
8f7abae3
MB
49192008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4920
4921 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4922 custom versions.
4923
af379c86
AM
49242008-03-07 Alan Mackenzie <acm@muc.de>
4925
4926 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4927 parens/brackets in a k&r region is limited.
4928
3d0f8a67
MB
49292008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4930
4931 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4932 using different Emacs versions.
4933
52151df0
GM
49342008-02-27 Glenn Morris <rgm@gnu.org>
4935
4936 * sc.texi: Remove a lot of old and obsolete info.
4937 (titlepage): Simplify.
4938 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4939 (VM with any Emacsen, GNEWS with any Emacsen)
4940 (Overloading for Non-conforming MUAs, Version 3 Changes)
4941 (The Supercite Mailing List): Delete nodes.
4942 (Introduction): Remove info about old packages.
4943 (Getting Connected): Simplify. Remove info about old packages.
4944 (Citing Commands): Delete Emacs 19 info.
4945 (Hints to MUA Authors): Simplify.
4946 (Thanks and History): Merge in some info from the deleted node
4947 "Version 3 Changes".
4948
b03f96dc
MB
49492008-02-05 Juanma Barranquero <lekktu@gmail.com>
4950
4951 * org.texi (Setting tags, In-buffer settings):
4952 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4953
52bec650
MB
49542008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4955
4956 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4957 installation directory name.
4958
34a3c587
RF
49592008-02-12 Romain Francoise <romain@orebokech.com>
4960
4961 * epa.texi (Overview): Fix typo.
4962
5a8d03e9
MO
49632008-02-11 Daiki Ueno <ueno@unixuser.org>
4964
4965 * epa.texi (Quick start): Remove the .emacs setting.
4966
f1914c40
MO
49672008-02-10 Daiki Ueno <ueno@unixuser.org>
4968
4969 * epa.texi (Quick start): Use the command `epa-enable' instead of
4970 loading `epa-setup'.
4971
bca98fc9
JB
49722008-02-08 Juanma Barranquero <lekktu@gmail.com>
4973
4974 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4975 ($(infodir)/epa, epa.dvi): New targets.
4976
4b01af2e
MO
49772008-02-08 Daiki Ueno <ueno@unixuser.org>
4978
4979 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4980
4981 * epa.texi: New manual documenting the EasyPG Assistant.
4982
06c0751a
MA
49832008-02-06 Michael Albinus <michael.albinus@gmx.de>
4984
4985 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4986 (Inspection): New function dbus-ping.
4987
7dcccd7b
MA
49882008-02-05 Michael Albinus <michael.albinus@gmx.de>
4989
4990 * tramp.texi (Remote processes): Add `shell-command'.
4991
a1da1e37
MB
49922008-01-28 Michael Sperber <sperber@deinprogramm.de>
4993
4994 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4995 (Group Parameters): Document `mail-source' parameter.
4996
c9d8f746
MA
49972008-01-27 Michael Albinus <michael.albinus@gmx.de>
4998
4999 * tramp.texi (Inline methods): The hostname of the su(do)? methods
5000 must be a local host.
5001
15db4a13
MO
50022008-01-26 Michael Olson <mwolson@gnu.org>
5003
5004 * erc.texi: Update version for ERC 5.3 release.
5005 (Obtaining ERC): Update extras URLs for 5.3.
5006 (Development): Write instructions for git, and remove those for Arch.
5007 (History): Mention the switch to git.
5008
2bc43980
KB
50092008-01-24 Karl Berry <karl@gnu.org>
5010
bca98fc9
JB
5011 * info.texi (Search Index, Search Text): Mention the command
5012 character in the section name, a la the (Go to node) node.
2bc43980 5013
d2e4a6c9
MA
50142008-01-21 Michael Albinus <michael.albinus@gmx.de>
5015
5016 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
5017
0b6799c3
MB
50182008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5019
5020 * gnus-news.texi: Mention gnus-article-describe-bindings.
5021
50222008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5023
5024 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
5025
db9c3fb1 50262008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 5027
7b4d0413 5028 * org.texi (Property inheritance): New section.
db9c3fb1 5029 (Conventions): New section.
7b4d0413 5030 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
5031 commands, and the new bindings for refiling.
5032 (Sparse trees): Document the new special command for sparse trees.
5033 (References): Be more clear about the counting of hilines.
5034 (Handling links): Document M-p/n for accessing links.
5035 (Fast access to TODO states): New section.
5036 (Per file keywords): New section.
5037 (Property inheritance): New section.
5038 (Column attributes): New summary types.
5039 (Capturing Column View): New section.
5040 (The date/time prompt): Cover the new features in the date/time prompt.
5041 Compactify the table of keys for the calendar remote control.
5042 (Clocking work time): Document the new :scope parameter.
5043 (Remember): Promoted to chapter.
5044 (Quoted examples): New section.
5045 (Enhancing text): New verbatim environments.
5046
6ed73f28
MA
50472008-01-14 Michael Albinus <michael.albinus@gmx.de>
5048
5049 * trampver.texi: Update release number.
5050
95838435
MB
50512008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5052
0c7efc08
SM
5053 * gnus.texi (Article Keymap):
5054 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
5055 gnus-article-reply-with-original and
5056 gnus-article-followup-with-original.
5057
20234d96
GM
50582008-01-09 Glenn Morris <rgm@gnu.org>
5059
5060 * nxml-mode.texi: Add @copying section.
5061
d82cf70b
MB
50622008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5063
5064 * message.texi (Mail Variables): Add some text from "(gnus)Posting
5065 Server". Add `message-send-mail-with-mailclient'.
5066
5067 * gnus.texi (Posting Server): Move some text to "(message)Mail
5068 Variables" and add a reference here.
5069
addb7f2e
MA
50702008-01-04 Michael Albinus <michael.albinus@gmx.de>
5071
5072 * dbus.texi (Receiving Method Calls): New chapter.
5073 (Errors and Events): Add serial number to events. Replace "signal" by
5074 "message". Introduce dbus-event-serial-number.
5075
4db2806c
MA
50762008-01-03 Michael Albinus <michael.albinus@gmx.de>
5077
5078 * dbus.texi (Type Conversion): Explain the type specification for empty
5079 arrays. Use another example.
5080
c9ecb5a7
MA
50812007-12-30 Michael Albinus <michael.albinus@gmx.de>
5082
5083 * dbus.texi (all): Replace "..." by @dots{}.
5084 (Type Conversion): Precise the value range for :byte types.
5085 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5086 Mention its return value.
5087 (Errors and Events): There is no D-Bus error propagation during event
5088 processing.
5089
702dbfd9
JB
50902007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5091
5092 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5093 New sections.
5094
87035689
MB
50952007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5096
5097 * gnus.texi (Group Parameters): Reorder the text and add a note about
5098 `gnus-parameters' near the beginning of the node.
5099
51002007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5101
5102 * gnus.texi (Score File Editing): Fix function name.
5103
5492f5ca
MA
51042007-12-23 Michael Albinus <michael.albinus@gmx.de>
5105
5106 Sync with Tramp 2.1.12.
5107
5108 * trampver.texi: Update release number.
5109
d4e67bc5
MA
51102007-12-22 Michael Albinus <michael.albinus@gmx.de>
5111
5112 * dbus.texi (Type Conversion): Correct input parameters mapping.
5113
6a31c819
MA
51142007-12-21 Michael Albinus <michael.albinus@gmx.de>
5115
5116 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5117 (Errors and Events): Mention wrong-type-argument error.
5118
99a3e35f
AS
51192007-12-21 Alex Schroeder <alex@gnu.org>
5120
5121 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5122 spaces. Fixed some typos.
99a3e35f
AS
5123 (Internet Relay Chat): Explain relay.
5124 (Getting started with rcirc): Change items to reflect prompts.
5125 Add more explanation to rcirc-track-minor-mode and added a comment to
5126 warn future maintainers that this section is a copy.
0c7efc08 5127 (People): Change /ignore example.
62b12a24 5128 (Keywords): Not keywords.
99a3e35f 5129
331e4d02
AS
51302007-12-20 Alex Schroeder <alex@gnu.org>
5131
5132 * rcirc.texi (Top): Fighting Information Overload chapter added.
5133 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5134 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5135 (Fighting Information Overload): New chapter documenting /keyword,
5136 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5137 (Configuration): Document rcirc-server-alist, remove
5138 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5139
cd71c3ef
MA
51402007-12-16 Michael Albinus <michael.albinus@gmx.de>
5141
5142 * dbus.texi (Signals): Fix example in dbus-register-signal.
5143
bbbe940b
MB
51442007-12-14 Sven Joachim <svenjoac@gmx.de>
5145
5146 * gnus.texi (Score Variables): Fix typo.
5147
0ce574ef
MA
51482007-12-07 Michael Albinus <michael.albinus@gmx.de>
5149
5150 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5151 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5152 (Errors and Events): Adapt dbus-event.
5153
b890d447
MB
51542007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5155
5156 * gnus.texi (Other Files): Add the yenc command.
5157
51582007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5159
5160 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5161 since 2004-08-06.
5162
51632007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5164
5165 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5166 on body.
5167
51682007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5169
5170 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5171 and rfc2047-allow-irregular-q-encoded-words; fix description of
5172 rfc2047-encode-encoded-words.
5173
51742007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5175
5176 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5177
3728bf03
MO
51782007-12-05 Michael Olson <mwolson@gnu.org>
5179
5180 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5181 Update documentation for `remember-diary-file'.
5182
a4397af9
MA
51832007-12-04 Michael Albinus <michael.albinus@gmx.de>
5184
5185 * dbus.texi (Signals): Precise `dbus-register-signal'.
5186 (Errors and Events): Rework events part, the internal structure of
5187 dbus-event has changed.
5188
1682490c
JB
51892007-12-03 Juanma Barranquero <lekktu@gmail.com>
5190
5191 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5192 ($(infodir)/dbus, dbus.dvi): New targets.
5193
7b13a0f2
MA
51942007-12-03 Michael Albinus <michael.albinus@gmx.de>
5195
5196 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5197 unconditionally.
5198
5199 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5200 emulation with @print{}.
5201
7ef92bc9
RS
52022007-12-02 Richard Stallman <rms@gnu.org>
5203
5204 * dbus.texi (Overview): Minor cleanup.
5205
22d8ac3a
MA
52062007-12-02 Michael Albinus <michael.albinus@gmx.de>
5207
d3a8e0df
MA
5208 * Makefile.in (INFO_TARGETS): Add dbus.
5209 (DVI_TARGETS): Add dbus.dvi.
5210 (dbus, dbus.dvi): New targets.
5211
22d8ac3a
MA
5212 * dbus.texi: New file.
5213
559764ab
RF
52142007-11-24 Romain Francoise <romain@orebokech.com>
5215
5216 * nxml-mode.texi: Add description in @direntry.
7aa579d9 5217 Fix file name to match @setfilename.
559764ab 5218
ac97a16b
MH
52192007-11-23 Mark A. Hershberger <mah@everybody.org>
5220
5221 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5222 ($(infodir)/nxml-mode): New rule.
5223
5224 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5225 ($(infodir)/nxml-mode): New rule.
5226 (clean): Add nxml-mode*.
5227
5228 * nxml-mode.texi: New file with nxml manual.
5229
404cd454
GM
52302007-11-18 Richard Stallman <rms@gnu.org>
5231
5232 * flymake.texi (Example -- Configuring a tool called directly):
5233 Update example.
5234
b048d478
MA
52352007-11-18 Michael Albinus <michael.albinus@gmx.de>
5236
5237 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 5238 double-slash behavior. Explain directory contents flushing.
b048d478 5239
346e8469
JB
52402007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5241
5242 * calc.texi (TeX and LaTeX Language Modes): Put in
5243 missing braces.
5244
404cd454
GM
52452007-11-15 Richard Stallman <rms@gnu.org>
5246
5247 * cl.texi (Equality Predicates): Delete `eql'.
5248 (Predicates, Naming Conventions, Top): Delete `eql'.
5249 (Common Lisp Compatibility): Delete `eql'.
5250 (Porting Common Lisp): Delete obsolete backquote info.
5251 Minor clarification about character constants.
5252 (Sequence Basics): Minor clarification.
5253
1f6af58b
JB
52542007-11-15 Juanma Barranquero <lekktu@gmail.com>
5255
dccb744b 5256 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
5257 * tramp.texi (Filename completion): Fix typos.
5258
3bc88bc9
JB
52592007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5260
5261 * calc.texi (Basic commands): Mention the menu.
5262
bc5300d3
MA
52632007-11-12 Michael Albinus <michael.albinus@gmx.de>
5264
5265 * tramp.texi (Connection caching): Tramp flushes connection
5266 properties when remote operating system has been changed.
5267
4d8a28ec
MB
52682007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5269
5270 * gnus-news.texi: Fix spelling.
5271 `message-insert-formatted-citation-line', not
5272 `message-insert-formated-citation-line'.
5273
404cd454
GM
5274 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5275
e1176b47
MA
52762007-11-07 Michael Albinus <michael.albinus@gmx.de>
5277
5278 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 5279 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
5280 (Frequently Asked Questions): Add code example for highlighting the
5281 mode line.
5282
6159985a
MO
52832007-11-03 Michael Olson <mwolson@gnu.org>
5284
5285 * remember.texi: Change mentions of remember-buffer to
5286 remember-finalize throughout.
5287
bec9b2f5
MO
52882007-10-30 Michael Olson <mwolson@gnu.org>
5289
5290 * remember.texi (Copying): Remove.
5291 (Mailbox): Update with non-BBDB instructions.
5292 (Diary, Org): Add.
5293 (Bibliography, Planner Page): Remove.
5294
b6173182
JB
52952007-10-30 Juanma Barranquero <lekktu@gmail.com>
5296
5297 * makefile.w32-in (INFO_TARGETS): Add remember.
5298 (DVI_TARGETS): Add remember.dvi.
5299 ($(infodir)/remember): New rule.
5300 (clean): Add remember*.
5301
15f3eb73
MO
53022007-10-30 Michael Olson <mwolson@gnu.org>
5303
70bdc930
MO
5304 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5305 ($(infodir)/remember): New rule that builds the Remember Manual.
5306
b6173182
JB
5307 * remember.texi: New file containing the Remember Mode Manual.
5308 Shuffle chapters around after initial import.
7d3f6f1a
MO
5309 (Function Reference): Split Keystrokes into separate chapter.
5310 (Keystrokes): Document C-c C-k.
51d24a12 5311 (Introduction): Fix typographical issue with "---".
15f3eb73 5312
404cd454
GM
53132007-10-29 Richard Stallman <rms@gnu.org>
5314
5315 * widget.texi (Introduction): Delete discussion of implementation
5316 internals.
5317
9bbb9638
MA
53182007-10-29 Michael Albinus <michael.albinus@gmx.de>
5319
5320 * tramp.texi (Connection caching): Host names must be different
5321 when tunneling.
5322
c7ff939a
RS
53232007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5324
5325 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5326 Gnus v5.13.
5327
01c52d31
MB
53282007-10-28 Miles Bader <miles@gnu.org>
5329
5330 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5331
01c52d31
MB
53322007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5333
0c7efc08
SM
5334 * gnus.texi (Sorting the Summary Buffer):
5335 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
5336
53372007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5338
5339 * gnus.texi (Non-ASCII Group Names): New node.
5340 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5341 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5342
c8763fb6 53432007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5344
5345 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5346 clean the output of the program `imap-shell-program'.
5347
53482007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5349
5350 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5351
53522007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5353
5354 * gnus.texi (Sticky Articles): Documentation for sticky article
5355 buffers.
5356
c8763fb6 53572007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5358
5359 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5360
53612007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5362
5363 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5364
53652007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5366
0c7efc08
SM
5367 * gnus.texi (Archived Messages):
5368 Document gnus-update-message-archive-method.
01c52d31
MB
5369
53702007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5371
5372 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5373
c8763fb6 53742007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 5375
0c7efc08
SM
5376 * gnus.texi (Group Maneuvering):
5377 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
5378
53792007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5380
0c7efc08
SM
5381 * gnus.texi (Really Various Summary Commands):
5382 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
5383
53842007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5385
5386 * gnus.texi, message.texi: Bump version number.
5387
53882007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5389
5390 * gnus.texi (Group Line Specification, Misc Group Stuff)
5391 (Server Commands): Parenthesize @pxref{Mail Spool}.
5392
53932007-10-28 Didier Verna <didier@xemacs.org>
5394
5395 New user option: message-signature-directory.
5396 * message.texi (Insertion Variables): Document it.
5397 * gnus.texi (Posting Styles): Ditto.
5398
53992007-10-28 Didier Verna <didier@xemacs.org>
5400
5401 * gnus.texi (Group Line Specification):
5402 * gnus.texi (Misc Group Stuff):
5403 * gnus.texi (Server Commands): Document the group compaction feature.
5404
54052007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5406
5407 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5408
5409 * message.texi (Various Message Variables): Add message-fill-column.
5410
54112007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5412
5413 * gnus.texi: Untabify.
5414
54152007-10-28 Didier Verna <didier@xemacs.org>
5416
5417 * gnus.texi (Group Parameters): Document the posting-style merging
5418 process in topic-mode.
5419
54202007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5421
5422 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5423
54242007-10-28 Romain Francoise <romain@orebokech.com>
5425
5426 * gnus.texi (Mail Spool): Fix typo.
5427 Update copyright.
5428
54292007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5430
5431 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5432
54332007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5434
5435 * gnus.texi (Summary Generation Commands):
5436 Add gnus-summary-insert-ticked-articles.
5437
54382007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5439
b2abec73
JB
5440 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5441 to spam-spamassassin-program.
01c52d31
MB
5442
54432007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5444
5445 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5446
54472007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5448
5449 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5450
54512007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5452
5453 * message.texi (Mail Headers): Document `opportunistic'.
5454
54552007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5456
5457 * emacs-mime.texi (Encoding Customization): Explain how to set
5458 mm-coding-system-priorities per hierarchy.
5459
54602007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5461
5462 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5463 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5464
54652007-10-28 Didier Verna <didier@xemacs.org>
5466
5467 * message.texi (Wide Reply): Update documentation of
5468 message-dont-reply-to-names (now allowing a list of regexps).
5469
54702007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5471
5472 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5473
54742007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5475
5476 * gnus.texi (SpamAssassin back end): Fix typo.
5477
5478 * sieve.texi (Examples): Fix grammar.
5479
54802007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5481
5482 * gnus.texi (Searching for Articles): Document M-S and M-R.
5483 (Limiting): Document / b.
5484
54852007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5486
5487 * gnus.texi (Thread Commands): T M-^.
5488
54892007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5490
5491 * message.texi (Mail Aliases): Document ecomplete.
5492 (Mail Aliases): Fix typo.
5493
54942007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5495
5496 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5497 fix typo.
5498
54992007-10-28 Romain Francoise <romain@orebokech.com>
5500
5501 * gnus.texi (Mail Spool): Grammar fix.
5502
55032007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5504
5505 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5506 string.
5507
55082007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5509
5510 * gnus.texi (Group Parameters): Fix description.
5511
55122007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5513
b2abec73
JB
5514 * gnus.texi (Gmane Spam Reporting):
5515 Fix spam-report-gmane-use-article-number.
5516 Add spam-report-user-mail-address.
01c52d31
MB
5517
55182007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5519
5520 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5521
55222007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5523
5524 * gnus.texi (Group Parameters): Add simplified sorting example based on
5525 example for `Sorting the Summary Buffer' from Jari Aalto
5526 <jari.aalto@cante.net>.
5527 (Example Methods): Add example for an indirect connection.
5528
55292007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5530
0c7efc08 5531 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
5532 (Agent Parameters): Updated parameter names to match code.
5533 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5534 'gnus-agent-summary-fetch-series'.
5535 (Agent and flags): New section providing a generalized discussion
5536 of flag handling.
0c7efc08
SM
5537 (Agent and IMAP): Remove flag discussion.
5538 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
5539
55402007-10-28 Romain Francoise <romain@orebokech.com>
5541
5542 * gnus.texi (Exiting the Summary Buffer): Add new function
5543 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5544
55452007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5546
5547 * gnus.texi (Conformity): Fix typo.
5548 (Customizing Articles): Document `first'.
5549
55502007-10-28 Jari Aalto <jari.aalto@cante.net>
5551
5552 * gnus.texi (Sorting the Summary Buffer):
5553 Add `gnus-thread-sort-by-date-reverse'. Add example
5554 host to different sorting in NNTP and RSS groups.
5555
55562007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5557
5558 * message.texi (Insertion): Describe prefix for
5559 message-mark-inserted-region and message-mark-insert-file.
5560
55612007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5562
5563 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5564 LaTeX documents. Describe "text/x-gnus-verbatim".
5565
55662007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5567
b2abec73 5568 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
5569 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5570 (spam-stat spam filtering, SpamOracle)
0c7efc08 5571 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
5572 clarity.
5573
55742007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5575
5576 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5577 gnus-article-delete-part and gnus-article-replace-part.
5578 (Using MIME): Add gnus-mime-replace-part.
5579
55802007-10-28 Romain Francoise <romain@orebokech.com>
5581
5582 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5583 requires `auto-compression-mode' to be enabled. Add new nnml
5584 variable `nnml-compressed-files-size-threshold'.
5585
55862007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5587
0c7efc08
SM
5588 * gnus.texi (Sorting the Summary Buffer):
5589 Add gnus-thread-sort-by-recipient.
01c52d31
MB
5590
55912007-10-28 Romain Francoise <romain@orebokech.com>
5592
5593 * message.texi (Insertion Variables): Mention new variable
5594 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5595 documentation accordingly.
5596
55972007-10-28 Romain Francoise <romain@orebokech.com>
5598
5599 * gnus.texi (To From Newsgroups): Mention new variables
5600 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5601
56022007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5603
5604 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5605 stuff; gnus-mime-inline-part does the automatic decompression.
5606
56072007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5608
5609 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 5610 "training.ham" should be "training.spam".
01c52d31
MB
5611
56122007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5613
5614 * message.texi (Mail Variables): Fix the default value for
5615 message-send-mail-function.
5616
56172007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5618
5619 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5620 always returns nil exceptionally.
5621
56222007-10-28 Simon Josefsson <jas@extundo.com>
5623
0c7efc08
SM
5624 * gnus.texi (Article Washing): Add libidn URL.
5625 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
5626
56272007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5628
5629 * gnus.texi (Topic Commands): Fix next/previous.
5630
56312007-10-28 Simon Josefsson <jas@extundo.com>
5632
5633 * gnus.texi (Article Washing): Mention `W i'.
5634
c8763fb6 56352007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
5636
5637 * gnus.texi (Group Parameters): Slight extension of sieve
5638 parameter description.
5639
56402007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5641
5642 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5643 matching score files as well.
5644 (Picons): Describe `gnus-picon-style'.
5645
56462007-10-28 Romain Francoise <romain@orebokech.com>
5647
5648 * message.texi (Message Headers): Mention that headers are hidden
5649 using narrowing, and how to expose them.
5650 Update copyright.
5651
56522007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5653
5654 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5655 `gnus-summary-sort-by-recipient'.
5656
56572007-10-28 Romain Francoise <romain@orebokech.com>
5658
5659 * gnus.texi (NNTP marks): New node.
5660 (NNTP): Move NNTP marks variables to the new node.
5661
56622007-10-28 Jesper Harder <harder@ifa.au.dk>
5663
b2abec73 5664 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
5665
5666 * gnus.texi (MIME Commands, Hashcash): Markup fix.
5667
56682007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5669
b2abec73 5670 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 5671 everywhere for consistency.
b2abec73
JB
5672 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5673 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
5674 Say "regular expression" instead of "regex." Admonish.
5675 Pick other words to sound better (s/so/thus/).
5676 (Spam ELisp Package Filtering of Incoming Mail):
5677 Mention statistical filters. Remove old TODO.
01c52d31 5678 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
5679 New section on sorting and displaying the spam score.
5680 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5681 backend but an alias to spam-use-BBDB.
5682 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
5683 new backend functionality.
5684
56852007-10-28 Simon Josefsson <jas@extundo.com>
5686
5687 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5688 nntp-marks-directory, from Romain Francoise
5689 <romain@orebokech.com>.
5690
56912007-10-28 Magnus Henoch <mange@freemail.hu>
5692
5693 * gnus.texi (Hashcash): New default value of
5694 hashcash-default-payment.
5695
56962007-10-28 Simon Josefsson <jas@extundo.com>
5697
5698 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5699 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5700
57012007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5702
0c7efc08 5703 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5704
57052007-10-28 Simon Josefsson <jas@extundo.com>
5706
5707 * gnus.texi (documentencoding): Add, to avoid warnings.
5708
57092007-10-28 Simon Josefsson <jas@extundo.com>
5710
5711 * message.texi (Mail Headers): Add.
5712
5713 * gnus.texi (Hashcash): Fix.
5714
57152007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5716
0c7efc08 5717 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5718 that payments can be verified and fix the name of the
b2abec73 5719 hashcash-path variable.
01c52d31
MB
5720
57212007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5722
b2abec73 5723 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5724
57252007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5726
5727 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5728
57292007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5730
5731 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5732 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5733 warning about ham processors in spam groups removed.
01c52d31
MB
5734
57352007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5736
0c7efc08 5737 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5738 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5739
57402007-10-28 Jesper Harder <harder@ifa.au.dk>
5741
5742 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5743 (Mailing List): Typo.
5744 (Customizing Articles): Add gnus-treat-ansi-sequences.
5745 (Article Washing): Index.
5746
5747 * message.texi: Use m-dash consistently.
5748
57492007-10-28 Jesper Harder <harder@ifa.au.dk>
5750
5751 * gnus.texi (GroupLens): Remove.
5752
57532007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5754
0c7efc08
SM
5755 * gnus.texi (Outgoing Messages, Agent Variables):
5756 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5757 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5758
57592007-10-28 Jesper Harder <harder@ifa.au.dk>
5760
5761 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5762
57632007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5764
5765 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5766
5767 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5768
57692007-10-28 Simon Josefsson <jas@extundo.com>
5770
5771 * gnus.texi (Top): Add SASL.
5772
404cd454
GM
57732007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5774
5775 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5776
57772007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5778
5779 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5780
0edd2970
JB
57812007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5782
5783 * calc.texi (Formulas, Composition Basics): Lower the
5784 precedence of negation.
5785
a9afba20
JY
57862007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5787
5788 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5789 Mention the new three-letter column identifiers.
5790 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5791 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5792 message when using `c' on an empty default with default printer.
5793 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5794 renamed to `ses--symbolic-formulas' some time ago.
5795
45b778a6
JB
57962007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5797
5798 * calc.texi (Default Simplifications, Making Selections)
5799 (Customizing Calc): Clarify associativity of multiplication.
5800
03b5bade
MA
58012007-10-23 Michael Albinus <michael.albinus@gmx.de>
5802
5803 * tramp.texi (Traces and Profiles): Simplify loop over
5804 `trace-function-background'.
5805
e658c8ee
JL
58062007-10-22 Juri Linkov <juri@jurta.org>
5807
5808 * dired-x.texi (Shell Command Guessing): Default values are now
5809 available by typing M-n instead of M-p.
5810
dd753688
MA
58112007-10-21 Michael Albinus <michael.albinus@gmx.de>
5812
5813 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5814 (Password caching): Remove `tramp-clear-passwd'.
5815 It's not a command anymore.
dd753688
MA
5816 (Bug Reports): Add `tramp-bug' to function index.
5817 (Function Index, Variable Index): New nodes.
5818 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5819
5820 * trampver.texi: Update release number.
5821
4bb49b43
JB
58222007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5823
8b296cdd 5824 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5825 about integer size into past tense.
5826 (Time Zones): Remove pointer to Calc author's address.
5827 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5828 and hyperbolic cotangent. Fix typo.
4bb49b43 5829
311dd93f
MA
58302007-10-10 Michael Albinus <michael.albinus@gmx.de>
5831
5832 Sync with Tramp 2.1.11.
5833
5834 * trampver.texi: Update release number.
5835
ea3fc256
MA
58362007-10-06 Michael Albinus <michael.albinus@gmx.de>
5837
5838 * tramp.texi (External packages): New section.
5839
1af74d06
MB
58402007-09-29 Juri Linkov <juri@jurta.org>
5841
5842 * info.texi (Help-Int): Document `L' (`Info-history').
5843
0e2806fa
SM
58442007-09-26 Carsten Dominik <dominik@science.uva.nl>
5845
5846 * org.texi: Change links to webpage and maintained email.
5847 (Remember): Promote to Chapter, significant changes.
5848 (Fast access to TODO states): New section.
5849 (Faces for TODO keywords): New section.
5850 (Export options): Example for #+DATE.
5851 (Progress logging): Section moved.
5852
567b9191
BW
58532007-09-26 Bill Wohler <wohler@newt.com>
5854
5855 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5856 browse-url-at-mouse.
5857
1af74d06
MB
58582007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5859
5860 * flymake.texi (Customizable variables): Face names don't end in -face.
5861 Fix flymake-err-line-patterns template.
5862 (Example -- Configuring a tool called directly): Fix init-function.
5863 (Highlighting erroneous lines): Face names don't end in -face.
5864
d60a4e3a 58652007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5866
5867 * erc.texi (Special-Features): Fix small typo.
5868
7d7a3510
MA
58692007-09-14 Michael Albinus <michael.albinus@gmx.de>
5870
5871 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5872 and "External transfer methods".
5873
285f0d3a
JB
58742007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5875
5876 * calc.texi (Predefined Units): Add some history.
5877
526dc846
MO
58782007-09-08 Michael Olson <mwolson@gnu.org>
5879
87e04f16
JB
5880 * erc.texi (Copying): New section included from gpl.texi.
5881 This matches the look of the upstream ERC manual.
526dc846 5882
f10d0e80
JB
58832007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5884
87e04f16 5885 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5886 (Random Numbers): Clarify the distribution of `random'.
5887
4009494e
GM
58882007-09-06 Glenn Morris <rgm@gnu.org>
5889
f1fc42aa 5890 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5891 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5892 Change all setfilename commands to use ../../info.
5893 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5894 refer to the Emacs manual here.
5895 (infodir): New variable.
5896 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5897 (cc-mode.texi, faq.texi): Update references to source file locations.
5898 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5899 do not refer to the Emacs manual here.
5900 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5901
5902 * Makefile.in: Add `basename' versions of all info targets, for
5903 convenience when rebuilding just one manual.
5904 (../etc/GNU): Delete obsolete target.
5905 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5906 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5907 *.vrs *.toc here...
5908 (maintainer-clean): ...from here.
4009494e
GM
5909
5910 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5911
2de53ca6
GM
59122007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5913
5914 * calc.texi (Date Conversions): Clarify definition of
5915 Julian day numbering.
5916 (Date Forms): Clarify definition of Julian day numbering;
5917 add some history.
5918
59192007-08-30 Carsten Dominik <dominik@science.uva.nl>
5920
87e04f16 5921 * org.texi: Version 5.07.
2de53ca6
GM
5922
59232007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5924
5925 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5926
59272007-08-22 Carsten Dominik <dominik@science.uva.nl>
5928
5929 * org.texi (Adding hyperlink types): New section.
5930 (Embedded LaTeX): Chapter updated because of LaTeX export.
5931 (LaTeX export): New section.
5932 (Using links out): New section.
5933
59342007-08-22 Glenn Morris <rgm@gnu.org>
5935
5936 * faq.texi (Learning how to do something): Refcards now in
5937 etc/refcards/ directory.
5938
59392007-08-22 Michael Albinus <michael.albinus@gmx.de>
5940
5941 * tramp.texi (Remote Programs): Persistency file must be cleared when
5942 changing `tramp-remote-path'.
5943 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5944 macro.
5945
59462007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5947
5948 * calc.texi: Move contents to beginning of file.
5949 (Algebraic Entry): Fix the formatting of an example.
5950
59512007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5952
5953 * calc.texi (Basic Operations on Units): Mention exact versus
5954 inexact conversions.
5955
59562007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5957
5958 * calc.texi (Basic Operations on Units): Mention default
5959 values for new units.
5960 (Quick Calculator Mode): Mention that binary format will
5961 be displayed.
5962
59632007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5964
5965 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5966
59672007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5968
5969 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5970
59712007-08-08 Glenn Morris <rgm@gnu.org>
5972
5973 * gnus.texi, sieve.texi: Replace `iff'.
5974
59752007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5976
5977 * calc.texi (Basic Graphics): Mention the graphing of error
5978 forms.
5979 (Graphics Options): Mention how `g s' handles error forms.
5980 (Curve Fitting): Mention plotting the curves.
5981 (Standard Nonlinear Models): Add additional models.
5982 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5983 (Linear Fits): Correct result.
5984
59852007-08-01 Alan Mackenzie <acm@muc.de>
5986
5987 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5988 to "--no-site-file".
5989
59902007-07-29 Michael Albinus <michael.albinus@gmx.de>
5991
5992 * tramp.texi (Frequently Asked Questions): Point to mode line
5993 extension in Emacs 23.1.
5994
5995 * trampver.texi: Update release number.
5996
59972007-07-27 Glenn Morris <rgm@gnu.org>
5998
5999 * calc.texi (Copying): Include license text from gpl.texi, rather than
6000 in-line.
6001
60022007-07-25 Glenn Morris <rgm@gnu.org>
6003
6004 * calc.texi (Copying): Replace license with GPLv3.
6005
6006 * Relicense all FSF files to GPLv3 or later.
6007
60082007-07-22 Michael Albinus <michael.albinus@gmx.de>
6009
6010 Sync with Tramp 2.1.10.
6011
6012 * tramp.texi (trampfn): Expand macro implementation in order to handle
6013 empty arguments.
6014 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 6015 occurrences by trampfn.
2de53ca6 6016 (Frequently Asked Questions): Extend example code for host
b2abec73 6017 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
6018 file names to be typed.
6019
6020 * trampver.texi: Update release number.
6021
60222007-07-17 Michael Albinus <michael.albinus@gmx.de>
6023
6024 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
6025 section. Reported by <poti@potis.org>.
6026 (Remote processes): Arguments of the program to be debugged are taken
6027 literally.
6028 (Frequently Asked Questions): Simplify recentf example.
6029
60302007-07-14 Karl Berry <karl@gnu.org>
6031
6032 * info.texi (@copying): New Back-Cover Text.
6033
6034 * info.texi (Quitting Info): Move to proper place in source.
6035 (Reported by Benno Schulenberg.)
6036
60372007-07-13 Eli Zaretskii <eliz@gnu.org>
6038
6039 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
6040
6041 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
6042
6043 * emacs-mime.texi: Add @documentencoding directive.
6044
60452007-07-12 Nick Roberts <nickrob@snap.net.nz>
6046
6047 * tramp.texi (Remote processes): Add an anchor to the subsection
6048 "Running a debugger on a remote host".
6049
60502007-07-12 Michael Albinus <michael.albinus@gmx.de>
6051
6052 * tramp.texi (Remote processes): Don't call it "experimental" any
6053 longer. Add subsection about running a debugger on a remote host.
6054
60552007-07-10 Carsten Dominik <dominik@science.uva.nl>
6056
6057 * org.texi (Properties and columns): Chapter rewritten.
6058
60592007-07-08 Michael Albinus <michael.albinus@gmx.de>
6060
6061 * tramp.texi:
6062 * trampver.texi: Migrate to Tramp 2.1.
6063
60642007-07-02 Carsten Dominik <dominik@science.uva.nl>
6065
6066 * org.texi (Properties): New chapter.
6067
60682007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6069
6070 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6071 Control Panel.
6072
6073 * gnus.texi (Misc Article): Add index entry for
6074 gnus-single-article-buffer.
6075
60762007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
6077
6078 * gnus.texi (Starting Up): Fix typo.
6079
60802007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
6081
6082 * gnus.texi (Asynchronous Fetching): Fix typo.
6083
60842007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6085
6086 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6087 (About This Manual): Remove redundant information.
6088 (Getting Started): Mention author.
6089 (Basic Arithmetic, Customizing Calc): Make description of the
6090 variable `calc-multiplication-has-precedence' match its new effect.
6091
60922007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6093
0c7efc08
SM
6094 * calc.texi (Basic Arithmetic, Customizing Calc):
6095 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
6096
60972007-06-19 Carsten Dominik <dominik@science.uva.nl>
6098
6099 * org.texi (Tag): Section swapped with node Timestamps.
6100 (Formula syntax for Lisp): Document new `L' flag.
6101
61022007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6103
6104 * gnus.texi (Misc Group Stuff, Summary Buffer)
6105 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6106
61072007-06-06 Juanma Barranquero <lekktu@gmail.com>
6108
6109 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6110 * gnus.texi (Article Buttons, Mail Source Customization)
6111 (Sending or Not Sending, Customizing NNDiary):
6112 * message.texi (Message Headers):
6113 * mh-e.texi (HTML): Fix typos.
6114
61152007-06-07 Michael Albinus <michael.albinus@gmx.de>
6116
6117 Sync with Tramp 2.0.56.
6118
6119 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6120 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6121
61222007-06-02 Chong Yidong <cyd@stupidchicken.com>
6123
6124 * Version 22.1 released.
6125
61262007-05-26 Michael Olson <mwolson@gnu.org>
6127
6128 * erc.texi (Modules): Fix references to completion modules.
6129
61302007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6131
6132 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6133
61342007-05-09 Didier Verna <didier@xemacs.org>
6135
6136 * gnus.texi (Email Based Diary): New. Proper documentation for the
6137 nndiary back end and the gnus-diary library.
6138
61392007-05-03 Karl Berry <karl@gnu.org>
6140
6141 * .cvsignore (*.pdf): New entry.
6142
6143 * texinfo.tex: Update from current version for better pdf generation.
6144
61452007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6146
6147 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6148
61492007-04-28 Glenn Morris <rgm@gnu.org>
6150
6151 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6152 consideration of legal status.
6153
61542007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6155
6156 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6157
61582007-04-24 Chong Yidong <cyd@stupidchicken.com>
6159
6160 * faq.texi (New in Emacs 22): python.el removed.
6161
61622007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6163
6164 * calc.texi (Reporting bugs): Update maintainer's address.
6165
61662007-04-22 Chong Yidong <cyd@stupidchicken.com>
6167
6168 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6169
61702007-04-15 Jay Belanger <belanger@truman.edu>
6171
6172 * calc.texi (Title page): Remove the date.
6173 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6174 (The Standard Calc Interface): Change trail title.
6175 (Floats): Mention that when non-decimal floats are entered, only
6176 approximations are stored.
6177 (Copying): Move to the appendices.
6178 (GNU Free Documentation License): Add as an appendix.
6179
61802007-04-15 Chong Yidong <cyd@stupidchicken.com>
6181
6182 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6183 * dired-x.texi, ebrowse.texi, ediff.texi:
6184 * emacs-mime.texi, erc.texi, eshell.texi:
6185 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6186 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6187 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6188 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6189 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6190 * woman.texi: Include GFDL.
6191
6192 * doclicense.texi: Remove node heading, so that it can be included by
6193 other files.
6194
6195 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6196
6197 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6198 than *.
6199
62002007-04-14 Carsten Dominik <dominik@science.uva.nl>
6201
6202 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6203 in Calc.
6204
62052007-04-09 Romain Francoise <romain@orebokech.com>
6206
6207 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6208 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6209 replace mouse-2.
6210
62112007-04-08 Chong Yidong <cyd@stupidchicken.com>
6212
6213 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6214 renamed to woman-use-topic-at-point. Document new behavior.
6215
62162007-04-08 Richard Stallman <rms@gnu.org>
6217
6218 * url.texi: Fix some indexing.
6219 (Disk Caching): Drop discussion of old/other Emacs versions.
6220
62212007-04-07 Chong Yidong <cyd@stupidchicken.com>
6222
6223 * url.texi (Disk Caching): Say Emacs 21 "and later".
6224
6225 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6226 on Font locking which now mentions JIT lock.
6227
62282007-04-01 Michael Olson <mwolson@gnu.org>
6229
6230 * erc.texi: Update for the ERC 5.2 release.
6231
62322007-03-31 David Kastrup <dak@gnu.org>
6233
6234 * woman.texi (Topic, Interface Options): Explain changes semantics of
6235 woman-manpath in order to consider MANPATH_MAP entries.
6236
62372007-03-31 Eli Zaretskii <eliz@gnu.org>
6238
6239 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6240
62412007-03-26 Richard Stallman <rms@gnu.org>
6242
6243 * pgg.texi (Caching passphrase): Clean up previous change.
6244
62452007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6246
6247 * gnus.texi (Setting Process Marks): Fix typo.
6248
62492007-03-25 Romain Francoise <romain@orebokech.com>
6250
6251 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6252 readability, and include various fixes by Daniel Brockman, Nick Roberts
6253 and Dieter Wilhelm.
6254
62552007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6256
6257 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6258
6259 * gnus.texi (Mail Source Specifiers): Fix typo.
6260
62612007-03-22 Ralf Angeli <angeli@caeruleus.net>
6262
6263 * reftex.texi (Imprint): Update maintainer information.
6264
62652007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6266
6267 * message.texi (Message Buffers): Update documentation for
6268 message-generate-new-buffers.
6269
62702007-03-15 Daiki Ueno <ueno@unixuser.org>
6271
6272 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6273
62742007-03-21 Glenn Morris <rgm@gnu.org>
6275
6276 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6277
62782007-03-19 Chong Yidong <cyd@stupidchicken.com>
6279
6280 * eshell.texi (Known problems): Emacs 21 -> 22.
6281
6282 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6283
62842007-03-18 Jay Belanger <belanger@truman.edu>
6285
6286 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6287
62882007-03-12 Glenn Morris <rgm@gnu.org>
6289
6290 * calc.texi (Time Zones): Switch to new North America DST rule.
6291
6292 * calc.texi: Replace "daylight savings" with "daylight
6293 saving" in text throughout.
6294
62952007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6296
6297 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6298 The variable now uses a list of symbols instead of just a symbol.
6299 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6300
63012007-03-06 Romain Francoise <romain@orebokech.com>
6302
6303 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6304 new packages, and mention Gnus update.
6305
63062007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6307
6308 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6309 nntp-open-connection-functions-never-echo-commands.
6310
63112007-02-27 Chong Yidong <cyd@stupidchicken.com>
6312
6313 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6314 problems on the console, and security risk in not using gpg-agent.
6315
63162007-02-25 Carsten Dominik <dominik@science.uva.nl>
6317
0c7efc08 6318 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
6319 Completely reorganized and rewritten.
6320 (CamelCase links): Section removed.
6321 (Repeating items): New section.
6322 (Tracking TODO state changes): New section.
6323 (Agenda views): Chapter reorganized and rewritten.
6324 (HTML export): Section rewritten.
6325 (Tables in arbitrary syntax): New section.
6326 (Summary): Better feature summary.
6327 (Activation): Document problem with cut-and-paste of Lisp code
6328 from PDF files.
6329 (Visibility cycling): Document indirect buffer use.
6330 (Structure editing): Document sorting.
6331 (Remember): Section rewritten.
6332 (Time stamps): Better description of time stamp types.
6333 (Tag searches): Document regular expression search for tags.
6334 (Stuck projects): New section.
6335 (In-buffer settings): New keywords.
6336 (History and Acknowledgments): Updated description.
6337
63382007-02-24 Alan Mackenzie <acm@muc.de>
6339
6340 * cc-mode.texi (Movement Commands): Insert two missing command names.
6341 (Getting Started): Slight wording correction (use conditional).
6342
63432007-02-22 Kim F. Storm <storm@cua.dk>
6344
6345 * widget.texi (User Interface, Basic Types): Document need to put some
6346 text before the %v escape in :format string in editable-field widget.
6347
63482007-02-18 Romain Francoise <romain@orebokech.com>
6349
6350 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6351 `cvs-mode-quit'.
6352
63532007-02-10 Markus Triska <markus.triska@gmx.at>
6354
6355 * widget.texi (Programming Example): Put constant strings in :format.
6356
63572007-02-07 Juanma Barranquero <lekktu@gmail.com>
6358
6359 * faq.texi (Fullscreen mode on MS-Windows): New node.
6360
63612007-02-04 David Kastrup <dak@gnu.org>
6362
6363 * faq.texi (AUCTeX): Update version number. Should probably be done
6364 for other packages as well.
6365
63662007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6367
6368 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6369 <tassilo@member.fsf.org>.
6370
63712007-01-27 Eli Zaretskii <eliz@gnu.org>
6372
6373 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6374 ls-lisp-use-localized-time-format.
6375
63762007-01-20 Markus Triska <markus.triska@gmx.at>
6377
6378 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6379
63802007-01-13 Michael Olson <mwolson@gnu.org>
6381
6382 * erc.texi (Modules): Mention capab-identify module.
6383
63842007-01-05 Michael Olson <mwolson@gnu.org>
6385
6386 * erc.texi (Getting Started): Update for /RECONNECT command.
6387
63882007-01-04 Richard Stallman <rms@gnu.org>
6389
6390 * ebrowse.texi: Change C-c b to C-c C-m.
6391
63922007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6393
6394 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6395 variables only in info to avoid redundant entries in the printed
6396 manual.
6397
63982007-01-02 Daiki Ueno <ueno@unixuser.org>
6399
6400 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6401
64022007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6403
6404 * message.texi (Security): Split into sub-nodes.
6405
64062007-01-01 Alan Mackenzie <acm@muc.de>
6407
6408 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6409 eval-after-load in Emacs <=21 and a workaround. Document that
6410 trigraphs are not supported.
6411
64122007-01-01 Alan Mackenzie <acm@muc.de>
6413
6414 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6415 c-context-line-break. When invoked within a string, preserve
6416 whitespace. Add a backslash only when also in a macro.
6417
64182007-01-01 Alan Mackenzie <acm@muc.de>
6419
6420 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6421
64222007-01-01 Alan Mackenzie <acm@muc.de>
6423
6424 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6425 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6426
64272007-01-01 Alan Mackenzie <acm@muc.de>
6428
6429 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6430 "Choosing a Style".
6431
6432 * cc-mode.texi ("Styles"): Add @dfn{style}.
6433
64342006-12-30 Michael Albinus <michael.albinus@gmx.de>
6435
6436 Sync with Tramp 2.0.55.
6437
6438 * trampver.texi: Update release number.
6439
64402006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6441
6442 * gnus.texi (Customizing Articles): Add index entries for all
6443 gnus-treat-* variables.
6444
c8763fb6 64452006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6446
6447 * gnus.texi (IMAP): Fix incorrect explanation of
6448 nnimap-search-uids-not-since-is-evil in documentation for
6449 nnimap-expunge-search-string.
6450
64512006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6452
6453 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6454 spam-ifile-database.
6455
64562006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6457
6458 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6459 rebind C-s.
6460
c8763fb6 64612006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6462
6463 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6464 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6465 "expiring mail".
6466 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6467 nnimap-nov-is-evil.
6468
64692006-12-25 Kevin Ryde <user42@zip.com.au>
6470
6471 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6472 about the key procedure being used heavily.
6473
64742006-12-24 Chong Yidong <cyd@stupidchicken.com>
6475
6476 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6477 to t.
6478 (Prerequisites): Add explanation about gpg-agent.
6479
64802006-12-22 Kevin Ryde <user42@zip.com.au>
6481
6482 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6483 "sort" instead of "sort*".
6484
64852006-12-19 Richard Stallman <rms@gnu.org>
6486
6487 * calc.texi (History and Acknowledgements): Recognize that Emacs
6488 now does have floating point.
6489
64902006-12-19 Michael Albinus <michael.albinus@gmx.de>
6491
6492 * tramp.texi (External transfer methods): Describe new method `scpc'.
6493
64942006-12-17 Sascha Wilde <wilde@sha-bang.de>
6495
6496 * pgg.texi: Added short note on gpg-agent to the introduction.
6497
64982006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6499
6500 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6501 also applies to Cc.
6502
65032006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6504
6505 * gnus.texi (X-Face): Clarify. Say which programs are required
6506 on Windows.
6507
65082006-12-08 Michael Olson <mwolson@gnu.org>
6509
6510 * erc.texi (Modules): Remove documentation for list module.
6511
c8763fb6 65122006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
6513
6514 * faq.texi (^M in the shell buffer): Ditto.
6515
65162006-11-20 Michael Olson <mwolson@gnu.org>
6517
6518 * erc.texi: Call this the 5.2 stable pre-release of ERC.
6519
65202006-11-17 Carsten Dominik <dominik@science.uva.nl>
6521
6522 * org.texi: Fix typos.
6523 (Agenda commands): Document `C-k'.
6524
65252006-11-16 Eli Zaretskii <eliz@gnu.org>
6526
6527 * url.texi (http/https): Fix a typo in the HTTP URL.
6528
65292006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6530
6531 * ada-mode.texi: Total rewrite.
6532
65332006-11-13 Carsten Dominik <dominik@science.uva.nl>
6534
6535 * org.texi: Minor typo fixes.
6536
65372006-11-13 Bill Wohler <wohler@newt.com>
6538
6539 Release MH-E manual version 8.0.3.
6540
6541 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6542 release 8.0.3.
6543
6544 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6545 to set MAILDIR.
6546 (Reading Mail): Document the customization of read-mail-command
6547 for MH-E.
6548 (Viewing Attachments): Document mm-discouraged-alternatives.
6549 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6550 (Junk): Add more information about the settings of mh-junk-background
6551 in a program. Add /usr/bin/mh to PATH in examples.
6552
65532006-11-12 Richard Stallman <rms@gnu.org>
6554
6555 * woman.texi: Update author address but say he no longer maintains it.
6556
65572006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6558
6559 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6560 archived trees.
6561 (Checkboxes): Section moved to chapter 5, and extended.
6562 (The date/time prompt): New section.
6563 (Link abbreviations): New section.
6564 (Presentation and sorting): New section.
6565 (Custom agenda views): Section completely rewritten.
6566 (Summary): Compare with Planner.
6567 (Feedback): More info about creating backtraces.
6568 (Plain lists): Modified example.
6569 (Breaking down tasks): New section.
6570 (Custom time format): New section.
6571 (Time stamps): Document inactive timestamps.
6572 (Setting tags): More details about fast tag selection.
6573 (Block agenda): New section.
6574 (Custom agenda views): Section rewritten.
6575 (Block agenda): New section.
6576
65772006-11-07 Michael Albinus <michael.albinus@gmx.de>
6578
6579 * tramp.texi (Configuration): scp is the default method.
6580 (Default Method): Use ssh as example for another method.
6581
65822006-10-27 Richard Stallman <rms@gnu.org>
6583
6584 * woman.texi: Downcase nroff/troff/roff.
6585 (Installation): Chapter deleted. Some xrefs deleted.
6586 (Background): woman doesn't advise man ;-).
6587
c8763fb6 65882006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6589
6590 * ada-mode.texi (Project files, Identifier completion)
6591 (Automatic Casing, Debugging, Using non-standard file names)
6592 (Working Remotely): Fix typos.
6593
65942006-10-20 Masatake YAMATO <jet@gyve.org>
6595
0c7efc08 6596 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
6597 sample code `my-c-initialization-hook'.
6598
65992006-10-19 Stuart D. Herring <herring@lanl.gov>
6600
6601 * widget.texi: Fix typos.
6602
66032006-10-19 Michael Albinus <michael.albinus@gmx.de>
6604
6605 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6606 "???". There have been no complaints for years, so the information
6607 must be appropriate.
6608
66092006-10-16 Richard Stallman <rms@gnu.org>
6610
6611 * widget.texi: Use @var instead of capitalization.
6612 Clarify many widget type descriptions.
6613
66142006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6615
6616 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6617 gnus-dired-attach.
6618 (Selecting a Group): Fix typo.
6619
c8763fb6 66202006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6621
6622 * widget.texi: Fix typos.
6623
66242006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
6625
6626 * gnus.texi (Image Enhancements): Update for Emacs 22.
6627
6628 * gnus-faq.texi ([1.3]): Update.
6629
66302006-10-06 Richard Stallman <rms@gnu.org>
6631
6632 * faq.texi (Displaying the current line or column):
6633 Delete "As of Emacs 20".
6634
66352006-10-06 Romain Francoise <romain@orebokech.com>
6636
6637 * faq.texi (VM): VM works with Emacs 22 too.
6638
66392006-10-06 Richard Stallman <rms@gnu.org>
6640
6641 * ebrowse.texi: Remove Emacs version "21" from title.
6642
66432006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
6644
6645 * gnus.texi (Foreign Groups): Say where change of editing commands are
6646 stored. Add reference to `gnus-parameters'.
6647
66482006-09-15 Jay Belanger <belanger@truman.edu>
6649
6650 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6651 Change "Library Public License" to "Lesser Public License"
6652 throughout. Use "yyyy" to represent year.
6653
66542006-09-15 Carsten Dominik <dominik@science.uva.nl>
6655
6656 * org.texi (Setting tags): Typo fix.
6657
66582006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
6659
6660 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6661
66622006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6663
6664 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6665
66662006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6667
6668 * faq.texi (Escape sequences in shell output): EMACS is now set
6669 to Emacs's absolute file name, not to "t".
6670 (^M in the shell buffer): Likewise.
6671 * misc.texi (Interactive Shell): Likewise.
6672
66732006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6674
6675 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6676 mails with pop3-leave-mail-on-server. Fix wording.
6677 (Limiting): Improve gnus-summary-limit-to-articles.
6678 (X-Face): Fix typo.
6679
66802006-09-11 Simon Josefsson <jas@extundo.com>
6681
6682 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6683 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6684
66852006-09-06 Simon Josefsson <jas@extundo.com>
6686
6687 * smtpmail.texi (Authentication): Mention SSL.
6688
66892006-09-01 Eli Zaretskii <eliz@gnu.org>
6690
6691 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6692 Don't use @indicateurl.
6693
6694 * cc-mode.texi (Subword Movement): Don't use @headitem.
6695 (Custom Braces, Clean-ups): Don't use @tie.
6696
66972006-08-29 Michael Albinus <michael.albinus@gmx.de>
6698
6699 Sync with Tramp 2.0.54.
6700
6701 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6702 Suggested by Adrian Phillips <a.phillips@met.no>.
6703
67042006-08-15 Carsten Dominik <dominik@science.uva.nl>
6705
6706 * org.texi (Installation, Activation): Split from Installation and
6707 Activation.
6708 (Clocking work time): Documented new features.
6709
67102006-08-13 Alex Schroeder <alex@gnu.org>
6711
6712 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6713 example.
6714
67152006-08-12 Eli Zaretskii <eliz@gnu.org>
6716
6717 * faq.texi (How to add fonts): New node.
6718
67192006-08-05 Romain Francoise <romain@orebokech.com>
6720
6721 * faq.texi (New in Emacs 22): Expand.
6722
67232006-08-03 Michael Olson <mwolson@gnu.org>
6724
6725 * erc.texi: Update for ERC 5.1.4.
6726
67272006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6728
6729 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6730 in .../site-lisp/gnus/ by default.
6731 [ From gnus-news.texi in the trunk. ]
6732
67332006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6734
6735 * gnus.texi (MIME Commands): Additions for yEnc.
6736
67372006-07-24 Richard Stallman <rms@gnu.org>
6738
6739 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6740 * faq.texi: Move periods and commas inside quotes.
6741
67422006-07-20 Jay Belanger <belanger@truman.edu>
6743
6744 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6745
67462006-07-18 Chong Yidong <cyd@stupidchicken.com>
6747
6748 * faq.texi (Security risks with Emacs): Document Emacs 22
6749 file-local-variable mechanism.
6750
67512006-07-12 Michael Olson <mwolson@gnu.org>
6752
6753 * erc.texi: Update for ERC 5.1.3.
6754
67552006-07-12 Alex Schroeder <alex@gnu.org>
6756
6757 * rcirc.texi: Fix typos.
6758 (Getting started with rcirc): New calling convention for M-x irc.
6759 Mention #rcirc. Removed channel tracking.
0c7efc08 6760 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6761 recently, eg. rcirc-server to rcirc-default-server. Added
6762 documentation for rcirc-authinfo, some background for Bitlbee, and
6763 rcirc-track-minor-mode.
0c7efc08 6764 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6765 Scrolling.
0c7efc08 6766 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6767 to match code changes.
6768
67692006-07-10 Nick Roberts <nickrob@snap.net.nz>
6770
6771 * gnus.texi, message.texi: Fix typos.
6772
67732006-07-07 Carsten Dominik <dominik@science.uva.nl>
6774
6775 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6776 commands.
6777 (Global TODO list): Document the use of the variables
6778 `org-agenda-todo-ignore-scheduled' and
6779 `org-agenda-todo-list-sublevels'.
6780
67812006-07-05 Richard Stallman <rms@gnu.org>
6782
6783 * faq.texi (Scrolling only one line): Fix xref.
6784
67852006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6786
6787 * faq.texi (Evaluating Emacs Lisp code):
6788 Throughout, replace eval-current-buffer with eval-buffer.
6789
67902006-07-03 Richard Stallman <rms@gnu.org>
6791
6792 * rcirc.texi (Scrolling conservatively): Fix xref.
6793
6794 * pcl-cvs.texi (Viewing differences): Usage fix.
6795
67962006-07-03 Carsten Dominik <dominik@science.uva.nl>
6797
6798 * org.texi (Agenda commands): Document `s' key to save all org-mode
6799 buffers.
6800
68012006-06-30 Ralf Angeli <angeli@caeruleus.net>
6802
6803 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6804 names. Mention `cvs-msg' face.
6805
68062006-06-29 Carsten Dominik <dominik@science.uva.nl>
6807
6808 * org.texi (Checkboxes): New section.
6809
68102006-06-28 Carsten Dominik <dominik@science.uva.nl>
6811
6812 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6813 throughout this chapter.
6814
68152006-06-27 Chong Yidong <cyd@stupidchicken.com>
6816
6817 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6818 text for standalone vs Emacs info.
6819 (Help): Clarify header line description. Use mouse-1 for clicks.
6820 (Help-P): Use mouse-1 for clicks.
6821 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6822 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6823 (Choose menu subtopic): Remove gratuitous Emacs command names.
6824 (Help-FOO): Put usual behavior first.
6825 (Help-Xref): Clicking on xrefs works in Emacs.
6826 (Search Text): Clarify what the default behavior is.
6827 (Create Info buffer): Fix Emacs window/X window confusion.
6828 (Emacs Info Variables): Fix for new Emacs init file behavior.
6829
68302006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6831
6832 * gnus.texi (Summary Buffer Lines): Fix typo.
6833
68342006-06-23 Carsten Dominik <dominik@science.uva.nl>
6835
6836 * org.texi (Embedded LaTeX): New chapter.
6837 (Archiving): Section rewritten.
6838 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6839
68402006-06-20 Bill Wohler <wohler@newt.com>
6841
6842 Release MH-E manual version 8.0.1.
6843
6844 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6845 release 8.0.1.
6846 (Preface): Depend on GNU mailutils 1.0 and higher.
6847
68482006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6849
6850 * message.texi (News Headers): Update message-syntax-checks section.
6851
68522006-06-19 Karl Berry <karl@gnu.org>
6853
6854 * info.texi (Advanced): Mention C-q, especially with ?.
6855
68562006-06-19 Carsten Dominik <dominik@science.uva.nl>
6857
6858 * org.texi (Publishing links): Document the `:link-validation-function'
6859 property.
6860 (Extensions and Hacking): New chapter, includes some sections of the
6861 "Miscellaneous" chapter.
6862
68632006-06-10 Carsten Dominik <dominik@science.uva.nl>
6864
6865 * org.texi (Progress logging): New section.
6866
2de53ca6
GM
68672006-06-06 Carsten Dominik <dominik@science.uva.nl>
6868
6869 * org.texi (ASCII export): Document indentation adaptation.
6870 (Setting tags): Document mutually-exclusive tags.
6871
68722006-06-05 Romain Francoise <romain@orebokech.com>
6873
6874 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6875 Fix typo.
6876
6877 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6878 channel (#gnus@irc.freenode.net).
6879 Fix typos. Update copyright notice.
6880
6881 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6882 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6883 (Line-Up Functions, Custom Macros):
6884 * ediff.texi (Window and Frame Configuration)
dccb744b 6885 (Highlighting Difference Regions):
2de53ca6
GM
6886 * emacs-mime.texi (Display Customization):
6887 * erc.texi (History):
6888 * eshell.texi (Known problems):
6889 * eudc.texi (Overview, BBDB):
6890 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6891 (The problem of spam, SpamOracle, Extending the Spam package)
6892 (Conformity, Terminology):
dccb744b 6893 * idlwave.texi (Routine Info)
2de53ca6
GM
6894 (Class and Keyword Inheritance, Padding Operators)
6895 (Breakpoints and Stepping, Electric Debug Mode)
6896 (Examining Variables, Troubleshooting):
6897 * org.texi (Creating timestamps):
6898 * reftex.texi (Commands, Options, Changes):
6899 * tramp.texi (Inline methods, Password caching)
6900 (Auto-save and Backup, Issues):
6901 * vip.texi (Files, Commands in Insert Mode):
6902 * viper.texi (Emacs Preliminaries, States in Viper)
6903 (Packages that Change Keymaps, Viper Specials, Groundwork):
6904 Fix various typos.
6905
69062006-05-31 Michael Ernst <mernst@alum.mit.edu>
6907
6908 * ediff.texi: Fix typos.
6909
69102006-05-30 Carsten Dominik <dominik@science.uva.nl>
6911
6912 * org.texi: Small typo fixes.
6913
fff84c22
JB
69142006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6915
6916 * viper.texi (Viper Specials):
6917 * gnus.texi (Example Setup):
6918 * faq.texi (Backspace invokes help):
6919 * dired-x.texi (Optional Installation Dired Jump):
6920 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6921 follow coding conventions.
6922
2de53ca6
GM
69232006-05-29 Michael Albinus <michael.albinus@gmx.de>
6924
6925 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6926
69272006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6928
6929 * pcl-cvs.texi: Fix typos.
6930 (Customization): Say "us".
6931
69322006-05-26 Eli Zaretskii <eliz@gnu.org>
6933
6934 * org.texi: Remove bogus @setfilename.
6935
69362006-05-26 Carsten Dominik <dominik@science.uva.nl>
6937
6938 * org.texi (ASCII export): Omit command name.
6939 (HTML export): Add prefix to all lines in Local Variable example.
6940 (Acknowledgments): Typeset names in italics.
6941
69422006-05-24 Carsten Dominik <dominik@science.uva.nl>
6943
6944 * org.texi (Plain lists): Add new item navigation commands.
6945 (External links): Document elisp and info links.
6946 (Custom searches): New section.
6947 (Publishing): New chapter.
6948 (HTML export): Include a list of supported CSS classes.
6949 (Setting tags): Describe the fast-tag-setting interface.
6950
69512006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6952
6953 * dired-x.texi: ifinfo -> ifnottex.
6954
69552006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6956
6957 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6958
69592006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6960
6961 * message.texi (Interface): Add tool bar customization.
6962 (MIME): Index and text additions for mml-attach.
6963 (MIME): Describe mml-dnd-protocol-alist and
6964 mml-dnd-attach-options.
6965
6966 * gnus.texi (Oort Gnus): Reorder entries in sections.
6967 Fix some entries.
6968 (Starting Up): Add references to "Emacs for Heathens" and to
6969 "Finding the News". Add user-full-name and user-mail-address.
6970 (Group Buffer Format): Add tool bar customization and update.
6971 (Summary Buffer): Add tool bar customization.
6972 (Posting Styles): Add message-alternative-emails.
6973
69742006-05-09 Michael Albinus <michael.albinus@gmx.de>
6975
6976 * tramp.texi (Filename completion): Improve wording.
6977
69782006-05-07 Romain Francoise <romain@orebokech.com>
6979
6980 * faq.texi (Using regular expressions): Fix typo.
6981 (Packages that do not come with Emacs): Fix capitalization.
6982 (Replacing text across multiple files): Expand node to explain how
6983 to use `dired-do-query-replace-regexp' in more detail, based on
6984 suggestion by Eric Hanchrow <offby1@blarg.net>.
6985
69862006-05-06 Michael Albinus <michael.albinus@gmx.de>
6987
6988 * tramp.texi (Filename completion): Completion of remote files'
6989 method, user name and host name is active only in partial
6990 completion mode.
6991
69922006-05-06 Bill Wohler <wohler@newt.com>
6993
6994 Release MH-E manual version 8.0.
6995
6996 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6997 release 8.0.
6998
69992006-05-06 Bill Wohler <wohler@newt.com>
7000
7001 * mh-e.texi (MH-BOOK-HOME): Change from
7002 http://www.ics.uci.edu/~mh/book/mh to
7003 http://rand-mh.sourceforge.net/book/mh.
7004 Replace .htm suffix with .html for MH book files.
7005 (Using This Manual): Update key binding for getting relevant
7006 chapter in Info from command key.
7007 (Ranges): Fix itemx.
7008
70092006-05-05 Karl Berry <karl@gnu.org>
7010
7011 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
7012 (\fonttextsize): New user-level command to change text font size.
7013
70142006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
7015
7016 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
7017
70182006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7019
7020 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
7021
70222006-04-24 Bill Wohler <wohler@newt.com>
7023
7024 * mh-e.texi (Getting Started): Make it more explicit that you need
7025 to install MH. Add pointers to current MH implementations.
7026
70272006-04-21 Bill Wohler <wohler@newt.com>
7028
7029 Release MH-E manual version 7.94.
7030
7031 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7032 release 7.94.
7033
70342006-04-21 Carsten Dominik <dominik@science.uva.nl>
7035
7036 * org.texi: Many small fixes.
7037 (Handling links): Rename from "Managing links".
7038
70392006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
7040
7041 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
7042 (Splitting mail using spam-stat): Fix @xref.
7043
70442006-04-20 Chong Yidong <cyd@stupidchicken.com>
7045
7046 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 7047 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
7048
70492006-04-20 Carsten Dominik <dominik@science.uva.nl>
7050
7051 * org.texi (Time stamps): Better explanation of the purpose of
7052 different time stamps.
7053 (Structure editing, Plain lists): More details on how new items
7054 and headings are inserted.
7055
70562006-04-18 Carsten Dominik <dominik@science.uva.nl>
7057
7058 * org.texi (Formula syntax): Fix link to Calc Manual.
7059
70602006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7061
7062 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7063
70642006-04-17 Bill Wohler <wohler@newt.com>
7065
7066 * mh-e.texi (Folders): Update mh-before-quit-hook and
7067 mh-quit-hook example with code that removes the buffers rather
7068 than just bury them.
7069
70702006-04-17 Michael Albinus <michael.albinus@gmx.de>
7071
7072 Sync with Tramp 2.0.53.
7073
70742006-04-13 Carsten Dominik <dominik@science.uva.nl>
7075
7076 * org.texi (Updating settings): New section.
7077 (Visibility cycling): Better names for the startup folding
7078 options.
7079 (Exporting): Completely restructured.
7080 (The very busy C-c C-c key): New section.
7081 (Summary of in-buffer settings): New section.
7082
70832006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7084
7085 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7086
70872006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7088
7089 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7090 (Server Commands): Key `v' is reserved for users.
7091
70922006-04-11 Carsten Dominik <dominik@science.uva.nl>
7093
7094 * org.texi (Link format): New section, emphasis on bracket links.
7095 (External links): Document bracket links.
7096 (FAQ): Expand to cover shell links and the new link format.
7097
70982006-04-09 Kevin Ryde <user42@zip.com.au>
7099
7100 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7101
71022006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7103
7104 * gnus.texi (Summary Buffer Lines): Add `*'.
7105
c8763fb6 71062006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7107
7108 * gnus.texi (Group Parameters):
7109 Mention gnus-permanently-visible-groups.
7110
71112006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7112
7113 * gnus.texi (Face): Fix typo.
7114
71152006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7116
7117 * gnus.texi (X-Face): Clarify.
7118 (Face): Need Emacs with PNG support.
7119
71202006-04-06 Richard Stallman <rms@gnu.org>
7121
7122 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7123 Emacs".
7124
71252006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7126
7127 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7128 blocks not suitable for inclusion with Emacs using variable
7129 PARTOFEMACS.
7130
71312006-04-04 Simon Josefsson <jas@extundo.com>
7132
7133 * gnus.texi (Security): Improve.
7134
71352006-04-02 Bill Wohler <wohler@newt.com>
7136
7137 * mh-e.texi (Getting Started, Junk, Bug Reports)
7138 (MH FAQ and Support): Fix URLs.
7139
71402006-03-31 Romain Francoise <romain@orebokech.com>
7141
7142 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7143 to t, not nil (and has for the past eight years).
7144
71452006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7146
7147 * message.texi, gnus.texi: Bump version to 5.11.
7148
71492006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7150
7151 * gnus.texi (Top): Add comment about version line.
7152
7153 * message.texi (Top): Ditto. Change to take named versions into
7154 account.
7155
71562006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7157
7158 * gnus.texi (Posting Styles): Add x-face-file to example.
7159 (X-Face): Refer to posting styles.
7160
7161 * gnus-faq.texi ([5.8]): Add x-face-file.
7162 ([8.4]): Add links to gmane.emacs.gnus.user and
7163 gmane.emacs.gnus.general.
7164
71652006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7166
7167 * gnus-faq.texi: Use .invalid.
7168 ([5.4]): Fix gnus-posting-styles example.
7169
71702006-03-27 Romain Francoise <romain@orebokech.com>
7171
7172 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7173 Emacs/W3 needs a new maintainer.
7174 (Ispell): Update author and version info.
7175 (Mailcrypt): Mention PGG.
7176 (New in Emacs 22): Add PGG to the list of new packages.
7177 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7178 updating dead URLs.
7179
71802006-03-25 Karl Berry <karl@gnu.org>
7181
7182 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7183 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7184 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7185 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7186 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7187 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7188 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7189 (2) do not indent copyright year list (or anything else).
7190
71912006-03-21 Bill Wohler <wohler@newt.com>
7192
7193 * mh-e.texi (Folders): Various edits.
7194
71952006-03-20 Romain Francoise <romain@orebokech.com>
7196
7197 * gnus.texi (Mail Folders): Grammar fix.
7198
71992006-03-19 Bill Wohler <wohler@newt.com>
7200
7201 * mh-e.texi (Replying): Document Mail-Followup-To.
7202 Change manually-formatted table to multitable. Add debugging info.
7203 Move description of mh-reply-default-reply-to into paragraph
7204 that describes its values.
7205
72062006-03-17 Bill Wohler <wohler@newt.com>
7207
10d1d0af 7208 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
7209 (Sending Mail Tour): Update method of entering
7210 addresses and subject.
7211 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7212 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7213
72142006-03-15 Carsten Dominik <dominik@science.uva.nl>
7215
7216 * org.texi: Version number change only.
7217
72182006-03-14 Bill Wohler <wohler@newt.com>
7219
7220 * mh-e.texi: Add index entries around each paragraph rather than
7221 depend on entries from beginning of node. Doing so ensures that
7222 index entries are less likely to be forgotten if text is cut and
7223 pasted, and are necessary anyway if the references are on a
7224 separate page. It seems that makeinfo is now (v. 4.8) only
7225 producing one index entry per node, so there is no longer any
7226 excuse not to. Use subheading instead of heading. The incorrect
7227 use of heading produced very large fonts in Info--as large as the
7228 main heading.
7229 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7230 versions 6 and 7 appeared *around* the time of these Emacs releases.
7231
72322006-03-13 Carsten Dominik <dominik@science.uva.nl>
7233
7234 * org.texi (Clean view): Document new startup options.
7235
72362006-03-11 Bill Wohler <wohler@newt.com>
7237
7238 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7239 (Composing, Scan Line Formats): Fix @refs.
7240 (Getting Started): Define MH profile and MH profile components.
7241 (Incorporating Mail, Reading Mail, Viewing, Printing)
7242 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7243 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7244 for string constants.
7245 (Tool Bar): Remove spurious quote.
7246 (Junk): Use ``...'' instead of "...".
7247 (Scan Line Formats): Replace @samp with @kbd.
7248
72492006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7250
7251 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7252
72532006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7254
7255 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7256 easy to understand.
7257
72582006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7259
7260 * gnus.texi: Markup fix.
7261 (Fancy Mail Splitting): Specify new feature.
7262
72632006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7264
7265 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7266 partial-words matching.
7267
72682006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7269
7270 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7271
7272 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7273 (MIME Commands): Fix mm-discouraged-alternatives.
7274
72752006-03-07 Carsten Dominik <dominik@science.uva.nl>
7276
7277 * org.texi: Version number change only.
7278
72792006-03-06 Bill Wohler <wohler@newt.com>
7280
7281 * mh-e.texi: Move from SourceForge repository to Savannah.
7282 This is version 7.93, which is a total rewrite from the previous
7283 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7284 version 7.93.
7285
72862006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7287
7288 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7289
72902006-03-01 Carsten Dominik <dominik@science.uva.nl>
7291
7292 * org.texi (Interaction): Add item about `org-mouse.el' by
7293 Piotr Zielinski.
7294 (Managing links): Document that also mouse-1 can be used to
7295 activate a link.
7296 (Headlines, FAQ): Add entry about hiding leading stars.
7297 (Miscellaneous): Resort the sections in this chapter to a more
7298 logical sequence.
7299
73002006-02-27 Simon Josefsson <jas@extundo.com>
7301
7302 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7303 2004-01-27 from the trunk).
7304
73052006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7306
7307 * cc-mode.texi: Rename c-hungry-backspace to
7308 c-hungry-delete-backwards, at the request of RMS. Leave the old
7309 name as an alias.
7310
73112006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7312
7313 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7314 include the function header within the defun.
7315
73162006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7317
7318 * cc-mode.texi: Correct two typos.
7319
73202006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7321
7322 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7323 existing comment.
7324 (Electric Keys): Add a justification for electric indentation.
7325 (Hungry WS Deletion): Clear up the names and complications of the
7326 BACKSPACE and DELETE keys.
7327
73282006-02-23 Juri Linkov <juri@jurta.org>
7329
7330 * faq.texi (Common requests): Move `Turning on auto-fill by
7331 default' after `Wrapping words automatically'. Move `Working with
7332 unprintable characters' before `Searching for/replacing newlines'.
7333 Move `Replacing highlighted text' after `Highlighting a region'.
7334 Merge `Repeating commands' and `Repeating a command as many times
7335 as possible' into the former.
7336 (Packages that do not come with Emacs): Add refs to Gmane and
7337 etc/MORE.STUFF.
7338
73392006-02-23 Juri Linkov <juri@jurta.org>
7340
7341 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7342 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7343 Add xref to `(emacs)Reporting Bugs'.
7344 (Getting a printed manual): Add URL to other formats of the manual.
7345 (Common requests): Fix menu.
7346 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7347 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7348 (Inserting text at the beginning of each line): Add pxref to
7349 `Changing the included text prefix'.
7350 (Forcing the cursor to remain in the same column): Mention `track-eol'
7351 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7352 (Replacing text across multiple files): Add keybinding `Q' for
7353 `dired-do-query-replace'.
7354
73552006-02-22 Carsten Dominik <dominik@science.uva.nl>
7356
7357 * reftex.texi: Version number and date change only.
7358
7359 * org.texi (Internal Links): Rewrite to cover the modified
7360 linking system.
7361
73622006-02-17 Eli Zaretskii <eliz@gnu.org>
7363
7364 * faq.texi: Remove the coding cookie, it's not needed anymore.
7365
73662006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7367
7368 * faq.texi (Colors on a TTY): Mention Mac OS port.
7369
73702006-02-12 Karl Berry <karl@gnu.org>
7371
7372 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7373 8-bit accented a.
7374
73752006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7376
7377 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7378
73792006-02-08 Romain Francoise <romain@orebokech.com>
7380
7381 * faq.texi (Top): Remove paragraph about the FAQ being a
7382 transitional document, etc.
7383 (Searching for/replacing newlines): New node.
7384 (Yanking text in isearch): New node.
7385 (Inserting text at the beginning of each line): Rename and make
7386 more general, mention `M-;' in Message mode.
7387
73882006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7389
7390 * faq.texi (Meta key does not work in xterm)
7391 (Emacs does not display 8-bit characters)
7392 (Inputting eight-bit characters): Update xrefs.
7393
73942006-02-06 Romain Francoise <romain@orebokech.com>
7395
7396 * faq.texi (VM): VM now at version 7.19.
7397 Set myself as maintainer of this file.
7398
73992006-02-04 Michael Olson <mwolson@gnu.org>
7400
7401 * erc.texi (History): Note that ERC is now included with Emacs.
7402
74032006-01-31 Romain Francoise <romain@orebokech.com>
7404
7405 * message.texi (Message Headers): Explain what
7406 `message-alternative-emails' does in more detail.
7407 Update copyright year.
7408
74092006-01-30 Juanma Barranquero <lekktu@gmail.com>
7410
7411 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7412
74132006-01-29 Richard M. Stallman <rms@gnu.org>
7414
7415 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7416
74172006-01-29 Michael Olson <mwolson@gnu.org>
7418
7419 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7420
7421 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7422
7423 * faq.texi (New in Emacs 22): Mention ERC.
7424
74252006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7426
7427 * rcirc.texi: Capitalize dir entry for consistency with the entry
7428 in info/dir and other entries in the Emacs category.
7429 Fix typos. Delete trailing whitespace.
7430
c8763fb6 74312006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
7432
7433 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7434
74352006-01-27 Eli Zaretskii <eliz@gnu.org>
7436
7437 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7438 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7439
7440 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7441 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7442
74432006-01-27 Alex Schroeder <alex@gnu.org>
7444
7445 * rcirc.texi: New file.
7446
74472006-01-23 Juri Linkov <juri@jurta.org>
7448
7449 * widget.texi (User Interface): Add S-TAB for widget-backward.
7450
74512006-01-22 Michael Albinus <michael.albinus@gmx.de>
7452
7453 Sync with Tramp 2.0.52.
7454
7455 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7456 Add Tramp disabling item. New item for common connection problems.
7457 (various): Apply "ftp" as method for the download URL.
7458 (Bug Reports): Refer to FAQ for common problems.
7459
74602006-01-21 Eli Zaretskii <eliz@gnu.org>
7461
7462 * widget.texi (User Interface): Use @key for TAB.
7463
7464 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7465
7466 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7467 for TAB.
7468
7469 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7470
74712006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7472
7473 * gnus.texi: Update copyright.
7474
74752006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7476
7477 * gnus.texi (Article Washing): Additions.
7478
2de53ca6
GM
74792006-01-13 Carsten Dominik <dominik@science.uva.nl>
7480
7481 * org.texi (Agenda commands): Document tags command.
7482
74832006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7484
7485 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7486
74872006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7488
7489 * gnus.texi (RSS): Addition.
7490
74912005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7492
7493 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7494
74952005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7496
7497 * emacs-mime.texi (Display Customization): Add setting example to
7498 mm-discouraged-alternatives.
7499
75002006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7501
7502 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7503 version is the canonical version.
7504
75052006-01-08 Alex Schroeder <alex@gnu.org>
7506
7507 * pgg.texi (Caching passphrase): Rewording.
7508
75092006-01-06 Eli Zaretskii <eliz@gnu.org>
7510
7511 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7512 repository URL.
7513
75142006-01-06 Carsten Dominik <dominik@science.uva.nl>
7515
7516 * org.texi: Removed the accidentally re-added empty line in the
7517 direntry.
7518
75192006-01-05 Carsten Dominik <dominik@science.uva.nl>
7520
7521 * org.texi (Agenda Views): Chapter reorganized.
7522
75232005-12-29 Romain Francoise <romain@orebokech.com>
7524
7525 * faq.texi (Using Customize): New node.
7526
75272005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7528
7529 * org.texi: Remove blank line in @direntry. It is non-standard
7530 and recursively produces blank lines all over the dir file (when
7531 using Texinfo 4.8).
7532
75332005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7534
7535 * widget.texi (atoms): Delete obsolete remark about `file' widget.
7536
75372005-12-20 Carsten Dominik <dominik@science.uva.nl>
7538
7539 * org.texi (Tags): Boolean logic documented.
7540 (Agenda Views): Document custom commands.
7541
75422005-12-20 David Kastrup <dak@gnu.org>
7543
7544 * faq.texi (AUCTeX): Update version and mailing list info.
7545
75462005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7547
7548 * gnus.texi (MIME Commands): Mention addition of
7549 multipart/alternative to gnus-buttonized-mime-types and add xref
7550 to mm-discouraged-alternatives.
7551
7552 * emacs-mime.texi (Display Customization): Mention addition of
7553 "image/.*" and add xref to gnus-buttonized-mime-types in the
7554 mm-discouraged-alternatives section.
7555
75562005-12-16 Carsten Dominik <dominik@science.uva.nl>
7557
7558 * org.texi (Tags): New section.
7559 (Agenda Views): Chapter reorganized.
7560
75612005-12-16 Eli Zaretskii <eliz@gnu.org>
7562
7563 * org.texi (Internal Links): Add a missing comma after an @xref.
7564
75652005-12-14 Chong Yidong <cyd@stupidchicken.com>
7566
7567 * faq.texi (Filling paragraphs with a single space): No need to
7568 change sentence-end now.
7569
75702005-12-13 Romain Francoise <romain@orebokech.com>
7571
7572 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7573
75742005-12-12 Jay Belanger <belanger@truman.edu>
7575
7576 * faq.texi (Calc): Update version number.
7577
75782005-12-12 Carsten Dominik <dominik@science.uva.nl>
7579
7580 * org.texi (Progress Logging): New section.
7581
75822005-12-10 Romain Francoise <romain@orebokech.com>
7583
7584 Update the Emacs FAQ for the 22.1 release.
7585
7586 * faq.texi: Set VER to `22.1'.
7587 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
7588 Tutorial. Mention that `C-h r' displays the manual.
7589 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
7590 (Getting a printed manual): Point to the new locations of the
7591 manuals on the GNU Web site.
7592 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7593 available via Info (it was previously distributed separately).
7594 (Installing Texinfo documentation): The latest version of Texinfo
7595 is 4.8, not 4.0.
7596 (Informational files for Emacs): COPYING is the GNU General Public
7597 License, not the Emacs General Public License.
7598 (Informational files for Emacs): Delete obsolete link to the
7599 GNUinfo pages as they have been removed from the GNU Web site.
7600 (New in Emacs 22): New node.
7601 (Setting up a customization file): Say that most packages support
7602 Customize nowadays.
7603 (Colors on a TTY): Delete reference to instructions on how to
7604 enable syntax highlighting, it is now enabled by default.
7605 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7606 at startup automatically.
7607 (Controlling case sensitivity): Mention `M-c' in isearch.
7608 (Using an already running Emacs process): Emacs now creates the
7609 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7610 gnuserv. As emacsclient can now run Lisp code as well, delete a
7611 sentence praising gnuserv for that. Simplify description of how
7612 the client/server operation works.
7613 (Compiler error messages): Delete obsolete text (compile.el has
7614 been rewritten).
7615 (Indenting switch statements): Fix typo.
7616 (Matching parentheses): Simplify setup instructions, mention the
7617 menu bar item in the Options menu.
7618 (Repeating a command as many times as possible): Mention `C-x e'.
7619 (Going to a line by number): Mention new keymap and bindings
7620 `M-g M-g', `M-g M-p' and `M-g M-n'.
7621 (Turning on syntax highlighting): Now on by default. Simplify.
7622 (Replacing highlighted text): Use `1', not `t'.
7623 (Problems with very large files): The maximum size is now 256MB on
7624 32-bit machines.
7625 (^M in the shell buffer): Mention `comint-process-echoes'.
7626 (Emacs for Apple computers): Emacs 22 has native support for Mac
7627 OS X.
7628 (Translating names to IP addresses): Delete node.
7629 (Binding keys to commands): Fix typo.
7630 (SPC no longer completes file names): New node.
7631 (MIME with Emacs mail packages): Delete section about the Emacs
7632 MIME FAQ (it's not reachable anymore).
7633
76342005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7635
7636 * cc-mode.texi: The manual has been extensively revised: the
7637 information about using CC Mode has been separated from the larger
7638 and more difficult chapters about configuration. It has been
7639 updated for CC Mode 5.31.
7640
76412005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7642
7643 * pgg.texi (User Commands): Fix description of pgg-verify-region.
7644 (Selecting an implementation): Fix descriptions.
7645
76462005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7647
7648 * message.texi (Various Message Variables): Addition.
7649
76502005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7651
7652 * message.texi: Fix default values.
7653
76542005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7655
7656 * message.texi (Header Commands): Clarify descriptions of
7657 message-cross-post-followup-to, message-reduce-to-to-cc, and
7658 message-insert-wide-reply.
7659 (Various Commands): Fix kindex for message-kill-to-signature;
7660 clarify description of message-tab.
7661
76622005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7663
7664 * message.texi (Mailing Lists): Fix description about MFT.
7665
7666 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7667
76682005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7669
7670 * gnus.texi (Slow Terminal Connection): Replace old description
7671 with new one.
7672
76732005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7674
7675 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7676 replace X-Draft-Headers with X-Draft-From.
7677
76782005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7679
7680 * gnus.texi (Various Various): Fix the default value of
7681 nnheader-max-head-length.
7682 (Gnus Versions): Fix typo.
7683
76842005-12-08 Carsten Dominik <dominik@science.uva.nl>
7685
7686 * org.texi (Structure editing): Document new functionality of
7687 M-RET.
7688
76892005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7690
7691 * org.texi (Internal Links): Fix Texinfo usage.
7692
76932005-12-06 Carsten Dominik <dominik@science.uva.nl>
7694
7695 * org.texi (TODO basics): Document the global todo list.
7696 (TODO items): Documents sparse tree for specific TODO
7697 keywords.
7698
76992005-11-30 Carsten Dominik <dominik@science.uva.nl>
7700
7701 * org.texi (Plain Lists): Typos fixed.
7702
77032005-11-28 Jay Belanger <belanger@truman.edu>
7704
7705 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7706
77072005-11-24 Carsten Dominik <dominik@science.uva.nl>
7708
7709 * org.texi (Structure editing): New item moving commands added.
7710 (Plain Lists): New section.
7711
77122005-11-18 Carsten Dominik <dominik@science.uva.nl>
7713
7714 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7715 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7716 `org-agenda-file-to-front'.
2de53ca6
GM
7717 (Built-in table editor): Document `org-table-sort-lines'.
7718 (HTML formatting): Export of hand-formatted lists.
7719
77202005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7721
7722 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7723 new variable gnus-toolbar-thickness.
7724
77252005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7726
7727 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7728
77292005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7730
7731 * gnus.texi (X-Face): Fix description.
7732 (XVarious): Remove gnus-xmas-logo-color-alist and
7733 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7734
77352005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7736
7737 * gnus.texi (Group Parameters): Mention new variable
7738 gnus-parameters-case-fold-search.
7739 (Home Score File): Addition.
7740
77412005-11-04 Ulf Jasper <ulf.jasper@web.de>
7742
7743 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7744 (Overview): List supported feed types.
7745 (Installation): No installation necessary when using autoload.
7746 (Configuration): Rename "RSS" to "news".
7747
77482005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7749
7750 * pgg.texi (User Commands): Document additional passphrase
7751 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7752 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7753
77542005-11-04 Carsten Dominik <dominik@science.uva.nl>
7755
7756 * org.texi: Version number changed to 3.19.
7757
77582005-10-29 Sascha Wilde <wilde@sha-bang.de>
7759
7760 * pgg.texi (How to use): Update the example to add autoload of
7761 pgg-encrypt-symmetric-region.
7762 (User Commands): Document pgg-encrypt-symmetric-region.
7763 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7764
77652005-10-27 Jay Belanger <belanger@truman.edu>
7766
7767 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7768 mention other TeX-related units.
7769
77702005-10-23 Lars Hansen <larsh@soem.dk>
7771
0c7efc08
SM
7772 * dired-x.texi (Miscellaneous Commands):
7773 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7774 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7775
77762005-10-23 Jay Belanger <belanger@truman.edu>
7777
7778 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7779 constant.
7780
77812005-10-23 Michael Albinus <michael.albinus@gmx.de>
7782
0c7efc08
SM
7783 * faq.texi (Bugs and problems):
7784 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7785 `directory-listing-before-filename-regexp'.
7786
77872005-10-22 Eli Zaretskii <eliz@gnu.org>
7788
7789 * newsticker.texi (UPDATED): Set value.
7790
77912005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7792
7793 * gnus.texi (Document Groups): Remove duplicate item.
7794
77952005-10-21 Carsten Dominik <dominik@science.uva.nl>
7796
7797 * org.texi (Summary): Mention iCalendar support.
7798 (Exporting): Document iCalendar support.
7799
78002005-10-18 Romain Francoise <romain@orebokech.com>
7801
7802 * viper.texi (Viper Specials): Capitalize GNU.
7803
78042005-10-17 Juri Linkov <juri@jurta.org>
7805
7806 * info.texi (Getting Started, Search Index, Expert Info):
7807 Fix wording.
7808 (Search Text): Replace `echo area' with `mode line'.
7809 (Search Index): Both `i' and `,' find all index entries.
7810 Replace example `C-f' with `C-l' (which exists in index of Info
7811 manual) and delete spaces in its keyboard input sequence.
7812 Delete unnecessary explanations about literal characters.
7813
78142005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7815
7816 * gnus.texi (Document Server Internals): Addition.
7817
78182005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7819
7820 * gnus.texi (A note on namespaces): Fix RFC reference.
7821
78222005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7823
7824 * gnus.texi (RSS): Fix key description.
7825
78262005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7827
7828 * gnus.texi: Emacs/w3 -> Emacs/W3.
7829 (Browsing the Web): Fix description.
7830 (Web Searches): Ditto.
7831 (Customizing W3): Ditto.
7832
78332005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7834
7835 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7836
78372005-10-11 Jay Belanger <belanger@truman.edu>
7838
7839 * calc.texi (Integration): Mention using `a i' to compute definite
7840 integrals.
7841
78422005-10-11 Juri Linkov <juri@jurta.org>
7843
7844 * info.texi: Rearrange nodes.
7845 (Top): Update menu. Change ref `Info for Experts' to
7846 `Advanced Info Commands'.
7847 (Getting Started): Fix description of manual's parts.
7848 (Help-Int): Change xref `Info Search' to `Search Index', and
7849 `Expert Info' to `Advanced'.
7850 (Advanced): Move node one level up.
7851 (Search Text, Search Index): New nodes split out from `Info Search'.
7852 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7853 split out from `Advanced'.
7854 (Advanced, Emacs Info Variables): De-document editing an Info file
7855 in Info.
7856 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7857 (Creating an Info File): Delete node and move its text to
7858 `Expert Info'.
7859
78602005-10-10 Carsten Dominik <dominik@science.uva.nl>
7861
7862 * org.texi (Workflow states): Documented that change in keywords
7863 becomes active only after restart of Emacs.
7864
78652005-10-08 Michael Albinus <michael.albinus@gmx.de>
7866
7867 Sync with Tramp 2.0.51.
7868
78692005-10-08 Nick Roberts <nickrob@snap.net.nz>
7870
7871 * speedbar.texi (Introduction): Describe new location of speedbar
7872 on menubar.
7873 (Basic Key Bindings): Remove descriptions of bindings that have
7874 been removed.
7875
78762005-10-05 Nick Roberts <nickrob@snap.net.nz>
7877
7878 * speedbar.texi (GDB): Describe use of watch expressions.
7879
78802005-09-28 Simon Josefsson <jas@extundo.com>
7881
7882 * message.texi (IDNA): Fix.
7883
78842005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7885
7886 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7887 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7888 description of nntp-open-connection-function.
7889 (Common Variables): Fix descriptions.
7890
78912005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7892
7893 * gnus.texi (Server Buffer Format): Document the %a format spec.
7894
78952005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7896
7897 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7898
78992005-09-23 Carsten Dominik <dominik@science.uva.nl>
7900
7901 * org.texi Version 3.16.
7902
79032005-09-19 Miles Bader <miles@gnu.org>
7904
7905 * newsticker.texi: Get rid of CVS keywords.
7906
79072005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7908
7909 * gnus.texi (Finding the Parent): Fix description of how Gnus
7910 finds article.
7911
79122005-09-14 Jari Aalto <jari.aalto@cante.net>
7913
7914 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7915 to drop off non-answered articles.
7916
79172005-09-19 Juanma Barranquero <lekktu@gmail.com>
7918
7919 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7920 braces (which are unsupported by NMAKE) for macro `srcdir'.
7921
79222005-09-17 Eli Zaretskii <eliz@gnu.org>
7923
7924 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7925 (../info/newsticker, newsticker.dvi): New targets.
7926
79272005-09-17 Ulf Jasper <ulf.jasper@web.de>
7928
7929 * newsticker.texi: Replace @command with @code. Replace @example
7930 with @lisp.
0c7efc08
SM
7931 (Top): Add explanations to menu items.
7932 (GNU Free Documentation License): Remove.
2de53ca6
GM
7933
79342005-09-16 Romain Francoise <romain@orebokech.com>
7935
7936 Update all files to specify GFDL version 1.2.
7937
7938 * doclicense.texi (GNU Free Documentation License): Update to
7939 version 1.2.
7940
79412005-09-15 Richard M. Stallman <rms@gnu.org>
7942
7943 * newsticker.texi: Fix @setfilename.
7944
7945 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7946 (../info/newsticker, newsticker.dvi): New targets.
7947
79482005-08-30 Carsten Dominik <dominik@science.uva.nl>
7949
7950 * org.texi: Version 3.15.
7951
79522005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7953
7954 * ses.texi: Combine all three indices into one.
7955 Correct a few typos.
7956
79572005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7958
7959 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7960
79612005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7962
7963 * emacs-mime.texi (Handles): Remove duplicate item.
7964 (Encoding Customization): Fix the default value for
7965 mm-coding-system-priorities.
7966 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7967 (Basic Functions): Fix reference.
7968
79692005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7970
7971 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7972
79732005-08-18 Richard M. Stallman <rms@gnu.org>
7974
7975 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7976 and web site.
7977
7978 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7979 not keyboard-translate.
7980
79812005-08-11 Richard M. Stallman <rms@gnu.org>
7982
7983 * faq.texi (Using regular expressions): Fix xref.
7984
79852005-08-09 Juri Linkov <juri@jurta.org>
7986
7987 * info.texi (Help-P): Replace `Prev' with `Previous'.
7988 (Help-M, Help-Xref): Add S-TAB.
7989 (Help-FOO): Update `u' command.
7990 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7991 Update info about visibility of xref parts.
7992 (Help-Int): Fix `m' command. Rename `Info-last' to
7993 `Info-history-back'. Add `Info-history-forward'.
7994 (Advanced): Fix `g*' and `M-n' commands.
7995 (Info Search): Add `index-apropos' in stand-alone browser.
7996 Add isearch commands.
7997 (Emacs Info Variables): Remove `Info-fontify'.
7998 Add `Info-mode-hook'. Update face names.
7999 Add `Info-fontify-maximum-menu-size',
8000 `Info-fontify-visited-nodes', `Info-isearch-search'.
8001
80022005-08-07 Michael Albinus <michael.albinus@gmx.de>
8003
8004 Sync with Tramp 2.0.50.
8005
8006 * tramp.texi: Use @option{} consequently for method names.
8007 (Inline methods, External transfer methods): Remove references to
8008 Cygwin.
8009 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
8010 implementation.
8011
80122005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8013
8014 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
8015 Mention that gnus-init-file is not read when Emacs is invoked with
8016 --no-init-file or -q.
8017
80182005-07-19 Carsten Dominik <dominik@science.uva.nl>
8019
8020 * org.texi: Version 3.14.
8021
80222005-07-04 Carsten Dominik <dominik@science.uva.nl>
8023
8024 * org.texi: Version 3.13.
8025
80262005-07-18 Juri Linkov <juri@jurta.org>
8027
8028 * calc.texi (Time Zones, Logical Operations):
8029 * cl.texi (Overview):
8030 * org.texi (TODO types):
8031 * sc.texi (Emacs 18 MUAs):
8032 * speedbar.texi (Top):
8033 * url.texi (History):
8034 Delete duplicate duplicate words.
8035
ce058493 80362005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
8037
8038 * cl.texi (Type Predicates): Document `atom' type.
8039
80402005-07-04 Lute Kamstra <lute@gnu.org>
8041
8042 Update FSF's address in GPL notices.
8043
8044 * calc.texi (Copying):
8045 * doclicense.texi (GNU Free Documentation License):
8046 * faq.texi (Contacting the FSF):
8047 * mh-e.texi (Copying): Update FSF's address.
8048
80492005-07-03 Richard M. Stallman <rms@gnu.org>
8050
8051 * flymake.texi (Example -- Configuring a tool called directly):
8052 Update name of flymake-build-relative-filename.
8053
80542005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8055
8056 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8057
80582005-06-29 Carsten Dominik <dominik@science.uva.nl>
8059
8060 * org.texi: Version 3.12.
8061
80622005-06-24 Eli Zaretskii <eliz@gnu.org>
8063
8064 * makefile.w32-in (MAKEINFO): Use --force.
8065 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8066 Makefile.in.
8067 (gnus.dvi): Use "..." to quote Sed args, so that it works with
8068 more shells.
8069
80702005-06-23 Richard M. Stallman <rms@gnu.org>
8071
8072 * speedbar.texi (Creating a display): Texinfo usage fixes.
8073
8074 * tramp.texi (Customizing Completion, Auto-save and Backup):
8075 Texinfo usage fixes.
8076
80772005-06-23 Juanma Barranquero <lekktu@gmail.com>
8078
8079 * dired-x.texi (Miscellaneous Commands):
8080 * ediff.texi (Miscellaneous):
8081 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8082 (Agent Variables):
8083 * info.texi (Help-Xref):
8084 * message.texi (Message Headers):
8085 * org.texi (Remember):
8086 * reftex.texi (Options (Defining Label Environments)):
8087 (Options (Index Support)):
8088 (Options (Viewing Cross-References)):
8089 (Options (Misc)):
8090 (Changes):
8091 * speedbar.texi (Creating a display):
8092 * tramp.texi (Customizing Completion, Auto-save and Backup):
8093 Texinfo usage fix.
8094
80952005-06-13 Carsten Dominik <dominik@science.uva.nl>
8096
8097 * org.texi: Version 3.11.
8098
80992005-06-12 Jay Belanger <belanger@truman.edu>
8100
8101 * calc.texi (Getting Started): Remove extra menu item.
8102
81032005-05-31 Jay Belanger <belanger@truman.edu>
8104
8105 * calc.texi (Notations Used in This Manual): Use @kbd for key
8106 sequence.
8107 (Demonstration of Calc): Mention another way of starting Calc.
8108 (Starting Calc): Mention long name of M-#.
8109 (Embedded Mode Overview): Remove unnecessary instruction.
8110 (Other M-# commands): Rephrase `M-# 0' explanation.
8111 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8112 reflect current behavior.
8113
81142005-05-30 Jay Belanger <belanger@truman.edu>
8115
8116 * calc.texi (Hooks): Change description of calc-window-hook and
8117 calc-trail-window-hook to match usage.
8118 (Computational Functions): Add more constant-generating functions.
8119 (Customizable Variables): Use defvar.
8120
81212005-05-28 Jay Belanger <belanger@truman.edu>
8122
8123 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8124 (Basic Embedded Mode): Explain behavior of arguments to
8125 calc-embedded-mode.
8126
81272005-05-27 Jay Belanger <belanger@truman.edu>
8128
8129 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8130 current behavior.
8131
81322005-05-25 Jay Belanger <belanger@truman.edu>
8133
8134 * calc.texi: Change Calc version number throughout.
8135 (Keypad Mode): Change location in info output.
8136 (Keypad mode overview): Move picture of keypad.
8137
81382005-05-21 Jay Belanger <belanger@truman.edu>
8139
8140 * calc.texi (Storing variables): Mention that only most variables
8141 are void to begin with.
8142
81432005-05-21 Kevin Ryde <user42@zip.com.au>
8144
8145 * widget.texi (Basic Types): Update cross ref from "Enabling
8146 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8147 lispref/text.texi change.
8148
81492005-05-20 Carsten Dominik <dominik@science.uva.nl>
8150
8151 * org.texi: Version 3.09.
8152
81532005-05-18 Carsten Dominik <dominik@science.uva.nl>
8154
8155 * reftex.texi: Version 4.28.
8156
81572005-05-16 Jay Belanger <belanger@truman.edu>
8158
8159 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8160
81612005-05-14 Jay Belanger <belanger@truman.edu>
8162
8163 * calc.texi (Default Simplifications): Insert missing ! (logical
8164 not operator).
8165
81662005-05-14 Michael Albinus <michael.albinus@gmx.de>
8167
8168 Sync with Tramp 2.0.49.
8169
81702005-05-10 Jay Belanger <belanger@truman.edu>
8171
8172 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8173 to 1.
8174
81752005-04-29 Carsten Dominik <dominik@science.uva.nl>
8176
8177 * org.texi: Version 3.08, structure reorganized.
8178
81792005-04-24 Richard M. Stallman <rms@gnu.org>
8180
8181 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8182
81832005-04-15 Carsten Dominik <dominik@science.uva.nl>
8184
8185 * org.texi: Update to version 3.06.
8186
81872005-04-13 Lute Kamstra <lute@gnu.org>
8188
8189 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8190
81912005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8192
8193 * cl.texi (Porting Common Lisp): Fix typo.
8194
81952005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8196
8197 * gnus.texi (RSS): Addition.
8198
81992005-04-04 Jay Belanger <belanger@truman.edu>
8200
8201 * calc.texi: Change Calc version number.
8202 (Customizable variables): Fix description of calc-language-alist.
8203 (Copying): Put in version 2 of GPL.
8204
82052005-04-01 Jay Belanger <belanger@truman.edu>
8206
8207 * calc.texi (Troubleshooting Commands): Remove comment about
8208 installation.
8209 (Installation): Remove section.
8210 (Customizable Variables): New section.
8211 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8212 (Graphical Devices): Add references to Customizable Variables.
8213
82142005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8215
8216 * emacs-mime.texi (Display Customization): Markup fixes.
8217 (rfc2047): Update.
8218
82192005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8220
8221 * gnus-faq.texi: Replaced with auto-generated version.
8222
82232005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8224
8225 * dired-x.texi (Multiple Dired Directories): default-directory was
8226 renamed to dired-default-directory.
8227
82282005-03-26 Jay Belanger <belanger@truman.edu>
8229
8230 * calc.texi (Simplifying Formulas, Rewrite Rules):
8231 Change description of top and bottom of fraction.
8232 (Modulo Forms): Move description of how to create modulo forms to
8233 earlier in the section.
8234 (Fraction Mode): Suggest using : to get a fraction by dividing.
8235 (Basic Arithmetic): Adjust placement of command name.
8236 (Truncating the Stack): Emphasize that "hidden" entries are still
8237 visible.
8238 (Installation): Move discussion of printing manual to "About This
8239 Manual".
8240 (About This Manual): Mention how to print the manual.
8241 (Reporting Bugs): Remove first person.
8242 (Building Vectors): Add algebraic version of append.
8243 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8244 (Grouping Digits): Fix typo.
8245
82462005-03-25 Werner Lemberg <wl@gnu.org>
8247
8248 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8249 Replace `legal' with `valid'.
8250
82512005-03-25 Werner Lemberg <wl@gnu.org>
8252
8253 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8254
82552005-03-24 Jay Belanger <belanger@truman.edu>
8256
8257 * calc.texi (General Mode Commands)
8258 (Mode Settings in Embedded Mode): Add some explanation of
8259 recording mode settings.
8260
82612005-03-24 Richard M. Stallman <rms@gnu.org>
8262
8263 * calc.texi: Remove praise of non-free software.
8264
8265 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8266 (Installation): Node deleted.
8267
82682005-03-23 Richard M. Stallman <rms@gnu.org>
8269
8270 * url.texi (HTTP language/coding): Improve last change.
8271
82722005-03-22 Jay Belanger <belanger@truman.edu>
8273
8274 * calc.texi (Embedded Mode): Add new information on changing
8275 modes.
8276
82772005-03-20 Michael Albinus <michael.albinus@gmx.de>
8278
8279 Sync with Tramp 2.0.48.
8280
8281 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8282
8283 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8284 "GNU/Linux". Change all addresses to .gnu.org.
8285 (Default Method): Offer shortened syntax for "su" and "sudo"
8286 methods.
8287
82882005-03-07 Richard M. Stallman <rms@gnu.org>
8289
8290 * url.texi: Fix usage of "e.g.".
8291 (HTTP language/coding): Explain the rules for these strings.
8292
82932005-03-06 Richard M. Stallman <rms@gnu.org>
8294
8295 * woman.texi (Introduction): Minor cleanups.
8296
8297 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8298
8299 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8300 (Installation): Node deleted.
8301
8302 * mh-e.texi (Preface): Get rid of "Emacs 21".
8303
8304 * eshell.texi (Installation): Delete node (for Emacs 20).
8305
83062005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8307
8308 * flymake.texi: Refill and tweak style in @lisp blocks.
8309
83102005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8311
8312 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8313
83142005-03-01 Jay Belanger <belanger@truman.edu>
8315
8316 * calc.texi (Trigonometric and Hyperbolic Functions):
8317 Mention additional functions.
8318 (Algebraic Simplifications): Mention additional simplifications.
8319
83202005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8321
8322 * ses.texi: Add concept/function/variable indices (this work was
8323 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8324 papers on file at FSF).
8325
83262005-02-10 Jay Belanger <belanger@truman.edu>
8327
8328 * calc.texi: Change @LaTeX to La@TeX throughout.
8329 Redefine @expr as @math for TeX output.
8330 Redefine @texline as a no-op for TeX output.
8331 Define @tfn, replace @t by @tfn throughout.
8332
83332005-02-09 Jay Belanger <belanger@truman.edu>
8334
8335 * calc.texi: Add macro for LaTeX for info output.
8336
83372005-02-08 Kim F. Storm <storm@cua.dk>
8338
8339 * texinfo.tex (LaTex): Add def.
8340
83412005-02-06 Jay Belanger <belanger@truman.edu>
8342
8343 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8344 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8345 throughout manual.
8346
83472005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8348
8349 * gnus.texi: Some edits based on comments from David Abrahams.
8350
83512005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8352
8353 * gnus.texi (RSS): Fix the keystroke.
8354
83552005-01-24 David Kastrup <dak@gnu.org>
8356
8357 * faq.texi: Update AUCTeX version info.
8358
83592005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8360
8361 * gnus-faq.texi ([4.1]): Typo.
8362
83632005-01-19 Jay Belanger <belanger@truman.edu>
8364
8365 * calc.texi (Keep Arguments): Mention that keeping arguments
8366 doesn't work with keyboard macros.
8367
83682005-01-16 Richard M. Stallman <rms@gnu.org>
8369
8370 * autotype.texi (Autoinserting): Fix small error.
8371
83722005-01-16 Michael Albinus <michael.albinus@gmx.de>
8373
8374 Sync with Tramp 2.0.47.
8375
8376 * tramp.texi (Compilation): New section, describing compilation of
8377 remote files.
8378
83792005-01-11 Kim F. Storm <storm@cua.dk>
8380
8381 * widget.texi (Basic Types): Add :follow-link keyword.
8382
83832005-01-09 Jay Belanger <belanger@truman.edu>
8384
8385 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8386
83872005-01-08 Jay Belanger <belanger@truman.edu>
8388
8389 * calc.texi: Change throughout to reflect new default value of
8390 calc-settings-file.
8391
83922005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8393
8394 * message.texi (Reply): `message-reply-to-function' should return
8395 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8396
83972005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8398
8399 * faq.texi (Changing load-path): Fix typo.
8400
84012005-01-05 Jay Belanger <belanger@truman.edu>
8402
8403 * calc.texi (Programming Tutorial): Replace kbd command by
8404 appropriate characters for a keyboard macro.
8405
84062005-01-04 Jay Belanger <belanger@truman.edu>
8407
8408 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8409 for Lucid Emacs.
8410 (Programming Tutorial): Mention that the user needs to be in the
8411 right mode to compute some functions.
8412
84132005-01-04 Jay Belanger <belanger@truman.edu>
8414
8415 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8416 no longer applicable.
8417
84182005-01-01 Jay Belanger <belanger@truman.edu>
8419
0c7efc08 8420 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
8421 edit keyboard macros to match current behavior.
8422
84232004-12-31 Jay Belanger <belanger@truman.edu>
8424
8425 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8426
84272004-12-20 Jay Belanger <belanger@truman.edu>
8428
8429 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8430 zero.
8431
84322004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8433
8434 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8435 @xref.
8436 (Font Locking): Avoid @strong{Note:}.
8437
84382004-12-17 Michael Albinus <michael.albinus@gmx.de>
8439
8440 Sync with Tramp 2.0.46.
8441
8442 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8443
84442004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8445
8446 * url.texi: Correct typos.
8447 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 8448 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
8449 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8450 (Dealing with HTTP documents): @inforef->@xref.
8451
84522004-12-15 Jay Belanger <belanger@truman.edu>
8453
8454 * calc.texi: Consistently capitalized all mode names.
8455 (Answers to Exercises): Mention that an answer can be a fraction
8456 when in Fraction mode.
8457
84582004-12-13 Jay Belanger <belanger@truman.edu>
8459
8460 * calc.texi: Fix some TeX definitions.
8461
84622004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8463
8464 * reftex.texi (Imprint): Remove erroneous @value's.
8465
84662004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8467
8468 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8469 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8470
84712004-12-08 Jay Belanger <belanger@truman.edu>
8472
8473 * calc.texi (Starting Calc): Remove comment about installation.
8474 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8475
84762004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8477
8478 * url.texi: Update @setfilename.
8479 (Getting Started): No need to worry about Gnus versions.
8480 (Dealing with HTTP documents): Use @inforef.
8481
8482 * org.texi: Fix @direntry file name.
8483
84842004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8485
8486 * url.texi: New file.
8487
8488 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8489
84902004-12-06 Jay Belanger <belanger@truman.edu>
8491
8492 * calc.texi (Using Calc): Remove paragraph about installation.
8493
84942004-12-06 Jay Belanger <belanger@truman.edu>
8495
8496 * calc.texi: Use more Texinfo macros and less TeX defs.
8497 Remove @refill's.
8498
84992004-12-06 Richard M. Stallman <rms@gnu.org>
8500
8501 * org.texi: New file.
8502
85032004-12-05 Richard M. Stallman <rms@gnu.org>
8504
8505 * Makefile.in (org.dvi, ../info/org): New targets.
8506 (INFO_TARGETS): Add ../info/org.
8507 (DVI_TARGETS): Add org.dvi.
8508 (maintainer-clean): Remove the info files in the info dir.
8509
85102004-11-26 Eli Zaretskii <eliz@gnu.org>
8511
8512 * idlwave.texi: Fix the setfilename directive to put the produced
8513 file in ../info.
8514 (Continued Statement Indentation): Resurrect Jan D.'s change from
8515 2004-11-03 that was lost when a newer version of idlwave.texi was
8516 imported.
8517
85182004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8519
0c7efc08 8520 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 8521
0c7efc08
SM
8522 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8523 Index `spam-initialize'.
2de53ca6
GM
8524
85252004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8526
8527 * message.texi (Various Message Variables): Mention that all mail
8528 file variables are derived from `message-directory'.
8529
8530 * gnus.texi (Splitting Mail): Clarify bogus group.
8531
85322004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8533
0c7efc08
SM
8534 * emacs-mime.texi (Encoding Customization):
8535 Fix mm-coding-system-priorities entry.
2de53ca6 8536
c8763fb6 85372004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
8538
8539 * idlwave.texi (Continued Statement Indentation):
8540 * reftex.texi (Options (Index Support)):
8541 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
8542 * speedbar.texi (Creating a display, Major Display Modes):
8543 Replace non-nil with non-@code{nil}.
2de53ca6
GM
8544
85452004-10-21 Jay Belanger <belanger@truman.edu>
8546
0c7efc08 8547 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
8548
85492004-10-18 Luc Teirlinck <teirllm@auburn.edu>
8550
8551 * calc.texi (Reporting Bugs): Double up `@'.
8552
85532004-10-18 Jay Belanger <belanger@truman.edu>
8554
0c7efc08 8555 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
8556 should be sent to.
8557
85582004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8559
8560 * gnus.texi (New Features): Add 5.11.
8561
8562 * message.texi (Resending): Remove wrong default value.
8563
8564 * gnus.texi (Mail Source Specifiers): Describe possible problems
8565 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
8566 `pop3-leave-mail-on-server' to the index.
8567
85682004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8569
8570 * message.texi (Canceling News): Add how to set a password.
8571
85722004-10-12 Jay Belanger <belanger@truman.edu>
8573
0c7efc08 8574 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
8575 calc-describe-function and calc-describe-variable to match their
8576 current behavior.
8577
85782004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8579
8580 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8581
85822004-10-12 Michael Albinus <michael.albinus@gmx.de>
8583
8584 Sync with Tramp 2.0.45.
8585
8586 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8587 plink link. The URL is outdated. Originator contacted for
8588 clarification.
8589
85902004-10-10 Juri Linkov <juri@jurta.org>
8591
8592 * gnus.texi (Top, Marking Articles): Join two menus in one node
8593 because a node can have only one menu.
8594
85952004-10-09 Juri Linkov <juri@jurta.org>
8596
8597 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8598 example of nnmail-split-fancy.
8599
86002004-10-06 Karl Berry <karl@gnu.org>
8601
8602 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8603 consistency with other uses of dashes.
8604
86052004-10-05 Karl Berry <karl@gnu.org>
8606
8607 * info.texi: Consistently use --- throughout, periods at end of
8608 menu descriptions, and a couple typos.
8609
86102004-09-26 Jesper Harder <harder@ifa.au.dk>
8611
8612 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8613 * pgg.texi (User Commands, Backend methods): Do.
8614 * gnus.texi: Markup fixes.
8615 (Setting Process Marks): Fix `M P a' entry.
8616 * emacs-mime.texi: Fixes.
8617
86182004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8619
8620 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8621 again.
8622 Use 5.10 instead of 5.10.0.
8623
86242004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8625
8626 * gnus.texi (Summary Mail Commands): S D e.
8627
86282004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
8629
8630 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8631 the gnus-article-mode-line-format section.
8632
86332004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
8634
8635 * gnus.texi (Various Summary Stuff): Fix the documentation for
8636 gnus-newsgroup-variables.
8637
86382004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8639
0c7efc08
SM
8640 * gnus.texi (MIME Commands):
8641 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
8642 gnus-mime-display-multipart-alternative-as-mixed,
8643 gnus-mime-display-multipart-related-as-mixed.
8644 (Mail Source Customization): Clarify `mail-source-directory'.
8645 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 8646 (SpamOracle): Fix typo.
2de53ca6
GM
8647
8648 * gnus-faq.texi: Untabify.
8649 ([6.3]): nnir.el is in contrib directory.
8650
8651 * message.texi (News Headers): Clarify how a unique ID is created.
8652
0c7efc08
SM
8653 * gnus.texi (Batching Agents): Fix typo in example.
8654 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 8655
b2abec73 86562004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 8657
0c7efc08 8658 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
8659
86602004-09-20 Florian Weimer <fw@deneb.enyo.de>
8661
8662 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8663
86642004-09-22 Jay Belanger <belanger@truman.edu>
8665
0c7efc08 8666 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
8667 might be hidden during part of the session.
8668
86692004-09-20 Jay Belanger <belanger@truman.edu>
8670
8671 * calc.texi (Notations Used in This Manual): Put in an earlier
8672 mention that DEL could be called Backspace.
8673
86742004-09-10 Simon Josefsson <jas@extundo.com>
8675
8676 * gnus.texi (IMAP): Add example. Suggested and partially written
8677 by Steinar Bang <sb@dod.no>.
8678
86792004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8680
8681 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8682 netrc syntax.
8683
86842004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8685
b2abec73
JB
8686 * gnus.texi (Spam ELisp Package Sequence of Events):
8687 Some clarifications.
2de53ca6
GM
8688 (Spam ELisp Package Global Variables): More clarifications.
8689
86902004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8691
8692 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8693 Mention spam-split does not modify incoming mail.
8694
86952004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8696
8697 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8698
86992004-09-10 Eli Zaretskii <eliz@gnu.org>
8700
8701 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8702
87032004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8704
8705 * makefile.w32-in (sieve, pgg): Use $(infodir).
8706
87072004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8708
8709 * makefile.w32-in: Fix PGG and Sieve entries.
8710
87112004-08-28 Eli Zaretskii <eliz@gnu.org>
8712
8713 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8714 Emacs and related programs.
8715
87162004-08-27 Richard M. Stallman <rms@gnu.org>
8717
8718 * faq.texi: Fix texinfo usage, esp. doublequotes.
8719 (Difference between Emacs and XEmacs): Some clarification.
8720
8721 * faq.texi (Difference between Emacs and XEmacs):
8722 Explain not to contrast XEmacs with GNU Emacs.
8723
87242004-08-26 Richard M. Stallman <rms@gnu.org>
8725
8726 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8727
87282004-08-22 David Kastrup <dak@gnu.org>
8729
8730 * reftex.texi (AUCTeX): Update links, section name.
8731
8732 * faq.texi (Calc): Update availability (included in 22.1).
8733 (AUCTeX): Update availability, information, versions, description.
8734
87352004-08-14 Eli Zaretskii <eliz@gnu.org>
8736
8737 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8738
87392004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8740
8741 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8742
87432004-08-10 Michael Albinus <michael.albinus@gmx.de>
8744
8745 Sync with Tramp 2.0.44.
8746
87472004-08-05 Lars Hansen <larsh@math.ku.dk>
8748
8749 * widget.texi (User Interface): Update how to separate the
8750 editable field of an editable-field widget from other widgets.
8751 (Programming Example): Add text after field.
8752
87532004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8754
8755 * emacs-mime.texi (Encoding Customization): Add a note to the
8756 mm-content-transfer-encoding-defaults entry.
8757 (rfc2047): Update.
8758
0c7efc08
SM
8759 * gnus.texi (Article Highlighting):
8760 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8761 (POP before SMTP): New node.
8762 (Posting Styles): Addition.
8763 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8764 (Fancy Mail Splitting): Ditto.
8765 (X-Face): Add gnus-x-face.
8766
87672004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8768
8769 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8770 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8771
87722004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8773
0c7efc08
SM
8774 * gnus.texi (Mail Source Specifiers):
8775 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8776
87772004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8778
8779 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8780
8781 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8782 repository. Change setfilename.
8783
8784 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8785
87862004-07-02 Juri Linkov <juri@jurta.org>
8787
8788 * pcl-cvs.texi (Viewing differences): Add `d r'.
8789
87902004-06-29 Jesper Harder <harder@ifa.au.dk>
8791
8792 * ses.texi, viper.texi, flymake.texi, faq.texi:
8793 * eshell.texi, ediff.texi: Markup fixes.
8794
87952004-06-21 Karl Berry <karl@gnu.org>
8796
8797 * info.texi (Top): Mention that only Emacs has mouse support.
8798 (Getting Started): Mention this in a few other places.
8799
88002004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8801
0c7efc08
SM
8802 * autotype.texi (Copyrights, Timestamps):
8803 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8804
88052004-06-13 Lars Hansen <larsh@math.ku.dk>
8806
8807 * dired-x.texi (dired-mark-omitted): Update keybinding.
8808
88092004-06-10 Kim F. Storm <storm@cua.dk>
8810
8811 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8812
88132004-06-05 Lars Hansen <larsh@math.ku.dk>
8814
8815 * dired-x.texi (variable dired-omit-mode): Rename from
8816 dired-omit-files-p.
8817 (function dired-omit-mode): Rename from dired-omit-toggle.
8818 Call dired-omit-mode rather than set dired-omit-files-p.
8819 (dired-mark-omitted): Describe command.
8820
88212004-05-29 Michael Albinus <michael.albinus@gmx.de>
8822
8823 Version 2.0.41 of Tramp released.
8824
88252004-05-29 Juanma Barranquero <lektu@terra.es>
8826
8827 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8828 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8829
88302004-05-29 Richard M. Stallman <rms@gnu.org>
8831
8832 * cl.texi (Top): Call this chapter `Introduction'.
8833 (Overview): In TeX, no section heading here.
8834
8835 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8836
88372004-05-29 Eli Zaretskii <eliz@gnu.org>
8838
8839 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8840 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8841
88422004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8843
8844 * flymake.texi: New file.
8845
88462004-05-28 Simon Josefsson <jas@extundo.com>
8847
8848 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8849
b344d29d 88502004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8851
8852 Version 2.0.40 of Tramp released.
8853
88542004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8855
8856 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8857
8858 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8859 variables `tramp-backup-directory-alist' and
8860 `tramp-bkup-backup-directory-info'.
8861 (Overview, Connection types)
8862 (External transfer methods, Default Method)
8863 (Windows setup hints): Remove restriction of password entering
8864 with external methods.
8865 (Auto-save and Backup): Make file name example
8866 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8867 and `auto-save-directory' must be used.
8868 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8869 only "NT"). Remove doubled entry "What kinds of systems does
8870 @tramp{} work on".
8871 (tramp): Macro removed.
8872 (Obtaining Tramp): Flag removed from title.
8873 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8874 and `trampver' used properly. Flag `tramp-inst' replaced by
8875 `installchapter'. Installation related text adapted.
8876
88772004-04-28 Masatake YAMATO <jet@gyve.org>
8878
8879 * widget.texi (Programming Example): Remove overlays.
8880
88812004-04-27 Jesper Harder <harder@ifa.au.dk>
8882
8883 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8884
88852004-04-23 Juanma Barranquero <lektu@terra.es>
8886
8887 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8888
88892004-04-05 Jesper Harder <harder@ifa.au.dk>
8890
8891 * info.texi (Info Search): Add info-apropos.
8892
88932004-03-22 Juri Linkov <juri@jurta.org>
8894
8895 * faq.texi: Fix help key bindings.
8896
88972004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8898
8899 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8900 (as suggested by Karl Berry). Update information about colored
8901 stars in menus. Add new subheading describing M-n.
8902
89032004-03-12 Richard M. Stallman <rms@gnu.org>
8904
8905 * cl.texi (Top): Rename top node's title.
8906
89072004-03-08 Karl Berry <karl@gnu.org>
8908
8909 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8910 problems making the texinfo distribution.
8911
89122004-02-29 Simon Josefsson <jas@extundo.com>
8913
0c7efc08 8914 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8915 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8916 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8917 <voegelas@gmx.net>.
8918
89192004-02-29 Juanma Barranquero <lektu@terra.es>
8920
8921 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8922 Use $(DEL) instead of rm, and ignore exit code.
8923
b344d29d 89242004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8925
8926 Tramp version 2.0.39 released.
8927
89282004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8929
8930 * tramp.texi (Customizing Completion): Explain new functions
8931 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8932 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8933 (Top): Refer to Savannah mailing list as the major one.
8934 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8935 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8936 (Frequently Asked Questions): Remote hosts must not be Unix-like
8937 for "smb" method.
8938 (Password caching): New node.
8939 (External transfer methods): Refer to password caching for "smb"
8940 method.
8941
89422004-02-17 Karl Berry <karl@gnu.org>
8943
8944 * info.texi (Help-Int): Mention the new line number feature.
8945
89462004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8947
8948 * ses.texi (Advanced Features): New functionality for
8949 ses-set-header-row (defaults to current row unless C-u used).
8950 (Acknowledgements): Add Stefan Monnier.
8951
89522003-12-29 Kevin Ryde <user42@zip.com.au>
8953
8954 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8955
b344d29d 89562003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8957
8958 Tramp version 2.0.38 released.
8959
8960 * tramp.texi (Remote shell setup): Warn of environment variables
8961 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8962 <sven.gabriel@imk.fzk.de>.
8963 (Configuration): Tramp now chooses base64/uuencode
8964 automatically. Update wording accordingly.
8965 (Top): More description for the `Default Method' menu entry.
8966 (Default Method): Use @code, not @var, for Lisp variables.
8967 (Default Method): New subsection `Which method is the right one
8968 for me?' Suggested by Christian Kirsch.
8969 (Configuration): Pointer to new subsection added.
8970 (Default Method): Too many "use" in one sentence.
8971 Rephrase. Reported by Christian Kirsch.
8972 (Filename Syntax): Old `su' example is probably a left-over from
8973 the sm/su method naming. Replace with `ssh', instead.
8974 (External transfer methods, Auto-save and Backup):
8975 Typo fixes.
8976
89772003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8978
183080b6 8979 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
8980 (Top): Mention japanese manual only if flag `jamanual' is set.
8981 Insert section `Japanese manual' in menu.
8982
89832003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8984
8985 * eshell.texi (Known Problems): Add doc item.
8986
89872003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8988
8989 * cc-mode.texi: Update for CC Mode 5.30.
8990
8991 Note: Please refrain from doing purely cosmetic changes like
8992 removing trailing whitespace in this manual; it clobbers cvs
8993 merging for no good reason.
8994
89952003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8996
8997 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8998 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8999 @acronym{ASCII}.
9000
90012003-10-26 Karl Berry <karl@gnu.org>
9002
9003 * info.texi (Info Search): Echo area, not echo are. From Debian
9004 diff.
9005
90062003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
9007
10d1d0af 9008 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
9009 :buttons and :children keywords.
9010
90112003-10-22 Miles Bader <miles@gnu.org>
9012
9013 * Makefile.in (info): Move before $(top_srcdir)/info.
9014
90152003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
9016
9017 * tramp.texi (Inline methods): Small grammar fix.
9018 (External transfer methods): Likewise.
9019
90202003-10-08 Nick Roberts <nick@nick.uklinux.net>
9021
9022 * speedbar.texi: Remove paragraph for GUD that is no longer true.
9023
90242003-10-06 Luc Teirlinck <teirllm@auburn.edu>
9025
9026 * texinfo.tex: Replace `%' in arch tagline by @ignore.
9027
90282003-09-30 Richard M. Stallman <rms@gnu.org>
9029
9030 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
9031
9032 * widget.texi (User Interface): Fix typos.
9033
9034 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
9035
90362003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
9037
9038 * pcl-cvs.texi (Selected Files): Fix typo.
9039
90402003-09-21 Karl Berry <karl@gnu.org>
9041
9042 * info.texi (] and [ commands): No period at end of section title.
9043
90442003-09-04 Miles Bader <miles@gnu.org>
9045
9046 * Makefile.in (top_srcdir): New variable.
9047 ($(top_srcdir)/info): New rule.
9048 (info): Depend on it.
9049
90502003-09-03 Peter Runestig <peter@runestig.com>
9051
9052 * makefile.w32-in: New file.
9053
90542003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
9055
9056 * widget.texi (User Interface): Explain the need of static text
9057 around an editable field.
9058
90592003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9060
9061 * widget.texi (Basic Types): The argument to `:help-echo' can now
9062 be a form that evaluates to a string.
9063
90642003-08-18 Kim F. Storm <storm@cua.dk>
9065
9066 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9067
90682003-08-16 Richard M. Stallman <rms@gnu.org>
9069
9070 * dired-x.texi (Shell Command Guessing): Explain *.
9071
90722003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
9073
9074 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9075 log-edit-insert-changelog.
9076
90772003-08-03 Karl Berry <karl@gnu.org>
9078
9079 * info.texi: Need @contents.
9080
c8763fb6 90812003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9082
9083 Tramp version 2.0.36 released.
9084
9085 * tramp.texi (Remote shell setup): Explain about problems with
9086 non-Bourne commands in ~/.profile and ~/.shrc.
9087
90882003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9089
9090 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9091 renaming of `vis-mode' to `visible-mode'.
9092
90932003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9094
9095 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9096 next, prev and up pointers.
9097
90982003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9099
9100 * info.texi (Help): Mention existence of Emacs and stand-alone
9101 Info at the very beginning of the tutorial.
9102 (Help-Inv): New node.
9103 (Help-]): New node.
9104 (Help-M): Systematically point out the differences between default
9105 Emacs and stand-alone versions. Delete second menu.
9106 (Help-Xref): Systematically point out the differences between
9107 default Emacs and stand-alone versions.
9108 (Help-Int): Change `l' example.
9109 (Expert Info): Fix typos.
9110 (Emacs Info Variables): Mention `Info-hide-note-references' and
9111 new default for `Info-scroll-prefer-subnodes'.
9112
c8763fb6 91132003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9114
9115 Version 2.0.35 of Tramp released.
9116
9117 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9118 (Inline methods): Add methods `remsh' and `plink1'.
9119 (External transfer methods): Add method `remcp'.
9120 (Multi-hop Methods): Add method `remsh'.
9121 Small patch from Adrian Aichner <adrian@xemacs.org>:
9122 Fix minor typos.
0c7efc08 9123 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9124 `Info-index'.
9125 (Version Control): Add cindex entry.
9126
c8763fb6 91272003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9128
9129 * trampver.texi: Version 2.0.34 released.
9130
91312003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9132
9133 * faq.texi: Improve previous changes.
9134
91352003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9136
9137 * faq.texi: Update copyright and maintenance details.
9138 Update some package URLs, versions, and maintainers.
9139 Remove many references to the Emacs Lisp Archive.
9140
91412003-04-23 Simon Josefsson <jas@extundo.com>
9142
9143 * smtpmail.texi: Fix license (the invariant sections mentioned has
9144 never been part of the smtp manual). Align info dir entry with
9145 other emacs packages.
9146
91472003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9148
9149 * tramp.texi: Version 2.0.33 released.
9150 Remove installation chapter. Remove XEmacs specifics.
9151
91522003-03-29 Richard M. Stallman <rms@gnu.org>
9153
9154 * tramp.texi (Top): Undo the previous renaming.
9155 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9156
c8763fb6 91572003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9158
9159 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9160 version of manual.
9161
9162 * tramp.texi (Auto-save and Backup): New node.
9163
91642003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9165
9166 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9167 Emacs" in order to have better differentiation to "XEmacs".
9168 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9169 are new macros in order to point to the other Emacs flavor where
9170 appropriate. In info case, point to node `Installation' in order
9171 to explain how to generate the other way. In html case, make a
9172 link to the other html file.
0c7efc08 9173 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9174 after CVS checkout/update.
9175 (Installation): Completely rewritten.
9176 (Installation parameters, Load paths): New sections under
9177 `Installation'.
9178
c8763fb6 91792003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9180
9181 * tramp.texi: Version 2.0.30 released.
9182 Replace word "path" with "localname" where used as a component of
9183 a Tramp file name.
9184
91852003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9186
9187 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9188 introduced.
9189 (Installation): Explain what to do if files from the tramp/contrib
9190 directory are needed.
9191
91922003-02-23 Alex Schroeder <alex@emacswiki.org>
9193
9194 * smtpmail.texi (How Mail Works): New.
9195
91962003-02-22 Alex Schroeder <alex@emacswiki.org>
9197
9198 * smtpmail.texi: New file.
9199
9200 * Makefile.in: Build SMTP manual.
9201
c8763fb6 92022003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9203
9204 * tramp.texi: Version 2.0.29 released.
9205 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9206 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9207
92082003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9209
9210 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 9211 another package loads accidentally Ange-FTP.
2de53ca6
GM
9212
92132003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9214
9215 * tramp.texi (Customizing Completion): Add function
9216 `tramp-parse-sconfig'. Change example of
9217 `tramp-set-completion-function', because parsing of ssh config
9218 files looks more natural.
9219
92202003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9221
9222 * gnus.texi: Do not use `path' in several locations.
9223
c8763fb6 92242002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 9225
0c7efc08
SM
9226 * tramp.texi (External transfer methods): New method `smb'.
9227 From Michael Albinus.
2de53ca6
GM
9228
92292002-11-05 Karl Berry <karl@gnu.org>
9230
9231 * info.texi (Info-fontify): Reorder face list to avoid bad line
9232 breaks.
9233
c8763fb6 92342002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 9235
0c7efc08
SM
9236 * tramp.texi: Move @copying to standard place.
9237 Use @insertcopying.
2de53ca6
GM
9238
92392002-10-02 Karl Berry <karl@gnu.org>
9240
9241 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9242 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9243 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9244 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9245 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9246 Per rms, update all manuals to use @copying instead of @ifinfo.
9247 Also use @ifnottex instead of @ifinfo around the top node, where
9248 needed for the sake of the HTML output.
9249 (The Gnus manual is not fixed since it's not clear to me how it
9250 works; and the Tramp manual already uses @copying, although in an
9251 unusual way. All others were changed.)
9252
92532002-09-10 Jonathan Yavner <jyavner@engineer.com>
9254
9255 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9256 (../info/ses, ses.dvi): New targets.
9257 * ses.texi: New file.
9258
c8763fb6 92592002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
9260
9261 * texinfo.tex: Update to texinfo 4.2.
9262
92632002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9264
9265 * reftex.texi: Update to RefTeX 4.19.
9266
c8763fb6 92672002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
9268
9269 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9270 (../info/tramp, tramp.dvi): New targets.
9271
92722002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9273
9274 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9275 (calc.dvi): Uncomment.
9276
92772001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9278
9279 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9280 (../info/calc): New target.
9281
92822001-10-20 Gerd Moellmann <gerd@gnu.org>
9283
9284 * (Version 21.1 released.)
9285
92862001-10-05 Gerd Moellmann <gerd@gnu.org>
9287
9288 * Branch for 21.1.
9289
92902001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9291
9292 * Makefile.in (../info/info): Use an explicit -o switch to
9293 makeinfo.
9294
92952001-03-05 Gerd Moellmann <gerd@gnu.org>
9296
9297 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9298
92992000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9300
9301 * Makefile.in (../info/idlwave): Use --no-split.
9302
93032000-12-14 Dave Love <fx@gnu.org>
9304
c4cc8b9a 9305 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
9306 (gnus.dvi): Change rule to remove @latex stuff.
9307
93082000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9309
9310 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9311
93122000-10-13 John Wiegley <johnw@gnu.org>
9313
9314 * Makefile.in: Add build targets for eshell.texi.
9315
93162000-09-25 Gerd Moellmann <gerd@gnu.org>
9317
9318 * Makefile.in: Remove/comment speedbar stuff.
9319
93202000-09-22 Dave Love <fx@gnu.org>
9321
9322 * Makefile.in: Add emacs-mime.
9323
93242000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9325
9326 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9327 (DVI_TARGETS): Add woman.dvi.
9328 (../info/woman, woman.dvi): New targets.
9329
93302000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9331
9332 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9333
9334 * pcl-cvs.texi: New file.
9335 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9336 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9337
93382000-05-11 Gerd Moellmann <gerd@gnu.org>
9339
9340 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9341 (../info/ebrowse, ebrowse.dvi): New targets.
9342
93432000-01-13 Gerd Moellmann <gerd@gnu.org>
9344
9345 * Makefile.in (INFO_TARGETS): Add eudc.
9346 (DVI_TARGETS): Add eudc.dvi.
9347 (../info/eudc, eudc.dvi): New targets.
9348
93492000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9350
9351 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9352 compatibility with 8+3 filesystems).
9353 (../info/efaq): Rename from emacs-faq.
9354
93552000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9356
9357 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9358 (../info/idlwave, idlwave.dvi): New targets.
9359
93601999-10-23 Dave Love <fx@gnu.org>
9361
9362 * Makefile.in: Use autotype.texi.
9363
93641999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9365
9366 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9367 faq.texi file) rather than ../info/faq.
9368
93691999-10-07 Gerd Moellmann <gerd@gnu.org>
9370
9371 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9372 (../info/ada-mode, ada-mode.dvi): New targets.
9373
93741999-09-01 Dave Love <fx@gnu.org>
9375
9376 * Makefile.in: Add faq.
9377
93781999-07-12 Richard Stallman <rms@gnu.org>
9379
9380 * Version 20.4 released.
9381
93821998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9383
9384 * Version 20.3 released.
9385
93861998-04-06 Andreas Schwab <schwab@gnu.org>
9387
768c0c0f
JB
9388 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9389 Use it in dvi targets.
2de53ca6
GM
9390 (../etc/GNU): Change to $(srcdir) first.
9391
93921998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9393
9394 * reftex.texi: Update for RefTeX version 3.22.
9395
93961998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9397
9398 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9399 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9400
94011997-09-23 Paul Eggert <eggert@twinsun.com>
9402
9403 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9404 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9405
94061997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9407
9408 * Version 20.2 released.
9409
94101997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9411
9412 * Version 20.1 released.
9413
94141997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9415
9416 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9417
94181996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9419
9420 * Version 19.33 released.
9421
94221996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9423
9424 * Version 19.32 released.
9425
94261996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9427
9428 * Makefile.in: Add rules for the Message manual.
9429
94301996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9431
9432 * gnus.texi: New version.
9433
9434 * message.texi: New manual.
9435
94361996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9437
9438 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9439
94401996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9441
9442 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9443 Specify -I option.
9444 (All dvi targets): Set the TEXINPUTS variable.
9445
94461996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9447
9448 * Version 19.31 released.
9449
94501996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9451
9452 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9453 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9454
94551995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9456
9457 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9458 (INFO_TARGETS): Add ../info/cc-mode.
9459 (DVI_TARGETS): Add cc-mode.dvi.
9460
2de53ca6
GM
94611995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9462
9463 * Version 19.30 released.
9464
94651995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9466
9467 * gnus.texi: New file.
9468
94691995-11-04 Erik Naggum <erik@naggum.no>
9470
9471 * gnus.texi: File deleted.
9472
94731995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9474
9475 * mh-e.texi: "Function Index" -> "Command Index" to work with
9476 Emacs 19.30 C-h C-k support of separately-documented commands.
9477
94781995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9479
9480 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9481 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9482
94831995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9484
9485 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9486 (../info/viper, viper.dvi): New targets.
9487
94881995-04-20 Kevin Rodgers <kevinr@ihs.com>
9489
9490 * dired-x.texi (Installation): Change the example to set
9491 buffer-local variables like dired-omit-files-p in
9492 dired-mode-hook.
9493
94941995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9495
9496 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9497 (../info/mh-e, mh-e.dvi): New targets.
9498
94991995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9500
9501 * Makefile.in (maintainer-clean): Rename from realclean.
9502
95031994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9504
9505 * Makefile.in: New file.
9506 * Makefile: File deleted.
9507
95081994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9509
9510 * Makefile (TEXINDEX_OBJS): Variable deleted.
9511 (texindex, texindex.o, getopt.o): Rules deleted.
9512 All deps on texindex deleted.
9513 (distclean): Don't delete texindex.
9514 (mostlyclean): Don't delete *.o.
9515 * texindex.c, getopt.c: Files deleted.
9516
95171994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9518
9519 * Version 19.26 released.
9520
95211994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9522
9523 * Version 19.25 released.
9524
95251994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9526
9527 * Version 19.24 released.
9528
95291994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9530
9531 * Version 19.23 released.
9532
95331994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9534
9535 * Makefile: Delete spurious tab.
9536
95371994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9538
9539 * Makefile (.SUFFIXES): New rule.
9540
95411994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9542
9543 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9544 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9545
95461994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9547
9548 * Makefile (../info/sc): Rename from sc.info.
9549 (../info/cl): Likewise.
9550 (INFO_TARGETS): Use new names.
9551
95521993-12-04 Richard Stallman (rms@srarc2)
9553
9554 * getopt.c: New file.
9555 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9556 (getopt.o): New rule.
9557 (dvi): Don't depend on texindex.
9558 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9559 Depend on texindex.
9560
95611993-12-03 Richard Stallman (rms@srarc2)
9562
9563 * Makefile (../info/sc.info): Rename from ../info/sc.
9564 (TEXI2DVI): New variable.
9565 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9566 Add explicit commands.
9567 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9568
95691993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9570
9571 * Version 19.22 released.
9572
95731993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9574
9575 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9576
95771993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9578
9579 * Version 19.21 released.
9580
95811993-11-15 Paul Eggert (eggert@twinsun.com)
9582
9583 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9584
95851993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9586
9587 * Makefile (../etc/GNU): New target.
9588 (EMACSSOURCES): Add gnu1.texi.
9589
95901993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9591
9592 * Makefile (realclean): Don't delete the Info files.
9593
f0131492 95941993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
9595
9596 * forms.texi: Fix forms.texi so that it will format correctly.
9597 Add missing `@end iftex', fix bad reference.
9598
9599 * info.texi, info-stn.texi: New files implement texinfo version of
9600 `info' file.
9601
f0131492 96021993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
9603
9604 * Makefile: Fix targets for texindex, new info.texi files.
9605 * info-stnd.texi: New file implements info for standalone info
9606 reader.
9607 * info.texi: Update to include recent changes to "../info/info".
9608 New source file for ../info/info; includes info-stnd.texi.
9609
9610 * texindex.c: Include "../src/config.h" if building in emacs.
9611
9612 * Makefile: Change all files to FILENAME.texi, force all targets
9613 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9614 vip.texinfo, forms.texinfo, cl.texinfo.
9615 Add target to build texindex.c, defining `emacs'.
9616
9617 * forms.texi: Install new file to match version 2.3 of forms.el.
9618
96191993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9620
9621 * Version 19.19 released.
9622
96231993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
9624
9625 * sc.texinfo: Fix info file name.
9626
9627 * Makefile (info): Add gnus and sc.
9628 (dvi): Add gnus.dvi and sc.dvi.
9629 (../info/sc, sc.dvi): New targets.
9630
96311993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9632
9633 * Version 19.18 released.
9634
96351993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9636
9637 * Makefile: Fix source file names of the separate manuals.
9638 (gnus.dvi, ../info/gnus): New targets.
9639
96401993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9641
9642 * Version 19.17 released.
9643
96441993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9645
9646 * split-man: Fix typos in last change.
9647
96481993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9649
9650 * Version 19.16 released.
9651
96521993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9653
9654 * version 19.15 released.
9655
96561993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9657
9658 * Makefile (distclean): It's rm, not rf.
9659
96601993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9661
9662 * Version 19.14 released.
9663
96641993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9665
9666 * Makefile: New file.
9667
96681993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9669
9670 * Version 19.13 released.
9671
96721993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9673
9674 * Version 19.9 released.
9675
96761993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9677
9678 * Version 19.8 released.
9679
96801993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9681
9682 * Version 19.7 released.
9683
96841990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9685
9686 * gnus.texinfo: New file. Removed installation instructions.
9687
96881990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9689
9690 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9691
96921989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9693
9694 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
9695 then define `\sc' as the command for smallcaps in Texinfo.
9696 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
9697 made the corresponding change to makeinfo and texinfm.el.
9698
96991988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9700
9701 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9702 Customization since the menu entry did not point to anything.
9703 Also add an @finalout command to remove overfull hboxes from the
9704 printed output.
9705
9706 * cl.texinfo: Add @bye, \input line and @settitle to file.
9707 This file is clearly intended to be a chapter of some other work,
9708 but the other work does not yet exist.
9709
97101988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9711
9712 * texinfo.texinfo: Three typos corrected.
9713
4009494e 9714;; Local Variables:
c8763fb6 9715;; coding: utf-8
4009494e
GM
9716;; End:
9717
3fe7cdc8 9718 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9719
9720 This file is part of GNU Emacs.
9721
97c0352c 9722 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9723 it under the terms of the GNU General Public License as published by
97c0352c
GM
9724 the Free Software Foundation, either version 3 of the License, or
9725 (at your option) any later version.
4009494e
GM
9726
9727 GNU Emacs is distributed in the hope that it will be useful,
9728 but WITHOUT ANY WARRANTY; without even the implied warranty of
9729 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9730 GNU General Public License for more details.
9731
9732 You should have received a copy of the GNU General Public License
97c0352c 9733 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.